diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60bf766 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +__pycache__/ +console_history.txt +*.d +previewImages/* +*.pyc +cache +mofa4q*.qgs~ +geopackages/*.* +geopackages/public/*.* +geopackages/public/backup/ +geopackages/private/*.* +geopackages/private/backup/ +geopackages/dop/*.* +geopackages/search/*.* +/.idea/* +/.vscode/* +/bookmarks.xml +/mofa4q_attachments.zip +/user-history.db + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6728999 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + 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) 2024 Robert Klemm + + 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) 2024 Robert Klemm + 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 +. diff --git a/QGIS/QGIS3.ini b/QGIS/QGIS3.ini new file mode 100644 index 0000000..08d272c --- /dev/null +++ b/QGIS/QGIS3.ini @@ -0,0 +1,667 @@ +[Cad] +AngleShowInFloater=true +DistanceShowInFloater=true +Floater=false +MCoordinateShowInFloater=true +XCoordinateShowInFloater=true +YCoordinateShowInFloater=true +ZCoordinateShowInFloater=true + +[Map] +highlight\buffer=0.5 +highlight\color=#ff0000 +highlight\colorAlpha=128 +highlight\minWidth=1 +logCanvasRefreshEvent=false +scales="1:1000000,1:500000,1:250000,1:100000,1:50000,1:25000,1:10000,1:5000,1:2500,1:1000,1:500" +searchRadiusMM=2 +default_scales=1:1000000, 1:500000, 1:250000, 1:100000, 1:50000, 1:25000, 1:10000, 1:5000, 1:2500, 1:1000, 1:500 + +[Plugin-GPS] +devices\deviceList=@Invalid() + +[PluginReloader] +plugin=moFa4Q_plugin + +[Plugins] +libtopolplugin=false +searchPathsForPlugins=@Invalid() + +[Processing] +Configuration\ACTIVATE_GDAL=true +Configuration\ACTIVATE_GRASS7=true +Configuration\ACTIVATE_SAGA=true +Configuration\DefaultOutputRasterLayerExt=-1 +Configuration\DefaultOutputVectorLayerExt=-1 +Configuration\FILTER_INVALID_GEOMETRIES=2 +Configuration\GRASS7_LOG_COMMANDS=false +Configuration\GRASS7_LOG_CONSOLE=false +Configuration\GRASS_HELP_PATH=/usr/share/doc/grass-doc/html +Configuration\GRASS_USE_VEXTERNAL=false +Configuration\KEEP_DIALOG_OPEN=true +Configuration\MODELS_FOLDER=%PROFILE_FOLDER%/processing/models +Configuration\OUTPUTS_FOLDER=%PROFILE_FOLDER%/processing/outputs +Configuration\POST_EXECUTION_SCRIPT= +Configuration\PREFER_FILENAME_AS_LAYER_NAME=true +Configuration\PRE_EXECUTION_SCRIPT= +Configuration\RASTER_STYLE= +Configuration\SAGA_IMPORT_EXPORT_OPTIMIZATION=false +Configuration\SAGA_LOG_COMMANDS=true +Configuration\SAGA_LOG_CONSOLE=true +Configuration\SCRIPTS_FOLDERS=%PROFILE_FOLDER%/processing/scripts +Configuration\SHOW_ALGORITHMS_KNOWN_ISSUES=false +Configuration\SHOW_CRS_DEF=true +Configuration\SHOW_PROVIDERS_TOOLTIP=true +Configuration\TEMP_PATH2= +Configuration\USE_FILENAME_AS_LAYER_NAME=false +Configuration\VECTOR_LINE_STYLE= +Configuration\VECTOR_POINT_STYLE= +Configuration\VECTOR_POLYGON_STYLE= +Configuration\WARN_UNMATCHING_CRS=true +hasPortedOldLog=true +Configuration\MAX_THREADS= +Configuration\RESULTS_GROUP_NAME= +Configuration\VECTOR_FEATURE_COUNT=false +Configuration\GRASS_HELP_URL= +Configuration\GRASS_USE_REXTERNAL=false + +[Projections] +defaultBehavior=prompt +layerDefaultCrs=EPSG:4326 +projectDefaultCrs=EPSG:4326 +showDatumTransformDialog=false + +[PythonPlugins] +GdalTools=true +MetaSearch=true +db_manager=true +grassprovider=true +moFa4Q_plugin=true +plugin_reloader=true +plus_mops=false +processing=true + +[QgsCollapsibleGroupBox] +QgsCustomProjectionDialogBase\groupBox\collapsed=false +QgsCustomProjectionDialogBase\groupBox_2\collapsed=true +QgsOptionsBase\groupBox\collapsed=false +QgsOptionsBase\groupBox_10\collapsed=false +QgsOptionsBase\groupBox_11\collapsed=false +QgsOptionsBase\groupBox_12\collapsed=false +QgsOptionsBase\groupBox_14\collapsed=false +QgsOptionsBase\groupBox_15\collapsed=false +QgsOptionsBase\groupBox_18\collapsed=false +QgsOptionsBase\groupBox_19\collapsed=false +QgsOptionsBase\groupBox_2\collapsed=false +QgsOptionsBase\groupBox_21\collapsed=false +QgsOptionsBase\groupBox_22\collapsed=false +QgsOptionsBase\groupBox_23\collapsed=false +QgsOptionsBase\groupBox_24\collapsed=false +QgsOptionsBase\groupBox_27\collapsed=false +QgsOptionsBase\groupBox_28\collapsed=false +QgsOptionsBase\groupBox_29\collapsed=false +QgsOptionsBase\groupBox_3\collapsed=false +QgsOptionsBase\groupBox_4\collapsed=false +QgsOptionsBase\groupBox_5\collapsed=false +QgsOptionsBase\groupBox_6\collapsed=false +QgsOptionsBase\groupBox_7\collapsed=false +QgsOptionsBase\groupBox_8\collapsed=false +QgsOptionsBase\groupBox_9\collapsed=false +QgsOptionsBase\grpLocale\collapsed=false +QgsOptionsBase\grpProjectionBehavior\collapsed=false +QgsOptionsBase\grpProxy\collapsed=false +QgsOptionsBase\mCurrentVariablesGrpBx\collapsed=false +QgsOptionsBase\mDefaultDatumTransformGroupBox\collapsed=false +QgsOptionsBase\mEnterAttributeValuesGroupBox\collapsed=false +QgsOptionsBase\mEnvironmentGrpBx\collapsed=false +QgsOptionsBase\mIdentifyGroupBox\collapsed=false +QgsOptionsBase\mLegendGrpBx\collapsed=false +QgsOptionsBase\mQSettingsGrpBx\collapsed=false +QgsOptionsBase\mRubberBandGroupBox\collapsed=false +QgsOptionsBase\mSegmentationGroupBox\collapsed=false +QgsOptionsBase\mSimplifyDrawingGroupBox\collapsed=false +QgsOptionsBase\mSnappingGroupBox\collapsed=false +QgsOptionsBase\mVertexMarkerGroupBox\collapsed=false +QgsProjectPropertiesBase\mDatumTransformGroupBox\collapsed=false +QgsRasterLayerPropertiesBase\mBandRenderingGrpBx\collapsed=false +QgsRasterLayerPropertiesBase\mColorRenderingGrpBox\collapsed=false +QgsRasterLayerPropertiesBase\mMetaAttributionGrpBx\collapsed=false +QgsRasterLayerPropertiesBase\mMetaDescriptionGrpBx\collapsed=false +QgsRasterLayerPropertiesBase\mMetaLegendGrpBx\collapsed=false +QgsRasterLayerPropertiesBase\mMetaMetaUrlGrpBx\collapsed=false +QgsRasterLayerPropertiesBase\mResamplingGroupBox\checked=false +QgsRasterLayerPropertiesBase\mResamplingGroupBox\collapsed=false +QgsRasterLayerPropertiesBase\mWMSPrintGroupBox\collapsed=false +QgsOptionsBase\groupBox_32\collapsed=false +QgsOptionsBase\mCoordinateDisplayGroup\collapsed=false +QgsOptionsBase\mMeasureToolCopySettingsGroupBox\collapsed=false +QgsOptionsBase\mMeasureToolGroupBox\collapsed=false +QgsOptionsBase\mPredefinedScalesGroupBox\collapsed=false +QgsOptionsBase\mZoomingGroupBox\collapsed=false + +[QgsVariableEditorTree] +globalOptions\column0width=125 +projectProperties\column0width=100 + +[Raster] +cumulativeCutLower=0.02 +cumulativeCutUpper=0.98 +defaultBlueBand=3 +defaultContrastEnhancementAlgorithm\multiBandMultiByte=StretchToMinimumMaximum +defaultContrastEnhancementAlgorithm\multiBandSingleByte=NoEnhancement +defaultContrastEnhancementAlgorithm\singleBand=StretchToMinimumMaximum +defaultContrastEnhancementLimits\multiBandMultiByte=CumulativeCut +defaultContrastEnhancementLimits\multiBandSingleByte=MinMax +defaultContrastEnhancementLimits\singleBand=MinMax +defaultGreenBand=2 +defaultRedBand=1 +defaultStandardDeviation=2 +default-oversampling=2 +default-early-resampling=false +defaultZoomedInResampling=nearest neighbour +defaultZoomedOutResampling=nearest neighbour + +[UI] +Customization\enabled=true +UITheme=default +annotationTool=0 +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x7f\xff\xff\xff\xf8\0\0\xf\0\0\0\x4\b\0\0\b3\0\0\x1)\0\0\f<\0\0\x3Y\0\0\0\x1\x2\0\0\0\a\x80\0\0\a\x80\0\0\0\x17\0\0\xe\xff\0\0\x4\a) +lastCustomizationDir=%PROFILE_FOLDER%/ +lastFileNameWidgetDir= +lastProjectDir=%PROFILE_FOLDER%/ +recentProjections=3452 +recentProjectionsAuthId=EPSG:4326 +recentProjectionsProj4="+proj=longlat +datum=WGS84 +no_defs" +recentProjects\1\crs=EPSG:25832 +recentProjects\1\path=%PROFILE_FOLDER%/mofa4q.qgz +recentProjects\1\pin=false +recentProjects\1\previewImage=%PROFILE_FOLDER%//previewImages/846e98397e4081c585470dea1afb13ae.png +recentProjects\1\title=mofa4q +state="@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x4\0\0\0\0\0\0\x1\xae\0\0\x4\x6\xfc\x2\0\0\0\x15\xfb\0\0\0\f\0L\0\x61\0y\0\x65\0r\0s\x1\0\0\0\x16\0\0\0\x89\0\0\0\0\0\0\0\0\xfc\0\0\0\xa5\0\0\x2\xcd\0\0\0\0\0\xff\xff\xff\xfa\0\0\0\0\x1\0\0\0\x4\xfb\0\0\0\f\0L\0\x65\0g\0\x65\0n\0\x64\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x14\0L\0\x61\0y\0\x65\0r\0O\0r\0\x64\0\x65\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\xe\0L\0\x61\0y\0\x65\0r\0s\0\x32\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\f\0L\0\x61\0y\0\x65\0r\0s\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\f\0L\0\x61\0y\0\x65\0r\0s\0\0\0\0Q\0\0\0x\0\0\0\0\0\0\0\0\xfb\0\0\0\xe\0\x42\0r\0o\0w\0s\0\x65\0r\0\0\0\x1\x45\0\0\x2-\0\0\0\0\0\0\0\0\xfb\0\0\0\x10\0O\0v\0\x65\0r\0v\0i\0\x65\0w\0\0\0\x1\xd7\0\0\0\xc4\0\0\0\0\0\0\0\0\xfb\0\0\0\"\0\x43\0o\0o\0r\0\x64\0i\0n\0\x61\0t\0\x65\0\x43\0\x61\0p\0t\0u\0r\0\x65\0\0\0\x1~\0\0\0\xa0\0\0\0\0\0\0\0\0\xfb\0\0\0\b\0U\0n\0\x64\0o\0\0\0\x1\xe4\0\0\0\xdc\0\0\0\0\0\0\0\0\xfb\0\0\0\x10\0\x42\0r\0o\0w\0s\0\x65\0r\0\x32\0\0\0\x2\x13\0\0\0\xad\0\0\0\0\0\0\0\0\xfb\0\0\0\x1c\0G\0P\0S\0I\0n\0\x66\0o\0r\0m\0\x61\0t\0i\0o\0n\0\0\0\x1\xbb\0\0\x1\x5\0\0\0\0\0\0\0\0\xfb\0\0\0(\0\x64\0w\0O\0p\0\x65\0n\0l\0\x61\0y\0\x65\0r\0s\0O\0v\0\x65\0r\0v\0i\0\x65\0w\0\0\0\x1\x64\0\0\x1\x37\0\0\0\0\0\0\0\0\xfb\0\0\0\x1c\0u\0n\0\x64\0o\0/\0r\0\x65\0\x64\0o\0 \0\x64\0o\0\x63\0k\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0.\0\x41\0\x64\0v\0\x61\0n\0\x63\0\x65\0\x64\0\x44\0i\0g\0i\0t\0i\0z\0i\0n\0g\0T\0o\0o\0l\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x34\0S\0t\0\x61\0t\0i\0s\0t\0\x61\0l\0S\0u\0m\0m\0\x61\0r\0y\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0&\0\x42\0o\0o\0k\0m\0\x61\0r\0k\0s\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x38\0S\0t\0\x61\0t\0i\0s\0t\0i\0\x63\0\x61\0l\0S\0u\0m\0m\0\x61\0r\0y\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x14\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x2\xe0\0\0\x1\x1d\0\0\0\0\0\0\0\0\xfb\0\0\0\xe\0L\0\x61\0y\0\x65\0r\0s\0\x32\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\f\0L\0\x61\0y\0\x65\0r\0s\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x14\0\x41\0l\0l\0\x42\0u\0t\0t\0o\0n\0s\x1\0\0\0\x16\0\0\0R\0\0\0\0\0\0\0\0\xfb\0\0\0\x18\0\x43\0u\0s\0t\0o\0m\0L\0\x61\0y\0\x65\0r\0s\x1\0\0\0n\0\0\x3\xae\0\0\0\0\0\0\0\0\xfb\0\0\0\x18\0V\0\x65\0r\0t\0\x65\0x\0\x45\0\x64\0i\0t\0o\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\0]\0\xff\xff\xff\0\0\0\x1\0\0\x1\xc6\0\0\x3\xb0\xfc\x2\0\0\0\x10\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x19\0\0\x3\xb0\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0=\0\0\x3\x82\0\0\0\0\0\0\0\0\xfb\0\0\0\x1e\0S\0\x65\0x\0t\0\x61\0n\0t\0\x65\0T\0o\0o\0l\0\x62\0o\0x\0\0\0\0g\0\0\x2\x34\0\0\0\0\0\0\0\0\xfc\0\0\0\x64\0\0\x2\x33\0\0\0\0\0\xff\xff\xff\xfa\0\0\0\0\x1\0\0\0\x2\xfb\0\0\0\x18\0L\0\x61\0y\0\x65\0r\0S\0t\0y\0l\0i\0n\0g\0\0\0\x3\xd6\0\0\x1*\0\0\0\0\0\0\0\0\xfb\0\0\0\"\0P\0r\0o\0\x63\0\x65\0s\0s\0i\0n\0g\0T\0o\0o\0l\0\x62\0o\0x\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x46\0\xff\xff\xff\xfb\0\0\0\x14\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x10\0\x44\0\x65\0v\0T\0o\0o\0l\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0]\0\xff\xff\xff\xfb\0\0\0\x1a\0R\0\x65\0s\0u\0l\0t\0s\0V\0i\0\x65\0w\0\x65\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\x1\x1d\0\xff\xff\xff\xfb\0\0\0 \0t\0h\0\x65\0T\0i\0l\0\x65\0S\0\x63\0\x61\0l\0\x65\0\x44\0o\0\x63\0k\0\0\0\0\0\xff\xff\xff\xff\0\0\0y\0\xff\xff\xff\0\0\0\x2\0\0\0\0\0\0\0\0\xfc\x1\0\0\0\x1\xfb\0\0\0&\0T\0\x65\0m\0p\0o\0r\0\x61\0l\0 \0\x43\0o\0n\0t\0r\0o\0l\0l\0\x65\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\x2S\0\xff\xff\xff\0\0\0\x3\0\0\a\x80\0\0\x1\x65\xfc\x1\0\0\0\x3\xfb\0\0\0\x14\0M\0\x65\0s\0s\0\x61\0g\0\x65\0L\0o\0g\0\0\0\x1T\0\0\x3\xac\0\0\0\0\0\0\0\0\xfb\0\0\0&\0U\0s\0\x65\0r\0I\0n\0p\0u\0t\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x2\0\0\0\0\0\0\0\0\0\0\0\xc8\0\0\0\x64\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\x1l\0\0\x6\x14\0\0\0\0\0\0\0\0\0\0\a\x80\0\0\x3\xc3\0\0\0\x1\0\0\0\x2\0\0\0\x1\0\0\0\x2\xfc\0\0\0\x2\0\0\0\x1\0\0\0\0\0\0\0\x2\0\0\0\x1\0\0\0&\0m\0\x41\0n\0n\0o\0t\0\x61\0t\0i\0o\0n\0s\0T\0o\0o\0l\0\x42\0\x61\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0)" + +[Windows] +AttributeDialog\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\xa8\0\0\x1\x62\0\0\v\xc3\0\0\x2\x86\0\0\n\xa9\0\0\x1\x84\0\0\v\xc2\0\0\x2\x85\0\0\0\0\0\0\0\0\a\x80\0\0\n\xa9\0\0\x1\x84\0\0\v\xc2\0\0\x2\x85) +Bookmarks\headerstate=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x1\x1\0\0\0\0\0\0\0\0\0\0\0\t\x1\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\x3 \0\0\0\t\x1\x1\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\t\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64) +Bookmarks\headerstateV2=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x3\x9d\0\0\0\t\x1\x1\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\t\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64) +BookmarksDockWidget\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x80\0\0\0\x1c\0\0\t)\0\0\x1\x8c\0\0\a\x81\0\0\0>\0\0\t(\0\0\x1\x8b\0\0\0\0\0\0\0\0\a\x80\0\0\a\x81\0\0\0>\0\0\t(\0\0\x1\x8b) +DatumTransformDialog\columnWidths\0=241 +DatumTransformDialog\columnWidths\1=119 +DatumTransformDialog\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\0\0\0\0\0\x1c\0\0\x2k\0\0\x2\x5\0\0\0\0\0\0\0\x1c\0\0\x2k\0\0\x2\x5\0\0\0\0\0\0\0\0\a\x80) +DatumTransformDialog\hideDeprecated=false +MessageViewer\geometry="@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\n<\0\0\x1Y\0\0\xe\t\0\0\x2\x90\0\0\n=\0\0\x1u\0\0\xe\b\0\0\x2\x8f\0\0\0\x2\0\0\0\0\a\x80)" +Options\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x1\x81\0\0\0?\0\0\x5\x87\0\0\x3\xcc\0\0\x1\x82\0\0\0^\0\0\x5\x86\0\0\x3\xcb\0\0\0\0\0\0\0\0\a\x80\0\0\x1\x82\0\0\0^\0\0\x5\x86\0\0\x3\xcb) +Options\splitState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\x96\0\0\x2H\0\xff\xff\xff\xff\x1\0\0\0\x1\0) +Options\tab=21 +PluginManager\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x4\x16\0\0\0\x1c\0\0\a\x7f\0\0\x1\xf2\0\0\x4\x16\0\0\0\x1c\0\0\a\x7f\0\0\x1\xf2\0\0\0\0\0\0\0\0\a\x80\0\0\x4\x16\0\0\0\x1c\0\0\a\x7f\0\0\x1\xf2) +PluginManager\option=1 +PluginManager\secondSplitterState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc8\0\0\x1\xb2\0\xff\xff\xff\xff\x1\0\0\0\x1\0) +PluginManager\splitState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\x8c\0\0\x2\x83\0\0\0\0\a\x1\0\0\0\x1\x1) +PluginManager\tab=0 +ProjectProperties\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\t\x89\0\0\0G\0\0\f\xe3\0\0\x3\xa1\0\0\t\x8a\0\0\0\x63\0\0\f\xe2\0\0\x3\xa0\0\0\0\x2\0\0\0\0\a\x80) +ProjectProperties\splitState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\x96\0\0\x2\x63\0\xff\xff\xff\xff\x1\0\0\0\x1\0) +ProjectProperties\tab=2 +QWidget\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\0\0\0\0\0\0\0\0\0\x63\0\0\0\x1d\0\0\0\0\0\0\0\0\0\0\0\x63\0\0\0\x1d\0\0\0\0\0\0\0\0\a\x80) +QgsCustomProjectionDialogBase\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\n&\0\0\0\xa1\0\0\fE\0\0\x3G\0\0\n'\0\0\0\xbd\0\0\fD\0\0\x3\x46\0\0\0\x2\0\0\0\0\a\x80) +QgsCustomizationDialogBase\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\0\0\0\0\0\0\0\0\x3\x9a\0\0\x3+\0\0\0\x1\0\0\0\x1c\0\0\x3\x99\0\0\x3*\0\0\0\0\0\0\0\0\a\x80) +QgsMessageViewer\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\t`\0\0\x1V\0\0\xe\x9f\0\0\x3\x82\0\0\ta\0\0\x1x\0\0\xe\x9e\0\0\x3\x81\0\0\0\0\0\0\0\0\a\x80\0\0\ta\0\0\x1x\0\0\xe\x9e\0\0\x3\x81) +QgsPluginInstallerFetchingDialogBase\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\x1c\xff\xff\xff\xfa\0\0\f&\0\0\x1h\0\0\n\x1d\0\0\0\x1c\0\0\f%\0\0\x1g\0\0\0\0\0\0\0\0\a\x80\0\0\n\x1d\0\0\0\x1c\0\0\f%\0\0\x1g) +RasterLayerProperties\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\t\x9e\0\0\0\x62\0\0\f\xce\0\0\x3\x87\0\0\t\x9f\0\0\0~\0\0\f\xcd\0\0\x3\x86\0\0\0\x2\0\0\0\0\a\x80) +RasterLayerProperties\splitState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\x96\0\0\x2\x63\0\xff\xff\xff\xff\x1\0\0\0\x1\0) +RasterLayerProperties\tab=7 +SnappingWidget\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\x41\0\0\0\x14\0\0\a\x7f\0\0\0?\0\0\0\0\0\0\0\0\xff\xff\xff\xff\xff\xff\xff\xff\0\0\0\0\0\0\0\0\a\x80\0\0\x3\x41\0\0\0\x14\0\0\a\x7f\0\0\0?) +StyleV2Manager\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\t\xcd\0\0\x1\x19\0\0\f\x9e\0\0\x2\xcf\0\0\t\xce\0\0\x1\x35\0\0\f\x9d\0\0\x2\xce\0\0\0\x2\0\0\0\0\a\x80) +StyleV2Manager\splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xd6\0\0\x2\x1c\0\0\0\0\x3\x1\0\0\0\x1\0) +CodeEditorOptions\splitterState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\x93\0\0\0S\x1\xff\xff\xff\xff\x1\0\0\0\x2\0) +DatumTransformTable\headerState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xc1\0\0\0\x4\0\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x84\0\0\0\0\0\0\0\x4\0\0\0J\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\0) + +[app] +Windows\WelcomePage\SplitState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xce\0\0\0\xbe\x1\xff\xff\xff\xff\x1\0\0\0\x1\0) +news-feed\items\httpsfeedqgisorg\entries\items\49\content="

A message of peace from the QGIS Community: We, the developers, contributors and community members of the QGIS Project view the ongoing world events in Ukraine and other conflict areas around the world with great sadness. Our aim in developing QGIS has always been to provide a powerful tool to support the creation of a just and humane society. We want to enable a world where every person has a voice, the ability to express, and be secure in, their tenure in their homes, villages, towns, cities and countries. We hope tools like QGIS are used to the benefit of all citizens on earth, to support a sustainable environment, an orderly society and, in particular, to establish and preserve sovereign dignity, security and freedom from oppression.

\r\n

We ask the leaders of the world to resolve their disputes peacefully, through negotiation and compromise, humility and deference to the citizens who are placed in your care. To the members of the QGIS Community that are caught up in this conflict, our thoughts and support are with you, and we hope that you and your families are safe and that this conflict comes to a speedy end.

" +news-feed\items\httpsfeedqgisorg\entries\items\49\image-url=https://feed.qgis.org/media/feedimages/2022/02/25/Flag_of_Ukraine.jpg +news-feed\items\httpsfeedqgisorg\entries\items\49\link=https://www.qgis.org/en/site/getinvolved/governance/codeofconduct/codeofconduct.html +news-feed\items\httpsfeedqgisorg\entries\items\49\sticky=false +news-feed\items\httpsfeedqgisorg\entries\items\49\title=QGIS for Peace +news-feed\items\httpsfeedqgisorg\last-fetch-time=1706102377 +plugin_installer\checkOnStart=false +plugin_installer\checkOnStartInterval=0 +plugin_installer\checkOnStartLastDate=@Variant(\0\0\0\xe\0%\x84&) +plugin_installer\seen_plugins=db_manager, IHK, MetaSearch, paolo_test2, processing, zzz, QuickWKT, MemoryLayerSaver, valuetool, GeoCoding, GroupStats, timemanager, menu_from_project, Hotlink, GarminCustomMap, loadthemall, RemoveEmptyLayers, mask, lizmap, profiletool, midvatten, qNote, mmqgis, pgversion, inasafe, qgsAzimuth, qgiscloud, qgSurf, DirectionalSlope, pstimeseries, VectorFieldCalc, pointsamplingtool, contour, LecoS, crayfish, pdokservicesplugin, Cxf_in, flowTrace, geospatialsimulation, plaingeometryeditor, kuw_filter, SemiAutomaticClassificationPlugin, splitmultipart, DistroMap, zoomrc, qProf, BulkVectorExport, DataDrivenInputMask, ZoomToPostcode, DigitizingTools, LandXml, qchainage, VoGisProfilTool, send2google_earth, BufferByPercentage, pgRoutingLayer, htpgeoprocessor, cadastre, geopunt4Qgis, shp_to_obs, Qgis2threejs, Video_UAV_Tracker, realcentroid, b4udignl2, ViewshedAnalysis, joinmultiplelines, lrs, SLD4raster, opeNoise, go2streetview, attributePainter, StreetView, CalcArea, Vgi2ShpConverter, EasyCustomLabeling, AreaAlongVector, IDECanarias, VectorBender, interlis, autoSaver, zoomtopaste, SVG2ColoR, clipper, ConstraintChecker, PointConnector, MapsPrinter, QuickOSM, alkisplugin, DissolveWithStats, svir, NNJoin, SwapVectorDirection, AzimuthDistanceCalculator, temporalprofiletool, pickLayer, ProfileFromPoints, TomBio, networks, refFunctions, MBTiles2img, concavehull, quick_map_services, scpplugin, MultiDistanceBuffer, FeatureGridCreator, OSTranslatorII, instantprint, xyToPoint, tiss, beePen, OSMDownloader, LineDirectionHistogram, LocatePoints, IPyConsole, qgis2web, PostNAS_Search, LoadQSS, ThinGreyscale, MagneticDeclination, dataexplorer, ClipMultipleLayers, SpreadsheetLayers, CustomToolBar, toggleactivelayer_plugin, MongoConnector, cluz, EqHazard, Multi_Ring_Buffer, catalogpl_plugin, bulkvectorexportwithstyle, maps2winbugs, MenuBuilder, QBano, QPackage, SelectWithin, gmsh, DEMto3D, inspireNL, PosiView, qgis-amigocloud-plugin, changeDataSource, mapswipetool_plugin, geosearch_dk, OnlineRoutingMapper, Discovery, BackupLayer, firstaid, LayerMetadataSearch, rivergis, PostTelemac, PlaceMarker, minkowskiDimCalculator, Serval, AzimuthMeasurement, qgisgbifapi, QlrBrowser, ImportEpanetInpFiles, Socrata, tuflow, disconnected-islands, M150XML, DiviPlugin, attributeBasedClustering, QGISSortAndNumber-master, report, devnull, dzetsaka, SDEllipse, qgeric, qdraw, CaigosConnector, FreehandRasterGeoreferencer, latlontools, Kortforsyningen, QEsg, gimpselectionfeature_plugin, gml_application_schema_toolbox, AnotherDXF2Shape, LmOpenData, Projestions, d3datavis, qfieldsync, poiexport, gban, annotationManager, Converter, LinearTheoryOrographicPrecipitation, QMarxanToolbox, CloudMasking, qgis_hats, qgis-stereonet, ClusterPoints, pluginbuilder3, PluginLoadTimes, mysqlimport, cartogram3, TurnGray, InvisibleLayersAndGroups, SplitPolygonShowingAreas, MTOPOpenData, tempus_qgis, shapetools, projectgenerator, batch_gps_importer, Highlighter, SpzBuilder, NITK_RS-GIS_17, vector_tiles_reader, icsm_ntv2_transformer, QuickPrint, go2mapillary, DataPlotly, SuperLabeling, RuimtelijkePlannen, BGTImport, Coordtransform, Spanish_Inspire_Catastral_Downloader, Check_defined_Convert_CRS, qpals, polystrip, CSMapMaker, qepanet, xplanung, SaxonyCadastralParcels, CalidadCAR, CDAUDownloader, location_lab, quick_attribution, scriptrunner3, JapanElevation, GeodesicDensifier, Mascaret, searchlayers, QRealTime, ZoomToBelgium, vrtbuilderplugin, ale, UMEP, SentinelHub, powerpan, ZebToolbox, GpxSegmentImporter, TlugProcessing, SRTM-Downloader, batch_hillshader-master, parcel_plugin, asistente_ladm_col, Physiocap3, CalculateGeometry, CoordGuesser, iso4app, ImportPhotos, geodatafarm, pgChainage, BivariateLegend, AcATaMa, Beeline, AttributeAssignment, RoadEmissionCalculator, karika, HCMGIS, AustrianElevation, squad-plugin-qgis3, natusferaqgis3, road_inspection_viewer, AppendFeaturesToLayer, QGIS3-getWKT, nominatim_locator_filter, geoportail_lu, layerfromclipboard, timeseriesviewerplugin, pdok_locatieserver_locator_filter, geomapfish_locator, QNEAT3, db-style-manager, QWeather, arrayplus, FS3, DotMap, swiss_locator, gis4wrf, layerGroupFilter, qgis2mapea4, QWater, QGIS_FMV, Offline-MapMatching, AnimateOsm, LAStools, StandardDistance, dist_cartogram, Label2Attr, popgis-plugin, cartolinegen, kmltools, LCCS3basicCoder3-v_1_0, SpeciesExplorer, geoscience, imajnet-qgis-plugin, DDG_Street_Images, rastervision_qgis, grukos, debug_vs, BioDispersal, QuickMultiAttributeEdit3, finddataset, polygonclusterreducer, batchvectorlayersaver, myfiber, linz-data-importer, QVisualize, agknow_qgis, geometry_paster, EquirectangularViewer, istacqgis, geohey_toolbox, leastcostpath, layout_loader, QgisModelBaker, processing_r, Hqgis, FastVersion, HeightmapExport, pca4cd, ImageServerConnector, awap, interfacecatchment, QCopycanvas, SocialActivity, ThToolBox, NavTable, oscars-georaster-qgis-plugin, maplibrary, ORStools, PeliasGeocoding, gribdownloader, Climb, enmapboxplugin, XYZHubConnector, rastertimeseriesmanager, FragScape, geobarcelona, group_transparency, travel_time_platform_plugin, rasterdataplotting, QLocklayers, trackable_project_files, processing_fusion, profileexport, Mergin, visualist, GeoPriv, tiles_xyz, sigrdap, excel_sync, create_bathymetry, SSAM, zoomview, profileAAR, BezierEditing, QRectangleCreator, color_attribute, track_profile_2_web, kontrollblatt_sh, geosys-plugin, QGYF, AttributesJoinByLine, ThRasE, moFa4Q_plugin, plus_mops, PPConverter_20, qgisnetworklogger, poiexportColorHash +plugin_repositories\Offizielles%20QGIS-Erweiterungsrepositorium\url=https://plugins.qgis.org/plugins/plugins.xml +news-feed\items\httpsfeedqgisorg\entries\items\64\content="

OpenStreetMap (OSM) is free to use, but not free to run. The QGIS user experience is tremendously improved thanks to OSM data, tiles, geocoding, and other services. OSM depends on donations from people like you! Double-click this entry to learn how to support OSM's continued stability, quality, and independence.

" +news-feed\items\httpsfeedqgisorg\entries\items\64\expiry=@DateTime(\0\0\0\x10\0\0\0\0\0\0%\x8b\xd1\x3\xb5\xc0\xb8\0) +news-feed\items\httpsfeedqgisorg\entries\items\64\image-url=https://feed.qgis.org/media/feedimages/2023/11/08/osm-funding.jpg +news-feed\items\httpsfeedqgisorg\entries\items\64\link=https://supporting.openstreetmap.org +news-feed\items\httpsfeedqgisorg\entries\items\64\sticky=false +news-feed\items\httpsfeedqgisorg\entries\items\64\title=It\x2019s OSM\x2019s Birthday! Please donate to support its future. +news-feed\items\httpsfeedqgisorg\entries\items\65\content="

The Cyber Resilience Act will, by design, place considerable strain on the Open Source Geospatial Foundation and the service providers who power so much of our ecosystem. The OSGeo community has been active during this process lending their voice of concern, feedback, and moral objection (not everything is a product!) and support. We encourage you to get informed and lend your voice of support to ensure that these laws do not jeopardise or impact projects like QGIS. Double-click this entry to learn more.

" +news-feed\items\httpsfeedqgisorg\entries\items\65\expiry=@DateTime(\0\0\0\x10\0\0\0\0\0\0%\x8b\xd1\x3\xba\xe1\x38\0) +news-feed\items\httpsfeedqgisorg\entries\items\65\image-url=https://feed.qgis.org/media/feedimages/2023/11/09/europe.jpg +news-feed\items\httpsfeedqgisorg\entries\items\65\link=https://www.osgeo.org/foundation-news/eu-cyber-resilience-act/ +news-feed\items\httpsfeedqgisorg\entries\items\65\sticky=false +news-feed\items\httpsfeedqgisorg\entries\items\65\title=OSGeo Statement: EU Cyber Resilience Act +fontPointSize=8.3 +map3d\defaultNavigation=TerrainBased +map3d\axisInversion=WhenDragging +map3d\defaultProjection=1 +map3d\defaultMovementSpeed=5 +map3d\defaultFieldOfView=45 +map3d\gpuMemoryLimit=500 +projections\crsAccuracyWarningThreshold=0 + +[browser] +expandedPaths=favorites: +hiddenPaths=@Invalid() +propertiesWidgetEnabled=false +propertiesWidgetHeight=@Variant(\0\0\0\x87\0\0\0\0) + +[browser2] +propertiesWidgetEnabled=false +propertiesWidgetHeight=@Variant(\0\0\0\x87\0\0\0\0) + +[cache] +size=@Variant(\0\0\0\x81\0\0\0\0\x3 \0\0) + +[connections] +xyz\items\Mapzen%20Global%20Terrain\hidden=false +xyz\items\Mapzen%20Global%20Terrain\http-header=@Variant(\0\0\0\b\0\0\0\0) +xyz\items\Mapzen%20Global%20Terrain\tile-pixel-ratio=0 +xyz\items\OpenStreetMap\hidden=false +xyz\items\OpenStreetMap\http-header=@Variant(\0\0\0\b\0\0\0\0) +xyz\items\OpenStreetMap\interpretation= +xyz\items\OpenStreetMap\tile-pixel-ratio=0 + +[core] +Layout\searchPathsForTemplates=@Invalid() +OpenClDefaultDevice= +OpenClEnabled=true +gps\data_bits=Data8 +gps\flow_control=NoFlowControl +gps\parity=NoParity +gps\stop_bits=OneStop +layer-tree\show_feature_count_for_new_layers=false +httpsfeedqgisorg\disabled=true + +[digitizing] +auto-popup-vertex-editor-dock=true +cad-snapping-prioritize-feature=false +convert-to-curve=false +convert-to-curve-angle-tolerance=1e-06 +convert-to-curve-distance-tolerance=1e-06 +default-m-value=0 +default-snap-mode=AllLayers +default-z-value=0 +disable-enter-attribute-values-dialog=false +fill-color=@Variant(\0\0\0\x43\x1\x1e\x1e\xff\xff\0\0\0\0\0\0) +line-color=@Variant(\0\0\0\x43\x1\xc8\xc8\xff\xff\0\0\0\0\0\0) +line-color-alpha-scale=0.75 +line-ghost=false +line-width=1 +marker-only-for-selected=true +marker-size-mm=2 +marker-style=Cross +offset-cap-style=Round +offset-join-style=JoinStyleRound +offset-miter-limit=5 +offset-quad-seg=8 +offset-show-advanced=false +reuse-last-values=false +search-radius-vertex-edit=10 +search-radius-vertex-edit-unit=Pixels +shape-map-tools\categories\items\Circle\default=circle-from-2-points +shape-map-tools\categories\items\Curve\default=circular-string-by-radius +shape-map-tools\categories\items\Ellipse\default=ellipse-center-2-points +shape-map-tools\categories\items\Rectangle\default=rectangle-from-center-and-a-point +shape-map-tools\categories\items\RegularPolygon\default=regular-polygon-from-2-points +snap-color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\0\0\xff\xff\0\0) +snap-tooltip=false +technique=StraightSegments +tracing-max-feature-count=10000 +validate-geometries=1 +default-snapping-tolerance=12 + +[gps] +acquisitionInterval=0 +autoAddVertices=false +autoCommit=false +distanceThreshold=0 +gpsdDevice= +gpsdHost=localhost +gpsdPort=2947 +lastPort=localhost:2947: +mapExtentMultiplier=50 +markerSize=12 +panMode=recenterWhenNeeded +portMode=scanPorts +showMarker=true +trackColor=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\0\0\0\0\0\0) +trackWidth=2 +acquisition-interval=0 +apply-leap-seconds-correction=true +bearing-line-symbol="\n\n\n\n\n\n\n\n\n\n\n" +calculate-bearing-from-travel=false +distance-threshold=0 +gps-connection-type=Automatic +gpsbabelPath=gpsbabel +gpsd-device-name= +gpsd-host-name=localhost +gpsd-port=2947 +gpsd-serial-device=localhost:2947: +leap-seconds=18 +location-marker-symbol="\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" +map-recentering-threshold=50 +map-rotate-interval=0 +rotate-location-marker=true +store-attribute-in-m-values=false +timestamp-offset-from-utc=0 +timestamp-time-spec=LocalTime +timestamp-time-zone=Europe/Berlin +track-line-symbol="\n\n\n\n\n\n\n\n\n\n\n" +babel-devices\items\Garmin%20serial\rtedownload=%babel -r -i garmin -o gpx %in %out +babel-devices\items\Garmin%20serial\rteupload=%babel -r -i gpx -o garmin %in %out +babel-devices\items\Garmin%20serial\trkdownload=%babel -t -i garmin -o gpx %in %out +babel-devices\items\Garmin%20serial\trkupload=%babel -t -i gpx -o garmin %in %out +babel-devices\items\Garmin%20serial\wptdownload=%babel -w -i garmin -o gpx %in %out +babel-devices\items\Garmin%20serial\wptupload=%babel -w -i gpx -o garmin %in %out + +[gui] +LayoutDesigner\defaultSnapGridOffsetX=0 +LayoutDesigner\defaultSnapGridOffsetY=0 +LayoutDesigner\defaultSnapGridResolution=10 +LayoutDesigner\defaultSnapTolerancePixels=5 +LayoutDesigner\gridAlpha=100 +LayoutDesigner\gridBlue=190 +LayoutDesigner\gridGreen=190 +LayoutDesigner\gridRed=190 +LayoutDesigner\gridStyle=Dots +UI\queryLogger\treeState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2\xba\0\0\0\x2\x1\x1\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x2V\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64) +UI\symbolsList\lastIconView=0 +Windows\StyleV2Manager\lastIconView=0 +codeEditor\caretLineColor=#efefef +codeEditor\classFontColor=#4271ae +codeEditor\commentBlockFontColor=#8e908c +codeEditor\commentFontColor=#8e908c +codeEditor\commentLineFontColor=#8e908c +codeEditor\cursorColor=#636363 +codeEditor\decoratorFontColor=#3e999f +codeEditor\defaultFontColor=#4d4d4c +codeEditor\doubleQuoteFontColor=#718c00 +codeEditor\edgeColor=#efefef +codeEditor\foldColor=#efefef +codeEditor\foldIconForeground=#ffffff +codeEditor\foldIconHalo=#000000 +codeEditor\identifierFontColor=#4271ae +codeEditor\indentationGuide=#d5d5d5 +codeEditor\keywordFontColor=#8959a8 +codeEditor\marginBackgroundColor=#efefef +codeEditor\marginForegroundColor=#636363 +codeEditor\matchedBraceBackground=#b7f907 +codeEditor\matchedBraceColor=#303030 +codeEditor\methodFontColor=#4271ae +codeEditor\numberFontColor=#c82829 +codeEditor\operatorFontColor=#8959a8 +codeEditor\overrideColors=false +codeEditor\paperBackgroundColor=#ffffff +codeEditor\quotedIdentifierFontColor=#4271ae +codeEditor\quotedOperatorFontColor=#8959a8 +codeEditor\selectionBackgroundColor=#0078d7 +codeEditor\selectionForegroundColor=#ffffff +codeEditor\singleQuoteFontColor=#718c00 +codeEditor\stderrBackgroundColor=#ffffff +codeEditor\stderrFontColor=#e31a1c +codeEditor\tagFontColor=#4271ae +codeEditor\tripleDoubleQuoteFontColor=#eab700 +codeEditor\tripleSingleQuoteFontColor=#eab700 +codeEditor\unknownTagFontColor=#4271ae +codeEditor\colorScheme= +respect-screen-dpi=false +code-editor\python\autopep8-level=1 +code-editor\python\black-normalize-quotes=true +code-editor\python\formatter=autopep8 +code-editor\python\max-line-length=80 +code-editor\python\sort-imports=true + +[layer-tree] +show-feature-count-for-new-layers=false + +[layout] +search-paths-for-templates=@Invalid() + +[locale] +globalLocale=de_DE +overrideFlag=false +showGroupSeparator=false +userLocale=de_DE + +[network] +network-timeout=60000 + +[plugin-manager] +automatically-check-for-updates=true +check-on-start-last-date=@Variant(\0\0\0\xe\0%\x8a') +seen-plugins=db_manager, grassprovider, MetaSearch, otbprovider, processing, moFa4Q_plugin, plugin_reloader, QuickWKT, MemoryLayerSaver, simplesvg, valuetool, GeoCoding, GroupStats, timemanager, menu_from_project, Hotlink, GarminCustomMap, loadthemall, RemoveEmptyLayers, mask, dimensioning, lizmap, MultiEdit, profiletool, midvatten, qNote, mmqgis, wfsclient, multiqml, quicksaveqml, dumploadfield, joinlines, osmpoly_export, pgversion, inasafe, qgsAzimuth, qgiscloud, qgSurf, DirectionalSlope, pstimeseries, VectorFieldCalc, pointsamplingtool, numericalDigitize, contour, LecoS, crayfish, pdokservicesplugin, Cxf_in, flowTrace, qtiles, sextante_animove, geospatialsimulation, plaingeometryeditor, tmsforkorea, kuw_filter, SemiAutomaticClassificationPlugin, splitmultipart, DistroMap, shapefile_encoding_fixer, zoomrc, qProf, BulkVectorExport, DataDrivenInputMask, ContrastHomogenizer, ZoomToPostcode, DigitizingTools, nominatim, LandXml, qchainage, VoGisProfilTool, copy_coords, send2google_earth, BufferByPercentage, pgRoutingLayer, htpgeoprocessor, cadastre, geopunt4Qgis, shp_to_obs, PPConverter_20, Qgis2threejs, Video_UAV_Tracker, realcentroid, b4udignl2, simplereports, ViewshedAnalysis, joinmultiplelines, lrs, spline, SLD4raster, opeNoise, go2streetview, attributePainter, StreetView, Vgi2ShpConverter, EasyCustomLabeling, AreaAlongVector, stationlines, clickfu, postgisQueryBuilder, IDECanarias, StreamFeatureExtractor, VectorBender, interlis, SGDiagramDownloader, autoSaver, zoomtopaste, SVG2ColoR, clipper, ConstraintChecker, PointConnector, MapsPrinter, QuickOSM, alkisplugin, shortcut_manager, ArcheoCAD, DissolveWithStats, svir, NNJoin, SwapVectorDirection, AzimuthDistanceCalculator, temporalprofiletool, pickLayer, MultipleLayerSelection, QgsWcpsClient1, VectorMCDA, ProfileFromPoints, TomBio, networks, processing_workflow, MBTiles2img, ClipToHemisphere, Redistricting, concavehull, quick_map_services, survey_design, scpplugin, MultiDistanceBuffer, FeatureGridCreator, OSTranslatorII, postgis_geoprocessing, instantprint, ntv2_transformations, tiss, DsgTools, catalogotf_plugin, beePen, OSMDownloader, LineDirectionHistogram, LocatePoints, IPyConsole, reconstruct_line, qgis2web, PostNAS_Search, LoadQSS, ThinGreyscale, MagneticDeclination, redLayer, dataexplorer, ClipMultipleLayers, LayerBoard, SpreadsheetLayers, CustomToolBar, toggleactivelayer_plugin, MongoConnector, esstoolkit, qgis_versioning, cluz, Multi_Ring_Buffer, catalogpl_plugin, bulkvectorexportwithstyle, maps2winbugs, MenuBuilder, rasterstats, QBano, QPackage, SelectWithin, gmsh, DEMto3D, inspireNL, PosiView, qgis-amigocloud-plugin, changeDataSource, mapswipetool_plugin, geosearch_dk, OnlineRoutingMapper, Discovery, BackupLayer, firstaid, LayerMetadataSearch, rivergis, QMetaTiles, PostTelemac, osminfo, PlaceMarker, minkowskiDimCalculator, Serval, sdna, CKANBrowser, AzimuthMeasurement, qgisgbifapi, QlrBrowser, ImportEpanetInpFiles, wincan2qgep, Socrata, GeODinQGIS, tuflow, disconnected-islands, qad, attributeBasedClustering, QGISSortAndNumber-master, report, dzetsaka, SDEllipse, qgeric, qdraw, VetEpiGIS-Tool, nextgis_connect, CaigosConnector, FreehandRasterGeoreferencer, latlontools, GroundwaterVulnerability, QEsg, gimpselectionfeature_plugin, gml_application_schema_toolbox, PghydroTools, AnotherDXF2Shape, Projestions, isogeo_search_engine, d3datavis, qgis_resource_sharing, qfieldsync, connect_points, VetEpiGIS-Group, poiexport, gban, annotationManager, table2style, LinzSnap, wfsOutputExtension, LayerStyleLoader, Converter, LinearTheoryOrographicPrecipitation, QMarxanToolbox, pg_history_viewer, CloudMasking, qgis_hats, qgis-stereonet, postgis_sampling_tool, layer2kmz, pluginbuilder3, PotentialSlopeFailure, PluginLoadTimes, mysqlimport, cartogram3, TurnGray, InvisibleLayersAndGroups, SplitPolygonShowingAreas, MTOPOpenData, tempus_qgis, shapetools, MPAPostHocAccounting, FeatureIterator, Submission, batch_gps_importer, BoundingBox, SpzBuilder, NITK_RS-GIS_17, SelectByRelationship, vector_tiles_reader, icsm_ntv2_transformer, BoundaryDelineation, morpheo, QuickPrint, DataPlotly, SuperLabeling, RuimtelijkePlannen, digitizr, Anaximandre, BGTImport, Coordtransform, Spanish_Inspire_Catastral_Downloader, qpals, polystrip, CSMapMaker, isochrones, qepanet, xplanung, SaxonyCadastralParcels, CalidadCAR, CDAUDownloader, AGT, location_lab, quick_attribution, LDMP, scriptrunner3, JapanElevation, Paprika, GeodesicDensifier, Mascaret, searchlayers, PisteCreator, QRealTime, ZoomToBelgium, vrtbuilderplugin, ale, UMEP, SentinelHub, powerpan, ZebToolbox, GpxSegmentImporter, TlugProcessing, SRTM-Downloader, batch_hillshader-master, parcel_plugin, SplitPolygon-master, asistente_ladm_col, Physiocap3, CalculateGeometry, CoordGuesser, EasyTemplatePrint, iso4app, ImportPhotos, geodatafarm, forestroaddesigner, pgChainage, BreederMap, BivariateLegend, AcATaMa, Beeline, AttributeAssignment, RoadEmissionCalculator, karika, HCMGIS, AustrianElevation, squad-plugin-qgis3, natusferaqgis3, road_inspection_viewer, AppendFeaturesToLayer, QGIS3-getWKT, nominatim_locator_filter, geoportail_lu, layerfromclipboard, timeseriesviewerplugin, pdok_locatieserver_locator_filter, geomapfish_locator, QNEAT3, db-style-manager, QWeather, arrayplus, FS3, DotMap, swiss_locator, gis4wrf, layerGroupFilter, qgis2mapea4, QWater, QGIS_FMV, Offline-MapMatching, map-coords-plugin, MzSTools, AnimateOsm, LAStools, StandardDistance, dist_cartogram, CanadianWebServices, Label2Attr, popgis-plugin, cartolinegen, kmltools, qproto, LandSurveyCodesImport, LCCS3basicCoder3-v_1_0, SpeciesExplorer, geoscience, CityJSON-loader, DICT, imajnet-qgis-plugin, DDG_Street_Images, rastervision_qgis, debug_vs, BioDispersal, QuickMultiAttributeEdit3, finddataset, StreetAnalysis, polygonclusterreducer, Go2NextFeature3, batchvectorlayersaver, myfiber, linz-data-importer, QVisualize, agknow_qgis, geometry_paster, EquirectangularViewer, istacqgis, geohey_toolbox, leastcostpath, layout_loader, QgisModelBaker, processing_r, Hqgis, HeightmapExport, ibamaprocessing, pca4cd, pat, ImageServerConnector, awap, interfacecatchment, aderyn, QCopycanvas, SocialActivity, QWeb, ThToolBox, NavTable, ibama_expressions, oscars-georaster-qgis-plugin, maplibrary, ORStools, PeliasGeocoding, gribdownloader, Add_a_point_road_sign, Climb, processing_saga_nextgen, OpenICGC, togglegroupvisibility, enmapboxplugin, XYZHubConnector, rastertimeseriesmanager, FragScape, geobarcelona, group_transparency, travel_time_platform_plugin, QLocklayers, coord_list, trackable_project_files, processing_fusion, profileexport, Mergin, visualist, GeoPriv, excel_sync, create_bathymetry, SSAM, CLETools, zoomview, profileAAR, BezierEditing, QRectangleCreator, color_attribute, track_profile_2_web, kontrollblatt_sh, geosys-plugin, coordinator, QGYF, uldk_gugik, AttributesJoinByLine, SampleByArea, ParCatGML, modis_nitk, vx_integration, ThRasE, qgisnetworklogger, cctv_mapper, mos_adeupa_ce, AusMap, SampleByFeatures, themeselector, wnt, trail_elevation_stats, QGISRed, ForestRoadsNetworksUPLOAD, MagicWand-master, tc_tlag, floodrisk2, toggle_labels_widget, FormatConsistency, easy_processing_tool, WaterNetAnalyzer-master, landxml2qgis, getthemfiltered, radolan2map, mapbiomascollection, geometric_attributes, snail, openeo-qgis-plugin-master, network_gt, rastertool, odktrace2wkt, AddressToolsDK, cdu_creator-master, french_locator_filter, solocator, qgis-ruian-plugin, stripchart, nmt_gugik, geocatbridge, qgisSpectre, VectorFieldLayerManager, ObliczWysokosc, buienradar_plugin, shlocator, Generalizer3, gpi_import, GeoAtlasQGIS, Radiotrack, atlasprint, ee_plugin, planet_explorer, deactivate_active_labels, BatchHeatmaps-master, ezprinter, GeofabrykaToolbox, raster_tracer, export_to_sql_server, BitFlagRenderer, qgepplugin, ToRadians, TerrainShading, qgis3redistricter-master, geokodowanie_adresow, m150xml, AutomaticBackup-master, delete_null_fields, Nuclear-Energy-Plant-Radiations-, LatlonDecimal, oneatlas-qgis-plugin-1_0_1, localmaxfilter, tmd, GlobeBuilder, BOS, cruisetools, gissupport_plugin, zoom_level, qwatermodel, relation_batchinsert, gis_cloud_publisher, mappia_publisher, mgrs, KP_find, FilterLayersAtOnce-master, active_fire, lockzoom, sentinel2_download, covid19_tracker, agis, QGeoloGIS, archiwalna_ortofotomapa, ESDL_loader, clusterpoints, mon_parcellaire, tomtom_locator_filter, closest_points, lnns, los_tools, huntregister, usgs_stream_mapper, french_address, frms_downloader, EuroDataCube, rectanglify, qgis_server_render_geojson, GSI-VTDownloader-master, SgmVertex2NodeByAtt, qveg, layertreeicons, qgis2fds, BDOT10k_GML_SHP_Loader, ImaerPlugin, qgis_gee_data_catalog, qgis2wegue, processing_umep, curve_number_generator, qgis-maptiler-plugin, geograndest, layertilesmapcanvas, bkggeocoder, camino-flux-QGIS-master, israeli_opendata_loader, autocurve, flight_planner, seismic_importer, felt_tegn, sentinel2_removed_cloud_rec, land_productivity_analysis_tool, CriarPontosRios, mtf_estimator, territorial_control, SMC, ana_data_acquisition, lines_ranking, slyr_community, projektcheck, pobieracz_danych_gugik, json_to_waterbodies_for_qgis, localcoordinates, gistools, wetland_vulnerability_analysis_tool, coordinate_capture, wiscsims_tool, multilayerselect, idev_visor, navarra_cadastre-master, FlightSimulatorTools, corrector_vector, EnviroCat, OpenTripPlannerPlugin, poi_visibility_network, galiciasustentable, JSONEater-master, ClusterMap, nafi, qlyrx, eKMap-Publisher-For-QGIS, synthwave, geobretagne, pathfinder, UrbanSARCA-master, moving_feature, wtyczka_qgis_app, volume_calculation_tool, force4qgis, promaides_gis_tools, SpatialDataPackageExport, cwsi, bgtinlooptool, Qaava, cartography_tools, oneclickrasterstacking, monokai, plot_boundary, terminus_processing, qgeo, qgis-plugin-findreplace-main, cbers4a, google_maps_geocoder, SgmExpressionFunctions, FMI2QGIS, inde, QGIS3_Delft3D_FM, TocTable-main, CalcOnField-main, HTML_Generator-main, msdc_client, thematics, configurable_search, arearatio, Cadastral_Divisions-main, geoCore, actions_for_relations, placekey, multiple_layers_tools, dineof, FlyFotosDK, GTFS-GO-master, fitgeometrybyarea, SaraphiGetConnect, valhalla, qrbarcodeitem, PreCourlis, line_profile, qquake, medsens, napkingis-prepare-plugin, qgistim, GeometryShapes, graphab4qgis, RadAgro-master, rvt-qgis, Layman, topojson_writer, anyways_impact_toolbox, CZMLBillboardMaker, point_selection, Smart_Map, pml_geopackager, PotentialSlopeFailure-processing, MultiMaps, addresssearch, BDOO_GML_Loader, html_table_exporter, QGISDigitransitGeocoding-master, NLSgpkgloader-master, GTFS_Loader, inclinometry_calc, path_sorting, LightPollutionToolbox, czech_slovak_freegeodata, geomelwatershed-master, monokaiprospectrum, alloysearchhere, weissflaechenkartierung, itemmap_cropper, easy_raster_splitter, tro_api, perimetre_asa, partial_histogram, area_weighted_average, geocat_export, MISLAND, QNeighborhood, QuickStepGeobia, pibc, polsar_tools, road_slope_calculator, lftools, geetimeseriesexplorer, shoreline, ReverseFlow, mapbiomas-api, RenameField, canflood, Unfolded, hidroweb_downloader, ordered_relation_editor, exportDBmapper, firehunter, qgis-igc-importer, geo_sim_processing, Dataforsyningen, terrabrasilis_datasource, spiutilityraster, spiutilityforcsv, datetimetools, vertex_compare, vector_correction, selectThemes, conversor_nomes_comuns, qgissprp, orkamv-data-api-plugin-main, sentera_6x_processing, RasterAttributeTable, vallaris, TAF-to-CSV-main, gio_import, flexigis, coordinates_converter, pg_metadata, create_custom_projection, mercicor, simple_tools, swissgeodownloader, andalusianpopulation, document_management_system, open_lidar_tools, doner, Catchment, qgis-nowcast-tool-plugin-master, QuickDEM4JP, ICRA, Assisted-MapMatching, ElevationTile4JP, pg_raster_import, terra_antiqua, veloroutes_voies_vertes, iso_19157, create_layer_from_selected_features, licareascraper, mapflow, precisioncursor4qgis-main, generate_swmm_inp, timezone_expressions, oiv, dados_censo, qgis2rasterlite, in_ads, thematic_accuracy, polygonclickmap, avaframeConnector, spatialite_converter, SolrSearch, orientation, GeoKKP-GIS, movecost, GIAP-PolaMap-lite, rdi, ellipsis-connect, grdata, BivariateRenderer, pcraster_tools, vertical_photo_placer, xtflog_checker, ibge_cartography_index_map, qsoccer, qgis-fit-plugin, totalopenstationToQgis, QompliGIS, Coregistration, deg_2_dms, dms_2_deg, fractaliadj, heliware_plugin, qLidar, Opendatasoft, imodqgis, pylusatq, speckle-qgis, jaltol-main, servizi_ecosistemici, AttributesOfBritishAndIrishPlants, AtlasExportFunction, wind_forecast_routing, quick_layer, easy_print_menu, numerator, ProjectPackager, HouseNumbering3, AutoLayoutTool, lidar_campania, QHadoopTools, openads, buildseg, kart, optileloader, azimuth_distance_measurement, p190_import, MonetDB-QGIS, mobilityareas, magnetic_bearing_measurement, amil, calcarea2, merge_selected_features, qgis_report_wizard, qgs-gazetteer-bb, qgis_geonode, ICEtool, qgis_stac, geoeasin, datagrandest, qmapshaper, flurstuecksfinder-nrw, OpenTopography-DEM-Downloader, raster_divider, Cluster-Analysis-plugin-main, layout_panel-main, Cadastral_Classifier, inundation_calculator, prg_dig, gprlp_metadata_search, noise_prediction, dissolve_adjacent_polygons, survex_import, convert_heights, encoded-polyline, sigpac_downloader, tree-belt-designer, Modzy-QGIS-Plugin-main, geographical-detector, spatialanalysistoolbox, testadalotes, dissolve_related, SGS, Palapa, wody_polskie_wms, articulacaosistematica, linking_relation_editor, peel_orange, buffer_without_overlaps, tile_network_order, illini_drainage_tools, osm_sidewalkreator, spanners_plugin, what3words, clear_null_geometry, CivilEng, GeoINCRA, smooth_geometry, DaumAPI, wbt_for_qgis, als_downloader, Importer2OSMbasemap, downloadgeostatportugal, Cronometro, mapmaker, annotation_labels, smarty, google-street-view-layer-master, h3_toolkit, Group_and_Sort_Layers, Geographical_Fetch, PLUGIN, medir_distancia_entre, kimu, thyrsis, lizmap_server, qgis_easy_query, easy_labeling, easy_right_angle_draw, map_tile_loader, custom_news_feed, SEBCS-master, q_scs, return_pyqgis_algorithm, StackComposed, QNSPECT, ArrNorm, naficp, fooodk, roof_draw, Topographical_profiles, st_lucas_download_manager, vdip, densityanalysis, ProcessX, qgis-jaxa-earth-plugin-master, raster_cutter, canvas_coordinates, dissect_dissolve_overlaps, MultiJoin, qgis-here-api-plugin, geodata2envimet, qtribu, numerar_lote, QMapa, diachronix, QgisTDC, topo_tijdreis, qgis-subset-expression-plugin, CheckDefConv, GEO-search-plugin-main, xplan-reader, maxent_model, STL_Generator, qgis-project-as-utm, odkconnector2, qgis_nearest_greater, secquery, pec_avalia, co2_sequestration, Groundwater-Buffer-Raster, geotuileur, sense_detection, becagis, wfs_qgis-previsioni-plugin-out, drone_path, Sentinel-5p_data_explorer, qgis_richdem, zone_label, ndff_connector_plugin, nnmlf, replace_geometry, qgis-gmsh, ibgedatadownloader, point_on_arc_intersection, deepness, selection-sets-reloaded, flintpro_datacheck, identifyplus, q5pfes, GBFS-NOW, segment_reshape_plugin, gps_replay, koordinates, Tieosoitetyokalu, layertree2json, qgis_points2one, road2qgis, DMI_Open_Data, bdot10k, soil_moisture, OsmAnd_bridge, spatial_filter, uddmanager, geocsv-main, AdressesFr, indice_ndwi, mopst, QGIS-legendView-main, quick-geojson, map-units-per-pixel, shootpointswebplotter-main, QgisGLViewer, polygon_from_map_extent, sensehawk_qc, kartverket_adresse, project_report, PlanCreator-3, Kauko, get_nib-main, equi_processing, fullmce_Sarah-main, magic_map_loader, qkan, minded_fba, e_tracability, cartodruid_sync, gatherconnect, japangeology3, ThreePointMethod, cigeoe_attribute_copy, Save-DXF, indiana_lidar, plot_grid, reloader, QChatGPT, Check4SEC-master, sewerage_designer, QRestart, cigeoe_feature_nodes_z_tag, craig, infas_lt_geocoder, Walidator_plikow_gml, limburg_flood_impact_plugin, dp_checker, GamepadNavigation, extractor, lrseditor, science_flight_planner, custom_titlebar, mojxml_plugin, remote_db, CPR, delete-all, cigeoe_converge_lines, austria_weather_api, pyqgis_resource_browser, estonian-address-search, CCD_Plugin, people_flow_visualization, datasud, qgis_sea_level_tool, tile_index_generator, address_search, indiana_ortho, Bestagon-master, dmpcatalogue, opencage_geocoder, tianditu-tools, opencratertool, LidarManager, wms_wfs_dera, green_view_index, AemetOpenDataDownloader, cigeoe_holes_3d, earthsunmoon, thermal, fuzzy_join, qaequilibrae, qgis_adjust_style, gistda_sphere_basemap, pixel_calculator, StyleLoadSave, gpkg_creator, gistda_sphere_opendata, transparency_setter, qgis_templates_symbology, hrisk-noisemodelling-master, DiscordRPC-Plugin-for-QGIS, citydb-tools, xplan-umring, location_finder, Delete_Duplicates, cigeoe_identify_dangles, AzureMapsCreator, Terraform, Qpositional, segmenter, panorama_viewer, feature_space, qdrawEVT, Siwei_Earth, jilin1tiles, felt, infrao, FilePath, StreetSmart, fast_kernel_density_analysis, SaveAllScript, UA_XML_importer, cigeoe_circumvent_polygon, LinearReferencing, qgis_hub_plugin, csv_batch_import, SPAN, twodistancesintersectionplugin, DAI, usm_calculator-main, opacity_set_01, qgis-plugin-upload-satupeta-main, locationiq-qgis, getbaseline, plugin_exporter, soar, SelectionFilter, cigeoe_merge_lines, cigeoe_merge_multiple_lines, japanese_grids + +[proxy] +authcfg= +proxyEnabled=false +proxyExcludedUrls=@Invalid() +proxyHost= +proxyPassword= +proxyPort= +proxyType=DefaultProxy +proxyUser= +noProxyUrls=@Invalid() + +[pythonConsole] +splitterConsole=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0x\0\0\0\x1e\0\0\0\0\x3\x1\0\0\0\x2\0) +splitterEditor=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1\0\0\0\0\0\x1\0\0\0\x6\x1\0\0\0\x1\0) +splitterObj=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\0\0\0\0U\x1\0\0\0\x3\x1\0\0\0\x1\0) +preloadAPI=true +autoSaveScript=false +accessTokenGithub= +userAPI=@Invalid() +autoCompThreshold=2 +autoCompleteEnabled=true +usePreparedAPIFile=false +preparedAPIFile= +autoCompleteSource=fromAPI +enableObjectInsp=false +autoCloseBracket=false +autoInsertionImport=true +autoSurround=true +autoInsertImport=false +formatOnSave=false + +[qgis] +WMSSearchUrl="http://geopole.org/wms/search?search=%1&type=rss" +addOracleDC=false +addPostgisDC=false +askToDeleteLayers=true +askToSaveProjectChanges=false +attributeTableBehavior=ShowAll +attributeTableRowCache=10000 +attributeTableView=-1 +compileExpressions=true +configuration\default-output-raster-layer-ext=38 +configuration\default-output-vector-layer-ext=30 +configuration\prefer-filename-as-layer-name=true +configuration\temp-path= +connections-xyz\Mapzen%20Global%20Terrain\authcfg= +connections-xyz\Mapzen%20Global%20Terrain\hidden=false +connections-xyz\Mapzen%20Global%20Terrain\interpretation=terrariumterrain +connections-xyz\Mapzen%20Global%20Terrain\password= +connections-xyz\Mapzen%20Global%20Terrain\tilePixelRatio=0 +connections-xyz\Mapzen%20Global%20Terrain\url=https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png +connections-xyz\Mapzen%20Global%20Terrain\username= +connections-xyz\Mapzen%20Global%20Terrain\zmax=15 +connections-xyz\Mapzen%20Global%20Terrain\zmin=0 +connections-xyz\OpenStreetMap\authcfg= +connections-xyz\OpenStreetMap\hidden=false +connections-xyz\OpenStreetMap\interpretation= +connections-xyz\OpenStreetMap\password= +connections-xyz\OpenStreetMap\tilePixelRatio=0 +connections-xyz\OpenStreetMap\url=https://tile.openstreetmap.org/{z}/{x}/{y}.png +connections-xyz\OpenStreetMap\username= +connections-xyz\OpenStreetMap\zmax=19 +connections-xyz\OpenStreetMap\zmin=0 +copyFeatureFormat=AttributesWithWKT +customEnvVars=@Invalid() +customEnvVarsUse=false +dataSourceManagerNonModal=false +defaultCapabilitiesExpiry=24 +defaultLegendGraphicResolution=0 +defaultTileExpiry=24 +defaultTileMaxRetry=3 +default_canvas_color_blue=255 +default_canvas_color_green=255 +default_canvas_color_red=255 +default_measure_color_blue=67 +default_measure_color_green=155 +default_measure_color_red=222 +default_selection_color_alpha=255 +default_selection_color_blue=0 +default_selection_color_green=255 +default_selection_color_red=255 +digitizing\auto_popup_vertex_editor_dock=true +digitizing\cad_snapping_prioritize_feature=false +digitizing\convert_to_curve=false +digitizing\convert_to_curve_angle_tolerance=1e-06 +digitizing\convert_to_curve_distance_tolerance=1e-06 +digitizing\default_m_value=0 +digitizing\default_snap_mode=AllLayers +digitizing\default_snap_type=VertexFlag +digitizing\default_snapping_tolerance=12 +digitizing\default_z_value=0 +digitizing\disable_enter_attribute_values_dialog=false +digitizing\fill_color_alpha=30 +digitizing\fill_color_blue=0 +digitizing\fill_color_green=0 +digitizing\fill_color_red=255 +digitizing\line_color_alpha=200 +digitizing\line_color_alpha_scale=0.75 +digitizing\line_color_blue=0 +digitizing\line_color_green=0 +digitizing\line_color_red=255 +digitizing\line_ghost=false +digitizing\line_width=1 +digitizing\marker_only_for_selected=true +digitizing\marker_size_mm=2 +digitizing\marker_style=Cross +digitizing\offset_cap_style=Round +digitizing\offset_join_style=Round +digitizing\offset_miter_limit=5 +digitizing\offset_quad_seg=8 +digitizing\offset_show_advanced=false +digitizing\reuseLastValues=false +digitizing\search_radius_vertex_edit=10 +digitizing\search_radius_vertex_edit_unit=Pixels +digitizing\snap_color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\0\0\xff\xff\0\0) +digitizing\snap_tooltip=false +digitizing\stream_tolerance=2 +digitizing\technique=StraightSegments +digitizing\tracing_max_feature_count=10000 +digitizing\validate_geometries=1 +dockAttributeTable=false +enableMacros=Always +enableMapTips=true +enable_anti_aliasing=true +enable_render_caching=true +hideSplash=false +iconSize=24 +ignoreShapeEncoding=true +legendDoubleClickAction=0 +localized_data_paths=@Invalid() +magnifier_factor_default=1 +mainSnappingWidgetMode=dialog +main_canvas_preview_jobs=true +mapTipsDelay=850 +map_update_interval=250 +max_threads=-1 +measure\angleunits=degrees +measure\areaunits=m2 +measure\decimalplaces=3 +measure\displayunits=meters +measure\keepbaseunit=true +messageTimeout=5 +native_color_dialogs=false +networkAndProxy\networkTimeout=60000 +networkAndProxy\userAgent=Mozilla/5.0 +newProjectDefault=false +new_layers_visible=true +parallel_rendering=true +projOpenAtLaunch=2 +projOpenAtLaunchPath=%PROFILE_FOLDER%/mofa4q.qgz +projOpenedOKAtLaunch=true +projectTemplateDir=%PROFILE_FOLDER%/project_templates +promptForRasterSublayers=0 +promptForSublayers=AlwaysAsk +scanItemsInBrowser2=extension +scanZipInBrowser2=basic +segmentationTolerance=0.017453292519943295 +segmentationToleranceType=MaximumAngle +showLegendClassifiers=false +simplifyAlgorithm=Distance +simplifyDrawingHints=GeometrySimplification +simplifyDrawingTol=1 +simplifyLocal=true +simplifyMaxScale=1 +style=Fusion +symbolsListGroupsIndex=0 +toolbarIconSize=24 +warnOldProjectVersion=false +zoom_factor=2 +legendsymbolMinimumSize=0.1 +legendsymbolMaximumSize=20 +defaultProjectFileFormat=Qgz +checkVersion=false +digitizing\shape-map-tools\Circle\default=circle-from-2-points +digitizing\shape-map-tools\Curve\default=circular-string-by-radius +digitizing\shape-map-tools\Ellipse\default=ellipse-center-2-points +digitizing\shape-map-tools\Rectangle\default=rectangle-from-center-and-a-point +digitizing\shape-map-tools\RegularPolygon\default=regular-polygon-from-2-points +layerTreeInsertionMethod=AboveInsertionPoint +reverse_wheel_zoom=false + +[rendering] +pal\label-candidates-limit-lines=0 +pal\label-candidates-limit-points=0 +pal\label-candidates-limit-polygons=0 + +[svg] +searchPathsForSVG=%PROFILE_FOLDER%/svg/, C:/PROGRA~1/QGIS33~1.1/apps/qgis/./svg/ + +[qgsbrowserwidgetbase] +propertiesWidgetEnabled=false +propertiesWidgetHeight=@Variant(\0\0\0\x87\0\0\0\0) + +[defaults] +bearing_format\decimal_separator=@Invalid() +bearing_format\decimals=6 +bearing_format\direction_format=0 +bearing_format\rounding_type=0 +bearing_format\show_plus=false +bearing_format\show_thousand_separator=true +bearing_format\show_trailing_zeros=false +bearing_format\thousand_separator=@Invalid() +coordinate_format\angle_format=DecimalDegrees +coordinate_format\decimal_separator=@Invalid() +coordinate_format\decimals=6 +coordinate_format\rounding_type=0 +coordinate_format\show_leading_degree_zeros=false +coordinate_format\show_leading_zeros=false +coordinate_format\show_plus=false +coordinate_format\show_suffix=false +coordinate_format\show_thousand_separator=true +coordinate_format\show_trailing_zeros=false +coordinate_format\thousand_separator=@Invalid() + +[elevation-profile] +background-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0) + +[fonts] +downloadMissingFonts=true +fontFamilyReplacements=@Invalid() + +[measure] +clipboard-header=false +clipboard-separator=\t +clipboard-use-decimal-point=false diff --git a/QGIS/QGISCUSTOMIZATION3.ini b/QGIS/QGISCUSTOMIZATION3.ini new file mode 100644 index 0000000..ad16003 --- /dev/null +++ b/QGIS/QGISCUSTOMIZATION3.ini @@ -0,0 +1,2271 @@ +[Customization] +Browser=true +Browser\AFS=true +Browser\GPKG=true +Browser\GRASS=true +Browser\GeoNode=true +Browser\MSSQL=true +Browser\ORACLE=true +Browser\PostGIS=true +Browser\QLR=true +Browser\QPT=true +Browser\SAP%20HANA=true +Browser\Vector%20Tiles=true +Browser\WCS=true +Browser\WFS=true +Browser\WMS=true +Browser\XYZ%20Tiles=true +Browser\bookmarks_item=true +Browser\files=true +Browser\html=true +Browser\project_item=true +Browser\py=true +Browser\spatialite=true +Browser\special%3ADrives=true +Browser\special%3AFavorites=true +Browser\special%3AHome=true +Browser\special%3AProjectHome=true +Browser\special%3AVolumes=true +Browser\style_xml=true +Docks=true +Docks\AdvancedDigitizingTools=false +Docks\AllButtons=true +Docks\BookmarksDockWidget=false +Docks\Browser=false +Docks\Browser2=false +Docks\CustomLayers=true +Docks\DevTools=true +Docks\DockWidget=true +Docks\GPSInformation=false +Docks\LayerOrder=false +Docks\LayerStyling=false +Docks\Layers=false +Docks\Layers2=false +Docks\MessageLog=false +Docks\Overview=false +Docks\ProcessingToolbox=true +Docks\QgsGeometryValidationDockBase=false +Docks\ResultsViewer=true +Docks\StatisticalSummaryDockWidget=false +Docks\Temporal%20Controller=true +Docks\VertexEditor=true +Docks\undo\redo%20dock=false +Menus=false +Menus\mDatabaseMenu=false +Menus\mDatabaseMenu\dbManager=true +Menus\mEditMenu=false +Menus\mEditMenu\mActionAddFeature=true +Menus\mEditMenu\mActionAddPart=true +Menus\mEditMenu\mActionAddRing=true +Menus\mEditMenu\mActionCircularStringCurvePoint=true +Menus\mEditMenu\mActionCircularStringRadius=true +Menus\mEditMenu\mActionCopyFeatures=true +Menus\mEditMenu\mActionCutFeatures=true +Menus\mEditMenu\mActionDeletePart=true +Menus\mEditMenu\mActionDeleteRing=true +Menus\mEditMenu\mActionDeleteSelected=true +Menus\mEditMenu\mActionFillRing=true +Menus\mEditMenu\mActionMergeFeatureAttributes=true +Menus\mEditMenu\mActionMergeFeatures=true +Menus\mEditMenu\mActionMoveFeature=true +Menus\mEditMenu\mActionMoveFeatureCopy=true +Menus\mEditMenu\mActionMultiEditAttributes=true +Menus\mEditMenu\mActionOffsetCurve=true +Menus\mEditMenu\mActionOffsetPointSymbol=true +Menus\mEditMenu\mActionPasteFeatures=true +Menus\mEditMenu\mActionRedo=true +Menus\mEditMenu\mActionReshapeFeatures=true +Menus\mEditMenu\mActionReverseLine=true +Menus\mEditMenu\mActionRotateFeature=true +Menus\mEditMenu\mActionRotatePointSymbols=true +Menus\mEditMenu\mActionSimplifyFeature=true +Menus\mEditMenu\mActionSplitFeatures=true +Menus\mEditMenu\mActionSplitParts=true +Menus\mEditMenu\mActionTrimExtendFeature=true +Menus\mEditMenu\mActionUndo=true +Menus\mEditMenu\mActionVertexTool=true +Menus\mEditMenu\mMenuAnnotation=true +Menus\mEditMenu\mMenuAnnotation\mActionFormAnnotation=true +Menus\mEditMenu\mMenuAnnotation\mActionHtmlAnnotation=true +Menus\mEditMenu\mMenuAnnotation\mActionSvgAnnotation=true +Menus\mEditMenu\mMenuAnnotation\mActionTextAnnotation=true +Menus\mEditMenu\mMenuCircle=true +Menus\mEditMenu\mMenuCircle\mActionCircle2Points=true +Menus\mEditMenu\mMenuCircle\mActionCircle2TangentsPoint=true +Menus\mEditMenu\mMenuCircle\mActionCircle3Points=true +Menus\mEditMenu\mMenuCircle\mActionCircle3Tangents=true +Menus\mEditMenu\mMenuCircle\mActionCircleCenterPoint=true +Menus\mEditMenu\mMenuEditAttributes=true +Menus\mEditMenu\mMenuEditAttributes\mActionMergeFeatureAttributes=true +Menus\mEditMenu\mMenuEditAttributes\mActionMultiEditAttributes=true +Menus\mEditMenu\mMenuEditGeometry=true +Menus\mEditMenu\mMenuEditGeometry\mActionAddPart=true +Menus\mEditMenu\mMenuEditGeometry\mActionAddRing=true +Menus\mEditMenu\mMenuEditGeometry\mActionDeletePart=true +Menus\mEditMenu\mMenuEditGeometry\mActionDeleteRing=true +Menus\mEditMenu\mMenuEditGeometry\mActionFillRing=true +Menus\mEditMenu\mMenuEditGeometry\mActionMergeFeatures=true +Menus\mEditMenu\mMenuEditGeometry\mActionMoveFeature=true +Menus\mEditMenu\mMenuEditGeometry\mActionMoveFeatureCopy=true +Menus\mEditMenu\mMenuEditGeometry\mActionOffsetCurve=true +Menus\mEditMenu\mMenuEditGeometry\mActionReshapeFeatures=true +Menus\mEditMenu\mMenuEditGeometry\mActionReverseLine=true +Menus\mEditMenu\mMenuEditGeometry\mActionRotateFeature=true +Menus\mEditMenu\mMenuEditGeometry\mActionScaleFeature=true +Menus\mEditMenu\mMenuEditGeometry\mActionSimplifyFeature=true +Menus\mEditMenu\mMenuEditGeometry\mActionSplitFeatures=true +Menus\mEditMenu\mMenuEditGeometry\mActionSplitParts=true +Menus\mEditMenu\mMenuEditGeometry\mActionTrimExtendFeature=true +Menus\mEditMenu\mMenuEditGeometry\mActionVertexTool=true +Menus\mEditMenu\mMenuEllipse=true +Menus\mEditMenu\mMenuEllipse\mActionEllipseCenter2Points=true +Menus\mEditMenu\mMenuEllipse\mActionEllipseCenterPoint=true +Menus\mEditMenu\mMenuEllipse\mActionEllipseExtent=true +Menus\mEditMenu\mMenuEllipse\mActionEllipseFoci=true +Menus\mEditMenu\mMenuPasteAs=true +Menus\mEditMenu\mMenuPasteAs\mActionPasteAsNewMemoryVector=true +Menus\mEditMenu\mMenuPasteAs\mActionPasteAsNewVector=true +Menus\mEditMenu\mMenuRectangle=true +Menus\mEditMenu\mMenuRectangle\mActionRectangle3PointsDistance=true +Menus\mEditMenu\mMenuRectangle\mActionRectangle3PointsProjected=true +Menus\mEditMenu\mMenuRectangle\mActionRectangleCenterPoint=true +Menus\mEditMenu\mMenuRectangle\mActionRectangleExtent=true +Menus\mEditMenu\mMenuRegularPolygon=true +Menus\mEditMenu\mMenuRegularPolygon\mActionRegularPolygon2Points=true +Menus\mEditMenu\mMenuRegularPolygon\mActionRegularPolygonCenterCorner=true +Menus\mEditMenu\mMenuRegularPolygon\mActionRegularPolygonCenterPoint=true +Menus\mEditMenu\mMenuSelect=true +Menus\mEditMenu\mMenuSelect\mActionDeselectActiveLayer=true +Menus\mEditMenu\mMenuSelect\mActionDeselectAll=true +Menus\mEditMenu\mMenuSelect\mActionInvertSelection=true +Menus\mEditMenu\mMenuSelect\mActionReselect=true +Menus\mEditMenu\mMenuSelect\mActionSelectAll=true +Menus\mEditMenu\mMenuSelect\mActionSelectByExpression=true +Menus\mEditMenu\mMenuSelect\mActionSelectByForm=true +Menus\mEditMenu\mMenuSelect\mActionSelectFeatures=true +Menus\mEditMenu\mMenuSelect\mActionSelectFreehand=true +Menus\mEditMenu\mMenuSelect\mActionSelectPolygon=true +Menus\mEditMenu\mMenuSelect\mActionSelectRadius=true +Menus\mEditMenu\menuSelect=true +Menus\mEditMenu\menuSelect\mActionDeselectAll=true +Menus\mEditMenu\menuSelect\mActionInvertSelection=true +Menus\mEditMenu\menuSelect\mActionSelectAll=true +Menus\mEditMenu\menuSelect\mActionSelectByExpression=true +Menus\mEditMenu\menuSelect\mActionSelectByForm=true +Menus\mEditMenu\menuSelect\mActionSelectFeatures=true +Menus\mEditMenu\menuSelect\mActionSelectFreehand=true +Menus\mEditMenu\menuSelect\mActionSelectPolygon=true +Menus\mEditMenu\menuSelect\mActionSelectRadius=true +Menus\mHelpMenu=false +Menus\mHelpMenu\mActionAbout=true +Menus\mHelpMenu\mActionCheckQgisVersion=true +Menus\mHelpMenu\mActionDonate=true +Menus\mHelpMenu\mActionGetInvolved=true +Menus\mHelpMenu\mActionHelpAPI=true +Menus\mHelpMenu\mActionHelpContents=true +Menus\mHelpMenu\mActionHelpPyQgisAPI=true +Menus\mHelpMenu\mActionNeedSupport=true +Menus\mHelpMenu\mActionQgisHomePage=true +Menus\mHelpMenu\mActionReportaBug=true +Menus\mHelpMenu\mActionSponsors=true +Menus\mHelpMenu\mMenuPluginHelp=true +Menus\mLayerMenu=false +Menus\mLayerMenu\AllEditsMenu=true +Menus\mLayerMenu\AllEditsMenu\mActionCancelAllEdits=true +Menus\mLayerMenu\AllEditsMenu\mActionCancelEdits=true +Menus\mLayerMenu\AllEditsMenu\mActionRollbackAllEdits=true +Menus\mLayerMenu\AllEditsMenu\mActionRollbackEdits=true +Menus\mLayerMenu\AllEditsMenu\mActionSaveAllEdits=true +Menus\mLayerMenu\AllEditsMenu\mActionSaveEdits=true +Menus\mLayerMenu\mActionAddAllToOverview=true +Menus\mLayerMenu\mActionAddLayerDefinition=true +Menus\mLayerMenu\mActionAddToOverview=true +Menus\mLayerMenu\mActionCopyLayer=true +Menus\mLayerMenu\mActionCopyStyle=true +Menus\mLayerMenu\mActionDataSourceManager=true +Menus\mLayerMenu\mActionDuplicateLayer=true +Menus\mLayerMenu\mActionEmbedLayers=true +Menus\mLayerMenu\mActionLabeling=true +Menus\mLayerMenu\mActionLayerProperties=true +Menus\mLayerMenu\mActionLayerSaveAs=true +Menus\mLayerMenu\mActionLayerSubsetString=true +Menus\mLayerMenu\mActionOpenTable=true +Menus\mLayerMenu\mActionPasteLayer=true +Menus\mLayerMenu\mActionPasteStyle=true +Menus\mLayerMenu\mActionRemoveAllFromOverview=true +Menus\mLayerMenu\mActionRemoveLayer=true +Menus\mLayerMenu\mActionSaveLayerDefinition=true +Menus\mLayerMenu\mActionSaveLayerEdits=true +Menus\mLayerMenu\mActionSetLayerCRS=true +Menus\mLayerMenu\mActionSetLayerScaleVisibility=true +Menus\mLayerMenu\mActionSetProjectCRSFromLayer=true +Menus\mLayerMenu\mActionShowGeoreferencer=true +Menus\mLayerMenu\mActionToggleEditing=true +Menus\mLayerMenu\mAddLayerMenu=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddAfsLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddAmsLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddDb2Layer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddDelimitedText=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddGpsLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddHanaLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddLayerSeparator=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddMeshLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddMssqlLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddOgrLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddOracleLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddPgLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddPointCloudLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddRasterLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddSpatiaLiteLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddVectorTileLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddVirtualLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddWcsLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddWfsLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddWmsLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddXyzLayer=true +Menus\mLayerMenu\mMenuFilterTable=true +Menus\mLayerMenu\mMenuFilterTable\mActionOpenTableEdited=true +Menus\mLayerMenu\mMenuFilterTable\mActionOpenTableSelected=true +Menus\mLayerMenu\mMenuFilterTable\mActionOpenTableVisible=true +Menus\mLayerMenu\mNewLayerMenu=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewGeoPackageLayer=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewGpxLayer=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewMemoryLayer=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewMeshLayer=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewSpatiaLiteLayer=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewVectorLayer=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewVirtualLayer=true +Menus\mMeshMenu=false +Menus\mMeshMenu\mActionShowMeshCalculator=true +Menus\mPluginMenu=true +Menus\mPluginMenu\GpsMops=false +Menus\mPluginMenu\PluginReloader=true +Menus\mPluginMenu\mActionManagePlugins=true +Menus\mPluginMenu\mActionShowPythonDialog=true +Menus\mProjectMenu=false +Menus\mProjectMenu\mActionCloseProject=true +Menus\mProjectMenu\mActionExit=true +Menus\mProjectMenu\mActionNewPrintLayout=false +Menus\mProjectMenu\mActionNewProject=true +Menus\mProjectMenu\mActionNewReport=true +Menus\mProjectMenu\mActionOpenProject=true +Menus\mProjectMenu\mActionProjectProperties=true +Menus\mProjectMenu\mActionRevertProject=true +Menus\mProjectMenu\mActionSaveProject=true +Menus\mProjectMenu\mActionSaveProjectAs=true +Menus\mProjectMenu\mActionShowLayoutManager=true +Menus\mProjectMenu\mActionSnappingOptions=true +Menus\mProjectMenu\mLayoutsMenu=true +Menus\mProjectMenu\mProjectFromStorageMenu=true +Menus\mProjectMenu\mProjectFromTemplateMenu=true +Menus\mProjectMenu\mProjectToStorageMenu=true +Menus\mProjectMenu\mRecentProjectsMenu=true +Menus\mProjectMenu\menuImport_Export=true +Menus\mProjectMenu\menuImport_Export\mActionDwgImport=true +Menus\mProjectMenu\menuImport_Export\mActionDxfExport=true +Menus\mProjectMenu\menuImport_Export\mActionSaveMapAsImage=true +Menus\mProjectMenu\menuImport_Export\mActionSaveMapAsPdf=true +Menus\mRasterMenu=false +Menus\mRasterMenu\mActionShowAlignRasterTool=true +Menus\mRasterMenu\mActionShowGeoreferencer=true +Menus\mRasterMenu\mActionShowRasterCalculator=true +Menus\mSettingsMenu=true +Menus\mSettingsMenu\mActionConfigureShortcuts=false +Menus\mSettingsMenu\mActionCustomProjection=false +Menus\mSettingsMenu\mActionCustomization=true +Menus\mSettingsMenu\mActionOptions=true +Menus\mSettingsMenu\mActionStyleManager=false +Menus\mSettingsMenu\mUserProfileMenu=true +Menus\mSettingsMenu\mUserProfileMenu\mActionNewProfile=false +Menus\mSettingsMenu\mUserProfileMenu\mActionOpenActiveProfileFolder=true +Menus\mSettingsMenu\mUserProfileMenu\mActionProfile_MoFa4Q=true +Menus\mSettingsMenu\mUserProfileMenu\mActionProfile_default=true +Menus\mVectorMenu=false +Menus\mViewMenu=false +Menus\mViewMenu\m3DMapViewsMenu=true +Menus\mViewMenu\m3DMapViewsMenu\mActionManage3DMapViews=true +Menus\mViewMenu\m3DMapViewsMenu\mActionNew3DMapCanvas=true +Menus\mViewMenu\mActionDraw=true +Menus\mViewMenu\mActionElevationProfile=true +Menus\mViewMenu\mActionHideAllLayers=true +Menus\mViewMenu\mActionHideDeselectedLayers=true +Menus\mViewMenu\mActionHideSelectedLayers=true +Menus\mViewMenu\mActionIdentify=true +Menus\mViewMenu\mActionMapTips=true +Menus\mViewMenu\mActionNew3DMapCanvas=true +Menus\mViewMenu\mActionNewBookmark=true +Menus\mViewMenu\mActionNewMapCanvas=true +Menus\mViewMenu\mActionPan=true +Menus\mViewMenu\mActionPanToSelected=true +Menus\mViewMenu\mActionShowAllLayers=true +Menus\mViewMenu\mActionShowBookmarkManager=true +Menus\mViewMenu\mActionShowBookmarks=true +Menus\mViewMenu\mActionShowSelectedLayers=true +Menus\mViewMenu\mActionStatisticalSummary=true +Menus\mViewMenu\mActionToggleFullScreen=true +Menus\mViewMenu\mActionToggleMapOnly=true +Menus\mViewMenu\mActionTogglePanelsVisibility=true +Menus\mViewMenu\mActionZoomActualSize=true +Menus\mViewMenu\mActionZoomFullExtent=true +Menus\mViewMenu\mActionZoomIn=true +Menus\mViewMenu\mActionZoomLast=true +Menus\mViewMenu\mActionZoomNext=true +Menus\mViewMenu\mActionZoomOut=true +Menus\mViewMenu\mActionZoomToLayer=true +Menus\mViewMenu\mActionZoomToLayers=true +Menus\mViewMenu\mActionZoomToSelected=true +Menus\mViewMenu\mMenuDecorations=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationCopyright=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationGrid=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationImage=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationLayoutExtent=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationNorthArrow=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationScaleBar=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationTitle=true +Menus\mViewMenu\mMenuLayerVisibility=true +Menus\mViewMenu\mMenuLayerVisibility\mActionHideAllLayers=true +Menus\mViewMenu\mMenuLayerVisibility\mActionHideDeselectedLayers=true +Menus\mViewMenu\mMenuLayerVisibility\mActionHideSelectedLayers=true +Menus\mViewMenu\mMenuLayerVisibility\mActionShowAllLayers=true +Menus\mViewMenu\mMenuLayerVisibility\mActionShowSelectedLayers=true +Menus\mViewMenu\mMenuLayerVisibility\mActionToggleSelectedLayers=true +Menus\mViewMenu\mMenuLayerVisibility\mActionToggleSelectedLayersIndependently=true +Menus\mViewMenu\mMenuMeasure=true +Menus\mViewMenu\mMenuMeasure\mActionMeasure=true +Menus\mViewMenu\mMenuMeasure\mActionMeasureAngle=true +Menus\mViewMenu\mMenuMeasure\mActionMeasureArea=true +Menus\mViewMenu\mMenuMeasure\mActionMeasureBearing=true +Menus\mViewMenu\mMenuPreviewMode=true +Menus\mViewMenu\mMenuPreviewMode\mActionPreviewDeuteranope=true +Menus\mViewMenu\mMenuPreviewMode\mActionPreviewModeGrayscale=true +Menus\mViewMenu\mMenuPreviewMode\mActionPreviewModeMono=true +Menus\mViewMenu\mMenuPreviewMode\mActionPreviewModeOff=true +Menus\mViewMenu\mMenuPreviewMode\mActionPreviewProtanope=true +Menus\mViewMenu\mMenuPreviewMode\mActionPreviewTritanope=true +Menus\mViewMenu\mPanelMenu=true +Menus\mViewMenu\mToolbarMenu=true +Menus\mViewMenu\mToolbarMenu\mActionToggleAdvancedDigitizeToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleAnnotationsToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleAttributesToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleDataSourceManagerToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleDatabaseToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleDigitizeToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleFileToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleHelpToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleLabelToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleLayerToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleMapNavToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleMeshToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionTogglePluginToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleRasterToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleSelectionToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleShapeDigitizeToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleSnappingToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleVectorToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleWebToolBar=true +Menus\mViewMenu\menuDecorations=true +Menus\mViewMenu\menuDecorations\mActionDecorationCopyright=true +Menus\mViewMenu\menuDecorations\mActionDecorationGrid=true +Menus\mViewMenu\menuDecorations\mActionDecorationLayoutExtent=true +Menus\mViewMenu\menuDecorations\mActionDecorationNorthArrow=true +Menus\mViewMenu\menuDecorations\mActionDecorationScaleBar=true +Menus\mViewMenu\menuDecorations\mActionDecorationTitle=true +Menus\mViewMenu\menuMeasure=true +Menus\mViewMenu\menuMeasure\mActionMeasure=true +Menus\mViewMenu\menuMeasure\mActionMeasureAngle=true +Menus\mViewMenu\menuMeasure\mActionMeasureArea=true +Menus\mWebMenu=false +Menus\mWebMenu\MetaSearch=true +Menus\processing=false +Menus\processing\editInPlaceFeatures=true +Menus\processing\historyAction=true +Menus\processing\modelerAction=true +Menus\processing\resultsViewer=true +Menus\processing\toolboxAction=true +StatusBar=true +StatusBar\LocatorWidget=true +StatusBar\mCoordsEdit=true +StatusBar\mMagnifierWidget=true +StatusBar\mMessageLogViewerButton=true +StatusBar\mOntheFlyProjectionStatusButton=true +StatusBar\mProgressBar=true +StatusBar\mRenderSuppressionCBox=true +StatusBar\mRotationEdit=true +StatusBar\mRotationLabel=true +StatusBar\mScaleWidget=true +Toolbars=false +Toolbars\mAdvancedDigitizeToolBar=false +Toolbars\mAdvancedDigitizeToolBar\ActionMoveFeatureTool=true +Toolbars\mAdvancedDigitizeToolBar\ActionMoveFeatureTool\mActionMoveFeature=true +Toolbars\mAdvancedDigitizeToolBar\ActionMoveFeatureTool\mActionMoveFeatureCopy=true +Toolbars\mAdvancedDigitizeToolBar\ActionPointSymbolTools=true +Toolbars\mAdvancedDigitizeToolBar\ActionPointSymbolTools\mActionOffsetPointSymbol=true +Toolbars\mAdvancedDigitizeToolBar\ActionPointSymbolTools\mActionRotatePointSymbols=true +Toolbars\mAdvancedDigitizeToolBar\mActionAddPart=true +Toolbars\mAdvancedDigitizeToolBar\mActionAddRing=true +Toolbars\mAdvancedDigitizeToolBar\mActionDeletePart=true +Toolbars\mAdvancedDigitizeToolBar\mActionDeleteRing=true +Toolbars\mAdvancedDigitizeToolBar\mActionFillRing=true +Toolbars\mAdvancedDigitizeToolBar\mActionMergeFeatureAttributes=true +Toolbars\mAdvancedDigitizeToolBar\mActionMergeFeatures=true +Toolbars\mAdvancedDigitizeToolBar\mActionOffsetCurve=true +Toolbars\mAdvancedDigitizeToolBar\mActionReshapeFeatures=true +Toolbars\mAdvancedDigitizeToolBar\mActionReverseLine=true +Toolbars\mAdvancedDigitizeToolBar\mActionRotateFeature=true +Toolbars\mAdvancedDigitizeToolBar\mActionScaleFeature=true +Toolbars\mAdvancedDigitizeToolBar\mActionSimplifyFeature=true +Toolbars\mAdvancedDigitizeToolBar\mActionSplitFeatures=true +Toolbars\mAdvancedDigitizeToolBar\mActionSplitParts=true +Toolbars\mAdvancedDigitizeToolBar\mActionTrimExtendFeature=true +Toolbars\mAdvancedDigitizeToolBar\mEnableAction=true +Toolbars\mAnnotationsToolBar=true +Toolbars\mAnnotationsToolBar\ActionAnnotation=false +Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionAnnotation=false +Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionFormAnnotation=false +Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionHtmlAnnotation=false +Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionSvgAnnotation=false +Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionTextAnnotation=false +Toolbars\mAnnotationsToolBar\mActionModifyAnnotation=false +Toolbars\mAttributesToolBar=false +Toolbars\mAttributesToolBar\ActionAnnotation=false +Toolbars\mAttributesToolBar\ActionFeatureAction=false +Toolbars\mAttributesToolBar\ActionFeatureAction\mActionFeatureAction=true +Toolbars\mAttributesToolBar\ActionMeasure=false +Toolbars\mAttributesToolBar\ActionMeasure\mActionMeasure=true +Toolbars\mAttributesToolBar\ActionMeasure\mActionMeasureAngle=true +Toolbars\mAttributesToolBar\ActionMeasure\mActionMeasureArea=true +Toolbars\mAttributesToolBar\ActionMeasure\mActionMeasureBearing=true +Toolbars\mAttributesToolBar\ActionOpenTable=true +Toolbars\mAttributesToolBar\ActionOpenTable\mActionOpenTable=true +Toolbars\mAttributesToolBar\ActionOpenTable\mActionOpenTableEdited=true +Toolbars\mAttributesToolBar\ActionOpenTable\mActionOpenTableSelected=true +Toolbars\mAttributesToolBar\ActionOpenTable\mActionOpenTableVisible=true +Toolbars\mAttributesToolBar\ActionSelect=false +Toolbars\mAttributesToolBar\ActionSelection=false +Toolbars\mAttributesToolBar\mActionDeselectAll=false +Toolbars\mAttributesToolBar\mActionIdentify=true +Toolbars\mAttributesToolBar\mActionMapTips=false +Toolbars\mAttributesToolBar\mActionOpenFieldCalc=false +Toolbars\mAttributesToolBar\mActionOpenTable=false +Toolbars\mAttributesToolBar\mActionStatisticalSummary=false +Toolbars\mAttributesToolBar\toolboxAction=false +Toolbars\mDataSourceManagerToolBar=false +Toolbars\mDataSourceManagerToolBar\mActionDataSourceManager=false +Toolbars\mDataSourceManagerToolBar\mActionNewGeoPackageLayer=false +Toolbars\mDataSourceManagerToolBar\mActionNewMemoryLayer=false +Toolbars\mDataSourceManagerToolBar\mActionNewMeshLayer=true +Toolbars\mDataSourceManagerToolBar\mActionNewSpatiaLiteLayer=false +Toolbars\mDataSourceManagerToolBar\mActionNewVectorLayer=false +Toolbars\mDataSourceManagerToolBar\mActionNewVirtualLayer=false +Toolbars\mDatabaseToolBar=false +Toolbars\mDatabaseToolBar\dbManager=true +Toolbars\mDigitizeToolBar=false +Toolbars\mDigitizeToolBar\ActionVertexTool=true +Toolbars\mDigitizeToolBar\ActionVertexTool\mActionVertexTool=true +Toolbars\mDigitizeToolBar\ActionVertexTool\mActionVertexToolActiveLayer=true +Toolbars\mDigitizeToolBar\AllEditsMenu=true +Toolbars\mDigitizeToolBar\AllEditsMenu\mActionCancelAllEdits=true +Toolbars\mDigitizeToolBar\AllEditsMenu\mActionCancelEdits=true +Toolbars\mDigitizeToolBar\AllEditsMenu\mActionRollbackAllEdits=true +Toolbars\mDigitizeToolBar\AllEditsMenu\mActionRollbackEdits=true +Toolbars\mDigitizeToolBar\AllEditsMenu\mActionSaveAllEdits=true +Toolbars\mDigitizeToolBar\AllEditsMenu\mActionSaveEdits=true +Toolbars\mDigitizeToolBar\mActionAddFeature=true +Toolbars\mDigitizeToolBar\mActionCopyFeatures=true +Toolbars\mDigitizeToolBar\mActionCutFeatures=true +Toolbars\mDigitizeToolBar\mActionDeleteSelected=true +Toolbars\mDigitizeToolBar\mActionMultiEditAttributes=true +Toolbars\mDigitizeToolBar\mActionPasteFeatures=true +Toolbars\mDigitizeToolBar\mActionRedo=true +Toolbars\mDigitizeToolBar\mActionSaveLayerEdits=true +Toolbars\mDigitizeToolBar\mActionToggleEditing=false +Toolbars\mDigitizeToolBar\mActionUndo=true +Toolbars\mDigitizeToolBar\mActionVertexTool=true +Toolbars\mFileToolBar=false +Toolbars\mFileToolBar\mActionNewPrintLayout=false +Toolbars\mFileToolBar\mActionNewProject=false +Toolbars\mFileToolBar\mActionOpenProject=false +Toolbars\mFileToolBar\mActionSaveProject=false +Toolbars\mFileToolBar\mActionShowLayoutManager=true +Toolbars\mFileToolBar\mActionStyleManager=false +Toolbars\mGpsToolBar=false +Toolbars\mHelpToolBar=false +Toolbars\mHelpToolBar\mActionHelpContents=false +Toolbars\mLabelToolBar=false +Toolbars\mLabelToolBar\mActionChangeLabelProperties=false +Toolbars\mLabelToolBar\mActionDiagramProperties=false +Toolbars\mLabelToolBar\mActionLabeling=false +Toolbars\mLabelToolBar\mActionMoveLabel=false +Toolbars\mLabelToolBar\mActionPinLabels=false +Toolbars\mLabelToolBar\mActionRotateLabel=false +Toolbars\mLabelToolBar\mActionShowHideLabels=false +Toolbars\mLabelToolBar\mActionShowPinnedLabels=false +Toolbars\mLabelToolBar\mActionShowUnplacedLabels=true +Toolbars\mLayerToolBar=false +Toolbars\mLayerToolBar\ActionAddDbLayer=true +Toolbars\mLayerToolBar\ActionAddDbLayer\mActionAddHanaLayer=true +Toolbars\mLayerToolBar\ActionAddDbLayer\mActionAddMssqlLayer=true +Toolbars\mLayerToolBar\ActionAddDbLayer\mActionAddOracleLayer=true +Toolbars\mLayerToolBar\ActionAddDbLayer\mActionAddPgLayer=true +Toolbars\mLayerToolBar\ActionFeatureService=true +Toolbars\mLayerToolBar\ActionMapService=true +Toolbars\mLayerToolBar\ActionNewLayer=true +Toolbars\mLayerToolBar\ActionNewLayer\mActionNewGeoPackageLayer=true +Toolbars\mLayerToolBar\ActionNewLayer\mActionNewMemoryLayer=true +Toolbars\mLayerToolBar\ActionNewLayer\mActionNewSpatiaLiteLayer=true +Toolbars\mLayerToolBar\ActionNewLayer\mActionNewVectorLayer=true +Toolbars\mLayerToolBar\mActionAddDelimitedText=true +Toolbars\mLayerToolBar\mActionAddMeshLayer=true +Toolbars\mLayerToolBar\mActionAddOgrLayer=true +Toolbars\mLayerToolBar\mActionAddRasterLayer=true +Toolbars\mLayerToolBar\mActionAddSpatiaLiteLayer=true +Toolbars\mLayerToolBar\mActionAddVirtualLayer=true +Toolbars\mLayerToolBar\mActionAddWcsLayer=true +Toolbars\mLayerToolBar\mActionAddWfsLayer=true +Toolbars\mLayerToolBar\mActionAddWmsLayer=true +Toolbars\mMapNavToolBar=false +Toolbars\mMapNavToolBar\mActionDraw=true +Toolbars\mMapNavToolBar\mActionNew3DMapCanvas=true +Toolbars\mMapNavToolBar\mActionNewBookmark=false +Toolbars\mMapNavToolBar\mActionNewMapCanvas=false +Toolbars\mMapNavToolBar\mActionPan=false +Toolbars\mMapNavToolBar\mActionPanToSelected=false +Toolbars\mMapNavToolBar\mActionShowBookmarks=false +Toolbars\mMapNavToolBar\mActionTemporalController=true +Toolbars\mMapNavToolBar\mActionZoomActualSize=false +Toolbars\mMapNavToolBar\mActionZoomFullExtent=true +Toolbars\mMapNavToolBar\mActionZoomIn=true +Toolbars\mMapNavToolBar\mActionZoomLast=false +Toolbars\mMapNavToolBar\mActionZoomNext=false +Toolbars\mMapNavToolBar\mActionZoomOut=true +Toolbars\mMapNavToolBar\mActionZoomToLayer=true +Toolbars\mMapNavToolBar\mActionZoomToLayers=true +Toolbars\mMapNavToolBar\mActionZoomToSelected=false +Toolbars\mMeshToolBar=false +Toolbars\mPluginToolBar=false +Toolbars\mPluginToolBar\mActionShowPythonDialog=false +Toolbars\mRasterToolBar=false +Toolbars\mRasterToolBar\mActionDecreaseBrightness=true +Toolbars\mRasterToolBar\mActionDecreaseContrast=true +Toolbars\mRasterToolBar\mActionDecreaseGamma=true +Toolbars\mRasterToolBar\mActionFullCumulativeCutStretch=true +Toolbars\mRasterToolBar\mActionFullHistogramStretch=true +Toolbars\mRasterToolBar\mActionIncreaseBrightness=true +Toolbars\mRasterToolBar\mActionIncreaseContrast=true +Toolbars\mRasterToolBar\mActionIncreaseGamma=true +Toolbars\mRasterToolBar\mActionLocalCumulativeCutStretch=true +Toolbars\mRasterToolBar\mActionLocalHistogramStretch=true +Toolbars\mSelectionToolBar=false +Toolbars\mSelectionToolBar\ActionDeselection=true +Toolbars\mSelectionToolBar\ActionDeselection\mActionDeselectActiveLayer=true +Toolbars\mSelectionToolBar\ActionDeselection\mActionDeselectAll=true +Toolbars\mSelectionToolBar\ActionSelect=true +Toolbars\mSelectionToolBar\ActionSelect\mActionSelectFeatures=true +Toolbars\mSelectionToolBar\ActionSelect\mActionSelectFreehand=true +Toolbars\mSelectionToolBar\ActionSelect\mActionSelectPolygon=true +Toolbars\mSelectionToolBar\ActionSelect\mActionSelectRadius=true +Toolbars\mSelectionToolBar\ActionSelection=true +Toolbars\mSelectionToolBar\ActionSelection\mActionInvertSelection=true +Toolbars\mSelectionToolBar\ActionSelection\mActionSelectAll=true +Toolbars\mSelectionToolBar\ActionSelection\mActionSelectByExpression=true +Toolbars\mSelectionToolBar\ActionSelection\mActionSelectByForm=true +Toolbars\mSelectionToolBar\mProcessingAlg_native%3Aselectbylocation=true +Toolbars\mShapeDigitizeToolBar=false +Toolbars\mShapeDigitizeToolBar\ActionAddCircle=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircle\mActionCircle2Points=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircle\mActionCircle2TangentsPoint=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircle\mActionCircle3Points=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircle\mActionCircle3Tangents=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircle\mActionCircleCenterPoint=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircularString=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircularString\mActionCircularStringCurvePoint=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircularString\mActionCircularStringRadius=true +Toolbars\mShapeDigitizeToolBar\ActionAddEllipse=true +Toolbars\mShapeDigitizeToolBar\ActionAddEllipse\mActionEllipseCenter2Points=true +Toolbars\mShapeDigitizeToolBar\ActionAddEllipse\mActionEllipseCenterPoint=true +Toolbars\mShapeDigitizeToolBar\ActionAddEllipse\mActionEllipseExtent=true +Toolbars\mShapeDigitizeToolBar\ActionAddEllipse\mActionEllipseFoci=true +Toolbars\mShapeDigitizeToolBar\ActionAddRectangle=true +Toolbars\mShapeDigitizeToolBar\ActionAddRectangle\mActionRectangle3PointsDistance=true +Toolbars\mShapeDigitizeToolBar\ActionAddRectangle\mActionRectangle3PointsProjected=true +Toolbars\mShapeDigitizeToolBar\ActionAddRectangle\mActionRectangleCenterPoint=true +Toolbars\mShapeDigitizeToolBar\ActionAddRectangle\mActionRectangleExtent=true +Toolbars\mShapeDigitizeToolBar\ActionAddRegularPolygon=true +Toolbars\mShapeDigitizeToolBar\ActionAddRegularPolygon\mActionRegularPolygon2Points=true +Toolbars\mShapeDigitizeToolBar\ActionAddRegularPolygon\mActionRegularPolygonCenterCorner=true +Toolbars\mShapeDigitizeToolBar\ActionAddRegularPolygon\mActionRegularPolygonCenterPoint=true +Toolbars\mSnappingToolBar=false +Toolbars\mSnappingToolBar\EnableSnappingAction=true +Toolbars\mSnappingToolBar\IntersectionSnappingAction=true +Toolbars\mSnappingToolBar\SelfSnappingAction=true +Toolbars\mSnappingToolBar\TopologicalEditingAction=true +Toolbars\mVectorToolBar=false +Toolbars\mWebToolBar=false +Widgets=true +Widgets\MainWindow=true +Widgets\MainWindow\centralwidget=true +Widgets\QgsAbout=true +Widgets\QgsAbout\buttonBox=true +Widgets\QgsAbout\tabWidget=true +Widgets\QgsAbout\tabWidget\TabPage=true +Widgets\QgsAbout\tabWidget\TabPage\txtProviders=true +Widgets\QgsAbout\tabWidget\TabPage\txtProviders\qt_scrollarea_hcontainer=true +Widgets\QgsAbout\tabWidget\TabPage\txtProviders\qt_scrollarea_vcontainer=true +Widgets\QgsAbout\tabWidget\TabPage\txtProviders\qt_scrollarea_viewport=true +Widgets\QgsAbout\tabWidget\Widget2=true +Widgets\QgsAbout\tabWidget\Widget2\TextLabel4=true +Widgets\QgsAbout\tabWidget\Widget2\btnQgisHome=true +Widgets\QgsAbout\tabWidget\Widget2\btnQgisUser=true +Widgets\QgsAbout\tabWidget\Widget2\label=true +Widgets\QgsAbout\tabWidget\Widget2\label_2=true +Widgets\QgsAbout\tabWidget\Widget2\qgisIcon=true +Widgets\QgsAbout\tabWidget\Widget3=true +Widgets\QgsAbout\tabWidget\Widget3\txtWhatsNew=true +Widgets\QgsAbout\tabWidget\Widget3\txtWhatsNew\qt_scrollarea_hcontainer=true +Widgets\QgsAbout\tabWidget\Widget3\txtWhatsNew\qt_scrollarea_vcontainer=true +Widgets\QgsAbout\tabWidget\Widget3\txtWhatsNew\qt_scrollarea_viewport=true +Widgets\QgsAbout\tabWidget\tab=true +Widgets\QgsAbout\tabWidget\tab\label_3=true +Widgets\QgsAbout\tabWidget\tab\label_4=true +Widgets\QgsAbout\tabWidget\tab_3=true +Widgets\QgsAbout\tabWidget\tab_4=true +Widgets\QgsAbout\tabWidget\tab_4\txtDonors=true +Widgets\QgsAbout\tabWidget\tab_4\txtDonors\qt_scrollarea_hcontainer=true +Widgets\QgsAbout\tabWidget\tab_4\txtDonors\qt_scrollarea_vcontainer=true +Widgets\QgsAbout\tabWidget\tab_4\txtDonors\qt_scrollarea_viewport=true +Widgets\QgsAbout\tabWidget\tab_5=true +Widgets\QgsAddAttrDialogBase=true +Widgets\QgsAddAttrDialogBase\buttonBox=true +Widgets\QgsAddAttrDialogBase\mCommentEdit=true +Widgets\QgsAddAttrDialogBase\mLength=true +Widgets\QgsAddAttrDialogBase\mLength\qt_spinbox_lineedit=true +Widgets\QgsAddAttrDialogBase\mNameEdit=true +Widgets\QgsAddAttrDialogBase\mPrec=true +Widgets\QgsAddAttrDialogBase\mPrec\qt_spinbox_lineedit=true +Widgets\QgsAddAttrDialogBase\mTypeBox=true +Widgets\QgsAddAttrDialogBase\mTypeName=true +Widgets\QgsAddAttrDialogBase\textLabel1=true +Widgets\QgsAddAttrDialogBase\textLabel1_2=true +Widgets\QgsAddAttrDialogBase\textLabel2=true +Widgets\QgsAddAttrDialogBase\textLabel2_2=true +Widgets\QgsAddAttrDialogBase\textLabel2_3=true +Widgets\QgsAddJoinDialogBase=true +Widgets\QgsAddJoinDialogBase\buttonBox=true +Widgets\QgsAddJoinDialogBase\mCacheInMemoryCheckBox=true +Widgets\QgsAddJoinDialogBase\mCreateIndexCheckBox=true +Widgets\QgsAddJoinDialogBase\mJoinFieldComboBox=true +Widgets\QgsAddJoinDialogBase\mJoinFieldLabel=true +Widgets\QgsAddJoinDialogBase\mJoinLayerComboBox=true +Widgets\QgsAddJoinDialogBase\mJoinLayerLabel=true +Widgets\QgsAddJoinDialogBase\mTargetFieldComboBox=true +Widgets\QgsAddJoinDialogBase\mTargetFieldLabel=true +Widgets\QgsAddTabOrGroupBase=true +Widgets\QgsAddTabOrGroupBase\buttonBox=true +Widgets\QgsAddTabOrGroupBase\label=true +Widgets\QgsAddTabOrGroupBase\label_2=true +Widgets\QgsAddTabOrGroupBase\mGroupButton=true +Widgets\QgsAddTabOrGroupBase\mName=true +Widgets\QgsAddTabOrGroupBase\mTabButton=true +Widgets\QgsAddTabOrGroupBase\mTabList=true +Widgets\QgsAnnotationWidgetBase=true +Widgets\QgsAnnotationWidgetBase\mBackgroundColorLabel=true +Widgets\QgsAnnotationWidgetBase\mFrameColorLabel=true +Widgets\QgsAnnotationWidgetBase\mFrameWidthLabel=true +Widgets\QgsAnnotationWidgetBase\mMapMarkerButton=true +Widgets\QgsAnnotationWidgetBase\mMapMarkerLabel=true +Widgets\QgsAnnotationWidgetBase\mMapPositionFixedCheckBox=true +Widgets\QgsAtlasCompositionWidgetBase=true +Widgets\QgsAttributeActionDialogBase=true +Widgets\QgsAttributeLoadValues=true +Widgets\QgsAttributeLoadValues\buttonBox=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\keyComboBox=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\keyLabel=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\layerComboBox=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\layerLabel=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\previewButton=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\valueComboBox=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\valueLabel=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\valueTableLabel=true +Widgets\QgsAttributeSelectionDialogBase=true +Widgets\QgsAttributeSelectionDialogBase\buttonBox=true +Widgets\QgsAttributeSelectionDialogBase\mClearButton=true +Widgets\QgsAttributeSelectionDialogBase\mSelectAllButton=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mAddPushButton=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mDownPushButton=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mOrderComboBox=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mRemovePushButton=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mSortColumnComboBox=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mUpPushButton=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mAliasLabel=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mAttributeLabel=true +Widgets\QgsAttributeTypeDialog=true +Widgets\QgsAttributeTypeDialog\buttonBox=true +Widgets\QgsAttributeTypeDialog\isFieldEditableCheckBox=true +Widgets\QgsAttributeTypeDialog\labelOnTopCheckBox=true +Widgets\QgsAttributeTypeDialog\stackedWidget=true +Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage\label_10=true +Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage\label_11=true +Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage\label_4=true +Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage\leDateFormat=true +Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage\label_2=true +Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage\label_3=true +Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage\leCheckedState=true +Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage\leUncheckedState=true +Widgets\QgsAttributeTypeDialog\stackedWidget\classificationPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\classificationPage\classificationLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\colorPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\colorPage\label_15=true +Widgets\QgsAttributeTypeDialog\stackedWidget\enumerationPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\enumerationPage\enumerationLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\enumerationPage\enumerationWarningLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\fileNamePage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\fileNamePage\fileNameLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\hiddenPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\hiddenPage\hiddenLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\immutablePage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\immutablePage\immutableLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\lineEditPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\lineEditPage\lineEditLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\label_12=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\label_13=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\pictureOrUrlLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\sbWidgetHeight=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\sbWidgetHeight\qt_spinbox_lineedit=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\sbWidgetWidth=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\sbWidgetWidth\qt_spinbox_lineedit=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\maximumLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\minimumLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\doublePage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\maximumSpinBox=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\maximumSpinBox\qt_spinbox_lineedit=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\minimumSpinBox=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\minimumSpinBox\qt_spinbox_lineedit=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\stepSpinBox=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\stepSpinBox\qt_spinbox_lineedit=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeWidget=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\stepLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\valuesLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\textEditPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\textEditPage\hiddenLabel_3=true +Widgets\QgsAttributeTypeDialog\stackedWidget\uniqueValuesPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\uniqueValuesPage\editableUniqueValues=true +Widgets\QgsAttributeTypeDialog\stackedWidget\uniqueValuesPage\label=true +Widgets\QgsAttributeTypeDialog\stackedWidget\uuidGenPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\uuidGenPage\label_9=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage\loadFromCSVButton=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage\loadFromLayerButton=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage\removeSelectedButton=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage\valueMapLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_19=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_5=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_6=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_7=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_8=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationAllowMulti=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationAllowNull=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationFilterExpression=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationFilterExpression\qt_scrollarea_hcontainer=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationFilterExpression\qt_scrollarea_vcontainer=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationFilterExpression\qt_scrollarea_viewport=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationKeyColumn=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationLayer=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationOrderByValue=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationValueColumn=true +Widgets\QgsBookmarksBase=true +Widgets\QgsBookmarksBase\buttonBox=true +Widgets\QgsBrowserDirectoryPropertiesBase=true +Widgets\QgsBrowserDirectoryPropertiesBase\buttonBox=true +Widgets\QgsBrowserDirectoryPropertiesBase\label_2=true +Widgets\QgsBrowserDirectoryPropertiesBase\leSource=true +Widgets\QgsBrowserDockWidgetBase=true +Widgets\QgsBrowserDockWidgetBase\mContents=true +Widgets\QgsBrowserDockWidgetBase\mContents\mWidgetFilter=true +Widgets\QgsBrowserLayerPropertiesBase=true +Widgets\QgsBrowserLayerPropertiesBase\buttonBox=true +Widgets\QgsBrowserLayerPropertiesBase\label=true +Widgets\QgsBrowserLayerPropertiesBase\label_2=true +Widgets\QgsBrowserLayerPropertiesBase\label_3=true +Widgets\QgsBrowserLayerPropertiesBase\label_4=true +Widgets\QgsBrowserLayerPropertiesBase\lblNotice=true +Widgets\QgsBrowserLayerPropertiesBase\leName=true +Widgets\QgsBrowserLayerPropertiesBase\leProvider=true +Widgets\QgsBrowserLayerPropertiesBase\leSource=true +Widgets\QgsBrowserLayerPropertiesBase\txtbMetadata=true +Widgets\QgsBrowserLayerPropertiesBase\txtbMetadata\qt_scrollarea_hcontainer=true +Widgets\QgsBrowserLayerPropertiesBase\txtbMetadata\qt_scrollarea_vcontainer=true +Widgets\QgsBrowserLayerPropertiesBase\txtbMetadata\qt_scrollarea_viewport=true +Widgets\QgsCategorizedSymbolRendererV2Widget=true +Widgets\QgsCategorizedSymbolRendererV2Widget\btnAddCategories=true +Widgets\QgsCategorizedSymbolRendererV2Widget\btnAddCategory=true +Widgets\QgsCategorizedSymbolRendererV2Widget\btnAdvanced=true +Widgets\QgsCategorizedSymbolRendererV2Widget\btnChangeCategorizedSymbol=true +Widgets\QgsCategorizedSymbolRendererV2Widget\btnDeleteAllCategories=true +Widgets\QgsCategorizedSymbolRendererV2Widget\btnDeleteCategories=true +Widgets\QgsCategorizedSymbolRendererV2Widget\cboCategorizedColumn=true +Widgets\QgsCategorizedSymbolRendererV2Widget\label_10=true +Widgets\QgsCategorizedSymbolRendererV2Widget\label_3=true +Widgets\QgsCategorizedSymbolRendererV2Widget\label_9=true +Widgets\QgsCharacterSelectorBase=true +Widgets\QgsCharacterSelectorBase\mCharSelectButtonBox=true +Widgets\QgsCharacterSelectorBase\mCharSelectLabel=true +Widgets\QgsCharacterSelectorBase\mCharSelectLabelFont=true +Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea=true +Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea\qt_scrollarea_viewport=true +Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerArrowWidgetBase=true +Widgets\QgsComposerArrowWidgetBase\label_3=true +Widgets\QgsComposerArrowWidgetBase\scrollArea=true +Widgets\QgsComposerArrowWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerArrowWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerArrowWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerArrowWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerBase=true +Widgets\QgsComposerBase\centralwidget=true +Widgets\QgsComposerBase\centralwidget\mButtonBox=true +Widgets\QgsComposerHtmlWidgetBase=true +Widgets\QgsComposerHtmlWidgetBase\label=true +Widgets\QgsComposerHtmlWidgetBase\scrollArea=true +Widgets\QgsComposerHtmlWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerHtmlWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerHtmlWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerHtmlWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerItemWidgetBase=true +Widgets\QgsComposerLabelWidgetBase=true +Widgets\QgsComposerLabelWidgetBase\label=true +Widgets\QgsComposerLabelWidgetBase\scrollArea=true +Widgets\QgsComposerLabelWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerLabelWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerLabelWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerLabelWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerLegendItemDialogBase=true +Widgets\QgsComposerLegendItemDialogBase\buttonBox=true +Widgets\QgsComposerLegendItemDialogBase\mItemTextLabel=true +Widgets\QgsComposerLegendItemDialogBase\mItemTextLineEdit=true +Widgets\QgsComposerLegendLayersDialogBase=false +Widgets\QgsComposerLegendLayersDialogBase\buttonBox=false +Widgets\QgsComposerLegendWidgetBase=true +Widgets\QgsComposerLegendWidgetBase\label_11=true +Widgets\QgsComposerLegendWidgetBase\scrollArea=true +Widgets\QgsComposerLegendWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerLegendWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerLegendWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerLegendWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerManagerBase=true +Widgets\QgsComposerManagerBase\mButtonBox=true +Widgets\QgsComposerMapWidgetBase=true +Widgets\QgsComposerMapWidgetBase\label_3=true +Widgets\QgsComposerMapWidgetBase\scrollArea=true +Widgets\QgsComposerMapWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerMapWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerMapWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerMapWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerPictureWidgetBase=true +Widgets\QgsComposerPictureWidgetBase\label_2=true +Widgets\QgsComposerPictureWidgetBase\scrollArea=true +Widgets\QgsComposerPictureWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerPictureWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerPictureWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerPictureWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerScaleBarWidgetBase=true +Widgets\QgsComposerScaleBarWidgetBase\label_5=true +Widgets\QgsComposerScaleBarWidgetBase\scrollArea=true +Widgets\QgsComposerScaleBarWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerScaleBarWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerScaleBarWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerScaleBarWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerShapeWidgetBase=true +Widgets\QgsComposerShapeWidgetBase\label_2=true +Widgets\QgsComposerShapeWidgetBase\scrollArea=true +Widgets\QgsComposerShapeWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerShapeWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerShapeWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerShapeWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerTableWidgetBase=true +Widgets\QgsComposerTableWidgetBase\label=true +Widgets\QgsComposerTableWidgetBase\scrollArea=true +Widgets\QgsComposerTableWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerTableWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerTableWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerTableWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerVectorLegendBase=true +Widgets\QgsComposerVectorLegendBase\mFontButton=true +Widgets\QgsComposerVectorLegendBase\mFrameCheckBox=true +Widgets\QgsComposerVectorLegendBase\mMapComboBox=true +Widgets\QgsComposerVectorLegendBase\mPreviewModeComboBox=true +Widgets\QgsComposerVectorLegendBase\mTitleLineEdit=true +Widgets\QgsComposerVectorLegendBase\textLabel1=true +Widgets\QgsComposerVectorLegendBase\textLabel1_2=true +Widgets\QgsComposerVectorLegendBase\textLabel1_5=true +Widgets\QgsCompositionBase=true +Widgets\QgsCompositionBase\groupBox=true +Widgets\QgsCompositionBase\groupBox\mPaperHeightLineEdit=true +Widgets\QgsCompositionBase\groupBox\mPaperOrientationComboBox=true +Widgets\QgsCompositionBase\groupBox\mPaperSizeComboBox=true +Widgets\QgsCompositionBase\groupBox\mPaperUnitsComboBox=true +Widgets\QgsCompositionBase\groupBox\mPaperWidthLineEdit=true +Widgets\QgsCompositionBase\groupBox\textLabel3=true +Widgets\QgsCompositionBase\groupBox\textLabel4=true +Widgets\QgsCompositionBase\groupBox\textLabel5=true +Widgets\QgsCompositionBase\groupBox\textLabel6=true +Widgets\QgsCompositionBase\groupBox\textLabel7=true +Widgets\QgsCompositionWidgetBase=true +Widgets\QgsCompositionWidgetBase\scrollArea=true +Widgets\QgsCompositionWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsCompositionWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsCompositionWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsCompositionWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsConfigureShortcutsDialog=true +Widgets\QgsConfigureShortcutsDialog\btnChangeShortcut=true +Widgets\QgsConfigureShortcutsDialog\btnLoadShortcuts=true +Widgets\QgsConfigureShortcutsDialog\btnResetShortcut=true +Widgets\QgsConfigureShortcutsDialog\btnSaveShortcuts=true +Widgets\QgsConfigureShortcutsDialog\btnSetNoShortcut=true +Widgets\QgsConfigureShortcutsDialog\buttonBox=true +Widgets\QgsCptCityColorRampV2DialogBase=true +Widgets\QgsCptCityColorRampV2DialogBase\buttonBox=true +Widgets\QgsCptCityColorRampV2DialogBase\cboConvertStandard=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\cboVariantName=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\label=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\label_2=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\label_6=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\lblLicensePreview=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\lblPreview=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\lblSchemeName=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\lblSchemePath=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\label_3=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\label_4=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\label_5=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblAuthorName=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblLicenseName=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblLicenseName\qt_scrollarea_hcontainer=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblLicenseName\qt_scrollarea_vcontainer=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblLicenseName\qt_scrollarea_viewport=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblSrcLink=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page_2=true +Widgets\QgsCredentialDialog=true +Widgets\QgsCredentialDialog\buttonBox=true +Widgets\QgsCredentialDialog\label=true +Widgets\QgsCredentialDialog\labelMessage=true +Widgets\QgsCredentialDialog\labelRealm=true +Widgets\QgsCredentialDialog\label_2=true +Widgets\QgsCredentialDialog\label_3=true +Widgets\QgsCredentialDialog\lePassword=true +Widgets\QgsCredentialDialog\leUsername=true +Widgets\QgsCustomProjectionDialogBase=true +Widgets\QgsCustomProjectionDialogBase\buttonBox=true +Widgets\QgsCustomProjectionDialogBase\groupBox=true +Widgets\QgsCustomProjectionDialogBase\groupBox\label=true +Widgets\QgsCustomProjectionDialogBase\groupBox\label_3=true +Widgets\QgsCustomProjectionDialogBase\groupBox\label_4=true +Widgets\QgsCustomProjectionDialogBase\groupBox\leName=true +Widgets\QgsCustomProjectionDialogBase\groupBox\pbnAdd=true +Widgets\QgsCustomProjectionDialogBase\groupBox\pbnCopyCRS=true +Widgets\QgsCustomProjectionDialogBase\groupBox\pbnRemove=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\eastWGS84=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\label_2=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\northWGS84=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\pbnCalculate=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\projectedX=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\projectedY=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\textLabel1_3=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\textLabel2_2=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\textLabel2_2_2=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\textLabel2_3=true +Widgets\QgsCustomizationDialogBase=true +Widgets\QgsCustomizationDialogBase\centralwidget=true +Widgets\QgsCustomizationDialogBase\centralwidget\buttonBox=true +Widgets\QgsCustomizationDialogBase\centralwidget\mCustomizationEnabledCheckBox=true +Widgets\QgsDataDefinedSymbolDialog=true +Widgets\QgsDataDefinedSymbolDialog\mButtonBox=true +Widgets\QgsDbSourceSelectBase=true +Widgets\QgsDbSourceSelectBase\buttonBox=true +Widgets\QgsDbSourceSelectBase\cbxAllowGeometrylessTables=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnConnect=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnDelete=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnEdit=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnLoad=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnNew=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnSave=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\cmbConnections=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchColumnComboBox=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchColumnsLabel=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchLabel=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchModeComboBox=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchModeLabel=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchTableEdit=true +Widgets\QgsDecorationCopyrightDialog=true +Widgets\QgsDecorationCopyrightDialog\buttonBox=true +Widgets\QgsDecorationCopyrightDialog\cboOrientation=true +Widgets\QgsDecorationCopyrightDialog\cboPlacement=true +Widgets\QgsDecorationCopyrightDialog\cboxEnabled=true +Widgets\QgsDecorationCopyrightDialog\label=true +Widgets\QgsDecorationCopyrightDialog\label_2=true +Widgets\QgsDecorationCopyrightDialog\textLabel15=true +Widgets\QgsDecorationCopyrightDialog\textLabel16=true +Widgets\QgsDecorationCopyrightDialog\txtCopyrightText=true +Widgets\QgsDecorationCopyrightDialog\txtCopyrightText\qt_scrollarea_hcontainer=true +Widgets\QgsDecorationCopyrightDialog\txtCopyrightText\qt_scrollarea_vcontainer=true +Widgets\QgsDecorationCopyrightDialog\txtCopyrightText\qt_scrollarea_viewport=true +Widgets\QgsDecorationGridDialog=true +Widgets\QgsDecorationGridDialog\buttonBox=true +Widgets\QgsDecorationGridDialog\chkEnable=true +Widgets\QgsDecorationGridDialog\groupBox=true +Widgets\QgsDecorationGridDialog\groupBox\mPbtnUpdateFromExtents=true +Widgets\QgsDecorationGridDialog\groupBox\mPbtnUpdateFromLayer=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mAnnotationDirectionComboBox=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mAnnotationDirectionLabel=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mAnnotationFontButton=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mCoordinatePrecisionLabel=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mCoordinatePrecisionSpinBox=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mCoordinatePrecisionSpinBox\qt_spinbox_lineedit=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mDistanceToFrameLabel=true +Widgets\QgsDecorationGridDialog\mGridTypeComboBox=true +Widgets\QgsDecorationGridDialog\mGridTypeLabel=true +Widgets\QgsDecorationGridDialog\mIntervalXEdit=true +Widgets\QgsDecorationGridDialog\mIntervalXLabel=true +Widgets\QgsDecorationGridDialog\mIntervalYEdit=true +Widgets\QgsDecorationGridDialog\mIntervalYLabel=true +Widgets\QgsDecorationGridDialog\mLineSymbolButton=true +Widgets\QgsDecorationGridDialog\mLineSymbolLabel=true +Widgets\QgsDecorationGridDialog\mMarkerSymbolButton=true +Widgets\QgsDecorationGridDialog\mMarkerSymbolLabel=true +Widgets\QgsDecorationGridDialog\mOffsetXEdit=true +Widgets\QgsDecorationGridDialog\mOffsetXLabel=true +Widgets\QgsDecorationGridDialog\mOffsetYEdit=true +Widgets\QgsDecorationGridDialog\mOffsetYLabel=true +Widgets\QgsDecorationNorthArrowDialog=true +Widgets\QgsDecorationNorthArrowDialog\buttonBox=true +Widgets\QgsDecorationScaleBarDialog=true +Widgets\QgsDecorationScaleBarDialog\buttonBox=true +Widgets\QgsDecorationScaleBarDialog\cboPlacement=true +Widgets\QgsDecorationScaleBarDialog\cboStyle=true +Widgets\QgsDecorationScaleBarDialog\chkEnable=true +Widgets\QgsDecorationScaleBarDialog\chkSnapping=true +Widgets\QgsDecorationScaleBarDialog\spnSize=true +Widgets\QgsDecorationScaleBarDialog\spnSize\qt_spinbox_lineedit=true +Widgets\QgsDecorationScaleBarDialog\textLabel1=true +Widgets\QgsDecorationScaleBarDialog\textLabel1_2=true +Widgets\QgsDecorationScaleBarDialog\textLabel1_3=true +Widgets\QgsDecorationScaleBarDialog\textLabel1_3_2=true +Widgets\QgsDelAttrDialogBase=true +Widgets\QgsDelAttrDialogBase\buttonBox=true +Widgets\QgsDelimitedTextSourceSelectBase=true +Widgets\QgsDelimitedTextSourceSelectBase\buttonBox=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxPointIsComma=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxSkipEmptyFields=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxSpatialIndex=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxSubsetIndex=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxTrimFields=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxUseHeader=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxWatchFile=true +Widgets\QgsDelimitedTextSourceSelectBase\delimiterCSV=true +Widgets\QgsDelimitedTextSourceSelectBase\delimiterChars=true +Widgets\QgsDelimitedTextSourceSelectBase\delimiterRegexp=true +Widgets\QgsDelimitedTextSourceSelectBase\geomTypeNone=true +Widgets\QgsDelimitedTextSourceSelectBase\geomTypeWKT=true +Widgets\QgsDelimitedTextSourceSelectBase\geomTypeXY=true +Widgets\QgsDelimitedTextSourceSelectBase\labelFileFormat=true +Widgets\QgsDelimitedTextSourceSelectBase\label_2=true +Widgets\QgsDelimitedTextSourceSelectBase\label_3=true +Widgets\QgsDelimitedTextSourceSelectBase\label_4=true +Widgets\QgsDelimitedTextSourceSelectBase\label_6=true +Widgets\QgsDelimitedTextSourceSelectBase\label_8=true +Widgets\QgsDelimitedTextSourceSelectBase\lblStatus=true +Widgets\QgsDelimitedTextSourceSelectBase\rowCounter=true +Widgets\QgsDelimitedTextSourceSelectBase\rowCounter\qt_spinbox_lineedit=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpCSVOptions=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpDelimOptions=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpRegexpOptions=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpRegexpOptions\label_7=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpRegexpOptions\lblRegexpError=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpRegexpOptions\txtDelimiterRegexp=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomNone=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT\cmbGeometryType=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT\cmbWktField=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT\label=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT\label_5=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\cbxXyDms=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\cmbXField=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\cmbYField=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\textLabelx=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\textLabely=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\btnBrowseForFile=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\cmbEncoding=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\lblEncoding=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\textLabelFileName=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\textLabelLayerName=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\txtFilePath=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\txtLayerName=true +Widgets\QgsDetailedItemWidgetBase=true +Widgets\QgsDetailedItemWidgetBase\cbx=true +Widgets\QgsDetailedItemWidgetBase\lblCategory=true +Widgets\QgsDetailedItemWidgetBase\lblDetail=true +Widgets\QgsDetailedItemWidgetBase\lblIcon=true +Widgets\QgsDetailedItemWidgetBase\lblTitle=true +Widgets\QgsDetailedItemWidgetBase\widget=true +Widgets\QgsDisplayAngleBase=true +Widgets\QgsDisplayAngleBase\buttonBox=true +Widgets\QgsDisplayAngleBase\mAngleLineEdit=true +Widgets\QgsEngineConfigDialog=true +Widgets\QgsEngineConfigDialog\buttonBox=true +Widgets\QgsEngineConfigDialog\cboSearchMethod=true +Widgets\QgsEngineConfigDialog\chkShowAllLabels=true +Widgets\QgsEngineConfigDialog\chkShowCandidates=true +Widgets\QgsEngineConfigDialog\groupBox=true +Widgets\QgsEngineConfigDialog\groupBox\label_2=true +Widgets\QgsEngineConfigDialog\groupBox\label_3=true +Widgets\QgsEngineConfigDialog\groupBox\label_4=true +Widgets\QgsEngineConfigDialog\groupBox\spinCandLine=true +Widgets\QgsEngineConfigDialog\groupBox\spinCandLine\qt_spinbox_lineedit=true +Widgets\QgsEngineConfigDialog\groupBox\spinCandPoint=true +Widgets\QgsEngineConfigDialog\groupBox\spinCandPoint\qt_spinbox_lineedit=true +Widgets\QgsEngineConfigDialog\groupBox\spinCandPolygon=true +Widgets\QgsEngineConfigDialog\groupBox\spinCandPolygon\qt_spinbox_lineedit=true +Widgets\QgsEngineConfigDialog\label=true +Widgets\QgsEngineConfigDialog\label_6=true +Widgets\QgsEngineConfigDialog\mSaveWithProjectChkBox=true +Widgets\QgsEngineConfigDialog\mShadowDebugRectChkBox=true +Widgets\QgsErrorDialogBase=true +Widgets\QgsErrorDialogBase\buttonBox=true +Widgets\QgsErrorDialogBase\mDetailCheckBox=true +Widgets\QgsErrorDialogBase\mDetailPushButton=true +Widgets\QgsErrorDialogBase\mDetailTextBrowser=true +Widgets\QgsErrorDialogBase\mDetailTextBrowser\qt_scrollarea_hcontainer=true +Widgets\QgsErrorDialogBase\mDetailTextBrowser\qt_scrollarea_vcontainer=true +Widgets\QgsErrorDialogBase\mDetailTextBrowser\qt_scrollarea_viewport=true +Widgets\QgsErrorDialogBase\mIconLabel=true +Widgets\QgsErrorDialogBase\mSummaryTextBrowser=true +Widgets\QgsErrorDialogBase\mSummaryTextBrowser\qt_scrollarea_hcontainer=true +Widgets\QgsErrorDialogBase\mSummaryTextBrowser\qt_scrollarea_vcontainer=true +Widgets\QgsErrorDialogBase\mSummaryTextBrowser\qt_scrollarea_viewport=true +Widgets\QgsExpressionBuilderDialogBase=true +Widgets\QgsExpressionBuilderDialogBase\buttonBox=true +Widgets\QgsExpressionBuilderWidgetBase=true +Widgets\QgsExpressionBuilderWidgetBase\btnLoadAll=true +Widgets\QgsExpressionBuilderWidgetBase\btnLoadSample=true +Widgets\QgsExpressionBuilderWidgetBase\groupBox=true +Widgets\QgsExpressionBuilderWidgetBase\groupBox\txtExpressionString=true +Widgets\QgsExpressionBuilderWidgetBase\groupBox\txtExpressionString\qt_scrollarea_hcontainer=true +Widgets\QgsExpressionBuilderWidgetBase\groupBox\txtExpressionString\qt_scrollarea_vcontainer=true +Widgets\QgsExpressionBuilderWidgetBase\groupBox\txtExpressionString\qt_scrollarea_viewport=true +Widgets\QgsExpressionBuilderWidgetBase\label_2=true +Widgets\QgsExpressionBuilderWidgetBase\lblPreview=true +Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup=true +Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup\txtHelpText=true +Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup\txtHelpText\qt_scrollarea_hcontainer=true +Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup\txtHelpText\qt_scrollarea_vcontainer=true +Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup\txtHelpText\qt_scrollarea_viewport=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnCloseBracketPushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnConcatButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnDividePushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnEqualPushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnExpButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnMinusPushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnMultiplyPushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnOpenBracketPushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnPlusPushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mValueGroupBox=true +Widgets\QgsExpressionBuilderWidgetBase\moperationListGroup=true +Widgets\QgsExpressionSelectionDialogBase=true +Widgets\QgsExpressionSelectionDialogBase\mPbnClose=true +Widgets\QgsFieldCalculatorBase=true +Widgets\QgsFieldCalculatorBase\mButtonBox=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mFieldNameLabel=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldNameLineEdit=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldPrecisionLabel=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldPrecisionSpinBox=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldPrecisionSpinBox\qt_spinbox_lineedit=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldTypeComboBox=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldTypeLabel=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldWidthLabel=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldWidthSpinBox=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldWidthSpinBox\qt_spinbox_lineedit=true +Widgets\QgsFieldCalculatorBase\mOnlyUpdateSelectedCheckBox=true +Widgets\QgsFieldCalculatorBase\mUpdateExistingGroupBox=true +Widgets\QgsFieldCalculatorBase\mUpdateExistingGroupBox\mExistingFieldComboBox=true +Widgets\QgsFieldsPropertiesBase=true +Widgets\QgsFieldsPropertiesBase\label_2=true +Widgets\QgsFieldsPropertiesBase\label_3=true +Widgets\QgsFieldsPropertiesBase\leEditFormInit=true +Widgets\QgsFieldsPropertiesBase\mEditorLayoutComboBox=true +Widgets\QgsFormAnnotationDialogBase=true +Widgets\QgsFormAnnotationDialogBase\mButtonBox=true +Widgets\QgsFormAnnotationDialogBase\mFileLineEdit=true +Widgets\QgsFormAnnotationDialogBase\mStackedWidget=true +Widgets\QgsFormAnnotationDialogBase\mStackedWidget\page=true +Widgets\QgsFormAnnotationDialogBase\mStackedWidget\page_2=true +Widgets\QgsGenericProjectionSelectorBase=true +Widgets\QgsGenericProjectionSelectorBase\buttonBox=true +Widgets\QgsGenericProjectionSelectorBase\textEdit=true +Widgets\QgsGenericProjectionSelectorBase\textEdit\qt_scrollarea_hcontainer=true +Widgets\QgsGenericProjectionSelectorBase\textEdit\qt_scrollarea_vcontainer=true +Widgets\QgsGenericProjectionSelectorBase\textEdit\qt_scrollarea_viewport=true +Widgets\QgsGpsInformationWidgetBase=true +Widgets\QgsGpsInformationWidgetBase\mBtnAddVertex=true +Widgets\QgsGpsInformationWidgetBase\mBtnCloseFeature=true +Widgets\QgsGpsInformationWidgetBase\mConnectButton=true +Widgets\QgsGpsInformationWidgetBase\mLblStatusIndicator=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_hcontainer=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_vcontainer=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblAltitude=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblDirection=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblFixMode=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblFixType=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblHacc=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblHdop=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblLatitude=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblLongitude=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblPdop=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblQuality=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblSatellitesUsed=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblSpeed=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblStatus=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblUtcTime=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblVacc=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblVdop=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtAltitude=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtDateTime=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtDirection=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtFixMode=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtFixType=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtHacc=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtHdop=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtLatitude=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtLongitude=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtPdop=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtQuality=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtSatellitesUsed=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtSpeed=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtStatus=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtVacc=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtVdop=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage2=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage3=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\mSpinMapExtentMultiplier=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\mSpinMapExtentMultiplier\qt_spinbox_lineedit=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\radNeverRecenter=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\radRecenterMap=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\radRecenterWhenNeeded=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3\mBtnTrackColor=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3\mCbxAutoAddVertices=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3\mSpinTrackWidth=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3\mSpinTrackWidth\qt_spinbox_lineedit=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\mCbxAutoCommit=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\label_3=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\label_4=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\label_5=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mCboDevices=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mGpsdDevice=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mGpsdHost=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mGpsdPort=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mRadAutodetect=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mRadGpsd=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mRadInternal=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mRadUserPath=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mGroupShowMarker=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mGroupShowMarker\label=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mGroupShowMarker\label_2=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mGroupShowMarker\mSliderMarkerSize=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mLogFileGroupBox=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mLogFileGroupBox\mBtnLogFile=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mLogFileGroupBox\mTxtLogFile=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage5=true +Widgets\QgsGraduatedSymbolRendererV2Widget=true +Widgets\QgsGraduatedSymbolRendererV2Widget\btnAdvanced=true +Widgets\QgsGraduatedSymbolRendererV2Widget\btnChangeGraduatedSymbol=true +Widgets\QgsGraduatedSymbolRendererV2Widget\btnDeleteAllClasses=true +Widgets\QgsGraduatedSymbolRendererV2Widget\btnGraduatedAdd=true +Widgets\QgsGraduatedSymbolRendererV2Widget\btnGraduatedClassify=true +Widgets\QgsGraduatedSymbolRendererV2Widget\btnGraduatedDelete=true +Widgets\QgsGraduatedSymbolRendererV2Widget\cboGraduatedColumn=true +Widgets\QgsGraduatedSymbolRendererV2Widget\cboGraduatedMode=true +Widgets\QgsGraduatedSymbolRendererV2Widget\label_4=true +Widgets\QgsGraduatedSymbolRendererV2Widget\label_5=true +Widgets\QgsGraduatedSymbolRendererV2Widget\label_6=true +Widgets\QgsGraduatedSymbolRendererV2Widget\label_7=true +Widgets\QgsGraduatedSymbolRendererV2Widget\label_8=true +Widgets\QgsGraduatedSymbolRendererV2Widget\spinGraduatedClasses=true +Widgets\QgsGraduatedSymbolRendererV2Widget\spinGraduatedClasses\qt_spinbox_lineedit=true +Widgets\QgsHandleBadLayersBase=true +Widgets\QgsHandleBadLayersBase\buttonBox=true +Widgets\QgsIdentifyResultsBase=true +Widgets\QgsIdentifyResultsBase\buttonBox=true +Widgets\QgsLUDialogBase=true +Widgets\QgsLUDialogBase\buttonBox=true +Widgets\QgsLUDialogBase\mLowerEdit=true +Widgets\QgsLUDialogBase\mLowerLabel=true +Widgets\QgsLUDialogBase\mUpperEdit=true +Widgets\QgsLUDialogBase\mUpperLabel=true +Widgets\QgsLabelDialogBase=true +Widgets\QgsLabelDialogBase\groupBox5=true +Widgets\QgsLabelDialogBase\groupBox5\lblSample=true +Widgets\QgsLabelDialogBase\tabWidget=true +Widgets\QgsLabelDialogBase\tabWidget\tab=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup10=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup10\cboOffsetUnits=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\cboBufferSizeUnits=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\pbnDefaultBufferColor=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\spinBufferTransparency=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\spinBufferTransparency\qt_spinbox_lineedit=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\textLabel4_3_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering\leMaximumScale=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering\leMinimumScale=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering\textLabel1_1=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering\textLabel1_2_2_1=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioAbove=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioAboveLeft=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioAboveRight=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioBelow=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioBelowLeft=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioBelowRight=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioLeft=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioOver=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioRight=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\btnDefaultFont=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\cboFontSizeUnits=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\cboLabelField=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\chkSelectedOnly=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\chkUseMultiline=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\leDefaultLabel=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\pbnDefaultFontColor=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\spinAngle=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\spinAngle\qt_spinbox_lineedit=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\textLabel1=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\textLabel1_2_2_2_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\textLabel5=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\textLabel5_2_2_3_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_hcontainer=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_vcontainer=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboBoldField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboFontColorField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboFontField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboFontSizeField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboFontSizeTypeField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboItalicField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboStrikeOutField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboUnderlineField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\label=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\lblFont=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_2_4=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_3=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_3_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_3_2_4=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_3_2_5=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5\cboAlignmentField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5\cboAngleField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5\textLabel1_2_2_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5\textLabel1_2_2_2_2_3=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6\cboBufferSizeField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6\cboBufferTransparencyField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6\textLabel1_3_2_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6\textLabel4_3_2_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\cboXCoordinateField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\cboXOffsetField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\cboYCoordinateField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\cboYOffsetField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\textLabel1_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\textLabel1_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\textLabel1_2_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\textLabel1_2_3=true +Widgets\QgsLabelPropertyDialogBase=true +Widgets\QgsLabelPropertyDialogBase\buttonBox=true +Widgets\QgsLabelPropertyDialogBase\groupBox=true +Widgets\QgsLabelPropertyDialogBase\groupBox\label=true +Widgets\QgsLabelPropertyDialogBase\groupBox\mAlwaysShowChkbx=true +Widgets\QgsLabelPropertyDialogBase\groupBox\mMaxScaleSpinBox=true +Widgets\QgsLabelPropertyDialogBase\groupBox\mMaxScaleSpinBox\qt_spinbox_lineedit=true +Widgets\QgsLabelPropertyDialogBase\groupBox\mMinScaleSpinBox=true +Widgets\QgsLabelPropertyDialogBase\groupBox\mMinScaleSpinBox\qt_spinbox_lineedit=true +Widgets\QgsLabelPropertyDialogBase\groupBox\mShowLabelChkbx=true +Widgets\QgsLabelPropertyDialogBase\mBufferGroupBox=true +Widgets\QgsLabelPropertyDialogBase\mBufferGroupBox\mBufferSizeLabel=true +Widgets\QgsLabelPropertyDialogBase\mFontGroupBox=true +Widgets\QgsLabelPropertyDialogBase\mFontGroupBox\label_3=true +Widgets\QgsLabelPropertyDialogBase\mFontGroupBox\mFontSizeLabel=true +Widgets\QgsLabelPropertyDialogBase\mFontGroupBox\mFontStyleCmbBx=true +Widgets\QgsLabelPropertyDialogBase\mLabelTextLabel=true +Widgets\QgsLabelPropertyDialogBase\mLabelTextLineEdit=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mHaliComboBox=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mHaliLabel=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mLabelDistanceLabel=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mRotationLabel=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mValiComboBox=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mValiLabel=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mXCoordLabel=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mYCoordLabel=true +Widgets\QgsLoadStyleFromDBDialogLayout=true +Widgets\QgsLoadStyleFromDBDialogLayout\label=true +Widgets\QgsLoadStyleFromDBDialogLayout\label_2=true +Widgets\QgsLoadStyleFromDBDialogLayout\mCancelButton=true +Widgets\QgsLoadStyleFromDBDialogLayout\mLoadButton=true +Widgets\QgsManageConnectionsDialogBase=true +Widgets\QgsManageConnectionsDialogBase\buttonBox=true +Widgets\QgsManageConnectionsDialogBase\label=true +Widgets\QgsMeasureBase=true +Widgets\QgsMeasureBase\buttonBox=true +Widgets\QgsMeasureBase\editTotal=true +Widgets\QgsMeasureBase\textLabel2=true +Widgets\QgsMergeAttributesDialogBase=true +Widgets\QgsMergeAttributesDialogBase\buttonBox=true +Widgets\QgsMergeAttributesDialogBase\mFromSelectedPushButton=true +Widgets\QgsMergeAttributesDialogBase\mRemoveFeatureFromSelectionButton=true +Widgets\QgsMergeAttributesDialogBase\mRemoveFeatureFromSelectionLabel=true +Widgets\QgsMergeAttributesDialogBase\mTakeSelectedAttributesLabel=true +Widgets\QgsMessageLogViewer=true +Widgets\QgsMessageLogViewer\tabWidget=true +Widgets\QgsMessageViewer=true +Widgets\QgsMessageViewer\buttonBox=true +Widgets\QgsMessageViewer\checkBox=true +Widgets\QgsMessageViewer\txtMessage=true +Widgets\QgsMessageViewer\txtMessage\qt_scrollarea_hcontainer=true +Widgets\QgsMessageViewer\txtMessage\qt_scrollarea_vcontainer=true +Widgets\QgsMessageViewer\txtMessage\qt_scrollarea_viewport=true +Widgets\QgsMssqlNewConnectionBase=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel1=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel1_2=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel2=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel3=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel3_2=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\btnConnect=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\cb_allowGeometrylessTables=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\cb_geometryColumns=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\cb_trustedConnection=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\cb_useEstimatedMetadata=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\chkStorePassword=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\chkStoreUsername=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\label=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\label_2=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtDatabase=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtHost=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtName=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtPassword=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtService=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtUsername=true +Widgets\QgsMssqlNewConnectionBase\buttonBox=true +Widgets\QgsMultiBandColorRendererWidgetBase=true +Widgets\QgsMultiBandColorRendererWidgetBase\label=true +Widgets\QgsMultiBandColorRendererWidgetBase\label_2=true +Widgets\QgsMultiBandColorRendererWidgetBase\mBlueBandComboBox=true +Widgets\QgsMultiBandColorRendererWidgetBase\mBlueBandLabel=true +Widgets\QgsMultiBandColorRendererWidgetBase\mBlueMaxLineEdit=true +Widgets\QgsMultiBandColorRendererWidgetBase\mBlueMinLineEdit=true +Widgets\QgsMultiBandColorRendererWidgetBase\mContrastEnhancementAlgorithmComboBox=true +Widgets\QgsMultiBandColorRendererWidgetBase\mContrastEnhancementAlgorithmLabel=true +Widgets\QgsMultiBandColorRendererWidgetBase\mGreenBandComboBox=true +Widgets\QgsMultiBandColorRendererWidgetBase\mGreenBandLabel=true +Widgets\QgsMultiBandColorRendererWidgetBase\mGreenMaxLineEdit=true +Widgets\QgsMultiBandColorRendererWidgetBase\mGreenMinLineEdit=true +Widgets\QgsMultiBandColorRendererWidgetBase\mMinLabel=true +Widgets\QgsMultiBandColorRendererWidgetBase\mRedBandComboBox=true +Widgets\QgsMultiBandColorRendererWidgetBase\mRedBandLabel=true +Widgets\QgsMultiBandColorRendererWidgetBase\mRedMaxLineEdit=true +Widgets\QgsMultiBandColorRendererWidgetBase\mRedMinLineEdit=true +Widgets\QgsNewHttpConnectionBase=true +Widgets\QgsNewHttpConnectionBase\buttonBox=true +Widgets\QgsNewHttpConnectionBase\mGroupBox=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\TextLabel1=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\TextLabel1_2=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxIgnoreAxisOrientation=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxIgnoreGetFeatureInfoURI=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxIgnoreGetMapURI=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxInvertAxisOrientation=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxSmoothPixmapTransform=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\label=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\label_2=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\label_3=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\lblReferer=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\txtName=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\txtPassword=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\txtReferer=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\txtUrl=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\txtUserName=true +Widgets\QgsNewOgrConnectionBase=true +Widgets\QgsNewOgrConnectionBase\GroupBox1=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel1=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel1_2=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel2=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel2_2=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel3=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel3_2=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\btnConnect=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\chkStorePassword=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\cmbDatabaseTypes=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\label=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\txtDatabase=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\txtHost=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\txtName=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\txtPassword=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\txtPort=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\txtUsername=true +Widgets\QgsNewOgrConnectionBase\buttonBox=true +Widgets\QgsNewSpatialiteLayerDialogBase=true +Widgets\QgsNewSpatialiteLayerDialogBase\buttonBox=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mLineRadioButton=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mMultilineRadioButton=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mMultipointRadioButton=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mMultipolygonRadioButton=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mPointRadioButton=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mPolygonRadioButton=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\checkBoxPrimaryKey=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\mNameEdit=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\mTypeBox=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\textLabel1=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\textLabel2=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\label=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\label_2=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\leGeometryColumn=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\leLayerName=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\leSRID=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDatabaseComboBox=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mFileFormatLabel=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\pbnFindSRID=true +Widgets\QgsNewVectorLayerDialogBase=true +Widgets\QgsNewVectorLayerDialogBase\buttonBox=true +Widgets\QgsNewVectorLayerDialogBase\buttonGroup1=true +Widgets\QgsNewVectorLayerDialogBase\buttonGroup1\mLineRadioButton=true +Widgets\QgsNewVectorLayerDialogBase\buttonGroup1\mPointRadioButton=true +Widgets\QgsNewVectorLayerDialogBase\buttonGroup1\mPolygonRadioButton=true +Widgets\QgsNewVectorLayerDialogBase\groupBox=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\label=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\label_2=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\mNameEdit=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\mPrecision=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\mTypeBox=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\mWidth=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\textLabel1=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\textLabel2=true +Widgets\QgsNewVectorLayerDialogBase\groupBox_2=true +Widgets\QgsNewVectorLayerDialogBase\leSpatialRefSys=true +Widgets\QgsNewVectorLayerDialogBase\mFileFormatComboBox=true +Widgets\QgsNewVectorLayerDialogBase\mFileFormatLabel=true +Widgets\QgsNewVectorLayerDialogBase\pbnChangeSpatialRefSys=true +Widgets\QgsOSMDownloadDialog=true +Widgets\QgsOSMDownloadDialog\buttonBox=true +Widgets\QgsOSMDownloadDialog\editSize=true +Widgets\QgsOSMDownloadDialog\groupBox=true +Widgets\QgsOSMDownloadDialog\groupBox\cboLayers=true +Widgets\QgsOSMDownloadDialog\groupBox\editXMax=true +Widgets\QgsOSMDownloadDialog\groupBox\editXMin=true +Widgets\QgsOSMDownloadDialog\groupBox\editYMax=true +Widgets\QgsOSMDownloadDialog\groupBox\editYMin=true +Widgets\QgsOSMDownloadDialog\groupBox\radExtentCanvas=true +Widgets\QgsOSMDownloadDialog\groupBox\radExtentLayer=true +Widgets\QgsOSMDownloadDialog\groupBox\radExtentManual=true +Widgets\QgsOSMDownloadDialog\groupBox_2=true +Widgets\QgsOSMDownloadDialog\groupBox_2\editFileName=true +Widgets\QgsOSMDownloadDialog\progress=true +Widgets\QgsOSMExportDialog=true +Widgets\QgsOSMExportDialog\buttonBox=true +Widgets\QgsOSMExportDialog\chkLoadWhenFinished=true +Widgets\QgsOSMExportDialog\groupBox=true +Widgets\QgsOSMExportDialog\groupBox\editDbFileName=true +Widgets\QgsOSMExportDialog\groupBox_2=true +Widgets\QgsOSMExportDialog\groupBox_2\editLayerName=true +Widgets\QgsOSMExportDialog\groupBox_3=true +Widgets\QgsOSMExportDialog\groupBox_3\btnLoadTags=true +Widgets\QgsOSMExportDialog\groupBox_4=true +Widgets\QgsOSMExportDialog\groupBox_4\radPoints=true +Widgets\QgsOSMExportDialog\groupBox_4\radPolygons=true +Widgets\QgsOSMExportDialog\groupBox_4\radPolylines=true +Widgets\QgsOSMExportDialog\progressBar=true +Widgets\QgsOSMImportDialog=true +Widgets\QgsOSMImportDialog\buttonBox=true +Widgets\QgsOSMImportDialog\groupBox=true +Widgets\QgsOSMImportDialog\groupBox\editDbFileName=true +Widgets\QgsOSMImportDialog\groupBox_2=true +Widgets\QgsOSMImportDialog\groupBox_2\editXmlFileName=true +Widgets\QgsOSMImportDialog\groupCreateConn=true +Widgets\QgsOSMImportDialog\groupCreateConn\editConnName=true +Widgets\QgsOSMImportDialog\groupCreateConn\label=true +Widgets\QgsOSMImportDialog\progressBar=true +Widgets\QgsOWSSourceSelectBase=true +Widgets\QgsOWSSourceSelectBase\mDialogButtonBox=true +Widgets\QgsOWSSourceSelectBase\mStatusLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayerOrderTab=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayerOrderTab\mLayerDownButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayerOrderTab\mLayerUpButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mAddDefaultButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCRSWidget=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCRSWidget\mCRSLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCRSWidget\mChangeCRSButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCRSWidget\mSelectedCRSLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCacheWidget=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCacheWidget\mCacheComboBox=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCacheWidget\mCacheLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mConnectButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mConnectionsComboBox=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mDeleteButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mEditButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mFormatWidget=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mFormatWidget\mFormatComboBox=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mFormatWidget\mFormatLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mLoadButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mNewButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mSaveButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mTimeWidget=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mTimeWidget\mTimeComboBox=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mTimeWidget\mTimeLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mFeatureCountLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mFeatureCountLineEdit=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mLayerNameLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mLayerNameLineEdit=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mTileHeightLineEdit=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mTileSizeLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mTileWidthLineEdit=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mSearchTab=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mSearchTab\mSearchAddButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mSearchTab\mSearchButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mSearchTab\mSearchTermLineEdit=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mTilesetsTab=true +Widgets\QgsOpenVectorLayerDialogBase=true +Widgets\QgsOpenVectorLayerDialogBase\buttonBox=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\cmbDatabaseTypes=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox\btnDelete=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox\btnEdit=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox\btnNew=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox\cmbConnections=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\label_4=true +Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox=true +Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\buttonSelectSrc=true +Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\cmbDirectoryTypes=true +Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\inputSrcDataset=true +Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\labelDirectoryType=true +Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\labelSrcDataset=true +Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox=true +Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox\cmbProtocolTypes=true +Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox\label=true +Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox\label_2=true +Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox\protocolURI=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\cmbEncodings=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\label_3=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\radioSrcDatabase=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\radioSrcDirectory=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\radioSrcFile=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\radioSrcProtocol=true +Widgets\QgsOptionsBase=true +Widgets\QgsOracleNewConnectionBase=true +Widgets\QgsOracleNewConnectionBase\GroupBox1=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel1=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel1_2=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel2_2=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel3=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel3_2=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\btnConnect=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_allowGeometrylessTables=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_geometryColumnsOnly=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_onlyExistingTypes=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_useEstimatedMetadata=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_userTablesOnly=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\chkStorePassword=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\chkStoreUsername=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\label=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\txtDatabase=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\txtHost=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\txtName=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\txtPassword=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\txtPort=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\txtUsername=true +Widgets\QgsOracleNewConnectionBase\buttonBox=true +Widgets\QgsPalettedRendererWidgetBase=true +Widgets\QgsPalettedRendererWidgetBase\mBandComboBox=true +Widgets\QgsPalettedRendererWidgetBase\mBandLabel=true +Widgets\QgsPasteTransformationsBase=true +Widgets\QgsPasteTransformationsBase\buttonBox=true +Widgets\QgsPasteTransformationsBase\destinationLayerComboBox=true +Widgets\QgsPasteTransformationsBase\sourceLayerComboBox=true +Widgets\QgsPasteTransformationsBase\textLabel1_2=true +Widgets\QgsPasteTransformationsBase\textLabel3=true +Widgets\QgsPasteTransformationsBase\textLabel4=true +Widgets\QgsPgNewConnectionBase=true +Widgets\QgsPgNewConnectionBase\GroupBox1=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel1=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel1_2=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel2=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel2_2=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel3=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel3_2=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel3_3=true +Widgets\QgsPgNewConnectionBase\GroupBox1\btnConnect=true +Widgets\QgsPgNewConnectionBase\GroupBox1\cb_allowGeometrylessTables=true +Widgets\QgsPgNewConnectionBase\GroupBox1\cb_dontResolveType=true +Widgets\QgsPgNewConnectionBase\GroupBox1\cb_geometryColumnsOnly=true +Widgets\QgsPgNewConnectionBase\GroupBox1\cb_publicSchemaOnly=true +Widgets\QgsPgNewConnectionBase\GroupBox1\cb_useEstimatedMetadata=true +Widgets\QgsPgNewConnectionBase\GroupBox1\cbxSSLmode=true +Widgets\QgsPgNewConnectionBase\GroupBox1\chkStorePassword=true +Widgets\QgsPgNewConnectionBase\GroupBox1\chkStoreUsername=true +Widgets\QgsPgNewConnectionBase\GroupBox1\label=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtDatabase=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtHost=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtName=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtPassword=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtPort=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtService=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtUsername=true +Widgets\QgsPgNewConnectionBase\buttonBox=true +Widgets\QgsPluginManagerBase=true +Widgets\QgsPluginManagerBase\buttonBox=true +Widgets\QgsPointDisplacementRendererWidgetBase=true +Widgets\QgsPointDisplacementRendererWidgetBase\mCenterSymbolLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mCenterSymbolPushButton=true +Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox=true +Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox\mCircleColorLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox\mCircleRadiusLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox\mCircleWidthLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox\mDistanceToleranceLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mLabelAttributeLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mLabelColorLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mLabelFieldComboBox=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mLabelFontButton=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mMaxScaleDenominatorEdit=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mMaxScaleLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mScaleDependentLabelsCheckBox=true +Widgets\QgsPointDisplacementRendererWidgetBase\mRendererComboBox=true +Widgets\QgsPointDisplacementRendererWidgetBase\mRendererLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mRendererSettingsButton=true +Widgets\QgsProjectLayerGroupDialogBase=true +Widgets\QgsProjectLayerGroupDialogBase\mButtonBox=true +Widgets\QgsProjectLayerGroupDialogBase\mProjectFileLabel=true +Widgets\QgsProjectLayerGroupDialogBase\mProjectFileLineEdit=true +Widgets\QgsProjectPropertiesBase=true +Widgets\QgsProjectionSelectorBase=true +Widgets\QgsProjectionSelectorBase\label=true +Widgets\QgsProjectionSelectorBase\label_3=true +Widgets\QgsProjectionSelectorBase\label_5=true +Widgets\QgsProjectionSelectorBase\teProjection=true +Widgets\QgsProjectionSelectorBase\teProjection\qt_scrollarea_hcontainer=true +Widgets\QgsProjectionSelectorBase\teProjection\qt_scrollarea_vcontainer=true +Widgets\QgsProjectionSelectorBase\teProjection\qt_scrollarea_viewport=true +Widgets\QgsProjectionSelectorBase\teSelected=true +Widgets\QgsQueryBuilderBase=true +Widgets\QgsQueryBuilderBase\buttonBox=true +Widgets\QgsQueryBuilderBase\groupBox1=true +Widgets\QgsQueryBuilderBase\groupBox1\lstFields=true +Widgets\QgsQueryBuilderBase\groupBox1\lstFields\qt_scrollarea_hcontainer=true +Widgets\QgsQueryBuilderBase\groupBox1\lstFields\qt_scrollarea_vcontainer=true +Widgets\QgsQueryBuilderBase\groupBox1\lstFields\qt_scrollarea_viewport=true +Widgets\QgsQueryBuilderBase\groupBox2=true +Widgets\QgsQueryBuilderBase\groupBox2\btnGetAllValues=true +Widgets\QgsQueryBuilderBase\groupBox2\btnSampleValues=true +Widgets\QgsQueryBuilderBase\groupBox2\lstValues=true +Widgets\QgsQueryBuilderBase\groupBox2\lstValues\qt_scrollarea_hcontainer=true +Widgets\QgsQueryBuilderBase\groupBox2\lstValues\qt_scrollarea_vcontainer=true +Widgets\QgsQueryBuilderBase\groupBox2\lstValues\qt_scrollarea_viewport=true +Widgets\QgsQueryBuilderBase\groupBox2\mUseUnfilteredLayer=true +Widgets\QgsQueryBuilderBase\groupBox3=true +Widgets\QgsQueryBuilderBase\groupBox3\txtSQL=true +Widgets\QgsQueryBuilderBase\groupBox3\txtSQL\qt_scrollarea_hcontainer=true +Widgets\QgsQueryBuilderBase\groupBox3\txtSQL\qt_scrollarea_vcontainer=true +Widgets\QgsQueryBuilderBase\groupBox3\txtSQL\qt_scrollarea_viewport=true +Widgets\QgsQueryBuilderBase\groupBox4=true +Widgets\QgsQueryBuilderBase\groupBox4\btnAnd=true +Widgets\QgsQueryBuilderBase\groupBox4\btnEqual=true +Widgets\QgsQueryBuilderBase\groupBox4\btnGreaterEqual=true +Widgets\QgsQueryBuilderBase\groupBox4\btnGreaterThan=true +Widgets\QgsQueryBuilderBase\groupBox4\btnILike=true +Widgets\QgsQueryBuilderBase\groupBox4\btnIn=true +Widgets\QgsQueryBuilderBase\groupBox4\btnLessEqual=true +Widgets\QgsQueryBuilderBase\groupBox4\btnLessThan=true +Widgets\QgsQueryBuilderBase\groupBox4\btnLike=true +Widgets\QgsQueryBuilderBase\groupBox4\btnNot=true +Widgets\QgsQueryBuilderBase\groupBox4\btnNotEqual=true +Widgets\QgsQueryBuilderBase\groupBox4\btnNotIn=true +Widgets\QgsQueryBuilderBase\groupBox4\btnOr=true +Widgets\QgsQueryBuilderBase\groupBox4\btnPct=true +Widgets\QgsQueryBuilderBase\lblDataUri=true +Widgets\QgsRasterCalcDialogBase=true +Widgets\QgsRasterCalcDialogBase\mButtonBox=true +Widgets\QgsRasterCalcDialogBase\mExpressionTextEdit=true +Widgets\QgsRasterCalcDialogBase\mExpressionTextEdit\qt_scrollarea_hcontainer=true +Widgets\QgsRasterCalcDialogBase\mExpressionTextEdit\qt_scrollarea_vcontainer=true +Widgets\QgsRasterCalcDialogBase\mExpressionTextEdit\qt_scrollarea_viewport=true +Widgets\QgsRasterCalcDialogBase\mExpressionValidLabel=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mACosButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mASinButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mATanButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mAndButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mCloseBracketPushButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mCosButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mDividePushButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mEqualButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mExpButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mGreaterButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mGreaterEqualButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mLessButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mLesserEqualButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mMinusPushButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mMultiplyPushButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mOpenBracketPushButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mOrButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mPlusPushButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mSinButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mSqrtButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mTanButton=true +Widgets\QgsRasterCalcDialogBase\mRasterBandsGroupBox=true +Widgets\QgsRasterCalcDialogBase\mRasterCalculatorExpressionLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mAddResultToProjectCheckBox=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mColumnsLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mCurrentLayerExtentButton=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mNColumnsSpinBox=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mNColumnsSpinBox\qt_spinbox_lineedit=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mNRowsSpinBox=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mNRowsSpinBox\qt_spinbox_lineedit=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputFormatComboBox=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputFormatLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputLayerLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputLayerLineEdit=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputLayerPushButton=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mRowsLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mXMaxLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mXMinLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mYMaxLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mYMinLabel=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page\mOptionsAddButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page\mOptionsDeleteButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page\mOptionsHelpButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page\mOptionsValidateButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page_2=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page_2\mOptionsLineEdit=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileButtons=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileButtons\mProfileDeleteButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileButtons\mProfileNewButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileButtons\mProfileResetButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileComboBox=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileLabel=true +Widgets\QgsRasterHistogramWidgetBase=true +Widgets\QgsRasterHistogramWidgetBase\stackedWidget2=true +Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page=true +Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page\btnHistoCompute=true +Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page1_2=true +Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page2_2=true +Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page2_2\mHistogramProgress=true +Widgets\QgsRasterLayerPropertiesBase=true +Widgets\QgsRasterLayerSaveAsDialogBase=true +Widgets\QgsRasterLayerSaveAsDialogBase\label_2=true +Widgets\QgsRasterLayerSaveAsDialogBase\mBrowseButton=true +Widgets\QgsRasterLayerSaveAsDialogBase\mButtonBox=true +Widgets\QgsRasterLayerSaveAsDialogBase\mChangeCrsPushButton=true +Widgets\QgsRasterLayerSaveAsDialogBase\mCrsComboBox=true +Widgets\QgsRasterLayerSaveAsDialogBase\mFormatComboBox=true +Widgets\QgsRasterLayerSaveAsDialogBase\mFormatLabel=true +Widgets\QgsRasterLayerSaveAsDialogBase\mModeLabel=true +Widgets\QgsRasterLayerSaveAsDialogBase\mRawModeRadioButton=true +Widgets\QgsRasterLayerSaveAsDialogBase\mRenderedModeRadioButton=true +Widgets\QgsRasterLayerSaveAsDialogBase\mSaveAsLabel=true +Widgets\QgsRasterLayerSaveAsDialogBase\mSaveAsLineEdit=true +Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea=true +Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea\qt_scrollarea_viewport=true +Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsRasterLayerSaveAsDialogBase\mTileModeCheckBox=true +Widgets\QgsRasterMinMaxWidgetBase=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\label=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\label_2=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mAccuracyGroupBox=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mAccuracyGroupBox\mActualRadioButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mAccuracyGroupBox\mEstimateRadioButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mCumulativeCutRadioButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mExtentGroupBox=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mExtentGroupBox\mCurrentExtentRadioButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mExtentGroupBox\mFullExtentRadioButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mLoadPushButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mMinMaxRadioButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mStdDevRadioButton=true +Widgets\QgsRasterPyramidsOptionsWidgetBase=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\cboResamplingMethod=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\cbxPyramidsFormat=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\cbxPyramidsLevelsCustom=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\label_2=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\label_4=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\label_5=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\lePyramidsLevels=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\textLabel4_2=true +Widgets\QgsRendererRulePropsDialog=true +Widgets\QgsRendererRulePropsDialog\btnExpressionBuilder=true +Widgets\QgsRendererRulePropsDialog\btnTestFilter=true +Widgets\QgsRendererRulePropsDialog\buttonBox=true +Widgets\QgsRendererRulePropsDialog\editDescription=true +Widgets\QgsRendererRulePropsDialog\editFilter=true +Widgets\QgsRendererRulePropsDialog\editLabel=true +Widgets\QgsRendererRulePropsDialog\groupScale=true +Widgets\QgsRendererRulePropsDialog\groupScale\label_2=true +Widgets\QgsRendererRulePropsDialog\groupScale\label_3=true +Widgets\QgsRendererRulePropsDialog\groupScale\spinMaxScale=true +Widgets\QgsRendererRulePropsDialog\groupScale\spinMaxScale\qt_spinbox_lineedit=true +Widgets\QgsRendererRulePropsDialog\groupScale\spinMinScale=true +Widgets\QgsRendererRulePropsDialog\groupScale\spinMinScale\qt_spinbox_lineedit=true +Widgets\QgsRendererRulePropsDialog\groupSymbol=true +Widgets\QgsRendererRulePropsDialog\label_1=true +Widgets\QgsRendererRulePropsDialog\label_4=true +Widgets\QgsRendererRulePropsDialog\label_5=true +Widgets\QgsRendererV2PropsDialogBase=true +Widgets\QgsRendererV2PropsDialogBase\buttonBox=true +Widgets\QgsRendererV2PropsDialogBase\cboRenderers=true +Widgets\QgsRendererV2PropsDialogBase\stackedWidget=true +Widgets\QgsRendererV2PropsDialogBase\stackedWidget\pageNoWidget=true +Widgets\QgsRendererV2PropsDialogBase\stackedWidget\pageNoWidget\label=true +Widgets\QgsRuleBasedRendererV2Widget=true +Widgets\QgsRuleBasedRendererV2Widget\btnAddRule=true +Widgets\QgsRuleBasedRendererV2Widget\btnCountFeatures=true +Widgets\QgsRuleBasedRendererV2Widget\btnEditRule=true +Widgets\QgsRuleBasedRendererV2Widget\btnRefineRule=true +Widgets\QgsRuleBasedRendererV2Widget\btnRemoveRule=true +Widgets\QgsRuleBasedRendererV2Widget\btnRenderingOrder=true +Widgets\QgsSaveToDBDialog=true +Widgets\QgsSaveToDBDialog\buttonBox=true +Widgets\QgsSaveToDBDialog\descriptionLabel=true +Widgets\QgsSaveToDBDialog\label=true +Widgets\QgsSaveToDBDialog\mFileNameLabel=true +Widgets\QgsSaveToDBDialog\mNameEdit=true +Widgets\QgsSaveToDBDialog\mUILabel=true +Widgets\QgsSaveToDBDialog\mUseAsDefault=true +Widgets\QgsSaveToDBDialog\nameLabel=true +Widgets\QgsSingleBandGrayRendererWidgetBase=true +Widgets\QgsSingleBandGrayRendererWidgetBase\label=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mContrastEnhancementComboBox=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mContrastEnhancementLabel=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mGradientComboBox=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mGrayBandComboBox=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mGrayBandLabel=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mMaxLabel=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mMaxLineEdit=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mMinLabel=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mMinLineEdit=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mMinMaxContainerWidget=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\label_2=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mClassificationModeComboBox=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mClassificationModeLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mClassifyButton=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mInvertCheckBox=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMaxLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMaxLineEdit=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMinLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMinLineEdit=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMinMaxOriginLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mNumberOfEntriesLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mNumberOfEntriesSpinBox=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mNumberOfEntriesSpinBox\qt_spinbox_lineedit=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mBandComboBox=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mBandLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mClipCheckBox=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mColorInterpolationComboBox=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mColorInterpolationLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mMinMaxContainerWidget=true +Widgets\QgsSmartGroupConditionWidget=true +Widgets\QgsSmartGroupConditionWidget\label=true +Widgets\QgsSmartGroupConditionWidget\mCondCombo=true +Widgets\QgsSmartGroupConditionWidget\mCondLineEdit=true +Widgets\QgsSmartGroupConditionWidget\mRemoveBtn=true +Widgets\QgsSmartGroupEditorDialogBase=true +Widgets\QgsSmartGroupEditorDialogBase\buttonBox=true +Widgets\QgsSmartGroupEditorDialogBase\label=true +Widgets\QgsSmartGroupEditorDialogBase\label_2=true +Widgets\QgsSmartGroupEditorDialogBase\mAddConditionBtn=true +Widgets\QgsSmartGroupEditorDialogBase\mAndOrCombo=true +Widgets\QgsSmartGroupEditorDialogBase\mConditionsBox=true +Widgets\QgsSmartGroupEditorDialogBase\mNameLineEdit=true +Widgets\QgsSnappingDialogBase=true +Widgets\QgsSnappingDialogBase\cbxEnableIntersectionSnappingCheckBox=true +Widgets\QgsSnappingDialogBase\cbxEnableTopologicalEditingCheckBox=true +Widgets\QgsSnappingDialogBase\mButtonBox=true +Widgets\QgsSpatialiteSridsDialogBase=true +Widgets\QgsSpatialiteSridsDialogBase\buttonBox=true +Widgets\QgsSpatialiteSridsDialogBase\groupBox=true +Widgets\QgsSpatialiteSridsDialogBase\groupBox\radioButtonName=true +Widgets\QgsSpatialiteSridsDialogBase\groupBox\radioButtonSrid=true +Widgets\QgsSpatialiteSridsDialogBase\label=true +Widgets\QgsSpatialiteSridsDialogBase\leSearch=true +Widgets\QgsSpatialiteSridsDialogBase\pbnFilter=true +Widgets\QgsSponsorsBase=true +Widgets\QgsSponsorsBase\buttonBox=true +Widgets\QgsSponsorsBase\qgisIcon=true +Widgets\QgsSponsorsBase\txtSponsors=true +Widgets\QgsSponsorsBase\txtSponsors\qt_scrollarea_hcontainer=true +Widgets\QgsSponsorsBase\txtSponsors\qt_scrollarea_vcontainer=true +Widgets\QgsSponsorsBase\txtSponsors\qt_scrollarea_viewport=true +Widgets\QgsStyleV2ExportImportDialogBase=true +Widgets\QgsStyleV2ExportImportDialogBase\btnBrowse=true +Widgets\QgsStyleV2ExportImportDialogBase\buttonBox=true +Widgets\QgsStyleV2ExportImportDialogBase\fromLabel=true +Widgets\QgsStyleV2ExportImportDialogBase\groupCombo=true +Widgets\QgsStyleV2ExportImportDialogBase\groupLabel=true +Widgets\QgsStyleV2ExportImportDialogBase\importTypeCombo=true +Widgets\QgsStyleV2ExportImportDialogBase\label=true +Widgets\QgsStyleV2ExportImportDialogBase\listItems=true +Widgets\QgsStyleV2ExportImportDialogBase\listItems\qt_scrollarea_hcontainer=true +Widgets\QgsStyleV2ExportImportDialogBase\listItems\qt_scrollarea_vcontainer=true +Widgets\QgsStyleV2ExportImportDialogBase\listItems\qt_scrollarea_viewport=true +Widgets\QgsStyleV2ExportImportDialogBase\locationLabel=true +Widgets\QgsStyleV2ExportImportDialogBase\locationLineEdit=true +Widgets\QgsStyleV2ManagerDialogBase=true +Widgets\QgsSublayersDialogBase=true +Widgets\QgsSublayersDialogBase\buttonBox=true +Widgets\QgsSymbolLevelsDialogBase=true +Widgets\QgsSymbolLevelsDialogBase\buttonBox=true +Widgets\QgsSymbolLevelsDialogBase\chkEnable=true +Widgets\QgsSymbolLevelsDialogBase\label=true +Widgets\QgsSymbolSelectorDialogBase=true +Widgets\QgsSymbolSelectorDialogBase\btnAddLayer=true +Widgets\QgsSymbolSelectorDialogBase\btnDown=true +Widgets\QgsSymbolSelectorDialogBase\btnLock=true +Widgets\QgsSymbolSelectorDialogBase\btnRemoveLayer=true +Widgets\QgsSymbolSelectorDialogBase\btnUp=true +Widgets\QgsSymbolSelectorDialogBase\buttonBox=true +Widgets\QgsSymbolSelectorDialogBase\label_3=true +Widgets\QgsSymbolSelectorDialogBase\lblPreview=true +Widgets\QgsTextAnnotationDialogBase=true +Widgets\QgsTextAnnotationDialogBase\mBoldPushButton=true +Widgets\QgsTextAnnotationDialogBase\mButtonBox=true +Widgets\QgsTextAnnotationDialogBase\mFontSizeSpinBox=true +Widgets\QgsTextAnnotationDialogBase\mFontSizeSpinBox\qt_spinbox_lineedit=true +Widgets\QgsTextAnnotationDialogBase\mItalicsPushButton=true +Widgets\QgsTextAnnotationDialogBase\mStackedWidget=true +Widgets\QgsTextAnnotationDialogBase\mStackedWidget\page=true +Widgets\QgsTextAnnotationDialogBase\mStackedWidget\page_2=true +Widgets\QgsTextAnnotationDialogBase\mTextEdit=true +Widgets\QgsTextAnnotationDialogBase\mTextEdit\qt_scrollarea_hcontainer=true +Widgets\QgsTextAnnotationDialogBase\mTextEdit\qt_scrollarea_vcontainer=true +Widgets\QgsTextAnnotationDialogBase\mTextEdit\qt_scrollarea_viewport=true +Widgets\QgsTileScaleWidget=true +Widgets\QgsTileScaleWidget\mSlider=true +Widgets\QgsTipGuiBase=true +Widgets\QgsTipGuiBase\buttonBox=true +Widgets\QgsTipGuiBase\cbxDisableTips=true +Widgets\QgsTipGuiBase\txtTip=true +Widgets\QgsTipGuiBase\txtTip\qt_scrollarea_hcontainer=true +Widgets\QgsTipGuiBase\txtTip\qt_scrollarea_vcontainer=true +Widgets\QgsTipGuiBase\txtTip\qt_scrollarea_viewport=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\buttonBox=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\cboColors=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\cboSchemeName=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\groupBox=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\groupBox\lblPreview=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\label=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\label_2=true +Widgets\QgsVectorGradientColorRampV2DialogBase=true +Widgets\QgsVectorGradientColorRampV2DialogBase\btnInformation=true +Widgets\QgsVectorGradientColorRampV2DialogBase\buttonBox=true +Widgets\QgsVectorGradientColorRampV2DialogBase\cboType=true +Widgets\QgsVectorGradientColorRampV2DialogBase\groupBox=true +Widgets\QgsVectorGradientColorRampV2DialogBase\groupBox\lblPreview=true +Widgets\QgsVectorGradientColorRampV2DialogBase\groupStops=true +Widgets\QgsVectorGradientColorRampV2DialogBase\groupStops\btnAddStop=true +Widgets\QgsVectorGradientColorRampV2DialogBase\groupStops\btnRemoveStop=true +Widgets\QgsVectorGradientColorRampV2DialogBase\label=true +Widgets\QgsVectorGradientColorRampV2DialogBase\label_2=true +Widgets\QgsVectorGradientColorRampV2DialogBase\label_3=true +Widgets\QgsVectorLayerPropertiesBase=true +Widgets\QgsVectorLayerSaveAsDialogBase=true +Widgets\QgsVectorLayerSaveAsDialogBase\browseCRS=true +Widgets\QgsVectorLayerSaveAsDialogBase\browseFilename=true +Widgets\QgsVectorLayerSaveAsDialogBase\buttonBox=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\label_5=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\label_6=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mAddToCanvas=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrDatasourceOptions=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrDatasourceOptions\qt_scrollarea_hcontainer=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrDatasourceOptions\qt_scrollarea_vcontainer=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrDatasourceOptions\qt_scrollarea_viewport=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrLayerOptions=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrLayerOptions\qt_scrollarea_hcontainer=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrLayerOptions\qt_scrollarea_vcontainer=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrLayerOptions\qt_scrollarea_viewport=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mSkipAttributeCreation=true +Widgets\QgsVectorLayerSaveAsDialogBase\label=true +Widgets\QgsVectorLayerSaveAsDialogBase\label_2=true +Widgets\QgsVectorLayerSaveAsDialogBase\label_3=true +Widgets\QgsVectorLayerSaveAsDialogBase\label_4=true +Widgets\QgsVectorLayerSaveAsDialogBase\leCRS=true +Widgets\QgsVectorLayerSaveAsDialogBase\leFilename=true +Widgets\QgsVectorLayerSaveAsDialogBase\mCRSSelection=true +Widgets\QgsVectorLayerSaveAsDialogBase\mEncodingComboBox=true +Widgets\QgsVectorLayerSaveAsDialogBase\mFormatComboBox=true +Widgets\QgsVectorLayerSaveAsDialogBase\mScaleLabel=true +Widgets\QgsVectorLayerSaveAsDialogBase\mScaleSpinBox=true +Widgets\QgsVectorLayerSaveAsDialogBase\mScaleSpinBox\qt_spinbox_lineedit=true +Widgets\QgsVectorLayerSaveAsDialogBase\mSymbologyExportComboBox=true +Widgets\QgsVectorLayerSaveAsDialogBase\mSymbologyExportLabel=true +Widgets\QgsVectorRandomColorRampV2DialogBase=true +Widgets\QgsVectorRandomColorRampV2DialogBase\buttonBox=true +Widgets\QgsVectorRandomColorRampV2DialogBase\groupBox=true +Widgets\QgsVectorRandomColorRampV2DialogBase\groupBox\lblPreview=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_10=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_2=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_3=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_4=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_5=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_6=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_7=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_8=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_9=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinCount=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinCount\qt_spinbox_lineedit=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinHue1=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinHue1\qt_spinbox_lineedit=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinHue2=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinHue2\qt_spinbox_lineedit=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinSat1=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinSat1\qt_spinbox_lineedit=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinSat2=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinSat2\qt_spinbox_lineedit=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinVal1=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinVal1\qt_spinbox_lineedit=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinVal2=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinVal2\qt_spinbox_lineedit=true +Widgets\QgsWFSSourceSelectBase=true +Widgets\QgsWFSSourceSelectBase\GroupBox1=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\btnConnect=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\btnDelete=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\btnEdit=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\btnLoad=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\btnNew=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\btnSave=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\cmbConnections=true +Widgets\QgsWFSSourceSelectBase\buttonBox=true +Widgets\QgsWFSSourceSelectBase\cbxUseTitleLayerName=true +Widgets\QgsWFSSourceSelectBase\gbCRS=true +Widgets\QgsWFSSourceSelectBase\gbCRS\btnChangeSpatialRefSys=true +Widgets\QgsWFSSourceSelectBase\gbCRS\labelCoordRefSys=true +Widgets\QgsWFSSourceSelectBase\labelFilter=true +Widgets\QgsWFSSourceSelectBase\lineFilter=true +Widgets\QgsWMSSourceSelectBase=true +Widgets\QgsWMSSourceSelectBase\buttonBox=true +Widgets\QgsWMSSourceSelectBase\labelStatus=true +Widgets\QgsWMSSourceSelectBase\tabServers=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayerOrder=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayerOrder\mLayerDownButton=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayerOrder\mLayerUpButton=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnAddDefault=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnConnect=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnDelete=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnEdit=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnGrpImageEncoding=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnLoad=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnNew=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnSave=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\cmbConnections=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\btnChangeSpatialRefSys=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\label=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\labelCoordRefSys=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\label_2=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\label_3=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\label_4=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\leLayerName=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mFeatureCount=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mStepHeight=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mStepWidth=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mTileHeight=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mTileWidth=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabServerSearch=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabServerSearch\btnAddWMS=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabServerSearch\btnSearch=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabServerSearch\leSearchTerm=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabTilesets=true +Widgets\QgsWmtsDimensionsBase=true +Widgets\QgsWmtsDimensionsBase\buttonBox=true +Widgets\SimplifyLineDialog=true +Widgets\SimplifyLineDialog\horizontalSlider=true +Widgets\SimplifyLineDialog\label=true +Widgets\SimplifyLineDialog\okButton=true +Widgets\SimplifyLineDialog\spinBox=true +Widgets\SimplifyLineDialog\spinBox\qt_spinbox_lineedit=true +splashpath=%PROFILE_FOLDER%/ +status=1 diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b970b0 --- /dev/null +++ b/README.md @@ -0,0 +1,56 @@ +# Profile MoFa4Q + +MoFa4Q is abbreaviation of the german word "Mobile-Fachschale-QGIS" (mobile application for QGIS) + +## Features +- Designed for offline use +- Reduced QGIS interface and optimized for tablet use, but can also be used in normal desktop use +- Customized layer selection +- Public layers (central management by administrator) +- Integration of local or private geopackages (in private section) +- Search in geopackages + - Address search + - Object search +- Imprint/AppInfo +- Toolbar: + - Zoom in and out + - Zoom to total extent of the geopackages + - Ruler and surface area measuring tool + - Object feature info +- Print dialog: + - Selection of print templates + - Selection of print scale + - Rotation of the print frame + - Export as PDF or direct print to the printer +- Add annotations/notes +- Using a geodata synctool to update the geodata + +## Installation MoFa4Q +The installation can be done with MoFa4Q-Installer (see https://github.com/WhereGroup/qgis_mofa4q_installer) + +## Data structure +* Public geopackages (and their QLR files) are imported by the synctool under the folder geopackages/public +The sequence_qlr.yml file is also imported +* Private geopackages are imported by the user (via the application) under geopackages/private +* The geopackage from the search remains as it was before (imported under geopackages/search) +* the geopackage from the background map is also imported by the installer under geopackages/dop +The background layer is referenced directly in the QGIS project (in the file mofa4q.qgs). + +![alt text](init/data_structure.png) + +### Synctool +MoFa4Q used all offline data, even for the background map. A Synctool has been developed to refresh and update the data. When the PC is connected to a network it is possible to check if new data is available and download it. + + +### Local customization by the user +The user settings are saved in a number of files so that the customized configuration is +is available again the next time the application is started. +The configuration files are: +- prj_conf.yaml: general configuration. For example, whether debug mode is active or whether the background map is switched off. +And it also contains the setting of the private layer +- annotations.yaml: the list of annotations (notes) is stored here +- the public layers are stored in the QLR files + +## Activating debug mode +To activate the debug mode you have to define in the file python/plugins/moFa4Q_plugin +define isDebug: true diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..de4fe4a --- /dev/null +++ b/changelog.md @@ -0,0 +1,160 @@ +# Changelog + +All notable changes to this project will be documented in this file. +For each version important additions, changes and removals are listed here. + +The format is inspired from [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [v2.1.0] Minor and Feature Release - 2024-01-28 + +### Added +- add MainWindow Function and change icon or title name +- show warning when closing QGIS. Improve popup dialog +- add icon to main window +- add missed improt + +### Changed +- simplify the gpkg_popup.py code +- adjust button dimensions based on resolution +- minor change +- change README.md +- change QGIS projects file +- optimize QGIS3.ini to version 3.34 +- change QGIS Version to 3.34.1 +- improve comments +- move file to the annotation folder +- change zoom to max extent + +### Removed +- remove button function zoom out +- remove comment +- remove unuseful codes + +### Fixed +- fix leftPanel bug on initialization +- fix macros indipendent from process of saving QLR file +- fix position buttons when monitor scale > 125% +- fix position buttons when page resized +- fix rotation for annotations in print +- fix and change main titel and icon path fix +- fix title of the main window +- fix bug log private geopackages + +## [v2.0.2] Fix and Change - 2023-12-29 + +### Added +- add _initCheckGeopackagesLayer and change gpkg_popup.py to dynamic strings +- add new deployment +- add close qgis windows event to close btn of openSynchTool def +- add marco to gpkg_popup +- add alphabetically layers of a new private gpkg file + +### Changed +- change manifest.txt +- change marco path +- change again height els in layer tree +- minor change +- increase width based on text in layer tree + +### Removed +- remove horizontal scrollbar in layer tree +- remove unuseful resources, othe minor changes +- remove red symbol from text annotation +- remove fake geopackage + +### Fixed +- fix gpkgPopup +- fix bugs +- fix marco and qgis project: Save automatic layertree to sequence.yml +- fix gpkgPopup.show mit custom text + +## [v2.0.0] Minor and Feature Release - 2023-11-08 + +### Added +- improvement comments of annotations.py + +### Changed +- change north-arrow to print templates +- improve print and pdf export +- change splash.png +- change projectfile to qgz basename + +### Removed +- remove old qgis ltr version +- remove time info to print templates +- remove unused file +- optimze python code + +### Fixed +- fix bug a4_hoch.qpt +- fix backgroundlayer +- fix problem dim frame of text notation +- fix mFeature.attribute id String of search dialog +- fix height of layer page in left panel +- fix extent of luftbilder layer and optimize view + +## [v1.3.3] Change and Fix - 2023-10-13 + +### Added +- add more variable to manifest file + +### Fixed +- fix path Server_folder + +## [v1.3.2] Change and Fix - 2023-06-22 + +### Changed +- change and update qgis-ltr to 3.22.16 + +### Fixed +- fixed run msi installer + +## [v1.3.1] Change and Fix - 2023-03-24 + +### Added + +### Changed +- change and update to QGIS 3.28.4 + +### Removed + +### Fixed +- bugfix qgis style + +## [v1.3.0] Minor Release - 2022-07-01 + +### Added + +### Changed +- toolbar disable + +### Removed + +### Fixed +- fix bug if info geopackage is corrupt + +## [v1.2.6] Minor Release - 2022-05-31 + +### Added +- set visibility background image +- improve warning for search +- add empty folder to git + +### Changed + +### Removed + +### Fixed + +## [v1.2.5] Minor Release - 2021-11-19 + +### Added +- Improvement plot + +### Changed + +### Removed +- remove warning for some gpkgs + +### Fixed \ No newline at end of file diff --git a/composer_templates/a0_quer.qpt b/composer_templates/a0_quer.qpt new file mode 100644 index 0000000..1f05688 --- /dev/null +++ b/composer_templates/a0_quer.qpt @@ -0,0 +1,1705 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/composer_templates/a1_quer.qpt b/composer_templates/a1_quer.qpt new file mode 100644 index 0000000..be12d92 --- /dev/null +++ b/composer_templates/a1_quer.qpt @@ -0,0 +1,1736 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/composer_templates/a2_quer.qpt b/composer_templates/a2_quer.qpt new file mode 100644 index 0000000..45a5da6 --- /dev/null +++ b/composer_templates/a2_quer.qpt @@ -0,0 +1,1507 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/composer_templates/a3_quer.qpt b/composer_templates/a3_quer.qpt new file mode 100644 index 0000000..b0e7ffc --- /dev/null +++ b/composer_templates/a3_quer.qpt @@ -0,0 +1,1175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/composer_templates/a4_hoch.qpt b/composer_templates/a4_hoch.qpt new file mode 100644 index 0000000..2470e9a --- /dev/null +++ b/composer_templates/a4_hoch.qpt @@ -0,0 +1,1300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/composer_templates/a4_quer.qpt b/composer_templates/a4_quer.qpt new file mode 100644 index 0000000..11d4021 --- /dev/null +++ b/composer_templates/a4_quer.qpt @@ -0,0 +1,1122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/geopackages/dop/.gitkeep b/geopackages/dop/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/geopackages/private/.gitkeep b/geopackages/private/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/geopackages/public/.gitkeep b/geopackages/public/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/geopackages/search/.gitkeep b/geopackages/search/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/init/QGIS3.ini b/init/QGIS3.ini new file mode 100644 index 0000000..fcaae15 --- /dev/null +++ b/init/QGIS3.ini @@ -0,0 +1,667 @@ +[Cad] +AngleShowInFloater=true +DistanceShowInFloater=true +Floater=false +MCoordinateShowInFloater=true +XCoordinateShowInFloater=true +YCoordinateShowInFloater=true +ZCoordinateShowInFloater=true + +[Map] +highlight\buffer=0.5 +highlight\color=#ff0000 +highlight\colorAlpha=128 +highlight\minWidth=1 +logCanvasRefreshEvent=false +scales="1:1000000,1:500000,1:250000,1:100000,1:50000,1:25000,1:10000,1:5000,1:2500,1:1000,1:500" +searchRadiusMM=2 +default_scales=1:1000000, 1:500000, 1:250000, 1:100000, 1:50000, 1:25000, 1:10000, 1:5000, 1:2500, 1:1000, 1:500 + +[Plugin-GPS] +devices\deviceList=@Invalid() + +[PluginReloader] +plugin=moFa4Q_plugin + +[Plugins] +libtopolplugin=false +searchPathsForPlugins=@Invalid() + +[Processing] +Configuration\ACTIVATE_GDAL=true +Configuration\ACTIVATE_GRASS7=true +Configuration\ACTIVATE_SAGA=true +Configuration\DefaultOutputRasterLayerExt=-1 +Configuration\DefaultOutputVectorLayerExt=-1 +Configuration\FILTER_INVALID_GEOMETRIES=2 +Configuration\GRASS7_LOG_COMMANDS=false +Configuration\GRASS7_LOG_CONSOLE=false +Configuration\GRASS_HELP_PATH=/usr/share/doc/grass-doc/html +Configuration\GRASS_USE_VEXTERNAL=false +Configuration\KEEP_DIALOG_OPEN=true +Configuration\MODELS_FOLDER=%PROFILE_FOLDER%/processing/models +Configuration\OUTPUTS_FOLDER=%PROFILE_FOLDER%/processing/outputs +Configuration\POST_EXECUTION_SCRIPT= +Configuration\PREFER_FILENAME_AS_LAYER_NAME=true +Configuration\PRE_EXECUTION_SCRIPT= +Configuration\RASTER_STYLE= +Configuration\SAGA_IMPORT_EXPORT_OPTIMIZATION=false +Configuration\SAGA_LOG_COMMANDS=true +Configuration\SAGA_LOG_CONSOLE=true +Configuration\SCRIPTS_FOLDERS=%PROFILE_FOLDER%/processing/scripts +Configuration\SHOW_ALGORITHMS_KNOWN_ISSUES=false +Configuration\SHOW_CRS_DEF=true +Configuration\SHOW_PROVIDERS_TOOLTIP=true +Configuration\TEMP_PATH2= +Configuration\USE_FILENAME_AS_LAYER_NAME=false +Configuration\VECTOR_LINE_STYLE= +Configuration\VECTOR_POINT_STYLE= +Configuration\VECTOR_POLYGON_STYLE= +Configuration\WARN_UNMATCHING_CRS=true +hasPortedOldLog=true +Configuration\MAX_THREADS=16 +Configuration\RESULTS_GROUP_NAME= +Configuration\VECTOR_FEATURE_COUNT=false +Configuration\GRASS_HELP_URL= +Configuration\GRASS_USE_REXTERNAL=false + +[Projections] +defaultBehavior=prompt +layerDefaultCrs=EPSG:4326 +projectDefaultCrs=EPSG:4326 +showDatumTransformDialog=false + +[PythonPlugins] +GdalTools=true +MetaSearch=true +db_manager=true +grassprovider=true +moFa4Q_plugin=true +plugin_reloader=true +plus_mops=false +processing=true + +[QgsCollapsibleGroupBox] +QgsCustomProjectionDialogBase\groupBox\collapsed=false +QgsCustomProjectionDialogBase\groupBox_2\collapsed=true +QgsOptionsBase\groupBox\collapsed=false +QgsOptionsBase\groupBox_10\collapsed=false +QgsOptionsBase\groupBox_11\collapsed=false +QgsOptionsBase\groupBox_12\collapsed=false +QgsOptionsBase\groupBox_14\collapsed=false +QgsOptionsBase\groupBox_15\collapsed=false +QgsOptionsBase\groupBox_18\collapsed=false +QgsOptionsBase\groupBox_19\collapsed=false +QgsOptionsBase\groupBox_2\collapsed=false +QgsOptionsBase\groupBox_21\collapsed=false +QgsOptionsBase\groupBox_22\collapsed=false +QgsOptionsBase\groupBox_23\collapsed=false +QgsOptionsBase\groupBox_24\collapsed=false +QgsOptionsBase\groupBox_27\collapsed=false +QgsOptionsBase\groupBox_28\collapsed=false +QgsOptionsBase\groupBox_29\collapsed=false +QgsOptionsBase\groupBox_3\collapsed=false +QgsOptionsBase\groupBox_4\collapsed=false +QgsOptionsBase\groupBox_5\collapsed=false +QgsOptionsBase\groupBox_6\collapsed=false +QgsOptionsBase\groupBox_7\collapsed=false +QgsOptionsBase\groupBox_8\collapsed=false +QgsOptionsBase\groupBox_9\collapsed=false +QgsOptionsBase\grpLocale\collapsed=false +QgsOptionsBase\grpProjectionBehavior\collapsed=false +QgsOptionsBase\grpProxy\collapsed=false +QgsOptionsBase\mCurrentVariablesGrpBx\collapsed=false +QgsOptionsBase\mDefaultDatumTransformGroupBox\collapsed=false +QgsOptionsBase\mEnterAttributeValuesGroupBox\collapsed=false +QgsOptionsBase\mEnvironmentGrpBx\collapsed=false +QgsOptionsBase\mIdentifyGroupBox\collapsed=false +QgsOptionsBase\mLegendGrpBx\collapsed=false +QgsOptionsBase\mQSettingsGrpBx\collapsed=false +QgsOptionsBase\mRubberBandGroupBox\collapsed=false +QgsOptionsBase\mSegmentationGroupBox\collapsed=false +QgsOptionsBase\mSimplifyDrawingGroupBox\collapsed=false +QgsOptionsBase\mSnappingGroupBox\collapsed=false +QgsOptionsBase\mVertexMarkerGroupBox\collapsed=false +QgsProjectPropertiesBase\mDatumTransformGroupBox\collapsed=false +QgsRasterLayerPropertiesBase\mBandRenderingGrpBx\collapsed=false +QgsRasterLayerPropertiesBase\mColorRenderingGrpBox\collapsed=false +QgsRasterLayerPropertiesBase\mMetaAttributionGrpBx\collapsed=false +QgsRasterLayerPropertiesBase\mMetaDescriptionGrpBx\collapsed=false +QgsRasterLayerPropertiesBase\mMetaLegendGrpBx\collapsed=false +QgsRasterLayerPropertiesBase\mMetaMetaUrlGrpBx\collapsed=false +QgsRasterLayerPropertiesBase\mResamplingGroupBox\checked=false +QgsRasterLayerPropertiesBase\mResamplingGroupBox\collapsed=false +QgsRasterLayerPropertiesBase\mWMSPrintGroupBox\collapsed=false +QgsOptionsBase\groupBox_32\collapsed=false +QgsOptionsBase\mCoordinateDisplayGroup\collapsed=false +QgsOptionsBase\mMeasureToolCopySettingsGroupBox\collapsed=false +QgsOptionsBase\mMeasureToolGroupBox\collapsed=false +QgsOptionsBase\mPredefinedScalesGroupBox\collapsed=false +QgsOptionsBase\mZoomingGroupBox\collapsed=false + +[QgsVariableEditorTree] +globalOptions\column0width=100 +projectProperties\column0width=100 + +[Raster] +cumulativeCutLower=0.02 +cumulativeCutUpper=0.98 +defaultBlueBand=3 +defaultContrastEnhancementAlgorithm\multiBandMultiByte=StretchToMinimumMaximum +defaultContrastEnhancementAlgorithm\multiBandSingleByte=NoEnhancement +defaultContrastEnhancementAlgorithm\singleBand=StretchToMinimumMaximum +defaultContrastEnhancementLimits\multiBandMultiByte=CumulativeCut +defaultContrastEnhancementLimits\multiBandSingleByte=MinMax +defaultContrastEnhancementLimits\singleBand=MinMax +defaultGreenBand=2 +defaultRedBand=1 +defaultStandardDeviation=2 +default-oversampling=2 +default-early-resampling=false +defaultZoomedInResampling=nearest neighbour +defaultZoomedOutResampling=nearest neighbour + +[UI] +Customization\enabled=true +UITheme=default +annotationTool=0 +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x7f\xff\xff\xff\xf8\0\0\xf\0\0\0\x4\b\0\0\b3\0\0\x1)\0\0\f<\0\0\x3Y\0\0\0\x1\x2\0\0\0\a\x80\0\0\a\x80\0\0\0\x17\0\0\xe\xff\0\0\x4\a) +lastCustomizationDir=%PROFILE_FOLDER%/ +lastFileNameWidgetDir= +lastProjectDir=%PROFILE_FOLDER%/ +recentProjections=3452 +recentProjectionsAuthId=EPSG:4326 +recentProjectionsProj4="+proj=longlat +datum=WGS84 +no_defs" +recentProjects\1\crs=EPSG:25832 +recentProjects\1\path=%PROFILE_FOLDER%/mofa4q.qgz +recentProjects\1\pin=false +recentProjects\1\previewImage=%PROFILE_FOLDER%//previewImages/846e98397e4081c585470dea1afb13ae.png +recentProjects\1\title=mofa4q +state="@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x4\0\0\0\0\0\0\x1\xae\0\0\x4\x6\xfc\x2\0\0\0\x15\xfb\0\0\0\f\0L\0\x61\0y\0\x65\0r\0s\x1\0\0\0\x16\0\0\0\x89\0\0\0\0\0\0\0\0\xfc\0\0\0\xa5\0\0\x2\xcd\0\0\0\0\0\xff\xff\xff\xfa\0\0\0\0\x1\0\0\0\x4\xfb\0\0\0\f\0L\0\x65\0g\0\x65\0n\0\x64\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x14\0L\0\x61\0y\0\x65\0r\0O\0r\0\x64\0\x65\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\xe\0L\0\x61\0y\0\x65\0r\0s\0\x32\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\f\0L\0\x61\0y\0\x65\0r\0s\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\f\0L\0\x61\0y\0\x65\0r\0s\0\0\0\0Q\0\0\0x\0\0\0\0\0\0\0\0\xfb\0\0\0\xe\0\x42\0r\0o\0w\0s\0\x65\0r\0\0\0\x1\x45\0\0\x2-\0\0\0\0\0\0\0\0\xfb\0\0\0\x10\0O\0v\0\x65\0r\0v\0i\0\x65\0w\0\0\0\x1\xd7\0\0\0\xc4\0\0\0\0\0\0\0\0\xfb\0\0\0\"\0\x43\0o\0o\0r\0\x64\0i\0n\0\x61\0t\0\x65\0\x43\0\x61\0p\0t\0u\0r\0\x65\0\0\0\x1~\0\0\0\xa0\0\0\0\0\0\0\0\0\xfb\0\0\0\b\0U\0n\0\x64\0o\0\0\0\x1\xe4\0\0\0\xdc\0\0\0\0\0\0\0\0\xfb\0\0\0\x10\0\x42\0r\0o\0w\0s\0\x65\0r\0\x32\0\0\0\x2\x13\0\0\0\xad\0\0\0\0\0\0\0\0\xfb\0\0\0\x1c\0G\0P\0S\0I\0n\0\x66\0o\0r\0m\0\x61\0t\0i\0o\0n\0\0\0\x1\xbb\0\0\x1\x5\0\0\0\0\0\0\0\0\xfb\0\0\0(\0\x64\0w\0O\0p\0\x65\0n\0l\0\x61\0y\0\x65\0r\0s\0O\0v\0\x65\0r\0v\0i\0\x65\0w\0\0\0\x1\x64\0\0\x1\x37\0\0\0\0\0\0\0\0\xfb\0\0\0\x1c\0u\0n\0\x64\0o\0/\0r\0\x65\0\x64\0o\0 \0\x64\0o\0\x63\0k\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0.\0\x41\0\x64\0v\0\x61\0n\0\x63\0\x65\0\x64\0\x44\0i\0g\0i\0t\0i\0z\0i\0n\0g\0T\0o\0o\0l\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x34\0S\0t\0\x61\0t\0i\0s\0t\0\x61\0l\0S\0u\0m\0m\0\x61\0r\0y\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0&\0\x42\0o\0o\0k\0m\0\x61\0r\0k\0s\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x38\0S\0t\0\x61\0t\0i\0s\0t\0i\0\x63\0\x61\0l\0S\0u\0m\0m\0\x61\0r\0y\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x14\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x2\xe0\0\0\x1\x1d\0\0\0\0\0\0\0\0\xfb\0\0\0\xe\0L\0\x61\0y\0\x65\0r\0s\0\x32\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\f\0L\0\x61\0y\0\x65\0r\0s\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x14\0\x41\0l\0l\0\x42\0u\0t\0t\0o\0n\0s\x1\0\0\0\x16\0\0\0R\0\0\0\0\0\0\0\0\xfb\0\0\0\x18\0\x43\0u\0s\0t\0o\0m\0L\0\x61\0y\0\x65\0r\0s\x1\0\0\0n\0\0\x3\xae\0\0\0\0\0\0\0\0\xfb\0\0\0\x18\0V\0\x65\0r\0t\0\x65\0x\0\x45\0\x64\0i\0t\0o\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\0]\0\xff\xff\xff\0\0\0\x1\0\0\x1\xc6\0\0\x3\xb0\xfc\x2\0\0\0\x10\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x19\0\0\x3\xb0\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\x16\0\0\x3\xa9\0\0\0\0\0\0\0\0\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0=\0\0\x3\x82\0\0\0\0\0\0\0\0\xfb\0\0\0\x1e\0S\0\x65\0x\0t\0\x61\0n\0t\0\x65\0T\0o\0o\0l\0\x62\0o\0x\0\0\0\0g\0\0\x2\x34\0\0\0\0\0\0\0\0\xfc\0\0\0\x64\0\0\x2\x33\0\0\0\0\0\xff\xff\xff\xfa\0\0\0\0\x1\0\0\0\x2\xfb\0\0\0\x18\0L\0\x61\0y\0\x65\0r\0S\0t\0y\0l\0i\0n\0g\0\0\0\x3\xd6\0\0\x1*\0\0\0\0\0\0\0\0\xfb\0\0\0\"\0P\0r\0o\0\x63\0\x65\0s\0s\0i\0n\0g\0T\0o\0o\0l\0\x62\0o\0x\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x46\0\xff\xff\xff\xfb\0\0\0\x14\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x10\0\x44\0\x65\0v\0T\0o\0o\0l\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0]\0\xff\xff\xff\xfb\0\0\0\x1a\0R\0\x65\0s\0u\0l\0t\0s\0V\0i\0\x65\0w\0\x65\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\x1\x1d\0\xff\xff\xff\xfb\0\0\0 \0t\0h\0\x65\0T\0i\0l\0\x65\0S\0\x63\0\x61\0l\0\x65\0\x44\0o\0\x63\0k\0\0\0\0\0\xff\xff\xff\xff\0\0\0y\0\xff\xff\xff\0\0\0\x2\0\0\0\0\0\0\0\0\xfc\x1\0\0\0\x1\xfb\0\0\0&\0T\0\x65\0m\0p\0o\0r\0\x61\0l\0 \0\x43\0o\0n\0t\0r\0o\0l\0l\0\x65\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\x2S\0\xff\xff\xff\0\0\0\x3\0\0\a\x80\0\0\x1\x65\xfc\x1\0\0\0\x3\xfb\0\0\0\x14\0M\0\x65\0s\0s\0\x61\0g\0\x65\0L\0o\0g\0\0\0\x1T\0\0\x3\xac\0\0\0\0\0\0\0\0\xfb\0\0\0&\0U\0s\0\x65\0r\0I\0n\0p\0u\0t\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x2\0\0\0\0\0\0\0\0\0\0\0\xc8\0\0\0\x64\xfb\0\0\0\x1a\0P\0y\0t\0h\0o\0n\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\x1l\0\0\x6\x14\0\0\0\0\0\0\0\0\0\0\a\x80\0\0\x3\xc3\0\0\0\x1\0\0\0\x2\0\0\0\x1\0\0\0\x2\xfc\0\0\0\x2\0\0\0\x1\0\0\0\0\0\0\0\x2\0\0\0\x1\0\0\0&\0m\0\x41\0n\0n\0o\0t\0\x61\0t\0i\0o\0n\0s\0T\0o\0o\0l\0\x42\0\x61\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0)" + +[Windows] +AttributeDialog\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\xa8\0\0\x1\x62\0\0\v\xc3\0\0\x2\x86\0\0\n\xa9\0\0\x1\x84\0\0\v\xc2\0\0\x2\x85\0\0\0\0\0\0\0\0\a\x80\0\0\n\xa9\0\0\x1\x84\0\0\v\xc2\0\0\x2\x85) +Bookmarks\headerstate=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x1\x1\0\0\0\0\0\0\0\0\0\0\0\t\x1\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\x3 \0\0\0\t\x1\x1\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\t\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64) +Bookmarks\headerstateV2=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x3\x9d\0\0\0\t\x1\x1\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\t\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64) +BookmarksDockWidget\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x80\0\0\0\x1c\0\0\t)\0\0\x1\x8c\0\0\a\x81\0\0\0>\0\0\t(\0\0\x1\x8b\0\0\0\0\0\0\0\0\a\x80\0\0\a\x81\0\0\0>\0\0\t(\0\0\x1\x8b) +DatumTransformDialog\columnWidths\0=241 +DatumTransformDialog\columnWidths\1=119 +DatumTransformDialog\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\0\0\0\0\0\x1c\0\0\x2k\0\0\x2\x5\0\0\0\0\0\0\0\x1c\0\0\x2k\0\0\x2\x5\0\0\0\0\0\0\0\0\a\x80) +DatumTransformDialog\hideDeprecated=false +MessageViewer\geometry="@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\n<\0\0\x1Y\0\0\xe\t\0\0\x2\x90\0\0\n=\0\0\x1u\0\0\xe\b\0\0\x2\x8f\0\0\0\x2\0\0\0\0\a\x80)" +Options\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x1\x81\0\0\0?\0\0\x5\x87\0\0\x3\xcc\0\0\x1\x82\0\0\0^\0\0\x5\x86\0\0\x3\xcb\0\0\0\0\0\0\0\0\a\x80\0\0\x1\x82\0\0\0^\0\0\x5\x86\0\0\x3\xcb) +Options\splitState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\x96\0\0\x2H\0\xff\xff\xff\xff\x1\0\0\0\x1\0) +Options\tab=21 +PluginManager\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x4\x16\0\0\0\x1c\0\0\a\x7f\0\0\x1\xf2\0\0\x4\x16\0\0\0\x1c\0\0\a\x7f\0\0\x1\xf2\0\0\0\0\0\0\0\0\a\x80\0\0\x4\x16\0\0\0\x1c\0\0\a\x7f\0\0\x1\xf2) +PluginManager\option=1 +PluginManager\secondSplitterState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc8\0\0\x1\xb2\0\xff\xff\xff\xff\x1\0\0\0\x1\0) +PluginManager\splitState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\x8c\0\0\x2\x83\0\0\0\0\a\x1\0\0\0\x1\x1) +PluginManager\tab=0 +ProjectProperties\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\t\x89\0\0\0G\0\0\f\xe3\0\0\x3\xa1\0\0\t\x8a\0\0\0\x63\0\0\f\xe2\0\0\x3\xa0\0\0\0\x2\0\0\0\0\a\x80) +ProjectProperties\splitState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\x96\0\0\x2\x63\0\xff\xff\xff\xff\x1\0\0\0\x1\0) +ProjectProperties\tab=2 +QWidget\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\0\0\0\0\0\0\0\0\0\x63\0\0\0\x1d\0\0\0\0\0\0\0\0\0\0\0\x63\0\0\0\x1d\0\0\0\0\0\0\0\0\a\x80) +QgsCustomProjectionDialogBase\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\n&\0\0\0\xa1\0\0\fE\0\0\x3G\0\0\n'\0\0\0\xbd\0\0\fD\0\0\x3\x46\0\0\0\x2\0\0\0\0\a\x80) +QgsCustomizationDialogBase\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\0\0\0\0\0\0\0\0\x3\x9a\0\0\x3+\0\0\0\x1\0\0\0\x1c\0\0\x3\x99\0\0\x3*\0\0\0\0\0\0\0\0\a\x80) +QgsMessageViewer\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\t`\0\0\x1V\0\0\xe\x9f\0\0\x3\x82\0\0\ta\0\0\x1x\0\0\xe\x9e\0\0\x3\x81\0\0\0\0\0\0\0\0\a\x80\0\0\ta\0\0\x1x\0\0\xe\x9e\0\0\x3\x81) +QgsPluginInstallerFetchingDialogBase\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\x1c\xff\xff\xff\xfa\0\0\f&\0\0\x1h\0\0\n\x1d\0\0\0\x1c\0\0\f%\0\0\x1g\0\0\0\0\0\0\0\0\a\x80\0\0\n\x1d\0\0\0\x1c\0\0\f%\0\0\x1g) +RasterLayerProperties\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\t\x9e\0\0\0\x62\0\0\f\xce\0\0\x3\x87\0\0\t\x9f\0\0\0~\0\0\f\xcd\0\0\x3\x86\0\0\0\x2\0\0\0\0\a\x80) +RasterLayerProperties\splitState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\x96\0\0\x2\x63\0\xff\xff\xff\xff\x1\0\0\0\x1\0) +RasterLayerProperties\tab=7 +SnappingWidget\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\x41\0\0\0\x14\0\0\a\x7f\0\0\0?\0\0\0\0\0\0\0\0\xff\xff\xff\xff\xff\xff\xff\xff\0\0\0\0\0\0\0\0\a\x80\0\0\x3\x41\0\0\0\x14\0\0\a\x7f\0\0\0?) +StyleV2Manager\geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\t\xcd\0\0\x1\x19\0\0\f\x9e\0\0\x2\xcf\0\0\t\xce\0\0\x1\x35\0\0\f\x9d\0\0\x2\xce\0\0\0\x2\0\0\0\0\a\x80) +StyleV2Manager\splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xd6\0\0\x2\x1c\0\0\0\0\x3\x1\0\0\0\x1\0) +CodeEditorOptions\splitterState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\x93\0\0\0S\x1\xff\xff\xff\xff\x1\0\0\0\x2\0) +DatumTransformTable\headerState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xc1\0\0\0\x4\0\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x84\0\0\0\0\0\0\0\x4\0\0\0J\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\0) + +[app] +Windows\WelcomePage\SplitState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xce\0\0\0\xbe\x1\xff\xff\xff\xff\x1\0\0\0\x1\0) +news-feed\items\httpsfeedqgisorg\entries\items\49\content="

A message of peace from the QGIS Community: We, the developers, contributors and community members of the QGIS Project view the ongoing world events in Ukraine and other conflict areas around the world with great sadness. Our aim in developing QGIS has always been to provide a powerful tool to support the creation of a just and humane society. We want to enable a world where every person has a voice, the ability to express, and be secure in, their tenure in their homes, villages, towns, cities and countries. We hope tools like QGIS are used to the benefit of all citizens on earth, to support a sustainable environment, an orderly society and, in particular, to establish and preserve sovereign dignity, security and freedom from oppression.

\r\n

We ask the leaders of the world to resolve their disputes peacefully, through negotiation and compromise, humility and deference to the citizens who are placed in your care. To the members of the QGIS Community that are caught up in this conflict, our thoughts and support are with you, and we hope that you and your families are safe and that this conflict comes to a speedy end.

" +news-feed\items\httpsfeedqgisorg\entries\items\49\image-url=https://feed.qgis.org/media/feedimages/2022/02/25/Flag_of_Ukraine.jpg +news-feed\items\httpsfeedqgisorg\entries\items\49\link=https://www.qgis.org/en/site/getinvolved/governance/codeofconduct/codeofconduct.html +news-feed\items\httpsfeedqgisorg\entries\items\49\sticky=false +news-feed\items\httpsfeedqgisorg\entries\items\49\title=QGIS for Peace +news-feed\items\httpsfeedqgisorg\last-fetch-time=1706102377 +plugin_installer\checkOnStart=false +plugin_installer\checkOnStartInterval=0 +plugin_installer\checkOnStartLastDate=@Variant(\0\0\0\xe\0%\x84&) +plugin_installer\seen_plugins=db_manager, IHK, MetaSearch, paolo_test2, processing, zzz, QuickWKT, MemoryLayerSaver, valuetool, GeoCoding, GroupStats, timemanager, menu_from_project, Hotlink, GarminCustomMap, loadthemall, RemoveEmptyLayers, mask, lizmap, profiletool, midvatten, qNote, mmqgis, pgversion, inasafe, qgsAzimuth, qgiscloud, qgSurf, DirectionalSlope, pstimeseries, VectorFieldCalc, pointsamplingtool, contour, LecoS, crayfish, pdokservicesplugin, Cxf_in, flowTrace, geospatialsimulation, plaingeometryeditor, kuw_filter, SemiAutomaticClassificationPlugin, splitmultipart, DistroMap, zoomrc, qProf, BulkVectorExport, DataDrivenInputMask, ZoomToPostcode, DigitizingTools, LandXml, qchainage, VoGisProfilTool, send2google_earth, BufferByPercentage, pgRoutingLayer, htpgeoprocessor, cadastre, geopunt4Qgis, shp_to_obs, Qgis2threejs, Video_UAV_Tracker, realcentroid, b4udignl2, ViewshedAnalysis, joinmultiplelines, lrs, SLD4raster, opeNoise, go2streetview, attributePainter, StreetView, CalcArea, Vgi2ShpConverter, EasyCustomLabeling, AreaAlongVector, IDECanarias, VectorBender, interlis, autoSaver, zoomtopaste, SVG2ColoR, clipper, ConstraintChecker, PointConnector, MapsPrinter, QuickOSM, alkisplugin, DissolveWithStats, svir, NNJoin, SwapVectorDirection, AzimuthDistanceCalculator, temporalprofiletool, pickLayer, ProfileFromPoints, TomBio, networks, refFunctions, MBTiles2img, concavehull, quick_map_services, scpplugin, MultiDistanceBuffer, FeatureGridCreator, OSTranslatorII, instantprint, xyToPoint, tiss, beePen, OSMDownloader, LineDirectionHistogram, LocatePoints, IPyConsole, qgis2web, PostNAS_Search, LoadQSS, ThinGreyscale, MagneticDeclination, dataexplorer, ClipMultipleLayers, SpreadsheetLayers, CustomToolBar, toggleactivelayer_plugin, MongoConnector, cluz, EqHazard, Multi_Ring_Buffer, catalogpl_plugin, bulkvectorexportwithstyle, maps2winbugs, MenuBuilder, QBano, QPackage, SelectWithin, gmsh, DEMto3D, inspireNL, PosiView, qgis-amigocloud-plugin, changeDataSource, mapswipetool_plugin, geosearch_dk, OnlineRoutingMapper, Discovery, BackupLayer, firstaid, LayerMetadataSearch, rivergis, PostTelemac, PlaceMarker, minkowskiDimCalculator, Serval, AzimuthMeasurement, qgisgbifapi, QlrBrowser, ImportEpanetInpFiles, Socrata, tuflow, disconnected-islands, M150XML, DiviPlugin, attributeBasedClustering, QGISSortAndNumber-master, report, devnull, dzetsaka, SDEllipse, qgeric, qdraw, CaigosConnector, FreehandRasterGeoreferencer, latlontools, Kortforsyningen, QEsg, gimpselectionfeature_plugin, gml_application_schema_toolbox, AnotherDXF2Shape, LmOpenData, Projestions, d3datavis, qfieldsync, poiexport, gban, annotationManager, Converter, LinearTheoryOrographicPrecipitation, QMarxanToolbox, CloudMasking, qgis_hats, qgis-stereonet, ClusterPoints, pluginbuilder3, PluginLoadTimes, mysqlimport, cartogram3, TurnGray, InvisibleLayersAndGroups, SplitPolygonShowingAreas, MTOPOpenData, tempus_qgis, shapetools, projectgenerator, batch_gps_importer, Highlighter, SpzBuilder, NITK_RS-GIS_17, vector_tiles_reader, icsm_ntv2_transformer, QuickPrint, go2mapillary, DataPlotly, SuperLabeling, RuimtelijkePlannen, BGTImport, Coordtransform, Spanish_Inspire_Catastral_Downloader, Check_defined_Convert_CRS, qpals, polystrip, CSMapMaker, qepanet, xplanung, SaxonyCadastralParcels, CalidadCAR, CDAUDownloader, location_lab, quick_attribution, scriptrunner3, JapanElevation, GeodesicDensifier, Mascaret, searchlayers, QRealTime, ZoomToBelgium, vrtbuilderplugin, ale, UMEP, SentinelHub, powerpan, ZebToolbox, GpxSegmentImporter, TlugProcessing, SRTM-Downloader, batch_hillshader-master, parcel_plugin, asistente_ladm_col, Physiocap3, CalculateGeometry, CoordGuesser, iso4app, ImportPhotos, geodatafarm, pgChainage, BivariateLegend, AcATaMa, Beeline, AttributeAssignment, RoadEmissionCalculator, karika, HCMGIS, AustrianElevation, squad-plugin-qgis3, natusferaqgis3, road_inspection_viewer, AppendFeaturesToLayer, QGIS3-getWKT, nominatim_locator_filter, geoportail_lu, layerfromclipboard, timeseriesviewerplugin, pdok_locatieserver_locator_filter, geomapfish_locator, QNEAT3, db-style-manager, QWeather, arrayplus, FS3, DotMap, swiss_locator, gis4wrf, layerGroupFilter, qgis2mapea4, QWater, QGIS_FMV, Offline-MapMatching, AnimateOsm, LAStools, StandardDistance, dist_cartogram, Label2Attr, popgis-plugin, cartolinegen, kmltools, LCCS3basicCoder3-v_1_0, SpeciesExplorer, geoscience, imajnet-qgis-plugin, DDG_Street_Images, rastervision_qgis, grukos, debug_vs, BioDispersal, QuickMultiAttributeEdit3, finddataset, polygonclusterreducer, batchvectorlayersaver, myfiber, linz-data-importer, QVisualize, agknow_qgis, geometry_paster, EquirectangularViewer, istacqgis, geohey_toolbox, leastcostpath, layout_loader, QgisModelBaker, processing_r, Hqgis, FastVersion, HeightmapExport, pca4cd, ImageServerConnector, awap, interfacecatchment, QCopycanvas, SocialActivity, ThToolBox, NavTable, oscars-georaster-qgis-plugin, maplibrary, ORStools, PeliasGeocoding, gribdownloader, Climb, enmapboxplugin, XYZHubConnector, rastertimeseriesmanager, FragScape, geobarcelona, group_transparency, travel_time_platform_plugin, rasterdataplotting, QLocklayers, trackable_project_files, processing_fusion, profileexport, Mergin, visualist, GeoPriv, tiles_xyz, sigrdap, excel_sync, create_bathymetry, SSAM, zoomview, profileAAR, BezierEditing, QRectangleCreator, color_attribute, track_profile_2_web, kontrollblatt_sh, geosys-plugin, QGYF, AttributesJoinByLine, ThRasE, moFa4Q_plugin, plus_mops, PPConverter_20, qgisnetworklogger, poiexportColorHash +plugin_repositories\Offizielles%20QGIS-Erweiterungsrepositorium\url=https://plugins.qgis.org/plugins/plugins.xml +news-feed\items\httpsfeedqgisorg\entries\items\64\content="

OpenStreetMap (OSM) is free to use, but not free to run. The QGIS user experience is tremendously improved thanks to OSM data, tiles, geocoding, and other services. OSM depends on donations from people like you! Double-click this entry to learn how to support OSM's continued stability, quality, and independence.

" +news-feed\items\httpsfeedqgisorg\entries\items\64\expiry=@DateTime(\0\0\0\x10\0\0\0\0\0\0%\x8b\xd1\x3\xb5\xc0\xb8\0) +news-feed\items\httpsfeedqgisorg\entries\items\64\image-url=https://feed.qgis.org/media/feedimages/2023/11/08/osm-funding.jpg +news-feed\items\httpsfeedqgisorg\entries\items\64\link=https://supporting.openstreetmap.org +news-feed\items\httpsfeedqgisorg\entries\items\64\sticky=false +news-feed\items\httpsfeedqgisorg\entries\items\64\title=It\x2019s OSM\x2019s Birthday! Please donate to support its future. +news-feed\items\httpsfeedqgisorg\entries\items\65\content="

The Cyber Resilience Act will, by design, place considerable strain on the Open Source Geospatial Foundation and the service providers who power so much of our ecosystem. The OSGeo community has been active during this process lending their voice of concern, feedback, and moral objection (not everything is a product!) and support. We encourage you to get informed and lend your voice of support to ensure that these laws do not jeopardise or impact projects like QGIS. Double-click this entry to learn more.

" +news-feed\items\httpsfeedqgisorg\entries\items\65\expiry=@DateTime(\0\0\0\x10\0\0\0\0\0\0%\x8b\xd1\x3\xba\xe1\x38\0) +news-feed\items\httpsfeedqgisorg\entries\items\65\image-url=https://feed.qgis.org/media/feedimages/2023/11/09/europe.jpg +news-feed\items\httpsfeedqgisorg\entries\items\65\link=https://www.osgeo.org/foundation-news/eu-cyber-resilience-act/ +news-feed\items\httpsfeedqgisorg\entries\items\65\sticky=false +news-feed\items\httpsfeedqgisorg\entries\items\65\title=OSGeo Statement: EU Cyber Resilience Act +fontPointSize=8.3 +map3d\defaultNavigation=TerrainBased +map3d\axisInversion=WhenDragging +map3d\defaultProjection=1 +map3d\defaultMovementSpeed=5 +map3d\defaultFieldOfView=45 +map3d\gpuMemoryLimit=500 +projections\crsAccuracyWarningThreshold=0 + +[browser] +expandedPaths=favorites: +hiddenPaths=@Invalid() +propertiesWidgetEnabled=false +propertiesWidgetHeight=@Variant(\0\0\0\x87\0\0\0\0) + +[browser2] +propertiesWidgetEnabled=false +propertiesWidgetHeight=@Variant(\0\0\0\x87\0\0\0\0) + +[cache] +size=@Variant(\0\0\0\x81\0\0\0\0\x3 \0\0) + +[connections] +xyz\items\Mapzen%20Global%20Terrain\hidden=false +xyz\items\Mapzen%20Global%20Terrain\http-header=@Variant(\0\0\0\b\0\0\0\0) +xyz\items\Mapzen%20Global%20Terrain\tile-pixel-ratio=0 +xyz\items\OpenStreetMap\hidden=false +xyz\items\OpenStreetMap\http-header=@Variant(\0\0\0\b\0\0\0\0) +xyz\items\OpenStreetMap\interpretation= +xyz\items\OpenStreetMap\tile-pixel-ratio=0 + +[core] +Layout\searchPathsForTemplates=@Invalid() +OpenClDefaultDevice= +OpenClEnabled=true +gps\data_bits=Data8 +gps\flow_control=NoFlowControl +gps\parity=NoParity +gps\stop_bits=OneStop +layer-tree\show_feature_count_for_new_layers=false +httpsfeedqgisorg\disabled=true + +[digitizing] +auto-popup-vertex-editor-dock=true +cad-snapping-prioritize-feature=false +convert-to-curve=false +convert-to-curve-angle-tolerance=1e-06 +convert-to-curve-distance-tolerance=1e-06 +default-m-value=0 +default-snap-mode=AllLayers +default-z-value=0 +disable-enter-attribute-values-dialog=false +fill-color=@Variant(\0\0\0\x43\x1\x1e\x1e\xff\xff\0\0\0\0\0\0) +line-color=@Variant(\0\0\0\x43\x1\xc8\xc8\xff\xff\0\0\0\0\0\0) +line-color-alpha-scale=0.75 +line-ghost=false +line-width=1 +marker-only-for-selected=true +marker-size-mm=2 +marker-style=Cross +offset-cap-style=Round +offset-join-style=JoinStyleRound +offset-miter-limit=5 +offset-quad-seg=8 +offset-show-advanced=false +reuse-last-values=false +search-radius-vertex-edit=10 +search-radius-vertex-edit-unit=Pixels +shape-map-tools\categories\items\Circle\default=circle-from-2-points +shape-map-tools\categories\items\Curve\default=circular-string-by-radius +shape-map-tools\categories\items\Ellipse\default=ellipse-center-2-points +shape-map-tools\categories\items\Rectangle\default=rectangle-from-center-and-a-point +shape-map-tools\categories\items\RegularPolygon\default=regular-polygon-from-2-points +snap-color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\0\0\xff\xff\0\0) +snap-tooltip=false +technique=StraightSegments +tracing-max-feature-count=10000 +validate-geometries=1 +default-snapping-tolerance=12 + +[gps] +acquisitionInterval=0 +autoAddVertices=false +autoCommit=false +distanceThreshold=0 +gpsdDevice= +gpsdHost=localhost +gpsdPort=2947 +lastPort=localhost:2947: +mapExtentMultiplier=50 +markerSize=12 +panMode=recenterWhenNeeded +portMode=scanPorts +showMarker=true +trackColor=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\0\0\0\0\0\0) +trackWidth=2 +acquisition-interval=0 +apply-leap-seconds-correction=true +bearing-line-symbol="\n\n\n\n\n\n\n\n\n\n\n" +calculate-bearing-from-travel=false +distance-threshold=0 +gps-connection-type=Automatic +gpsbabelPath=gpsbabel +gpsd-device-name= +gpsd-host-name=localhost +gpsd-port=2947 +gpsd-serial-device=localhost:2947: +leap-seconds=18 +location-marker-symbol="\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" +map-recentering-threshold=50 +map-rotate-interval=0 +rotate-location-marker=true +store-attribute-in-m-values=false +timestamp-offset-from-utc=0 +timestamp-time-spec=LocalTime +timestamp-time-zone=Europe/Berlin +track-line-symbol="\n\n\n\n\n\n\n\n\n\n\n" +babel-devices\items\Garmin%20serial\rtedownload=%babel -r -i garmin -o gpx %in %out +babel-devices\items\Garmin%20serial\rteupload=%babel -r -i gpx -o garmin %in %out +babel-devices\items\Garmin%20serial\trkdownload=%babel -t -i garmin -o gpx %in %out +babel-devices\items\Garmin%20serial\trkupload=%babel -t -i gpx -o garmin %in %out +babel-devices\items\Garmin%20serial\wptdownload=%babel -w -i garmin -o gpx %in %out +babel-devices\items\Garmin%20serial\wptupload=%babel -w -i gpx -o garmin %in %out + +[gui] +LayoutDesigner\defaultSnapGridOffsetX=0 +LayoutDesigner\defaultSnapGridOffsetY=0 +LayoutDesigner\defaultSnapGridResolution=10 +LayoutDesigner\defaultSnapTolerancePixels=5 +LayoutDesigner\gridAlpha=100 +LayoutDesigner\gridBlue=190 +LayoutDesigner\gridGreen=190 +LayoutDesigner\gridRed=190 +LayoutDesigner\gridStyle=Dots +UI\queryLogger\treeState=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2\xba\0\0\0\x2\x1\x1\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x2V\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64) +UI\symbolsList\lastIconView=0 +Windows\StyleV2Manager\lastIconView=0 +codeEditor\caretLineColor=#efefef +codeEditor\classFontColor=#4271ae +codeEditor\commentBlockFontColor=#8e908c +codeEditor\commentFontColor=#8e908c +codeEditor\commentLineFontColor=#8e908c +codeEditor\cursorColor=#636363 +codeEditor\decoratorFontColor=#3e999f +codeEditor\defaultFontColor=#4d4d4c +codeEditor\doubleQuoteFontColor=#718c00 +codeEditor\edgeColor=#efefef +codeEditor\foldColor=#efefef +codeEditor\foldIconForeground=#ffffff +codeEditor\foldIconHalo=#000000 +codeEditor\identifierFontColor=#4271ae +codeEditor\indentationGuide=#d5d5d5 +codeEditor\keywordFontColor=#8959a8 +codeEditor\marginBackgroundColor=#efefef +codeEditor\marginForegroundColor=#636363 +codeEditor\matchedBraceBackground=#b7f907 +codeEditor\matchedBraceColor=#303030 +codeEditor\methodFontColor=#4271ae +codeEditor\numberFontColor=#c82829 +codeEditor\operatorFontColor=#8959a8 +codeEditor\overrideColors=false +codeEditor\paperBackgroundColor=#ffffff +codeEditor\quotedIdentifierFontColor=#4271ae +codeEditor\quotedOperatorFontColor=#8959a8 +codeEditor\selectionBackgroundColor=#0078d7 +codeEditor\selectionForegroundColor=#ffffff +codeEditor\singleQuoteFontColor=#718c00 +codeEditor\stderrBackgroundColor=#ffffff +codeEditor\stderrFontColor=#e31a1c +codeEditor\tagFontColor=#4271ae +codeEditor\tripleDoubleQuoteFontColor=#eab700 +codeEditor\tripleSingleQuoteFontColor=#eab700 +codeEditor\unknownTagFontColor=#4271ae +codeEditor\colorScheme= +respect-screen-dpi=false +code-editor\python\autopep8-level=1 +code-editor\python\black-normalize-quotes=true +code-editor\python\formatter=autopep8 +code-editor\python\max-line-length=80 +code-editor\python\sort-imports=true + +[layer-tree] +show-feature-count-for-new-layers=false + +[layout] +search-paths-for-templates=@Invalid() + +[locale] +globalLocale=de_DE +overrideFlag=false +showGroupSeparator=false +userLocale=de_DE + +[network] +network-timeout=60000 + +[plugin-manager] +automatically-check-for-updates=true +check-on-start-last-date=@Variant(\0\0\0\xe\0%\x8a') +seen-plugins=db_manager, grassprovider, MetaSearch, otbprovider, processing, moFa4Q_plugin, plugin_reloader, QuickWKT, MemoryLayerSaver, simplesvg, valuetool, GeoCoding, GroupStats, timemanager, menu_from_project, Hotlink, GarminCustomMap, loadthemall, RemoveEmptyLayers, mask, dimensioning, lizmap, MultiEdit, profiletool, midvatten, qNote, mmqgis, wfsclient, multiqml, quicksaveqml, dumploadfield, joinlines, osmpoly_export, pgversion, inasafe, qgsAzimuth, qgiscloud, qgSurf, DirectionalSlope, pstimeseries, VectorFieldCalc, pointsamplingtool, numericalDigitize, contour, LecoS, crayfish, pdokservicesplugin, Cxf_in, flowTrace, qtiles, sextante_animove, geospatialsimulation, plaingeometryeditor, tmsforkorea, kuw_filter, SemiAutomaticClassificationPlugin, splitmultipart, DistroMap, shapefile_encoding_fixer, zoomrc, qProf, BulkVectorExport, DataDrivenInputMask, ContrastHomogenizer, ZoomToPostcode, DigitizingTools, nominatim, LandXml, qchainage, VoGisProfilTool, copy_coords, send2google_earth, BufferByPercentage, pgRoutingLayer, htpgeoprocessor, cadastre, geopunt4Qgis, shp_to_obs, PPConverter_20, Qgis2threejs, Video_UAV_Tracker, realcentroid, b4udignl2, simplereports, ViewshedAnalysis, joinmultiplelines, lrs, spline, SLD4raster, opeNoise, go2streetview, attributePainter, StreetView, Vgi2ShpConverter, EasyCustomLabeling, AreaAlongVector, stationlines, clickfu, postgisQueryBuilder, IDECanarias, StreamFeatureExtractor, VectorBender, interlis, SGDiagramDownloader, autoSaver, zoomtopaste, SVG2ColoR, clipper, ConstraintChecker, PointConnector, MapsPrinter, QuickOSM, alkisplugin, shortcut_manager, ArcheoCAD, DissolveWithStats, svir, NNJoin, SwapVectorDirection, AzimuthDistanceCalculator, temporalprofiletool, pickLayer, MultipleLayerSelection, QgsWcpsClient1, VectorMCDA, ProfileFromPoints, TomBio, networks, processing_workflow, MBTiles2img, ClipToHemisphere, Redistricting, concavehull, quick_map_services, survey_design, scpplugin, MultiDistanceBuffer, FeatureGridCreator, OSTranslatorII, postgis_geoprocessing, instantprint, ntv2_transformations, tiss, DsgTools, catalogotf_plugin, beePen, OSMDownloader, LineDirectionHistogram, LocatePoints, IPyConsole, reconstruct_line, qgis2web, PostNAS_Search, LoadQSS, ThinGreyscale, MagneticDeclination, redLayer, dataexplorer, ClipMultipleLayers, LayerBoard, SpreadsheetLayers, CustomToolBar, toggleactivelayer_plugin, MongoConnector, esstoolkit, qgis_versioning, cluz, Multi_Ring_Buffer, catalogpl_plugin, bulkvectorexportwithstyle, maps2winbugs, MenuBuilder, rasterstats, QBano, QPackage, SelectWithin, gmsh, DEMto3D, inspireNL, PosiView, qgis-amigocloud-plugin, changeDataSource, mapswipetool_plugin, geosearch_dk, OnlineRoutingMapper, Discovery, BackupLayer, firstaid, LayerMetadataSearch, rivergis, QMetaTiles, PostTelemac, osminfo, PlaceMarker, minkowskiDimCalculator, Serval, sdna, CKANBrowser, AzimuthMeasurement, qgisgbifapi, QlrBrowser, ImportEpanetInpFiles, wincan2qgep, Socrata, GeODinQGIS, tuflow, disconnected-islands, qad, attributeBasedClustering, QGISSortAndNumber-master, report, dzetsaka, SDEllipse, qgeric, qdraw, VetEpiGIS-Tool, nextgis_connect, CaigosConnector, FreehandRasterGeoreferencer, latlontools, GroundwaterVulnerability, QEsg, gimpselectionfeature_plugin, gml_application_schema_toolbox, PghydroTools, AnotherDXF2Shape, Projestions, isogeo_search_engine, d3datavis, qgis_resource_sharing, qfieldsync, connect_points, VetEpiGIS-Group, poiexport, gban, annotationManager, table2style, LinzSnap, wfsOutputExtension, LayerStyleLoader, Converter, LinearTheoryOrographicPrecipitation, QMarxanToolbox, pg_history_viewer, CloudMasking, qgis_hats, qgis-stereonet, postgis_sampling_tool, layer2kmz, pluginbuilder3, PotentialSlopeFailure, PluginLoadTimes, mysqlimport, cartogram3, TurnGray, InvisibleLayersAndGroups, SplitPolygonShowingAreas, MTOPOpenData, tempus_qgis, shapetools, MPAPostHocAccounting, FeatureIterator, Submission, batch_gps_importer, BoundingBox, SpzBuilder, NITK_RS-GIS_17, SelectByRelationship, vector_tiles_reader, icsm_ntv2_transformer, BoundaryDelineation, morpheo, QuickPrint, DataPlotly, SuperLabeling, RuimtelijkePlannen, digitizr, Anaximandre, BGTImport, Coordtransform, Spanish_Inspire_Catastral_Downloader, qpals, polystrip, CSMapMaker, isochrones, qepanet, xplanung, SaxonyCadastralParcels, CalidadCAR, CDAUDownloader, AGT, location_lab, quick_attribution, LDMP, scriptrunner3, JapanElevation, Paprika, GeodesicDensifier, Mascaret, searchlayers, PisteCreator, QRealTime, ZoomToBelgium, vrtbuilderplugin, ale, UMEP, SentinelHub, powerpan, ZebToolbox, GpxSegmentImporter, TlugProcessing, SRTM-Downloader, batch_hillshader-master, parcel_plugin, SplitPolygon-master, asistente_ladm_col, Physiocap3, CalculateGeometry, CoordGuesser, EasyTemplatePrint, iso4app, ImportPhotos, geodatafarm, forestroaddesigner, pgChainage, BreederMap, BivariateLegend, AcATaMa, Beeline, AttributeAssignment, RoadEmissionCalculator, karika, HCMGIS, AustrianElevation, squad-plugin-qgis3, natusferaqgis3, road_inspection_viewer, AppendFeaturesToLayer, QGIS3-getWKT, nominatim_locator_filter, geoportail_lu, layerfromclipboard, timeseriesviewerplugin, pdok_locatieserver_locator_filter, geomapfish_locator, QNEAT3, db-style-manager, QWeather, arrayplus, FS3, DotMap, swiss_locator, gis4wrf, layerGroupFilter, qgis2mapea4, QWater, QGIS_FMV, Offline-MapMatching, map-coords-plugin, MzSTools, AnimateOsm, LAStools, StandardDistance, dist_cartogram, CanadianWebServices, Label2Attr, popgis-plugin, cartolinegen, kmltools, qproto, LandSurveyCodesImport, LCCS3basicCoder3-v_1_0, SpeciesExplorer, geoscience, CityJSON-loader, DICT, imajnet-qgis-plugin, DDG_Street_Images, rastervision_qgis, debug_vs, BioDispersal, QuickMultiAttributeEdit3, finddataset, StreetAnalysis, polygonclusterreducer, Go2NextFeature3, batchvectorlayersaver, myfiber, linz-data-importer, QVisualize, agknow_qgis, geometry_paster, EquirectangularViewer, istacqgis, geohey_toolbox, leastcostpath, layout_loader, QgisModelBaker, processing_r, Hqgis, HeightmapExport, ibamaprocessing, pca4cd, pat, ImageServerConnector, awap, interfacecatchment, aderyn, QCopycanvas, SocialActivity, QWeb, ThToolBox, NavTable, ibama_expressions, oscars-georaster-qgis-plugin, maplibrary, ORStools, PeliasGeocoding, gribdownloader, Add_a_point_road_sign, Climb, processing_saga_nextgen, OpenICGC, togglegroupvisibility, enmapboxplugin, XYZHubConnector, rastertimeseriesmanager, FragScape, geobarcelona, group_transparency, travel_time_platform_plugin, QLocklayers, coord_list, trackable_project_files, processing_fusion, profileexport, Mergin, visualist, GeoPriv, excel_sync, create_bathymetry, SSAM, CLETools, zoomview, profileAAR, BezierEditing, QRectangleCreator, color_attribute, track_profile_2_web, kontrollblatt_sh, geosys-plugin, coordinator, QGYF, uldk_gugik, AttributesJoinByLine, SampleByArea, ParCatGML, modis_nitk, vx_integration, ThRasE, qgisnetworklogger, cctv_mapper, mos_adeupa_ce, AusMap, SampleByFeatures, themeselector, wnt, trail_elevation_stats, QGISRed, ForestRoadsNetworksUPLOAD, MagicWand-master, tc_tlag, floodrisk2, toggle_labels_widget, FormatConsistency, easy_processing_tool, WaterNetAnalyzer-master, landxml2qgis, getthemfiltered, radolan2map, mapbiomascollection, geometric_attributes, snail, openeo-qgis-plugin-master, network_gt, rastertool, odktrace2wkt, AddressToolsDK, cdu_creator-master, french_locator_filter, solocator, qgis-ruian-plugin, stripchart, nmt_gugik, geocatbridge, qgisSpectre, VectorFieldLayerManager, ObliczWysokosc, buienradar_plugin, shlocator, Generalizer3, gpi_import, GeoAtlasQGIS, Radiotrack, atlasprint, ee_plugin, planet_explorer, deactivate_active_labels, BatchHeatmaps-master, ezprinter, GeofabrykaToolbox, raster_tracer, export_to_sql_server, BitFlagRenderer, qgepplugin, ToRadians, TerrainShading, qgis3redistricter-master, geokodowanie_adresow, m150xml, AutomaticBackup-master, delete_null_fields, Nuclear-Energy-Plant-Radiations-, LatlonDecimal, oneatlas-qgis-plugin-1_0_1, localmaxfilter, tmd, GlobeBuilder, BOS, cruisetools, gissupport_plugin, zoom_level, qwatermodel, relation_batchinsert, gis_cloud_publisher, mappia_publisher, mgrs, KP_find, FilterLayersAtOnce-master, active_fire, lockzoom, sentinel2_download, covid19_tracker, agis, QGeoloGIS, archiwalna_ortofotomapa, ESDL_loader, clusterpoints, mon_parcellaire, tomtom_locator_filter, closest_points, lnns, los_tools, huntregister, usgs_stream_mapper, french_address, frms_downloader, EuroDataCube, rectanglify, qgis_server_render_geojson, GSI-VTDownloader-master, SgmVertex2NodeByAtt, qveg, layertreeicons, qgis2fds, BDOT10k_GML_SHP_Loader, ImaerPlugin, qgis_gee_data_catalog, qgis2wegue, processing_umep, curve_number_generator, qgis-maptiler-plugin, geograndest, layertilesmapcanvas, bkggeocoder, camino-flux-QGIS-master, israeli_opendata_loader, autocurve, flight_planner, seismic_importer, felt_tegn, sentinel2_removed_cloud_rec, land_productivity_analysis_tool, CriarPontosRios, mtf_estimator, territorial_control, SMC, ana_data_acquisition, lines_ranking, slyr_community, projektcheck, pobieracz_danych_gugik, json_to_waterbodies_for_qgis, localcoordinates, gistools, wetland_vulnerability_analysis_tool, coordinate_capture, wiscsims_tool, multilayerselect, idev_visor, navarra_cadastre-master, FlightSimulatorTools, corrector_vector, EnviroCat, OpenTripPlannerPlugin, poi_visibility_network, galiciasustentable, JSONEater-master, ClusterMap, nafi, qlyrx, eKMap-Publisher-For-QGIS, synthwave, geobretagne, pathfinder, UrbanSARCA-master, moving_feature, wtyczka_qgis_app, volume_calculation_tool, force4qgis, promaides_gis_tools, SpatialDataPackageExport, cwsi, bgtinlooptool, Qaava, cartography_tools, oneclickrasterstacking, monokai, plot_boundary, terminus_processing, qgeo, qgis-plugin-findreplace-main, cbers4a, google_maps_geocoder, SgmExpressionFunctions, FMI2QGIS, inde, QGIS3_Delft3D_FM, TocTable-main, CalcOnField-main, HTML_Generator-main, msdc_client, thematics, configurable_search, arearatio, Cadastral_Divisions-main, geoCore, actions_for_relations, placekey, multiple_layers_tools, dineof, FlyFotosDK, GTFS-GO-master, fitgeometrybyarea, SaraphiGetConnect, valhalla, qrbarcodeitem, PreCourlis, line_profile, qquake, medsens, napkingis-prepare-plugin, qgistim, GeometryShapes, graphab4qgis, RadAgro-master, rvt-qgis, Layman, topojson_writer, anyways_impact_toolbox, CZMLBillboardMaker, point_selection, Smart_Map, pml_geopackager, PotentialSlopeFailure-processing, MultiMaps, addresssearch, BDOO_GML_Loader, html_table_exporter, QGISDigitransitGeocoding-master, NLSgpkgloader-master, GTFS_Loader, inclinometry_calc, path_sorting, LightPollutionToolbox, czech_slovak_freegeodata, geomelwatershed-master, monokaiprospectrum, alloysearchhere, weissflaechenkartierung, itemmap_cropper, easy_raster_splitter, tro_api, perimetre_asa, partial_histogram, area_weighted_average, geocat_export, MISLAND, QNeighborhood, QuickStepGeobia, pibc, polsar_tools, road_slope_calculator, lftools, geetimeseriesexplorer, shoreline, ReverseFlow, mapbiomas-api, RenameField, canflood, Unfolded, hidroweb_downloader, ordered_relation_editor, exportDBmapper, firehunter, qgis-igc-importer, geo_sim_processing, Dataforsyningen, terrabrasilis_datasource, spiutilityraster, spiutilityforcsv, datetimetools, vertex_compare, vector_correction, selectThemes, conversor_nomes_comuns, qgissprp, orkamv-data-api-plugin-main, sentera_6x_processing, RasterAttributeTable, vallaris, TAF-to-CSV-main, gio_import, flexigis, coordinates_converter, pg_metadata, create_custom_projection, mercicor, simple_tools, swissgeodownloader, andalusianpopulation, document_management_system, open_lidar_tools, doner, Catchment, qgis-nowcast-tool-plugin-master, QuickDEM4JP, ICRA, Assisted-MapMatching, ElevationTile4JP, pg_raster_import, terra_antiqua, veloroutes_voies_vertes, iso_19157, create_layer_from_selected_features, licareascraper, mapflow, precisioncursor4qgis-main, generate_swmm_inp, timezone_expressions, oiv, dados_censo, qgis2rasterlite, in_ads, thematic_accuracy, polygonclickmap, avaframeConnector, spatialite_converter, SolrSearch, orientation, GeoKKP-GIS, movecost, GIAP-PolaMap-lite, rdi, ellipsis-connect, grdata, BivariateRenderer, pcraster_tools, vertical_photo_placer, xtflog_checker, ibge_cartography_index_map, qsoccer, qgis-fit-plugin, totalopenstationToQgis, QompliGIS, Coregistration, deg_2_dms, dms_2_deg, fractaliadj, heliware_plugin, qLidar, Opendatasoft, imodqgis, pylusatq, speckle-qgis, jaltol-main, servizi_ecosistemici, AttributesOfBritishAndIrishPlants, AtlasExportFunction, wind_forecast_routing, quick_layer, easy_print_menu, numerator, ProjectPackager, HouseNumbering3, AutoLayoutTool, lidar_campania, QHadoopTools, openads, buildseg, kart, optileloader, azimuth_distance_measurement, p190_import, MonetDB-QGIS, mobilityareas, magnetic_bearing_measurement, amil, calcarea2, merge_selected_features, qgis_report_wizard, qgs-gazetteer-bb, qgis_geonode, ICEtool, qgis_stac, geoeasin, datagrandest, qmapshaper, flurstuecksfinder-nrw, OpenTopography-DEM-Downloader, raster_divider, Cluster-Analysis-plugin-main, layout_panel-main, Cadastral_Classifier, inundation_calculator, prg_dig, gprlp_metadata_search, noise_prediction, dissolve_adjacent_polygons, survex_import, convert_heights, encoded-polyline, sigpac_downloader, tree-belt-designer, Modzy-QGIS-Plugin-main, geographical-detector, spatialanalysistoolbox, testadalotes, dissolve_related, SGS, Palapa, wody_polskie_wms, articulacaosistematica, linking_relation_editor, peel_orange, buffer_without_overlaps, tile_network_order, illini_drainage_tools, osm_sidewalkreator, spanners_plugin, what3words, clear_null_geometry, CivilEng, GeoINCRA, smooth_geometry, DaumAPI, wbt_for_qgis, als_downloader, Importer2OSMbasemap, downloadgeostatportugal, Cronometro, mapmaker, annotation_labels, smarty, google-street-view-layer-master, h3_toolkit, Group_and_Sort_Layers, Geographical_Fetch, PLUGIN, medir_distancia_entre, kimu, thyrsis, lizmap_server, qgis_easy_query, easy_labeling, easy_right_angle_draw, map_tile_loader, custom_news_feed, SEBCS-master, q_scs, return_pyqgis_algorithm, StackComposed, QNSPECT, ArrNorm, naficp, fooodk, roof_draw, Topographical_profiles, st_lucas_download_manager, vdip, densityanalysis, ProcessX, qgis-jaxa-earth-plugin-master, raster_cutter, canvas_coordinates, dissect_dissolve_overlaps, MultiJoin, qgis-here-api-plugin, geodata2envimet, qtribu, numerar_lote, QMapa, diachronix, QgisTDC, topo_tijdreis, qgis-subset-expression-plugin, CheckDefConv, GEO-search-plugin-main, xplan-reader, maxent_model, STL_Generator, qgis-project-as-utm, odkconnector2, qgis_nearest_greater, secquery, pec_avalia, co2_sequestration, Groundwater-Buffer-Raster, geotuileur, sense_detection, becagis, wfs_qgis-previsioni-plugin-out, drone_path, Sentinel-5p_data_explorer, qgis_richdem, zone_label, ndff_connector_plugin, nnmlf, replace_geometry, qgis-gmsh, ibgedatadownloader, point_on_arc_intersection, deepness, selection-sets-reloaded, flintpro_datacheck, identifyplus, q5pfes, GBFS-NOW, segment_reshape_plugin, gps_replay, koordinates, Tieosoitetyokalu, layertree2json, qgis_points2one, road2qgis, DMI_Open_Data, bdot10k, soil_moisture, OsmAnd_bridge, spatial_filter, uddmanager, geocsv-main, AdressesFr, indice_ndwi, mopst, QGIS-legendView-main, quick-geojson, map-units-per-pixel, shootpointswebplotter-main, QgisGLViewer, polygon_from_map_extent, sensehawk_qc, kartverket_adresse, project_report, PlanCreator-3, Kauko, get_nib-main, equi_processing, fullmce_Sarah-main, magic_map_loader, qkan, minded_fba, e_tracability, cartodruid_sync, gatherconnect, japangeology3, ThreePointMethod, cigeoe_attribute_copy, Save-DXF, indiana_lidar, plot_grid, reloader, QChatGPT, Check4SEC-master, sewerage_designer, QRestart, cigeoe_feature_nodes_z_tag, craig, infas_lt_geocoder, Walidator_plikow_gml, limburg_flood_impact_plugin, dp_checker, GamepadNavigation, extractor, lrseditor, science_flight_planner, custom_titlebar, mojxml_plugin, remote_db, CPR, delete-all, cigeoe_converge_lines, austria_weather_api, pyqgis_resource_browser, estonian-address-search, CCD_Plugin, people_flow_visualization, datasud, qgis_sea_level_tool, tile_index_generator, address_search, indiana_ortho, Bestagon-master, dmpcatalogue, opencage_geocoder, tianditu-tools, opencratertool, LidarManager, wms_wfs_dera, green_view_index, AemetOpenDataDownloader, cigeoe_holes_3d, earthsunmoon, thermal, fuzzy_join, qaequilibrae, qgis_adjust_style, gistda_sphere_basemap, pixel_calculator, StyleLoadSave, gpkg_creator, gistda_sphere_opendata, transparency_setter, qgis_templates_symbology, hrisk-noisemodelling-master, DiscordRPC-Plugin-for-QGIS, citydb-tools, xplan-umring, location_finder, Delete_Duplicates, cigeoe_identify_dangles, AzureMapsCreator, Terraform, Qpositional, segmenter, panorama_viewer, feature_space, qdrawEVT, Siwei_Earth, jilin1tiles, felt, infrao, FilePath, StreetSmart, fast_kernel_density_analysis, SaveAllScript, UA_XML_importer, cigeoe_circumvent_polygon, LinearReferencing, qgis_hub_plugin, csv_batch_import, SPAN, twodistancesintersectionplugin, DAI, usm_calculator-main, opacity_set_01, qgis-plugin-upload-satupeta-main, locationiq-qgis, getbaseline, plugin_exporter, soar, SelectionFilter, cigeoe_merge_lines, cigeoe_merge_multiple_lines, japanese_grids + +[proxy] +authcfg= +proxyEnabled=false +proxyExcludedUrls=@Invalid() +proxyHost= +proxyPassword= +proxyPort= +proxyType=DefaultProxy +proxyUser= +noProxyUrls=@Invalid() + +[pythonConsole] +splitterConsole=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0x\0\0\0\x1e\0\0\0\0\x3\x1\0\0\0\x2\0) +splitterEditor=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1\0\0\0\0\0\x1\0\0\0\x6\x1\0\0\0\x1\0) +splitterObj=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\0\0\0\0U\x1\0\0\0\x3\x1\0\0\0\x1\0) +preloadAPI=true +autoSaveScript=false +accessTokenGithub= +userAPI=@Invalid() +autoCompThreshold=2 +autoCompleteEnabled=true +usePreparedAPIFile=false +preparedAPIFile= +autoCompleteSource=fromAPI +enableObjectInsp=false +autoCloseBracket=false +autoInsertionImport=true +autoSurround=true +autoInsertImport=false +formatOnSave=false + +[qgis] +WMSSearchUrl="http://geopole.org/wms/search?search=%1&type=rss" +addOracleDC=false +addPostgisDC=false +askToDeleteLayers=true +askToSaveProjectChanges=false +attributeTableBehavior=ShowAll +attributeTableRowCache=10000 +attributeTableView=-1 +compileExpressions=true +configuration\default-output-raster-layer-ext=38 +configuration\default-output-vector-layer-ext=30 +configuration\prefer-filename-as-layer-name=true +configuration\temp-path= +connections-xyz\Mapzen%20Global%20Terrain\authcfg= +connections-xyz\Mapzen%20Global%20Terrain\hidden=false +connections-xyz\Mapzen%20Global%20Terrain\interpretation=terrariumterrain +connections-xyz\Mapzen%20Global%20Terrain\password= +connections-xyz\Mapzen%20Global%20Terrain\tilePixelRatio=0 +connections-xyz\Mapzen%20Global%20Terrain\url=https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png +connections-xyz\Mapzen%20Global%20Terrain\username= +connections-xyz\Mapzen%20Global%20Terrain\zmax=15 +connections-xyz\Mapzen%20Global%20Terrain\zmin=0 +connections-xyz\OpenStreetMap\authcfg= +connections-xyz\OpenStreetMap\hidden=false +connections-xyz\OpenStreetMap\interpretation= +connections-xyz\OpenStreetMap\password= +connections-xyz\OpenStreetMap\tilePixelRatio=0 +connections-xyz\OpenStreetMap\url=https://tile.openstreetmap.org/{z}/{x}/{y}.png +connections-xyz\OpenStreetMap\username= +connections-xyz\OpenStreetMap\zmax=19 +connections-xyz\OpenStreetMap\zmin=0 +copyFeatureFormat=AttributesWithWKT +customEnvVars=@Invalid() +customEnvVarsUse=false +dataSourceManagerNonModal=false +defaultCapabilitiesExpiry=24 +defaultLegendGraphicResolution=0 +defaultTileExpiry=24 +defaultTileMaxRetry=3 +default_canvas_color_blue=255 +default_canvas_color_green=255 +default_canvas_color_red=255 +default_measure_color_blue=67 +default_measure_color_green=155 +default_measure_color_red=222 +default_selection_color_alpha=255 +default_selection_color_blue=0 +default_selection_color_green=255 +default_selection_color_red=255 +digitizing\auto_popup_vertex_editor_dock=true +digitizing\cad_snapping_prioritize_feature=false +digitizing\convert_to_curve=false +digitizing\convert_to_curve_angle_tolerance=1e-06 +digitizing\convert_to_curve_distance_tolerance=1e-06 +digitizing\default_m_value=0 +digitizing\default_snap_mode=AllLayers +digitizing\default_snap_type=VertexFlag +digitizing\default_snapping_tolerance=12 +digitizing\default_z_value=0 +digitizing\disable_enter_attribute_values_dialog=false +digitizing\fill_color_alpha=30 +digitizing\fill_color_blue=0 +digitizing\fill_color_green=0 +digitizing\fill_color_red=255 +digitizing\line_color_alpha=200 +digitizing\line_color_alpha_scale=0.75 +digitizing\line_color_blue=0 +digitizing\line_color_green=0 +digitizing\line_color_red=255 +digitizing\line_ghost=false +digitizing\line_width=1 +digitizing\marker_only_for_selected=true +digitizing\marker_size_mm=2 +digitizing\marker_style=Cross +digitizing\offset_cap_style=Round +digitizing\offset_join_style=Round +digitizing\offset_miter_limit=5 +digitizing\offset_quad_seg=8 +digitizing\offset_show_advanced=false +digitizing\reuseLastValues=false +digitizing\search_radius_vertex_edit=10 +digitizing\search_radius_vertex_edit_unit=Pixels +digitizing\snap_color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\0\0\xff\xff\0\0) +digitizing\snap_tooltip=false +digitizing\stream_tolerance=2 +digitizing\technique=StraightSegments +digitizing\tracing_max_feature_count=10000 +digitizing\validate_geometries=1 +dockAttributeTable=false +enableMacros=Always +enableMapTips=true +enable_anti_aliasing=true +enable_render_caching=true +hideSplash=false +iconSize=24 +ignoreShapeEncoding=true +legendDoubleClickAction=0 +localized_data_paths=@Invalid() +magnifier_factor_default=1 +mainSnappingWidgetMode=dialog +main_canvas_preview_jobs=true +mapTipsDelay=850 +map_update_interval=250 +max_threads=-1 +measure\angleunits=degrees +measure\areaunits=m2 +measure\decimalplaces=3 +measure\displayunits=meters +measure\keepbaseunit=true +messageTimeout=5 +native_color_dialogs=false +networkAndProxy\networkTimeout=60000 +networkAndProxy\userAgent=Mozilla/5.0 +newProjectDefault=false +new_layers_visible=true +parallel_rendering=true +projOpenAtLaunch=2 +projOpenAtLaunchPath=%PROFILE_FOLDER%/mofa4q.qgz +projOpenedOKAtLaunch=true +projectTemplateDir=%PROFILE_FOLDER%/project_templates +promptForRasterSublayers=0 +promptForSublayers=AlwaysAsk +scanItemsInBrowser2=extension +scanZipInBrowser2=basic +segmentationTolerance=0.017453292519943295 +segmentationToleranceType=MaximumAngle +showLegendClassifiers=false +simplifyAlgorithm=Distance +simplifyDrawingHints=GeometrySimplification +simplifyDrawingTol=1 +simplifyLocal=true +simplifyMaxScale=1 +style=Fusion +symbolsListGroupsIndex=0 +toolbarIconSize=24 +warnOldProjectVersion=false +zoom_factor=2 +legendsymbolMinimumSize=0.1 +legendsymbolMaximumSize=20 +defaultProjectFileFormat=Qgz +checkVersion=false +digitizing\shape-map-tools\Circle\default=circle-from-2-points +digitizing\shape-map-tools\Curve\default=circular-string-by-radius +digitizing\shape-map-tools\Ellipse\default=ellipse-center-2-points +digitizing\shape-map-tools\Rectangle\default=rectangle-from-center-and-a-point +digitizing\shape-map-tools\RegularPolygon\default=regular-polygon-from-2-points +layerTreeInsertionMethod=AboveInsertionPoint +reverse_wheel_zoom=false + +[rendering] +pal\label-candidates-limit-lines=0 +pal\label-candidates-limit-points=0 +pal\label-candidates-limit-polygons=0 + +[svg] +searchPathsForSVG=%PROFILE_FOLDER%/svg/, C:/PROGRA~1/QGIS33~1.1/apps/qgis/./svg/ + +[qgsbrowserwidgetbase] +propertiesWidgetEnabled=false +propertiesWidgetHeight=@Variant(\0\0\0\x87\0\0\0\0) + +[defaults] +bearing_format\decimal_separator=@Invalid() +bearing_format\decimals=6 +bearing_format\direction_format=0 +bearing_format\rounding_type=0 +bearing_format\show_plus=false +bearing_format\show_thousand_separator=true +bearing_format\show_trailing_zeros=false +bearing_format\thousand_separator=@Invalid() +coordinate_format\angle_format=DecimalDegrees +coordinate_format\decimal_separator=@Invalid() +coordinate_format\decimals=6 +coordinate_format\rounding_type=0 +coordinate_format\show_leading_degree_zeros=false +coordinate_format\show_leading_zeros=false +coordinate_format\show_plus=false +coordinate_format\show_suffix=false +coordinate_format\show_thousand_separator=true +coordinate_format\show_trailing_zeros=false +coordinate_format\thousand_separator=@Invalid() + +[elevation-profile] +background-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0) + +[fonts] +downloadMissingFonts=true +fontFamilyReplacements=@Invalid() + +[measure] +clipboard-header=false +clipboard-separator=\t +clipboard-use-decimal-point=false diff --git a/init/QGISCUSTOMIZATION3.ini b/init/QGISCUSTOMIZATION3.ini new file mode 100644 index 0000000..ad16003 --- /dev/null +++ b/init/QGISCUSTOMIZATION3.ini @@ -0,0 +1,2271 @@ +[Customization] +Browser=true +Browser\AFS=true +Browser\GPKG=true +Browser\GRASS=true +Browser\GeoNode=true +Browser\MSSQL=true +Browser\ORACLE=true +Browser\PostGIS=true +Browser\QLR=true +Browser\QPT=true +Browser\SAP%20HANA=true +Browser\Vector%20Tiles=true +Browser\WCS=true +Browser\WFS=true +Browser\WMS=true +Browser\XYZ%20Tiles=true +Browser\bookmarks_item=true +Browser\files=true +Browser\html=true +Browser\project_item=true +Browser\py=true +Browser\spatialite=true +Browser\special%3ADrives=true +Browser\special%3AFavorites=true +Browser\special%3AHome=true +Browser\special%3AProjectHome=true +Browser\special%3AVolumes=true +Browser\style_xml=true +Docks=true +Docks\AdvancedDigitizingTools=false +Docks\AllButtons=true +Docks\BookmarksDockWidget=false +Docks\Browser=false +Docks\Browser2=false +Docks\CustomLayers=true +Docks\DevTools=true +Docks\DockWidget=true +Docks\GPSInformation=false +Docks\LayerOrder=false +Docks\LayerStyling=false +Docks\Layers=false +Docks\Layers2=false +Docks\MessageLog=false +Docks\Overview=false +Docks\ProcessingToolbox=true +Docks\QgsGeometryValidationDockBase=false +Docks\ResultsViewer=true +Docks\StatisticalSummaryDockWidget=false +Docks\Temporal%20Controller=true +Docks\VertexEditor=true +Docks\undo\redo%20dock=false +Menus=false +Menus\mDatabaseMenu=false +Menus\mDatabaseMenu\dbManager=true +Menus\mEditMenu=false +Menus\mEditMenu\mActionAddFeature=true +Menus\mEditMenu\mActionAddPart=true +Menus\mEditMenu\mActionAddRing=true +Menus\mEditMenu\mActionCircularStringCurvePoint=true +Menus\mEditMenu\mActionCircularStringRadius=true +Menus\mEditMenu\mActionCopyFeatures=true +Menus\mEditMenu\mActionCutFeatures=true +Menus\mEditMenu\mActionDeletePart=true +Menus\mEditMenu\mActionDeleteRing=true +Menus\mEditMenu\mActionDeleteSelected=true +Menus\mEditMenu\mActionFillRing=true +Menus\mEditMenu\mActionMergeFeatureAttributes=true +Menus\mEditMenu\mActionMergeFeatures=true +Menus\mEditMenu\mActionMoveFeature=true +Menus\mEditMenu\mActionMoveFeatureCopy=true +Menus\mEditMenu\mActionMultiEditAttributes=true +Menus\mEditMenu\mActionOffsetCurve=true +Menus\mEditMenu\mActionOffsetPointSymbol=true +Menus\mEditMenu\mActionPasteFeatures=true +Menus\mEditMenu\mActionRedo=true +Menus\mEditMenu\mActionReshapeFeatures=true +Menus\mEditMenu\mActionReverseLine=true +Menus\mEditMenu\mActionRotateFeature=true +Menus\mEditMenu\mActionRotatePointSymbols=true +Menus\mEditMenu\mActionSimplifyFeature=true +Menus\mEditMenu\mActionSplitFeatures=true +Menus\mEditMenu\mActionSplitParts=true +Menus\mEditMenu\mActionTrimExtendFeature=true +Menus\mEditMenu\mActionUndo=true +Menus\mEditMenu\mActionVertexTool=true +Menus\mEditMenu\mMenuAnnotation=true +Menus\mEditMenu\mMenuAnnotation\mActionFormAnnotation=true +Menus\mEditMenu\mMenuAnnotation\mActionHtmlAnnotation=true +Menus\mEditMenu\mMenuAnnotation\mActionSvgAnnotation=true +Menus\mEditMenu\mMenuAnnotation\mActionTextAnnotation=true +Menus\mEditMenu\mMenuCircle=true +Menus\mEditMenu\mMenuCircle\mActionCircle2Points=true +Menus\mEditMenu\mMenuCircle\mActionCircle2TangentsPoint=true +Menus\mEditMenu\mMenuCircle\mActionCircle3Points=true +Menus\mEditMenu\mMenuCircle\mActionCircle3Tangents=true +Menus\mEditMenu\mMenuCircle\mActionCircleCenterPoint=true +Menus\mEditMenu\mMenuEditAttributes=true +Menus\mEditMenu\mMenuEditAttributes\mActionMergeFeatureAttributes=true +Menus\mEditMenu\mMenuEditAttributes\mActionMultiEditAttributes=true +Menus\mEditMenu\mMenuEditGeometry=true +Menus\mEditMenu\mMenuEditGeometry\mActionAddPart=true +Menus\mEditMenu\mMenuEditGeometry\mActionAddRing=true +Menus\mEditMenu\mMenuEditGeometry\mActionDeletePart=true +Menus\mEditMenu\mMenuEditGeometry\mActionDeleteRing=true +Menus\mEditMenu\mMenuEditGeometry\mActionFillRing=true +Menus\mEditMenu\mMenuEditGeometry\mActionMergeFeatures=true +Menus\mEditMenu\mMenuEditGeometry\mActionMoveFeature=true +Menus\mEditMenu\mMenuEditGeometry\mActionMoveFeatureCopy=true +Menus\mEditMenu\mMenuEditGeometry\mActionOffsetCurve=true +Menus\mEditMenu\mMenuEditGeometry\mActionReshapeFeatures=true +Menus\mEditMenu\mMenuEditGeometry\mActionReverseLine=true +Menus\mEditMenu\mMenuEditGeometry\mActionRotateFeature=true +Menus\mEditMenu\mMenuEditGeometry\mActionScaleFeature=true +Menus\mEditMenu\mMenuEditGeometry\mActionSimplifyFeature=true +Menus\mEditMenu\mMenuEditGeometry\mActionSplitFeatures=true +Menus\mEditMenu\mMenuEditGeometry\mActionSplitParts=true +Menus\mEditMenu\mMenuEditGeometry\mActionTrimExtendFeature=true +Menus\mEditMenu\mMenuEditGeometry\mActionVertexTool=true +Menus\mEditMenu\mMenuEllipse=true +Menus\mEditMenu\mMenuEllipse\mActionEllipseCenter2Points=true +Menus\mEditMenu\mMenuEllipse\mActionEllipseCenterPoint=true +Menus\mEditMenu\mMenuEllipse\mActionEllipseExtent=true +Menus\mEditMenu\mMenuEllipse\mActionEllipseFoci=true +Menus\mEditMenu\mMenuPasteAs=true +Menus\mEditMenu\mMenuPasteAs\mActionPasteAsNewMemoryVector=true +Menus\mEditMenu\mMenuPasteAs\mActionPasteAsNewVector=true +Menus\mEditMenu\mMenuRectangle=true +Menus\mEditMenu\mMenuRectangle\mActionRectangle3PointsDistance=true +Menus\mEditMenu\mMenuRectangle\mActionRectangle3PointsProjected=true +Menus\mEditMenu\mMenuRectangle\mActionRectangleCenterPoint=true +Menus\mEditMenu\mMenuRectangle\mActionRectangleExtent=true +Menus\mEditMenu\mMenuRegularPolygon=true +Menus\mEditMenu\mMenuRegularPolygon\mActionRegularPolygon2Points=true +Menus\mEditMenu\mMenuRegularPolygon\mActionRegularPolygonCenterCorner=true +Menus\mEditMenu\mMenuRegularPolygon\mActionRegularPolygonCenterPoint=true +Menus\mEditMenu\mMenuSelect=true +Menus\mEditMenu\mMenuSelect\mActionDeselectActiveLayer=true +Menus\mEditMenu\mMenuSelect\mActionDeselectAll=true +Menus\mEditMenu\mMenuSelect\mActionInvertSelection=true +Menus\mEditMenu\mMenuSelect\mActionReselect=true +Menus\mEditMenu\mMenuSelect\mActionSelectAll=true +Menus\mEditMenu\mMenuSelect\mActionSelectByExpression=true +Menus\mEditMenu\mMenuSelect\mActionSelectByForm=true +Menus\mEditMenu\mMenuSelect\mActionSelectFeatures=true +Menus\mEditMenu\mMenuSelect\mActionSelectFreehand=true +Menus\mEditMenu\mMenuSelect\mActionSelectPolygon=true +Menus\mEditMenu\mMenuSelect\mActionSelectRadius=true +Menus\mEditMenu\menuSelect=true +Menus\mEditMenu\menuSelect\mActionDeselectAll=true +Menus\mEditMenu\menuSelect\mActionInvertSelection=true +Menus\mEditMenu\menuSelect\mActionSelectAll=true +Menus\mEditMenu\menuSelect\mActionSelectByExpression=true +Menus\mEditMenu\menuSelect\mActionSelectByForm=true +Menus\mEditMenu\menuSelect\mActionSelectFeatures=true +Menus\mEditMenu\menuSelect\mActionSelectFreehand=true +Menus\mEditMenu\menuSelect\mActionSelectPolygon=true +Menus\mEditMenu\menuSelect\mActionSelectRadius=true +Menus\mHelpMenu=false +Menus\mHelpMenu\mActionAbout=true +Menus\mHelpMenu\mActionCheckQgisVersion=true +Menus\mHelpMenu\mActionDonate=true +Menus\mHelpMenu\mActionGetInvolved=true +Menus\mHelpMenu\mActionHelpAPI=true +Menus\mHelpMenu\mActionHelpContents=true +Menus\mHelpMenu\mActionHelpPyQgisAPI=true +Menus\mHelpMenu\mActionNeedSupport=true +Menus\mHelpMenu\mActionQgisHomePage=true +Menus\mHelpMenu\mActionReportaBug=true +Menus\mHelpMenu\mActionSponsors=true +Menus\mHelpMenu\mMenuPluginHelp=true +Menus\mLayerMenu=false +Menus\mLayerMenu\AllEditsMenu=true +Menus\mLayerMenu\AllEditsMenu\mActionCancelAllEdits=true +Menus\mLayerMenu\AllEditsMenu\mActionCancelEdits=true +Menus\mLayerMenu\AllEditsMenu\mActionRollbackAllEdits=true +Menus\mLayerMenu\AllEditsMenu\mActionRollbackEdits=true +Menus\mLayerMenu\AllEditsMenu\mActionSaveAllEdits=true +Menus\mLayerMenu\AllEditsMenu\mActionSaveEdits=true +Menus\mLayerMenu\mActionAddAllToOverview=true +Menus\mLayerMenu\mActionAddLayerDefinition=true +Menus\mLayerMenu\mActionAddToOverview=true +Menus\mLayerMenu\mActionCopyLayer=true +Menus\mLayerMenu\mActionCopyStyle=true +Menus\mLayerMenu\mActionDataSourceManager=true +Menus\mLayerMenu\mActionDuplicateLayer=true +Menus\mLayerMenu\mActionEmbedLayers=true +Menus\mLayerMenu\mActionLabeling=true +Menus\mLayerMenu\mActionLayerProperties=true +Menus\mLayerMenu\mActionLayerSaveAs=true +Menus\mLayerMenu\mActionLayerSubsetString=true +Menus\mLayerMenu\mActionOpenTable=true +Menus\mLayerMenu\mActionPasteLayer=true +Menus\mLayerMenu\mActionPasteStyle=true +Menus\mLayerMenu\mActionRemoveAllFromOverview=true +Menus\mLayerMenu\mActionRemoveLayer=true +Menus\mLayerMenu\mActionSaveLayerDefinition=true +Menus\mLayerMenu\mActionSaveLayerEdits=true +Menus\mLayerMenu\mActionSetLayerCRS=true +Menus\mLayerMenu\mActionSetLayerScaleVisibility=true +Menus\mLayerMenu\mActionSetProjectCRSFromLayer=true +Menus\mLayerMenu\mActionShowGeoreferencer=true +Menus\mLayerMenu\mActionToggleEditing=true +Menus\mLayerMenu\mAddLayerMenu=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddAfsLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddAmsLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddDb2Layer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddDelimitedText=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddGpsLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddHanaLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddLayerSeparator=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddMeshLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddMssqlLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddOgrLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddOracleLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddPgLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddPointCloudLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddRasterLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddSpatiaLiteLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddVectorTileLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddVirtualLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddWcsLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddWfsLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddWmsLayer=true +Menus\mLayerMenu\mAddLayerMenu\mActionAddXyzLayer=true +Menus\mLayerMenu\mMenuFilterTable=true +Menus\mLayerMenu\mMenuFilterTable\mActionOpenTableEdited=true +Menus\mLayerMenu\mMenuFilterTable\mActionOpenTableSelected=true +Menus\mLayerMenu\mMenuFilterTable\mActionOpenTableVisible=true +Menus\mLayerMenu\mNewLayerMenu=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewGeoPackageLayer=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewGpxLayer=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewMemoryLayer=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewMeshLayer=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewSpatiaLiteLayer=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewVectorLayer=true +Menus\mLayerMenu\mNewLayerMenu\mActionNewVirtualLayer=true +Menus\mMeshMenu=false +Menus\mMeshMenu\mActionShowMeshCalculator=true +Menus\mPluginMenu=true +Menus\mPluginMenu\GpsMops=false +Menus\mPluginMenu\PluginReloader=true +Menus\mPluginMenu\mActionManagePlugins=true +Menus\mPluginMenu\mActionShowPythonDialog=true +Menus\mProjectMenu=false +Menus\mProjectMenu\mActionCloseProject=true +Menus\mProjectMenu\mActionExit=true +Menus\mProjectMenu\mActionNewPrintLayout=false +Menus\mProjectMenu\mActionNewProject=true +Menus\mProjectMenu\mActionNewReport=true +Menus\mProjectMenu\mActionOpenProject=true +Menus\mProjectMenu\mActionProjectProperties=true +Menus\mProjectMenu\mActionRevertProject=true +Menus\mProjectMenu\mActionSaveProject=true +Menus\mProjectMenu\mActionSaveProjectAs=true +Menus\mProjectMenu\mActionShowLayoutManager=true +Menus\mProjectMenu\mActionSnappingOptions=true +Menus\mProjectMenu\mLayoutsMenu=true +Menus\mProjectMenu\mProjectFromStorageMenu=true +Menus\mProjectMenu\mProjectFromTemplateMenu=true +Menus\mProjectMenu\mProjectToStorageMenu=true +Menus\mProjectMenu\mRecentProjectsMenu=true +Menus\mProjectMenu\menuImport_Export=true +Menus\mProjectMenu\menuImport_Export\mActionDwgImport=true +Menus\mProjectMenu\menuImport_Export\mActionDxfExport=true +Menus\mProjectMenu\menuImport_Export\mActionSaveMapAsImage=true +Menus\mProjectMenu\menuImport_Export\mActionSaveMapAsPdf=true +Menus\mRasterMenu=false +Menus\mRasterMenu\mActionShowAlignRasterTool=true +Menus\mRasterMenu\mActionShowGeoreferencer=true +Menus\mRasterMenu\mActionShowRasterCalculator=true +Menus\mSettingsMenu=true +Menus\mSettingsMenu\mActionConfigureShortcuts=false +Menus\mSettingsMenu\mActionCustomProjection=false +Menus\mSettingsMenu\mActionCustomization=true +Menus\mSettingsMenu\mActionOptions=true +Menus\mSettingsMenu\mActionStyleManager=false +Menus\mSettingsMenu\mUserProfileMenu=true +Menus\mSettingsMenu\mUserProfileMenu\mActionNewProfile=false +Menus\mSettingsMenu\mUserProfileMenu\mActionOpenActiveProfileFolder=true +Menus\mSettingsMenu\mUserProfileMenu\mActionProfile_MoFa4Q=true +Menus\mSettingsMenu\mUserProfileMenu\mActionProfile_default=true +Menus\mVectorMenu=false +Menus\mViewMenu=false +Menus\mViewMenu\m3DMapViewsMenu=true +Menus\mViewMenu\m3DMapViewsMenu\mActionManage3DMapViews=true +Menus\mViewMenu\m3DMapViewsMenu\mActionNew3DMapCanvas=true +Menus\mViewMenu\mActionDraw=true +Menus\mViewMenu\mActionElevationProfile=true +Menus\mViewMenu\mActionHideAllLayers=true +Menus\mViewMenu\mActionHideDeselectedLayers=true +Menus\mViewMenu\mActionHideSelectedLayers=true +Menus\mViewMenu\mActionIdentify=true +Menus\mViewMenu\mActionMapTips=true +Menus\mViewMenu\mActionNew3DMapCanvas=true +Menus\mViewMenu\mActionNewBookmark=true +Menus\mViewMenu\mActionNewMapCanvas=true +Menus\mViewMenu\mActionPan=true +Menus\mViewMenu\mActionPanToSelected=true +Menus\mViewMenu\mActionShowAllLayers=true +Menus\mViewMenu\mActionShowBookmarkManager=true +Menus\mViewMenu\mActionShowBookmarks=true +Menus\mViewMenu\mActionShowSelectedLayers=true +Menus\mViewMenu\mActionStatisticalSummary=true +Menus\mViewMenu\mActionToggleFullScreen=true +Menus\mViewMenu\mActionToggleMapOnly=true +Menus\mViewMenu\mActionTogglePanelsVisibility=true +Menus\mViewMenu\mActionZoomActualSize=true +Menus\mViewMenu\mActionZoomFullExtent=true +Menus\mViewMenu\mActionZoomIn=true +Menus\mViewMenu\mActionZoomLast=true +Menus\mViewMenu\mActionZoomNext=true +Menus\mViewMenu\mActionZoomOut=true +Menus\mViewMenu\mActionZoomToLayer=true +Menus\mViewMenu\mActionZoomToLayers=true +Menus\mViewMenu\mActionZoomToSelected=true +Menus\mViewMenu\mMenuDecorations=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationCopyright=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationGrid=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationImage=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationLayoutExtent=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationNorthArrow=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationScaleBar=true +Menus\mViewMenu\mMenuDecorations\mActionDecorationTitle=true +Menus\mViewMenu\mMenuLayerVisibility=true +Menus\mViewMenu\mMenuLayerVisibility\mActionHideAllLayers=true +Menus\mViewMenu\mMenuLayerVisibility\mActionHideDeselectedLayers=true +Menus\mViewMenu\mMenuLayerVisibility\mActionHideSelectedLayers=true +Menus\mViewMenu\mMenuLayerVisibility\mActionShowAllLayers=true +Menus\mViewMenu\mMenuLayerVisibility\mActionShowSelectedLayers=true +Menus\mViewMenu\mMenuLayerVisibility\mActionToggleSelectedLayers=true +Menus\mViewMenu\mMenuLayerVisibility\mActionToggleSelectedLayersIndependently=true +Menus\mViewMenu\mMenuMeasure=true +Menus\mViewMenu\mMenuMeasure\mActionMeasure=true +Menus\mViewMenu\mMenuMeasure\mActionMeasureAngle=true +Menus\mViewMenu\mMenuMeasure\mActionMeasureArea=true +Menus\mViewMenu\mMenuMeasure\mActionMeasureBearing=true +Menus\mViewMenu\mMenuPreviewMode=true +Menus\mViewMenu\mMenuPreviewMode\mActionPreviewDeuteranope=true +Menus\mViewMenu\mMenuPreviewMode\mActionPreviewModeGrayscale=true +Menus\mViewMenu\mMenuPreviewMode\mActionPreviewModeMono=true +Menus\mViewMenu\mMenuPreviewMode\mActionPreviewModeOff=true +Menus\mViewMenu\mMenuPreviewMode\mActionPreviewProtanope=true +Menus\mViewMenu\mMenuPreviewMode\mActionPreviewTritanope=true +Menus\mViewMenu\mPanelMenu=true +Menus\mViewMenu\mToolbarMenu=true +Menus\mViewMenu\mToolbarMenu\mActionToggleAdvancedDigitizeToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleAnnotationsToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleAttributesToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleDataSourceManagerToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleDatabaseToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleDigitizeToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleFileToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleHelpToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleLabelToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleLayerToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleMapNavToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleMeshToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionTogglePluginToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleRasterToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleSelectionToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleShapeDigitizeToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleSnappingToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleVectorToolBar=true +Menus\mViewMenu\mToolbarMenu\mActionToggleWebToolBar=true +Menus\mViewMenu\menuDecorations=true +Menus\mViewMenu\menuDecorations\mActionDecorationCopyright=true +Menus\mViewMenu\menuDecorations\mActionDecorationGrid=true +Menus\mViewMenu\menuDecorations\mActionDecorationLayoutExtent=true +Menus\mViewMenu\menuDecorations\mActionDecorationNorthArrow=true +Menus\mViewMenu\menuDecorations\mActionDecorationScaleBar=true +Menus\mViewMenu\menuDecorations\mActionDecorationTitle=true +Menus\mViewMenu\menuMeasure=true +Menus\mViewMenu\menuMeasure\mActionMeasure=true +Menus\mViewMenu\menuMeasure\mActionMeasureAngle=true +Menus\mViewMenu\menuMeasure\mActionMeasureArea=true +Menus\mWebMenu=false +Menus\mWebMenu\MetaSearch=true +Menus\processing=false +Menus\processing\editInPlaceFeatures=true +Menus\processing\historyAction=true +Menus\processing\modelerAction=true +Menus\processing\resultsViewer=true +Menus\processing\toolboxAction=true +StatusBar=true +StatusBar\LocatorWidget=true +StatusBar\mCoordsEdit=true +StatusBar\mMagnifierWidget=true +StatusBar\mMessageLogViewerButton=true +StatusBar\mOntheFlyProjectionStatusButton=true +StatusBar\mProgressBar=true +StatusBar\mRenderSuppressionCBox=true +StatusBar\mRotationEdit=true +StatusBar\mRotationLabel=true +StatusBar\mScaleWidget=true +Toolbars=false +Toolbars\mAdvancedDigitizeToolBar=false +Toolbars\mAdvancedDigitizeToolBar\ActionMoveFeatureTool=true +Toolbars\mAdvancedDigitizeToolBar\ActionMoveFeatureTool\mActionMoveFeature=true +Toolbars\mAdvancedDigitizeToolBar\ActionMoveFeatureTool\mActionMoveFeatureCopy=true +Toolbars\mAdvancedDigitizeToolBar\ActionPointSymbolTools=true +Toolbars\mAdvancedDigitizeToolBar\ActionPointSymbolTools\mActionOffsetPointSymbol=true +Toolbars\mAdvancedDigitizeToolBar\ActionPointSymbolTools\mActionRotatePointSymbols=true +Toolbars\mAdvancedDigitizeToolBar\mActionAddPart=true +Toolbars\mAdvancedDigitizeToolBar\mActionAddRing=true +Toolbars\mAdvancedDigitizeToolBar\mActionDeletePart=true +Toolbars\mAdvancedDigitizeToolBar\mActionDeleteRing=true +Toolbars\mAdvancedDigitizeToolBar\mActionFillRing=true +Toolbars\mAdvancedDigitizeToolBar\mActionMergeFeatureAttributes=true +Toolbars\mAdvancedDigitizeToolBar\mActionMergeFeatures=true +Toolbars\mAdvancedDigitizeToolBar\mActionOffsetCurve=true +Toolbars\mAdvancedDigitizeToolBar\mActionReshapeFeatures=true +Toolbars\mAdvancedDigitizeToolBar\mActionReverseLine=true +Toolbars\mAdvancedDigitizeToolBar\mActionRotateFeature=true +Toolbars\mAdvancedDigitizeToolBar\mActionScaleFeature=true +Toolbars\mAdvancedDigitizeToolBar\mActionSimplifyFeature=true +Toolbars\mAdvancedDigitizeToolBar\mActionSplitFeatures=true +Toolbars\mAdvancedDigitizeToolBar\mActionSplitParts=true +Toolbars\mAdvancedDigitizeToolBar\mActionTrimExtendFeature=true +Toolbars\mAdvancedDigitizeToolBar\mEnableAction=true +Toolbars\mAnnotationsToolBar=true +Toolbars\mAnnotationsToolBar\ActionAnnotation=false +Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionAnnotation=false +Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionFormAnnotation=false +Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionHtmlAnnotation=false +Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionSvgAnnotation=false +Toolbars\mAnnotationsToolBar\ActionAnnotation\mActionTextAnnotation=false +Toolbars\mAnnotationsToolBar\mActionModifyAnnotation=false +Toolbars\mAttributesToolBar=false +Toolbars\mAttributesToolBar\ActionAnnotation=false +Toolbars\mAttributesToolBar\ActionFeatureAction=false +Toolbars\mAttributesToolBar\ActionFeatureAction\mActionFeatureAction=true +Toolbars\mAttributesToolBar\ActionMeasure=false +Toolbars\mAttributesToolBar\ActionMeasure\mActionMeasure=true +Toolbars\mAttributesToolBar\ActionMeasure\mActionMeasureAngle=true +Toolbars\mAttributesToolBar\ActionMeasure\mActionMeasureArea=true +Toolbars\mAttributesToolBar\ActionMeasure\mActionMeasureBearing=true +Toolbars\mAttributesToolBar\ActionOpenTable=true +Toolbars\mAttributesToolBar\ActionOpenTable\mActionOpenTable=true +Toolbars\mAttributesToolBar\ActionOpenTable\mActionOpenTableEdited=true +Toolbars\mAttributesToolBar\ActionOpenTable\mActionOpenTableSelected=true +Toolbars\mAttributesToolBar\ActionOpenTable\mActionOpenTableVisible=true +Toolbars\mAttributesToolBar\ActionSelect=false +Toolbars\mAttributesToolBar\ActionSelection=false +Toolbars\mAttributesToolBar\mActionDeselectAll=false +Toolbars\mAttributesToolBar\mActionIdentify=true +Toolbars\mAttributesToolBar\mActionMapTips=false +Toolbars\mAttributesToolBar\mActionOpenFieldCalc=false +Toolbars\mAttributesToolBar\mActionOpenTable=false +Toolbars\mAttributesToolBar\mActionStatisticalSummary=false +Toolbars\mAttributesToolBar\toolboxAction=false +Toolbars\mDataSourceManagerToolBar=false +Toolbars\mDataSourceManagerToolBar\mActionDataSourceManager=false +Toolbars\mDataSourceManagerToolBar\mActionNewGeoPackageLayer=false +Toolbars\mDataSourceManagerToolBar\mActionNewMemoryLayer=false +Toolbars\mDataSourceManagerToolBar\mActionNewMeshLayer=true +Toolbars\mDataSourceManagerToolBar\mActionNewSpatiaLiteLayer=false +Toolbars\mDataSourceManagerToolBar\mActionNewVectorLayer=false +Toolbars\mDataSourceManagerToolBar\mActionNewVirtualLayer=false +Toolbars\mDatabaseToolBar=false +Toolbars\mDatabaseToolBar\dbManager=true +Toolbars\mDigitizeToolBar=false +Toolbars\mDigitizeToolBar\ActionVertexTool=true +Toolbars\mDigitizeToolBar\ActionVertexTool\mActionVertexTool=true +Toolbars\mDigitizeToolBar\ActionVertexTool\mActionVertexToolActiveLayer=true +Toolbars\mDigitizeToolBar\AllEditsMenu=true +Toolbars\mDigitizeToolBar\AllEditsMenu\mActionCancelAllEdits=true +Toolbars\mDigitizeToolBar\AllEditsMenu\mActionCancelEdits=true +Toolbars\mDigitizeToolBar\AllEditsMenu\mActionRollbackAllEdits=true +Toolbars\mDigitizeToolBar\AllEditsMenu\mActionRollbackEdits=true +Toolbars\mDigitizeToolBar\AllEditsMenu\mActionSaveAllEdits=true +Toolbars\mDigitizeToolBar\AllEditsMenu\mActionSaveEdits=true +Toolbars\mDigitizeToolBar\mActionAddFeature=true +Toolbars\mDigitizeToolBar\mActionCopyFeatures=true +Toolbars\mDigitizeToolBar\mActionCutFeatures=true +Toolbars\mDigitizeToolBar\mActionDeleteSelected=true +Toolbars\mDigitizeToolBar\mActionMultiEditAttributes=true +Toolbars\mDigitizeToolBar\mActionPasteFeatures=true +Toolbars\mDigitizeToolBar\mActionRedo=true +Toolbars\mDigitizeToolBar\mActionSaveLayerEdits=true +Toolbars\mDigitizeToolBar\mActionToggleEditing=false +Toolbars\mDigitizeToolBar\mActionUndo=true +Toolbars\mDigitizeToolBar\mActionVertexTool=true +Toolbars\mFileToolBar=false +Toolbars\mFileToolBar\mActionNewPrintLayout=false +Toolbars\mFileToolBar\mActionNewProject=false +Toolbars\mFileToolBar\mActionOpenProject=false +Toolbars\mFileToolBar\mActionSaveProject=false +Toolbars\mFileToolBar\mActionShowLayoutManager=true +Toolbars\mFileToolBar\mActionStyleManager=false +Toolbars\mGpsToolBar=false +Toolbars\mHelpToolBar=false +Toolbars\mHelpToolBar\mActionHelpContents=false +Toolbars\mLabelToolBar=false +Toolbars\mLabelToolBar\mActionChangeLabelProperties=false +Toolbars\mLabelToolBar\mActionDiagramProperties=false +Toolbars\mLabelToolBar\mActionLabeling=false +Toolbars\mLabelToolBar\mActionMoveLabel=false +Toolbars\mLabelToolBar\mActionPinLabels=false +Toolbars\mLabelToolBar\mActionRotateLabel=false +Toolbars\mLabelToolBar\mActionShowHideLabels=false +Toolbars\mLabelToolBar\mActionShowPinnedLabels=false +Toolbars\mLabelToolBar\mActionShowUnplacedLabels=true +Toolbars\mLayerToolBar=false +Toolbars\mLayerToolBar\ActionAddDbLayer=true +Toolbars\mLayerToolBar\ActionAddDbLayer\mActionAddHanaLayer=true +Toolbars\mLayerToolBar\ActionAddDbLayer\mActionAddMssqlLayer=true +Toolbars\mLayerToolBar\ActionAddDbLayer\mActionAddOracleLayer=true +Toolbars\mLayerToolBar\ActionAddDbLayer\mActionAddPgLayer=true +Toolbars\mLayerToolBar\ActionFeatureService=true +Toolbars\mLayerToolBar\ActionMapService=true +Toolbars\mLayerToolBar\ActionNewLayer=true +Toolbars\mLayerToolBar\ActionNewLayer\mActionNewGeoPackageLayer=true +Toolbars\mLayerToolBar\ActionNewLayer\mActionNewMemoryLayer=true +Toolbars\mLayerToolBar\ActionNewLayer\mActionNewSpatiaLiteLayer=true +Toolbars\mLayerToolBar\ActionNewLayer\mActionNewVectorLayer=true +Toolbars\mLayerToolBar\mActionAddDelimitedText=true +Toolbars\mLayerToolBar\mActionAddMeshLayer=true +Toolbars\mLayerToolBar\mActionAddOgrLayer=true +Toolbars\mLayerToolBar\mActionAddRasterLayer=true +Toolbars\mLayerToolBar\mActionAddSpatiaLiteLayer=true +Toolbars\mLayerToolBar\mActionAddVirtualLayer=true +Toolbars\mLayerToolBar\mActionAddWcsLayer=true +Toolbars\mLayerToolBar\mActionAddWfsLayer=true +Toolbars\mLayerToolBar\mActionAddWmsLayer=true +Toolbars\mMapNavToolBar=false +Toolbars\mMapNavToolBar\mActionDraw=true +Toolbars\mMapNavToolBar\mActionNew3DMapCanvas=true +Toolbars\mMapNavToolBar\mActionNewBookmark=false +Toolbars\mMapNavToolBar\mActionNewMapCanvas=false +Toolbars\mMapNavToolBar\mActionPan=false +Toolbars\mMapNavToolBar\mActionPanToSelected=false +Toolbars\mMapNavToolBar\mActionShowBookmarks=false +Toolbars\mMapNavToolBar\mActionTemporalController=true +Toolbars\mMapNavToolBar\mActionZoomActualSize=false +Toolbars\mMapNavToolBar\mActionZoomFullExtent=true +Toolbars\mMapNavToolBar\mActionZoomIn=true +Toolbars\mMapNavToolBar\mActionZoomLast=false +Toolbars\mMapNavToolBar\mActionZoomNext=false +Toolbars\mMapNavToolBar\mActionZoomOut=true +Toolbars\mMapNavToolBar\mActionZoomToLayer=true +Toolbars\mMapNavToolBar\mActionZoomToLayers=true +Toolbars\mMapNavToolBar\mActionZoomToSelected=false +Toolbars\mMeshToolBar=false +Toolbars\mPluginToolBar=false +Toolbars\mPluginToolBar\mActionShowPythonDialog=false +Toolbars\mRasterToolBar=false +Toolbars\mRasterToolBar\mActionDecreaseBrightness=true +Toolbars\mRasterToolBar\mActionDecreaseContrast=true +Toolbars\mRasterToolBar\mActionDecreaseGamma=true +Toolbars\mRasterToolBar\mActionFullCumulativeCutStretch=true +Toolbars\mRasterToolBar\mActionFullHistogramStretch=true +Toolbars\mRasterToolBar\mActionIncreaseBrightness=true +Toolbars\mRasterToolBar\mActionIncreaseContrast=true +Toolbars\mRasterToolBar\mActionIncreaseGamma=true +Toolbars\mRasterToolBar\mActionLocalCumulativeCutStretch=true +Toolbars\mRasterToolBar\mActionLocalHistogramStretch=true +Toolbars\mSelectionToolBar=false +Toolbars\mSelectionToolBar\ActionDeselection=true +Toolbars\mSelectionToolBar\ActionDeselection\mActionDeselectActiveLayer=true +Toolbars\mSelectionToolBar\ActionDeselection\mActionDeselectAll=true +Toolbars\mSelectionToolBar\ActionSelect=true +Toolbars\mSelectionToolBar\ActionSelect\mActionSelectFeatures=true +Toolbars\mSelectionToolBar\ActionSelect\mActionSelectFreehand=true +Toolbars\mSelectionToolBar\ActionSelect\mActionSelectPolygon=true +Toolbars\mSelectionToolBar\ActionSelect\mActionSelectRadius=true +Toolbars\mSelectionToolBar\ActionSelection=true +Toolbars\mSelectionToolBar\ActionSelection\mActionInvertSelection=true +Toolbars\mSelectionToolBar\ActionSelection\mActionSelectAll=true +Toolbars\mSelectionToolBar\ActionSelection\mActionSelectByExpression=true +Toolbars\mSelectionToolBar\ActionSelection\mActionSelectByForm=true +Toolbars\mSelectionToolBar\mProcessingAlg_native%3Aselectbylocation=true +Toolbars\mShapeDigitizeToolBar=false +Toolbars\mShapeDigitizeToolBar\ActionAddCircle=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircle\mActionCircle2Points=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircle\mActionCircle2TangentsPoint=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircle\mActionCircle3Points=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircle\mActionCircle3Tangents=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircle\mActionCircleCenterPoint=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircularString=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircularString\mActionCircularStringCurvePoint=true +Toolbars\mShapeDigitizeToolBar\ActionAddCircularString\mActionCircularStringRadius=true +Toolbars\mShapeDigitizeToolBar\ActionAddEllipse=true +Toolbars\mShapeDigitizeToolBar\ActionAddEllipse\mActionEllipseCenter2Points=true +Toolbars\mShapeDigitizeToolBar\ActionAddEllipse\mActionEllipseCenterPoint=true +Toolbars\mShapeDigitizeToolBar\ActionAddEllipse\mActionEllipseExtent=true +Toolbars\mShapeDigitizeToolBar\ActionAddEllipse\mActionEllipseFoci=true +Toolbars\mShapeDigitizeToolBar\ActionAddRectangle=true +Toolbars\mShapeDigitizeToolBar\ActionAddRectangle\mActionRectangle3PointsDistance=true +Toolbars\mShapeDigitizeToolBar\ActionAddRectangle\mActionRectangle3PointsProjected=true +Toolbars\mShapeDigitizeToolBar\ActionAddRectangle\mActionRectangleCenterPoint=true +Toolbars\mShapeDigitizeToolBar\ActionAddRectangle\mActionRectangleExtent=true +Toolbars\mShapeDigitizeToolBar\ActionAddRegularPolygon=true +Toolbars\mShapeDigitizeToolBar\ActionAddRegularPolygon\mActionRegularPolygon2Points=true +Toolbars\mShapeDigitizeToolBar\ActionAddRegularPolygon\mActionRegularPolygonCenterCorner=true +Toolbars\mShapeDigitizeToolBar\ActionAddRegularPolygon\mActionRegularPolygonCenterPoint=true +Toolbars\mSnappingToolBar=false +Toolbars\mSnappingToolBar\EnableSnappingAction=true +Toolbars\mSnappingToolBar\IntersectionSnappingAction=true +Toolbars\mSnappingToolBar\SelfSnappingAction=true +Toolbars\mSnappingToolBar\TopologicalEditingAction=true +Toolbars\mVectorToolBar=false +Toolbars\mWebToolBar=false +Widgets=true +Widgets\MainWindow=true +Widgets\MainWindow\centralwidget=true +Widgets\QgsAbout=true +Widgets\QgsAbout\buttonBox=true +Widgets\QgsAbout\tabWidget=true +Widgets\QgsAbout\tabWidget\TabPage=true +Widgets\QgsAbout\tabWidget\TabPage\txtProviders=true +Widgets\QgsAbout\tabWidget\TabPage\txtProviders\qt_scrollarea_hcontainer=true +Widgets\QgsAbout\tabWidget\TabPage\txtProviders\qt_scrollarea_vcontainer=true +Widgets\QgsAbout\tabWidget\TabPage\txtProviders\qt_scrollarea_viewport=true +Widgets\QgsAbout\tabWidget\Widget2=true +Widgets\QgsAbout\tabWidget\Widget2\TextLabel4=true +Widgets\QgsAbout\tabWidget\Widget2\btnQgisHome=true +Widgets\QgsAbout\tabWidget\Widget2\btnQgisUser=true +Widgets\QgsAbout\tabWidget\Widget2\label=true +Widgets\QgsAbout\tabWidget\Widget2\label_2=true +Widgets\QgsAbout\tabWidget\Widget2\qgisIcon=true +Widgets\QgsAbout\tabWidget\Widget3=true +Widgets\QgsAbout\tabWidget\Widget3\txtWhatsNew=true +Widgets\QgsAbout\tabWidget\Widget3\txtWhatsNew\qt_scrollarea_hcontainer=true +Widgets\QgsAbout\tabWidget\Widget3\txtWhatsNew\qt_scrollarea_vcontainer=true +Widgets\QgsAbout\tabWidget\Widget3\txtWhatsNew\qt_scrollarea_viewport=true +Widgets\QgsAbout\tabWidget\tab=true +Widgets\QgsAbout\tabWidget\tab\label_3=true +Widgets\QgsAbout\tabWidget\tab\label_4=true +Widgets\QgsAbout\tabWidget\tab_3=true +Widgets\QgsAbout\tabWidget\tab_4=true +Widgets\QgsAbout\tabWidget\tab_4\txtDonors=true +Widgets\QgsAbout\tabWidget\tab_4\txtDonors\qt_scrollarea_hcontainer=true +Widgets\QgsAbout\tabWidget\tab_4\txtDonors\qt_scrollarea_vcontainer=true +Widgets\QgsAbout\tabWidget\tab_4\txtDonors\qt_scrollarea_viewport=true +Widgets\QgsAbout\tabWidget\tab_5=true +Widgets\QgsAddAttrDialogBase=true +Widgets\QgsAddAttrDialogBase\buttonBox=true +Widgets\QgsAddAttrDialogBase\mCommentEdit=true +Widgets\QgsAddAttrDialogBase\mLength=true +Widgets\QgsAddAttrDialogBase\mLength\qt_spinbox_lineedit=true +Widgets\QgsAddAttrDialogBase\mNameEdit=true +Widgets\QgsAddAttrDialogBase\mPrec=true +Widgets\QgsAddAttrDialogBase\mPrec\qt_spinbox_lineedit=true +Widgets\QgsAddAttrDialogBase\mTypeBox=true +Widgets\QgsAddAttrDialogBase\mTypeName=true +Widgets\QgsAddAttrDialogBase\textLabel1=true +Widgets\QgsAddAttrDialogBase\textLabel1_2=true +Widgets\QgsAddAttrDialogBase\textLabel2=true +Widgets\QgsAddAttrDialogBase\textLabel2_2=true +Widgets\QgsAddAttrDialogBase\textLabel2_3=true +Widgets\QgsAddJoinDialogBase=true +Widgets\QgsAddJoinDialogBase\buttonBox=true +Widgets\QgsAddJoinDialogBase\mCacheInMemoryCheckBox=true +Widgets\QgsAddJoinDialogBase\mCreateIndexCheckBox=true +Widgets\QgsAddJoinDialogBase\mJoinFieldComboBox=true +Widgets\QgsAddJoinDialogBase\mJoinFieldLabel=true +Widgets\QgsAddJoinDialogBase\mJoinLayerComboBox=true +Widgets\QgsAddJoinDialogBase\mJoinLayerLabel=true +Widgets\QgsAddJoinDialogBase\mTargetFieldComboBox=true +Widgets\QgsAddJoinDialogBase\mTargetFieldLabel=true +Widgets\QgsAddTabOrGroupBase=true +Widgets\QgsAddTabOrGroupBase\buttonBox=true +Widgets\QgsAddTabOrGroupBase\label=true +Widgets\QgsAddTabOrGroupBase\label_2=true +Widgets\QgsAddTabOrGroupBase\mGroupButton=true +Widgets\QgsAddTabOrGroupBase\mName=true +Widgets\QgsAddTabOrGroupBase\mTabButton=true +Widgets\QgsAddTabOrGroupBase\mTabList=true +Widgets\QgsAnnotationWidgetBase=true +Widgets\QgsAnnotationWidgetBase\mBackgroundColorLabel=true +Widgets\QgsAnnotationWidgetBase\mFrameColorLabel=true +Widgets\QgsAnnotationWidgetBase\mFrameWidthLabel=true +Widgets\QgsAnnotationWidgetBase\mMapMarkerButton=true +Widgets\QgsAnnotationWidgetBase\mMapMarkerLabel=true +Widgets\QgsAnnotationWidgetBase\mMapPositionFixedCheckBox=true +Widgets\QgsAtlasCompositionWidgetBase=true +Widgets\QgsAttributeActionDialogBase=true +Widgets\QgsAttributeLoadValues=true +Widgets\QgsAttributeLoadValues\buttonBox=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\keyComboBox=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\keyLabel=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\layerComboBox=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\layerLabel=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\previewButton=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\valueComboBox=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\valueLabel=true +Widgets\QgsAttributeLoadValues\gridLayoutWidget\valueTableLabel=true +Widgets\QgsAttributeSelectionDialogBase=true +Widgets\QgsAttributeSelectionDialogBase\buttonBox=true +Widgets\QgsAttributeSelectionDialogBase\mClearButton=true +Widgets\QgsAttributeSelectionDialogBase\mSelectAllButton=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mAddPushButton=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mDownPushButton=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mOrderComboBox=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mRemovePushButton=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mSortColumnComboBox=true +Widgets\QgsAttributeSelectionDialogBase\mSortingGroupBox\mUpPushButton=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mAliasLabel=true +Widgets\QgsAttributeSelectionDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mAttributeLabel=true +Widgets\QgsAttributeTypeDialog=true +Widgets\QgsAttributeTypeDialog\buttonBox=true +Widgets\QgsAttributeTypeDialog\isFieldEditableCheckBox=true +Widgets\QgsAttributeTypeDialog\labelOnTopCheckBox=true +Widgets\QgsAttributeTypeDialog\stackedWidget=true +Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage\label_10=true +Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage\label_11=true +Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage\label_4=true +Widgets\QgsAttributeTypeDialog\stackedWidget\calendarPage\leDateFormat=true +Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage\label_2=true +Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage\label_3=true +Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage\leCheckedState=true +Widgets\QgsAttributeTypeDialog\stackedWidget\checkBoxPage\leUncheckedState=true +Widgets\QgsAttributeTypeDialog\stackedWidget\classificationPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\classificationPage\classificationLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\colorPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\colorPage\label_15=true +Widgets\QgsAttributeTypeDialog\stackedWidget\enumerationPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\enumerationPage\enumerationLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\enumerationPage\enumerationWarningLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\fileNamePage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\fileNamePage\fileNameLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\hiddenPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\hiddenPage\hiddenLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\immutablePage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\immutablePage\immutableLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\lineEditPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\lineEditPage\lineEditLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\label_12=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\label_13=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\pictureOrUrlLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\sbWidgetHeight=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\sbWidgetHeight\qt_spinbox_lineedit=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\sbWidgetWidth=true +Widgets\QgsAttributeTypeDialog\stackedWidget\pictureOrUrlPage\sbWidgetWidth\qt_spinbox_lineedit=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\maximumLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\minimumLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\doublePage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\maximumSpinBox=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\maximumSpinBox\qt_spinbox_lineedit=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\minimumSpinBox=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\minimumSpinBox\qt_spinbox_lineedit=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\stepSpinBox=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeStackedWidget\intPage\stepSpinBox\qt_spinbox_lineedit=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\rangeWidget=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\stepLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\rangePage\valuesLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\textEditPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\textEditPage\hiddenLabel_3=true +Widgets\QgsAttributeTypeDialog\stackedWidget\uniqueValuesPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\uniqueValuesPage\editableUniqueValues=true +Widgets\QgsAttributeTypeDialog\stackedWidget\uniqueValuesPage\label=true +Widgets\QgsAttributeTypeDialog\stackedWidget\uuidGenPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\uuidGenPage\label_9=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage\loadFromCSVButton=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage\loadFromLayerButton=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage\removeSelectedButton=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueMapPage\valueMapLabel=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_19=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_5=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_6=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_7=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\label_8=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationAllowMulti=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationAllowNull=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationFilterExpression=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationFilterExpression\qt_scrollarea_hcontainer=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationFilterExpression\qt_scrollarea_vcontainer=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationFilterExpression\qt_scrollarea_viewport=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationKeyColumn=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationLayer=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationOrderByValue=true +Widgets\QgsAttributeTypeDialog\stackedWidget\valueRelationPage\valueRelationValueColumn=true +Widgets\QgsBookmarksBase=true +Widgets\QgsBookmarksBase\buttonBox=true +Widgets\QgsBrowserDirectoryPropertiesBase=true +Widgets\QgsBrowserDirectoryPropertiesBase\buttonBox=true +Widgets\QgsBrowserDirectoryPropertiesBase\label_2=true +Widgets\QgsBrowserDirectoryPropertiesBase\leSource=true +Widgets\QgsBrowserDockWidgetBase=true +Widgets\QgsBrowserDockWidgetBase\mContents=true +Widgets\QgsBrowserDockWidgetBase\mContents\mWidgetFilter=true +Widgets\QgsBrowserLayerPropertiesBase=true +Widgets\QgsBrowserLayerPropertiesBase\buttonBox=true +Widgets\QgsBrowserLayerPropertiesBase\label=true +Widgets\QgsBrowserLayerPropertiesBase\label_2=true +Widgets\QgsBrowserLayerPropertiesBase\label_3=true +Widgets\QgsBrowserLayerPropertiesBase\label_4=true +Widgets\QgsBrowserLayerPropertiesBase\lblNotice=true +Widgets\QgsBrowserLayerPropertiesBase\leName=true +Widgets\QgsBrowserLayerPropertiesBase\leProvider=true +Widgets\QgsBrowserLayerPropertiesBase\leSource=true +Widgets\QgsBrowserLayerPropertiesBase\txtbMetadata=true +Widgets\QgsBrowserLayerPropertiesBase\txtbMetadata\qt_scrollarea_hcontainer=true +Widgets\QgsBrowserLayerPropertiesBase\txtbMetadata\qt_scrollarea_vcontainer=true +Widgets\QgsBrowserLayerPropertiesBase\txtbMetadata\qt_scrollarea_viewport=true +Widgets\QgsCategorizedSymbolRendererV2Widget=true +Widgets\QgsCategorizedSymbolRendererV2Widget\btnAddCategories=true +Widgets\QgsCategorizedSymbolRendererV2Widget\btnAddCategory=true +Widgets\QgsCategorizedSymbolRendererV2Widget\btnAdvanced=true +Widgets\QgsCategorizedSymbolRendererV2Widget\btnChangeCategorizedSymbol=true +Widgets\QgsCategorizedSymbolRendererV2Widget\btnDeleteAllCategories=true +Widgets\QgsCategorizedSymbolRendererV2Widget\btnDeleteCategories=true +Widgets\QgsCategorizedSymbolRendererV2Widget\cboCategorizedColumn=true +Widgets\QgsCategorizedSymbolRendererV2Widget\label_10=true +Widgets\QgsCategorizedSymbolRendererV2Widget\label_3=true +Widgets\QgsCategorizedSymbolRendererV2Widget\label_9=true +Widgets\QgsCharacterSelectorBase=true +Widgets\QgsCharacterSelectorBase\mCharSelectButtonBox=true +Widgets\QgsCharacterSelectorBase\mCharSelectLabel=true +Widgets\QgsCharacterSelectorBase\mCharSelectLabelFont=true +Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea=true +Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea\qt_scrollarea_viewport=true +Widgets\QgsCharacterSelectorBase\mCharSelectScrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerArrowWidgetBase=true +Widgets\QgsComposerArrowWidgetBase\label_3=true +Widgets\QgsComposerArrowWidgetBase\scrollArea=true +Widgets\QgsComposerArrowWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerArrowWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerArrowWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerArrowWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerBase=true +Widgets\QgsComposerBase\centralwidget=true +Widgets\QgsComposerBase\centralwidget\mButtonBox=true +Widgets\QgsComposerHtmlWidgetBase=true +Widgets\QgsComposerHtmlWidgetBase\label=true +Widgets\QgsComposerHtmlWidgetBase\scrollArea=true +Widgets\QgsComposerHtmlWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerHtmlWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerHtmlWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerHtmlWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerItemWidgetBase=true +Widgets\QgsComposerLabelWidgetBase=true +Widgets\QgsComposerLabelWidgetBase\label=true +Widgets\QgsComposerLabelWidgetBase\scrollArea=true +Widgets\QgsComposerLabelWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerLabelWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerLabelWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerLabelWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerLegendItemDialogBase=true +Widgets\QgsComposerLegendItemDialogBase\buttonBox=true +Widgets\QgsComposerLegendItemDialogBase\mItemTextLabel=true +Widgets\QgsComposerLegendItemDialogBase\mItemTextLineEdit=true +Widgets\QgsComposerLegendLayersDialogBase=false +Widgets\QgsComposerLegendLayersDialogBase\buttonBox=false +Widgets\QgsComposerLegendWidgetBase=true +Widgets\QgsComposerLegendWidgetBase\label_11=true +Widgets\QgsComposerLegendWidgetBase\scrollArea=true +Widgets\QgsComposerLegendWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerLegendWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerLegendWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerLegendWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerManagerBase=true +Widgets\QgsComposerManagerBase\mButtonBox=true +Widgets\QgsComposerMapWidgetBase=true +Widgets\QgsComposerMapWidgetBase\label_3=true +Widgets\QgsComposerMapWidgetBase\scrollArea=true +Widgets\QgsComposerMapWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerMapWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerMapWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerMapWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerPictureWidgetBase=true +Widgets\QgsComposerPictureWidgetBase\label_2=true +Widgets\QgsComposerPictureWidgetBase\scrollArea=true +Widgets\QgsComposerPictureWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerPictureWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerPictureWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerPictureWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerScaleBarWidgetBase=true +Widgets\QgsComposerScaleBarWidgetBase\label_5=true +Widgets\QgsComposerScaleBarWidgetBase\scrollArea=true +Widgets\QgsComposerScaleBarWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerScaleBarWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerScaleBarWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerScaleBarWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerShapeWidgetBase=true +Widgets\QgsComposerShapeWidgetBase\label_2=true +Widgets\QgsComposerShapeWidgetBase\scrollArea=true +Widgets\QgsComposerShapeWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerShapeWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerShapeWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerShapeWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerTableWidgetBase=true +Widgets\QgsComposerTableWidgetBase\label=true +Widgets\QgsComposerTableWidgetBase\scrollArea=true +Widgets\QgsComposerTableWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsComposerTableWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsComposerTableWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsComposerTableWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsComposerVectorLegendBase=true +Widgets\QgsComposerVectorLegendBase\mFontButton=true +Widgets\QgsComposerVectorLegendBase\mFrameCheckBox=true +Widgets\QgsComposerVectorLegendBase\mMapComboBox=true +Widgets\QgsComposerVectorLegendBase\mPreviewModeComboBox=true +Widgets\QgsComposerVectorLegendBase\mTitleLineEdit=true +Widgets\QgsComposerVectorLegendBase\textLabel1=true +Widgets\QgsComposerVectorLegendBase\textLabel1_2=true +Widgets\QgsComposerVectorLegendBase\textLabel1_5=true +Widgets\QgsCompositionBase=true +Widgets\QgsCompositionBase\groupBox=true +Widgets\QgsCompositionBase\groupBox\mPaperHeightLineEdit=true +Widgets\QgsCompositionBase\groupBox\mPaperOrientationComboBox=true +Widgets\QgsCompositionBase\groupBox\mPaperSizeComboBox=true +Widgets\QgsCompositionBase\groupBox\mPaperUnitsComboBox=true +Widgets\QgsCompositionBase\groupBox\mPaperWidthLineEdit=true +Widgets\QgsCompositionBase\groupBox\textLabel3=true +Widgets\QgsCompositionBase\groupBox\textLabel4=true +Widgets\QgsCompositionBase\groupBox\textLabel5=true +Widgets\QgsCompositionBase\groupBox\textLabel6=true +Widgets\QgsCompositionBase\groupBox\textLabel7=true +Widgets\QgsCompositionWidgetBase=true +Widgets\QgsCompositionWidgetBase\scrollArea=true +Widgets\QgsCompositionWidgetBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsCompositionWidgetBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsCompositionWidgetBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsCompositionWidgetBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsConfigureShortcutsDialog=true +Widgets\QgsConfigureShortcutsDialog\btnChangeShortcut=true +Widgets\QgsConfigureShortcutsDialog\btnLoadShortcuts=true +Widgets\QgsConfigureShortcutsDialog\btnResetShortcut=true +Widgets\QgsConfigureShortcutsDialog\btnSaveShortcuts=true +Widgets\QgsConfigureShortcutsDialog\btnSetNoShortcut=true +Widgets\QgsConfigureShortcutsDialog\buttonBox=true +Widgets\QgsCptCityColorRampV2DialogBase=true +Widgets\QgsCptCityColorRampV2DialogBase\buttonBox=true +Widgets\QgsCptCityColorRampV2DialogBase\cboConvertStandard=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\cboVariantName=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\label=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\label_2=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\label_6=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\lblLicensePreview=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\lblPreview=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\lblSchemeName=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab\lblSchemePath=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\label_3=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\label_4=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\label_5=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblAuthorName=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblLicenseName=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblLicenseName\qt_scrollarea_hcontainer=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblLicenseName\qt_scrollarea_vcontainer=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblLicenseName\qt_scrollarea_viewport=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page\tabWidget\tab_2\lblSrcLink=true +Widgets\QgsCptCityColorRampV2DialogBase\mStackedWidget\page_2=true +Widgets\QgsCredentialDialog=true +Widgets\QgsCredentialDialog\buttonBox=true +Widgets\QgsCredentialDialog\label=true +Widgets\QgsCredentialDialog\labelMessage=true +Widgets\QgsCredentialDialog\labelRealm=true +Widgets\QgsCredentialDialog\label_2=true +Widgets\QgsCredentialDialog\label_3=true +Widgets\QgsCredentialDialog\lePassword=true +Widgets\QgsCredentialDialog\leUsername=true +Widgets\QgsCustomProjectionDialogBase=true +Widgets\QgsCustomProjectionDialogBase\buttonBox=true +Widgets\QgsCustomProjectionDialogBase\groupBox=true +Widgets\QgsCustomProjectionDialogBase\groupBox\label=true +Widgets\QgsCustomProjectionDialogBase\groupBox\label_3=true +Widgets\QgsCustomProjectionDialogBase\groupBox\label_4=true +Widgets\QgsCustomProjectionDialogBase\groupBox\leName=true +Widgets\QgsCustomProjectionDialogBase\groupBox\pbnAdd=true +Widgets\QgsCustomProjectionDialogBase\groupBox\pbnCopyCRS=true +Widgets\QgsCustomProjectionDialogBase\groupBox\pbnRemove=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\eastWGS84=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\label_2=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\northWGS84=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\pbnCalculate=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\projectedX=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\projectedY=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\textLabel1_3=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\textLabel2_2=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\textLabel2_2_2=true +Widgets\QgsCustomProjectionDialogBase\groupBox_2\textLabel2_3=true +Widgets\QgsCustomizationDialogBase=true +Widgets\QgsCustomizationDialogBase\centralwidget=true +Widgets\QgsCustomizationDialogBase\centralwidget\buttonBox=true +Widgets\QgsCustomizationDialogBase\centralwidget\mCustomizationEnabledCheckBox=true +Widgets\QgsDataDefinedSymbolDialog=true +Widgets\QgsDataDefinedSymbolDialog\mButtonBox=true +Widgets\QgsDbSourceSelectBase=true +Widgets\QgsDbSourceSelectBase\buttonBox=true +Widgets\QgsDbSourceSelectBase\cbxAllowGeometrylessTables=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnConnect=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnDelete=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnEdit=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnLoad=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnNew=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\btnSave=true +Widgets\QgsDbSourceSelectBase\connectionsGroupBox\cmbConnections=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchColumnComboBox=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchColumnsLabel=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchLabel=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchModeComboBox=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchModeLabel=true +Widgets\QgsDbSourceSelectBase\mSearchGroupBox\mSearchTableEdit=true +Widgets\QgsDecorationCopyrightDialog=true +Widgets\QgsDecorationCopyrightDialog\buttonBox=true +Widgets\QgsDecorationCopyrightDialog\cboOrientation=true +Widgets\QgsDecorationCopyrightDialog\cboPlacement=true +Widgets\QgsDecorationCopyrightDialog\cboxEnabled=true +Widgets\QgsDecorationCopyrightDialog\label=true +Widgets\QgsDecorationCopyrightDialog\label_2=true +Widgets\QgsDecorationCopyrightDialog\textLabel15=true +Widgets\QgsDecorationCopyrightDialog\textLabel16=true +Widgets\QgsDecorationCopyrightDialog\txtCopyrightText=true +Widgets\QgsDecorationCopyrightDialog\txtCopyrightText\qt_scrollarea_hcontainer=true +Widgets\QgsDecorationCopyrightDialog\txtCopyrightText\qt_scrollarea_vcontainer=true +Widgets\QgsDecorationCopyrightDialog\txtCopyrightText\qt_scrollarea_viewport=true +Widgets\QgsDecorationGridDialog=true +Widgets\QgsDecorationGridDialog\buttonBox=true +Widgets\QgsDecorationGridDialog\chkEnable=true +Widgets\QgsDecorationGridDialog\groupBox=true +Widgets\QgsDecorationGridDialog\groupBox\mPbtnUpdateFromExtents=true +Widgets\QgsDecorationGridDialog\groupBox\mPbtnUpdateFromLayer=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mAnnotationDirectionComboBox=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mAnnotationDirectionLabel=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mAnnotationFontButton=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mCoordinatePrecisionLabel=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mCoordinatePrecisionSpinBox=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mCoordinatePrecisionSpinBox\qt_spinbox_lineedit=true +Widgets\QgsDecorationGridDialog\mDrawAnnotationCheckBox\mDistanceToFrameLabel=true +Widgets\QgsDecorationGridDialog\mGridTypeComboBox=true +Widgets\QgsDecorationGridDialog\mGridTypeLabel=true +Widgets\QgsDecorationGridDialog\mIntervalXEdit=true +Widgets\QgsDecorationGridDialog\mIntervalXLabel=true +Widgets\QgsDecorationGridDialog\mIntervalYEdit=true +Widgets\QgsDecorationGridDialog\mIntervalYLabel=true +Widgets\QgsDecorationGridDialog\mLineSymbolButton=true +Widgets\QgsDecorationGridDialog\mLineSymbolLabel=true +Widgets\QgsDecorationGridDialog\mMarkerSymbolButton=true +Widgets\QgsDecorationGridDialog\mMarkerSymbolLabel=true +Widgets\QgsDecorationGridDialog\mOffsetXEdit=true +Widgets\QgsDecorationGridDialog\mOffsetXLabel=true +Widgets\QgsDecorationGridDialog\mOffsetYEdit=true +Widgets\QgsDecorationGridDialog\mOffsetYLabel=true +Widgets\QgsDecorationNorthArrowDialog=true +Widgets\QgsDecorationNorthArrowDialog\buttonBox=true +Widgets\QgsDecorationScaleBarDialog=true +Widgets\QgsDecorationScaleBarDialog\buttonBox=true +Widgets\QgsDecorationScaleBarDialog\cboPlacement=true +Widgets\QgsDecorationScaleBarDialog\cboStyle=true +Widgets\QgsDecorationScaleBarDialog\chkEnable=true +Widgets\QgsDecorationScaleBarDialog\chkSnapping=true +Widgets\QgsDecorationScaleBarDialog\spnSize=true +Widgets\QgsDecorationScaleBarDialog\spnSize\qt_spinbox_lineedit=true +Widgets\QgsDecorationScaleBarDialog\textLabel1=true +Widgets\QgsDecorationScaleBarDialog\textLabel1_2=true +Widgets\QgsDecorationScaleBarDialog\textLabel1_3=true +Widgets\QgsDecorationScaleBarDialog\textLabel1_3_2=true +Widgets\QgsDelAttrDialogBase=true +Widgets\QgsDelAttrDialogBase\buttonBox=true +Widgets\QgsDelimitedTextSourceSelectBase=true +Widgets\QgsDelimitedTextSourceSelectBase\buttonBox=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxPointIsComma=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxSkipEmptyFields=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxSpatialIndex=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxSubsetIndex=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxTrimFields=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxUseHeader=true +Widgets\QgsDelimitedTextSourceSelectBase\cbxWatchFile=true +Widgets\QgsDelimitedTextSourceSelectBase\delimiterCSV=true +Widgets\QgsDelimitedTextSourceSelectBase\delimiterChars=true +Widgets\QgsDelimitedTextSourceSelectBase\delimiterRegexp=true +Widgets\QgsDelimitedTextSourceSelectBase\geomTypeNone=true +Widgets\QgsDelimitedTextSourceSelectBase\geomTypeWKT=true +Widgets\QgsDelimitedTextSourceSelectBase\geomTypeXY=true +Widgets\QgsDelimitedTextSourceSelectBase\labelFileFormat=true +Widgets\QgsDelimitedTextSourceSelectBase\label_2=true +Widgets\QgsDelimitedTextSourceSelectBase\label_3=true +Widgets\QgsDelimitedTextSourceSelectBase\label_4=true +Widgets\QgsDelimitedTextSourceSelectBase\label_6=true +Widgets\QgsDelimitedTextSourceSelectBase\label_8=true +Widgets\QgsDelimitedTextSourceSelectBase\lblStatus=true +Widgets\QgsDelimitedTextSourceSelectBase\rowCounter=true +Widgets\QgsDelimitedTextSourceSelectBase\rowCounter\qt_spinbox_lineedit=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpCSVOptions=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpDelimOptions=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpRegexpOptions=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpRegexpOptions\label_7=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpRegexpOptions\lblRegexpError=true +Widgets\QgsDelimitedTextSourceSelectBase\swFileFormat\swpRegexpOptions\txtDelimiterRegexp=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomNone=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT\cmbGeometryType=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT\cmbWktField=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT\label=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomWKT\label_5=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\cbxXyDms=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\cmbXField=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\cmbYField=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\textLabelx=true +Widgets\QgsDelimitedTextSourceSelectBase\swGeomType\swpGeomXY\textLabely=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\btnBrowseForFile=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\cmbEncoding=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\lblEncoding=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\textLabelFileName=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\textLabelLayerName=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\txtFilePath=true +Widgets\QgsDelimitedTextSourceSelectBase\widget_3\txtLayerName=true +Widgets\QgsDetailedItemWidgetBase=true +Widgets\QgsDetailedItemWidgetBase\cbx=true +Widgets\QgsDetailedItemWidgetBase\lblCategory=true +Widgets\QgsDetailedItemWidgetBase\lblDetail=true +Widgets\QgsDetailedItemWidgetBase\lblIcon=true +Widgets\QgsDetailedItemWidgetBase\lblTitle=true +Widgets\QgsDetailedItemWidgetBase\widget=true +Widgets\QgsDisplayAngleBase=true +Widgets\QgsDisplayAngleBase\buttonBox=true +Widgets\QgsDisplayAngleBase\mAngleLineEdit=true +Widgets\QgsEngineConfigDialog=true +Widgets\QgsEngineConfigDialog\buttonBox=true +Widgets\QgsEngineConfigDialog\cboSearchMethod=true +Widgets\QgsEngineConfigDialog\chkShowAllLabels=true +Widgets\QgsEngineConfigDialog\chkShowCandidates=true +Widgets\QgsEngineConfigDialog\groupBox=true +Widgets\QgsEngineConfigDialog\groupBox\label_2=true +Widgets\QgsEngineConfigDialog\groupBox\label_3=true +Widgets\QgsEngineConfigDialog\groupBox\label_4=true +Widgets\QgsEngineConfigDialog\groupBox\spinCandLine=true +Widgets\QgsEngineConfigDialog\groupBox\spinCandLine\qt_spinbox_lineedit=true +Widgets\QgsEngineConfigDialog\groupBox\spinCandPoint=true +Widgets\QgsEngineConfigDialog\groupBox\spinCandPoint\qt_spinbox_lineedit=true +Widgets\QgsEngineConfigDialog\groupBox\spinCandPolygon=true +Widgets\QgsEngineConfigDialog\groupBox\spinCandPolygon\qt_spinbox_lineedit=true +Widgets\QgsEngineConfigDialog\label=true +Widgets\QgsEngineConfigDialog\label_6=true +Widgets\QgsEngineConfigDialog\mSaveWithProjectChkBox=true +Widgets\QgsEngineConfigDialog\mShadowDebugRectChkBox=true +Widgets\QgsErrorDialogBase=true +Widgets\QgsErrorDialogBase\buttonBox=true +Widgets\QgsErrorDialogBase\mDetailCheckBox=true +Widgets\QgsErrorDialogBase\mDetailPushButton=true +Widgets\QgsErrorDialogBase\mDetailTextBrowser=true +Widgets\QgsErrorDialogBase\mDetailTextBrowser\qt_scrollarea_hcontainer=true +Widgets\QgsErrorDialogBase\mDetailTextBrowser\qt_scrollarea_vcontainer=true +Widgets\QgsErrorDialogBase\mDetailTextBrowser\qt_scrollarea_viewport=true +Widgets\QgsErrorDialogBase\mIconLabel=true +Widgets\QgsErrorDialogBase\mSummaryTextBrowser=true +Widgets\QgsErrorDialogBase\mSummaryTextBrowser\qt_scrollarea_hcontainer=true +Widgets\QgsErrorDialogBase\mSummaryTextBrowser\qt_scrollarea_vcontainer=true +Widgets\QgsErrorDialogBase\mSummaryTextBrowser\qt_scrollarea_viewport=true +Widgets\QgsExpressionBuilderDialogBase=true +Widgets\QgsExpressionBuilderDialogBase\buttonBox=true +Widgets\QgsExpressionBuilderWidgetBase=true +Widgets\QgsExpressionBuilderWidgetBase\btnLoadAll=true +Widgets\QgsExpressionBuilderWidgetBase\btnLoadSample=true +Widgets\QgsExpressionBuilderWidgetBase\groupBox=true +Widgets\QgsExpressionBuilderWidgetBase\groupBox\txtExpressionString=true +Widgets\QgsExpressionBuilderWidgetBase\groupBox\txtExpressionString\qt_scrollarea_hcontainer=true +Widgets\QgsExpressionBuilderWidgetBase\groupBox\txtExpressionString\qt_scrollarea_vcontainer=true +Widgets\QgsExpressionBuilderWidgetBase\groupBox\txtExpressionString\qt_scrollarea_viewport=true +Widgets\QgsExpressionBuilderWidgetBase\label_2=true +Widgets\QgsExpressionBuilderWidgetBase\lblPreview=true +Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup=true +Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup\txtHelpText=true +Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup\txtHelpText\qt_scrollarea_hcontainer=true +Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup\txtHelpText\qt_scrollarea_vcontainer=true +Widgets\QgsExpressionBuilderWidgetBase\mFunctionHelGroup\txtHelpText\qt_scrollarea_viewport=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnCloseBracketPushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnConcatButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnDividePushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnEqualPushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnExpButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnMinusPushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnMultiplyPushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnOpenBracketPushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mOperatorsGroupBox\btnPlusPushButton=true +Widgets\QgsExpressionBuilderWidgetBase\mValueGroupBox=true +Widgets\QgsExpressionBuilderWidgetBase\moperationListGroup=true +Widgets\QgsExpressionSelectionDialogBase=true +Widgets\QgsExpressionSelectionDialogBase\mPbnClose=true +Widgets\QgsFieldCalculatorBase=true +Widgets\QgsFieldCalculatorBase\mButtonBox=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mFieldNameLabel=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldNameLineEdit=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldPrecisionLabel=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldPrecisionSpinBox=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldPrecisionSpinBox\qt_spinbox_lineedit=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldTypeComboBox=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldTypeLabel=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldWidthLabel=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldWidthSpinBox=true +Widgets\QgsFieldCalculatorBase\mNewFieldGroupBox\mOutputFieldWidthSpinBox\qt_spinbox_lineedit=true +Widgets\QgsFieldCalculatorBase\mOnlyUpdateSelectedCheckBox=true +Widgets\QgsFieldCalculatorBase\mUpdateExistingGroupBox=true +Widgets\QgsFieldCalculatorBase\mUpdateExistingGroupBox\mExistingFieldComboBox=true +Widgets\QgsFieldsPropertiesBase=true +Widgets\QgsFieldsPropertiesBase\label_2=true +Widgets\QgsFieldsPropertiesBase\label_3=true +Widgets\QgsFieldsPropertiesBase\leEditFormInit=true +Widgets\QgsFieldsPropertiesBase\mEditorLayoutComboBox=true +Widgets\QgsFormAnnotationDialogBase=true +Widgets\QgsFormAnnotationDialogBase\mButtonBox=true +Widgets\QgsFormAnnotationDialogBase\mFileLineEdit=true +Widgets\QgsFormAnnotationDialogBase\mStackedWidget=true +Widgets\QgsFormAnnotationDialogBase\mStackedWidget\page=true +Widgets\QgsFormAnnotationDialogBase\mStackedWidget\page_2=true +Widgets\QgsGenericProjectionSelectorBase=true +Widgets\QgsGenericProjectionSelectorBase\buttonBox=true +Widgets\QgsGenericProjectionSelectorBase\textEdit=true +Widgets\QgsGenericProjectionSelectorBase\textEdit\qt_scrollarea_hcontainer=true +Widgets\QgsGenericProjectionSelectorBase\textEdit\qt_scrollarea_vcontainer=true +Widgets\QgsGenericProjectionSelectorBase\textEdit\qt_scrollarea_viewport=true +Widgets\QgsGpsInformationWidgetBase=true +Widgets\QgsGpsInformationWidgetBase\mBtnAddVertex=true +Widgets\QgsGpsInformationWidgetBase\mBtnCloseFeature=true +Widgets\QgsGpsInformationWidgetBase\mConnectButton=true +Widgets\QgsGpsInformationWidgetBase\mLblStatusIndicator=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_hcontainer=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_vcontainer=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblAltitude=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblDirection=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblFixMode=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblFixType=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblHacc=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblHdop=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblLatitude=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblLongitude=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblPdop=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblQuality=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblSatellitesUsed=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblSpeed=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblStatus=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblUtcTime=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblVacc=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mLblVdop=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtAltitude=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtDateTime=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtDirection=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtFixMode=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtFixType=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtHacc=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtHdop=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtLatitude=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtLongitude=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtPdop=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtQuality=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtSatellitesUsed=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtSpeed=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtStatus=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtVacc=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage1\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\mTxtVdop=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage2=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage3=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\mSpinMapExtentMultiplier=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\mSpinMapExtentMultiplier\qt_spinbox_lineedit=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\radNeverRecenter=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\radRecenterMap=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\radRecenterWhenNeeded=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3\mBtnTrackColor=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3\mCbxAutoAddVertices=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3\mSpinTrackWidth=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\groupBox_3\mSpinTrackWidth\qt_spinbox_lineedit=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\mCbxAutoCommit=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\label_3=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\label_4=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\label_5=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mCboDevices=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mGpsdDevice=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mGpsdHost=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mGpsdPort=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mRadAutodetect=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mRadGpsd=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mRadInternal=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDeviceGroupBox\mRadUserPath=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mGroupShowMarker=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mGroupShowMarker\label=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mGroupShowMarker\label_2=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mGroupShowMarker\mSliderMarkerSize=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mLogFileGroupBox=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mLogFileGroupBox\mBtnLogFile=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage4\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mLogFileGroupBox\mTxtLogFile=true +Widgets\QgsGpsInformationWidgetBase\mStackedWidget\stackedWidgetPage5=true +Widgets\QgsGraduatedSymbolRendererV2Widget=true +Widgets\QgsGraduatedSymbolRendererV2Widget\btnAdvanced=true +Widgets\QgsGraduatedSymbolRendererV2Widget\btnChangeGraduatedSymbol=true +Widgets\QgsGraduatedSymbolRendererV2Widget\btnDeleteAllClasses=true +Widgets\QgsGraduatedSymbolRendererV2Widget\btnGraduatedAdd=true +Widgets\QgsGraduatedSymbolRendererV2Widget\btnGraduatedClassify=true +Widgets\QgsGraduatedSymbolRendererV2Widget\btnGraduatedDelete=true +Widgets\QgsGraduatedSymbolRendererV2Widget\cboGraduatedColumn=true +Widgets\QgsGraduatedSymbolRendererV2Widget\cboGraduatedMode=true +Widgets\QgsGraduatedSymbolRendererV2Widget\label_4=true +Widgets\QgsGraduatedSymbolRendererV2Widget\label_5=true +Widgets\QgsGraduatedSymbolRendererV2Widget\label_6=true +Widgets\QgsGraduatedSymbolRendererV2Widget\label_7=true +Widgets\QgsGraduatedSymbolRendererV2Widget\label_8=true +Widgets\QgsGraduatedSymbolRendererV2Widget\spinGraduatedClasses=true +Widgets\QgsGraduatedSymbolRendererV2Widget\spinGraduatedClasses\qt_spinbox_lineedit=true +Widgets\QgsHandleBadLayersBase=true +Widgets\QgsHandleBadLayersBase\buttonBox=true +Widgets\QgsIdentifyResultsBase=true +Widgets\QgsIdentifyResultsBase\buttonBox=true +Widgets\QgsLUDialogBase=true +Widgets\QgsLUDialogBase\buttonBox=true +Widgets\QgsLUDialogBase\mLowerEdit=true +Widgets\QgsLUDialogBase\mLowerLabel=true +Widgets\QgsLUDialogBase\mUpperEdit=true +Widgets\QgsLUDialogBase\mUpperLabel=true +Widgets\QgsLabelDialogBase=true +Widgets\QgsLabelDialogBase\groupBox5=true +Widgets\QgsLabelDialogBase\groupBox5\lblSample=true +Widgets\QgsLabelDialogBase\tabWidget=true +Widgets\QgsLabelDialogBase\tabWidget\tab=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup10=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup10\cboOffsetUnits=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\cboBufferSizeUnits=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\pbnDefaultBufferColor=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\spinBufferTransparency=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\spinBufferTransparency\qt_spinbox_lineedit=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseBuffer\textLabel4_3_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering\leMaximumScale=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering\leMinimumScale=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering\textLabel1_1=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\chkUseScaleDependentRendering\textLabel1_2_2_1=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioAbove=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioAboveLeft=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioAboveRight=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioBelow=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioBelowLeft=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioBelowRight=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioLeft=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioOver=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2\radioRight=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\btnDefaultFont=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\cboFontSizeUnits=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\cboLabelField=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\chkSelectedOnly=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\chkUseMultiline=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\leDefaultLabel=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\pbnDefaultFontColor=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\spinAngle=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\spinAngle\qt_spinbox_lineedit=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\textLabel1=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\textLabel1_2_2_2_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\textLabel5=true +Widgets\QgsLabelDialogBase\tabWidget\tab\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_8\textLabel5_2_2_3_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_hcontainer=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_vcontainer=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboBoldField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboFontColorField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboFontField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboFontSizeField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboFontSizeTypeField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboItalicField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboStrikeOutField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\cboUnderlineField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\label=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\lblFont=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_2_4=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_3=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_3_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_3_2_4=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox\textLabel4_3_2_5=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5\cboAlignmentField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5\cboAngleField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5\textLabel1_2_2_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_5\textLabel1_2_2_2_2_3=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6\cboBufferSizeField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6\cboBufferTransparencyField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6\textLabel1_3_2_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_6\textLabel4_3_2_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\cboXCoordinateField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\cboXOffsetField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\cboYCoordinateField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\cboYOffsetField=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\textLabel1_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\textLabel1_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\textLabel1_2_2_2=true +Widgets\QgsLabelDialogBase\tabWidget\tab_2\scrollArea_2\qt_scrollarea_viewport\scrollAreaWidgetContents_2\groupBox_7\textLabel1_2_3=true +Widgets\QgsLabelPropertyDialogBase=true +Widgets\QgsLabelPropertyDialogBase\buttonBox=true +Widgets\QgsLabelPropertyDialogBase\groupBox=true +Widgets\QgsLabelPropertyDialogBase\groupBox\label=true +Widgets\QgsLabelPropertyDialogBase\groupBox\mAlwaysShowChkbx=true +Widgets\QgsLabelPropertyDialogBase\groupBox\mMaxScaleSpinBox=true +Widgets\QgsLabelPropertyDialogBase\groupBox\mMaxScaleSpinBox\qt_spinbox_lineedit=true +Widgets\QgsLabelPropertyDialogBase\groupBox\mMinScaleSpinBox=true +Widgets\QgsLabelPropertyDialogBase\groupBox\mMinScaleSpinBox\qt_spinbox_lineedit=true +Widgets\QgsLabelPropertyDialogBase\groupBox\mShowLabelChkbx=true +Widgets\QgsLabelPropertyDialogBase\mBufferGroupBox=true +Widgets\QgsLabelPropertyDialogBase\mBufferGroupBox\mBufferSizeLabel=true +Widgets\QgsLabelPropertyDialogBase\mFontGroupBox=true +Widgets\QgsLabelPropertyDialogBase\mFontGroupBox\label_3=true +Widgets\QgsLabelPropertyDialogBase\mFontGroupBox\mFontSizeLabel=true +Widgets\QgsLabelPropertyDialogBase\mFontGroupBox\mFontStyleCmbBx=true +Widgets\QgsLabelPropertyDialogBase\mLabelTextLabel=true +Widgets\QgsLabelPropertyDialogBase\mLabelTextLineEdit=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mHaliComboBox=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mHaliLabel=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mLabelDistanceLabel=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mRotationLabel=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mValiComboBox=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mValiLabel=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mXCoordLabel=true +Widgets\QgsLabelPropertyDialogBase\mPositionGroupBlox\mYCoordLabel=true +Widgets\QgsLoadStyleFromDBDialogLayout=true +Widgets\QgsLoadStyleFromDBDialogLayout\label=true +Widgets\QgsLoadStyleFromDBDialogLayout\label_2=true +Widgets\QgsLoadStyleFromDBDialogLayout\mCancelButton=true +Widgets\QgsLoadStyleFromDBDialogLayout\mLoadButton=true +Widgets\QgsManageConnectionsDialogBase=true +Widgets\QgsManageConnectionsDialogBase\buttonBox=true +Widgets\QgsManageConnectionsDialogBase\label=true +Widgets\QgsMeasureBase=true +Widgets\QgsMeasureBase\buttonBox=true +Widgets\QgsMeasureBase\editTotal=true +Widgets\QgsMeasureBase\textLabel2=true +Widgets\QgsMergeAttributesDialogBase=true +Widgets\QgsMergeAttributesDialogBase\buttonBox=true +Widgets\QgsMergeAttributesDialogBase\mFromSelectedPushButton=true +Widgets\QgsMergeAttributesDialogBase\mRemoveFeatureFromSelectionButton=true +Widgets\QgsMergeAttributesDialogBase\mRemoveFeatureFromSelectionLabel=true +Widgets\QgsMergeAttributesDialogBase\mTakeSelectedAttributesLabel=true +Widgets\QgsMessageLogViewer=true +Widgets\QgsMessageLogViewer\tabWidget=true +Widgets\QgsMessageViewer=true +Widgets\QgsMessageViewer\buttonBox=true +Widgets\QgsMessageViewer\checkBox=true +Widgets\QgsMessageViewer\txtMessage=true +Widgets\QgsMessageViewer\txtMessage\qt_scrollarea_hcontainer=true +Widgets\QgsMessageViewer\txtMessage\qt_scrollarea_vcontainer=true +Widgets\QgsMessageViewer\txtMessage\qt_scrollarea_viewport=true +Widgets\QgsMssqlNewConnectionBase=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel1=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel1_2=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel2=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel3=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\TextLabel3_2=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\btnConnect=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\cb_allowGeometrylessTables=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\cb_geometryColumns=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\cb_trustedConnection=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\cb_useEstimatedMetadata=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\chkStorePassword=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\chkStoreUsername=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\label=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\label_2=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtDatabase=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtHost=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtName=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtPassword=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtService=true +Widgets\QgsMssqlNewConnectionBase\GroupBox1\txtUsername=true +Widgets\QgsMssqlNewConnectionBase\buttonBox=true +Widgets\QgsMultiBandColorRendererWidgetBase=true +Widgets\QgsMultiBandColorRendererWidgetBase\label=true +Widgets\QgsMultiBandColorRendererWidgetBase\label_2=true +Widgets\QgsMultiBandColorRendererWidgetBase\mBlueBandComboBox=true +Widgets\QgsMultiBandColorRendererWidgetBase\mBlueBandLabel=true +Widgets\QgsMultiBandColorRendererWidgetBase\mBlueMaxLineEdit=true +Widgets\QgsMultiBandColorRendererWidgetBase\mBlueMinLineEdit=true +Widgets\QgsMultiBandColorRendererWidgetBase\mContrastEnhancementAlgorithmComboBox=true +Widgets\QgsMultiBandColorRendererWidgetBase\mContrastEnhancementAlgorithmLabel=true +Widgets\QgsMultiBandColorRendererWidgetBase\mGreenBandComboBox=true +Widgets\QgsMultiBandColorRendererWidgetBase\mGreenBandLabel=true +Widgets\QgsMultiBandColorRendererWidgetBase\mGreenMaxLineEdit=true +Widgets\QgsMultiBandColorRendererWidgetBase\mGreenMinLineEdit=true +Widgets\QgsMultiBandColorRendererWidgetBase\mMinLabel=true +Widgets\QgsMultiBandColorRendererWidgetBase\mRedBandComboBox=true +Widgets\QgsMultiBandColorRendererWidgetBase\mRedBandLabel=true +Widgets\QgsMultiBandColorRendererWidgetBase\mRedMaxLineEdit=true +Widgets\QgsMultiBandColorRendererWidgetBase\mRedMinLineEdit=true +Widgets\QgsNewHttpConnectionBase=true +Widgets\QgsNewHttpConnectionBase\buttonBox=true +Widgets\QgsNewHttpConnectionBase\mGroupBox=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\TextLabel1=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\TextLabel1_2=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxIgnoreAxisOrientation=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxIgnoreGetFeatureInfoURI=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxIgnoreGetMapURI=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxInvertAxisOrientation=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\cbxSmoothPixmapTransform=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\label=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\label_2=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\label_3=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\lblReferer=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\txtName=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\txtPassword=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\txtReferer=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\txtUrl=true +Widgets\QgsNewHttpConnectionBase\mGroupBox\txtUserName=true +Widgets\QgsNewOgrConnectionBase=true +Widgets\QgsNewOgrConnectionBase\GroupBox1=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel1=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel1_2=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel2=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel2_2=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel3=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\TextLabel3_2=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\btnConnect=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\chkStorePassword=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\cmbDatabaseTypes=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\label=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\txtDatabase=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\txtHost=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\txtName=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\txtPassword=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\txtPort=true +Widgets\QgsNewOgrConnectionBase\GroupBox1\txtUsername=true +Widgets\QgsNewOgrConnectionBase\buttonBox=true +Widgets\QgsNewSpatialiteLayerDialogBase=true +Widgets\QgsNewSpatialiteLayerDialogBase\buttonBox=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mLineRadioButton=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mMultilineRadioButton=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mMultipointRadioButton=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mMultipolygonRadioButton=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mPointRadioButton=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\buttonGroup1\mPolygonRadioButton=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\checkBoxPrimaryKey=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\mNameEdit=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\mTypeBox=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\textLabel1=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox\textLabel2=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\groupBox_2=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\label=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\label_2=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\leGeometryColumn=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\leLayerName=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\leSRID=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mDatabaseComboBox=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\mFileFormatLabel=true +Widgets\QgsNewSpatialiteLayerDialogBase\scrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents\pbnFindSRID=true +Widgets\QgsNewVectorLayerDialogBase=true +Widgets\QgsNewVectorLayerDialogBase\buttonBox=true +Widgets\QgsNewVectorLayerDialogBase\buttonGroup1=true +Widgets\QgsNewVectorLayerDialogBase\buttonGroup1\mLineRadioButton=true +Widgets\QgsNewVectorLayerDialogBase\buttonGroup1\mPointRadioButton=true +Widgets\QgsNewVectorLayerDialogBase\buttonGroup1\mPolygonRadioButton=true +Widgets\QgsNewVectorLayerDialogBase\groupBox=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\label=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\label_2=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\mNameEdit=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\mPrecision=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\mTypeBox=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\mWidth=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\textLabel1=true +Widgets\QgsNewVectorLayerDialogBase\groupBox\textLabel2=true +Widgets\QgsNewVectorLayerDialogBase\groupBox_2=true +Widgets\QgsNewVectorLayerDialogBase\leSpatialRefSys=true +Widgets\QgsNewVectorLayerDialogBase\mFileFormatComboBox=true +Widgets\QgsNewVectorLayerDialogBase\mFileFormatLabel=true +Widgets\QgsNewVectorLayerDialogBase\pbnChangeSpatialRefSys=true +Widgets\QgsOSMDownloadDialog=true +Widgets\QgsOSMDownloadDialog\buttonBox=true +Widgets\QgsOSMDownloadDialog\editSize=true +Widgets\QgsOSMDownloadDialog\groupBox=true +Widgets\QgsOSMDownloadDialog\groupBox\cboLayers=true +Widgets\QgsOSMDownloadDialog\groupBox\editXMax=true +Widgets\QgsOSMDownloadDialog\groupBox\editXMin=true +Widgets\QgsOSMDownloadDialog\groupBox\editYMax=true +Widgets\QgsOSMDownloadDialog\groupBox\editYMin=true +Widgets\QgsOSMDownloadDialog\groupBox\radExtentCanvas=true +Widgets\QgsOSMDownloadDialog\groupBox\radExtentLayer=true +Widgets\QgsOSMDownloadDialog\groupBox\radExtentManual=true +Widgets\QgsOSMDownloadDialog\groupBox_2=true +Widgets\QgsOSMDownloadDialog\groupBox_2\editFileName=true +Widgets\QgsOSMDownloadDialog\progress=true +Widgets\QgsOSMExportDialog=true +Widgets\QgsOSMExportDialog\buttonBox=true +Widgets\QgsOSMExportDialog\chkLoadWhenFinished=true +Widgets\QgsOSMExportDialog\groupBox=true +Widgets\QgsOSMExportDialog\groupBox\editDbFileName=true +Widgets\QgsOSMExportDialog\groupBox_2=true +Widgets\QgsOSMExportDialog\groupBox_2\editLayerName=true +Widgets\QgsOSMExportDialog\groupBox_3=true +Widgets\QgsOSMExportDialog\groupBox_3\btnLoadTags=true +Widgets\QgsOSMExportDialog\groupBox_4=true +Widgets\QgsOSMExportDialog\groupBox_4\radPoints=true +Widgets\QgsOSMExportDialog\groupBox_4\radPolygons=true +Widgets\QgsOSMExportDialog\groupBox_4\radPolylines=true +Widgets\QgsOSMExportDialog\progressBar=true +Widgets\QgsOSMImportDialog=true +Widgets\QgsOSMImportDialog\buttonBox=true +Widgets\QgsOSMImportDialog\groupBox=true +Widgets\QgsOSMImportDialog\groupBox\editDbFileName=true +Widgets\QgsOSMImportDialog\groupBox_2=true +Widgets\QgsOSMImportDialog\groupBox_2\editXmlFileName=true +Widgets\QgsOSMImportDialog\groupCreateConn=true +Widgets\QgsOSMImportDialog\groupCreateConn\editConnName=true +Widgets\QgsOSMImportDialog\groupCreateConn\label=true +Widgets\QgsOSMImportDialog\progressBar=true +Widgets\QgsOWSSourceSelectBase=true +Widgets\QgsOWSSourceSelectBase\mDialogButtonBox=true +Widgets\QgsOWSSourceSelectBase\mStatusLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayerOrderTab=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayerOrderTab\mLayerDownButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayerOrderTab\mLayerUpButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mAddDefaultButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCRSWidget=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCRSWidget\mCRSLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCRSWidget\mChangeCRSButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCRSWidget\mSelectedCRSLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCacheWidget=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCacheWidget\mCacheComboBox=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mCacheWidget\mCacheLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mConnectButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mConnectionsComboBox=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mDeleteButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mEditButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mFormatWidget=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mFormatWidget\mFormatComboBox=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mFormatWidget\mFormatLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mLoadButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mNewButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mSaveButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mTimeWidget=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mTimeWidget\mTimeComboBox=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mTimeWidget\mTimeLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mFeatureCountLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mFeatureCountLineEdit=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mLayerNameLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mLayerNameLineEdit=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mTileHeightLineEdit=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mTileSizeLabel=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mLayersTab\mWMSGroupBox\mTileWidthLineEdit=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mSearchTab=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mSearchTab\mSearchAddButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mSearchTab\mSearchButton=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mSearchTab\mSearchTermLineEdit=true +Widgets\QgsOWSSourceSelectBase\mTabWidget\mTilesetsTab=true +Widgets\QgsOpenVectorLayerDialogBase=true +Widgets\QgsOpenVectorLayerDialogBase\buttonBox=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\cmbDatabaseTypes=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox\btnDelete=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox\btnEdit=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox\btnNew=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\groupBox\cmbConnections=true +Widgets\QgsOpenVectorLayerDialogBase\dbGroupBox\label_4=true +Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox=true +Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\buttonSelectSrc=true +Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\cmbDirectoryTypes=true +Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\inputSrcDataset=true +Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\labelDirectoryType=true +Widgets\QgsOpenVectorLayerDialogBase\fileGroupBox\labelSrcDataset=true +Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox=true +Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox\cmbProtocolTypes=true +Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox\label=true +Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox\label_2=true +Widgets\QgsOpenVectorLayerDialogBase\protocolGroupBox\protocolURI=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\cmbEncodings=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\label_3=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\radioSrcDatabase=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\radioSrcDirectory=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\radioSrcFile=true +Widgets\QgsOpenVectorLayerDialogBase\srcGroupBox_2\radioSrcProtocol=true +Widgets\QgsOptionsBase=true +Widgets\QgsOracleNewConnectionBase=true +Widgets\QgsOracleNewConnectionBase\GroupBox1=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel1=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel1_2=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel2_2=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel3=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\TextLabel3_2=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\btnConnect=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_allowGeometrylessTables=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_geometryColumnsOnly=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_onlyExistingTypes=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_useEstimatedMetadata=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\cb_userTablesOnly=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\chkStorePassword=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\chkStoreUsername=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\label=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\txtDatabase=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\txtHost=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\txtName=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\txtPassword=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\txtPort=true +Widgets\QgsOracleNewConnectionBase\GroupBox1\txtUsername=true +Widgets\QgsOracleNewConnectionBase\buttonBox=true +Widgets\QgsPalettedRendererWidgetBase=true +Widgets\QgsPalettedRendererWidgetBase\mBandComboBox=true +Widgets\QgsPalettedRendererWidgetBase\mBandLabel=true +Widgets\QgsPasteTransformationsBase=true +Widgets\QgsPasteTransformationsBase\buttonBox=true +Widgets\QgsPasteTransformationsBase\destinationLayerComboBox=true +Widgets\QgsPasteTransformationsBase\sourceLayerComboBox=true +Widgets\QgsPasteTransformationsBase\textLabel1_2=true +Widgets\QgsPasteTransformationsBase\textLabel3=true +Widgets\QgsPasteTransformationsBase\textLabel4=true +Widgets\QgsPgNewConnectionBase=true +Widgets\QgsPgNewConnectionBase\GroupBox1=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel1=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel1_2=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel2=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel2_2=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel3=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel3_2=true +Widgets\QgsPgNewConnectionBase\GroupBox1\TextLabel3_3=true +Widgets\QgsPgNewConnectionBase\GroupBox1\btnConnect=true +Widgets\QgsPgNewConnectionBase\GroupBox1\cb_allowGeometrylessTables=true +Widgets\QgsPgNewConnectionBase\GroupBox1\cb_dontResolveType=true +Widgets\QgsPgNewConnectionBase\GroupBox1\cb_geometryColumnsOnly=true +Widgets\QgsPgNewConnectionBase\GroupBox1\cb_publicSchemaOnly=true +Widgets\QgsPgNewConnectionBase\GroupBox1\cb_useEstimatedMetadata=true +Widgets\QgsPgNewConnectionBase\GroupBox1\cbxSSLmode=true +Widgets\QgsPgNewConnectionBase\GroupBox1\chkStorePassword=true +Widgets\QgsPgNewConnectionBase\GroupBox1\chkStoreUsername=true +Widgets\QgsPgNewConnectionBase\GroupBox1\label=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtDatabase=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtHost=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtName=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtPassword=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtPort=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtService=true +Widgets\QgsPgNewConnectionBase\GroupBox1\txtUsername=true +Widgets\QgsPgNewConnectionBase\buttonBox=true +Widgets\QgsPluginManagerBase=true +Widgets\QgsPluginManagerBase\buttonBox=true +Widgets\QgsPointDisplacementRendererWidgetBase=true +Widgets\QgsPointDisplacementRendererWidgetBase\mCenterSymbolLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mCenterSymbolPushButton=true +Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox=true +Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox\mCircleColorLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox\mCircleRadiusLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox\mCircleWidthLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mDisplacementCirclesGroupBox\mDistanceToleranceLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mLabelAttributeLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mLabelColorLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mLabelFieldComboBox=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mLabelFontButton=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mMaxScaleDenominatorEdit=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mMaxScaleLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mLabelingGroupBox\mScaleDependentLabelsCheckBox=true +Widgets\QgsPointDisplacementRendererWidgetBase\mRendererComboBox=true +Widgets\QgsPointDisplacementRendererWidgetBase\mRendererLabel=true +Widgets\QgsPointDisplacementRendererWidgetBase\mRendererSettingsButton=true +Widgets\QgsProjectLayerGroupDialogBase=true +Widgets\QgsProjectLayerGroupDialogBase\mButtonBox=true +Widgets\QgsProjectLayerGroupDialogBase\mProjectFileLabel=true +Widgets\QgsProjectLayerGroupDialogBase\mProjectFileLineEdit=true +Widgets\QgsProjectPropertiesBase=true +Widgets\QgsProjectionSelectorBase=true +Widgets\QgsProjectionSelectorBase\label=true +Widgets\QgsProjectionSelectorBase\label_3=true +Widgets\QgsProjectionSelectorBase\label_5=true +Widgets\QgsProjectionSelectorBase\teProjection=true +Widgets\QgsProjectionSelectorBase\teProjection\qt_scrollarea_hcontainer=true +Widgets\QgsProjectionSelectorBase\teProjection\qt_scrollarea_vcontainer=true +Widgets\QgsProjectionSelectorBase\teProjection\qt_scrollarea_viewport=true +Widgets\QgsProjectionSelectorBase\teSelected=true +Widgets\QgsQueryBuilderBase=true +Widgets\QgsQueryBuilderBase\buttonBox=true +Widgets\QgsQueryBuilderBase\groupBox1=true +Widgets\QgsQueryBuilderBase\groupBox1\lstFields=true +Widgets\QgsQueryBuilderBase\groupBox1\lstFields\qt_scrollarea_hcontainer=true +Widgets\QgsQueryBuilderBase\groupBox1\lstFields\qt_scrollarea_vcontainer=true +Widgets\QgsQueryBuilderBase\groupBox1\lstFields\qt_scrollarea_viewport=true +Widgets\QgsQueryBuilderBase\groupBox2=true +Widgets\QgsQueryBuilderBase\groupBox2\btnGetAllValues=true +Widgets\QgsQueryBuilderBase\groupBox2\btnSampleValues=true +Widgets\QgsQueryBuilderBase\groupBox2\lstValues=true +Widgets\QgsQueryBuilderBase\groupBox2\lstValues\qt_scrollarea_hcontainer=true +Widgets\QgsQueryBuilderBase\groupBox2\lstValues\qt_scrollarea_vcontainer=true +Widgets\QgsQueryBuilderBase\groupBox2\lstValues\qt_scrollarea_viewport=true +Widgets\QgsQueryBuilderBase\groupBox2\mUseUnfilteredLayer=true +Widgets\QgsQueryBuilderBase\groupBox3=true +Widgets\QgsQueryBuilderBase\groupBox3\txtSQL=true +Widgets\QgsQueryBuilderBase\groupBox3\txtSQL\qt_scrollarea_hcontainer=true +Widgets\QgsQueryBuilderBase\groupBox3\txtSQL\qt_scrollarea_vcontainer=true +Widgets\QgsQueryBuilderBase\groupBox3\txtSQL\qt_scrollarea_viewport=true +Widgets\QgsQueryBuilderBase\groupBox4=true +Widgets\QgsQueryBuilderBase\groupBox4\btnAnd=true +Widgets\QgsQueryBuilderBase\groupBox4\btnEqual=true +Widgets\QgsQueryBuilderBase\groupBox4\btnGreaterEqual=true +Widgets\QgsQueryBuilderBase\groupBox4\btnGreaterThan=true +Widgets\QgsQueryBuilderBase\groupBox4\btnILike=true +Widgets\QgsQueryBuilderBase\groupBox4\btnIn=true +Widgets\QgsQueryBuilderBase\groupBox4\btnLessEqual=true +Widgets\QgsQueryBuilderBase\groupBox4\btnLessThan=true +Widgets\QgsQueryBuilderBase\groupBox4\btnLike=true +Widgets\QgsQueryBuilderBase\groupBox4\btnNot=true +Widgets\QgsQueryBuilderBase\groupBox4\btnNotEqual=true +Widgets\QgsQueryBuilderBase\groupBox4\btnNotIn=true +Widgets\QgsQueryBuilderBase\groupBox4\btnOr=true +Widgets\QgsQueryBuilderBase\groupBox4\btnPct=true +Widgets\QgsQueryBuilderBase\lblDataUri=true +Widgets\QgsRasterCalcDialogBase=true +Widgets\QgsRasterCalcDialogBase\mButtonBox=true +Widgets\QgsRasterCalcDialogBase\mExpressionTextEdit=true +Widgets\QgsRasterCalcDialogBase\mExpressionTextEdit\qt_scrollarea_hcontainer=true +Widgets\QgsRasterCalcDialogBase\mExpressionTextEdit\qt_scrollarea_vcontainer=true +Widgets\QgsRasterCalcDialogBase\mExpressionTextEdit\qt_scrollarea_viewport=true +Widgets\QgsRasterCalcDialogBase\mExpressionValidLabel=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mACosButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mASinButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mATanButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mAndButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mCloseBracketPushButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mCosButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mDividePushButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mEqualButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mExpButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mGreaterButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mGreaterEqualButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mLessButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mLesserEqualButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mMinusPushButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mMultiplyPushButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mOpenBracketPushButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mOrButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mPlusPushButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mSinButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mSqrtButton=true +Widgets\QgsRasterCalcDialogBase\mOperatorsGroupBox\mTanButton=true +Widgets\QgsRasterCalcDialogBase\mRasterBandsGroupBox=true +Widgets\QgsRasterCalcDialogBase\mRasterCalculatorExpressionLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mAddResultToProjectCheckBox=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mColumnsLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mCurrentLayerExtentButton=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mNColumnsSpinBox=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mNColumnsSpinBox\qt_spinbox_lineedit=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mNRowsSpinBox=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mNRowsSpinBox\qt_spinbox_lineedit=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputFormatComboBox=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputFormatLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputLayerLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputLayerLineEdit=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mOutputLayerPushButton=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mRowsLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mXMaxLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mXMinLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mYMaxLabel=true +Widgets\QgsRasterCalcDialogBase\mResultGroupBox\mYMinLabel=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page\mOptionsAddButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page\mOptionsDeleteButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page\mOptionsHelpButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page\mOptionsValidateButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page_2=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mOptionsStackedWidget\page_2\mOptionsLineEdit=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileButtons=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileButtons\mProfileDeleteButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileButtons\mProfileNewButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileButtons\mProfileResetButton=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileComboBox=true +Widgets\QgsRasterFormatSaveOptionsWidgetBase\mProfileLabel=true +Widgets\QgsRasterHistogramWidgetBase=true +Widgets\QgsRasterHistogramWidgetBase\stackedWidget2=true +Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page=true +Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page\btnHistoCompute=true +Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page1_2=true +Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page2_2=true +Widgets\QgsRasterHistogramWidgetBase\stackedWidget2\page2_2\mHistogramProgress=true +Widgets\QgsRasterLayerPropertiesBase=true +Widgets\QgsRasterLayerSaveAsDialogBase=true +Widgets\QgsRasterLayerSaveAsDialogBase\label_2=true +Widgets\QgsRasterLayerSaveAsDialogBase\mBrowseButton=true +Widgets\QgsRasterLayerSaveAsDialogBase\mButtonBox=true +Widgets\QgsRasterLayerSaveAsDialogBase\mChangeCrsPushButton=true +Widgets\QgsRasterLayerSaveAsDialogBase\mCrsComboBox=true +Widgets\QgsRasterLayerSaveAsDialogBase\mFormatComboBox=true +Widgets\QgsRasterLayerSaveAsDialogBase\mFormatLabel=true +Widgets\QgsRasterLayerSaveAsDialogBase\mModeLabel=true +Widgets\QgsRasterLayerSaveAsDialogBase\mRawModeRadioButton=true +Widgets\QgsRasterLayerSaveAsDialogBase\mRenderedModeRadioButton=true +Widgets\QgsRasterLayerSaveAsDialogBase\mSaveAsLabel=true +Widgets\QgsRasterLayerSaveAsDialogBase\mSaveAsLineEdit=true +Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea=true +Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea\qt_scrollarea_hcontainer=true +Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea\qt_scrollarea_vcontainer=true +Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea\qt_scrollarea_viewport=true +Widgets\QgsRasterLayerSaveAsDialogBase\mScrollArea\qt_scrollarea_viewport\scrollAreaWidgetContents=true +Widgets\QgsRasterLayerSaveAsDialogBase\mTileModeCheckBox=true +Widgets\QgsRasterMinMaxWidgetBase=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\label=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\label_2=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mAccuracyGroupBox=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mAccuracyGroupBox\mActualRadioButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mAccuracyGroupBox\mEstimateRadioButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mCumulativeCutRadioButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mExtentGroupBox=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mExtentGroupBox\mCurrentExtentRadioButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mExtentGroupBox\mFullExtentRadioButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mLoadPushButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mMinMaxRadioButton=true +Widgets\QgsRasterMinMaxWidgetBase\mLoadMinMaxValuesGroupBox\mStdDevRadioButton=true +Widgets\QgsRasterPyramidsOptionsWidgetBase=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\cboResamplingMethod=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\cbxPyramidsFormat=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\cbxPyramidsLevelsCustom=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\label_2=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\label_4=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\label_5=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\lePyramidsLevels=true +Widgets\QgsRasterPyramidsOptionsWidgetBase\textLabel4_2=true +Widgets\QgsRendererRulePropsDialog=true +Widgets\QgsRendererRulePropsDialog\btnExpressionBuilder=true +Widgets\QgsRendererRulePropsDialog\btnTestFilter=true +Widgets\QgsRendererRulePropsDialog\buttonBox=true +Widgets\QgsRendererRulePropsDialog\editDescription=true +Widgets\QgsRendererRulePropsDialog\editFilter=true +Widgets\QgsRendererRulePropsDialog\editLabel=true +Widgets\QgsRendererRulePropsDialog\groupScale=true +Widgets\QgsRendererRulePropsDialog\groupScale\label_2=true +Widgets\QgsRendererRulePropsDialog\groupScale\label_3=true +Widgets\QgsRendererRulePropsDialog\groupScale\spinMaxScale=true +Widgets\QgsRendererRulePropsDialog\groupScale\spinMaxScale\qt_spinbox_lineedit=true +Widgets\QgsRendererRulePropsDialog\groupScale\spinMinScale=true +Widgets\QgsRendererRulePropsDialog\groupScale\spinMinScale\qt_spinbox_lineedit=true +Widgets\QgsRendererRulePropsDialog\groupSymbol=true +Widgets\QgsRendererRulePropsDialog\label_1=true +Widgets\QgsRendererRulePropsDialog\label_4=true +Widgets\QgsRendererRulePropsDialog\label_5=true +Widgets\QgsRendererV2PropsDialogBase=true +Widgets\QgsRendererV2PropsDialogBase\buttonBox=true +Widgets\QgsRendererV2PropsDialogBase\cboRenderers=true +Widgets\QgsRendererV2PropsDialogBase\stackedWidget=true +Widgets\QgsRendererV2PropsDialogBase\stackedWidget\pageNoWidget=true +Widgets\QgsRendererV2PropsDialogBase\stackedWidget\pageNoWidget\label=true +Widgets\QgsRuleBasedRendererV2Widget=true +Widgets\QgsRuleBasedRendererV2Widget\btnAddRule=true +Widgets\QgsRuleBasedRendererV2Widget\btnCountFeatures=true +Widgets\QgsRuleBasedRendererV2Widget\btnEditRule=true +Widgets\QgsRuleBasedRendererV2Widget\btnRefineRule=true +Widgets\QgsRuleBasedRendererV2Widget\btnRemoveRule=true +Widgets\QgsRuleBasedRendererV2Widget\btnRenderingOrder=true +Widgets\QgsSaveToDBDialog=true +Widgets\QgsSaveToDBDialog\buttonBox=true +Widgets\QgsSaveToDBDialog\descriptionLabel=true +Widgets\QgsSaveToDBDialog\label=true +Widgets\QgsSaveToDBDialog\mFileNameLabel=true +Widgets\QgsSaveToDBDialog\mNameEdit=true +Widgets\QgsSaveToDBDialog\mUILabel=true +Widgets\QgsSaveToDBDialog\mUseAsDefault=true +Widgets\QgsSaveToDBDialog\nameLabel=true +Widgets\QgsSingleBandGrayRendererWidgetBase=true +Widgets\QgsSingleBandGrayRendererWidgetBase\label=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mContrastEnhancementComboBox=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mContrastEnhancementLabel=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mGradientComboBox=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mGrayBandComboBox=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mGrayBandLabel=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mMaxLabel=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mMaxLineEdit=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mMinLabel=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mMinLineEdit=true +Widgets\QgsSingleBandGrayRendererWidgetBase\mMinMaxContainerWidget=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\label_2=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mClassificationModeComboBox=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mClassificationModeLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mClassifyButton=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mInvertCheckBox=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMaxLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMaxLineEdit=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMinLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMinLineEdit=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mMinMaxOriginLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mNumberOfEntriesLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mNumberOfEntriesSpinBox=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\grpGenerateColorMap\mNumberOfEntriesSpinBox\qt_spinbox_lineedit=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mBandComboBox=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mBandLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mClipCheckBox=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mColorInterpolationComboBox=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mColorInterpolationLabel=true +Widgets\QgsSingleBandPseudoColorRendererWidgetBase\mMinMaxContainerWidget=true +Widgets\QgsSmartGroupConditionWidget=true +Widgets\QgsSmartGroupConditionWidget\label=true +Widgets\QgsSmartGroupConditionWidget\mCondCombo=true +Widgets\QgsSmartGroupConditionWidget\mCondLineEdit=true +Widgets\QgsSmartGroupConditionWidget\mRemoveBtn=true +Widgets\QgsSmartGroupEditorDialogBase=true +Widgets\QgsSmartGroupEditorDialogBase\buttonBox=true +Widgets\QgsSmartGroupEditorDialogBase\label=true +Widgets\QgsSmartGroupEditorDialogBase\label_2=true +Widgets\QgsSmartGroupEditorDialogBase\mAddConditionBtn=true +Widgets\QgsSmartGroupEditorDialogBase\mAndOrCombo=true +Widgets\QgsSmartGroupEditorDialogBase\mConditionsBox=true +Widgets\QgsSmartGroupEditorDialogBase\mNameLineEdit=true +Widgets\QgsSnappingDialogBase=true +Widgets\QgsSnappingDialogBase\cbxEnableIntersectionSnappingCheckBox=true +Widgets\QgsSnappingDialogBase\cbxEnableTopologicalEditingCheckBox=true +Widgets\QgsSnappingDialogBase\mButtonBox=true +Widgets\QgsSpatialiteSridsDialogBase=true +Widgets\QgsSpatialiteSridsDialogBase\buttonBox=true +Widgets\QgsSpatialiteSridsDialogBase\groupBox=true +Widgets\QgsSpatialiteSridsDialogBase\groupBox\radioButtonName=true +Widgets\QgsSpatialiteSridsDialogBase\groupBox\radioButtonSrid=true +Widgets\QgsSpatialiteSridsDialogBase\label=true +Widgets\QgsSpatialiteSridsDialogBase\leSearch=true +Widgets\QgsSpatialiteSridsDialogBase\pbnFilter=true +Widgets\QgsSponsorsBase=true +Widgets\QgsSponsorsBase\buttonBox=true +Widgets\QgsSponsorsBase\qgisIcon=true +Widgets\QgsSponsorsBase\txtSponsors=true +Widgets\QgsSponsorsBase\txtSponsors\qt_scrollarea_hcontainer=true +Widgets\QgsSponsorsBase\txtSponsors\qt_scrollarea_vcontainer=true +Widgets\QgsSponsorsBase\txtSponsors\qt_scrollarea_viewport=true +Widgets\QgsStyleV2ExportImportDialogBase=true +Widgets\QgsStyleV2ExportImportDialogBase\btnBrowse=true +Widgets\QgsStyleV2ExportImportDialogBase\buttonBox=true +Widgets\QgsStyleV2ExportImportDialogBase\fromLabel=true +Widgets\QgsStyleV2ExportImportDialogBase\groupCombo=true +Widgets\QgsStyleV2ExportImportDialogBase\groupLabel=true +Widgets\QgsStyleV2ExportImportDialogBase\importTypeCombo=true +Widgets\QgsStyleV2ExportImportDialogBase\label=true +Widgets\QgsStyleV2ExportImportDialogBase\listItems=true +Widgets\QgsStyleV2ExportImportDialogBase\listItems\qt_scrollarea_hcontainer=true +Widgets\QgsStyleV2ExportImportDialogBase\listItems\qt_scrollarea_vcontainer=true +Widgets\QgsStyleV2ExportImportDialogBase\listItems\qt_scrollarea_viewport=true +Widgets\QgsStyleV2ExportImportDialogBase\locationLabel=true +Widgets\QgsStyleV2ExportImportDialogBase\locationLineEdit=true +Widgets\QgsStyleV2ManagerDialogBase=true +Widgets\QgsSublayersDialogBase=true +Widgets\QgsSublayersDialogBase\buttonBox=true +Widgets\QgsSymbolLevelsDialogBase=true +Widgets\QgsSymbolLevelsDialogBase\buttonBox=true +Widgets\QgsSymbolLevelsDialogBase\chkEnable=true +Widgets\QgsSymbolLevelsDialogBase\label=true +Widgets\QgsSymbolSelectorDialogBase=true +Widgets\QgsSymbolSelectorDialogBase\btnAddLayer=true +Widgets\QgsSymbolSelectorDialogBase\btnDown=true +Widgets\QgsSymbolSelectorDialogBase\btnLock=true +Widgets\QgsSymbolSelectorDialogBase\btnRemoveLayer=true +Widgets\QgsSymbolSelectorDialogBase\btnUp=true +Widgets\QgsSymbolSelectorDialogBase\buttonBox=true +Widgets\QgsSymbolSelectorDialogBase\label_3=true +Widgets\QgsSymbolSelectorDialogBase\lblPreview=true +Widgets\QgsTextAnnotationDialogBase=true +Widgets\QgsTextAnnotationDialogBase\mBoldPushButton=true +Widgets\QgsTextAnnotationDialogBase\mButtonBox=true +Widgets\QgsTextAnnotationDialogBase\mFontSizeSpinBox=true +Widgets\QgsTextAnnotationDialogBase\mFontSizeSpinBox\qt_spinbox_lineedit=true +Widgets\QgsTextAnnotationDialogBase\mItalicsPushButton=true +Widgets\QgsTextAnnotationDialogBase\mStackedWidget=true +Widgets\QgsTextAnnotationDialogBase\mStackedWidget\page=true +Widgets\QgsTextAnnotationDialogBase\mStackedWidget\page_2=true +Widgets\QgsTextAnnotationDialogBase\mTextEdit=true +Widgets\QgsTextAnnotationDialogBase\mTextEdit\qt_scrollarea_hcontainer=true +Widgets\QgsTextAnnotationDialogBase\mTextEdit\qt_scrollarea_vcontainer=true +Widgets\QgsTextAnnotationDialogBase\mTextEdit\qt_scrollarea_viewport=true +Widgets\QgsTileScaleWidget=true +Widgets\QgsTileScaleWidget\mSlider=true +Widgets\QgsTipGuiBase=true +Widgets\QgsTipGuiBase\buttonBox=true +Widgets\QgsTipGuiBase\cbxDisableTips=true +Widgets\QgsTipGuiBase\txtTip=true +Widgets\QgsTipGuiBase\txtTip\qt_scrollarea_hcontainer=true +Widgets\QgsTipGuiBase\txtTip\qt_scrollarea_vcontainer=true +Widgets\QgsTipGuiBase\txtTip\qt_scrollarea_viewport=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\buttonBox=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\cboColors=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\cboSchemeName=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\groupBox=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\groupBox\lblPreview=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\label=true +Widgets\QgsVectorColorBrewerColorRampV2DialogBase\label_2=true +Widgets\QgsVectorGradientColorRampV2DialogBase=true +Widgets\QgsVectorGradientColorRampV2DialogBase\btnInformation=true +Widgets\QgsVectorGradientColorRampV2DialogBase\buttonBox=true +Widgets\QgsVectorGradientColorRampV2DialogBase\cboType=true +Widgets\QgsVectorGradientColorRampV2DialogBase\groupBox=true +Widgets\QgsVectorGradientColorRampV2DialogBase\groupBox\lblPreview=true +Widgets\QgsVectorGradientColorRampV2DialogBase\groupStops=true +Widgets\QgsVectorGradientColorRampV2DialogBase\groupStops\btnAddStop=true +Widgets\QgsVectorGradientColorRampV2DialogBase\groupStops\btnRemoveStop=true +Widgets\QgsVectorGradientColorRampV2DialogBase\label=true +Widgets\QgsVectorGradientColorRampV2DialogBase\label_2=true +Widgets\QgsVectorGradientColorRampV2DialogBase\label_3=true +Widgets\QgsVectorLayerPropertiesBase=true +Widgets\QgsVectorLayerSaveAsDialogBase=true +Widgets\QgsVectorLayerSaveAsDialogBase\browseCRS=true +Widgets\QgsVectorLayerSaveAsDialogBase\browseFilename=true +Widgets\QgsVectorLayerSaveAsDialogBase\buttonBox=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\label_5=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\label_6=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mAddToCanvas=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrDatasourceOptions=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrDatasourceOptions\qt_scrollarea_hcontainer=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrDatasourceOptions\qt_scrollarea_vcontainer=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrDatasourceOptions\qt_scrollarea_viewport=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrLayerOptions=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrLayerOptions\qt_scrollarea_hcontainer=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrLayerOptions\qt_scrollarea_vcontainer=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mOgrLayerOptions\qt_scrollarea_viewport=true +Widgets\QgsVectorLayerSaveAsDialogBase\groupBox\mSkipAttributeCreation=true +Widgets\QgsVectorLayerSaveAsDialogBase\label=true +Widgets\QgsVectorLayerSaveAsDialogBase\label_2=true +Widgets\QgsVectorLayerSaveAsDialogBase\label_3=true +Widgets\QgsVectorLayerSaveAsDialogBase\label_4=true +Widgets\QgsVectorLayerSaveAsDialogBase\leCRS=true +Widgets\QgsVectorLayerSaveAsDialogBase\leFilename=true +Widgets\QgsVectorLayerSaveAsDialogBase\mCRSSelection=true +Widgets\QgsVectorLayerSaveAsDialogBase\mEncodingComboBox=true +Widgets\QgsVectorLayerSaveAsDialogBase\mFormatComboBox=true +Widgets\QgsVectorLayerSaveAsDialogBase\mScaleLabel=true +Widgets\QgsVectorLayerSaveAsDialogBase\mScaleSpinBox=true +Widgets\QgsVectorLayerSaveAsDialogBase\mScaleSpinBox\qt_spinbox_lineedit=true +Widgets\QgsVectorLayerSaveAsDialogBase\mSymbologyExportComboBox=true +Widgets\QgsVectorLayerSaveAsDialogBase\mSymbologyExportLabel=true +Widgets\QgsVectorRandomColorRampV2DialogBase=true +Widgets\QgsVectorRandomColorRampV2DialogBase\buttonBox=true +Widgets\QgsVectorRandomColorRampV2DialogBase\groupBox=true +Widgets\QgsVectorRandomColorRampV2DialogBase\groupBox\lblPreview=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_10=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_2=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_3=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_4=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_5=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_6=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_7=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_8=true +Widgets\QgsVectorRandomColorRampV2DialogBase\label_9=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinCount=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinCount\qt_spinbox_lineedit=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinHue1=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinHue1\qt_spinbox_lineedit=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinHue2=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinHue2\qt_spinbox_lineedit=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinSat1=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinSat1\qt_spinbox_lineedit=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinSat2=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinSat2\qt_spinbox_lineedit=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinVal1=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinVal1\qt_spinbox_lineedit=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinVal2=true +Widgets\QgsVectorRandomColorRampV2DialogBase\spinVal2\qt_spinbox_lineedit=true +Widgets\QgsWFSSourceSelectBase=true +Widgets\QgsWFSSourceSelectBase\GroupBox1=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\btnConnect=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\btnDelete=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\btnEdit=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\btnLoad=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\btnNew=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\btnSave=true +Widgets\QgsWFSSourceSelectBase\GroupBox1\cmbConnections=true +Widgets\QgsWFSSourceSelectBase\buttonBox=true +Widgets\QgsWFSSourceSelectBase\cbxUseTitleLayerName=true +Widgets\QgsWFSSourceSelectBase\gbCRS=true +Widgets\QgsWFSSourceSelectBase\gbCRS\btnChangeSpatialRefSys=true +Widgets\QgsWFSSourceSelectBase\gbCRS\labelCoordRefSys=true +Widgets\QgsWFSSourceSelectBase\labelFilter=true +Widgets\QgsWFSSourceSelectBase\lineFilter=true +Widgets\QgsWMSSourceSelectBase=true +Widgets\QgsWMSSourceSelectBase\buttonBox=true +Widgets\QgsWMSSourceSelectBase\labelStatus=true +Widgets\QgsWMSSourceSelectBase\tabServers=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayerOrder=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayerOrder\mLayerDownButton=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayerOrder\mLayerUpButton=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnAddDefault=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnConnect=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnDelete=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnEdit=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnGrpImageEncoding=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnLoad=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnNew=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\btnSave=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\cmbConnections=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\btnChangeSpatialRefSys=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\label=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\labelCoordRefSys=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\label_2=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\label_3=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\label_4=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\leLayerName=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mFeatureCount=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mStepHeight=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mStepWidth=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mTileHeight=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabLayers\gbCRS\mTileWidth=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabServerSearch=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabServerSearch\btnAddWMS=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabServerSearch\btnSearch=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabServerSearch\leSearchTerm=true +Widgets\QgsWMSSourceSelectBase\tabServers\tabTilesets=true +Widgets\QgsWmtsDimensionsBase=true +Widgets\QgsWmtsDimensionsBase\buttonBox=true +Widgets\SimplifyLineDialog=true +Widgets\SimplifyLineDialog\horizontalSlider=true +Widgets\SimplifyLineDialog\label=true +Widgets\SimplifyLineDialog\okButton=true +Widgets\SimplifyLineDialog\spinBox=true +Widgets\SimplifyLineDialog\spinBox\qt_spinbox_lineedit=true +splashpath=%PROFILE_FOLDER%/ +status=1 diff --git a/init/data_structure.png b/init/data_structure.png new file mode 100644 index 0000000..c2de86f Binary files /dev/null and b/init/data_structure.png differ diff --git a/init/initMoFa4Q.sh b/init/initMoFa4Q.sh new file mode 100644 index 0000000..c295e15 --- /dev/null +++ b/init/initMoFa4Q.sh @@ -0,0 +1,5 @@ +#!/bin/sh +clear +echo "Initialization MoFa4Q" +python3 python_init_script.py + diff --git a/init/initMoFa4Q_win.bat b/init/initMoFa4Q_win.bat new file mode 100644 index 0000000..f8427d7 --- /dev/null +++ b/init/initMoFa4Q_win.bat @@ -0,0 +1,8 @@ +set QGIS_DIRECTORY="C:\Program Files\QGIS 3.4\bin" + +call %QGIS_DIRECTORY%\o4w_env.bat +call %QGIS_DIRECTORY%\qt5_env.bat +call %QGIS_DIRECTORY%\py3_env.bat + +python3 python_init_script.py + diff --git a/init/profileChange.png b/init/profileChange.png new file mode 100644 index 0000000..c8e0d93 Binary files /dev/null and b/init/profileChange.png differ diff --git a/init/python_init_script.py b/init/python_init_script.py new file mode 100644 index 0000000..395448f --- /dev/null +++ b/init/python_init_script.py @@ -0,0 +1,26 @@ +#!/usr/bin/python3 + +import os +import fileinput +from shutil import copyfile + +textToSearch = "%PROFILE_FOLDER%" +print("Text to search for:", textToSearch) + +dirPath = os.path.normcase(os.path.join(os.path.dirname(__file__), "..")) + +copyfile(dirPath + "/init/QGIS3.ini", dirPath + "/QGIS/QGIS3.ini") +copyfile(dirPath + "/init/QGISCUSTOMIZATION3.ini", dirPath + "/QGIS/QGISCUSTOMIZATION3.ini") + +textToReplace = dirPath.replace('\\', '/') +print("Text to replace it with:", textToReplace) + +filename = dirPath + "/QGIS/QGIS3.ini" +with fileinput.FileInput(filename, inplace=True) as file: + for line in file: + print(line.replace(textToSearch, textToReplace), end='') + +filename = dirPath + "/QGIS/QGISCUSTOMIZATION3.ini" +with fileinput.FileInput(filename, inplace=True) as file: + for line in file: + print(line.replace(textToSearch, textToReplace), end='') diff --git a/init/startMoFa4Q.sh b/init/startMoFa4Q.sh new file mode 100644 index 0000000..db7f637 --- /dev/null +++ b/init/startMoFa4Q.sh @@ -0,0 +1,4 @@ +#!/bin/sh +/usr/bin/qgis --profile MoFa4Q + + diff --git a/mofa4q.qgz b/mofa4q.qgz new file mode 100644 index 0000000..0234cf6 Binary files /dev/null and b/mofa4q.qgz differ diff --git a/python/expressions/__init__.py b/python/expressions/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/python/plugins/moFa4Q_plugin/__init__.py b/python/plugins/moFa4Q_plugin/__init__.py new file mode 100644 index 0000000..750e850 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/__init__.py @@ -0,0 +1,36 @@ +# -*- coding: utf-8 -*- +""" +/*************************************************************************** + MoFa4QPlugin + A QGIS plugin + MoFa4QPlugin + Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/ + ------------------- + begin : 2019-06-25 + copyright : (C) 2019 by MoFa4QPlugin + email : _ + git sha : $Format:%H$ + ***************************************************************************/ + +/*************************************************************************** + * * + * 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 script initializes the plugin, making it known to QGIS. +""" + + +# noinspection PyPep8Naming +def classFactory(iface): # pylint: disable=invalid-name + """Load MoFa4QPlugin class from file MoFa4QPlugin. + + :param iface: A QGIS interface instance. + :type iface: QgsInterface + """ + # + from .moFa4Q_plugin import MoFa4QPlugin + return MoFa4QPlugin(iface) diff --git a/python/plugins/moFa4Q_plugin/annotations.yaml b/python/plugins/moFa4Q_plugin/annotations.yaml new file mode 100644 index 0000000..e69de29 diff --git a/python/plugins/moFa4Q_plugin/components/__init__.py b/python/plugins/moFa4Q_plugin/components/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/python/plugins/moFa4Q_plugin/components/btn_tool_map.py b/python/plugins/moFa4Q_plugin/components/btn_tool_map.py new file mode 100644 index 0000000..159155d --- /dev/null +++ b/python/plugins/moFa4Q_plugin/components/btn_tool_map.py @@ -0,0 +1,18 @@ +from dataclasses import dataclass, field +from typing import Callable + +from PyQt5.QtWidgets import QPushButton + + +@dataclass +class BtnToolMap: + """Class for associate a map button with its own tool (if exists).""" + name: str + iconPath: str + btn: QPushButton + fn: Callable + checkable: bool + # isLeft: bool = field(default=False, init=False) + isAnnotation: bool = field(default=False, init=False) + tool: any = field(default=None, init=False) + additionalTool: any = field(default=None, init=False) diff --git a/python/plugins/moFa4Q_plugin/components/custom_list_widget.py b/python/plugins/moFa4Q_plugin/components/custom_list_widget.py new file mode 100644 index 0000000..2c86ffc --- /dev/null +++ b/python/plugins/moFa4Q_plugin/components/custom_list_widget.py @@ -0,0 +1,64 @@ +from PyQt5.QtWidgets import QTreeWidgetItem, QListWidgetItem, QTreeWidget +from qgis.core import QgsProject, QgsMapLayer, QgsLayerTreeGroup + + +class CustomQTreeWidgetItem(QTreeWidgetItem): + """Custom QTreeWidgetItem class with additional info regarding layer id and name and value of checkbox""" + + def __init__(self, id: str, name: str, checked: bool, layerTree: QTreeWidget): + super().__init__() + self.__id: str = id + self.__name: str = name + self.__checked: bool = checked + self.__layerTree: QTreeWidget = layerTree + + @property + def id(self) -> int: + return self.__id + + @id.setter + def id(self, id: int): + self.__id = id + + @property + def name(self) -> str: + return self.__name + + @property + def checked(self) -> bool: + return self.__checked + + @checked.setter + def checked(self, checked: bool): + self.__checked = checked + # print('self.__id', self.__id) + layer: QgsMapLayer = QgsProject.instance().layerTreeRoot().findLayer(str(self.__id)) + # Layer item was toggled + if layer: + layer.setItemVisibilityChecked(checked) + + else: + root = QgsProject.instance().layerTreeRoot() + group: QgsLayerTreeGroup = root.findGroup(str(self.__id)) + group.setItemVisibilityChecked(self.__checked) + + @property + def layerTree(self) -> QTreeWidget: + return self.__layerTree + + +class CustomQListWidgetItem(QListWidgetItem): + id = 0 + checked = False + + def setId(self, id): + self.id = id + + def getId(self): + return self.id + + def setChecked(self, checked): + self.checked = checked + + def isChecked(self): + return self.checked diff --git a/python/plugins/moFa4Q_plugin/components/dialog_for_geom.ui b/python/plugins/moFa4Q_plugin/components/dialog_for_geom.ui new file mode 100644 index 0000000..06c2481 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/components/dialog_for_geom.ui @@ -0,0 +1,327 @@ + + + Dialog + + + + 0 + 0 + 426 + 294 + + + + Dialog + + + + + 10 + 10 + 401 + 281 + + + + + + + + + + 0 + 0 + + + + + 0 + 50 + + + + Linie Größe + + + + + + + + 0 + 0 + + + + + 250 + 0 + + + + + 0.25 + + + + + 0.5 + + + + + 0.75 + + + + + 1 + + + + + 2 + + + + + 3 + + + + + 4 + + + + + 5 + + + + + + + + + + + + + 0 + 50 + + + + Typ + + + + + + + + 0 + 0 + + + + + 250 + 0 + + + + + Durchgezogene Linie + + + + + Gestrichelte Linie + + + + + Strichpunktierte Linie + + + + + + + + + + + + + 0 + 50 + + + + Deckkraft + + + + + + + + 0 + 0 + + + + + 250 + 0 + + + + + 0.1 + + + + + 0.25 + + + + + 0.5 + + + + + 0.75 + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + buttonBox + accepted() + Dialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + Dialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/python/plugins/moFa4Q_plugin/components/geopackages_dialog.ui b/python/plugins/moFa4Q_plugin/components/geopackages_dialog.ui new file mode 100644 index 0000000..b306a09 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/components/geopackages_dialog.ui @@ -0,0 +1,99 @@ + + + Dialog + + + + 0 + 0 + 476 + 181 + + + + Info + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + 13 + + + + + + + Qt::AlignCenter + + + + + + + 15 + + + 10 + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 13 + + + + Synch-Tool öffnen + + + + + + + + 13 + + + + Abbrechen + + + + + + + + + + diff --git a/python/plugins/moFa4Q_plugin/components/input_dialog_for_text_bubble.ui b/python/plugins/moFa4Q_plugin/components/input_dialog_for_text_bubble.ui new file mode 100644 index 0000000..3fcfef5 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/components/input_dialog_for_text_bubble.ui @@ -0,0 +1,137 @@ + + + Dialog + + + + 0 + 0 + 400 + 243 + + + + Dialog + + + + + 20 + 200 + 361 + 32 + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + 20 + 10 + 361 + 181 + + + + + + + + + Nachricht eingeben + + + + + + + + + + + + + + Sprechblase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + buttonBox + accepted() + Dialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + Dialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/python/plugins/moFa4Q_plugin/components/left_panel.ui b/python/plugins/moFa4Q_plugin/components/left_panel.ui new file mode 100644 index 0000000..8884814 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/components/left_panel.ui @@ -0,0 +1,1300 @@ + + + Form + + + + 0 + 0 + 442 + 821 + + + + Form + + + + + + + 0 + 0 + + + + + 13 + + + + ArrowCursor + + + QToolBox::tab {color: darkgray;} +QToolBox::tab:selected {color: black;} + + + 0 + + + 6 + + + + + 0 + 0 + 387 + 633 + + + + + 0 + 0 + + + + ArrowCursor + + + Layerauswahl + + + + + + + + + + 0 + 0 + + + + 0 + + + + + 0 + 0 + 369 + 521 + + + + + 11 + + + + Öffentliche Layer + + + + true + + + + 0 + 0 + 369 + 511 + + + + + 50 + false + + + + + + + false + + + true + + + 100 + + + true + + + + 1 + + + + + + + + 0 + 0 + 369 + 521 + + + + Private Layer + + + + + 0 + 0 + 369 + 521 + + + + true + + + + 1 + + + + + + + + + + + + + + + 0 + 0 + 387 + 633 + + + + + 0 + 0 + + + + Datenquellen + + + + + + true + + + + + 0 + 0 + 367 + 613 + + + + + + + Geopackage als Layer + + + + + + + + + + Verfügbare Geopackage + + + + + + + + + + Neues Geopackage hinzufügen + + + + + + + + + + 0 + 0 + + + + + + + + Laden + + + + + + + + + + + + + + + 0 + 0 + 387 + 633 + + + + Adresssuche + + + + + + + + + + + 0 + 0 + 0 + + + + + + + 194 + 193 + 193 + + + + + + + 255 + 255 + 255 + + + + + + + 224 + 224 + 224 + + + + + + + 97 + 96 + 96 + + + + + + + 129 + 129 + 129 + + + + + + + 0 + 0 + 0 + + + + + + + 255 + 255 + 255 + + + + + + + 0 + 0 + 0 + + + + + + + 255 + 255 + 255 + + + + + + + 194 + 193 + 193 + + + + + + + 0 + 0 + 0 + + + + + + + 224 + 224 + 224 + + + + + + + 255 + 255 + 220 + + + + + + + 0 + 0 + 0 + + + + + + + 0 + 0 + 0 + + + + + + + + + 0 + 0 + 0 + + + + + + + 194 + 193 + 193 + + + + + + + 255 + 255 + 255 + + + + + + + 224 + 224 + 224 + + + + + + + 97 + 96 + 96 + + + + + + + 129 + 129 + 129 + + + + + + + 0 + 0 + 0 + + + + + + + 255 + 255 + 255 + + + + + + + 0 + 0 + 0 + + + + + + + 255 + 255 + 255 + + + + + + + 194 + 193 + 193 + + + + + + + 0 + 0 + 0 + + + + + + + 224 + 224 + 224 + + + + + + + 255 + 255 + 220 + + + + + + + 0 + 0 + 0 + + + + + + + 0 + 0 + 0 + + + + + + + + + 97 + 96 + 96 + + + + + + + 194 + 193 + 193 + + + + + + + 255 + 255 + 255 + + + + + + + 224 + 224 + 224 + + + + + + + 97 + 96 + 96 + + + + + + + 129 + 129 + 129 + + + + + + + 97 + 96 + 96 + + + + + + + 255 + 255 + 255 + + + + + + + 97 + 96 + 96 + + + + + + + 194 + 193 + 193 + + + + + + + 194 + 193 + 193 + + + + + + + 0 + 0 + 0 + + + + + + + 194 + 193 + 193 + + + + + + + 255 + 255 + 220 + + + + + + + 0 + 0 + 0 + + + + + + + 0 + 0 + 0 + + + + + + + + + + + + + + + + 0 + 0 + + + + Auf der Karte anzeigen + + + + + + + Qt::Vertical + + + + 20 + 552 + + + + + + + + + + 0 + 0 + 387 + 633 + + + + Objektsuche + + + + + + + + + + + 0 + 0 + 0 + + + + + + + 194 + 193 + 193 + + + + + + + 255 + 255 + 255 + + + + + + + 224 + 224 + 224 + + + + + + + 97 + 96 + 96 + + + + + + + 129 + 129 + 129 + + + + + + + 0 + 0 + 0 + + + + + + + 255 + 255 + 255 + + + + + + + 0 + 0 + 0 + + + + + + + 255 + 255 + 255 + + + + + + + 194 + 193 + 193 + + + + + + + 0 + 0 + 0 + + + + + + + 224 + 224 + 224 + + + + + + + 255 + 255 + 220 + + + + + + + 0 + 0 + 0 + + + + + + + 0 + 0 + 0 + + + + + + + + + 0 + 0 + 0 + + + + + + + 194 + 193 + 193 + + + + + + + 255 + 255 + 255 + + + + + + + 224 + 224 + 224 + + + + + + + 97 + 96 + 96 + + + + + + + 129 + 129 + 129 + + + + + + + 0 + 0 + 0 + + + + + + + 255 + 255 + 255 + + + + + + + 0 + 0 + 0 + + + + + + + 255 + 255 + 255 + + + + + + + 194 + 193 + 193 + + + + + + + 0 + 0 + 0 + + + + + + + 224 + 224 + 224 + + + + + + + 255 + 255 + 220 + + + + + + + 0 + 0 + 0 + + + + + + + 0 + 0 + 0 + + + + + + + + + 97 + 96 + 96 + + + + + + + 194 + 193 + 193 + + + + + + + 255 + 255 + 255 + + + + + + + 224 + 224 + 224 + + + + + + + 97 + 96 + 96 + + + + + + + 129 + 129 + 129 + + + + + + + 97 + 96 + 96 + + + + + + + 255 + 255 + 255 + + + + + + + 97 + 96 + 96 + + + + + + + 194 + 193 + 193 + + + + + + + 194 + 193 + 193 + + + + + + + 0 + 0 + 0 + + + + + + + 194 + 193 + 193 + + + + + + + 255 + 255 + 220 + + + + + + + 0 + 0 + 0 + + + + + + + 0 + 0 + 0 + + + + + + + + + + + + + + + + 0 + 0 + + + + Auf der Karte anzeigen + + + + + + + Qt::Vertical + + + + 20 + 552 + + + + + + + + + + 0 + 0 + 387 + 633 + + + + AppInfo + + + + + + + + + + + + + + + + + + 0 + 0 + + + + + MS Gothic + 10 + 75 + true + + + + << + + + + + + + + QgsExternalResourceWidget + QWidget +
qgsexternalresourcewidget.h
+
+
+ + + + +
diff --git a/python/plugins/moFa4Q_plugin/components/measure_dialog.ui b/python/plugins/moFa4Q_plugin/components/measure_dialog.ui new file mode 100644 index 0000000..7aca5bf --- /dev/null +++ b/python/plugins/moFa4Q_plugin/components/measure_dialog.ui @@ -0,0 +1,80 @@ + + + Dialog + + + + 0 + 0 + 415 + 326 + + + + Geodesic Measure Tool + + + + + + true + + + + + + + + + Gesamtdistanz + + + + + + + true + + + + + + + + + 15 + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Reset + + + + + + + Abbrechen + + + + + + + + + + diff --git a/python/plugins/moFa4Q_plugin/components/print_dialog.ui b/python/plugins/moFa4Q_plugin/components/print_dialog.ui new file mode 100644 index 0000000..72ee610 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/components/print_dialog.ui @@ -0,0 +1,396 @@ + + + Dialog + + + + 0 + 0 + 415 + 398 + + + + Drucken + + + + + + 0 + + + 5 + + + 5 + + + + + + 0 + 0 + + + + + 13 + + + + Druckoptionen: + + + + + + + + + 5 + + + 5 + + + + + + 13 + + + + + A4 Hochformat + + + + + A4 Querformat + + + + + A3 Querformat + + + + + A2 Querformat + + + + + A1 Querformat + + + + + A0 Querformat + + + + + + + + + + QLayout::SetMaximumSize + + + 5 + + + 5 + + + + + + 13 + + + + Maßstab + + + + + + + + 0 + 0 + + + + + 13 + + + + + 1:100 + + + + + 1:150 + + + + + 1:200 + + + + + 1:250 + + + + + 1:500 + + + + + 1:750 + + + + + 1:1000 + + + + + 1:1500 + + + + + 1:2000 + + + + + 1:2500 + + + + + 1:5000 + + + + + 1:7500 + + + + + 1:10000 + + + + + + + + + + QLayout::SetMaximumSize + + + 5 + + + 5 + + + + + + 13 + + + + Drehung + + + + + + + Qt::Horizontal + + + + + + + + 0 + 0 + + + + + 60 + 16777215 + + + + + 13 + + + + + + + + + + 5 + + + 10 + + + + + + 13 + + + + File + + + + + + + + 20 + + + + + + + + + + + 13 + + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + 13 + + + + + + + Qt::AlignCenter + + + + + + + 15 + + + 10 + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 13 + + + + Drucken + + + + + + + + 13 + + + + Pdf-Export + + + + + + + + 13 + + + + Abbrechen + + + + + + + + + + QgsFileWidget + QWidget +
qgsfilewidget.h
+
+
+ + +
diff --git a/python/plugins/moFa4Q_plugin/i18n/lng_en.qm b/python/plugins/moFa4Q_plugin/i18n/lng_en.qm new file mode 100644 index 0000000..7e37c74 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/i18n/lng_en.qm differ diff --git a/python/plugins/moFa4Q_plugin/i18n/lng_en.ts b/python/plugins/moFa4Q_plugin/i18n/lng_en.ts new file mode 100644 index 0000000..48a318b --- /dev/null +++ b/python/plugins/moFa4Q_plugin/i18n/lng_en.ts @@ -0,0 +1,222 @@ + + + + + @default + + + Mehrere Layer sind im Projekt definiert. + More than one layer has been defined in the project. + + + + Der Layer im Projekt is kein Raster-Layer. + The layer in the project is not a raster layer. + + + + Fehler + Error + + + + Die Datei existiert bereits. + The file already exists. + + + + Die Datei wurde nicht gefunden. + The file was not found. + + + + Erfolgreich + Successful + + + + Die Datei wurde kopiert. + The file has been copied. + + + + Die Adressensuche kann nicht verwendet werden. {} + The address search can not be used. {} + + + + Die Adressensuche kann nicht verwendet werden. Fehler nicht behoben: {} + The address search can not be used. Error not resolved: {} + + + + Segmente [Meter] + Segments [Meter] + + + + Geopackage-Datei {} nicht gefunden. + Geopackage-File {} not found. + + + + Löschen + Delete + + + + Hinzufügen + Add + + + + Keine Datei ausgewählt. + No file has been selected + + + + Die gewählte Datei ist kein Geopackage. + The selected file is not a Geopackage + + + + Die Datei konnte nicht kopiert werden. Prüfen Sie Ihre Berechtigungen. + The file could not be copied. Check your permissions. + + + + Gesamtfläche + Total surface + + + + Es wurden mehr als {} Feature identifiziert. Bitte zoomen Sie hinein um die Anzahl zu verringern + More than {} features has been identified, please zoom in to reduce the number + + + + Feature anzeigen + Show feature + + + + Dialog + + + Geodesic Measure Tool + Geodesic Measure Tool + + + + Gesamtdistanz + Total distance + + + + Reset + Reset + + + + Abbrechen + Cancel + + + + Form + + + Form + Form + + + + Layerauswahl + Layer selection + + + + Datenquellen + Data sources + + + + Geopackage als Layer + Geopackage as Layer + + + + Laden + Load + + + + Adresssuche + Address search + + + + Auf der Karte anzeigen + Show on the map + + + + AppInfo + App Information + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> + + + + + << + + + + + Verfügbare Geopackage + Available geopackage + + + + Neues Geopackage hinzufügen + Add new geopackage + + + + Objektsuche + Object search + + + + Öffentliche Layer + Public Layers + + + + Private Layer + Private Layer + + + + Luftbilder + Aerial photos + + + + Annotations/Notizen + Annotations/Notes + + + + Alle löschen + Clear all + + + diff --git a/python/plugins/moFa4Q_plugin/icons/area_icon.png b/python/plugins/moFa4Q_plugin/icons/area_icon.png new file mode 100644 index 0000000..262fe24 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/area_icon.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/branch_closed.png b/python/plugins/moFa4Q_plugin/icons/branch_closed.png new file mode 100644 index 0000000..9513050 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/branch_closed.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/branch_closed_v1.png b/python/plugins/moFa4Q_plugin/icons/branch_closed_v1.png new file mode 100644 index 0000000..7026a95 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/branch_closed_v1.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/branch_open.png b/python/plugins/moFa4Q_plugin/icons/branch_open.png new file mode 100644 index 0000000..79dd22a Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/branch_open.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/branch_open_v1.png b/python/plugins/moFa4Q_plugin/icons/branch_open_v1.png new file mode 100644 index 0000000..3c22324 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/branch_open_v1.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/burger.png b/python/plugins/moFa4Q_plugin/icons/burger.png new file mode 100644 index 0000000..64a204a Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/burger.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/checkbox.png b/python/plugins/moFa4Q_plugin/icons/checkbox.png new file mode 100644 index 0000000..f16e6ea Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/checkbox.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/checkbox_dis.png b/python/plugins/moFa4Q_plugin/icons/checkbox_dis.png new file mode 100644 index 0000000..9a298fe Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/checkbox_dis.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/close.png b/python/plugins/moFa4Q_plugin/icons/close.png new file mode 100644 index 0000000..2f4dfcf Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/close.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/del_geom.png b/python/plugins/moFa4Q_plugin/icons/del_geom.png new file mode 100644 index 0000000..63e83d8 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/del_geom.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/del_text_bubble.png b/python/plugins/moFa4Q_plugin/icons/del_text_bubble.png new file mode 100644 index 0000000..506e593 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/del_text_bubble.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/extent_icon.png b/python/plugins/moFa4Q_plugin/icons/extent_icon.png new file mode 100644 index 0000000..754f416 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/extent_icon.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/folder.png b/python/plugins/moFa4Q_plugin/icons/folder.png new file mode 100644 index 0000000..7ce1a7c Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/folder.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/folder.xcf b/python/plugins/moFa4Q_plugin/icons/folder.xcf new file mode 100644 index 0000000..f0bb5f2 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/folder.xcf differ diff --git a/python/plugins/moFa4Q_plugin/icons/gpkg.png b/python/plugins/moFa4Q_plugin/icons/gpkg.png new file mode 100644 index 0000000..ca68a61 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/gpkg.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/gps_icon.png b/python/plugins/moFa4Q_plugin/icons/gps_icon.png new file mode 100644 index 0000000..d4102c3 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/gps_icon.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/info_icon.png b/python/plugins/moFa4Q_plugin/icons/info_icon.png new file mode 100644 index 0000000..ad058f4 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/info_icon.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/line_edit.png b/python/plugins/moFa4Q_plugin/icons/line_edit.png new file mode 100644 index 0000000..720cf5e Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/line_edit.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/line_icon.png b/python/plugins/moFa4Q_plugin/icons/line_icon.png new file mode 100644 index 0000000..3542127 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/line_icon.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/load_indicator.gif b/python/plugins/moFa4Q_plugin/icons/load_indicator.gif new file mode 100644 index 0000000..d84f653 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/load_indicator.gif differ diff --git a/python/plugins/moFa4Q_plugin/icons/logo.png b/python/plugins/moFa4Q_plugin/icons/logo.png new file mode 100644 index 0000000..4a5df29 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/logo.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/minus_icon.png b/python/plugins/moFa4Q_plugin/icons/minus_icon.png new file mode 100644 index 0000000..21ccfd0 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/minus_icon.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/mofa4q.ico b/python/plugins/moFa4Q_plugin/icons/mofa4q.ico new file mode 100644 index 0000000..bf8f342 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/mofa4q.ico differ diff --git a/python/plugins/moFa4Q_plugin/icons/north_arrow.png b/python/plugins/moFa4Q_plugin/icons/north_arrow.png new file mode 100644 index 0000000..5798698 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/north_arrow.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/plus_icon.png b/python/plugins/moFa4Q_plugin/icons/plus_icon.png new file mode 100644 index 0000000..41dc121 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/plus_icon.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/polygon_edit.png b/python/plugins/moFa4Q_plugin/icons/polygon_edit.png new file mode 100644 index 0000000..4217fc3 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/polygon_edit.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/print_icon.png b/python/plugins/moFa4Q_plugin/icons/print_icon.png new file mode 100644 index 0000000..dd226a1 Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/print_icon.png differ diff --git a/python/plugins/moFa4Q_plugin/icons/text_bubble.png b/python/plugins/moFa4Q_plugin/icons/text_bubble.png new file mode 100644 index 0000000..69f08ac Binary files /dev/null and b/python/plugins/moFa4Q_plugin/icons/text_bubble.png differ diff --git a/python/plugins/moFa4Q_plugin/macro/__init__.py b/python/plugins/moFa4Q_plugin/macro/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/python/plugins/moFa4Q_plugin/macro/macro.py b/python/plugins/moFa4Q_plugin/macro/macro.py new file mode 100644 index 0000000..5d8605b --- /dev/null +++ b/python/plugins/moFa4Q_plugin/macro/macro.py @@ -0,0 +1,48 @@ +import yaml +import os +from qgis.core import (QgsLayerDefinition) +from PyQt5.QtWidgets import QMessageBox, QApplication +from qgis.core import QgsProject, QgsExpressionContextUtils + + +def openProject(): + pass + + +def saveProject(): + pass + + +def closeProject(): + isWarningShown = QgsExpressionContextUtils.projectScope(QgsProject.instance()).variable('is_warning_shown') + if not bool(isWarningShown): + msg = QMessageBox() + msg.setText("Bitte haben Sie ein wenig Geduld - MoFa4q wird gespeichert und geschlossen") + msg.setWindowTitle("Info") + msg.setStandardButtons(QMessageBox.NoButton) + msg.show() + QApplication.processEvents() + + _writeQlrsForPubLayers() + + +def _writeQlrsForPubLayers() -> None: + """Writes public layers in QLR files""" + homePath = QgsProject.instance().homePath() + qlrList = [] + sequenceQlr = os.path.join(homePath, "geopackages", "public", "sequence_qlr.yml") + if os.path.isfile(sequenceQlr): + with open(sequenceQlr, 'r') as stream: + qlrList = yaml.safe_load(stream) + + # childItem: Union[QgsLayerTreeLayer, QgsLayerTreeGroup] + for childItem in QgsProject.instance().layerTreeRoot().children(): + if childItem.name() in qlrList: + # qlrList.append(childItem.name()) + qlrFile: str = os.path.join(homePath, "geopackages", "public", childItem.name() + '.qlr') + QgsLayerDefinition().exportLayerDefinition(qlrFile, [childItem]) + + """qlrListFileOutput: str = os.path.join(homePath, "geopackages", "public", 'sequence_qlr.yml') + # print('qlrList', qlrList) + with open(qlrListFileOutput, 'w', encoding='utf8') as outfile: + yaml.dump(qlrList, outfile)""" diff --git a/python/plugins/moFa4Q_plugin/metadata.txt b/python/plugins/moFa4Q_plugin/metadata.txt new file mode 100644 index 0000000..09eb154 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/metadata.txt @@ -0,0 +1,39 @@ +# This file contains metadata for your plugin. Since +# version 2.0 of QGIS this is the proper way to supply +# information about a plugin. The old method of +# embedding metadata in __init__.py will +# is no longer supported since version 2.0. + +# This file should be included when you package your plugin.# Mandatory items: + +[general] +name=MoFa4QPlugin +qgisMinimumVersion=3.0 +description=MoFa4QPlugin +version=2.1.0 +author=MoFa4QPlugin +email=MoFa4QPlugin + +about=Provide a brief description of the plugin and its purpose. + +tracker=http://bugs +repository=http://repo +# End of mandatory metadata + +# Recommended items: + +# Uncomment the following line and add your changelog: +# changelog= + +# Tags are comma separated with spaces allowed +tags=python + +homepage=http://homepage +category=Plugins +icon=icon.png +# experimental flag +experimental=False + +# deprecated flag (applies to the whole plugin, not just a single version) +deprecated=False + diff --git a/python/plugins/moFa4Q_plugin/moFa4Q_plugin.py b/python/plugins/moFa4Q_plugin/moFa4Q_plugin.py new file mode 100644 index 0000000..fc496c8 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/moFa4Q_plugin.py @@ -0,0 +1,1090 @@ +""" +/*************************************************************************** + MoFa4QPlugin + QGIS plugin for MoFa4Q + begin : 2019-06 + git sha : https://repo.wheregroup.com/qgis/MoFa4Q/tree/master/python/plugins/moFa4Q_plugin + email : info@wheregroup.com + ***************************************************************************/ + +/*************************************************************************** + * * + * 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. * + * * + ***************************************************************************/ +""" +import os +from functools import partial +from threading import Timer +from typing import List, Optional, Union, Dict, Any + +import yaml +from PyQt5 import uic +from PyQt5.QtCore import (QCoreApplication, QFile, QPropertyAnimation, + QSize, Qt, QTranslator, qVersion, QRect, + QDateTime) +from PyQt5.QtGui import QColor, QFont, QIcon, QPalette +from PyQt5.QtWidgets import (QAbstractItemView, QApplication, QHBoxLayout, + QLabel, QPushButton, QWidget, QMenuBar, QAction) +from qgis.core import (Qgis, QgsCoordinateReferenceSystem, QgsProject, + QgsRasterLayer, QgsVectorLayer, QgsMapLayer) +from qgis.core import QgsLayerDefinition, QgsLayerTreeLayer, QgsLayerTreeGroup, QgsLayerTreeNode +from qgis.core import QgsLayerTree, QgsMessageLog +from qgis.gui import QgisInterface +from qgis.gui import QgsMapCanvas + +from .components.btn_tool_map import BtnToolMap +from .components.custom_list_widget import (CustomQListWidgetItem) +from .resources import * # noqa +from .utils.address_search import AddressSearch +from .utils.annotations.annotations import Annotations +from .utils.gpkg_metadata import GpkgMetadata +from .utils.gpkg_popup import GpkgPopup +from .utils.gps import Gps +from .utils.installed_program import OsInstallPath +from .utils.layer_trees import LayerTrees +from .utils.measure_tool import MeasureTool +from .utils.obj_search import ObjSearch +from .utils.print import PrintDialog +from .utils.qgis_initalize import QgisInitialize +from .utils.rect_select import RectSelect +from .utils.tr import tr + + +class MoFa4QPlugin: + """Main Class of the plugin moFa4Q_plugin""" + + LOCAL_FOLDER_GEOPACKAGE = "../../../geopackages" + ADDRESS_GEOPACKAGE = "/search/addresses.gpkg" + GEOSEARCH_GEOPACKAGE = "/search/search_objects.gpkg" + DEFAULT_PROJECT = "mofa4q.qgz" + BUTTON_SIZE = 100 + PROJECT_CRS = "EPSG:25832" + TITLE = "MoFa4Q - QGIS [MoFa4Q]" + TIME_FORMAT = "yyyy-MM-dd HH:mm:ss" + TIMESTAMP_FILE = "_tmstmp.txt" + DEFAULT_INSTALL_PATH = "C:/MoFa4Q" + IMPRINT_CONTACT_COMPANY = "WhereGroup" + IMPRINT_CONTACT_PERSON = "WhereGroup GmbH" + IMPRINT_CONTACT_PERSON_EMAIL = " (info@wheregroup.com)" + SHOW_MOFA4Q_CHANGELOG = True + MAIN_WINDOW_ICON = "icons/mofa4q.ico" + MOFA4Q_CHANGELOG_NAME = "changelog.txt" + + def __init__(self, iface: QgisInterface): + QgsMessageLog.logMessage(f"PLUGIN {os.path.basename(__file__)}: init", level=Qgis.Info) + print(f"PLUGIN {os.path.basename(__file__)}: init") + # Save reference to the QGIS interface + self.iface = iface + self.pluginDir = os.path.dirname(__file__) + self.geopackageDir = os.path.normcase(os.path.join(self.pluginDir, self.LOCAL_FOLDER_GEOPACKAGE)) + self.profile_path = os.path.normcase(self.iface.userProfileManager().userProfile().folder()) + self.locate_install_path = OsInstallPath.get_locate_programs('mofa4q') + + # + if os.path.exists(self.locate_install_path[1]): + #print('locate_install_path', self.locate_install_path[0]) + #print('locate_install_path', self.locate_install_path[1]) + self.DEFAULT_INSTALL_PATH = self.locate_install_path[1] + print(f"PLUGIN {os.path.basename(__file__)}: set new DEFAULT_INSTALL_PATH") + + + # Check DEFAULT_INSTALL_PATH and profile_path + if (os.path.exists(self.DEFAULT_INSTALL_PATH)) and (self.DEFAULT_INSTALL_PATH == self.profile_path): + self.metadataPath = os.path.normcase(os.path.join(self.DEFAULT_INSTALL_PATH, "manifest.txt")) + self.mofa4QChangelogPath = os.path.join(self.DEFAULT_INSTALL_PATH, self.MOFA4Q_CHANGELOG_NAME) + elif self.DEFAULT_INSTALL_PATH != self.profile_path: + self.metadataPath = os.path.normcase(os.path.join(self.DEFAULT_INSTALL_PATH, "manifest.txt")) + self.mofa4QChangelogPath = os.path.join(self.DEFAULT_INSTALL_PATH, self.MOFA4Q_CHANGELOG_NAME) + else: + self.metadataPath = os.path.normcase(os.path.join(self.pluginDir, "metadata.txt")) + self.DEFAULT_INSTALL_PATH = self.profile_path + self.mofa4QChangelogPath = os.path.join(self.DEFAULT_INSTALL_PATH, self.MOFA4Q_CHANGELOG_NAME) + + # initialize paths and reload QSettings() + QgisInitialize(self.iface, self.profile_path, self.DEFAULT_INSTALL_PATH, self.DEFAULT_PROJECT) + + # initialize locale + self.locale = QgisInitialize.get_locale(self) + + locale_path = os.path.join( + self.pluginDir, + 'i18n', + 'lng_{}.qm'.format(self.locale)) + + if os.path.exists(locale_path): + self.translator = QTranslator() + self.translator.load(locale_path) + + if qVersion() > '4.3.3': + QCoreApplication.installTranslator(self.translator) + + self.lblBgWidget: Optional[QLabel] = None + self.leftPanel: Optional[QWidget] = None + self.leftPanelWidth: Optional[float] = None + self.addressSearch: Optional[AddressSearch] = None + self.objSearch: Optional[ObjSearch] = None + self.gpkgPopup: Optional[GpkgPopup] = None + + self.closeLeftPanelAnimation: bool = False + self.mapButtons: Dict[str, BtnToolMap] = {} + self.gpkgNames: List[str] = [] + self.printDialog: Optional[PrintDialog] = None + self.rectSelect: Optional[RectSelect] = None + + def initGui(self) -> None: + """Init plugin.""" + QgsMessageLog.logMessage(f"PLUGIN {os.path.basename(__file__)}, readPath:" + + QgsProject.instance().readPath("./"), level=Qgis.Info) + print(f"PLUGIN {os.path.basename(__file__)}, readPath:" + QgsProject.instance().readPath("./")) + + if QgsProject.instance().readPath("./") == "./": + QgsMessageLog.logMessage(tr("Project QGZ will be loaded"), level=Qgis.Info) + QgsProject.instance().readProject.connect(self.runProjectReady) + else: + # following code is for the plugin reloaded (done via "Plugin Reloader") + QgsMessageLog.logMessage(tr("Plugin reloaded"), level=Qgis.Info) + self.runProjectReady() + + def unload(self) -> None: + """Removes all the 4 buttons and close the left panel.""" + QgsMessageLog.logMessage(tr(f"PLUGIN {os.path.basename(__file__)}: unload"), level=Qgis.Info) + print(tr(f"PLUGIN {os.path.basename(__file__)}: unload")) + # if True == True: # only for text purpouse + try: + self.btnBurger.setParent(None) + # print('remove btnBurger') + + btnToolMap: BtnToolMap + for btnToolMap in self.mapButtons.values(): + btnToolMap.btn.setParent(None) + if btnToolMap.tool: + btnToolMap.tool.close() + if btnToolMap.additionalTool: + btnToolMap.additionalTool.close() + + # self.mapButtons = {} + + if self.leftPanel is not None: + self.leftPanel.setParent(None) + self.leftPanel = None + # print('remove leftPanel') + + self.lblBgWidget = None + + # close connection for search + if self.addressSearch is not None: + self.addressSearch.resetAll() + + # close connection for search + if self.objSearch is not None: + self.objSearch.resetAll() + + # QgsProject.instance().removeAllMapLayers() + + rootChild: QgsLayerTreeNode + root = QgsProject.instance().layerTreeRoot() + for rootChild in root.children(): + if type(rootChild) == QgsLayerTreeGroup: + self._removeGroup(rootChild.name()) + elif type(rootChild) == QgsLayerTreeLayer: + if type(rootChild.layer()) != QgsRasterLayer: + root.removeChildNode(rootChild) + + if self.rectSelect: + self.rectSelect.reset() + + self.annotations.reset() + + except Exception as e: # necessary if in debug mode will be deleted one of prev objects + print('Exception in method unload', e) + + def runProjectReady(self) -> None: + """Buttons + layers can be initialized only when project/canvas is ready.""" + QgsMessageLog.logMessage(tr(f"PLUGIN {os.path.basename(__file__)}: runProjectReady"), level=Qgis.Info) + print(f"PLUGIN {os.path.basename(__file__)}: runProjectReady") + + self._readProjConf() + + isDebug = False + if "isDebug" in self.prjConfig and self.prjConfig["isDebug"]: + isDebug = True + + for el in self.iface.mainWindow().findChildren(QMenuBar): + el.setVisible(isDebug) + + # Check screen resolution and adjust gui elements + self._adjustToScreenSize() + + # workaround to change MainWindows Icon and remove * from title + self._changeQgisMainWindow() + + self._initBgLayer() + self._initPrivLayers() + self._initPubLayers() + + self._addBurger() + + self.mapCanvasWidth = self.iface.mapCanvas().width() + self.mapCanvasHeight = self.iface.mapCanvas().height() + + self.mapButtons['zoomIn'] = BtnToolMap('zoomIn', 'plus_icon.png', QPushButton(), self._runZoomIn, False) + self.mapButtons['zoomOut'] = BtnToolMap('zoomOut', 'minus_icon.png', QPushButton(), self._runZoomOut, False) + self.mapButtons['zoomToExtend'] = BtnToolMap('zoomToExtend', 'extent_icon.png', QPushButton(), + self._runZoomOutToExtent, False) + self.mapButtons['gps'] = BtnToolMap('gps', 'gps_icon.png', QPushButton(), self._runGps, False) + self.mapButtons['measureTool'] = BtnToolMap('measureTool', 'line_icon.png', QPushButton(), + self._runLineCalculation, False) + self.mapButtons['measureAreaTool'] = BtnToolMap('measureAreaTool', 'area_icon.png', QPushButton(), + self._runAreaCalculation, False) + self.mapButtons['featureInfo'] = BtnToolMap('infoIcon', 'info_icon.png', QPushButton(), + self._runFeatureInfo, True) + self.mapButtons['print'] = BtnToolMap('print', 'print_icon.png', QPushButton(), self._runPrint, False) + + self.annotations = Annotations(self.iface, self.mapButtons, self.pluginDir, self.prjConfig) + self.annotations.updateToggleToolsSignal.connect(self._toggleBtnTools) + # self.annotations.updateAnnotationSignal.connect(self._saveAnnotations) + + btnCount: int = 0 + maxRowBtn: Optional[int] = None + for btnName in self.mapButtons.keys(): + # print('maxRowBtn', maxRowBtn) + btnToolMap: BtnToolMap = self.mapButtons[btnName] + maxRowBtn = self._addMapButton(btnToolMap, btnCount, maxRowBtn) + # if not btnToolMap.isLeft: + btnCount = btnCount + 1 + + self.iface.mapCanvas().renderStarting.connect(self._refreshBtnsPosAndLbl) + + self._initLeftPanel() + + self._initCheckData() + + self._showMaptips() + + # workaround (see comment of the method _setDirty()) + timer = Timer(2, self._setDirty) + timer.start() + + # private methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def _getBgLayer(self) -> Optional[QgsRasterLayer]: + """ + Finds out whether a background layer, is defined directly in the project + and it is a raster + + Returns: + layer if exists (bg image maybe not available in not productive env). + """ + layer: Optional[QgsRasterLayer] = None + layersFromPrj = QgsProject.instance().layerTreeRoot().children() + # print(layersFromPrj, len(layersFromPrj)) + if len(layersFromPrj) > 1: + self.iface.messageBar().pushMessage("Fehler", + tr("Mehrere Layer sind im Projekt definiert."), level=Qgis.Warning) + if len(layersFromPrj) == 1: + if layersFromPrj[0].layer().type() != QgsMapLayer.RasterLayer: + self.iface.messageBar().pushMessage("Fehler", + tr("Der Layer im Projekt ist kein Raster-Layer."), + level=Qgis.Warning) + else: + layer = layersFromPrj[0].layer() + return layer if layer and layer.isValid() else None + + def _initBgLayer(self) -> None: + self.bgLayer: Optional[QgsRasterLayer] = self._getBgLayer() + if self.bgLayer and 'bgGpkg' in self.prjConfig: + config = self.prjConfig['bgGpkg'] + if config and 'isVisible' in config and not config['isVisible']: + QgsProject.instance().layerTreeRoot().findLayer(self.bgLayer.id()).setItemVisibilityChecked(False) + + def _initPrivLayers(self) -> None: + """Initialization of all private layers""" + self.privAllGeopackages = self._getAllGeopackagesInFolder('private') + + privGpkgs: List[any] = self.prjConfig['privateGpkgs'] + for gpkg in reversed(privGpkgs): + if 'layer' in gpkg: + filename: str = gpkg['layer'] + '.gpkg' + # check if file still exists + if filename not in self.privAllGeopackages.keys(): + self.iface.messageBar().pushMessage(tr("Fehler"), tr( + f"File nicht gefunden: {filename}"), level=Qgis.Warning) + continue + + self._createPrivateLayersFromGpkg(gpkg) + + self.iface.mapCanvas().refresh() + + def _initPubLayers(self) -> None: + """Reads sequence_qlr and import them in qgis project""" + sequenceQlr = os.path.join(self.geopackageDir, "public", "sequence_qlr.yml") + if os.path.isfile(sequenceQlr): + with open(sequenceQlr, 'r') as stream: + self.pubQlrStr = yaml.safe_load(stream) + if not self.pubQlrStr: + self.pubQlrStr = [] + else: + self.pubQlrStr = [] + + root: QgsLayerTree = QgsProject.instance().layerTreeRoot() + # self.qlrStr = ['group2', 'group3', 'test2'] + qlrStr: str + for qlrStr in self.pubQlrStr: + qlrItem: str = os.path.join(self.geopackageDir, "public", qlrStr + '.qlr') + isValid: bool = QgsLayerDefinition().loadLayerDefinition(qlrItem, QgsProject.instance(), root) + if not isValid: + self.iface.messageBar().pushMessage("Warnung", + tr(f"QLR-Datei {qlrStr + '.qlr'} nicht gültig"), level=Qgis.Warning) + + # public are added at the bottom of layer tree, code fixes order of the public layers, + # they go to the top (annotation layer is not added yet) + pubGroups: List[QgsLayerTreeNode] = root.children()[-len(self.pubQlrStr):] + # print('pubGroups', pubGroups) + for pubGroup in reversed(pubGroups): + # print(pubGroup) + root.insertChildNode(0, pubGroup.clone()) + root.removeChildNode(pubGroup) + + def _initLeftPanel(self) -> None: + self.leftPanel = uic.loadUi(os.path.join( + self.pluginDir, 'components', 'left_panel.ui')) + self.leftPanel.setParent(self.iface.mapCanvas()) + self.leftPanel.setAutoFillBackground(True) + self.leftPanel.hide() + p = QPalette() + p.setColor(self.leftPanel.backgroundRole(), QColor(230, 230, 230)) + self.leftPanel.setPalette(p) + # self.leftPanel.resize(QSize(self.leftPanelWidth, 870)) + self.leftPanel.scrollArea.setWidgetResizable(True) + self.leftPanel.closeBtn.setCursor(Qt.PointingHandCursor) + self.leftPanel.closeBtn.clicked.connect(self._closeLeftPanel) + self.leftPanel.mQgsFileWidget.fileWidget().setFilter("*.gpkg") + self.leftPanel.importGpkFile.clicked.connect(self._importFile) + + self.leftPanel.scrollArea.setStyleSheet(self.scrollAreaStyleSheet) + + self.leftPanel.lineEditSearch.setFont(self.labelFont) + self.leftPanel.pushButtonShowAddress.setFont(self.labelFont) + + self.leftPanel.labelInfo.setFont(self.labelFont) + + self.layerTrees = LayerTrees(self.iface, self.leftPanel, self.pluginDir, self.geopackageDir, self.prjConfig, + self.bgLayer, self.pubQlrStr, self.annotations.isVisible) + self.layerTrees.updateYamlSignal.connect(self._saveProjConf) + self.layerTrees.updatePubQlrSignal.connect(self._saveQlrForPubLayers) + # self.layerTrees.updatePrivQlrSignal.connect(self._saveQlrForPrivLayers) + self.layerTrees.updateAnnotationSignal.connect(self._updateAnnotationFromLayerTree) + + self._initDataSourceLists() + + # starts the search initialization + self.addressSearch = AddressSearch(self.iface, self.geopackageDir + self.ADDRESS_GEOPACKAGE, + self.leftPanel.lineEditSearch, self.leftPanel.pushButtonShowAddress) + + self.objSearch = ObjSearch(self.iface, self.geopackageDir + self.GEOSEARCH_GEOPACKAGE, + self.leftPanel.lineEditObjSearch, self.leftPanel.pushButtonShowObjSearch) + + self._addInfo() + + # sum of closed page in left panel + self.closedPagesHeight = (self.leftPanel.page_2.size().height() + self.leftPanel.page_3.size().height() + + self.leftPanel.page_4.size().height() + self.leftPanel.page_5.size().height()) + + if self.leftPanelWidth < self.layerTrees.internWidth + 290: + self.leftPanelWidth = self.layerTrees.internWidth + 290 + # self.leftPanelWidth = 400 + # self.leftPanel.resize(QSize(self.leftPanelWidth, 870)) + + def _adjustToScreenSize(self) -> None: + app: QCoreApplication = QApplication.instance() + screen = app.primaryScreen() + size: float = screen.size() + width: float = size.width() + self.labelFont = QFont('MS Shell Dlg 2', 11) + + # Set size for PC (1920 x 1080) + if width < 2736: + self.BUTTON_SIZE = 50 + self.leftPanelWidth = 530 + + # Layeritems + self.btnCheckWidth = 50 + self.moveBtnWidth = 30 + + # DataSources + self.scrollAreaStyleSheet = '' + + # Special implementation for Surface Pro (2736 x 1744) + else: + self.BUTTON_SIZE = 100 + self.leftPanelWidth = 900 + + # LayerItems + self.btnCheckWidth = 100 + self.moveBtnWidth = 70 + + # DataSources + self.scrollAreaStyleSheet = """ + QLabel, QPushButton, QWidget { + font-size: 11pt; + } + # scrollAreaWidgetContents > QLabel { + font-size: 12pt; + } + """ + + def _onDirtyChanged(self): + """Sets the project title without "*" and sets project_crs is used""" + self.iface.mainWindow().setWindowTitle(self.TITLE) + + if QgsProject.instance().crs().authid() != self.PROJECT_CRS: + QgsProject.instance().setCrs(QgsCoordinateReferenceSystem(self.PROJECT_CRS)) + + def _addBurger(self) -> None: + self.btnBurger = QPushButton() + self.btnBurger.resize(self.BUTTON_SIZE + 8, self.BUTTON_SIZE + 8) + self.btnBurger.setIcon(QIcon(':/plugins/moFa4Q_plugin/icons/burger.png')) + self.btnBurger.setIconSize(QSize(self.BUTTON_SIZE, self.BUTTON_SIZE)) + self.btnBurger.setParent(self.iface.mapCanvas()) + self.btnBurger.show() + self.btnBurger.clicked.connect(self._openLeftPanel) + self.btnBurger.setCursor(Qt.PointingHandCursor) + + def _addInfo(self) -> None: + app_version = "" + app_name = self.TITLE + app_company = self.IMPRINT_CONTACT_COMPANY + support_qgis = Qgis.version().split('-', 1)[0] + mof4q_changelog_content = "" + + with open(self.metadataPath, "r") as file: + rows = (line.split("=") for line in file) + for row in rows: + if row[0] == "appVersion": + app_version = row[1] + + if self.SHOW_MOFA4Q_CHANGELOG: + original_string = self.mofa4QChangelogPath + original_string = original_string.replace("\\", '/'); + if os.path.isfile(os.path.normcase(self.mofa4QChangelogPath)): + with open(original_string, 'r') as f: + mof4q_changelog_content = f.read(); + + self.leftPanel.labelInfo.setText( + tr("Name: {}\nVersion: {}\nQGIS-Version: {}\nLanguage: {}\n\nKontaktdaten\n Firma: {}\n Ansprechpartner: {}\n Email: {}\n\nÄnderungsprotokoll:\n{}") + .format(app_name, app_version, support_qgis, self.locale, app_company, + self.IMPRINT_CONTACT_PERSON, self.IMPRINT_CONTACT_PERSON_EMAIL, mof4q_changelog_content) + ) + self.leftPanel.labelInfo.setWordWrap(True) + + def _addMapButton(self, btnToolMap: BtnToolMap, btnCount: int, maxRowBtn: Optional[int]) -> int: + """Adds button on the canvas on the right side. It is responsive to the dimension of the screen. + A second colum of button will be added, if not enough space. + + Args: + btnToolMap: a button shown on the right side on the canvas + btnCount: numeration of button (first button with index 0 is shown in the top right corner of the canvas) + maxRowBtn: max number of button shown in a column + + Returns: + max number of button shown in a column + """ + btnToolMap.btn.resize(self.BUTTON_SIZE, self.BUTTON_SIZE) + width = self.iface.mapCanvas().size().width() + height = self.iface.mapCanvas().size().height() + y = (self.BUTTON_SIZE + 5) * btnCount + + # find how many buttons are visible in one column + if not maxRowBtn and ((self.BUTTON_SIZE + 5) * (btnCount + 1)) > height: + maxRowBtn = btnCount + + if maxRowBtn: + y = y - ((self.BUTTON_SIZE + 5) * maxRowBtn) + columnNum: int = 2 if maxRowBtn else 1 + btnToolMap.btn.move(width - (columnNum * self.BUTTON_SIZE) - (5 if columnNum > 1 else 0), y) + + btnToolMap.btn.setIcon(QIcon(':/plugins/moFa4Q_plugin/icons/' + btnToolMap.iconPath)) + btnToolMap.btn.setIconSize(QSize(self.BUTTON_SIZE, self.BUTTON_SIZE)) + btnToolMap.btn.setParent(self.iface.mapCanvas()) + btnToolMap.btn.setCheckable(btnToolMap.checkable) + btnToolMap.btn.show() + btnToolMap.btn.clicked.connect(btnToolMap.fn) + btnToolMap.btn.setCursor(Qt.PointingHandCursor) + if btnToolMap.checkable: + btnToolMap.btn.setCheckable(True) + + return maxRowBtn + + def _readProjConf(self) -> None: + """Reads project configuration file""" + prjConf = os.path.join(self.pluginDir, "prj_conf.yaml") + if os.path.isfile(prjConf): + with open(prjConf, 'r') as stream: + dataLoaded = yaml.safe_load(stream) + self.prjConfig = dataLoaded if dataLoaded else {} + # print('self.prjConfig', self.prjConfig) + else: + self.prjConfig = {} + + if 'privateGpkgs' not in self.prjConfig or not self.prjConfig['privateGpkgs']: + self.prjConfig['privateGpkgs'] = [] + + def _writeProjConf(self) -> None: + """Writes project configuration file""" + with open(os.path.join(self.pluginDir, "prj_conf.yaml"), 'w', encoding='utf8') as outfile: + privLayerConfig = [] + bgLayerConfig = {} + childItem: Union[QgsLayerTreeLayer, QgsLayerTreeGroup] + for childItem in QgsProject.instance().layerTreeRoot().children(): + if childItem.name() in self.pubQlrStr: + pass + # pubLayerConfig.append(self._prepareConf(childItem)) + elif childItem.name() in [name[:-5] for name in self.privAllGeopackages]: + privLayerConfig.append(self._prepareConf(childItem)) + elif self.bgLayer and childItem.name() == self.bgLayer.name(): + bgLayerConfig = {'isVisible': childItem.isVisible()} + + annotationConfig = {'isVisible': self.annotations.isVisible} + + # self.prjConfig['publicGpkgs'] = pubLayerConfig + self.prjConfig['privateGpkgs'] = privLayerConfig + self.prjConfig['bgGpkg'] = bgLayerConfig + self.prjConfig['annotations'] = annotationConfig + + yaml.dump(self.prjConfig, outfile) + + def _writeQlrsForPubLayers(self) -> None: + """Normal update of QLR files due to performance problem is done in QGIS-macro when the project is going to close. # noqa + However, the change of order of the main qlr groups is done soon => update file sequence_qlr.yml + """ + qlrList: List[str] = [] + childItem: Union[QgsLayerTreeLayer, QgsLayerTreeGroup] + for childItem in QgsProject.instance().layerTreeRoot().children(): + if childItem.name() in self.pubQlrStr: + qlrList.append(childItem.name()) + # qlrFile: str = os.path.join(self.geopackageDir, "public", childItem.name() + '.qlr') + # QgsLayerDefinition().exportLayerDefinition(qlrFile, [childItem]) + + qlrListFileOutput: str = os.path.join(self.geopackageDir, "public", 'sequence_qlr.yml') + # print('qlrList', qlrList) + with open(qlrListFileOutput, 'w', encoding='utf8') as outfile: + yaml.dump(qlrList, outfile) + + def _prepareConf(self, childItem: Union[QgsLayerTreeLayer, QgsLayerTreeGroup]) -> any: + isGroup: bool = type(childItem) == QgsLayerTreeGroup + if isGroup: + group = { + 'layer': childItem.name(), + 'isVisible': childItem.itemVisibilityChecked(), + 'layers': [] + } + for childChildItem in childItem.children(): + group['layers'].append(self._prepareConf(childChildItem)) + return group + else: + layer = { + 'layer': childItem.name(), + 'isVisible': childItem.itemVisibilityChecked(), + } + return layer + + def _createPrivateLayersFromGpkg(self, configInfo: any) -> None: + """Creates private layers from a geopackage. It applies also the style to the layer if it is stored in gpkg. + Initialization of this private layers is resource-intensive. + + Args: + configInfo: info coming from yaml file + """ + filename: str = configInfo['layer'] + '.gpkg' + isVisible: bool = configInfo['isVisible'] + gpkgMetadata = GpkgMetadata(self.iface, os.path.join(self.geopackageDir, 'private', filename)) + allLayersInGpkg: List[any] = gpkgMetadata.getInfo() + currentCount: int = 0 + + # add layer group to qgis treeRoot + root: QgsLayerTree = QgsProject.instance().layerTreeRoot() + groupNode: QgsLayerTreeGroup = root.insertGroup(currentCount, filename[:-5]) + + # get all tables inside the added geopackage and check if they are vector, raster + # or something else (e.g. layer styles) + layerInGpkg: any + for layerInSettings in configInfo['layers']: + for layerInfo in allLayersInGpkg: + if layerInfo['identifier'] == layerInSettings['layer']: + layerInGpkg = layerInfo + break + + # print(filename, layerInGpkg, groupNode, layerInSettings['isVisible']) + self._createPrivateLayer(filename, layerInGpkg, groupNode, layerInSettings['isVisible']) + + groupNode.setItemVisibilityChecked(isVisible) + + def _createPrivateLayer(self, filename: str, layerInGpkg: any, groupNode: QgsLayerTreeGroup, + isVisible: bool) -> None: + # print('filename', filename) + layer: QgsMapLayer + if layerInGpkg["data_type"] == "features": # add vector layer + path = self.geopackageDir + "/private/" + filename + "|layername=" + layerInGpkg["identifier"] + layer = QgsVectorLayer(path, layerInGpkg["identifier"], "ogr") + elif layerInGpkg["data_type"] in ["tiles", "2d-gridded-coverage"]: # add raster layer + path = "GPKG:" + self.geopackageDir + "/private/" + filename + ":" + layerInGpkg["identifier"] + layer = QgsRasterLayer(path, layerInGpkg["identifier"], "gdal") + + if layer.isValid(): + QgsProject.instance().addMapLayer(layer, False) + currentLayerCount = len(groupNode.children()) + layerNode = groupNode.insertLayer(currentLayerCount, layer) + layerNode.setItemVisibilityChecked(isVisible) + else: + self.iface.messageBar().pushMessage("Fehler", + tr(f"Layer {layerInGpkg['identifier']} konnte nicht hinzugefügt\ + werden."), level=Qgis.Warning) + + def _removeGroup(self, name: str) -> None: + """ + Removes top group/layer. It is used only in unload of plugin - not production + + Args: + name: name of group + """ + root: QgsLayerTree = QgsProject.instance().layerTreeRoot() + group: QgsLayerTreeGroup = root.findGroup(name) + if group is not None: + for child in group.children(): + dump = child.dump() + QgsProject.instance().removeMapLayer(dump.split("=")[-1].strip()) + root.removeChildNode(group) + + def _refreshBtnsPosAndLbl(self) -> None: + """ + Refresh the position of right buttons, if canvas dimension has been changed. + Additionally, set the style for the label of the background layer if exists. + """ + if self.bgLayer and self.lblBgWidget and self.bgLayer.hasScaleBasedVisibility(): + if self.bgLayer.maximumScale() > self.iface.mapCanvas().scale(): + self.lblBgWidget.setStyleSheet("color: gray") + else: + self.lblBgWidget.setStyleSheet("color: black") + width = self.iface.mapCanvas().size().width() + height = self.iface.mapCanvas().size().height() + + btnToolMap: BtnToolMap + btnCount: int = 0 + maxRowBtn: Optional[int] = None + for btnName in self.mapButtons.keys(): + btnToolMap: BtnToolMap = self.mapButtons[btnName] + y: float = (self.BUTTON_SIZE + 5) * btnCount + if not maxRowBtn and ((self.BUTTON_SIZE + 5) * (btnCount + 1)) > height: + maxRowBtn = btnCount + + if maxRowBtn: + y = y - ((self.BUTTON_SIZE + 5) * maxRowBtn) + columnNum: int = 2 if maxRowBtn else 1 + btnToolMap.btn.move(width - (columnNum * self.BUTTON_SIZE) - (5 if columnNum > 1 else 0), y) + btnCount = btnCount + 1 + + if self.mapCanvasWidth != width: + self.mapCanvasWidth = width + + if self.mapCanvasHeight != height: + self.mapCanvasHeight = height + if self.leftPanel is not None: + self.leftPanel.resize(self.leftPanel.size().width(), height) + + tool: PrintDialog = self.mapButtons['print'].tool + if tool and tool.isVisible(): + tool.showPreview() + + def _updateAnnotationFromLayerTree(self, isChecked: bool, isDel: bool) -> None: + # print('_updateAnnotationFromLayerTree', isChecked, isDel) + if not isDel: + self.annotations.setAnnotationsVisibility(isChecked) + else: + self.annotations.delAllAnnotations() + + def _openLeftPanel(self) -> None: + """Opens the left panel over the canvas""" + self.btnBurger.hide() + + self.leftPanel.show() + self._slideAnimation(False) + + def _closeLeftPanel(self) -> None: + """Closes the left panel.""" + if self.leftPanel is not None: + self.btnBurger.show() + self._slideAnimation(True) + + def _slideAnimation(self, isOpen) -> None: + height = self.iface.mapCanvas().size().height() + self.leftPanel.resize(self.leftPanelWidth, height) + self.leftPanel.toolBox.resize(self.leftPanel.toolBox.size().width(), height) + self.leftPanel.toolBox2.resize(self.leftPanel.toolBox.size().width() - 20, height) + self.leftPanel.privLayerTree.resize(self.leftPanel.toolBox.size().width() - 20, + height - self.closedPagesHeight - 35) + self.leftPanel.pubLayerTree.resize(self.leftPanel.toolBox.size().width() - 20, + height - self.closedPagesHeight - 35) + + openGeometry = QRect(0, 0, self.leftPanelWidth, height) + closedGeometry = QRect(0, 0, 0, height) + + self.animation = QPropertyAnimation(self.leftPanel, b"geometry") + self.animation.setDuration(200) + + if isOpen: # open, will be closed + self.leftPanel.hide() + else: # close, will be opened + self.leftPanel.show() + self.animation.setStartValue(closedGeometry) + self.animation.setEndValue(openGeometry) + self.animation.start() + + def _getAllGeopackagesInFolder(self, subFolder: str) -> Dict: + geopackages = {} + + for fileName in os.listdir(self.geopackageDir + '/' + subFolder): + if fileName.endswith(".gpkg"): + try: + gpkgMetadata = GpkgMetadata(self.iface, os.path.join(self.geopackageDir, subFolder, fileName)) + geopackages[fileName] = gpkgMetadata.getInfo() + except Exception: + self.iface.messageBar().pushMessage("Fehler", + tr(f"Info-Metadata vom Layer {fileName} ist nicht lesbar."), + level=Qgis.Warning) + return geopackages + + def _initDataSourceLists(self) -> None: + # print('initDataSourceLists()') + self.leftPanel.dataSourceList.setSelectionMode(QAbstractItemView.NoSelection) + self.leftPanel.notSavedDataSourceList.setSelectionMode(QAbstractItemView.NoSelection) + gpkgNames: List[str] = [name[:-5] for name in self.privAllGeopackages.keys()] + for groupNode in QgsProject.instance().layerTreeRoot().children(): + if groupNode.name() in gpkgNames: + gpkgNames.remove(groupNode.name()) + itemN = self._getSavedDataSourceItem(groupNode.name()) + self.leftPanel.dataSourceList.addItem(itemN["item"]) + self.leftPanel.dataSourceList.setItemWidget( + itemN["item"], itemN["widget"]) + for fileName in gpkgNames: + # print(os.path.join(root, fileName)) + itemN = self._getNotSavedDataSourceItem(fileName) + self.leftPanel.notSavedDataSourceList.addItem(itemN["item"]) + self.leftPanel.notSavedDataSourceList.setItemWidget( + itemN["item"], itemN["widget"]) + + def _getSavedDataSourceItem(self, fileName: str) -> Dict[str, Any]: + item = CustomQListWidgetItem() + item.setId(fileName) + widget = QWidget() + lblWidget = QLabel(fileName) + btnDel = QPushButton(tr("Löschen")) + btnDel.setCursor(Qt.PointingHandCursor) + hLayout = QHBoxLayout(self.leftPanel.dataSourceList) + hLayout.addWidget(lblWidget) + hLayout.addStretch() + hLayout.addWidget(btnDel) + btnDel.clicked.connect(partial(self._onDataSourceDelClicked, fileName)) + + # hLayout.setSizeConstraint(QLayout.SetFixedSize) + widget.setLayout(hLayout) + item.setSizeHint(widget.sizeHint()) + + return {'item': item, 'widget': widget} + + def _getNotSavedDataSourceItem(self, fileName: str) -> Dict[str, Any]: + item = CustomQListWidgetItem() + item.setId(fileName) + widget = QWidget() + lblWidget = QLabel(fileName) + btnAdd = QPushButton(tr("Hinzufügen")) + btnAdd.setCursor(Qt.PointingHandCursor) + hLayout = QHBoxLayout(self.leftPanel.dataSourceList) + hLayout.addWidget(lblWidget) + hLayout.addStretch() + hLayout.addWidget(btnAdd) + + btnAdd.clicked.connect(partial(self._onDataSourceAddClicked, fileName)) + + # hLayout.setSizeConstraint(QLayout.SetFixedSize) + widget.setLayout(hLayout) + item.setSizeHint(widget.sizeHint()) + + return {'item': item, 'widget': widget} + + def _onDataSourceDelClicked(self, fileName: str) -> None: + """Removes datasource from project and from the private tree layer + + Args: + fileName: file name + """ + self.layerTrees.removeLayerInPrivLayerTree(fileName) + + # remove from datasource and add to available + for i in range(self.leftPanel.dataSourceList.count()): + if self.leftPanel.dataSourceList.item(i).getId() == fileName: + self.leftPanel.dataSourceList.takeItem(i) + break + + itemN = self._getNotSavedDataSourceItem(fileName) + self.leftPanel.notSavedDataSourceList.addItem(itemN["item"]) + self.leftPanel.notSavedDataSourceList.setItemWidget(itemN["item"], itemN["widget"]) + + self.iface.mapCanvas().refresh() + + self.privAllGeopackages = self._getAllGeopackagesInFolder('private') + self._saveProjConf() + + def _onDataSourceAddClicked(self, fileName: str) -> None: + """Adds datasource to project and to the private tree layer + + Args: + fileName: file name + """ + dirGeopackage: str = os.path.abspath(os.path.join(self.pluginDir, self.LOCAL_FOLDER_GEOPACKAGE, 'private')) + gpkgMetadata = GpkgMetadata(self.iface, os.path.join(dirGeopackage, fileName + '.gpkg')) + allLayersInGpkg: List[str] = gpkgMetadata.getInfo() + + root: QgsLayerTree = QgsProject.instance().layerTreeRoot() + # new private layer should be added after all public layers and 1 layer for annotations + pubGroupsCount: int = len(self.pubQlrStr) + group: QgsLayerTreeGroup = root.insertGroup(pubGroupsCount + 1, fileName) + allLayersInGpkg.sort(key=lambda x: x['identifier']) + + for layerInGpkg in allLayersInGpkg: + self._createPrivateLayer(fileName + '.gpkg', layerInGpkg, group, True) + + self.layerTrees.addLayerInPrivLayerTree(group) + + itemN = self._getSavedDataSourceItem(fileName) + self.leftPanel.dataSourceList.insertItem(0, itemN["item"]) + self.leftPanel.dataSourceList.setItemWidget(itemN["item"], itemN["widget"]) + + # remove from available datasource and add to saved datasource + for i in range(self.leftPanel.notSavedDataSourceList.count()): + if self.leftPanel.notSavedDataSourceList.item(i).getId() == fileName: + self.leftPanel.notSavedDataSourceList.takeItem(i) + break + + self.privAllGeopackages = self._getAllGeopackagesInFolder('private') + self._saveProjConf() + + def _saveProjConf(self) -> None: + # print('_saveProjConf') + self._writeProjConf() + self._onDirtyChanged() + + def _saveQlrForPubLayers(self) -> None: + print('_saveQlrForPubLayers') + self._writeQlrsForPubLayers() + self._onDirtyChanged() + + def _importFile(self) -> None: + """Imports file in folder""" + filePath = self.leftPanel.mQgsFileWidget.fileWidget().filePath() + fileName = os.path.basename(filePath) + if filePath == "": + self.iface.messageBar().pushMessage(tr("Fehler"), tr("Keine Datei ausgewählt."), level=Qgis.Warning) + elif filePath.endswith(".gpkg") is False: + self.iface.messageBar().pushMessage(tr("Fehler"), tr( + "Die gewählte Datei ist kein Geopackage."), level=Qgis.Warning) + elif os.path.isfile(os.path.abspath(os.path.join(self.pluginDir, self.LOCAL_FOLDER_GEOPACKAGE, 'private', + fileName))): + self.iface.messageBar().pushMessage(tr("Fehler"), tr("Die Datei existiert bereits."), level=Qgis.Warning) + else: + qFile = QFile(filePath) + if qFile.exists() is False: + self.iface.messageBar().pushMessage(tr("Fehler"), tr( + "Die Datei wurde nicht gefunden."), level=Qgis.Warning) + else: + isCopy = qFile.copy(os.path.abspath(os.path.join( + self.pluginDir, self.LOCAL_FOLDER_GEOPACKAGE, 'private', fileName))) + if isCopy is False: + self.iface.messageBar().pushMessage(tr("Fehler"), + tr("Die Datei konnte nicht kopiert werden. Prüfen Sie Ihre Berechtigungen."), # noqa + level=Qgis.Warning) + else: + self.iface.messageBar().pushMessage(tr("Erfolgreich"), tr("Die Datei wurde kopiert.")) + itemN = self._getNotSavedDataSourceItem(fileName[:-5]) + self.leftPanel.notSavedDataSourceList.addItem(itemN["item"]) + self.leftPanel.notSavedDataSourceList.setItemWidget(itemN["item"], itemN["widget"]) + + def _checkGpkg28DayOlder(self) -> List[str]: + """Shows a warning popup if public geopackages are older then 28 days/ 4 weeks + + Returns: + names of geopackages which are too old + """ + fourWeeksAgo = QDateTime.currentDateTime().addDays(-28) + gpkgOlder4Weeks: List[str] = [] + + for fileName in self.pubQlrStr: + if fileName.lower() != 'osm' and fileName.lower() != 'topplus_grau': + # print("=====>>> ", fileName) + tmpsFile: str = os.path.join(self.geopackageDir, 'public', + os.path.splitext(fileName)[0] + self.TIMESTAMP_FILE) + # print("loop", tmpsFile) + if QFile.exists(tmpsFile): + # print("tmpsFile exists") + with open(tmpsFile, "r") as f: + updatedDate = QDateTime.fromString(f.readline(), self.TIME_FORMAT) + # print("updatedDate", updatedDate.toString()) + # print("compare: ", updatedDate.toTime_t(), fourWeeksAgo.toTime_t(), updatedDate.toTime_t() < fourWeeksAgo.toTime_t()) # noqa + if updatedDate.toString() == "" or updatedDate.toTime_t() < fourWeeksAgo.toTime_t(): + gpkgOlder4Weeks.append(fileName + '.gpkg') + + return gpkgOlder4Weeks + + def _initCheckData(self) -> None: + """Checks data at the initialization (public layers, qlrs, timestamps). + If there is a problem, a warning is displayed. + """ + allGeopackages = self._getAllGeopackagesInFolder('public') + if not any(allGeopackages.values()): + self.gpkgPopup = GpkgPopup(self.iface, self.iface.mainWindow()) + self.gpkgPopup.setSyncToolPath(self.DEFAULT_INSTALL_PATH) + self.gpkgPopup.show(titelName=tr('keine Geopackages im Ordner public gefunden. Starte das SyncTool!')) + else: + # gpkgOlder4Weeks = self._checkGpkg28DayOlder() + corruptQlrs = self._checkQlrDim0Kb() + # if len(gpkgOlder4Weeks) > 0 + if len(corruptQlrs) > 0: + self.gpkgPopup = GpkgPopup(self.iface, self.iface.mainWindow()) + self.gpkgPopup.show(gpkgOlder4Weeks=gpkgOlder4Weeks, corruptQlrs=corruptQlrs) + + def _checkQlrDim0Kb(self) -> List[str]: + """Checks if one of QLR files in public is empty (0 KB). It meas it is corrupt! + In this case, the corresponding GPKG file should be deleted, so that the synch-tool will download the file again + + Returns: + names of QLR corrupt files + """ + corruptQlrs: List[str] = [] + publicDir = os.path.join(self.geopackageDir, 'public') + for fileName in os.listdir(publicDir): + qlrFile = os.path.join(publicDir, fileName) + if fileName.endswith(".qlr") and os.path.getsize(qlrFile) == 0: + corruptQlrs.append(fileName) + tmpName = os.path.join(publicDir, os.path.splitext(fileName)[0] + '_qlr_tmstmp.txt') + if os.path.isfile(tmpName): + open(tmpName, 'w').close() + + return corruptQlrs + + def _showMaptips(self) -> None: + """Activates action map tips ("Kartenhinweise anzeigen"). At the click of the map it will be shown + what is setting under layer properties in tab display + """ + mActionMapTips: QAction = self.iface.mainWindow().findChild(QAction, 'mActionMapTips') + if mActionMapTips: + # print("mActionMapTips is ", mActionMapTips.isChecked()) + if not mActionMapTips.isChecked(): + mActionMapTips.trigger() + + def _toggleBtnTools(self, btnWillBeNotClose: str) -> None: + """Toggles buttons on the right side + + Args: + btnWillBeNotClose (str): name representing the button that will be not closed + """ + # print("_closeOpenTools") + for btnName in self.mapButtons.keys(): + # print('====> btn, tool', bItem) + if btnName != btnWillBeNotClose: + btnTool: BtnToolMap = self.mapButtons[btnName] + if btnTool.tool: + btnTool.tool.close() + + if btnTool.additionalTool: + btnTool.additionalTool.close() + + if btnTool.checkable and btnTool.btn.isChecked(): + btnTool.btn.setChecked(False) + + if btnName == 'featureInfo' and self.rectSelect: + self.rectSelect.reset() + self.iface.actionPan().trigger() + + def _runZoomIn(self) -> None: + """Runs zoom in""" + canvas = self.iface.mapCanvas() + canvas.zoomIn() + + def _runZoomOut(self) -> None: + """Runs zoom out""" + canvas = self.iface.mapCanvas() + canvas.zoomOut() + + def _runGps(self) -> None: + """Calls GPS util to use GPS functionality""" + gpsTool: BtnToolMap = self.mapButtons['gps'] + self._toggleBtnTools('gps') + if not gpsTool.tool: + gpsTool.tool = Gps(self.iface) + gpsTool.tool.runGps() + + def _runZoomOutToExtent(self) -> None: + """Zooms to full extent""" + # self.gpkgPopup.show(titelName='xxxx') + canvas: QgsMapCanvas = self.iface.mapCanvas() + canvas.zoomToFullExtent() + + def _runLineCalculation(self) -> None: + """Runs the tool to calculate the distance""" + measureTool = self.mapButtons['measureTool'] + self._toggleBtnTools('measureTool') + if not measureTool.tool: + measureTool.tool = MeasureTool(self.iface, self.iface.mainWindow()) + canvas = self.iface.mapCanvas() + canvas.setMapTool(measureTool.tool) + measureTool.tool.activate() + + def _runAreaCalculation(self) -> None: + """Runs the tool to calculate the area""" + measureAreaTool = self.mapButtons['measureAreaTool'] + self._toggleBtnTools('measureAreaTool') + if not measureAreaTool.tool: + measureAreaTool.tool = MeasureTool(self.iface, self.iface.mainWindow(), isArea=True) + canvas = self.iface.mapCanvas() + canvas.setMapTool(measureAreaTool.tool) + measureAreaTool.tool.activate() + + def _runFeatureInfo(self) -> None: + featureInfo = self.mapButtons['featureInfo'] + self._toggleBtnTools('featureInfo') + if featureInfo.btn.isChecked(): + self.rectSelect = RectSelect(self.iface) + self.iface.mapCanvas().setMapTool(self.rectSelect) + + def _runPrint(self) -> None: + """Opens print dialog""" + printDialog = self.mapButtons['print'] + self._toggleBtnTools('print') + + if not printDialog.tool: + printDialog.tool = PrintDialog(self.iface, self.iface.mainWindow()) + printDialog.tool.show() + + def _changeQgisMainWindow(self) -> None: + """Change Main Window""" + QgsProject.instance().isDirtyChanged.connect(self._onDirtyChanged) + self.iface.mainWindow().setWindowTitle(self.TITLE) + + icon_path = os.path.join(self.pluginDir, self.MAIN_WINDOW_ICON) + if os.path.isfile(icon_path): + icon = QIcon(icon_path) + self.iface.mainWindow().setWindowIcon(icon) + + def _setDirty(self) -> None: + """Workaround to fix the title of the main QGIS window. QGIS changes its title to the default title after all + processes: + 1- loading plugin + 2- loading project + 3- calling runProjectReady method due to signal + However, we need to use a custom title defined with< TITLE> -example("mofa4q - QGIS [MoFa4Q]") + To fix this, we need to call the signal in a separate thread that sets the correct title. + """ + # QgsMessageLog.logMessage("call _setDirty()", level=Qgis.Info) + QgsProject.instance().setDirty(True) diff --git a/python/plugins/moFa4Q_plugin/prj_conf.yaml b/python/plugins/moFa4Q_plugin/prj_conf.yaml new file mode 100644 index 0000000..e69de29 diff --git a/python/plugins/moFa4Q_plugin/pyproject.toml b/python/plugins/moFa4Q_plugin/pyproject.toml new file mode 100644 index 0000000..2d014ea --- /dev/null +++ b/python/plugins/moFa4Q_plugin/pyproject.toml @@ -0,0 +1,22 @@ +# flake8 +[tool.flake8] +ignore = [ + # flake8-docstrings + "I101", # Imported names are in the wrong order + "I201", # Missing newline between import groups + "D100", # Missing docstring in public module + "D104", # Missing docstring in public package + "D107", # Missing docstring in __init__ + "W504", # Line break occurred after a binary operator + # Wanted, but too many hits in current code base: + "D205", # 1 blank line required between summary line and description + "D400", # First line should end with a period + "D401", # First line should be in imperative mood + "S608", # Possible SQL injection vector through string-based query construction. + "N815", # variables in class scope should not be mixedCase + "N806", # variables in function should not be mixedCase + "N802", # function names should be lowercase + "N803", # argument name should be lowercase + "F403", # unable to detect undefined names +] +max-line-length = 120 diff --git a/python/plugins/moFa4Q_plugin/resources.py b/python/plugins/moFa4Q_plugin/resources.py new file mode 100644 index 0000000..1dbb665 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/resources.py @@ -0,0 +1,16361 @@ +# -*- coding: utf-8 -*- + +# Resource object code +# +# Created by: The Resource Compiler for PyQt5 (Qt v5.15.3) +# +# WARNING! All changes made in this file will be lost! + +from PyQt5 import QtCore + +qt_resource_data = b"\ +\x00\x00\x47\x3c\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x02\x00\x00\x00\x02\x00\x08\x06\x00\x00\x00\xf4\x78\xd4\xfa\ +\x00\x00\x03\x21\x7a\x54\x58\x74\x52\x61\x77\x20\x70\x72\x6f\x66\ +\x69\x6c\x65\x20\x74\x79\x70\x65\x20\x65\x78\x69\x66\x00\x00\x78\ +\xda\xed\x97\x51\x92\xe4\x26\x0c\x86\xdf\x39\x45\x8e\x80\x24\x84\ +\xc4\x71\x30\x98\xaa\xbd\x41\x8e\x9f\x1f\x4c\x7b\xba\x67\x67\x2b\ +\x93\x4d\x1e\xf2\xd0\x50\x6d\xb0\x2c\x24\xa1\x4f\xd8\xd5\xe1\xfc\ +\xf3\xc7\x08\x7f\xa0\x71\xd4\x14\x92\x9a\xe7\x92\x73\x44\x4b\x25\ +\x15\xae\x98\x78\xbc\xda\xb1\xae\x14\xd3\xba\x3e\x1a\x6f\xe9\x8b\ +\x3c\xdc\x0f\x18\x22\xc1\x28\xd7\x83\xc2\x7b\xd9\x09\x39\xe6\xb4\ +\xef\xcb\x76\x42\x0f\xfd\xdb\xd0\x9e\x50\xc5\x4c\x3f\x1e\xd4\xba\ +\xe5\xc7\xab\xfc\xd8\x06\xd9\x3f\x1b\xda\x11\x08\x5d\x9e\x63\xdf\ +\x0b\xb6\x21\xe1\x1d\x51\xba\xee\xdb\x8e\x28\x17\xb7\x97\xad\xf5\ +\xb6\x3d\xa7\x2d\xf2\x8f\x5f\x12\xe3\xac\x99\x2c\xe1\x9a\x38\x9a\ +\xe5\x82\xb9\x73\x4c\x86\x7c\xf6\x19\xe8\x68\x5c\x96\x21\xbd\x12\ +\x7a\x0b\x1e\xf7\x0f\x55\x46\x4c\x7c\x0a\x49\xc4\x55\x64\x47\x29\ +\xf3\x27\x52\x31\x96\x75\xcd\x01\x8a\x24\x69\xdd\xd0\xba\xda\x95\ +\x7e\xa0\x44\x08\x88\xb4\x6c\x47\x7b\xab\x33\x99\xcf\xb9\x79\xa6\ +\xf6\x65\xfb\xce\xb6\x22\x9c\x8c\x73\x2a\x3f\x51\x7b\xaa\x93\xcf\ +\x75\x43\x5f\xd5\xcd\x3d\xdb\x65\x70\x53\xf3\xbc\x1f\xc8\x2b\xd6\ +\x98\xef\xf1\x4b\x39\xe9\xc3\xd0\xe3\x81\xdc\x7e\xf8\xd9\xb3\xb7\ +\xdb\xf3\x8b\xdc\xe4\x76\xb1\x73\xf4\x84\x7b\x8c\xee\x63\x6d\x1a\ +\xbb\xa8\x29\x23\x17\x79\x6f\xea\xb1\x95\x35\x83\xde\x31\xb3\xb8\ +\x56\x65\x74\x8b\x39\xa0\x6a\x1d\x93\xd9\x0b\xba\xc7\x1a\x1b\x6a\ +\xaa\xc7\x86\x93\x76\x60\x5e\x88\xc1\x7e\x50\xa2\x4e\x95\x06\x9d\ +\x6b\x6c\xd4\x10\x62\xe2\x93\x0d\x23\x73\x0b\x2c\x4b\xe8\x80\x54\ +\xb8\xc9\x55\x0c\xe8\x34\xd8\x50\x23\x5d\x1c\x15\xd3\x56\x0d\x25\ +\xe1\x3b\x16\x5a\x6e\xcb\x72\xd7\xc8\x63\x0f\xb1\x13\x54\x99\x60\ +\x8c\xb0\xe4\xb7\x7b\xf8\xae\xe2\x18\xf3\x2c\x11\x45\xbf\x73\x85\ +\xb8\x78\x9e\x4e\x44\x11\x09\xf8\xe7\x00\x35\x10\xa1\xb1\x93\xaa\ +\x2b\xc1\x8f\xfe\xb9\x4d\xae\x02\x82\xba\xd2\xec\xd8\x60\x8d\x47\ +\xb8\x4c\x1c\x4a\x1f\xc5\x25\x0b\xb4\x40\x51\x31\x5e\xa7\x9e\xac\ +\x6f\x03\x48\x11\x5c\x2b\x82\x21\x01\x81\x98\x49\x94\x32\x22\x32\ +\x66\x23\x42\x22\x1d\x80\x2a\x42\x67\x49\x7c\x80\x00\xa9\x72\x47\ +\x90\x9c\x44\x32\xe0\xe0\x74\xc0\x37\xd6\x18\x2d\x55\x56\xbe\xc4\ +\x78\xab\x4a\x0a\xa2\x92\xc5\xc0\x06\xa7\x18\xb0\x52\x52\xd4\x8f\ +\x25\x47\x0d\x55\x15\x4d\xaa\x9a\xd5\xd4\xb5\x68\xcd\x92\xe7\xc9\ +\xcb\xd9\xf2\x7c\x3d\x57\x13\x4b\xa6\x96\xcd\xcc\x83\x15\xab\x2e\ +\x9e\x5c\x3d\xbb\xb9\x7b\xf1\x5a\xb8\x08\x5e\xdf\x5a\x70\x4e\x8b\ +\x97\x52\x6a\x85\xd3\x0a\xcb\x15\xab\x2b\x14\x6a\x3d\xf8\x90\x23\ +\x1d\x7a\xe4\xc3\x0e\x3f\x4a\x38\x6a\x43\xf9\xb4\xd4\xb4\xe5\x66\ +\xcd\x5b\x69\xb5\x73\x97\x8e\x03\xde\x73\xb7\xee\xbd\xf4\x7a\xd2\ +\x89\x52\x3a\xd3\xa9\x67\x3e\xed\xf4\xb3\x9c\x75\xa0\xd4\x86\x8c\ +\x34\x74\xe4\x61\x61\xf8\x28\xa3\xde\xd4\x36\xd6\x9f\xfa\x3f\xa0\ +\x46\x9b\x1a\x2f\x52\x53\xd1\x6e\x6a\x90\x9a\x3d\x4c\xd0\x7c\x9d\ +\xe8\x64\x06\x62\x9c\x08\xc0\x0d\xd4\x40\x0c\x85\x3d\x99\x45\xa7\ +\x94\x78\x92\x9b\xcc\xf0\x3d\xc2\xa9\x50\x46\x90\x3a\xe1\x74\x9a\ +\xc4\x40\x30\x9d\xc4\x3a\xe8\x66\xb7\xc9\x05\x64\xf1\x3f\xe1\x16\ +\xcc\x17\x37\xfe\xb7\xe4\xc2\x44\xf7\x4d\x72\x3f\x73\xfb\x8a\x5a\ +\x9f\x5f\x89\xb6\x88\x5d\xc7\x70\x26\x35\x0a\x4e\x1f\x9e\x9f\x5e\ +\xd9\xeb\xfc\xbc\xfe\x72\x0c\x7f\xa7\xf0\xdd\xf1\x6d\xe8\x6d\xe8\ +\x6d\xe8\x6d\xe8\x6d\xe8\x6d\xe8\x6d\xe8\xff\x6f\x68\x8c\x11\x3a\ +\xfe\x05\x86\xbf\x00\xdc\x14\xc5\x24\xe1\x24\xbe\x86\x00\x00\x00\ +\x62\x7a\x54\x58\x74\x52\x61\x77\x20\x70\x72\x6f\x66\x69\x6c\x65\ +\x20\x74\x79\x70\x65\x20\x69\x70\x74\x63\x00\x00\x78\xda\x3d\x89\ +\xc1\x0d\xc0\x30\x0c\x02\xff\x9e\xa2\x23\xd8\x06\x35\xc9\x3a\x75\ +\x3e\xfd\xe5\xd1\xfd\x55\x14\xa9\x05\x1d\xc2\xc6\xee\xf5\x94\x1d\ +\x5b\x4c\x43\x67\x72\x70\x3a\xe5\x5f\x31\xa3\x3c\xd1\x54\x3b\x12\ +\x2e\xa0\x1c\xe2\xdc\x4b\x69\xb9\x10\xa0\x3e\x21\x9a\xe5\xfc\x4e\ +\x77\x7b\x01\x31\x92\x14\xd7\xa7\x76\x20\xee\x00\x00\x01\x84\x69\ +\x43\x43\x50\x49\x43\x43\x20\x70\x72\x6f\x66\x69\x6c\x65\x00\x00\ +\x78\x9c\x7d\x91\x3d\x48\xc3\x40\x1c\xc5\x5f\x53\xb5\x2a\x15\x07\ +\x3b\x88\x38\x64\xa8\x4e\x56\x45\x45\x1c\xb5\x0a\x45\xa8\x10\x6a\ +\x85\x56\x1d\x4c\x2e\xfd\x82\x26\x0d\x49\x8a\x8b\xa3\xe0\x5a\x70\ +\xf0\x63\xb1\xea\xe0\xe2\xac\xab\x83\xab\x20\x08\x7e\x80\xb8\xba\ +\x38\x29\xba\x48\x89\xff\x4b\x0a\x2d\x62\x3d\x38\xee\xc7\xbb\x7b\ +\x8f\xbb\x77\x80\x50\x2d\x32\xcd\x6a\x1b\x07\x34\xdd\x36\x13\xb1\ +\xa8\x98\x4a\xaf\x8a\x81\x57\x74\xa1\x03\x01\x8c\x62\x4c\x66\x96\ +\x31\x27\x49\x71\xb4\x1c\x5f\xf7\xf0\xf1\xf5\x2e\xc2\xb3\x5a\x9f\ +\xfb\x73\xf4\xa8\x19\x8b\x01\x3e\x91\x78\x96\x19\xa6\x4d\xbc\x41\ +\x3c\xbd\x69\x1b\x9c\xf7\x89\x43\x2c\x2f\xab\xc4\xe7\xc4\x23\x26\ +\x5d\x90\xf8\x91\xeb\x8a\xc7\x6f\x9c\x73\x2e\x0b\x3c\x33\x64\x26\ +\x13\xf3\xc4\x21\x62\x31\xd7\xc4\x4a\x13\xb3\xbc\xa9\x11\x4f\x11\ +\x87\x55\x4d\xa7\x7c\x21\xe5\xb1\xca\x79\x8b\xb3\x56\x2c\xb3\xfa\ +\x3d\xf9\x0b\x83\x19\x7d\x65\x99\xeb\x34\x07\x11\xc3\x22\x96\x20\ +\x41\x84\x82\x32\x0a\x28\xc2\x46\x84\x56\x9d\x14\x0b\x09\xda\x8f\ +\xb6\xf0\x0f\xb8\x7e\x89\x5c\x0a\xb9\x0a\x60\xe4\x58\x40\x09\x1a\ +\x64\xd7\x0f\xfe\x07\xbf\xbb\xb5\xb2\x93\x13\x5e\x52\x30\x0a\xb4\ +\xbf\x38\xce\xc7\x10\x10\xd8\x05\x6a\x15\xc7\xf9\x3e\x76\x9c\xda\ +\x09\xe0\x7f\x06\xae\xf4\x86\xbf\x54\x05\x66\x3e\x49\xaf\x34\xb4\ +\xf0\x11\xd0\xbb\x0d\x5c\x5c\x37\x34\x65\x0f\xb8\xdc\x01\xfa\x9f\ +\x0c\xd9\x94\x5d\xc9\x4f\x53\xc8\x66\x81\xf7\x33\xfa\xa6\x34\xd0\ +\x77\x0b\x74\xaf\x79\xbd\xd5\xf7\x71\xfa\x00\x24\xa9\xab\xf8\x0d\ +\x70\x70\x08\x0c\xe7\x28\x7b\xbd\xc5\xbb\x3b\x9b\x7b\xfb\xf7\x4c\ +\xbd\xbf\x1f\x90\xbf\x72\xb3\x01\xb6\x41\xb7\x00\x00\x0d\x1a\x69\ +\x54\x58\x74\x58\x4d\x4c\x3a\x63\x6f\x6d\x2e\x61\x64\x6f\x62\x65\ +\x2e\x78\x6d\x70\x00\x00\x00\x00\x00\x3c\x3f\x78\x70\x61\x63\x6b\ +\x65\x74\x20\x62\x65\x67\x69\x6e\x3d\x22\xef\xbb\xbf\x22\x20\x69\ +\x64\x3d\x22\x57\x35\x4d\x30\x4d\x70\x43\x65\x68\x69\x48\x7a\x72\ +\x65\x53\x7a\x4e\x54\x63\x7a\x6b\x63\x39\x64\x22\x3f\x3e\x0a\x3c\ +\x78\x3a\x78\x6d\x70\x6d\x65\x74\x61\x20\x78\x6d\x6c\x6e\x73\x3a\ +\x78\x3d\x22\x61\x64\x6f\x62\x65\x3a\x6e\x73\x3a\x6d\x65\x74\x61\ +\x2f\x22\x20\x78\x3a\x78\x6d\x70\x74\x6b\x3d\x22\x58\x4d\x50\x20\ +\x43\x6f\x72\x65\x20\x34\x2e\x34\x2e\x30\x2d\x45\x78\x69\x76\x32\ +\x22\x3e\x0a\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\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\x20\x3c\x72\x64\x66\x3a\x44\x65\x73\ +\x63\x72\x69\x70\x74\x69\x6f\x6e\x20\x72\x64\x66\x3a\x61\x62\x6f\ +\x75\x74\x3d\x22\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ +\x78\x6d\x70\x4d\x4d\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\ +\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\ +\x2e\x30\x2f\x6d\x6d\x2f\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\ +\x73\x3a\x73\x74\x45\x76\x74\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ +\x6e\x73\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\ +\x2f\x31\x2e\x30\x2f\x73\x54\x79\x70\x65\x2f\x52\x65\x73\x6f\x75\ +\x72\x63\x65\x45\x76\x65\x6e\x74\x23\x22\x0a\x20\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\x20\x78\ +\x6d\x6c\x6e\x73\x3a\x47\x49\x4d\x50\x3d\x22\x68\x74\x74\x70\x3a\ +\x2f\x2f\x77\x77\x77\x2e\x67\x69\x6d\x70\x2e\x6f\x72\x67\x2f\x78\ +\x6d\x70\x2f\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x74\ +\x69\x66\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\ +\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x74\x69\x66\x66\x2f\x31\x2e\ +\x30\x2f\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x6d\ +\x70\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\ +\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\x2e\x30\x2f\x22\ +\x0a\x20\x20\x20\x78\x6d\x70\x4d\x4d\x3a\x44\x6f\x63\x75\x6d\x65\ +\x6e\x74\x49\x44\x3d\x22\x67\x69\x6d\x70\x3a\x64\x6f\x63\x69\x64\ +\x3a\x67\x69\x6d\x70\x3a\x31\x38\x36\x31\x63\x64\x66\x32\x2d\x32\ +\x64\x30\x61\x2d\x34\x31\x65\x30\x2d\x39\x35\x38\x30\x2d\x32\x38\ +\x61\x33\x30\x33\x66\x37\x64\x33\x34\x63\x22\x0a\x20\x20\x20\x78\ +\x6d\x70\x4d\x4d\x3a\x49\x6e\x73\x74\x61\x6e\x63\x65\x49\x44\x3d\ +\x22\x78\x6d\x70\x2e\x69\x69\x64\x3a\x37\x32\x32\x36\x34\x35\x36\ +\x62\x2d\x62\x35\x61\x39\x2d\x34\x35\x33\x33\x2d\x38\x64\x65\x66\ +\x2d\x37\x35\x62\x62\x63\x62\x62\x61\x33\x31\x65\x66\x22\x0a\x20\ +\x20\x20\x78\x6d\x70\x4d\x4d\x3a\x4f\x72\x69\x67\x69\x6e\x61\x6c\ +\x44\x6f\x63\x75\x6d\x65\x6e\x74\x49\x44\x3d\x22\x78\x6d\x70\x2e\ +\x64\x69\x64\x3a\x37\x36\x64\x34\x62\x64\x30\x30\x2d\x37\x34\x62\ +\x66\x2d\x34\x33\x61\x63\x2d\x39\x39\x32\x64\x2d\x64\x32\x63\x62\ +\x38\x66\x31\x39\x39\x34\x38\x35\x22\x0a\x20\x20\x20\x64\x63\x3a\ +\x46\x6f\x72\x6d\x61\x74\x3d\x22\x69\x6d\x61\x67\x65\x2f\x70\x6e\ +\x67\x22\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x41\x50\x49\x3d\x22\ +\x32\x2e\x30\x22\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x50\x6c\x61\ +\x74\x66\x6f\x72\x6d\x3d\x22\x4c\x69\x6e\x75\x78\x22\x0a\x20\x20\ +\x20\x47\x49\x4d\x50\x3a\x54\x69\x6d\x65\x53\x74\x61\x6d\x70\x3d\ +\x22\x31\x36\x39\x34\x30\x30\x31\x36\x36\x37\x38\x32\x37\x32\x33\ +\x32\x22\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x56\x65\x72\x73\x69\ +\x6f\x6e\x3d\x22\x32\x2e\x31\x30\x2e\x33\x30\x22\x0a\x20\x20\x20\ +\x74\x69\x66\x66\x3a\x4f\x72\x69\x65\x6e\x74\x61\x74\x69\x6f\x6e\ +\x3d\x22\x31\x22\x0a\x20\x20\x20\x78\x6d\x70\x3a\x43\x72\x65\x61\ +\x74\x6f\x72\x54\x6f\x6f\x6c\x3d\x22\x47\x49\x4d\x50\x20\x32\x2e\ +\x31\x30\x22\x3e\x0a\x20\x20\x20\x3c\x78\x6d\x70\x4d\x4d\x3a\x48\ +\x69\x73\x74\x6f\x72\x79\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\ +\x3a\x53\x65\x71\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ +\x6c\x69\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x61\ +\x63\x74\x69\x6f\x6e\x3d\x22\x73\x61\x76\x65\x64\x22\x0a\x20\x20\ +\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x63\x68\x61\x6e\x67\x65\ +\x64\x3d\x22\x2f\x22\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\ +\x74\x3a\x69\x6e\x73\x74\x61\x6e\x63\x65\x49\x44\x3d\x22\x78\x6d\ +\x70\x2e\x69\x69\x64\x3a\x35\x31\x37\x37\x62\x30\x31\x64\x2d\x36\ +\x32\x63\x61\x2d\x34\x66\x39\x37\x2d\x38\x34\x30\x65\x2d\x37\x65\ +\x39\x63\x64\x36\x33\x37\x62\x36\x32\x36\x22\x0a\x20\x20\x20\x20\ +\x20\x20\x73\x74\x45\x76\x74\x3a\x73\x6f\x66\x74\x77\x61\x72\x65\ +\x41\x67\x65\x6e\x74\x3d\x22\x47\x69\x6d\x70\x20\x32\x2e\x31\x30\ +\x20\x28\x4c\x69\x6e\x75\x78\x29\x22\x0a\x20\x20\x20\x20\x20\x20\ +\x73\x74\x45\x76\x74\x3a\x77\x68\x65\x6e\x3d\x22\x32\x30\x32\x33\ +\x2d\x30\x39\x2d\x30\x36\x54\x31\x34\x3a\x30\x31\x3a\x30\x37\x2b\ +\x30\x32\x3a\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\ +\x64\x66\x3a\x53\x65\x71\x3e\x0a\x20\x20\x20\x3c\x2f\x78\x6d\x70\ +\x4d\x4d\x3a\x48\x69\x73\x74\x6f\x72\x79\x3e\x0a\x20\x20\x3c\x2f\ +\x72\x64\x66\x3a\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x3e\ +\x0a\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x3c\x2f\x78\ +\x3a\x78\x6d\x70\x6d\x65\x74\x61\x3e\x0a\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x3c\x3f\x78\x70\x61\x63\ +\x6b\x65\x74\x20\x65\x6e\x64\x3d\x22\x77\x22\x3f\x3e\x97\x6a\xdc\ +\xb3\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xf0\x00\xf0\x00\xf0\xb9\ +\x0e\x6a\xee\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x2e\x23\x00\ +\x00\x2e\x23\x01\x78\xa5\x3f\x76\x00\x00\x00\x07\x74\x49\x4d\x45\ +\x07\xe7\x09\x06\x0c\x01\x07\x61\x8b\xe1\xb1\x00\x00\x00\x19\x74\ +\x45\x58\x74\x43\x6f\x6d\x6d\x65\x6e\x74\x00\x43\x72\x65\x61\x74\ +\x65\x64\x20\x77\x69\x74\x68\x20\x47\x49\x4d\x50\x57\x81\x0e\x17\ +\x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xed\xdd\x79\xb0\x9d\xe5\ +\x7d\xd8\xf1\xef\xdd\xb4\x0b\xed\x48\x42\x80\x00\x5d\xb1\x4b\x88\ +\xcd\x06\x8c\x59\x8d\x6d\x0c\xd8\xc4\x24\x99\x34\xf5\x1f\xad\xdd\ +\xfe\xe3\x99\xce\xa4\x33\x69\x27\x6d\x33\x49\xd3\x34\xd3\x74\xcc\ +\xb4\x4c\x32\x6d\xda\xc9\x84\xcc\x74\xfc\xaf\x1b\xc7\xe0\x18\x5b\ +\x80\xc0\x80\x00\x83\xb1\x40\x12\x8b\xd0\x02\x92\xae\xb6\xab\x15\ +\xe9\x4a\xba\xd2\x5d\xfa\xc7\xef\x39\xbd\x17\x07\xd0\x76\x9e\xf7\ +\xbc\xef\x7b\xbe\x9f\x99\x33\x2c\x36\xba\xe7\xbc\xe7\xdc\xf3\xfc\ +\xde\xe7\xf9\x2d\x20\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x67\xa9\xc3\x4b\x20\x49\xfa\x14\x77\x03\ +\xb7\x02\xcb\x81\xcb\x81\x45\xc0\x4c\x60\x02\x70\x02\x38\x08\xf4\ +\x01\x1b\x80\xb7\x80\x97\x81\x55\x5e\x36\x49\x92\xaa\xe7\x01\xe0\ +\x71\xa0\x1f\x18\x3d\x8b\x47\x7f\xfa\xef\x1f\xf0\x52\x4a\x92\x54\ +\x7e\xdf\x01\x56\x9f\xe5\xa2\xff\x69\x8f\xd5\xe9\xcf\x95\x24\x49\ +\x25\xf3\x10\xf0\x4c\x93\x17\xfe\x5f\x7f\x3c\x93\x7e\x8e\x24\x49\ +\x6a\xb1\x39\xc0\xf7\x32\x2f\xfc\xbf\xfe\xf8\x5e\xfa\xb9\x92\x24\ +\xa9\x05\x6e\x01\x9e\x2c\x78\xf1\x6f\x3c\x9e\x4c\x3f\x5f\x92\x24\ +\x15\xe8\x41\xe0\xb5\x16\x2d\xfe\x8d\xc7\x6b\xe9\x79\x48\x92\xa4\ +\x02\x3c\x0c\xbc\xd9\xe2\xc5\xbf\xf1\x78\x33\x3d\x1f\x49\x92\x94\ +\xd1\x3d\xc0\x9a\x92\x2c\xfe\x8d\xc7\x9a\xf4\xbc\x24\x49\x52\x06\ +\xbd\x44\x83\x9e\xd1\x12\x3e\x56\xa5\xe7\x27\x49\x92\x9a\xec\xf1\ +\x92\x2e\xfe\x8d\xc7\xe3\xbe\x45\x92\x24\x35\xd7\x77\x4b\xbe\xf8\ +\x37\x1e\xdf\xf5\xad\x92\x24\xa9\x39\x96\x00\x9b\x2b\x12\x00\x6c\ +\x4e\xcf\x57\x92\x24\x9d\xa3\xc7\x2a\xb2\xf8\x37\x1e\x8f\xf9\x96\ +\x49\x92\x74\x6e\x96\x01\x83\x15\x0b\x00\x06\xd3\xf3\x56\x01\x3a\ +\xbd\x04\x92\x54\x4b\xdf\x26\xc6\xf6\x56\xc9\x84\xf4\xbc\x25\x49\ +\xd2\x59\x98\xc1\xd9\x8f\xf3\x6d\xf5\xa3\x3f\x3d\x7f\xb9\x03\x20\ +\x49\x3a\x4d\x1d\xe9\x7b\xfd\xb7\x81\xb9\x15\x7d\x0d\x73\x81\x47\ +\x7c\x2b\x0d\x00\x24\x49\x9f\xbd\xd8\x77\x03\x13\x81\x29\xe9\xce\ +\x79\x7e\x0a\x00\xaa\xcc\xd1\xc1\x05\xe8\xf6\x12\x48\x52\xa5\x16\ +\xfc\xae\xf4\xe8\x01\x26\x01\x53\xd3\xc2\x3f\x8b\x18\xb5\xbb\x10\ +\xb8\xa3\xe2\xaf\xf5\xbe\x14\xd4\x0c\xfa\xb6\x1b\x00\x48\x52\x3b\ +\x2e\xf6\x9d\xe3\x16\xfb\xc6\x5d\xfe\xf4\x71\x8b\xfd\x5c\x60\x1e\ +\xb0\x60\xdc\x63\x31\xd5\x4b\xfe\xfb\x75\x53\x81\xdb\x81\x67\xfc\ +\x28\x18\x00\x48\x52\x9d\x17\xfb\xf1\x77\xf7\xdd\x69\x01\x9f\x9c\ +\x16\xfb\x99\xc0\xec\x71\x8b\xfd\xfc\x71\x8b\xfd\xf9\xe9\x7f\x9f\ +\x96\x02\x84\x09\x29\x58\xa8\x83\x9b\x0c\x00\x0c\x00\x24\xa9\x4e\ +\x3a\xc7\x3d\xba\x19\xdb\xca\x9f\x46\x6c\xe5\xcf\x4e\x77\xf7\xf3\ +\xd2\x02\xbf\x80\xd8\xd6\x3f\x3f\xfd\x6f\xd3\x53\x70\xd0\x93\xfe\ +\xfb\x2e\xea\x99\xcf\x75\xad\x1f\x15\x03\x00\x49\xaa\xf2\xdd\xfd\ +\xf8\xc5\xbe\x3b\x2d\xf6\x53\x80\xf3\x18\xdb\xca\x9f\xc7\xd8\x56\ +\xfe\xc2\x74\x97\x3f\x27\x05\x04\x93\xd3\xdd\x7d\x63\xb1\xef\x6a\ +\x93\x6b\xe7\x84\x40\x03\x00\x49\xaa\xcc\x62\xdf\x31\x6e\x91\x6e\ +\x6c\xe5\x37\xce\xed\x67\xf2\xf1\x73\xfb\xf9\x69\xb1\x5f\x90\xfe\ +\xdd\x4c\xe2\xec\x7b\x62\xba\xbb\x6f\xfc\x39\x1d\x6d\x7a\x3d\x17\ +\xf9\x91\x32\x00\x90\xa4\xb2\x2e\xf6\xe3\xb3\xf2\x1b\xe7\xf6\xe3\ +\xb7\xf2\x1b\x8b\xfd\xf9\xe3\x16\xfb\xf3\xd3\x9d\xff\x34\x3e\xbe\ +\x95\xdf\xd8\x29\x50\x98\xed\x25\xc8\xff\x21\x96\x24\x9d\xfa\xbb\ +\xf2\x74\x4a\xf0\xc6\x9f\xdb\x2f\x60\x6c\x2b\x7f\x7a\xda\x09\x98\ +\x40\xbd\xcf\xed\x9b\x69\xd4\x6b\xe4\x0e\x80\x24\xb5\x62\xb1\x1f\ +\x5f\x82\x37\x21\x2d\xf6\xa7\x2a\xc1\x9b\x9b\x02\x82\x29\x7c\x7c\ +\x2b\xbf\xd3\x1b\x2e\x19\x00\x48\x52\xb9\x16\xfb\x66\x96\xe0\xb5\ +\xfb\xb9\x7d\x33\x1d\xf5\x12\x18\x00\x48\x52\xb3\x58\x82\x57\x1d\ +\xfb\xbd\x04\x06\x00\x92\x74\xb6\x77\xf7\x96\xe0\x55\x57\x9f\x97\ +\xc0\x00\x40\x92\x4e\x67\xb1\xb7\x04\xaf\x5e\x36\x7a\x09\x0c\x00\ +\x24\xe9\x93\x16\x7b\x4b\xf0\xea\x6d\x9d\x97\xc0\x00\x40\x92\x0b\ +\xbe\x25\x78\xed\xe7\x75\x2f\x41\xfe\x5f\x2c\x49\x2a\xdb\x62\x6f\ +\x09\x5e\x7b\x1b\x48\xef\xb3\xe3\x80\xdd\x01\x90\x54\xd3\xc5\xde\ +\x12\x3c\x7d\x92\x95\x2e\xfe\x06\x00\x92\xea\xc3\x12\x3c\x9d\xae\ +\x27\xbc\x04\xc5\x44\xe0\x92\x94\xe3\xbb\xc5\x12\x3c\x9d\x8d\xbd\ +\xc4\x24\xc0\x43\x5e\x0a\x77\x00\x24\x95\x7f\xb1\xb7\x04\x4f\xcd\ +\xf2\x7d\x17\x7f\x77\x00\x24\x95\x77\xb1\xb7\x04\x4f\x39\x9c\x00\ +\x6e\x02\xd6\x7a\x29\xdc\x01\x90\xd4\xfa\x05\xdf\x12\x3c\x15\xe5\ +\xaf\x5c\xfc\xdd\x01\x90\xd4\xba\xc5\xfe\xb3\x4a\xf0\x66\xf3\xf1\ +\x73\x7b\x4b\xf0\xca\x63\x74\xdc\x5f\x47\x80\x93\xe9\x8e\x7a\x6a\ +\x45\x6e\xf6\xb6\x00\xf7\x01\x9b\x7c\x2b\xdd\x01\x90\x94\x77\xb1\ +\xb7\x04\xaf\x1e\x8b\xfd\x28\x30\x44\x94\xcd\x0d\x00\x1f\x01\x07\ +\x81\x7d\xc0\x1e\xe2\x08\xe6\x2b\x15\x78\x4d\x8f\xba\xf8\xbb\x03\ +\x20\xa9\xf9\x2c\xc1\xab\xc7\x82\x3f\x02\x0c\xa7\x3b\xfb\xa3\xc0\ +\x91\x71\x8b\x7d\x3f\xb0\x0b\xd8\x9e\x1e\x3b\x88\x8c\xfa\x8f\x80\ +\xef\x01\xff\xb4\xc4\xaf\xef\x6f\x81\x6f\xfb\x36\x1b\x00\x48\x3a\ +\xf7\xdf\x6b\x4b\xf0\xea\x71\x77\x3f\x4c\x6c\xe5\x1f\x4f\x8b\xfd\ +\x21\x62\x4c\xee\xde\xb4\xd8\xf7\xa5\xc5\xbe\x2f\xdd\xed\x1f\x4c\ +\xbb\x00\x27\xd2\x7f\x37\x9c\x1e\xbd\xc0\x5f\x03\x77\x95\xf0\xf5\ +\x3e\x07\xfc\x4b\x1c\xfe\x53\x38\x8f\x00\xa4\xea\x2f\xf6\x96\xe0\ +\xd5\x63\xb1\x1f\x21\xb6\xf2\x8f\x33\xb6\x95\x7f\x20\xdd\xdd\xef\ +\x4e\x77\xf4\x8d\xbb\xfb\x5d\xe9\x7f\x3b\x92\xfe\xff\xe3\x17\xfb\ +\xd1\x4f\xf8\x39\x1b\x81\x3f\x4d\xc1\xdf\x75\x25\x7a\xfd\x6f\xa6\ +\xe7\xe5\xe2\xef\x0e\x80\xa4\xd3\x58\xec\x2d\xc1\xab\xf6\x82\x3f\ +\x3a\xee\xee\x7e\x90\xd8\xca\x1f\x7f\x6e\xdf\x0f\xec\x1c\xb7\xd8\ +\xef\x4c\x77\xfc\x87\x81\x63\xe9\xee\x7e\x38\x05\x0b\xa3\x67\xf8\ +\xf3\x1f\x06\xfe\x04\x58\x5e\x82\x6b\xf1\x16\xf0\xc7\xc0\x0f\xfd\ +\x58\x18\x00\x48\xfa\xc7\xbf\x9f\x96\xe0\xd5\xe3\xee\xbe\x71\x6e\ +\x7f\x8c\xb1\x73\xfb\xfd\x69\xb1\xdf\x3d\x6e\xb1\xef\x4b\xff\xee\ +\x50\x0a\x0c\x4e\xa4\x85\x7e\x28\xed\x10\x34\xc3\x83\x69\xe1\xbd\ +\xa9\x85\xd7\xe6\xf5\x14\x88\x3c\xe9\xc7\xc4\x00\x40\xf2\x77\xd1\ +\x12\xbc\xba\x2c\xf6\x8d\x12\xbc\xc6\xb9\x7d\x63\x2b\x7f\x6f\x5a\ +\xec\xfb\xc6\x2d\xf8\xbb\x19\x3b\xb7\x3f\x3e\x6e\xb1\x1f\xce\xfc\ +\x7c\x6f\x01\xfe\x10\x78\xa0\x05\xd7\xea\xc7\xc0\x7f\x06\x5e\xf1\ +\x63\x63\x00\x20\xb5\xe3\xef\x9d\x25\x78\xf5\x58\xec\x4f\x55\x82\ +\x37\xfe\xdc\x7e\x67\xba\xeb\x3f\xcc\xd8\xb9\x7d\x63\xb1\x1f\x6d\ +\xc1\xeb\x98\x03\xfc\x01\xf0\xfb\x05\xfe\xcc\x47\x81\x3f\x4f\xd7\ +\x47\x06\x00\x52\xed\x59\x82\x57\x8f\x05\xff\x6c\x4b\xf0\xc6\x6f\ +\xe5\x0f\xd3\xbc\xad\xfc\x66\x79\x08\xf8\x3d\xe0\x9e\x8c\x3f\xe3\ +\x59\xe0\x31\x9c\xf2\x67\x00\x20\xd5\xfc\x77\xca\x12\xbc\x7a\xdc\ +\xdd\x37\xab\x04\xaf\x2a\xbe\x93\x1e\xb7\x36\xf1\xcf\x7c\x19\xf8\ +\x9b\xf4\x90\x01\x80\x54\xab\xdf\x1f\x4b\xf0\xea\xb1\xd8\xe7\x2c\ +\xc1\xab\x9a\x07\x80\x47\xd2\xce\xc0\xdc\xb3\xf8\xef\xf7\xa6\x3b\ +\xfd\x1f\x10\xe7\xfd\x32\x00\x90\x6a\xb1\xd8\x5b\x82\x57\xed\x05\ +\xff\x93\x4a\xf0\x0e\x8f\x5b\xec\x73\x96\xe0\x55\xd1\xdd\x69\x47\ +\x60\x39\x70\x39\xb0\x28\x05\xae\x13\xd2\xb5\x38\x98\x76\x40\x36\ +\x10\x65\x7d\x2f\x03\xab\xfc\xa8\x19\x00\x48\x55\xff\xdd\xb0\x04\ +\xaf\x1e\x77\xf7\x9f\x56\x82\xd7\xd8\xca\x2f\xb2\x04\x4f\x32\x00\ +\x90\x4a\xb8\xd8\x5b\x82\x57\xfd\xc5\xbe\x0a\x25\x78\x92\x01\x80\ +\xd4\xa2\xcf\xbc\x25\x78\xf5\x58\xec\xab\x5c\x82\x27\x19\x00\x48\ +\x99\x59\x82\x57\x8f\x05\xbf\xae\x25\x78\x92\x01\x80\xd4\xa4\xcf\ +\xb3\x25\x78\xf5\xb8\xbb\x6f\xb7\x12\x3c\xc9\x00\x40\x3a\x83\xcf\ +\xae\x25\x78\xf5\x58\xec\x2d\xc1\x93\x0c\x00\xa4\xcf\x5c\xec\x2d\ +\xc1\xab\xf6\x82\xff\x59\x25\x78\xfb\xd3\x9d\xbc\x25\x78\x92\x01\ +\x80\xda\xfc\x73\x69\x09\x5e\x3d\xee\xee\x2d\xc1\x93\x0c\x00\xa4\ +\xcf\x5c\xec\x2d\xc1\xab\xfe\x62\x6f\x09\x9e\x64\x00\xa0\x02\x54\ +\xb1\x43\x97\x25\x78\xf5\x59\xec\x2d\xc1\x93\x0c\x00\x54\xa0\xaa\ +\xf5\xe8\xb6\x04\xaf\x1e\x0b\xbe\x25\x78\x92\x01\x80\x5a\xa4\x0a\ +\x53\xba\x2c\xc1\xab\xcf\xdd\xbd\x25\x78\x92\x01\x80\x5a\xac\xac\ +\x73\xba\x2d\xc1\xab\xcf\x62\x6f\x09\x9e\x64\x00\xa0\x12\x99\x03\ +\xfc\x01\xf0\xfb\x05\xfe\xcc\x47\x81\x3f\x4f\x5f\xfc\x9f\xb4\xd8\ +\x5b\x82\x57\xed\x05\xdf\x12\x3c\x49\x06\x00\x25\x77\x0b\xf0\x87\ +\xc4\x79\x7f\xd1\x7e\x0c\xfc\x19\xf0\x0b\x2c\xc1\xab\xc3\xdd\xbd\ +\x25\x78\x92\x0c\x00\x2a\xe2\x41\xe0\x8f\x81\x9b\x5a\xf8\x1c\xd6\ +\x00\x7f\x91\x82\x00\x4b\xf0\xaa\xb3\xd8\x5b\x82\x27\xc9\x00\xa0\ +\xa2\x1e\x06\xfe\x84\x28\xeb\x6b\xb5\x9d\xc0\x2b\xc4\xf6\xaf\x25\ +\x78\xe5\x5b\xec\xcf\xa6\x04\xef\x48\xda\x09\xb0\x04\x4f\x92\x01\ +\x40\x89\xdc\x03\xfc\x37\xe0\xba\x12\x3d\xa7\x21\x62\x2b\xb8\x03\ +\xb7\xf2\x5b\xb9\xe0\x5b\x82\x27\xc9\x00\xa0\xa6\x7a\x81\xbf\x06\ +\xee\xf2\x52\x78\x77\x8f\x25\x78\x92\x0a\xd2\xed\x25\x68\xb9\x7f\ +\xef\xe2\xdf\xb6\x8b\xbd\x25\x78\x92\x0c\x00\xda\xd4\x77\x81\x7f\ +\xee\x65\xa8\xfd\x82\x6f\x09\x9e\xa4\xd2\xf1\x08\xa0\x75\x96\x00\ +\x2b\x81\x4b\xbd\x14\xb5\xbc\xbb\xb7\x04\x4f\x92\x3b\x00\xfa\x44\ +\xff\xca\xc5\xbf\x36\x8b\xfd\x99\x94\xe0\xed\x49\xff\x9b\x25\x78\ +\x92\xdc\x01\x68\x43\xcb\x80\xd7\x89\x72\x3a\x55\x6b\xb1\xb7\x04\ +\x4f\x92\x3b\x00\x3a\x6b\xdf\x76\xf1\xaf\xc4\x82\x6f\x09\x9e\x24\ +\x77\x00\xd4\x34\x33\x80\x8d\x9c\xdd\x38\x5f\xe5\xbd\xbb\xb7\x04\ +\x4f\x92\x3b\x00\xca\xe6\x11\x17\xff\x52\x2c\xf6\x96\xe0\x49\x32\ +\x00\x50\xa1\x1e\xf2\x12\x14\xba\xe0\x5b\x82\x27\x49\x9f\xc0\x23\ +\x80\x62\x4d\x4c\x77\x98\x53\xbd\x14\x59\xef\xee\x2d\xc1\x93\x24\ +\x77\x00\x4a\xe5\x76\x17\xff\xa6\x2f\xf6\xe3\x4b\xf0\x06\xd2\x62\ +\x6e\x09\x9e\x24\x19\x00\x94\xca\x4d\x5e\x82\x73\x5a\xec\x2d\xc1\ +\x93\x24\x03\x80\x4a\xba\xd6\x4b\x70\xda\x0b\xbe\x25\x78\x92\x64\ +\x00\x50\x1b\xbd\x5e\x82\x4f\xbd\xbb\xb7\x04\x4f\x92\x0c\x00\x6a\ +\x6b\x91\x8b\xbd\x25\x78\x92\x64\x00\xd0\x7e\x66\xb7\xd9\x82\x6f\ +\x09\x9e\x24\x95\x94\x65\x80\xc5\x1a\xa9\xe9\x35\xb7\x04\x4f\x92\ +\xdc\x01\x50\x1b\x05\x33\xa7\x5b\x82\xd7\x97\xfe\xd9\x12\x3c\x49\ +\x32\x00\x68\x4b\x47\xa9\x47\x1f\x80\x51\xe0\x7d\x2c\xc1\x93\x24\ +\x03\x00\x9d\x96\xfd\x35\x09\x00\x8e\x00\xff\x1b\x4b\xf0\x24\x49\ +\x3a\x2d\x2f\xf3\xf1\xe4\xb8\xaa\x3e\x7e\x49\x24\x34\x4e\x25\xc6\ +\x1a\x77\xf9\xd6\x4a\x52\xb5\x74\x7a\x09\x0a\xb5\xb1\x26\xaf\xe3\ +\xed\xb4\x9b\xd1\xa8\xc3\xf7\x1c\x5f\x92\x0c\x00\xf4\x19\xd6\xf9\ +\x3a\x24\x49\x06\x00\xed\xe7\x75\x5f\x87\x24\xa9\x0c\xec\x03\x50\ +\xac\x3a\x8c\x03\x1e\x00\xe6\x10\x8d\x7d\x24\x49\xee\x00\xe8\x34\ +\x0c\x02\x2b\x2b\xfe\x1a\x56\xba\xf8\x4b\x92\x01\x80\xce\xdc\x13\ +\x3e\x7f\x49\x92\xda\xcf\x0c\xa2\x05\x6e\x15\xcb\xff\xfa\xd3\xf3\ +\x97\x24\xb9\x03\xa0\x33\x74\x08\xf8\x7e\x45\x9f\xfb\xf7\xd3\xf3\ +\x97\x24\x49\x67\x61\x19\x71\x8e\x5e\xa5\xbb\xff\xc1\xf4\xbc\x25\ +\x49\xd2\x39\x78\xac\x62\x01\xc0\x63\xbe\x65\x92\x24\x9d\xbb\x25\ +\xc0\xe6\x8a\x2c\xfe\x9b\xd3\xf3\x95\x24\xd5\x84\xc3\x80\x5a\x67\ +\x13\xf0\x28\xf0\x3f\x2a\xf0\x5c\xff\x02\xd8\x45\x3d\x06\x19\x49\ +\xca\x67\x94\x68\x0d\xde\x78\x38\xfd\x53\xfa\x0c\x8f\x97\xfc\xee\ +\xff\x71\xdf\x22\x49\x92\x9a\xaf\x17\x58\x55\xd2\xc5\x7f\x55\x7a\ +\x7e\x92\x24\x29\x83\x7b\x80\x35\x25\x5b\xfc\xdf\x4c\xcf\x4b\x92\ +\x24\x65\xf4\x70\x5a\x74\xcb\xb0\xf8\x6f\x05\x7e\xd7\xb7\x44\x92\ +\xa4\x62\x3c\x08\xbc\x46\xeb\xeb\xfd\xff\x0e\xb8\x0c\x93\x44\x25\ +\xa9\xb6\xba\xbc\x04\xa5\xb2\x01\x58\x0b\x2c\x04\x2e\x6f\xd1\x73\ +\x38\x99\x76\x00\x36\x03\xdb\xd3\x3f\x4b\x92\x0c\x00\x94\xd9\x76\ +\xe0\xa7\x44\x9b\xe6\xdb\x5a\xf0\xf3\x1b\x23\xa2\x77\x03\xef\x00\ +\x47\xb1\x94\x47\x92\x0c\x00\x54\x88\x63\xc4\xd8\xdd\x37\x80\xf9\ +\xc0\xa5\x05\x07\x00\x3d\x44\xcf\xff\x77\x89\x01\x40\xc3\xbe\x25\ +\x92\x64\x00\xa0\xe2\x6c\x00\xfe\x4f\xda\x15\x98\x07\x5c\x54\x50\ +\x00\xd0\x45\x6c\xfd\xf7\xa5\xe7\x30\xe8\x5b\x21\x49\x06\x00\x2a\ +\xde\xaf\x80\xbf\x01\x5e\x4f\x8b\xf1\xc5\xc0\x94\xcc\x41\x40\x37\ +\xb0\x1f\x58\x9f\x76\x03\x46\x7c\x1b\x24\x49\x6a\xbd\xdf\x03\xd6\ +\x91\x6f\xaa\x60\xe3\x18\xe2\x61\x6c\x01\x2c\x49\xee\x00\xa8\x34\ +\x36\x03\xd3\x81\xc5\xe9\xaf\xcd\x7e\x2f\x3b\xd2\xa3\x3f\xed\x02\ +\x98\x0c\x28\x49\x06\x00\x2a\x81\x01\x60\x0e\xd1\xaa\x77\x01\x91\ +\xb8\xd7\xd1\xe4\x00\xa0\x07\xf8\x88\xc8\x03\xd8\x05\x0c\x79\xd9\ +\x25\xc9\x00\x40\xad\x77\x32\x05\x00\x97\x11\xdb\xf4\x9d\x4d\x0e\ +\x00\xba\xd2\xa2\xbf\x03\x78\x0f\x38\xee\x25\x97\x24\x03\x00\xb5\ +\xde\x11\x60\x11\xb0\x34\xed\x06\xf4\x64\xf8\x19\x3d\xc0\x01\xe0\ +\xed\xf4\x57\x93\x01\x25\xc9\x00\x40\x2d\x36\x4c\x64\xeb\x2f\x25\ +\x2a\x03\x26\xd1\xfc\x63\x80\xae\x74\xe7\xbf\x15\xd8\x02\x9c\xf0\ +\xb2\x4b\x92\x01\x80\x5a\x6f\x00\xb8\x24\x05\x01\x33\x32\xbc\xa7\ +\x9d\xe9\xb1\x97\x48\x06\x3c\x82\xc9\x80\x92\x64\x00\xa0\x96\x3b\ +\x9e\x16\xfe\x5e\xe0\x02\x60\x42\x86\x5d\x80\x6e\xe0\x30\xb0\x91\ +\xc8\x07\x30\x19\x50\x92\x0c\x00\x54\x02\x83\xc0\x92\xf4\x68\x76\ +\x32\x60\xe3\x73\x32\x42\x54\x02\xbc\x4b\xf4\x08\x70\x17\x40\x92\ +\x0c\x00\xd4\x62\x03\xc4\x04\xc1\xa5\x44\xcb\xe0\x66\x27\x03\x36\ +\x4a\x02\x0f\x10\x03\x82\xf6\xe2\x7c\x00\x49\x32\x00\x50\xcb\x8d\ +\xa4\x45\xba\x97\x68\x0c\x34\x99\x3c\xc7\x00\x27\x80\x6d\xc0\x26\ +\x4c\x06\x94\x24\x03\x00\x95\xc2\x91\xb4\xf8\x2f\x05\x66\xa6\x05\ +\xbb\xd9\xbb\x00\x5d\xc0\x3e\x22\x19\xf0\x23\x2c\x09\x94\x24\x03\ +\x00\xb5\xdc\x09\xe2\xfc\xbf\x97\xe8\x0d\x30\x31\xd3\x2e\xc0\x00\ +\xd1\x86\x78\x1b\xd1\x88\x48\x92\x64\x00\xa0\x16\x3b\x46\x74\x05\ +\xec\x05\xa6\x91\xa7\x24\x10\x60\x0f\xd1\x18\xc8\xf9\x00\x92\x64\ +\x00\xa0\x12\x38\x4a\x24\x01\x2e\x05\xe6\x13\x25\x81\xcd\xd4\x48\ +\x06\x3c\x44\x54\x03\xec\xc1\x64\x40\x49\x32\x00\x50\xcb\x8d\x12\ +\xe7\xf2\xbd\xc0\xa5\x44\x32\x60\xae\xf9\x00\x7d\xc4\x90\xa0\x41\ +\x2f\xbb\x24\x19\x00\xa8\xf5\x8e\x00\x17\xa6\x20\x60\x36\x79\x92\ +\x01\xbb\x89\x92\xc0\xf5\x69\x37\xc0\x64\x40\x49\x32\x00\x50\x8b\ +\x0d\x11\x09\x80\x4b\x81\x8b\xc8\x33\x1f\xa0\x9b\xc8\x37\xf8\x00\ +\xf8\x10\x4b\x02\x25\xc9\x00\x40\xa5\x70\x94\x38\x02\xe8\x05\xce\ +\xcb\xf0\x3e\x77\x10\x47\x0b\xfd\x69\x17\x60\x00\x93\x01\x25\xc9\ +\x00\x40\xa5\x08\x00\x66\xa5\x5d\x80\x05\xe4\x99\x0f\xd0\x43\xf4\ +\x02\x78\x1f\xd8\x89\xf3\x01\x24\xc9\x00\x40\xa5\x70\x32\xed\x00\ +\x5c\x46\xf3\xe7\x03\x34\x76\x00\x86\xd3\xe2\xff\x1e\x71\x24\x20\ +\x49\x32\x00\x50\x8b\x1d\x21\x1a\x02\xf5\x02\x73\xc9\x3b\x1f\xe0\ +\xed\xf4\x57\x4b\x02\x25\xc9\x00\x40\x2d\x36\x92\xde\xdf\xa5\xc0\ +\xc5\xe4\x4b\x06\x1c\x04\xb6\xe2\x7c\x00\x49\x32\x00\x50\xa9\x76\ +\x01\x2e\x49\xbb\x00\x33\xc9\x97\x0c\xb8\x97\x48\x06\x3c\x82\x25\ +\x81\x92\x64\x00\xa0\x96\x1b\x24\xaa\x00\x1a\xf3\x01\x72\x25\x03\ +\x1e\x49\x3b\x00\xdb\x31\x19\x50\x92\x0c\x00\x54\x0a\xc7\x81\x25\ +\xe9\x31\x8d\xe6\x26\x03\x92\xfe\xbc\x51\x60\x17\xf0\x0e\x91\x0c\ +\x68\x49\xa0\x24\x19\x00\xa8\xc5\x06\x88\xb9\x00\x4b\x81\xf3\xc9\ +\x97\x0c\x78\x90\x98\x0f\xd0\x8f\xc9\x80\x92\x64\x00\xa0\x96\x6b\ +\xdc\x8d\xf7\x12\xf9\x00\x93\x69\xfe\x31\x40\x17\x91\x00\xb8\x9d\ +\xe8\x0b\x60\x32\xa0\x24\x19\x00\xa8\x04\x8e\x10\x95\x00\x4b\x89\ +\x06\x41\xb9\xe6\x03\xec\xc3\xf9\x00\x92\x64\x00\xa0\xd2\x38\x99\ +\xee\xfc\x7b\x89\x41\x41\x13\xc9\x53\x12\x78\x14\xd8\x0c\x6c\x4b\ +\x3f\x53\x92\x64\x00\xa0\x16\x3b\xc6\xd8\x7c\x80\xe9\x19\xde\xfb\ +\xce\x14\x08\xec\x21\x1a\x03\x39\x1f\x40\x92\x0c\x00\x54\x02\x03\ +\xc0\xbc\x14\x00\xcc\x27\x4a\x02\x9b\x69\xfc\x7c\x80\xf7\x80\xdd\ +\x98\x0c\x28\x49\x06\x00\x2a\x85\x61\xa2\x1c\xf0\x32\x60\x0a\xcd\ +\x9f\x0f\xd0\x45\xf4\x01\xe8\x03\x36\x10\x25\x88\x92\x24\x03\x00\ +\xb5\xd8\x11\x22\x07\x60\x29\x30\x87\xe6\x27\x03\x92\xfe\xcc\x03\ +\x44\x32\xe0\x41\x4c\x06\x94\xa4\x52\xea\xf6\x12\xb4\x95\xe3\xc0\ +\x1a\xa2\x54\xef\x12\x9a\x9f\x0c\xd8\x09\xcc\x00\xae\x00\xae\x21\ +\x66\x04\x98\x0c\x28\x15\xe7\x6e\xe0\x56\x60\x39\x70\x39\xd1\x01\ +\x74\x26\x71\xe4\x77\x22\x05\xe5\x8d\x1d\xba\xb7\x80\x97\x81\x55\ +\x5e\x36\xa9\x3d\xcc\x06\xfe\x88\x38\xa7\x1f\x24\x12\xf5\x9a\xf9\ +\x18\x06\xb6\x00\x7f\x46\x94\x1e\xba\xcb\x24\xe5\xf5\x00\xf0\x38\ +\xd1\x84\xeb\x6c\x7e\x67\xfb\xd3\x7f\xff\x80\x97\x52\xaa\xbf\x6f\ +\x00\x3f\x25\x12\xf6\x46\x9a\x1c\x00\x8c\x00\x87\x81\xbf\x4b\x77\ +\x23\x93\xbc\xdc\x52\x16\xdf\x01\x56\x37\xf9\xf7\x77\x75\xfa\x73\ +\x25\xd5\xd4\xa5\xc0\x63\x44\xbd\xfe\x50\x86\x5d\x80\x93\xc0\x5a\ +\xe0\x5f\x03\x73\x69\xee\x31\x83\xd4\xee\x1e\x02\x9e\xc9\xf0\x7b\ +\x3b\xfe\xf1\x4c\xfa\x39\xaa\x31\xb7\x67\xdb\xd3\x00\xb0\x90\xb1\ +\x64\xc0\x5c\xf3\x01\x0e\x10\x03\x82\xf6\x63\x49\xa0\x74\xae\xe6\ +\x00\xff\x09\xf8\xcb\x14\xc4\xe7\xbe\x49\xf8\x27\xc4\x00\xb1\x37\ +\x88\x3e\x22\x32\x00\x50\x0d\x8c\x10\x09\x7b\x4b\x81\xc5\xe4\x9d\ +\x0f\xb0\x95\x18\x15\x3c\xe8\x65\x97\xce\xda\x2d\xc0\x7f\x07\xfe\ +\x59\xc1\x3f\xf7\x36\x22\xa1\x77\x33\x31\xeb\x43\x06\x00\xaa\xc9\ +\x2e\xc0\xe2\x14\x04\xcc\x20\xcf\x7c\x80\x4e\xc6\xe6\x03\x1c\xc6\ +\x92\x40\xe9\x6c\x3c\x08\xfc\x57\xe0\xae\x16\xfd\xfc\xcb\x81\x15\ +\xc0\x4e\xa2\x7a\x40\x06\x00\xaa\xb8\x41\x62\x7b\x6f\x29\x51\x2a\ +\x94\x6b\x3e\xc0\x40\xda\x01\xd8\x8e\x25\x81\xd2\x99\x7a\x18\xf8\ +\x53\xe0\xfa\x16\x3f\x8f\x0b\x80\x6b\x81\x5d\xc4\xd8\x6f\x19\x00\ +\xa8\xe2\x8e\x13\x5d\x01\x7b\x53\x30\xd0\xd9\xe4\x3f\xbf\x93\x48\ +\x28\x6a\xcc\x07\x38\x86\xf3\x01\xa4\xd3\x75\x0f\xf0\x5f\x80\xeb\ +\x4a\xf2\x7c\xe6\x03\x57\xa5\x5d\x80\x2d\xbe\x3d\x06\x00\xaa\xb6\ +\x81\xf4\x4b\xdd\x0b\x9c\x4f\xbe\xf9\x00\x07\x89\xbe\x03\xfd\x98\ +\x0c\x28\x9d\x8e\x5e\xe0\x51\xe2\xec\xbf\x4c\x16\x10\x47\x87\x2f\ +\x11\xc9\xbd\x32\x00\x50\x45\x35\xea\xf6\x7b\x89\xac\xdf\x29\xe4\ +\x49\x06\x3c\x49\x1c\x01\xbc\x8f\xc9\x80\xd2\xe9\x78\x14\xf8\x8d\ +\x92\x3e\xb7\x4b\x88\x89\xa2\x7f\xef\xdb\x64\x00\xa0\x6a\x3b\x42\ +\x74\xec\xeb\x05\x66\x91\x27\x19\xb0\x3b\xdd\x2d\xbc\x0d\x1c\xc2\ +\x64\x40\xe9\xb3\x7c\x17\xf8\x0f\x25\x7f\x8e\xd7\x13\x3b\x7a\xaf\ +\xf9\x76\x19\x00\xa8\xba\x4e\x12\xdd\xfa\x7a\x81\x8b\xd2\xdf\xe7\ +\x48\x06\x3c\x4a\x9c\x1b\x7e\x88\xc9\x80\xd2\xa7\x59\x02\xfc\xaf\ +\x14\x8c\x97\xdd\xd5\xc0\x93\x44\xbf\x0f\x19\x00\xa8\xa2\x8e\x12\ +\x47\x00\xbd\xc4\xd6\x5e\xb3\x3f\x17\x1d\xe9\xd1\x48\x06\x3c\x8a\ +\xc9\x80\xd2\x27\xf9\x63\xe0\xab\x15\x79\xae\xb3\xd2\xef\xf1\x53\ +\xbe\x6d\x06\x00\xaa\x76\x00\x30\x87\x28\x09\x5c\x40\x24\xee\x35\ +\x7b\x17\xa0\x87\x98\x3d\xb0\x81\x28\x25\x1a\xf2\xb2\x4b\x1f\xb3\ +\x0c\xf8\xeb\x8a\x7d\x2f\xdf\x40\xe4\x02\xec\xf1\xed\xab\x9e\x4e\ +\x2f\x81\x52\x14\xff\x16\xd1\xb6\xb7\x31\x20\xa8\xd9\x3b\x00\x93\ +\xd3\x0e\xc3\x75\xc0\x54\x9c\x0f\x20\xfd\xba\x6f\xd3\xfc\x4a\x9c\ +\xdc\x26\xa4\xe7\x2d\x03\x00\x55\xd8\x87\xc0\x3a\x60\x07\xd1\xc2\ +\x37\xc7\x67\x6d\x11\x31\xa7\x7c\x21\xcd\x4f\x36\x94\xaa\x6c\x06\ +\xf0\xad\x8a\x3e\xf7\x6f\xa5\xe7\x2f\x03\x00\x55\xd4\x20\xb0\x86\ +\x28\xd5\xcb\x71\x46\xdf\x09\x9c\x07\x5c\x41\xf4\x16\x77\x4c\xb0\ +\x34\xe6\x11\x62\x72\x66\x15\xcd\x4d\xcf\x5f\x06\x00\xaa\xb0\xf7\ +\x88\xbe\xfd\x7b\xc9\x93\xa9\xdf\x43\x34\x11\xb9\x1e\x98\x8d\x39\ +\x28\x52\xc3\x43\x3e\x7f\x19\x00\xa8\x95\x0e\x10\xb9\x00\x5b\x88\ +\x36\xc1\x39\x76\x01\xe6\x12\xed\x44\x7b\xa9\xde\x79\xa7\x94\xc3\ +\x44\xe0\xbe\x8a\xbf\x86\xfb\xd2\xeb\x90\x01\x80\x2a\xac\x91\x0c\ +\x78\x88\x3c\x6d\x7b\x27\x11\xb5\xce\xd7\x93\x67\xfe\x80\x54\x35\ +\xb7\x13\x89\xb1\x55\x36\x35\xbd\x0e\x19\x00\xa8\xc2\xfa\x80\xb5\ +\x44\xeb\xde\x5c\xc9\x80\x0b\x89\xc9\x62\x17\x61\x32\xa0\x74\x93\ +\xaf\x43\x06\x00\x2a\x83\x21\x22\x19\x70\x03\x31\x2c\x28\x47\x49\ +\xe0\x34\x62\xc6\xf8\x32\xa2\x3c\xd0\x92\x40\xb5\xb3\x6b\x7d\x1d\ +\x32\x00\x50\x59\xbc\x4f\x24\x03\xee\x26\x4f\x32\x60\x37\x31\x7f\ +\x60\x05\x91\x13\x60\x32\xa0\xda\x59\xaf\xaf\x43\x06\x00\x2a\x8b\ +\x23\x69\x17\x60\x33\x70\x8c\x3c\xc9\x80\xb3\x81\x2b\xd3\xc3\x64\ +\x40\xb5\xb3\x45\xbe\x0e\x19\x00\xa8\x4c\xd6\x13\x7d\xfb\x0f\x90\ +\xa7\x6d\xef\x04\xe0\xb2\xb4\x0b\x30\xc3\xcf\xa2\xda\xd8\x6c\x5f\ +\x87\x0c\x00\x54\x26\xbb\x88\x8a\x80\xad\xe4\x4b\x06\x9c\x4f\x34\ +\x05\x5a\x4c\xf4\x08\x90\xda\xd1\x14\x5f\x87\x0c\x00\x54\x26\x23\ +\xc0\x9b\x44\x73\xa0\xc3\xe4\x49\x06\x9c\x42\x24\x03\x5e\x97\xfe\ +\xde\x64\x40\x49\x32\x00\x50\x09\x6c\x21\xe6\x03\xec\xca\xb4\x0b\ +\xd0\x05\x5c\x48\xcc\x07\x98\x8f\x25\x81\x6a\x4f\x47\x7d\x1d\x32\ +\x00\x50\xd9\x1c\x23\xff\x7c\x80\x19\x44\x22\xe0\xd5\xd8\x49\x4c\ +\xed\x69\xbf\xaf\x43\x06\x00\x2a\xa3\x77\x88\x64\xc0\xfd\xe4\x49\ +\x06\xec\x01\x2e\x21\x3a\x03\xce\xc4\x92\x40\xb5\x9f\x3e\x5f\x87\ +\x0c\x00\x54\x46\x7b\x89\x64\xc0\x0f\xc8\x37\x1f\xe0\xfc\xb4\x03\ +\xb0\x04\x93\x01\xd5\x7e\x36\xfa\x3a\x64\x00\xa0\xb2\x6a\xcc\x07\ +\xf8\x88\x3c\xc9\x80\x93\x88\x26\x22\xd7\x11\x3d\xc5\x4d\x06\x54\ +\x3b\x59\xe7\xeb\x90\x01\x80\xca\x6a\x6b\xfa\xe5\xde\x41\xbe\x92\ +\xc0\x0b\x88\x64\xc0\x45\xee\x02\xa8\xcd\xbc\xee\xeb\x90\x01\x80\ +\xca\xea\x04\x79\xe7\x03\x74\x02\xe7\x11\x25\x81\xd7\x62\x32\xa0\ +\xda\xcb\x8b\xe9\xf7\xaa\xca\x06\xd2\xeb\x90\x01\x80\x6a\xe8\x3d\ +\xa2\x3b\x60\x3f\x79\x92\x01\xbb\x89\x64\xc0\x15\xc0\x1c\x2c\x09\ +\x54\x7b\x79\xa5\xe2\xcf\x7f\x25\x30\xe8\xdb\x68\x00\xa0\x7a\x3a\ +\x44\x34\x06\xda\x42\xbe\x64\xc0\x39\xc0\x55\x69\x27\xc0\x63\x00\ +\xb5\x83\x6e\x62\x3c\xf6\x8e\x8a\xbf\x8e\x27\x7c\x2b\x0d\x00\x54\ +\x6f\xeb\x88\x64\xc0\x83\xc0\x70\x86\x3f\x7f\x22\x51\x09\xb0\x02\ +\x98\xee\xe7\x53\x35\xd7\x41\xf4\xcf\xbf\x01\x98\x45\xf3\x8f\xd6\ +\x8a\xb2\x17\xf8\x81\x6f\xa7\x01\x80\xea\xad\x0f\x58\x0b\x6c\x23\ +\x5f\x32\xe0\x02\x22\x0f\xe0\x62\x3c\x06\x50\xbd\xbf\x7b\xcf\x23\ +\x2a\x5f\x1e\x4e\x7f\xad\x6a\xf5\xcb\xf7\x89\x1d\x42\x19\x00\xa8\ +\xc6\x86\x89\x64\xc0\xf7\x88\x91\xc1\x39\x4a\x02\xa7\x11\x47\x00\ +\xcb\x80\xc9\x58\x12\xa8\x7a\xde\xf9\x4f\x26\x7a\x5f\x7c\x15\xb8\ +\x99\x68\x85\x5d\xc5\xcf\xfa\x09\xe0\x71\xdf\x52\x03\x00\xb5\x87\ +\x8d\x44\x32\xe0\x6e\xe0\x64\x86\x3f\xbf\x2b\xdd\xfd\xaf\x20\x1a\ +\x04\xd9\x19\x50\x75\x33\x81\x98\x80\x79\x07\x70\x57\xfa\xbc\x57\ +\x35\xe7\xe5\xaf\x88\x5d\x41\x19\x00\xa8\x0d\x0c\x10\xc9\x80\x9b\ +\x88\x59\x01\x39\x92\x01\x67\x12\xf3\x01\xae\xc4\x92\x40\xd5\x4b\ +\x4f\xba\xdb\xbf\x0b\x78\x80\xc8\x79\xa9\xea\x24\xcc\x2d\xc0\x5f\ +\xfa\x96\x1a\x00\xa8\xbd\xac\x27\xef\x7c\x80\x09\xc0\xa5\x69\x17\ +\x60\x86\x9f\x53\xd5\xe8\xfb\x76\x0e\xf0\x45\xe0\x2b\x29\xc0\x9d\ +\x5e\xe1\xd7\xf3\x68\xba\x11\x90\x01\x80\xda\xc8\x6e\xa2\x3d\xf0\ +\x56\xf2\xd4\xfe\x76\xa6\xbb\xa4\x6b\x88\xde\x00\x96\x04\xaa\x0e\ +\x66\x10\xb9\x2d\xf7\x32\x96\xf9\x5f\xd5\xef\xe0\xbf\x05\xfe\xa7\ +\x6f\x69\xb5\x79\xbe\xaa\xb3\x35\x4c\xf4\xef\xbf\x94\xd8\xc2\x6c\ +\xe6\x17\x59\x47\xfa\x6c\x0e\x11\xf5\xd1\x1b\x88\xde\x03\x52\x15\ +\x75\x10\x33\x2e\xae\x02\x7e\x33\x05\x00\x17\x54\x38\xb0\x7d\x0e\ +\xf8\xb7\x38\xfe\xd7\x1d\x00\xb5\xad\x0f\x88\xbe\x00\x3b\xc9\x93\ +\x0c\xd8\x09\x5c\x48\xcc\x07\x58\x80\x25\x81\xaa\xee\xe2\x3f\x81\ +\x38\xeb\xff\x1a\xb1\xfd\x7f\x61\xfa\x77\x55\xf4\x26\xf0\xa7\x38\ +\xf9\xcf\x1d\x00\xb5\xb5\xa1\xf4\x25\xd6\x4b\x64\x31\x4f\xa2\xb9\ +\x89\x4c\x1d\x69\xd1\x3f\x9e\x82\x8d\x0f\xc8\xd3\x7b\x40\xca\xa9\ +\x1b\xb8\x08\xb8\x1b\x78\x30\xed\x02\x54\xb5\xbc\xf5\x2d\xe0\x3f\ +\x02\x3f\xf1\x6d\x35\x00\x90\x8e\x12\x47\x00\xbd\x44\x53\x93\x66\ +\x7f\x9e\x3a\xd3\x17\xe5\x5e\x22\xf1\x70\x80\xe6\x57\x1d\x48\x39\ +\xbf\x5f\xe7\x02\xb7\x03\xbf\x4d\x24\xb5\xce\xa4\x9a\x3b\xaf\xaf\ +\x03\x7f\x04\xfc\xc8\xb7\xd5\x00\x40\x82\x28\x03\x9c\x09\x2c\x25\ +\xfa\x99\x4f\xc8\x70\x67\xd3\x03\x1c\x06\xde\x27\xf2\x01\x86\xbc\ +\xec\xaa\x80\x4e\x22\xe9\xef\x56\xe0\x11\xe0\xf3\xc0\xbc\x8a\x2e\ +\xfe\x3f\x06\xfe\x1d\xf0\xac\x6f\xab\x01\x80\x34\xde\x49\xe2\x7c\ +\xf3\x32\xa2\x8b\x5f\xb3\x93\x01\x3b\x89\x84\xc3\x5d\xc0\xbb\x29\ +\xe8\x90\xca\x6e\x2a\x91\xbf\xf2\x20\xb1\xfd\x5f\xd5\xa4\xbf\x47\ +\x81\xdf\x4f\x01\xb8\x6a\x18\xa5\x4a\xe7\x62\x1b\x91\x0c\xd8\x47\ +\x9e\x33\xfa\xae\xf4\xe5\xb9\x8c\x48\x9e\xb2\x24\x50\x65\x37\x89\ +\x28\x5f\xfd\x12\x70\x0f\xb0\x88\xea\x25\xfd\x3d\x0b\x7c\x1d\xf8\ +\x37\xc0\x3e\xdf\x52\x03\x00\xe9\xd3\x76\x00\xd6\x10\xa5\x7a\x03\ +\xe4\x99\x0f\x30\x9d\x98\x0f\x70\x6d\xfa\x72\x95\xca\xaa\x27\x2d\ +\xf8\x5f\x06\xee\x4b\x81\xc0\xe4\x0a\x3d\xff\x97\x81\x7f\x41\x94\ +\x2a\x3a\xe2\xb7\xe6\x2c\xad\x52\x33\x6c\x20\x92\xf4\x6e\x4c\x8b\ +\xf5\xc4\x0c\x9f\xd3\xc5\x44\x12\xd5\x6a\x22\xf9\xd0\x5c\x00\x95\ +\x4d\x17\xd1\xc0\xea\xb6\x74\xe7\x7f\x25\x71\x14\x50\x84\x11\x22\ +\x41\xf6\x6c\x8e\x75\xf7\xa6\xc5\xfe\x07\xc4\x79\xbf\x0c\x00\xa4\ +\xd3\xf6\x11\x51\x1f\xbc\x99\xb1\xed\xce\x66\x26\x03\x76\x12\x73\ +\xd3\xaf\x4a\x3b\x01\xbb\x0c\x00\x54\x32\x1d\x8c\x75\xfa\xbb\x9f\ +\xe8\xf4\x57\x54\x1b\xeb\x21\xa2\x1f\xc7\xd3\x29\x18\x9f\x46\x54\ +\xe6\x5c\x9e\x7e\x1f\x67\xa6\xdf\xc9\x13\xc0\x41\xe2\xb8\x6e\x03\ +\x51\xd6\xf7\x32\xb0\xca\xb7\xcf\x00\x40\x3a\x17\xeb\x88\xf9\x00\ +\xcb\xd2\x5d\x4f\xb3\x3f\x5b\x13\x89\x44\xc3\x15\xc0\xaf\x88\xfe\ +\x00\x23\x5e\x76\x95\x40\x67\xfa\xcc\x2f\x03\x1e\x66\x2c\xe3\xbf\ +\x88\x24\xeb\x51\xe0\x00\x71\x0c\xf7\x6c\x7a\xec\x31\x40\xd6\xe9\ +\x7e\x70\xa5\x66\xd8\x41\x8c\x05\xdd\x46\xbe\xf9\x00\x0b\x88\x3c\ +\x80\xc5\x98\x0c\xa8\xf2\x98\x48\x94\xc2\xde\x0b\xdc\x42\x24\xad\ +\x16\xb5\xf8\x1f\x26\xaa\x63\x7e\x42\x1c\x8f\xf5\xbb\xf8\xeb\x74\ +\x59\x06\xa8\x66\x7e\x19\x8d\x12\x25\x81\x8d\xf9\x00\xcd\xee\x0c\ +\xd8\x45\x24\x1d\x6e\x27\xca\x92\x06\xbd\xec\x6a\xb1\x09\x44\x75\ +\xca\x97\x80\x6f\x00\x57\x50\x4c\xa7\xbf\x51\xa2\x24\xf6\x5d\xa2\ +\x39\xcf\x33\xd8\x2d\x53\xee\x00\xa8\x85\x36\x11\xc9\x80\xbb\xc8\ +\x57\x12\x78\x11\x70\x1d\x70\x3e\x1e\x61\xa9\xb5\xba\x89\x4e\x7f\ +\x77\x02\x0f\x11\x67\xee\x53\x29\xa6\xcd\xef\x49\x62\x1a\xe7\x8b\ +\xc0\x0b\xc0\x16\x17\x7f\x19\x00\xa8\x95\x8e\x12\x67\x91\x9b\xd2\ +\xdd\xc9\x68\x86\xcf\xeb\x4c\x22\xbb\xfa\x2a\xaa\x3b\x50\x45\xf5\ +\xf8\xee\x9c\x45\x9c\xf7\xdf\x47\x8c\xae\x9e\x51\xd0\xe2\x3f\x44\ +\x9c\xf3\xbf\x4a\x6c\xfd\xbf\x83\x6d\xb2\x65\x00\xa0\x12\x78\x3b\ +\x3d\xf6\x93\xe7\x2c\xb2\x87\x38\x62\xb8\x3e\x05\x03\x1e\x63\xa9\ +\x15\xa6\xa5\x40\xf4\x3e\xe2\xdc\x7f\x6e\x41\x9f\xc5\x61\x22\xe9\ +\xef\x55\xa2\x64\x6f\x6d\xfa\x67\x17\x7f\x19\x00\xa8\xe5\xfa\x89\ +\xf2\xa2\x0f\xc9\x97\x0c\x78\x3e\x70\x75\x0a\x04\x4c\x06\x54\x91\ +\x3a\x88\x33\xfe\x25\x44\x9b\xdf\x3b\x89\xe4\xd4\x22\x3e\x87\xa3\ +\xc0\x91\xb4\xe8\x3f\x0b\xfc\x92\xa8\xe1\x77\xf1\x97\x01\x80\x4a\ +\x61\x94\xe8\x09\xf0\x2e\xd1\x1f\x60\x38\xd3\x17\xf0\x52\x22\x17\ +\xa0\xd9\xc9\x86\xd2\x67\xe9\x21\xaa\x50\xee\x03\xee\x48\x7f\x3f\ +\xb1\xa0\x9f\x7d\x94\x38\x5e\x7b\x06\x78\x8e\xa8\xbc\x39\xe9\x5b\ +\x22\x03\x00\x95\xc9\x87\x44\x5f\x80\x9d\xe4\x49\x4c\xea\x24\x1a\ +\x9c\x2c\x27\x4a\xae\x4c\x06\x54\x11\xba\x88\xdd\xa7\xcf\x13\x59\ +\xff\x45\x65\xfc\x43\xec\xa6\x6d\x03\x7e\x46\x34\xfc\xf9\x90\xe8\ +\x85\x21\x19\x00\xa8\x54\x06\x19\x9b\x0f\x70\x94\x3c\xc9\x80\xe7\ +\xa5\x2f\xe0\x6b\x70\x3e\x80\x8a\x59\xfc\x67\x01\x37\x13\xe5\x7e\ +\xcb\x29\xbe\xd3\xdf\x8b\xe9\xce\xff\x7d\x9c\x8a\x29\x03\x00\x95\ +\xd8\xbb\x44\x32\xe0\x5e\xf2\x6c\x53\xf6\x10\x83\x56\x56\x10\x6d\ +\x82\x4d\x06\x54\x2e\x1d\x44\x79\xdf\xf5\xc0\xd7\xd2\x5f\xe7\x14\ +\xf4\xfd\x39\x42\x24\xd4\xae\x49\x77\xff\x6b\x88\xa3\x35\xbb\x60\ +\xca\x00\x40\xa5\x75\x80\xc8\x05\xd8\x42\x6c\x55\xe6\xd8\x05\x98\ +\x4b\x24\x03\xf6\x62\x49\xa0\xf2\x99\x4c\xd4\xf8\xdf\x0d\x7c\x01\ +\x58\x48\x31\xc7\x4e\x23\x69\xb1\x7f\x8b\x68\xf6\xf3\x8b\x14\x50\ +\x0f\xfb\x96\xc8\x00\x40\x65\xb7\x96\xa8\x51\x3e\x94\xe9\x4b\x6b\ +\x12\x91\x8d\xbd\x82\x28\xcb\xf2\xf3\xac\x66\x9b\x48\x74\xfa\xbb\ +\x97\x18\xf1\x7b\x31\xc5\x24\xfd\x8d\xef\xf4\xf7\x74\x5a\xfc\x77\ +\x79\xe7\x2f\x03\x00\x55\xc5\xf6\x14\x04\x6c\x27\x5f\x32\xe0\x42\ +\x62\x08\xcb\x85\x98\x0c\xa8\xe6\xea\x26\x4a\xfc\x1a\x8b\xff\x12\ +\xa2\xea\xa4\x08\x27\x88\x4e\x7f\x2f\x10\x25\x7f\x1f\xa4\x7f\x67\ +\xc9\x9f\x0c\x00\x54\x09\x43\xc4\x31\xc0\x06\xa2\x53\x59\xb3\xef\ +\x5e\x3a\xd2\x9d\xff\xe5\x29\x08\x98\xec\x25\x57\x13\xbf\x1b\xe7\ +\x00\x37\xa5\x00\xe0\x5a\x60\x3a\xc5\xb5\xf9\xdd\x05\xfc\x9c\xe8\ +\xf4\xf7\x3e\x76\xfa\x93\x01\x80\x2a\xe8\x7d\x62\x3e\xc0\x1e\xf2\ +\x24\x03\x76\x13\xdb\xb2\x2b\x88\x9c\x00\x77\x01\xd4\x8c\xc0\x72\ +\x3a\x51\x61\xf2\x20\xf0\x39\x8a\x4b\x34\x1d\x06\xf6\x01\x2f\x03\ +\x2b\xd3\xef\xce\x47\xbe\x25\x32\x00\x50\x15\x1d\x66\x6c\x3e\x40\ +\xae\x64\xc0\xd9\xc4\x6c\x80\x2b\x30\x19\x50\xe7\xbe\xf8\x4f\x4e\ +\x9f\xa7\xaf\x13\x6d\x7e\xe7\x17\x18\x58\x7e\x44\xf4\xd0\x78\x06\ +\x78\x8d\x48\xa6\xf5\xdc\x5f\x06\x00\xaa\xac\xf5\x44\x49\xe0\x01\ +\xf2\x24\x03\x4e\x00\x2e\x23\xca\xb3\xce\xf3\x73\xad\x73\x30\x31\ +\x7d\x96\xee\x04\x6e\x27\x76\x97\x8a\x6a\xf3\x3b\x40\x1c\x97\xfd\ +\x03\x71\xf6\xbf\x1b\x3b\xfd\xc9\x00\x40\x15\xb7\x8b\x48\x06\xdc\ +\x4a\xbe\xf9\x00\xf3\x89\x2d\xdb\x4b\x70\x3e\x80\xce\x7e\xf1\x6f\ +\xb4\xf9\x7d\x90\x28\x2f\x2d\xa2\xd3\xdf\x68\xfa\xbd\xd8\x4c\xd4\ +\xfa\xbf\x90\xf1\x77\x45\xfa\xff\x6c\x9e\xa2\x22\x8c\x12\xdb\x98\ +\x4b\x88\x01\x3e\xcd\xee\xdf\xdf\x91\x3e\xcb\x27\x81\x3e\x22\xef\ +\xc0\x2f\x4f\x9d\x89\x1e\xa2\xad\xf4\x43\xc0\xef\xa4\x60\xf2\x3c\ +\x8a\x1b\xef\xdb\x47\x24\xfd\x3d\x49\xec\x98\xe5\xe8\xa0\x29\xb9\ +\x03\xa0\x96\xd8\x9c\xbe\xd8\x76\x91\xa7\x24\xb0\x0b\xb8\x88\x18\ +\x10\x54\xe4\x99\xad\xaa\xaf\x83\xc8\xf8\xff\x02\x51\xee\x77\x65\ +\x81\x8b\x7f\x23\xe9\xef\xb5\xb4\xf8\xaf\xc3\x4e\x7f\x32\x00\x50\ +\xcd\x1c\x23\x92\x01\x37\xa6\xbf\xcf\x91\x0c\x38\x83\x48\x04\xbc\ +\x1a\x93\x01\x75\xfa\x66\x10\xbd\xfd\x1f\x24\x06\xfd\x14\x55\xee\ +\x37\x42\x34\xc9\xfa\x25\x71\xee\xbf\x26\x05\x03\xde\xf9\xcb\x00\ +\x40\xb5\xf3\x4e\xda\x05\xd8\x47\x6c\x7b\x36\x5b\x0f\x71\xc4\xb0\ +\x82\x18\xdc\xe2\x11\x97\x4e\x75\xe7\x3f\x35\x05\x8c\xbf\x09\x7c\ +\x91\x62\x93\x48\x07\x88\x4e\x7f\xab\x80\x57\x88\xa4\x3f\xef\xfc\ +\x65\x00\xa0\x5a\xea\x27\xfa\x9a\x7f\x40\xbe\x92\xc0\x79\xe9\x0b\ +\xfd\x32\x4c\x06\xd4\xa9\x03\xc6\x5e\xe0\x7e\x62\xfb\x7f\x1e\xc5\ +\x1d\x1d\x1d\x27\x12\xfd\x9e\x49\x8f\x5c\xdd\x32\x25\x03\x00\x95\ +\xc6\x5b\xe9\xae\x27\xc7\x39\x67\xa3\x86\x7b\x69\xda\x05\x98\x4a\ +\x31\x5b\xb9\xaa\x9e\x2e\x60\x11\x51\xea\xf7\x55\x22\x41\xb5\xa8\ +\x80\xf1\x44\x5a\xf0\x9f\x4e\x8f\xcd\x44\xd2\x9f\x64\x00\xa0\x5a\ +\xdb\x4a\x24\x3a\xed\x20\xdf\x7c\x80\x0b\x88\xd6\xc0\x17\xb8\x0b\ +\xa0\x4f\x59\xfc\xe7\x11\x5b\xfe\xbf\xc5\x58\x03\xa9\xa2\x92\xfe\ +\xfa\x89\xe1\x3e\xcf\x12\xfd\x31\x8e\xf8\x96\xc8\x00\x40\xed\xe0\ +\x04\x91\xec\x94\x6b\x3e\x40\x27\x71\x8e\x7b\x05\xd1\xbf\x7d\xa2\ +\x97\x5c\xe3\x74\xa4\xcf\xc7\xe7\x88\xa4\xbf\xab\x29\x6e\xa7\x68\ +\x14\x38\x48\xf4\xc4\xf8\x09\x91\xfc\x77\x10\xcf\xfd\x65\x00\xa0\ +\x36\xf2\x5e\xba\xf3\xd9\x4b\x9e\x64\xc0\x6e\xa2\xa1\xcb\x0a\xa2\ +\xbc\xcb\x92\x40\x35\x34\x92\xfe\xbe\x02\xdc\x46\xb4\x91\x2e\xe2\ +\x7b\x70\x24\xdd\xe9\xaf\x07\x9e\x00\x5e\x25\x92\xfe\x86\x7c\x4b\ +\x64\x00\xa0\x76\x72\x90\x98\x12\xb8\x99\x7c\xc9\x80\x73\x89\x7e\ +\xee\x4b\xf1\x18\x40\x61\x12\x91\x1c\xfa\x10\x71\xee\x7f\x3e\xc5\ +\x55\x8a\x0c\x12\x25\xb0\xcf\x11\x83\x7e\xb6\x93\xa7\x2d\xb6\x64\ +\x00\xa0\xd2\x5b\x4b\x94\x05\x1e\xcc\xf4\x45\x38\x91\x48\xec\x5a\ +\x41\xd4\x75\xfb\x59\x6f\x6f\x3d\xc0\x85\xe9\xce\xff\x4b\xc0\x42\ +\x8a\x4d\xfa\xdb\x01\xbc\x44\xb4\xfa\xcd\x35\x18\x4b\x32\x00\x50\ +\x25\xf4\xa5\x20\x20\x57\xf9\x53\x67\xfa\x92\x5f\x46\x74\x08\xf4\ +\x18\xa0\x7d\x75\x10\x49\x7f\xb7\x32\xd6\xe9\x6f\x52\x41\x3f\x7b\ +\x88\x48\xfa\x7b\x81\x68\xf6\xf3\x2e\x31\x21\xd3\xc5\x5f\x2d\x67\ +\xa3\x14\xb5\x4a\xe3\x0b\xb0\x97\x18\xe0\xd3\xec\xa1\x2b\x1d\x69\ +\xd1\x6f\x94\x5c\x6d\xc4\x3a\xeb\x76\xbd\xc9\x99\x45\x74\xf8\xfb\ +\x56\x0a\x02\xa6\x51\xdc\xb9\xff\x7e\xe2\xbc\xff\xc7\x44\xb3\x9f\ +\x7d\x98\xf4\x27\x77\x00\x24\x36\x12\x49\x51\xb9\xc6\x9e\x8e\x9f\ +\x0f\x30\xcf\x80\xb7\x2d\xef\xfc\xa7\xa4\xf7\xff\x37\x80\x1b\x28\ +\xf6\x38\xe8\x28\x91\xf0\xfa\x34\xb0\x9a\x48\x7a\xf5\xdc\x5f\x06\ +\x00\x12\x51\x06\xb8\x86\x38\x13\xcd\x35\x1f\x60\x16\xb1\xe5\x7b\ +\x15\xce\x07\x68\x37\x13\x88\x24\xd0\x2f\x11\x0d\x7f\x16\x14\xf8\ +\x9d\x37\x0c\xec\x24\x6a\xfd\x9f\x27\x5f\xdf\x0b\xc9\x00\x40\x95\ +\xb5\x9e\x28\x09\xdc\x4f\x9e\x92\xa8\x09\x44\xe6\xf7\x0a\x62\xe8\ +\x8b\x9f\xf9\xf6\xd0\x43\xec\xfe\xdc\x0b\x7c\x1d\xb8\x98\x38\x12\ +\x2a\x6a\xc8\x4f\x3f\x31\xe1\xef\x15\xe0\x43\x1c\x4f\x2d\x03\x00\ +\xe9\x1f\xd9\x4d\xb4\x07\xde\x9a\xe9\x4b\xb2\x93\x18\x0f\x7c\x0d\ +\x31\x28\xc8\x92\xc0\xfa\xeb\x22\x4a\xfc\xee\x49\x8b\xff\x62\x8a\ +\x6b\x08\x35\x4a\xd4\xfb\xaf\x03\x9e\x4a\x9f\xed\x01\x4c\xfa\x93\ +\x01\x80\xf4\x89\x5f\x98\x8d\xf9\x00\x87\x69\xfe\x19\x69\xe3\x1c\ +\x78\x29\x71\x16\x3c\x05\xe7\x03\xd4\xdd\x4c\xa2\xd3\xdf\x97\x89\ +\x6e\x90\xd3\x0a\xfc\x2c\x0f\x12\xbb\x5a\x3f\x24\xce\xfd\x77\xe1\ +\xb9\xbf\x0c\x00\xa4\x4f\xb5\x25\x7d\x69\xee\x24\x4f\x32\x60\x27\ +\x51\x03\xbe\x9c\x28\x0d\xb4\x24\xb0\xbe\xce\x23\x76\x7b\x1e\x62\ +\x6c\xbc\x6f\x51\x01\xdf\x09\xa2\xc5\xf5\xcf\x88\xb2\xbf\x6d\x2e\ +\xfe\x32\x00\x90\x3e\xdb\x71\x22\x19\x70\x23\x91\x39\x9d\x23\x19\ +\x70\x06\x31\x1f\xe0\x6a\x9c\x0f\x50\x47\x8d\x49\x90\x97\x03\xdf\ +\x04\xee\x24\x12\x40\x8b\xaa\xfc\x38\x49\x1c\x67\xbd\x08\xac\x24\ +\xba\x5c\x9e\xf4\x6d\x91\x01\x80\x74\x6a\xef\xa4\x5d\x80\x7d\x99\ +\xbe\x38\x7b\x88\x1c\x80\x15\x05\x2f\x0c\x2a\x46\x17\x71\xd6\x7f\ +\x2f\x70\x07\x31\xea\xb7\xa8\x9d\x9e\x11\xa2\xa3\xe5\xcf\x81\x27\ +\x19\x9b\xf0\xe7\xb9\xbf\x0c\x00\xa4\xd3\xb0\x8f\xc8\x05\xd8\x42\ +\x9c\xa3\x36\xfb\xcb\xb3\x83\x98\x0f\x70\x35\xc5\xce\x7e\x57\x31\ +\xdf\x63\x0b\x88\xe1\x3e\x0f\x11\x65\x9f\x45\x8d\xf7\x1d\x05\x0e\ +\x11\xd9\xfe\x3f\x01\xde\x48\xc1\x80\x64\x00\x20\x9d\x81\x46\x32\ +\xe0\x21\x9a\xdf\x2d\xad\x83\x68\xff\xda\x9b\x76\x01\xa6\x61\x32\ +\x60\x5d\xbe\xc3\xce\x03\x6e\x02\x7e\x8b\x38\xff\x9f\x54\xe0\xe2\ +\x3f\x40\x34\xfb\x59\x99\x82\x80\xfd\xde\xf9\xcb\x00\x40\x3a\x73\ +\xdb\x88\xf9\x00\x7d\xe4\x69\x9a\xd2\x05\x5c\x40\xcc\x07\x58\xe4\ +\x2e\x40\x2d\x4c\x22\x2a\x3c\x6e\x27\x72\x3c\xa6\x17\x18\xd8\x0d\ +\x11\x35\xfe\x4f\x12\x53\xfe\xb6\xe3\xb9\xbf\x0c\x00\xa4\xb3\x72\ +\x92\x48\x06\xdc\x90\xee\xac\x72\xec\x02\x4c\x4f\x0b\xc5\x32\x8a\ +\x1b\x08\xa3\x3c\x26\x10\xd5\x1d\x77\xa6\xc7\x7c\x8a\xcb\xed\x68\ +\x2c\xfe\x3f\x25\xba\xfd\x39\x6b\x42\x06\x00\xd2\x39\xda\x40\x24\ +\x51\xed\xc9\x74\x37\xd5\x4d\x24\x8b\xad\x00\xe6\x60\x49\x60\x55\ +\x75\xa7\x05\xff\x1e\xe0\x6b\xc4\xd1\xce\x94\x82\x7e\xf6\x30\xd1\ +\xe9\xef\x55\x62\xeb\xff\x1d\xec\xf4\x27\x03\x00\xe9\x9c\x7d\x94\ +\x76\x01\x36\x93\x67\x66\x7a\x27\x30\x9b\x48\x14\xbb\x02\xe7\x03\ +\x54\xf5\x7b\x6b\x0e\x70\x0b\x91\xf5\x7f\x35\xb1\xb3\x53\x84\x11\ +\x62\x77\xea\x0d\xe0\x47\xe9\xb3\x9a\x23\x67\x45\x32\x00\x50\x5b\ +\x5a\x97\xee\xaa\x0e\x92\xa7\x91\xca\x44\xa2\x12\x60\x05\xc5\x4e\ +\x87\x53\x73\x4c\x27\x86\x3b\x7d\x99\xe8\xf8\x37\x9b\x62\xb6\xfe\ +\x47\x89\xa1\x55\x6f\x00\x4f\xa4\x1d\x80\x3d\x98\xf4\x27\x03\x00\ +\xa9\x69\x76\x12\xc9\x80\xdb\xc8\x37\x1f\x60\x01\xd1\x26\xf6\x62\ +\x4c\x06\xac\x8a\x46\x5b\xe7\x2b\x80\x6f\x10\x9d\xfe\x16\x14\xf8\ +\xfe\x1d\x27\xce\xfa\x9f\x25\x3a\xfd\xed\xf2\xce\x5f\x06\x00\x52\ +\x73\x0d\x13\x5b\xab\xef\x11\x0d\x55\x72\x24\x03\x4e\x25\xb2\xc7\ +\x97\x13\x1d\xe4\x2c\x09\x2c\xbf\xaf\x5c\x68\x9d\x00\x00\x14\x47\ +\x49\x44\x41\x54\xae\xb4\xe0\xdf\x0d\x7c\xa1\xe0\xe0\x6d\x28\xdd\ +\xed\x3f\x43\xb4\xfa\x75\xc2\x9f\x0c\x00\xa4\x4c\x36\x11\x9d\x01\ +\x77\x93\xaf\x24\xf0\x22\x62\x40\xd0\xf9\xd8\x19\xb0\x0a\xdf\x55\ +\xd3\x89\xd1\xce\xd7\xa4\xbf\x4e\xa4\xb8\xf1\xbe\x7b\x88\x84\xbf\ +\xa7\x88\xe3\xa9\x01\xdf\x12\x19\x00\x48\x79\x1c\x65\x6c\x3e\xc0\ +\x31\xf2\x24\x03\xce\x22\x92\x01\xaf\xc2\xf9\x00\x65\xd6\xe8\xf3\ +\xdf\xa8\xf7\xbf\x9c\x38\x0a\x28\xe2\xfb\x6b\x84\x68\xee\xf3\x5a\ +\x0a\x00\xde\x24\x76\xa5\x24\x03\x00\x29\xa3\xf5\x44\x49\xe0\x7e\ +\x62\x0b\xb6\xd9\x7a\xd2\x9d\xe4\x0a\x62\x84\xac\xbf\x0f\xe5\x5c\ +\xfc\x27\x11\x73\x1c\x6e\x4b\x01\x40\x2f\xc5\x54\x6f\x34\x92\xfe\ +\xde\x05\x7e\x4c\x24\xfd\xed\xc7\x73\x7f\x19\x00\x48\xd9\xf5\x13\ +\xed\x81\x73\x9d\xb7\x76\x12\xdb\xff\xd7\xa4\x05\xc6\x92\xc0\xf2\ +\x99\x48\x9c\xfb\xdf\x48\x0c\xf9\xb9\x92\x68\xfd\x9b\xfb\xc8\x66\ +\x94\x38\x7a\x7a\x17\xf8\x7b\x22\xe9\xaf\x2f\x53\x20\x2a\xb5\x84\ +\xe7\x9e\x2a\xbb\x61\xa2\x64\xef\x52\x9a\xbf\xed\xdb\x91\x7e\x07\ +\x86\x81\x1d\x44\xd2\xe1\x71\x2f\x79\xa9\x16\xff\x8b\xd3\x5d\xff\ +\x3d\x44\xc9\xdf\x42\x62\xe7\x26\xf7\xd9\xff\x49\xe0\x03\xa2\xd3\ +\xdf\x3f\x00\xef\x63\x9b\x5f\x19\x00\x48\x85\x3a\x42\xf4\xed\x5f\ +\x4a\xd4\x7b\xe7\xc8\xfa\xee\x06\x0e\x10\xc7\x0d\x07\x70\x8b\xb7\ +\x0c\x7a\x88\x36\xbf\x5f\x03\xbe\x49\x0c\xfb\x59\x40\x31\x89\x7f\ +\xc3\xc0\x5e\x60\x15\xf0\x7f\x89\xbe\x14\x03\x58\xef\x2f\x03\x00\ +\xa9\xf0\x1d\x80\x9e\x14\x00\x5c\x4c\xf3\x4b\xf6\x3a\x52\x00\x70\ +\x9c\x38\x6a\xf8\x00\x7b\xba\xb7\x5a\xe3\x68\xe6\x56\xe0\x61\xa2\ +\xe3\xdf\x5c\x8a\x19\xf1\x3b\x42\x74\xf6\xfb\x39\xf0\x03\x22\xf9\ +\xef\x80\x6f\x89\xea\xfa\x8b\x26\x95\xdd\xbb\x44\x42\xe0\x5e\xf2\ +\x6c\xc3\xf6\x00\x97\x00\xd7\x13\x95\x01\x06\xc6\xad\xfd\x4e\x3a\ +\x8f\xe8\xcf\xf0\x75\xe2\xec\x7f\x26\xc5\x6c\xfb\x0f\x03\xfb\x88\ +\x64\xbf\x9f\xba\xf8\xcb\x1d\x00\xa9\xf5\x8e\x03\x33\xd2\x2e\xc0\ +\xc2\x0c\x77\x82\x1d\x69\x81\x39\x4c\x94\x1d\xee\xc0\x64\xaf\x56\ +\x68\x74\xfa\x5b\x41\x6c\xfb\xdf\x49\x1c\xff\x14\x31\xb0\x69\x34\ +\x2d\xf6\xbf\x04\x7e\x48\x6c\xff\xfb\x39\x90\x3b\x00\x52\x09\xac\ +\x25\x1a\xb0\x1c\x22\xdf\x7c\x80\xde\xb4\xf8\x4c\xc3\xce\x80\xad\ +\xd0\x98\xd1\x70\x27\xd1\xe9\xaf\xc8\xc5\xff\x08\xb1\xd3\xf4\x04\ +\xd1\xea\x77\x2b\x1e\x05\xc9\x00\x40\x2a\x85\xed\x44\x32\x56\x1f\ +\xf9\x3a\x03\x2e\x24\xe6\x03\x5c\x88\xf3\x01\x8a\xd6\x43\x24\xf9\ +\xdd\x01\xdc\x4f\xf4\x67\x98\x54\x40\x20\x36\xca\x58\x8f\xff\x95\ +\xc0\x6a\x62\x06\x85\x8b\xbf\x0c\x00\xa4\x92\x18\x62\x6c\x3e\xc0\ +\x00\x79\xe6\x03\x4c\x23\x06\xcd\x2c\x4b\x8b\x8f\x8a\xd1\x45\x24\ +\xf9\xdd\x49\x64\xfd\x5f\x41\xb4\xfd\xed\x28\xe8\x73\xd5\x07\xbc\ +\x9c\xee\xfc\x37\x62\x8f\x7f\x19\x00\x48\xa5\xf3\x3e\x91\x0c\xb8\ +\x87\x3c\xc9\x80\xdd\x44\xa5\xc1\x0a\x60\x1e\xc5\x6c\x3f\xb7\xbb\ +\x0e\x22\xc9\xef\x46\xe0\x5e\x62\x36\xc3\x8c\x02\x17\xff\x7e\xe0\ +\x15\xe0\x49\xa2\x0c\xf4\x08\x96\xfb\xc9\x00\x40\x2a\x9d\xc3\x44\ +\x2f\xf6\x4d\xc4\xb6\x6d\x8e\xf9\x00\xb3\x89\x6e\x73\x57\x60\x67\ +\xc0\x22\x4c\x25\x7a\xfb\x7f\x85\x38\xf7\x9f\x5b\x40\xe0\x35\x9a\ +\x16\xff\x83\x44\xa6\xff\x53\x44\xc7\xc9\x03\x2e\xfe\x6a\x27\x56\ +\x01\xa8\x6a\x8e\x11\x89\x62\x4b\x88\x6d\xe2\x66\x07\xb1\x9d\x69\ +\x11\xd8\x9d\xee\x08\x8f\xba\x28\x64\xbb\xf3\x9f\x94\x16\xff\x6f\ +\x02\x5f\x26\x4a\x31\x73\x0f\x65\x6a\xb4\xf8\xdd\x09\xbc\x4e\x6c\ +\xfb\x3f\x97\xfe\xd9\x8c\x7f\x19\x00\x48\x25\x36\x40\x6c\xcf\x2f\ +\x25\x9a\xc5\x34\xfb\x2e\xbd\x51\x12\x78\x88\xc8\x0a\xef\x27\x4f\ +\xd5\x41\xbb\xeb\x01\x16\x03\xf7\x11\xe7\xfe\x57\xd2\xfc\x26\x4f\ +\x9f\xa4\xd1\xf6\xf9\x05\xe0\x47\xc0\xf3\x44\x82\xa9\xe7\xfe\x32\ +\x00\x90\x4a\x6e\x94\x48\x00\xec\x4d\x77\x8c\x53\x68\x7e\x4f\x80\ +\x2e\x22\xc7\xa0\x8f\xc8\x3b\x70\x71\x68\xfe\xf7\xce\x3c\xa2\xc7\ +\xff\x23\xc4\xb9\x7f\x8e\xdd\x9c\x5f\x37\x44\x34\x93\xfa\x25\xd1\ +\xdf\x7f\x75\x5a\xfc\x9d\xff\xa0\xb6\x64\x0e\x80\xaa\x68\x33\x51\ +\x12\xb8\x8b\x7c\x25\x81\x17\xa5\x85\x69\x3e\x26\x03\x36\xfb\x3b\ +\x67\x06\x31\xd8\xe7\x61\xa2\xe3\x5f\x11\xa3\x98\x47\x88\xdd\xa3\ +\x77\xd2\x5d\xff\x1b\x69\x27\xc0\xe0\x4e\x06\x00\x52\x85\x1c\x23\ +\x4a\x02\x37\xa6\xbf\xcf\x91\x0c\x38\x83\x48\x04\xbc\x0a\x93\x01\ +\x9b\xa5\x51\x6a\xb9\x9c\x38\xf3\xbf\x81\x48\xfa\x2b\xe2\x7b\xe8\ +\x64\xfa\xbc\xfc\x1c\x78\x89\x98\xf9\x30\x88\xf9\x1d\x32\x00\x90\ +\x2a\xe7\x1d\x22\x49\x6f\x1f\x79\x92\xb7\x7a\x88\x11\xc4\xce\x07\ +\x68\x9e\x49\xe9\x9a\xde\x43\xd4\xfc\x5f\x40\x31\x0d\x97\x1a\x77\ +\xff\x5b\x88\x6d\xff\x4d\xe4\xe9\x25\x21\x19\x00\x48\x05\xe8\x27\ +\x4a\xb7\x3e\x20\x5f\x49\xe0\x3c\xe0\x6a\xa2\x2b\x9d\x9d\x01\xcf\ +\xcd\x04\xa2\xb5\xef\x97\x89\x92\xbf\xc5\x14\xd7\x6c\xe9\x38\x71\ +\x6c\xb4\x86\x98\xf8\xf8\x91\x8b\xbf\x64\x00\xa0\x6a\x7b\x93\xc8\ +\xd4\xcf\xf1\x85\xde\x41\x64\xa5\xf7\x12\xb9\x00\x53\x71\x3e\xc0\ +\xd9\xea\x22\x72\x29\xee\x24\x9a\xfd\x2c\x25\x92\x37\x8b\x30\x48\ +\x24\xfa\xfd\x1c\x78\x9a\x48\xec\x3c\xe9\x5b\x22\x19\x00\xa8\xda\ +\xb6\x12\xc9\x80\x3b\xc8\x93\x0c\xd8\x99\xee\x5a\x97\x13\xdb\xd5\ +\x26\x03\x9e\x5d\x20\x35\x8b\xe8\xae\xf8\xe5\xf4\xd7\xf3\x28\xee\ +\xdc\x7f\x37\x91\xf4\xf7\x14\xb0\x81\xe8\xf4\x27\xc9\x00\x40\x15\ +\x77\x82\xd8\xd6\x7d\x9f\x68\xd8\x33\x92\xe1\xf7\xe3\x3c\x22\x19\ +\xf0\x5a\x9c\x0f\x70\x36\x8b\xff\xb4\x74\xed\x1e\x06\x3e\x0f\xcc\ +\xa1\x98\x7c\x8a\x11\x60\x3f\xd1\xec\xe7\x19\x62\x9a\xe4\x47\xbe\ +\x25\x92\x01\x80\xea\xe3\x3d\x62\x3e\x40\x3f\x79\x92\x01\xbb\x89\ +\xf3\xea\x15\x05\x2e\x5e\x75\x59\xfc\x27\x13\x0d\x7e\xee\x07\x6e\ +\x21\xa6\xfd\x15\xb5\x8b\x72\x98\x48\x14\xfd\x19\xf0\x2a\x91\x2c\ +\x6a\x43\x27\xc9\x00\x40\x35\x72\x90\xc8\x05\xd8\x42\xbe\x64\xc0\ +\x39\x44\x39\xe0\x52\x2c\x09\x3c\x5d\x3d\x44\x2f\x85\x2f\x02\x77\ +\xa5\x20\xaa\x88\x6b\x37\x4a\x64\xf8\x6f\x00\x7e\x4c\x74\xfc\xdb\ +\x81\xe7\xfe\x92\x01\x80\x6a\x69\x2d\x51\x12\x78\x30\xd3\x5d\xde\ +\x24\x62\xf6\xc0\x0a\x8a\xe9\x58\x57\x75\xdd\x44\x9b\xe6\x2f\x02\ +\x0f\x12\xfd\xfe\x8b\x4a\xa2\x3c\x41\x54\x86\xac\x02\x5e\x24\xb2\ +\xfe\x5d\xfc\x25\x03\x00\xd5\x54\x5f\x0a\x02\xb6\x93\x2f\x19\x70\ +\x21\x71\x96\x7d\x11\x26\x03\x9e\xea\x5a\xcd\x06\x6e\x23\xb6\xfe\ +\xaf\x26\xf2\x28\x8a\x30\x44\x74\x87\x7c\x15\x58\x49\x54\x88\xe4\ +\x68\x14\x25\x19\x00\x48\x25\x31\x4c\x1c\x03\xbc\x47\x64\x79\xe7\ +\x28\x09\x9c\x96\xee\x64\x97\x51\xcc\xd0\x9a\xaa\x3a\x2f\x05\x4a\ +\xf7\x02\x37\xa6\x60\xa0\xb3\xa0\xcf\xc0\xbe\xb4\xf8\x3f\x91\x02\ +\xc2\x43\x58\xef\x2f\x19\x00\xa8\xf6\x36\x12\xc9\x80\xbb\xc9\xb3\ +\xe5\xdb\x05\x5c\x4c\x1c\x03\xcc\xc3\x64\xc0\x4f\x32\x85\x38\x2a\ +\xb9\x9f\xa8\xf9\x5f\x40\x71\x9d\xfe\x3e\x22\x2a\x42\x56\x02\xbf\ +\x4a\xc1\x80\x77\xfe\x92\x01\x80\xda\xc0\x91\xb4\x00\x6c\x22\xdf\ +\x7c\x80\x59\x44\x56\xfb\x95\x98\x0c\x38\x5e\x07\x30\x91\x98\xce\ +\x78\x3f\x91\xf4\x77\x51\xfa\x77\x45\x38\x4a\x94\x82\x36\xce\xfd\ +\x77\x91\xa7\x22\x44\x32\x00\x90\x4a\x6a\x3d\x51\xfa\x75\x20\xd3\ +\x02\x30\x81\x68\x0b\x7c\x3d\x31\x2c\xc8\xdf\x9f\xb1\xef\x91\x85\ +\xc4\xb9\xff\x5d\x44\xb5\x44\x91\x6d\x7e\xb7\xa5\x3b\xff\xa7\x89\ +\xe6\x50\x4e\xf8\x93\x0c\x00\xd4\x66\x76\x13\xf3\x01\x3e\xcc\xb4\ +\x08\x74\x12\x2d\x6d\xaf\x49\x77\xbb\xce\x07\x18\x4b\xfa\xbb\x91\ +\xc8\xf8\x5f\x4e\x71\x95\x12\x27\x89\x12\xbf\x55\xc0\xb3\x8c\x4d\ +\x87\x94\x64\x00\xa0\x36\x33\xca\x58\x32\xe0\x61\x9a\x5f\x12\xd8\ +\x41\x9c\x73\x2f\x25\xe6\x03\x4c\xa1\xbd\x93\x01\x1b\x9d\x12\x6f\ +\x04\xbe\x41\x8c\xf7\x2d\x2a\xe9\x6f\x84\x38\xe7\x7f\x83\xb1\x4e\ +\x7f\x47\xf0\xdc\x5f\x32\x00\x50\xdb\xda\x42\xcc\x07\xd8\x45\x9e\ +\x64\xc0\x4e\xe0\xc2\x14\x00\x14\xd9\xd9\xae\x8c\x26\x13\x0d\x92\ +\xee\x05\x3e\x47\xd4\xfe\x17\xb5\xf8\x1f\x22\x76\x7b\x9e\x00\x5e\ +\x23\xda\xfe\xda\xe9\x4f\x32\x00\x50\x1b\x3b\xce\xc7\xe7\x03\xe4\ +\x48\x06\x9c\x41\xcc\x07\xb8\x86\xe2\x12\xdd\xca\x66\x22\x51\x15\ +\x71\x37\xf0\x25\xc6\x92\xfe\x72\xef\x88\x8c\xa6\xf7\xf5\x6d\xe0\ +\x27\xc0\x2f\x88\xa3\x1f\x17\x7f\xc9\x00\x40\xe2\x9d\xb4\x40\xec\ +\xcb\xb4\x0b\xd0\x43\xe4\x00\xac\x20\x2a\x03\xda\xad\x24\xb0\x2b\ +\xdd\xed\xdf\x03\x7c\x95\x48\x8c\x2c\x72\xbc\xef\x16\x62\xbc\xef\ +\x0b\x44\xd2\x9f\x9d\xfe\x24\x03\x00\x09\xd2\xc2\xff\x26\xd1\x12\ +\x76\x30\xc3\x2e\x40\x07\xd1\x0b\xe0\x6a\xa2\xee\xbd\x9d\x92\x01\ +\x3b\x88\xb6\xbe\x4b\x81\x9b\x89\x9d\x90\x69\x05\xfd\xec\x93\xc0\ +\xce\xb4\xf0\xff\x84\x7c\xbb\x3c\x92\x01\x80\x54\x61\x6f\xa5\x9d\ +\x80\x1c\xdd\xe0\x3a\x88\x32\xb7\xde\xb4\x0b\x30\x8d\xf6\x49\x06\ +\x9c\xc8\x58\x0e\xc4\xd2\x14\x0c\x14\xf1\x3d\x32\x44\x4c\x7c\x7c\ +\x09\xf8\x29\xd1\xe6\xf7\xb0\x1f\x73\xc9\x00\x40\xfa\x75\xdb\x88\ +\x64\xc0\x1d\xe4\x99\x0f\xd0\x05\x5c\x40\xb4\x06\x5e\xd4\x06\xbb\ +\x00\x1d\xe9\x35\x5e\x00\xdc\x0a\xdc\x41\x6c\xfd\x17\x91\x03\x31\ +\x9a\x02\xb9\x37\x89\x8c\xff\x37\x88\x5e\x0f\xde\xf9\x4b\x06\x00\ +\xd2\x3f\x72\x92\x48\x06\xdc\x40\x8c\x87\xcd\xb1\x0b\x30\x9d\xd8\ +\x02\xbf\x96\xe2\x1a\xdf\xb4\x4a\xe3\xdc\xff\x06\xa2\xcd\xef\x75\ +\x44\xfe\x43\x11\x55\x10\x47\xd2\xfb\xf8\x53\xa2\xd3\xdf\x1e\xec\ +\xf4\x27\x19\x00\x48\x9f\x61\x03\xd1\x1d\xb0\x9f\x3c\x89\x62\xdd\ +\x8c\xcd\x07\x98\x43\x7d\x4b\x02\x1b\xf5\xfe\x57\xa5\xc5\xff\x06\ +\xa2\x04\x32\x77\x3b\xe4\x51\xa2\xb1\xcf\x26\xe2\xcc\xff\x79\xf2\ +\x4d\x7c\x94\x0c\x00\xa4\x1a\x69\x6c\x1b\x6f\x26\xca\x03\x73\x94\ +\x04\xce\x49\x0b\xe3\xe5\xd4\xf3\x18\xa0\xd1\xfc\xe8\x0a\xa2\xcd\ +\xef\xe7\x81\xc5\x14\x53\xf2\x37\x94\x16\xfc\x17\x89\xac\xff\xcd\ +\xd8\xe6\x57\x32\x00\x90\x4e\xd3\x5a\xa2\x24\xf0\x20\x79\x6a\xc5\ +\x27\x12\x95\x00\x2b\xd2\x5d\x72\x9d\x7e\xa7\x3a\x88\x66\x3f\x4b\ +\x80\x2f\x00\xb7\xa7\xbf\x9f\x52\xc0\xeb\x1c\x26\x76\x6e\x5e\x07\ +\x9e\x22\x76\x72\xec\xf4\x27\x19\x00\x48\xa7\x6d\x67\x0a\x02\xb6\ +\x91\x6f\x3e\xc0\x02\x22\x0f\xe0\xe2\x9a\xed\x02\x4c\x48\xaf\xed\ +\x66\x22\xe9\xef\xf2\x82\x82\x9c\xe1\x14\xb0\xbd\x4e\x74\xfa\x5b\ +\x43\x74\xfa\x1b\xf1\xe3\x2c\x19\x00\x48\x67\xb2\x98\x34\xe6\x03\ +\x1c\x21\x4f\x32\xe0\xd4\xb4\x38\x2e\x4f\x77\xcc\x75\x28\x09\xec\ +\x26\x8e\x37\x6e\x26\xce\xfd\x97\x03\x73\xc9\xdf\xf4\x68\x94\x48\ +\xda\x5c\x47\x64\xfc\xbf\x46\x24\xfd\xb9\xf8\x4b\x06\x00\xd2\x19\ +\xdb\x48\x6c\x21\xef\x26\x5f\x49\xe0\x45\x44\x66\xfc\xf9\x54\xbf\ +\x33\x60\x27\x91\xe1\x7f\x5d\xba\xf3\xbf\x39\xbd\xae\x9e\x02\x82\ +\x9b\xe3\x44\xa7\xbf\xe7\xd2\xa3\x0f\x3b\xfd\x49\x06\x00\xd2\x59\ +\x3a\x4a\x6c\x23\x37\xc6\xc5\xe6\x48\x06\x9c\x05\x5c\x99\x1e\x55\ +\x9e\x0f\xd0\x41\x34\x36\xea\x05\xbe\x48\x24\xfd\x5d\x40\x31\x65\ +\x8e\x27\x88\xa4\xbf\xa7\x81\x9f\xa5\x40\xc0\xf1\xbe\x92\x01\x80\ +\x74\x4e\xde\x4e\x8f\x03\xe4\xa9\x21\xef\x01\x2e\x05\xae\x27\x86\ +\x05\x55\xf1\x77\xab\xd1\xe1\xf0\x92\x74\xe7\x7f\x1b\xd1\xec\x67\ +\x6a\x01\x77\xfe\xc3\xc4\x0e\xcd\x4b\xc0\x2a\xa2\xd3\xdf\x80\x1f\ +\x5b\xc9\x00\x40\x3a\x57\x7b\x88\xf6\xc0\x1f\x92\x2f\x19\xf0\x7c\ +\x62\x42\xe0\xa5\xe4\xaf\x91\xcf\xb1\xf8\x4f\x20\x8e\x32\x6e\x4b\ +\x01\xc0\x55\x44\xb3\xa3\xdc\xdf\x13\xa3\x29\x30\x7b\x0b\x58\x49\ +\x74\xfa\xfb\x08\xcf\xfd\x25\x03\x00\xa9\x49\x8b\x4c\x63\x3e\xc0\ +\x61\x9a\x5f\x12\xd8\xa8\x97\x6f\xcc\x07\x98\x42\xb5\x92\x01\xbb\ +\x89\x01\x47\xd7\x13\x49\x7f\xd7\x00\x33\xc9\xdf\xdc\x68\x24\xbd\ +\x1f\xeb\x81\x1f\x01\xaf\x10\xe5\x7f\x76\xfa\x93\x0c\x00\xa4\xa6\ +\xf9\x20\x2d\x34\xb9\xe6\x03\x74\x12\x83\x72\x96\x03\x0b\xa9\x4e\ +\x67\xc0\x2e\xe2\xd8\x62\x39\xd1\xec\x67\x05\x30\x9f\xfc\x25\x8d\ +\x27\xd3\x9d\xff\x7a\xe2\xcc\xff\x15\x22\xe9\xcf\xc5\x5f\x2a\xe8\ +\x17\x5f\x6a\x17\xc3\x69\x51\xeb\x25\x6a\xf6\x9b\x5d\xb2\xd7\x91\ +\x16\xfd\xe3\xc4\x51\xc3\x16\xca\xdf\xb6\xb6\xd1\xe6\xf7\x5a\xe0\ +\x4b\x29\x00\xb8\x84\xfc\xe5\x8c\xc3\x44\x6d\xff\x6a\x62\xdb\xff\ +\x69\x62\xbc\xef\x71\x3f\xa6\x92\x01\x80\x94\xc3\x00\x71\x46\xbf\ +\x34\x2d\x7c\xcd\xfe\x1d\xe8\x4c\x8f\x7e\xca\xdf\xbd\xae\xd1\xc3\ +\x60\x09\x70\x0f\x70\x6f\xba\x2e\xb9\xcf\xfd\x47\x88\x36\xcd\x6b\ +\x88\x01\x3f\x4f\x11\xfd\xfe\x8f\xf8\xf1\x94\x8a\x8d\xfe\xa5\x76\ +\xb2\x9f\x68\x0c\xb4\x85\x3c\xf3\x01\x3a\x88\x86\x39\x57\xa7\x9d\ +\x86\x32\x27\x03\x4e\x20\x8e\x2a\x6e\x25\xda\xfc\x16\xd1\xe9\xaf\ +\xd1\xe8\x67\x23\xd1\xdf\xff\x15\xa2\xf4\xcf\x8c\x7f\xc9\x00\x40\ +\xca\x6e\x2d\x91\x0c\x78\x88\x3c\xc9\x80\xe3\xe7\x03\x4c\xa3\x9c\ +\xc9\x80\xdd\xc4\x39\xff\xe7\x19\xeb\xf4\x37\x8b\xbc\xbb\x82\xa3\ +\xc4\x91\xc8\x36\x62\xc0\xcf\xea\x14\x08\xd8\xe3\x5f\x32\x00\x90\ +\x0a\xb1\x2d\x05\x01\x7d\xe4\xeb\x0c\x78\x01\xb0\x8c\x48\x0a\x2c\ +\xdb\x7c\x80\x2e\xa2\xcd\xef\xf2\xb4\xf8\x5f\x9f\xfe\x39\xf7\xf3\ +\x6c\x4c\xf7\x7b\x85\x18\xed\xbb\x0e\xcb\xfd\x24\x03\x00\xa9\x40\ +\x43\xc4\xf9\xf3\x06\x62\xeb\x39\xc7\x7c\x80\x69\xc4\x96\xfa\x32\ +\x8a\xe9\xa2\x77\x26\xbf\xf3\x53\x89\xf1\xbe\x77\x02\x37\x51\x4c\ +\xa7\xbf\x21\x22\x2f\x62\x0d\xd1\xe8\x67\x2d\xf9\x9a\x32\x49\x32\ +\x00\x90\x3e\xd5\xfb\x44\x92\xde\x1e\xf2\xf4\x9a\xef\x06\x16\x13\ +\xfd\xf4\xe7\x52\x8e\x92\xc0\xc6\x78\xdf\xcb\x19\xeb\xf4\x77\x29\ +\xf9\x33\xfe\xc7\xd7\xfa\x3f\x4f\x34\xfa\xd9\x85\x3d\xfe\x25\x03\ +\x00\xa9\x05\x0e\xa7\xbb\xd1\xcd\xe4\x49\x06\xec\x04\x66\x13\xdd\ +\xf4\xae\xa0\x1c\xc9\x80\x13\x89\xf2\xc7\x5b\x88\x3e\xff\x4b\xd3\ +\x4e\x45\x11\x49\x7f\xef\x10\x49\x7f\xab\x81\xad\x99\xae\xb9\x24\ +\x03\x00\xe9\xb4\xac\x67\x6c\x3e\xc0\x70\x86\x3f\x7f\x02\xd1\x4b\ +\xff\x7a\xf2\x67\xd7\x9f\x4a\x0f\xd1\xe9\xef\x46\xc6\xda\xfc\xce\ +\x24\x7f\xd2\xdf\x31\xa2\x01\xd3\xea\x14\x00\x6c\x21\x86\x33\xb9\ +\xf8\x4b\x06\x00\x52\xcb\xec\x24\xce\xa2\xb7\x92\x6f\x3e\xc0\x02\ +\xa2\xad\xee\x62\x5a\x97\x0c\xd8\x95\x76\x23\x6e\x24\x1a\xfd\xdc\ +\x40\xcc\x2d\xc8\x7d\x2c\x31\x44\x0c\xf8\x79\x15\x78\x81\xc8\xb9\ +\x38\x84\x49\x7f\x52\x29\xd8\x08\x48\xed\x6c\x34\x2d\x46\xbd\x44\ +\xf7\xbb\x66\xf7\xef\xef\x48\xbf\x63\x8d\xec\xf7\x0d\x99\x02\x8d\ +\x53\x05\x21\x33\x89\x8c\xff\xfb\xd2\xdd\xff\x45\x14\xd3\xe9\x6f\ +\x0f\xf0\x32\xd1\xe6\xf7\x17\xe9\x9f\x4d\xfa\x93\xdc\x01\x90\x4a\ +\x61\x33\x71\x14\xb0\x8b\x7c\x25\x81\x17\x12\xc9\x80\xf3\x29\x36\ +\x19\xb0\x31\xa0\xe8\x12\xa2\xd1\xcf\xe7\xd3\x73\x99\x9c\xf9\xe7\ +\x0e\x33\x36\xdd\xef\x39\xe0\x75\xa2\x02\xc0\xa4\x3f\xc9\x00\x40\ +\x2a\x8d\x63\x44\x32\xe0\xc6\xf4\xf7\x39\x92\x01\x67\x02\x57\x12\ +\xdd\x01\x8b\x4a\x06\x1c\x3f\xde\xf7\x8b\xc0\x17\x88\xec\xff\x22\ +\xda\xfc\x1e\x25\xaa\x2c\x7e\x0e\xbc\x46\xf4\x5b\xb0\xc7\xbf\x64\ +\x00\x20\x95\xce\xdb\xe9\xb1\x8f\x3c\x5b\xd4\x3d\x44\xb9\xdd\x0a\ +\xf2\x27\xde\x8d\xff\x99\x8b\x80\xcf\x11\xf5\xfe\xd7\x12\x13\xff\ +\x8a\xe8\xf4\xb7\x89\x38\xf3\x7f\x29\xfd\xbd\x49\x7f\x92\x01\x80\ +\x54\x4a\xfd\xc4\x76\xf5\x87\xc4\x19\x7d\x8e\x5d\x80\x79\x44\x32\ +\xe0\x12\xf2\x27\x03\x76\x13\x49\x7f\xcb\x88\xa4\xbf\x65\x44\xa7\ +\xbf\xdc\xc7\x0f\x27\x88\x84\xca\x57\x89\xad\xff\x77\x89\x72\x4b\ +\x93\xfe\x24\x03\x00\xa9\xb4\xde\x22\x6a\xd5\x73\xb4\xa6\x6d\x34\ +\xe0\xe9\x25\x72\x01\xa6\x92\x2f\x01\xaf\x93\xa8\xed\xbf\x26\x2d\ +\xfe\x37\xa5\x9d\x80\x09\xe4\x4d\xfa\x1b\x02\xf6\x12\x4d\x7e\x9e\ +\x27\x6f\x79\xa5\x24\x03\x00\xa9\x69\x3e\x24\x7a\xd3\xe7\x9a\x0f\ +\xd0\x99\x16\xe2\xe5\x44\xeb\xdd\x1c\x77\xe3\x8d\xf1\xbe\x57\x32\ +\x76\xee\x7f\x31\xd1\x00\x28\x77\xa7\xbf\x43\xc4\x94\xc5\xe7\x81\ +\x5f\x12\x49\x95\x66\xfc\x4b\x06\x00\x52\xe9\x9d\x20\x92\x01\xdf\ +\x27\xce\xac\x47\x32\xfc\xae\x4d\x27\xba\x02\x5e\x43\x9e\xde\xfb\ +\x93\x89\xa4\xbf\x5b\x88\xac\xff\x4b\x53\x40\x90\xbb\xd3\xdf\x47\ +\x8c\xb5\xf9\x5d\x9d\x82\xa8\x1c\x47\x29\x92\x0c\x00\xa4\x2c\xde\ +\x4b\x0b\x59\x3f\xf9\x92\x01\x17\x13\x9d\x01\x67\xd3\xbc\x84\xbc\ +\x46\xb9\xdf\x65\x44\x9d\xff\x1d\x44\xc5\x41\x51\x9d\xfe\x3e\x24\ +\x12\xfe\x5e\x26\x72\x00\x8e\xf9\x51\x92\xca\xcf\x46\x40\xd2\x98\ +\xe3\x44\xcb\xde\xa5\xc4\x36\x7d\xb3\xcf\xcd\x3b\x88\xad\xff\x23\ +\x44\xd9\xe1\x8e\x26\x05\x1a\x3d\x44\x7e\xc1\x37\x81\x07\x88\x63\ +\x86\x79\xe4\x4d\x36\x1c\x4d\xcf\x7d\x1b\x91\xf0\xf7\x34\x91\x47\ +\x61\xa7\x3f\xc9\x1d\x00\xa9\x92\xd6\x11\xc9\x80\x07\xc9\x93\xc0\ +\x36\x89\xa8\x04\xb8\x9e\xe6\xd4\xe4\x37\xfa\x0c\x5c\x4e\x9c\xf9\ +\xdf\x48\xb4\x1f\xce\xdd\x6f\x60\x98\x68\xa5\xfc\x5a\x0a\x00\xde\ +\xca\x78\xcd\x24\x19\x00\x48\xd9\xf5\x11\xf3\x01\xb6\x93\x2f\x19\ +\x70\x21\x51\x97\x7f\x11\xe7\x96\x0c\xd8\xc9\xd8\xd6\xff\xcd\x69\ +\xd7\x62\x0a\xf9\xcb\xfd\x1a\x9d\xfe\xd6\x02\xab\x88\xdc\x89\x7d\ +\xd8\xe9\x4f\x32\x00\x90\x2a\x6c\x28\x2d\x68\x1b\x88\xad\xfa\x1c\ +\x25\x81\xd3\xd2\x1d\xfb\x32\xce\xbe\x27\x7f\x07\x91\xdd\xbf\x84\ +\xc8\xf8\xbf\x95\xa8\x32\xc8\x7d\xac\x37\x7e\xbc\xef\xf3\x8c\x75\ +\xfa\x1b\xf4\xa3\x23\x19\x00\x48\x55\xb7\x91\x48\x06\xdc\x93\xe9\ +\xae\xb6\x8b\x28\xcf\x5b\x41\x9c\xd5\x9f\xcd\xa2\x3d\x21\xdd\xf1\ +\xdf\x44\x24\xfd\x5d\x41\xfe\x91\xc3\xa3\x44\x85\xc4\x06\xa2\xd3\ +\xdf\x0b\xc4\x78\xdf\x1c\x2d\x94\x25\x19\x00\x48\x85\x3b\x92\x76\ +\x01\x36\x91\x6f\x3e\xc0\x2c\xa2\x5e\xff\x4a\xce\xfc\xbc\xbe\xd1\ +\xe9\xef\x06\xa2\xd9\xcf\xb5\x44\xa7\xbf\xdc\x77\xff\x83\xc4\xd1\ +\xc8\x2b\x44\x9f\xff\x4d\xe9\x5a\xb9\xf8\x4b\x15\xd4\xed\x25\x90\ +\x3e\xd1\x7a\xa2\x9b\xdd\x72\xa2\x96\xbe\xd9\x19\xf5\x93\xd2\xe2\ +\x7d\x7b\x0a\x00\x7a\x88\x9c\x83\x83\xc4\x96\xfa\x06\x22\xb1\xee\ +\x65\xe2\x9c\x7d\x7c\xf0\x30\x33\xed\x1e\xdc\x99\x76\x00\x16\xa6\ +\xff\xbe\x88\x4e\x7f\xbf\x48\x8b\xff\x7a\x22\x0f\xc0\x8c\x7f\x49\ +\x52\xad\x74\x00\xbf\x43\x64\xb8\x37\xee\x72\x5b\xf5\xe8\x07\x1e\ +\x07\x1e\x4c\x8b\xff\x17\x80\x3f\x23\xc6\xec\x36\x5a\x17\xe7\xfc\ +\xf9\x43\x44\x67\xbf\x1f\x02\xdf\x26\x92\x0e\x27\xf8\x11\x91\xaa\ +\xcd\x3e\x00\xd2\xa7\x1b\x26\xea\xeb\x2f\x25\x92\xf5\x5a\x75\x64\ +\x36\x85\x28\x1b\xfc\x5d\xe0\x7e\x22\x81\xf0\x0a\xe2\xf8\x20\xf7\ +\xb9\xff\x48\x0a\x32\xd6\x01\x3f\x23\xce\xfd\xb7\xe1\x78\x5f\xc9\ +\x00\x40\xaa\xb1\x23\xc0\x85\x44\x63\xa0\xd9\x94\xe3\xc8\x6c\x01\ +\xd1\xe5\xef\x82\x14\x94\xe4\xee\xf4\x77\x9c\x68\x8f\xfc\x74\xda\ +\x0d\xd9\x88\xe3\x7d\x25\x03\x00\xa9\xe6\x86\x88\xad\xee\x5e\xa2\ +\x66\x7f\x12\x79\xcf\xd9\xcf\xf4\x77\x37\xf7\x8e\xc4\x09\x22\xcb\ +\xff\xf9\x74\xf7\xbf\x8e\x3c\xd3\x12\x25\xb5\x80\x55\x00\xd2\x67\ +\x7b\x97\x48\x06\x6c\xb7\x46\x37\x27\x18\xeb\xf4\xb7\x8a\x7c\xa3\ +\x92\x25\x19\x00\x48\xa5\xb4\x97\xc8\xc6\xff\x80\xf6\x99\x70\x37\ +\x4c\x54\x23\xac\x49\x77\xff\x6b\xd3\x75\xb0\xcd\xaf\x64\x00\x20\ +\xb5\x95\xb7\xda\xec\x0e\x78\x20\x2d\xfa\xcf\x01\xaf\x12\x43\x8b\ +\x4e\xe2\xb9\xbf\x64\x00\x20\xb5\x99\xad\xc4\xf9\x77\x1f\x79\xe6\ +\x03\x94\xed\xee\xff\x40\x0a\x7a\x56\x33\x96\xf1\xef\xe2\x2f\x19\ +\x00\x48\x6d\xe7\x24\x63\xf3\x01\x06\x6a\xba\x0b\x30\x9a\x82\x9b\ +\xfe\xf4\x3a\x1b\x01\x8f\x19\xff\x52\x4d\x59\x05\x20\x9d\x9e\x01\ +\x60\x31\x51\x12\x38\xb3\x86\xbf\x3b\xc3\xe9\x6e\xff\x45\xe0\x1f\ +\x80\x97\x88\x24\x40\x27\xfc\x49\x06\x00\x52\x5b\x1b\x04\xa6\xa7\ +\x00\xe0\x12\x9a\xdf\x1a\xb8\x95\x86\x88\xc1\x47\xaf\x01\x3f\x22\ +\x5a\xfd\xda\xec\x47\xaa\x39\x8f\x00\xa4\xd3\xb7\x2e\xdd\x15\xd7\ +\x69\xf1\x1f\x26\x92\x1b\xdf\x26\x92\xfe\x7e\x95\x5e\xa3\xe3\x7d\ +\x25\x03\x00\x49\xc9\x0e\x62\x8c\x6f\x5d\x86\x68\x35\x3a\xfd\x6d\ +\x48\x77\xfd\xaf\x10\x09\x8f\xed\x52\xee\x28\x19\x00\x48\x3a\x2d\ +\x57\x03\x77\xd7\x68\xf1\x3f\x46\x8c\xf4\x7d\x89\xa8\xf7\xdf\x44\ +\x24\xfd\xd9\xec\x47\x32\x00\x90\x34\xce\xb7\xa9\xcf\xf6\xff\x49\ +\x62\xc2\xdf\x2f\xd2\xe2\xbf\x01\x38\xec\xe2\x2f\x19\x00\x48\xfa\ +\xb8\x19\xc0\xb7\x6a\xf2\x5a\x86\x89\xd6\xc6\xaf\x13\x5b\xff\x6f\ +\xa5\x7f\x1e\xf2\x6d\x96\x0c\x00\x24\x7d\xdc\x23\xc0\xdc\x1a\xbc\ +\x8e\x11\xa2\xd1\xcf\x9b\xe9\xce\xff\x55\x60\x37\x96\xfb\x49\x06\ +\x00\x92\x3e\xd1\x43\x35\x78\x0d\xa3\xc4\x88\xe3\xf7\xd3\x9d\xff\ +\xab\x98\xf1\x2f\x19\x00\x48\xfa\x54\x13\x81\xfb\x6a\xf0\x3a\x06\ +\x81\x0f\x81\x17\x88\x36\xbf\x9b\x89\x06\x47\x66\xfc\x4b\x06\x00\ +\x92\x3e\xc1\xed\xc0\xd4\x1a\xbc\x8e\xbd\xc0\xcb\xc4\xd6\xbf\xe3\ +\x7d\x25\x03\x00\x49\xa7\x70\x53\x4d\x5e\xc7\x7e\x60\x15\xd1\xd0\ +\xe8\x00\x8e\xf7\x95\x0c\x00\x24\x7d\xa6\x6b\x6b\xf2\x3a\x8e\x13\ +\x9d\xfe\x76\x63\xc6\xbf\x64\x00\xe0\x25\x90\x4e\xa9\xb7\x26\xaf\ +\x63\x12\xb0\x9d\x98\xfa\xe7\xb9\xbf\x64\x00\x20\xe9\x14\x16\xd5\ +\xe4\x75\xcc\xc1\xf1\xbe\x92\x0c\x00\xa4\xd3\x36\xbb\x26\xaf\x63\ +\xa6\x8b\xbf\xa4\x86\x0e\x2f\x81\x74\x4a\x23\x35\xf9\x5d\x19\x35\ +\xe8\x97\xe4\x0e\x80\x24\x49\x06\x00\x92\x3e\xc3\x51\x5f\x87\x24\ +\x03\x00\xa9\xfd\xec\xf7\x75\x48\x32\x00\x90\xda\x4f\x9f\xaf\x43\ +\x92\x01\x80\xd4\x7e\x36\xfa\x3a\x24\x19\x00\x48\xed\x67\x9d\xaf\ +\x43\x92\x01\x80\xd4\x7e\x5e\xf7\x75\x48\xaa\x1b\xfb\x00\x48\xa7\ +\x36\x11\xd8\x47\xb5\x27\x02\x0e\x10\x9d\x00\x07\x7d\x3b\x25\xb9\ +\x03\x20\x9d\x9e\x41\x60\x65\xc5\x5f\xc3\x4a\x17\x7f\x49\x06\x00\ +\xd2\x99\x7b\xc2\xe7\x2f\x49\x52\xfb\x99\x01\xf4\x13\xed\x74\xab\ +\xf6\xe8\x4f\xcf\x5f\x92\xdc\x01\x90\xce\xd0\x21\xe0\xfb\x15\x7d\ +\xee\xdf\x4f\xcf\x5f\x92\x24\x9d\x85\x65\xc4\x39\x7a\x95\xee\xfe\ +\x07\xd3\xf3\x96\x24\x49\xe7\xe0\xb1\x8a\x05\x00\x8f\xf9\x96\x49\ +\x92\x74\xee\x96\x00\x9b\x2b\xb2\xf8\x6f\x4e\xcf\x57\x92\x24\x35\ +\xc1\x77\x2b\x12\x00\x7c\xd7\xb7\x4a\x92\xa4\xe6\x7a\xbc\xe4\x8b\ +\xff\xe3\xbe\x45\x92\x24\x35\x5f\x2f\xb0\xaa\xa4\x8b\xff\xaa\xf4\ +\xfc\x24\x49\x52\x06\xf7\x00\x6b\x4a\xb6\xf8\xaf\x49\xcf\x4b\x92\ +\x24\x65\xf4\x30\xf0\x66\x49\x16\xff\x37\xd3\xf3\x91\x24\x49\x05\ +\x78\x10\x78\xad\xc5\x8b\xff\x6b\xe9\x79\x48\x92\xa4\x02\xdd\x02\ +\x3c\xd9\xa2\xc5\xff\xc9\xf4\xf3\x25\x49\x52\x0b\xcc\x01\xbe\x57\ +\xf0\xe2\xff\xbd\xf4\x73\x25\x49\x52\x8b\x3d\x04\x3c\x93\x79\xe1\ +\x7f\x26\xfd\x1c\x49\x92\x54\x32\xdf\x01\x56\x37\x79\xe1\x5f\x9d\ +\xfe\x5c\x49\x92\x54\x72\x0f\x10\x8d\x79\xce\x76\x9c\x70\x7f\xfa\ +\xef\x1f\xf0\x52\x4a\x6a\x96\x0e\x2f\x81\x54\xa8\xbb\x81\x5b\x81\ +\xe5\xc0\xe5\xc0\x22\x60\x26\x30\x01\x38\x01\x1c\x04\xfa\x80\x0d\ +\xc0\x5b\xc0\xcb\x44\x63\x1f\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\xa4\x2a\xf8\x7f\x80\x3f\xb3\x08\x2d\xb3\x98\x90\x00\ +\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x12\x88\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x02\x00\x00\x00\x02\x00\x08\x06\x00\x00\x00\xf4\x78\xd4\xfa\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ +\x01\x00\x9a\x9c\x18\x00\x00\x12\x2a\x49\x44\x41\x54\x78\x9c\xed\ +\xdd\x5f\xcc\xa6\x65\x7d\xe0\xf1\xef\x80\x03\xd9\x95\xe1\x9f\x2c\ +\x04\x53\x48\x51\xfe\x4a\xbb\xe2\x26\x66\x01\x57\x38\x59\xba\x01\ +\x0e\x16\x29\x0d\x85\x98\x62\xac\xa0\xb6\xdb\x84\xc4\xa4\x7b\xb0\ +\xe9\xe9\xa6\x6a\x6a\xb4\x1c\x09\xee\xa6\xf6\xc0\xa4\x60\xb5\x1e\ +\x80\x09\xee\x51\x49\x20\x1e\x20\x6c\xdd\x32\xc1\xc1\x8a\x91\x44\ +\x86\xa5\x19\x64\x48\x16\xb0\x23\x7b\x70\x43\xf2\x86\x8c\x03\xc3\ +\xbc\xf3\x5c\xd7\xf3\xcc\xe7\x93\x4c\xde\x84\xa3\x2f\x47\xd7\xef\ +\xb9\xae\xeb\xbe\xef\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x80\xd5\xd9\x31\x3a\x60\x05\xce\xac\xae\xaa\x2e\xad\ +\x2e\xaa\x2e\xac\xce\xa8\x76\xbd\xfe\x6f\xe7\xb8\x34\x00\x06\xfa\ +\x55\xf5\x4a\xf5\x42\xb5\xb7\x7a\xba\xda\x5d\x3d\x56\x3d\x52\x3d\ +\x33\xac\x6c\x05\x36\x75\x00\xf8\x70\x75\x6b\x75\x4d\xcb\xc2\x0f\ +\x00\x87\x6b\x4f\x75\x7f\x75\x5f\xcb\x40\xf0\xda\xd8\x9c\xed\xb5\ +\x49\x03\xc0\xc9\xd5\xa7\xab\x4f\x56\x17\x0f\x6e\x01\x60\xb3\x3c\ +\x55\xdd\x5d\xdd\xd3\xb2\x63\xb0\xf6\x36\x61\x00\x38\xbd\xba\xb3\ +\xfa\x93\xea\xd4\xc1\x2d\x00\x6c\xb6\x97\xaa\xbb\xaa\x2f\x56\xfb\ +\x06\xb7\x1c\x91\x75\x1e\x00\x76\x54\x7f\x58\xfd\x79\xf5\x9e\xc1\ +\x2d\x00\x1c\x5b\xfe\xb9\xfa\xb3\xea\xab\x2d\x77\x09\xd6\xce\xba\ +\x0e\x00\xe7\x57\x7f\x5d\x5d\x31\x3a\x04\x80\x63\xda\xc3\xd5\x6d\ +\x2d\x47\x04\x6b\xe5\xb8\xd1\x01\xef\xc0\xcd\xd5\x0f\xb2\xf8\x03\ +\x30\xde\x95\xd5\xe3\xd5\xc7\x47\x87\x1c\xae\xe3\x47\x07\x1c\x86\ +\x1d\xd5\x97\xaa\xbf\xa8\x4e\x1c\xdc\x02\x00\x6f\x38\xa1\xba\xb1\ +\x3a\xa5\xfa\x5e\x6b\xf2\xb4\xc0\xba\x1c\x01\xec\xac\xbe\x5e\xdd\ +\x32\x3a\x04\x00\x0e\xe1\x5b\x2d\x6b\xd5\xab\xa3\x43\xde\xca\x3a\ +\x0c\x00\x3b\xab\xef\x54\xd7\x8e\x0e\x01\x80\xb7\xe1\xbb\xd5\x0d\ +\x4d\x3e\x04\xcc\x7e\x07\x60\x47\xcb\x2f\x7f\x8b\x3f\x00\xeb\xe2\ +\xda\xea\x1b\x4d\xbe\xc6\xce\x7e\x07\xe0\x4b\xd5\xed\xa3\x23\x00\ +\xe0\x30\x7d\xa0\xe5\x75\xf3\x0f\x8e\x0e\xf9\x75\x66\x1e\x00\x6e\ +\x6e\xb9\xf0\x07\x00\xeb\xe8\x8a\x96\xc7\x03\x7f\x38\x3a\xe4\x60\ +\x66\xbd\x03\x70\x7e\xcb\xa3\x7e\xbb\x46\x87\x00\xc0\x11\x78\xa9\ +\xba\xac\xfa\xf1\xe8\x90\x37\x9b\xf1\x7c\x62\x47\xcb\x4b\x7e\x2c\ +\xfe\x00\xac\xbb\x93\x5a\xee\xb2\x4d\xf7\x83\x7b\xc6\x23\x80\x4f\ +\x55\x7f\x34\x3a\x02\x00\xb6\xc9\xb9\xd5\xcf\xab\x47\x47\x87\x6c\ +\x35\xdb\x44\x72\x7a\xf5\xa3\xbc\xdb\x1f\x80\xcd\xf2\x7c\x75\x41\ +\x13\x7d\x49\x70\xb6\x23\x80\x3b\xb3\xf8\x03\xb0\x79\xce\xa8\x3e\ +\x37\x3a\x62\xab\x99\x76\x00\x4e\xae\x7e\x9a\x4f\xfa\x02\xb0\x99\ +\xf6\x57\xe7\x54\xbf\x18\x1d\x52\x73\xed\x00\xdc\x91\xc5\x1f\x80\ +\xcd\xb5\xab\x89\xde\x6d\x33\xd3\x0e\xc0\x13\xd5\x25\xa3\x23\x00\ +\xe0\x28\xda\x53\x5d\x38\x3a\xa2\xe6\xd9\x01\xf8\x70\x16\x7f\x00\ +\x36\xdf\x05\xd5\xe5\xa3\x23\x6a\x9e\x01\xe0\xd6\xd1\x01\x00\xb0\ +\x22\x37\x8d\x0e\xa8\x79\x06\x80\x6b\x46\x07\x00\xc0\x8a\x5c\x37\ +\x3a\xa0\xe6\xb8\x03\x70\x66\xb5\x77\x74\x04\x00\xac\xd0\x7b\x5b\ +\x5e\x0e\x34\xcc\x0c\x3b\x00\x57\x8d\x0e\x00\x80\x15\xbb\x72\x74\ +\xc0\x0c\x03\xc0\xa5\xa3\x03\x00\x60\xc5\x2e\x1b\x1d\x30\xc3\x00\ +\x70\xd1\xe8\x00\x00\x58\xb1\xe1\x4f\xbe\xcd\x30\x00\x4c\xf1\x3c\ +\x24\x00\xac\xd0\x79\xa3\x03\x66\x18\x00\xce\x18\x1d\x00\x00\x2b\ +\x76\xd6\xe8\x80\x19\x06\x80\x5d\xa3\x03\x00\x60\xc5\x4e\x1b\x1d\ +\x30\xc3\x63\x80\xaf\x56\x3b\x47\x47\x00\xc0\x0a\x1d\xa8\xde\x35\ +\x32\x60\x86\x1d\x00\x00\x60\xc5\x66\x18\x00\xf6\x8f\x0e\x00\x80\ +\x15\x7b\x79\x74\x80\x01\x00\x00\x56\x6f\xdf\xe8\x80\x19\x06\x80\ +\xe7\x47\x07\x00\xc0\x8a\x0d\x7f\x05\xfe\x0c\x03\xc0\x8f\x46\x07\ +\x00\xc0\x8a\xfd\x64\x74\xc0\x0c\x03\xc0\x93\xa3\x03\x00\x60\xc5\ +\x76\x8f\x0e\x98\x61\x00\xf8\x3f\xa3\x03\x00\x60\xc5\x1e\x1f\x1d\ +\x30\xc3\x7b\x00\xce\xac\x9e\x6d\x8e\x16\x00\x58\x85\xb3\x5b\xd6\ +\xbe\x61\x66\xd8\x01\x78\xae\xfa\xc7\xd1\x11\x00\xb0\x22\x4f\x34\ +\x78\xf1\xaf\x39\x06\x80\xaa\xef\x8d\x0e\x00\x80\x15\x79\x60\x74\ +\x40\xcd\x33\x00\x7c\x63\x74\x00\x00\xac\xc8\x37\x47\x07\xd4\x5c\ +\xe7\xee\xff\x58\x7d\x60\x74\x04\x00\x1c\x45\x4f\x56\x17\x8f\x8e\ +\xa8\x79\x76\x00\xaa\xfe\xe7\xe8\x00\x00\x38\xca\xee\x1e\x1d\xf0\ +\x86\x99\x76\x00\x76\x55\x3f\x6d\x82\x4f\x24\x02\xc0\x51\xf0\x62\ +\x75\xce\xeb\x7f\x87\x9b\x69\x07\x60\x7f\xf5\x97\xa3\x23\x00\xe0\ +\x28\xf9\x72\x93\x2c\xfe\x35\xd7\x0e\x40\xd5\xa9\x2d\xaf\x06\xfe\ +\x37\xa3\x43\x00\x60\x1b\x3d\x57\x5d\xd0\x44\x03\xc0\x4c\x3b\x00\ +\x55\x2f\x54\xff\x75\x74\x04\x00\x6c\xb3\xff\xd6\x44\x8b\x7f\xcd\ +\xb7\x03\x50\x4b\xd3\xdf\x57\xff\x61\x74\x08\x00\x6c\x83\x87\xaa\ +\xab\xab\xd7\x46\x87\x6c\x35\xe3\x00\x50\xf5\xbe\xea\x07\xd5\x29\ +\xa3\x43\x00\xe0\x08\xec\xaf\x3e\xd8\x04\x5f\xff\x7b\xb3\xd9\x8e\ +\x00\xde\xf0\x4f\xd5\xa7\x46\x47\x00\xc0\x11\xba\xbd\x09\x17\xff\ +\xaa\xe3\x47\x07\x1c\xc2\x13\xd5\x49\xd5\x95\xa3\x43\x00\xe0\x1d\ +\xf8\x42\xcb\xcd\xff\x29\xcd\x3c\x00\x54\xfd\xaf\xea\xfc\xea\xdf\ +\x8e\x0e\x01\x80\xc3\x70\x6f\xf5\x99\xd1\x11\x87\x32\xeb\x1d\x80\ +\xad\x76\x56\xdf\xae\xae\x1f\x1d\x02\x00\x6f\xc3\xfd\xd5\xc7\xaa\ +\x5f\x8e\x0e\x39\x94\xd9\x77\x00\xaa\x7e\x55\xdd\xd7\x72\x31\xd0\ +\x4e\x00\x00\x33\xbb\xb7\xba\xb9\xc9\x17\xff\x5a\x8f\x01\xa0\x96\ +\x21\xe0\xdb\xd5\xbb\x73\x27\x00\x80\x39\x7d\xbe\xfa\x6c\x75\x60\ +\x74\xc8\xdb\xb1\x0e\x47\x00\x6f\xf6\xbb\xd5\xff\xc8\x23\x82\x00\ +\xcc\x61\x7f\xcb\x6d\xff\xbf\x19\x1d\x72\x38\xd6\x71\x00\xa8\x3a\ +\xaf\xfa\x7a\xf5\xd1\xd1\x21\x00\x1c\xd3\x1e\xaa\x6e\x6b\xd2\x47\ +\xfd\x0e\x65\xd6\xf7\x00\xbc\x95\x9f\x54\x57\x55\x9f\xa8\xfe\xef\ +\xd8\x14\x00\x8e\x41\xcf\xb5\xfc\xea\xbf\xba\x35\x5c\xfc\x6b\x7d\ +\xee\x00\xfc\x3a\xff\xbb\xba\xa7\xfa\x7f\x2d\x6f\x5a\xfa\x57\x63\ +\x73\x00\xd8\x70\x2f\xb6\x9c\xf5\xdf\x52\x3d\x32\xb8\xe5\x88\xac\ +\xeb\x11\xc0\xc1\x9c\x54\xdd\x51\x7d\xb2\xba\x74\x70\x0b\x00\x9b\ +\xe5\xc9\xea\xee\xea\x6b\x4d\xf6\x51\x9f\x77\x6a\x93\x06\x80\xad\ +\xfe\x5d\x75\x6b\x75\x4d\xf5\xdb\x6d\xee\xff\x27\x00\x47\xcf\x13\ +\xd5\x03\xd5\x37\xab\xef\x0f\x6e\xd9\x76\xc7\xc2\xc2\x78\x46\xcb\ +\x65\xc1\xdf\xaa\x2e\xaa\x2e\x7c\xfd\xbf\xed\xaa\x4e\xae\x4e\x18\ +\x97\x06\xc0\x40\x07\xaa\x97\xab\x7d\xd5\xde\x96\xb3\xfc\xdd\xd5\ +\xe3\xd5\xc3\xd5\xb3\xe3\xd2\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\xd6\xc7\x8e\xd1\x01\x2b\x70\x66\x75\x55\ +\x75\x69\x75\x51\x75\x61\x75\x46\xb5\xeb\xf5\x7f\x3b\xc7\xa5\x01\ +\x30\xd0\xaf\xaa\x57\xaa\x17\xaa\xbd\xd5\xd3\xd5\xee\xea\xb1\xea\ +\x91\xea\x99\x61\x65\x2b\xb0\xa9\x03\xc0\x87\xab\x5b\xab\x6b\x5a\ +\x16\x7e\x00\x38\x5c\x7b\xaa\xfb\xab\xfb\x5a\x06\x82\xd7\xc6\xe6\ +\x6c\xaf\x4d\x1a\x00\x4e\xae\x3e\x5d\x7d\xb2\xba\x78\x70\x0b\x00\ +\x9b\xe5\xa9\xea\xee\xea\x9e\x96\x1d\x83\xb5\xb7\x09\x03\xc0\xe9\ +\xd5\x9d\xd5\x9f\x54\xa7\x0e\x6e\x01\x60\xb3\xbd\x54\xdd\x55\x7d\ +\xb1\xda\x37\xb8\xe5\x88\xac\xf3\x00\xb0\xa3\xfa\xc3\xea\xcf\xab\ +\xf7\x0c\x6e\x01\xe0\xd8\xf2\xcf\xd5\x9f\x55\x5f\x6d\xb9\x4b\xb0\ +\x76\xd6\x75\x00\x38\xbf\xfa\xeb\xea\x8a\xd1\x21\x00\x1c\xd3\x1e\ +\xae\x6e\x6b\x39\x22\x58\x2b\xc7\x8d\x0e\x78\x07\x6e\xae\x7e\x90\ +\xc5\x1f\x80\xf1\xae\xac\x1e\xaf\x3e\x3e\x3a\xe4\x70\x1d\x3f\x3a\ +\xe0\x30\xec\xa8\xbe\x54\xfd\x45\x75\xe2\xe0\x16\x00\x78\xc3\x09\ +\xd5\x8d\xd5\x29\xd5\xf7\x5a\x93\xa7\x05\xd6\xe5\x08\x60\x67\xf5\ +\xf5\xea\x96\xd1\x21\x00\x70\x08\xdf\x6a\x59\xab\x5e\x1d\x1d\xf2\ +\x56\xd6\x61\x00\xd8\x59\x7d\xa7\xba\x76\x74\x08\x00\xbc\x0d\xdf\ +\xad\x6e\x68\xf2\x21\x60\xf6\x3b\x00\x3b\x5a\x7e\xf9\x5b\xfc\x01\ +\x58\x17\xd7\x56\xdf\x68\xf2\x35\x76\xf6\x3b\x00\x5f\xaa\x6e\x1f\ +\x1d\x01\x00\x87\xe9\x03\x2d\xaf\x9b\x7f\x70\x74\xc8\xaf\x33\xf3\ +\x00\x70\x73\xcb\x85\x3f\x00\x58\x47\x57\xb4\x3c\x1e\xf8\xc3\xd1\ +\x21\x07\x33\xeb\x1d\x80\xf3\x5b\x1e\xf5\xdb\x35\x3a\x04\x00\x8e\ +\xc0\x4b\xd5\x65\xd5\x8f\x47\x87\xbc\xd9\x8c\xe7\x13\x3b\x5a\x5e\ +\xf2\x63\xf1\x07\x60\xdd\x9d\xd4\x72\x97\x6d\xba\x1f\xdc\x33\x1e\ +\x01\x7c\xaa\xfa\xa3\xd1\x11\x00\xb0\x4d\xce\xad\x7e\x5e\x3d\x3a\ +\x3a\x64\xab\xd9\x26\x92\xd3\xab\x1f\xe5\xdd\xfe\x00\x6c\x96\xe7\ +\xab\x0b\x9a\xe8\x4b\x82\xb3\x1d\x01\xdc\x99\xc5\x1f\x80\xcd\x73\ +\x46\xf5\xb9\xd1\x11\x5b\xcd\xb4\x03\x70\x72\xf5\xd3\x7c\xd2\x17\ +\x80\xcd\xb4\xbf\x3a\xa7\xfa\xc5\xe8\x90\x9a\x6b\x07\xe0\x8e\x2c\ +\xfe\x00\x6c\xae\x5d\x4d\xf4\x6e\x9b\x99\x76\x00\x9e\xa8\x2e\x19\ +\x1d\x01\x00\x47\xd1\x9e\xea\xc2\xd1\x11\x35\xcf\x0e\xc0\x87\xb3\ +\xf8\x03\xb0\xf9\x2e\xa8\x2e\x1f\x1d\x51\xf3\x0c\x00\xb7\x8e\x0e\ +\x00\x80\x15\xb9\x69\x74\x40\xcd\x33\x00\x5c\x33\x3a\x00\x00\x56\ +\xe4\xba\xd1\x01\x35\xc7\x1d\x80\x33\xab\xbd\xa3\x23\x00\x60\x85\ +\xde\xdb\xf2\x72\xa0\x61\x66\xd8\x01\xb8\x6a\x74\x00\x00\xac\xd8\ +\x95\xa3\x03\x66\x18\x00\x2e\x1d\x1d\x00\x00\x2b\x76\xd9\xe8\x80\ +\x19\x06\x80\x8b\x46\x07\x00\xc0\x8a\x0d\x7f\xf2\x6d\x86\x01\x60\ +\x8a\xe7\x21\x01\x60\x85\xce\x1b\x1d\x30\xc3\x00\x70\xc6\xe8\x00\ +\x00\x58\xb1\xb3\x46\x07\xcc\x30\x00\xec\x1a\x1d\x00\x00\x2b\x76\ +\xda\xe8\x80\x19\x1e\x03\x7c\xb5\xda\x39\x3a\x02\x00\x56\xe8\x40\ +\xf5\xae\x91\x01\x33\xec\x00\x1c\x3f\x3a\x00\x00\x8e\x35\x33\x0c\ +\x00\xaf\x8c\x0e\x00\x80\x15\x7b\x79\x74\xc0\x0c\x03\xc0\x0b\xa3\ +\x03\x00\x60\xc5\xf6\x8d\x0e\x98\x61\x00\xf0\x1a\x60\x00\x8e\x35\ +\xc3\xd7\xbe\x19\x06\x80\xa7\x47\x07\x00\xc0\x8a\xfd\x64\x74\xc0\ +\x0c\x03\xc0\xee\xd1\x01\x00\xb0\x62\xc3\xd7\xbe\x19\x06\x80\xc7\ +\x46\x07\x00\xc0\x8a\x3d\x3e\x3a\x60\x86\xf7\x00\xfc\x46\xf5\xb3\ +\xd1\x11\x00\xb0\x42\x67\x57\xcf\x8e\x0c\x98\x61\x07\xe0\x99\x6a\ +\xcf\xe8\x08\x00\x58\x91\x27\x1a\xbc\xf8\xd7\x1c\x03\x40\xd5\xfd\ +\xa3\x03\x00\x60\x45\x1e\x18\x1d\x50\xf3\x0c\x00\xf7\x8d\x0e\x00\ +\x80\x15\xf9\xe6\xe8\x80\x9a\xe3\x0e\x40\x2d\x1d\x7b\xaa\xf7\x8f\ +\x0e\x01\x80\xa3\xe8\xc9\xea\xe2\xd1\x11\x35\xcf\x0e\xc0\x6b\xd5\ +\x57\x47\x47\x00\xc0\x51\x76\xf7\xe8\x80\x37\xcc\xb2\x03\x50\x75\ +\x6a\xcb\xd3\x00\x27\x8d\x0e\x01\x80\xa3\xe0\xc5\xea\x9c\xd7\xff\ +\x0e\x37\xcb\x0e\x40\x2d\xdf\x04\xb8\x6b\x74\x04\x00\x1c\x25\x5f\ +\x6e\x92\xc5\xbf\xe6\xda\x01\xa8\x3a\xad\xe5\x2e\xc0\x7b\x46\x87\ +\x00\xc0\x36\x7a\xae\xba\xa0\x89\x06\x80\xe3\x47\x07\xbc\xc9\xcb\ +\xd5\xfe\xea\xfa\xd1\x21\x00\xb0\x8d\xee\xac\x1e\x19\x1d\xb1\xd5\ +\x6c\x3b\x00\xb5\x1c\x4b\x3c\x54\x5d\x39\x3a\x04\x00\xb6\xc1\x43\ +\xd5\xd5\x2d\x17\xde\xa7\x31\xe3\x00\x50\xcb\x36\xc9\x63\xd5\xbb\ +\x47\x87\x00\xc0\x11\xd8\x5f\x7d\xb0\x09\xbe\xfe\xf7\x66\x33\x5d\ +\x02\xdc\x6a\x4f\xf5\x99\xd1\x11\x00\x70\x84\x6e\x6f\xc2\xc5\xbf\ +\xe6\xbb\x03\xb0\xd5\x3f\x54\xa7\x54\x57\x8c\x0e\x01\x80\x77\xe0\ +\x0b\x2d\x37\xff\xa7\x34\xeb\x11\xc0\x1b\x8e\x6b\x79\x4d\xf0\x8d\ +\xa3\x43\x00\xe0\x30\xdc\x5b\xfd\x7e\x93\x9d\xfb\x6f\x35\xfb\x00\ +\x50\x75\x42\xf5\x77\xd5\xb5\xa3\x43\x00\xe0\x6d\xb8\xbf\xfa\x58\ +\xf5\xcb\xd1\x21\x87\x32\xeb\x1d\x80\xad\x5e\xad\x6e\xa8\xfe\x76\ +\x74\x08\x00\xbc\x85\x7b\x5b\x83\xc5\xbf\xe6\xbe\x03\xb0\xd5\x81\ +\x96\xaf\x27\xed\xca\x9d\x00\x00\xe6\xf4\xf9\xea\xb3\x2d\x6b\xd6\ +\xf4\xd6\x65\x00\xa8\xe5\x1c\xe5\xc1\xea\xa9\xea\x77\x5a\x8e\x06\ +\x00\x60\xb4\xfd\xd5\x6d\xd5\x57\x46\x87\x1c\x8e\x75\xb8\x03\x70\ +\x30\xe7\x57\x7f\x55\x7d\x64\x70\x07\x00\xc7\xb6\x87\x5a\x16\xff\ +\x29\x1f\xf5\x3b\x94\x75\xb8\x03\x70\x30\x4f\x55\x1f\x6d\x79\x57\ +\xc0\xf3\x83\x5b\x00\x38\xf6\x3c\xd7\xf2\x8c\xff\xd5\xad\xe1\xe2\ +\x5f\xeb\x75\x04\x70\x30\x8f\x56\xf7\x54\xff\x52\x7d\xa8\x3a\x71\ +\x6c\x0e\x00\x1b\xee\xc5\x96\xb3\xfe\x5b\x9a\xec\xdd\xfe\x87\x6b\ +\x5d\x8f\x00\x0e\xe6\x94\x96\x69\xec\x8e\x96\x57\x09\x03\xc0\x76\ +\x79\xb2\xba\xbb\xfa\x5a\x13\x7d\xd1\xef\x48\x6c\xd2\x00\xb0\xd5\ +\xe5\xd5\x4d\xd5\x75\xd5\x25\x83\x5b\x00\x58\x4f\x4f\x54\x0f\xb4\ +\x3c\x85\xf6\xfd\xc1\x2d\xdb\x6e\x53\x07\x80\xad\xce\x6e\xf9\xb2\ +\xe0\x65\x2d\xc3\xc0\x79\xd5\x59\xd5\x69\x2d\x47\x06\xeb\x7e\x0c\ +\x02\xc0\x3b\x73\xa0\xe5\x33\xf4\xfb\xaa\xbd\x2d\x67\xf9\xbb\xab\ +\xc7\xab\x87\xab\x67\xc7\xa5\x01\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\xac\x8f\x1d\xa3\x03\x56\xe0\xdc\xea\xf2\ +\xea\x43\xd5\xc5\xd5\x6f\x56\x67\x55\xa7\x56\x27\x56\xc7\x0d\x2b\ +\x03\x60\xa4\x5f\x55\xaf\x54\x2f\x54\x7b\xab\xa7\xab\xdd\xd5\x63\ +\xd5\x23\xd5\x33\xc3\xca\x56\x60\x13\x07\x80\x1d\xd5\x47\xaa\xdf\ +\xab\xae\xaf\xde\x3f\x36\x07\x80\x35\xb5\xa7\xba\xbf\xba\xaf\x65\ +\x20\x78\x6d\x6c\xce\xf6\xda\xa4\x01\xe0\xb4\xea\xf6\xea\xd3\xd5\ +\xfb\x06\xb7\x00\xb0\x59\x9e\xaa\xee\xae\xee\x69\xd9\x31\x58\x7b\ +\x9b\x30\x00\x9c\x5e\xfd\x69\xf5\x5f\xaa\x77\x0f\x6e\x01\x60\xb3\ +\xbd\x54\xdd\x55\x7d\xb1\xda\x37\xb8\xe5\x88\x1c\x3f\x3a\xe0\x08\ +\x1c\x57\xfd\x71\xf5\xed\xea\x3f\x56\x27\x8c\xcd\x01\xe0\x18\x70\ +\x42\xf5\xd1\xea\x53\xd5\xfe\xea\x07\xad\xe9\xd1\xc0\xba\xee\x00\ +\x5c\x54\x7d\xbd\xfa\xf7\xa3\x43\x00\x38\xa6\x3d\x5c\xdd\xd6\x72\ +\x44\xb0\x56\xd6\xf1\x06\xfc\x27\x5a\x26\x2e\x8b\x3f\x00\xa3\x5d\ +\x59\x3d\x5e\x7d\x7c\x74\xc8\xe1\x5a\xa7\x23\x80\xe3\xab\xbf\xac\ +\xfe\x7b\xb5\x73\x70\x0b\x00\xbc\xe1\x84\xea\xc6\xea\x94\xea\x7b\ +\xad\xc9\x91\xc0\xba\x1c\x01\x9c\x58\xfd\x4d\xf5\x9f\x47\x87\x00\ +\xc0\x21\x7c\xab\xba\xa5\x7a\x75\x74\xc8\x5b\x59\x87\x01\xe0\xc4\ +\xea\x3b\xd5\x7f\x1a\x1d\x02\x00\x6f\xc3\x77\xab\x1b\x9a\x7c\x08\ +\x98\xfd\x0e\xc0\xf1\x2d\xbf\xfc\x2d\xfe\x00\xac\x8b\x6b\xab\x6f\ +\x34\xf9\x1a\x3b\xfb\x1d\x80\xaf\x54\x7f\x30\x3a\x02\x00\x0e\xd3\ +\x07\xaa\x5d\xd5\x83\xa3\x43\x7e\x9d\x99\x07\x80\x4f\xb4\x5c\xf8\ +\x03\x80\x75\x74\x45\xcb\xe3\x81\x3f\x1c\x1d\x72\x30\xb3\xde\x01\ +\xb8\xa8\xe5\x51\xbf\x7f\x3d\x3a\x04\x00\x8e\xc0\x4b\xd5\x65\xd5\ +\x8f\x47\x87\xbc\xd9\x8c\xe7\x13\xc7\xb5\xbc\xe4\xc7\xe2\x0f\xc0\ +\xba\x3b\xa9\x65\x4d\x9b\xee\x07\xf7\x8c\x47\x00\x7f\xdc\xf2\x51\ +\x1f\x00\xd8\x04\xe7\x56\x3f\xaf\x1e\x1d\x1d\xb2\xd5\x6c\x13\xc9\ +\xe9\x2d\xe7\x25\xa7\x8d\x0e\x01\x80\x6d\xf4\x7c\x75\x41\x13\x7d\ +\x49\x70\xb6\x23\x80\x3f\xcd\xe2\x0f\xc0\xe6\x39\xa3\xfa\xdc\xe8\ +\x88\xad\x66\xda\x01\x38\xad\xfa\x59\x3e\xe9\x0b\xc0\x66\xda\x5f\ +\x9d\x53\xfd\x62\x74\x48\xcd\xb5\x03\x70\x7b\x16\x7f\x00\x36\xd7\ +\xae\x26\xba\xe3\x36\xcb\x0e\xc0\x8e\x96\xb3\xff\xf7\x8d\x0e\x01\ +\x80\xa3\x68\x4f\x75\xe1\xe8\x88\x9a\x67\x07\xe0\x23\x59\xfc\x01\ +\xd8\x7c\x17\x54\x97\x8f\x8e\xa8\x79\x06\x80\xdf\x1b\x1d\x00\x00\ +\x2b\x72\xd3\xe8\x80\x9a\x67\x00\xb8\x7e\x74\x00\x00\xac\xc8\x75\ +\xa3\x03\x6a\x8e\x3b\x00\xe7\x56\x3f\x1d\x1d\x01\x00\x2b\xf4\xde\ +\x96\x97\x03\x0d\x33\xc3\x0e\xc0\x14\x67\x21\x00\xb0\x42\x57\x8e\ +\x0e\x98\x61\x00\xf8\xd0\xe8\x00\x00\x58\xb1\xcb\x46\x07\xcc\x30\ +\x00\x5c\x3c\x3a\x00\x00\x56\xec\x92\xd1\x01\x33\x0c\x00\xbf\x39\ +\x3a\x00\x00\x56\xec\xbc\xd1\x01\x33\x0c\x00\x67\x8d\x0e\x00\x80\ +\x15\x1b\xbe\xf6\xcd\x30\x00\x9c\x3a\x3a\x00\x00\x56\x6c\xf8\x87\ +\xef\x66\x78\x0c\xf0\x40\x73\x0c\x22\x00\xb0\x2a\x07\xaa\x77\x8d\ +\x0c\xb0\xf0\x02\xc0\x31\x68\x86\x01\xe0\x95\xd1\x01\x00\xb0\x62\ +\x2f\x8f\x0e\x98\x61\x00\x78\x61\x74\x00\x00\xac\xd8\xbe\xd1\x01\ +\x33\x0c\x00\x7b\x47\x07\x00\xc0\x8a\x0d\x5f\xfb\x66\x18\x00\x9e\ +\x1e\x1d\x00\x00\x2b\xf6\x93\xd1\x01\x33\x0c\x00\xbb\x47\x07\x00\ +\xc0\x8a\x0d\x5f\xfb\x66\x18\x00\x1e\x1b\x1d\x00\x00\x2b\xf6\xf8\ +\xe8\x80\x19\xde\x03\xf0\x1b\xd5\xcf\x46\x47\x00\xc0\x0a\x9d\x5d\ +\x3d\x3b\x32\x60\x86\x1d\x80\x67\xaa\x3d\xa3\x23\x00\x60\x45\x9e\ +\x68\xf0\xe2\x5f\x73\x0c\x00\x55\xf7\x8f\x0e\x00\x80\x15\x79\x60\ +\x74\x40\xcd\x33\x00\xdc\x37\x3a\x00\x00\x56\xe4\x9b\xa3\x03\x6a\ +\x8e\x3b\x00\xb5\x74\xec\xa9\xde\x3f\x3a\x04\x00\x8e\xa2\x27\xab\ +\x8b\x47\x47\xd4\x3c\x3b\x00\xaf\x55\x5f\x1d\x1d\x01\x00\x47\xd9\ +\xdd\xa3\x03\xde\x30\xcb\x0e\x40\x2d\x9f\x05\xfe\x59\x75\xd2\xe8\ +\x10\x00\x38\x0a\x5e\xac\xce\x79\xfd\xef\x70\xb3\xec\x00\xd4\xf2\ +\x4d\x80\xbb\x46\x47\x00\xc0\x51\xf2\xe5\x26\x59\xfc\x6b\xae\x1d\ +\x80\xaa\xd3\x5a\xee\x02\xbc\x67\x74\x08\x00\x6c\xa3\xe7\xaa\x0b\ +\x9a\x68\x00\x38\x7e\x74\xc0\x9b\xbc\x5c\xed\xaf\xae\x1f\x1d\x02\ +\x00\xdb\xe8\xce\xea\x91\xd1\x11\x5b\xcd\xb6\x03\x50\xcb\xb1\xc4\ +\x43\xd5\x95\xa3\x43\x00\x60\x1b\x3c\x54\x5d\xdd\x72\xe1\x7d\x1a\ +\x33\x0e\x00\xb5\x6c\x93\x3c\x56\xbd\x7b\x74\x08\x00\x1c\x81\xfd\ +\xd5\x07\x9b\xe0\xeb\x7f\x6f\x36\xd3\x25\xc0\xad\xf6\x54\x9f\x19\ +\x1d\x01\x00\x47\xe8\xf6\x26\x5c\xfc\x6b\xbe\x3b\x00\x5b\xfd\x43\ +\x75\x4a\x75\xc5\xe8\x10\x00\x78\x07\xbe\xd0\x72\xf3\x7f\x4a\xb3\ +\x1e\x01\xbc\xe1\xb8\x96\xd7\x04\xdf\x38\x3a\x04\x00\x0e\xc3\xbd\ +\xd5\xef\x37\xd9\xb9\xff\x56\xb3\x0f\x00\x55\x27\x54\x7f\x57\x5d\ +\x3b\x3a\x04\x00\xde\x86\xfb\xab\x8f\x55\xbf\x1c\x1d\x72\x28\xb3\ +\xde\x01\xd8\xea\xd5\xea\x86\xea\x6f\x47\x87\x00\xc0\x5b\xb8\xb7\ +\x35\x58\xfc\x6b\xee\x3b\x00\x5b\x1d\x68\xf9\x7a\xd2\xae\xdc\x09\ +\x00\x60\x4e\x9f\xaf\x3e\xdb\xb2\x66\x4d\x6f\x5d\x06\x80\x5a\xce\ +\x51\x1e\xac\x9e\xaa\x7e\xa7\xe5\x68\x00\x00\x46\xdb\x5f\xdd\x56\ +\x7d\x65\x74\xc8\xe1\x58\x87\x3b\x00\x07\x73\x7e\xf5\x57\xd5\x47\ +\x06\x77\x00\x70\x6c\x7b\xa8\x65\xf1\x9f\xf2\x51\xbf\x43\x59\x87\ +\x3b\x00\x07\xf3\x54\xf5\xd1\x96\x77\x05\x3c\x3f\xb8\x05\x80\x63\ +\xcf\x73\x2d\xcf\xf8\x5f\xdd\x1a\x2e\xfe\xb5\x5e\x47\x00\x07\xf3\ +\x68\x75\x4f\xf5\x2f\xd5\x87\xaa\x13\xc7\xe6\x00\xb0\xe1\x5e\x6c\ +\x39\xeb\xbf\xa5\xc9\xde\xed\x7f\xb8\xd6\xf5\x08\xe0\x60\x4e\x69\ +\x99\xc6\xee\x68\x79\x95\x30\x00\x6c\x97\x27\xab\xbb\xab\xaf\x35\ +\xd1\x17\xfd\x8e\xc4\x26\x0d\x00\x5b\x5d\x5e\xdd\x54\x5d\x57\x5d\ +\x32\xb8\x05\x80\xf5\xf4\x44\xf5\x40\xcb\x53\x68\xdf\x1f\xdc\xb2\ +\xed\x36\x75\x00\xd8\xea\xec\x96\x2f\x0b\x5e\xd6\x32\x0c\x9c\x57\ +\x9d\x55\x9d\xd6\x72\x64\xb0\xee\xc7\x20\x00\xbc\x33\x07\x5a\x3e\ +\x43\xbf\xaf\xda\xdb\x72\x96\xbf\xbb\x7a\xbc\x7a\xb8\x7a\x76\x5c\ +\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6c\ +\x96\xff\x0f\x54\x98\xf3\x5b\x0d\x42\xae\xa2\x00\x00\x00\x00\x49\ +\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x2a\x43\ +\x47\ +\x49\x46\x38\x39\x61\xdc\x00\x13\x00\xf4\x00\x00\xff\xff\xff\x00\ +\x00\x00\xbe\xbe\xbe\xa6\xa6\xa6\x9c\x9c\x9c\xb8\xb8\xb8\xb2\xb2\ +\xb2\xc8\xc8\xc8\xd8\xd8\xd8\xc4\xc4\xc4\xd4\xd4\xd4\xdc\xdc\xdc\ +\xe0\xe0\xe0\xe4\xe4\xe4\xb0\xb0\xb0\xbc\xbc\xbc\xe8\xe8\xe8\xec\ +\xec\xec\xca\xca\xca\xf2\xf2\xf2\xf4\xf4\xf4\xce\xce\xce\xf6\xf6\ +\xf6\xc6\xc6\xc6\xd0\xd0\xd0\xee\xee\xee\xd6\xd6\xd6\xc2\xc2\xc2\ +\xaa\xaa\xaa\xf8\xf8\xf8\xa0\xa0\xa0\x96\x96\x96\x21\xff\x0b\x4e\ +\x45\x54\x53\x43\x41\x50\x45\x32\x2e\x30\x03\x01\x00\x00\x00\x21\ +\xfe\x1a\x43\x72\x65\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x61\ +\x6a\x61\x78\x6c\x6f\x61\x64\x2e\x69\x6e\x66\x6f\x00\x21\xf9\x04\ +\x09\x0a\x00\x00\x00\x2c\x00\x00\x00\x00\xdc\x00\x13\x00\x00\x05\ +\xff\x20\x20\x8e\x64\x69\x9e\x68\xaa\xae\x6c\xeb\xbe\x70\x2c\xcf\ +\x74\x6d\xdf\x78\xae\xef\x7c\xef\xff\xc0\xa0\x70\x48\x04\x08\x06\ +\x84\xa4\x72\xc9\x6c\x3a\x9f\xd0\xa8\x74\x4a\xad\x5a\xaf\xd8\xac\ +\x76\x3a\x10\xb4\x04\x05\x83\xc3\xf0\x28\x83\x07\x9c\xb1\x7a\xdc\ +\xdd\xb8\xdf\xc7\xf4\x9a\xfd\x48\xd8\xef\x1b\xb9\x78\xef\x68\xe3\ +\xed\x68\x7c\x7b\x7e\x7f\x7a\x82\x84\x78\x86\x6b\x88\x77\x8a\x83\ +\x75\x7f\x79\x73\x8f\x91\x1b\x81\x82\x06\x8c\x80\x8e\x99\x90\x85\ +\x93\x74\x60\x66\x05\x5e\x2b\x5d\x64\x12\x15\x18\x0a\x0a\xa2\xae\ +\x02\x1b\xa4\x1a\xb3\x08\xb5\x08\x1b\x64\x70\x6e\xb2\xb6\xb6\x09\ +\xb9\xba\xbc\xbd\xb7\xc0\x70\xc2\xbd\xbf\xba\xbb\x0f\xc3\xb5\xc9\ +\xca\xc7\xbe\xc5\xba\xcd\xc4\xca\xb1\xcc\xcd\xcf\xc1\xd9\xc3\xdb\ +\xc6\xdd\xc8\xd3\xb0\xc2\x18\xa9\x08\x03\x2c\x04\x06\x09\x0a\x0b\ +\x0c\x0d\x10\x0b\x05\x07\xa9\xf6\x12\x17\x0f\xf1\x10\xfc\xfc\xf3\ +\xf5\xf7\xf0\xe9\xeb\xd7\x8f\x81\xa7\x80\x03\x09\xca\x3b\x78\x2f\ +\x21\x41\x83\x00\x11\xee\x7b\xc8\xd0\x9e\xc3\x82\x15\x05\x4e\xc4\ +\x18\xd0\xe2\x46\x7f\x19\xf3\x7d\x5c\x18\xb1\xe1\x48\x88\x1d\x13\ +\xff\x5c\x84\x87\x81\x80\x3a\x01\xee\x08\xda\x59\x45\x93\x95\x80\ +\x05\x13\x72\xea\xcc\x30\x93\x95\xcf\x56\x38\x77\xe6\xec\xf9\x13\ +\xa8\xd0\xa1\xe7\x8a\xde\x3c\x3a\x81\xe8\xcf\xa5\x47\x9d\xfa\x84\ +\x2a\x54\xaa\xcd\xa0\x55\x93\x3e\xc5\xba\xd3\xaa\xd1\xa8\x5a\xa7\ +\x72\xd5\xe9\x95\x6a\x57\x97\x2b\x08\x1c\x58\x00\x41\xe7\x2d\x5a\ +\x70\x53\x59\x98\x4b\xd7\xc2\x82\x76\x70\x67\xc9\xad\x3b\xf7\x6e\ +\x5e\xbd\x15\xf8\xf6\xc5\x9b\x77\x2f\x5f\xbf\x7f\x0d\xd7\x45\x5c\ +\x38\xb0\x60\xc6\x71\x1d\x1f\x26\x1c\x59\xb0\x5d\xca\xb4\x14\xd3\ +\x85\x9c\x59\xf2\x62\xcc\x80\x2d\xdf\x45\xab\x42\x2d\x83\x08\x14\ +\x2c\xf0\x2c\x4a\x6b\x83\xce\x0e\xb0\x3b\xac\xfe\xdb\xea\x75\xec\ +\xd9\x7f\x5d\xc7\xbe\xbd\x81\xf5\x2c\xdd\xbb\x65\xf7\xa6\x0d\x7c\ +\x37\xee\xbc\xc5\x79\xfb\xae\x1d\x5c\xf8\xf2\xe4\xb0\x8f\xc3\x85\ +\xee\x9c\xb8\xed\xe8\xc3\x73\x5f\x57\xdd\x9b\x74\x0a\xd3\xa8\x2d\ +\x84\x6d\xcd\xc0\xf2\xf8\xdf\xe5\x05\x9f\xd7\x90\x60\xec\xdc\xf5\ +\xed\xcd\x9f\x8f\xaf\x7e\x7e\x7a\xbe\xf0\xdd\x8b\xb7\x2f\x9f\xb8\ +\xfe\xfc\xfd\xe5\x76\x5f\x5d\xe7\x78\x87\x02\x78\x14\x70\xc6\x8a\ +\xdb\x66\xb0\x31\x00\x9a\x02\x0c\x76\xe0\xa0\x6f\x11\x4e\xc8\x5a\ +\x85\x0f\x62\x48\xa1\x04\xcd\x49\x98\x21\x87\xcd\x59\x58\x94\x86\ +\x17\x82\x18\x9c\x88\x3f\x91\x38\xa2\x89\xbb\x59\x68\xe0\x09\xe0\ +\x41\x00\x93\x6f\xd4\x35\x55\xd3\x53\x19\x74\x98\x61\x8d\xd9\x29\ +\x95\x63\x73\x3b\xfe\x68\x5c\x8f\x38\xea\x78\xe3\x54\x42\x2a\x47\ +\x63\x92\xd8\x1d\x69\x13\x93\xd5\xb1\xc6\xa3\x93\x18\x4c\xc9\xca\ +\x8b\x26\x0c\x50\x0b\x04\xf8\xd0\xf8\xdf\x01\x5e\x06\xa8\xd4\x97\ +\x61\xd6\x57\x26\x7e\x60\x4a\x49\xa6\x9a\x62\x6e\xd5\xa6\x58\x6f\ +\x5e\x15\xe7\x57\x68\xfa\x94\xce\x0a\x60\x34\xd0\x0a\x95\x07\x88\ +\x46\xe4\x82\x7d\x3e\xf6\x27\x84\x81\x4e\xc6\x67\x6a\x86\x96\x88\ +\xe8\x67\x87\x0a\xda\x68\xa2\x2b\x2e\xba\xd9\xa0\xf8\x48\x3a\xd8\ +\xa3\x8c\x2a\xea\xa8\x4d\xa5\xe0\x89\xc4\x16\xa0\x86\x2a\xea\xa8\ +\xa4\x96\x6a\x2a\x15\x5d\x14\xa1\xea\xaa\xac\xb6\xea\xea\xab\xb0\ +\xc6\x2a\xeb\xac\xb4\xd6\x6a\xeb\xad\x27\x84\x00\x00\x21\xf9\x04\ +\x09\x0a\x00\x00\x00\x2c\x00\x00\x00\x00\xdc\x00\x13\x00\x00\x05\ +\xff\x20\x20\x8e\x64\x69\x9e\x68\xaa\xae\x6c\xeb\xbe\x70\x2c\xcf\ +\x74\x6d\xdf\x78\xae\xef\x7c\xef\xff\xc0\xa0\x70\x48\x04\x08\x06\ +\x84\xa4\x72\xc9\x6c\x3a\x9f\xd0\xa8\x74\x4a\xad\x5a\xaf\xd8\xac\ +\x76\x3a\x10\xb4\x04\x05\xc7\xc7\xf1\x28\x0b\x36\xe8\x01\xc7\x61\ +\x70\xb0\xdd\x83\x02\x7a\x9e\xe6\xb4\xdd\x86\x7c\x3c\xc1\x4f\xa0\ +\x13\x1c\x6b\x6d\x79\x7a\x0f\x7c\x1b\x7e\x88\x81\x83\x6f\x0e\x03\ +\x86\x87\x89\x6a\x8c\x77\x7b\x7d\x73\x93\x8d\x85\x7d\x9c\x8b\x6f\ +\x84\x96\x88\x7d\x81\x78\x8d\x7b\x88\x7f\x80\x82\x6c\x79\x8e\x05\ +\x9c\x92\x76\x83\xad\x8f\x97\xa3\x6b\x9f\x70\x06\x66\x05\x5e\x2b\ +\x5d\x1e\x1c\x12\x15\x18\x0a\xc6\x1a\x1b\x06\x05\x0f\x02\x67\x68\ +\xcb\x1a\x08\xd2\xd3\xc9\x68\xce\x7e\xbb\xd3\xda\x09\x06\x73\x67\ +\xd8\x0f\xda\xd3\xdc\x74\xce\xcb\xe2\xd2\xd5\xce\x73\xe7\xe8\xe4\ +\x1b\xd7\xc9\xe1\xe8\xd5\x74\x7e\xed\xe2\xe4\xeb\xcf\xf3\xf9\xdd\ +\xd6\xa8\xf0\x69\xab\x07\x70\x83\xc0\x71\xff\xe0\x05\x2c\x80\x00\ +\xc3\x30\x04\x03\x58\x10\x08\x56\x61\x01\x83\x06\x10\x32\x2e\x28\ +\x70\x60\x98\x84\x8f\x1f\x1f\x60\xcc\x48\x72\xc1\x83\x03\x15\x40\ +\xff\x26\x08\x39\x92\x24\x04\x06\x86\x3c\x82\xbc\x20\xd2\x65\x46\ +\x98\x2b\x3d\xe6\xac\x69\x13\xe6\xc7\x94\x20\x25\xf0\x74\x69\xb2\ +\xe3\xcf\x9d\x2d\x49\xe2\x0c\xfa\x91\x66\x52\x8d\x27\x41\x02\x15\ +\xfa\xf4\x65\x4c\x95\x12\x9c\xda\xb4\x2a\x55\xc2\x4a\xad\x3d\xa3\ +\x32\x05\x7b\x11\x01\x01\x89\x1e\x36\x2c\x20\x39\xa1\x2d\x9f\x62\ +\xc5\xa4\x61\x10\xb0\xa0\xad\x5d\xb7\x12\x8c\xe9\x95\x96\xa0\xee\ +\x84\x0c\x77\xf9\xe8\x35\x26\x8d\xee\xdf\xbb\x19\x04\x0f\x46\xa0\ +\xc0\x30\xe0\xc0\x79\x17\x23\x30\x7c\xb8\x6d\xe2\xc8\x7b\x1b\xfb\ +\xad\x3c\x61\xe5\x60\x05\x7c\x37\x3f\x4e\x9c\xe0\x73\xe1\xcd\x95\ +\x15\x67\xa6\xfc\xf8\xaf\x6a\xbd\x1a\x28\x23\xf6\x2c\x59\xf6\x5f\ +\x08\x67\x57\x10\x70\xb0\xf6\xee\x04\x04\x1b\x10\x68\x88\x16\x0d\ +\x41\x82\x0a\x16\x92\x27\x6f\x6b\x9c\xf8\x70\xbe\xc8\x95\x2b\x5f\ +\x90\x40\xf8\xf0\xe2\x18\xa2\x2b\x9f\x60\x81\xfa\xf3\xe7\x0a\x3e\ +\x4a\x9f\x9e\xc0\x79\xf1\xe3\xe3\x99\x97\x77\x0e\x3d\x7d\xf7\xf5\ +\xc4\xdb\x4b\x6f\xeb\xfd\xbb\x5c\xed\xd2\xeb\x3f\x67\x3c\x2c\xfd\ +\x04\xfd\xc5\x21\x20\xde\x7c\xbf\xc1\xb7\x5f\x76\xfe\xe5\xa6\x02\ +\xff\x01\x17\x30\x10\x01\x05\x16\x58\x56\x9a\x06\x0a\x80\xd7\x58\ +\x5b\x1d\x64\xc8\x5d\x62\x15\x5e\x27\xcd\x85\x19\x6a\xe8\x5a\x85\ +\xd6\xc9\xb5\x41\x06\x21\x76\x20\x21\x6c\xd1\x18\x73\x62\x8a\x2b\ +\x5a\x57\x9c\x02\x2f\x86\xb8\xe1\x06\x1d\x0a\xc7\x18\x88\x36\x5a\ +\x90\x01\x8e\x14\x5e\x37\x5c\x8d\x22\x72\x78\x0c\x76\x1b\x60\x58\ +\x24\x90\xfb\x35\x94\x24\x8c\x23\xca\xb8\x23\x91\x2a\x76\xc0\x21\ +\x7b\x2e\x2a\x19\x61\x07\x11\x28\x98\x02\x01\x07\x38\x08\x61\x72\ +\x1f\x1d\xf9\xa1\x00\x0c\x8c\x47\x66\x64\x1e\x4e\xb6\x80\x9a\x16\ +\x94\xd9\x61\x8b\x7d\xd9\x25\x9d\x9c\x42\x22\x93\x26\x81\xb4\xe5\ +\x68\xdc\x9b\x7c\x62\xb6\x1f\x5d\x70\xe2\xb9\x5f\x9d\x6d\x2d\x17\ +\xa7\xa0\x74\xee\xb9\xdd\xa2\x32\x76\xa8\x96\x9d\xca\x19\x7a\xdd\ +\x06\x8e\xde\x29\x81\x79\xa7\xf9\x97\x80\x97\x28\x80\x29\x66\x72\ +\x0c\xc0\x47\x98\x02\x2b\x29\x97\x62\xa9\x42\x82\x66\x9c\x76\x1a\ +\x76\x50\x2a\x8b\xf7\xa9\xaa\xe2\x7b\x83\x05\x39\xa0\x05\xab\x1a\ +\x08\x5a\x78\xb0\x76\x90\x1c\x75\x2c\x1a\xf3\x51\x8a\x21\xb2\x7a\ +\x9d\x5e\xc7\x22\x2b\x6b\x69\x92\xed\xda\x6b\xae\xd0\x39\xfb\xec\ +\xff\x67\xc6\x4a\x60\x6b\x86\xb3\x2e\x86\xaa\x04\xc8\x0e\xfb\xa9\ +\x44\x61\x3e\xe8\x23\xb4\xc7\x7c\x48\xe5\x8d\xa6\x39\x39\x01\x8c\ +\x3e\x32\x49\xe1\x94\xef\xda\x38\xe2\x67\x1a\x48\x40\xa5\x86\x09\ +\x60\xb0\xac\x89\xf5\x2e\x59\x4c\x66\x34\x06\x7c\xeb\x8f\xed\xd2\ +\x88\xa2\xbd\x46\x1e\x73\x8c\x00\x0b\x0b\x2c\x19\x06\x4f\xda\xc8\ +\x25\x8e\xde\x16\x0c\xe5\x8f\x03\x9f\xaa\xb1\xc5\x11\x6c\x80\x01\ +\xa8\x27\x0c\x20\x0d\x04\x6d\x61\x70\x00\xad\xa8\x32\x40\xe9\x9a\ +\x2c\xa3\x59\x28\x66\x84\xb9\x49\x69\xca\x2b\x9b\xf9\xa7\x7f\x2a\ +\xd3\xea\xa6\x7b\x72\xa6\xfb\xe7\xcd\x1d\xf4\x0c\x1b\x63\x32\x13\ +\x68\x74\xae\x84\xaa\xb9\x74\xcd\x4d\x3f\x1a\x34\xd4\x80\x6e\x37\ +\xc1\xd3\x7a\x45\xad\xa9\x02\x11\xad\x00\x06\x46\x13\x94\xda\xf1\ +\x31\xfa\xc2\x49\xdd\xd8\x8c\xad\x34\xa6\xa2\x67\xe3\xab\xef\xda\ +\x11\xfe\xd7\x2f\xb6\x12\x1c\x00\xf7\xbb\x0c\x60\x2c\xf4\x47\x70\ +\x93\xaa\xf7\xa9\x6a\x13\x68\xdc\xd8\xd9\xf6\xfd\x1e\xe1\xe1\xd9\ +\x2d\xf8\xdc\x7b\x35\x54\x81\xe1\x62\xd3\xad\xf8\x78\x79\xe7\x5a\ +\xe1\xdb\x8b\xcf\xe5\x8b\xd7\x48\x6c\xe1\xf9\xe7\xa0\x87\x2e\xfa\ +\x1a\xe8\xa4\x53\xd1\x45\x11\xa8\xa7\xae\xfa\xea\xac\xb7\xee\xfa\ +\xeb\xb0\xc7\x2e\xfb\xec\xb4\xd7\x7e\x42\x08\x00\x21\xf9\x04\x09\ +\x0a\x00\x00\x00\x2c\x00\x00\x00\x00\xdc\x00\x13\x00\x00\x05\xff\ +\x20\x20\x8e\x64\x69\x9e\x68\xaa\xae\x6c\xeb\xbe\x70\x2c\xcf\x74\ +\x6d\xdf\x78\xae\xef\x7c\xef\xff\xc0\xa0\x70\x48\x04\x08\x06\x84\ +\xa4\x72\xc9\x6c\x3a\x9f\xd0\xa8\x74\x4a\xad\x5a\xaf\xd8\xac\x76\ +\x3a\x10\xb4\x04\x05\x87\x07\x69\x78\x08\x36\x68\xf4\x80\xe3\x70\ +\x18\xda\xed\x41\x21\x4d\x5f\xb7\x0d\x78\xb7\x3c\x91\x40\xf3\x13\ +\x1c\x6c\x78\x83\x06\x03\x0f\x1b\x7d\x69\x80\x70\x6f\x83\x86\x7d\ +\x89\x88\x81\x8d\x8c\x7b\x91\x6a\x1c\x6f\x6e\x8e\x0f\x7f\x7c\x98\ +\x8d\x84\x86\x88\x9e\x80\x99\x6e\x77\x85\x05\x89\x9e\x6c\x9b\xa2\ +\x9d\x9f\x69\x81\xaf\x9b\x7b\xa4\x9f\x6b\x94\x6d\x1c\x1e\x0e\x60\ +\x5e\x2b\x5d\x6b\x1c\x05\x18\x0a\xc8\x1a\x0a\x1a\x1b\x06\x02\x67\ +\x74\x05\x0f\x08\xd4\xd4\x0a\x08\xcd\xd0\x90\xcd\xd3\xd5\xd5\xcd\ +\x1b\x67\xdb\xd2\xde\xd5\x09\x06\x68\xd0\x68\x65\xe5\xd4\xe0\x74\ +\x7d\xec\xde\xd7\xe7\xda\x88\x1b\xe4\xf3\x08\xe7\x8a\x69\xf9\xe5\ +\xef\xe8\xe0\xeb\x56\x8e\x9f\xb8\x34\xf2\x0a\xa2\x0b\x17\x8d\xa0\ +\x37\x83\xf7\xe2\x19\x90\x50\x01\xc1\x00\x16\x04\x06\x38\x28\x60\ +\x60\x41\x03\x08\x20\x41\x2e\x28\x70\x40\x82\xc9\x93\x12\x1e\xff\ +\x7c\x0c\x29\xf2\x41\x49\x09\x09\x60\x9a\x54\xc9\x12\x24\x83\x07\ +\x15\x50\x9a\xbc\x40\xb3\xe6\x4d\x8a\x32\x63\xa6\x5c\xc9\xf2\x66\ +\x4e\x9d\x3c\x89\x86\x5c\xf0\xc0\x64\x85\x98\x31\x93\xd6\x84\x70\ +\xf3\xa5\xce\x9e\x45\x9b\x02\x3d\x29\xd5\xa7\xd6\xa0\x12\xba\xb2\ +\x64\x0a\x54\x68\x58\xac\x21\xab\xa2\x14\xaa\x92\x41\x03\x04\x04\ +\x30\x16\x2b\xa0\x01\xe4\x84\xbb\x77\xf9\x1c\xb3\x86\x00\x83\x80\ +\x05\x78\xf1\x66\xe0\x83\xec\x1a\x02\x7a\x0b\x32\x04\xce\x9b\xa0\ +\xf0\x43\xc0\x8b\x07\x37\x46\x76\xf8\xf0\xdf\xc5\x79\x25\x38\x36\ +\x97\x38\x72\x4c\xc7\x94\x13\x00\x56\x1c\xf8\x33\x65\xce\x13\x48\ +\xe3\x35\x6d\x98\x9a\xe8\xbb\xaa\x27\x10\xa6\x9c\xec\x6f\xec\xd4\ +\xac\x97\x59\x86\x1c\x78\xb0\xe6\xd3\xae\x21\x67\x80\x10\x77\x05\ +\x01\x3c\x09\x30\x4f\xc0\xa6\x01\x41\x73\x73\x15\x2c\x48\x0f\xbc\ +\x4f\x83\x75\xbe\x09\xa2\x4b\x9f\x3e\x61\x41\x02\xeb\xcf\x5d\x6b\ +\xb7\x30\x81\x7c\xf7\x04\xce\x9b\x1b\xce\xbe\x9d\x7b\xf5\xeb\xd0\ +\xb7\x07\xf6\x9e\xbe\x9a\x02\x93\xf2\xcd\x57\x77\x8e\x7d\x3c\xf5\ +\xef\xfc\xc5\xd7\xde\x5d\xef\xf1\x75\x9f\x7f\x77\x59\xe0\x1d\xff\ +\x7c\x95\xb1\xc7\xdd\x5d\x0b\x32\xb8\x0f\x82\xc5\xa9\x70\x5c\x01\ +\x10\x50\x60\x1e\x6c\x8d\x5d\x67\x98\x02\x02\xdc\xd5\x41\x79\xb0\ +\x6d\xb0\x4c\x78\xc8\x84\xd8\xc1\x88\x82\x99\x08\xdf\x35\x18\x6c\ +\x90\xc1\x8a\xbd\xb9\xa8\xde\x32\x20\x4e\x40\x63\x8b\x27\x52\xa3\ +\x4c\x8e\x34\x92\x67\xc1\x60\xd7\xdc\xd8\xd7\x06\x22\x92\x38\xa4\ +\x8d\x2f\xca\xb8\x63\x89\x3d\x56\x16\xa3\x8e\x2c\x42\x19\x9e\x35\ +\x4e\x56\x99\x9a\x8d\x87\xc1\x88\x24\x8d\x2c\x66\xc0\xe5\x87\x4e\ +\x92\x37\x62\x85\x29\x10\xc0\x81\x04\x11\x68\x38\x9d\x05\x26\xbd\ +\x88\x58\x7b\xe6\xc5\x29\xa1\x68\x74\xde\x65\xa7\x7a\xca\xbc\x96\ +\x1f\x9c\x12\x80\x27\xe8\x06\x0c\xc8\xb7\x9a\x66\xf0\x59\x87\xe7\ +\x83\xb2\x21\x7a\xe5\xa2\x86\xee\x69\xdf\x65\xdc\x49\x67\x52\x8f\ +\xeb\x2d\x90\x5f\x79\x76\x9e\xb8\x8c\x9f\x91\x06\x2a\x68\x70\x79\ +\x02\x0a\x9e\x8f\x0a\x24\x50\xe8\x83\x68\xa2\x40\x80\x03\x0c\xb4\ +\xc9\xdd\x82\xb4\xd1\x13\xdd\x8a\x3b\x46\xf8\xa1\x06\x31\x59\x00\ +\xe6\x8a\x0c\x74\xf8\xdc\x32\xf8\x05\x09\xec\x64\xca\x3c\xc7\x1e\ +\xae\x23\x5a\x10\xac\x75\xd7\x84\x76\x6b\x07\x6f\x06\xeb\x69\xff\ +\x61\x26\x31\x8b\xeb\xb3\x3f\x62\x2b\x81\xb6\xc7\x6e\x26\x9e\xaf\ +\xb8\x42\x88\xec\x43\x15\x68\x6b\x6e\x61\xa7\x2d\x5b\xae\xb3\x93\ +\x45\x7b\x18\x45\xb8\x72\xd7\xea\x09\x04\x10\x2a\x2b\x94\xba\x59\ +\xa3\x40\x96\x24\x6e\x29\x2e\x32\x00\x0b\x29\x26\x06\xca\x74\x79\ +\x24\x95\x78\x2d\x79\x4c\x32\x5e\x52\x19\x64\xa3\x09\x4b\xf9\x25\ +\x8b\x34\x9a\x56\xd9\x61\x05\xf3\xbb\xab\x5f\x33\x56\x49\x9e\x89\ +\x38\x46\xfb\x6f\xc8\x35\x6e\xb6\x4c\x8c\x28\x37\x7b\x30\x6d\x58\ +\xa2\x9c\xe0\xcb\xf2\x12\xdc\x32\x6c\xf7\x9a\x30\x00\x35\x10\x24\ +\x68\x01\x06\x07\x60\xba\x5b\x79\x86\x02\x2d\xf4\x3e\x9a\xd2\xf9\ +\x73\xd0\xa7\x7d\x0a\x58\xa5\x4b\x47\x39\x27\xa3\x12\x04\xfd\xa2\ +\x06\x7f\x19\x2a\x9d\xd1\xfd\xa6\xf8\xb4\x79\x5b\x33\xad\x1e\xa9\ +\x50\x5f\x5a\x58\xc2\x90\xbe\x59\xb5\xca\xa9\x26\x2d\xa4\x9e\x4c\ +\xb7\x86\xb4\xd6\x51\xb3\x4b\x76\xa4\x17\xad\x00\xc6\x47\x13\x68\ +\xb8\x00\xc9\x10\x4f\x58\x2a\x03\x80\x77\xc9\xab\x04\x6e\x06\xec\ +\xdd\xc3\xfd\x66\x97\x78\x82\xc1\x32\x1e\x2d\x45\x89\x37\x4b\xf8\ +\x31\xc3\x1e\xee\xe6\xac\x09\x3c\x6c\x78\xd5\x8f\x4b\x17\x39\x45\ +\xbb\xc8\x80\x3e\xe0\x79\x92\xdb\x1a\xba\x82\x1b\x78\xde\xa5\x49\ +\x9b\x6f\x37\xba\xdd\x8e\x9f\xbe\x38\x8e\xca\x56\xf0\x38\x84\xcf\ +\x7c\x81\xc4\x16\xc0\x07\x2f\xfc\xf0\xc4\x17\x6f\x3c\x15\x5d\x14\ +\xa1\xfc\xf2\xcc\x37\xef\xfc\xf3\xd0\x47\x2f\xfd\xf4\xd4\x57\x6f\ +\xfd\xf5\x27\x84\x00\x00\x21\xf9\x04\x09\x0a\x00\x00\x00\x2c\x00\ +\x00\x00\x00\xdc\x00\x13\x00\x00\x05\xff\x20\x20\x8e\x64\x69\x9e\ +\x68\xaa\xae\x6c\xeb\xbe\x70\x2c\xcf\x74\x6d\xdf\x78\xae\xef\x7c\ +\xef\xff\xc0\xa0\x70\x48\x04\x08\x06\x84\xa4\x72\xc9\x6c\x3a\x9f\ +\xd0\xa8\x74\x4a\xad\x5a\xaf\xd8\xac\x76\x3a\x10\xb4\x04\x05\x87\ +\x67\x30\xf0\x14\x04\x9b\x74\xfa\xc8\x71\x18\x1c\x70\xf8\xa0\xa0\ +\xae\x0f\xda\x86\xbc\xdb\x31\x4f\xa4\x13\x80\x09\x1c\x1c\x79\x85\ +\x79\x7d\x75\x7e\x6d\x7b\x85\x7c\x0f\x1b\x7e\x6a\x82\x78\x71\x6f\ +\x03\x0f\x91\x76\x8b\x86\x06\x7d\x81\x6a\x77\x6e\x9c\x9e\x81\x7e\ +\x03\x70\x6f\xa2\x9d\x8f\x90\x9f\xa7\x9c\x96\x98\x99\x90\x78\x7a\ +\x7a\x97\xad\x80\xb4\x94\x70\x1c\x65\x0f\x67\x2c\x5d\x77\x6f\x05\ +\x0a\xc7\x1a\x0a\x1a\x1a\x1b\x06\x68\x89\x05\x0f\x08\xd3\x08\x0a\ +\xd3\xcd\x7f\x90\x69\xd1\xd4\xdd\xcd\x68\x7e\x91\xdc\xdd\xd7\x06\ +\x1b\xcf\x7f\xe3\xe4\xd8\x92\xdb\xd2\xd4\xd6\x08\xec\xe1\xee\xdd\ +\xf1\x09\xe6\xda\x6a\x06\xef\xe4\xf8\x75\xfb\xfa\x75\xc3\x07\x4e\ +\x92\xba\x81\xe6\xd0\xa5\xe1\x47\xae\x5c\x41\x3f\x0f\xdc\x54\x40\ +\x30\x80\x05\x81\x53\x0f\xc0\x30\x80\xc0\xb1\xe3\x82\x02\x07\x24\ +\x88\x1c\x79\xe1\x41\x83\x8e\x1e\x0b\xff\x88\x4c\x20\x81\x65\x82\ +\x92\x27\x51\x42\x58\xf0\x60\xa4\x4d\x98\x32\x67\x3e\xa8\xd0\xb2\ +\xa7\x04\x9c\x32\x69\xda\x5c\x09\x14\x25\x83\x9a\x15\x5c\x8a\x2c\ +\xea\xb1\xe6\xd0\x97\x26\x73\x1e\x95\xc0\x73\x24\xd4\x98\x28\x85\ +\xf6\x64\xf9\x33\xaa\xcc\xa3\x3c\xb9\x2e\xf5\x9a\xf5\x41\xc8\x95\ +\x12\xb6\x31\x68\x80\x80\x80\x45\x0e\x05\x12\x48\x83\x30\xa1\x6e\ +\xdd\x0c\x2c\xe3\xc5\xc3\x20\x60\x81\x5d\xbb\x78\x25\x1c\x9b\x16\ +\x6f\x83\xdf\xbf\x75\xf3\xc6\xa3\x96\xe0\xf0\xdf\xc0\x83\xad\x59\ +\x33\x8c\x38\xb1\xe0\xc5\xd5\xfa\x56\x86\x2c\xd9\x9a\x86\xbe\x19\ +\x2a\x2b\xb6\x07\x1a\x31\x67\x7f\x7e\x43\xff\x1d\x8d\x0c\x81\x66\ +\xd3\x8a\x95\x55\xfb\xec\x18\xf0\x68\x6f\xa9\x21\xb8\x5d\x41\x20\ +\xa1\x84\xca\x13\xe4\x21\xd0\xe0\xaf\x82\x05\x0b\x88\x17\x24\x58\ +\x46\x78\x1a\x06\xe3\xc7\x91\xd7\x55\xce\x7c\x20\xf4\x09\xd2\x27\ +\x50\x27\xae\x97\x6a\x74\xe9\x16\xb6\x93\x7b\x7e\x3c\xf9\x72\xe2\ +\xcd\x13\x5c\xcf\xae\x7c\x78\x73\x0d\xde\xb3\x4f\x4f\xe0\xbe\x1b\ +\xf9\xe8\x76\xa9\x37\xb7\xa6\xbe\x7c\xdd\xe3\xfa\xed\x17\x9f\x79\ +\xd5\x4d\x03\xdf\x75\x13\xec\xa6\x42\xff\x6f\xe7\x44\x20\xdf\x04\ +\x78\xc9\xb6\x18\x06\x1b\x4c\xd0\x01\x76\xb6\xc9\xd6\x1c\x85\x16\ +\xfe\x65\x41\x84\xe8\x75\x26\x40\x06\x17\x3e\x96\x80\x84\xca\x1c\ +\x53\x61\x89\x19\xa2\x97\x4c\x32\x23\x5e\x88\x1c\x72\x20\x56\xa3\ +\x57\x8c\x18\x1e\x97\xc1\x06\xca\x54\x97\xcc\x8a\x1e\xee\xa8\xa1\ +\x5e\x40\x3e\xc6\x63\x43\x1c\xb2\x78\xd7\x89\xdc\xdd\x48\x62\x87\ +\x77\xf1\xc8\x1d\x3c\x15\x22\x77\xa1\x82\x29\xf4\x56\x80\x06\x14\ +\xe0\x87\x1c\x4b\x21\xde\xc3\xc0\x77\x76\x81\x89\x1e\x63\x0b\x90\ +\x69\x19\x73\x29\xca\x93\x66\x79\xd1\x89\xb4\xcc\x9c\xcb\x6c\x30\ +\xa6\x7c\x16\xc8\xe9\xe2\x32\x09\xdc\x89\x98\x99\xa8\xa9\x99\xa7\ +\x04\x05\xf2\xf7\xe6\x7f\xc8\xe9\x59\x0d\x9a\x70\x62\x28\x67\x8f\ +\xb2\x19\xa6\xe6\x04\x7a\xfa\xd8\x27\x99\x89\x12\xea\xa2\xa1\xfe\ +\x25\xf8\xd6\x03\x11\x74\x29\x5d\x07\x0c\x9c\xd8\xd9\x34\x3c\x75\ +\xa0\x6a\x89\xe1\x2d\xa7\x17\x71\x2c\xa9\x6a\xe1\xaa\xa5\x56\x97\ +\xa2\x48\xb2\x5a\x40\x2b\x93\x1a\x22\xa0\xde\xaa\x32\x6a\xe7\xaa\ +\x8d\xd5\xa4\xda\x41\xa3\xdb\x1d\x33\xd8\xaf\xc0\x5e\xe8\x6b\x32\ +\xca\x1e\x83\x6b\xb3\xa4\x9a\x6a\x8f\xff\xb1\xb2\xce\xd7\x6b\x35\ +\x54\x01\x9b\x9f\xa9\x83\x0d\xd7\xed\xaa\x18\x2a\x17\xd9\xa2\xc6\ +\xfa\x87\x25\x0a\x04\x70\xa0\x40\xa8\xa3\xd6\xb8\x21\x90\xe0\x09\ +\xb9\x98\x35\x49\xe6\x08\x21\x8f\xa7\x22\x90\xef\x7f\xfb\x2a\x9b\ +\x8c\x8d\x1b\x90\x98\xeb\x87\xfc\xee\xa7\x40\xc1\x25\xca\x1a\xa1\ +\x64\x84\xf1\xf5\x64\x76\xf6\x12\x06\x2d\xc3\x76\xe9\x28\x65\x64\ +\x3f\x3e\x69\x24\x06\xaf\xfa\x0b\xa4\x8c\x1d\x54\x1c\x4f\xc7\x2c\ +\xd2\x68\x6d\x67\x12\x5f\xc8\xe2\xba\x27\x0c\x30\x11\x5d\xd8\xe9\ +\x8a\xc1\x01\x6c\xda\xd8\xd7\xa4\x37\xe7\x3c\x4d\x63\xdf\x45\x77\ +\x73\xb8\x91\x1e\x5a\xf3\x04\x3d\x87\x38\xdc\xce\x0f\x26\x6d\xb1\ +\x02\x4c\x23\x8a\xf4\x01\x43\x5a\x13\x75\xcd\x1d\x0c\x3d\xe5\xcf\ +\x46\x0b\x4d\x35\x32\x92\x31\x0d\xa7\x05\x43\xeb\xa5\x4c\xd4\xd9\ +\x95\x4d\xce\xd5\xe5\x95\x1d\xae\xaf\x6f\xfa\x67\x41\x45\x2b\x80\ +\x71\xd2\x04\xa2\x2e\xc0\x6f\x9b\x08\xfc\x84\xa9\xb0\x20\xdb\x98\ +\x0c\x55\x5d\x62\x38\x1f\xc8\x1a\x1e\x58\x38\xa2\xca\x21\x0e\xb1\ +\x04\x07\x14\x1e\x6c\xe3\x21\xc2\x2a\x81\xa8\xd9\xf9\x1a\x38\xd8\ +\x37\x2f\x5e\x5e\xe3\xd1\x4e\x16\x39\x47\x7e\xd8\x81\xae\xec\x35\ +\xa3\x23\x5a\x6d\xe0\x36\x2a\xf0\x13\xe6\xd1\xe9\xed\xb8\x64\x90\ +\x63\xfe\x2d\x06\x2f\x52\xb3\x41\xea\x7f\x09\xe0\x05\x0b\x47\x6c\ +\x21\xfc\xf0\xc4\x17\x6f\xfc\xf1\xc8\x57\xd1\x45\x11\xcc\x37\xef\ +\xfc\xf3\xd0\x47\x2f\xfd\xf4\xd4\x57\x6f\xfd\xf5\xd8\x67\x7f\x42\ +\x08\x00\x21\xf9\x04\x09\x0a\x00\x00\x00\x2c\x00\x00\x00\x00\xdc\ +\x00\x13\x00\x00\x05\xff\x20\x20\x8e\x64\x69\x9e\x68\xaa\xae\x6c\ +\xeb\xbe\x70\x2c\xcf\x74\x6d\xdf\x78\xae\xef\x7c\xef\xff\xc0\xa0\ +\x70\x48\x04\x08\x06\x84\xa4\x72\xc9\x6c\x3a\x9f\xd0\xa8\x74\x4a\ +\xad\x5a\xaf\xd8\xac\x76\x3a\x10\xb4\x04\x05\x87\x67\xc0\x29\x7b\ +\x0a\x9b\xb4\x7a\x43\xe6\x38\xde\xf0\x01\x7a\x9d\x26\x1b\x0c\x0e\ +\x3c\x7e\xf0\xd8\x24\xfe\x80\x76\x77\x77\x79\x72\x6a\x09\x7e\x09\ +\x03\x6f\x83\x8c\x86\x87\x7e\x8b\x70\x7a\x06\x7c\x74\x7f\x65\x83\ +\x84\x95\x0f\x7f\x6b\x8a\x1c\x9a\x84\x72\x80\x88\x91\x93\x9a\x7c\ +\xa5\x89\x99\x8d\x77\x8f\x69\x80\x6e\x8c\x7a\x0e\xaa\x9e\x6a\x64\ +\x70\x65\x1c\x05\x05\x5e\x2b\x5d\x76\x0f\x0f\x06\x0f\x0a\x1a\xc8\ +\x1a\xcb\x1b\xc6\x90\x09\x05\x0f\x08\x08\x0a\xd3\xd3\xcd\x7d\xa6\ +\x7e\xd1\xd6\xdd\x09\xce\xa6\x88\xc6\xdd\xd6\xd8\x90\xd8\xe4\xd7\ +\x06\xb1\xb1\xd0\xd2\xd4\xde\xe0\x6b\xdc\xf0\xd6\xdf\xda\x89\xf4\ +\xe4\xdf\x97\xee\xe9\x08\xf7\x9e\xe9\x8b\xd7\x87\xce\xb8\x74\xcd\ +\x10\x21\xea\x53\x80\xc3\x81\x01\x2c\x08\x2c\x22\x76\x21\xc1\x03\ +\x06\x10\x32\x6a\x5c\x50\xe0\x80\x84\x8f\x20\x25\x5c\xd4\xb8\xb1\ +\x93\x84\x04\x27\x3f\xff\x5a\x6c\x40\x32\x23\x83\x02\x21\x53\x8a\ +\x64\xd9\xf2\x25\x4a\x94\x27\x13\x5c\x18\xd9\x72\xc1\x83\x90\x80\ +\x76\x62\xac\x69\x12\x27\xc8\x07\x34\x49\x32\xf8\x09\x12\xe7\xca\ +\x96\x10\x96\x02\xfd\xb3\x33\x69\xc9\x9b\x40\x79\x2a\x35\xd9\x54\ +\x27\x52\xa8\x4b\x3d\xa2\xf4\x23\xa1\x99\x06\x02\x11\x7b\x55\xac\ +\x20\x60\xc1\x84\xb7\x70\x27\xfc\xa9\x37\x0d\x43\xdb\xb8\x70\x51\ +\x4e\xab\x66\xcf\x2d\x5e\xb9\x09\xfe\xdd\xc5\x9b\x61\x6e\x35\xbe\ +\x0a\x06\xe3\x9d\x6b\x4d\x81\x63\xc5\x70\x0b\x07\x76\x8c\x60\x59\ +\x62\xbf\x8b\x25\x74\xe3\x9b\x00\x73\x64\xbd\xe9\x20\xe7\xd5\xec\ +\x58\xc3\x5e\xd1\x13\x0a\x4b\x40\x46\x2d\xd9\xe5\xbf\xaa\xd3\xd9\ +\x45\x00\x01\xed\x0a\x02\xeb\x54\x56\xf8\x6b\x01\xc1\x86\x7f\x09\ +\x76\xff\x5d\x10\x98\x2e\xc0\x0a\x16\x2c\xc4\xb5\x40\x1c\xf8\x6e\ +\xe5\x71\x9b\x23\xae\x8b\x1c\x3a\xf4\xe6\xb2\x85\x2f\xc7\x5e\x4f\ +\xc1\xc7\x09\xd0\xdf\x32\x2f\x5e\xcd\xf4\xf1\xbf\x13\xb8\xef\xf5\ +\x2e\x21\x39\x5e\xe9\x74\x83\xc3\x75\x9f\x9e\x3c\x3c\xef\xda\xa3\ +\x17\x9f\x66\xf9\xfb\x04\xdb\x2a\xe0\x16\x9c\x5d\xe8\x65\xb0\x01\ +\x65\x8d\x25\x56\x60\xff\x02\x94\x1d\xf6\xd8\x72\x6f\x19\xe8\xd8\ +\x61\xae\x09\x50\xe0\x81\xa5\x29\xa3\x20\x6c\x07\x56\xc6\x1a\x02\ +\x18\x6c\x90\x81\x72\xe1\x49\x88\xe0\x32\x1a\x88\x48\x22\x74\x12\ +\x9a\x67\x5e\x88\x19\xcc\x17\x61\x87\x7c\xd5\x25\x22\x87\x35\xae\ +\x77\x23\x61\x18\xd6\xe8\xd8\x06\x7f\x75\x50\x18\x82\xd6\xc0\xd8\ +\xc1\x7f\x11\x19\x70\x01\x5b\x0b\xb8\x07\x5d\x07\x1f\x51\x83\x98\ +\x77\x0c\xd0\x37\x1a\x39\xc9\x48\x50\x65\x78\x6f\x45\x89\x4c\x79\ +\x54\xae\x48\xe2\x47\x28\x96\xb9\x01\x03\x10\x4e\x10\x65\x65\x66\ +\x7a\x06\x9e\x05\x6b\x5a\xb3\x4c\x02\x5b\x8a\x37\x01\x94\x9a\xed\ +\xc5\xe6\x99\xe2\x59\xe7\xa5\x9c\x29\xba\x45\xa2\x78\x64\x26\x63\ +\x1e\x40\x4d\x72\x29\x97\x04\xcb\xf0\x37\x4d\x67\x4e\xc2\xb5\x66\ +\x32\x6c\xd2\x09\x17\x80\x29\xe0\xd6\x47\x7b\x4f\x76\xd0\x01\x03\ +\x93\x4d\xf9\x91\xa7\xe2\x79\x0a\xea\x5e\x87\xca\xe7\x29\xa9\x9f\ +\x92\x47\x29\x88\xcf\xad\xfa\x16\x71\x1f\x16\x59\x01\xa9\xe1\x49\ +\x77\xd8\xa3\xd5\x81\x77\x67\xab\x13\x3a\x38\xaa\xac\xa6\x32\x18\ +\xac\x63\xc3\xae\x5a\xec\x66\xd4\x48\x70\xeb\x91\xf3\xa9\xc7\x17\ +\x06\xcf\xbe\x67\xac\xff\xa3\xc7\xe1\xfa\xeb\xa9\xbb\xf2\x4a\x1f\ +\xa6\x28\x68\x5a\x00\x04\x4f\xce\x38\xdd\x84\x2a\xda\x99\xda\x06\ +\x18\xe8\x69\xe3\x88\xbe\xce\x88\x01\x91\x20\xee\x58\x2e\x4a\x94\ +\x4e\x2b\xe2\x91\xc9\x91\xaa\xd7\xae\x3f\xbe\x45\xaa\xb9\x88\xb9\ +\x96\x2e\x5c\x47\x06\xd7\x9a\xbe\x31\xbe\xe9\xa9\x89\xad\x49\x09\ +\x24\x8e\x11\xa3\x9b\x01\xbf\xd0\x1a\x38\xaf\xa3\x01\xab\xbb\xee\ +\xc6\xc7\xee\x7b\x29\x0b\x03\x48\x60\x80\x02\x7d\xf2\xfb\x27\x82\ +\x6d\x59\x09\xde\x9f\x8d\xb5\x9c\xdc\xcc\x70\x1e\x80\xaa\x94\x5a\ +\xf6\x49\x68\x9e\x60\x52\x89\x1e\x06\x36\x2f\x9c\x25\x9a\x6f\xc2\ +\x05\xf4\x7a\x38\xfb\xd5\x6f\x72\x47\xe7\x88\x81\xa5\x6f\x42\x07\ +\xf4\x97\xf0\x3c\x9d\x68\xd4\x16\x1c\x2d\x65\x85\x82\xe2\x15\x67\ +\x91\x9d\xe9\xfc\xf2\x6a\x35\x0e\x4d\x9f\x05\x10\xad\x00\x86\x04\ +\x10\x4c\x40\x81\x93\xb4\xbe\xda\x6c\xaf\xb9\x26\x30\x2f\xd5\xf8\ +\xbd\x6d\x2d\x06\x2e\x52\x47\x81\xd8\xc4\x81\x8c\xf3\x01\x14\xf0\ +\x0b\x57\xe0\x11\x67\x49\xb8\xa2\x81\x67\x38\xf7\xdf\x56\x36\xde\ +\xa0\x77\x8b\xdb\xf9\x69\x8f\xeb\x49\x40\xb8\xc3\xb3\xda\x2d\xe5\ +\x97\x9a\xbf\x4d\xb3\x33\x05\xa0\xde\xfd\x79\xe8\x8c\xdb\x7d\xa8\ +\xdf\x71\x09\x00\x8c\xda\x48\x6c\x21\xfb\xec\xb4\xd7\x6e\xfb\xed\ +\xb8\x53\xd1\x45\x11\xbc\xf7\xee\xfb\xef\xc0\x07\x2f\xfc\xf0\xc4\ +\x17\x6f\xfc\xf1\xc8\x27\x7f\x42\x08\x00\x21\xf9\x04\x09\x0a\x00\ +\x00\x00\x2c\x00\x00\x00\x00\xdc\x00\x13\x00\x00\x05\xff\x20\x20\ +\x8e\x64\x69\x9e\x68\xaa\xae\x6c\xeb\xbe\x70\x2c\xcf\x74\x6d\xdf\ +\x78\xae\xef\x7c\xef\xff\xc0\xa0\x70\x48\x04\x08\x06\x84\xa4\x72\ +\xc9\x6c\x3a\x9f\xd0\xa8\x74\x4a\xad\x5a\xaf\xd8\xac\x76\x3a\x10\ +\xb4\x04\x05\x8e\x67\xc0\x29\x3b\xc4\x85\x8d\x7a\xbd\x21\x3b\xde\ +\x70\xce\x20\xbd\x4e\xd8\x39\x6f\x83\x43\xff\xe6\x3c\xec\x80\x6a\ +\x64\x06\x84\x7b\x6f\x73\x1b\x09\x89\x8a\x09\x83\x7c\x7a\x06\x88\ +\x89\x93\x8d\x78\x90\x84\x91\x0f\x75\x8c\x96\x85\x7c\x03\x9a\x9b\ +\x95\x98\x7c\x0e\xa0\x76\x6a\x8c\x8e\xa4\x67\x7f\x8c\xaa\x1c\x9e\ +\x98\x92\x80\x76\x8e\x86\x7b\x73\x8a\x6c\x47\x78\x65\x1c\x05\x05\ +\x5e\x2b\x73\x83\x0f\xae\x06\x0f\x0a\x1a\xcc\xcc\x08\x1b\xc9\x94\ +\x89\x05\xca\x08\xd6\xd7\xd0\xa1\x8b\x09\xc9\xd7\xde\xd9\xa9\x93\ +\xdd\xde\xd6\xd0\xe1\xa9\xd4\xe4\xe5\xd1\x8b\x6a\xc9\x0a\xea\xd0\ +\xbb\x75\xd4\xf0\xe4\xdc\xa1\xa8\x1b\xe9\xf1\x06\x9b\xd3\x0f\xd4\ +\x21\xc0\x27\x2d\x9b\x40\x73\x6c\xec\x8c\x23\x07\x4e\x53\x01\x03\ +\x12\x06\xb0\x20\xe0\x81\xda\x83\x0b\x80\x1e\x30\x80\xc0\xb1\xe3\ +\x82\x07\x07\x24\x88\x1c\x29\x41\x63\x47\x8f\x7f\x24\xff\x24\x20\ +\x79\xc1\xe4\x49\x08\x0c\x1e\x8c\x5c\x39\xf2\x41\x83\x97\x30\x53\ +\xaa\xa4\xd9\x72\xe3\xcb\x98\x22\x01\x89\x6c\x79\xf3\xe5\x47\x9a\ +\x24\x4b\x16\x3d\x09\x54\x25\x4b\x97\x4c\x65\xee\xa4\x99\xc0\x26\ +\xce\xa3\x49\x45\x5a\xfd\x29\x75\xe7\xd0\xad\x51\x43\x26\xda\xf9\ +\x80\xc0\x44\x60\x18\x31\xa8\x15\xb0\x60\x82\xdb\xb7\x13\xec\xa8\ +\xc3\xc0\x16\xee\xdb\x95\xf6\xbc\xd5\xb5\x1b\x37\x81\xc0\xbd\x70\ +\x33\xc8\xb5\xa7\xa0\x30\x60\xb8\x72\x11\x14\x5e\xa6\xe0\xb0\x5b\ +\xc1\x09\xe0\x31\x83\xd7\xb8\x2d\xdf\x95\xd6\xf2\x3e\xb3\x1c\x18\ +\xb3\x37\xc3\x9c\x11\x4b\x58\x96\x59\x43\x65\xbe\x71\x25\x28\x36\ +\x6d\xcf\xf1\x04\xc1\xaa\xaf\x61\xa8\x50\xa1\xec\x44\x7f\x22\x0b\ +\x8b\x84\x6b\x61\x82\x85\x67\x02\x77\xf3\x5d\x10\x59\x9d\x84\x0a\ +\xbc\x7d\x13\x0f\x8e\xdc\xae\x85\xe5\x8a\xbd\xcd\x76\xdb\xfb\x2d\ +\xf4\x6b\xba\x25\x24\x9f\xb0\x9c\xb0\xb5\xe9\x6f\x7b\x3f\x2f\xae\ +\xc1\xdb\x71\xd4\xd7\x0b\x5b\x3b\x3f\xdc\x6f\x5e\xd3\xbb\x2d\x54\ +\xf7\x3d\x90\x72\x74\x05\xc2\xed\x42\x9f\x9c\xdd\xec\x0a\x02\x06\ +\x24\x50\x01\x69\x09\xa0\x26\x98\x7a\x8a\x2d\x26\x00\xff\x5f\x16\ +\x1c\x48\x99\x3d\x18\x6c\x40\x5d\x67\x94\xb1\x56\x98\x84\x7c\x65\ +\xb0\xc1\x62\xcd\x18\x66\xe0\x86\xa4\x65\xd6\x98\x6f\x76\x69\x68\ +\x8f\x33\x08\x44\x38\xe1\x04\x1d\x74\x70\x20\x02\xe5\xc1\x78\xe1\ +\x8a\x8f\x81\x78\x4d\x79\x23\x3a\x67\x22\x76\x8b\x6d\x90\x41\x86\ +\x1b\x62\xf7\x1d\x86\x6e\x75\x50\xa3\x66\x3d\x66\xe0\x9f\x0a\x00\ +\x5e\x30\x20\x7e\x0c\x90\xc8\xa2\x5b\x78\x89\x58\x4e\x68\xd4\x89\ +\x74\x23\x81\x51\xf2\x25\x92\x69\x32\x32\x93\xc0\x02\xf2\x89\xe7\ +\xd6\x97\xcd\x34\x33\x26\x8d\x16\xa0\x99\xe6\x40\x5d\xfa\x26\x9e\ +\x96\xd6\xa0\xb8\x81\x65\xbd\x19\x99\x5a\x74\x28\xb2\x25\xdf\x8a\ +\x9e\xc1\xc8\x9a\x04\x51\x56\x37\xe7\x68\x31\x0a\xba\x26\x6f\x6d\ +\xc6\x16\xa3\x98\x6d\xcd\xe7\xdb\x97\x92\xc5\x58\xd7\x92\x29\x00\ +\x28\xd5\x05\xda\xb1\xd8\x62\x8b\x0c\x14\x97\x60\x76\xd4\x7d\xda\ +\x41\xa8\x21\x5e\x73\xdc\xa7\x53\x5a\x80\x2a\x98\xb2\x55\xc0\xaa\ +\x75\x7e\xcd\x85\x9c\xa4\xdc\x15\xa7\xd9\x79\x79\xea\x49\x9c\x7a\ +\x8b\xe1\x27\x41\x8b\x9e\x82\x1a\x59\xb0\xd9\x99\xfa\x69\xa8\x99\ +\x8d\x9a\x9f\x6f\xc6\x36\x9b\xe0\xb3\xd4\xed\x27\xdd\xff\xad\x9e\ +\xfa\xc6\x6c\x5e\xa4\x4e\x80\x29\x0a\x00\x16\xa0\xd5\x8f\x7a\x1e\ +\xf9\xe0\x90\x34\xbe\x66\xa3\x88\x0a\xf8\x88\xeb\x8e\x5b\xb6\x9b\ +\x41\x75\x46\x36\xb8\x81\x5a\x84\x5d\x38\xaf\x05\xc4\xda\x8b\xc1\ +\x7d\xe8\x96\xeb\x9b\x86\xff\x32\x96\xe4\x5b\x7a\x0a\x86\x6f\x9d\ +\xfa\xca\x47\xac\xba\x85\xe1\xc8\x9a\x8f\x40\x92\x06\x6c\xbb\xd0\ +\x86\x47\x30\x8c\xab\x35\xcc\x1b\xc1\xc1\x26\x48\xb1\xb7\x2c\x0c\ +\x20\x81\x00\x07\xf8\xc9\xaf\x94\x12\x1c\x90\xa0\x88\x84\x26\xd7\ +\xe8\x67\xba\x31\x50\xe6\x9f\x13\x60\x70\x80\xc5\x8c\xa9\x4c\x9d\ +\x7c\x2d\x4b\x56\xd8\x80\xae\x4d\x10\xb4\x69\x16\x12\x8a\x73\x96\ +\xa3\x3d\x68\x9a\xca\x1d\xfc\x39\x73\xac\x0a\x8c\x59\x26\x5c\x3a\ +\xdb\x87\x01\x68\x72\x4a\x1d\xb4\xc1\x85\x2d\x6a\x57\xcb\xd2\x5d\ +\x89\x73\x75\x64\x33\x6c\xcd\x5e\x16\x48\xb4\x02\x18\x12\xa8\x41\ +\x81\xd4\xca\x89\xea\xac\x76\xb8\x12\xb7\xb0\x02\x03\x26\x70\x00\ +\x05\xed\xfd\x9b\x68\x8a\x15\xcc\x2d\xa9\xde\x05\x2f\x26\xd2\xdc\ +\xbc\x85\xaa\x96\x8c\xba\xfd\x1d\x38\x98\x8a\x4b\xc0\x38\x5c\x88\ +\x8f\x2a\x2c\xe0\x79\xca\xe7\x78\xe2\x91\xcf\x2d\xb0\x3c\xde\x11\ +\x43\x58\xf8\xcd\x6e\xe9\x3d\x2a\x7c\x92\x37\x9e\xc0\xbf\xe4\xcc\ +\x06\xf8\x04\x02\x0c\xf3\x36\x12\x5b\xe4\xae\xfb\xee\xbc\xf7\xee\ +\xfb\xef\x54\x74\x51\xc4\xf0\xc4\x17\x6f\xfc\xf1\xc8\x27\xaf\xfc\ +\xf2\xcc\x37\xef\xfc\xf3\xd0\x9f\x10\x02\x00\x21\xf9\x04\x09\x0a\ +\x00\x00\x00\x2c\x00\x00\x00\x00\xdc\x00\x13\x00\x00\x05\xff\x20\ +\x20\x8e\x64\x69\x9e\x68\xaa\xae\x6c\xeb\xbe\x70\x2c\xcf\x74\x6d\ +\xdf\x78\xae\xef\x7c\xef\xff\xc0\xa0\x70\x48\x04\x08\x06\x84\xa4\ +\x72\xc9\x6c\x3a\x9f\xd0\xa8\x74\x4a\xad\x5a\xaf\xd8\xac\x76\x3a\ +\x10\xb4\x04\x85\x02\xc1\xc3\x29\x3b\xce\x0e\x4f\x61\xc3\x6e\x6f\ +\x06\x1c\xb4\x23\x9e\x7e\xb0\x13\x78\x3c\xdd\x20\x37\x0c\x1e\x79\ +\x1b\x79\x65\x7c\x7c\x67\x7e\x76\x78\x82\x09\x6f\x7b\x0e\x86\x7f\ +\x8c\x92\x82\x66\x06\x96\x90\x89\x92\x7a\x1c\x85\x68\x88\x77\x79\ +\x09\x71\x96\x72\x0e\x7f\x77\x8b\xa2\x8f\x97\x87\xa7\x8a\x8a\x70\ +\xab\xa4\x88\xa1\x92\xb1\x86\x97\xa7\x6e\x1b\x47\x65\x1c\x61\x5e\ +\x2b\x03\xa2\x9c\x0f\x80\x79\x06\x0f\x1a\xcb\x1a\x08\xcb\x1b\xc9\ +\x82\xd2\x09\x05\x0f\x08\xd7\xd8\x08\x09\xd1\xb5\xc9\xd9\xd8\xdb\ +\x80\xd2\x6c\x02\xd6\xdf\x08\xd0\x76\xa0\xe9\xe7\xe8\xc9\x8a\x6d\ +\xe5\xed\xdb\x6e\x8a\xd5\xf3\x06\x8b\xa8\xf7\xe7\xd0\xfa\xf6\xe6\ +\xbe\x41\x9b\x24\x8d\xdf\xb7\x70\xeb\xd8\xf5\x73\x60\xa7\x80\x01\ +\x09\x03\x58\x10\x30\x65\xec\x42\x1e\x09\x09\x1e\x30\x80\xc0\xb1\ +\xe3\x82\x07\x07\x24\x88\x14\x99\xe0\x82\xc6\x8e\x1e\x01\xff\x8d\ +\x24\x69\x72\x23\x4a\x08\x0c\x1e\x60\x5c\x89\xf1\xe4\xcb\x98\x18\ +\x13\xac\xcc\xd8\xe0\x25\xcc\x63\x3a\x67\x9a\xec\xf9\xf2\x23\x4d\ +\x9d\x2d\x7d\xc6\x0c\x4a\x52\xc2\x50\x9f\x1f\x2f\x8e\xe4\x09\x55\ +\xe6\x4e\x3c\x0f\x88\xa2\x64\x50\x20\xe7\xca\xa7\x37\x0b\x1c\xd0\ +\x99\x87\x80\xc4\x01\x06\x2c\x62\x58\x8b\x00\x83\x80\x05\x13\xe2\ +\xca\x9d\x80\xe7\x9b\x02\xb7\x70\xe7\x4e\xc8\x50\xd7\xee\x5b\xbd\ +\x71\x75\x9e\xc3\x0b\x98\xae\x84\x6b\x0a\x12\xb7\xfd\x0b\x18\x4f\ +\x62\x05\x1a\x12\x13\xd6\xcb\x37\xc1\x32\x05\x08\x24\x33\xd6\xeb\ +\x38\x5b\xe4\xcd\x72\xf9\x1e\x46\x8c\x59\x01\x68\xb9\x82\x33\x47\ +\x4e\x7c\x7a\xaf\xce\xd5\xd8\x26\x73\x1e\x8d\xa1\x42\x05\x09\x66\ +\x57\x10\x18\xb0\x41\xa4\x62\x74\x15\xe2\x5a\x98\x30\xdc\x82\xb6\ +\x76\x12\x82\x03\x5e\x90\x00\xb9\xf2\xe2\x71\x99\x3b\x9f\x5b\x9c\ +\x39\xe6\x6c\x0a\x92\x0f\xa7\x2e\x9d\x74\xe6\xe4\xc2\xe7\x76\xbf\ +\x9e\x18\x3c\xf1\xf3\x13\x98\x37\xc3\x56\x5e\xb9\x5e\xe9\xbf\x21\ +\x9b\x7f\xdf\xfc\xda\x6a\x0d\xda\xe5\x6e\xb7\x9e\x59\x75\x76\xf7\ +\xe2\x59\xb6\x9a\x64\xb9\xa9\x40\x80\x01\x09\x54\x00\xd9\xff\x65\ +\x02\x14\xc6\xd7\x5d\x8f\x41\x66\x1a\x75\x71\x3d\xf8\x5b\x66\x13\ +\x02\x96\xc1\x06\x10\x26\xb6\x5a\x83\x1a\x26\xb0\xe0\x80\x19\x52\ +\x26\x22\x7b\x12\x6e\x90\x81\x86\x1c\x2e\x83\xa2\x8a\x71\x75\xd0\ +\x41\x85\x1c\x62\xe0\xcc\x82\x0a\xc0\x48\x59\x8d\xce\x38\xf3\xcc\ +\x8a\xe1\xed\xc5\x21\x86\x11\xea\x38\xd7\x86\xa5\x21\x16\xd9\x06\ +\x31\x1e\xc9\xa3\x87\x1a\x60\x50\x60\x0a\x07\x5e\xa0\xe0\x82\x1b\ +\x30\xd0\xa4\x5c\xc9\x61\x68\x9f\x06\x59\x52\x68\xd8\x8d\xcd\xc8\ +\xa7\x25\x60\x5d\x46\xc6\x0c\x98\x0c\x40\x27\x5c\x72\x6b\x32\x93\ +\x40\x9b\xfa\xc5\x05\x27\x33\x3e\x26\x00\x97\x05\xc5\xf1\x99\xe6\ +\x7a\xcb\xe8\x39\xdc\x8c\x6f\x1e\xe6\xe2\x8d\x12\xe4\xb5\x9d\x9f\ +\x86\xde\xc7\x66\x78\xc5\x89\x84\xcd\xa1\x1b\xe4\x45\x1c\x9f\x16\ +\xc0\xf9\x65\xa0\x96\xa2\x27\xe9\xa1\xcf\x4c\x89\xc2\x81\x56\xdd\ +\x95\x9c\x8c\xa8\xca\xc8\x40\x73\x11\x4a\x26\x81\x05\xa9\x12\xd7\ +\xdd\x37\xa7\x4e\x30\xe3\x7e\x27\xd2\x5a\x01\xa1\x01\x4e\xb7\x5c\ +\xae\xd9\x80\x27\x63\xaf\x11\x5e\x23\x6c\xaa\x1d\xac\xda\xaa\xb1\ +\xbb\x22\x9b\xec\x89\xad\x9a\x07\x2b\xaa\xca\x7a\x87\xc0\xff\x7c\ +\xc4\xa9\x6a\x99\x5d\xc7\x9e\x67\xc1\xac\x8a\xfd\x27\xea\x09\x07\ +\x76\x85\xc1\x5d\x02\x00\xe9\xe4\x63\x2f\xaa\x1b\xda\x90\x5e\x26\ +\x66\xe4\xbb\xd7\x45\x86\x21\x8c\xb7\xd2\x48\x5e\x91\x19\x0c\xbb\ +\xdd\x86\x36\xee\x9b\xa3\xba\xff\xb6\xd8\xea\xc0\xb6\xae\x6b\x9f\ +\x87\x39\xda\xca\xab\x90\xa5\xdd\xd7\x30\x8b\xec\x4a\x88\xb0\x70\ +\xc3\x0a\x26\xe1\xbd\x04\xeb\x1b\xee\x63\x2a\x8e\x6b\xc2\x00\x12\ +\x08\x70\x40\x05\x78\xe5\x5b\xe8\xbe\x99\x31\x06\x5d\xa6\xa3\x45\ +\xbb\x00\xa6\xc2\x65\x7a\x00\x86\x03\x26\x5a\x73\xa4\x12\xac\x76\ +\x25\x7e\x67\x52\xe7\xdb\x80\x91\xe9\x5c\x27\xcc\x38\x6b\xb6\x40\ +\x07\x7c\x7a\x2b\x69\x5b\x57\x9a\x36\xb3\x5e\x30\x63\x76\xee\x63\ +\x73\xd2\xcc\x33\x89\x89\xe9\x49\xb5\xcd\xd7\xd8\x18\xb6\xcb\x73\ +\x7d\x7a\xdd\x62\x33\x47\xb4\x02\x18\x18\x55\x70\xc0\x01\x2f\x47\ +\x57\x5f\xc5\xd8\xca\xc5\x5c\xc0\x3f\x4b\x70\x00\x05\xbf\x8a\xbd\ +\xb0\xde\x7c\xd3\x77\x75\xb8\xc9\x05\x8e\xde\xdd\x03\x7e\x57\x81\ +\xe1\x76\x27\x10\x70\x84\x85\xf7\xdd\x2a\x06\x80\xdb\xda\x74\x7a\ +\x8e\x1f\x1c\xb9\xe0\xf6\xaa\x06\xf8\xe5\x72\x5f\x3d\x20\x31\xe5\ +\x86\x63\xba\xaa\xdf\x18\x62\x44\x81\x00\xc1\xac\x8d\xc4\x16\xb0\ +\xc7\x2e\xfb\xec\xb4\xd7\x6e\x3b\x15\x5d\x14\xa1\xfb\xee\xbc\xf7\ +\xee\xfb\xef\xc0\x07\x2f\xfc\xf0\xc4\x17\x6f\xfc\xf1\x27\x84\x00\ +\x00\x21\xf9\x04\x09\x0a\x00\x00\x00\x2c\x00\x00\x00\x00\xdc\x00\ +\x13\x00\x00\x05\xff\x20\x20\x8e\x64\x69\x9e\x68\xaa\xae\x6c\xeb\ +\xbe\x70\x2c\xcf\x74\x6d\xdf\x78\xae\xef\x7c\xef\xff\xc0\xa0\x70\ +\x48\x04\x08\x06\x84\xa4\x72\xc9\x6c\x3a\x9f\xd0\xa8\x74\x4a\xad\ +\x5a\xaf\xd8\xac\x76\x3a\x10\xb4\x04\x85\x82\xc3\xe0\x19\x70\x1c\ +\x68\x34\xb9\xb0\x69\xbb\x37\x66\xf4\x39\x3d\x78\x24\xee\xf8\xc4\ +\xd9\x90\x36\xf8\x3d\x76\x1b\x78\x82\x1c\x1c\x7c\x6a\x7f\x81\x77\ +\x82\x7a\x86\x63\x69\x0e\x75\x09\x82\x8c\x70\x86\x7e\x90\x92\x8c\ +\x78\x66\x87\x63\x7e\x92\x79\x84\x90\x99\x8a\x83\x7b\x87\x7e\x06\ +\x9a\x79\x8d\xaa\x9f\xab\x76\x8b\x8b\x7b\xb0\xa0\x0f\x6f\x02\x09\ +\x0f\x65\x61\x5e\x2b\x03\x09\x06\x60\x0e\xb2\x83\x05\x0f\x1a\x1a\ +\x08\xca\xca\x1b\xc3\x94\x93\x09\xc8\x08\xd5\xd6\x08\xc2\xba\x79\ +\x0f\xd4\xd7\xd5\xc2\x94\x6d\x93\xdd\xde\xd9\x95\x6d\xe4\xd7\xc2\ +\x93\x6e\xe3\x0f\xde\xdf\xd0\xb3\xcf\xef\xf0\xeb\xe2\x94\xe9\xd6\ +\xf7\x8b\x82\xfa\xf1\xec\x02\xfe\x43\xf0\x4c\xdb\x9b\x81\x7a\x0a\ +\x18\x90\x30\x80\x05\x81\x61\x12\x86\xe1\x91\x40\x51\xc2\x83\x06\ +\x10\x32\x6a\x5c\xf0\xe0\x40\xc5\x04\x14\x2f\x5c\xd4\xb8\xf1\x41\ +\x45\x09\x20\x25\xff\x88\xc4\x48\x12\x02\x03\x93\x27\x2b\x8e\x6c\ +\xc9\x31\x25\xc5\x94\x33\x49\xbe\x4c\x09\xb2\x67\x4e\x8d\x0c\x0a\ +\x7c\x3c\xf9\x33\xe3\xcb\xa1\x21\x8b\x42\xa8\x19\x53\xa5\xd2\xa0\ +\x1f\xef\xa0\x7c\x5a\xc0\x66\xc5\x95\x2d\x97\x1a\x4b\x40\xc0\xa1\ +\x00\x0c\x1d\x31\x88\x45\x80\xa1\xda\x86\x05\x13\xd2\xaa\x9d\x70\ +\xc7\x9a\x82\x6a\x60\xd1\xae\x9d\x90\xa1\xad\xdb\x6a\x02\xe4\xce\ +\xb5\x0b\x17\x81\x82\xbc\x73\xd3\x82\x54\x40\x98\xac\x59\xbd\x6b\ +\x07\x6b\x20\x5c\x96\x20\xe2\xb4\x75\x25\xbc\x65\x8c\xf7\xb1\x60\ +\x09\xd6\x16\x57\x0e\x1c\xd9\xef\xe4\xc3\x81\xd9\x26\x50\xb0\x98\ +\x30\x61\xc0\x73\xeb\x8e\xb6\x86\x61\x31\xea\xb5\xaa\x31\x54\xa8\ +\x20\xa1\xeb\x0a\x02\x07\x76\x49\x7e\x6b\x6d\x43\x05\x0b\x13\x80\ +\x0b\xc7\x06\x0f\x01\xc5\xc0\x16\x16\x24\x28\x2e\xe1\x77\xf0\xb5\ +\xca\x99\x57\x48\x2b\x3c\x78\xf4\xbb\x64\xa7\xab\x05\x3e\x21\x7a\ +\x61\xde\xb2\xb9\x6f\x57\xce\xbb\xb0\x71\xe7\xe2\xbb\x2f\xaf\xf6\ +\xfd\x78\x60\xf2\xec\x97\x9d\x0f\x1d\xbd\xf4\x62\x0d\xee\xd3\xc3\ +\x27\xcd\xbb\x39\x72\x6c\xa6\x29\x80\x81\x6d\x2a\x10\x20\xc0\x42\ +\xa4\x29\xc3\x9f\xff\x00\xa1\x65\xb0\x41\x80\xcb\x9c\x46\x1d\x6c\ +\xa3\x95\xc7\xdf\x06\xc8\xd5\x65\xda\x7d\x12\x72\xf6\x20\x84\xae\ +\x65\xf8\x21\x61\xcd\x68\x80\x21\x67\xab\xb1\x07\x17\x86\x1d\x74\ +\x00\xdb\x83\xf7\xc9\x87\xc1\x06\x19\xa0\x48\x1a\x33\x11\x2a\x70\ +\xa2\x78\x16\x38\x18\x60\x82\x7f\xcd\xd5\xa2\x86\xf1\xad\x58\x63\ +\x6a\x15\x02\x49\x60\x0a\x04\x14\x53\x01\x89\xf2\x25\xc0\x80\x8b\ +\x6b\x59\x40\x11\x6f\x0a\x6a\x20\xe5\x84\x6a\x5d\x19\xa1\x82\x5b\ +\xce\x65\xa5\x64\x25\x92\x96\xc0\x02\xe9\x59\x30\x66\x89\xcd\x6c\ +\xc0\x00\x97\x97\x29\x83\xe3\x62\x67\x0a\x67\x27\x45\xf2\x95\xe8\ +\x26\x95\xcf\xad\x59\x8d\x66\x8e\x71\xa7\x66\x70\x78\x42\xe9\x0c\ +\x03\xd5\x09\x47\x11\x8e\x7f\x9a\xf8\xa6\x9a\x83\x8e\x39\xa7\x7c\ +\xa8\xa5\x87\x67\xa3\x1a\x2c\x89\x02\x01\x75\x5c\xd9\x98\x6c\x2d\ +\x86\x9a\x16\x79\x01\xc2\x55\x81\xa8\xdc\x5d\xe7\x0d\xa8\xcf\x51\ +\xc7\xc0\x7a\x6e\x29\xe0\x9e\x5a\x2d\xbe\x2a\x9d\x90\x1d\xd8\x0a\ +\x0f\xab\xb4\xe6\x9a\xa4\x5b\x14\x85\x2a\xec\xab\xa6\xb1\x27\xab\ +\x04\xc2\x86\x4a\xec\x8f\xc7\x5a\x90\xac\xaf\x9e\xc5\x07\x12\x75\ +\xc3\xc2\xea\x57\xff\x35\xcd\xb9\x28\x5c\xad\xcb\x7d\x57\x8d\xa6\ +\x27\x34\x29\x14\x06\xe0\xd1\xe8\x21\x6f\xd7\x12\x66\x6e\x6a\x23\ +\x7a\xb6\xd8\xba\xdb\xf9\xa8\x59\xb9\x35\xf2\xe8\x63\xa9\xea\xd6\ +\x4b\xa1\x85\xa5\xed\x98\x56\x8b\x6c\x91\x5b\x2c\x59\xf0\x4e\x00\ +\x70\x02\xad\x91\xe8\x59\xc1\x90\xc1\x08\x65\xbe\x6b\x1d\x5c\x16\ +\x7f\x17\xd6\x0b\x30\x5d\xa3\xcd\x4b\x98\x04\xfe\x1a\xec\x22\xc2\ +\x9e\x81\x07\xae\x09\x03\x48\x20\xc0\x01\x15\x08\x2c\x01\x9a\x55\ +\x5a\x80\xc1\x01\xd1\xf2\x96\x57\xa2\x69\xbd\xfc\xe3\x61\x82\x3a\ +\xdb\x81\xcd\xa5\xc9\x8c\x66\xa4\x84\x4a\xf6\xe4\x8d\x8e\xb5\xec\ +\xf2\x01\x1b\x4e\xb6\x32\x97\x6a\xf2\x4c\x99\xac\x2c\x27\x4a\x91\ +\x6c\xc5\x42\x5d\x65\x5a\x53\x97\x1a\x68\x9f\x6a\x5e\xa9\xf5\x59\ +\xdb\x41\xfa\x72\x63\x64\x99\xc9\x72\x95\x57\xb2\x66\x66\x43\x2b\ +\x80\x81\x52\xca\xb2\x1e\x50\x9d\xab\xed\x82\xa7\x5d\xd8\xaf\x52\ +\x0d\x64\x02\x07\x50\xf0\x1e\xc8\xcc\x98\xc6\xb1\xdf\x73\x29\x27\ +\x70\xc8\x12\xf4\xdd\x6a\x70\x0c\x6c\x70\xb8\xe0\x12\x10\xfe\x6f\ +\xae\x23\xb6\x17\x79\xcb\x8d\x07\x48\xae\x96\x91\x0f\x1a\x9c\x05\ +\xd8\x08\x1c\x60\x3b\xe2\x92\xab\x65\x78\x91\xd9\x95\xae\x66\xde\ +\x3d\x9b\xea\x37\xa4\xa3\x02\xde\x9e\x00\xbf\xb4\x8d\xc4\x16\xb8\ +\xe7\xae\xfb\xee\xbc\xf7\xee\x3b\x15\x5d\x14\x21\xfc\xf0\xc4\x17\ +\x6f\xfc\xf1\xc8\x27\xaf\xfc\xf2\xcc\x37\xef\xfc\xf3\x27\x84\x00\ +\x00\x21\xf9\x04\x09\x0a\x00\x00\x00\x2c\x00\x00\x00\x00\xdc\x00\ +\x13\x00\x00\x05\xff\x20\x20\x8e\x64\x69\x9e\x68\xaa\xae\x6c\xeb\ +\xbe\x70\x2c\xcf\x74\x6d\xdf\x78\xae\xef\x7c\xef\xff\xc0\xa0\x70\ +\x48\x04\x08\x06\x84\xa4\x72\xc9\x6c\x3a\x9f\xd0\xa8\x74\x4a\xad\ +\x5a\xaf\xd8\xac\x76\x3a\x10\xb4\x04\x85\x82\xc3\x50\xf0\x0c\x1c\ +\x68\xb4\xc1\xe1\x29\x6c\xde\xf0\x23\xc7\x31\x4f\x3b\x06\x8f\x84\ +\x7e\x9f\xe0\xd4\xc7\x06\x81\x78\x1b\x7b\x84\x7d\x7f\x81\x82\x0f\ +\x86\x8c\x7e\x63\x76\x77\x8b\x09\x86\x93\x7e\x81\x90\x83\x7c\x7a\ +\x03\x88\x97\x78\x7c\x84\x1b\x8e\x90\x06\x99\x85\x09\x67\x6b\x80\ +\x6b\xa6\x7c\x96\x6b\x89\xa5\x79\x93\x85\x8e\xb1\x8a\x71\x7a\x05\ +\x03\x64\x5e\x2b\x03\x09\x06\x02\x12\x0f\x0e\x9a\x6f\x05\x0f\x1a\ +\x08\x1a\xcd\xcd\x1b\x06\xa1\xb4\x1b\xc9\x08\xd6\xd7\x08\xc1\x9a\ +\x79\xd5\xd8\xd6\xda\x70\xb4\xdd\xde\xc1\x8c\x6f\x09\xe3\xd8\xe5\ +\xe1\xc8\x0f\xde\xdf\xd1\x7a\xd2\xe9\xd7\xeb\xd3\xe8\xee\xef\xe5\ +\xf2\xa1\x02\xf9\xe4\xd1\x42\x85\xa2\x07\x8f\xdf\x39\x82\x08\x8a\ +\x19\x90\x30\x80\x05\x01\x61\x0a\x14\x18\xb8\xa0\x47\x82\x45\x09\ +\x93\x1a\x40\xd8\xc8\x71\x41\x81\x03\x16\x13\x5c\xbc\xf0\x40\x23\ +\xc7\x8d\x0b\x1e\xff\x80\xc4\x18\x72\x43\xc9\x93\x1b\x19\x3c\xb8\ +\x48\x33\xc1\x4b\x98\x32\x6b\x62\x24\x69\xf2\x64\xca\x90\x2c\x13\ +\xf0\x84\x09\xc1\x23\xd0\x90\x43\x61\xa6\x04\x29\x12\xe9\xcd\x93\ +\x39\x69\x5a\x4c\x0a\x75\x26\xc6\x8a\x12\xa8\x72\x8c\x2a\x55\x2b\ +\xca\x59\x09\x08\x38\x14\xa0\x40\xe6\x05\x0c\x18\x10\xa4\x8d\x28\ +\x60\xc1\x84\xb7\x70\x33\x4c\xb2\xa6\xe0\x1a\x86\xb6\x70\xe3\x8a\ +\xbc\x56\xf7\x9b\xdb\xbc\x6f\xe7\x5a\x5b\x9b\xf0\x6f\x5e\xb9\x1b\ +\x22\xaa\xa5\x8b\x17\xf0\x04\x91\x1a\x22\xa6\xb5\xf6\xc0\xb0\xde\ +\x0d\x08\x24\x5b\xd3\xd0\x18\xb0\xe0\xc8\xd7\x3a\xeb\x95\xa0\xb8\ +\xaf\x02\xd1\x70\x27\x45\x8e\xa8\x18\xf5\x04\xb9\x12\xec\x82\x4e\ +\x60\xf9\xad\xdc\x0b\x15\x2a\x48\x10\xbb\x82\xc0\x81\x05\x77\x15\ +\xab\xab\x30\xc1\x42\xf1\xe2\x16\xb2\xbd\xcb\x46\x3c\xaf\x05\x0b\ +\x0b\x12\x2c\x4f\x40\xdc\x78\xde\xe8\xd3\xab\x1f\x37\x8e\x9d\x6e\ +\xbd\xe6\xc7\xdf\x46\x2f\xfd\x1d\xf0\xf3\xee\xc2\x15\x48\xd0\x7e\ +\x5d\x7a\xe6\xba\x0a\x34\xac\x77\x0c\xdd\x7d\xfc\xf2\x8e\xa3\xaf\ +\x8e\x1c\x79\xbe\x75\xb8\xd8\xc5\xd7\x17\x02\xf3\x39\x37\xc1\x78\ +\x92\xf1\xa6\x02\xff\x01\x12\x68\xb0\x01\x06\xce\xdc\x87\x41\x02\ +\x8e\xbd\x96\x00\x6b\xcb\xb0\xb6\x41\x78\x7a\x95\x16\x5f\x64\x1b\ +\x1a\x28\x57\x44\xfc\xd5\x35\x61\x06\x8e\x8d\x88\xe1\x32\x27\x8a\ +\x78\x21\x89\xcd\x44\x14\x22\x60\x23\x7a\xc7\x8c\x02\x1b\x76\x40\ +\x63\x62\x1f\xf2\x35\xe3\x61\x17\x32\x93\x61\x66\x1b\xfe\x67\x5c\ +\x06\x3c\xc2\xa8\x56\x02\x28\xbe\xd5\x81\x8e\x48\x62\xe8\x63\x85\ +\x51\x7e\xa8\x80\x82\x29\x30\x98\x87\x92\xd6\x08\xc0\x80\x79\x16\ +\x60\xb4\x19\x7f\xd9\xb8\xf5\x5f\x60\x0d\x66\x16\x63\x99\xe6\x4d\ +\x80\x91\x33\x64\xd2\xe6\x9c\x71\x6f\xc2\x19\x19\x5e\x67\x86\x99\ +\x66\x84\x9c\x99\x69\xdc\x73\x6e\xba\x67\x67\x67\x7f\xea\xb9\xd9\ +\x80\x72\x22\x77\x9c\x48\x30\x36\x83\x80\x97\xdb\x2d\xda\xe0\x32\ +\x42\x96\xf9\x1c\xa0\xcf\x59\x04\x67\x3d\x66\x7a\x16\x9b\x90\x1a\ +\x60\x89\x02\x01\xc9\x58\xa4\xc0\x64\xea\x55\xf0\xe4\x93\x6f\xd5\ +\xc7\x1a\xa2\xaa\xea\xf8\x5f\x77\xe4\xb0\x77\x1c\xad\xef\x31\x97\ +\x17\xab\x0c\xb8\x87\x8d\x02\x15\x50\x08\x17\xaf\xbe\xf2\x15\xec\ +\xae\x3a\xf6\x2a\x5c\x66\xcc\xad\xba\xea\x04\xca\x9a\x16\x91\x45\ +\xce\x12\xfb\xaa\xff\x62\xd4\x55\xfb\x64\xb4\x74\x2d\x43\x5d\x71\ +\xce\x1e\xe8\x2b\xac\xdb\xad\xca\x6d\x5f\xa2\x9e\x40\x00\x1e\x12\ +\x60\xd0\x17\x88\x4d\x1e\x96\x98\x77\x1a\xc6\x1b\xd7\x83\xf0\x09\ +\x88\xa3\xbd\x47\xbe\xc8\x2c\x5d\x45\xc2\x65\x5d\x02\xee\x96\x06\ +\xef\x99\x16\xe6\xbb\xda\x69\x19\x58\xc7\xea\x04\x49\x4a\xbb\x41\ +\xbc\xac\x56\x79\x9f\x80\x13\xa7\x98\xe4\x9a\xfb\x0e\xab\xe3\x63\ +\xee\xee\xb7\x64\xc3\x0f\xbf\x86\xef\x7b\x26\x32\xe9\xf0\xc7\xf8\ +\x2e\x9b\xae\x09\xc0\x08\x70\x40\x05\x05\x2b\x90\x68\xab\xcf\x61\ +\x70\x00\x79\xcc\xe0\xc9\xa1\xce\xaf\x72\x8a\x33\xab\x3a\x2f\xcc\ +\x29\xa6\xc7\xe9\x5c\x01\x89\x8c\x19\x76\xe9\x04\x40\x0b\xc8\x2c\ +\xa4\xd6\x5d\x5a\xb4\x66\xf1\xf9\xfc\x27\xd4\x33\xb3\x36\xf5\x97\ +\xad\xb6\x1a\x75\x7a\x1b\x74\x7a\xa9\x05\x63\x0f\x08\x29\x72\x80\ +\xea\x6c\xd7\x7d\x37\x87\xed\xf6\x60\xf7\x35\xb4\x02\x18\x18\xd1\ +\x3c\x2d\x85\x46\xba\x0a\x1f\x5d\x05\xe2\x2c\x6e\xc1\x6b\x62\x44\ +\x41\x7e\x04\xdf\x88\x6d\x05\x87\x03\x16\x9d\xbb\x28\xab\x77\x00\ +\x05\x46\x0e\x9e\xef\xde\x8d\x4f\xc0\xea\xe3\x5e\x4f\xcb\xb8\xc0\ +\xc6\xf5\x5a\x70\x42\xc8\x92\x53\x2e\x38\xe7\xaf\xca\x37\x39\xe2\ +\x6b\x51\xca\x5c\xe6\x80\xa2\x3e\xa0\x04\x93\x3f\x2d\x5e\xe2\xe4\ +\x3d\xe0\xcb\xdd\x48\x6c\xe1\xfb\xef\xc0\x07\x2f\xfc\xf0\xc4\x53\ +\xd1\x45\x11\xc8\x27\xaf\xfc\xf2\xcc\x37\xef\xfc\xf3\xd0\x47\x2f\ +\xfd\xf4\xd4\x57\x7f\x42\x08\x00\x21\xf9\x04\x09\x0a\x00\x00\x00\ +\x2c\x00\x00\x00\x00\xdc\x00\x13\x00\x00\x05\xff\x20\x20\x8e\x64\ +\x69\x9e\x68\xaa\xae\x6c\xeb\xbe\x70\x2c\xcf\x74\x6d\xdf\x78\xae\ +\xef\x7c\xef\xff\xc0\xa0\x70\x48\x04\x08\x06\x84\xa4\x72\xc9\x6c\ +\x3a\x9f\xd0\xa8\x74\x4a\xad\x5a\xaf\xd8\xac\x76\x3a\x10\xb4\x04\ +\x85\x82\xc3\xf0\x28\x0f\x38\x8e\xb4\x21\xed\xf0\x14\x36\xf0\xf8\ +\xe6\xcc\xae\x7b\x1e\x89\xbc\x7e\x8e\x36\xf8\xff\x03\x78\x09\x1b\ +\x79\x84\x1c\x7d\x7f\x7e\x81\x83\x85\x83\x87\x75\x6c\x81\x84\x8d\ +\x09\x8f\x6c\x80\x82\x94\x8f\x7f\x63\x06\x8b\x8c\x70\x09\x74\x97\ +\x8a\x99\x93\x95\x88\x6b\x69\x9f\x7a\x8e\xa9\x98\xa7\x7a\x87\x89\ +\x80\x6f\x02\x79\x65\x1b\x05\x5e\x2b\x03\x09\x06\x02\x12\x15\x18\ +\xbf\x7b\x84\x60\x02\x1a\xca\xca\x08\x08\x1b\x06\x84\xd1\x84\xbb\ +\xcd\xd5\xcd\xcf\x7a\x99\xd4\xd6\xcd\xbf\xa1\x93\xba\x02\xdc\xdd\ +\x06\x83\xdf\xe1\xe3\x08\xde\xd2\x09\xc8\xe9\xc5\xd1\x8c\x05\x0f\ +\xe9\xd8\xf1\xed\xf3\xef\xe5\xdf\x79\xf9\xe3\xf6\xec\xfc\x71\x5b\ +\x17\x0a\x1f\x3d\x6b\x18\x24\xec\x1a\xc0\x82\x00\x30\x05\x0b\x18\ +\x20\x28\x70\x40\x82\xc5\x8b\x12\x1e\x34\x80\xc0\xb1\xe3\x82\x07\ +\x07\x12\x5c\xcc\xb6\xb1\x23\xc7\x8f\x12\x44\xff\xa6\xb4\x78\x41\ +\xa3\x49\x8e\x0c\x40\x62\xbc\xe8\xf2\x25\xca\x95\x09\x12\x66\x2c\ +\x69\x32\xa6\xc8\x9f\x09\x5b\xf2\xec\xe8\x73\x24\xcd\xa1\x27\xf1\ +\x8c\x0c\x5a\xd3\xe4\xc7\x8a\x46\x77\xbe\x84\xe0\x33\x0f\x46\xa1\ +\x53\x63\xce\xb4\x38\x68\x68\x83\x06\x1a\x80\x11\x68\x28\x40\x01\ +\x03\x8e\x83\x10\x60\x40\xa0\x40\x41\xd0\x05\x13\xe2\xca\x9d\x20\ +\x52\x81\x35\xb7\x02\xe0\xce\x9d\x90\x41\x24\xdb\x6a\x18\x14\xe4\ +\xdd\x1b\xd7\xef\x5a\xbb\x6c\x07\x13\x36\xdc\xcc\xad\x60\xbd\x7b\ +\xeb\xae\xad\xf6\x98\x70\x5f\x09\x6e\x9b\x69\x48\x0c\x79\xae\x48\ +\x0d\x88\x1b\x2b\x8e\x2c\xe1\xef\xdf\xca\x8b\x31\xb7\x45\x8c\x7a\ +\xee\x65\xb5\xa0\x45\x77\x8e\x7b\x59\xc2\xd8\x15\x04\x0e\x2c\x80\ +\x30\xc1\xd9\xbb\x0a\x13\x2c\x04\x17\xde\x7b\xc3\x38\x05\x16\xe5\ +\x5a\x20\xae\xee\x37\xe1\xde\x09\x9c\x0b\x27\x3e\x61\x41\xf4\xd0\ +\x6c\x85\x05\xdf\x6b\xdd\x74\xe3\xe4\x71\x97\xc7\xb5\xde\xb6\x71\ +\x37\xe0\x84\xc9\xdb\x55\xb0\x59\x1d\xfa\xf0\xe3\x13\xb0\xbf\xab\ +\x9d\xb0\x3a\xf6\xf8\xb3\xbf\x9f\x6b\x3d\x36\xe5\xfa\xdb\xc5\xe7\ +\xd6\x6d\x2a\x10\x20\x01\x03\x11\x40\xb0\x81\xff\x63\xed\xb5\x25\ +\xc0\x73\x7d\x65\x56\x9e\x83\x10\xca\xd7\x16\x33\x14\xc2\x47\xdb\ +\x82\xf9\xb1\xa5\xc0\x06\x19\x58\xc6\x21\x33\x1e\x82\xa8\x21\x5f\ +\x0b\x62\xa0\x0c\x6b\x0f\x5a\x66\xa1\x66\x25\x42\xb8\x60\x7b\x8d\ +\x7d\x18\xe2\x5e\x19\xa4\xf8\xd7\x32\x26\x06\x88\xa2\x5b\xcc\xf0\ +\x18\x62\x07\x1d\xc8\x95\xe3\x7c\x94\x7d\x48\x58\x07\x11\x82\x46\ +\x60\x0a\x06\x22\x68\x11\x89\xa2\x31\xa0\x1c\x71\x53\x82\xd6\xa0\ +\x00\x56\x12\x66\x11\x7b\xfe\xa9\xd3\xa5\x8f\x9f\x69\x59\x4d\x02\ +\x7a\x89\x37\x41\x07\x59\xae\xa8\xcc\x06\x63\x06\xd8\x26\x98\x1a\ +\x24\xc0\xc0\x74\xd4\xb5\xb9\x8c\x06\x70\x6e\xa7\xe6\x94\xd8\xa9\ +\xb3\x80\x78\x78\xea\x89\x80\x32\x76\xfa\x29\x97\x45\x9a\x6d\x86\ +\xe8\xa0\x78\x2e\x97\x65\x35\x88\xc6\x29\x57\x99\x1a\x3c\x89\x82\ +\x81\x0b\x08\x96\x99\x69\x09\x54\x40\x24\x7c\x1d\x30\xf0\xa2\x35\ +\x22\xf9\x48\xa4\xa9\xce\x91\x5a\x6a\x74\x1e\x7e\x87\xde\xa8\xf1\ +\xdd\xe5\x16\x78\xa3\xae\x0a\x6b\x8d\xb7\xc6\x45\x2b\x74\x94\x7d\ +\x27\x01\x91\xb9\xbe\xca\x6b\x5b\x16\x11\x5b\xa4\xae\xab\x85\x16\ +\xaa\xb2\xc4\xb2\xca\x56\x83\xc2\x28\xeb\x2b\xff\xab\xa1\x21\x2b\ +\x41\x70\xd0\x62\xdb\x8c\xa6\x27\xe4\x26\x58\x05\x88\x6d\xd6\x56\ +\x8f\xae\x71\x18\xeb\xb9\x32\xae\x16\x1b\xbb\x27\x1e\x89\x1d\xbc\ +\x3e\xca\x3b\x6d\x8c\x22\x5e\x38\xa1\x8d\x6b\x16\xb9\x61\x79\xa7\ +\xf1\xfb\xeb\x91\xe6\x36\x88\xae\xaf\x74\x49\xb0\x62\x8d\x1b\xf8\ +\xea\xef\x8f\x17\x32\xbc\x26\x8e\x1c\x02\x7c\xee\x90\x0f\xdb\xfb\ +\x2d\x0b\x03\xc4\xf4\xc0\x30\xab\x05\xa6\xd8\x72\x24\x27\x64\x9a\ +\x06\x22\xc3\x45\x5d\x5c\x5f\xce\x9b\xd7\x72\xbf\xb6\x0c\x58\x65\ +\xd3\x2d\x8a\x59\x83\x9c\x0d\x47\x5d\x42\xef\xca\x16\xde\x9f\x07\ +\x48\x68\x2e\x97\x8a\xb2\xac\x9a\x69\x82\x59\x49\x1c\x96\x47\x9f\ +\x46\x34\xc9\x4c\x03\x5c\x25\xd4\x36\xab\x85\x64\xd2\xca\xc9\x85\ +\xc1\x01\x56\x6f\xc6\xd0\x0a\x60\x84\x04\xb2\x63\xe0\x0d\xa7\x2b\ +\xd2\xd9\x6d\x3b\x5c\xbf\x0c\xcc\x18\xa6\x48\x14\xa4\x97\xd3\x6a\ +\xc2\xc6\xcd\xdd\xdc\x74\x23\x77\x80\xdd\xd4\x59\x17\x18\xdd\xea\ +\x48\x10\xf7\xaf\x7e\xaf\xb7\x9e\x30\x71\xab\xf9\x2a\x06\x81\x81\ +\x76\xeb\xde\x6b\xc7\xf7\xf7\x7c\xc8\x09\x2e\xb7\x8a\xf4\x41\x4e\ +\xa8\x05\xa6\x06\x96\x64\x42\x14\x50\xb7\x5c\x2b\xe7\xeb\x21\xf0\ +\x00\x2f\x60\x23\xb1\xc5\xea\xac\xb7\xee\xfa\xeb\xb0\xc7\x4e\x45\ +\x17\x45\xd4\x6e\xfb\xed\xb8\xe7\xae\xfb\xee\xbc\xf7\xee\xfb\xef\ +\xc0\x07\x2f\xfc\x09\x21\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\ +\x00\x00\x43\x1d\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\xe1\x00\x00\x00\xe1\x08\x06\x00\x00\x00\x3e\xb3\xd2\x7a\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ +\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\ +\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xe3\x09\x0c\x0e\x13\x0c\x79\x05\x3e\xf6\x00\x00\x00\x1d\x69\x54\ +\x58\x74\x43\x6f\x6d\x6d\x65\x6e\x74\x00\x00\x00\x00\x00\x43\x72\ +\x65\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x47\x49\x4d\x50\x64\ +\x2e\x65\x07\x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xed\x7d\x7b\ +\xb0\x1c\xd5\x79\xe7\xef\xeb\xee\x79\xdc\x3b\x33\x7a\xd8\xba\x88\ +\x6b\xc0\x91\x62\x5e\x89\x57\xb2\x02\x71\x59\x2e\x01\x76\x40\x26\ +\x54\x76\x8d\x8d\xb5\x95\xa4\x1c\x1b\x27\x26\x89\x5f\xec\xa6\xfc\ +\xc0\xb5\x55\x7e\xa4\x36\xd9\x25\x5e\xdb\xa5\x4a\x52\x9b\x5a\x62\ +\x70\x62\xaf\x95\x47\xa5\x82\x6c\xe4\x14\x09\x82\x50\x41\xbe\xb2\ +\xa5\x14\x17\x10\x6c\x6d\x01\x32\x96\x23\x1b\x01\x97\xb0\x60\x66\ +\xe6\xde\x79\x74\xf7\xd9\x3f\x6e\x9f\xce\x99\x9e\xf3\xea\x99\x9e\ +\xb9\x33\xf7\x76\x57\x4d\xd9\xa8\xe7\x4e\x9f\xee\x73\xbe\x3e\xdf\ +\xf7\xfd\xbe\xdf\xef\x03\x63\x0c\x41\x10\xe0\xd0\xa1\x43\xd8\xb3\ +\x67\x0f\x00\x60\xe7\xce\x9d\xb8\xfd\xf6\xdb\xb1\xbc\xbc\x0c\xc6\ +\x98\xf6\x13\x86\x21\xc2\x30\x34\x7e\xc7\xe6\x77\x86\xfd\x8e\xed\ +\x58\xf2\xf1\x8e\x76\xbc\xf9\xb3\x4b\x37\x16\xf2\x7d\x1f\xbf\xf2\ +\x2b\xbf\x82\xbb\xef\xbe\x1b\xc9\xe3\xf5\xaf\x7f\x3d\x1e\x7a\xe8\ +\x21\xec\xd8\xb1\xa3\xef\x1c\xff\x61\x00\x70\x1c\x07\x44\xa4\xfd\ +\x8e\xeb\xba\x90\x1d\x7c\x70\x44\x64\xfc\x8e\xe3\x38\x70\x1c\x47\ +\xfa\x9d\x20\x08\xc0\x18\x83\xeb\xba\xc6\xb1\xe8\xc6\x1b\x04\xc1\ +\xd0\x63\xc9\x7a\xbc\xaa\xb1\x64\x35\x5e\xd3\x58\xa6\x6d\xbc\xd3\ +\xb6\x36\x9d\x3f\xff\xf3\x3f\x97\x1a\x20\x00\x9c\x3d\x7b\x16\xd7\ +\x5e\x7b\x2d\x9e\x7b\xee\xb9\xbe\x1b\xf0\x7d\x3f\xbe\xb8\xec\x87\ +\xc3\x30\x8c\xbf\xa3\xba\x81\x20\x08\xd0\xed\x76\xb5\x0f\xc2\xf7\ +\x7d\x74\xbb\x5d\x10\x91\xf2\x26\xbb\xdd\x2e\x7c\xdf\xd7\x3e\x70\ +\xdb\xf1\xf2\x87\x65\x1a\xaf\x6a\x2c\xb6\xe3\xd5\x8d\x25\x39\x5e\ +\xd5\xe4\x67\x31\x5e\xd3\xb3\x13\xc7\xab\x5b\xf4\xa6\xf1\x06\x41\ +\x60\x1c\xef\xb8\xe7\x7a\x12\xd6\x26\x00\xd0\xfc\xfc\x7c\x8f\x91\ +\x79\x9e\x17\x5f\x80\x1f\xdb\xb7\x6f\xc7\xa3\x8f\x3e\x8a\xf9\xf9\ +\x79\x30\xc6\xd0\x6e\xb7\xc1\x18\x43\xa9\x54\x92\x5e\x3c\x0c\x43\ +\xb4\xdb\x6d\x10\x11\x4a\xa5\x92\xf4\xe2\xfc\x06\x3c\xcf\x43\xa1\ +\x50\xd0\xde\x80\xee\x3b\xed\x76\x1b\x61\x18\xa2\x58\x2c\x4a\x1f\ +\x96\x38\xde\x72\xb9\xac\x9c\x94\x76\xbb\x0d\xc7\x71\x50\x2a\x95\ +\xb4\x0f\xdc\x66\xbc\x85\x42\x21\x7e\x8e\xaa\xf1\xaa\x9e\x1d\x63\ +\x0c\xad\x56\x4b\xfb\xec\x82\x20\x40\xa7\xd3\xd1\x8e\x37\xcd\xb3\ +\xd3\x8d\xb7\xd5\x6a\x0d\x3d\xd7\x59\x8f\x37\x8b\xb9\xce\x6a\x6d\ +\xda\xcc\xb5\x6e\xbc\x8c\x31\xf4\x8c\x40\x66\x80\xe2\x71\xee\xdc\ +\x39\x6c\xdb\xb6\x0d\x9d\x4e\x07\x33\x33\x33\xd2\x49\x09\x82\x20\ +\x5e\x44\x33\x33\x33\xd2\x9b\xec\x76\xbb\x68\xb7\xdb\xf0\x3c\x0f\ +\xe5\x72\x59\x79\x03\xdd\x6e\x17\xa5\x52\x49\xf9\x20\x56\x56\x56\ +\x10\x86\x21\xca\xe5\xb2\xf2\x26\x97\x97\x97\x01\x00\xb3\xb3\xb3\ +\xca\x05\xb2\xb2\xb2\x02\xd7\x75\x31\x33\x33\xa3\x7c\xe0\xa6\xf1\ +\xb6\x5a\x2d\xf8\xbe\xaf\x1d\x2f\x8f\xb1\x55\xe3\x0d\xc3\x10\x2b\ +\x2b\x2b\xda\xf1\xfa\xbe\x8f\x56\xab\x65\x35\xde\x42\xa1\xa0\x5c\ +\xf4\xa6\xf1\x32\xc6\xb0\xb2\xb2\x02\xc6\x98\x72\xae\xf9\x78\x75\ +\x73\xcd\xc7\x9b\xd5\x5c\x97\x4a\x25\xe9\xa2\xb7\x19\xef\xa4\xad\ +\xcd\x20\x08\x56\xdd\x58\xd9\x43\x53\x1d\x7b\xf7\xee\xc5\x99\x33\ +\x67\x50\xa9\x54\x26\xe2\x26\x83\x20\x40\xa9\x54\x32\x1a\xa0\x6a\ +\x2c\xdc\x00\x1d\xc7\x19\x8b\x01\xea\x26\x65\x52\x0d\xb0\x5c\x2e\ +\x6b\x0d\x50\xf7\x7c\xc5\xf1\x9a\xe6\xba\x50\x28\x58\xcd\xb5\xca\ +\x00\xf9\x0b\xce\xc6\x00\x55\xcf\x77\x9c\x6b\xb3\xd3\xe9\xc4\x61\ +\x82\x63\x6b\x80\x9e\xe7\xe1\xec\xd9\xb3\xb8\xe1\x86\x1b\xfa\x62\ +\x44\xdb\xb7\x62\xd6\x37\x59\x2e\x97\xb5\x93\xc2\x17\x88\x6a\x52\ +\xb8\x01\xce\xce\xce\x8e\xc5\x00\x67\x66\x66\x94\x93\x62\x6b\x80\ +\x36\x2f\x8c\x2c\x0c\x70\x1c\x2f\x0c\xd1\x00\x55\xe3\xb5\x99\x6b\ +\xf1\x65\xa0\x9b\x6b\xbe\x36\x07\x9d\xeb\x34\x6b\x73\x66\x66\x46\ +\x39\xde\x56\xab\xd5\x13\x6b\x12\x2c\x8e\xa4\x9b\xca\x0d\x72\x7e\ +\x7e\x3e\x9e\x94\xe5\xe5\xe5\x78\x81\xe8\x0c\xd0\x66\x52\x6c\x77\ +\x14\x93\x01\x9a\x5c\xd0\x49\x30\xc0\x71\xee\x80\xe2\x1b\xda\x64\ +\x80\xb3\xb3\xb3\xca\x1d\xd0\x34\xd7\x69\x0c\x30\x8b\x97\x2d\x63\ +\xcc\x6a\xbc\xc3\xcc\x75\x9a\xb5\xa9\x7b\xd9\x2e\x2f\x2f\xf7\x6d\ +\x54\x4e\x5a\x03\xe4\xff\xff\x92\x4b\x2e\x89\x77\x44\x5b\x03\xf4\ +\x3c\x6f\xe8\x49\xb1\x35\x40\x1b\x17\x74\x23\x19\x60\xab\xd5\xb2\ +\x32\x40\x9b\x18\x30\x2b\x03\xb4\x71\x41\x6d\x5f\xb6\xaa\x1d\x50\ +\x5c\x9b\xa3\xde\x01\x4d\xde\x83\x6a\x6d\x3a\x69\x0d\x90\x1f\xcd\ +\x66\x13\xfb\xf6\xed\xc3\xd3\x4f\x3f\x8d\x52\xa9\x34\x36\x3f\x7b\ +\xbd\xb8\xa0\x93\x1c\x03\x9a\xc6\x9b\x95\x01\x0e\xe3\x82\xda\xcc\ +\x35\x77\xdf\x27\x61\x6d\xea\x9e\x1d\x0d\x62\x80\xe2\x31\x3f\x3f\ +\x8f\xc5\xc5\xc5\xd8\x35\x1d\x85\x0b\xba\x1e\x63\x40\x93\xcb\x2c\ +\xc6\x80\xa6\xf1\x8e\xcb\x05\xd5\x25\x35\xc6\x1d\x03\x0e\xeb\x32\ +\x8f\x22\x06\xb4\x49\x10\xca\xc6\x4b\x43\x18\x20\x45\x9f\xdf\x8d\ +\xfe\xfb\xbf\xae\x5e\x93\xb1\x51\xf8\xd9\x79\x0c\x98\xc7\x80\xe3\ +\x7c\xd9\x66\x19\x03\xea\xe6\x5a\x6a\x84\x29\x0c\xf0\x1d\x00\xee\ +\x4b\xfc\xfb\x2f\x32\xc6\x8e\xe6\x2e\xe8\xe4\xbb\xa0\xe3\xc4\x2d\ +\xc7\xed\x82\x4e\x4b\x86\x9e\x97\xcd\x51\x5a\x03\xf4\x3c\x0f\xbe\ +\xef\x13\x80\x10\x00\x03\x40\x44\x84\x68\x07\x24\x00\xef\x6e\xb5\ +\x5a\xf7\x44\x01\x3e\xf1\x9d\x31\x77\x41\xed\x5d\xd0\x71\xc5\x80\ +\xe3\x78\x61\xac\x67\x03\x1c\xc6\x05\x0d\xc3\x10\x41\x10\xc0\x75\ +\x5d\x78\xb2\x07\x6b\x8a\x13\x01\x7c\x92\xef\x88\xbc\x9e\x30\x08\ +\x02\x6e\x70\xdf\x2a\x97\xcb\x1f\x06\xd0\x64\x8c\x1d\xca\x0d\x30\ +\x77\x41\xb3\x30\x40\x13\x0c\x61\xca\xda\x4e\x92\x01\xf2\xba\x54\ +\xcf\xf3\x56\x6b\x4a\x91\xe2\x88\x76\x41\x44\x3b\x20\x23\x22\x72\ +\x5d\x57\x65\xb8\xcf\x32\xc6\x2e\x24\xa2\x78\x37\xcc\x63\xc0\xf5\ +\x55\x8a\x36\x69\x31\xe0\xa8\x0d\xd0\xb4\x36\x6d\xe6\x3a\x08\x82\ +\x78\x1e\xf9\x75\x1c\x1b\xe3\x3b\x78\xf0\xa0\x6c\x97\x24\x5e\xff\ +\x26\x3b\x5c\xd7\xdd\x46\x44\x9f\xe3\x06\x58\x28\x14\x28\xc7\x01\ +\xd7\x57\x29\xda\xb8\x70\xc0\x49\x81\x21\x4c\x6b\xd3\xf4\xec\xc4\ +\xb5\x29\x5e\xc7\x6a\x27\x5c\x5c\x5c\x44\xb5\x5a\xc5\x65\x97\x5d\ +\x16\x5f\xd3\x12\x5f\x6c\x3b\x8e\xf3\x92\xe3\x38\xff\xe9\xe5\x97\ +\x5f\x3e\x9c\xc7\x80\xa3\x81\x21\xd6\x63\x0c\x68\xb3\x63\x4f\x13\ +\x0c\xa1\x5b\x9b\x56\x60\x3d\x00\x5c\x7a\xe9\xa5\x58\x5c\x5c\xb4\ +\x72\x59\x85\x5d\xb3\x14\x86\xe1\xeb\x5c\xd7\xbd\xfb\x75\xaf\x7b\ +\xdd\xb5\xba\x05\x9d\x45\x75\xc4\x24\xed\x80\x69\x92\x30\xc3\xe2\ +\x80\xb6\x06\x38\x3b\x3b\xab\x1d\x6f\x56\x38\x60\xa9\x54\x1a\x3a\ +\x06\xe4\xcf\xd7\xa6\x14\x6d\xd4\x2e\xa8\xad\x01\x0e\xba\x36\x1d\ +\x1b\x03\xe4\xc7\x15\x57\x5c\xa1\x35\x44\x55\x76\xb5\xdd\x6e\xa3\ +\x5e\xaf\x57\x72\x17\x34\x7b\x17\x34\x2f\x45\xc3\x48\x77\x40\x5b\ +\xaa\x9c\x69\x6d\xea\x5e\xb6\x4e\x1a\x63\xe2\x86\xa8\x88\x01\x75\ +\xd9\x55\x46\x44\x47\x88\x68\x3f\x11\x5d\x92\x67\x41\xc7\x0b\x43\ +\x98\x70\xc0\xac\x92\x30\x1b\xad\x14\x2d\x6d\xd2\x48\x6a\x18\x8c\ +\xf5\x43\x14\x26\xac\x90\x53\xfe\x93\x06\x48\x44\xca\xbf\x71\x5d\ +\x97\x88\x88\xf9\xbe\x7f\x3f\x8f\x45\x89\x88\xea\xf5\x3a\xcb\xe9\ +\x48\x6b\x0b\x43\x4c\x8a\x01\xf2\x1d\xdb\x16\x86\x18\xf5\x0e\x38\ +\xca\x18\x50\xbc\xa7\xbe\x9d\xd0\xc6\x00\xdb\xed\x76\x5a\x03\xe4\ +\xe7\xe3\x59\x26\xa2\x5b\x5a\xad\x16\x2b\x97\xcb\xd8\xb2\x65\x0b\ +\xe5\x31\xe0\xda\xe1\x80\x93\x12\x03\xea\x0c\x50\x74\x41\xa7\x29\ +\x06\xd4\xcd\xb5\xef\xfb\xb1\xe8\x95\x35\x58\xcf\xf5\x3b\xc4\x07\ +\x49\x44\xb6\x06\x98\x3c\x75\xd7\xec\xec\xec\x1b\xab\xd5\xea\x93\ +\x8d\x46\xe3\x2b\x11\x7c\xc1\xf2\x18\x70\x7c\x31\x60\x96\x3b\xe0\ +\x38\x61\x88\x69\x89\x01\x4d\x3b\x76\x10\x04\x28\x14\x0a\xfd\x46\ +\x68\xda\x01\x93\x37\xa9\xc0\x09\x79\x29\x1b\x23\x22\x92\xfd\x66\ +\x74\x83\x1f\x5f\x5e\x5e\x6e\x17\x8b\x45\x74\xbb\xdd\xaf\xac\x77\ +\x17\x34\x2f\x45\xd3\xe3\x6a\x83\xc6\x54\xd3\xe6\x82\x76\xbb\xdd\ +\xf8\xd9\xf1\xeb\x58\x81\xf5\xbe\xef\x2b\x75\x42\x24\xa5\xa1\x04\ +\xe0\x32\xc6\x18\xf9\xbe\xcf\x54\xbb\x63\xb4\x43\x96\x7c\xdf\xbf\ +\x7c\x23\xb8\xa0\xc3\xc6\x80\x1b\x11\x86\x18\x67\x25\xcc\xa8\x61\ +\x08\x71\xbc\xae\xeb\xf6\x8c\xc5\x0a\x27\xd4\x49\xbf\x29\x8e\xa7\ +\x01\xec\x46\xa2\x18\x40\xd4\xad\xe4\x3b\x24\x63\xec\xe3\x44\x74\ +\x0b\xff\xef\xbc\x14\x2d\x87\x21\x92\x30\xc4\xb8\x4a\xd1\x06\x7d\ +\xd9\xda\xc4\x80\xe2\x78\x93\x73\x6d\x85\x13\xda\x1a\x60\xe2\xa1\ +\x3f\x01\xe0\x1a\x9d\x01\x8a\x31\x62\xb1\x58\x64\xd5\x6a\xf5\xe2\ +\xdc\x00\xd3\xbb\xa0\x39\x23\x7e\xf8\x18\x30\x8b\x52\xb4\x41\x5d\ +\x66\xc7\xc2\x98\xac\x0e\x71\x01\x08\x80\xfe\x77\x00\xdc\xb4\x7a\ +\x3f\x4c\x19\x77\xba\xae\xcb\x27\x64\x47\x0e\x43\xd8\x8f\xd7\x26\ +\x06\xcc\xc2\x65\x1e\x67\x29\xda\x24\xa9\xa2\x8d\x2b\x3f\xe1\xe8\ +\x0c\xd0\x24\x6d\xa1\xca\x82\x5e\x71\xc5\x15\x38\x71\xe2\x04\x8f\ +\x0f\xbf\x05\xe0\x03\x61\x18\x76\x54\x06\x18\xc9\x88\x33\x00\xf7\ +\x13\xd1\xbb\x84\xec\x2b\xe5\xa5\x68\x05\x6d\x4c\x35\x4d\x30\x84\ +\x6e\xbc\xeb\x11\x86\xb0\x19\x2f\x63\x4c\xed\x8e\xaa\x0c\xd0\x06\ +\x27\x5c\x59\x59\xe1\x86\xc8\x89\xbe\xdf\x00\xf0\x9b\x48\x14\x7e\ +\xf3\x1d\x30\xea\x1f\x40\xd1\xf9\x6f\x11\xd1\x87\x88\xe8\x7d\xf5\ +\x7a\x9d\xe5\x31\xe0\xc6\x88\x01\xc7\x99\x05\xcd\xb2\x14\x6d\x98\ +\xf1\xf2\x46\x31\xa9\xc0\x7a\x7e\x93\x26\x9c\x90\xcb\x7b\xbf\xe5\ +\x2d\x6f\xc1\xe2\xe2\xa2\x68\x88\x07\x92\xc6\xcb\x19\xc6\x42\x66\ +\x15\x00\xee\x00\xf0\x85\x52\xa9\x84\x4a\xa5\x42\x79\x0c\xd8\x9f\ +\x05\xcd\x63\xc0\xb5\x77\x41\x87\x31\x40\xde\x64\x87\x88\xec\x65\ +\xf0\x39\x1b\x58\x9c\x10\x15\x9f\x50\x5c\x20\x51\xd1\x37\x37\xc4\ +\x6f\xf2\x64\x0d\x0f\x12\x65\x7f\xef\xba\x2e\x5c\xd7\xdd\x56\x2c\ +\x16\x63\x3e\x62\xad\x56\xa3\xf5\x6c\x80\x93\x08\x43\x64\xc5\x88\ +\x9f\xb4\x18\x70\xd4\x38\xa0\xcd\x78\xf9\x46\xd5\x67\x84\x3a\xb0\ +\x5e\x75\x93\x12\x9c\xb0\x6f\x52\x04\x43\xe4\xc9\x9a\xdd\x61\x18\ +\x6a\x71\xc4\x20\x08\x4a\x00\x3e\x53\x2c\x16\x9f\xdd\xbc\x79\xf3\ +\x7b\xea\xf5\x3a\x5b\xcf\x3b\xa0\xad\x0b\x3a\x8c\xc4\xc3\xb8\x63\ +\x40\x5b\x18\x62\xad\x63\xc0\x64\xbc\x3f\xca\x18\x90\xcf\xb5\xe7\ +\x79\xe9\xc1\xfa\x62\xb1\x68\x84\x2a\x54\x59\x55\xc6\x18\x76\xef\ +\xde\x8d\x85\x85\x05\x11\xbe\x50\xe2\x88\xc2\xcb\xa0\xd4\xed\x76\ +\x5f\xd7\x6e\xb7\xef\xde\xb4\x69\xd3\xb5\x39\x0c\xb1\x3e\x19\xf1\ +\x6b\x1d\x03\x8e\x03\x86\x10\xe7\x3a\xd9\x4e\xcd\x1a\xac\x57\x35\ +\x41\x94\x41\x14\xb2\x49\x69\xb7\xdb\xd8\xb7\x6f\x9f\x08\x5f\x48\ +\x71\x44\xd9\x6e\xcc\xf9\x88\x61\x18\xe6\xcd\x59\x46\xf4\xc2\xd8\ +\xa8\xcd\x59\x26\xa1\x4c\x32\x13\xb0\x5e\xd7\xc1\x55\xdc\xe6\x05\ +\xd7\xb4\x0f\x47\xd4\xb9\xc3\xae\xeb\x32\x22\x3a\x52\x2e\x97\xf7\ +\xcf\xcc\xcc\x5c\xb2\x51\x60\x88\xf5\x5c\x8a\xb6\x1e\x18\xf1\x59\ +\x85\x47\x43\x83\xf5\xbc\x57\x37\x6f\x53\xac\xba\x49\xf1\x81\x0b\ +\x86\x18\xe3\x88\x41\x10\x74\x34\x06\xce\xe1\x8b\xfb\xb1\x5a\x12\ +\xc7\xff\x2d\x87\x21\x72\x46\x7c\x6a\x17\x74\x14\xa5\x68\xc3\x78\ +\x67\x43\x83\xf5\x12\x98\xc1\x0a\x6b\xb9\xe2\x8a\x2b\xb0\xb0\xb0\ +\x60\xc4\x11\xa3\x24\x0d\x18\x63\x3d\x7c\x44\xc6\x18\x23\x22\xca\ +\x4b\xd1\x72\x18\x62\x18\x97\x79\xad\x9b\xc7\x0e\x04\xd6\xf3\x1b\ +\x10\x71\xc2\x24\xcc\x60\x33\x29\x8d\x46\x03\x7b\xf7\xee\x35\xe2\ +\x88\x1c\xd0\x4c\x1c\x77\x11\xd1\x6d\xbe\xef\x33\xdf\xf7\x51\xab\ +\xd5\x28\x2f\x45\x5b\xbb\x18\x30\x2f\x45\x1b\x6c\xae\x7d\xdf\x4f\ +\x0f\xd6\x73\x3f\xdb\x84\x13\xda\xfa\xd9\xae\xeb\x2a\x71\xc4\x30\ +\x0c\x99\xc2\x00\x39\x8e\xf8\x05\xcf\xf3\x8e\xd6\x6a\xb5\x8f\xc9\ +\xa4\xf6\xa7\x31\x06\x9c\xc6\x52\xb4\x8d\xc6\x88\xcf\xca\x00\xbb\ +\xdd\xee\xaa\x01\xca\xda\x65\xeb\xb0\x42\xee\x67\x9b\x70\xc2\xb4\ +\x8c\x78\x19\x8e\xc8\x18\x93\xf6\xb1\x10\x76\x48\x07\xab\x4d\x69\ +\xde\x30\xed\x31\x20\x5f\xf4\xeb\x95\x11\xbf\x91\x4a\xd1\x6c\x0c\ +\xb0\xd5\x6a\x21\x0c\xc3\x74\x38\xa1\x69\x52\x92\x3b\xe9\x20\xdb\ +\x7c\x22\x6b\x6a\x8b\x23\x02\xc0\xc7\x89\xe8\x96\x69\x8e\x01\x6d\ +\x38\x6d\x79\x73\x96\xc9\x2f\x45\x4b\x93\x9f\x28\x14\x0a\xf1\x58\ +\xac\x8c\x10\x80\xd1\x00\x55\x38\x61\x1a\x3f\x7b\xd7\xae\x5d\x9c\ +\x7d\x91\x0a\x47\x04\x70\x97\xe7\x79\xac\x54\x2a\xed\xca\x4b\xd1\ +\x26\xab\x14\x6d\x9a\x95\xb1\x47\x65\x80\xa5\x52\xa9\x67\x2c\x56\ +\x60\xbd\x6a\x62\x4d\x38\x61\xda\x9b\x0c\x82\x80\x17\x7d\x5b\xe3\ +\x88\x5c\xd7\x3f\x08\x02\xe6\x38\xce\xe3\x17\x5e\x78\x61\x31\x2f\ +\x45\x1b\x5d\x0c\x68\x0b\x43\x8c\x2b\x06\xb4\x85\x21\xd6\x3a\x06\ +\xd4\x6d\x0e\xa9\x14\xb8\xd3\xe0\x84\xc3\xbc\x65\x6c\x71\x44\x9e\ +\xdc\x61\x8c\x81\xc3\x15\x2f\xbf\xfc\xf2\x0d\xfc\x26\x45\x2c\x31\ +\x2f\x45\x5b\x9f\xa5\x68\xd3\x00\x43\x98\xbc\x33\x2b\x05\xee\x17\ +\x5e\x78\x01\x2f\xbe\xf8\x22\x9e\x7b\xee\x39\x3c\xf7\xdc\x73\x46\ +\x9c\x30\x8b\x6d\x3e\x91\x35\xed\xc3\x11\x45\x03\x14\xb2\xa8\x0c\ +\xc0\x3d\x9c\x8f\xc8\x13\x3b\x79\x29\xda\x68\x4b\xd1\x72\x18\x62\ +\x70\x03\x04\x06\x6f\x97\xcd\x44\x9c\x90\x31\xd6\x93\x25\x7d\xea\ +\xa9\xa7\x68\xe7\xce\x9d\xe8\x76\xbb\x43\xb3\x8e\xff\xf9\x9f\xff\ +\x19\x7b\xf7\xee\xe5\x15\x33\x37\x01\x38\x0c\xac\x96\xd2\x25\x0c\ +\xb0\x67\x87\x0c\xc3\x30\xee\x8f\xd8\x68\x34\xd8\xb8\x62\xc0\xf5\ +\xd8\x23\xde\xe4\x32\x8b\x2e\xe8\x28\x0d\x30\x8b\x4e\x58\x93\x26\ +\x97\xa2\xc4\x09\x6d\xe2\x44\xfe\x23\x61\x18\xf6\x19\xc1\x65\x97\ +\x5d\x86\x27\x9e\x78\x62\xe8\x9b\x6c\x36\x9b\x49\x62\x70\x8c\x23\ +\xfa\xbe\x2f\xc5\x11\x39\x5b\x3f\xea\x8f\xf8\xd9\x4e\xa7\xc3\xaa\ +\xd5\x2a\xe5\xa5\x68\xa3\x8d\x01\x27\x09\x86\x98\x84\x52\x34\x1b\ +\x03\xe4\x1b\x9d\x94\xd4\xab\xda\x05\xd3\xd4\x94\xde\x7a\xeb\xad\ +\x52\x0c\x31\xed\x4d\xa6\xc1\x11\xc5\x04\x51\xc4\x47\xfc\xfd\x62\ +\xb1\x78\x5b\x54\xe2\x36\x31\x31\x60\x5e\x8a\x36\x9a\x1d\x7b\x5a\ +\x62\x40\xc6\x18\x3a\x9d\x0e\xd7\x56\xb2\x6f\x97\x9d\x70\x53\x99\ +\xea\x3b\xd1\x79\x8a\xdc\x52\x5c\x7a\xe9\xa5\x99\xdd\xe4\x23\x8f\ +\x3c\x82\x2b\xaf\xbc\x92\xff\xe7\x2e\x00\x8f\xcb\x0c\x30\xf1\x12\ +\xf1\x01\x78\x00\xae\x63\x8c\x3d\x28\x8b\x01\x27\xa5\x37\xc4\xa4\ +\xc0\x10\x59\xb8\xcc\x1b\x1d\x86\xd0\x65\xe8\xf9\x3c\x16\x8b\x45\ +\xb9\xbc\x85\x4d\xa2\xc6\x16\x27\x7c\xf1\xc5\x17\x33\xbd\x49\x41\ +\xc5\xad\x07\x47\xe4\x32\x01\x8a\x31\xf2\x95\x56\x91\x2d\xe8\xbc\ +\x39\x4b\xba\x18\x70\x23\x33\xe2\xb3\x22\x0a\x10\x51\x6c\x80\xd2\ +\xc4\x8c\xa5\x01\x4a\xdd\x40\xe1\x3b\x3f\x05\xa0\x68\xf8\xe9\x0e\ +\x63\xec\x6c\xda\x9b\x2c\x16\x8b\x58\x5c\x5c\xc4\xde\xbd\x7b\xf9\ +\x3f\xbf\x1b\xc0\x61\xd7\x75\x49\x56\xc7\x1a\x41\x28\x2c\x08\x02\ +\x62\x8c\xbd\x03\xc0\xbf\xd4\xeb\xf5\xd3\xa3\x76\x41\xf9\x78\x6d\ +\x5d\xd0\x69\xab\x84\x19\x07\x0c\xb1\x51\x7a\x57\xd2\x80\x3b\x20\ +\x4b\x26\x42\x78\x45\x78\x74\x4e\xa4\x1d\x41\x55\x5f\x0d\x60\x3f\ +\x80\x97\x57\x56\x56\x9e\x4c\x7b\x93\x91\x6b\xca\xb3\xa6\xef\x07\ +\x70\x57\xd2\xf0\x39\x86\x19\x25\x70\xe2\x71\x75\xbb\x5d\x2a\x14\ +\x0a\xd2\xda\xd4\xbc\x47\xfc\x64\x95\xa2\xad\x17\x17\x54\x37\xd7\ +\xce\x00\x06\xd8\x83\x11\x4a\xa8\x4c\x24\x1a\xa8\xa6\x9a\x66\x96\ +\x88\xbe\x0b\xe0\x77\x06\xb9\x49\x1b\x1c\x51\x30\xc0\x9e\x71\x15\ +\x0a\x85\x98\x8f\x38\x88\x0b\xba\x51\x19\xf1\xe3\x30\xc0\x69\x62\ +\xc4\x67\x61\x80\xd6\x60\xbd\xee\x08\x82\x40\x0a\x53\x18\xf8\x80\ +\xa2\xf4\xfd\xb5\xb5\x5a\x6d\xef\x20\x37\x29\x31\xc4\x03\xa2\x11\ +\xaa\xae\xed\x38\xce\x5d\x44\x74\x1b\xdf\x09\x89\x88\x72\x18\x62\ +\x63\x36\x67\x59\x6b\x03\x94\x1a\xa1\xcc\x00\x8f\x1c\x39\x82\x33\ +\x67\xce\xe0\xcc\x99\x33\x78\xea\xa9\xa7\xfa\xc0\x46\x99\x81\x99\ +\x0c\x90\x57\xda\x00\xb8\x14\xc0\x5b\x06\xbd\xc9\x48\xc5\xad\x0f\ +\x47\x0c\x82\x80\x19\x8c\xff\x0b\x44\x74\x94\x88\x3e\xd6\xe9\x74\ +\x58\x0e\x43\xe4\xcd\x59\xc6\x6d\x80\x61\x18\x22\x0c\x43\x3b\x52\ +\xef\x05\x17\x5c\x80\x1d\x3b\x76\x60\xc7\x8e\x1d\xb8\xe8\xa2\x8b\ +\xb4\x3b\xa3\x98\xa4\xd1\x19\x60\xe2\xbc\x3b\x08\xd6\xb2\xb2\xb2\ +\x22\xaa\xb8\xf5\xe1\x88\x86\x04\x52\xcc\x47\xe4\xd4\x92\x9c\x11\ +\xaf\x76\x41\xc7\x91\x84\x59\x2f\xa5\x68\x36\x65\x92\x62\xa9\xa7\ +\xb5\x02\x37\x00\x34\x1a\x0d\x55\x92\x45\x95\x25\xb5\x39\x7f\x07\ +\x63\xec\x60\xda\xb7\x8c\x41\xc5\xad\x8f\x8f\xa8\x19\xdb\xc7\xcb\ +\xe5\xf2\x2d\x79\x73\x96\xc9\x84\x21\x26\x8d\x11\x9f\x85\x5a\x43\ +\x10\x04\x3d\x60\xbd\xb5\x02\xb7\x09\xd8\x1e\xc0\x00\x19\x80\x10\ +\xc0\x4a\x56\xdb\xbc\xc4\x10\x7b\x70\x44\xcd\x0b\xe6\xae\x99\x99\ +\x19\x56\xa9\x54\x76\xe5\x31\xe0\xc6\x6c\xce\x32\x4e\xc1\x30\xde\ +\xad\x37\xd6\xf5\xb5\x01\xeb\x75\xed\xb2\x15\x06\x76\x3a\x09\x7f\ +\x48\x30\xbc\x33\x8c\xb1\xeb\x79\x62\x84\x31\xc6\xb2\xb8\xc9\x48\ +\xc5\x0d\x57\x5d\x75\x15\x77\x4d\x6f\x0a\xc3\xf0\x70\x18\x86\xd2\ +\xa8\x98\x67\x51\x5b\xad\x16\x73\x5d\xf7\xf1\x52\xa9\x54\x6a\xb7\ +\xdb\x9d\xac\x61\x88\x69\x8c\x01\xc7\xe5\x82\x66\x01\x43\x4c\x8b\ +\x01\xb6\x5a\xad\xbe\xce\xd7\xd6\xc5\xa0\xaa\xc1\x89\x49\x18\xe1\ +\x01\x5e\x6a\x73\x93\xdc\xf8\xb2\x32\x40\x7e\x93\x6f\x7d\xeb\x5b\ +\xb1\xb8\xb8\xc8\x71\xc4\x6f\x01\xf8\x80\x0c\x47\x14\x99\x18\x00\ +\x28\x08\x02\x04\x41\x70\x83\xef\xfb\x47\xb8\x8a\x9b\x2c\xbb\xb3\ +\x16\x6c\x88\xac\x62\x40\x5b\x02\xf1\x34\x19\xe0\xb4\xb5\xce\x4b\ +\x8e\x65\x28\x66\xbd\x88\x13\xaa\x62\x45\xdd\x4d\xf2\x05\x9e\xf5\ +\x4d\x3a\x8e\x63\x85\x23\x4a\xa8\x50\x0c\xc0\x3d\x85\x42\xe1\x43\ +\xb5\x5a\xed\x7d\x3a\x03\x9c\x36\x46\x7c\x5e\x8a\x36\x19\x06\x28\ +\x9b\xeb\xa1\x99\xf5\x83\x1a\xe0\x38\x6e\x72\x00\x1c\x91\x22\xf7\ +\xf4\x0e\x00\x5f\xe0\xbb\xb5\x0a\x86\xc8\x19\xf1\xd9\xc7\x80\xeb\ +\x0d\x86\xb0\x99\xeb\xa1\xc0\x7a\x15\x4e\x38\xce\x54\xaf\x89\x11\ +\xaf\xd2\x35\x95\xe1\x88\x3c\x3e\x8c\x16\xeb\x36\x22\xfa\x2c\xaf\ +\xac\xc9\x9b\xb3\xe4\x30\xc4\xa0\x6b\x53\x37\xd7\x8c\xb1\xfe\x98\ +\x50\x66\x80\x0f\x3d\xf4\x10\x5e\x78\xe1\x05\xeb\x1e\xf6\x61\x18\ +\x4e\x94\x34\xfd\xae\x5d\xbb\xb0\xb8\xb8\xc8\x22\x1a\x14\xc7\x11\ +\x1f\x87\x50\xe7\x2a\x18\x1f\xbf\xcf\x12\x80\xdf\x27\xa2\x36\x63\ +\xec\x4b\x69\x60\x88\x69\x61\xc4\x67\xd5\xf0\x72\xa3\x31\xe2\xb3\ +\x5a\x9b\x41\x10\xac\x86\x74\x83\xec\x80\x30\xf0\x09\x0f\x1d\x3a\ +\x44\xbf\xf6\x6b\xbf\xa6\xfc\x63\x9b\x05\x3d\x0a\x51\x26\x15\x1f\ +\x51\x62\x80\x3d\x97\x8a\x12\x58\xd7\xf9\xbe\xff\xa0\x89\xa2\x32\ +\x2d\x59\x50\x53\xcc\x3a\x8a\x52\x34\xd9\x78\x6d\xe6\x7a\x1a\x61\ +\x08\xd3\x5c\xf3\x62\x15\xcf\xf3\xec\xc1\x7a\xcf\xf3\xe2\x8f\x2a\ +\x4b\xca\x8f\xf7\xbd\xef\x7d\xf8\xf6\xb7\xbf\xad\xbc\x49\xc6\x18\ +\xaa\xd5\x2a\x00\xe0\x87\x3f\xfc\x61\x0f\xef\x70\x94\xaa\x68\x2a\ +\x1c\x51\x77\xef\x8e\xe3\x78\xd1\x42\xae\xe4\xa5\x68\x83\xc7\x80\ +\x1b\xa5\x14\xcd\x76\x6d\xfa\xbe\xdf\xc3\x83\x35\x1e\x12\x03\x64\ +\xe2\xc7\x75\x5d\xe6\x79\x9e\xf8\x6f\xd8\xbe\x7d\x7b\x5c\x61\xc3\ +\x3f\xcd\x66\x33\xfe\xb7\x83\x07\x0f\x62\x7e\x7e\x3e\xbe\xc6\x81\ +\x03\x07\xf0\xd4\x53\x4f\xa1\xdb\xed\xa2\xd1\x68\xc4\x45\xe1\xc9\ +\x4f\xb7\xdb\x45\xbd\x5e\x47\xb3\xd9\x94\x9e\xe7\xd2\x01\xf5\x7a\ +\x1d\xad\x56\x4b\x7a\x5e\x30\x44\x60\x95\x8f\x18\x26\xef\x09\x00\ +\x73\x1c\x87\x79\x9e\xc7\x3c\xcf\x0b\x89\x88\x01\xd8\xef\x79\xde\ +\x25\xfc\x77\x82\x20\x40\xbd\x5e\xb7\x1a\x2f\x7f\xf9\xc8\x3e\xad\ +\x56\x4b\x3b\x5e\x6e\x5c\xf5\x7a\x3d\xee\x61\x90\xfc\x84\x61\x88\ +\x66\xb3\x89\x7a\xbd\x1e\x27\x9c\x92\x1f\x3e\xde\x66\xb3\xa9\x1c\ +\x2f\x7f\x76\x3c\x01\xa5\x1b\x6f\xa7\xd3\x31\x8e\x97\xbf\xf1\x65\ +\xe3\x6d\x34\x1a\x68\x34\x1a\xca\xf1\xfa\xbe\x6f\x3d\xd7\xba\xf1\ +\xae\xac\xac\x18\xc7\xcb\x9f\x9d\xcd\x78\x87\x5d\x9b\xcd\x66\xb3\ +\x67\x2c\xd6\xa4\xde\xc4\x4e\xc1\x64\x38\xa1\x90\xe8\xf8\x05\x00\ +\x05\xc3\x4f\x13\x80\x25\x00\x8f\x89\xff\xf8\xc0\x03\x0f\xe0\xba\ +\xeb\xae\x53\x6e\xe1\x59\x68\xc2\x48\x54\xdc\xfa\xf8\x88\x12\x49\ +\x45\x06\x80\x5c\xd7\x45\xa5\x52\xb9\xe6\xe5\x97\x5f\xfe\xce\xa4\ +\xc5\x80\xe3\x48\x6a\x8c\x3b\x06\x5c\x4f\x2e\x28\x1f\x6f\x1f\x5e\ +\x3e\x80\x01\xc6\x46\x48\x44\x70\x5d\x57\x29\x3b\xa8\xcb\xa0\x46\ +\x64\xdf\xe7\x01\xfc\x07\x00\x8b\x82\x3e\x0d\x16\x16\x16\xb0\x6f\ +\xdf\xbe\x1e\x40\x3f\x6b\x51\xa6\x6a\xb5\x2a\x23\x06\x7f\x5d\x80\ +\x29\x94\x10\x4c\xa9\x54\x42\xbd\x5e\xa7\x62\xb1\x48\x61\x18\xb2\ +\x3c\x06\x1c\xcd\x78\xd7\xa3\x01\xca\xe6\xda\x19\xc0\x00\x8d\x38\ +\x61\x22\xd5\x2f\x8b\xb3\x38\xa8\x7e\x3e\x80\x5f\x8f\x0c\x30\xbe\ +\xbb\xab\xae\xba\x0a\xc7\x8f\x1f\x8f\x01\x7d\x22\x7a\x67\xa1\x50\ +\xf8\x8b\x5a\xad\x56\xc8\x4a\x92\xc2\x84\x23\xea\xee\xad\xdb\xed\ +\xfa\xc5\x62\xf1\xd3\x5c\xc5\x2d\x49\x0e\x9e\xd4\x18\x30\x6f\xce\ +\x32\x79\x06\xa8\xdc\x09\x2d\x0c\x50\x49\xa5\x48\xc8\x0e\x2a\xc9\ +\xbe\xc2\xf9\x7f\xc5\x6a\x59\xd9\xbd\x92\x9f\x7b\x03\x80\xaf\x01\ +\xb8\x18\xc0\xf9\x00\x8e\x03\xe8\x32\xc6\x7e\x81\xef\x90\xb6\x06\ +\xa8\x13\x65\x4a\xec\x88\x57\x03\x38\x16\xfd\x3c\xc9\x5e\x2e\xd1\ +\xb8\x43\x00\xff\x08\xe0\x1e\xc6\xd8\x9f\x4c\xa2\x01\xe6\xaa\x68\ +\xd3\xd1\xbd\x79\xe8\x76\xd9\x2a\x03\x93\xf1\x09\x15\xe7\xb7\x41\ +\xde\x63\xf0\xf5\x11\x84\x70\x55\x64\x80\x70\x5d\x77\x1f\x80\xb7\ +\x13\xd1\x29\x0e\xa2\x67\xc1\x88\x8f\x54\xdc\xb4\x7c\x44\x89\x5c\ +\x46\x5f\x7f\xc4\xb5\x68\xce\xa2\x5b\xd0\x79\x73\x96\xc9\x37\xc0\ +\x81\xda\x65\xdb\x1a\x60\xca\xf3\xb2\x1d\xb9\x00\x60\x56\xf6\xf7\ +\x00\x76\x13\xd1\xa9\xac\x18\xf1\xcb\xcb\xcb\xb8\xf2\xca\x2b\x93\ +\x72\x8a\xbb\x93\x40\xbe\xa2\x44\xef\xe3\x44\xf4\x41\x7e\xad\xbc\ +\x39\x4b\x0e\x43\xd8\x1a\x20\x5f\x4f\x56\xcc\xfa\x85\x85\x05\xb4\ +\x5a\x2d\x2c\x2d\x2d\x61\x69\x69\x49\x1a\xe3\xe9\x0c\xd0\x70\xfe\ +\x8f\x00\xfc\xb1\xce\xc0\x15\x7c\xc0\xdd\xc5\x62\xf1\xa1\xac\x54\ +\xd1\x1c\xc7\x49\xb6\x65\xeb\xc1\x11\x35\x7a\x35\x70\x1c\xe7\xab\ +\x44\x74\x63\xad\x56\x2b\xe5\xa5\x68\xd3\xeb\x82\x8e\xb3\x71\x10\ +\xef\x7c\x2d\x15\xff\x95\x19\x11\x7f\xc8\xb3\xb3\xb3\xd8\xba\x75\ +\xab\x34\x09\xa3\xdb\x3d\x79\x19\x5b\xe2\xfc\xd3\x00\x7e\x04\xe0\ +\xff\xe9\x5c\x62\x71\x17\x92\x1c\xd7\x94\xcb\xe5\xc3\x8e\xe3\x90\ +\x6c\x81\xa4\x51\x45\xe3\xf7\x90\x00\xf4\x39\x1f\x91\x69\x0c\x90\ +\xc3\x17\xf7\x00\x68\x11\x51\x71\x94\x2e\xa8\x8d\x2a\xda\xb4\x31\ +\xe2\x27\x25\x06\x4c\x23\x3f\x32\x8c\x68\x34\xef\xc5\xc9\xbd\x3b\ +\xcf\xc6\x05\x5d\x59\x59\x41\xb7\xdb\x45\xb1\x58\xec\x5b\x20\x62\ +\x92\x45\x38\xee\x83\x9e\x26\xd5\x02\x70\x63\xc2\x1d\x65\x49\x03\ +\xe4\xf4\x7f\xd5\x2e\x14\x01\xe8\x37\x31\xc6\xbe\x46\x44\xbf\xc5\ +\x18\xeb\xd8\xc4\x80\x26\x46\x3c\x37\x44\x1d\x1f\x31\xe1\xa2\x8a\ +\x33\x76\x03\x80\x23\x1c\x5e\x69\xb5\x5a\x6c\xa3\x31\xe2\x37\x6a\ +\x29\x9a\x6d\x7e\x42\xd6\xad\xd7\x78\x2c\x2c\x2c\xf4\x54\x35\xf0\ +\x8a\x12\x22\x62\x9e\xe7\xb1\xc8\x18\xe2\x8f\xac\x52\xa3\xd9\x6c\ +\x62\x69\x69\x09\xaf\x7f\xfd\xeb\xa5\x71\xa0\xa4\x2a\xe7\x0d\x44\ +\xd4\xf7\xdb\x48\x54\xb3\x10\x11\xaf\x76\xf9\xba\x4d\x75\x04\xaf\ +\x2c\x69\x34\x1a\xca\xea\x88\x20\x08\xd0\xed\x76\x79\x8c\xc8\xc7\ +\xf9\x7e\x44\x95\x35\xc2\xb5\x93\xe3\x0a\x1d\xc7\x61\x00\x3e\x04\ +\xe0\xbd\xad\x56\x0b\x95\x4a\x85\x86\xad\x84\xb1\xa9\x2c\x69\x34\ +\x1a\x43\x57\x96\xa4\xa9\x84\x19\x76\xbc\x93\x52\x09\x13\x04\x81\ +\x75\x25\x8c\xae\xea\xc9\x54\xa5\x25\x8e\x37\xf9\xec\xac\x48\xbd\ +\x9e\xe7\x29\xad\x56\xc7\x27\x4c\xfa\xd9\xb5\x5a\xcd\x08\x73\x88\ +\xbb\xb1\x0a\xe8\x97\xec\x42\x0c\xc0\xcd\x44\x74\x38\x0b\x49\x8a\ +\xe5\xe5\x65\x74\x3a\x9d\x64\x5b\xb6\x1e\x1c\x51\x81\x21\xc6\x7c\ +\x44\x22\xfa\xc6\xf6\xed\xdb\x3f\xf8\xd2\x4b\x2f\xb1\x5c\x15\x2d\ +\x8f\x01\xc5\xf0\x28\xf9\xec\xac\xc0\x7a\xd5\x4d\xea\xf8\x84\x32\ +\x3f\x5b\xd5\xa9\xd4\x96\xbd\xc1\x15\xbd\x25\x2e\x6a\xdc\x44\xb4\ +\x56\xab\x1d\x2b\x14\x0a\x7d\x00\xfa\x20\x92\x14\x12\x40\xff\x9b\ +\x00\xae\x89\xde\x98\x4c\x15\x1b\x47\xcf\xc5\x69\x36\x9b\xbf\x5a\ +\x2a\x95\xfa\xc6\x92\xc6\x05\x9d\x16\x46\xfc\x7a\x54\x45\x1b\x57\ +\xe3\x20\xc7\x64\x80\x69\x61\x0a\x95\x9f\xcd\xff\x6d\x50\x03\x14\ +\xe3\x44\x19\x06\xe9\x38\x0e\x45\xbf\x75\xb5\x88\x23\x8a\x0f\x22\ +\xcd\x8e\x22\x51\x71\xeb\xc1\x11\xc5\x38\x56\x55\xe6\xe6\xfb\xfe\ +\x75\xa2\xd2\xf7\xa8\x60\x88\x69\x52\x45\xdb\x68\x30\x84\x29\x3f\ +\x91\x29\x58\x2f\xe2\x78\x36\xdb\x7c\x5a\x03\xd4\x49\x2a\x4a\x4a\ +\xe4\x76\x73\x43\x14\xb3\x8a\xc3\x24\x12\x24\x6d\xd9\x76\xc3\x5c\ +\x67\xea\x00\xb8\x3d\x8a\x6d\xaf\xcd\xda\x00\xc7\xdd\x9c\x65\xbd\ +\x77\x47\x1a\x85\x01\x9a\xc6\xab\x6d\x97\xad\x32\x0c\x55\xfb\x31\ +\xf1\x66\x4c\xdb\x7c\x5a\x03\xd4\xe9\x86\x6a\x20\x92\xdd\x44\xf4\ +\x50\x56\xcd\x59\x1a\x8d\x06\xde\xfc\xe6\x37\xf7\xe1\x88\x5c\xca\ +\x5c\x16\x23\x12\x11\x0a\x85\x42\xcc\x47\xf4\x7d\xdf\xda\x05\x9d\ +\x84\xe6\x2c\x69\x4a\xd1\xd6\x4b\x73\x96\xac\x0c\xd0\x06\x22\x8b\ +\x89\xbd\xa6\xe4\x08\x00\x7c\xf5\xab\x5f\xc5\x7d\xf7\xdd\x17\x3d\ +\x8c\x15\xa3\x11\x14\x8b\x45\xe5\x83\xb2\x81\x44\x0e\x1e\x3c\x88\ +\x4f\x7c\xe2\x13\x46\x9c\x90\xb3\x38\x04\xd9\xc2\x3e\x1c\xb1\x52\ +\xa9\x1c\x26\xa2\x03\x61\x18\x32\x1d\xae\x66\x43\x47\x12\x54\xdc\ +\x20\x48\x65\xdc\x14\x86\xe1\xe1\x64\xb6\x57\x1c\x5b\xe4\x8e\x1e\ +\x29\x14\x0a\xef\xa8\x56\xab\xff\x52\xaf\xd7\x4f\x67\x01\x43\xac\ +\x75\x73\x96\x1c\x86\x18\xbc\x71\x50\xa7\xd3\xd1\x92\x1c\x6c\x8e\ +\x18\xa2\x28\x14\x0a\x7d\xe9\xfa\x4f\x7c\xe2\x13\xca\x74\xb1\x00\ +\x51\x48\xa1\x0a\x60\xb5\x01\x0d\x87\x28\x14\x50\x80\x0f\xe0\xef\ +\x88\xe8\x51\xd7\x75\xa5\x30\x46\x04\x23\xc4\xf0\x05\x80\x62\x96\ +\xa9\xe9\x68\x47\x14\xe1\x8b\x76\x12\xba\x49\x8c\x3d\x04\xc0\xca\ +\xe5\x32\x03\x70\x75\x0e\x43\xac\x6f\x18\x42\x07\x91\x2d\x2f\x2f\ +\xc7\x78\xa1\x15\xa9\x57\xe1\x3a\x32\x11\x4c\x97\xb4\x46\xfb\x08\ +\xcc\xc2\xc2\x04\xe0\x19\xac\xb2\x27\x08\x00\xe3\x9c\xc2\x23\x47\ +\x8e\xe0\xc6\x1b\x6f\x7c\x03\x11\x7d\x9f\xbf\x39\x12\x47\xd3\xf3\ +\xbc\xaa\xef\xfb\xe7\x03\xf8\x3b\x00\x57\xaa\x76\xe7\x48\x55\x8d\ +\x00\xfc\x6f\xc6\xd8\x07\xb2\x7c\x2b\xaa\xf8\x88\xa2\xa8\xb0\xcc\ +\x45\x8d\x26\x84\x88\x88\xc2\x30\x64\x36\x49\xa3\x9c\x0d\x31\x3a\ +\x02\xb1\x08\x43\x0c\x93\x05\xb5\x2d\x93\x04\xa0\x94\xcc\x54\x1a\ +\xa0\x24\x7e\x61\xba\x8f\xe3\x38\x2c\x02\xad\x4d\xe7\x7f\x82\xd5\ +\x6e\xbd\x00\xc0\xb3\x9b\xf1\x4e\xa8\xfa\x5b\x00\x4d\x3e\x90\x72\ +\xb9\xfc\x51\xd7\x75\x65\x92\x14\x7d\xbb\x10\x80\xc3\x36\x12\x0f\ +\xb6\x92\x14\x9d\x4e\x27\xb9\x23\xde\xc4\xc7\xa0\xd9\x9d\x99\xe3\ +\x38\x5d\x00\x9f\x66\x8c\xa1\xd1\x68\x00\x91\xfa\xf7\x28\x77\x14\ +\x9b\x1d\x30\x0b\x89\x87\x8d\xba\x03\x72\xef\xc1\x54\x24\x22\x93\ +\x1f\x71\x52\xee\x80\x56\x59\x4c\xae\x6e\x6d\x71\x7e\x13\x80\xbb\ +\x01\xfc\x52\xa4\x51\x63\x4c\xd0\x24\xdf\x1e\xc5\x62\xf1\xdb\x9e\ +\xe7\x5d\x05\xe0\xfb\x42\xef\x41\x25\x8e\xe8\xba\xee\x31\xc7\x71\ +\x50\xa9\x54\x68\x58\x46\x7c\x18\x86\x83\xe2\x88\x1e\x80\x3f\x20\ +\xa2\xa3\xd5\x6a\xf5\x63\x41\x10\xb0\xf5\xd6\x9c\x65\xa3\x65\x41\ +\x87\x29\x93\x74\xb2\x36\xc0\x01\x7a\x13\x6e\x8a\x76\x3d\xed\xb5\ +\x54\x41\xec\xab\xaf\xbe\xfa\xa3\x76\xbb\x7d\x1c\xc0\xae\x20\x08\ +\x5e\xe1\xbf\xa3\xc3\x11\x2b\x95\xca\x29\x59\xbb\xec\x41\x09\xb9\ +\x03\xe2\x88\x31\x1f\x71\x12\x54\xd1\x72\x46\xfc\x68\x5d\x50\x5d\ +\xf3\x58\x67\x14\x06\x38\xc0\xf9\xd0\xd6\x00\x65\xdf\x8b\x5c\xe6\ +\x16\x80\xad\xbe\xef\x07\xaa\xbf\x17\x32\xa8\x31\x8e\x38\xac\x01\ +\x26\x00\x7d\x25\x8e\x18\x04\x81\xea\xe5\x14\xf3\x11\x55\x30\xc4\ +\xa8\x77\xc0\x9c\x11\x3f\x3a\x18\xc2\x54\x26\xa9\x05\xeb\xd3\x18\ +\xa0\xa9\xff\x9f\x45\x7f\x40\x7f\x18\x03\x4c\x9c\xf3\xa2\x18\xb0\ +\xcf\x00\x13\x06\xb0\x9b\x88\x1e\x4a\x6b\x80\x3a\x3a\xd2\x9e\x3d\ +\x7b\xb0\xb0\xb0\x20\xc5\x11\x55\xd5\x3f\x85\x42\x21\xe6\x23\x12\ +\x51\x29\x2f\x45\x9b\x1e\x03\xb4\x75\x41\x55\xcf\x8e\xc7\x8a\x4e\ +\x16\x06\xa8\xe1\xfb\x19\xcf\x03\xb8\x0d\xc0\x9f\xaa\x16\xa9\xe8\ +\xc6\x25\x17\xbc\x06\x6f\x74\x01\xbc\x62\xa2\x42\x01\xb8\x86\x88\ +\x0e\x17\x0a\x05\xca\x82\x11\xbf\xbc\xbc\xcc\x5b\x77\x43\x70\x4d\ +\xa5\x7c\x44\x51\xa9\x2e\xc2\x30\xef\x01\xd0\xf2\x3c\xaf\x38\x29\ +\xcd\x59\xf2\x52\xb4\xe1\x63\x40\x5d\xe3\x20\xbe\x6e\x3d\x1b\x00\ +\x7d\xff\xfe\xfd\xd8\xbc\x79\x73\xfc\xdf\x77\xdf\x7d\x77\x8f\x91\ +\x48\x16\x79\xcc\x27\xd4\xec\x04\x0e\x56\x85\x9b\xbe\x2c\xc6\x4f\ +\xfc\x26\x93\x93\x9d\x5c\xc4\xf7\xde\x7b\x2f\x7e\xee\xe7\x7e\x0e\ +\x2f\xbc\xf0\x82\xca\xb8\xcf\x07\xf0\x7f\xc3\x30\xfc\x69\x15\x13\ +\x83\x88\x58\x10\x04\x37\x01\xf8\xda\xec\xec\x6c\xcc\x47\xb4\x75\ +\x41\x93\x6f\x45\xbe\xc8\x4c\x7c\x44\x6e\x80\xc2\xb3\xe9\xe1\x23\ +\xce\xce\xce\x1e\x01\x80\x5a\xad\x46\xf5\x7a\x9d\xe5\x2e\xe8\x78\ +\x9a\xb3\x64\x19\x03\x9a\x5e\x18\xdd\x6e\x17\x62\x22\xd1\x78\x2c\ +\x2e\x2e\xc6\x7d\xb6\x93\x7c\x42\x59\x2a\x5e\x95\xc6\xad\xd7\xeb\ +\x56\x60\xfd\xdf\xfc\xcd\xdf\xc4\x60\xbd\x82\x4f\xd8\xe4\x72\x1b\ +\x97\x5f\x7e\xb9\x2e\xb1\x74\x1e\x56\xc5\xa2\x54\x50\x81\x08\x5f\ +\x7c\x3d\x6b\x60\x5b\x02\xe8\x87\x00\x58\xa1\x50\x50\x41\x38\x31\ +\x1f\xb1\x56\xab\xbd\x97\x31\x86\x4a\xa5\x42\x39\x0c\x31\xfd\x30\ +\x44\x92\x5b\x2b\x82\xf5\x56\x66\xc8\x99\xf5\xc9\xcc\x99\x89\xca\ +\x94\x7c\xcb\xf0\xb7\x95\x04\x73\xec\x71\x87\xf9\x5b\x53\xf6\xfb\ +\xfc\xcd\xe1\x79\x1e\xe6\xe6\xe6\x70\xec\xd8\xb1\x1e\xd7\x54\xfc\ +\x1d\xac\x2a\x7c\xff\x52\x14\x9f\xf5\xb9\xc7\xc2\x2e\x14\xf3\x11\ +\xd3\xba\xa0\xba\x5a\xd0\xa8\x75\x77\x1f\x1f\x51\xb8\x76\x5f\x06\ +\x37\x7a\x73\xde\xd1\x6e\xb7\xbf\xb1\x79\xf3\xe6\x0f\x36\x1a\x0d\ +\x36\xce\x52\xb4\x34\xca\xd8\x39\x0c\x91\x2e\x06\x14\x13\x6e\xc5\ +\x62\x31\x1e\xaf\x75\xe1\x5a\xc4\x8b\x1b\xa8\xc6\xad\xdb\xed\xa2\ +\xd3\xe9\x28\x1f\x42\xc2\x70\xac\xb2\xa4\x7c\x52\xe6\xe6\xe6\x70\ +\xf4\xe8\xd1\x78\x47\x94\xc4\xb5\x3f\x26\xa2\xeb\x01\x3c\xa6\xe0\ +\x22\x22\xca\x62\x32\x00\x37\x11\xd1\xb1\x76\xbb\x8d\x72\xb9\x4c\ +\xc3\x8a\x32\x35\x9b\xcd\x24\x31\x38\xc6\x11\x91\x20\x35\xf3\x7b\ +\xe3\xe3\xee\x74\x3a\xce\xf2\xf2\xf2\xaf\x46\x58\x28\xe5\xaa\x68\ +\xd3\x03\x43\x98\x3a\x8d\x95\xcb\xe5\x9e\xf1\x0e\xd5\x2e\x5b\x06\ +\x43\xa8\x6e\xb2\x58\x2c\x2a\x6f\x32\xad\x01\x26\x0f\xbe\x23\x56\ +\x2a\x15\x99\xa0\x14\x18\x63\xcf\x57\x2a\x95\x86\xaa\x94\x2c\xfa\ +\xed\x18\x47\x2c\x97\xcb\xa7\x5a\xad\x16\x2b\x97\xcb\x34\xa8\x01\ +\xf2\x49\x49\xb4\xee\xd6\xe2\x88\xc9\xb1\x71\x3e\xa2\xef\xfb\x2c\ +\xa7\x23\x0d\x16\x03\x66\xc9\x88\x1f\x56\xad\x41\x35\xde\xa1\xdb\ +\x65\x27\x71\x40\xd5\x4d\x16\x0a\x05\x2d\xa9\x57\x97\x95\x35\xc1\ +\x14\x61\x18\x62\xd3\xa6\x4d\x38\x7d\xfa\x74\x9f\x6b\x2a\xfc\xc6\ +\x7e\xc7\x71\x88\x31\x16\xa8\x7e\x5b\xc4\x11\xcb\xe5\xf2\x29\x99\ +\xc4\xda\xa0\x8c\x78\x1d\x8e\xa8\xea\xe7\x41\x44\x8e\xe3\x38\xb7\ +\x47\x25\x78\xd7\xe6\x30\xc4\x64\x31\xe2\xd3\xaa\x35\xa8\xc6\x9b\ +\x09\x58\x2f\xc3\x01\x6d\x6e\x32\x2b\x03\xe4\x6f\xab\xf9\xf9\x79\ +\x1c\x3d\x7a\x54\x1a\x23\xae\xac\xac\xb4\x93\x38\x62\x12\x02\x51\ +\xe1\x88\x69\x0d\x50\xb5\xa3\x48\x88\xc1\xd7\xf0\x4c\x99\x0a\xc2\ +\x10\xfb\x23\xae\x25\x0c\x91\xd3\x91\xd4\xde\x8e\x8d\x04\xa5\xea\ +\xf9\x4a\x13\x33\x26\x03\x4c\xfe\xbb\x0c\x07\xcc\xca\x00\x75\x38\ +\xa1\x6c\x52\xc4\x18\x71\xe7\xce\x9d\xba\xeb\xb8\x44\xf4\x0a\x9f\ +\x68\x15\xdb\x81\xe3\x88\x44\x44\x59\x31\xe2\x13\x4a\xdf\xdf\x41\ +\x54\xf4\x2d\x33\x40\x01\xe2\x61\x00\x8e\x44\xb1\x6d\x5e\x8a\x36\ +\x41\x30\x84\x89\x6f\xa9\x23\x5f\x4b\xb3\xa3\x26\x03\x0c\x82\x00\ +\xed\x76\xbb\xcf\x48\x92\x8b\xd8\x74\x93\x26\x5c\x52\x76\xdd\xa4\ +\x91\xe8\x18\xf1\x73\x73\x73\x38\x79\xf2\x24\x76\xee\xdc\x19\xff\ +\xbe\x24\x4e\x3c\x3f\x08\x82\x1f\x48\x68\x58\xab\x82\xac\x9e\x87\ +\x88\x9d\xc1\x71\xc4\x62\x16\x8c\x78\x41\xc5\x8d\x67\x66\x39\x8e\ +\xd8\x51\x18\xa0\x98\xc1\xbd\x8f\x88\xde\x59\x2e\x97\xaf\xcb\x4b\ +\xd1\x46\x63\x80\x69\x45\xa3\x4d\x6a\x0d\x3a\x0f\x83\xf7\xac\xb7\ +\x52\xe0\xe6\xed\x7d\xf9\xf6\x6b\x32\x10\x5d\x69\x97\xe4\x5a\x24\ +\x9b\x38\xdd\xef\xf3\x87\xa5\xdb\xe6\xe7\xe6\xe6\xf0\xe0\x83\x0f\ +\x62\xcf\x9e\x3d\x2a\x43\x6f\x33\xc6\xde\x1a\x86\xe1\x62\x72\x67\ +\x17\x18\xf1\x31\x7c\x01\xe0\xce\x61\x84\x79\xc5\xb8\x40\x88\x11\ +\x45\xf8\xe2\x37\x23\xec\x15\x8a\x22\x07\x22\x22\xe6\x38\xce\x11\ +\x00\x0f\xc8\x14\xe5\xc4\x18\x30\x6f\xce\x32\xba\x18\xd0\x04\x43\ +\xd8\x34\x8f\xed\x76\xbb\x88\xda\xea\xd9\x29\x70\x7f\xf8\xc3\x1f\ +\x96\xde\x9c\x0a\x23\x2c\x16\x8b\x7f\x88\xd5\xd2\x31\x9d\x01\x3a\ +\x00\x4e\x01\xf8\x0a\x12\x15\x33\xba\xdf\xe7\x24\x62\x5d\x1c\xc3\ +\x27\xe5\xc2\x0b\x2f\xc4\xd1\xa3\x47\x71\xfd\xf5\xd7\xe3\xb1\xc7\ +\x1e\x93\xb9\xc3\x4b\x9e\xe7\xfd\x59\xb7\xdb\xbd\x32\x08\x02\x15\ +\xdb\x41\xc4\x11\x6b\x8c\xb1\xf7\xa4\xdd\x51\x54\x84\x51\x6e\x88\ +\x51\x65\xcd\x37\x00\x34\x22\xa9\x8c\xbe\x24\x56\xb4\x43\x12\x11\ +\x21\x0c\x43\x9f\x88\x3e\xcd\x18\xfb\x62\x6c\x9d\x8c\xb1\x1c\x86\ +\x58\xfb\x52\x34\x93\x0b\xea\xfb\x3e\x3a\x9d\x0e\x0a\x85\xc2\xc0\ +\xaa\x86\x22\xc0\x2e\xfd\xb8\xae\xcb\x44\x92\x2d\x12\x95\x2a\x89\ +\xf3\xed\xa8\x92\x04\xb0\x20\xf5\xf2\x4a\x17\x00\xcd\x34\xd5\x11\ +\xf5\x7a\x1d\x95\x4a\xa5\xc7\x00\xf9\x67\xd3\xa6\x4d\x17\x95\x4a\ +\xa5\x7d\x00\x4e\x4b\xc8\xc0\xe2\xb5\x79\x65\xcd\x31\x6e\x9c\x5c\ +\xc9\xdb\x86\x90\xab\x1a\x2f\x63\x2c\xa9\xf4\x7d\x35\x7a\x89\xc8\ +\x2a\xb9\x8c\x00\xc0\x51\x00\x1f\x64\x8c\xa1\x5a\xad\x52\xde\x23\ +\x7e\x74\x92\x14\x36\x95\x30\x5c\x7e\xc4\x34\xde\xe4\xb3\x33\x1e\ +\x69\x98\xf5\xae\xeb\x72\x23\x51\xb2\xca\x25\xe7\x03\x00\xef\x15\ +\xaf\x23\x33\xc2\x84\xf4\x7c\x33\x6d\x79\x92\x58\xe2\xa6\xb8\xa7\ +\x32\x11\xbd\xac\x63\xc4\x0b\x63\x3f\x65\x62\xc4\x8b\x0c\x7e\xd3\ +\x02\x09\xc3\x50\x84\x2f\x00\x60\x17\x37\x44\x85\x01\xc6\x9f\x42\ +\xa1\x10\x6c\xda\xb4\xe9\xbd\x79\x29\xda\xda\x96\xa2\x0d\xa3\xd6\ +\x90\x19\xb3\xde\x56\x17\x54\x72\xde\x01\xb0\xd5\x06\xa6\xd0\x49\ +\xee\x9b\xdc\x92\x64\x8c\x28\xb9\x56\x8b\x31\xb6\xd5\x16\x47\xac\ +\x56\xab\xa7\x74\x8c\xf8\xa4\x92\xb7\xce\xa5\x23\x22\x25\x8e\xc8\ +\xe3\x06\x55\x06\x37\x0c\x43\xe7\xd5\x57\x5f\xad\x55\xab\xd5\xbc\ +\x14\x6d\x84\x2e\xa8\xa9\x14\xcd\x46\xb1\xcf\xf3\x3c\xe9\x78\x33\ +\x61\xd6\x0f\xa8\x0b\x6a\x95\x25\xcd\xc2\x00\x79\xc6\x76\xeb\xd6\ +\xad\xb8\xf7\xde\x7b\xb5\x45\xdf\xde\xea\x8d\x5b\xe1\x88\xae\xeb\ +\x3e\x64\x8a\x01\xd3\xf0\x01\x25\x86\x68\xc4\x11\xa3\x7f\xbf\x83\ +\xf3\x11\xf3\x18\x70\xfc\xa5\x68\xa6\x18\x90\x8f\x57\xf5\xec\x9c\ +\x2c\x0c\x50\xc5\x17\x54\xec\x22\x7d\xf7\x02\xe0\x65\x1d\x4e\x98\ +\x85\x01\xf2\x6c\xd4\xfc\xfc\x3c\x8e\x1d\x3b\x86\xed\xdb\xb7\xeb\ +\x2a\x84\x52\xe3\x88\xb2\x49\x19\x64\x41\x27\x00\x7d\x25\x8e\xe8\ +\x79\x5e\xec\x2e\x45\xe7\x7b\xfa\x23\xe6\xa5\x68\xe3\x29\x45\xb3\ +\x35\x40\xd5\x78\x07\x02\xeb\x53\xf6\x0f\x54\x4a\xff\x45\x47\x07\ +\xc0\xaf\x03\xf8\x4b\xc8\x5b\x66\xcb\xe4\x14\x07\x32\x40\x11\x36\ +\x99\x9b\x9b\xc3\x13\x4f\x3c\x11\x57\xd6\xc8\x00\x7d\x1b\x1c\x91\ +\x17\x7d\x03\xf8\x1a\x11\x15\xb3\x62\xc4\x0b\x3b\xa2\x12\x47\x4c\ +\x8c\x2b\xd9\x1f\x11\xcb\xcb\xcb\x38\xff\xfc\xf3\x29\x2f\x45\x1b\ +\x0c\x86\x48\xd3\x38\x68\x50\x03\xe4\x76\xe1\x0d\x6a\x80\x06\x1c\ +\xef\x8f\x00\xb8\x9a\xdd\x8f\xef\xc2\xa7\xa2\xd4\xbc\x12\xa2\xc8\ +\xc2\x00\x65\x74\x24\x5e\x59\xc3\xe1\x0b\xae\x79\x9a\xc4\x11\x19\ +\x63\x0f\x44\x89\x92\xbe\x9d\x3f\x0c\x43\x11\x47\x84\xe3\x38\x1f\ +\xc8\x4a\x13\x46\x02\x5f\x00\xc0\xd7\x23\xad\x52\x69\x1d\x6e\xc4\ +\xbf\xbc\x87\x88\x3e\xbc\x69\xd3\xa6\xfa\x4f\x7e\xf2\x93\xbf\x8c\ +\xea\x65\x99\xca\x00\x73\x18\x42\xee\x82\x0e\x53\x8a\x26\xc6\x80\ +\xaa\x67\x17\x4b\xe0\x27\x6d\x2a\x05\x6e\xa1\xd5\x1d\x3d\x78\xf0\ +\xa0\x92\x74\x9a\x86\xd4\x0b\x8d\xee\xa8\x8d\x2e\xa8\x29\x33\xd6\ +\xed\x76\x71\xe6\xcc\x19\xd9\x98\xc4\xe3\x42\x44\xc4\xe0\x04\x19\ +\xb8\x87\x8c\x1b\xfd\xef\xe1\xac\x75\x41\x65\xba\xa6\xb2\x0f\xcf\ +\xa2\xf2\xb1\x15\x0a\x85\x80\xc3\x17\x79\x16\x34\x1d\x0c\x61\x1a\ +\xef\xb0\x9a\xb5\x9d\x4e\x27\x76\x89\x6d\xf9\xb8\xf8\xfc\xe7\x3f\ +\x87\x43\x87\x0e\xc5\x1f\x1d\x44\x81\xf4\xcc\x7a\xd8\x1a\xa1\x88\ +\x13\x0e\x6b\x80\x3c\x35\xcd\xe1\x0b\x5e\x6b\x2a\x83\x67\x88\xe8\ +\x7c\x00\x8f\xaa\x60\x02\x15\x8e\x98\x15\x23\x3e\x61\x88\x4a\x1c\ +\x51\xf2\x72\x38\x2a\x8e\x25\x87\x21\xd6\x0e\x86\x10\xe7\xba\xd9\ +\x6c\xf6\x28\x31\x58\x1d\x27\x4e\x9c\x48\x82\x8b\x4c\x63\x20\x4c\ +\xa5\xbf\x9f\x68\x97\xad\x74\x77\x07\xc5\x09\xd3\x1a\xa0\xf8\x20\ +\x96\x96\x96\x7a\xd8\x17\x49\x2c\xb1\x52\xa9\x7c\x47\xa5\x2a\xee\ +\x38\x0e\x2b\x14\x0a\xa2\x81\x9e\xe2\x8b\x3f\x0b\x49\x8a\x20\x08\ +\x44\x15\x37\x29\x8e\xa8\x18\x5b\x00\xe0\x36\xd1\x00\x6d\x16\xf4\ +\x46\xdc\x01\x75\x45\x0c\x59\xed\x80\xaa\xb9\xb6\xc2\x09\x6d\x33\ +\xa4\xaa\xec\x0f\x9f\x54\xb1\x6a\x25\xcd\xb5\x8c\x0b\x95\x63\x00\ +\x00\x20\x00\x49\x44\x41\x54\x6c\x60\x8a\x64\x0c\x98\x96\x11\x9f\ +\x64\xe8\x27\x63\x63\xc7\x71\xf6\x47\x31\xa0\x14\x47\x4c\xb8\x16\ +\xbb\x89\xe8\x54\xbd\x5e\x67\x59\x30\xe2\x25\x2a\x6e\x3d\x38\xa2\ +\x26\x46\x74\x5c\xd7\xbd\x3d\x32\xd4\x6b\x73\x18\x62\x70\x18\xc2\ +\xa6\x4c\xd2\x36\x41\x98\x1c\xcb\x50\xed\xb2\x4d\x38\x60\x32\xd5\ +\xab\xfa\x1d\x5d\x42\x68\x1c\x06\x98\x04\xf4\x39\x43\x5f\x3c\xea\ +\xf5\xba\x92\x8f\xa8\xc8\xe0\xee\xae\xd5\x6a\x0f\x65\xc5\x88\xd7\ +\xe1\x88\x0a\x03\xe4\x38\x22\xbf\xd1\xca\x46\x82\x21\xb2\x52\x45\ +\xcb\xe2\x85\x61\x9a\xeb\xcc\xda\x65\x27\x33\xa1\xc9\x54\x2f\x7f\ +\x63\xa7\x31\x40\x1b\x9c\x50\x05\x43\xa4\x35\x40\xee\x46\xbd\xe6\ +\x35\xaf\xc1\x99\x33\x67\x4c\x80\x7e\x8c\x23\xca\x8c\x80\x43\x18\ +\x49\x1c\x31\x8d\x01\xaa\x18\xf1\x09\x43\xd4\xf2\x11\x85\xb1\xf5\ +\xf0\x11\x37\x02\x0c\x91\x86\x8e\xa4\x83\x21\x4c\xcd\x63\x87\x35\ +\x40\xa9\x11\xa6\x69\x97\xad\x2a\xa9\xb2\x49\xf5\xda\x16\x05\xe8\ +\x70\x42\x13\x0c\x91\xc6\x00\xf9\x02\x29\x14\x0a\x46\x15\xb7\xc8\ +\xf5\x3c\xdf\xf7\xfd\x1f\x28\xd8\x0e\x7c\x17\xef\xc1\x11\xd3\xec\ +\x80\x3a\xc2\x68\xa4\xe2\x66\xc4\x11\x85\xb1\x51\x94\xc0\xb9\x8f\ +\x88\xde\x49\x44\xd7\xe5\x30\x44\x76\x30\xc4\x30\x06\xa8\x8d\x09\ +\x55\x86\x21\x72\xfd\x54\x40\xbc\x69\x11\x09\x0b\x9a\x74\x06\x28\ +\x54\x84\xf4\xb8\xa7\x59\xba\xa0\xaa\xca\x12\x15\x43\x5f\x18\x6f\ +\x1b\xc0\x5b\x21\xc8\x29\x4a\x08\xb9\x3d\x7c\xc4\x34\x2e\x68\x4a\ +\x15\xb7\x1e\x3e\xa2\x62\x77\x26\xd7\x75\x63\x3e\x22\x60\x56\x71\ +\xdb\x88\xcd\x59\xb2\x2a\x45\xb3\x99\x6b\x69\xbb\x6c\xd3\xce\xc4\ +\x17\x88\xe9\xa8\x54\x2a\x46\x3e\x21\x11\xbd\xd0\xed\x76\xff\x9b\ +\xf8\xa6\x96\x19\xba\x2c\x3e\x0c\xc3\x30\x33\x03\xd4\x15\xe8\x72\ +\x86\xfe\xae\x5d\xbb\x54\x4a\xdf\x5c\xd7\xf4\x5e\xc7\x71\x76\xf1\ +\xbf\x97\xed\x42\x00\x6e\x2e\x97\xcb\xb5\x4e\xa7\xf3\x9e\x2c\x18\ +\xf1\xa2\x8a\x9b\x8c\x8f\xa8\xd8\x9d\xf9\x8a\xf2\x89\xe8\xd3\xbe\ +\xef\x7f\xd1\x75\xdd\x3e\xa5\xef\x69\x34\xc0\x49\xaa\x84\xb1\x31\ +\xc0\x6e\xb7\x1b\xcf\x8d\xd5\xc1\x15\xb8\x79\x9c\x02\x4d\xf3\x4f\ +\x15\x97\x50\x02\x2e\x73\x3e\xdc\xc7\x6c\x70\xc2\x04\x9d\xa8\x39\ +\xae\x96\xcf\xad\x56\x0b\xe7\xce\x9d\x53\xaa\xb8\x71\xa5\x6f\x22\ +\x7a\x46\xc3\x45\x64\xae\xeb\x4a\x71\xc4\x2c\xd2\xfa\x3a\x1c\x91\ +\x43\x18\x12\xd5\xef\xc0\xf3\xbc\xa3\x9b\x36\x6d\xfa\x60\x54\xb9\ +\x41\xeb\x1d\x07\x34\xc1\x10\x59\xe1\x80\xa6\x67\xb7\xb2\xb2\x12\ +\xbf\x34\xac\x15\xb8\x9f\x79\xe6\x19\x7c\xff\xfb\xdf\xc7\x8f\x7e\ +\xf4\x23\x9c\x3d\x7b\x56\xbb\x4b\xa9\x2c\xdb\x71\x9c\x9e\xdd\x88\ +\x31\x16\xf7\xe7\x33\x25\x84\x64\x85\xe0\x59\xc5\x80\x26\x46\x7c\ +\x10\x04\x5a\x15\xb7\xe8\x7f\x97\x18\x63\x6f\x0c\x82\xe0\x15\x59\ +\x9d\x29\xd7\x35\x8d\x9e\xcd\xd5\xbc\x2d\x1b\xff\x07\x1b\x55\x34\ +\x5d\x9a\x3c\x2a\xfa\xee\xd3\x35\x25\x22\x26\x16\xa1\x27\x5c\x54\ +\xc7\xf7\xfd\x77\x34\x9b\xcd\x3b\x8b\xc5\xe2\x7b\xbb\xdd\x2e\x5b\ +\xef\x31\x60\x16\x6c\x88\x61\x63\x40\x3e\xd7\x51\x37\x2e\x0c\x73\ +\xd8\x12\x76\x65\x40\xbb\xec\xf3\x21\x15\xa9\x57\xd1\xfe\xba\x39\ +\xcc\x0e\x38\x28\x23\x7e\x69\x69\x29\x66\x5f\x88\xec\xfc\xc4\xd1\ +\x84\x9e\x11\xdf\x03\xe8\xf3\xf1\x0e\xcb\x88\xef\x74\x3a\x22\xfb\ +\x22\x06\xf4\x75\xad\xcb\x05\x90\xff\x43\x6b\xc1\x88\x5f\x4f\xa5\ +\x68\xc3\xf4\x2d\x31\x82\xf5\x26\xb8\xc2\xc4\x17\xb4\xc4\xf9\x3c\ +\x55\xf6\x55\xc3\xe7\x1b\x78\x07\xe4\x6f\xf1\xb4\x99\x31\xce\xbe\ +\xd0\xa9\xb8\x55\xab\xd5\x15\x00\x2b\xc9\x24\x8d\x0c\x47\x24\xa2\ +\x87\xb2\x12\xe6\xed\x76\xbb\xa2\x8a\x9b\x11\x47\x4c\x3c\x9f\x3b\ +\x88\xe8\xc6\x99\x99\x99\xd2\x38\x61\x88\x69\x50\x45\xcb\x2a\x06\ +\xd4\xad\xcd\xa1\x14\xb8\x4d\xba\xa0\x26\x03\x8c\xce\xfb\x88\xf8\ +\x84\x3a\xa9\xc5\xac\x0c\xd0\xb4\xa0\x4d\x81\xf9\xb6\x6d\xdb\x94\ +\x2a\x6e\xd5\x6a\x95\x1a\x8d\xc6\x36\xcf\xf3\x66\x01\xbc\x22\x49\ +\xd2\xf4\xe1\x88\xb5\x5a\xed\xb0\xe7\x79\x34\xc8\x82\x96\xd1\x91\ +\x6c\x70\x44\xfe\x7c\x12\x38\xe2\x3d\x00\x5a\xc5\x62\xb1\xb8\x9e\ +\x5c\xd0\x2c\x18\xf1\xa3\x34\x40\x2b\xb0\xde\x84\x15\xf2\x66\x87\ +\x8a\xfe\x0e\x46\x03\x0a\xc3\xf0\x7f\x7a\x9e\xf7\x97\xbe\xef\xa7\ +\xe6\x13\x8e\x22\x06\x34\xf1\x01\x9b\xcd\x66\xac\xe2\x96\x04\xf4\ +\x1b\x8d\x06\xe3\xd7\x37\xe1\x88\xc2\xe2\xef\xc1\x11\x6d\x62\x40\ +\xd1\x00\x65\x95\x25\x3a\x3e\xa2\xc4\x00\xe3\xa4\x4e\x74\x9d\x1b\ +\x38\xa4\xb1\x1e\x60\x88\x2c\x18\xf1\xa3\x34\xc0\xa1\xc1\x7a\x19\ +\x8e\x27\x2e\x36\x83\x01\x06\x61\x18\xfe\x21\x80\xef\x46\xd7\x61\ +\x69\x71\xc2\xb4\x30\x84\xc9\x05\xb5\x65\xc4\x8b\x6d\xd9\x92\x2a\ +\x6e\xe2\x1c\xa9\x70\x44\x89\xa8\xef\xcd\x00\xee\x4c\xf3\xc2\x30\ +\x31\xe2\x85\x64\x4d\x0f\x8e\xc8\xaf\xad\x78\x39\x30\x00\xf7\x10\ +\xd1\x07\x39\x07\x91\xf3\x17\xd7\x63\x73\x96\x2c\x0c\x70\xd8\x04\ +\x61\x18\x86\x72\x9c\x50\x67\x80\x12\xf2\xab\xec\xf8\x48\x10\x04\ +\x26\x7f\xf6\x65\xcf\xf3\xfe\x42\x10\x00\x36\x72\x3a\x44\x9c\x30\ +\xcd\x0e\xa8\x73\x4b\x86\x91\x78\x98\x9b\x9b\xc3\xf3\xcf\x3f\x8f\ +\x37\xbf\xf9\xcd\x78\xf2\xc9\x27\x65\xcf\xae\x0f\x47\x94\x89\xfa\ +\x42\xd0\x35\x6d\x34\x1a\xef\xb1\x75\x41\x4d\x0b\x9a\x03\xfa\xb6\ +\x38\x62\x54\x5c\x00\x00\x5f\x25\xa2\x7f\x07\xe0\x99\x7a\xbd\xfe\ +\x27\x39\x0e\x98\xfd\x0e\xc8\x93\x42\x7d\xe3\x34\xc5\x81\x42\xa2\ +\x46\xcb\x27\x04\x80\xcb\x2f\xbf\xbc\x2f\x53\x24\x92\x7a\x79\xc5\ +\x8c\xec\x3a\x36\x38\x61\x56\x38\xa0\x09\x1b\xb2\xa1\xf7\xe8\x70\ +\xc4\xe8\x38\x8f\x88\x9e\xd1\x70\x11\x7b\x70\xc4\x28\xbe\x26\xd5\ +\x78\xd3\xd2\x91\x6c\x70\x44\x45\x06\xf5\x3e\x19\xa6\x39\xc9\x74\ +\xa4\x2c\xb2\xa0\x36\xd4\xb3\xb4\x54\xb9\xe4\x78\x5b\xad\x56\x7c\ +\xde\xb1\x29\x55\xb3\xa9\xa6\x49\xd2\x99\xee\xba\xeb\xae\xbe\xb7\ +\x84\xf8\xb7\x2a\x17\xd4\x16\x27\x1c\x57\x0c\x68\x23\x49\xc1\x55\ +\xdc\x64\xc4\x60\x11\x47\x64\x8c\xbd\xa2\x4a\x6e\x45\x92\xfb\x00\ +\x70\xb5\xeb\xba\x3d\x38\xa2\x29\x06\x34\x8d\x57\xd5\x1f\x91\xe3\ +\x88\xaa\x0c\x2a\x80\xfd\x44\x74\x5b\x52\x1e\x63\x3d\x36\x67\x49\ +\x5b\x8a\x36\x4c\x95\x16\xaf\x08\x8b\x6b\x8c\x6d\x81\x41\x85\x56\ +\x67\x8f\x91\xf0\xf3\x8b\x8b\x8b\xd8\xb7\x6f\x9f\x34\xf3\x68\xda\ +\x69\x01\xf4\x3c\x04\x85\x34\xfd\x58\x63\x40\xd3\xa4\xb8\xae\x8b\ +\xf9\xf9\x79\x9c\x3c\x79\xb2\x8f\xb4\x2c\x8c\xb1\x85\x55\x7d\xd5\ +\x40\x13\x23\x8a\xf0\x45\xdc\x1f\x31\x0b\x55\x34\x49\x5b\xb6\xdd\ +\x8c\x31\xf2\x7d\x5f\x19\xd7\x7b\x9e\xe7\x38\x8e\x73\x7b\xa4\x5d\ +\x73\xf5\x5a\xb8\xa0\xeb\x05\x86\x48\x86\x47\xa9\xdb\x65\xdf\x79\ +\xe7\x9d\x58\x5c\x5c\x8c\x3f\xa6\x2c\xe8\x15\x57\x5c\x21\xbd\xc9\ +\xb4\xed\xb2\x75\x38\xe1\x30\x31\x60\x56\xaa\x68\xc9\x49\x99\x9b\ +\x9b\xc3\xc3\x0f\x3f\xdc\xa7\xe2\x96\x78\x79\x79\x58\x65\xc4\xc3\ +\xb0\x0b\xc5\x38\x62\x56\xaa\x68\xb2\xfe\x88\xba\xf9\x88\x5c\x27\ +\x2f\x7a\xe9\x1d\xab\xd5\x6a\x17\xaf\xc7\xe6\x2c\xe3\x34\x40\xbe\ +\x81\x58\xd7\x8c\xf2\x1f\x5b\x5c\x5c\x94\xca\x5b\xf0\x78\x22\x19\ +\xeb\xc8\xfc\xec\x56\xab\xa5\x12\x7a\xea\xab\x3e\xe1\x15\x33\xaa\ +\xdf\x97\x55\xcc\xd8\xc6\x80\x3c\x2e\x18\x46\xe2\xc1\x54\x1d\x21\ +\x4a\xee\x6b\x5c\x6c\x65\x9d\x2d\xbf\xef\xe8\xbf\x0f\xcb\x62\xb2\ +\x61\x24\x29\x12\x2f\xd2\x77\x43\xd0\xab\xe1\x95\x34\x8a\xb1\xed\ +\xef\x74\x3a\x53\x15\x03\x0e\x1b\xb3\x0e\x53\x09\x63\xbb\x36\x87\ +\x6e\x97\x6d\xab\x0b\x3a\x68\xb3\x50\x1b\x9c\x30\x89\xab\xe9\xb2\ +\xa0\x59\xb9\xa0\xba\xb7\xe2\x96\x2d\x5b\xf0\xe0\x83\x0f\xf6\x09\ +\x0c\xf3\xa3\x56\xab\x95\x66\x66\x66\x8e\x07\x41\xf0\x98\x26\x53\ +\xa9\xc4\x11\xd3\xee\x80\x49\x97\xce\x84\x23\xf2\x45\x9c\x7c\xcc\ +\x44\x74\x7f\xb1\x58\x7c\xa7\xe3\x38\xd7\x4d\x42\x0c\x68\xca\xda\ +\x8e\x83\x90\x9b\x05\x46\x3d\x94\x02\xb7\x0e\x27\xb4\xb9\x49\x93\ +\x01\xda\xe0\x84\x69\x4b\xd1\xb2\x76\x41\x65\x95\x25\xed\x76\x1b\ +\xf3\xf3\xf3\x78\xe2\x89\x27\xa4\x3b\xe2\xca\xca\x4a\xbb\xdd\x6e\ +\x5f\x45\x44\x37\xa4\xc5\x11\x87\x35\x40\x49\xb2\xa6\x0f\x47\x94\ +\x55\x3f\x71\x3e\x22\x80\x98\x8f\xc8\x13\x47\x6b\x15\x03\x9a\x18\ +\xf1\x93\xe4\x82\xea\xc8\xed\xa9\x15\xb8\x55\x46\x37\xa8\x01\xfa\ +\xbe\x4f\x36\x72\xfb\xb2\x0c\xec\x20\xa5\x68\xa3\xdc\x01\xc5\x2c\ +\x1d\x8f\x11\x93\x0c\xfd\x04\x3b\xff\x85\x08\x47\x7c\x82\x37\x27\ +\x55\x35\x07\x8d\x70\xc4\xc3\x59\x18\x20\x3f\xde\xf4\xa6\x37\x61\ +\x61\x61\x41\x34\xc4\x03\x3a\xbd\x1a\x01\x47\xe4\xfd\x11\x99\xef\ +\xfb\xd8\xba\x75\x2b\xad\x97\xe6\x2c\xe3\x34\x40\x2d\x58\xaf\x33\ +\x40\xee\xf6\xa9\x8c\x84\x88\x50\x28\x14\xfe\xc1\x94\xf4\x89\x9a\ +\x84\x1e\x07\xf0\xbb\x36\x60\xbd\xce\x00\x07\x69\xd0\x39\x0a\x03\ +\xd4\xa9\xb8\x5d\x73\xcd\x35\x31\xa0\x9f\x78\xbe\x3f\x06\xb0\x9f\ +\x31\xf6\xbd\x20\x08\x7e\x5a\xd1\xf8\x85\x00\x30\xdf\xf7\x6f\x22\ +\xa2\x63\xf5\x7a\xfd\x9a\x5a\xad\xd6\xa7\xac\x9d\xc6\x00\xb9\xf7\ +\x10\xa9\xb8\x71\x40\xff\x9b\x51\xb2\xe6\x58\x34\x1f\xa4\x48\x20\ +\x79\x00\xfe\xc0\xf3\xbc\xfd\xd5\x6a\xf5\xaf\x97\x96\x96\xfe\x6c\ +\x76\x76\x56\x3a\x9e\x69\x6b\xce\x32\x2e\x03\xe4\x1e\x47\x9f\x3b\ +\xad\x8a\x03\x79\x62\xa6\x5e\xaf\x23\xea\xcb\x97\x8a\xae\xc4\x93\ +\x10\x0a\xaa\xd3\x67\x4d\x60\xbd\x84\xce\xd4\xcc\x42\xac\x35\x8b\ +\x24\x8c\x0d\x1d\x89\x03\xfa\x3a\xc9\x47\x00\x65\xac\x16\xb2\xf7\ +\x25\x68\x24\x60\xfa\x29\x15\x88\x3e\x28\x1d\x49\xd6\x1f\x91\x88\ +\x42\x0d\x90\xcf\x5c\xd7\xe5\xe4\xec\xf7\xae\x17\x61\xde\x2c\x80\ +\x78\x53\x82\x50\x64\xbe\x58\x83\xf5\xdd\x6e\x57\xbb\xa3\xe8\x8a\ +\xb5\x45\xb2\xaf\x42\x1a\x63\x5b\x1a\xa0\x9e\xff\xfe\x5a\xc1\x10\ +\xb2\x1d\xc5\x44\x47\x12\x55\xdc\x34\x0c\xfd\x96\xe7\x79\x5b\x01\ +\xc4\x60\x6a\x42\xaf\x46\x89\x23\x0e\xb2\x03\x1a\x54\xdc\x8c\x38\ +\x22\xef\xab\x48\x44\x0e\x80\xda\x7a\x2a\x45\xcb\x5a\xaf\x48\xe6\ +\x9d\xb9\xae\x1b\xff\x86\x35\x58\x5f\x2c\x16\xa5\x0b\x5a\x67\x80\ +\x96\x7c\xc0\xdf\x01\xf0\x9f\x65\x60\xbd\xee\xef\x6d\x5c\xd0\x71\ +\xc6\x80\x26\x3e\x20\x57\x71\xd3\x31\xf4\x7d\xdf\x8f\xf9\x88\x0a\ +\xb6\x43\x1f\x8e\x98\x85\x01\x8a\x86\x28\x28\x7d\x2b\x71\x44\x81\ +\x29\xc2\xc7\xd6\xd3\x1f\x71\x5a\x55\xd1\xc6\xa1\xd6\xc0\x5d\x66\ +\xf1\x3a\x56\x46\xf8\xf0\xc3\x0f\xe3\x7b\xdf\xfb\x1e\x8e\x1f\x3f\ +\x8e\xe3\xc7\x8f\xf7\x19\x99\xca\x00\x4d\xfd\xfd\xa2\xf6\x62\x88\ +\xb0\x29\xe5\xf5\x55\x3b\xac\xca\x00\x75\x71\x41\xd6\x31\xe0\xcc\ +\xcc\xcc\x40\x2a\x6e\x89\x1a\x5a\x6e\x80\xd4\x68\x34\xb6\x01\x98\ +\xf5\x7d\xff\x15\x55\xf6\x59\xc0\x54\x63\x5d\xd3\x2c\x24\x29\x04\ +\x15\x37\xfe\xcf\x7d\x7c\x44\xd1\x00\x05\xcf\x26\xe6\x23\x56\x2a\ +\x95\x5d\x1b\xb1\x14\x2d\x4d\x7e\x42\x57\xb4\xa2\x9b\xec\xbe\xeb\ +\xf2\x98\x45\x16\x2f\x10\x11\x2b\x14\x0a\xca\x18\x91\x9f\x8f\x52\ +\xde\x2f\x02\xf8\x25\x15\x58\xaf\x88\x47\x9a\x93\x1c\x03\xda\xc4\ +\x05\xa6\xbe\x1c\x00\x4a\x00\x9e\x31\xc4\x88\x1c\x64\xff\x3a\x80\ +\x62\x96\xa2\x4c\x89\xa2\xef\xf7\x03\x68\xf3\xb8\x5e\x06\xe4\x47\ +\xa5\x6d\x61\xb9\x5c\x66\xaa\x02\xf4\x49\x8d\x01\x47\x2d\x18\x26\ +\x8e\x57\x76\x7e\xa8\x76\xd9\x2a\x1c\x8f\xc7\x7f\x2a\xa0\x3d\xb1\ +\x7b\xfe\xb5\xe7\x79\xf7\xca\xa0\x0a\x1b\x9c\x70\xad\x62\x40\xdd\ +\x1b\xda\x06\x36\xa9\xd5\x6a\x38\x71\xe2\x84\x2e\x46\xec\xe1\x23\ +\x4a\x34\x4d\xb5\x38\x62\x9a\x1d\x50\x56\x8a\x26\xc3\x11\x83\x20\ +\x90\xe2\x88\x7c\x6c\x9e\xe7\x51\xb4\xf3\xdc\x22\xf2\x11\xd7\x0a\ +\x86\x98\x04\x1c\x30\xb9\x36\xa5\x73\x3d\x0c\x58\x2f\x33\xae\xe8\ +\x41\x7d\x44\xf5\xdb\x7c\x60\x3c\xf7\x00\xe0\x51\x61\x77\x35\xfe\ +\xbe\x50\x4d\xb2\x26\x30\x04\x77\x91\x74\xc5\xe3\x7c\x52\x4c\x8c\ +\x78\xae\xe2\x26\xc2\x17\xe2\xf3\xf7\x3c\x6f\xc9\xf7\xfd\x98\x8f\ +\x28\xbe\xdc\x14\x38\x62\x8d\x31\xf6\x9e\x61\x0d\x50\x8c\x11\x4f\ +\x9c\x38\xc1\xf6\xee\xdd\xab\xe4\x23\x72\x03\x4c\x24\xde\xee\x22\ +\xa2\x37\x02\x78\x86\x31\xf6\x27\x59\xc3\x10\xba\xe7\x3b\x69\x06\ +\x68\x5a\x9b\xd2\x3c\x89\x49\xdc\x49\xc5\x27\x14\x5b\xa3\x25\xa1\ +\x0d\x15\x9f\x50\x75\x2d\xdb\xd6\x68\xd3\xe6\x82\xaa\xfa\x03\xd6\ +\xeb\xf5\x18\xbe\x50\x3c\x17\x25\x1f\x51\xa8\xaf\xed\xd3\x35\xcd\ +\x42\x15\x4d\x50\x71\xeb\xe3\x23\x6a\x34\x4d\xfb\xf8\x88\x59\xb8\ +\xa0\xd3\x52\x0b\x6a\xcb\x55\x0d\x82\x60\x95\xd8\x9b\x66\x07\xb4\ +\xd1\x05\x15\xbf\xa7\x03\xf6\x4d\xb0\x88\x29\x03\x2b\xa6\xa6\x27\ +\x01\x86\xb0\x55\x45\x93\xbd\x15\xab\xd5\x6a\xdc\x84\x46\xa1\xe2\ +\x26\xe5\x23\x26\xfa\xd7\xc7\x46\xc2\xdb\xb2\xd5\x6a\x35\x1a\x56\ +\x15\xcd\xf7\x7d\x51\x72\x9f\x27\x6b\x76\xe3\xdf\xfa\x5b\xc8\x76\ +\x67\x0e\xb1\xec\x27\xa2\xdb\x5a\xad\x16\x9b\x96\xe6\x2c\x59\x66\ +\x41\x75\x6b\x93\x1b\x20\x11\xf5\xc7\x84\xc3\x18\x20\x77\x47\xf8\ +\x6f\xcc\xcd\xcd\x0d\x64\x80\xa2\x0c\xbe\x0a\x02\x59\x8b\x52\x34\ +\x93\x01\x9a\x5c\x50\x1d\x1d\x69\xdb\xb6\x6d\xf8\xfb\xbf\xff\x7b\ +\xa9\x8a\x1b\x7f\x2c\x11\x8e\x18\x88\x38\xa2\x02\xc2\xd8\x5d\xab\ +\xd5\x4e\xc9\x2a\x58\x06\xe5\x03\xaa\x70\xc4\x6e\xb7\xab\x93\x54\ +\x74\x00\xdc\xbe\x79\xf3\x66\xb6\x6d\xdb\xb6\xab\x27\x01\x86\x18\ +\xa7\x01\xaa\xc6\xe2\xfb\x3e\xba\xdd\x6e\x9c\x3f\x71\xd2\x1a\xa0\ +\xad\x2c\xe1\xf5\xd7\x5f\x8f\x4b\x2f\xbd\xb4\xcf\x30\xd2\xec\x80\ +\x89\x37\x7d\x9f\xf1\x8f\x7a\x07\x1c\xd7\xa4\x70\x15\xb7\x8b\x2e\ +\xba\xa8\xa7\x09\x8d\x6c\x0e\xbc\xd5\xff\x13\x0a\x7c\x3f\xd5\xe3\ +\xeb\xc1\x11\x87\x31\x40\x0d\xa0\xaf\xc4\x11\x05\x08\xc3\x6b\xb7\ +\xdb\x78\xf5\xd5\x57\x8f\x11\xd1\xc5\xaa\x18\x70\xad\x9b\xb3\x8c\ +\x53\xb1\xaf\xd3\xe9\xc0\x75\x5d\x7b\x66\x3d\x17\x76\x92\x31\xeb\ +\x75\x38\xe1\xd7\xbe\xf6\xb5\xbe\xdd\xcd\xe4\x9e\xca\x98\xf5\x2a\ +\x57\x67\x1c\x3b\xe0\x20\x38\xa0\xad\x0b\x2a\x1b\xaf\xeb\xba\x71\ +\x13\x1a\x91\x06\x25\x79\x09\xba\xdc\x9d\x51\x3d\xc7\x68\x82\x63\ +\x1c\x31\x8d\x2a\x9a\xce\xa5\x4b\x00\xfa\x52\x1c\x51\x41\x85\x02\ +\x80\x1d\x49\x17\xd4\xa4\x8a\x36\x2d\x6c\x88\x24\x7d\x4a\x37\xd7\ +\xae\xeb\xda\x83\xf5\xdc\x00\xb7\x6f\xdf\x8e\xf9\xf9\xf9\xf8\x93\ +\xbc\x78\xd2\x00\xeb\xf5\x7a\xcf\xf7\xf8\x4d\xaa\x06\xa7\x72\x77\ +\x4d\x92\x8a\x6b\x15\x03\xda\xc2\x10\x83\x32\xe2\xb9\xd2\x77\x12\ +\xbe\xe0\x2f\xc1\x5a\xad\x56\x9a\x9d\x9d\x3d\x0e\xe0\x31\x59\x01\ +\x84\x60\x04\x31\x1f\xd1\x71\x9c\xe2\xb0\x06\xd8\xed\x76\xd1\x68\ +\x34\xc4\xd6\xdd\x3d\x7c\xc4\xa8\x33\xb0\x8a\x0a\xc5\x88\xe8\x7e\ +\x22\x7a\xa7\xe3\x38\xd7\x4d\x93\x2a\x5a\x16\x30\x84\x38\xd7\xaa\ +\xa2\x00\x6d\x96\x74\x61\x61\x01\x8d\x46\x03\xf5\x7a\x1d\xf5\x7a\ +\x5d\x9a\x1d\x85\x82\x59\x2f\x66\x15\x3b\x9d\x8e\x96\x59\xaf\xcb\ +\x8e\x8a\x59\x52\x19\x58\x9f\x75\x16\x34\xab\xcc\xd8\x30\x8c\xf8\ +\x73\xe7\xce\x69\x19\xfa\x44\xb4\x1d\xc0\xe3\xd0\xab\xa6\xc5\x80\ +\x7e\xd6\x8c\x78\x09\xa0\x1f\x42\xa3\x14\x20\x28\xca\xb1\x2c\x54\ +\xdc\xc6\xa1\x8a\x36\x0e\xb5\x06\xab\x76\xd9\x33\x33\x33\xa8\x54\ +\x2a\xa8\x56\xab\xa8\x56\xab\x46\x9c\x50\xf6\x96\x49\xe2\x7b\x83\ +\x60\x92\x1c\x27\x5c\x4f\x2e\xa8\x8e\x0f\xb8\x75\xeb\x56\x1c\x3b\ +\x76\xac\xcf\xfb\x10\x12\x33\x3d\x7c\x44\x45\x92\x86\xa2\x5d\xe8\ +\x66\xc7\x71\x0e\x0f\xba\x03\xca\x4a\xd1\x24\x80\xfe\x01\x55\x5c\ +\x1f\x19\x58\x1f\x1f\x51\x04\xf3\xd3\x32\xe2\x27\xa1\x14\xcd\xd6\ +\x05\xd5\xcd\xf5\x50\x0a\xdc\x3a\x98\xc2\x46\xfe\x3b\x72\x77\x29\ +\x0d\x4c\x91\xfc\xee\xb4\xc0\x10\x69\x0d\xd0\xf7\xfd\x38\x46\x3c\ +\x75\xea\x54\x5f\xb2\x46\x78\xa6\x3f\x06\xb0\x3f\x0c\xc3\x1f\x68\ +\x08\xb9\xbc\xb2\xe6\x26\x22\x3a\xc6\x2d\x33\x0b\x46\x7c\x42\xe9\ +\xfb\x9b\x42\xb2\x86\x25\x0c\x30\x59\x24\xf2\x3f\x88\xe8\xb3\x62\ +\x65\xcd\x34\xc6\x80\xc3\xce\xf5\x40\xed\xb2\xdb\xed\xb6\xd1\x00\ +\x89\xe8\xe9\xd9\xd9\xd9\xd3\xb5\x5a\xed\x74\xa1\x50\x38\x4d\x44\ +\xa7\x89\xe8\x74\xb9\x5c\x3e\x7d\xf6\xec\xd9\xd3\x00\x4e\x03\xf8\ +\x81\xef\xfb\x5f\x89\x16\x07\xa5\xc5\x09\xb3\x36\x40\x53\xb1\xf0\ +\x20\xcd\x59\x86\x31\xc0\xa4\x8a\xdb\xc9\x93\x27\x75\x2a\x6e\x4b\ +\x8c\xb1\x37\x22\x6a\x42\x63\x83\x23\x76\xbb\x5d\x56\x28\x14\x32\ +\x61\xc4\xab\xfa\x23\x72\xb7\x53\x16\x23\x46\xc9\xa3\xcf\x12\xd1\ +\x8f\x89\xe8\x7d\x8d\x46\x83\xad\xd7\x18\x50\x35\xd7\xd2\x26\xa1\ +\x26\xd7\x90\xdf\xa4\x09\x27\x04\x70\x09\x80\x8b\x01\x5c\xec\x38\ +\xce\xc5\x9e\xe7\x5d\xec\x79\xde\xc5\x51\x8a\x9a\x7f\x76\x02\xf8\ +\x2d\x00\x5f\x84\xa6\x64\x6d\xd4\x06\x98\x75\x29\xda\x30\x59\x5b\ +\x5d\x69\x17\x67\x5f\x70\x40\x5f\x32\x47\x3d\xba\xa6\x3c\x43\xaa\ +\xc2\x11\x0b\x85\xc2\xa9\xe5\xe5\x65\x96\x85\x28\x13\x11\xc9\xda\ +\xb2\xed\x66\x8c\x91\xca\x00\xa3\xa3\x04\xe0\x02\x00\x95\x62\xb1\ +\xb8\x6e\x4a\xd1\x6c\xe6\x9a\xe3\xab\xa9\xc0\xfa\x20\x08\x62\xce\ +\x95\x0d\x4e\x28\x42\x18\xaa\xf3\xd1\x71\x1b\x22\x3e\x61\x12\xac\ +\xd7\xe1\x84\xeb\x31\x06\x34\xd1\x91\xb8\x8a\x9b\x8e\xa1\xcf\x71\ +\x44\x5d\x76\x39\xba\xd7\xdd\xb3\xb3\xb3\x0f\x0d\x6b\x80\xa5\x52\ +\x29\x7e\x76\x36\x38\xa2\x82\x0a\x75\x47\xb1\x58\xbc\xd1\x71\x9c\ +\xd2\x30\x06\x38\x4e\x3e\xe0\xb0\x06\xc8\xfb\x50\x58\x83\xf5\xdd\ +\x6e\x57\x1a\xe8\x0e\xcb\x27\x14\x5a\x06\x07\xaa\x45\xa5\xc2\x09\ +\x27\x29\x06\x1c\x85\x0b\x2a\x1b\x2f\x57\x71\x7b\xfe\xf9\xe7\xa5\ +\x59\x53\x61\x71\xb9\xbe\xef\xbf\xa2\xdb\x85\x92\x38\x62\x1a\x03\ +\xd4\xa9\xa2\xe9\xfa\x23\x2a\x0c\x90\x67\xdb\x63\x3e\xe2\xa0\x3b\ +\xe0\x38\x92\x30\x59\xbc\x6c\xbb\xdd\xae\x88\xe5\xda\x91\x7a\x7d\ +\xdf\x97\xbe\x65\x78\x8a\x76\x10\x03\x74\x5d\x57\x34\x30\x4f\x06\ +\xd6\xcb\xde\xe4\x7c\xbd\x4c\x52\x29\xda\xa8\x5c\xd0\x64\xcc\xca\ +\xaf\x53\xad\x56\xb5\x2a\x6e\xd1\x71\x3e\x80\xef\x27\x31\xc4\x84\ +\x11\xf4\xe8\x9a\x66\xc5\x88\x8f\x54\xdc\xfa\x70\x44\xee\xd1\x48\ +\x5e\x0e\x14\xc9\x65\xb0\x30\x0c\x1f\xe7\x89\x9a\x49\x63\xc4\x67\ +\xc1\xd4\xe1\xb6\x24\x8e\xc5\x08\xd6\xf3\xc1\xc9\x16\xab\x2a\x86\ +\xe3\x7f\xa7\x62\xc4\x27\x62\x95\x1f\x01\x38\x69\xdb\x19\x58\x37\ +\x8e\xb5\x70\x41\xc7\x69\x80\xe2\xbd\xf3\x18\x51\xcc\x9a\x26\x3c\ +\x99\x76\xa9\x54\xfa\x75\x4e\x33\x12\xb9\x88\x82\x11\xf4\xf0\x11\ +\xb3\x62\xc4\xb7\x5a\xad\x58\xc5\x4d\x80\x2f\x7e\x33\x0c\x43\x26\ +\xdb\x9d\xe3\x1d\xc1\x71\x28\x52\x46\xb8\xa5\xd5\x6a\xb1\xe8\x05\ +\x47\x6b\xbd\x03\x8e\x9a\x2a\xe7\xd9\x54\xb0\x7c\xf9\xcb\x5f\xc6\ +\x45\x17\x5d\x64\x84\x2c\x92\x49\x14\x95\x72\xb6\x60\x80\xcf\x03\ +\xf8\xf7\x9e\xe7\x3d\x61\x82\x44\xb2\x36\x40\x9b\x1d\x70\xad\x63\ +\x40\x13\x1f\x70\x6e\x6e\x0e\xc7\x8f\x1f\xc7\x95\x57\x5e\x89\xe7\ +\x9e\x7b\xae\xef\x7c\xa9\x54\x3a\x4b\x44\x1f\x6b\xb7\xdb\x1f\x04\ +\x70\xa5\xa2\x39\x28\x39\x8e\xc3\xc2\x30\xbc\xb9\x56\xab\xf5\xf0\ +\x11\x65\xcf\xce\x96\x0d\x21\xe2\x88\x62\x7f\x44\xac\xca\xfa\xf7\ +\x18\x20\xc7\x38\x45\x3e\x62\xb9\x5c\xee\xe1\x23\xae\x35\x0c\x31\ +\xca\x32\x49\x32\x19\xa0\xc2\x30\x98\xc1\x00\x7f\x01\x40\xc1\xb4\ +\xb1\x01\x58\xf2\x3c\xef\xb1\xe4\x75\x8e\x1c\x39\x82\x1b\x6f\xbc\ +\xf1\x0d\xdc\x9d\x92\xb8\xb7\xcb\x8c\xb1\xca\x20\x30\xc4\x30\x0d\ +\x2f\xd7\xca\x05\xd5\x8d\xb7\x58\x2c\xe2\x95\x57\x5e\xc1\xf5\xd7\ +\x5f\x8f\xc7\x1e\x7b\x4c\x85\xc5\x6e\x27\xa2\xef\x32\xc6\x7e\x5a\ +\xf6\x62\x23\x22\xf8\xbe\xcf\x22\x18\xe3\x3b\x8c\xb1\x6b\xa2\x7a\ +\x53\x96\xc6\x00\x55\x6c\x88\x47\x1e\x79\x04\x91\x21\x32\xac\xf2\ +\x11\x8f\x61\x55\x57\x88\x14\x31\x22\x3f\x8e\x32\xc6\x7e\x51\x1c\ +\xcb\x5a\xd1\x91\x46\x65\x80\xca\x1d\xd0\x44\xec\x85\x82\xd0\x2b\ +\x92\x7a\x3f\xff\xf9\xcf\xc1\xf7\xfd\x9e\x5d\x31\xd9\x10\xc6\x86\ +\xd4\x2b\xea\xaa\x08\xa4\xd6\xe6\xb4\x96\xa2\x0d\xaa\x0b\x6a\x2a\ +\xed\x4a\x36\xa1\x91\xcc\x63\x9f\xae\xa9\x42\xd3\xb4\x47\xd7\x34\ +\x8b\xe6\x2c\x8c\x31\xb1\xe8\x1b\x88\x74\x4d\x1d\xc7\x09\x55\x4d\ +\x71\xa2\x32\xb7\x00\xc0\x6d\x6b\x31\xd7\xe3\x68\x1c\xc4\xc7\x93\ +\x1a\xac\x4f\x1a\x8d\x02\x27\xc4\xef\xfd\xde\xef\x63\x69\x69\x49\ +\xa9\xbf\x6f\x53\xae\x66\x4a\xf0\xac\x47\x18\xc2\xb4\x03\xaa\xd8\ +\x10\x5c\x72\x3f\xd9\x84\x46\x78\xbe\x7d\x38\x62\x22\x34\xe8\xc1\ +\x11\x89\xe8\xd4\xca\xca\x0a\xcb\x42\x15\xad\xd9\x6c\x62\xef\xde\ +\xbd\x7d\x38\x62\x18\x86\x26\x1c\xd1\x01\x70\x7b\xb9\x5c\x66\x9b\ +\x37\x6f\xbe\x7a\x9c\x3b\xe0\xb0\x30\x04\xcf\x82\xea\xc6\xcb\x5f\ +\x5a\x43\x31\xeb\x55\x38\x20\xff\xde\xd9\xb3\x67\x8d\x59\x57\xd5\ +\x0d\x24\x27\x72\x10\x03\x9c\xc4\x52\xb4\x61\x5d\x50\x5d\xe5\x0e\ +\x67\x5f\xec\xdc\xb9\x53\xd7\xd4\xd5\x1a\x47\x9c\x99\x99\x79\x28\ +\xab\x06\x9d\x8e\xe3\x0c\x8a\x23\xc6\x7c\xc4\x5a\xad\x76\xf1\x34\ +\x94\xa2\xf1\x2c\xa8\x6e\xae\xf9\x4e\x2d\xc5\x09\xd3\x32\xeb\xc3\ +\x30\xec\x83\x29\x6c\x9a\xc9\xd8\xd6\xa5\xaa\xc4\x6f\xa7\xbd\x14\ +\x6d\x14\x31\xab\xef\xfb\xa8\xd5\x6a\x78\xf0\xc1\x07\x75\x2a\x6e\ +\xf0\x3c\x4f\xc9\x47\xe4\x54\xa8\xe8\xb8\xa6\x58\x2c\xf6\xe0\x88\ +\xc9\x18\x30\xad\x2a\xda\x80\x38\x22\x3f\x76\x8c\x72\x07\xcc\xa2\ +\x14\xcd\x66\x73\xe0\x30\x0f\x8f\xc7\xad\x70\x42\x55\xa2\xc6\xc0\ +\xec\xee\x89\xff\xb8\x2f\x6e\x7b\x1d\x13\x4e\xb8\x1e\x4a\xd1\xb2\ +\x36\x40\x4e\xdb\xd9\xb1\x63\x47\x5c\xe2\xa6\x80\x9c\xfa\xf8\x88\ +\x12\x2e\x62\x1f\x8e\x98\x34\xc0\x41\x9b\xb3\x08\x1d\x83\x6d\x71\ +\x44\x44\x39\x81\xfb\x89\xe8\x9d\x44\x74\x2d\x00\xd4\x6a\x35\x9a\ +\x16\x18\x22\xb9\x36\x8b\xc5\xa2\x32\x54\xb3\x4d\xd4\x30\xc3\x07\ +\x1f\xfd\xe8\x47\xfb\x12\x09\xf5\x7a\x5d\x29\x78\x2b\x13\xff\x85\ +\xba\x83\x6d\x73\x2d\x54\xd1\xd6\x22\x09\x63\xab\x8a\x26\x1b\xef\ +\xd2\xd2\x92\x56\xc5\x8d\xf3\x11\x05\xbe\x9f\x6c\x2e\x7b\xf8\x88\ +\xb6\xc2\xbc\x03\xa8\xb8\x29\xf9\x88\xc2\xd8\xe2\xf3\x9b\x37\x6f\ +\x3e\x30\x0e\x61\xde\x71\x28\xf6\x59\x19\xa0\x29\x3b\x8a\x5e\xc2\ +\x2d\x3b\x70\xe0\x40\x3c\x01\x7c\x41\x2f\x2f\x2f\xa7\x6e\x97\x0d\ +\x85\xfa\xb4\xca\x08\xb3\x58\xd0\xe2\x78\x27\x31\x0b\x9a\x96\x90\ +\x2b\x66\x4d\x15\x73\x79\x21\x11\x3d\xae\xea\xbc\x44\x44\xcc\x75\ +\xdd\x30\xca\x4c\x1f\xce\x5a\x19\x3b\x41\x0c\xbe\x49\x63\x80\x3d\ +\x9f\x42\xa1\xf0\x6c\x94\x3b\xa0\x69\x7f\xd9\x5a\x29\x70\x1f\x38\ +\x70\x00\xbf\xf1\x1b\xbf\x11\x7f\x54\x40\x3d\x77\xa5\xfe\xf6\x6f\ +\xff\x36\x16\x83\x55\xb9\x74\x1c\x23\xb2\xe1\x2f\x26\xb3\xa4\xeb\ +\xad\x14\x6d\x58\x17\x54\x37\xde\xd7\xbe\xf6\xb5\x26\x15\xb7\x1f\ +\x33\xc6\xf6\x87\x61\xf8\x03\xcd\x73\xe7\x38\xdd\x4d\xb5\x5a\xed\ +\x58\x54\x78\x4c\x36\x31\xa0\x6c\xbc\x62\x29\x5a\x82\x18\xdc\xc3\ +\x47\xd4\xe9\xd5\x74\xbb\xdd\xd7\x96\xcb\xe5\xcf\xc9\x94\xbe\xd7\ +\xa2\x14\x6d\x98\x32\x49\x2b\xb0\xfe\xa9\xa7\x9e\xea\x51\x4e\x8b\ +\xde\x8a\xca\x4a\x99\x6a\xb5\x7a\x1a\x1a\x8e\x60\xab\xd5\x5a\xf1\ +\x7d\x7f\x37\x27\xf5\x7a\x9e\xc7\x54\x60\xbd\x02\xa6\xe8\x01\xeb\ +\xd7\x5b\x25\x4c\x56\x06\xc8\xc7\x3b\x3b\x3b\x8b\x97\x5e\x7a\x09\ +\x3f\xff\xf3\x3f\xdf\x97\xb1\x16\x5e\xb6\x65\x00\xcf\x01\xd8\x92\ +\x4c\xd2\x48\x8c\xe0\x71\xc6\xd8\x9b\x38\x88\x9e\x56\x15\x4d\x36\ +\xde\x08\xd0\x17\x71\xc4\xc7\xa3\x9f\x57\xae\x51\xc6\x58\x3b\x08\ +\x82\x7f\x05\xf0\x5f\x18\x63\x87\xd2\xc6\x80\xc3\xc2\x10\x59\x54\ +\x69\x49\xcb\xd6\x64\x3b\x93\x98\x50\x51\xf5\x1f\x14\x21\x8a\x46\ +\xa3\x71\x89\x45\xb8\xd9\xf2\x7d\xff\x1f\x3c\xcf\x7b\xb7\xed\x0e\ +\x28\xf3\x9f\x73\x03\x34\xf3\x01\x1d\xc7\xc1\xdc\xdc\x1c\x1e\x7e\ +\xf8\xe1\x1e\x43\x4c\xb8\xa7\x1c\x47\xf4\x01\xb8\x06\xd5\x34\xde\ +\x1f\xf1\x4d\x59\x89\x32\x71\x15\xb7\xab\xae\xba\x2a\xc6\x11\x19\ +\x63\x8f\xeb\x36\x89\x20\x08\x62\x3e\xe2\xa4\x95\xa2\xd9\xae\x4d\ +\x25\x4e\xa8\x72\x0d\xc5\x9b\x14\x8d\x44\xd5\xf8\x25\x41\x57\x4a\ +\x9e\x2b\xb9\xae\xfb\x2e\xdf\xf7\xef\xb2\x81\x29\x64\xbf\x9f\x55\ +\x73\x96\x69\x83\x21\x06\x95\xa4\xe0\x86\xa8\x52\x71\x4b\xe2\x88\ +\x2a\x08\x83\xe3\x88\x44\xf4\x50\x56\xcd\x59\x12\x2a\x6e\x46\x1c\ +\x31\x31\xe6\x3b\x88\xe8\xc6\x2d\x5b\xb6\x94\xd2\xc0\x10\x6b\xad\ +\xda\xce\x9f\xaf\x94\xd4\xab\xda\x99\x44\x03\x14\x6f\x4c\xa3\x6d\ +\x22\x3d\x2f\xd2\x6a\x00\xdc\x02\xe0\x13\x2a\xb0\x5e\x85\x13\x6e\ +\x64\x18\x62\x18\x49\x8a\xb9\xb9\x39\x7c\xf3\x9b\xdf\xd4\x31\xf4\ +\x81\x88\x8f\xa8\x03\xd2\x39\x8e\x58\xad\x56\x0f\x57\x2a\x15\xca\ +\x82\x11\x6f\x8b\x23\x4a\xc6\xcc\x00\xdc\xd3\xe9\x74\x5a\xaf\x79\ +\xcd\x6b\x76\x4d\x0a\x0c\xa1\xcb\x4f\x74\x3a\x9d\x7f\xf3\x24\x6d\ +\x2a\x58\xf8\x00\xf9\x82\x36\xe1\x84\xe2\x0e\x29\x33\x40\x2e\xfe\ +\x23\x4c\x66\x5b\x9a\x82\xd5\xe0\x84\x1b\xa1\x14\x4d\xb6\xa0\x6d\ +\x5e\x18\x26\x3a\xd2\xf9\xe7\x9f\x8f\x63\xc7\x8e\x29\x19\xfa\xd1\ +\x33\xed\xe1\x23\xf2\x71\x9b\x70\xc4\x41\x0d\x50\x7c\x76\x82\x21\ +\xf6\xe0\x88\x3c\xa3\xd9\xf7\xc6\x70\x5d\x2a\x14\x0a\x68\xb5\x5a\ +\x2c\x08\x82\xc7\x93\x89\x1a\xb1\x14\x6d\x12\x44\xa3\xf9\x26\x93\ +\x8a\xd4\x2b\xfe\xb0\x09\x60\x94\xf0\x05\xa5\x31\x5e\xe2\x7c\x51\ +\x7c\xd3\xa9\x1e\x82\xb8\x83\x6e\x94\x52\xb4\xe4\x82\x36\x8d\xd7\ +\x86\x11\xcf\x55\xdc\x78\x13\x1a\x45\x48\x12\xf3\x11\x79\xdc\x2f\ +\x89\x11\x63\x39\x45\x08\xfd\x11\xb3\xd0\x84\x49\xa8\xb8\xc5\xfd\ +\x11\x25\x06\x18\x53\xa1\x00\x50\xd4\x64\xa5\xa7\x3f\xa2\xa9\x39\ +\xcb\x5a\x28\xf6\x15\x8b\xc5\x78\x2c\xd6\x3d\xeb\x55\xd5\x11\xb2\ +\x24\x8d\xcc\x00\x45\x08\x23\x71\xfe\x71\x00\x7f\x67\x22\xf5\x8a\ +\xee\xad\xf8\x16\xd1\x19\xe0\x7a\x29\x45\x1b\xd6\x05\x15\x4b\xa5\ +\x92\x2a\x6e\x22\x43\x3f\xe9\xee\x95\x4a\xa5\xb3\x85\x42\xe1\x63\ +\x8c\xb1\x45\x55\x99\x9b\xe3\x38\xe4\xba\x2e\x23\xa2\x9b\x89\xe8\ +\x70\x96\xcd\x59\x24\x86\x78\x40\x65\x80\x89\xb1\xdd\x45\x44\x07\ +\x89\xe8\x63\xf5\x7a\x9d\x8d\xc3\x05\x4d\x53\x26\x59\x2e\x97\xa5\ +\x73\xad\xc5\x0a\x93\x7d\x06\xa1\xe9\x4f\x28\xf4\xc9\x93\xb5\x53\ +\x4e\xb6\xcf\xfe\x3e\x80\xf3\x4c\x60\xbd\x44\x5d\xba\xb9\x1e\xe9\ +\x48\x59\x29\x63\xa7\x1d\xef\xd2\xd2\x92\xb4\x09\x8d\x70\x9c\x8f\ +\xd5\x66\xae\x3d\x73\x9a\x68\x9f\x1d\xf7\x47\x8c\x16\x1b\x65\xa5\ +\x82\x9e\x00\xf4\xaf\x8e\xd6\x44\x28\xb4\x5c\x67\xb2\xb1\x01\xb8\ +\x2f\x8a\xbd\x68\x92\x7b\x57\x1a\xc1\x7a\x00\x5a\xd5\x6d\x09\x4c\ +\x41\x00\x7e\x0a\xab\xb2\x87\xf1\x87\x31\x16\x7f\x84\x7f\xbf\xda\ +\xf3\xbc\x25\x5d\x4c\xaa\x88\x2f\xd9\x46\x89\x01\x87\xdd\x01\x75\ +\xa2\x4c\x7c\x2c\x5b\xb6\x6c\xc1\xf1\xe3\xc7\x95\x4a\xdf\x58\x55\ +\x40\x78\x36\xb9\x3e\x88\x48\x74\x51\x63\x23\x99\x9d\x9d\x3d\x95\ +\x54\xd7\x4e\x1b\x53\x89\x09\x37\x01\xd0\xe7\xc9\x9a\xdd\x8c\x31\ +\xf2\x7d\x9f\xa9\x32\xb8\xd1\xba\xd9\x5f\x2c\x16\x6f\x93\xb5\x88\ +\x1b\x27\x0c\x61\x5a\x9b\x56\xed\xb2\xaf\xb8\xe2\x0a\x5b\x03\x04\ +\x00\x74\x3a\x9d\xb3\xae\xeb\x62\x79\x79\xb9\xe7\x26\xdb\xed\x36\ +\x2e\xbd\xf4\x52\x29\x4e\x95\xc2\x00\x01\xa0\x42\x44\x4d\x18\x44\ +\x83\xf3\x23\xb3\x83\x61\x55\x23\xb4\x2f\x4b\x6a\xc2\x11\x87\x35\ +\xc0\x64\xb2\x26\x02\xf4\x95\x38\xa2\xf8\x77\x41\x10\x38\x00\xbe\ +\x48\x44\x2f\x31\xc6\xfe\x6c\x54\x2e\xe8\x30\xe1\x86\x72\x07\xb4\ +\x10\x5d\x8a\xdd\x44\x59\xab\xe4\xcb\x2f\xbf\x1c\xe7\xce\x9d\xeb\ +\xdb\xc2\xd3\xb6\xcb\x26\x22\xa6\xab\x69\x54\xb0\xc2\xad\xce\x6b\ +\x58\xe5\xd6\xe7\x55\xae\xd0\xb0\xe7\xf9\xb5\x87\x39\xbf\x96\xd7\ +\x16\x14\x16\x1e\xcc\xb2\x39\x8b\xef\xfb\x49\x86\xfe\xd5\xb2\x6b\ +\x0b\xd7\x4f\x7e\x2e\x9e\xa4\xc6\x41\x03\xb5\xcb\x96\x54\x59\x48\ +\x71\xc0\x27\x9f\x7c\x12\x9f\xfc\xe4\x27\xad\x34\x35\x74\xd7\x1a\ +\x04\x02\xb1\x39\x6f\x60\x95\x5b\x9d\xd7\xec\x02\xda\xf3\xfc\xc5\ +\xa3\x3b\xaf\xdb\x65\x6c\xce\x0f\x33\xb6\x2c\xae\x2d\x78\x7f\x45\ +\x2e\xa5\x98\x85\x2a\x9a\xa0\xe2\xd6\x87\x23\x8a\x3b\x91\xca\xab\ +\x02\xb0\x23\x0c\xc3\xa1\x19\xf1\x59\xa8\x35\x88\xc9\x24\x27\x8d\ +\x51\xd8\xf0\xfd\xf8\xf1\x57\x7f\xf5\x57\xf8\xe1\x0f\x7f\x38\x90\ +\x01\x26\x99\xf5\x59\x19\xa0\x08\x71\x0c\x73\x5e\xd3\x83\x4f\x79\ +\x9e\x88\x62\x77\x44\x75\x5e\xb7\xc8\x6d\xcf\x0f\x32\x36\x0d\x0e\ +\x68\x7d\x5e\xfc\x6d\xe1\xfc\x3e\x00\x7f\x9a\xa5\x24\x85\x0a\x47\ +\x0c\x82\x40\x87\x23\x22\xda\xb9\xef\x2f\x97\xcb\xef\x9c\x99\x99\ +\x89\xf9\x88\x49\x17\xd4\x26\xde\xcf\x42\xad\xa1\xd3\xe9\xc4\x8a\ +\x03\x4e\x5a\x03\xd4\x7d\x27\x79\xc1\x67\x9f\x7d\x56\x0a\xf8\x9b\ +\x7e\x67\x54\x06\xa8\x80\x48\x52\x9d\x97\xa4\xc3\xad\xce\x73\x3d\ +\x56\xd9\x79\x8d\x2e\x68\xaa\xf3\x3a\x03\xd4\x9d\xe7\x0c\xef\x61\ +\xcf\x27\xcf\x39\x8e\x83\x62\xb1\x18\x8c\x42\x92\x42\xd2\x96\x4d\ +\x89\x23\x46\x6a\x72\x5c\xed\xed\x08\x80\x7f\xdc\xb2\x65\xcb\x81\ +\x7a\xbd\xce\xb2\x8e\x01\x6d\x20\x32\xde\xad\x97\xdf\x73\x2a\x66\ +\xbd\x49\x94\x29\x69\x84\x62\x56\xaf\xdb\xed\xa6\x6d\x97\xed\x8a\ +\x99\x50\x5d\x11\xc0\x10\x45\x02\xa9\x0d\x70\x50\xe3\xe7\x8b\x54\ +\x77\xde\xf4\xf7\xa6\x0a\xa4\xb4\x06\xc8\x77\x47\x05\x10\x6f\x7d\ +\x9e\x2f\x2e\xc9\xf1\x42\xa5\x52\xf9\x5f\x59\x1b\xa0\x68\x88\x0b\ +\x0b\x0b\x5a\x1c\x31\x32\xc0\x78\xc8\x82\x41\xfd\x31\x07\xf3\xb3\ +\x2a\x45\x4b\x53\x26\x69\x2d\x7f\xa8\x49\xd4\x48\x93\x20\x85\x42\ +\x81\x89\xf0\xc1\xd2\xd2\x52\x1c\xe8\x0e\xc0\xac\x2f\x01\xf8\xbd\ +\x24\xce\xa8\x4a\x36\xe8\xce\x2b\x30\xca\xd4\xe7\x07\xb9\xf6\xb8\ +\xce\x43\xa3\x74\xb0\x46\xd7\x5e\x06\xb0\x73\xd4\x12\x94\xbe\xef\ +\x2b\x71\x44\x4d\x82\x86\x39\x8e\xd3\x02\xf0\x39\x4e\x44\x56\x61\ +\x89\xe3\x50\x6b\xf0\xb2\xd8\x01\xf9\x9b\x41\xfc\xde\x9d\x77\xde\ +\x89\xb9\xb9\xb9\xbe\x02\xdd\xe4\x9f\x47\x59\xad\xbe\xbf\x67\x8c\ +\xb5\x89\xe8\xbf\x03\x38\x04\x20\x34\xc9\x00\xe8\xce\x0f\xf3\xb7\ +\xeb\xfd\xfc\x08\x7f\xbb\x03\xe0\xec\xf1\xe3\xc7\xb1\x6f\xdf\xbe\ +\x4c\x77\x40\x71\x47\x71\x5d\x57\x54\xfa\x16\x71\xc4\xc7\x7d\xdf\ +\x97\xf6\xbe\x8c\xae\x5b\x0a\xc3\xf0\x33\xae\xeb\x7e\x08\x02\x1f\ +\x71\x10\xcc\x37\x4d\x95\x96\x0a\xf3\x1d\x04\xaa\xe8\xa9\x94\x29\ +\x14\x0a\xc9\x37\x62\x33\x7a\x13\xea\x3e\x8f\xab\xae\x73\xef\xbd\ +\xf7\xf6\x55\x8e\xa8\xde\x9a\x62\xf5\x83\x4e\x7c\x96\x7f\x47\x55\ +\x9d\xc2\xdf\x68\xba\xb4\xb4\xa8\x8f\x62\xba\x8e\xcd\x78\x55\x6f\ +\x4d\xf1\x3b\xba\xf3\x3c\xc0\x37\x8d\xd7\x66\x2c\xa6\xef\x84\x61\ +\x88\xa5\xa5\x25\xec\xdf\xbf\x5f\xbb\x5e\x64\x6b\x66\x61\x61\x61\ +\x24\x22\xcc\xc9\xb9\x14\xb2\xa6\x40\x24\x30\x6c\x80\x50\xf8\xe7\ +\x43\x83\xec\xd8\x36\x55\x4f\x36\x72\x29\x64\xb3\x03\x7e\xfa\xd3\ +\x9f\xee\x71\x23\x6f\xbd\xf5\x56\x26\xc6\x04\xba\x58\x47\x97\xea\ +\x8f\x8e\x3b\x00\x7c\x44\xfc\x87\x8f\x7e\xf4\xa3\xf8\xd9\x9f\xfd\ +\x59\x0e\xfc\xaf\xe6\xba\x8b\x45\xe5\x0b\x63\x5c\xdf\x99\xa4\xb1\ +\xac\xc5\x78\x6b\xb5\x1a\x4e\x9f\x3e\x8d\x2f\x7e\xf1\x8b\xca\xac\ +\xb9\xca\x6b\x7a\xe0\x81\x07\xf0\xf6\xb7\xbf\x7d\xd5\xfd\x1a\x52\ +\x15\x4d\xc7\x88\x3f\x79\xf2\x24\xf6\xee\xdd\x2b\xe2\x88\xc7\x2c\ +\x3d\xbb\x77\x6d\xda\xb4\xe9\xbe\x9f\xfc\xe4\x27\xed\xac\x2a\x61\ +\x6c\xaa\xb4\xa4\x9e\x84\xec\x6d\xa6\xaa\x1d\x55\x81\xe9\xa2\x28\ +\x93\xea\xbc\x50\xf7\x77\x08\x80\x87\xfc\x98\xca\xc3\xb2\x6d\x02\ +\x00\xe0\xd0\xa1\x43\x99\xa8\xa2\xa9\x76\x9d\x4e\xa7\x23\xaa\xb8\ +\xf1\xe3\xdd\x00\x42\x5e\xe7\xaa\x88\x11\x43\x00\xac\x5c\x2e\x33\ +\xc7\x71\x76\x8d\x4b\xb1\x4f\x5a\x14\xaf\x7a\x98\xdc\x08\x79\xb5\ +\x81\x29\x09\x60\x32\x40\xe1\x1c\x2f\xfa\xfd\xd4\x20\x95\x3b\xa6\ +\xef\xd8\x2c\x90\x34\xdf\x19\x66\x2c\xd3\x36\xde\x51\x8d\xe5\x81\ +\x07\x1e\x18\x4b\xe1\x7d\x22\x59\xf3\x7e\xac\x72\x56\x95\xc5\xde\ +\x91\x81\x86\x00\x98\xae\xe8\x3b\x2b\x17\x94\x87\x35\xd2\x5e\x14\ +\x2a\x77\x82\x31\x16\xd7\xdb\xd9\x24\x69\x2c\x53\xfd\xfc\x21\x05\ +\x69\x13\x42\x69\x24\xfb\xb3\xf8\xce\xb0\x63\x99\xb6\xf1\x66\x39\ +\x16\xf1\xb8\xf5\xd6\x5b\x07\x72\x41\xd3\x16\xde\xcb\x70\x44\x48\ +\xba\x89\x25\x60\x0c\x8a\x5c\xf3\x5b\x54\x2a\x6e\xb6\x30\x84\xa9\ +\xf0\xde\xf7\xfd\xb8\x5d\xb6\xd5\x71\xe2\xc4\x09\xac\xac\xac\xc4\ +\x6f\x99\x0c\x76\x40\xf1\xf3\x5d\x00\x97\xe6\x3b\xe0\xfa\xde\x01\ +\xc5\xe3\xcc\x99\x33\x60\x8c\x8d\x85\x7a\xa6\xd3\x35\x35\xb8\xa8\ +\x07\x01\xfc\x76\xa4\x1e\x48\x59\xee\xd8\xcd\x66\xb3\x27\xa1\x66\ +\xdd\x2e\xdb\x75\x5d\x2d\xe3\x5d\x54\x45\x53\x11\x7a\x15\x09\x9a\ +\xff\x03\xe0\xe9\x7c\x07\x5c\x7f\x3b\xa0\xea\x7c\xa7\xd3\x41\xbb\ +\xdd\xd6\xee\x80\x59\x35\x67\x49\x00\xfa\xb1\xae\x69\x84\x7f\x2a\ +\xcb\xdc\x1c\xc7\xf9\xb8\xeb\xba\x7f\xbc\x79\xf3\xe6\xdf\x7e\xf5\ +\xd5\x57\x59\x96\x6a\x0d\xae\xeb\xf6\x80\xf5\x56\xed\xb2\x3d\xcf\ +\x53\x22\xfc\x36\xb2\x84\xbc\xd4\x2a\x61\x80\x2f\x03\x98\x03\xf0\ +\x99\xf5\x68\x80\x36\x2e\xfe\x46\x71\x41\xc5\xa3\x52\xa9\x60\xeb\ +\xd6\xad\x5a\xb9\x94\x2c\x9b\xb3\x08\x2a\x6e\x52\x3e\xa2\xca\x3d\ +\x8d\xe8\x79\xa5\x46\xa3\x71\x39\xbf\xd7\xac\xd4\x1a\x54\x85\xec\ +\xda\xb7\xb8\x2e\x3b\x2a\x69\xe0\xc9\xb0\x5a\x72\x36\x63\xf8\x94\ +\x73\x97\x6e\xe3\xb8\xa0\xfc\x90\x35\x8f\x1d\x57\x83\x4e\x13\x8e\ +\xc8\xdd\x53\x89\x8b\x7a\x8b\xea\x3a\x69\x5c\x66\x15\x95\xcb\xea\ +\x81\x9b\x8c\x30\x19\xe7\x99\xca\x7d\x3e\xff\xf9\xcf\xe5\xb9\xfd\ +\x0d\x78\xec\xdf\xbf\x3f\xae\x40\x59\xab\xe6\x2c\x09\x43\xbc\xda\ +\xc2\x00\x7b\xf8\x88\xa3\x90\x4b\x21\x1b\x97\x63\x61\x61\x01\x57\ +\x5e\x79\x65\x8c\x69\x54\xab\x55\x6d\x2d\x13\x63\x8c\x4c\xe5\x3e\ +\x27\x4f\x9e\xc4\x97\xbe\xf4\x25\x3c\xf3\xcc\x33\xf9\xea\x5c\xe7\ +\xc7\x79\xe7\x9d\x87\x9b\x6f\xbe\x19\xbf\xfc\xcb\xbf\xac\x0c\x6b\ +\xc6\x29\x3f\x92\x00\xf4\xdf\x0d\xe0\xb0\xe3\x38\xe4\x38\x8e\x32\ +\x46\x8c\xe0\x94\x77\x30\xc6\x1e\x48\x93\x05\x35\x8d\x57\x6b\x84\ +\x86\x58\x47\x6b\x84\x4f\x3d\xf5\x14\xed\xdc\xb9\x33\x29\xf2\xdb\ +\x73\xe1\x4e\xa7\xa3\x54\xe7\xee\x19\xa0\x21\x85\x1b\x86\xa1\x51\ +\x05\xce\xe6\x3b\xa6\x6b\x71\xb7\x41\xf7\x9d\xac\xc6\xb2\xde\xc6\ +\xcb\x77\x0d\xae\x8e\x36\x2a\x03\xb4\x65\x43\x78\x9e\x87\x47\x1e\ +\x79\x04\x7b\xf7\xee\xe5\xf4\xa6\xf7\x03\xb8\x0b\x91\xf4\xa6\x2c\ +\x46\x04\xc0\x22\x3a\xd4\x8d\xb5\x5a\xad\x79\xee\xdc\xb9\x07\x6b\ +\xb5\x1a\x31\x85\x3f\x69\xa3\xff\x13\xc9\x33\xf6\x1a\xa1\x6d\xf0\ +\x2e\x0b\x68\x79\x16\x94\xe3\x7f\xc9\x26\x32\x69\xb1\xa1\xf5\xdc\ +\x1b\x42\x27\x4b\x68\xdb\x23\xde\x34\xde\x61\x9a\xb3\xa4\x59\xd0\ +\x59\x35\xe8\x5c\x8b\xe6\x2c\x51\x13\x1a\xd1\x10\xbf\x2e\xc0\x19\ +\x32\x49\x45\x06\x80\x4a\xa5\x12\xda\xed\xf6\x7f\x64\x8c\xdd\x3d\ +\xe8\x78\x39\xb7\xd6\xf3\xbc\x7e\x23\xb4\xcc\x8c\x31\x55\x96\x94\ +\x83\x9e\x7b\xf6\xec\xc1\xa3\x8f\x3e\x9a\x1b\x20\xec\x55\xd1\x92\ +\xba\xa0\x2a\x03\xd4\xb5\xa8\xce\xa2\x39\xcb\xb8\x0c\xd0\x66\xbc\ +\xa3\x56\x45\x4b\x18\xe2\x4d\x00\x0e\x8b\x3b\xa0\x46\x2a\xe4\x1c\ +\x63\xec\x02\xde\x99\x2a\xed\x78\x19\x63\x71\xb7\x5e\x2b\x66\x7d\ +\x1a\x55\x34\x7e\x3c\xf6\xd8\x63\x78\xfa\xe9\xa7\xfb\x1e\xb8\x0d\ +\xd6\xb2\xd1\x84\x79\x6d\x0d\x70\x90\x1e\xf1\x93\xbc\x03\x4e\x42\ +\x73\x16\x55\x7f\x44\x6e\x58\x2a\x25\x01\xd7\x75\x5f\x4b\x44\x3d\ +\xfd\x11\x6d\xd7\x66\x10\x04\x3d\xa1\x98\x11\xac\x1f\x42\x96\x10\ +\x2f\xbe\xf8\x62\xcf\x22\xe2\x93\x92\x37\x67\xe9\x9f\x14\x1b\x03\ +\x34\xf5\x88\xd7\x3d\xdf\x49\x74\x41\x27\xa5\x39\xcb\xee\xdd\xbb\ +\x39\xa0\x1f\xe3\x88\x61\x18\x6a\x71\xc4\xa8\x2d\xdb\x67\x88\xe8\ +\xc7\x44\xf4\xbe\x4e\xa7\xc3\xf8\x5c\x9b\xd6\x66\xa1\x50\xe8\x19\ +\x8b\x33\x2a\x03\xe4\x93\xc0\x17\xfd\xb4\xb8\xa0\xe3\x6e\xce\x92\ +\x65\x0c\x38\xcc\x0b\x63\x9c\x06\x38\x49\xcd\x59\x96\x97\x97\xd1\ +\x6e\xb7\x65\x6d\xd9\x2e\x43\x82\x10\x2c\x91\xcb\x88\xfb\x23\x72\ +\x15\xb7\x41\xe6\x9a\x06\x34\xc0\x98\x4f\xc8\xb5\x4f\xf2\x23\x3f\ +\xd6\xf3\x21\x31\xc0\xe4\xf1\x2e\x00\xf7\x31\xc6\xda\x69\x5f\xb6\ +\x34\x80\x01\x1a\x21\x0a\x0e\x4d\xe8\x94\xc9\x74\xe7\xd7\x52\x7b\ +\xd3\x74\x3e\x8b\xb1\x59\x66\xa0\x53\xcf\x4b\x56\xe7\x07\x19\x9b\ +\x90\xca\x1f\xea\xbc\xea\xda\xc3\x9c\x1f\xc3\xd8\x58\x18\x86\x14\ +\x85\x87\x25\xc6\x58\x27\x8d\x77\xe6\x0c\x60\x80\x30\x19\x20\xef\ +\x9e\xa4\x53\xff\x92\x9d\x4f\xea\x7e\x0e\x7a\x7e\x50\xed\x4d\x93\ +\x6e\x68\x56\xba\xa0\x2a\xd7\x5e\x77\x5e\xd4\xfd\x1c\xc5\x79\xdd\ +\xb5\x4d\xe7\xc5\x4c\xe2\x30\xe7\x47\x69\x80\xc3\x8e\x4d\xf5\xc2\ +\x8e\xce\x8b\x9b\xd9\x0d\x69\x0c\xb0\x0f\xac\x57\x19\xe0\xa1\x43\ +\x87\xf0\x33\x3f\xf3\x33\xb1\xbf\xbe\x77\xef\x5e\x5e\xc6\x43\x69\ +\x62\xc4\x71\xe9\x82\x66\xad\xda\x9d\xd5\xd8\x06\x95\x25\xe4\xbc\ +\xb3\x41\xce\x2b\xf0\xae\xcc\x3c\x03\xd3\x6f\xdb\x9c\x1f\xa5\x01\ +\x66\x31\x36\x15\x31\x41\x72\x3e\x04\xe0\x9c\x3b\x77\x8e\xce\x3b\ +\xef\x3c\xac\xac\xac\x68\x0d\x90\x73\x0a\xfb\x1e\xb6\x89\x59\x1f\ +\x25\x2d\x3e\x05\x45\x6b\x34\x55\xef\x06\xd3\x79\xd7\x75\xa5\x7d\ +\x2d\x90\xa8\x51\x4d\xc9\x55\xcc\xe4\xbc\xcd\xd8\x5c\xd7\x35\x9e\ +\xd7\x5d\x5b\x75\x9e\x0b\x69\x0d\x72\xde\x34\x36\x0c\xd9\xb7\x22\ +\x21\x53\xa2\x7c\x6e\xba\xf3\xba\x5a\xcd\x61\xce\xdb\x8c\x8d\xcf\ +\xb9\x4c\xb6\x91\x9f\x57\x49\x3a\x6a\xce\x7f\x0a\xf8\x37\xce\xa4\ +\xae\xbe\x95\xd7\xb6\x5a\x1d\x8b\x8b\x8b\x71\x21\x6a\x84\xf4\x73\ +\x70\x33\xe4\x0b\x41\x75\x33\xc8\x50\x37\x74\xd0\xbf\xd5\x8d\xcd\ +\x74\x7e\xd4\x63\x8b\x1a\x6c\xbe\x06\xef\xb5\x00\x00\x02\x69\x49\ +\x44\x41\x54\x8e\xe4\x3c\x0c\x9a\xa3\xa6\xbf\x35\x9d\xc7\x08\x35\ +\x4d\xf9\xb5\x27\x71\x4d\x29\x0c\x30\x14\xbd\xc3\xf9\xf9\x79\xa5\ +\x21\xae\xac\xac\xc4\xd0\x94\xb5\x11\x2e\x2c\x2c\xc4\x7d\xee\x38\ +\x36\x09\xe0\x7a\xc9\x00\xf2\x4f\xfe\xc9\xe4\x63\x32\xfe\x09\x1a\ +\x9b\xb8\xf6\xaf\x07\x40\xdc\x9b\xdc\xb9\x73\x27\xce\x9d\x3b\xd7\ +\xd7\x3c\xb6\xd9\x6c\xf6\x50\xb9\x52\xb5\xcb\x16\x82\x7b\x06\xe0\ +\x7e\xac\xf2\x06\x3f\x85\xbc\x4f\x60\x7e\x64\x7c\x58\xef\x10\x6b\ +\x3f\x36\x8a\x6c\xc0\x05\x70\xbf\xe7\x79\x8c\xc7\xa7\x67\xce\x9c\ +\xc1\x25\x97\x5c\x82\xe7\x9e\x7b\xae\x07\xa3\x4e\x16\x5d\x68\x8d\ +\x87\xd7\x92\x2e\x2e\x2e\x4a\x1b\x85\xda\x54\x96\x64\x45\xf9\x58\ +\xaf\xc5\xd8\x8c\x31\xa3\xc4\xc3\x34\x15\x63\x8f\x8b\x0d\x91\xc5\ +\x5c\x0f\xb2\x36\xa3\x5a\xd3\xd4\x88\xc2\x99\x33\x67\x70\xc1\x05\ +\x17\xc4\x52\x2f\x5a\x88\x42\xf6\xc3\xaa\xb7\x41\x5e\x8a\x36\xbc\ +\x01\xe6\xa5\x68\x83\x8d\x37\xcb\xe6\x2c\x36\x73\x9d\x50\x71\x4b\ +\x0d\xe9\xbd\xed\x6d\x6f\xc3\xb3\xcf\x3e\x2b\x1d\xaf\x93\x16\x94\ +\x1d\xf7\x5b\x71\xa3\x96\xa2\x99\xfa\x1b\xa4\x31\xc0\x42\xa1\x30\ +\xb6\x52\xb4\x71\xd2\x91\xc6\xb5\x63\x27\xe7\x5a\x34\x44\x6e\x23\ +\x26\xb1\xaf\xb3\x67\xcf\xe2\x6d\x6f\x7b\x5b\xec\x9a\x26\xfd\x59\ +\xa3\x01\x26\xdd\x51\xce\x85\xd2\xb5\x77\x4a\xf6\x60\x93\x3d\x2c\ +\x13\xb1\x37\x08\x82\x78\x41\xab\x0e\x9b\xb1\x8c\x6b\xbc\x5c\x3b\ +\x65\xd8\xf1\xb6\xdb\x6d\x63\xfb\x2c\xbe\x40\x64\x46\xcc\x0d\xb9\ +\xdb\xed\xa2\x58\x2c\x2a\x89\xbd\x59\x8e\x57\xf7\xec\x6c\xc6\x3b\ +\x6d\x73\x0d\x40\xea\x9a\xda\x6c\x66\xe7\xce\x9d\xc3\xfc\xfc\xbc\ +\x5c\xde\x42\xf5\x47\x07\x0f\x1e\xc4\xe5\x97\x5f\x1e\xbf\x7d\x79\ +\xa2\x46\x75\x8c\xeb\x3b\x93\x34\x16\xfe\x9d\x49\x1a\xcb\xb4\x3d\ +\xbb\x69\x1b\x6f\xb5\x5a\xc5\x3f\xfd\xd3\x3f\xf5\xf5\xe6\x30\x79\ +\x93\xdb\xb7\x6f\xc7\x89\x13\x27\xb0\x63\xc7\x8e\xfe\xc2\x11\x9b\ +\x7e\x02\xf9\x91\x1f\xf9\xa1\x3f\x6c\x54\xe7\xe6\xe7\xe7\xe3\x22\ +\x18\x4a\xf3\xc3\xa6\xe0\x73\xda\x74\x41\x37\xba\x34\xfd\x7a\x10\ +\x12\x9e\xd6\xf1\x8a\x30\x86\x9b\x1b\x60\x6e\x80\xf9\x5c\x8f\x7f\ +\xbc\xdc\x0d\x7d\xf5\xd5\x57\xcd\x3b\x61\x3e\x29\xb9\x01\xe6\x73\ +\x3d\xda\xf1\x52\x6e\x80\xb9\x01\xe6\x73\xbd\xb6\xe3\x75\xb6\x6f\ +\xdf\x3e\xd2\x07\x91\xe6\x06\xd6\x7a\x52\x26\x6d\xbc\xa6\xb1\x4c\ +\xdb\x78\x27\xc9\x00\x27\xe5\xd9\xcd\xcf\xcf\x03\x77\xde\x79\xa7\ +\xf6\x61\x4d\x4b\x36\x2a\x8b\xef\x4c\xdb\x78\xb3\xb8\xa7\xf5\xf8\ +\xec\xa6\x29\x53\x7a\xe7\x9d\x77\xae\x5a\xe7\x81\x03\x07\x90\x1f\ +\xf9\x91\x1f\xe3\x3d\x0e\x1c\x38\xb0\x5a\x5c\xc0\x19\xd3\x87\x0e\ +\x1d\xc2\x9e\x3d\x7b\xf2\x27\x93\x1f\xf9\x31\xe2\x63\xcf\x9e\x3d\ +\x38\x74\xe8\x50\x4c\x0d\xfc\xff\x2f\x23\x6b\x7a\x9b\x30\x28\xa4\ +\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x11\xdd\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x02\x00\x00\x00\x02\x00\x08\x06\x00\x00\x00\xf4\x78\xd4\xfa\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ +\x01\x00\x9a\x9c\x18\x00\x00\x0a\x4f\x69\x43\x43\x50\x50\x68\x6f\ +\x74\x6f\x73\x68\x6f\x70\x20\x49\x43\x43\x20\x70\x72\x6f\x66\x69\ +\x6c\x65\x00\x00\x78\xda\x9d\x53\x67\x54\x53\xe9\x16\x3d\xf7\xde\ +\xf4\x42\x4b\x88\x80\x94\x4b\x6f\x52\x15\x08\x20\x52\x42\x8b\x80\ +\x14\x91\x26\x2a\x21\x09\x10\x4a\x88\x21\xa1\xd9\x15\x51\xc1\x11\ +\x45\x45\x04\x1b\xc8\xa0\x88\x03\x8e\x8e\x80\x8c\x15\x51\x2c\x0c\ +\x8a\x0a\xd8\x07\xe4\x21\xa2\x8e\x83\xa3\x88\x8a\xca\xfb\xe1\x7b\ +\xa3\x6b\xd6\xbc\xf7\xe6\xcd\xfe\xb5\xd7\x3e\xe7\xac\xf3\x9d\xb3\ +\xcf\x07\xc0\x08\x0c\x96\x48\x33\x51\x35\x80\x0c\xa9\x42\x1e\x11\ +\xe0\x83\xc7\xc4\xc6\xe1\xe4\x2e\x40\x81\x0a\x24\x70\x00\x10\x08\ +\xb3\x64\x21\x73\xfd\x23\x01\x00\xf8\x7e\x3c\x3c\x2b\x22\xc0\x07\ +\xbe\x00\x01\x78\xd3\x0b\x08\x00\xc0\x4d\x9b\xc0\x30\x1c\x87\xff\ +\x0f\xea\x42\x99\x5c\x01\x80\x84\x01\xc0\x74\x91\x38\x4b\x08\x80\ +\x14\x00\x40\x7a\x8e\x42\xa6\x00\x40\x46\x01\x80\x9d\x98\x26\x53\ +\x00\xa0\x04\x00\x60\xcb\x63\x62\xe3\x00\x50\x2d\x00\x60\x27\x7f\ +\xe6\xd3\x00\x80\x9d\xf8\x99\x7b\x01\x00\x5b\x94\x21\x15\x01\xa0\ +\x91\x00\x20\x13\x65\x88\x44\x00\x68\x3b\x00\xac\xcf\x56\x8a\x45\ +\x00\x58\x30\x00\x14\x66\x4b\xc4\x39\x00\xd8\x2d\x00\x30\x49\x57\ +\x66\x48\x00\xb0\xb7\x00\xc0\xce\x10\x0b\xb2\x00\x08\x0c\x00\x30\ +\x51\x88\x85\x29\x00\x04\x7b\x00\x60\xc8\x23\x23\x78\x00\x84\x99\ +\x00\x14\x46\xf2\x57\x3c\xf1\x2b\xae\x10\xe7\x2a\x00\x00\x78\x99\ +\xb2\x3c\xb9\x24\x39\x45\x81\x5b\x08\x2d\x71\x07\x57\x57\x2e\x1e\ +\x28\xce\x49\x17\x2b\x14\x36\x61\x02\x61\x9a\x40\x2e\xc2\x79\x99\ +\x19\x32\x81\x34\x0f\xe0\xf3\xcc\x00\x00\xa0\x91\x15\x11\xe0\x83\ +\xf3\xfd\x78\xce\x0e\xae\xce\xce\x36\x8e\xb6\x0e\x5f\x2d\xea\xbf\ +\x06\xff\x22\x62\x62\xe3\xfe\xe5\xcf\xab\x70\x40\x00\x00\xe1\x74\ +\x7e\xd1\xfe\x2c\x2f\xb3\x1a\x80\x3b\x06\x80\x6d\xfe\xa2\x25\xee\ +\x04\x68\x5e\x0b\xa0\x75\xf7\x8b\x66\xb2\x0f\x40\xb5\x00\xa0\xe9\ +\xda\x57\xf3\x70\xf8\x7e\x3c\x3c\x45\xa1\x90\xb9\xd9\xd9\xe5\xe4\ +\xe4\xd8\x4a\xc4\x42\x5b\x61\xca\x57\x7d\xfe\x67\xc2\x5f\xc0\x57\ +\xfd\x6c\xf9\x7e\x3c\xfc\xf7\xf5\xe0\xbe\xe2\x24\x81\x32\x5d\x81\ +\x47\x04\xf8\xe0\xc2\xcc\xf4\x4c\xa5\x1c\xcf\x92\x09\x84\x62\xdc\ +\xe6\x8f\x47\xfc\xb7\x0b\xff\xfc\x1d\xd3\x22\xc4\x49\x62\xb9\x58\ +\x2a\x14\xe3\x51\x12\x71\x8e\x44\x9a\x8c\xf3\x32\xa5\x22\x89\x42\ +\x92\x29\xc5\x25\xd2\xff\x64\xe2\xdf\x2c\xfb\x03\x3e\xdf\x35\x00\ +\xb0\x6a\x3e\x01\x7b\x91\x2d\xa8\x5d\x63\x03\xf6\x4b\x27\x10\x58\ +\x74\xc0\xe2\xf7\x00\x00\xf2\xbb\x6f\xc1\xd4\x28\x08\x03\x80\x68\ +\x83\xe1\xcf\x77\xff\xef\x3f\xfd\x47\xa0\x25\x00\x80\x66\x49\x92\ +\x71\x00\x00\x5e\x44\x24\x2e\x54\xca\xb3\x3f\xc7\x08\x00\x00\x44\ +\xa0\x81\x2a\xb0\x41\x1b\xf4\xc1\x18\x2c\xc0\x06\x1c\xc1\x05\xdc\ +\xc1\x0b\xfc\x60\x36\x84\x42\x24\xc4\xc2\x42\x10\x42\x0a\x64\x80\ +\x1c\x72\x60\x29\xac\x82\x42\x28\x86\xcd\xb0\x1d\x2a\x60\x2f\xd4\ +\x40\x1d\x34\xc0\x51\x68\x86\x93\x70\x0e\x2e\xc2\x55\xb8\x0e\x3d\ +\x70\x0f\xfa\x61\x08\x9e\xc1\x28\xbc\x81\x09\x04\x41\xc8\x08\x13\ +\x61\x21\xda\x88\x01\x62\x8a\x58\x23\x8e\x08\x17\x99\x85\xf8\x21\ +\xc1\x48\x04\x12\x8b\x24\x20\xc9\x88\x14\x51\x22\x4b\x91\x35\x48\ +\x31\x52\x8a\x54\x20\x55\x48\x1d\xf2\x3d\x72\x02\x39\x87\x5c\x46\ +\xba\x91\x3b\xc8\x00\x32\x82\xfc\x86\xbc\x47\x31\x94\x81\xb2\x51\ +\x3d\xd4\x0c\xb5\x43\xb9\xa8\x37\x1a\x84\x46\xa2\x0b\xd0\x64\x74\ +\x31\x9a\x8f\x16\xa0\x9b\xd0\x72\xb4\x1a\x3d\x8c\x36\xa1\xe7\xd0\ +\xab\x68\x0f\xda\x8f\x3e\x43\xc7\x30\xc0\xe8\x18\x07\x33\xc4\x6c\ +\x30\x2e\xc6\xc3\x42\xb1\x38\x2c\x09\x93\x63\xcb\xb1\x22\xac\x0c\ +\xab\xc6\x1a\xb0\x56\xac\x03\xbb\x89\xf5\x63\xcf\xb1\x77\x04\x12\ +\x81\x45\xc0\x09\x36\x04\x77\x42\x20\x61\x1e\x41\x48\x58\x4c\x58\ +\x4e\xd8\x48\xa8\x20\x1c\x24\x34\x11\xda\x09\x37\x09\x03\x84\x51\ +\xc2\x27\x22\x93\xa8\x4b\xb4\x26\xba\x11\xf9\xc4\x18\x62\x32\x31\ +\x87\x58\x48\x2c\x23\xd6\x12\x8f\x13\x2f\x10\x7b\x88\x43\xc4\x37\ +\x24\x12\x89\x43\x32\x27\xb9\x90\x02\x49\xb1\xa4\x54\xd2\x12\xd2\ +\x46\xd2\x6e\x52\x23\xe9\x2c\xa9\x9b\x34\x48\x1a\x23\x93\xc9\xda\ +\x64\x6b\xb2\x07\x39\x94\x2c\x20\x2b\xc8\x85\xe4\x9d\xe4\xc3\xe4\ +\x33\xe4\x1b\xe4\x21\xf2\x5b\x0a\x9d\x62\x40\x71\xa4\xf8\x53\xe2\ +\x28\x52\xca\x6a\x4a\x19\xe5\x10\xe5\x34\xe5\x06\x65\x98\x32\x41\ +\x55\xa3\x9a\x52\xdd\xa8\xa1\x54\x11\x35\x8f\x5a\x42\xad\xa1\xb6\ +\x52\xaf\x51\x87\xa8\x13\x34\x75\x9a\x39\xcd\x83\x16\x49\x4b\xa5\ +\xad\xa2\x95\xd3\x1a\x68\x17\x68\xf7\x69\xaf\xe8\x74\xba\x11\xdd\ +\x95\x1e\x4e\x97\xd0\x57\xd2\xcb\xe9\x47\xe8\x97\xe8\x03\xf4\x77\ +\x0c\x0d\x86\x15\x83\xc7\x88\x67\x28\x19\x9b\x18\x07\x18\x67\x19\ +\x77\x18\xaf\x98\x4c\xa6\x19\xd3\x8b\x19\xc7\x54\x30\x37\x31\xeb\ +\x98\xe7\x99\x0f\x99\x6f\x55\x58\x2a\xb6\x2a\x7c\x15\x91\xca\x0a\ +\x95\x4a\x95\x26\x95\x1b\x2a\x2f\x54\xa9\xaa\xa6\xaa\xde\xaa\x0b\ +\x55\xf3\x55\xcb\x54\x8f\xa9\x5e\x53\x7d\xae\x46\x55\x33\x53\xe3\ +\xa9\x09\xd4\x96\xab\x55\xaa\x9d\x50\xeb\x53\x1b\x53\x67\xa9\x3b\ +\xa8\x87\xaa\x67\xa8\x6f\x54\x3f\xa4\x7e\x59\xfd\x89\x06\x59\xc3\ +\x4c\xc3\x4f\x43\xa4\x51\xa0\xb1\x5f\xe3\xbc\xc6\x20\x0b\x63\x19\ +\xb3\x78\x2c\x21\x6b\x0d\xab\x86\x75\x81\x35\xc4\x26\xb1\xcd\xd9\ +\x7c\x76\x2a\xbb\x98\xfd\x1d\xbb\x8b\x3d\xaa\xa9\xa1\x39\x43\x33\ +\x4a\x33\x57\xb3\x52\xf3\x94\x66\x3f\x07\xe3\x98\x71\xf8\x9c\x74\ +\x4e\x09\xe7\x28\xa7\x97\xf3\x7e\x8a\xde\x14\xef\x29\xe2\x29\x1b\ +\xa6\x34\x4c\xb9\x31\x65\x5c\x6b\xaa\x96\x97\x96\x58\xab\x48\xab\ +\x51\xab\x47\xeb\xbd\x36\xae\xed\xa7\x9d\xa6\xbd\x45\xbb\x59\xfb\ +\x81\x0e\x41\xc7\x4a\x27\x5c\x27\x47\x67\x8f\xce\x05\x9d\xe7\x53\ +\xd9\x53\xdd\xa7\x0a\xa7\x16\x4d\x3d\x3a\xf5\xae\x2e\xaa\x6b\xa5\ +\x1b\xa1\xbb\x44\x77\xbf\x6e\xa7\xee\x98\x9e\xbe\x5e\x80\x9e\x4c\ +\x6f\xa7\xde\x79\xbd\xe7\xfa\x1c\x7d\x2f\xfd\x54\xfd\x6d\xfa\xa7\ +\xf5\x47\x0c\x58\x06\xb3\x0c\x24\x06\xdb\x0c\xce\x18\x3c\xc5\x35\ +\x71\x6f\x3c\x1d\x2f\xc7\xdb\xf1\x51\x43\x5d\xc3\x40\x43\xa5\x61\ +\x95\x61\x97\xe1\x84\x91\xb9\xd1\x3c\xa3\xd5\x46\x8d\x46\x0f\x8c\ +\x69\xc6\x5c\xe3\x24\xe3\x6d\xc6\x6d\xc6\xa3\x26\x06\x26\x21\x26\ +\x4b\x4d\xea\x4d\xee\x9a\x52\x4d\xb9\xa6\x29\xa6\x3b\x4c\x3b\x4c\ +\xc7\xcd\xcc\xcd\xa2\xcd\xd6\x99\x35\x9b\x3d\x31\xd7\x32\xe7\x9b\ +\xe7\x9b\xd7\x9b\xdf\xb7\x60\x5a\x78\x5a\x2c\xb6\xa8\xb6\xb8\x65\ +\x49\xb2\xe4\x5a\xa6\x59\xee\xb6\xbc\x6e\x85\x5a\x39\x59\xa5\x58\ +\x55\x5a\x5d\xb3\x46\xad\x9d\xad\x25\xd6\xbb\xad\xbb\xa7\x11\xa7\ +\xb9\x4e\x93\x4e\xab\x9e\xd6\x67\xc3\xb0\xf1\xb6\xc9\xb6\xa9\xb7\ +\x19\xb0\xe5\xd8\x06\xdb\xae\xb6\x6d\xb6\x7d\x61\x67\x62\x17\x67\ +\xb7\xc5\xae\xc3\xee\x93\xbd\x93\x7d\xba\x7d\x8d\xfd\x3d\x07\x0d\ +\x87\xd9\x0e\xab\x1d\x5a\x1d\x7e\x73\xb4\x72\x14\x3a\x56\x3a\xde\ +\x9a\xce\x9c\xee\x3f\x7d\xc5\xf4\x96\xe9\x2f\x67\x58\xcf\x10\xcf\ +\xd8\x33\xe3\xb6\x13\xcb\x29\xc4\x69\x9d\x53\x9b\xd3\x47\x67\x17\ +\x67\xb9\x73\x83\xf3\x88\x8b\x89\x4b\x82\xcb\x2e\x97\x3e\x2e\x9b\ +\x1b\xc6\xdd\xc8\xbd\xe4\x4a\x74\xf5\x71\x5d\xe1\x7a\xd2\xf5\x9d\ +\x9b\xb3\x9b\xc2\xed\xa8\xdb\xaf\xee\x36\xee\x69\xee\x87\xdc\x9f\ +\xcc\x34\x9f\x29\x9e\x59\x33\x73\xd0\xc3\xc8\x43\xe0\x51\xe5\xd1\ +\x3f\x0b\x9f\x95\x30\x6b\xdf\xac\x7e\x4f\x43\x4f\x81\x67\xb5\xe7\ +\x23\x2f\x63\x2f\x91\x57\xad\xd7\xb0\xb7\xa5\x77\xaa\xf7\x61\xef\ +\x17\x3e\xf6\x3e\x72\x9f\xe3\x3e\xe3\x3c\x37\xde\x32\xde\x59\x5f\ +\xcc\x37\xc0\xb7\xc8\xb7\xcb\x4f\xc3\x6f\x9e\x5f\x85\xdf\x43\x7f\ +\x23\xff\x64\xff\x7a\xff\xd1\x00\xa7\x80\x25\x01\x67\x03\x89\x81\ +\x41\x81\x5b\x02\xfb\xf8\x7a\x7c\x21\xbf\x8e\x3f\x3a\xdb\x65\xf6\ +\xb2\xd9\xed\x41\x8c\xa0\xb9\x41\x15\x41\x8f\x82\xad\x82\xe5\xc1\ +\xad\x21\x68\xc8\xec\x90\xad\x21\xf7\xe7\x98\xce\x91\xce\x69\x0e\ +\x85\x50\x7e\xe8\xd6\xd0\x07\x61\xe6\x61\x8b\xc3\x7e\x0c\x27\x85\ +\x87\x85\x57\x86\x3f\x8e\x70\x88\x58\x1a\xd1\x31\x97\x35\x77\xd1\ +\xdc\x43\x73\xdf\x44\xfa\x44\x96\x44\xde\x9b\x67\x31\x4f\x39\xaf\ +\x2d\x4a\x35\x2a\x3e\xaa\x2e\x6a\x3c\xda\x37\xba\x34\xba\x3f\xc6\ +\x2e\x66\x59\xcc\xd5\x58\x9d\x58\x49\x6c\x4b\x1c\x39\x2e\x2a\xae\ +\x36\x6e\x6c\xbe\xdf\xfc\xed\xf3\x87\xe2\x9d\xe2\x0b\xe3\x7b\x17\ +\x98\x2f\xc8\x5d\x70\x79\xa1\xce\xc2\xf4\x85\xa7\x16\xa9\x2e\x12\ +\x2c\x3a\x96\x40\x4c\x88\x4e\x38\x94\xf0\x41\x10\x2a\xa8\x16\x8c\ +\x25\xf2\x13\x77\x25\x8e\x0a\x79\xc2\x1d\xc2\x67\x22\x2f\xd1\x36\ +\xd1\x88\xd8\x43\x5c\x2a\x1e\x4e\xf2\x48\x2a\x4d\x7a\x92\xec\x91\ +\xbc\x35\x79\x24\xc5\x33\xa5\x2c\xe5\xb9\x84\x27\xa9\x90\xbc\x4c\ +\x0d\x4c\xdd\x9b\x3a\x9e\x16\x9a\x76\x20\x6d\x32\x3d\x3a\xbd\x31\ +\x83\x92\x91\x90\x71\x42\xaa\x21\x4d\x93\xb6\x67\xea\x67\xe6\x66\ +\x76\xcb\xac\x65\x85\xb2\xfe\xc5\x6e\x8b\xb7\x2f\x1e\x95\x07\xc9\ +\x6b\xb3\x90\xac\x05\x59\x2d\x0a\xb6\x42\xa6\xe8\x54\x5a\x28\xd7\ +\x2a\x07\xb2\x67\x65\x57\x66\xbf\xcd\x89\xca\x39\x96\xab\x9e\x2b\ +\xcd\xed\xcc\xb3\xca\xdb\x90\x37\x9c\xef\x9f\xff\xed\x12\xc2\x12\ +\xe1\x92\xb6\xa5\x86\x4b\x57\x2d\x1d\x58\xe6\xbd\xac\x6a\x39\xb2\ +\x3c\x71\x79\xdb\x0a\xe3\x15\x05\x2b\x86\x56\x06\xac\x3c\xb8\x8a\ +\xb6\x2a\x6d\xd5\x4f\xab\xed\x57\x97\xae\x7e\xbd\x26\x7a\x4d\x6b\ +\x81\x5e\xc1\xca\x82\xc1\xb5\x01\x6b\xeb\x0b\x55\x0a\xe5\x85\x7d\ +\xeb\xdc\xd7\xed\x5d\x4f\x58\x2f\x59\xdf\xb5\x61\xfa\x86\x9d\x1b\ +\x3e\x15\x89\x8a\xae\x14\xdb\x17\x97\x15\x7f\xd8\x28\xdc\x78\xe5\ +\x1b\x87\x6f\xca\xbf\x99\xdc\x94\xb4\xa9\xab\xc4\xb9\x64\xcf\x66\ +\xd2\x66\xe9\xe6\xde\x2d\x9e\x5b\x0e\x96\xaa\x97\xe6\x97\x0e\x6e\ +\x0d\xd9\xda\xb4\x0d\xdf\x56\xb4\xed\xf5\xf6\x45\xdb\x2f\x97\xcd\ +\x28\xdb\xbb\x83\xb6\x43\xb9\xa3\xbf\x3c\xb8\xbc\x65\xa7\xc9\xce\ +\xcd\x3b\x3f\x54\xa4\x54\xf4\x54\xfa\x54\x36\xee\xd2\xdd\xb5\x61\ +\xd7\xf8\x6e\xd1\xee\x1b\x7b\xbc\xf6\x34\xec\xd5\xdb\x5b\xbc\xf7\ +\xfd\x3e\xc9\xbe\xdb\x55\x01\x55\x4d\xd5\x66\xd5\x65\xfb\x49\xfb\ +\xb3\xf7\x3f\xae\x89\xaa\xe9\xf8\x96\xfb\x6d\x5d\xad\x4e\x6d\x71\ +\xed\xc7\x03\xd2\x03\xfd\x07\x23\x0e\xb6\xd7\xb9\xd4\xd5\x1d\xd2\ +\x3d\x54\x52\x8f\xd6\x2b\xeb\x47\x0e\xc7\x1f\xbe\xfe\x9d\xef\x77\ +\x2d\x0d\x36\x0d\x55\x8d\x9c\xc6\xe2\x23\x70\x44\x79\xe4\xe9\xf7\ +\x09\xdf\xf7\x1e\x0d\x3a\xda\x76\x8c\x7b\xac\xe1\x07\xd3\x1f\x76\ +\x1d\x67\x1d\x2f\x6a\x42\x9a\xf2\x9a\x46\x9b\x53\x9a\xfb\x5b\x62\ +\x5b\xba\x4f\xcc\x3e\xd1\xd6\xea\xde\x7a\xfc\x47\xdb\x1f\x0f\x9c\ +\x34\x3c\x59\x79\x4a\xf3\x54\xc9\x69\xda\xe9\x82\xd3\x93\x67\xf2\ +\xcf\x8c\x9d\x95\x9d\x7d\x7e\x2e\xf9\xdc\x60\xdb\xa2\xb6\x7b\xe7\ +\x63\xce\xdf\x6a\x0f\x6f\xef\xba\x10\x74\xe1\xd2\x45\xff\x8b\xe7\ +\x3b\xbc\x3b\xce\x5c\xf2\xb8\x74\xf2\xb2\xdb\xe5\x13\x57\xb8\x57\ +\x9a\xaf\x3a\x5f\x6d\xea\x74\xea\x3c\xfe\x93\xd3\x4f\xc7\xbb\x9c\ +\xbb\x9a\xae\xb9\x5c\x6b\xb9\xee\x7a\xbd\xb5\x7b\x66\xf7\xe9\x1b\ +\x9e\x37\xce\xdd\xf4\xbd\x79\xf1\x16\xff\xd6\xd5\x9e\x39\x3d\xdd\ +\xbd\xf3\x7a\x6f\xf7\xc5\xf7\xf5\xdf\x16\xdd\x7e\x72\x27\xfd\xce\ +\xcb\xbb\xd9\x77\x27\xee\xad\xbc\x4f\xbc\x5f\xf4\x40\xed\x41\xd9\ +\x43\xdd\x87\xd5\x3f\x5b\xfe\xdc\xd8\xef\xdc\x7f\x6a\xc0\x77\xa0\ +\xf3\xd1\xdc\x47\xf7\x06\x85\x83\xcf\xfe\x91\xf5\x8f\x0f\x43\x05\ +\x8f\x99\x8f\xcb\x86\x0d\x86\xeb\x9e\x38\x3e\x39\x39\xe2\x3f\x72\ +\xfd\xe9\xfc\xa7\x43\xcf\x64\xcf\x26\x9e\x17\xfe\xa2\xfe\xcb\xae\ +\x17\x16\x2f\x7e\xf8\xd5\xeb\xd7\xce\xd1\x98\xd1\xa1\x97\xf2\x97\ +\x93\xbf\x6d\x7c\xa5\xfd\xea\xc0\xeb\x19\xaf\xdb\xc6\xc2\xc6\x1e\ +\xbe\xc9\x78\x33\x31\x5e\xf4\x56\xfb\xed\xc1\x77\xdc\x77\x1d\xef\ +\xa3\xdf\x0f\x4f\xe4\x7c\x20\x7f\x28\xff\x68\xf9\xb1\xf5\x53\xd0\ +\xa7\xfb\x93\x19\x93\x93\xff\x04\x03\x98\xf3\xfc\x63\x33\x2d\xdb\ +\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\x07\x08\ +\x49\x44\x41\x54\x78\xda\xec\xd8\x31\x0a\xc3\x40\x10\x04\x41\x8f\ +\xf1\xff\xbf\xdc\x4e\x1c\x3a\x95\xe0\x50\xd5\x0b\xc4\x1c\x82\x66\ +\x57\xbd\x00\x80\x67\x79\x9b\x00\x00\x04\x00\x00\x20\x00\x00\x00\ +\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\ +\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\ +\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\ +\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\ +\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\ +\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\ +\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x10\x00\x00\x80\x00\ +\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\ +\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\ +\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\ +\x00\x10\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\ +\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\ +\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\ +\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x40\x00\x00\ +\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\ +\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\ +\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\ +\x08\x00\x00\x40\x00\x00\x80\x00\x30\x01\x00\x08\x00\x00\x40\x00\ +\x00\x00\x02\x00\x00\x10\x00\x00\xc0\x99\x3e\x26\x80\x33\x6c\xeb\ +\x84\xef\xac\xe6\xb5\xc0\x05\x00\x00\x10\x00\x00\x80\x00\x00\x00\ +\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\ +\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x01\x00\x00\x08\x00\ +\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\ +\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\ +\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\ +\x00\x01\x00\x00\x08\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\ +\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\ +\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\ +\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\ +\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\ +\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\ +\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\ +\x00\x00\x00\x04\x00\x00\x20\x00\x00\x40\x00\x00\x00\x02\x00\x00\ +\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\ +\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\ +\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\ +\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\ +\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\ +\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\ +\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x01\x00\x00\x08\ +\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\ +\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\ +\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\ +\x00\x00\x01\x00\x00\x08\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\ +\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\ +\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\ +\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\ +\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\ +\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\ +\x01\x00\x00\x5c\x6d\x95\x15\xee\x1c\x7c\x33\x38\xc0\x1f\xd5\xac\ +\xe0\x02\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\ +\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x40\x00\x00\x00\x02\ +\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\ +\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\ +\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\ +\x00\x40\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\ +\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\ +\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\ +\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\xc0\xcf\x2a\x2b\xc0\x09\ +\x3f\xeb\x76\xc4\xcf\x5a\xcd\x6b\x81\x0b\x00\x00\x20\x00\x00\x00\ +\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\ +\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x02\x00\ +\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\ +\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\ +\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\ +\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x20\x00\x00\x00\x01\x00\ +\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\ +\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\ +\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\ +\x20\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\ +\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\ +\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\ +\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x80\x00\x00\x00\ +\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\ +\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\ +\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\ +\x00\x00\x80\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\ +\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\ +\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\ +\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x02\ +\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\ +\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\ +\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\ +\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x20\x00\x00\x00\x01\ +\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\ +\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\ +\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\ +\x00\x20\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\ +\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\ +\x00\x00\x00\x02\x00\x00\xb8\xda\x2a\x2b\x00\x80\x0b\x00\x00\x20\ +\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\ +\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\ +\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\ +\x00\x00\x01\x60\x02\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\ +\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\ +\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\ +\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x20\ +\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\ +\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\ +\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\ +\x00\x00\x04\x00\x00\x20\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\ +\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\ +\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\ +\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\ +\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\ +\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\ +\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\ +\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x01\x00\x00\x08\x00\ +\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x4e\ +\xf0\x05\x00\x00\xff\xff\x03\x00\x90\x6a\x1b\xf3\x31\xaf\xb3\x7a\ +\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x00\xe2\ +\x00\ +\x00\x03\xda\x78\x9c\xeb\x0c\xf0\x73\xe7\xe5\x92\xe2\x62\x60\x60\ +\xe0\xf5\xf4\x70\x09\x62\x60\x60\x64\x00\x61\x0e\x36\x20\x15\x53\ +\xb4\x22\x8d\x81\x81\x79\xa1\xa7\x8b\x63\x48\xc5\xad\xb7\x77\x14\ +\x8b\x64\x03\x78\x58\x0e\xfe\x78\xb2\x72\xce\x1d\x35\x7e\x89\xf6\ +\x9a\x5c\xdf\xef\x9c\xd3\x32\x16\xec\xfb\xc7\x10\x19\x3f\x5f\x8e\ +\xa1\xa6\x8f\xc1\x61\xc6\x28\xa2\x01\xba\x51\xc4\xf0\xaf\xae\x8a\ +\xe1\xcf\xa7\xf7\x97\x99\xff\x1d\x2f\x62\xd8\x67\x6f\xcb\x50\x37\ +\x73\xcf\xd2\x93\x17\xfb\x19\x0a\x4e\x3e\xd1\xf5\xed\xab\x63\x69\ +\xf0\x56\xcb\xcf\x2c\xfa\xa2\xcc\x10\x63\x54\xe9\x3d\x79\xb1\x3c\ +\xe3\x83\x49\x27\xa3\x67\xc9\xfc\xe5\x60\x98\xee\x73\xef\xd2\x93\ +\x17\xee\x0c\x3b\x52\x3e\x4d\x53\x73\xb7\x67\x3a\xa0\x3a\x79\xbb\ +\x89\xe5\x2f\x41\x06\x3d\xda\x1b\xe1\xef\xb8\xf3\x48\x70\x40\x42\ +\xf7\x40\x87\xe0\x30\x46\x37\xf8\x03\x0e\x8b\x33\x7e\x71\x8b\xc9\ +\x07\xe6\x59\x06\x4f\x57\x3f\x97\x75\x4e\x09\x4d\x00\x87\xa2\x39\ +\x30\ +\x00\x00\x37\xef\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x02\x00\x00\x00\x02\x00\x08\x06\x00\x00\x00\xf4\x78\xd4\xfa\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\x00\x00\x00\x00\x00\xf9\x43\ +\xbb\x7f\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc3\x00\x00\ +\x0e\xc3\x01\xc7\x6f\xa8\x64\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xe3\x09\x19\x0f\x01\x30\x48\x9b\xff\x38\x00\x00\x00\x1d\x69\x54\ +\x58\x74\x43\x6f\x6d\x6d\x65\x6e\x74\x00\x00\x00\x00\x00\x43\x72\ +\x65\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x47\x49\x4d\x50\x64\ +\x2e\x65\x07\x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xed\xdd\x79\ +\xb4\x66\x55\x7d\xe7\xff\xf7\xad\x5b\xc3\xbd\x35\x00\x35\x70\x19\ +\x8a\xb9\x8a\x62\x16\x51\x51\xc0\x36\x4a\x83\x11\x02\x69\xb0\x3b\ +\x56\x62\xb0\x8d\x18\x93\x00\xad\x6d\x1b\xa3\xb6\x51\x7f\x8b\xa4\ +\x35\x1d\xed\xd5\x18\xbb\x25\x76\x2f\xd3\x09\xdd\xad\x71\x88\x69\ +\xa7\x30\xc7\x31\x0a\x12\x15\x50\xac\x62\x50\x6a\x40\x0a\xaa\xca\ +\xaa\x82\xa2\x66\xaa\xee\x7d\x7e\x7f\xec\xef\xd5\x02\x81\x1a\xee\ +\xbd\xfb\xec\x7d\xce\xfb\xb5\xd6\x5e\xb5\x42\xb2\xf2\xdc\xe7\x9c\ +\xb3\xbf\xdf\xcf\x73\x86\x7d\x40\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\xd4\x1e\x7d\x6e\x02\xa9\x18\x93\ +\x80\x7e\x60\x72\xfc\xdb\x1f\xff\x6d\xf4\xbf\x0f\x00\x07\xef\x36\ +\x86\x80\x79\xf1\xef\x6c\x60\x3a\x30\xed\x69\x63\x00\x98\x1a\xff\ +\x8e\xfe\xb7\xc9\xc0\x2e\x60\x47\x8c\xed\xc0\x93\xf1\xef\x8e\xa7\ +\x8d\xad\xc0\x63\xc0\x5a\xe0\x67\xcf\x30\xb6\x03\xc3\xc0\x48\x8c\ +\xe1\xf8\xff\x3d\xbc\xdb\x7f\x97\x64\x00\x90\x3a\xaf\x1f\x18\x8c\ +\x66\x3d\x63\xb7\x7f\x67\x00\x73\x81\xf9\xc0\x11\x31\x0e\x03\xe6\ +\x44\x73\x9f\x1d\xff\x37\x25\xe9\xed\x16\x10\x1e\x03\xd6\x03\x8f\ +\x02\x0f\xc7\x58\x05\x6c\x00\xb6\xc4\xd8\xba\xdb\xbf\xdb\x22\x20\ +\x48\x32\x00\x48\xad\x6c\xf6\xb3\xa3\x91\x1f\xba\xdb\xbf\x43\x4f\ +\xfb\x25\x3f\x2f\xfe\x9d\xde\xb2\x39\x39\x1a\x10\x7e\x06\xac\x7b\ +\xda\x99\x83\xb5\xc0\xea\x08\x0c\xa3\xff\x3e\x66\x28\x90\x0c\x00\ +\x52\x8d\x73\x69\x0e\x70\x5c\x8c\x05\xc0\x31\xd1\xf0\xe7\xc5\xaf\ +\xfb\x79\xc0\x81\x11\x0c\xba\x6e\x18\xd8\x18\xc1\x60\x7d\xfc\xbb\ +\x1a\x58\x01\x3c\x08\x2c\x8b\xb1\x21\x82\x84\x24\x03\x80\x54\x8c\ +\x43\x81\xb3\x81\x73\x80\x33\xe2\x17\xfe\xe8\x69\xfd\xe9\xa4\xeb\ +\xee\x36\xfb\x7d\x0b\x05\xdb\xe3\xac\xc1\xe8\xe5\x82\x47\x81\xbb\ +\x80\xdb\x80\xdb\x23\x24\x48\x32\x00\x48\x59\xe7\xca\x41\xd1\xec\ +\x7f\x35\xc6\x89\x6e\x96\xec\xee\x03\x6e\x89\x71\x1b\xf0\xb8\x67\ +\x08\x24\x03\x80\x34\x5e\x73\x62\x46\x34\xfb\x39\xc0\xc9\xf1\x2b\ +\xff\x6c\xe0\x94\xf8\x65\xaf\x32\x6c\x05\x96\xc4\x99\x81\xdb\x81\ +\xa5\xa4\x4b\x06\x8f\xc7\xd9\x03\x83\x81\x64\x00\x90\x9e\x53\x3f\ +\xe9\xfa\xfc\xd1\xc0\xb1\xc0\xe9\xc0\x8b\x49\xa7\xf5\x67\x3b\x4f\ +\xaa\xd0\x23\xdd\x44\x78\x17\xf0\xcf\xc0\x0f\x80\xe5\xc0\x4a\xd2\ +\xfd\x05\xde\x5c\x28\x19\x00\xa4\x9f\x3b\x16\x78\x3e\xf0\xbc\xf8\ +\xa5\xbf\x08\x58\x08\xcc\x74\xd3\x54\x6f\x33\xf0\x13\xe0\x81\x38\ +\x33\xf0\x43\xe0\xee\x08\x05\x92\x0c\x00\xea\x98\x49\xc0\xf1\xc0\ +\x79\xc0\xcb\x49\x77\xeb\x1f\x42\x7a\x04\x6f\xc0\xcd\xd3\x5a\xdb\ +\x49\x8f\x1e\xae\x21\x3d\x59\xf0\x0d\xe0\x2b\xc0\x8f\x71\xa1\x22\ +\x19\x00\xa4\x56\x9b\x01\x5c\x0a\xfc\x36\xf0\xa2\xf8\x85\x3f\x10\ +\x81\x40\xdd\x32\x12\x81\x60\x33\xf0\x3d\xe0\x6f\x81\x2f\x90\xee\ +\x19\x90\x0c\x00\x52\xe5\xc7\xf4\x60\x34\xfd\x17\x02\xbf\x05\xbc\ +\x1a\x38\xc0\x4d\xa3\x67\xf1\x04\xf0\x79\xe0\xd3\xc0\xf7\x23\x0c\ +\x6c\xc3\x9b\x08\x65\x00\x90\xaa\x30\x0b\x38\x92\xb4\x00\xcf\xb9\ +\xc0\x05\xa4\xd3\xfd\x93\xdd\x34\xda\x4b\xbb\x48\x97\x05\x6e\x02\ +\xbe\x46\x5a\x90\xe8\xa7\xc0\x26\x37\x8d\x0c\x00\x52\x59\x26\x91\ +\x16\xdf\x39\x13\x78\x69\x8c\xd3\xf1\x51\x3d\x8d\xdd\x56\xd2\x93\ +\x04\xdf\x8e\xf1\x5d\xd2\xa2\x44\xde\x33\x20\x03\x80\xd4\xb0\xd3\ +\x80\x8b\x81\x97\x91\x9e\xcf\x9f\x8f\xab\xee\x69\xfc\x0d\x93\x5e\ +\x6a\xb4\x04\xf8\x27\xe0\x1f\x80\x7b\xdc\x2c\x32\x00\x48\x79\x0d\ +\x02\xaf\x00\x2e\x8f\x5f\xfd\xf3\x48\xd7\xfa\x3d\x8e\x35\xd1\x7a\ +\xa4\x7b\x03\xd6\xc5\xd9\x80\xbf\x01\xbe\x4e\xba\x57\x40\x92\x34\ +\x41\x21\xf5\x40\xe0\x4a\xe0\x47\xf1\x8b\xac\xe7\x70\x34\x3c\x86\ +\xe3\x78\xbc\x32\x8e\x4f\x43\xa8\x3c\x03\x20\x8d\x83\x49\xa4\xa5\ +\x78\x8f\x02\x7e\x13\x78\x03\xe9\xc5\x3b\x52\x89\x56\x03\xd7\x01\ +\x9f\x21\xad\x3c\xb8\x11\xef\x15\x90\x01\x40\xda\xe7\xe3\xf1\x70\ +\xd2\xe9\xfd\x0b\x80\x4b\x6c\xfc\xaa\x2c\x08\x7c\x01\xb8\x99\xb4\ +\x1c\xf1\xa3\xf8\x28\xa1\x0c\x00\xd2\x1e\x1d\x0b\x5c\x08\x9c\x0f\ +\xbc\x84\x74\x77\xbf\xc7\xa7\x6a\xd3\x8b\xc6\xff\x1d\xe0\x1f\x81\ +\x1b\x81\x15\x6e\x16\x19\x00\xa4\x5f\x3e\xfe\x16\x02\x97\xf1\x8b\ +\xe7\xf6\xe7\xb8\x59\xd4\x12\x1b\x48\xef\x22\xb8\x81\xb4\xe2\xe0\ +\x32\xcf\x08\xc8\x00\x20\xa5\xf5\xf7\xff\x08\x78\x2d\x69\x3d\xfe\ +\xa9\x6e\x12\xb5\xd4\x0e\xd2\x7b\x08\x3e\x01\x5c\x03\xac\x77\x93\ +\xc8\x00\xa0\xae\x99\x4a\x7a\xbd\xee\x65\xc0\x3b\xa3\xf1\x4b\x5d\ +\xf2\x28\xf0\x41\xe0\x53\xc0\xe3\xc0\x93\x6e\x12\x19\x00\xd4\x66\ +\xd3\x48\x4b\xf4\xbe\x12\xf8\x3d\xd2\xc2\x3d\x52\x97\xfd\x10\xf8\ +\x38\xe9\xad\x84\x0f\x1a\x04\x64\x00\x50\x1b\x9d\x4c\xba\xb9\xef\ +\x52\xd2\x9b\xf8\x7c\xed\xae\x94\x6c\x23\x2d\x2a\xf4\x45\xd2\x7d\ +\x02\xf7\xb9\x49\x64\x00\x50\x1b\x1c\x47\xba\xbe\xff\x6b\xc0\xf3\ +\x48\xaf\xe0\xd5\xfe\x5b\x47\x7a\xcc\x6c\x35\xb0\x36\xfe\xe7\xf5\ +\xa4\x1b\xcd\x1e\x23\x3d\x7b\xbe\x29\xc6\xe8\xdb\xec\xb6\xc5\x2f\ +\xcb\x27\x49\x2f\xba\x19\x5d\x44\x69\x74\xee\xf7\x93\x5e\x96\x34\ +\x35\xc6\x20\xbf\x78\x93\xe2\xac\x18\x07\x92\x2e\xdb\xcc\x01\xe6\ +\x92\x56\x5f\x1c\x22\x3d\x9e\x79\x68\xfc\xcf\x1a\x9b\x4d\x71\x46\ +\xe0\x7a\xd2\xa5\x81\x15\x6e\x12\x19\x00\x54\xa3\x59\xa4\xc5\x7b\ +\xae\x04\x4e\x88\x66\xa2\x3d\x5b\x45\x3a\x15\xfc\x20\xb0\x9c\xb4\ +\xa0\xcc\x43\xa4\xb7\xd1\xad\x22\xbd\xc3\xbe\x44\x03\xa4\xf7\x30\ +\x1c\x49\x5a\xb8\xe9\x68\xd2\x23\x9d\x0b\x62\xcc\x77\xd7\xee\xb5\ +\x2d\x71\x16\xe0\x5a\xe0\xef\x80\xcd\x6e\x12\x19\x00\x54\x83\x49\ +\xc0\x49\xc0\x87\x49\xcf\xf2\x7b\x6c\x3d\xb3\x1f\x93\x5e\x2c\xb3\ +\x04\xb8\x37\x0a\xfe\x03\xb4\xf7\x95\xb3\xb3\x80\x45\x11\x06\x4f\ +\x02\x4e\x25\xdd\x03\x72\xbc\x87\xc2\xb3\x1a\x01\x6e\x01\xfe\x10\ +\xb8\x1f\x57\x15\x94\x01\x40\x85\x1a\x8c\x5f\x7e\x97\x03\x6f\xf6\ +\x17\xff\x53\xdc\x0d\xdc\xb9\xdb\xb8\xc7\x5f\x75\x3f\x37\x33\x82\ +\xc0\x19\xa4\x95\x1f\x5f\x00\x3c\xdf\xcd\xf2\x14\x9b\x80\x8f\x92\ +\x96\x19\x7e\x88\x72\xcf\x02\xc9\x00\xa0\x8e\xe9\x27\x5d\xe7\xbf\ +\x18\x78\x63\x14\xf3\x2e\x1f\x4f\x6b\x80\xdb\x48\x2b\xc0\x7d\x87\ +\x74\x73\x97\x6f\x8a\xdb\x37\x03\x11\x08\xfe\x05\x70\x36\x70\x0e\ +\x3e\x2a\xda\x23\xbd\x74\xe8\xaf\x49\xf7\x08\x2c\x23\xdd\xcb\x21\ +\x19\x00\xd4\x88\x59\xc0\x6b\x48\xd7\xfa\xcf\x8e\xff\xb9\x6b\x1e\ +\x06\xbe\x41\x7a\x47\xfc\x3f\x01\x4b\x3d\x2c\x26\xc4\x22\xd2\x2b\ +\xa0\x7f\x05\x78\x39\x70\x44\x87\xcf\x06\xdc\x06\x7c\x96\x74\x7f\ +\xc0\x26\x0f\x0d\x49\xb9\x9d\x05\x7c\x99\x74\x37\xfa\x08\xdd\x79\ +\xfd\xeb\x56\xe0\x4b\xc0\x5b\x81\xd3\x3c\x0c\x1a\x73\x72\xec\x83\ +\x2f\xc5\x3e\xe9\xd2\x2b\x88\x47\x62\xde\x7d\x39\xe6\xa1\x24\x65\ +\xfb\xd5\xff\x1e\xd2\x23\x68\xc3\x1d\x29\xb8\x4b\x49\x4b\xb7\xbe\ +\x0a\xcf\x96\x95\xa8\x2f\xf6\xcd\x35\xb1\xaf\xba\x12\x04\x86\x63\ +\x1e\xbe\x87\x6e\x9e\x7d\x93\x94\xc9\xb4\xf8\xb5\x71\x13\xb0\xb3\ +\x03\xc5\xf5\x5b\xa4\x65\x8a\x4f\x76\xd7\x57\xe7\x44\xe0\x6d\xc0\ +\x37\x3b\x12\x04\x76\xc6\xbc\x3c\x2b\xe6\xa9\x24\x8d\xdb\xaf\xab\ +\x05\xc0\x3b\x48\x77\x20\xb7\xb9\x90\x7e\x1d\xf8\xf7\x74\xf7\xfa\ +\x72\x1b\x1d\x4a\x5a\x76\xfa\xab\x1d\x08\x02\x0f\xc5\x3c\x5d\xe0\ +\x99\x2a\x49\x63\x75\x10\xb0\x38\x7e\x5d\xec\x6a\x69\xd1\xbc\x83\ +\xf4\x36\xc2\xa3\xdc\xdd\x9d\x08\x03\x6f\x26\x3d\x9d\xd1\xd6\x10\ +\xb0\x2b\xe6\xeb\xe2\x98\xbf\x92\xb4\x4f\x26\x91\x16\x6a\xb9\x96\ +\x74\x97\x7b\xdb\x8a\xe4\x72\xe0\xcf\x48\x4b\x13\xab\x9b\x16\x01\ +\xef\x8f\x63\xa1\x8d\x41\xe0\xe1\x98\xbf\xa7\xc6\x7c\x96\xa4\xbd\ +\x6a\xfe\x17\x93\x16\xac\xd9\xde\xb2\xa2\xf8\x29\xe0\x22\x77\xb1\ +\x9e\xe6\xbc\x38\x36\xda\x16\x02\xb6\xc7\x3c\xbe\xd8\x10\x20\x69\ +\x4f\xa6\x00\x57\xd3\xae\x9b\xfc\x96\x90\xae\x8b\x0e\xb9\x7b\xb5\ +\x07\x73\x81\xb7\x93\x16\xdc\x69\xdb\x4d\x82\x57\xc7\xfc\x96\xa4\ +\xa7\x18\x24\x2d\xc3\x7a\x73\x8b\x8a\xde\xdf\x01\xbf\xea\xae\xd5\ +\x7e\x7a\x39\xf0\x7f\x69\xd7\x1a\x17\x37\xc7\x3c\x1f\x74\xf7\x4a\ +\xea\x8b\x5f\xc6\x57\x91\x5e\x48\x53\x7b\xb1\xdb\x08\x7c\x88\xf4\ +\x16\x3a\x69\x3c\x1c\x4e\x7a\xce\xfe\x71\xda\xb1\x80\xd0\xbd\x31\ +\xdf\x87\xf0\x49\x01\xa9\xd3\x4e\x05\x3e\x4e\x5a\x4c\xa4\xe6\xc2\ +\x76\x3f\x69\x55\x38\x9f\x81\xd6\x44\x99\x0c\xfc\x4e\x34\xd0\xda\ +\x83\xc0\xda\x98\xf7\xa7\xba\x5b\xa5\x6e\xfe\xf2\x5f\x4c\x7a\x4b\ +\xdd\x8e\x8a\x0b\xd9\x77\x80\xd7\xb9\x3b\x95\xd9\xbf\x02\x6e\xaf\ +\x3c\x04\xec\x88\xf9\xbf\xd8\x33\x01\x52\x77\x4c\x07\x3e\x48\x7a\ +\x1d\x6d\xad\xc5\xeb\xab\xc0\x25\xee\x4a\x35\xec\x7c\xea\x5f\x60\ +\x68\x73\xd4\x83\xe9\xee\x4e\xa9\xbd\xfa\x81\x85\xc0\x27\x2a\xfe\ +\xd5\x7f\x33\xf0\x4a\x77\xa5\x0a\x73\x36\xf0\x05\xea\xbd\x87\x66\ +\x47\xd4\x85\x85\x51\x27\x24\xb5\xc8\xe4\xf8\xb5\x72\x2b\x75\xae\ +\xe8\xf7\x95\xf8\xfb\xa5\x92\x9d\x09\x7c\x9e\x7a\x57\x10\xbc\x35\ +\xe6\xd9\x64\x77\xa5\xd4\x0e\x33\x80\x2b\x48\xcf\xc3\xd7\x56\x94\ +\x6e\xc7\x85\x7b\x54\x9f\x97\x00\xb7\x50\xef\xba\x19\x57\x44\xdd\ +\x90\x54\xb1\x23\x81\x8f\x02\xeb\x2b\x2b\x42\xf7\x01\x97\xb9\xfb\ +\x54\xb9\xf3\x48\x37\xda\xd5\x16\x02\xd6\x47\xdd\x38\xd2\x5d\x28\ +\xd5\xe9\x0c\xe0\x46\xea\x5a\xce\xf7\x31\xd2\x4a\x6c\x52\x9b\xbc\ +\x3e\x8e\xed\xda\x96\x11\xbe\x31\xea\x88\xa4\x4a\xf4\x03\xe7\x52\ +\xdf\x29\xff\x6b\x80\x03\xdd\x7d\x6a\xa9\x69\xc0\x9f\x00\xc3\xd4\ +\x77\x49\xe0\x5c\xbc\x39\x50\x2a\xde\x00\xf0\x1a\x60\x65\x45\x05\ +\xe6\xf3\xc0\x29\xee\x3a\x75\xc4\x91\xa4\x45\x78\x6a\xba\x19\x77\ +\x65\xd4\x95\x01\x77\x9f\x54\xa6\xb9\xc0\xdb\xa8\xe7\x7a\xff\x03\ +\xc0\xab\xdd\x6d\xea\xa8\xb3\x81\x7f\xa6\xae\xfb\x02\xde\x16\x75\ +\x46\x52\x41\x8e\x22\x9d\x42\xaf\x65\x71\x9f\xab\xdd\x65\x12\x00\ +\xff\x16\xd8\x46\x3d\x8b\x06\x5d\x13\xf5\x46\x52\x01\x16\x01\x9f\ +\x04\xb6\x54\x50\x40\x6e\x04\x4e\x72\x97\x49\x4f\x31\x8f\x74\x59\ +\xa0\x86\x85\x84\xb6\x44\xbd\x59\xe4\x6e\x93\x9a\xb5\x90\x3a\x16\ +\xf7\xd9\x44\x7a\xb6\x58\x85\xea\xf5\x7a\xf4\x7a\x3d\x37\x44\xb3\ +\x7e\x95\x3a\xde\x3a\x38\xba\x68\xd0\x42\x77\x99\x94\x5f\x3f\x70\ +\x1a\x70\x57\x05\xc5\xe2\x13\xc0\x61\xee\xb2\xf2\x9b\xbf\x21\xa0\ +\x08\x33\x80\xff\x4e\x1d\xcb\x75\xdf\x15\x75\xc8\x27\x04\xa4\x4c\ +\xa6\x92\x56\xc7\x5b\x51\x78\x71\x58\x47\x7a\xd3\x98\x2a\x6a\xfe\ +\x86\x80\x62\x9c\x43\x7a\x04\xaf\xf4\xc7\x06\x57\x44\x3d\x9a\xea\ +\x2e\x93\x26\xd6\x20\xe9\xf5\xb7\xcb\x0a\x2f\x0a\x9f\xc4\xbb\x85\ +\xab\x6d\xfe\x86\x80\xa2\xe6\xfb\xfb\x2a\x38\x1b\xb0\x2c\xea\xd2\ +\xa0\xbb\x4c\x9a\x18\xd3\x81\xdf\x05\x1e\xa4\xdc\x9b\x85\x9e\x8c\ +\xbf\x51\x95\x37\x7f\x43\x40\x51\x5e\x04\x6c\x28\x38\x00\x8c\x44\ +\x5d\xfa\x5d\x7c\xad\xb0\x34\xee\xa6\x02\x97\x03\x8f\x14\xdc\xfc\ +\xff\x11\x38\xd6\x5d\xd5\x9e\xe6\x6f\x08\x28\xee\x6c\xc0\xff\x2c\ +\x3c\x04\x3c\x12\x75\xca\xcb\x01\xd2\x38\xe9\x27\x9d\x5e\xdb\x5a\ +\xf0\xe4\x7f\x9f\xbb\xa9\x9d\xcd\xdf\x10\x50\x9c\x4b\x29\xfb\xfd\ +\x1e\x5b\xa3\x5e\x79\x63\xa0\x34\x46\x07\x00\x57\x52\xee\x35\xc0\ +\xe5\xc0\xaf\xb8\x9b\xda\xdd\xfc\x0d\x01\xc5\x39\x06\xf8\x2a\xe5\ +\xde\x20\xb8\x23\xea\xd6\x01\xee\x2a\x69\xff\x0c\x01\xef\x2d\xf8\ +\x97\xff\xa7\x9d\xe0\xdd\x69\xfe\x86\x80\xe2\x4c\x01\xde\x45\xb9\ +\xab\x08\x6e\x8d\xfa\x35\xe4\xae\x92\xf6\xbd\xf9\xbf\x9f\x72\x6f\ +\xfc\x79\x8b\xbb\xa8\x7b\xcd\xdf\x10\x50\xa4\x73\x28\xf7\xe5\x5f\ +\x1b\xa2\x8e\x19\x02\xa4\xbd\x74\x40\x24\xe7\x12\x9b\xff\x6a\xe0\ +\x65\xee\xa2\xee\x36\x7f\x43\x40\x91\x0e\x01\x6e\xa6\xcc\x1b\x84\ +\x37\x44\x3d\xf3\x6c\xa1\xb4\x07\xfd\xa4\x6b\x67\x25\x9e\xf6\xff\ +\x2a\x70\xa8\xbb\xc8\xe6\x6f\x08\x28\xd2\x14\xe0\xbf\x50\xe6\x7d\ +\x01\x5b\xa3\xae\x79\x63\xa0\xf4\x2c\xa6\x92\xee\x9e\x2d\xf1\x86\ +\xbf\xbf\x70\xf7\xd8\xfc\x0d\x01\x55\x78\x3d\xe9\xdd\x1b\x25\xde\ +\x18\xf8\x3a\x7c\x44\x50\xfa\x25\xd3\x49\xcf\xcf\x96\xf6\xcb\x7f\ +\x24\xfe\x2e\xd9\xfc\x0d\x01\xf5\x78\x01\xf0\x00\xe5\x5d\x12\xd8\ +\x1a\xf5\xc4\xc5\x82\xa4\x30\x48\x5a\x41\xeb\x91\xc2\x26\xeb\x7a\ +\xe0\xa5\xee\x1e\x9b\xbf\x21\xa0\x4a\x87\x00\x5f\x26\xad\xce\x59\ +\x52\x5d\x79\x24\xea\x9d\xcb\x06\xab\xf3\x46\x4f\xfb\x97\xb6\xbc\ +\xef\xf7\x81\xa3\xdc\x3d\x36\x7f\x43\x40\xf5\x3f\x2e\xfe\x9c\xb2\ +\xce\x2c\x8e\x2e\x1b\xec\xe5\x00\x75\x5a\x3f\xe9\x2d\x5a\xcb\x0a\ +\x6b\xfe\xd7\xe3\x29\x3a\x9b\xbf\x21\xa0\x2d\x26\x01\x57\x01\x3b\ +\x0b\x0b\x01\xcb\xa2\xfe\x79\x63\xa0\x3a\xe9\x34\xca\x7b\xa5\xef\ +\xc7\xdd\x2d\x36\x7f\x43\x40\x2b\x5d\x42\x79\x37\x18\xaf\x88\x3a\ +\x28\x75\xca\x42\xe0\xae\xc2\x12\xf9\xbb\xdc\x2d\x36\x7f\x43\x40\ +\xab\xbd\x28\x9a\x6e\x49\x67\x1c\xef\x8a\x7a\x28\x75\xc2\x22\xe0\ +\xd6\x82\x26\xe0\x2e\xd2\xf5\x38\xd9\xfc\x0d\x01\xed\x77\x3c\xf0\ +\xdd\x98\xf7\xa5\xd4\xa0\x5b\xa3\x2e\x4a\xad\x76\x14\xf0\xc9\x82\ +\x26\xdf\x4e\xe0\xd7\xdc\x2d\x36\x7f\x43\x40\xa7\x1c\x46\x5a\xd8\ +\xab\x94\xfb\x02\x76\x45\x5d\xf4\xc6\x63\xb5\xd6\x5c\xe0\x1a\x60\ +\x4b\x41\xc9\xdb\x65\x7d\x6d\xfe\x86\x80\x6e\x3a\x00\xb8\xa1\xa0\ +\x5a\xb4\x25\xea\xe3\x5c\x77\x8d\xda\x66\x00\x78\x1b\xb0\x99\x72\ +\x56\xe5\x3a\xd3\xdd\x62\xf3\x37\x04\x74\xda\xe4\xc2\x42\xc0\xe6\ +\xa8\x93\x03\xee\x1a\xb5\x45\x3f\xf0\x1a\xd2\xc2\x3a\x25\x4c\xb2\ +\x35\xc0\xc9\xee\x16\x9b\xbf\x21\x40\xa4\xc7\x04\xff\x9a\x72\x5e\ +\x2b\xbc\x3e\xea\xa5\x8f\x07\xaa\x15\xce\xa5\x9c\xd7\x75\x2e\x07\ +\x16\xb8\x4b\x6c\xfe\x86\x00\xed\x66\x2a\xf0\x61\x60\x63\x21\x75\ +\x6a\x65\xd4\x4d\xa9\x6a\x67\x00\x4b\x0a\x99\x54\x0f\xe2\x4d\x36\ +\x36\x7f\x43\x80\x9e\x3d\x04\xfc\x59\x41\x21\x60\x49\xd4\x4f\xa9\ +\x4a\x47\x02\x37\x16\x32\x99\x56\x01\x47\xb8\x4b\x6c\xfe\x86\x00\ +\x3d\x87\x29\xc0\xd5\x94\xf3\x74\xc0\x8d\x51\x47\xa5\xaa\xcc\x00\ +\x3e\x0a\x6c\x2f\x60\x12\xad\x03\xe6\xbb\x4b\x6c\xfe\x86\x00\xed\ +\x85\x7e\xe0\xdd\x85\x04\x80\xed\x51\x47\x67\xb8\x5b\x54\x8b\xc9\ +\xc0\x15\x94\x71\xd3\xdf\x06\x7f\xf9\xdb\xfc\x0d\x01\xda\x0f\xef\ +\x2d\xe4\x4c\xc0\xfa\xa8\xa7\x93\xdd\x25\xaa\x21\x3d\x9f\x4f\x19\ +\xd7\xfd\xd7\xb3\xe7\x1b\xfe\x7a\x8e\xf2\xc6\xfc\xf9\xf3\x7b\x1f\ +\xf9\xc8\x47\x7a\x5b\xb6\x6c\x69\x75\xf3\x5f\xba\x74\x69\x6f\xf1\ +\xe2\xc5\xee\xf3\xe6\xc6\x9e\x6a\xd9\x07\x29\xe3\x9e\x80\x25\x51\ +\x57\x7d\x32\x40\x45\x5b\x48\x19\xcb\xfc\x6e\x04\x4e\xd9\x9b\x1f\ +\x9a\x0e\x9b\xbf\x21\xc0\x00\xf0\x2c\xa6\x01\xff\xad\x90\x10\x70\ +\x2b\xbe\x33\x40\x05\x9b\x0e\x7c\x82\xe6\x97\xf9\xdd\xc6\xde\x2f\ +\xf2\x63\x11\xb4\xf9\x1b\x02\x0c\x00\x7b\xaa\x6b\x1f\xa7\xf9\x75\ +\x02\x76\x45\x7d\xf5\x55\xe5\x2a\x4e\x5f\x9c\x2e\x2b\xe1\x75\x9b\ +\xe7\xed\xc3\xdf\x6d\x11\xb4\xf9\x1b\x02\x0c\x00\x7b\x32\x03\xf8\ +\x54\x01\x7f\xef\x8e\xa8\xb3\x7d\xb6\x1c\x95\x64\x31\x65\x2c\xf3\ +\xfb\x5b\xfb\xf8\x77\x5b\x04\x6d\xfe\x86\x00\x03\xc0\xde\x98\x0c\ +\xdc\x52\xc0\xdf\xbc\x39\xea\xad\x54\xc4\x2f\xff\x53\x81\xbb\x1b\ +\x9e\x14\x3b\x81\xdf\xdb\x8f\xbf\xdf\x22\x68\xf3\x37\x04\x18\x00\ +\xf6\xd6\x00\xe9\xdd\x01\x4d\x3f\x1d\x70\x77\xd4\x5d\xcf\x04\xa8\ +\x51\x43\x71\x7d\x6c\x47\xc3\xcd\xff\x8f\xf7\xf3\xef\xb7\x08\xda\ +\xfc\x0d\x01\x06\x80\x7d\x71\x38\xf0\x95\x86\x43\xc0\x8e\xa8\xbb\ +\x43\xb6\x20\x35\x65\x10\xb8\x0a\x58\xdb\xe0\x44\x18\x06\x3e\x36\ +\x86\xef\x60\x11\xb4\xf9\x1b\x02\x0c\x00\xfb\xea\x74\xe0\x9f\xa3\ +\xfe\x34\xf5\xb7\xaf\x8d\xfa\x3b\x68\x2b\x52\x13\xce\x04\xee\x6d\ +\x78\x02\x7f\x8d\xf4\xa8\x8e\x01\xc0\xe6\x6f\x08\x70\xe4\x0a\x00\ +\x7d\xa4\xe7\xf2\x97\x37\xfc\xf7\xdf\x8b\xaf\x35\x57\x03\xa6\x00\ +\x37\x03\x23\x0d\x1e\xfc\x9b\x80\x79\x63\xfc\x1e\x16\x41\x9b\xbf\ +\x21\xc0\x00\xb0\xbf\x21\xe0\xdf\x36\x7c\xf9\x73\x24\xea\xf0\x14\ +\x5b\x92\x72\x99\x44\x7a\x61\x46\x93\x13\xf7\x49\xe0\xc4\x71\xf8\ +\x2e\x16\x41\x9b\xbf\x21\xc0\x00\x30\x16\xff\x31\xea\x51\x93\xdf\ +\xe3\xea\xa8\xcb\xd2\x84\x37\xff\x8b\x69\xf6\x06\x98\x2d\x71\xfa\ +\x0d\x03\x80\xcd\xdf\x10\xe0\x68\x38\x00\x00\x7c\x38\xea\x52\x93\ +\x37\x42\x5f\x6c\x08\xd0\x44\x3b\x05\xb8\xb3\xc1\x03\x7d\x07\xf0\ +\xa6\x71\xfc\x3e\x16\x41\x9b\xbf\x21\xc0\x00\x30\x56\x33\x81\xeb\ +\x1a\xbe\x1c\x70\x27\x7b\xb7\xfc\xb9\xb4\x5f\x0e\x04\xae\xa5\xb9\ +\x57\xfc\x8e\x00\x1f\x19\xe7\xef\x64\x11\xb4\xf9\x1b\x02\x0c\x00\ +\xe3\xe1\x38\xd2\x7a\xfd\x4d\xdd\x17\xb5\x3d\xea\xf3\x81\xb6\x2a\ +\x8d\xb7\x3e\xd2\xea\x53\x0f\x37\x9c\x70\x67\x1a\x00\x6c\xfe\x86\ +\x00\x43\x40\x81\x01\xa0\x0f\x78\x25\x70\x5f\x83\xdf\xe7\xe1\xa8\ +\xd3\x2e\x10\xa4\x71\xb5\x00\xb8\xb1\xc1\x03\xfb\x09\x26\xe6\x4d\ +\x58\x16\xc1\x09\x1c\xd7\x5e\x7b\x6d\xcf\x86\x6d\x08\xe8\x48\x00\ +\x18\xf5\xef\xa3\x5e\x35\xf5\x9d\x6e\x64\xcf\xaf\x41\x97\xf6\xda\ +\x34\xe0\x8f\x68\xee\xc6\xbf\x5d\xc0\x25\x13\xf4\xdd\x2c\x82\xfe\ +\xf2\x37\x04\x18\x00\xc6\x53\x3f\x69\x95\xbe\xa6\xde\x8a\xba\x33\ +\xea\xf5\x34\x5b\x97\xc6\xc3\x4b\x80\x95\x0d\x5e\xf7\xff\xd3\x09\ +\xfc\x6e\x16\x41\x9b\xbf\x21\xc0\x00\x30\xde\x66\x01\x37\x35\x78\ +\x3f\xc0\xca\xa8\xdb\xd2\x98\xcc\x24\xbd\xfc\xa2\xa9\x09\x7a\x03\ +\x13\xbb\xc8\x85\x45\xd0\xe6\x6f\x08\x30\x00\x4c\x84\x45\xc0\x1d\ +\x0d\xd7\xce\x99\xb6\x30\x8d\xc5\xbb\x1a\x3c\xf5\xff\x20\x70\xe8\ +\x04\x7f\x3f\x8b\xa0\xcd\xdf\x10\x60\x00\x98\x08\x7d\xc0\x45\xc0\ +\x8a\x06\x2f\x05\xbc\xcb\x16\xa6\xfd\x75\x26\xb0\xa6\xa1\x83\x77\ +\x0b\xf0\x8a\x0c\xdf\xd1\x22\x68\xf3\x37\x04\x18\x00\x26\xca\x94\ +\x68\xc2\x5b\x1b\xfa\x7e\x6b\xf0\x5d\x01\xda\x0f\x33\x80\x2f\xd2\ +\xcc\xdb\xae\x86\x81\x3f\xcb\xf4\x3d\x2d\x82\x36\x7f\x43\x80\x01\ +\x60\x22\x1d\x0c\xfc\xbf\x06\x6b\xe9\x17\xa3\x9e\x4b\x7b\xa5\x1f\ +\x78\x03\xb0\xba\xa1\x49\xb9\x84\x74\x13\x8d\x01\xc0\xe6\xef\x30\ +\x04\xd4\x1e\x00\x00\xce\x05\x96\x36\xf4\x1d\x57\x47\x3d\xef\xb7\ +\xb5\x69\x6f\x2c\x24\x3d\x4b\xda\xc4\x1d\xac\xdb\x80\xe7\x67\xfc\ +\xae\x16\x41\x9b\xbf\x21\xc0\x00\x30\xd1\xfa\x80\x37\x47\x7d\x6b\ +\xe2\x49\xaa\x1b\x99\x98\x75\x54\xd4\x32\x03\xa4\x85\x2c\x36\x36\ +\x34\x21\xdf\x92\xf9\xfb\x5a\x04\x6d\xfe\x86\x00\x03\x40\x0e\x83\ +\xa4\xf5\x01\x9a\xf8\x9e\x1b\xa3\xae\x0f\xd8\xe2\xf4\x5c\x16\x01\ +\x3f\x68\xe8\x20\xbd\xad\x81\xd3\x54\x16\x41\x9b\xbf\x21\xc0\x00\ +\x90\xcb\xc1\xc0\xf7\x1a\xfa\xae\x3f\x88\xfa\x2e\x3d\xa3\x49\xc0\ +\x07\x1a\x3a\xf5\xff\x38\x70\x48\x03\xdf\xd9\x22\x68\xf3\x37\x04\ +\x18\x00\x72\x3a\x2b\xea\x5d\x13\x97\x02\x3e\x80\xaf\x0c\xd6\xb3\ +\x38\x91\x66\xd6\xb0\xde\x4e\x7a\x81\x05\x06\x00\x9b\xbf\xc3\x10\ +\xd0\xf2\x00\x30\x15\xf8\x63\x9a\x79\xab\xea\x13\x51\xe7\xa5\xa7\ +\x68\x6a\xc5\xbf\x61\xd2\x0d\x2a\x53\x0d\x00\x36\x7f\x87\x21\xa0\ +\x03\x01\x00\xe0\x04\xd2\x52\xc1\x4d\x3c\x1a\xe8\x0a\x81\xfa\x25\ +\x97\x37\x74\x30\x3e\xd4\x70\x22\xb5\x08\xda\xfc\x0d\x01\x06\x80\ +\xdc\xfa\x80\xdf\x8a\xfa\xd7\xc4\x8f\xae\xcb\x6d\x79\x1a\x75\x0c\ +\xcd\xdc\x98\xb2\x83\xf4\xd6\x2a\x0c\x00\x36\x7f\x87\x21\xa0\x43\ +\x01\x00\xd2\xe2\x3c\xff\x23\xea\x60\xee\xef\xfd\xbd\xa8\xfb\x12\ +\xef\x06\x36\x37\x70\x10\x2e\xa3\xf9\xc7\x52\x2c\x82\x36\x7f\x43\ +\x80\x01\xa0\x29\x0b\xa2\x0e\xe6\xfe\xde\x9b\xa3\xee\xab\xe3\x4e\ +\x04\xbe\xd5\xc0\x01\xb8\x93\x32\xd6\xa8\xb6\xd9\xdb\xfc\x0d\x01\ +\x06\x80\x26\xbd\x9e\x66\x5e\xb8\xf6\x2d\xbc\x21\xb0\xd3\xa6\x02\ +\x7f\x48\xfe\x3b\xff\x47\x80\x8f\x15\xb2\x0d\x6c\xf8\x36\x7f\x43\ +\x40\x77\x43\x40\x09\x26\x01\x9f\x21\xff\xe3\xd7\x4f\x44\xfd\x9f\ +\x6a\x2b\xec\xa6\x93\x80\x6f\x34\x30\xe9\xee\x05\x0e\x30\x00\xd8\ +\xfc\x1d\x86\x00\x03\x00\x00\xc7\x47\x5d\xcc\xfd\xfd\xbf\x11\x7d\ +\x40\x1d\xfc\xf5\xff\x66\xf2\xbf\xa6\x72\x1b\x70\x71\x41\xdb\xc1\ +\xc6\x6f\xf3\x77\x74\x37\x04\x94\x62\x12\x70\x05\xf9\xdf\x15\xb0\ +\x35\xfa\x80\x67\x01\x3a\x66\x88\x66\x96\xfc\xfd\x07\x60\x9a\x01\ +\xc0\xe6\xef\x30\x04\x18\x00\x9e\xe2\x98\xa8\x8f\x4d\x2c\x11\x3c\ +\x64\x4b\xec\x96\xb7\x36\x70\xa0\xad\xa3\x8c\x1b\xff\x0c\x00\x36\ +\x7f\x87\x21\xa0\xb4\x00\xd0\x07\xbc\x36\xea\x64\xee\xed\xf0\x56\ +\x5b\x62\x77\xcc\x05\x1e\xc9\x7c\x80\xed\x02\xae\xa3\xbc\x75\xa8\ +\x6d\xfe\x36\x7f\x47\x77\x43\x40\x69\xe6\x01\x9f\x8c\x7a\x99\x73\ +\x3b\x3c\x12\x7d\x41\x2d\xd7\x47\x7a\x21\x44\xee\x89\xb6\x9c\xf4\ +\xcc\x2b\x06\x00\x9b\xbf\xc3\x10\x60\x00\x78\x56\x17\x44\xbd\xcc\ +\xbd\x2d\x3e\x10\xfd\x41\x2d\xb6\x00\x58\x99\xf9\xc0\x1a\x06\xfe\ +\xa4\xd0\xed\x61\xf3\xb7\xd9\x39\xba\x1b\x02\x4a\x34\x00\xfc\x77\ +\xf2\x2f\xcd\xbe\xb2\xd0\x1f\x69\x1a\x47\xef\x23\xff\x5b\xa8\x56\ +\x01\xb3\x0c\x00\x36\x7f\x87\x21\xc0\x00\xb0\x57\x8e\x8b\xba\x99\ +\xfb\xad\xac\xef\xb3\x45\xb6\xd7\xd1\xc0\xed\x0d\x4c\xb2\x57\x17\ +\xbc\x4d\x6c\xfe\x0e\x47\x77\x43\x40\xc9\x97\x6a\x7f\xaf\x81\xed\ +\x71\x7b\xf4\x09\xb5\xf0\xda\xff\x15\xe4\xbf\xc3\xf4\xae\xc2\xb7\ +\x8b\xcd\xdf\xe1\xe8\x6e\x08\x28\xbd\x66\xdf\x95\x79\x7b\xac\x8b\ +\x3e\xe1\xbd\x00\x2d\x73\x38\xf0\xb9\xcc\x07\xd3\x56\xe0\x5c\x03\ +\x80\xcd\xdf\x61\x08\x30\x00\xec\x97\xc5\xe4\x5f\xac\xed\x73\xd1\ +\x2f\xd4\x12\x93\x80\x4b\x80\x87\x33\x1f\x48\xd7\x53\xd6\xa2\x3f\ +\x9d\x0c\x00\x36\x7f\x87\x21\xa0\xda\x00\x30\x14\x75\x34\xe7\x36\ +\x79\x38\xfa\xc5\x24\x5b\x67\x3b\xcc\x06\xfe\x92\xbc\x2f\x9b\x58\ +\x0f\x9c\x57\xc1\xb6\xb1\xf9\x3b\x1c\xdd\x0d\x01\xa5\xeb\x07\x7e\ +\x3b\xea\x69\xce\x97\xb5\xfd\x65\xf4\x0d\xb5\xc0\xe9\xe4\x5f\xf8\ +\xe7\xf3\xc0\xa0\x01\xc0\xe6\xef\x30\x04\x18\x00\xc6\xe4\xa8\xa8\ +\xa7\xb9\x17\x06\x3a\xdd\xd6\x59\xbf\x3e\xe0\x3f\x91\xff\x46\x92\ +\x0b\x2b\xd9\x3e\x36\x7f\x87\xa3\xbb\x21\xa0\x16\x6f\x24\xff\x0d\ +\xdc\xff\x09\x6f\x06\xac\xde\x01\xe4\x7d\x9e\x74\x04\xb8\x89\xb4\ +\x98\x85\x01\xc0\xe6\xef\x30\x04\x18\x00\xc6\xee\xb0\xa8\xab\x39\ +\x2f\xe3\xae\xa2\x9c\xd7\xb6\x6b\x3f\xfd\x7e\xe6\x09\xb5\x11\xb8\ +\xa8\xa2\xed\x63\xf3\x77\x38\xba\x1b\x02\x6a\xf2\x86\xa8\xaf\x39\ +\xb7\xcf\xef\xdb\x42\xeb\x35\x00\xdc\x93\xf9\x80\xb9\x8d\xba\xde\ +\x2d\x6d\xf3\x77\x38\xba\x1b\x02\x6a\x32\x3b\xea\x6b\xce\xed\x73\ +\x4f\x45\x67\x73\xf5\x34\xaf\x22\xff\x7a\xd2\x97\x56\xb6\x8d\x6c\ +\xfe\x0e\x47\x77\x43\x40\x6d\x7e\x27\xf3\xf6\x19\x8e\x3e\xa2\x0a\ +\x7d\x3a\xf3\xc1\xf2\x20\xe9\xb1\x15\x03\x80\xcd\xdf\x61\x08\x30\ +\x00\x8c\xbf\x69\x51\x67\x73\x6e\xa3\x4f\xdb\x4a\xeb\x73\x2a\x79\ +\x5f\x29\x39\x12\xe9\x14\x03\x80\xcd\xdf\x61\x08\xa8\x24\x04\xd4\ +\xe8\x0f\xc8\x7b\x33\xe0\xf2\xe8\x27\xaa\xc4\x24\xe0\x3f\x02\x9b\ +\x32\x1e\x24\xf7\x53\xc7\x73\xff\xad\x09\x00\x36\x7f\x87\x21\xa0\ +\x93\x01\x60\x4e\xd4\xdb\x5c\xdb\x68\x53\xf4\x13\x57\x06\xac\xc4\ +\x7c\xe0\x86\x8c\x29\x71\x18\x78\x37\x75\x3e\x33\x6a\xf3\x77\x38\ +\xba\x1b\x02\x6a\x34\x25\xea\x6d\xae\xfb\xbb\x46\xa2\x9f\xcc\xb7\ +\xb5\xd6\xe1\x52\x60\x65\xc6\x49\x74\x1f\x70\x6c\xa5\xdb\xca\xe6\ +\xef\x70\x74\x37\x04\xd4\xea\x85\x51\x77\x73\x6d\xa7\x95\xd4\x77\ +\x83\xf7\x3e\x9f\x36\x6f\x83\x99\xc0\x39\x19\xd3\x5a\x2f\xd2\xe1\ +\x4f\xcd\x5d\x19\x4e\xed\xcc\x9f\xcf\x3b\xdf\xf9\x4e\xde\xf4\xa6\ +\x37\xf5\x4d\x9f\x3e\xdd\x0d\xa2\xe2\x9d\x74\xd2\x49\x7d\x57\x5f\ +\x7d\x35\x8b\x17\x2f\x76\x63\x8c\x9f\x1f\x47\xdd\xcd\x15\x62\xe6\ +\x47\x5f\x99\xe9\xa6\x2f\xdb\xc9\xe4\x7d\x56\x74\x25\xf0\x2f\x2a\ +\xde\x5e\xfe\xf2\x77\x38\xba\x7b\x26\xa0\x66\x17\x67\x3e\xd3\x7b\ +\x5b\xf4\x17\x15\xaa\x0f\xf8\x75\x60\x0b\xf9\xae\x0d\x7d\x01\x98\ +\x61\x00\xb0\xf9\x3b\x1c\x15\x86\x80\xaa\x4f\x08\x46\xfd\xcd\x75\ +\xaf\xd7\x96\xe8\x2f\xad\x7c\x3f\x40\x1b\x2e\x01\x0c\x02\xe7\x02\ +\xb9\xce\x0d\x6f\x06\xbe\x1e\x07\x86\x3c\xed\x2f\x79\x39\x20\x9f\ +\x47\x80\x6f\x47\x1d\xce\x61\x7a\xf4\x97\x41\x37\x7d\x99\x0e\x06\ +\x96\x92\xf7\xd1\xbf\xda\xef\x0c\xf5\x97\xbf\xc3\xd1\xdd\x33\x01\ +\xb5\x7b\x1e\x79\x1f\x09\x5c\x1a\x7d\x46\x05\xba\x00\xd8\x99\xf1\ +\xf4\xff\xff\x69\xc1\xe9\x20\x9b\xbf\xc3\xd1\xdd\x10\x50\xbb\x29\ +\x51\x87\x73\x5d\x06\xd8\x19\x7d\x46\x05\xba\x2e\xe3\xc4\xd9\x49\ +\xba\x2b\x14\x03\x80\xcd\xdf\xe1\xa8\x34\x04\xf8\xc3\x6f\xdf\xc7\ +\x75\xb6\xda\xf2\xcc\x20\xef\xab\x22\x1f\xa0\x1d\x37\x83\xd8\xfc\ +\x1d\x8e\xee\x86\x80\x36\xe8\x8f\x7a\x9c\xf3\x95\xef\x33\x6c\xb9\ +\x65\xb9\x2c\xf3\xc4\xb9\xaa\x25\xdb\xcd\xe6\xef\x70\x74\x37\x04\ +\xb4\xc5\x55\x99\xb7\xdb\x65\xb6\xdc\x72\x4c\x02\xae\xcf\xb8\xf3\ +\x57\x01\xb3\x0c\x00\x36\x7f\x87\xa3\xf2\x10\xd0\x16\x73\xa3\x2e\ +\xe7\xda\x6e\xd7\xe3\xbb\x01\x8a\x71\x02\xb0\x26\xe3\xce\xff\x58\ +\x8b\xb6\x9d\xcd\xdf\xe1\xe8\x6e\x08\x68\x93\x8f\x65\xdc\x6e\x6b\ +\xa2\xef\xb4\xea\x57\x74\xad\xce\x23\xdf\x12\x8d\xc3\xf8\x7e\xe8\ +\x71\xe5\x73\xfe\x52\xe2\x3a\x01\x63\xf2\x77\x51\x9f\x73\x98\x19\ +\x7d\x47\x0d\xeb\x03\x3e\x4b\xbe\x37\x43\x7d\x9f\xf4\x3a\x4a\xcf\ +\x00\xf8\xcb\xdf\xe1\xa8\xfd\x4c\x40\x9b\x1c\x11\xf5\x39\xd7\x1b\ +\x60\x3f\x4b\x8b\x56\x05\xac\xf5\x0c\xc0\x71\x31\x26\x65\x6a\x96\ +\x5f\x01\x9e\x30\x77\xf9\xcb\x5f\xf2\x4c\x40\x51\x1e\x8f\xfa\x9c\ +\x23\xd8\x4c\xda\xad\xf7\x18\x00\x1a\x74\x3a\x70\x48\xc6\x03\xec\ +\x9b\xc0\x2e\xe7\x9a\xcd\x5f\x32\x04\x14\x65\x0b\x70\x7b\xd4\xe9\ +\x1c\x0e\x89\xfe\x63\x00\x68\x48\x7f\xec\x80\x79\x99\x3e\xef\x1e\ +\xe0\x2e\xe7\x99\xcd\x5f\x32\x04\x14\x67\x74\x7d\x96\x7b\x32\x7d\ +\xde\xbc\xe8\x3f\xfd\x06\x80\x66\x0c\x01\x27\x01\x03\x19\x3e\x6b\ +\x24\x9a\xff\x6a\xe7\x99\xcd\x5f\x32\x04\x14\x69\x79\xd4\xe9\x91\ +\x0c\x9f\x35\x10\xfd\x67\xc8\x00\xd0\x8c\xa3\xc9\xf7\x28\xc6\x5a\ +\xe0\x0e\xf2\xdd\x65\x6a\xf3\x97\x64\x08\xd8\x37\x5b\x81\xef\x45\ +\xbd\xce\xe1\x84\xe8\x43\x06\x80\xcc\xfa\x80\x63\x81\x85\x99\x3e\ +\xef\x21\xe0\x1b\xce\x2f\x9b\xbf\x64\x08\x28\xda\x77\xa3\x5e\xe7\ +\xb0\x30\xfa\x50\xf5\x4f\x03\xd4\x16\x00\x66\x02\x67\x90\xde\xd1\ +\x3c\xd1\x86\x49\xd7\x96\x1e\x75\x6e\xd9\xfc\x25\x43\x40\xd1\x7e\ +\x12\xf5\x3a\xc7\xd9\xda\xe9\xd1\x87\x66\xd6\xbe\xd1\x6a\x0b\x00\ +\x07\x01\x2f\xc9\xf4\x59\xdb\x80\xdb\x68\xdf\x73\xb3\x36\x7f\xc9\ +\x10\xd0\x36\xc3\x51\xaf\xb7\x65\xfa\xbc\x97\x44\x3f\x52\x46\x67\ +\x90\xef\xed\x7f\x6b\x68\xd1\xf3\x9e\x4f\xe3\x22\x3f\x0e\x47\x77\ +\x17\x0b\x6a\xab\x53\xc9\xb7\x3c\xfc\xc6\xe8\x47\x9e\x01\xc8\xe8\ +\x34\xe0\x80\x4c\x9f\xb5\x22\x86\xfc\xe5\x2f\x79\x26\xa0\x7c\xf7\ +\x65\xac\xd9\x07\x44\x3f\x32\x00\x64\x74\x56\xc6\xcf\xba\x99\x3c\ +\x8f\x95\xd8\xfc\x25\x19\x02\xc6\x6e\x57\xd4\xed\x36\xf6\xa3\xce\ +\xeb\x03\xee\x24\xcf\xe9\x9d\x11\xe0\x05\x2d\xde\x96\x9e\xf6\x77\ +\x38\xba\x7b\x39\xa0\xcd\x5e\x12\xf5\x3b\x47\x9f\xb8\x93\x16\xbd\ +\x17\xa0\x74\xf3\x48\x37\x78\xe4\xd8\xb1\x3f\x05\x26\x1b\x00\x6c\ +\xfe\x0e\x47\x0b\x43\x40\x9b\x4d\x8d\xfa\x9d\xa3\x4f\x6c\x23\xdf\ +\x8a\xb4\x9d\xbf\x04\xf0\x52\xf2\xac\xfe\x07\x70\x03\xae\xfd\xef\ +\x69\x7f\xc9\xcb\x01\xb5\x79\x32\xea\x77\x0e\x03\xd1\x97\x0c\x00\ +\x19\xbc\x32\xe3\x67\x7d\xc1\x79\x64\xf3\x97\x0c\x01\x55\xca\x59\ +\xbf\x5f\xe9\xe6\xce\xe3\x01\xf2\x9c\xd6\x79\x8c\xf6\x3f\xdf\xe9\ +\x69\x7f\x87\xa3\xbb\x97\x03\xda\x6e\x6e\xd4\xf1\x1c\xfd\xe2\x01\ +\xcf\x00\x4c\xbc\xc3\x81\xe3\x33\x7d\xd6\x9d\xe4\x5b\x4c\xc2\x5f\ +\xfe\x92\x3c\x13\x30\xbe\x76\x44\x1d\xcf\xe1\xf8\xe8\x4f\x06\x80\ +\x09\x74\x76\xc6\xcf\xfa\x2e\x5e\xff\xb7\xf9\x4b\x86\x80\x5a\xed\ +\x8c\x3a\xde\xc6\xfe\xd4\xc9\x00\x90\xeb\x79\xcb\xe1\x48\x8e\xbe\ +\xfd\xcf\xe6\x2f\x19\x02\xea\x0d\x00\x39\xeb\x78\xb5\xeb\x01\xd4\ +\x10\x00\xfa\xc8\xb7\xe4\xe2\x1a\xe0\xc7\x96\x10\x9b\xbf\x64\x08\ +\xa8\xd6\x08\x69\x45\xc0\x35\x99\x3e\xef\x0c\x2a\x5d\x0f\xa0\x86\ +\x00\x30\x07\x38\x2c\xd3\x67\xdd\x0f\xac\xb6\x7c\xd8\xfc\x25\x43\ +\x40\xd5\x36\x44\x3d\xcf\xe1\xb0\xe8\x53\x06\x80\x09\x70\x1c\x30\ +\x23\xd3\x67\xdd\x47\xba\x7b\x54\x36\x7f\xc9\x10\x50\x77\x00\xb8\ +\x2f\xd3\x67\xcd\xa0\xd2\x17\xc7\xd5\x12\x00\x72\x74\x9f\x5d\xa4\ +\x47\x3a\x76\x58\x36\x6c\xfe\x92\x21\xa0\x6a\x1b\xa3\x9e\xe7\xb8\ +\xa1\x7b\xba\x01\x60\xe2\x2c\xc8\x14\x00\xd6\x90\xae\x1b\xf5\xe8\ +\x38\x9b\xbf\x64\x08\xa8\xdc\x30\xf9\xee\x03\x98\x1e\x7d\xca\x00\ +\x30\xce\xfa\x81\x63\xc8\xb3\x04\xf0\x6a\xe0\x27\x36\x7f\x9b\xbf\ +\xd4\xe6\x10\xd0\xeb\x75\xe6\x37\xce\x2a\xf2\xdc\xd3\x35\x10\x7d\ +\xaa\xdf\x00\x30\xbe\x66\x03\x87\x66\xda\xb0\x6b\x81\x47\x6c\xfe\ +\x36\x7f\xa9\xcd\x21\x00\xe8\x4a\x08\x78\x34\xea\x7a\x8e\x1f\xaa\ +\x87\x46\xbf\x32\x00\x8c\xa3\xc3\xc8\xf7\xb6\xa5\x75\xa4\xeb\x46\ +\x36\x7f\x9b\xbf\xd4\x7a\x1d\x08\x01\x6b\xa3\xae\xe7\x30\x8f\x7c\ +\x4f\xab\x75\x26\x00\x1c\x4a\x5a\xd7\x79\xa2\x6d\x07\x1e\xa2\xa3\ +\x0b\x00\xd9\xfc\x25\x43\x40\x0b\x3d\x19\x75\x7d\x7b\x86\xcf\x9a\ +\x1b\xfd\xca\x00\x50\xe1\x19\x80\x2d\xc0\x72\x9b\xbf\xcd\x5f\x32\ +\x04\xb4\xca\xf2\xa8\xef\x9e\x01\xa8\x2c\x00\x8c\x5e\x57\x39\x30\ +\x53\x00\xb8\xaf\x6b\x13\xdf\xe6\x2f\xa9\xe5\x21\x20\x57\x00\x38\ +\x90\x7c\xf7\xab\x75\x22\x00\x0c\x02\x43\x99\x36\xe8\x56\x3a\xf6\ +\x04\x80\xcd\x5f\x52\x07\x42\xc0\xb2\xa8\xef\x39\x7e\xb0\x0e\x45\ +\xdf\x32\x00\x8c\x83\x19\xb1\x41\x73\x78\x9c\x7c\x37\x8b\xd8\xfc\ +\x25\x19\x02\xf2\x58\x15\xf5\x3d\x87\x21\xf2\xad\x5a\xdb\xfa\x00\ +\x30\x1d\x38\x38\xc7\x31\x4f\x5a\x31\x6a\xb8\x2b\x13\xdc\xe6\x2f\ +\xa9\x23\x21\x60\x67\xd4\xf7\x1c\x5f\xea\x60\xf2\x2c\x5a\xd7\x99\ +\x33\x00\xb9\x02\xc0\xd2\x2e\x4d\x6c\x9b\xbf\xa4\x0e\x85\x80\xa5\ +\x19\x03\x80\x67\x00\x2a\x0b\x00\xd0\x81\x27\x00\x76\x9f\xd0\x36\ +\x7f\x49\x1d\x0a\x01\xb9\xea\xbb\x01\xa0\xd2\x33\x00\xcb\x9c\xc8\ +\x92\xd4\xca\xda\xb1\xd2\x33\x00\x75\x05\x80\x49\xb1\x31\x73\xbc\ +\x03\xa0\xd7\xe6\x33\x00\x36\x7f\x49\x1d\xaf\x21\xb9\x02\xc0\x40\ +\xf4\xad\x49\xb5\x6c\x98\x52\xff\xd0\xc9\xc0\x11\x40\x5f\x86\xcf\ +\xda\x46\x7a\x77\xb4\x13\x57\x92\xda\x57\x4b\xd6\x44\x9d\x9f\x68\ +\x7d\xd1\xb7\x26\x1b\x00\xc6\xa6\x3f\x36\x64\x0e\x3f\xa6\x85\xaf\ +\x00\xb6\xf9\x4b\xb2\xa6\xa4\x3f\x3d\xea\x7c\x0e\x47\x50\xd1\x62\ +\x40\xa5\x9f\x01\xc8\xe1\x01\x27\xaa\x24\xb5\xba\xb6\xe4\xaa\xf3\ +\x9e\x01\x18\xa7\x33\x00\x87\x1b\x00\x6c\xfe\x92\xac\x31\x15\xd5\ +\xf9\xc3\x3d\x03\x30\x3e\x7f\xd7\x1c\x03\x80\xcd\x5f\x92\xb5\xa6\ +\xa2\x3a\x3f\x07\x6f\x02\x1c\x97\xbf\x6b\xb6\x01\xc0\xe6\x2f\xc9\ +\x9a\x53\x51\x9d\x9f\x6d\x00\x18\x9f\xbf\xeb\xa0\x4c\x9f\xb5\xc2\ +\x89\x28\x49\xad\xae\x3d\xb9\xea\xfc\x41\x06\x80\xb1\x9b\x09\x4c\ +\xcb\xf0\x39\xbb\xa8\xfc\x11\x40\x9b\xbf\x24\x6b\xd0\x1e\x6d\x88\ +\x7a\x3f\xd1\xa6\x45\xff\x32\x00\x8c\xc1\xbc\x4c\x9f\xf3\x38\x15\ +\xbf\x04\xc8\xe6\x2f\xc9\x5a\xb4\x57\x86\xc9\xf7\x56\xc0\x79\xb5\ +\xec\xb7\x52\x03\x40\xae\x77\x00\xac\x77\xc2\x49\x52\x27\x6a\x52\ +\xae\x7a\x7f\x70\x2d\xfb\xac\xeb\x67\x00\xd6\x39\xd1\x24\xa9\x13\ +\xb5\x29\x57\xbd\xf7\x0c\xc0\x18\x0d\x19\x00\x6c\xfe\x92\x0c\x01\ +\x15\xd6\xfb\xa1\x5a\xf6\x55\xd7\xcf\x00\x1c\x0f\x9c\xef\xc4\x92\ +\xa4\xd6\xd6\xaa\xf3\x81\xbf\x88\x7a\xef\x19\x80\x0a\x02\x40\xae\ +\x6b\x28\x27\x03\x0b\x9c\x50\x92\xd4\xda\x9a\xb5\x00\x78\x6b\xd4\ +\xfb\x36\xf5\xaf\xd6\x06\x80\x83\x32\x7e\xd6\xe3\x4e\x24\x49\x6a\ +\x6d\xed\xca\x5d\xe3\x0f\xaa\x65\xff\x94\x1a\x00\xa6\x67\xfc\xac\ +\x27\x9c\x40\x92\xd4\xda\x1a\x96\xbb\xc6\x4f\xaf\x65\xdf\x94\x1a\ +\x00\xa6\x65\xfc\xac\x4d\x4e\x1c\x49\x6a\x6d\x2d\xcb\x5d\xe3\xa7\ +\xd5\xb2\x5f\x0c\x00\xb0\xd9\x09\x23\x49\xad\xad\x69\xb9\x6b\xbc\ +\x01\xa0\xa2\x0d\xb8\xc5\x89\x22\x49\xad\xad\x6d\xb9\x6b\xbc\x01\ +\xa0\xa2\x0d\xb8\xcd\x09\x22\x49\xad\xad\x71\xb9\x6b\xbc\x01\x60\ +\x8c\x06\x32\x7e\xd6\x76\x9b\xbf\x24\xb5\xb6\xd6\xe5\xae\xf1\x03\ +\xb5\xec\x87\x52\x03\xc0\xd4\x8c\x9f\xf5\xa4\xcd\x5f\x92\x5a\x5b\ +\xf3\x72\xd7\xf8\xa9\xb5\xec\x03\xcf\x00\xc0\x4e\x9b\xbf\x24\xb5\ +\xb6\xf6\xe5\xae\xf1\x9e\x01\x18\xa3\x9c\xd7\x50\x76\x75\x60\x02\ +\x48\x52\x57\xe5\xae\xf1\xde\x03\x50\xd1\x06\x1c\xb6\xf9\x4b\x52\ +\x7e\x7d\x7d\x7d\x6d\xac\xf1\x06\x80\x31\x9a\x9c\xb3\x0f\xdb\xfc\ +\x25\xa9\x95\xcd\xbf\x89\x1a\x3f\xb9\x96\x7d\x50\x6a\x00\xd8\xd5\ +\xe6\x03\xdf\xe6\x2f\xc9\xe6\xdf\x5a\xd5\xf4\xaf\x52\x03\xc0\x8e\ +\x9c\xc7\xa2\xcd\x5f\x92\x5a\xdb\xfc\x73\x7f\xe0\x8e\x5a\xf6\x85\ +\x01\x00\xfa\x9d\x92\x92\xd4\xda\x5f\xfe\xb9\x6b\xbc\x01\x60\x8c\ +\x72\x2e\xdc\x30\xb9\x03\x13\x40\x92\xba\xd8\xfc\xb3\xd7\x78\x0a\ +\x5a\x5c\xae\xd6\x00\x90\x73\xe1\x86\x29\x1d\x9a\x08\x92\xd4\xa5\ +\xe6\xdf\x44\x8d\x7f\xb2\x96\xfd\xe2\x19\x80\x86\x56\x6d\x32\x04\ +\x48\xb2\xf9\xb7\xb2\xc6\x7b\x06\x60\x8c\x72\x5e\x43\x19\xe8\xf0\ +\xc4\x90\xa4\xb6\xd7\xb8\xdc\x35\xde\x7b\x00\x2a\xda\x80\x83\x4e\ +\x10\x49\x6a\x6d\x6d\xcb\x5d\xe3\x0d\x00\x15\x6d\xc0\x19\x4e\x14\ +\x49\x6a\x6d\x4d\xcb\x5d\xe3\x0d\x00\x15\x6d\xc0\x99\x4e\x18\x49\ +\x6a\x6d\x2d\xcb\x5d\xe3\x0d\x00\x63\xb4\x35\xe3\x67\xcd\x72\xe2\ +\x48\x52\x6b\x6b\x58\xee\x1a\xbf\xb5\x96\xfd\x55\x6a\x00\x78\x3c\ +\xe3\x67\x1d\xe0\x04\x92\xa4\xd6\xd6\xae\xdc\x35\xfe\xf1\x5a\xf6\ +\x59\xa9\x01\xe0\x67\x99\x3e\xe7\x47\xc0\x0a\x27\x92\x24\xb5\xb6\ +\x66\xad\x00\x3e\x14\xf5\xbe\x4d\xfd\x6b\xcc\x4a\x7d\x6b\xd1\xba\ +\x4c\x9f\xf3\x20\x70\x47\xa9\x13\xca\xf7\x06\x48\xb2\xf9\x8f\xd9\ +\x1d\x31\x4e\x00\x4e\x6d\x51\xff\x6a\xed\x19\x80\xb5\x99\x3e\x67\ +\x9e\x13\x4b\x92\x3a\x51\xa3\x72\xd5\xfb\xb5\xb5\x6c\x90\x52\x03\ +\xc0\xba\x96\x1d\x10\x86\x00\x49\x36\xff\x6e\x04\x00\xcf\x00\x8c\ +\x51\xae\x6b\x28\x73\x9d\x68\x92\xd4\x89\x9a\x94\xab\xde\x57\x73\ +\x0f\x40\xd7\xcf\x00\x1c\x54\xf0\x36\x30\x04\x48\xb2\x16\x8d\x8f\ +\xfe\xa8\xf7\x9e\x01\xa8\x20\x00\x6c\x26\xcf\x62\x0a\x93\x33\x1e\ +\x14\x86\x00\x49\x36\xff\x66\xcc\x21\xcf\x4d\xef\x3b\xa2\x7f\x19\ +\x00\xc6\x60\x84\x7c\xcf\x52\x1e\xe7\x04\x94\xa4\x56\xd7\x9e\x63\ +\x32\x7d\xce\xe3\xd1\xbf\x0c\x00\x63\x0c\x00\x8f\x65\xfa\xac\x13\ +\x9c\x88\x92\xd4\xea\x9a\xb3\x28\xd3\xe7\x3c\x66\x00\x18\x9f\x00\ +\xb0\xa1\x65\x07\x86\x13\x52\x92\xb5\xa6\xdd\x01\x60\x83\x01\x60\ +\xec\x86\x81\x47\x0c\x00\x86\x00\x49\xd6\x98\x8a\xea\xfc\x23\xd1\ +\xbf\x0c\x00\x63\xb0\x0b\x78\xd8\x00\x60\x08\x90\x64\x6d\xa9\xa8\ +\xce\x3f\x1c\xfd\xcb\x00\x30\xc6\x33\x00\xb9\x02\xc0\xf1\x40\x9f\ +\x13\x55\x92\x5a\x59\x53\xfa\xa2\xce\xe7\x0a\x00\x9e\x01\x18\xa7\ +\x33\x00\x39\x16\xc3\x1f\x04\x0e\x74\xc2\x4a\x52\x2b\x6b\xc9\x21\ +\x51\xe7\x27\x5a\xcf\x33\x00\xe3\x63\x84\xb4\x9a\xd2\xf6\x4c\xe9\ +\xf0\x08\x27\xae\x24\x9b\x7f\x2b\x6b\xc8\xd1\xe4\x39\xcb\xbb\x3d\ +\xfa\x96\x37\x01\x8e\x83\x2d\xe4\x59\x52\x31\xe7\xe9\x21\x27\xb0\ +\x24\x6b\x47\x3b\x03\xc0\xcf\xa2\x6f\x55\xc3\x00\x90\x2c\x72\x22\ +\x4b\xb2\xf9\xb7\xd2\xb1\x99\x3e\xc7\x00\x50\xe9\x19\x80\x93\x9d\ +\xd0\x92\x6c\xfe\xad\x74\xb2\x67\x00\xea\x0b\x00\x5b\x33\x06\x80\ +\x45\x54\xf2\x52\x20\x27\xb6\x24\x6b\xc4\x5e\x9b\x12\xf5\x3d\x57\ +\x00\xd8\x6a\x00\x18\xbf\x33\x00\x6b\x33\x7d\xd6\x41\x54\xf4\x52\ +\x20\x27\xb8\xa4\xfd\xfa\x55\xb5\x75\x6b\xd7\x6a\xc3\xfc\x8c\xb5\ +\x7d\xad\x67\x00\xc6\xcf\xb6\xd8\xa0\x39\x9e\xa9\x9c\x0e\x1c\x69\ +\xca\x97\xd4\xe6\xe6\xff\x57\x7f\xf5\x57\xbd\x8e\xd5\x84\xe3\xa2\ +\xbe\x4f\xb4\xe1\xe8\x57\xdb\x0c\x00\xe3\xb7\x41\x57\x03\x1b\x33\ +\x7c\xd6\x0c\xe0\xa4\x36\xcf\x02\x43\x80\x64\xf3\xff\xd0\x87\x3e\ +\xd4\xb5\x5a\x70\x6c\xd4\xf7\x89\xb6\x31\xfa\xd5\x70\x4d\x1b\xa7\ +\xf4\xeb\xde\x8f\x02\xeb\x32\x05\x80\x53\xda\x3e\x13\x46\x27\xfe\ +\xbd\xf7\xde\xdb\x43\x52\xe7\x9a\xff\xaa\x55\xab\xba\xf6\xf5\x73\ +\x05\x80\x75\xd1\xaf\xaa\x52\x7a\x00\x58\x0d\xac\xcf\xf0\x39\x03\ +\xc0\x51\xb4\xf0\x46\xc0\x67\x0a\x01\x57\x5f\x7d\xb5\x21\x40\xb2\ +\xf9\xb7\xdd\xd4\xa8\xeb\x03\x19\x3e\x6b\x7d\xf4\x2b\x03\x40\x85\ +\x67\x00\x00\x0e\xce\x94\x14\x1b\xf7\xd9\xcf\x7e\xd6\x10\x20\xd9\ +\xfc\xdb\x6e\x08\x98\x97\xe9\xb3\x3c\x03\x30\x01\x1e\x23\xdf\x75\ +\x95\x83\x33\x1e\x2c\x86\x00\x49\x36\xff\x89\x75\x58\x84\x80\x89\ +\x36\x7a\xbf\xda\x63\x06\x80\xf1\xdf\xb0\x2b\xc8\xf3\x4e\x80\xc3\ +\x48\x77\x8c\x76\x86\x21\x40\xb2\xf9\xb7\xd8\x7c\xe0\xd0\x0c\x9f\ +\xb3\x3d\xfa\xd4\x70\x6d\x1b\xa8\x86\x6b\xde\x0f\x92\x67\x71\x85\ +\x21\xe0\xd4\xae\xcd\x10\x43\x80\x64\xf3\x6f\xa1\x7e\xe0\x18\xd2\ +\x9b\x00\x27\x7c\xb3\x47\x9f\xaa\x4e\x0d\x01\x60\x59\xa6\x00\x30\ +\xba\x62\xd4\x64\x43\x80\x24\x9b\x7f\xd5\x0e\xcc\x58\xcf\xb7\x46\ +\x9f\x32\x00\x4c\x50\x00\xc8\xb5\xba\xd2\x89\xbe\x1d\xe4\xcf\x00\ +\x00\x17\x47\x49\x44\x41\x54\xc0\xcc\x2e\xce\x16\x43\x80\x64\xf3\ +\x6f\x91\x39\x51\xcf\x73\xd8\x62\x00\x98\x38\x1b\xc8\x77\x77\xe5\ +\x09\xa4\x9b\x01\x3b\xc9\x10\x20\xd9\xfc\x5b\x14\x00\x4e\xc8\xf4\ +\x59\x8f\x46\x9f\x32\x00\x4c\x80\x1e\x70\x57\xa6\xcf\x3a\x34\x63\ +\x6a\x34\x04\x48\xb2\xf9\x4f\x4c\x5f\x3b\x9a\x3c\xd7\xff\x89\xfe\ +\xd4\xab\x75\x43\xd5\xe0\x3b\x99\x3e\xa7\x1f\x38\x87\x3c\x6f\x8e\ +\x32\x04\x48\xb2\xf9\x8f\xbf\x29\xc0\x0b\xa2\x9e\xb7\xa9\x3f\x75\ +\x36\x00\xdc\x9e\xf1\xb3\xce\xa4\x83\x37\x02\x1a\x02\x24\x9b\x7f\ +\x8b\x02\xc0\x99\x2d\xed\x4f\x9d\xf5\x00\xe9\x34\xcb\x44\x8f\x0d\ +\xb4\xff\x46\xc0\xbd\xde\x1e\x8b\x17\x2f\xee\x2d\x5d\xba\xb4\xd7\ +\xeb\xf5\x70\x38\x1c\xcd\x8f\x2d\x5b\xb6\xf0\x91\x8f\x7c\xa4\x37\ +\x7f\xfe\xfc\xfd\xad\x71\x6d\x37\x37\xea\x78\x8e\x7e\xf1\x40\xcd\ +\x1b\xaa\xa6\xb5\xef\x6f\xc9\xf4\x39\xb3\xe3\xf4\x91\x3c\x13\x20\ +\xf9\xcb\xbf\x3e\x2f\x8a\x3a\xde\xa6\xbe\xd4\xf9\x00\x70\x6b\xc6\ +\xcf\x7a\xad\x73\xc8\x10\x20\xd9\xfc\xab\x74\x69\x4b\xfb\x52\xa7\ +\xcd\x03\xb6\x91\xe7\xb4\xce\x4a\xda\xfd\x66\xc0\xfd\xda\x2e\x5e\ +\x0e\x70\x38\xaa\x3d\xed\xdf\x95\x4b\x00\x53\xa2\x7e\xe7\xe8\x13\ +\xdb\xe8\xd0\xfb\x63\x9a\xd6\x07\xdc\x99\x69\xc7\x8e\x00\x0b\x0c\ +\x00\x86\x00\x87\xa3\x65\xcd\xbf\xed\x01\xe0\xc5\x51\xbf\x73\xf4\ +\x89\x3b\xa9\xfc\x89\xb1\x49\x95\x35\xad\xef\x64\x0c\x1b\xff\xc6\ +\xcc\xe5\xe5\x00\xc9\xd3\xfe\x55\xb9\x28\x63\x53\xfe\x4e\xed\x81\ +\xaa\xb6\xd3\xdc\x39\x9f\xb7\xfc\xd7\x74\x7c\x3d\x00\x43\x80\x64\ +\xf3\xaf\xc8\x64\xe0\x55\x2d\xed\x47\x06\x00\xe0\x1e\xe0\x89\x4c\ +\x9f\x75\x2c\x5e\xdf\x31\x04\x48\x36\xff\x5a\x9c\x18\x75\x3b\x87\ +\x27\xa2\x1f\x19\x00\x32\x5a\x07\xdc\x9d\xe9\xb3\xa6\x03\x2f\x75\ +\x4e\x19\x02\x24\x9b\x7f\x15\x5e\x16\x75\x3b\x87\xbb\xa3\x1f\x19\ +\x00\x32\x7a\x1c\xb8\x23\xd3\x67\x0d\xe2\x7d\x00\x86\x00\xc9\xe6\ +\x5f\x83\xd1\x65\xdc\x07\x33\x7d\xde\x1d\xd1\x8f\x0c\x00\x19\x6d\ +\x26\xbd\x78\x61\x6b\xa6\x03\x6a\x11\xe9\xbd\xd2\x32\x04\x48\x36\ +\xff\x72\x2d\x8c\x7a\x9d\x63\xfd\xff\xad\xd1\x87\x36\x1b\x00\xf2\ +\xea\x01\xcb\x81\x9f\x64\xfa\xbc\xa3\x80\xd3\x9d\x5b\x86\x00\xc9\ +\xe6\x5f\xb4\x33\xa3\x5e\xe7\xf0\x93\xe8\x43\xd5\xd7\xba\x1a\x17\ +\xbb\x59\x09\xdc\x9f\xe9\xb3\x86\x80\x5f\x77\x6e\x19\x02\x24\x9b\ +\x7f\xb1\xa6\x93\x96\xff\x1d\xca\xf4\x79\xf7\x47\x1f\xaa\x5e\x8d\ +\x01\x60\x2d\x70\x2f\xb0\x3d\xd3\xf6\x79\x31\x70\x80\x73\xcc\x10\ +\x20\xd9\xfc\x8b\x74\x2c\x70\x46\xa6\x7e\xb6\x3d\xfa\xcf\x5a\x03\ +\x40\x33\x86\x81\x1f\x90\xef\x0e\xcc\xd3\x80\xe3\x9d\x63\x86\x00\ +\xc9\xe6\x5f\x9c\x3e\xd2\xb5\xff\xd3\x32\x7d\xde\xba\xe8\x3f\xc3\ +\x06\x80\xe6\xfc\x00\x58\x93\xe9\xb3\x0e\x02\xfe\x95\xf3\xcc\x10\ +\x20\xd9\xfc\x8b\x33\x1d\x38\x3b\xea\x74\x0e\x6b\xa2\xff\xb4\x42\ +\xad\x01\x60\x59\x8c\x91\x4c\x09\xf3\x62\xf2\x3d\x5e\x62\x08\x90\ +\x6c\xfe\xda\x3b\xb3\x81\xf3\xc8\xb3\x6a\xeb\xc8\x6e\xbd\xc7\x00\ +\xd0\xa0\x1e\xf0\x75\xf2\xdc\x07\x00\xe9\x49\x80\x63\x9d\x6b\x86\ +\x00\xc9\xe6\x5f\x94\x45\xe4\x7b\x52\x6b\x7b\xf4\x1d\x6b\x59\x01\ +\x4e\x20\x9d\x8e\xe9\x65\x1a\x1f\x69\xd1\xb6\xeb\xe5\x1e\xbe\x45\ +\xd0\xe1\x5b\xfd\xc6\xfd\xad\x7e\xbe\x0d\x10\x3e\x96\x71\xbb\xad\ +\x89\xbe\xa3\x42\xce\x5e\x5c\x9f\x71\xe7\xaf\x02\xa6\x19\x00\x0c\ +\x01\x0e\x47\xc5\xcd\xbf\x4d\x01\x60\x6e\xd4\xe5\x5c\xdb\xed\xfa\ +\x8a\xcf\x9a\xb7\xd2\x65\x99\x27\xce\x85\x06\x00\x43\x80\xc3\x51\ +\x71\xf3\x6f\x53\x00\xb8\x2a\xf3\x76\xbb\xcc\x96\x5b\x96\x19\xc0\ +\xc6\x8c\x07\xc0\x03\x06\x00\x43\x80\xc3\x51\x71\xf3\x6f\x4b\x00\ +\xe8\x8f\x7a\x9c\x6b\x9b\x6d\x8c\x7e\xa3\xc2\x5c\x97\xf1\x20\xd8\ +\x09\x1c\x63\x00\x30\x04\x38\x1c\x95\x36\xff\xb6\x04\x80\x0b\xa2\ +\x1e\xe7\xda\x66\xd7\xd9\x6a\x3d\x10\x46\x80\x3f\x35\x00\x18\x02\ +\x1c\x8e\x4a\x9b\x7f\x1b\x02\xc0\x64\xe0\xff\x44\x3d\xce\xf5\xc3\ +\xef\x02\x5b\x6d\x99\x0e\x06\x96\x66\x9c\x3c\xf7\x93\xef\x9d\xd3\ +\xad\x0e\x00\x86\x00\x87\xcd\xdf\x00\xb0\x1f\x9e\x17\x75\x38\xd7\ +\xf6\x5a\x1a\x7d\xa6\x75\xda\x70\x47\xe3\x16\xe0\xa6\x8c\x9f\x77\ +\x18\xf0\x52\x73\xd7\xf8\x70\x9d\x00\xb5\x89\xcf\xf9\x4f\xb8\x3e\ +\xe0\x55\x51\x87\x73\xb9\x29\xfa\x8c\x0a\x3d\x20\x7e\x3d\x76\x50\ +\xae\xcb\x00\x9f\x21\xcf\xca\x53\xad\x3f\x03\xe0\x99\x00\x87\xbf\ +\xfc\x3d\x03\xb0\x0f\x0e\x07\xbe\x90\xf1\xf4\xff\x96\xe8\x2f\x7d\ +\xb6\xda\x72\x9d\x0c\xdc\x96\x71\x02\xad\x04\x8e\x36\x00\x18\x02\ +\x1c\x8e\xca\x9a\x7f\xed\x01\xe0\xe2\xa8\xbf\xb9\xb6\xd5\x6d\xd1\ +\x5f\x5a\xa9\x2d\x8b\x1a\xfc\x14\xf8\x36\xf9\xde\xd0\x74\x24\xf0\ +\x6a\x73\x97\x97\x03\x24\x4f\xfb\x67\x33\x03\xf8\x97\x51\x7f\x73\ +\x18\x8e\xbe\xf2\x53\x37\x7d\xf9\x2e\xcd\x9c\x0c\xef\x03\x66\x79\ +\x06\xc0\x33\x01\x0e\x7f\xf9\x57\xf2\xcb\xbf\xf6\x33\x00\x2f\x8c\ +\xba\x9b\xf3\x4c\xef\xa5\xb6\xd6\x3a\xcc\x07\x6e\x20\xdf\xb5\xa1\ +\x61\xd2\xb5\x21\x03\x80\x21\xc0\x61\xf3\x37\x00\x4c\xac\x7e\xe0\ +\xdd\x51\x77\x73\xdd\xeb\x75\x43\xf4\x15\x55\x72\x39\xe3\xdd\xc0\ +\x26\xf2\x3e\x12\x38\xc9\x00\x60\x08\x70\xd8\xfc\x0d\x00\x13\x6a\ +\x0e\x79\x1f\xfd\xdb\x14\xfd\xc4\xb5\xff\x2b\x72\x1a\xb0\x3c\xe3\ +\x41\x32\x02\x9c\x69\x00\x30\x04\x38\x6c\xfe\x06\x80\x09\xf5\x07\ +\x19\xcf\xee\xf6\xa2\x8f\x9c\x66\x4b\xad\xcf\x67\x33\x4f\xa6\xef\ +\x1b\x00\x0c\x01\x0e\x9b\xbf\x01\x60\xc2\x4c\x05\x1e\xcc\xbc\x8d\ +\x3e\x6b\x2b\xad\xd3\x85\x19\xaf\x13\x8d\x8e\x13\x0d\x00\x86\x00\ +\x87\xcd\xdf\x00\x30\x21\x7e\x27\xf3\xf6\x19\xa6\x3d\x6f\x7e\xed\ +\x9c\x41\xe0\x47\x99\x0f\x98\xbf\x35\x00\x18\x02\x1c\x36\x7f\x03\ +\xc0\xb8\x3b\x80\xbc\x6b\xbc\xf4\xa2\x7f\x0c\xda\x4a\xeb\x75\x65\ +\xe6\x03\x66\x23\x70\x9c\x01\xc0\x10\xe0\xb0\xf9\x1b\x00\xc6\xfd\ +\xd7\xff\xc6\xcc\xdb\xe7\x4a\x5b\x68\xdd\x0e\x04\x1e\xcd\x7c\xca\ +\xe8\x2f\x0c\x00\x86\x00\x87\xcd\xdf\x00\x30\x6e\xe6\x91\xd6\xe1\ +\xcf\x79\x49\xf7\xd1\xe8\x1f\xaa\x58\x1f\xf0\x9f\x33\x4f\xaa\x9f\ +\x01\x47\x19\x00\x0c\x01\x0e\x9b\xbf\x01\x60\x5c\x5c\x1e\x75\x35\ +\xe7\xb6\xf9\xcf\xb8\xee\x7f\x2b\x3c\x3f\xf3\x59\x80\x1e\xf0\xa7\ +\x06\x00\x43\x80\xc3\xe6\x6f\x00\x18\xb3\x21\xe0\xff\x65\xde\x2e\ +\x8f\x46\xdf\x50\x0b\xcc\x06\x3e\x46\xde\x67\x47\xd7\x91\xde\x56\ +\x65\x00\x30\x04\x38\x6c\xfe\x06\x80\xfd\x3f\x83\xfb\xda\xa8\xa7\ +\x39\xd7\x74\xf9\x58\xf4\x0d\xb5\xc0\x24\xd2\x3a\xce\xab\x32\x4f\ +\xae\x0f\x18\x00\x0c\x01\x0e\x9b\xbf\x01\x60\xbf\x1d\x04\x7c\x39\ +\xf3\x36\x59\x15\xfd\xc2\x95\xff\x5a\xe4\x70\xe0\xef\x33\x1f\x48\ +\x5b\x80\xc3\x0c\x00\x86\x00\x87\xcd\xdf\x00\xb0\x5f\x7e\x23\xea\ +\x68\xce\x6d\xf2\xf7\x95\x9c\xbd\xd5\x3e\x9e\x4a\xba\x12\x58\x9f\ +\xf9\x60\xfa\xb8\x01\xc0\x10\xe0\xb0\xf9\x1b\x00\xf6\xcb\xf7\x32\ +\x6f\x8f\xf5\xd1\x27\xbc\xf9\xaf\x85\x8e\x01\x6e\x6f\x60\x92\x1d\ +\x6b\x00\x30\x04\x38\x6c\xfe\x06\x80\x7d\x72\x79\x03\xdb\xe3\xf6\ +\xe8\x13\x6a\xa9\xf7\x01\xdb\x33\x1f\x54\x37\x1a\x00\x0c\x01\x0e\ +\x9b\xbf\x01\x60\xaf\xcd\x07\x1e\xce\xbc\x2d\xb6\x47\x7f\x50\x8b\ +\x2d\x00\x56\x66\x3e\xb0\x86\x81\x73\x0c\x00\x86\x00\x87\xcd\xdf\ +\x00\xb0\x47\xfd\xc0\x7f\x23\xff\x7b\x5c\x56\x46\x7f\x50\xcb\xef\ +\x05\xf8\x40\x03\x13\xed\x9f\x0c\x00\x86\x00\x87\xcd\xdf\x00\xb0\ +\x47\xbf\x42\xde\x57\xb9\xef\xfe\xd4\x96\xd7\xfe\x3b\x60\x1e\xf0\ +\x48\xe6\x83\x6b\x17\xe9\xd1\x12\x03\x80\x21\xc0\x61\xf3\x37\x00\ +\x3c\xb3\xe9\xc0\x27\xa3\x5e\xe6\xdc\x0e\x8f\x44\x5f\x50\x47\xbc\ +\xb5\x81\xc9\xb6\x8a\xf2\xde\x2c\xd5\x33\x04\x38\x6c\xfe\x18\x00\ +\xca\xb0\x98\xfc\x4b\xfe\xf6\xa2\x1f\xa8\x43\x86\x80\x1f\x36\x70\ +\xa0\xfd\x3b\x03\x80\x21\xc0\x61\xf3\x37\x00\xfc\x92\xb9\xc0\x3f\ +\x34\xb0\x0d\x7e\x18\xfd\x40\x1d\x32\x15\x78\x0b\xb0\x2d\xf3\xc1\ +\xb6\x0d\x38\xd4\x00\x60\x08\x70\xd8\xfc\x0d\x00\x3f\xd7\x07\x5c\ +\xd1\x50\x3d\x7e\x4b\xf4\x03\x75\xcc\x49\xc0\x37\x1b\x98\x74\x7f\ +\x6d\x00\x30\x04\x38\x6c\xfe\x06\x80\x9f\x9b\x0f\xdc\xdb\xc0\xf7\ +\xff\x66\xf4\x01\x75\xf4\x2c\xc0\xdb\x81\x4d\x99\x0f\xba\x11\xe0\ +\x15\x06\x00\x43\x80\xc3\xe6\x6f\x00\xa0\x0f\xf8\x0c\x79\x5f\xd6\ +\xd6\x8b\xba\xff\x76\x7f\xfd\x77\xdb\xc9\xc0\xb7\x1b\x98\x78\x2b\ +\x80\xc9\x06\x00\x43\x80\xc3\xe6\xdf\xf1\x00\xf0\x1b\xc0\xce\x06\ +\xbe\xfb\xb7\xa3\xfe\xab\xe3\xde\x03\x6c\x6e\xe0\x00\x7c\xaf\x01\ +\xc0\x10\xe0\xb0\xf9\x77\x38\x00\xcc\x03\x96\x35\xf0\xbd\x37\x47\ +\xdd\x97\x38\x0e\xf8\x7e\x03\x07\xe1\x0e\x60\xa1\x01\xc0\x10\xe0\ +\xb0\xf9\x77\x30\x00\xf4\x03\xff\x23\xea\x60\xee\xef\xfd\xfd\xa8\ +\xfb\x12\x00\x6f\x6a\xe0\x1a\xd4\xe8\xab\x27\x0d\x00\x86\x00\x87\ +\xcd\xbf\x6b\x01\xe0\x3c\xe0\xa1\x06\xbe\xf3\x48\xd4\x7b\xe9\xe7\ +\x66\x01\xb7\x34\x70\x30\x0e\xc7\x35\x30\x03\x80\x21\xc0\x61\xf3\ +\xef\x4a\x00\x98\x03\xdc\x44\xfe\xf5\xfe\x7b\x51\xe7\x67\xd9\xf2\ +\xf4\x74\xa7\x34\x74\x2f\xc0\x36\xd2\x22\x18\x06\x00\x43\x80\xc3\ +\xe6\xdf\xf6\x00\xd0\x07\xfc\x31\xf9\xdf\xca\x3a\x7a\xed\xff\x14\ +\x5b\x9d\x9e\xc9\x24\xe0\xcf\x1b\xba\x14\xf0\x69\x03\x80\x21\xc0\ +\x61\xf3\xef\x40\x00\x38\x01\x78\xbc\xa1\x53\xff\x7f\x1e\x75\x5e\ +\x7a\xd6\x83\xf3\x9e\x86\x26\xe3\x6b\x0c\x00\x86\x00\x87\xcd\xbf\ +\xc5\x01\x60\x00\xf8\x6e\x43\xdf\xf5\x9e\xa8\xef\xd2\xb3\x1a\x04\ +\xde\x06\x3c\xd1\xc0\x01\xba\x83\xfc\x6b\x52\x5b\x04\x0d\x01\x36\ +\x7f\x03\x40\xae\x33\xac\x7f\xd9\xd0\xf7\x7c\x22\xea\xfa\xa0\x2d\ +\x4e\x7b\x72\x3c\x70\x73\x43\x97\x02\x3e\x6f\x00\x30\x04\x38\x6c\ +\xfe\x2d\x0c\x00\x17\x91\x7f\xad\xff\xd1\x53\xff\x37\x47\x5d\x97\ +\xf6\xa8\x1f\x78\x23\xb0\xba\xa1\x49\xf9\x06\x03\x80\x21\xc0\x61\ +\xf3\x6f\x51\x00\x38\x02\x58\xd2\xd0\x77\x5c\x1d\xf5\xbc\xdf\xd6\ +\xa6\xbd\x35\x0b\xf8\x32\xcd\x3c\xa6\x32\x0c\x2c\x30\x00\x18\x02\ +\x1c\x36\xff\x16\x04\x80\x29\xc0\xe7\x1a\xac\xa5\x5f\xc6\xc7\xfe\ +\xb4\x1f\xce\x02\xd6\x36\x34\x31\xbf\x66\x00\x30\x04\x38\x6c\xfe\ +\x2d\x08\x00\x97\x01\x5b\x1a\xfa\x7e\x6b\xa3\x8e\x4b\xfb\xe5\x3d\ +\x34\xf3\xa2\x8a\x1e\xf0\x6e\x03\x80\x21\xc0\x61\xf3\xaf\x38\x00\ +\x9c\x08\x3c\xd8\xd0\x77\xdb\x89\xeb\xfd\x6b\x1c\x2e\x05\xdc\xd4\ +\xe0\x04\x3d\xd7\x00\x60\x08\x70\xd8\xfc\x2b\x0c\x00\xb3\x80\xdb\ +\x1a\xfc\x6e\x37\x79\xea\x5f\xe3\x75\x29\xe0\x21\x9a\x3b\x85\x75\ +\xb0\x01\xc0\x10\x60\xf3\xb7\xf9\x57\x14\x00\x26\x01\x9f\xa2\x99\ +\x27\xa9\x7a\x51\xaf\x3d\xf5\xaf\x71\x31\x0d\x78\x07\xb0\xab\xa1\ +\x83\xf9\x7a\x03\x80\x21\xc0\xe6\x6f\xf3\xaf\x28\x00\xbc\xa5\xc1\ +\x7a\xb9\x2b\xea\xf5\x34\x5b\x97\xc6\xcb\x82\x86\x2f\x05\xfc\x7f\ +\x06\x00\x43\x80\xcd\xdf\x63\xad\x82\x00\x70\x16\xcd\x2c\xa4\xb6\ +\xfb\xa9\xff\x05\xb6\x2c\x8d\xa7\x3e\x60\x31\xf0\x70\x83\x07\xf6\ +\x85\x06\x00\x43\x80\xcd\xdf\x51\x70\x00\x38\x14\xb8\xaf\xc1\xef\ +\xf3\x70\xd4\xe9\x3e\x5b\x96\xc6\xdb\x41\xc0\xb5\x34\xf3\x16\xab\ +\xd1\xe5\x2c\x8f\x36\x00\x18\x02\x6c\xfe\x8e\x02\x03\xc0\x34\xe0\ +\x8b\x0d\x5e\xf7\xdf\x1e\xf5\xf9\x20\x5b\x95\x26\xca\xa9\xc0\x9d\ +\x0d\x4e\xd8\x6f\x1a\x00\x0c\x01\x36\x7f\x47\x81\x01\xe0\x7d\xa4\ +\xf7\x99\x34\xf5\x5d\xee\x8c\xfa\x2c\x4d\x98\x49\xc0\xc5\x34\xb7\ +\x36\x40\x0f\xf8\x9f\x06\x00\x43\x80\xcd\xdf\x51\x50\x00\x78\x2d\ +\xcd\x2d\xf6\x33\xfa\xcc\xff\xc5\xf8\xaa\x5f\x65\x0a\x01\x57\x37\ +\x3c\x71\xdf\x65\x00\x30\x04\xd8\xfc\x1d\x05\x04\x80\xb3\x81\x27\ +\x1b\xfe\x1e\x57\xdb\xfc\x95\xd3\x14\x9a\x7b\x63\xe0\xe8\xf8\x0d\ +\x03\x80\x21\xc0\xe6\xef\x68\x30\x00\x1c\xd3\xf0\x69\xff\xd1\x37\ +\xfd\x4d\xb1\x25\x29\xb7\x33\x81\x7b\x1b\x3c\xf8\x77\x00\xa7\x1b\ +\x00\x0c\x01\x36\x7f\x47\x03\x01\x60\x36\xf0\x40\xc3\x7f\xff\xbd\ +\x51\x87\xa5\xec\x06\x81\xab\x68\xee\x85\x41\x3d\xd2\x23\x37\x73\ +\x0d\x00\x86\x00\x9b\xbf\x23\x63\x00\x98\x0a\xfc\x3d\xcd\xbc\xe1\ +\x6f\xf7\x55\x52\xaf\x8a\x3a\x2c\x35\x62\x08\xf8\x78\xc3\xa7\xc1\ +\x6e\x35\x00\x18\x02\x6c\xfe\x8e\x8c\x01\xe0\xbf\xd2\xec\x8d\xd0\ +\x3b\xa2\xee\x0e\xd9\x82\xd4\xa4\x3e\xd2\xa3\x27\x77\x37\x3c\x91\ +\xff\xb7\x01\xc0\x10\x60\xf3\x77\x64\x08\x00\xef\x68\xb8\xf9\xf7\ +\xa2\xde\x9e\x8a\x0b\xfe\xa8\x10\x8b\x81\xcd\x0d\x4f\x8a\xff\x6a\ +\x00\x30\x04\xd8\xfc\x1d\x13\x18\x00\xfe\xa0\x80\xbf\x79\x73\xd4\ +\x5b\xa9\xa8\x33\x01\x1f\x6c\xf8\x52\x40\x0f\x78\xb7\x01\xc0\x10\ +\x60\xf3\x77\x4c\x40\x00\xb8\xa4\x80\xbf\x77\x47\xd4\x59\x7f\xf9\ +\xab\x38\xd3\x81\x4f\xd0\xdc\x5b\xb0\x46\xc7\x9b\x0c\x00\x86\x00\ +\x9b\xbf\x63\x1c\x03\xc0\xcb\x81\x6d\x0d\xff\xad\xbb\xa2\xbe\x4e\ +\xb7\xd5\xa8\x54\x0b\x49\x37\xe5\x35\x3d\xb1\xff\x8d\x01\xc0\x10\ +\x60\xf3\x77\x8c\x43\x00\x78\x01\xb0\xb1\x80\xbf\xf5\xd6\xa8\xaf\ +\x52\xb1\xfa\x81\xf3\x81\x25\x05\x4c\x98\x0b\x0c\x00\x86\x00\x9b\ +\xbf\x63\x0c\x01\xe0\xa4\x42\x9a\xff\x92\xa8\xab\xfd\xb6\x18\x95\ +\x6e\x32\x70\x05\xb0\xbe\xe1\x49\xb3\x13\x38\xd7\x00\x60\x08\xb0\ +\xf9\x3b\xf6\x23\x00\x1c\x57\xc0\x69\xff\x5e\xd4\xd1\x2b\xa2\xae\ +\x4a\x55\x98\x01\x7c\x94\xe6\x5e\x1d\x3c\x3a\x36\x01\x2f\x35\x00\ +\x18\x02\x6c\xfe\x8e\x7d\x08\x00\x47\x45\xed\x68\xfa\xef\xdb\x1e\ +\x75\x74\x86\x2d\x45\xb5\x39\x12\xb8\xb1\x90\x04\xfd\x62\x77\x47\ +\xf9\xda\x7a\x09\x40\x55\x39\x0a\x58\x53\x48\x40\xb9\x31\xea\xa8\ +\x54\xa5\x33\x28\xe3\x7e\x80\xb5\xa4\x9b\x79\x64\x08\xb0\xf9\xeb\ +\xb9\x9a\xff\x83\x85\x34\xff\x25\x51\x3f\xa5\xaa\x9d\x0b\xac\x2c\ +\x24\x04\xbc\xd0\xdd\x61\x08\xb0\xf9\xeb\x19\x1c\x5b\x50\xf3\x5f\ +\xc9\x9e\xef\x5f\x92\xaa\xd0\x0f\xbc\x86\xe6\x6f\x0a\xec\x01\xeb\ +\x80\xb3\xdc\x25\x86\x00\x9b\xbf\x76\xb3\x08\x58\x55\x48\xf3\x5f\ +\x1f\xf5\xd2\x3b\xfe\xd5\x1a\x03\xc0\xdb\x68\x7e\xb9\xe0\x1e\xe9\ +\xb1\x9e\x57\xb8\x4b\x0c\x01\x36\x7f\x91\x5e\x29\x5e\xc2\xa3\x7e\ +\xa3\xcb\xfc\xbe\x2d\xea\xa5\xd4\x2a\x73\x81\x6b\x80\x2d\x05\x4c\ +\xb4\x1d\xc0\x85\xee\x12\x43\x80\xcd\xbf\xd3\x5e\x44\xf3\xcb\x97\ +\x8f\x8e\x2d\x51\x1f\xe7\xba\x5b\xd4\x56\x47\x01\x9f\xa4\xf9\xe5\ +\x82\x47\xc7\x6f\xb8\x4b\x0c\x01\x36\xff\x4e\x7a\x39\xcd\xbf\xd5\ +\x6f\xf7\x65\x7e\x3f\x19\xf5\x51\x6a\xb5\x45\x94\xb1\x5c\xf0\xe8\ +\xb8\xdc\x5d\x62\x08\xb0\xf9\x77\xca\x25\x05\xfd\x08\x19\x5d\xe6\ +\x77\x91\xbb\x45\x5d\xb1\x10\xb8\xab\xa0\x09\xf8\x76\x77\x89\x21\ +\xc0\xe6\xdf\x09\xbf\x0f\x8c\x14\x54\x7b\xee\xc2\x35\xfe\xd5\x41\ +\xa7\x01\x2b\x0a\x9a\x88\x7f\xee\x2e\x31\x04\xd8\xfc\x5b\xed\x03\ +\x94\xb5\x12\xe1\x8a\xa8\x83\x52\xe7\xf4\x03\x17\x01\xcb\x0a\x4a\ +\xe4\x7f\xe3\x6e\x31\x04\xd8\xfc\x5b\xe9\x7f\x15\xd4\xf8\x47\xa2\ +\xee\x5d\x84\x8f\xfb\xa9\xc3\xa6\x02\xaf\x23\x2d\xc0\x51\x4a\x08\ +\xb8\x09\x98\xed\xae\x31\x04\xd8\xfc\x5b\x61\x26\xf0\xa5\xc2\x9a\ +\xff\x83\x51\xf7\xa6\xba\x7b\xd4\x75\x83\xc0\xef\x02\x8f\x14\x34\ +\x49\x7f\x04\x3c\xcf\x5d\x63\x08\xb0\xf9\x57\x6d\x01\x70\x37\x65\ +\x9d\xf6\x7f\x24\xea\xdd\xa0\xbb\x47\x4a\xa6\x93\xee\xc6\xdf\x5a\ +\xd0\x44\x7d\x82\x74\xb7\xb0\x0c\x01\x36\xff\xfa\x9c\x4f\x39\x0b\ +\xfc\x8c\x8e\xad\x51\xe7\xa6\xbb\x7b\xa4\xa7\x1a\xbd\x1c\xb0\xa3\ +\xb0\x49\xfb\x36\x77\x8d\x21\xc0\xe6\x5f\x95\x37\x17\x56\x43\x46\ +\x17\x1f\xf3\xb4\xbf\xf4\x1c\xfa\x81\x2b\x0b\x3b\x13\xd0\x03\x3e\ +\xe6\xae\xe9\x76\x08\x50\x35\xfe\xb2\xc0\xe6\xbf\x35\xea\x9a\x37\ +\xfc\x49\x7b\x70\x00\xf0\x5e\x60\x43\x61\x93\xf8\x6b\xa4\x37\x86\ +\xa9\x63\x21\x40\x55\x38\x1c\xf8\x6a\x81\xcd\x7f\x43\xd4\xb3\x03\ +\xdc\x45\xd2\xde\x19\x02\xde\x5f\x60\x08\x58\x03\xfc\xba\xbb\xa7\ +\x3b\x21\x40\x55\x38\x3f\xe6\x66\x89\xcd\xff\xfd\x51\xcf\x24\xed\ +\x63\x08\x78\x2f\xe5\x5d\x0e\xe8\x01\xef\x71\xf7\xb4\x3f\x04\xa8\ +\x0a\xef\x2a\xb0\x3e\x8c\x9e\xf6\x7f\xaf\xcd\x5f\xda\x7f\x07\x90\ +\xae\x9d\xed\x28\x70\x82\xff\x3d\x30\xcf\x5d\xd4\xce\x10\xa0\xe2\ +\xcd\x06\x3e\x57\x68\xf3\xdf\x11\x75\xcb\xd3\xfe\xd2\x18\xf5\x93\ +\xee\x9e\x2d\xf1\x4c\xc0\x4a\x7c\xad\x70\xeb\x42\x80\x8a\xf7\xaa\ +\x98\x7b\xa5\xfe\xf2\x7f\x1d\xde\xf0\x27\x8d\x9b\xa9\xa4\xe7\x67\ +\x1f\xa1\xac\x17\x79\x8c\x8e\x3f\x71\x17\xb5\x23\x04\xa8\x78\x7f\ +\x52\x68\xe3\x1f\x89\xfa\x74\x39\x3e\xea\x27\x8d\xbb\xe9\xa4\x15\ +\xb4\x4a\x5a\x36\x78\xf7\xf1\x8f\xc0\x49\xee\xa6\x7a\x43\x80\x8a\ +\x76\x42\xcc\xb1\x52\x9b\xff\x83\x51\x9f\x5c\xe4\x47\x9a\x20\x83\ +\xa4\xd3\x6b\xcb\x0a\x2d\x04\x4f\x02\x57\xb8\x9b\xea\x0b\x01\x2a\ +\xda\xef\xc7\xdc\xea\x15\x3a\x96\x45\x5d\x72\x79\x5f\x69\x82\x4d\ +\x25\xbd\x45\x6b\x45\xc1\x05\xe1\x33\xa4\xe7\x92\x55\x41\x08\x50\ +\xb1\x0e\x01\x3e\x5d\xf0\x3c\x1f\x7d\xa5\xef\x45\x78\xda\x5f\xca\ +\xa6\x9f\xf4\x1e\xed\xbb\x0a\x2e\x0c\x1b\x80\x37\xb8\xab\xca\x0e\ +\x01\x2a\xd6\xeb\x29\x6f\x1d\x90\xa7\x8f\xbb\xa2\x0e\x79\xc3\x9f\ +\xd4\x80\x85\xc0\xad\xc0\xae\x82\x8b\xc4\xa7\x81\x23\xdd\x55\xe5\ +\x85\x00\x15\xe9\xc8\x0a\x7e\xf5\xef\x8a\xba\xb3\xd0\xdd\x25\x35\ +\x6b\x11\xf0\x49\x60\x4b\xc1\x05\x63\x13\xe9\xb9\x60\x49\xcf\xee\ +\xca\x98\x2b\x25\x37\xff\x2d\x51\x6f\x16\xb9\xbb\xa4\x32\x1c\x05\ +\x5c\x03\x6c\x2e\xbc\x78\xdc\x04\x9c\xe1\xee\x92\x9e\xe2\xf4\x98\ +\x1b\xbd\xc2\xc7\xe6\xa8\x33\x47\xb9\xcb\xa4\xb2\xcc\x25\xbd\xba\ +\x77\x7d\x05\x85\xe4\xfd\xee\x2e\x09\x62\x2e\xf4\x2a\x18\xeb\xa3\ +\xbe\xcc\x75\x97\x49\x65\x1a\x00\x5e\x43\xb9\xab\x84\xed\x3e\x1e\ +\x00\x7e\xd3\x5d\xa6\x8e\x5a\x1c\x73\xa0\x86\xe6\xbf\x32\xea\xca\ +\x80\xbb\x4d\x2a\x5b\x3f\x70\x2e\xb0\xa4\x92\xe2\xf2\x45\xbc\x2c\ +\xa0\xee\x38\x23\x8e\xf9\x5e\x25\x63\x49\xd4\x13\xef\xf4\x97\x2a\ +\x2b\x34\x37\x02\xdb\x2b\x29\x34\x1f\x26\xbd\xe0\x44\x6a\xa3\xd9\ +\x71\x8c\xd7\xd2\xf8\xb7\x47\xfd\x30\x9c\x4b\x95\x3a\x12\xf8\x28\ +\x75\xdc\x17\xd0\x03\x1e\x03\xde\xee\x6e\x53\xcb\xbc\x3d\x8e\xed\ +\x5a\x9a\xff\xfa\xa8\x1b\x3e\xbe\x2b\x55\x6e\x06\x69\x79\xde\x25\ +\x15\x15\xa0\xfb\x48\x0b\xa1\x48\x35\x7b\x7d\x1c\xcb\x3d\xea\x3a\ +\xe5\x7f\x45\xd4\x0d\x49\x2d\x30\x19\x38\x9f\xf2\x17\x0d\x7a\xfa\ +\xb8\x1d\xb8\xd4\xdd\xa7\xca\x5c\x1a\xc7\x6e\x4d\x8d\x7f\x74\x71\ +\x9f\xf3\xa3\x5e\x48\x6a\x91\x7e\xd2\xca\x5d\x9f\x00\x76\x54\x56\ +\x9c\xbe\x02\x5c\xe8\x2e\x54\xe1\x2e\x8c\x63\xb5\x57\xd9\xd8\x11\ +\x75\x61\x21\xde\xec\x27\xb5\xda\x74\xe0\x83\x94\xbf\x68\xd0\x33\ +\x8d\x5b\x0c\x02\x2a\xb4\xf1\xdf\x52\xe1\x7c\x1a\x5d\xdc\xe7\x83\ +\xf8\x1a\x5f\xa9\x33\xfa\x48\xcf\x21\xdf\x5d\xe1\xd9\x80\x1e\xf0\ +\x55\xe0\x12\x77\xa3\x1a\x76\x49\x1c\x8b\x35\x36\xfe\x1d\x31\xff\ +\x17\x47\x3d\x90\xd4\x31\xa7\x02\x1f\x07\xd6\x56\x5a\xc4\xbe\x43\ +\x7a\x0f\xb9\x94\xd3\xeb\xe2\xd8\xeb\x55\x3a\xd6\xc6\xbc\x3f\xd5\ +\x5d\x29\x75\xfb\x4c\xc0\x10\x70\x15\x70\x2f\x30\x52\x69\x41\xbb\ +\x1f\xf8\x0f\xb8\x52\x99\x26\xce\x40\x1c\x63\xf7\x57\xdc\xf8\x47\ +\x62\x9e\x5f\x15\xf3\xde\x5f\xfe\x92\x18\x04\xce\x04\x6e\xae\xb8\ +\xb8\xf5\x80\x8d\xc0\x7f\x01\x8e\x77\x97\x6a\x9c\x1c\x1f\xc7\xd4\ +\xc6\xca\xe7\x46\x2f\xe6\xf7\x99\x31\xdf\x25\xe9\x29\xa6\x00\x57\ +\x03\x3b\x5b\x50\xec\x3e\x07\xfc\x9a\xbb\x54\xfb\xe9\xd7\xe2\x18\ +\xea\xb5\x60\xec\x8c\x79\x3d\xc5\xdd\x2a\xe9\xb9\x4c\x02\x2e\x06\ +\xee\xa4\x9e\x65\x84\xf7\xb4\xb0\xc9\x3b\x48\xa7\x3c\xa5\xe7\x32\ +\x14\xc7\xca\x12\xda\xd1\xf8\xb7\xc7\x3c\xbe\x38\xe6\xb5\x24\xed\ +\x55\x08\x38\x15\xb8\x16\x78\xb8\x25\xc5\xb0\x07\x7c\x0a\xb8\xc8\ +\xdd\xab\xa7\xb9\x28\x8e\x8d\x5e\x8b\xc6\xc3\x31\x7f\x4f\xb5\xf9\ +\x4b\xda\x1f\x07\x91\x1e\x13\xba\x89\xba\x56\x10\xdc\xd3\x58\x0e\ +\xfc\x19\x70\xba\xbb\xb8\xb3\x4e\x8f\x63\x60\x79\xcb\x1a\xff\xae\ +\x98\xaf\x8b\x63\xfe\x4a\xd2\x7e\xeb\x03\x16\x90\x4e\x8d\x3e\xd4\ +\xb2\x62\xd9\x03\xee\x00\xfe\x08\x38\xc6\x5d\xdd\x7a\xc7\xc4\xbe\ +\xbe\xa3\x85\xc7\x71\x2f\xe6\xe7\x3b\x62\xbe\x7a\x87\xbf\xa4\x71\ +\x33\x0d\x38\x2b\x7e\x5d\xb4\xe1\x26\xc1\x67\x1a\x5f\x07\xde\x0a\ +\x1c\xed\xee\x6e\x8d\xa3\x63\x9f\x7e\xbd\xa5\xc7\xec\xe8\x4d\x7e\ +\x37\xc5\xfc\x9c\xe6\x2e\x97\x34\x51\x66\x01\xef\x21\x2d\x26\x32\ +\xdc\xe2\xa2\xfa\x2d\xe0\x5d\xb8\x58\x4a\x8d\x4e\x8d\x7d\xf7\xad\ +\x16\x1f\x9f\xbd\x98\x7f\x6b\x63\x3e\xce\x72\xb7\x4b\xca\xe5\x2c\ +\xe0\xcb\xc0\x6a\xea\x5d\x40\x68\x6f\xc7\x52\xe0\x1a\xe0\x55\x78\ +\x6a\xb5\x44\x7d\xb1\x6f\xae\x89\x7d\xd5\x6b\xf9\x18\x89\x79\xf7\ +\xe5\x98\x87\x92\xd4\xc8\xd9\x80\x37\x92\x16\x18\x79\xa2\x03\x85\ +\xb7\x07\x6c\x05\xbe\x44\x3a\xad\x7c\x9a\x87\x40\x63\x4e\x8b\x7d\ +\xf0\xa5\xd8\x27\xbd\x8e\x8c\x27\x48\xa7\xfb\xdf\xe8\xaf\x7e\x8d\ +\x67\x82\x96\xf6\x47\x3f\x70\x1c\xe9\x59\xe3\x37\x02\xa7\x74\xec\ +\x78\x7a\x18\xf8\x06\xf0\x4f\x31\x96\x7a\x48\x4c\x88\x93\x81\x97\ +\xc5\x78\x39\x70\x44\xc7\xbe\x7f\x0f\xf8\x11\xf0\xd7\xc0\xf5\xc0\ +\x32\xd2\x25\x00\xc9\x00\xa0\xc6\x0d\x02\x47\x01\x97\x03\x6f\x06\ +\x66\x74\x74\x3b\xac\x01\x6e\x23\xbd\x2c\xe6\x0e\xe0\xbb\xf1\x0b\ +\x55\x7b\x6f\x3a\x69\xc9\xda\x97\x90\x4e\x71\x9f\x03\x1c\xd2\xe1\ +\xed\xb1\x09\xf8\x28\x70\x1d\xe9\x4e\xff\xed\x1e\x22\x32\x00\xa8\ +\x44\x93\x80\x93\x80\x0f\x03\xe7\x7b\x6c\x01\xe9\xb5\xab\x77\xc6\ +\xb8\x1b\xf8\x61\x14\x75\xa5\xd3\xd8\xcf\x03\x9e\x0f\xbc\x20\xc6\ +\xf3\xdd\x2c\x40\xba\xd6\x7f\x0b\xf0\x87\xa4\x97\x10\x8d\xb8\x49\ +\x64\x00\x50\x2d\x85\xfd\x37\x81\x2b\x81\x13\x3a\x7c\x46\xe0\xd9\ +\xfc\x98\xb4\xe4\xec\x12\xd2\x1b\xda\xee\x03\x1e\x68\x71\x30\x98\ +\x05\x2c\x02\x4e\x8c\x80\x78\x4a\x0c\x5f\xdc\xf4\xcb\xb6\xc4\xf1\ +\x70\x2d\xf0\x77\xc0\x66\x37\x89\x0c\x00\xaa\xd1\x71\xc0\x6b\x49\ +\x2f\x57\x79\x1e\x30\xd3\x4d\xf2\x9c\x56\x01\x0f\xc6\x58\x0e\xac\ +\x24\x9d\xf6\xfd\x69\xfc\xef\x4a\x3d\xfd\x3b\x00\xcc\x07\x8e\x24\ +\x5d\x0a\x3a\x1a\x38\x96\xb4\x28\xcd\x82\xf8\xdf\xe9\xb9\x6d\x22\ +\x9d\x1d\xba\x9e\xb4\x34\xf1\x0a\x37\x89\x0c\x00\x6a\x83\x93\x81\ +\x0b\x81\x4b\x81\x17\x45\xc3\xd0\xbe\x5b\x47\x7a\x04\x6c\x35\xe9\ +\x19\xf0\x75\xc0\x7a\x60\x03\xf0\x18\xe9\xb5\xb5\x9b\x62\x6c\x01\ +\xb6\xc5\x78\x32\xc6\x2e\x7e\xb1\x7e\xc3\xe8\xdc\xef\x07\x26\x03\ +\x53\x63\x0c\xc6\x98\x11\xbf\xdc\x67\x01\x07\x02\xb3\x81\x39\xc0\ +\x5c\x60\x1e\xe9\xe5\x39\x87\xc6\x98\xe7\xae\xd9\x6f\xdb\x48\xf7\ +\x8a\x7c\x11\xb8\x21\x7e\xfd\x4b\x06\x00\xb5\xca\xb4\xf8\x35\xf8\ +\x4a\xe0\xf7\x48\xa7\x80\xa5\x2e\xfb\x21\xf0\x71\xe0\x2b\xa4\xb3\ +\x3e\x4f\xba\x49\x64\x00\x50\x9b\x4d\x8d\x5f\x93\x97\x01\xef\xa4\ +\xdb\x77\x78\xab\x9b\x1e\x05\x3e\x48\x3a\xd5\xff\xb8\x8d\x5f\x06\ +\x00\x75\xd1\xc1\xa4\x17\xb4\xbc\x36\x82\xc0\x54\x37\x89\x5a\x6a\ +\x07\xe9\x31\xd1\x4f\x90\x56\x2d\x5c\xef\x26\x91\x01\x40\x1e\x7f\ +\xb0\x30\xce\x08\x5c\x40\xba\x33\x7c\x8e\x9b\x45\x2d\xb1\x81\xf4\ +\x84\xc7\x0d\xc0\xdf\x92\x16\xf1\xe9\xb9\x59\x64\x00\x90\x9e\xea\ +\x58\xd2\xcd\x82\xe7\x93\x16\x82\x39\xcc\xe3\x53\x15\xea\x91\x4e\ +\xf3\x7f\x07\xf8\x47\xe0\x46\xbc\xab\x5f\x06\x00\x69\xaf\x8e\xc7\ +\xc3\x49\xab\xc1\x5d\x00\x5c\x42\xba\xd3\x5c\xaa\xc1\x6a\xe0\x0b\ +\xa4\x77\x64\xfc\x73\x04\x01\x7f\xf1\xcb\x00\x20\xed\x83\x49\xc0\ +\x41\xa4\xe7\xca\x7f\x13\x78\x83\x41\x40\x85\x37\xfe\xeb\x80\xcf\ +\x90\xd6\x6f\xd8\x88\xab\xf7\x49\xd2\xb8\x84\xd4\x03\x49\x2b\x0b\ +\xfe\x88\x5f\x3c\xcb\xee\x70\x34\x39\x86\xe3\x78\xbc\x32\x8e\x4f\ +\x7f\x4c\xc9\x33\x00\xd2\x04\x1a\x04\x5e\x41\x7a\xf1\xd0\x99\xa4\ +\x45\x68\x66\x78\x1c\x2b\x83\x1e\x69\x81\xa5\x75\xa4\xc5\x7b\xfe\ +\x06\xf8\x3a\x69\x31\x1f\xc9\x00\x20\x65\x74\x1a\xe9\x55\xc4\x2f\ +\x23\x2d\x2c\x34\x9f\xb4\xb2\x9d\x34\x9e\x86\x49\x4b\x31\x2f\x21\ +\xbd\xf6\xf9\x1f\x80\x7b\xdc\x2c\x32\x00\x48\xcd\x9a\x44\x7a\x5a\ +\xe0\x4c\xe0\xa5\x31\x4e\x27\xbd\x56\x56\x1a\x8b\xad\xc0\x0f\x80\ +\x6f\xc7\xf8\x2e\xe9\xa6\x3e\xaf\xed\xcb\x00\x20\x15\x66\x16\xe9\ +\x85\x34\x0b\x80\x73\xf9\xc5\xba\x02\x93\xdd\x34\xda\x4b\xbb\x48\ +\x6f\x6b\xbc\x09\xf8\x1a\x69\x89\xde\x9f\xe2\x2b\x9c\x65\x00\x90\ +\xaa\x39\xa6\x47\x5f\x68\xf3\x42\xe0\xb7\x80\x57\x03\x07\xb8\x69\ +\xf4\x2c\x9e\x00\x3e\x0f\x7c\x1a\xf8\x3e\xbf\x78\x99\x92\x8f\xf0\ +\xc9\x00\x20\x55\x6e\x06\xe9\x6d\x84\xbf\x4d\x7a\x23\xe1\x4c\xd2\ +\x5b\x09\x27\xb9\x69\x3a\x67\x84\xf4\x6a\xe5\xcd\xc0\xf7\x48\x2b\ +\xf4\x7d\x21\x9a\xbe\x64\x00\x90\x5a\x6a\x12\xe9\xb2\xc0\x79\xc0\ +\xcb\x81\xe3\x48\xef\x21\x38\x18\x5f\x53\xdc\x66\xdb\x81\x9f\x91\ +\xd6\xe3\x5f\x06\x7c\x83\xf4\x16\xbe\x1f\xe3\x35\x7d\x19\x00\xa4\ +\x4e\x3a\x16\x78\x3e\xf0\x3c\xe0\x64\x60\x11\xe9\xdd\x04\x33\xdd\ +\x34\xd5\xdb\x0c\xfc\x84\xb4\x16\xff\x52\xd2\xeb\x77\xef\x06\x96\ +\xbb\x69\x24\x03\x80\x34\xaa\x9f\xb4\xa6\xc0\xd1\x11\x0a\x4e\x07\ +\x5e\x0c\x9c\x41\x7a\x7d\xb1\xf3\xa4\x7c\x3d\xe0\x31\xe0\x2e\xd2\ +\x32\xbc\x3f\x88\x66\xbf\x92\xf4\xec\xfe\xb0\x9b\x48\x32\x00\x48\ +\x7b\x9a\x13\x33\x48\x4b\x11\xcf\x89\x33\x03\x67\xc7\x38\x05\x1f\ +\x31\x2c\xc9\x56\xd2\xf3\xf9\xb7\xc7\x58\x4a\x7a\x03\xdf\xe3\xa4\ +\x6b\xfa\xde\xc4\x27\x19\x00\xa4\x71\x99\x2b\x07\x01\xe7\x00\xbf\ +\x1a\xe3\x44\x37\x4b\x76\xf7\x01\xb7\xc4\xb8\x2d\x9a\xbd\x8d\x5e\ +\x32\x00\x48\x59\x1d\x1a\x67\x06\xce\x21\x5d\x2e\x38\x2c\xce\x1e\ +\x4c\x8f\x31\x80\xab\x13\xee\x8b\x61\xd2\x0d\x7b\x5b\x63\x6c\x21\ +\x2d\xbe\x73\x57\x34\xfb\xdb\x49\x2f\xde\x91\x64\x00\x90\x8a\x9a\ +\x4b\x73\x48\x4f\x16\x1c\x47\x5a\x90\xe8\x98\x08\x09\xf3\x80\xb9\ +\xf1\xef\x81\x86\x82\x9f\x37\xfb\x8d\xa4\xeb\xf3\xeb\xe3\xdf\xd5\ +\xc0\x0a\xd2\x02\x3c\xcb\x62\x6c\xf0\x17\xbe\x64\x00\x90\x6a\xd3\ +\x4f\xba\x89\xf0\xb0\x08\x02\xa3\xff\x0e\x91\x1e\x3d\x1c\x1d\xf3\ +\xe2\xdf\xe9\x2d\x9b\x93\xbd\xf8\x25\xff\xb3\x68\xf0\x3f\xdb\x6d\ +\xac\x8d\x86\xff\xe8\x6e\xff\x3e\x86\x37\xeb\x49\x06\x00\xa9\xc5\ +\xa1\x60\x30\x9a\xfd\x8c\xdd\xfe\x9d\x11\x67\x09\xe6\x03\x47\xc4\ +\x38\x2c\xce\x2a\xcc\x8e\x31\xa3\xd0\x06\xff\x58\x8c\xf5\xd1\xc8\ +\x1f\x8e\xb1\x2a\x7e\xc1\x6f\x89\xb1\x75\xb7\x7f\xb7\xd9\xec\x25\ +\x03\x80\xa4\x64\x52\x04\x84\xc9\xf1\x6f\x7f\xfc\xb7\xd1\xff\x3e\ +\xf0\xb4\x33\x07\x43\x71\xf6\x60\x28\x02\xc2\x74\x60\xda\xd3\xc6\ +\x00\x30\x35\xfe\x1d\xfd\x6f\x93\x49\xeb\xde\xef\x88\xb1\x1d\x78\ +\x32\xfe\xdd\xf1\xb4\x31\xda\xe0\xd7\x3e\xed\x17\xfc\xe8\xd8\x1e\ +\x8d\x7c\x24\xc6\x70\xfc\xff\x1e\xde\xed\xbf\x4b\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x69\x5f\xfd\xff\xc8\x16\x09\x0a\xf5\x06\ +\xfa\x11\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x08\x39\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x27\x00\x00\x00\xbb\x08\x06\x00\x00\x00\xe6\x07\x87\x0d\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\ +\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x07\xb6\x49\x44\ +\x41\x54\x78\x9c\xed\x9d\x69\x6c\x16\x45\x18\xc7\x7f\x3d\x38\x8a\ +\x16\xca\xe1\x85\x82\x1c\xd1\xe0\x4d\x10\xc5\xa0\x16\x34\x18\x82\ +\xc6\xa8\xf8\x81\x18\x13\x15\x22\x1e\x51\x13\x43\x22\xe2\xf1\xc1\ +\x23\x1a\xef\x78\xa3\xc4\x60\x34\x51\xa3\x28\x31\x22\xe0\x89\x57\ +\x22\x92\x26\x20\x89\x10\x35\x2a\xc8\x29\x94\x96\x96\x4a\x39\x6c\ +\xfb\xfa\xe1\xe9\xea\xec\xec\xbe\xbb\xf3\xec\x6e\x03\x1f\xe6\x97\ +\x4c\xf2\x4e\x33\xf3\xec\xbf\xb3\xc7\xec\xce\xf3\xcc\x0c\x14\xc3\ +\x20\xe0\x1a\xe0\x05\x60\x25\xb0\x01\x68\x01\x4a\xdd\xe9\xe5\x82\ +\x8e\xa3\x62\x34\x30\x1f\xd8\x6b\x08\x89\x4b\x49\xe2\x4e\x05\x9a\ +\x8d\xb4\x13\x18\x9c\x57\xd8\x75\xc0\xdf\x29\xa2\x5c\x5b\xee\x53\ +\xab\xfc\xed\x79\x84\xbd\xe8\x28\xca\x55\xdc\x54\xab\xfc\xca\xac\ +\xc2\x1e\x28\x23\xa0\x0b\xf8\x09\x78\x1d\x78\x02\x38\xa0\x10\x57\ +\x0d\x34\x1a\xe5\x3b\x90\xeb\x58\xc5\x79\xdd\x22\x6c\x51\xaf\x22\ +\xd7\x9f\x49\x9b\x42\x1c\xc0\x02\xcb\xee\xf4\x4a\xa5\xb8\xa7\x80\ +\x0a\x23\xdf\x0e\x5c\x06\xdc\x0c\xfc\x6e\x95\x2d\x29\x6d\x7f\x63\ +\xe5\x27\x68\xc4\x8d\x05\xce\xb7\x0e\x3e\x03\x58\xae\x14\x51\x8e\ +\xd5\x56\x7e\x8c\x46\xdc\xa5\x56\x7e\x31\xf0\x71\x3e\x3d\x21\x7e\ +\x45\xae\xb5\x80\x93\x35\xe2\xea\xad\xfc\x82\x94\xf2\xda\xd3\xda\ +\x09\xb4\x1a\xf9\x41\x1a\x71\xc7\x5a\x07\xfe\x56\x79\x70\x17\x4c\ +\x71\xb5\x1a\x71\x47\x5b\x46\xf6\xa7\x94\xd7\xb6\x1c\x40\x2f\xe3\ +\x77\xa5\x46\x5c\xa7\xf1\xbb\xca\xa1\x7c\x45\x7a\x91\x08\x66\xb7\ +\xd5\xa8\x11\xb7\xd3\xf8\x7d\x24\xd0\x37\xa5\xbc\xb6\xe5\x86\x03\ +\xfd\x8c\x7c\x53\x56\x71\x15\xc0\x39\x29\xe5\xb5\xe2\x26\x59\xf9\ +\x0d\x1a\x71\xab\xac\xfc\x15\xca\x83\xa7\x31\xcb\xca\x7f\xa5\xa9\ +\x3c\x81\x70\xf7\xb2\x07\x38\x2a\xa1\xfc\x6e\xdc\xbb\xaf\x8b\x89\ +\xf6\xd5\xa7\x6b\xc4\x55\x02\x7f\x5a\x06\x96\x77\xff\x3d\x8e\x66\ +\x47\x71\xc7\x02\xdb\x2c\xbb\x0d\x64\xb8\xa1\xae\x27\xfa\x1f\x7e\ +\x88\xdc\x20\x59\xc4\x8d\x45\xde\x9a\x6d\x9b\x97\x6b\x85\x81\xb4\ +\xd2\xea\x18\x63\x5b\x80\x9b\x80\x01\x46\xd9\xa6\x04\x71\x27\x01\ +\xaf\x10\x7e\xad\x0a\xd2\xd7\x64\x7b\x0c\x01\x30\x82\xe8\x69\x08\ +\xd2\xfe\x6e\xe3\xf3\x81\x7d\xc6\xdf\x57\x00\xf3\x90\x57\xab\x9f\ +\xcb\xd4\x2d\x01\x9b\x09\xf7\x44\x99\x18\x47\xf8\xb4\x15\x91\x76\ +\x91\xfe\x78\x72\x66\x18\xd2\xbf\x16\x21\x6c\x0d\x30\xb2\x28\x61\ +\x01\xd5\xc0\x1d\xc0\x1f\x19\x45\xed\x00\xe6\x02\x35\x45\x0b\x33\ +\xa9\x02\xae\x06\x16\x92\x7c\x4d\x95\x90\x6f\x85\x45\xc0\x6c\xc2\ +\xdd\x55\x84\xcc\x77\x45\x0a\x43\x80\x63\x90\x8f\x94\x41\xc8\x8d\ +\xd2\x88\x5c\x57\x5b\x90\xef\x0e\x8f\xc7\xe3\xf1\x78\x3c\x1e\x8f\ +\xc7\xe3\x29\x94\x9e\xfa\xc0\x29\x47\x6f\x60\x22\x32\x46\x32\x18\ +\xf9\x30\xdf\x00\x7c\x86\xf8\x34\x72\xd1\x17\x18\x68\xa4\xfe\x8a\ +\xba\x37\x00\x5b\x89\xff\x5c\x6c\x03\x1e\x01\xfa\xe4\x11\xf7\xb6\ +\x65\xf4\x39\xc7\x7a\x0f\x97\x11\x65\xa7\x1f\x80\xda\x2c\xc2\x6a\ +\x90\x01\xc3\xc0\x50\x07\x30\xca\xa1\xde\x55\x8e\xc2\x82\xf4\x09\ +\x19\x2e\xb7\xc9\x96\x11\x17\x3f\x44\x2f\xc4\x27\xa6\x1d\xa6\xb8\ +\x56\x2b\x6e\xae\x65\x60\xae\x43\x9d\x6b\x62\x0e\xbc\x15\x98\x89\ +\x0c\xdc\x8c\x46\xc6\xf5\x1a\xad\x32\xbf\xa1\x6c\xbd\x37\x2c\x03\ +\x17\x38\xd4\x59\x6e\xd5\xd9\x0b\x9c\x1c\x53\xee\x14\xc2\x2e\xd0\ +\x12\x61\x27\x60\x2a\x5f\x1b\x15\xbb\x08\x8f\x62\xc6\x51\x0b\x1c\ +\xb4\x0e\xf8\x74\x42\xf9\x47\xad\xb2\x8f\x68\xc4\xfd\x6a\x54\x6c\ +\x71\x28\x3f\x8d\xe8\x29\x3d\x23\xa1\xfc\xe9\x56\xd9\xa5\x1a\x3f\ +\x84\x39\x5c\xb5\xc7\xa1\xfc\x24\x2b\xbf\x1d\x71\xb3\x97\x63\x1d\ +\x72\xda\x03\x54\xfe\xd6\x34\x77\x92\xcd\x44\x2b\xff\x05\xd2\x22\ +\xe5\x28\x21\xc3\x63\x01\x75\x1a\x71\xa6\x97\x30\xc9\x39\x02\x32\ +\xf4\x3f\xc1\xfa\xdb\xe7\x0e\xc7\x30\x5b\x4e\xe5\xd2\x34\x4f\x65\ +\x5f\x92\x6f\x88\xc9\x48\x3f\x6a\x62\xfb\xf0\xe3\x30\xfd\x19\x1d\ +\x1a\x71\x9b\xac\x7c\x92\xfb\x67\xaa\x95\xdf\x18\x53\x3f\x8e\x3a\ +\xe3\x77\x9b\x46\xdc\x1a\x2b\x3f\xa3\x4c\xb9\xfe\x44\x9f\xf0\x2b\ +\x1c\xec\xd7\x22\xc3\xb5\x01\x7f\x39\xea\x02\xe0\x12\xc2\xb7\xfa\ +\x3e\xc4\x1f\x61\xf3\x00\xd1\x47\xc8\x74\x07\xfb\x17\x5a\x75\x3e\ +\xd0\x88\xab\x42\xee\x26\xd3\xc0\x1e\xe0\x3e\xe4\x69\x5e\x0f\x3c\ +\x8f\x78\xb4\xed\xd1\x73\xfb\xfa\x8b\xe3\x2e\x72\x3c\x84\x41\x86\ +\xe7\xb5\x9d\xf8\xdd\x8e\xb6\x57\x59\xf5\xd4\xce\xb9\x4a\x60\x99\ +\x42\xd8\x5a\xdc\x1c\x20\x23\x08\x87\x21\x75\x21\xae\x02\x35\x35\ +\xc0\x47\x0e\xc2\xd6\xe3\xee\x32\x7a\xdc\xaa\xfb\x63\x16\x61\x26\ +\xd3\x91\x17\x43\xdb\x2d\xb9\x1e\xb8\x87\x78\x1f\x6c\x1c\x03\x08\ +\x47\x29\x96\x90\x97\x80\x42\x3e\x70\xaa\x90\x98\x93\x1a\xe4\xe2\ +\x6f\x53\xd6\x1f\x4a\xf4\xf5\x68\x25\xe1\xae\xcc\xe3\xf1\x78\x3c\ +\x1e\x8f\xc7\xe3\xf1\x78\x52\xe9\x29\x0f\xce\x30\xc4\x89\x52\x07\ +\x1c\x81\x78\x67\x5a\x90\xd8\xe1\xcd\x24\x8f\xd3\x15\xce\x31\xc8\ +\x70\xc2\x12\xa2\x23\xe3\x76\x6a\x02\x96\x22\x9f\x8f\x43\x7b\x52\ +\xd4\x28\xe0\x2d\xe2\x43\x6a\x5d\xd2\x41\xe0\x5d\x60\x4c\xd1\xc2\ +\xae\x23\xec\xd1\xc9\x93\xf6\x21\x63\x2a\xda\x09\x4b\xb1\xd8\xc3\ +\xf2\x45\xa5\x97\xcc\x83\x64\xb9\x21\xe6\x90\xec\x4f\xd8\x8e\x8c\ +\x75\xfc\x82\xb4\x6c\x3b\x32\x1a\xd0\x1f\x89\xac\x1e\x0b\x9c\x90\ +\x50\xff\x41\x64\x8c\x4f\xcd\x18\xe0\x1f\xa2\xff\xf1\x01\x64\x86\ +\xe6\x78\x47\x3b\x67\x00\x4f\x12\x3f\x57\xb1\x13\x38\x3b\x8b\xb8\ +\xb8\xd1\xa5\xef\x89\x77\x19\xb9\x30\x8c\xe8\x24\xc8\x12\x6e\x83\ +\xdb\x21\x46\xc4\x18\x59\x46\xfe\x00\xe4\x5e\xc0\x3b\x31\xb6\xcf\ +\xd2\x18\xb9\xcd\xaa\xbc\x8d\x0c\x93\x15\xcb\xd0\x8f\xb0\xfb\xaa\ +\x84\x3c\x07\x9d\x59\x6c\x55\x9e\x53\x90\xb0\x80\x59\x96\xfd\x2f\ +\x35\x95\xed\x31\xdb\xe1\x05\x8b\xab\x23\x3c\xf4\xfa\xb3\xa6\xf2\ +\x46\xa3\xe2\x7e\x7a\xa6\x5f\x36\xbb\xbe\xdd\x59\x1d\x73\xed\xf4\ +\x4c\xe7\xfd\xb7\xf1\xbb\x46\x23\x6e\x97\xf1\x7b\x20\xc5\x4f\x13\ +\xa8\x00\x8e\x33\xf2\xaa\x19\x73\x3b\xac\xfc\x85\xf9\xf5\x84\x38\ +\x97\x70\x5c\xc9\x0e\x8d\xb8\xb5\x56\x7e\x76\x7e\x3d\x21\x66\xa6\ +\x1c\x2f\x91\x29\x44\x1f\x94\x57\x16\xa3\x8b\x0b\x88\xba\xa5\xae\ +\xd6\x18\xe8\x8d\x9c\x5a\xd3\x40\x3b\x19\xe7\x68\x19\x4c\x24\x3a\ +\xd9\xa8\x15\x5d\x28\x12\x00\xb7\x12\x6d\xbd\x4e\xe0\x35\xf4\x53\ +\xa2\x06\x22\x9d\x7f\xdc\x8b\xaa\xab\xbf\x2c\x44\x35\xe2\x77\x2d\ +\xf7\x56\xbb\x04\xb8\x05\x99\x52\x3f\x98\xff\xe7\xc1\x56\x22\x5d\ +\xdd\x78\xe4\x5a\x5d\x44\x78\x5e\x98\x99\x7e\x41\x1f\x4f\xf0\x1f\ +\xc7\x13\x3f\x05\x2f\xe9\x2d\xd7\xb5\xec\x76\xdc\xe2\xa3\x12\x39\ +\x09\xf1\x71\x15\xf9\x16\xfc\x3b\x70\x66\x5e\x61\x01\x35\xc0\xb3\ +\x44\xef\x32\x6d\xea\x44\xe6\x1d\xba\x3a\xf2\x54\x8c\x44\xd6\x8a\ +\xd8\xa5\x14\xd5\x0c\x3c\x83\x9c\x85\x58\x8a\xec\xbc\x2b\x91\xb5\ +\x47\xce\x43\xbe\x13\x82\xe8\xc4\x5a\xa4\xcf\xdc\xdd\x9d\xd6\x22\ +\x41\x7c\xeb\x08\x4f\x22\xf7\x78\x3c\x1e\x8f\xc7\xe3\xf1\x78\x3c\ +\x1e\x8f\xc7\xa6\x82\xe8\x72\x80\x87\x0b\xb3\xaa\x29\x60\xe0\xa4\ +\x87\xe8\x57\x88\x7f\xb3\xa7\x38\xac\xc5\x55\x93\xbe\x76\xe1\xa1\ +\x62\xf3\xa1\x16\xe0\xf1\x78\x3c\x1e\x8f\xc7\xe3\xf1\x78\x3c\x9e\ +\x43\x8e\xd6\xc7\x7f\x0e\x70\xa3\x91\x6f\x04\xee\x2f\x40\xc7\xbd\ +\xc0\x89\x46\x7e\x21\xd1\xd5\xc6\x53\x79\x8f\x70\x84\xc3\xbc\x02\ +\x84\x81\x44\xf1\x98\x76\x55\x0b\x0c\x80\x44\x39\x98\x71\x47\xfb\ +\x48\x5f\xed\xc5\x95\x3e\x84\xd7\xbc\xfe\x07\xe5\x2e\x07\x17\x11\ +\x5e\xc9\x60\x19\xe1\x5d\x09\xf2\x70\x00\x78\xdf\xc8\x57\x03\x53\ +\x34\xe2\xec\x05\x7b\x96\xe6\x96\x14\x66\x89\x95\x9f\xac\x11\x67\ +\x2f\x01\x92\x79\x3b\x98\x32\x34\x58\xf9\x53\x34\x95\xcd\xc0\xaa\ +\x2e\xa4\xe9\x8b\xa6\xd5\x38\xc6\x26\x4d\xcb\x99\x17\x7f\x2b\xe1\ +\xfd\x43\x8a\x62\xb7\x79\x3c\x8d\xb8\x9e\x68\xa9\x24\x54\xc3\xae\ +\x4d\xc6\xef\x3a\xdc\xd6\x20\xd1\x62\x6e\x2d\xa2\x8a\xb0\xde\x65\ +\xe5\x8b\x9e\xd4\x33\x82\x70\x60\xb4\x2a\x88\x79\xa3\x95\xb7\xf7\ +\xc5\xc9\xcb\x34\x2b\xaf\x5a\xd8\xe2\x7a\xc2\x5d\xcc\x66\x52\x16\ +\x65\x57\x50\x85\xac\x76\x95\x39\xe2\x75\x28\xd1\x4d\xa1\x1e\x2a\ +\x48\xdc\x9d\x44\x23\x13\x55\x33\x49\x40\xb6\x33\x32\x0d\x74\x91\ +\x3f\x0c\x7c\x3a\xf2\x58\x32\xed\x66\xda\x59\x63\x1c\xd1\xd6\x2b\ +\x21\xee\x02\xed\x5a\x85\x35\xc8\x2e\x58\x71\x01\xa9\x53\xb4\xc2\ +\x02\xec\x7d\xb9\x82\xd4\x82\x2c\xd0\x58\x8f\x4c\x7e\x2c\x27\x68\ +\x22\xc9\x01\xa8\x8b\x82\xc2\x59\x02\x4a\x7b\x23\x8b\x8e\xd9\x1b\ +\x45\x99\x74\x20\x37\x4c\x33\xf2\xd4\xaf\x43\x82\x4b\x87\x13\xde\ +\xc2\xc8\xa6\x01\x59\x47\x2c\xd7\x9a\x9b\x83\x29\x6e\xe3\x8a\x20\ +\xad\x24\xe3\x72\x47\x71\x54\x03\x8f\x91\x3f\x88\xb9\x0b\x09\xa0\ +\x4f\x6a\xd1\xcc\x8c\x46\xae\x35\x4d\x0c\x7a\x09\x09\xb4\x7f\x13\ +\x38\xad\x9c\xe1\x22\x83\x98\x87\x20\xd7\x61\x3d\xf2\x21\x34\x04\ +\x89\xe4\x0f\xd6\x70\x6d\x46\x6e\x82\x06\xe0\x3b\x64\xca\x5e\x63\ +\x92\xc1\x7f\x01\xd1\xb6\xaf\x41\x90\xae\xfa\xd4\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\x4f\ +\x00\ +\x00\x21\x95\x78\x9c\xeb\x0c\xf0\x73\xe7\xe5\x92\xe2\x62\x60\x60\ +\xe0\xf5\xf4\x70\x09\x62\x60\x60\x75\x03\x61\x0e\x36\xa0\x48\x90\ +\x63\x62\x22\x90\x62\x2c\x0e\x72\x77\x62\x58\x77\x4e\xe6\x25\x90\ +\xc3\x92\xee\xe8\xeb\xc8\xc0\xb0\xb1\x9f\xfb\x4f\x22\x2b\x90\xcf\ +\x59\xe0\x11\x59\xcc\xc0\xc0\x77\x18\x84\x19\x8f\xe7\xaf\x48\x61\ +\x60\x50\xd4\xf2\x74\x71\x0c\xa9\x88\x7b\x7b\x6b\x23\xef\x61\x03\ +\x01\x16\xc7\x8b\x7f\xbf\xfb\xa8\xf3\xab\x9e\xe3\x91\x14\xdb\x62\ +\x7c\x72\xeb\x87\x98\x0f\x0c\xa3\x60\x14\x8c\x82\x51\x30\x0a\x06\ +\x23\xa8\xd8\x67\xca\xcd\x70\xe0\xeb\x37\x9d\xef\x0f\xbe\xb1\x32\ +\x3c\xf8\x32\x0b\x54\xd4\x33\x9c\x10\x70\x63\x04\x52\x0d\x32\x89\ +\x22\x60\xae\xe0\x28\x77\x94\x3b\x7c\xb8\xa3\x60\x14\x40\x41\xc3\ +\xfc\xc8\xcd\x0c\x07\x8c\xdf\x44\x3e\x98\x7c\x5b\x9c\xa1\xe1\x72\ +\xb6\x18\x48\x54\xc1\x59\x02\x5c\x0e\x16\xb5\x04\x82\xb9\xee\xa3\ +\xdc\x51\xee\x30\xe2\xa6\x9f\x65\x62\x28\xd8\x6b\x7b\xda\x76\x47\ +\x2d\x23\x83\xc5\x4f\x43\x50\xaf\x90\xe1\x09\xc7\x62\x10\xe5\xd0\ +\x67\x30\xca\x1d\xe5\x8e\x72\x47\xb9\xa3\xdc\x51\xee\x28\x77\x94\ +\x3b\xbc\xb9\x6b\x22\x19\x1e\xfc\xfc\xa6\x73\x40\xb6\xa2\x9b\x81\ +\xa1\xfe\xe9\x71\x0d\x90\xe8\x04\xe5\x1e\x26\x10\x6d\x79\x68\x94\ +\x3b\xca\x1d\x94\xdc\x51\x30\x0a\x46\xc1\x28\x18\x05\xa3\x60\x14\ +\x0c\x6a\x50\xf3\xda\xe2\x9e\x83\x15\xc7\xda\x4f\x71\xc7\xf8\x40\ +\x7c\x4f\x57\x3f\x97\x75\x4e\x09\x4d\x00\x37\x11\x06\xce\ +\x00\x00\x22\x60\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x02\x00\x00\x00\x01\x9a\x08\x06\x00\x00\x00\x79\x6d\xfb\x42\ +\x00\x00\x08\xfb\x7a\x54\x58\x74\x52\x61\x77\x20\x70\x72\x6f\x66\ +\x69\x6c\x65\x20\x74\x79\x70\x65\x20\x65\x78\x69\x66\x00\x00\x78\ +\xda\xed\x98\x5b\x92\x24\x29\x0e\x45\xff\x59\xc5\x2c\x01\x10\x42\ +\xb0\x1c\x9e\x66\xb3\x83\x59\xfe\x1c\xc5\x23\xbb\x32\x2b\xab\xad\ +\xab\xe7\x6b\xcc\x3a\xbc\x22\xf0\xc2\x71\x90\x74\xf5\xb8\xca\x70\ +\xfe\xf3\xef\x1b\xfe\xc5\x47\x62\xcd\xa1\xa8\xb5\xda\x6b\x8d\x7c\ +\x4a\x2f\x3d\x0f\x6e\x5a\x7c\x7e\xc6\xe3\x37\xc5\xf2\xf8\x7d\x7f\ +\xf2\x6b\xf6\xd3\x7c\xe8\xe3\x75\x9b\x19\x85\x51\x9e\x0f\x5a\x7d\ +\x8e\xe9\x3d\xff\xde\xe8\x35\x26\x7f\x4f\x7f\xd8\xa8\xad\xd7\x83\ +\xf9\xf9\x41\x2f\xaf\xe3\xdb\x97\x8d\x9e\xf2\x44\x71\x89\xfc\x7e\ +\xbf\x25\x7a\x6d\x24\xf9\xf9\x20\xbd\x36\x18\x4f\xb5\x62\xed\xcd\ +\x7e\x54\x61\x9e\xe7\xb8\xdf\x8a\xb6\xe7\x37\xf8\x4f\x69\x9f\xc5\ +\xfe\xe9\xff\x86\xf5\xb6\x72\x8e\xe4\x7c\x24\x49\xe4\x57\xe4\x25\ +\x80\xf8\x57\x82\x0c\x6e\x1a\xbf\x59\x8c\x85\x2c\x7a\xcc\x08\xbf\ +\x45\xde\x92\x60\x90\xef\xec\xf4\xf1\xe9\x48\x74\x5d\xd4\xf2\xed\ +\xa2\xaf\x68\xa5\xef\xd0\x5a\x6f\x1b\x7d\x45\xab\xe4\xd7\x12\xf9\ +\x62\xe4\xfa\x31\x7e\x3b\x1f\x92\x7e\x79\x20\x1f\xe7\xe7\x1f\x4f\ +\x2e\xed\xc3\x4d\x3e\xcd\x8f\xf6\xf4\xb6\x10\xbf\x58\xdf\xbf\xf7\ +\xee\x76\x1f\x3a\xa3\xc5\x28\x15\x53\xd7\x97\x52\x6f\x15\x1f\x77\ +\xac\x9b\x1c\xe1\x47\xb7\x80\x68\x35\x1a\x5f\x65\x0b\x7b\x5c\x9d\ +\xcb\xcf\x59\xb8\xc2\x8e\x2b\x4e\xae\x95\x7a\xca\x20\x71\x53\x49\ +\x3b\x8d\x74\xd3\x79\x8c\x2b\x2d\x44\x2c\xf9\x84\x0c\x56\x39\xe7\ +\x95\xe5\x31\xd9\xc0\xae\xe7\x25\x8e\x5f\xf1\x2b\xdd\x6c\xd2\x65\ +\x83\x6c\x96\xf5\x80\xbd\x48\xfe\x90\x25\x3d\x8e\xed\x71\x85\xc7\ +\x69\x8d\x93\x77\x62\x69\x4e\x6c\x96\x78\xe5\xb7\xaf\xf0\xbb\x2f\ +\xdc\xeb\xa1\x90\x92\xdb\x12\xe8\xd3\x13\xdf\x9c\xdd\xd8\x88\xe1\ +\xc8\xf9\x2f\xcb\x40\x24\xdd\x97\x51\xf5\x61\xe0\xf7\xf5\xf5\xe3\ +\xb8\x0a\x08\xaa\x5b\xd9\x43\xa4\x63\xd8\xf9\xdc\x62\x6a\xfa\x23\ +\x13\xc8\x03\x68\x61\xa1\x32\x3e\x63\x30\xd9\x7e\x6d\x80\x89\x38\ +\x5a\x11\x26\x09\x08\x80\x5a\x12\x4d\x35\x45\xcb\xd9\x52\xc2\x90\ +\x0d\x80\x06\xa2\x67\x29\x79\x82\x40\x52\xcd\x1b\x21\x73\x11\xa9\ +\x60\xd3\xb2\x1f\xcd\x2b\x96\x1e\x4b\xb3\x66\xa6\x03\xf3\x24\x33\ +\x90\x50\xa9\x62\x60\xd3\x65\x00\x56\x29\x8a\xff\x58\x69\xf8\xd0\ +\x50\xd1\xa2\xaa\x55\x4d\x9b\x76\x1d\x55\x6a\xa9\x5a\x6b\xb5\xea\ +\x49\x71\x98\x58\x09\xa6\x56\xcd\xac\x59\xb7\xd1\xa4\x95\xa6\xad\ +\x36\x6b\xad\xf5\x36\x7a\xee\x42\xd2\xd4\x5e\xbb\xf5\xd6\x7b\x1f\ +\x83\x33\x07\x3b\x0f\xde\x1e\x2c\x18\x63\xe6\x29\xb3\x4c\x0d\xb3\ +\x4e\x9b\x6d\xf6\x39\x16\xee\xb3\xca\xd2\x55\x97\xad\xb6\xfa\x1a\ +\x3b\x6f\xd9\xe4\x8f\x5d\xb7\xed\xb6\xfb\x1e\x27\x1d\x5c\xe9\x94\ +\xa3\xa7\x1e\x3b\xed\xf4\x33\x2e\xae\x76\x25\xdc\x72\xf5\xd6\x6b\ +\xb7\xdd\x7e\xc7\x07\x6a\x2f\x58\x7f\xba\x7e\x03\xb5\xf4\x42\x2d\ +\x3f\x90\xf2\x85\xf6\x81\x1a\xb3\x66\xef\x2d\x92\xa7\x13\x75\xcc\ +\x00\x8c\x2a\x92\x40\xdc\x1c\x02\x1c\x3a\x3b\x66\xb1\xa5\x52\xb2\ +\x23\xe7\x98\xc5\x4e\xfa\x13\xcd\x08\xa9\x8e\xd9\x4e\x8e\x18\x08\ +\x96\x93\xb2\xde\xf4\xc6\x2e\xe4\x27\xa2\x8e\xdc\xff\x84\x5b\xb0\ +\xf2\x09\xb7\xfc\x77\x91\x0b\x0e\xdd\x6f\x22\xf7\x33\x6e\xdf\xa1\ +\xb6\x3d\xdf\xad\x07\x62\xcf\x28\x74\xa3\x46\x21\xfa\xb0\x52\x3b\ +\x62\x7d\x68\x69\x23\x97\x6a\x3d\xed\x96\x11\x90\x03\x29\xd9\xe6\ +\x05\x62\xf6\x71\xb5\xde\x88\x18\xb9\xb7\xb9\x46\x3b\xc7\x51\x5c\ +\x87\x4b\xe4\x56\x69\x7b\xd6\xa6\x67\xf2\xbf\x78\xca\xad\xa7\xb7\ +\x8b\x56\x72\x52\xb9\xad\x66\xb9\x01\xbf\xc4\x1a\xf9\x1c\xf1\xd7\ +\x16\x61\x85\x34\x77\x0e\x40\x5f\x47\x6e\x5a\x8d\xbc\x71\xc7\xb6\ +\xd1\xd5\x56\x3f\x96\xfa\x42\xa4\x0d\x0c\xd8\x13\xb3\x98\xed\x7a\ +\x77\x0f\xe9\x9c\xea\x8a\x00\x23\xa8\x60\xb8\x7d\x6b\x51\x99\x79\ +\xe7\x59\xce\x76\x28\x31\x0d\x02\x29\x19\xf0\xd8\x35\xbc\x45\x57\ +\xbf\x7a\xf2\x38\x9a\xe0\x20\x0b\x0d\xca\x09\xe5\x90\x4b\x81\x6d\ +\xe2\x01\x65\x2c\x60\x43\x69\xe0\x8f\xe3\x71\x17\xff\x18\x4f\x91\ +\x55\x29\x09\xad\x81\xc7\xae\xa3\x1e\x8e\xc8\x4b\x47\x5f\x65\xde\ +\x80\x7a\x05\xc6\x71\xcf\x99\x76\x8b\xec\x31\xc7\x1d\x79\xd6\x91\ +\xf4\x8c\x9a\x0e\x60\x53\xae\x37\xe6\x90\x31\x0b\xce\x56\xf3\x21\ +\xf1\x90\xfe\x33\x50\xea\x58\xd7\x9d\x2b\x13\xb4\xba\xd8\x1f\x93\ +\xe1\xea\x6a\xa5\x26\xd2\xcd\xc6\xf9\xce\x35\x20\xba\xb1\x14\xe2\ +\xb4\x4e\xc5\x55\xeb\xc2\xa5\x77\x39\x38\x74\x4f\x77\x10\x5a\xae\ +\xe9\xbc\x23\x9d\xad\x81\xed\x4d\xeb\x94\xdd\x75\x97\x8e\xb3\x78\ +\xf9\xd0\x87\x33\x29\xf5\xa0\xc6\x26\x7a\x6d\x77\xab\x55\x38\x0d\ +\xbb\x9d\x09\x1d\xdb\xdb\xae\xee\x78\x7b\x5b\xea\xb1\xd2\x82\xe1\ +\xb4\x67\x6f\xc2\xc5\x2d\x87\x3e\xad\xaf\xe6\x77\x45\x9d\xe3\xfc\ +\xe5\x31\x7c\x9a\xb0\x2d\x77\xe8\xee\xb9\xe2\xe5\xaa\x43\xdb\xb2\ +\x8e\x07\xdd\x38\x56\x8d\xc4\x4a\x36\x1c\x74\x6d\x9d\xc3\x31\x1b\ +\xa7\x63\x29\xaa\xca\x32\x50\xc3\xb3\x65\xdf\xd3\x51\xbc\xde\xb9\ +\x35\x97\x7d\xce\xee\xb7\xb6\xbd\x6a\x4a\xdb\x88\x5e\xc1\xfc\xa6\ +\x52\xe6\xac\x9a\xae\x10\x5a\xe0\x9f\xed\xae\x3c\xca\x9d\x09\x67\ +\xba\x61\xdd\xa4\x63\x6b\x4d\x48\xa2\x7d\x9d\x9b\x2c\x9e\xd6\x8e\ +\xc7\xe3\x69\xf3\x2c\xad\xfb\x12\x20\xc2\x4d\x7b\xbd\xf4\x78\x07\ +\x1b\x11\xc7\xe6\xce\xba\x6c\xa6\xb0\xce\x4e\x58\x95\x80\x1c\x7b\ +\xde\x63\x0c\xe9\x56\xf0\xbf\xb7\x1f\x7c\xd2\x80\x58\xf7\x12\xbc\ +\x23\x9d\x65\xe4\x67\xb0\xd5\xcf\x2b\xfc\xd5\xf0\x7e\xf7\xd3\xf6\ +\x7f\xb2\x3b\xf4\xec\xdb\xfd\x83\x2e\x32\xcf\xbe\x94\xaf\x68\xad\ +\x0f\x32\xc6\x82\x1f\x68\xc3\x73\x5a\xb7\x53\xc8\x14\x19\x26\xb1\ +\x09\xa8\xd3\x6c\x2a\x2a\xdf\xef\xa4\x0f\x6c\xaf\x13\x4a\xb3\x75\ +\x89\x3b\x62\x26\x07\x2d\xbc\x81\x13\x77\x19\x83\xd4\x84\x3b\x16\ +\x39\xd2\xe6\x98\x78\xca\x1a\x67\x14\x12\x18\x49\x6e\x64\x84\xab\ +\xc0\xd7\x60\x2f\xe4\x6c\xac\x3a\xcf\xf4\x68\x8d\xdd\xfc\xd0\x3c\ +\xb1\x6a\xd1\x73\xda\xc6\xfd\x93\x54\x48\xec\xed\x39\x83\x72\x94\ +\x7d\xc6\x74\x05\xa1\x45\x86\x33\x5f\xfc\xda\xf0\xd2\x1b\xee\xbc\ +\xd4\x0e\x5c\x20\xad\x9b\xd3\x1a\xa4\x26\x72\x0a\x5a\xe6\x95\xe6\ +\x3c\x8d\xf8\x3b\x65\x03\xff\x99\xd9\x37\x68\x25\x82\xba\xdd\x5b\ +\xf2\xad\x1d\x40\xd9\x0e\x38\x6f\xf8\xc5\x23\x8e\x9d\x50\x2e\xbb\ +\x94\x7f\x23\xbe\x30\xec\xed\x52\x1b\x11\xbd\x30\x4f\xf2\x9c\xd9\ +\x7d\xe3\x1d\xe7\x1e\x86\x1f\xed\xdb\x74\xc8\x77\x8f\x5e\x4f\xde\ +\xfb\x81\x68\x5f\x73\xe2\xcb\x15\x48\xaf\x76\xf7\xc7\x3f\xd4\x0b\ +\xae\xdf\x43\xbd\xf2\xf9\xc1\x8f\xf3\xf5\x50\xd7\x0e\x4e\x8b\x05\ +\x70\x92\x1f\x75\xfd\x50\x27\x38\xb3\x7e\x6a\x14\xe3\x4b\xdd\x8f\ +\x87\x3f\x3f\x3b\x7b\x0d\xbd\xe0\x2a\x67\x98\xdb\x72\x75\xf7\x50\ +\x40\x09\xbe\x88\xda\xca\xdb\x7e\x77\x48\xf0\x5b\x30\x02\x3b\xe1\ +\x23\x7f\xf6\x6c\xcf\x4e\x62\xec\xda\x9e\x26\x0c\xdf\xda\xf0\x8b\ +\x99\x7e\x35\xff\xa3\xf9\xc2\xaf\xec\x47\x92\x7e\x19\x0a\x6a\xe1\ +\x1e\x42\xf9\x19\x54\x2b\x76\x34\x77\xc9\x9c\x0a\x95\x13\xff\xac\ +\xb6\x48\x08\x35\xa0\x5e\x9e\x93\x40\x40\x67\x4a\xb1\x91\x86\x0a\ +\xa1\x33\xf2\x3e\x13\xab\x14\xde\x13\x5c\xf7\xf6\xee\x72\x17\x0a\ +\x94\x6f\x57\x37\x49\x94\x12\xb7\xe6\xa0\xbe\x13\x65\x1a\xe2\x86\ +\x3a\xb0\x8c\x82\x40\x32\x26\xbc\xfa\x41\xb2\xd9\x48\x60\xdd\x61\ +\x5a\xb0\x90\x43\x1a\x3d\x43\x13\x1b\x91\x67\xa9\xb5\x7d\xce\x21\ +\x7d\xd0\x24\xd0\x07\x0c\x22\xd8\x52\x18\xa6\xa4\xf1\xbd\x16\xe5\ +\x58\xd2\xe8\x5e\xcb\xeb\xac\x07\x52\x53\x5a\x2b\x52\x27\x22\xd8\ +\xaa\xe5\x7a\x05\x1a\x97\xde\x42\xa9\xb5\x94\x3a\xd2\x3f\x89\x8c\ +\x4c\x51\x3c\xc1\xd2\x65\x43\x4c\xf2\xdf\x48\xd2\x5f\xc6\xf0\xd7\ +\x16\xc2\xcd\x68\x39\xe1\x4b\xa8\xd7\xaf\x9c\xbc\x2e\xae\x44\xa5\ +\xa4\x49\x19\xe4\xa4\x51\x02\x79\x8c\x32\x33\x1b\x4e\xb0\x26\x3d\ +\xf5\x71\x16\x7d\x05\xa6\x42\x96\xc0\x26\xcb\x9a\xf3\x36\xea\x42\ +\x34\xed\xd4\xb8\xb6\x21\x76\xdb\xa0\x13\xe4\x8d\xd3\x3b\x0d\xb5\ +\xad\xdb\x02\x05\x31\x01\x1b\x19\x06\x06\x47\x32\x23\x51\xd1\xc2\ +\x42\x27\x28\x86\x15\x6f\x1b\x63\x94\x4e\x12\x30\xc9\x9e\xf5\x9c\ +\x3f\x4c\x68\xc8\x7d\x88\x0a\xa3\x00\xb5\x87\xd8\x84\xc8\xf3\xe6\ +\x7f\x1d\xff\xd9\xe8\x9f\x8d\xfe\xd9\xe8\xff\x6f\x23\xda\x4a\xd2\ +\xb7\xf4\x48\x76\x3f\x75\xd2\x19\x51\x9c\xe8\x4f\xe0\x4c\xa4\xe5\ +\x0d\xcd\x15\x5b\xa7\x27\xef\x58\x64\xc4\x9c\x95\xb7\x69\xfc\xe2\ +\x89\xd5\x1a\x9c\x7e\xad\x3c\x47\x50\xa8\x3e\xcc\xbb\xd0\x7d\x25\ +\xd8\x33\x1d\x03\x74\x1b\x06\xfd\x24\xcb\xf1\x9b\x56\xe2\xfb\x31\ +\xfc\xd5\x85\xbf\x1e\xfd\x4f\x75\xb5\xf8\xdf\x21\x3d\xd5\x89\xd2\ +\x16\xd2\x23\x92\x85\xfb\x89\x6b\x53\xf4\x0b\x75\x9d\x7e\xa7\x79\ +\xb2\xa4\xc6\x76\x58\x31\xd9\xd4\xbc\x03\xb4\xb4\x26\xa4\x8f\x4e\ +\x17\x55\x22\xf5\x72\x17\x9a\x9a\x39\x53\xe9\x4e\xdb\xa6\xa0\xec\ +\xa1\xfa\xb4\x43\x12\x16\xf8\x29\x05\xe6\xac\x29\x95\x56\xad\xae\ +\xc8\x3b\xb5\x74\x8c\x57\x61\x6e\xd4\x00\xa3\x2a\xcf\x88\x41\x69\ +\xf2\x6a\x38\x63\x1f\xb8\x2c\x94\xd2\x29\xa2\x97\xbd\xc8\x6b\x96\ +\x4b\x4f\xb0\x73\x4f\xda\xde\x8c\x90\xce\x8d\xd4\x9d\xda\x4d\xbb\ +\x3a\x49\xc0\xfe\xd0\x14\xb3\x39\x36\x3d\xc7\xd4\x01\xcf\x66\x8e\ +\x3e\xca\xa0\xf6\xb4\x9a\xfd\xf6\x42\x81\x36\xce\xa9\x6b\x09\x65\ +\x07\x0a\x03\xb5\x29\xb7\xc0\x71\xe9\x63\x77\xa1\xc9\xa5\x93\x44\ +\xd2\x0a\xb7\xf1\x96\xac\xf5\x1b\x73\xa0\x29\xde\x73\x55\x8d\x68\ +\x76\xe0\x8f\x10\xda\xcc\x5a\x9a\x39\xa6\xd3\x82\x03\x2d\xb8\x31\ +\xac\x1b\x66\x4c\x13\x02\xbb\x16\x54\xa1\x58\x8f\x29\x42\xfb\xb4\ +\xfa\x13\xe4\xf0\x40\x99\x66\xe9\xd9\x39\xfa\x5f\x8b\xff\xde\x18\ +\xfe\x6c\x81\x0b\x4d\x57\xf3\x90\x39\x61\x56\xa1\x6b\x82\xf3\xee\ +\x4e\xb9\x47\x16\x67\xf6\x11\xde\xfd\x90\x39\xd0\x55\x6a\x76\x79\ +\x67\x86\xb6\x67\x87\x70\x14\x6f\xa2\xe8\xb9\xf3\x19\x8e\xc5\xaa\ +\x70\x9f\xe9\x8e\x3b\xc4\x3b\x41\xa7\x91\xab\x67\xa9\x09\x06\x34\ +\x3a\x58\xf0\x2f\x78\x63\x9b\xe8\xaa\x68\x16\x21\x6d\x71\x8f\x54\ +\x75\x53\x54\x89\x88\x16\x69\xd6\x05\x7a\x7f\xe8\x24\x2e\xd6\x8a\ +\x89\x82\xab\x50\x1c\x08\xe6\x13\xbd\xbc\x40\x6f\x08\xe8\x05\x3a\ +\x65\x68\xfa\x1e\xcb\xc3\xa7\x4c\x48\x22\x9d\x29\x25\x9d\x26\xb3\ +\x2f\xab\x44\xdf\x99\xa7\x5b\xbe\xf8\xd3\x6e\x0e\x20\x6e\xf8\x68\ +\x52\xe8\x32\x2e\x00\xd2\x56\xb3\x4e\x20\xa3\x34\xff\xff\x05\x08\ +\x86\xed\x47\xc0\xf7\xaa\x25\x00\x00\x01\x84\x69\x43\x43\x50\x49\ +\x43\x43\x20\x70\x72\x6f\x66\x69\x6c\x65\x00\x00\x78\x9c\x7d\x91\ +\x3d\x48\xc3\x40\x1c\xc5\x5f\x53\xa5\x45\x2a\x0e\x76\x10\x75\xc8\ +\x50\x9d\xac\x88\x8a\x38\x6a\x15\x8a\x50\x21\xd4\x0a\xad\x3a\x98\ +\x5c\xfa\x21\x34\x69\x48\x52\x5c\x1c\x05\xd7\x82\x83\x1f\x8b\x55\ +\x07\x17\x67\x5d\x1d\x5c\x05\x41\xf0\x03\xc4\xd5\xc5\x49\xd1\x45\ +\x4a\xfc\x5f\x52\x68\x11\xe3\xc1\x71\x3f\xde\xdd\x7b\xdc\xbd\x03\ +\x84\x7a\x99\x69\x56\xc7\x18\xa0\xe9\xb6\x99\x4e\x26\xc4\x6c\x6e\ +\x45\x0c\xbd\x22\x8c\x01\x84\x30\x8a\xa0\xcc\x2c\x63\x56\x92\x52\ +\xf0\x1d\x5f\xf7\x08\xf0\xf5\x2e\xce\xb3\xfc\xcf\xfd\x39\xba\xd5\ +\xbc\xc5\x80\x80\x48\x3c\xc3\x0c\xd3\x26\x5e\x27\x9e\xda\xb4\x0d\ +\xce\xfb\xc4\x51\x56\x92\x55\xe2\x73\xe2\x11\x93\x2e\x48\xfc\xc8\ +\x75\xc5\xe3\x37\xce\x45\x97\x05\x9e\x19\x35\x33\xe9\x39\xe2\x28\ +\xb1\x58\x6c\x63\xa5\x8d\x59\xc9\xd4\x88\x27\x89\x63\xaa\xa6\x53\ +\xbe\x90\xf5\x58\xe5\xbc\xc5\x59\x2b\x57\x59\xf3\x9e\xfc\x85\x91\ +\xbc\xbe\xbc\xc4\x75\x9a\x83\x48\x62\x01\x8b\x90\x20\x42\x41\x15\ +\x1b\x28\xc3\x46\x9c\x56\x9d\x14\x0b\x69\xda\x4f\xf8\xf8\xfb\x5d\ +\xbf\x44\x2e\x85\x5c\x1b\x60\xe4\x98\x47\x05\x1a\x64\xd7\x0f\xfe\ +\x07\xbf\xbb\xb5\x0a\x13\xe3\x5e\x52\x24\x01\x74\xbe\x38\xce\xc7\ +\x10\x10\xda\x05\x1a\x35\xc7\xf9\x3e\x76\x9c\xc6\x09\x10\x7c\x06\ +\xae\xf4\x96\xbf\x52\x07\xa6\x3f\x49\xaf\xb5\xb4\xd8\x11\xd0\xb3\ +\x0d\x5c\x5c\xb7\x34\x65\x0f\xb8\xdc\x01\xfa\x9e\x0c\xd9\x94\x5d\ +\x29\x48\x53\x28\x14\x80\xf7\x33\xfa\xa6\x1c\xd0\x7b\x0b\x74\xad\ +\x7a\xbd\x35\xf7\x71\xfa\x00\x64\xa8\xab\xd4\x0d\x70\x70\x08\x0c\ +\x17\x29\x7b\xcd\xe7\xdd\xe1\xf6\xde\xfe\x3d\xd3\xec\xef\x07\x55\ +\x7d\x72\x9b\xeb\x76\x55\xd8\x00\x00\x0d\x1a\x69\x54\x58\x74\x58\ +\x4d\x4c\x3a\x63\x6f\x6d\x2e\x61\x64\x6f\x62\x65\x2e\x78\x6d\x70\ +\x00\x00\x00\x00\x00\x3c\x3f\x78\x70\x61\x63\x6b\x65\x74\x20\x62\ +\x65\x67\x69\x6e\x3d\x22\xef\xbb\xbf\x22\x20\x69\x64\x3d\x22\x57\ +\x35\x4d\x30\x4d\x70\x43\x65\x68\x69\x48\x7a\x72\x65\x53\x7a\x4e\ +\x54\x63\x7a\x6b\x63\x39\x64\x22\x3f\x3e\x0a\x3c\x78\x3a\x78\x6d\ +\x70\x6d\x65\x74\x61\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x3d\x22\x61\ +\x64\x6f\x62\x65\x3a\x6e\x73\x3a\x6d\x65\x74\x61\x2f\x22\x20\x78\ +\x3a\x78\x6d\x70\x74\x6b\x3d\x22\x58\x4d\x50\x20\x43\x6f\x72\x65\ +\x20\x34\x2e\x34\x2e\x30\x2d\x45\x78\x69\x76\x32\x22\x3e\x0a\x20\ +\x3c\x72\x64\x66\x3a\x52\x44\x46\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\x20\x3c\x72\x64\x66\x3a\x44\x65\x73\x63\x72\x69\x70\ +\x74\x69\x6f\x6e\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\ +\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x6d\x70\x4d\ +\x4d\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\ +\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\x2e\x30\x2f\x6d\ +\x6d\x2f\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x74\ +\x45\x76\x74\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\ +\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\x2e\x30\ +\x2f\x73\x54\x79\x70\x65\x2f\x52\x65\x73\x6f\x75\x72\x63\x65\x45\ +\x76\x65\x6e\x74\x23\x22\x0a\x20\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\x20\x78\x6d\x6c\x6e\x73\ +\x3a\x47\x49\x4d\x50\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ +\x77\x2e\x67\x69\x6d\x70\x2e\x6f\x72\x67\x2f\x78\x6d\x70\x2f\x22\ +\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x74\x69\x66\x66\x3d\ +\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\x62\x65\ +\x2e\x63\x6f\x6d\x2f\x74\x69\x66\x66\x2f\x31\x2e\x30\x2f\x22\x0a\ +\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x6d\x70\x3d\x22\x68\ +\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\x62\x65\x2e\x63\ +\x6f\x6d\x2f\x78\x61\x70\x2f\x31\x2e\x30\x2f\x22\x0a\x20\x20\x20\ +\x78\x6d\x70\x4d\x4d\x3a\x44\x6f\x63\x75\x6d\x65\x6e\x74\x49\x44\ +\x3d\x22\x67\x69\x6d\x70\x3a\x64\x6f\x63\x69\x64\x3a\x67\x69\x6d\ +\x70\x3a\x38\x65\x31\x38\x30\x65\x62\x62\x2d\x38\x30\x62\x38\x2d\ +\x34\x37\x66\x31\x2d\x38\x31\x39\x38\x2d\x66\x37\x39\x31\x32\x61\ +\x35\x31\x36\x65\x66\x35\x22\x0a\x20\x20\x20\x78\x6d\x70\x4d\x4d\ +\x3a\x49\x6e\x73\x74\x61\x6e\x63\x65\x49\x44\x3d\x22\x78\x6d\x70\ +\x2e\x69\x69\x64\x3a\x38\x62\x61\x34\x38\x64\x39\x64\x2d\x62\x61\ +\x32\x63\x2d\x34\x39\x33\x38\x2d\x62\x65\x61\x61\x2d\x66\x36\x61\ +\x38\x34\x33\x66\x64\x37\x39\x33\x33\x22\x0a\x20\x20\x20\x78\x6d\ +\x70\x4d\x4d\x3a\x4f\x72\x69\x67\x69\x6e\x61\x6c\x44\x6f\x63\x75\ +\x6d\x65\x6e\x74\x49\x44\x3d\x22\x78\x6d\x70\x2e\x64\x69\x64\x3a\ +\x63\x38\x64\x39\x63\x61\x30\x33\x2d\x66\x66\x30\x31\x2d\x34\x36\ +\x62\x65\x2d\x38\x66\x66\x66\x2d\x64\x66\x35\x32\x37\x64\x66\x66\ +\x37\x32\x33\x38\x22\x0a\x20\x20\x20\x64\x63\x3a\x46\x6f\x72\x6d\ +\x61\x74\x3d\x22\x69\x6d\x61\x67\x65\x2f\x70\x6e\x67\x22\x0a\x20\ +\x20\x20\x47\x49\x4d\x50\x3a\x41\x50\x49\x3d\x22\x32\x2e\x30\x22\ +\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x50\x6c\x61\x74\x66\x6f\x72\ +\x6d\x3d\x22\x4c\x69\x6e\x75\x78\x22\x0a\x20\x20\x20\x47\x49\x4d\ +\x50\x3a\x54\x69\x6d\x65\x53\x74\x61\x6d\x70\x3d\x22\x31\x36\x39\ +\x33\x31\x32\x33\x34\x32\x34\x38\x30\x31\x36\x34\x38\x22\x0a\x20\ +\x20\x20\x47\x49\x4d\x50\x3a\x56\x65\x72\x73\x69\x6f\x6e\x3d\x22\ +\x32\x2e\x31\x30\x2e\x33\x30\x22\x0a\x20\x20\x20\x74\x69\x66\x66\ +\x3a\x4f\x72\x69\x65\x6e\x74\x61\x74\x69\x6f\x6e\x3d\x22\x31\x22\ +\x0a\x20\x20\x20\x78\x6d\x70\x3a\x43\x72\x65\x61\x74\x6f\x72\x54\ +\x6f\x6f\x6c\x3d\x22\x47\x49\x4d\x50\x20\x32\x2e\x31\x30\x22\x3e\ +\x0a\x20\x20\x20\x3c\x78\x6d\x70\x4d\x4d\x3a\x48\x69\x73\x74\x6f\ +\x72\x79\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x53\x65\x71\ +\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x0a\x20\ +\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x61\x63\x74\x69\x6f\ +\x6e\x3d\x22\x73\x61\x76\x65\x64\x22\x0a\x20\x20\x20\x20\x20\x20\ +\x73\x74\x45\x76\x74\x3a\x63\x68\x61\x6e\x67\x65\x64\x3d\x22\x2f\ +\x22\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x69\x6e\ +\x73\x74\x61\x6e\x63\x65\x49\x44\x3d\x22\x78\x6d\x70\x2e\x69\x69\ +\x64\x3a\x35\x34\x34\x33\x65\x31\x34\x62\x2d\x30\x65\x33\x33\x2d\ +\x34\x66\x36\x38\x2d\x62\x66\x34\x63\x2d\x33\x37\x30\x34\x35\x32\ +\x35\x63\x30\x35\x63\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x73\x74\ +\x45\x76\x74\x3a\x73\x6f\x66\x74\x77\x61\x72\x65\x41\x67\x65\x6e\ +\x74\x3d\x22\x47\x69\x6d\x70\x20\x32\x2e\x31\x30\x20\x28\x4c\x69\ +\x6e\x75\x78\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\ +\x74\x3a\x77\x68\x65\x6e\x3d\x22\x32\x30\x32\x33\x2d\x30\x38\x2d\ +\x32\x37\x54\x31\x30\x3a\x30\x33\x3a\x34\x34\x2b\x30\x32\x3a\x30\ +\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x53\ +\x65\x71\x3e\x0a\x20\x20\x20\x3c\x2f\x78\x6d\x70\x4d\x4d\x3a\x48\ +\x69\x73\x74\x6f\x72\x79\x3e\x0a\x20\x20\x3c\x2f\x72\x64\x66\x3a\ +\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x3e\x0a\x20\x3c\x2f\ +\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x3c\x2f\x78\x3a\x78\x6d\x70\ +\x6d\x65\x74\x61\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x0a\x3c\x3f\x78\x70\x61\x63\x6b\x65\x74\x20\ +\x65\x6e\x64\x3d\x22\x77\x22\x3f\x3e\x5e\xa8\x84\xe8\x00\x00\x00\ +\x06\x62\x4b\x47\x44\x00\xf0\x00\xf0\x00\xf0\xb9\x0e\x6a\xee\x00\ +\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ +\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xe7\x08\x1b\ +\x08\x03\x2c\x67\x1b\x74\x5d\x00\x00\x0a\x30\x49\x44\x41\x54\x78\ +\xda\xed\xdd\xcd\x6e\x54\x75\x18\xc0\xe1\xf7\xcc\x74\x86\x86\xf2\ +\xd1\x05\x09\x9a\xb8\x68\x82\x01\xa5\x91\x56\x23\x4b\xd2\x31\x44\ +\x8d\x09\x56\x70\x2e\x40\xb8\x02\xd8\xbb\x28\x5e\x81\xde\xc1\x01\ +\xf7\x0d\x89\x37\xa0\x77\x60\x8c\xe9\xda\xad\xae\x5c\xa3\x86\xe3\ +\xa2\xd3\x2f\x08\xed\x4c\x99\x69\xcf\x39\xef\xf3\xac\x10\x35\x98\ +\x7f\xeb\xbc\xbf\xf3\x9e\x33\xd3\x22\x1a\xa6\x2a\x63\x35\xba\x71\ +\x31\xaa\x18\x1c\xfc\x1b\xb1\x14\x11\x4b\x41\x5e\x55\x3c\x2d\x1e\ +\xc4\x13\x07\x01\x70\xb4\xa2\xd6\xaf\xe7\x3f\xc6\x5a\x54\x31\x18\ +\x0d\xfb\xc5\x88\x58\xf5\x25\xe3\x88\x08\x78\x20\x02\x00\x1a\x16\ +\x00\x55\x19\x4b\xd1\x89\xaf\x46\x03\x7f\x67\xe8\x83\x08\x00\x68\ +\x5b\x00\x54\x65\x2c\x8e\x86\xfe\xfd\xd1\xd0\x07\x11\x00\xd0\xd6\ +\x00\xa8\xca\x58\x8a\x22\x36\x22\xe2\xbe\x2f\x03\x22\x00\xa0\xe5\ +\x01\x50\x95\x31\x88\x22\x1e\x46\xc4\x5d\xc7\x8f\x08\x00\x68\x79\ +\x00\x54\x65\xac\x46\x11\xdf\x87\x35\x3f\x22\x00\xa0\xfd\x01\x50\ +\x95\xb1\x38\x5a\xf5\x3f\x72\xdc\x88\x00\x80\x04\x01\x50\x95\x71\ +\x37\x8a\x28\xc3\xd3\xfc\x88\x00\x80\xf6\x07\xc0\xe8\xaa\xbf\x0c\ +\xf7\xf9\x11\x01\x00\x39\x02\x60\x74\xaf\xff\x59\xf8\x54\x3e\x44\ +\x00\x40\x6d\x75\xa6\xfa\xba\xfa\x34\x1e\x46\x11\xbf\x1a\xfe\xd4\ +\x3c\x7b\xcb\xaa\xf4\xf6\x53\xc0\x06\x60\x3a\xc3\xff\x49\x94\xe1\ +\x3d\xfd\xd8\x04\x00\xe4\x08\x80\xd1\xfd\xfe\x67\xe1\xed\x7d\x88\ +\x00\x80\x1c\x01\x30\x1a\xfe\x3f\x87\x1f\xd2\x83\x08\x00\xc8\x11\ +\x00\x86\x3f\x22\x00\x20\x59\x00\x18\xfe\x88\x00\x80\x66\x3b\xde\ +\xbb\x00\xb6\xef\xf9\x1b\xfe\xb4\x2d\x87\xbd\x3b\x00\x10\x00\xaf\ +\xbd\x48\xda\x7e\xda\x7f\xe0\xe8\x10\x01\x00\x49\x02\xa0\x2a\xe3\ +\x71\x78\xab\x1f\x22\x00\xa0\x05\x2f\x75\xe3\x0f\xff\xc1\xe8\xbe\ +\x3f\xe4\xe0\x99\x00\x20\x7b\x00\x8c\x1e\xfa\xfb\x23\xfc\x50\x1f\ +\x44\x00\x40\x2b\x8c\x77\x0b\x60\xfb\xa1\x3f\xc3\x9f\x8c\x89\xec\ +\x76\x00\x90\x33\x00\xaa\x32\x1e\x85\x87\xfe\x10\x01\x22\x00\x68\ +\xd9\x4b\xdb\xe1\xc3\xdf\xea\x1f\x76\xff\x87\x70\x3b\x00\xc8\xb3\ +\x01\xf8\xc1\xf0\x07\x9b\x00\x20\xd1\x06\xc0\x53\xff\x60\x13\x00\ +\x64\xdc\x00\x14\xb1\xe1\x78\xc0\x26\x00\x48\x14\x00\x55\x19\x83\ +\xf0\xe0\x1f\x88\x00\x20\xd9\x06\xc0\xd5\x3f\x88\x00\x20\x57\x00\ +\xb8\xfa\x07\x11\x00\x64\xdc\x00\xb8\xfa\x07\x11\x00\x24\x78\xe9\ +\x3a\x78\xf5\xbf\x34\x7a\xdf\x3f\x30\x29\xef\x0e\x00\x1a\xbc\x01\ +\x70\x15\x03\x36\x01\x40\xba\x00\x28\xe2\x1b\x47\x02\x22\x00\x48\ +\x14\x00\x55\x19\xab\x11\xb1\xe4\x48\x40\x04\x00\xb9\x36\x00\x5e\ +\xb0\x40\x04\x00\xe9\x02\xa0\x88\x35\xc7\x01\x22\x00\xc8\xf2\x12\ +\x15\xbb\x3f\xf5\xef\x6f\xc7\x01\x33\xe0\xdd\x01\x40\x8d\x37\x00\ +\x77\x1d\x05\xd8\x04\x00\xf9\x02\x60\xe0\x28\x40\x04\x00\xd9\x02\ +\xa0\x88\x15\x47\x01\x22\x00\xc8\xb7\x01\x58\x75\x14\x20\x02\x80\ +\x44\x01\x30\x7a\xff\x3f\x20\x02\x80\x64\x1b\x80\x45\xc7\x00\x22\ +\x00\xc8\x17\x00\x03\xc7\x00\x22\x00\xc8\x17\x00\x80\x08\x00\x12\ +\x06\x80\x67\x00\x40\x04\x00\x09\x03\xc0\x33\x00\x20\x02\x80\x84\ +\x01\x00\x88\x00\x40\x00\x00\x22\x00\x68\xfd\xcb\x4d\x55\xc6\x2f\ +\x8d\xfb\x49\x80\xfd\x5e\x44\xaf\xb7\xfd\xeb\x6e\x37\xe2\xca\x27\ +\xbe\x92\xb4\xcb\x5c\xcf\x19\x40\x73\xfc\x53\x2c\x6f\x9e\x69\xdc\ +\xcb\x4c\xad\xff\xeb\xba\x9d\x88\x85\x85\xed\x01\xef\x05\x11\x80\ +\x9a\x5e\x96\x56\x5b\xc3\xea\x95\xdf\xfd\xef\xdf\xef\x8a\x95\x9f\ +\x1e\xdb\x00\x8c\xeb\xc2\xf9\x88\xab\x9f\x46\x14\x85\x6f\x29\x00\ +\x5a\xa3\x58\xde\xac\xd5\x60\xab\xc7\x06\x60\xfe\x4c\xc4\x07\x77\ +\x7c\x77\x00\xd0\x5a\xbb\x5b\x82\x17\x2f\xfe\x2a\x3e\x78\xf6\x56\ +\xde\x00\xe8\x76\x22\xae\xdc\x8a\xb8\x78\xc9\x77\x05\x00\x79\x74\ +\x3a\x97\x77\x63\xe0\x14\x6f\x13\x9c\xfc\x2d\x80\x6e\x27\xe2\xc6\ +\x1d\xf7\xf4\x01\x60\xc7\x29\x84\xc0\xc9\x05\x80\xc1\x0f\x00\xb5\ +\x09\x81\x93\x09\x80\xab\x6b\x56\xfd\x00\x30\xee\x70\x3e\x81\x07\ +\x06\x67\xfb\x0c\x80\x87\xfb\x00\x60\x62\xd5\xd6\xb0\x9a\xf5\xc3\ +\x82\xb3\xfb\x24\xc0\x0f\xd7\x0d\x7f\x00\x38\xf6\x84\xde\xf7\xb0\ +\x60\x23\x02\xa0\xdf\x8b\xb8\x39\x74\xaf\x1f\x00\xa6\xb4\x0d\xa8\ +\x7e\x5b\x7f\x5c\xef\x00\x38\x7f\x2e\x62\x65\xdd\x57\x0b\x00\xa6\ +\x69\xae\xb7\x31\xed\x6d\xc0\xf4\x02\xe0\xea\x5a\xc4\x7b\x9f\xfb\ +\x22\x01\xc0\x0c\xb7\x01\xf5\x0a\x80\x9b\x43\x4f\xf9\x03\x40\x83\ +\x22\xe0\xcd\x03\xe0\xe6\xd0\x57\x03\x00\x1a\x16\x01\xc7\x0f\x80\ +\x6e\xc7\xf0\x07\x80\x86\x46\xc0\xf1\x03\xe0\xa3\x7b\x4e\x1f\x00\ +\x1a\x1a\x01\xc7\x0b\x00\x57\xfe\x00\xd0\xe8\x08\x98\x3c\x00\x3e\ +\xfe\xda\x69\x03\x40\xc3\x23\x60\xb2\x00\x78\xfb\x7a\x44\x51\x38\ +\x69\x00\x68\x78\x04\x8c\x1f\x00\xf3\x67\x22\xde\x79\xdf\x09\x03\ +\x40\x5d\x23\xe0\xf7\x7b\x7f\x4e\x37\x00\xba\x1d\x9f\xeb\x0f\x00\ +\x75\xd7\xe9\x5c\x1e\xf7\x63\x83\xc7\x0b\x00\x4f\xfc\x03\x40\x33\ +\xcc\xf5\x36\xa6\x13\x00\xe7\xcf\x39\x4c\x00\x68\x90\x71\x9e\x07\ +\x38\x3c\x00\xba\x1d\x9f\xef\x0f\x00\x4d\x8c\x80\x23\x6e\x05\x1c\ +\x1e\x00\xd7\x6e\x3b\x41\x00\x68\xa2\x23\x6e\x05\xbc\x3e\x00\xfa\ +\xbd\x88\x85\x0b\x0e\x10\x00\x9a\xba\x05\xd8\x1a\x3e\x9f\x3c\x00\ +\x56\xd6\x9d\x1c\x00\x34\x5b\x7f\xb2\x00\x58\x38\xeb\xc8\x00\xa0\ +\x1d\x5b\x80\x6a\xfc\x00\xb8\xfe\x85\x13\x03\x80\x16\x7b\x35\x00\ +\xfa\x3d\xa7\x02\x00\xed\xda\x02\x3c\x3f\x3a\x00\xdc\xfb\x07\x80\ +\xb6\xe9\x1f\x1e\x00\xdd\x8e\x23\x02\x80\x36\x6e\x01\x5e\xfa\x5c\ +\x80\x83\x13\xff\xca\x2d\x27\x04\x00\x6d\xf4\xd2\xe7\x02\x1c\x0c\ +\x80\x8b\x97\x1c\x10\x00\x24\xb0\x17\x00\x1e\xfe\x03\x80\x56\xdb\ +\xff\x30\xe0\x5e\x00\xdc\xf8\xd2\xc9\x00\x40\xbb\xf5\x5f\x0d\x80\ +\xa2\x70\x2c\x00\x90\xc4\x76\x00\x78\xfa\x1f\x00\x52\xd8\x79\x37\ +\xc0\xf6\xe4\x3f\xeb\xa3\x7f\x01\x20\x85\x6e\xef\xdb\xbd\x00\xb8\ +\xf6\x99\x03\x01\x80\x0c\x8a\x98\xdb\x0b\x00\xf7\xff\x01\x20\x15\ +\x37\xff\x01\x20\x65\x00\xcc\xf7\xe7\x1d\x03\x00\xe4\x51\x6d\x0d\ +\x9f\x77\xa2\x2f\x00\x00\x20\x99\x7e\x27\xde\xbd\x7d\xdd\x39\x00\ +\x40\x2e\x9d\x98\x9b\xf3\x19\xc0\x00\x90\x2e\x00\x00\x00\x01\x00\ +\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\ +\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\ +\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\ +\x20\x00\x00\x00\x01\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\ +\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\ +\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\ +\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\ +\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\ +\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\ +\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\ +\x00\x00\x80\x00\x00\x00\x04\x00\x00\x08\x00\x00\x40\x00\x00\x00\ +\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\ +\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\ +\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\ +\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\ +\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\ +\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\ +\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x20\x00\x00\x00\x01\ +\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\ +\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\ +\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\ +\x00\x20\x00\x00\x00\x01\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\ +\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\ +\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\ +\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\ +\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\ +\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\ +\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\ +\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x08\x00\x00\x40\x00\x00\ +\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\ +\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\ +\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\ +\x08\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\ +\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\ +\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\ +\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x20\x00\x00\x00\ +\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\ +\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\ +\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\ +\x00\x00\x20\x00\x00\x00\x01\x00\x00\x02\x00\x00\x10\x00\x00\x80\ +\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\ +\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\ +\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\ +\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\ +\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\ +\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\ +\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x08\x00\x00\x40\x00\ +\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\ +\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\ +\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\ +\x00\x08\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\ +\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\ +\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\ +\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x20\x00\x00\ +\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\ +\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\ +\x00\x00\x60\x86\x8a\x88\x88\x6a\x6b\x58\x39\x0a\x00\x48\x32\xfc\ +\x97\x37\x0b\x1b\x00\x00\x48\x48\x00\x00\x80\x00\x00\x00\x04\x00\ +\x00\xd0\x4a\xc5\xce\x2f\x3c\x08\x08\x00\x09\x06\xff\xf2\x66\x61\ +\x03\x00\x00\x49\x09\x00\x00\xc8\xb8\x09\xd8\xff\x17\x6e\x03\x00\ +\x40\x8b\x87\xfe\x68\xfd\x6f\x03\x00\x00\x49\x09\x00\x00\x48\xa8\ +\x78\xf9\x37\xdc\x06\x00\x80\x16\x0e\xfc\x7d\xeb\x7f\x1b\x00\x00\ +\xb0\x01\xb0\x05\x00\x80\x0c\x57\xff\x36\x00\x00\x60\x03\x60\x0b\ +\x00\x00\x19\xae\xfe\x6d\x00\x00\xc0\x06\xc0\x16\x00\x00\x32\x5c\ +\xfd\xdb\x00\x00\x80\x0d\x80\x2d\x00\x00\x64\xb8\xfa\x1f\x2b\x00\ +\x44\x00\x00\xb4\x6b\xf8\x47\xb8\x05\x00\x00\x39\x23\x61\xdc\x7f\ +\xd0\x16\x00\x00\xda\x71\xf5\x3f\x51\x00\x88\x00\x00\x68\xc7\xf0\ +\x9f\x38\x00\x44\x00\x00\x34\x7f\xf8\x1f\x2b\x00\x44\x00\x00\x34\ +\x7b\xf8\x47\x78\x08\x10\x00\x72\x46\xc3\x71\xff\x45\x5b\x00\x00\ +\x68\xe6\xd5\xff\x1b\x05\x80\x08\x00\x80\x66\x0e\xff\x37\x0e\x00\ +\x11\x00\x00\xcd\x1b\xfe\x53\x09\x00\x21\x00\x00\xcd\x19\xfc\x53\ +\x0f\x00\x11\x00\x00\xcd\x18\xfe\x53\x0f\x00\x11\x00\x00\xf5\x1f\ +\xfe\x33\x09\x00\x11\x00\x00\xf5\x1e\xfe\x33\x0b\x00\x21\x00\x00\ +\xf5\x1c\xfc\x27\x12\x00\x22\x00\x00\xea\x37\xfc\x4f\x24\x00\x84\ +\x00\x00\xd4\x67\xf0\x9f\x78\x00\x08\x01\x00\x38\xfd\xc1\x7f\x6a\ +\x01\x20\x04\x00\xe0\xf4\x06\xff\xa9\x07\x80\x10\x00\xc0\xe0\x3f\ +\xc5\x3f\xbf\x4e\x87\x21\x06\x00\x30\xf4\x13\x06\x80\x20\x00\xc0\ +\xc0\x17\x00\xa2\x00\x00\xc3\x7e\x46\xfe\x07\xcb\xee\xde\x92\xc9\ +\xa5\xc2\x50\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x43\x30\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x02\x00\x00\x00\x02\x00\x08\x06\x00\x00\x00\xf4\x78\xd4\xfa\ +\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ +\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\x00\x00\x00\ +\x09\x70\x48\x59\x73\x00\x00\x0e\xc3\x00\x00\x0e\xc3\x01\xc7\x6f\ +\xa8\x64\x00\x00\x42\xc5\x49\x44\x41\x54\x78\x5e\xed\xdd\x09\xf8\ +\x6f\xd7\x7c\xef\xf1\xf6\x92\x39\x12\x11\x89\x0a\x89\x08\x09\x42\ +\x42\x6a\xaa\xa9\x35\xc5\x54\xcf\xc5\x73\x1b\x73\x1b\x3a\xa1\xd5\ +\xeb\x69\xb5\x86\x52\xd4\x53\xb7\xad\xf6\xd2\x56\x54\xd1\x92\x6b\ +\x1e\xda\xd2\x5b\x43\xcc\xd4\x15\x53\x48\x0c\x11\x82\x04\x49\x0c\ +\x19\x90\x39\x22\xf4\x7e\xde\xbf\xa1\x8e\x93\x7d\xce\xf9\x0f\xbf\ +\xbd\xf6\x5a\x7b\xbf\x5f\xcf\xf3\x79\x7e\xbf\xdf\xc1\x71\xfe\xff\ +\xdf\xda\xdf\xb5\xf6\xde\x6b\xaf\xf5\x33\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\xa4\x11\xf9\xd9\xc5\xab\ +\xa4\xe1\xfd\xb7\xe4\x1a\xc9\x35\x17\xaf\x84\x3f\x5b\xfe\xf9\xae\ +\xc9\x7e\x5b\x64\xff\xe4\xba\x8b\xd7\x7d\x92\xdd\x93\x5d\xb6\x0a\ +\xff\x9b\x9d\x17\xaf\xcb\x3f\xe3\xef\xbf\x2a\xf9\xc1\x22\x57\x24\ +\x57\x2e\x5e\x97\x7f\xb6\xcc\x65\xc9\xf7\x92\x73\x93\xf3\x3a\xc2\ +\xff\xe6\x47\xc9\x8f\x17\xe1\x3d\x7f\x37\xaf\xcb\x3f\x97\x54\x21\ +\x07\x00\x52\x59\x74\xe4\xbb\x25\x74\xd6\x7b\x6c\xf1\x4a\xf6\x4d\ +\x6e\x90\xdc\x70\x91\xeb\x27\xd7\x49\xe8\xdc\x09\xff\x9d\x9a\xfc\ +\x67\xb2\x1c\x20\x90\x0b\x92\x6f\x25\x67\x2f\x72\x4e\xf2\xdd\xe4\ +\xd2\x45\xf8\xef\x2e\x5f\x2f\x4f\x18\x20\x48\x1a\x88\x03\x00\xa9\ +\x3f\x74\xf6\x74\xdc\x74\xe4\x3f\xb7\xc5\x2b\x67\xec\x5b\x9e\xc9\ +\x73\x16\xcf\x2b\x83\x81\x31\x1d\x93\xcb\x01\x02\x57\x0a\xce\x5f\ +\xbc\x2e\xc3\x15\x85\x6f\x27\x0c\x18\x96\xaf\x0c\x22\x1c\x14\x48\ +\x85\x38\x00\x90\x56\x83\x63\x89\xb3\xf5\x43\x16\xb9\x49\x72\x70\ +\x42\x87\x4f\x07\xcf\xd9\x3d\xaf\x7b\x27\x0c\x0c\xa6\x8e\x8e\xfe\ +\xc2\x84\x81\x01\x57\x0e\x78\x65\x20\xf0\xb5\xe4\xab\xc9\x19\x8b\ +\x70\x05\x81\x81\x84\xa4\x15\x73\x00\x20\x6d\x1c\x9d\xfb\x9d\x92\ +\x3b\x27\x47\x25\x9c\xe1\x2f\x2f\xeb\x13\xee\xbb\xdb\xd9\xaf\x1d\ +\x83\x02\xe6\x14\x70\xd5\x60\x79\xbb\x80\x2b\x03\x27\x27\x27\x26\ +\x1f\x4d\x18\x24\x48\x5a\x01\x07\x00\xd2\xda\x70\xac\x5c\x3b\xa1\ +\xb3\xbf\xcf\x22\x37\x4f\x54\xd6\x17\x93\x77\x2f\xc2\xa0\xe0\xfb\ +\x89\x57\x08\xa4\x0d\x70\x00\x20\xfd\x34\x8e\x09\xce\xe2\xe9\xec\ +\xb9\xa4\x7f\x78\xc2\x59\x3e\xb9\x65\xc2\x99\xbd\xea\xc0\x55\x82\ +\x53\x13\xae\x0c\x90\x2f\x24\xdc\x32\x60\x50\xc0\xd5\x03\x07\x06\ +\xd2\x76\x38\x00\x90\xe6\x97\xe9\xb9\x3f\x7f\xa3\xe4\xc6\xc9\xad\ +\x93\x3b\x24\x5c\xd6\x67\x12\x9f\xc7\x49\xfd\xe8\xec\x99\x44\xc8\ +\xed\x82\x4f\x24\x9f\x49\xce\x4c\xbe\x9e\x30\xbf\xc0\xc9\x85\xd2\ +\x56\x2c\x6c\x9a\x32\x3a\xfb\xdb\x24\x47\x26\x9c\xe9\x1f\x96\xdc\ +\x34\xd9\x33\x51\xdb\x2e\x49\xbe\x92\x9c\x9e\x70\x65\xe0\xb3\xc9\ +\x29\x09\x83\x02\x49\xe1\x00\x40\x53\xc2\x82\x3a\x87\x26\xf7\x4a\ +\x7e\x29\x61\xb6\xfe\xf5\x12\x1e\xc1\x63\xc2\x9e\xc6\x89\x89\x85\ +\x3c\x7a\xf8\x9d\x84\x27\x0b\x3e\x94\xbc\x2f\xf9\x72\xe2\x42\x45\ +\x9a\x2c\x07\x00\x9a\x02\xee\xe9\x3f\x38\x79\x64\x72\xbb\x84\x33\ +\x7c\x3a\x7c\x06\x04\x9a\x16\x3a\x7c\x06\x04\x5c\x21\x38\x29\x79\ +\x5d\xf2\xd6\x84\x39\x03\xd2\xa4\x38\x00\xd0\xd8\xd0\xa6\x59\x69\ +\x8f\x4e\xff\xb6\xc9\xc3\x93\x87\x24\x7b\x25\x52\x97\x8b\x92\xb7\ +\x24\x6f\x48\x3e\x95\x30\x18\x60\xa5\x42\x27\x11\x6a\xd4\x1c\x00\ +\x68\x2c\xae\x95\x1c\x98\xb0\x00\xcf\x3d\x92\xfb\x25\x5c\xee\x67\ +\xdd\x7b\x69\x2d\xd8\xc3\x80\xdb\x02\x27\x24\x1f\x48\x58\x90\xe8\ +\xac\xe4\xe2\x44\x1a\x1d\x07\x00\x6a\x19\x97\xf0\x59\x7c\xe7\xf6\ +\xc9\x5d\x16\x61\x06\xbf\x8f\xea\x69\xb3\x78\xc4\x90\x27\x09\x3e\ +\xb2\xc8\x27\x13\x16\x25\x72\xce\x80\x46\xc3\x01\x80\x5a\x75\x44\ +\xf2\xc0\xe4\x6e\x09\xcf\xe7\xb3\x89\x8e\xab\xee\x69\xd5\x78\x7c\ +\x90\x4d\x8d\x58\x6f\xe0\xc3\xc9\xdb\x92\xcf\x25\x52\xf3\x1c\x00\ +\xa8\x25\xdc\xdb\xbf\x7b\xf2\xd8\x84\xb3\x7e\x9e\xdd\xe7\x5e\xbf\ +\xed\x58\x7d\x63\x3e\x00\x73\x03\x58\x53\x80\xab\x01\xaf\x4c\x3e\ +\x98\x30\x57\x40\x92\xd4\x03\x3a\x77\x36\xd0\x79\x42\xf2\xf9\x84\ +\x33\x32\x8a\xb1\x31\x43\x86\x76\x48\x7b\xa4\x5d\xd2\x3e\x1d\x84\ +\xaa\x39\x36\x5a\xd5\x88\x7b\xfb\x2c\xc5\x7b\x50\xf2\xb0\xe4\x31\ +\x09\x1b\xef\x48\x35\x62\x83\xa2\xe3\x93\x37\x26\xac\x3c\xc8\x2e\ +\x87\xce\x15\x50\xf5\x1c\x00\xa8\x26\xb4\xc7\x03\x12\x2e\xef\x33\ +\x8b\xff\x41\x89\x1d\xbf\x5a\xc1\x40\x80\x35\x05\xde\x95\xb0\x1c\ +\x31\x93\x06\xb9\x5a\x20\x55\xc9\x01\x80\x6a\xc1\xb2\xbc\xf7\x4f\ +\xee\x9d\xdc\x31\x61\x76\xbf\xed\x53\xad\xa1\xc3\xa7\xe3\xff\x58\ +\xf2\xde\xe4\x9d\xc9\xd7\x12\xa9\x3a\x16\x58\x0d\x89\xf6\xc7\xda\ +\xfb\x8f\x4a\x96\xcf\xed\xb3\x03\x9f\x34\x06\xec\x4c\xc8\x5e\x04\ +\xef\x48\x58\x71\x90\x65\x88\xbd\x22\xa0\x6a\x38\x00\xd0\x50\x58\ +\x7f\xff\x0f\x93\x47\x24\xac\xc7\xbf\x73\x22\x8d\xd1\x0f\x12\xf6\ +\x21\x78\x4d\xf2\x82\xe4\x82\x44\x1a\x9c\x03\x00\x95\x44\x27\xcf\ +\xf6\xba\x9c\xf1\x3f\x25\xa1\xe3\x97\xa6\x84\xdb\x03\x7f\x99\xbc\ +\x3e\xf9\x7e\x72\x65\x22\x0d\xc2\x01\x80\x4a\xd8\x25\x61\x89\xde\ +\xa3\x93\xdf\x4a\x58\xb8\x47\x9a\x32\xb6\x27\x7e\x79\xc2\xae\x84\ +\x2c\x39\xec\x40\x40\xc5\x39\x00\x50\xdf\xd8\x67\x9f\xc9\x7d\xec\ +\xc6\xc7\x4e\x7c\x6e\xbb\x2b\xcd\xb1\x88\x10\x8b\x0a\xfd\x5b\xc2\ +\x3c\x81\x2f\x26\x52\x31\x0e\x00\xd4\x17\xf6\xda\xe7\xfe\xfe\x03\ +\x92\x23\x13\xb6\xe0\x95\x74\x75\x6c\x36\xc4\x15\x81\xb7\x27\xdc\ +\x1a\xf0\xa9\x01\x15\xe1\x00\x40\xab\xc6\xae\x7c\x2c\xde\xc3\x0a\ +\x69\x37\x4b\x58\xaa\x57\xab\xc1\xea\x73\x2c\x32\xc3\x24\x32\xc2\ +\x2c\x73\x6e\xad\xf0\x7b\xee\xdb\x17\x12\x3a\x26\x9e\xd2\xd8\x77\ +\x11\x56\xc0\x73\xff\x85\xd5\x61\xa9\x61\xae\x02\xbc\x38\x79\x73\ +\x72\x49\x22\xf5\xc6\x01\x80\x56\x85\xd5\xfb\x6e\x91\xbc\x30\xe1\ +\x59\x7e\xdb\xd6\x8e\x2d\x97\x95\xc5\xf2\x3d\x97\x85\xd9\x92\x96\ +\xc7\xc7\xb6\x0c\x2b\xcc\xd1\xe9\x33\x08\xd8\xd2\xdf\x24\x4f\x9a\ +\xbf\xed\xd5\xf3\x93\xa7\xce\xdf\xfe\x17\x3a\x7f\x06\x02\x37\x4a\ +\x0e\xdb\x2a\x3c\xd2\xc9\xde\x0d\xb4\x83\x65\x5b\xd8\xf2\xbd\xb6\ +\x8d\x55\x04\xdf\x9d\xfc\x41\xf2\xa5\xc5\x67\x69\xe5\x3c\x18\xb5\ +\x59\x14\x79\x96\xec\x65\x83\x9e\x27\x26\x9e\xf1\x77\xe3\x51\x30\ +\xce\xf0\x96\xe1\x4c\x9e\x8e\x9d\x5d\xe6\xce\x4c\xe8\xe0\x09\x8f\ +\x8b\xad\xe7\x59\xf1\x21\x07\x00\xdb\x43\x6d\xe1\x29\x0f\x06\x07\ +\x84\x85\x9e\x98\xfc\xc9\xe0\x80\x2b\x07\xb4\x93\x65\x98\x24\xaa\ +\xab\xe3\xd6\xc0\x71\x09\xcb\x0c\x7f\x23\xb9\x22\x91\x56\xc6\x01\ +\x80\x36\x8a\xb3\x3f\xee\xf3\xb3\x25\xef\xaf\x27\x14\x77\xdb\xd3\ +\xdc\x55\xc9\x79\x09\x4b\xc3\xf2\x4a\xce\x4a\x58\x08\x86\xd0\xe1\ +\xf3\xf9\x87\xc9\x66\xd5\x3a\x00\xd8\x96\x9d\x92\x03\x13\xda\x0e\ +\x83\x02\x5e\xf9\xcc\xba\x10\xfb\x27\x2c\xfd\xcc\x7b\x6f\x2d\xcc\ +\x31\x18\x64\xd3\xa1\x57\x24\xcc\x11\xa0\xfd\x6c\x7d\x15\x48\xda\ +\x10\x0b\xb6\x36\x82\xfb\xfc\xc7\x24\xdc\xeb\xbf\xd3\xe2\xf3\x94\ +\x71\x89\x96\x33\x77\xce\xe8\xb9\x87\xcb\x25\x7c\xee\x97\x9f\x9d\ +\x30\x08\xe0\x3f\xeb\xeb\xec\xad\xb5\x01\x40\x17\x9e\x0c\xe1\x6a\ +\x01\xcb\x3f\xdf\x30\xe1\x8a\x01\xf3\x1a\x08\x57\x0c\x18\x18\x70\ +\x8b\x69\xca\xb8\x1a\x70\x62\xf2\xa6\x84\xf9\x01\x7c\x96\x36\xc5\ +\x01\x80\xd6\xeb\x17\x92\x67\x24\x6c\xd8\x43\x61\x9e\x6a\x1b\xfa\ +\x5e\xf2\xe9\xe4\xa4\xe4\xe4\x84\x0e\x9f\x7b\xf4\xfc\x39\x97\xf7\ +\xb9\x0a\x50\xc2\x18\x06\x00\x5b\xbb\x66\xc2\x6d\x82\xe5\x84\xc3\ +\x83\x93\x9f\x4f\x78\x8c\xf4\xa8\x84\x9d\x22\xa7\x88\xab\x01\xe7\ +\x26\x3c\x3a\xf8\xbc\x84\xfd\x06\x24\xa9\x77\x9c\xe5\xd3\xf1\x53\ +\x80\xa6\xb8\x27\x3f\x67\xf9\xdc\xa3\x7f\x49\x72\xdf\x84\x8e\x89\ +\x47\x1b\xb9\x7f\x3d\xe4\xd9\x29\x03\x80\xae\x7f\xef\xaa\xc3\xea\ +\x75\x43\xe1\xf7\xcb\xef\x99\xdf\x37\xbf\x77\xd6\x95\x78\x69\xc2\ +\x6d\x14\xbe\x97\xae\x7f\xef\x98\xc3\xf1\xc7\x71\xc8\xf1\x38\xf5\ +\xab\x6f\x92\x7a\x44\xe1\xe5\xac\xff\x84\x84\x7b\xd6\x5d\x05\x69\ +\x6c\xe1\xec\x9d\x4b\xac\x5c\xba\xe7\x2c\xeb\x4f\x93\x3b\x24\xdc\ +\xbf\xae\xcd\x14\x06\x00\xdb\xc2\xd2\xd2\xec\x1c\xf9\xdc\xe4\xe3\ +\x09\xdf\x17\xdf\x1b\xdf\x5f\xd7\xcf\x30\xb6\x70\x3c\x72\x5c\x72\ +\x7c\x3a\x91\x52\xd2\xca\x70\x69\x9f\x67\xcc\xff\x28\x61\x06\x72\ +\x57\x01\x1a\x53\x38\xab\x62\x9d\x76\x3a\x92\x57\x27\xac\x63\x70\ +\xab\x84\xcb\xd1\x35\x9b\xf2\x00\x60\x4b\x7c\x4f\x7c\x5f\x7c\x6f\ +\x7c\x7f\x7c\x8f\x7c\x9f\x53\xb8\x5a\xc5\xf1\xc9\x71\xca\xf1\xea\ +\x6d\x5d\x49\x9b\xc2\x3d\xd6\x87\x26\x9c\x5d\x8c\xf9\x6c\x8a\xcb\ +\xc7\x2c\xa6\xf3\xa1\x84\x8e\xf4\xd1\x09\x13\xcf\x5a\x9a\x81\xee\ +\x00\xe0\xea\xf8\xfe\xf8\x1e\xf9\x3e\xf9\xfd\xf0\xfd\xf2\x3d\x8f\ +\xf9\x76\x01\xc7\x29\xc7\x2b\xc7\xed\x54\xe7\x48\x48\xda\x04\xee\ +\xb5\x72\x16\xc5\x4a\x64\xcc\x60\xef\x2a\x34\x63\x08\xc5\xf2\x53\ +\x09\x13\xdb\x1e\x92\xf0\x08\xe3\xee\x49\x8b\x1c\x00\x6c\x1f\xdf\ +\x2b\xdf\x2f\xdf\x33\xdf\x37\xdf\xfb\x98\x07\xb5\x1c\xb7\x1c\xbf\ +\x1c\xc7\x53\x7f\x72\x42\xd2\x1a\x51\x2c\x78\xa6\x9f\x99\xed\x3c\ +\xb2\xd6\x55\x5c\x5a\xcf\x39\x09\x93\xf8\xee\x99\xf0\xb8\x19\x93\ +\xca\x5a\xbf\x64\xea\x00\x60\x6d\xf8\x9e\xf9\xbe\xf9\xde\xf9\xfe\ +\x69\x07\xb4\x87\xae\x9f\xb5\xf5\x70\xfc\x72\x1c\x73\x3c\x3b\x08\ +\x90\xb4\x5d\x4c\x6e\x7b\x4e\x32\xb6\x49\x7e\x5c\xf2\xe5\x67\xe2\ +\xf9\xfc\xdf\x49\x98\x41\x3e\x36\x0e\x00\x36\x8e\xf6\x40\xbb\xa0\ +\x7d\xd0\x4e\xc6\x76\x8b\x80\x9f\x89\xe3\xba\xc6\xc9\xab\x92\x06\ +\xc6\x32\xbe\x3c\xcf\xff\xae\xa4\xab\x80\xb4\x18\x8a\xf8\x45\x09\ +\x6b\xa8\xbf\x2a\xb9\x5f\x32\xe6\x55\xe5\x1c\x00\x6c\x1e\xed\x83\ +\x76\x42\x7b\xa1\xdd\xd0\x7e\xc6\x34\x18\xe0\xf8\xe6\x38\xe7\x78\ +\x97\x34\x71\x5c\x0e\x65\x11\x1f\xce\x7e\x4e\x4b\xc6\x50\xec\xf8\ +\x19\x78\x4e\xff\xad\x09\x33\xa2\xd9\x82\x78\x0a\x67\x3e\x0e\x00\ +\x56\x87\xf6\x42\xbb\xa1\xfd\xd0\x8e\x68\x4f\x63\x39\x36\x38\xce\ +\x39\xde\xa7\xbc\x78\x97\xa4\x60\x82\xd0\xcb\x13\x16\x13\xe9\x2a\ +\x18\x2d\x85\xc7\xbc\x58\x7e\xf7\x05\x09\xf7\x3c\x6f\x90\x4c\xa9\ +\xc0\x39\x00\x58\x3d\xda\x0f\xed\x88\xf6\x44\xbb\xa2\x7d\x8d\xe1\ +\x71\x42\x8e\x77\x8e\x7b\x8e\x7f\x49\x13\x43\x61\xe3\x31\xa1\x53\ +\x12\x76\xa7\xeb\x2a\x12\xad\x84\xb3\x1a\x2e\xd7\x3e\x3d\xb9\x6d\ +\xb2\x57\x32\x45\x0e\x00\xfa\x45\xbb\xa2\x7d\xd1\xce\x96\x5b\xf3\ +\x76\xfd\x7e\x5a\x09\xc7\x3d\xc7\x3f\x75\xc0\x2b\x01\xd2\x44\xf0\ +\x38\x14\x45\xfc\x92\xa4\xab\x30\xb4\x94\xaf\x26\x8f\x4b\x58\x2b\ +\x7e\xea\x13\x9c\x1c\x00\x94\x41\x3b\xa3\xbd\xd1\xee\x68\x7f\x5d\ +\xbf\xa3\x96\x42\x1d\xe0\x3b\x6d\xf5\xf1\x57\x49\x6b\xc0\x04\xa7\ +\x9b\x26\xaf\x49\x5a\x3d\xeb\xe7\xac\x8b\x0d\x76\xd8\x0d\xed\xd8\ +\xc4\x65\x4f\x7f\xc2\x01\x40\x79\xb4\x3f\xda\x21\xed\x91\x76\xd9\ +\xea\x55\x01\xea\x01\x75\x81\xfa\x30\xe6\x89\xb2\xd2\x24\xb1\x3c\ +\xea\xbd\x93\xf7\x24\xad\x2e\x7e\x72\x7e\xc2\x0a\x67\x8f\x49\xf6\ +\x49\xf4\xd3\x1c\x00\x0c\x87\xf6\x48\xbb\xa4\x7d\xd2\x4e\xbb\x7e\ +\x6f\xb5\x87\xba\x40\x7d\xa0\x4e\xd4\xbe\xec\xb5\xa4\x35\xda\x23\ +\x79\x7c\x72\x6a\xd2\x75\xe0\xd7\x1e\x96\x6e\x65\x26\xf6\x6f\x24\ +\xec\x13\xaf\x6e\x0e\x00\x86\x47\xfb\xa4\x9d\xd2\x5e\x69\xb7\x5d\ +\xbf\xbf\xda\x43\x9d\xa0\x5e\x50\x37\x24\x35\xec\xc0\xe4\xb8\x84\ +\xfd\xe9\xbb\x0e\xf6\x9a\x73\x59\xf2\xce\xe4\x51\xc9\x41\x89\xb6\ +\xcf\x01\x40\x3d\x68\xaf\xb4\x5b\xda\x2f\xed\xb8\xeb\xf7\x58\x73\ +\xa8\x17\xd4\x0d\xea\x87\xa4\x06\x1d\x95\x50\x80\x5a\x5c\xce\xf7\ +\x33\xc9\xc3\x13\x9e\x55\xf6\x72\xe4\xda\x38\x00\xa8\x0b\xed\x96\ +\xf6\x4b\x3b\xa6\x3d\x77\xfd\x2e\x6b\x0e\x75\x83\xfa\x41\x1d\x91\ +\xd4\x08\x26\xf1\xdc\x23\x69\xed\x92\x3f\xcf\x57\x7f\x33\xe1\xf2\ +\xa3\xeb\x96\xaf\x9f\x03\x80\x7a\xd1\x9e\x69\xd7\xb4\xef\xd6\xd6\ +\x11\xa0\x8e\x50\x4f\x9c\x1c\x28\x55\x6e\xd7\xe4\x98\x84\x95\xcb\ +\xba\x0e\xe6\x1a\xc3\xe4\xa3\xaf\x25\xec\x5c\xc6\x2c\x64\x9f\x49\ +\xde\x18\x07\x00\x75\xa3\x5d\xd3\xbe\x69\xe7\xb4\xf7\x96\x26\xe3\ +\x52\x4f\xa8\x2b\xd4\x17\x49\x15\x62\x43\x93\xdf\x4f\x5a\xba\xdf\ +\xcf\x8c\xe9\xd7\x25\xf7\x4f\x5c\x9f\x7c\x73\x1c\x00\xb4\x81\x76\ +\x4e\x7b\xa7\xdd\xb7\xf4\xc4\x00\x75\x85\xfa\x32\xc6\x8d\xb4\xa4\ +\xa6\x31\xe9\x88\xa5\x4a\x5b\x59\xdc\xe7\xf2\xe4\x6d\xc9\x23\x12\ +\xee\x93\x6a\xf3\x1c\x00\xb4\x85\x76\x4f\xfb\xe7\x38\xe0\x78\xe8\ +\xfa\x5d\xd7\x16\xea\x0b\x75\xc6\x49\xb9\x52\x25\x0e\x4b\x5e\x9b\ +\x5c\x9a\x74\x1d\xb4\x35\x65\xb9\x19\x09\xf7\x43\x0f\x4e\xbc\xdc\ +\xbf\x3a\x0e\x00\xda\x43\xfb\xe7\x38\xe0\x78\x68\x65\x33\x2e\xea\ +\x0c\xf5\x86\xba\x23\x69\x40\xdc\x53\x6c\x65\x71\x1f\xfe\x8d\x6f\ +\x4e\x0e\x4d\x9c\x50\xb4\x7a\x0e\x00\xda\xc5\xf1\xc0\x71\xc1\xf1\ +\xd1\xca\xb1\x4c\xdd\xa1\xfe\x48\x2a\x8c\x82\x71\x44\x72\x72\xd2\ +\x75\x80\xd6\x14\x96\x19\x3d\x33\x79\x6c\x62\xc7\xdf\x1f\x07\x00\ +\xed\xe3\xf8\xe0\x38\xe1\x78\x69\x61\xb9\x6e\xea\x0f\x75\xc8\xe3\ +\x5a\x2a\x64\xe7\xe4\x97\x13\x66\x12\x77\x1d\x94\xb5\x84\xc7\x9d\ +\xce\x4e\x5e\x96\x70\x76\xa3\x7e\x39\x00\x18\x0f\x8e\x17\x8e\x1b\ +\x8e\x9f\xda\x1f\x1b\xa4\x0e\x51\x8f\xa8\x4b\x92\x7a\xc4\x0c\xe2\ +\x47\x27\x67\x24\x5d\x07\x63\x2d\xe1\xec\xe5\xbd\x09\xab\xa1\xed\ +\x9d\xa8\x7f\x0e\x00\xc6\x85\xe3\x86\xe3\x87\xe3\xa8\xf6\xab\x01\ +\xd4\x23\xea\x92\x4f\xf2\x48\x3d\x61\xbb\x4e\xd6\x19\x67\x0b\xd2\ +\x9a\x27\x0b\x5d\x9c\x3c\x3b\xb9\x45\xe2\x2a\x7e\xe5\x38\x00\x18\ +\x1f\x8e\x1f\x8e\x23\x8e\x27\x8e\xab\xae\xef\xa3\x86\x50\x8f\xa8\ +\x4b\xd4\x27\xb7\x15\x96\x56\x8c\xcb\x6b\xdc\x1b\x64\x25\xb1\x9a\ +\x3b\xff\x53\x92\xbb\x24\x16\x81\xf2\x1c\x00\x8c\x17\xc7\x13\xc7\ +\x15\xc7\x57\xd7\x77\x52\x43\xa8\x4b\xd4\x27\xea\x94\xb7\x03\xa4\ +\x15\x61\x82\x0d\x97\xd7\x6a\xde\x54\x84\x75\xc3\x5f\x99\x5c\x2f\ +\xd1\x30\x1c\x00\x8c\x1f\xc7\x17\xc7\x59\xcd\xfb\x7b\x50\xa7\xa8\ +\x57\x4e\x0c\x94\x36\x69\xaf\xe4\x09\x49\xad\xf7\x00\x99\xa0\xc4\ +\xf3\xcb\x4f\x4a\xf8\xb7\x6a\x38\x0e\x00\xa6\x81\xe3\x8c\xe3\x8d\ +\xe3\xae\xd6\x09\x82\xd4\x2b\xea\x96\x35\x41\xda\x20\x56\x0a\x7b\ +\x66\x52\xeb\x99\x3f\xab\x97\xb1\xef\xf9\xbd\x12\x47\xfb\xc3\x73\ +\x00\x30\x1d\x1c\x6f\x1c\x77\x1c\x7f\xb5\xae\x22\x48\xdd\xa2\x7e\ +\xb9\xd2\xa7\xb4\x4e\x1c\x34\x7f\x96\x7c\x37\xe9\x3a\xb8\x86\x0e\ +\x9b\x83\x3c\x3d\xb9\x61\xa2\x3a\x38\x00\x98\x1e\x8e\x3f\x8e\xc3\ +\x5a\x37\xff\xa2\x7e\x51\xc7\x1c\x04\x48\x6b\xc4\x65\x33\x46\xce\ +\x35\x76\xfe\x4c\xf4\xf9\x44\xf2\xc0\xc4\x47\x7e\xea\xe2\x00\x60\ +\x9a\x38\x0e\x39\x1e\x39\x2e\x6b\x9c\x20\x4c\x1d\xa3\x9e\x79\x3b\ +\x40\xda\x01\x2e\xed\x71\xef\xac\xc6\xcb\xfe\xdc\x6f\x7c\x77\x72\ +\x78\xe2\x7e\xfd\xf5\x71\x00\x30\x5d\x1c\x8f\x1c\x97\x1c\x9f\x35\ +\xce\x0b\xa0\x9e\x51\xd7\xbc\x55\x28\x6d\x03\x8f\xce\x30\x7b\xb6\ +\xc6\x09\x7f\x3c\x83\xfc\x8a\xc4\xad\x40\xeb\xe5\x00\x40\x1c\x9f\ +\x1c\xa7\x35\xae\x19\x40\x5d\xa3\xbe\xf9\x88\xa0\xb4\x15\x9e\xf3\ +\xe5\xf9\xd9\xda\xce\xfc\xb9\xa4\x78\x7a\xc2\x3e\xe0\x3b\x25\xaa\ +\x97\x03\x00\x81\xe3\x94\xe3\x95\xe3\xb6\xb6\x5b\x02\xd4\x37\xea\ +\x9c\xeb\x84\x48\x0b\xdc\xc3\x63\x05\x2d\x16\xd1\xe8\x3a\x68\x86\ +\xca\x95\xc9\xfb\x12\xd6\xf9\x76\xdb\xde\xfa\x39\x00\xd0\x12\xc7\ +\x2b\xc7\x2d\xc7\x2f\xc7\x71\xd7\xf7\x38\x54\xa8\x73\xd4\x3b\xe7\ +\x10\x69\xf2\x96\x97\xfd\x6b\x5b\xde\x97\x91\xfa\xab\x93\x5b\x27\ +\x2e\xe7\xdb\x06\x07\x00\xda\x12\xc7\x2d\xc7\x2f\xc7\x71\x4d\x57\ +\x16\xa9\x73\xd4\x3b\x6f\x07\x68\xd2\x98\x10\xc3\x28\x9d\x8d\x34\ +\x6a\xea\xfc\x7f\x98\xbc\x28\xe1\xd1\x1d\xcf\xfc\xdb\xe1\x00\x40\ +\x5b\xe3\xf8\xe5\x38\xe6\x78\xe6\xb8\xee\xfa\x3e\x87\x08\xf5\x8e\ +\xba\x47\xfd\x73\x62\xa0\x26\x89\x7d\xb4\x6b\xdb\xd2\x97\x89\x3a\ +\xcf\x4a\xec\xf8\xdb\xe3\x00\x40\xdb\xc2\xf1\xcc\x71\x5d\xdb\x04\ +\x63\xea\x1f\x75\x50\x9a\x94\x9b\x26\x27\x27\x5d\x07\xc5\x10\x61\ +\x44\xce\xc1\xf8\xeb\x89\xda\xe4\x00\x40\x3b\xc2\xf1\xcd\x71\x5e\ +\xd3\x15\x47\xea\x20\xf5\x50\x9a\x84\xc3\x92\xf7\x24\x5d\x07\xc3\ +\x10\xb9\x2a\xf9\x64\xf2\x90\xc4\x7b\x72\xed\x72\x00\xa0\x1d\xe1\ +\xf8\xe6\x38\xe7\x78\xe7\xb8\xef\xfa\x7e\x87\x08\xf5\x90\xba\x28\ +\x8d\xda\x41\xc9\x6b\x93\x5a\x0e\x3e\xee\x0b\xbe\x3f\xb9\x7b\x62\ +\xe7\xdf\x36\x07\x00\x5a\x0b\x8e\x73\x8e\x77\x8e\xfb\x5a\xe6\x05\ +\x50\x0f\xa9\x8b\xd4\x47\x69\x94\x58\xa4\xe3\x05\xc9\xa5\x49\xd7\ +\x41\x30\x44\xde\x91\xdc\x22\x71\x22\x4e\xfb\x1c\x00\x68\xad\x38\ +\xde\x39\xee\x39\xfe\xbb\xbe\xe3\x21\x42\x5d\xa4\x3e\xba\xd8\x98\ +\x46\x67\xd7\x84\xc5\x39\x2e\x49\xba\x1a\xff\x10\x79\x57\x72\xad\ +\x44\xe3\xe0\x00\x40\xeb\xc5\xfa\xfc\x2c\x1f\xdc\xf5\x3d\x0f\x11\ +\xea\x23\x75\x92\x7a\x29\x8d\x02\xa3\xed\x63\x92\x0b\x92\xae\x46\ +\x5f\x3a\x6c\x1f\xfa\xba\xc4\x85\x38\xc6\xc5\x01\x80\x36\x82\x3a\ +\xf0\xfa\xa4\x96\x6d\x85\xa9\x93\xd4\x4b\xaf\x4a\x6a\x14\xee\x91\ +\xd4\xb2\x5d\xe7\x85\xc9\x4b\x93\xeb\x27\x1a\x17\x07\x00\xda\xa8\ +\x03\x92\x97\x27\xd4\x87\xae\xef\xbc\x74\xa8\x97\xd4\x4d\xa9\x69\ +\x47\x25\xa7\x26\x5d\x8d\xbc\x74\x38\xb8\xe9\x24\x9c\x68\x33\x4e\ +\x0e\x00\xb4\x19\xd4\x85\xbf\x4b\x6a\x19\x04\x50\x37\xa9\x9f\x52\ +\x93\x0e\x4c\xde\x99\x74\x35\xee\xd2\x61\x3d\xf0\xbf\x48\x3c\xf3\ +\x1f\x2f\x07\x00\xda\x2c\xea\xc3\x5f\x25\xb5\x3c\x1d\x40\xfd\xa4\ +\x8e\x4a\x4d\xd9\x23\x39\x2e\xb9\x22\xe9\x6a\xd8\x25\xc3\xa2\x1f\ +\xcf\x4c\xf6\x4c\x34\x5e\x0e\x00\xb4\x0a\x4c\x0c\x7e\x6e\xd2\xf5\ +\xdd\x97\x0e\xf5\x93\x3a\x4a\x3d\x95\x9a\xc0\x26\x1c\x8f\x4f\x6a\ +\x98\xf4\xc7\x99\xff\x33\x12\x8d\x9f\x03\x00\xad\x12\x83\x80\x1a\ +\xae\x04\x50\x47\xa9\xa7\x6e\x4a\xa6\xea\x31\x73\xf5\xde\x49\x0d\ +\xf7\xfd\xb9\x97\xf7\xe7\x89\x67\xfe\xd3\xe0\x00\x40\xab\xc4\x95\ +\x00\x6e\x07\xd4\x30\x27\x80\x7a\x4a\x5d\xf5\xc9\x00\x55\x8d\x35\ +\xad\x6b\x58\xe6\x77\x39\xe1\xcf\x7b\xfe\xd3\xe1\x00\x40\xab\x46\ +\xfd\xa8\x65\x62\x20\x75\xd5\x3d\x03\x54\xad\xdd\x93\xd7\x24\x43\ +\x2f\xf3\xcb\xf3\xbc\x3c\xea\xe7\x6c\xff\x69\x71\x00\xa0\x3e\x50\ +\x47\x78\x44\x70\xe8\x75\x02\xa8\xab\xd4\x57\xea\xac\x54\x15\xb6\ +\xdb\xa4\x30\xd6\xb0\xdd\x26\x8b\xfc\x78\xe6\x3f\x3d\x0e\x00\xd4\ +\x17\xd6\x09\x60\xb1\xa0\xae\xf6\x50\x32\xd4\x57\xda\x9f\xdb\x95\ +\xab\x2a\x0f\x4d\x6a\x58\xe6\x97\xe5\x7d\x5d\xe1\x6f\x9a\x1c\x00\ +\xa8\x4f\xd4\x95\x1a\x96\x0d\xa6\xce\x52\x6f\xa5\xc1\x31\x12\xbd\ +\x55\x72\x4a\xd2\xd5\x58\x4b\x85\xd9\xba\x6c\xec\xe1\xda\xfe\xd3\ +\xe5\x00\x40\x7d\x63\xef\x00\xea\xcc\xd0\x4f\x07\x50\x6f\xa9\xbb\ +\x5e\x09\x58\x91\xff\xb6\x78\xd5\xfa\xec\x97\x3c\x29\x61\x67\xad\ +\xa1\x70\x6f\xec\x3f\x92\x27\x27\x17\xf3\x07\x92\xd4\x83\x8b\x12\ +\xea\x0c\xf5\x86\xba\x33\x14\xea\x2d\x75\x97\xfa\xab\x15\x70\x00\ +\xb0\x7e\x5c\x12\xfb\x95\xe4\x41\xc9\x50\x7b\xe9\xb3\xc8\xcf\xc9\ +\x09\xcf\xec\x9e\xce\x1f\x48\x52\x8f\xa8\x33\xd4\x1b\xea\x0e\xf5\ +\x67\x08\xd4\x5b\xea\x2e\xf5\xd7\x5b\x9e\x1a\xc4\xed\x93\xd3\x92\ +\xae\x4b\x54\xa5\x72\x66\x32\xe4\x00\x44\xf5\xf0\x16\x80\x4a\x59\ +\x76\xc0\xd4\x9f\xae\x36\x52\x2a\xd4\x5f\xea\xb0\x54\xd4\x4e\x09\ +\x13\xee\x18\x01\x77\x35\xcc\x12\x61\x46\xec\xb1\x09\xff\x16\xc9\ +\x01\x80\x4a\xa2\xee\x50\x7f\x86\x7c\xf2\x89\xfa\x4b\x1d\xb6\x06\ +\xaa\x18\x6e\x97\x3c\x27\xe9\x6a\x90\xa5\xc2\x12\xbf\x4f\x4b\xa4\ +\x25\x07\x00\x1a\x02\x75\x88\x7a\xd4\xd5\x56\x4a\x85\x7a\xec\x6d\ +\x6c\xf5\x8e\x46\xf6\xc0\x64\xc8\x59\xb0\x97\x26\x2f\x4c\x9c\x01\ +\xab\x2d\x39\x00\xd0\x10\xa8\x43\xd4\x23\xea\x52\x57\x7b\x29\x11\ +\xea\x31\x75\xd9\x41\x80\x7a\x75\xcb\xe4\xd3\x49\x57\x23\x2c\x11\ +\x2e\xb7\x1d\x9f\x5c\x37\x91\xb6\xe4\x00\x40\x43\xa1\x1e\x51\x97\ +\x86\xbc\x1d\x40\x5d\xa6\x3e\x6b\x03\x1c\x39\xed\xd8\xde\xc9\xef\ +\x24\x87\xcf\x3e\x95\x47\x23\xff\x50\xf2\xd7\x09\x3b\x64\x49\x52\ +\x0d\xa8\x47\xd4\x25\x1e\x0f\xa4\x4e\x0d\x81\xba\x4c\x7d\xa6\x4e\ +\x6b\x9d\x1c\x00\x6c\x1f\x97\xb9\xee\x9b\x30\xf3\x75\x17\xfe\x60\ +\x00\x3c\x7e\xf3\xbf\x93\x2f\x26\x43\x1d\x64\x92\xb4\x35\xea\x11\ +\x75\x89\xfa\x34\xd4\xe3\xc8\xd4\x65\xea\x33\x75\xda\xdb\xa3\xeb\ +\xe4\x00\x60\xfb\x0e\x49\x1e\x9b\xdc\x60\xf6\xa9\x3c\x16\xf8\x39\ +\x2e\x61\x29\xce\x21\x17\xe0\x90\xa4\x2e\xd4\x25\x66\xe4\xff\x7d\ +\x32\xd4\x82\x64\xd4\x67\xea\x34\xf5\x5a\xeb\xe0\x00\x60\xdb\x18\ +\x59\x3e\x24\x61\x3f\xea\x21\xfc\x28\x61\x83\x9f\x7f\x48\x3c\xf3\ +\x97\x54\x2b\xea\xd3\x4b\x92\x37\x26\xd4\xad\x21\x50\xa7\xa9\xd7\ +\x43\x5d\xa9\xd5\xc8\xdc\x31\xf9\x7a\x42\xe3\x2e\x1d\x9e\x73\x7d\ +\x7b\xb2\x4f\x22\x6d\x8f\x93\x00\x55\x8b\xeb\x24\x27\x24\x43\xad\ +\x93\x42\xbd\xa6\x6e\x4b\x9b\xb2\x67\xc2\xe6\x17\x5d\x8d\xac\x44\ +\x4e\x4c\x6e\x96\x48\x3b\xe2\x00\x40\x35\x61\xbd\xfe\x8f\x27\x5d\ +\x6d\xa8\x44\xa8\xdb\xd4\x6f\xad\x81\xb7\x00\xba\xfd\x6e\x72\xf4\ +\xfc\x6d\x71\x67\x24\xac\xb9\xfd\xe5\xd9\x27\x49\x6a\xc7\x97\x12\ +\xea\x17\x67\xe3\x43\xa0\x6e\x53\xbf\xb5\x06\x0e\x00\xae\x8e\x35\ +\xa6\xff\x20\xb9\xe6\xec\x53\x59\x97\x25\xdc\xf3\xff\x60\x32\xd4\ +\x86\x1b\x92\xb4\x51\xd4\xad\xf7\x27\xcc\x09\xb8\x9c\x3f\x28\x8c\ +\xba\x4d\xfd\x76\xaf\x80\x35\x70\x00\xf0\xd3\xf6\x48\x9e\x99\x0c\ +\xb1\xe0\x0e\x07\xce\x3b\x93\xd7\x26\x57\xf0\x07\x92\xd4\x20\x3a\ +\xfe\xd7\x24\xcb\xf9\x00\xa5\x51\xbf\xa9\xe3\xd4\x73\x6d\x87\x03\ +\x80\x9f\xb8\x46\x72\x4c\xc2\x24\x92\x21\x7e\x2f\x3c\x4f\xfb\xa2\ +\xe4\x9b\xb3\x4f\x92\xd4\xae\x73\x12\xea\x19\xb7\x04\x4a\xa3\x7e\ +\x53\xc7\xa9\xe7\xd4\x75\x6d\x83\x03\x80\x9f\xb8\x71\xf2\xb0\x64\ +\xff\xd9\xa7\xb2\x38\xe3\x7f\x71\xf2\xe1\xd9\x27\x49\x6a\x1f\x2b\ +\x98\xb2\x3e\xc0\x10\x57\x34\xa9\xe3\xd4\x73\xea\xba\xb6\xc1\x01\ +\xc0\xdc\xae\xc9\x03\x92\x3b\x27\x43\xac\x26\xf5\xea\xe4\x55\x89\ +\xf7\xfd\x25\x8d\x05\xf5\xec\xff\x24\xdc\x0e\x28\x8d\x3a\x4e\x3d\ +\xa7\xae\x53\xdf\xa5\x6d\x3a\x2c\xf9\x4c\xd2\xf5\x58\x49\xdf\xf9\ +\x64\xe2\x26\x3f\xda\x28\x1f\x03\x54\xed\xf6\x4b\x4e\x4a\xba\xda\ +\x55\xdf\xa1\xae\x53\xdf\xd5\xc1\x2b\x00\xf3\xdf\xc1\xb1\xc9\x11\ +\xb3\x4f\x65\x5d\x98\x3c\x31\x39\x7f\xf6\x49\x92\xc6\xe7\xbc\x84\ +\x3a\x47\xbd\x2b\x8d\xba\x4e\x7d\xb7\xaf\xeb\xe0\x2f\x65\x3e\x3a\ +\xfc\xbd\xa4\xf4\xa5\x7f\xb6\xd0\x7c\x7e\xf2\xd9\xd9\x27\x49\x1a\ +\x2f\xce\xc4\xa9\x77\xd4\xbd\x92\xa8\xeb\xd4\x77\xaf\x02\x74\x98\ +\xfa\x00\x80\x15\xa3\x5e\x90\x5c\x6b\xf6\xa9\x1c\xee\x8d\xf1\xac\ +\xff\xbf\x24\x43\x3c\x2b\x2b\x49\x25\x51\xe7\xa8\x77\x43\xac\x71\ +\x42\x7d\xa7\xce\xbb\x42\xe0\x56\xa6\x3e\x00\xe0\x31\x11\xb6\x91\ +\x2c\x8d\x47\x64\x8e\x4f\xbe\x32\xfb\x24\x49\xe3\x47\xbd\xa3\xee\ +\x51\xff\x4a\xa3\xce\x53\xef\xb5\x85\x29\x0f\x00\x0e\x4e\x58\x32\ +\xb2\xf4\xef\xe0\xca\x84\xf5\xaa\xc9\x50\x3b\x67\x49\x52\x69\xd4\ +\xbb\x65\xed\xa3\x0e\x96\x44\x9d\xa7\xde\x53\xf7\xb5\x30\xe5\x01\ +\xc0\x23\x92\x9b\xcf\xdf\x16\xc5\xe8\xf7\xaf\x92\x8b\x66\x9f\x24\ +\x69\x3a\xa8\x7b\xd4\xbf\x21\xae\x02\x50\xef\xa9\xfb\x5a\x98\xea\ +\x00\x80\x86\xf0\xcb\x49\xe9\xa5\x22\xaf\x4a\x9e\x93\x7c\x75\xf6\ +\x49\x92\xa6\x87\xfa\x47\x1d\xa4\x1e\x96\x44\xbd\xa7\xee\x0f\x71\ +\xe2\x57\xa5\x29\x0e\x00\x76\x4e\x58\x1c\xe2\xc8\xd9\xa7\x72\x78\ +\x26\xf5\x5f\x93\x21\x16\xc5\x90\xa4\x9a\x50\x07\xa9\x87\xd4\xc5\ +\x92\xa8\xfb\xd4\x7f\xfa\x81\xc9\x9b\xe2\x00\xe0\x26\xc9\x83\x92\ +\xd2\x33\xff\x59\x13\x9b\x0d\x2a\x5c\xed\x4f\xd2\xd4\x51\x07\xa9\ +\x87\xa5\xf7\x0a\xa0\xee\x53\xff\xe9\x07\x26\x6f\x6a\x03\x00\x46\ +\x7d\xf7\x4a\x4a\x6f\x15\xc9\x5a\xd8\x7f\x9b\xb0\xd7\xbf\x24\x69\ +\x5e\x0f\xa9\x8b\xa5\xf7\x0a\xa0\xfe\xd3\x0f\x4c\xfe\x2a\xc0\x10\ +\xeb\xde\x0f\x89\x0d\x22\xde\x93\x94\xbe\xfc\xff\xf6\x84\x95\xb0\ +\xbe\x36\xfb\x24\xad\x0e\xed\xea\x57\xe6\x6f\x7b\xf5\xfa\xe4\xa5\ +\xf3\xb7\xd2\xca\x30\x2b\xff\xb8\x84\x7b\xf3\x25\xb1\x00\xdb\xd1\ +\xc9\xb9\xb3\x4f\x9a\x84\x27\x25\x5b\xae\x13\x5d\x22\x2c\xf3\xcb\ +\xcc\xd3\xa9\x0d\xb6\x54\x06\x57\xf1\xd8\xf2\xb4\xef\xd8\x7e\xd5\ +\x07\xda\x15\xf5\x91\x3a\xd9\x55\x3f\xfb\x0c\xfd\x81\x26\x62\xdf\ +\x84\xbd\xf6\xbb\x1a\x42\x5f\x61\x96\xeb\x6b\x13\x36\xc3\x90\x24\ +\x5d\x1d\xf5\x91\x3a\x49\xbd\xec\xaa\xa3\x7d\x85\xfe\x80\x7e\x41\ +\x23\xc7\x28\xf3\x79\x49\x57\x23\xe8\x33\x67\x26\xf7\x4b\x24\x49\ +\xdb\x46\x9d\xa4\x5e\x76\xd5\xd1\x3e\x43\xbf\xe0\xd5\xad\x91\x63\ +\xc6\xe7\xd7\x93\xae\x06\xd0\x57\x58\xf5\xea\x45\xc9\x6e\x89\x24\ +\x69\xdb\xa8\x93\xd4\x4b\xea\x66\x57\x3d\xed\x2b\xf4\x0b\x3e\x11\ +\x30\x72\x7f\x92\x30\xd3\xb4\xab\x01\xf4\x15\x56\xba\x3a\x24\x91\ +\x24\xed\x18\xf5\x92\xba\xd9\x55\x4f\xfb\x0a\xfd\x02\xfd\x83\x46\ +\xea\x46\xc9\x47\x93\xae\x2f\xbf\xcf\xfc\x56\xe2\xa5\x25\x49\x5a\ +\x1b\xea\x25\x75\xb3\xab\x9e\xf6\x19\xfa\x07\xfa\x09\x8d\x0c\x0d\ +\xea\xf1\x49\xe9\x19\xa6\x27\x27\x76\xfe\x92\xb4\x3e\xd4\x4d\xea\ +\x67\x57\x5d\xed\x2b\xf4\x0f\xf4\x13\xd6\xec\x91\x39\x20\xf9\xe7\ +\xa4\xeb\x4b\xef\x2b\x97\x25\x0f\x4d\x24\x49\xeb\x47\xfd\xa4\x8e\ +\x76\xd5\xd7\xbe\x42\x3f\x41\x7f\xa1\x91\xe0\xf9\x68\x96\x7c\x3c\ +\x3b\xe9\xfa\xc2\xfb\x0a\x8b\xfe\xb0\xe0\x90\x24\x69\xfd\xa8\x9f\ +\xd4\xd1\xae\xfa\xda\x57\xe8\x27\xe8\x2f\x26\xb5\x3a\xee\x98\x7f\ +\xd8\xbd\x93\xfb\x26\x25\x47\x75\xdf\x4d\x78\x9e\x95\x57\x49\xd2\ +\xfa\x0d\x51\x47\xe9\x27\xe8\x2f\xe8\x37\x34\x02\xb7\x4e\x4a\x2f\ +\xfc\xf3\x96\xe4\xa0\x44\x92\xb4\x71\xd4\x51\xea\x69\x57\x9d\xed\ +\x2b\xf4\x17\xf4\x1b\x93\x31\xd6\x2b\x00\x4c\xe6\x60\x7d\xf4\xeb\ +\xcf\x3e\x95\x71\x41\xf2\xef\xc9\x37\x66\x9f\x24\x49\x1b\x45\x1d\ +\xa5\x9e\x52\x57\x4b\xa1\xbf\xa0\xdf\x70\x32\x60\xe3\xf6\x4a\x4a\ +\x3e\x4f\xca\xd6\x96\x27\x24\x25\x07\x1c\x92\x34\x66\xd4\x53\xea\ +\x2a\xf5\xb5\xab\xee\xf6\x11\xfa\x0d\xfa\x0f\x35\xec\xb7\x93\xae\ +\x2f\xb7\xaf\x5c\x98\x3c\x26\x91\x24\xad\x0e\x75\x95\xfa\xda\x55\ +\x77\xfb\x0a\xfd\x87\x1a\xb5\x6b\xf2\xb9\xa4\xeb\x8b\xed\x2b\x27\ +\x26\xfb\x24\x92\xa4\xd5\xa1\xae\x52\x5f\xbb\xea\x6e\x5f\xa1\xff\ +\xa0\x1f\x51\x83\x98\xc9\x59\x7a\x3d\xe9\x63\x13\x49\xd2\xea\x51\ +\x5f\xbb\xea\x6e\x5f\xa1\xff\xa0\x1f\x51\x83\xde\x90\x74\x7d\xa9\ +\x7d\xe5\xab\xc9\x2e\x89\x24\x69\xf5\xa8\xaf\xd4\xd9\xae\xfa\xdb\ +\x57\xe8\x47\xd4\x98\x5b\x25\x25\xb7\x94\x64\x72\xca\xe3\x12\x49\ +\x52\x7f\xa8\xb3\x25\x27\x03\xd2\x8f\xd0\x9f\xa8\x11\x3c\xd2\xf8\ +\xb4\xe4\xe2\xa4\xeb\x0b\xed\x23\x5f\x4a\xae\x93\x48\x92\xfa\x43\ +\x9d\xa5\xde\x76\xd5\xe1\x3e\x42\x3f\x42\x7f\x32\xea\x95\x01\xc7\ +\xf4\xc3\xf1\xc8\xc8\x2f\x26\x7b\xcc\x3e\xf5\x8f\xd1\xe8\xf1\x09\ +\x0d\x45\x92\xd4\x1f\xea\x2c\xf5\x96\xba\x5b\x02\xfd\x08\xfd\xc9\ +\xa8\x1f\xed\x1e\xd3\x00\xe0\xf6\xc9\x2d\x93\x52\x8b\x38\x7c\x39\ +\x79\x77\xf2\xc3\xd9\x27\x49\x52\x5f\xa8\xb3\xd4\x5b\xea\x6e\x09\ +\xf4\x23\xf4\x27\xf4\x2b\xa3\x35\x96\x01\xc0\x9e\xc9\x9d\x93\x1b\ +\xcc\x3e\xf5\x8f\x4b\x44\xef\x48\x4a\x35\x46\x49\x9a\x3a\xea\x2d\ +\x75\x97\xfa\x5b\x02\xfd\x09\xfd\x0a\xfd\xcb\x28\x8d\x65\x00\xc0\ +\xba\xd1\x77\x4d\xae\x31\xfb\xd4\xbf\xb3\x92\xf7\x27\x17\xcd\x3e\ +\x49\x92\xfa\x46\xbd\xa5\xee\x52\x7f\x4b\xa0\x3f\xa1\x5f\x19\xed\ +\xfe\x2e\x63\x18\x00\x70\xa9\xe6\x26\x49\xa9\x4d\x1c\x18\x7d\x9e\ +\xbc\x88\x24\xa9\x9c\x65\xed\x2d\x75\x15\x80\x7e\x85\xfe\x65\x94\ +\xfb\x03\x8c\x61\x00\xb0\x5b\x72\x8f\x64\xf7\xd9\xa7\xfe\x5d\x92\ +\x7c\x24\x61\xe7\x28\x49\x52\x39\xd4\x5d\xea\x2f\x75\xb8\x04\xfa\ +\x15\xfa\x17\xfa\x19\x55\x68\xbf\xe4\x0b\x09\x23\xc2\x12\xe1\x51\ +\x94\x23\x13\x49\x52\x79\xd4\xdf\x92\x8f\x04\xd2\xbf\xd0\xcf\x8c\ +\xce\x18\xae\x00\xdc\x36\x39\x74\xfe\xb6\x77\x34\x86\x8f\x27\xa7\ +\xcd\x3e\x49\x92\x4a\xa3\xfe\x52\x87\xa9\xc7\x25\xd0\xbf\xd0\xcf\ +\x8c\xce\x18\x06\x00\x0f\x4f\xae\x39\x7f\xdb\x3b\xd6\x88\x7e\x5d\ +\xe2\xa3\x7f\x92\x34\x0c\xea\x2f\x75\x98\x7a\x5c\x02\xfd\x0b\xfd\ +\x8c\x2a\xc3\x62\x0d\x25\xb7\x8a\x3c\x3d\x29\xf5\xa4\x81\x24\xa9\ +\x1b\x75\x98\x7a\xdc\x55\xa7\xfb\x08\xfd\x4c\xa9\x45\xe6\x8a\x69\ +\xfd\x0a\xc0\x83\x93\xbd\xe6\x6f\x8b\xf8\x9b\xa4\xd4\xa8\x53\x92\ +\xd4\x8d\x3a\x4c\x3d\x2e\x85\x7e\x86\xfe\x46\x95\x60\xf0\xf2\xf6\ +\xa4\x6b\xb4\xd6\x47\xce\x49\xf6\x4d\x24\x49\xc3\xa3\x1e\x53\x97\ +\xbb\xea\x75\x1f\xa1\xbf\x19\xc3\x6d\xf3\xff\xd2\xf2\x0f\xc3\xc4\ +\x8c\xdb\xcd\xdf\x16\xf1\x7f\x93\x0b\xe6\x6f\x25\x49\x03\xa3\x1e\ +\x53\x97\x4b\xa1\xbf\x29\x35\xe1\xbc\x88\x96\x07\x00\xf7\x4a\x4a\ +\x2d\xd1\xc8\xe5\xa6\x37\xcf\xdf\x4a\x92\x2a\x41\x5d\x2e\x75\x5b\ +\x96\xfe\x86\x7e\x67\x34\x5a\x1d\x00\xb0\x2a\xd3\xdd\x93\x5d\x67\ +\x9f\xfa\xf7\x99\x84\x09\x27\x92\xa4\x7a\x50\x97\xa9\xcf\x25\xd0\ +\xdf\xd0\xef\x8c\x66\x55\xc0\x56\x07\x00\x87\x2c\x52\xe2\xdf\xcf\ +\xbd\x9f\xf7\x25\xdf\x9f\x7d\x92\x24\xd5\x82\xba\x4c\x7d\xa6\x4e\ +\xf7\x8d\xfe\x66\xd9\xf7\x8c\x42\xab\x03\x00\xd6\x67\xbe\xde\xfc\ +\x6d\xef\x68\x60\x1f\x4d\x2e\x9d\x7d\x92\x24\xd5\x82\xba\x4c\x7d\ +\x2e\x75\x82\x46\xbf\x53\x6a\xdf\x99\xde\xb5\x38\x00\xe0\xf9\x4f\ +\xbe\x80\xeb\xce\x3e\xf5\xef\x73\xc9\xf2\x79\x53\x49\x52\x3d\xa8\ +\xcb\xd4\x67\xea\x74\x09\xf4\x3b\xf4\x3f\xa3\x58\x0f\xa6\xc5\x01\ +\xc0\xfe\xc9\x2d\x92\x12\xf7\xff\x7f\x9c\xb0\xf3\xd4\x99\xb3\x4f\ +\x92\xa4\xda\x50\x9f\xa9\xd3\xd4\xeb\xbe\xd1\xef\xd0\xff\xd0\x0f\ +\x35\xaf\xc5\x01\xc0\x8d\x92\x9b\xcd\xdf\xf6\xee\xdc\xe4\xa4\xe4\ +\xb2\xd9\x27\x49\x52\x6d\xa8\xcf\xd4\x69\xea\x75\x09\xf4\x3f\xf4\ +\x43\xcd\x6b\x6d\x00\xc0\xec\xcb\x1b\x27\x37\x9d\x7d\xea\xdf\x37\ +\x92\x4f\xce\xdf\x4a\x92\x2a\x45\x9d\xa6\x5e\x97\x40\xff\x43\x3f\ +\xd4\xfc\xd3\x00\xad\x0d\x00\x78\x0e\xf3\xa8\xa4\xc4\xde\xff\x3c\ +\x5b\xca\xbd\xa5\xaf\xcc\x3e\x49\x92\x6a\x45\x9d\xa6\x5e\x97\x58\ +\x13\x80\xfe\x87\x7e\xa8\xd4\x3a\x34\xbd\x69\x6d\x00\x70\xed\xe4\ +\x8e\xf3\xb7\xbd\xbb\x3c\x39\x31\x29\xb5\xc8\x84\x24\x69\x63\xa8\ +\xd3\xd4\x6b\xea\x76\x09\xf4\x43\xf4\x47\x4d\x6b\x6d\x00\xc0\x0c\ +\xcc\xdb\xcc\xdf\xf6\x8e\xfb\x4a\x1f\x9e\xbf\x95\x24\x55\x8e\x7a\ +\x5d\x6a\xbe\x16\xfd\x50\xa9\x27\xd1\x7a\xd3\xda\x00\xe0\x88\xa4\ +\xd4\xee\x7f\x5f\x4b\xbe\x38\x7f\x2b\x49\xaa\x1c\xf5\x9a\xba\x5d\ +\x02\xfd\x10\xfd\x51\xd3\x5a\x1b\x00\xfc\xc2\xe2\xb5\x84\x77\x25\ +\x57\xcd\xdf\x4a\x92\x2a\x47\xbd\xa6\x6e\x97\x52\xb2\x3f\x9a\x3c\ +\x66\x5c\x7e\x3a\x61\xe1\x87\xbe\xc3\xf3\xa4\xa5\xe6\x1a\x48\x92\ +\x56\x83\xba\x4d\xfd\xee\xaa\xeb\xab\x0e\xfd\xd1\x68\xf6\x05\xa8\ +\x1d\xf7\x5b\x98\xe0\xd1\xf5\x45\xac\x3a\x67\x25\x3b\x27\x92\xa4\ +\x76\x50\xb7\xa9\xdf\x5d\x75\x7d\xd5\xa1\x3f\x6a\x7a\x1e\x40\x4b\ +\xb7\x00\xee\x92\x94\xda\xfd\xef\x1d\xc9\x95\xf3\xb7\x92\xa4\x46\ +\x50\xb7\xa9\xdf\x25\xd0\x1f\xd1\x2f\x35\xab\xa5\x01\xc0\xd1\x8b\ +\xd7\x12\xde\xba\x78\x95\x24\xb5\xa5\x64\xfd\x2e\xd9\x2f\x4d\xda\ +\x72\x43\x9e\xbe\xf3\xbd\x64\xdf\x44\x92\xd4\x1e\xea\x37\x75\xbc\ +\xab\xbe\xaf\x3a\xf4\x4b\xcd\x6a\xe5\x0a\xc0\x01\xc9\xa1\xf3\xb7\ +\xbd\x63\x62\xc7\x0f\xe6\x6f\x25\x49\x8d\xa1\x7e\x53\xc7\x4b\xa0\ +\x5f\xa2\x7f\x6a\x52\x2b\x03\x80\x3b\x2d\x5e\x4b\x60\x4d\xe9\x1f\ +\xce\xdf\x4a\x92\x1a\x43\xfd\x2e\xb9\x87\x4b\xc9\xfe\x69\xa5\x5a\ +\x19\x00\x94\x7a\xde\x92\xe5\x24\x19\x39\x3a\x00\x90\xa4\x36\x51\ +\xbf\xa9\xe3\xa5\x96\x71\x6f\x76\x3d\x80\x16\x06\x00\x3c\x67\xc9\ +\xc6\x0b\x25\x7c\x27\x61\x25\xa9\x12\xfb\x4a\x4b\x92\x56\x8f\xfa\ +\x4d\x1d\xa7\x9e\x97\x40\xff\xd4\xe4\x7a\x00\x2d\x0c\x00\xae\x93\ +\x5c\x7f\xfe\xb6\x77\x5f\x4a\xbe\x3b\x7f\x2b\x49\x6a\x14\x75\x9c\ +\x7a\x5e\x02\xfd\x13\xfd\x54\x73\x5a\x18\x00\x1c\x92\xec\x31\x7f\ +\xdb\x3b\xd6\x92\x76\x00\x20\x49\x6d\xa3\x8e\x97\xda\xcb\x85\xfe\ +\x89\x7e\xaa\x39\xad\x0c\x00\xd8\x7f\xb9\x6f\xac\x23\xcd\x23\x1d\ +\x17\xce\x3e\x49\x92\x5a\x45\x1d\xa7\x9e\x97\xd8\xcf\x85\xfe\xc9\ +\x01\x40\x4f\x6e\x92\x94\x18\x00\x2c\xef\xff\x97\x9a\x38\x22\x49\ +\xea\x07\x75\xbc\xd4\x3c\x00\xfa\x27\xfa\xa9\xe6\xd4\x3e\x00\xb8\ +\x46\x72\x70\x52\x62\x09\xe0\x6f\x27\xe7\xcc\xdf\x4a\x92\x1a\x47\ +\x3d\xa7\xae\xf7\x8d\xfe\x89\x7e\x8a\xfe\xaa\x29\xb5\x0f\x00\xf6\ +\x49\x7e\x2e\x29\xf1\x8b\x3d\x37\xf9\xd6\xfc\xad\x24\xa9\x71\xd4\ +\x73\xea\x7a\xdf\xe8\x9f\xe8\xa7\xe8\xaf\x9a\x52\xfb\x00\x80\xd9\ +\x95\xa5\x76\x5b\x3a\x3f\x29\xd1\x58\x24\x49\xfd\xa3\x9e\x53\xd7\ +\x4b\xa0\x9f\x2a\xf5\xb4\xda\xca\xd4\x3e\x00\x60\x54\x55\x62\x5d\ +\xfe\x2b\x92\x6f\x24\xee\x00\x28\x49\xe3\x40\x3d\xa7\xae\x53\xdf\ +\xfb\x46\x3f\x45\x7f\xd5\x14\xaf\x00\xcc\x5d\x9a\x9c\x39\x7f\x2b\ +\x49\x1a\x09\xea\x3a\xf5\xbd\x6f\x5e\x01\x58\xb1\xe5\x7d\x95\xbd\ +\x67\x9f\xfa\xe5\x00\x40\x92\xc6\xa7\xd4\x00\x80\x7e\xaa\xd4\x7c\ +\xb5\x95\xa9\x79\x00\xb0\x5b\xb2\x7f\x52\xe2\x17\x7a\x59\x72\xc6\ +\xfc\xad\x24\x69\x24\xa8\xeb\xd4\xf7\xbe\xd1\x4f\xd1\x5f\xd1\x6f\ +\x35\xa3\xe6\x01\x00\xab\x2b\xf1\x0b\x2d\xe1\xfb\x89\x8f\x00\x4a\ +\xd2\xb8\x50\xd7\xa9\xef\x25\xd0\x5f\x95\x5a\xb5\x76\x25\x6a\x1e\ +\x00\xb0\xb8\xc2\x7e\xf3\xb7\xbd\xfa\xcf\x84\x15\xa3\xdc\x01\x50\ +\x92\xc6\x85\xba\x4e\x7d\xa7\xce\xf7\x8d\xfe\xaa\xc4\xa2\x75\x2b\ +\x53\xfb\x15\x80\x52\x03\x80\x2f\xcc\xdf\x4a\xa3\xb4\x53\xc2\xf1\ +\xb4\x5c\x57\xe3\x86\x8b\x57\x3e\xf3\xe7\xd7\x4c\xa4\xb1\xa2\xbe\ +\x97\x1a\x00\x34\x75\x05\xa0\xe6\x2d\x0c\xef\x98\xbc\x29\x39\x68\ +\xf6\xa9\x3f\x6c\x1d\xf9\x88\x84\xff\x2f\x69\x0c\x76\x49\x58\x9b\ +\x9c\x50\x94\xe8\xe8\xd9\xad\x8c\x47\x95\x08\x67\x29\x4c\x8c\xba\ +\x20\x61\xd3\x14\x5e\xb9\x4c\xca\x73\xd3\xdc\x33\x65\xe2\xd4\x0f\ +\x12\x69\x0c\x1e\x9a\xbc\x3e\xe9\xfb\x84\x97\x47\x0e\xf9\xff\xfa\ +\xf8\xec\x93\x36\xe5\x9e\x09\x93\x37\x18\xb9\xf5\x19\x36\x8b\x60\ +\xb0\x21\xb5\x8c\xe5\x48\x6f\x9d\xfc\x66\xf2\x92\xe4\x03\xc9\xd9\ +\x09\xcf\x42\x77\xb5\xfb\xad\xc3\x7f\x8f\xff\x3e\xff\xbb\xbf\x4f\ +\xf8\x7b\x8e\x4c\x4a\x2c\xc3\x2d\xf5\x89\xfa\x4e\x9d\xef\x6a\xf7\ +\xab\x0c\xfd\x15\xfd\x96\x36\x89\x91\xda\xc3\x12\xce\xce\xbb\x7e\ +\xd1\xab\x0c\xf7\x88\x9a\x5b\xc0\x41\x5a\xe0\xf2\xfd\x3d\x12\xce\ +\x70\x4e\x4d\x58\xf9\x6c\xb3\xc7\x0d\xff\xfb\xf3\x12\xfe\x3e\xfe\ +\x5e\xfe\x7e\x6f\x13\xa8\x55\xd4\x77\xea\x7c\x57\x5b\x5f\x65\x38\ +\x6e\xe8\xb7\x6a\xbe\xb5\xde\x84\x9d\x93\x27\x27\x5d\xbf\xe4\x55\ +\xe7\xa2\xa4\xe6\x5b\x21\xd2\xb6\xb0\xf0\xc8\xf1\xc9\xc5\x09\xbb\ +\x9f\x75\xb5\xef\xcd\x86\xbf\x97\x63\xe4\x15\x89\x03\x65\xb5\x88\ +\xfa\x4e\x1b\xee\x6a\xdf\xab\x0e\xfd\x16\xfd\x57\x13\x6a\x1d\xa9\ +\xf0\x4c\x25\x13\x95\x4a\xf8\x72\xc2\x17\x27\xb5\x60\x79\x6c\xfc\ +\x49\xc2\xec\xe6\x63\x93\x3d\x93\xbe\x8e\x65\xfe\xde\x6b\x25\x8f\ +\x4d\xf8\xff\x7b\x46\x72\x83\xa4\xa9\x05\x4f\x34\x69\xd4\x77\xea\ +\x7c\x09\x1c\x9b\x1e\x1b\x9b\x44\xc1\x79\x73\xb2\xe5\xc8\xaa\xaf\ +\x70\x89\x53\x6a\x01\x93\xfb\xee\x9d\x7c\x30\x29\x71\x4f\xb3\x2b\ +\x5c\x4a\x7d\x5f\xc2\xbd\x4e\xfe\x3d\x52\x0b\xa8\xf3\x5d\xed\x79\ +\xd5\xa1\xdf\xa2\xff\x6a\x42\xcd\x57\x00\x0e\x98\xbf\xed\x1d\x67\ +\x35\x52\xed\xb8\x07\xcf\xfd\xc5\xbf\x4a\x7e\x31\x19\xea\x2c\x63\ +\x39\xe7\xe0\xaf\x93\x63\x16\x9f\xa5\xda\x95\xaa\xf3\xf4\x5b\x5e\ +\x01\xd8\x24\x1e\x59\x3a\x2d\xe9\x1a\x61\xad\x3a\x8f\x4a\xa4\x9a\ +\xb1\xbc\xe8\xb3\x93\xb3\x92\xae\x36\x3c\x54\x78\xec\x89\x7f\x57\ +\x53\xcb\x9f\x6a\x92\xa8\xf3\x5d\x6d\x78\xd5\xa1\xdf\xa2\xff\xd2\ +\x26\xb0\xb3\xd2\xb7\x93\xae\x5f\xf0\xaa\x73\xfb\x44\xaa\x15\x9d\ +\xeb\x3f\x25\x3c\xb7\xdf\xd5\x7e\x87\x0e\xff\x2e\xfe\x7d\x0e\x02\ +\x54\x33\xea\x7c\x57\xfb\x5d\x75\xe8\xb7\x4a\xec\x60\x3b\x6a\xac\ +\xa9\xcc\x1e\xce\x5d\xbf\xe0\x55\xa7\xc4\x6a\x83\xd2\x46\x70\x79\ +\x9d\x33\xec\x5a\x3b\xff\x65\xf8\xf7\xf1\xef\xf4\x76\x80\x6a\x45\ +\x9d\xef\x6a\xbb\xab\x0e\xfd\x56\xa9\x3d\x6c\x46\x8b\x15\xcc\xba\ +\x7e\xb9\xab\x0e\x13\x9a\xbc\x5f\xa3\x1a\x31\xc1\xee\xd7\x92\xda\ +\x2e\xfb\x6f\x2b\xdc\x0e\x78\x74\xd2\xcc\x23\x50\x9a\x14\xea\x7c\ +\x89\xb5\x00\x08\xfd\x97\x36\xe1\x0e\x49\xd7\x2f\x76\xd5\x61\xb1\ +\x13\xa9\x36\x14\x2b\x66\xfb\x9f\x9c\x74\xb5\xdb\x5a\xf3\xa9\x84\ +\x09\x82\x0e\xaa\x55\x23\xea\x7d\x57\xbb\x5d\x75\xe8\xbf\x9a\x50\ +\xeb\x53\x00\xa5\x2e\xcb\xb3\x06\xba\x54\x1b\x16\xf8\x79\x66\xc2\ +\xd2\xbe\x2d\x39\x2a\xe1\xdf\x7d\xbd\xd9\x27\xa9\x2e\xa5\xea\x7d\ +\x33\xb7\x95\x6b\x1d\x00\x94\x9a\x44\xc1\xb2\xa9\x52\x6d\x58\x74\ +\xe7\xae\x49\x6b\x2b\x54\xf2\xef\xe5\x11\xc5\x5f\x9d\x7d\x92\xea\ +\x52\xaa\xde\x37\x33\x09\xb0\xd6\x01\x40\xa9\x49\x14\x0e\x00\x54\ +\x1b\xce\xfe\x9f\x92\xb4\x7a\x19\x9d\x89\x80\x4f\x4f\x9c\x09\xad\ +\xda\x94\xaa\xf7\xcd\x4c\x02\xac\xf5\x0c\xe3\x2f\x13\x8a\x60\xdf\ +\xd8\x27\xfa\x3d\xf3\xb7\x5a\x91\xaf\x27\x6f\x4c\xbe\x39\xfb\xa4\ +\xf5\xa0\xf3\xfc\xc7\x84\xe5\x7d\x5b\xf7\xb2\xe4\x77\x13\x56\x2c\ +\xd4\xda\x31\xf9\xf3\xfe\xc9\xdd\x67\x9f\xb4\x4a\x47\x27\x87\xcf\ +\xdf\xf6\xea\xf9\xc9\x53\xe7\x6f\xb5\x11\x6c\x3c\xd2\x35\xb9\xc2\ +\xd4\x9f\x8f\x25\x47\x24\x5a\x3f\x26\xd0\xb1\xb1\x4f\xd7\xef\xb5\ +\xb5\x5c\x98\x70\x1b\x43\xeb\xc3\xbe\x0e\x2f\x48\xba\x7e\xa7\xa6\ +\x8d\xd0\x7f\x35\xa1\xd6\x5b\x00\xd7\x5e\xbc\x4a\x53\xc1\xbe\xfb\ +\xbf\x9d\xec\x3e\xfb\xd4\xbe\x3d\x92\xc7\x25\x3e\x16\xa8\xa9\x69\ +\xa6\xff\xaa\x75\x00\x30\x96\x22\x28\xad\xd5\xcd\x92\x23\x93\x5a\ +\x8f\xc9\xf5\x62\x0e\xc3\x6d\x92\x43\x67\x9f\xa4\xe9\x68\xa6\xff\ +\xaa\xb5\xd8\xb8\xcb\x98\xa6\x86\xa5\x4a\xc7\xf6\xf8\x1c\x3f\x4f\ +\x33\xcf\x44\x4b\x2b\xd2\x4c\xff\xe5\x00\x40\x1a\x1e\xed\xfd\xb6\ +\xc9\xd8\x36\x11\xd9\x37\xb9\x5d\xe2\x6d\x00\x4d\x89\x03\x80\x4d\ +\x72\x00\xa0\x29\x61\xe9\xd0\x9b\x27\xad\x3d\xf7\xbf\x23\xd4\x17\ +\x66\x5d\xdf\x64\xf6\x49\x9a\x06\x07\x00\x9b\xe4\x00\x40\x53\xc2\ +\x00\x60\xac\xf7\xca\xf9\xb9\x5c\x1b\x5d\x53\xe2\x00\x60\x93\x98\ +\x11\x2d\x4d\x05\x4b\x87\x8e\x75\x07\x31\x7e\x2e\x77\xdc\xd4\x94\ +\x34\xd3\x7f\xd5\x3a\x00\xf0\x9e\xa1\xa6\x62\xa7\x64\x9f\xc5\xeb\ +\x18\x8d\xfd\xe7\x93\xb6\xd6\x4c\xff\xe5\x15\x00\x69\x58\x14\x8b\ +\xb1\x4d\xfe\xdb\x1a\x3f\x9f\x83\x7a\x4d\x85\x57\x00\x36\xc9\x39\ +\x00\x9a\x0a\x3a\x46\x66\xcb\x8f\x19\x3f\x9f\x03\x00\x4d\x85\x73\ +\x00\x36\xc9\x01\x80\xa6\x82\xb6\x3e\x85\x01\x80\xc7\xb4\xa6\xc2\ +\x01\xc0\x26\xb1\x29\x8a\x34\x05\xb4\xf5\xb1\xaf\x7c\xc9\xcf\xe7\ +\x31\xad\xa9\x68\xa6\xad\xd7\x3a\x00\x70\x07\x31\x4d\x05\x6d\xfd\ +\xd2\xf9\xdb\xd1\xe2\xe7\xf3\x98\xd6\x54\x34\xd3\xd6\x6b\x1d\x00\ +\xfc\x60\xf1\x2a\x8d\x1d\x6d\xfd\x82\xf9\xdb\xd1\xe2\xe7\xf3\x98\ +\xd6\x54\x34\xd3\xd6\x1d\x00\x48\xc3\xba\x32\xf9\xee\xfc\xed\x68\ +\xf1\xf3\xf1\x73\x4a\x53\xe0\x00\x60\x93\xae\x58\xbc\x4a\x63\xe7\ +\x15\x00\x69\x5c\x9a\xe9\xbf\x6a\x1d\x00\x78\xb6\xa0\xa9\xe0\x7e\ +\xe1\xf7\x93\x1f\xce\x3e\x8d\x0f\x3f\x17\x3f\x9f\x73\x00\x34\x15\ +\xcd\xf4\x5f\x5e\x01\x90\x86\x77\xee\x22\x63\xf4\x9d\x64\xac\x3f\ +\x9b\xd4\xc5\x2b\x00\x9b\xe4\xe5\x42\x4d\xc9\x19\xc9\x97\xe7\x6f\ +\x47\x87\x9f\x8b\x9f\x4f\x9a\x0a\xe7\x00\x6c\x92\x03\x00\x4d\xc9\ +\x99\xc9\x69\xc9\x7f\xce\x3e\x8d\xc7\x8f\x13\x7e\x2e\x07\x00\x9a\ +\x12\x07\x00\x9b\xe4\x00\x40\x53\x42\x7b\xff\x74\x32\xb6\xc9\x80\ +\xfc\x3c\x27\x25\xce\xe9\xd1\x94\x38\x00\xd8\x24\x07\x00\x9a\x9a\ +\x4f\x24\x63\xbb\x57\xce\xfd\x7f\x7e\x2e\x69\x4a\x1c\x00\x6c\xd2\ +\x65\x8b\x57\x69\x2a\x4e\x4f\x3e\x9b\x70\xd9\x7c\x0c\x7e\x94\x9c\ +\x92\x8c\x75\x6e\x83\xb4\x2d\xcd\xf4\x5f\xb5\x0e\x00\x78\x6c\x48\ +\x9a\x12\x66\x0e\xbf\x2c\x19\xcb\xb2\xc0\xfc\x1c\xff\x90\x78\xf9\ +\x5f\x53\xd3\x4c\xff\xf5\xb3\x8b\xd7\xda\xfc\x65\xf2\x94\xf9\xdb\ +\x5e\x7d\x3e\x79\xc7\xfc\xad\x56\xe4\xac\xe4\x9f\x93\x6f\xcf\x3e\ +\x69\x3d\xd8\x44\x84\x41\xc0\x63\x67\x9f\xda\x46\xe7\xff\x7b\x89\ +\xcf\xff\xaf\x0f\xdb\x26\xdf\x27\xb9\xdb\xec\x93\x56\xe9\x01\xc9\ +\xad\xe6\x6f\x7b\xf5\xfc\xe4\xa9\xf3\xb7\xda\x88\x3f\x4a\x98\x11\ +\xdd\x77\xde\x9a\x48\x35\xf9\xb9\xe4\xa2\xa4\xab\xbd\xb6\x12\x96\ +\xfe\x1d\xfb\x16\xc7\x6a\x0f\xf5\xbe\xab\xbd\xae\x3a\xf4\x5f\x4d\ +\xa8\xf5\x16\x40\xa9\xc9\x50\xd7\x5d\xbc\x4a\xb5\xe0\xca\x09\x57\ +\xc0\x5a\x3d\x73\xe6\xdf\xfd\xe7\xc9\xd8\x97\x37\x56\x7b\x4a\xd5\ +\xfb\x66\x26\xf3\xd6\x3a\x00\x38\x7f\xf1\xda\x37\x07\x00\xaa\xd1\ +\xf1\xc9\x7f\x24\x9c\x4d\xb4\x84\x09\x8c\x1f\x48\x5e\x33\xfb\x24\ +\xd5\xa5\x54\xbd\x2f\xd5\x7f\x6d\x5a\xad\x03\x80\xf3\x16\xaf\x7d\ +\xf3\x32\xa5\x6a\xc4\x55\x80\xe7\x25\xcc\xa2\x6f\xc9\xc9\x09\xff\ +\x6e\x97\xfe\x55\x8d\x4a\xd5\xfb\x52\xfd\xd7\x68\x1d\x92\x6c\x7d\ +\x5f\xa5\x8f\xb0\x51\xc9\x35\x12\xa9\x36\xbb\x24\x8f\x4e\xbe\x91\ +\x74\xb5\xdd\xda\xf2\xf5\xe4\x91\x09\x93\xd8\xa4\xda\x50\xe7\xa9\ +\xf7\x5d\x6d\x77\xd5\xa1\xff\xd2\x26\xec\x9f\xf0\x58\x54\xd7\x2f\ +\x77\xd5\xd9\x2f\x91\x6a\xc4\x53\x01\xcf\x4e\x78\xa4\xae\xab\xed\ +\xd6\x12\xfe\x7d\xcf\x4a\x1c\x4c\xab\x56\xd4\xf9\xae\xb6\xbb\xea\ +\xd0\x6f\xd1\x7f\x69\x13\xb8\x57\xc3\x65\xd0\xae\x5f\xf0\xaa\x73\ +\xfb\x44\xaa\xd5\x6e\xc9\x3f\x25\xb5\x0e\x02\xf8\x77\xf1\xef\xe3\ +\xdf\x29\xd5\x8a\x3a\xdf\xd5\x7e\x57\x1d\xfa\xad\x66\xe6\x96\xd5\ +\x3a\x07\x80\xc9\x44\xdf\x9b\xbf\xed\xdd\x61\x8b\x57\xa9\x46\x97\ +\x27\x4f\x4c\x78\xb6\x98\x35\x16\x6a\xc2\xed\x09\x9e\x58\xe0\xdf\ +\xc7\xbf\x53\xaa\x55\xa9\x3a\x4f\xbf\xd5\xcc\x6a\x9e\x35\x0f\x00\ +\x78\x96\xb8\x04\x07\x00\xaa\x1d\x9d\x2b\x93\xeb\xfe\x38\x61\xd3\ +\x20\xce\x34\x86\xc4\xf1\xf9\xa9\xe4\xe9\x09\xff\x2e\x3b\x7f\xd5\ +\xae\x54\x9d\xa7\xdf\x72\x00\xb0\x49\xac\x23\xfe\xcd\xf9\xdb\xde\ +\x39\x00\x50\x0b\x78\xbe\xfe\x4d\xc9\x1f\x26\x3c\x6a\x37\xd4\x3a\ +\x01\xfc\xff\xbe\x2f\x79\x72\xc2\x8a\x8f\x1c\xab\x52\xed\x4a\xd5\ +\x79\xfa\xad\x66\x8e\x89\x5a\x07\x00\x14\x99\xb3\xe7\x6f\x7b\xe7\ +\x00\x40\xad\x60\x5d\x7d\xd6\x07\xf8\xd5\xe4\x99\xc9\x85\x49\x49\ +\x5c\xde\xe4\x2a\xc4\xb1\xc9\xff\x4b\x5c\xe7\x5f\xad\x28\x55\xe7\ +\xe9\xb7\x86\x1a\x9c\x8f\x06\x8f\x12\x71\x86\xb1\xf5\x04\x8b\x3e\ +\xc2\xb2\xab\xb5\xee\x89\x20\x6d\x0f\x93\x8d\x5e\x9a\x30\x10\xa0\ +\xe8\x74\xb5\xef\xcd\x86\xbf\x97\xbf\xff\x25\x89\xeb\x66\xa8\x45\ +\xd4\xf7\x52\xcb\x6b\xd3\x6f\xf9\x28\xec\x26\x71\x65\xe2\x61\x09\ +\xf7\x52\xba\x7e\xc9\xab\x0c\xcf\x86\xb2\xfe\xba\xd4\x22\x1e\x15\ +\xbc\x6b\xf2\xea\xe4\x73\x09\x8b\xf0\x70\x09\xb2\xab\xad\xaf\x35\ +\xfc\xef\xf9\x7b\xf8\xfb\xf8\x7b\xef\x92\xf0\xff\x23\xb5\x88\xfa\ +\x5e\x62\x0d\x00\xfa\x2b\xfa\xad\x5a\xaf\xac\x37\xe5\x9e\x09\xfb\ +\x2a\x77\xfd\xa2\x57\x19\xce\x70\xee\x98\x48\x2d\xe3\xac\xe3\x96\ +\x09\x3b\x09\xbe\x38\x61\x9e\x00\x97\x23\xb9\x4c\xdf\xd5\xee\xb7\ +\x0e\xff\x3d\x9e\x32\x78\x7f\xc2\xff\x9e\xbf\x87\xbf\xcf\xb3\x19\ +\xb5\x8e\xfa\xde\xd7\x15\xb2\x2d\x43\x7f\x45\xbf\xd5\x8c\x9a\x2f\ +\x7d\xf3\xa5\x31\xe9\xe9\xa0\xd9\xa7\xfe\x30\x6a\x7b\x44\xc2\xff\ +\x97\x34\x06\x74\xda\x37\x49\x58\x91\x8c\x05\x50\xf6\x49\xae\x93\ +\x70\x09\x9f\xec\x9e\xf0\xfc\x3e\x1b\xf6\x30\x6b\x99\x57\xf6\x30\ +\xe7\xac\xff\x8c\x45\xbc\xbf\xaf\xb1\x78\x68\xf2\xfa\xa4\xef\x33\ +\x73\x1e\x8b\xe5\xff\xeb\xe3\xb3\x4f\xda\x14\xf6\x6d\x3e\x29\xe9\ +\x1a\x69\xad\x32\x5c\xee\x74\xef\x66\x8d\xd9\x4e\xc9\x1e\x09\x03\ +\x01\x2e\x87\xde\x70\xf1\xca\x67\xfe\xdc\xcb\xfb\x1a\x33\xea\xfb\ +\x66\x6f\x8b\xad\x25\xf4\x57\xf4\x5b\xcd\xa8\xf9\x5e\x05\x67\x28\ +\x25\x36\x55\xe0\x2a\xc8\xe1\xf3\xb7\xd2\x28\x71\xff\x93\xe3\x89\ +\x59\xfc\xac\x54\xc6\xad\x01\x5e\xf9\xcc\x9f\x3b\x6b\x59\x63\x46\ +\x7d\x2f\x71\xb5\x9b\xfe\x8a\xe3\xa9\x19\x35\x0f\x00\xb8\x9f\x52\ +\x6a\x00\xc0\x23\x22\x9c\x25\x49\x92\xc6\x83\xba\x4e\x7d\x2f\x35\ +\x00\xa0\xdf\x6a\x46\xed\x57\x00\x4a\x6d\x2b\x7a\xed\xe4\x06\xf3\ +\xb7\x92\xa4\x91\xa0\xae\x53\xdf\x4b\xa0\xbf\xf2\x0a\xc0\x8a\xb0\ +\xbc\xe8\xf2\x91\xa6\xbe\x31\x29\xea\xc6\xf3\xb7\x92\xa4\x91\x60\ +\x22\x2c\xf5\xbd\x6f\xcb\x47\x67\x9b\x5a\x16\xbb\xe6\x01\x00\xbf\ +\x50\xee\x53\x96\x58\xed\x8c\x89\x50\x0e\x00\x24\x69\x5c\xa8\xeb\ +\xd4\xf7\xbe\xd1\x4f\xd1\x5f\x95\x38\x61\x5d\x99\x9a\x07\x00\xf8\ +\x56\x72\xfe\xfc\x6d\xaf\x1c\x00\x48\xd2\xf8\x94\x1a\x00\xd0\x4f\ +\xd1\x5f\x35\xa5\xf6\x01\x00\x23\x2a\x9e\x51\xee\xdb\xae\x09\xeb\ +\x0d\xb8\xe8\x89\x24\x8d\x03\xf5\x9c\xba\x4e\x7d\xef\x1b\xfd\x14\ +\xfd\x55\x53\xbc\x02\xf0\x13\x2c\x98\xb2\xff\xfc\xad\x24\xa9\x71\ +\xd4\x73\xf6\xcb\x28\xc1\x2b\x00\x3d\x58\x3e\xb7\x5c\xe2\xbe\x0a\ +\x03\x00\xf7\x04\x90\xa4\x71\xb8\x7e\x52\xe2\xa4\x6e\x39\x5f\x8d\ +\xfe\xaa\x29\xb5\x0f\x00\xf8\xc5\x7e\x2d\xb9\x62\xf6\xa9\x5f\x34\ +\x16\x56\x48\x93\x24\xb5\x8f\x47\x00\x4b\x9c\xd4\xd1\x3f\xd1\x4f\ +\x35\x35\x01\x10\xb5\x0f\x00\xf0\xd5\xa4\xc4\xe2\x0a\x8c\x14\x6f\ +\x94\x5c\x63\xf6\x49\x92\xd4\x2a\xea\xf8\xc1\xc9\xf5\x66\x9f\xfa\ +\x45\xff\x44\x3f\xd5\x9c\x16\x06\x00\x6c\x4c\x52\x62\x00\xb0\x5c\ +\x31\x6a\xaf\xd9\x27\x49\x52\xab\xf6\x4e\xa8\xe7\x25\xf6\xb9\xa0\ +\x7f\xa2\x9f\x6a\x4e\x2b\x03\x80\x52\xab\x2b\xdd\x3c\x61\xd7\x34\ +\x49\x52\xbb\xa8\xe3\xd4\xf3\x12\xe8\x9f\x1c\x00\xf4\x84\xed\x4a\ +\x4b\xcd\xae\xbc\x59\xc2\x76\xa9\x92\xa4\x76\x31\x00\xa0\x9e\x97\ +\x40\xff\x44\x3f\xd5\x9c\x16\x06\x00\x6c\xb3\x78\xf2\xfc\x6d\xef\ +\x98\x30\xc2\x3c\x80\x16\x7e\x2f\x92\xa4\xab\xa3\x7e\x53\xc7\x4b\ +\xdc\xff\x07\xfd\x13\xfd\x54\x73\x5a\xe9\xe8\x3e\xb6\x78\xed\x1b\ +\x13\x47\x7e\x3e\x71\x67\x40\x49\x6a\x13\xf5\x9b\x3a\x5e\x6a\x42\ +\x77\xa9\xfe\x69\xe5\x5a\x19\x00\x7c\x74\xf1\x5a\xc2\xed\x13\x07\ +\x00\x92\xd4\x26\xea\x37\x75\xbc\x94\x92\xfd\xd3\x64\x9d\x9e\x70\ +\x99\xa5\xef\x70\x2f\xc7\x79\x00\x92\xd4\x26\xea\x37\x75\xbc\xab\ +\xbe\xaf\x3a\xf4\x4b\xcd\x6a\xe9\x5e\xf7\xbb\x17\xaf\x7d\xdb\x27\ +\xb9\xdd\xfc\xad\x24\xa9\x31\xd4\x6f\xea\x78\x09\xa5\xfa\xa5\x5e\ +\xb4\x34\x00\x78\xcf\xe2\xb5\x84\x07\x2f\x5e\x25\x49\x6d\x29\x59\ +\xbf\x4b\xf6\x4b\x93\xc6\xa6\x0e\x97\x27\x5d\x97\x61\x56\x9d\xaf\ +\x27\xce\x03\x90\xa4\xb6\x50\xb7\xa9\xdf\x5d\x75\x7d\xd5\xa1\x3f\ +\x2a\xb5\xd9\xd0\xe4\xfd\x6c\xf2\xe9\xa4\xeb\x8b\x58\x75\x7e\x9c\ +\xdc\x21\x91\x24\xb5\x83\xba\x4d\xfd\xee\xaa\xeb\xab\x0e\xfd\x11\ +\xfd\x52\xb3\x5a\xba\x05\xc0\x2f\xbc\xd4\xe3\x16\x7c\xa9\xbf\x3c\ +\x7f\x2b\x49\x6a\x04\x75\xbb\x54\xa7\x4c\x7f\x44\xbf\xd4\xac\x96\ +\x06\x00\x28\xf9\xbc\xe5\x7d\x93\x12\xeb\x48\x4b\x92\x36\x8f\x7a\ +\x4d\xdd\x2e\xa5\xd9\xe7\xff\x97\x5a\x1b\x00\x7c\x2e\xb9\x68\xfe\ +\xb6\x77\x37\x4e\x4a\xad\x25\x2d\x49\xda\x1c\xea\x35\x75\xbb\x04\ +\xfa\x21\xfa\xa3\xa6\xb5\x36\x00\x38\x3f\x39\x65\xfe\xb6\x77\xbb\ +\x27\x77\x9b\xbf\x95\x24\x55\x8e\x7a\x4d\xdd\x2e\x81\x7e\x88\xfe\ +\xa8\x69\xad\x0d\x00\xbe\x9f\x7c\x7c\xfe\xb6\x77\xbb\x25\x77\x4e\ +\x4a\x2d\x27\x29\x49\xda\x18\xea\x34\xf5\x9a\xba\x5d\x02\xfd\x10\ +\xfd\x51\xd3\x5a\x1b\x00\x5c\x92\xb0\xf1\x02\xfb\x2f\xf7\x8d\x06\ +\xc5\x7e\xd2\x37\x9d\x7d\x92\x24\xd5\x8a\x3a\x4d\xbd\x2e\x71\xc2\ +\x46\xff\x43\x3f\x44\x7f\xd4\xb4\xd6\x06\x00\xcc\xb8\x3c\x33\xf9\ +\xca\xec\x53\xff\x0e\x4a\x4a\xae\x29\x2d\x49\x5a\x3f\xea\x34\xf5\ +\xba\x04\xfa\x1f\xfa\xa1\xa6\x9f\x00\x40\x6b\x03\x00\xb0\xc8\xc3\ +\x97\xe6\x6f\x7b\xb7\x7f\xc2\xb2\x92\xa5\xee\x2b\x49\x92\xd6\x87\ +\xfa\x4c\x9d\xa6\x5e\x97\x40\xff\x43\x3f\xd4\xbc\x16\x07\x00\xe7\ +\x26\xa7\x25\x57\xcc\x3e\xf5\x8b\xdf\xcf\x51\x49\xa9\x99\xa5\x92\ +\xa4\xf5\xa1\x3e\x53\xa7\x4b\xf4\x67\xf4\x3b\xf4\x3f\xf4\x43\xcd\ +\x6b\x71\x00\xf0\xa3\xe4\x33\x49\xa9\x19\x98\x47\x24\xdc\x5b\x6a\ +\x7a\xc5\x27\x49\x1a\x21\xea\x32\xf5\x99\x3a\x5d\x02\xfd\x0e\xfd\ +\x0f\xfd\x50\xf3\x5a\x1c\x00\x80\x2f\xe0\x3b\xf3\xb7\xbd\xbb\x76\ +\x72\xa7\x64\x8f\xd9\x27\x49\x52\x2d\xa8\xcb\xd4\x67\xea\x74\x09\ +\xf4\x3b\xf4\x3f\xa3\xd0\xea\x00\xe0\x8c\x45\x58\xf3\xb9\x6f\x8c\ +\x30\xef\x95\x94\x6a\x60\x92\xa4\xb5\xa1\x2e\x53\x9f\x4b\x5c\xa1\ +\xa5\xbf\x59\xf6\x3d\xa3\xd0\xea\x00\x80\xd9\x97\x1f\x4c\x4a\xcc\ +\x03\xc0\xad\x13\x2e\x33\x49\x92\xea\x41\x5d\xa6\x3e\x97\x40\x7f\ +\x43\xbf\xd3\xfc\xec\xff\xa5\x56\x07\x00\x78\x5f\x52\xea\x39\x4c\ +\x9e\x2d\x3d\x66\xfe\x56\x92\x54\x09\xea\x72\xa9\xc5\xda\xe8\x6f\ +\xe8\x77\x54\x01\x06\x2f\x6f\x4f\x18\x8d\x95\xc8\x39\xc9\xbe\x89\ +\x24\x69\x78\xd4\x63\xea\x72\x57\xbd\xee\x23\xf4\x37\x2d\x9f\x34\ +\x5f\x4d\xcb\x3f\x0c\xf7\x63\x5e\x37\x7f\x5b\xc4\x01\xc9\xc3\xe6\ +\x6f\x25\x49\x03\xa3\x1e\x53\x97\x4b\xa1\xbf\x29\x31\xef\x4c\x6b\ +\xc4\x0c\xd0\x0b\x93\xae\xd1\x5a\x1f\x39\x3d\x29\x75\xb9\x49\x92\ +\xd4\x8d\x3a\x4c\x3d\xee\xaa\xd3\x7d\x84\x7e\x66\x74\x4f\x82\xb5\ +\x7e\x39\xe3\xd2\xe4\x2d\xf3\xb7\x45\xb0\xe0\xc4\xd1\xf3\xb7\x92\ +\xa4\x81\x50\x87\x4b\x2e\xd0\x46\x3f\x43\x7f\x33\x2a\x63\xb8\x9f\ +\xf1\x86\xe4\xaa\xf9\xdb\xde\x31\xea\x7c\x64\xb2\xd3\xec\x93\x24\ +\xa9\x34\xea\x2f\x75\xb8\xd4\xd5\x58\xfa\x17\xfa\x19\x55\x68\xbf\ +\xe4\x0b\x49\xd7\x65\x9b\x3e\xc2\x3a\xd0\x47\x26\x92\xa4\xf2\xa8\ +\xbf\xd4\xe1\xae\xfa\xdc\x47\xe8\x5f\xe8\x67\x46\x67\x0c\x57\x00\ +\xb8\x2c\x73\xc2\xfc\x6d\x11\xd7\x4f\xee\x9b\xb8\x34\xb0\x24\x95\ +\x45\xdd\xa5\xfe\x52\x87\x4b\xa1\x7f\x19\xdd\xe5\x7f\x8c\x61\x00\ +\x70\x79\xf2\x81\x84\x3d\x9a\x4b\xd8\x33\xb9\x4b\x52\x72\xf6\xa9\ +\x24\x69\x5e\x77\xa9\xbf\xd4\xe1\x12\xe8\x57\xe8\x5f\xe8\x67\x46\ +\x67\x0c\x03\x00\x2e\xd1\x7c\x35\x29\xb5\x3e\x33\x23\x50\x76\x9e\ +\x22\x92\xa4\x72\x96\xb5\xb7\xd4\x15\x58\xfa\x15\xfa\x17\xfa\x99\ +\xd1\x19\xc3\x00\x00\x67\x25\x1f\x49\x4a\xed\xd0\x74\x60\x72\xcf\ +\x64\xaf\xd9\x27\x49\x52\xdf\xa8\xb7\xd4\x5d\xea\x6f\x09\xf4\x27\ +\xf4\x2b\xf4\x2f\xa3\x34\x96\x01\xc0\xc5\x09\x5f\x14\xab\x42\x95\ +\xc0\xe8\xf3\x01\xc9\xa1\xb3\x4f\x92\xa4\xbe\x51\x6f\xa9\xbb\xa5\ +\xce\xfe\xe9\x4f\xe8\x57\xe8\x5f\x46\x69\x2c\x03\x00\x7c\x32\x39\ +\x35\x29\x75\xa9\x86\xc6\x78\x9f\xc4\x47\x02\x25\xa9\x5f\xd4\x59\ +\xea\x6d\xa9\x93\x2e\xfa\x11\xfa\x13\xfa\x95\xd1\x1a\xd3\x00\xe0\ +\x5b\xc9\x87\x93\x52\xb3\x35\xf9\xdd\x3d\x26\xb9\xd6\xec\x93\x24\ +\xa9\x2f\xd4\x59\xea\x6d\xa9\x3e\x8b\x7e\x84\xfe\x84\x7e\x45\x8d\ +\x38\x22\x39\x33\x61\xf4\x56\x22\xac\x0b\xfd\xb8\x44\x92\xd4\x1f\ +\xea\x2c\xf5\xb6\xab\x0e\xf7\x11\xfa\x11\xfa\x13\x35\xe6\x4d\x49\ +\xd7\x17\xda\x57\x98\x21\xba\x4b\x22\x49\x5a\x3d\xea\xeb\x72\x26\ +\x7e\xa9\xd0\x8f\xa8\x41\xf7\x4f\x98\xbd\xd9\xf5\xa5\xf6\x95\x63\ +\x13\x49\xd2\xea\x51\x5f\xbb\xea\x6e\x5f\xa1\xff\xa0\x1f\x51\x83\ +\x76\x4b\x3e\x9f\x74\x7d\xb1\x7d\xe5\xc4\x64\x9f\x44\x92\xb4\x3a\ +\xd4\x55\xea\x6b\x57\xdd\xed\x2b\xf4\x1f\xf4\x23\xa3\x37\xa6\x49\ +\x80\x4b\xac\xd8\xf4\xe2\xf9\xdb\x62\x6e\x99\xfc\xf7\xf9\x5b\x49\ +\xd2\x8a\x50\x57\xa9\xaf\x25\xd1\x7f\x8c\x72\xe5\xbf\xa9\xd8\x3b\ +\x61\xf6\x66\xd7\xe8\xae\x8f\x70\xc9\x88\xf5\xa2\x4b\xae\x4f\x2d\ +\x49\x63\x46\x3d\xa5\xae\x96\xbc\xa5\x4b\xbf\x41\xff\x31\x09\x63\ +\xbc\x02\x80\x8b\x92\xe3\xe7\x6f\x8b\xe0\xf7\x78\xdb\xe4\x7e\xb3\ +\x4f\x92\xa4\xcd\xa2\x9e\x52\x57\x4b\xf6\x53\xf4\x1b\xf4\x1f\x6a\ +\xdc\x6d\x92\x92\x57\x01\xc8\xbf\x26\xa5\x96\xa9\x94\xa4\xb1\xa2\ +\x8e\x52\x4f\xbb\xea\x6c\x5f\xa1\xbf\xa0\xdf\x98\x8c\xb1\x5e\x01\ +\xc0\xd7\x93\xb7\x26\x7c\xb1\xa5\xfc\x62\x72\xd7\xe4\x9a\xb3\x4f\ +\x92\xa4\xf5\xa2\x7e\x52\x47\xa9\xa7\xa5\xd0\x4f\xd0\x5f\xd0\x6f\ +\x68\x04\x18\xdc\x3c\x38\x61\x3d\xe7\x2d\x47\x79\x7d\xe7\xdf\x93\ +\xfd\x12\x49\xd2\xfa\x51\x3f\xa9\xa3\x5d\xf5\xb5\xaf\xd0\x4f\xd0\ +\x5f\x8c\xf9\xa4\x78\x72\xd8\x3b\xfa\x5f\x92\xae\x2f\xbc\xaf\xb0\ +\x84\xe4\xaf\x24\x92\xa4\xf5\xa3\x7e\x52\x47\xbb\xea\x6b\x5f\xa1\ +\x9f\xa0\xbf\xd0\x88\xb0\x6b\xd4\x13\x92\x0b\x92\xae\x2f\xbd\xaf\ +\x9c\x94\x48\x92\xd6\x8f\xfa\xd9\x55\x57\xfb\x0a\xfd\x03\xfd\x44\ +\xa9\x5d\x06\x55\xd0\xc1\xc9\x47\x93\xae\x2f\xbe\xcf\x3c\x36\xb1\ +\x41\x49\xd2\xda\x50\x2f\xa9\x9b\x5d\xf5\xb4\xcf\xd0\x3f\xd0\x4f\ +\x68\xa4\xfe\x24\xb9\x22\xe9\xfa\xf2\xfb\xca\xd9\xc9\x8d\x13\x49\ +\xd2\x8e\x51\x2f\xa9\x9b\x5d\xf5\xb4\xaf\xd0\x2f\xd0\x3f\x68\xc4\ +\x6e\x92\x30\xbb\xb3\xab\x01\xf4\x15\x16\xaf\xf8\xbb\x64\xd7\x44\ +\x92\xb4\x6d\xd4\x49\xea\x65\xe9\x7d\x5c\xe8\x17\xe8\x1f\x34\x62\ +\x5c\x5a\x7a\x5e\xd2\xd5\x00\xfa\x0c\x5b\x4a\xde\x37\x91\x24\x6d\ +\x1b\x75\xb2\xe4\x56\xee\xcb\xd0\x2f\x78\xab\x76\x02\xae\x9b\x7c\ +\x33\xe9\x6a\x04\x7d\xe5\xaa\xe4\xb5\x89\x8f\x05\x4a\x52\x37\xea\ +\x23\x75\x92\x7a\xd9\x55\x47\xfb\x0a\xfd\x01\xfd\x82\x26\xe2\x49\ +\x49\x57\x43\xe8\x33\xe7\x25\x0f\x4f\x1c\x65\x4a\xd2\x4f\xa3\x2e\ +\x52\x1f\xa9\x93\x5d\xf5\xb3\xcf\xd0\x1f\x68\x42\xf6\x4f\x3e\x9b\ +\x74\x35\x86\x3e\xf3\xb6\xc4\x59\xa6\x92\xf4\xd3\xa8\x8b\xd4\xc7\ +\xae\xba\xd9\x67\xe8\x07\xe8\x0f\x34\x21\x3b\x27\xbf\x97\xb0\xd5\ +\x63\x57\xa3\xe8\x2b\xfc\xff\x3d\x3e\xb9\x46\x22\x49\x9a\xd7\x43\ +\xea\xe2\x10\xf5\x98\x7e\x80\xfe\x40\x13\x73\x8b\xe4\x3f\x92\xae\ +\x86\xd1\x67\x4e\x4b\x0e\x4d\x24\x49\xf3\x7a\x48\x5d\xec\xaa\x97\ +\x7d\x86\xfa\x4f\x3f\xa0\x09\x62\xd4\xf7\xe4\xe4\xe2\xa4\xab\x71\ +\xf4\x95\x1f\x27\x6f\x4c\x5c\x6b\x5a\xd2\xd4\x51\x07\xa9\x87\xd4\ +\xc5\xae\x7a\xd9\x57\xa8\xfb\xd4\x7f\xcf\xfe\x27\xec\xf0\xe4\x23\ +\x49\x57\x03\xe9\x33\x3f\x4c\x7e\x2d\x91\xa4\x29\xa3\x0e\x52\x0f\ +\xbb\xea\x64\x9f\xa1\xee\x53\xff\x35\x71\xcf\x48\x2e\x49\xba\x1a\ +\x49\x9f\x39\x23\x71\xe1\x09\x49\x53\x45\xfd\xa3\x0e\x76\xd5\xc7\ +\x3e\x43\xbd\xa7\xee\x4b\x3f\x73\x48\xf2\xa9\xa4\xab\xa1\xf4\x99\ +\x1f\x24\xff\x90\xec\x95\x48\xd2\x94\x50\xf7\xa8\x7f\xd4\xc1\xae\ +\xfa\xd8\x67\xa8\xf7\xd4\x7d\x69\xe6\x37\x93\xd2\xf7\xa0\xc8\x37\ +\x12\x9e\x7d\xf5\xa9\x00\x49\x53\x41\xbd\xa3\xee\x51\xff\xba\xea\ +\x62\x9f\xa1\xce\x53\xef\xb5\x85\xa9\x2f\x4e\x73\xad\x84\x7d\xa0\ +\x8f\x9e\x7d\x2a\x87\xc6\xf8\x9e\x84\x85\x28\xbe\xc4\x1f\x48\x1b\ +\xf4\x0b\xc9\xad\xe6\x6f\x7b\xf5\x99\xe4\x93\xf3\xb7\xd2\x86\xdc\ +\x2c\xf9\xdb\x84\x7a\x5b\x7a\x32\x34\xf5\xf6\x7f\x24\x4c\x02\x94\ +\xfe\xcb\x2d\x93\x21\xe6\x02\xb0\x0b\xd5\x1f\x27\xbb\x25\xd2\x46\ +\xfd\x79\xf2\xdd\x02\x79\x4e\x22\x6d\x14\x75\x8e\x7a\x57\x7a\x57\ +\x56\x42\x7d\xa7\xce\x4b\x57\xc3\x48\xf4\x2f\x92\x21\x6e\x05\x7c\ +\x3f\xb9\x63\x22\x6d\xd4\xdf\x24\x5d\x6d\x6b\xd5\xf9\xcb\x44\xda\ +\x28\xea\x1c\xf5\xae\xab\x6d\xf5\x19\xea\x3a\xf5\xdd\xc7\xaf\x3b\ +\xf8\x4b\x99\x37\x90\x57\x26\xa7\xce\x3e\x95\xb5\x77\x72\x5c\xe2\ +\x86\x14\x92\xc6\x8a\xfa\x46\x9d\xa3\xde\x95\x46\x5d\xa7\xbe\x53\ +\xe7\xb5\x15\x07\x00\x73\x4c\x4a\x79\x45\x32\xc4\xfd\xa1\xdb\x25\ +\xff\x2b\xd9\x73\xf6\x49\x92\xc6\x83\xba\x46\x7d\xa3\xce\x95\x46\ +\x3d\xa7\xae\x53\xdf\xd5\xc1\x01\xc0\x1c\x6b\x43\xb3\x21\xc5\x47\ +\x13\x2e\x1b\x95\xf6\xab\x09\x0b\x63\xf8\x7d\x48\x1a\x0b\xea\x19\ +\x75\x8d\xfa\x56\x1a\x75\x9c\x7a\x4e\x5d\xa7\xbe\xab\x83\x1d\xce\ +\x4f\xb0\x30\x05\x4b\x53\x9e\x3b\xfb\x54\xd6\xae\xc9\xef\x26\x77\ +\x9b\x7d\x92\xa4\xf6\x51\xcf\xa8\x6b\xd4\xb7\xd2\xa8\xe3\xd4\x73\ +\xea\xba\xb6\xc1\x01\xc0\x4f\xfc\x28\x79\x73\xc2\xa3\x4e\x43\xdc\ +\x2f\xba\x79\xc2\x0e\x55\x07\xcc\x3e\x49\x52\xbb\xa8\x63\xd4\x33\ +\xea\x5a\x69\xd4\x6f\xea\x38\xf5\x9c\xba\xae\x6d\x70\x00\xf0\xd3\ +\xb8\x67\xf4\xbc\xe4\x82\xd9\xa7\xb2\xf8\x2e\xee\x9f\x3c\x2a\x19\ +\x62\xc4\x2c\x49\xab\x40\xfd\xa2\x8e\x51\xcf\x86\xe8\x63\xa8\xdf\ +\xd4\x71\x9f\xf9\xdf\x01\x07\x00\x57\xf7\xb1\x84\xc5\x2a\xae\x9a\ +\x7d\x2a\x6b\xf7\x84\xfd\xb1\xef\x9e\xf8\xdd\x48\x6a\x0d\x75\x8b\ +\xfa\x45\x1d\xa3\x9e\x95\x46\xdd\xa6\x7e\x53\xc7\xa5\x0d\x61\x85\ +\xc0\x13\x92\x2d\x9f\x27\x2d\x99\x13\x13\x56\xcd\x92\x76\xc4\x75\ +\x00\x54\x13\xea\x16\xf5\xab\xab\x0d\x95\x08\x75\x9b\xfa\x2d\x6d\ +\x0a\x4b\xac\x0e\xb1\x66\x35\xe1\x1e\xd6\xdb\x93\x7d\x12\x69\x7b\ +\x1c\x00\xa8\x16\xd4\x2b\xea\x16\xf5\xab\xab\x0d\xf5\x1d\xea\x35\ +\x75\x5b\x6b\xe4\x65\xe6\x6d\x3b\x39\x79\x51\x32\xc4\x24\x12\xf6\ +\x68\xb8\x6f\xc2\x32\xaf\xd7\xe4\x0f\x24\xa9\x62\xd4\x29\xea\x15\ +\x75\x6b\x88\x3d\x66\xa8\xd3\xd4\x6b\xea\xb6\xd6\xc8\x01\xc0\xb6\ +\xb1\x5d\xe5\xbf\x26\xef\x9d\x7d\x2a\x8f\x9d\xb3\x1e\x99\x70\x2f\ +\x6d\xea\x9b\x36\x49\xaa\x17\xf5\x89\x3a\x45\xbd\x1a\x6a\x87\x53\ +\xea\x34\xf5\x9a\xba\xad\x35\x72\x00\xb0\x7d\x3c\x43\xca\x4a\x52\ +\xe7\xcc\x3e\x95\xc7\xbd\xac\x27\x26\xf7\x49\xbc\x12\x20\xa9\x36\ +\xd4\x25\xea\x13\x75\x6a\xa8\x7b\xef\xd4\x67\xea\xb4\xcf\xfc\xaf\ +\x93\x03\x80\xed\xe3\xbe\xd2\xbb\x93\x7f\x4b\x86\x1a\x59\x1e\x96\ +\x3c\x39\xe1\x79\x5a\xaf\x04\x48\xaa\x05\xf5\x88\xba\x44\x7d\xa2\ +\x4e\x0d\x81\xba\x4c\x7d\xa6\x4e\x53\xaf\xb5\x0e\x0e\x00\x76\x8c\ +\x1d\xac\x5e\x92\x7c\x61\xf6\xa9\x3c\x0e\xb2\x5f\x4a\xfe\x30\xd9\ +\x97\x3f\x90\xa4\x0a\x50\x8f\xa8\x4b\xd4\xa7\xa1\x4e\x4e\xa8\xcb\ +\xd4\x67\xea\xb4\xd4\x0b\x06\x4a\x0f\x4c\x7e\x98\x6c\x39\xeb\xb4\ +\x64\x2e\x4d\x5e\x98\x78\x15\x40\x5b\xf2\x29\x00\x0d\x81\x3a\x44\ +\x3d\xa2\x2e\x75\xb5\x97\x12\xa1\x1e\x53\x97\x3d\x91\x55\xef\x68\ +\x64\xcf\x49\xba\x1a\x62\xa9\x5c\x99\x3c\x2d\x91\x96\x1c\x00\x68\ +\x08\xd4\x21\xea\x51\x57\x5b\x29\x15\xea\xb1\x9d\xbf\x8a\xd9\x29\ +\x79\x57\x32\xd4\x73\xae\x84\x7b\x5e\xc7\x26\xfc\x5b\x24\x07\x00\ +\x2a\x89\xba\x43\xfd\xa1\x0e\x75\xb5\x93\x12\xa1\xfe\x52\x87\xad\ +\x81\x2a\xee\xf6\xc9\x69\x49\x57\xc3\x2c\x95\x33\x93\x07\x25\x3b\ +\x27\x9a\x36\x07\x00\x2a\x85\x7a\x43\xdd\xa1\xfe\x74\xb5\x91\x52\ +\xa1\xfe\x52\x87\xb5\x49\x5e\x3e\x59\xbf\xcf\x27\x2c\x38\x71\xde\ +\xec\xd3\x30\x0e\x4a\x9e\x91\xdc\x29\x19\xea\xb9\x5b\x49\xd3\x41\ +\x9d\xa1\xde\x50\x77\xa8\x3f\x43\xa1\xee\x52\x7f\xa9\xc3\xda\x24\ +\x07\x00\xeb\x77\x79\xf2\xcf\x09\x8f\x9e\x70\x0f\x6c\x08\x7c\x6f\ +\x47\x25\xcf\x4a\x86\x7a\xfc\x46\xd2\x74\x50\x67\xa8\x37\xd4\x9d\ +\xa1\xfa\x0d\xea\x2d\x75\x97\xfa\x4b\x1d\x96\x06\xc1\x0c\xd8\x5b\ +\x25\xa7\x24\x5d\x97\xa8\x4a\x85\x59\xb0\xef\x48\xdc\xfc\x62\xba\ +\xbc\x05\xa0\xbe\xed\x95\x50\x67\x86\x7c\x0a\x8a\x50\x6f\xa9\xbb\ +\x3e\x09\xa5\x2a\x3c\x34\xb9\x24\xe9\x6a\xac\x25\xc3\x84\x98\xdd\ +\x12\x4d\x8f\x03\x00\xf5\x89\xba\xb2\x5c\x64\x67\xc8\x50\x67\xa9\ +\xb7\x5a\x21\x6f\x01\x6c\xce\x9b\x93\x17\x27\x43\xdd\x0a\x58\x62\ +\x29\xce\x7f\x4a\xae\x3f\xfb\x24\x49\x9b\x77\x40\xc2\x12\xbb\x47\ +\xcf\x3e\x0d\x87\xfa\x4a\x9d\xa5\xde\x4a\x55\xd9\x3d\x79\x4d\x72\ +\x55\xd2\x35\x72\x2d\x15\xee\x89\xbd\x34\x19\x72\x82\x8e\xca\xf3\ +\x0a\x80\xfa\x40\x1d\x79\x79\x42\x5d\xe9\x6a\x0f\xa5\x42\x5d\xa5\ +\xbe\x52\x67\xa5\x2a\xdd\x34\x79\x4f\xd2\xd5\x80\x4b\xe6\xc2\x84\ +\x0e\xc1\x2b\x01\xd3\xe1\x00\x40\xab\x46\xfd\xf8\xbb\x84\x7a\xd2\ +\xd5\x16\x4a\x86\xba\x4a\x7d\x95\xaa\xc5\x23\x32\xf7\x4e\x4e\x4d\ +\xba\x1a\x71\xc9\x70\xd0\xb2\x2f\xf7\x9e\x89\xc6\xcf\x01\x80\x56\ +\x89\x09\xc5\x7f\x95\xd4\xd0\xf9\x53\x4f\xa9\xab\x3e\xea\xac\xea\ +\xb1\x2d\x26\x7b\x62\x5f\x90\x74\x35\xe6\x92\xe1\x9e\x19\xcf\xeb\ +\x6a\xfc\x1c\x00\x68\x95\x9e\x9b\x0c\x3d\xdb\x9f\x50\x47\xa9\xa7\ +\x6e\x83\xae\x66\xec\x91\x1c\x97\x5c\x91\x74\x35\xea\x92\x61\xb9\ +\xcc\x67\x26\x5e\x09\x18\x37\x07\x00\x5a\x05\xce\xfc\xe9\xfc\xbb\ +\xbe\xfb\xd2\xa1\x7e\x52\x47\xa9\xa7\x52\x53\x0e\x4c\xde\x99\x74\ +\x35\xec\xd2\xe1\x4a\xc0\x5f\x24\xce\x09\x18\x2f\x07\x00\xda\x2c\ +\xea\x03\x97\xfd\x6b\x38\xf3\x27\xd4\x4f\xea\xa8\xd4\x24\x56\xcb\ +\xaa\x61\x3e\x00\x59\x4e\x0c\xf4\xe9\x80\x71\x72\x00\xa0\xcd\xa0\ +\x2e\xd4\x32\xe1\x8f\x50\x37\xa9\x9f\x52\xd3\xee\x91\x7c\x3d\xe9\ +\x6a\xe4\xa5\xc3\xc1\xcd\x23\x82\x5e\x09\x18\x1f\x07\x00\xda\x28\ +\x9e\xf3\xe7\x51\xbf\x5a\x3a\x7f\xea\x25\x75\x53\x6a\x1e\x33\x57\ +\x8f\x49\x6a\x98\x14\x48\x78\x9e\xf7\x75\x89\x2b\x06\x8e\x8b\x03\ +\x00\x6d\x04\x75\xe0\xf5\xc9\xd0\xcf\xf9\x2f\x43\x9d\xa4\x5e\x3a\ +\xe3\x5f\xa3\xb1\x6b\xf2\xfb\x49\x0d\xcb\x05\x2f\xc3\xb2\xc1\xee\ +\x1d\x30\x1e\x0e\x00\xb4\x5e\xac\xed\x5f\xc3\xf2\xbe\xcb\x50\x1f\ +\xa9\x93\xd4\x4b\x15\xe4\x52\xc0\xfd\x62\x36\xeb\xab\x92\x97\x25\ +\x97\xf1\x07\x15\x60\xd9\xe0\x37\x26\xb7\x48\x1c\x6d\x4b\xd3\xc1\ +\xf1\xce\x71\xff\x86\x64\xe8\xe5\x7d\x97\xa8\x8b\xd4\x47\xea\x24\ +\xf5\x52\x1a\x1d\x26\xda\xbc\x36\x19\x7a\xb9\xe0\x65\x98\xed\xfb\ +\xbe\xe4\x97\x92\x9d\x13\xb5\xcb\x2b\x00\x5a\x0b\x8e\xf3\xbb\x27\ +\xef\x4f\x6a\x99\xed\x4f\x3d\xa4\x2e\x3a\x41\x59\xa3\xc7\x7e\xda\ +\x35\x2c\x17\xbc\x0c\x45\xe0\x13\xc9\x83\x92\x9d\x12\xb5\xc9\x01\ +\x80\x76\x84\xce\xff\x21\xc9\x27\x93\x5a\x4e\x42\x08\xf5\x90\xba\ +\x28\x4d\x02\x6b\x5a\x9f\x9c\x74\x1d\x0c\x43\xe4\x47\xc9\x99\xc9\ +\xb1\x89\xda\xe4\x00\x40\x3b\xf2\xeb\xc9\xd7\x12\x16\x07\xeb\xfa\ +\x6e\x87\x08\x75\xd0\x35\xfe\x35\x39\x47\x24\x1c\x8c\x5d\x07\xc5\ +\x50\xf9\x41\xf2\xb4\xe4\x67\x13\xb5\xc5\x01\x80\xb6\x85\xe3\xf9\ +\x59\x09\xc7\x77\xd7\x77\x3a\x54\xa8\x7f\xd4\x41\x69\x72\x98\x88\ +\xf3\xcb\xc9\x19\x49\x4d\x23\x72\x56\x0d\x7c\x61\x72\xdd\xc4\x81\ +\x40\x3b\x1c\x00\x68\x6b\x1c\xbf\xfb\x27\x2f\x4a\x6a\xb9\xdf\x4f\ +\xa8\x77\xd4\x3d\xea\x9f\x13\x90\x35\x59\xdc\x93\x7b\x74\xf2\xd5\ +\xa4\xa6\x41\xc0\xa5\xc9\xf1\xc9\xad\x12\x37\xe1\x68\x83\x03\x00\ +\x6d\x89\xe3\xf6\xd6\xc9\xab\x13\x66\xd8\x77\x7d\x97\x43\x84\x3a\ +\x47\xbd\xa3\xee\x39\xf1\x58\x93\xc7\x42\x1c\xbf\x91\x7c\x33\xe9\ +\x3a\x60\x86\x0a\x97\x0b\x99\x9c\x73\xbf\xc4\x2b\x01\xf5\x73\x00\ +\xa0\x25\x8e\x57\xce\xae\x79\xc2\x87\x2b\x7a\x5d\xdf\xe3\x50\xa1\ +\xce\x51\xef\x5c\x88\x4c\x5a\xd8\x3d\x79\x6c\x52\xd3\x48\x9d\x30\ +\x5a\xff\x62\xf2\x3f\x13\x9f\x10\xa8\x9b\x03\x00\x81\xe3\x94\xc5\ +\x74\x4e\x4f\x6a\xba\xaa\x48\xa8\x6f\xd4\x39\xea\x9d\xa4\x2d\x2c\ +\x6f\x07\xd4\x36\x51\x87\x5c\x94\xfc\x63\x72\x9d\x44\x75\x72\x00\ +\xa0\x7d\x93\x57\x24\x17\x27\x5d\xdf\xdd\x90\xa1\xae\x79\xd9\x5f\ +\xda\x0e\x26\xc4\x3c\x21\xa9\xed\x4a\x00\xe1\xb9\xe1\x13\x12\x56\ +\x10\x73\xe5\xc8\xfa\x38\x00\x98\x2e\x8e\xc7\xc3\x13\x96\xf5\xe5\ +\x91\xde\xae\xef\x6d\xc8\x50\xcf\xa8\x6b\x4e\xf8\x93\x76\x80\xf5\ +\xb9\x9f\x99\x7c\x37\xe9\x3a\x98\x86\x0c\x97\x14\x3f\x9e\x3c\x30\ +\xf1\x1e\x5e\x5d\x1c\x00\x4c\x13\xc7\x21\xc7\x23\x8b\x79\xd5\x76\ +\xc9\x9f\x50\xc7\xa8\x67\xd4\x35\x49\x6b\xc0\xa3\x3b\x7f\x96\xd4\ +\x38\x08\x20\x6c\xd7\xf9\xf4\xe4\x86\x89\xea\xe0\x00\x60\x7a\x38\ +\xfe\x38\x0e\x6b\xd9\x6e\x7c\xeb\x50\xbf\xa8\x63\xd4\x33\x49\xeb\ +\xc0\x41\xc3\xc8\xb9\xc6\xdb\x01\x84\xed\x43\xdf\x9a\xdc\x2b\xf1\ +\xd2\xde\xf0\x1c\x00\x4c\x07\xc7\x1b\xc7\x1d\xc7\x5f\x2d\xdb\xf8\ +\x6e\x1d\xea\x16\xf5\xcb\xce\x5f\xda\x20\x2e\x9b\x71\xef\xac\xc6\ +\x89\x81\x84\xfb\x8d\xa7\x25\x4f\x4a\xbc\xc4\x37\x2c\x07\x00\xd3\ +\xc0\x71\xc6\xf1\xc6\x71\x57\xe3\xfd\x7e\x42\xbd\xa2\x6e\x59\x13\ +\xa4\x4d\x62\xb4\xcf\xec\xd9\x5a\xaf\x04\x10\xb6\xef\x7c\x65\x72\ +\xbd\x44\xc3\x70\x00\x30\x7e\x1c\x5f\x1c\x67\x1c\x6f\x5d\xdf\x4d\ +\x0d\xa1\x4e\x51\xaf\xbc\x2a\x28\xad\x08\x8f\xce\xf0\xfc\x2c\x8b\ +\x68\xd4\x38\xd1\x67\x99\x53\x92\xbb\x24\x3e\xe7\x5b\x9e\x03\x80\ +\xf1\xe2\x78\xe2\xb8\xe2\xf8\xea\xfa\x4e\x6a\x08\x75\x89\xfa\x44\ +\x9d\xf2\x51\x3f\x69\xc5\x28\x02\xac\xa0\x55\xdb\xb2\xc1\x5b\x87\ +\x67\x90\x9f\x9d\xf0\xb8\xa0\xcb\x08\x97\xe3\x00\x60\x7c\x38\x7e\ +\x38\x8e\x38\x9e\x6a\x7c\xb6\x7f\x19\xea\x11\x75\x89\xfa\xe4\xe0\ +\x5f\xea\x09\x8f\xfc\x70\x79\x8d\x8d\x34\xba\x0e\xc4\x5a\xc2\x3d\ +\xc0\xf7\x26\x8f\x4a\xf6\x4e\xd4\x3f\x07\x00\xe3\xc2\x71\xc3\xf1\ +\xc3\x71\x54\xeb\x1c\xa0\x65\xa8\x47\xd4\x25\x1f\x0d\x96\x7a\xc6\ +\xe5\x35\xd6\xf9\xae\x6d\x2b\xe1\xad\xc3\x04\xa5\xb3\x93\x97\x25\ +\x87\x26\xea\x97\x03\x80\xf1\xe0\x78\xe1\xb8\xe1\xf8\xa9\x75\xa2\ +\xdf\x32\xd4\x21\xea\x91\x97\xfd\xa5\x42\x98\x60\xc3\x3e\xda\x27\ +\x27\x5d\x07\x65\x4d\xe1\xec\xe5\xcc\x84\x7b\x83\x4e\x0c\xea\x8f\ +\x03\x80\xf6\x71\x7c\x70\x9c\x70\xbc\xd4\x7e\xd6\x4f\xa8\x3f\xd4\ +\x21\x8f\x6b\x69\x00\x37\x4d\xd8\xb1\x8f\x65\x7a\xbb\x0e\xd0\x9a\ +\xc2\xbf\xf1\xcd\x09\x67\x37\x16\x8c\xd5\x73\x00\xd0\x2e\x8e\x07\ +\x8e\x0b\x8e\x8f\x56\x8e\x65\xea\x0e\xf5\x47\xd2\x80\x0e\x4b\x5e\ +\x9b\xb0\x87\x7f\xd7\xc1\x5a\x53\x98\x2c\xc4\xf3\xcb\x8f\x4f\x0e\ +\x4e\xdc\x66\x78\x75\x1c\x00\xb4\x87\xf6\xcf\x71\xc0\xf1\xc0\x71\ +\x51\xf3\xe4\xde\x65\xa8\x33\xd4\x1b\xea\x8e\xa4\x0a\x1c\x94\xbc\ +\x20\xb9\x24\xe9\x3a\x68\x6b\x0b\xab\x97\xbd\x2d\x79\x44\xe2\x4a\ +\x61\xab\xe1\x00\xa0\x2d\xb4\x7b\xda\x3f\xc7\x41\xad\xab\xf9\x6d\ +\x1d\xea\x0b\x75\x86\x7a\x23\xa9\x22\x6c\x05\xca\x3e\xe0\x17\x24\ +\x5d\x07\x6f\x8d\x39\x3f\x79\x5d\x72\xff\xc4\x19\xc4\x9b\xe3\x00\ +\xa0\x0d\xb4\x73\xda\x3b\xed\x9e\xf6\xdf\xf5\x3b\xae\x31\xd4\x15\ +\xea\x0b\x75\x46\x52\x85\x76\x4d\x8e\x49\x6a\xdd\x1c\xa4\x2b\xdc\ +\x4f\x64\x26\xf1\x8b\x13\xee\x29\x7a\x5b\x60\x63\x1c\x00\xd4\x8d\ +\x76\x4d\xfb\xa6\x9d\xd3\xde\x5b\xb8\xd7\xbf\x0c\xf5\x84\xba\x42\ +\x7d\x91\x54\x31\x26\x14\xdd\x23\x39\x35\xe9\x3a\x98\x6b\x0d\x8f\ +\x3b\xb1\x92\x18\xf7\x43\xd9\xdf\x5c\xeb\xe3\x00\xa0\x5e\xb4\x67\ +\xda\x35\xed\xbb\xf6\xc7\xfa\xb6\x0e\x75\x84\x7a\xe2\xc4\x5d\xa9\ +\x21\x47\x25\xef\x4c\x6a\x5e\x37\x7c\x5b\xf9\x4c\xf2\xf0\x84\xfb\ +\xa4\xae\x26\xb8\x36\x0e\x00\xea\x42\xbb\xa5\xfd\xd2\x8e\x69\xcf\ +\x5d\xbf\xcb\x9a\x43\xdd\xa0\x7e\x50\x47\x24\x35\xe8\xc0\xe4\xb8\ +\xa4\xa5\x79\x01\xcb\xb0\xa9\x08\x05\x88\xd5\xd0\x9c\x74\xb4\x63\ +\x0e\x00\xea\x41\x7b\xa5\xdd\xd2\x7e\x6b\xde\xc4\x6b\x5b\xa1\x5e\ +\x50\x37\xa8\x1f\x92\x1a\xb6\x47\xc2\xe5\xc7\xd6\x6e\x09\x2c\xf3\ +\xdd\x84\x7d\xcf\x59\x67\xfc\xfa\x89\xba\x39\x00\x18\x1e\xed\x93\ +\x76\x4a\x7b\xa5\xdd\x76\xfd\xfe\x6a\x0f\x75\x82\x7a\x41\xdd\x90\ +\x34\x02\x5c\x8e\xbc\x77\xd2\xca\xa2\x41\x5d\x61\xc6\xf4\x09\xc9\ +\x63\x92\x7d\x12\xfd\x34\x07\x00\xc3\xa1\x3d\xd2\x2e\x69\x9f\x2d\ +\xcd\xec\xdf\x32\xcb\xc5\x7d\xa8\x13\xde\x76\x93\x46\x86\x49\x3c\ +\xcc\x42\x7e\x4d\xd2\xc2\x32\xa3\x5d\x61\xa1\x94\x0b\x93\x13\x93\ +\x63\x93\x5d\x12\xcd\x39\x00\x28\x8f\xf6\x47\x3b\xa4\x3d\xd2\x2e\ +\x5b\x58\xc8\xa7\x2b\xd4\x03\xea\x02\xf5\xc1\xc9\x7e\xd2\x88\xb1\ +\x5d\x27\x45\xbc\x95\x45\x83\xb6\x17\xb6\x20\x7d\x5c\x72\x9d\x64\ +\xa7\x64\xca\x1c\x00\x94\x41\x3b\xa3\xbd\xd1\xee\x68\x7f\x5d\xbf\ +\xa3\x96\x42\x1d\xe0\x3b\x75\x1b\x5f\x69\x22\x78\x26\xf9\xa1\xc9\ +\x29\x49\xab\x57\x03\x96\xe1\xac\xeb\x4b\xc9\xd3\x93\xdb\x26\x7b\ +\x25\x53\xe4\x00\xa0\x5f\xb4\x2b\xda\x17\xed\x8c\xf6\xd6\xea\xd9\ +\xfe\x32\x1c\xf7\x1c\xff\xd4\x01\xd7\xde\x90\x26\xe8\x56\xc9\xcb\ +\x93\x73\x93\xae\x22\xd1\x52\x78\xbe\xfa\x8b\x09\x4b\x95\x3e\x30\ +\xb9\x41\x32\xa5\xc2\xe6\x00\x60\xf5\x68\x3f\xb4\x23\xda\x13\xed\ +\x8a\xf6\xd5\xda\x73\xfc\x5d\xe1\x78\xe7\xb8\xe7\xf8\x97\x34\x51\ +\x14\x38\x9e\x55\xfe\x9d\xa4\x95\xcd\x48\x76\x14\x7e\x06\x56\x2e\ +\x63\x26\xf6\x1f\x25\x47\x26\x53\xb8\x3d\xe0\x00\x60\x75\x68\x2f\ +\xb4\x1b\xda\x0f\xed\x88\xf6\x34\x96\x63\x83\xe3\x9c\xe3\x9d\xe3\ +\xde\x33\x7f\x49\xb3\xf5\xc9\x6f\x9f\xbc\x2b\xe9\x2a\x1c\x2d\x86\ +\x62\x77\x51\xc2\xe5\xda\x57\x25\xf7\x4b\xc6\x3c\xc1\xc9\x01\xc0\ +\xe6\xd1\x3e\x68\x27\xb4\x17\xda\x0d\xed\x67\x0c\x1d\xff\x32\x1c\ +\xdf\x1c\xe7\xee\xbb\x21\xe9\x6a\x38\xf3\x79\x4e\xf2\xc3\xa4\xab\ +\x80\xb4\x1a\x8a\x38\x3f\xd3\xe9\x09\x67\x3f\x63\xdc\xd0\xc4\x01\ +\xc0\xc6\xd1\x1e\x68\x17\xb4\x0f\xda\xc9\x98\x3a\x7d\xc2\xcf\xc4\ +\x71\x3d\xf5\x89\xb2\x92\x76\x80\x75\xcb\xb9\xe7\xf9\xe9\xa4\xc5\ +\x65\x84\xd7\x92\x73\x92\x97\x24\xf7\x4c\x6e\x98\xec\x99\xb4\x7e\ +\x39\xd4\x01\xc0\xda\xf0\x3d\xf3\x7d\xf3\xbd\xf3\xfd\xd3\x0e\x68\ +\x0f\x5d\x3f\x6b\xeb\xe1\xf8\xe5\x38\xe6\x78\x76\x7f\x0d\x49\x6b\ +\x42\xb1\x60\x82\x10\x3b\x97\x9d\x9d\x74\x15\x97\x31\x84\xc5\x4f\ +\x3e\x95\x3c\x3f\x79\x48\x72\xcb\xa4\xd5\xc7\xa1\x1c\x00\x6c\x1f\ +\xdf\x2b\xdf\x2f\xdf\x33\xdf\x37\xdf\x7b\xab\x8b\x62\xad\x25\x1c\ +\xb7\x1c\xbf\x1c\xc7\x76\xfe\x92\xd6\xed\xda\x09\x8f\x09\xb1\xc2\ +\xd9\x98\x8b\x25\x97\x7c\x59\xba\xf5\x43\x09\x1d\xe9\xa3\x93\x9b\ +\x25\x2d\xcd\x19\x70\x00\x70\x75\x7c\x7f\x7c\x8f\x7c\x9f\xfc\x7e\ +\xf8\x7e\xf9\x9e\xc7\x76\x89\x7f\xcb\x70\x9c\x72\xbc\x72\xdc\x72\ +\xfc\x4a\xd2\x86\x71\xc9\xf4\x26\x09\x33\xa2\xbf\x91\x74\x15\x9d\ +\x31\x85\xc7\xbc\xbe\x95\x7c\x3c\x79\x75\xf2\x84\x84\xb3\xa8\xda\ +\x97\x47\x75\x00\x30\xc7\xf7\xc4\xf7\xc5\xf7\xc6\xf7\xc7\xf7\xc8\ +\xf7\x39\x86\xc7\xf7\x76\x14\x8e\x4f\x8e\x53\x8e\x57\x67\xf8\x4b\ +\x5a\x19\x96\x3d\xfd\x85\x84\xb3\x8b\xb1\x4d\x12\xdc\x56\x38\x9b\ +\xba\x38\xf9\x4e\xf2\xb1\xe4\x4f\x93\x3b\x24\x35\x4e\xa6\x9a\xf2\ +\x00\x60\xe7\xe4\x8e\xc9\x73\x13\x3a\x7c\xbe\x2f\xbe\xb7\x31\x5f\ +\xb5\xda\x32\x1c\x8f\x1c\x97\x1c\x9f\x2e\x8f\x2d\xa9\x37\xd7\x4a\ +\x9e\x91\xb0\x98\xc8\x14\xce\xaa\xb6\x0e\x97\x8f\x79\x2e\x9c\xc9\ +\x63\xf7\x4d\x98\x41\xce\xa4\x32\x0a\xef\x90\xf7\x5a\xa7\x30\x00\ +\xe0\xf7\xcb\xef\x99\xdf\x37\xbf\xf7\xfb\x27\x2f\x4d\xce\x4a\xc6\ +\x7c\x59\x7f\x5b\xe1\xf8\xe3\x38\xe4\x78\xe4\xb8\x94\x36\xc4\xcb\ +\x45\x5a\x2f\xce\x36\x28\x3c\x3c\x57\x3c\xe5\x45\x45\xbe\x97\x30\ +\xd3\xfa\xa4\xe4\xe4\xe4\x6b\x09\xfb\xa9\xf3\xe7\x6c\x10\xc3\x59\ +\x68\x09\x0c\x00\x9e\x34\x7f\xdb\x2b\x26\xd0\x3d\x75\xfe\xb6\x77\ +\x5c\xce\xdf\x3b\x61\xed\x7d\x3a\xfc\x83\x93\x9f\x4f\x6e\x97\x1c\ +\x95\x4c\xf5\x1e\x37\x9d\x3f\x1d\xff\x27\x93\xe7\x25\x5c\x9d\x92\ +\x36\xcc\x01\x80\x36\x82\xb3\x8e\x63\x92\x87\x25\x77\x5a\x7c\x9e\ +\x32\xce\x42\xb9\xfc\xcc\xf3\xe4\x2c\x1b\xfb\xe5\x84\x01\x01\x33\ +\xb2\xbf\x9d\xf0\x9f\xf1\x68\x56\x1f\xc6\x30\x00\xd8\x35\xb9\x5e\ +\xc2\xbe\xfa\x3c\xa6\x77\xa3\x84\x49\x7c\xe4\xb0\x84\x81\xe6\xd4\ +\x67\xb4\x73\x6b\x83\xdd\x07\xdf\x94\xbc\x79\xf1\x59\xda\x14\x07\ +\x00\xda\x28\x66\x5a\x1f\x92\xf0\xac\xf1\xaf\x27\x3c\x6a\x65\x7b\ +\x9a\xe3\xec\xff\xbc\x84\xce\x9f\x57\xc2\xe5\xea\x33\x16\x39\x73\ +\xf1\x99\x7b\xb8\x9b\xd5\xda\x00\x80\x79\x14\x07\x26\xb4\x9d\x1b\ +\x2f\x5e\xf9\xbc\x5f\x42\x47\xff\x73\x8b\xf7\x63\x5e\xbd\x71\x3d\ +\x38\xeb\xff\x7c\xf2\x8a\xe4\xed\x09\xed\x87\x5b\x00\xd2\xa6\x59\ +\xb0\xb5\x59\x2c\x2f\x7a\x50\xf2\xd8\xe4\x89\xc9\x1e\x89\xae\x8e\ +\x5d\xd8\x2e\xdd\x22\xdc\x26\xe0\x8a\xc1\xa9\x09\x03\x02\xe6\x17\ +\x10\xae\x16\x50\xf4\xd7\xaa\xd6\x01\x00\xb5\x85\xb3\x7a\xce\xe6\ +\x09\x9d\x3d\x83\x44\xce\xe8\xb9\xbc\x4f\x3b\x59\xc6\x09\x6c\xdd\ +\x38\xcb\x3f\x2e\x39\x3e\x61\xa6\x7f\x5f\x57\x91\x34\x51\x0e\x00\ +\xb4\x2a\x5c\xa2\xbd\x45\xf2\xc2\xe4\xde\x89\x6d\x6b\xc7\x96\x93\ +\xba\xb0\x7c\x7f\x79\xc2\x2d\x04\x06\x07\x5b\x86\xc1\x01\x73\x0c\ +\xb6\x3e\xfb\x1b\x72\x00\xc0\x59\x3a\xf7\xe8\xe9\xe0\xe9\xd8\xb7\ +\xcc\xa1\x09\x83\x43\xda\xc1\xb2\x2d\x6c\xf9\x5e\xdb\xc6\x2d\xa5\ +\x77\x27\x7f\x90\x2c\xb7\x20\x96\x56\xce\x83\x51\xab\xc6\x7c\x00\ +\xe6\x06\xf0\x3c\x36\xf7\x70\xbd\x22\xb0\x3a\x74\xfe\x5c\x39\x60\ +\x20\x40\x58\xdc\x86\x67\xbf\xf9\x3d\xf7\xed\x0b\x09\xf3\x1a\x96\ +\x13\xf3\x08\x67\xf2\x5e\xaa\x5f\x1d\xae\x0c\x31\x87\x84\x95\xfc\ +\xb8\xcf\x7f\x49\x22\xf5\xc6\x01\x80\xfa\xc2\xbd\xdd\x47\x24\x0f\ +\x48\xd8\x62\x95\x47\xb8\x24\x5d\x1d\x97\xfa\x3f\x9b\x70\x8f\xff\ +\xf5\x09\x03\x2d\xa9\x77\x0e\x00\xd4\xb7\xc3\x13\x9e\xdb\x7e\x70\ +\xc2\x63\x5c\xcc\xf8\x96\x34\xbf\xdd\xc3\x23\x7d\xff\x96\xbc\x23\ +\xe1\xec\x5f\x2a\xc6\x01\x80\x4a\x60\x92\x17\x97\xaa\x8f\x4e\x7e\ +\x2b\x61\x32\x98\x34\x65\x9c\xf1\xbf\x3c\x79\x5f\xf2\xd5\xe4\xca\ +\x44\x2a\xca\x01\x80\x4a\x62\xe9\xd6\x7d\x92\x47\x25\x4f\x49\x98\ +\x25\x2e\x4d\x09\xfb\x13\xb0\xaa\x22\x97\xfa\xbf\x9f\xd8\xf1\x6b\ +\x30\x0e\x00\x34\x14\x9e\xf5\xfe\xc3\x84\x79\x02\x0c\x04\x18\x1c\ +\x48\x63\xc4\x23\xa0\x3c\xde\xf9\x9a\xe4\x05\x09\x13\x38\xa5\xc1\ +\x39\x00\xd0\x90\x68\x7f\x37\x4d\xb8\x22\x70\xbf\x84\x47\xc7\x98\ +\x65\x2e\x8d\x01\x4f\x69\xf0\x08\x27\xf7\xf7\x5f\x97\xb0\x88\xcf\ +\x7a\xd6\x78\x90\x7a\xe5\x00\x40\xb5\x60\xa1\x18\x26\x0b\xb2\x86\ +\x00\x3b\xbc\xb1\x2c\xac\xed\x53\xad\xa1\x83\xe7\x32\x3f\xeb\xf4\ +\xbf\x37\x79\x67\xe2\xac\x7e\x55\xc9\x02\xab\x9a\xd0\x1e\x0f\x48\ +\xd8\x68\x88\x2b\x02\x0f\x4a\x58\x1a\x56\x6a\x01\x4b\x3f\xbf\x35\ +\x79\x57\xf2\x89\x84\x81\x80\x67\xfc\xaa\x96\x03\x00\xd5\x88\x55\ +\x05\xd9\xf1\x8d\x25\x86\x59\x54\xe8\x31\x89\x03\x01\xd5\x8a\x8e\ +\x9f\xe5\x7a\xdf\x98\xb0\x62\x23\x8b\x35\xb9\x7a\x9f\x24\x6d\x12\ +\x83\x54\x56\x9c\x63\x65\x41\x36\x45\x61\x35\xbc\xe5\xb2\xb9\xc6\ +\x0c\x15\xda\x21\xed\x91\x76\x49\xfb\xf4\x64\x4a\xcd\xb1\xd1\xaa\ +\x25\xac\x2d\x7f\xf7\x84\x8d\x87\xb8\x4d\x70\xdd\x84\xa5\x86\x6d\ +\xc7\xea\x1b\x9d\x3e\x4b\xf5\x9e\x9f\xb0\x78\xcf\x2b\x93\x0f\x26\ +\x2c\xe6\x23\x35\xc9\xc2\xa9\x56\x1d\x91\xb0\x15\xf1\xdd\x12\x16\ +\x16\xba\x41\xe2\xba\xf4\x5a\x35\xce\xf4\xcf\x49\xd8\xb5\xf1\xc3\ +\xc9\xdb\x92\xcf\x25\x52\xf3\x1c\x00\xa8\x65\xcc\x15\xe0\x69\x01\ +\xae\x06\xdc\x65\x91\x5b\x27\xbb\x27\xd2\x66\x5c\x96\x7c\x26\xf9\ +\xc8\x22\x9c\xf5\x33\xa9\xcf\x7b\xfb\x1a\x0d\x07\x00\x1a\x0b\x76\ +\x21\x3c\x30\x61\xc9\xe1\x7b\x24\xcb\x75\x05\xae\x99\x48\x6b\x71\ +\x55\xc2\x56\xcc\x27\x24\x1f\x48\x58\xa2\xf7\xac\x84\xcd\x7a\xa4\ +\xd1\x71\x00\xa0\xb1\xa1\x4d\x33\x57\x80\xb9\x01\xb7\x4d\x1e\x9e\ +\x3c\x24\xd9\x2b\x91\xba\x5c\x94\xbc\x25\x79\x43\xf2\xa9\x84\x7b\ +\xfd\xdc\xdb\xe7\xbe\xbf\x34\x5a\x0e\x00\x34\x05\x0c\x06\xd8\x8d\ +\xf0\x91\x09\x3b\x12\xb2\x35\x31\xbb\x12\x72\x0b\x41\xd3\xc2\x25\ +\xfc\x2b\x12\xf6\xda\x3f\x29\x61\x85\x3e\x9e\xdd\xa7\xd3\x97\x26\ +\xc5\x01\x80\xa6\x84\x0e\x9f\xdb\x02\xf7\x4a\x7e\x29\x39\x24\x61\ +\x1f\x02\xf6\x25\x70\x9b\xe2\xf1\xa2\xc3\x3f\x2f\x61\x3d\x7e\x96\ +\xe3\xfd\x50\xc2\x2e\x7c\x5c\xee\xf7\x9e\xbe\x26\xcb\x01\x80\xa6\ +\x8c\xe5\x87\x6f\x93\x1c\x99\x1c\x9e\x1c\x96\xb0\x37\x01\x57\x08\ +\xd4\x36\xce\xf0\xbf\x92\xb0\x16\xff\x17\x12\xb6\xdf\x3d\x25\x39\ +\x33\x91\x14\x0e\x00\xa4\xf9\xe3\x83\xac\x29\x70\xa3\x84\x41\x01\ +\x4f\x12\xdc\x21\x39\x2a\x61\xfb\x62\x8f\x93\xfa\x71\xbf\xfe\x7b\ +\xc9\xc9\x09\xcb\xf0\x32\x83\x9f\xce\x9e\x95\xf9\x78\x76\x9f\xc7\ +\xf9\x24\x6d\xc1\xc2\x26\xfd\x34\x8e\x09\xe6\x0c\xb0\x14\x31\x3b\ +\x13\x72\x65\xe0\x4e\x8b\xb0\xde\x80\x8f\x18\xd6\x83\x47\xf5\x78\ +\x3e\xff\xa3\x8b\x70\xa6\xcf\x0e\x7c\xec\xb3\xcf\x3d\x7d\x27\xf1\ +\x49\xdb\xe1\x00\x40\x5a\x1b\x8e\x15\x06\x05\x77\x4e\xee\xb3\xc8\ +\xcd\x13\x95\xf5\xc5\xe4\xdd\x8b\x9c\x98\xd0\xd9\xdb\xd1\x4b\x1b\ +\xe0\x00\x40\xda\x38\x36\x28\xe2\xca\x00\x83\x02\x6e\x17\xb0\x28\ +\x11\x57\x0f\xb8\x4a\x40\x98\x58\xe8\xea\x84\x6b\xc7\x65\x7a\x26\ +\xec\x71\x66\x4f\x38\x8b\x67\xf1\x1d\x2e\xeb\xd3\xd9\x73\x96\xcf\ +\xc6\x3b\x92\x56\xc0\x01\x80\xb4\x1a\x1c\x4b\xdc\x32\xe0\xc9\x02\ +\xc2\x82\x44\x07\x27\x0c\x12\x98\x5f\xb0\xef\xe2\x95\x8d\x63\x1c\ +\x14\xcc\x3b\x7b\x76\xcd\xe3\xfe\xfc\x05\x8b\x57\x3a\x77\xf6\xce\ +\x67\x01\x1e\x66\xeb\x13\x2e\xe9\x7b\x86\x2f\xf5\xc0\x01\x80\xd4\ +\x1f\x3a\x7a\x26\x11\x72\x65\x80\x81\xc0\xf2\x75\xff\x84\x47\x0f\ +\x97\x61\x60\xc0\x2b\x57\x0d\xc6\x74\x4c\xd2\x71\x73\x26\xcf\x23\ +\x78\x74\xf0\xbc\x2e\x73\x6e\x42\x87\xcf\x19\xfe\xf2\x95\x49\x7c\ +\x4e\xd6\x93\x0a\x71\x00\x20\x95\xc5\xa0\x80\x95\x0a\xe9\xec\x97\ +\xb7\x0b\x78\x25\x5c\x25\x60\x53\xa3\x1b\x2e\xc2\x80\x81\xab\x0a\ +\x0c\x22\x08\xff\x9d\x9a\x2c\x3b\x78\x3a\x6e\xc2\x99\x3c\x1d\xf9\ +\xd9\x8b\xb0\x89\x0e\x67\xf0\x5c\xca\x27\xcb\xcb\xfa\xbc\xb2\xd2\ +\x9e\x9d\xbd\x34\x20\x07\x00\x52\x3d\x58\xa8\x88\x01\x02\xfb\x17\ +\xf0\x4a\xf8\xb3\xe5\x9f\x33\xa7\x60\xcb\x2b\x07\x5c\x49\xe0\xea\ +\x01\xaf\x0c\x10\x18\x4c\xec\xb2\x55\xf8\xdf\xec\xbc\x78\x5d\xfe\ +\x19\x7f\x3f\xeb\xde\xff\x60\x11\xee\xbb\x5f\xb9\x78\x5d\xfe\xd9\ +\x32\xcb\x0e\x9e\x33\xf6\x2d\xcf\xe0\x97\xe1\x7f\x43\x47\xce\x82\ +\x3a\x84\xf7\xfc\xdd\xbc\x2e\xff\x5c\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\xeb\xf3\x33\x3f\xf3\xff\x01\x98\x87\xd7\x1c\xb5\ +\x12\x28\x88\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x35\x47\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x02\x00\x00\x00\x02\x00\x08\x06\x00\x00\x00\xf4\x78\xd4\xfa\ +\x00\x00\x03\x20\x7a\x54\x58\x74\x52\x61\x77\x20\x70\x72\x6f\x66\ +\x69\x6c\x65\x20\x74\x79\x70\x65\x20\x65\x78\x69\x66\x00\x00\x78\ +\xda\xed\x97\x51\x92\xe4\x26\x0c\x86\xdf\x39\x45\x8e\x80\x24\x84\ +\xc4\x71\x30\x98\xaa\xbd\x41\x8e\x9f\x1f\x4c\x7b\xba\x67\x67\x2b\ +\x93\x4d\x1e\xf2\xd0\x50\x6d\xb0\x90\x25\xa1\x4f\xd8\xd5\xe1\xfc\ +\xf3\xc7\x08\x7f\xa0\x71\xd4\x14\x92\x9a\xe7\x92\x73\x44\x4b\x25\ +\x15\xae\x98\x78\xbc\xda\xb1\xae\x14\xd3\xba\x3e\x1a\x6f\xe9\x8b\ +\x3c\xdc\x0b\x0c\x91\x60\x94\x6b\xa1\xf0\x7e\xec\x84\x1c\x73\xda\ +\xf7\x65\x3b\xa1\x87\xfe\x6d\x68\x4f\xa8\x62\xa6\x1f\x0b\xb5\x6e\ +\xf9\xf1\x2a\x3f\xb6\x41\xf6\xcf\x86\x76\x04\x42\x97\xe7\xd8\xf7\ +\x03\xdb\x90\xf0\x8e\x28\x5d\xf7\x6d\x47\x94\x8b\xdb\xcb\xd6\x7a\ +\xdb\x9e\xd3\x16\xf9\xc7\x2f\x89\x71\xd6\x4c\x96\x70\x4d\x1c\xcd\ +\x72\xc1\xdc\x39\x26\x43\x3e\xfb\x0c\x74\x34\x2e\xcb\x90\x5e\x09\ +\xbd\x05\x8f\xfb\x87\x2a\x23\x26\x3e\x85\x24\xe2\x2a\xb2\xa3\x94\ +\xf9\x13\xa9\x18\xcb\xba\xe6\x00\x45\x92\xb4\x6e\xae\x05\xb9\xd2\ +\x0f\x94\x08\x01\x91\x96\xed\x68\x6f\x75\x26\xf3\x39\x37\xcf\xd4\ +\xbe\x6c\xdf\xd9\x56\x84\x93\x71\x4e\xe5\x27\x6a\x4f\x75\xf2\xb9\ +\x6e\xe8\xab\xba\xb9\x67\xbb\x0c\x6e\x6a\x9e\xf7\x82\xbc\x62\x8d\ +\xf9\x1e\xbf\x94\x93\x3e\x0c\x3d\x16\xe4\xf6\xc3\xcf\x9e\xbd\xdd\ +\x9e\x5f\xe4\x26\xb7\x8b\x9d\xa3\x27\xdc\x63\x74\x1f\x6b\xd3\xd8\ +\x45\x4d\x19\xb9\xc8\x7b\x53\x8f\xad\xac\x19\xf4\x8e\x99\xc5\xf5\ +\x54\x46\xb7\x98\x03\xaa\xd6\x31\x99\xbd\xa0\x7b\xac\xb1\xa1\xa6\ +\x7a\x6c\x38\x69\x07\xe6\x85\x18\xec\x07\x25\xea\x54\x69\xd0\xb9\ +\xc6\x46\x0d\x21\x26\x3e\xd9\x30\x32\xb7\xc0\xb2\x84\x0e\x48\x85\ +\x9b\x5c\xc5\x80\x4e\x83\x0d\x35\xd2\xc5\x51\x31\x6d\xd5\x50\x12\ +\xbe\x63\xa1\xe5\xb6\x2c\x77\x8d\x3c\xf6\x10\x3b\x41\x95\x09\xc6\ +\x08\x8f\xfc\x76\x0f\xdf\x55\x1c\x63\x9e\x25\xa2\xe8\x77\xae\x10\ +\x17\xcf\xd3\x89\x28\x22\x01\xff\x1c\xa0\x06\x22\x34\x76\x52\x75\ +\x25\xf8\xd1\x3f\xb7\xc9\x55\x40\x50\x57\x9a\x1d\x1b\xac\xf1\x08\ +\x97\x89\x43\xe9\xa3\xb8\x64\x81\x16\x28\x2a\xc6\xeb\xd4\x93\xf5\ +\x6d\x00\x29\x82\x6b\x45\x30\x24\x20\x10\x33\x89\x52\x46\x44\xc6\ +\x6c\x44\x48\xa4\x03\x50\x45\xe8\x2c\x89\x0f\x10\x20\x55\xee\x08\ +\x92\x93\x48\x06\x1c\x9c\x0e\xf8\xc6\x33\x46\x4b\x95\x95\x2f\x31\ +\xde\xaa\x92\x82\xa8\x64\x31\xb0\xc1\x29\x06\xac\x94\x14\xf5\x63\ +\xc9\x51\x43\x55\x45\x93\xaa\x66\x35\x75\x2d\x5a\xb3\xe4\x79\xf2\ +\x72\xb6\x3c\x5f\xcf\xd5\xc4\x92\xa9\x65\x33\xf3\x60\xc5\xaa\x8b\ +\x27\x57\xcf\x6e\xee\x5e\xbc\x16\x2e\x82\xd7\xb7\x16\x9c\xd3\xe2\ +\xa5\x94\x5a\xe1\xb4\xc2\x72\xc5\xd3\x15\x0a\xb5\x1e\x7c\xc8\x91\ +\x0e\x3d\xf2\x61\x87\x1f\x25\x1c\xb5\xa1\x7c\x5a\x6a\xda\x72\xb3\ +\xe6\xad\xb4\xda\xb9\x4b\xc7\x01\xef\xb9\x5b\xf7\x5e\x7a\x3d\xe9\ +\x44\x29\x9d\xe9\xd4\x33\x9f\x76\xfa\x59\xce\x3a\x50\x6a\x43\x46\ +\x1a\x3a\xf2\xb0\x30\x7c\x94\x51\x6f\x6a\x1b\xeb\x4f\xfd\x1f\x50\ +\xa3\x4d\x8d\x17\xa9\xa9\x68\x37\x35\x48\xcd\x1e\x26\x68\xbe\x4e\ +\x74\x32\x03\x31\x4e\x04\xe0\x06\x6a\x20\x86\xc2\x9e\xcc\xa2\x53\ +\x4a\x3c\xc9\x4d\x66\xf8\x1e\xe1\x54\x28\x23\x48\x9d\x70\x3a\x4d\ +\x62\x20\x98\x4e\x62\x1d\x74\xb3\xdb\xe4\x02\xb2\xf8\x9f\x70\x0b\ +\xe6\x8b\x1b\xff\x5b\x72\x61\xa2\xfb\x26\xb9\x9f\xb9\x7d\x45\xad\ +\xcf\xaf\x44\x5b\xc4\xae\x63\x38\x93\x1a\x05\xa7\x0f\xeb\xa7\x57\ +\xf6\x3a\x3f\xaf\xbf\x1c\xc3\xdf\x29\x7c\x77\x7c\x1b\x7a\x1b\x7a\ +\x1b\x7a\x1b\x7a\x1b\x7a\x1b\x7a\x1b\xfa\xff\x1b\x1a\x63\x84\x8e\ +\x7f\x81\xe1\x2f\xbf\x22\xc5\x22\x02\x06\x62\x49\x00\x00\x00\x61\ +\x7a\x54\x58\x74\x52\x61\x77\x20\x70\x72\x6f\x66\x69\x6c\x65\x20\ +\x74\x79\x70\x65\x20\x69\x70\x74\x63\x00\x00\x78\xda\x3d\x89\xc1\ +\x0d\x80\x30\x0c\x03\xff\x99\x82\x11\x92\xd8\x82\x76\x1d\xd2\x0f\ +\xbf\x3e\xd8\x5f\x98\x4a\x60\xcb\x96\x93\xb3\x6b\xde\x65\xdb\x12\ +\xd3\xd0\x98\xec\x1c\x4e\xf9\x57\x8c\x28\x4f\x1c\x9a\x0d\x09\x57\ +\xa0\xee\xca\xbe\x48\x89\x9c\x08\x50\x9f\x97\xc0\x72\x7c\xa7\xbb\ +\x3d\x31\x84\x14\xd7\x7e\xc6\x07\x7f\x00\x00\x01\x84\x69\x43\x43\ +\x50\x49\x43\x43\x20\x70\x72\x6f\x66\x69\x6c\x65\x00\x00\x78\x9c\ +\x7d\x91\x3d\x48\xc3\x40\x1c\xc5\x5f\x53\xb5\x2a\x15\x07\x3b\x88\ +\x38\x64\xa8\x4e\x56\x45\x45\x1c\xb5\x0a\x45\xa8\x10\x6a\x85\x56\ +\x1d\x4c\x2e\xfd\x82\x26\x0d\x49\x8a\x8b\xa3\xe0\x5a\x70\xf0\x63\ +\xb1\xea\xe0\xe2\xac\xab\x83\xab\x20\x08\x7e\x80\xb8\xba\x38\x29\ +\xba\x48\x89\xff\x4b\x0a\x2d\x62\x3d\x38\xee\xc7\xbb\x7b\x8f\xbb\ +\x77\x80\x50\x2d\x32\xcd\x6a\x1b\x07\x34\xdd\x36\x13\xb1\xa8\x98\ +\x4a\xaf\x8a\x81\x57\x74\xa1\x03\x01\x8c\x62\x4c\x66\x96\x31\x27\ +\x49\x71\xb4\x1c\x5f\xf7\xf0\xf1\xf5\x2e\xc2\xb3\x5a\x9f\xfb\x73\ +\xf4\xa8\x19\x8b\x01\x3e\x91\x78\x96\x19\xa6\x4d\xbc\x41\x3c\xbd\ +\x69\x1b\x9c\xf7\x89\x43\x2c\x2f\xab\xc4\xe7\xc4\x23\x26\x5d\x90\ +\xf8\x91\xeb\x8a\xc7\x6f\x9c\x73\x2e\x0b\x3c\x33\x64\x26\x13\xf3\ +\xc4\x21\x62\x31\xd7\xc4\x4a\x13\xb3\xbc\xa9\x11\x4f\x11\x87\x55\ +\x4d\xa7\x7c\x21\xe5\xb1\xca\x79\x8b\xb3\x56\x2c\xb3\xfa\x3d\xf9\ +\x0b\x83\x19\x7d\x65\x99\xeb\x34\x07\x11\xc3\x22\x96\x20\x41\x84\ +\x82\x32\x0a\x28\xc2\x46\x84\x56\x9d\x14\x0b\x09\xda\x8f\xb6\xf0\ +\x0f\xb8\x7e\x89\x5c\x0a\xb9\x0a\x60\xe4\x58\x40\x09\x1a\x64\xd7\ +\x0f\xfe\x07\xbf\xbb\xb5\xb2\x93\x13\x5e\x52\x30\x0a\xb4\xbf\x38\ +\xce\xc7\x10\x10\xd8\x05\x6a\x15\xc7\xf9\x3e\x76\x9c\xda\x09\xe0\ +\x7f\x06\xae\xf4\x86\xbf\x54\x05\x66\x3e\x49\xaf\x34\xb4\xf0\x11\ +\xd0\xbb\x0d\x5c\x5c\x37\x34\x65\x0f\xb8\xdc\x01\xfa\x9f\x0c\xd9\ +\x94\x5d\xc9\x4f\x53\xc8\x66\x81\xf7\x33\xfa\xa6\x34\xd0\x77\x0b\ +\x74\xaf\x79\xbd\xd5\xf7\x71\xfa\x00\x24\xa9\xab\xf8\x0d\x70\x70\ +\x08\x0c\xe7\x28\x7b\xbd\xc5\xbb\x3b\x9b\x7b\xfb\xf7\x4c\xbd\xbf\ +\x1f\x90\xbf\x72\xb3\x01\xb6\x41\xb7\x00\x00\x0d\x1a\x69\x54\x58\ +\x74\x58\x4d\x4c\x3a\x63\x6f\x6d\x2e\x61\x64\x6f\x62\x65\x2e\x78\ +\x6d\x70\x00\x00\x00\x00\x00\x3c\x3f\x78\x70\x61\x63\x6b\x65\x74\ +\x20\x62\x65\x67\x69\x6e\x3d\x22\xef\xbb\xbf\x22\x20\x69\x64\x3d\ +\x22\x57\x35\x4d\x30\x4d\x70\x43\x65\x68\x69\x48\x7a\x72\x65\x53\ +\x7a\x4e\x54\x63\x7a\x6b\x63\x39\x64\x22\x3f\x3e\x0a\x3c\x78\x3a\ +\x78\x6d\x70\x6d\x65\x74\x61\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x3d\ +\x22\x61\x64\x6f\x62\x65\x3a\x6e\x73\x3a\x6d\x65\x74\x61\x2f\x22\ +\x20\x78\x3a\x78\x6d\x70\x74\x6b\x3d\x22\x58\x4d\x50\x20\x43\x6f\ +\x72\x65\x20\x34\x2e\x34\x2e\x30\x2d\x45\x78\x69\x76\x32\x22\x3e\ +\x0a\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\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\x20\x3c\x72\x64\x66\x3a\x44\x65\x73\x63\x72\ +\x69\x70\x74\x69\x6f\x6e\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\ +\x3d\x22\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x6d\ +\x70\x4d\x4d\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\ +\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\x2e\x30\ +\x2f\x6d\x6d\x2f\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ +\x73\x74\x45\x76\x74\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\ +\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\ +\x2e\x30\x2f\x73\x54\x79\x70\x65\x2f\x52\x65\x73\x6f\x75\x72\x63\ +\x65\x45\x76\x65\x6e\x74\x23\x22\x0a\x20\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\x20\x78\x6d\x6c\ +\x6e\x73\x3a\x47\x49\x4d\x50\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ +\x77\x77\x77\x2e\x67\x69\x6d\x70\x2e\x6f\x72\x67\x2f\x78\x6d\x70\ +\x2f\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x74\x69\x66\ +\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\ +\x62\x65\x2e\x63\x6f\x6d\x2f\x74\x69\x66\x66\x2f\x31\x2e\x30\x2f\ +\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x6d\x70\x3d\ +\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\x62\x65\ +\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\x2e\x30\x2f\x22\x0a\x20\ +\x20\x20\x78\x6d\x70\x4d\x4d\x3a\x44\x6f\x63\x75\x6d\x65\x6e\x74\ +\x49\x44\x3d\x22\x67\x69\x6d\x70\x3a\x64\x6f\x63\x69\x64\x3a\x67\ +\x69\x6d\x70\x3a\x61\x61\x33\x33\x30\x62\x38\x39\x2d\x66\x61\x63\ +\x62\x2d\x34\x64\x32\x36\x2d\x39\x32\x34\x30\x2d\x35\x38\x66\x63\ +\x37\x37\x65\x35\x36\x31\x64\x38\x22\x0a\x20\x20\x20\x78\x6d\x70\ +\x4d\x4d\x3a\x49\x6e\x73\x74\x61\x6e\x63\x65\x49\x44\x3d\x22\x78\ +\x6d\x70\x2e\x69\x69\x64\x3a\x38\x33\x62\x61\x35\x31\x66\x38\x2d\ +\x39\x39\x33\x32\x2d\x34\x33\x31\x37\x2d\x39\x65\x34\x35\x2d\x62\ +\x31\x65\x62\x39\x30\x30\x36\x62\x39\x39\x61\x22\x0a\x20\x20\x20\ +\x78\x6d\x70\x4d\x4d\x3a\x4f\x72\x69\x67\x69\x6e\x61\x6c\x44\x6f\ +\x63\x75\x6d\x65\x6e\x74\x49\x44\x3d\x22\x78\x6d\x70\x2e\x64\x69\ +\x64\x3a\x33\x63\x66\x34\x33\x38\x38\x36\x2d\x66\x64\x65\x37\x2d\ +\x34\x62\x62\x33\x2d\x62\x30\x34\x32\x2d\x62\x37\x32\x34\x36\x31\ +\x32\x32\x39\x62\x38\x31\x22\x0a\x20\x20\x20\x64\x63\x3a\x46\x6f\ +\x72\x6d\x61\x74\x3d\x22\x69\x6d\x61\x67\x65\x2f\x70\x6e\x67\x22\ +\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x41\x50\x49\x3d\x22\x32\x2e\ +\x30\x22\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x50\x6c\x61\x74\x66\ +\x6f\x72\x6d\x3d\x22\x4c\x69\x6e\x75\x78\x22\x0a\x20\x20\x20\x47\ +\x49\x4d\x50\x3a\x54\x69\x6d\x65\x53\x74\x61\x6d\x70\x3d\x22\x31\ +\x36\x39\x34\x30\x30\x31\x37\x38\x33\x34\x37\x35\x31\x31\x33\x22\ +\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x56\x65\x72\x73\x69\x6f\x6e\ +\x3d\x22\x32\x2e\x31\x30\x2e\x33\x30\x22\x0a\x20\x20\x20\x74\x69\ +\x66\x66\x3a\x4f\x72\x69\x65\x6e\x74\x61\x74\x69\x6f\x6e\x3d\x22\ +\x31\x22\x0a\x20\x20\x20\x78\x6d\x70\x3a\x43\x72\x65\x61\x74\x6f\ +\x72\x54\x6f\x6f\x6c\x3d\x22\x47\x49\x4d\x50\x20\x32\x2e\x31\x30\ +\x22\x3e\x0a\x20\x20\x20\x3c\x78\x6d\x70\x4d\x4d\x3a\x48\x69\x73\ +\x74\x6f\x72\x79\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x53\ +\x65\x71\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\ +\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x61\x63\x74\ +\x69\x6f\x6e\x3d\x22\x73\x61\x76\x65\x64\x22\x0a\x20\x20\x20\x20\ +\x20\x20\x73\x74\x45\x76\x74\x3a\x63\x68\x61\x6e\x67\x65\x64\x3d\ +\x22\x2f\x22\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\ +\x69\x6e\x73\x74\x61\x6e\x63\x65\x49\x44\x3d\x22\x78\x6d\x70\x2e\ +\x69\x69\x64\x3a\x34\x63\x66\x34\x66\x32\x65\x37\x2d\x31\x38\x38\ +\x61\x2d\x34\x33\x34\x34\x2d\x61\x66\x31\x36\x2d\x61\x32\x62\x65\ +\x37\x66\x36\x36\x31\x31\x39\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ +\x73\x74\x45\x76\x74\x3a\x73\x6f\x66\x74\x77\x61\x72\x65\x41\x67\ +\x65\x6e\x74\x3d\x22\x47\x69\x6d\x70\x20\x32\x2e\x31\x30\x20\x28\ +\x4c\x69\x6e\x75\x78\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x73\x74\ +\x45\x76\x74\x3a\x77\x68\x65\x6e\x3d\x22\x32\x30\x32\x33\x2d\x30\ +\x39\x2d\x30\x36\x54\x31\x34\x3a\x30\x33\x3a\x30\x33\x2b\x30\x32\ +\x3a\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\ +\x3a\x53\x65\x71\x3e\x0a\x20\x20\x20\x3c\x2f\x78\x6d\x70\x4d\x4d\ +\x3a\x48\x69\x73\x74\x6f\x72\x79\x3e\x0a\x20\x20\x3c\x2f\x72\x64\ +\x66\x3a\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x3e\x0a\x20\ +\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x3c\x2f\x78\x3a\x78\ +\x6d\x70\x6d\x65\x74\x61\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x0a\x3c\x3f\x78\x70\x61\x63\x6b\x65\ +\x74\x20\x65\x6e\x64\x3d\x22\x77\x22\x3f\x3e\x00\xaa\x6e\xef\x00\ +\x00\x00\x06\x62\x4b\x47\x44\x00\xf0\x00\xf0\x00\xf0\xb9\x0e\x6a\ +\xee\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x2e\x23\x00\x00\x2e\ +\x23\x01\x78\xa5\x3f\x76\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xe7\ +\x09\x06\x0c\x03\x03\x54\xd0\x47\x2a\x00\x00\x00\x19\x74\x45\x58\ +\x74\x43\x6f\x6d\x6d\x65\x6e\x74\x00\x43\x72\x65\x61\x74\x65\x64\ +\x20\x77\x69\x74\x68\x20\x47\x49\x4d\x50\x57\x81\x0e\x17\x00\x00\ +\x20\x00\x49\x44\x41\x54\x78\xda\xed\xdd\xf9\x97\xed\x77\x5d\xef\ +\xf9\x67\x9d\x29\x27\x27\xf3\x04\x49\x08\xf3\xd0\x08\x21\x08\xc8\ +\x20\x88\x57\xe8\xab\xed\xf5\xea\x5d\xab\x6f\xeb\xed\xdb\xf7\x1f\ +\xec\x65\x8b\xda\xad\x08\x22\x20\x10\xc4\x8b\x80\x88\x22\x93\x0c\ +\x19\x08\x99\x13\x32\x9d\x9c\xa9\x4e\x55\xff\xf0\xf9\xec\x55\x95\ +\x08\x18\x61\xd7\xae\xda\x55\x8f\xc7\x5a\x7b\xd5\xa9\x12\x73\x4e\ +\x7d\xbf\xfb\xbb\x3f\xaf\xcf\xfb\x33\x15\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\x42\x1b\x2e\xc1\x4b\ +\xbe\x4e\x8b\xd7\xb6\xcb\x01\x70\x60\x3f\xab\xb7\x77\xbd\x10\x00\ +\x5e\x92\x63\xd5\xc9\x5d\xaf\x53\x2f\xfa\xfe\xc4\xfc\xdf\x00\x70\ +\x70\x6d\x55\x9b\xd5\xa5\xf9\xba\xb8\xeb\xcf\x8b\xd7\x96\xcb\x24\ +\x00\x1c\xaf\xae\xaa\xae\xad\x6e\xac\x6e\x9a\xaf\x9b\xe7\xd7\x6b\ +\xaa\xd3\x02\x00\xc0\x5a\x06\x80\xf3\xd5\x33\xd5\x93\xd5\xe3\xf3\ +\xf5\x44\xf5\xe3\xea\xe9\xea\xf9\xea\xb2\x00\x70\xb4\x7e\xe7\xd3\ +\xd5\xf5\xd5\x2b\xaa\x37\x56\xff\x4b\x75\x47\x75\x4b\x75\x43\x75\ +\xdd\x0c\x05\x67\x66\xc3\xbf\x7b\x08\x00\x80\x83\x6b\xf7\x10\xc0\ +\xe6\x6c\xe4\x9f\x99\x0d\xfe\x22\x08\xfc\xb0\xfa\x4e\xf5\xdd\xea\ +\xc1\x19\x08\x2e\x74\xc4\x86\x0d\x8e\x52\x83\x76\x6c\x36\xfc\xb7\ +\x55\x6f\xae\xde\x5a\xbd\x65\x06\x80\xdb\x67\x83\x7f\xc5\xec\xed\ +\x1f\x9b\xd5\x01\x0d\x3e\xc0\xfa\x07\x82\xcb\xb3\x32\x70\x69\x36\ +\xf4\xcf\x54\x3f\x9a\x01\xe0\x9b\xd5\x37\xaa\x6f\x57\x0f\xcf\xaa\ +\xc1\x91\x18\x22\xd8\x38\x22\xbf\xe3\x99\xea\x95\xb3\xd1\x7f\x57\ +\xf5\xce\xea\x35\x8d\x52\xff\xd5\xbb\x1a\x7d\x00\x0e\xbf\x45\x18\ +\x78\x6e\x56\x04\xee\xa9\xbe\x5a\x7d\x65\x86\x81\x07\xaa\x73\x87\ +\xbd\x22\xb0\x71\xc8\x7f\xb7\x13\xb3\x91\x7f\x47\xf5\xe1\xea\x57\ +\x66\xc3\x7f\x53\x75\xe5\x6c\xf4\xf5\xf2\x01\x8e\x76\x75\xe0\xfc\ +\xae\x20\xf0\xe5\xea\x33\xd5\x3f\xce\x9f\x6d\x1e\xd6\x20\x70\xfc\ +\x90\xde\xd4\x63\xb3\x67\xff\x96\xea\x77\xab\x3f\x98\x01\xe0\x8d\ +\x8d\xc9\x7e\xa7\x35\xfe\x00\x47\xde\xc6\x6c\x0b\x4e\x35\x26\x7d\ +\xdf\x5a\xbd\xb6\x51\x31\xbe\xaa\x31\x7f\xe0\xb9\xc3\x1a\x02\x0e\ +\x63\x00\x58\xf4\xfa\x7f\xb5\xfa\x3f\xab\xff\x52\xbd\x7d\xf6\xfa\ +\xaf\x48\xa9\x1f\x80\x9f\xdc\x71\x3c\x39\x83\xc0\xed\xed\x54\x8b\ +\x17\x2b\x09\xce\x1f\xb6\x10\x70\xd8\x02\xc0\xa9\x99\xdc\x7e\xbb\ +\xfa\x1f\xd5\x87\xe6\xf7\x67\x34\xfc\x00\xbc\xc4\x20\x70\x45\x63\ +\x45\xd8\xab\x1a\x13\xc7\xb7\x1b\x2b\x08\xce\x76\x88\x26\x08\x1e\ +\x96\x00\xb0\x31\x6f\xd8\x6b\x67\x8f\xff\xff\xaa\xde\x3d\xd3\xdb\ +\xc9\x94\xfa\x01\xf8\xf7\xb5\x29\x27\x1a\xc3\x00\xb7\xcd\xd7\xe5\ +\xea\xb1\xc6\x90\xc0\xa1\xd8\x3b\xe0\xf8\x21\xb9\x51\xa7\xaa\xd7\ +\xb5\x33\xde\x7f\x57\xa3\x8c\xa3\xd7\x0f\xc0\x2f\x52\x0d\x38\x3d\ +\x3b\x93\xb7\x34\x56\x0e\x3c\x5e\x3d\x7b\x18\x42\xc0\xba\x07\x80\ +\xdd\x8d\xff\xef\x55\xff\xad\xba\xb3\x51\xf2\xd7\xeb\x07\x60\x59\ +\xed\xcc\x22\x04\x5c\xac\x1e\x3d\x0c\x95\x80\x75\x0f\x00\xa7\x1a\ +\x13\x35\x7e\x67\xf6\xfc\xdf\xa6\xf1\x07\x60\x8f\x42\xc0\x8d\x8d\ +\xb9\x01\xe7\xda\x19\x0e\x58\xdb\x39\x01\xeb\x1c\x00\x4e\x34\xc6\ +\x65\x7e\xab\xfa\xef\xd5\x2f\x37\xd6\xf6\x03\xc0\x5e\x75\x3a\x6f\ +\x6c\xec\x1c\xfb\x74\x63\xe7\xc0\xe7\x5b\xd3\xd5\x01\xeb\x1a\x00\ +\x8e\x35\xf6\xf2\xff\x40\x63\xa9\xdf\x7b\x1a\x93\x35\x00\x60\xaf\ +\x43\xc0\x0d\x8d\x09\xe6\x0f\x37\x86\x03\x2e\x08\x00\xab\xb1\xd8\ +\xda\xf7\xad\xd5\xff\xd1\x58\xea\x77\x63\xca\xfe\x00\xac\xc6\x15\ +\x8d\x43\xe3\x2e\x36\xb6\x0d\x7e\xb2\x35\x9c\x0f\xb0\x8e\x01\xe0\ +\x44\x63\x6d\xff\xef\x34\x96\xfc\xbd\x32\xb3\xfd\x01\x58\x6d\x47\ +\xf4\xaa\xd9\x19\x7d\xb2\x71\xba\xe0\xda\xcd\x07\x58\xb7\x00\x70\ +\x6c\xa6\xae\xf7\x55\xbf\xdf\xd8\xe1\xef\x94\xf7\x22\x00\xfb\xd0\ +\x1e\x5d\x33\xff\xfc\xc3\xc6\x70\xc0\x5a\x0d\x05\xac\x5b\x00\xb8\ +\xa2\xb1\x9f\xff\xff\x5e\xfd\xaf\x33\x0c\x00\xc0\x7e\x38\x39\x2b\ +\x01\xcf\x34\x0e\x12\x7a\xaa\x35\x1a\x0a\x58\xa7\xd2\xf9\x22\x6d\ +\xbd\xbd\x7a\x7f\x63\x4d\x26\x00\xec\xa7\x97\x37\x26\xa4\xdf\x39\ +\xc3\xc0\xda\xcc\x47\x5b\xa7\x00\x70\xb2\xba\xa3\x7a\x6f\x63\xe3\ +\x9f\xe3\xde\x77\x00\xec\xb3\x13\xd5\x9b\x1a\xdb\xcf\xdf\x36\xbf\ +\x5f\x9b\x7f\xf8\xba\x04\x95\xab\x67\xc2\x7a\x4f\x3b\xe3\x2e\x7b\ +\x69\xbb\x31\xa1\xe3\x62\x63\xfb\xc7\x2d\xef\x73\x80\xb5\x69\x33\ +\x4e\x36\xe6\x88\xad\xe2\xe8\xf7\xeb\x66\xe7\xf4\x0b\xd5\x83\x8d\ +\x3d\x02\x0e\xfc\xde\x00\xeb\x14\x00\x6e\x6a\x94\xff\x5f\xbd\xc7\ +\xbd\xff\xed\xc6\xc6\x0e\x8f\x37\xd6\x77\x3e\x36\x6f\xe6\x85\x0e\ +\xe1\x79\xd0\x00\x87\xcc\x62\xd7\xbe\xeb\x1a\x5b\xf7\xbe\x6c\x7e\ +\xbd\xb2\xbd\xab\x7a\x9f\xa8\xde\xd0\x38\x87\xe6\x1f\x1a\x2b\x02\ +\x36\x05\x80\xe5\x38\xd5\x28\xff\xdf\xd5\xde\x6d\xf8\xb3\xdd\xd8\ +\xde\xf1\xc1\xea\x9b\xd5\xdf\x57\xdf\xab\x9e\x68\x1c\xfc\x70\xc9\ +\x73\x05\xb0\x16\x4e\x36\xaa\xc6\x37\x55\xaf\xaf\xde\xd9\xd8\x3b\ +\xe6\x8e\x19\x04\x96\x5d\x11\xd8\x98\x81\xe3\xae\xc6\x30\xc0\x43\ +\x02\xc0\xf2\x5c\xdd\x18\x63\x79\xc3\xbc\xb1\xcb\xb6\xd5\x98\xbd\ +\xf9\x0f\xd5\x67\xab\x2f\xed\x6a\xfc\x2f\x35\x66\x75\xea\xfd\x03\ +\xac\x4f\x15\xe0\xf8\x6c\x2f\x6e\xa8\xbe\xd8\x18\xa3\xff\xd0\x0c\ +\x03\x37\xec\x41\x35\xe0\x54\xf5\xe6\xc6\xb1\xf4\xdf\xaa\xce\x0b\ +\x00\xcb\x71\xcb\x4c\x56\x7b\xb1\xe3\xdf\x56\xa3\xdc\xff\x37\xd5\ +\x9f\xce\x37\xca\xee\xfd\x9d\x35\xfc\x00\xeb\x1b\x04\x9e\x6d\x0c\ +\xe5\xde\x53\xdd\xdb\x18\xd2\xfd\x60\x75\x73\xcb\x1d\x4e\xde\x68\ +\xac\x08\xf8\xa5\xea\x7f\x56\x3f\x16\x00\x96\xe3\xb6\x59\x01\x38\ +\xbd\xe4\x00\xb0\xd5\xd8\xc5\xe9\xee\xea\xff\xae\xfe\x76\x86\x81\ +\x4d\xcf\x0d\xc0\xda\x5b\x74\xe2\xce\x56\xf7\x35\xc6\xe6\xcf\xcf\ +\x9f\xfd\x46\x63\x88\x60\x59\x95\x80\x8d\xc6\xf0\xc2\x5b\x66\x10\ +\xf8\x81\x00\xb0\x1c\x77\x54\xb7\x2e\x39\xad\x2d\xde\x14\x5f\xa9\ +\x3e\x32\x2b\x00\x4f\xb4\xe6\xe7\x3b\x03\xf0\x13\x6d\xce\x0e\xde\ +\x17\x1a\x43\x03\xd7\x34\xd6\xef\x5f\xbd\xc4\x8e\xe5\x62\xab\xfa\ +\xdb\xd7\xe1\x82\xac\xcb\x3e\x00\xaf\x6c\x1c\xbf\xb8\xcc\x7f\xef\ +\xe5\xc6\xf6\x8d\x9f\x6e\x94\xfd\x35\xfe\x00\x87\xdb\xe5\xf9\x59\ +\xff\xc5\xea\x53\xb3\x0d\x58\xe6\xe7\xfe\xe2\xa4\xda\xdb\x04\x80\ +\xe5\x79\x6d\xe3\xd0\x85\x65\xa5\xb4\x45\xef\xff\x6b\x8d\xb1\x9a\ +\x47\x34\xfe\x00\x47\x26\x04\x3c\x3a\x43\xc0\xd7\x66\x5b\xb0\xac\ +\xb9\x5e\x8b\xd3\x6a\x55\x00\x96\xe8\xf5\x8d\x73\x00\x96\x15\x00\ +\xb6\xaa\x1f\x35\x66\xfb\x7f\xbf\x35\x3d\xcb\x19\x80\x9f\xcb\x85\ +\xf9\xd9\xff\xa5\xc6\xd2\xef\x65\x6d\xf4\xb6\xd1\x98\xab\xf6\x6a\ +\x01\x60\x79\x5e\xd9\x72\x4f\xfd\xbb\x54\xdd\xdf\x58\xef\xbf\x16\ +\x3b\x36\x01\xb0\x34\xdb\xf3\xb3\xff\x5b\xb3\x2d\x58\xd6\xc4\xef\ +\xc5\x26\x44\x02\xc0\x12\x5d\xdf\xf2\x26\x00\x6e\xcf\xf4\xf7\x48\ +\xa3\x0c\x74\xd1\xb3\x00\x70\xe4\x5c\x6a\x2c\x0f\x7c\xa4\xe5\x56\ +\x81\x4f\x34\x96\xae\x0b\x00\x4b\xb2\xcc\xf2\x7f\xb3\xd1\x7f\xba\ +\xb1\xf3\x9f\xde\x3f\xc0\xd1\xb3\xd5\x18\xff\x7f\xaa\xe5\x6e\xf5\ +\x7e\xa2\x35\x39\xaa\x7e\x9d\x02\xc0\xb2\x57\x00\x5c\x68\x94\x7d\ +\x04\x00\x80\xa3\x67\x7b\x76\x06\xcf\xb6\xdc\xad\xde\x17\x47\xd7\ +\x0b\x00\x4b\x72\x7c\x0f\x6e\xfc\x96\xc6\x1f\xe0\xc8\x57\x01\x2e\ +\xb6\xdc\xcd\xdf\x8e\x35\x26\x02\x0a\x00\x00\x70\x80\xab\x00\x7b\ +\x71\xd4\xfb\x5a\xb4\xad\x02\x00\x00\x1c\x41\x02\x00\x00\x08\x00\ +\x00\x80\x00\x00\x00\x08\x00\x00\x80\x00\x00\x00\x08\x00\x00\x80\ +\x00\x00\x00\x08\x00\x00\x80\x00\x00\x00\x08\x00\x00\x80\x00\x00\ +\x00\x08\x00\x00\x80\x00\x00\x00\x08\x00\x00\x80\x00\x00\x00\x08\ +\x00\x00\x80\x00\x00\x00\x08\x00\x00\x20\x00\x00\x00\x02\x00\x00\ +\x20\x00\x00\x00\x02\x00\x00\x20\x00\x00\x00\x02\x00\x00\x20\x00\ +\x00\x00\x02\x00\x00\x20\x00\x00\x00\x02\x00\x00\x20\x00\x00\x00\ +\x02\x00\x00\x20\x00\x00\x00\x02\x00\x00\x20\x00\x00\x00\x02\x00\ +\x00\x20\x00\x00\x80\x00\x00\x00\x08\x00\x00\x80\x00\x00\x00\x08\ +\x00\x00\xc0\x5a\x3b\xe1\x12\x1c\x4a\x1b\x2e\x01\xb0\x07\xb6\x5d\ +\x02\x01\x80\x83\xe7\x58\x75\xbc\x3a\x35\xef\xeb\x31\x41\x00\x58\ +\x52\xa3\xbf\x5d\x6d\x56\x97\xe6\x6b\xcb\x65\x11\x00\xd8\x7f\xc7\ +\xab\x2b\xab\xeb\xab\x97\x55\xb7\x55\x37\x54\x27\x5d\x1a\x60\x49\ +\x36\xab\xa7\xaa\x87\xab\x47\xaa\x1f\x57\xe7\xe6\xcf\x11\x00\x58\ +\xb1\x8d\xea\x74\x75\x6b\xf5\x4b\xd5\x2f\x57\x6f\xae\x5e\x29\x00\ +\x00\x7b\x14\x00\x1e\xa8\xbe\x5d\x7d\xad\xfa\xe6\x0c\x04\xe7\x54\ +\x04\x04\x00\x56\xe7\x58\x75\x4d\xf5\x96\xea\x3f\xcc\xd7\x9d\xd5\ +\x4d\xed\x94\xff\x17\x21\x01\xe0\x17\xb1\xbd\xeb\xeb\x66\xf5\x64\ +\xf5\xcf\xd5\xe7\xab\xcf\x55\xdf\x98\xe1\x40\x08\x10\x00\x58\x41\ +\xcf\xff\x9a\xea\x5d\xd5\xef\x57\x1f\xae\x5e\x35\xab\x01\x1a\x7c\ +\x60\xaf\xdb\x8c\xdb\xaa\x1b\xab\xd7\x55\xaf\xa9\x3e\x52\x7d\x49\ +\x08\x10\x00\xd8\xfb\xc6\xff\xcc\xec\xed\xff\x7e\xf5\x9f\xab\x57\ +\x34\xe6\x01\x00\xac\xea\x73\xe8\x74\xf5\xda\xc6\xfc\xa3\x8d\xea\ +\x62\xf5\xe5\xea\xb9\xac\x14\x10\x00\xd8\x13\xc7\xaa\xdb\xab\xdf\ +\xae\x7e\x73\xfe\x59\xe3\x0f\xec\x87\xe3\x8d\x39\x48\x1f\x6e\x0c\ +\x0b\x3c\x52\x7d\x27\x13\x03\xd7\xaa\x41\x61\x7d\x9c\xa9\xee\xaa\ +\x7e\xbd\xba\x43\x80\x03\x0e\x40\x08\xb8\xbd\xfa\x60\xf5\x8e\xea\ +\xaa\x0c\x45\x0a\x00\xec\xc9\xbd\xba\xb1\xfa\x95\xea\x0d\xd5\x15\ +\x2e\x09\x70\x00\x9c\x6c\xcc\x05\x78\x77\x63\x29\xb2\x76\x45\x00\ +\x60\xc9\x4e\x34\x96\xf8\xbd\xb5\xb1\xe6\x5f\xca\x06\x0e\x82\x8d\ +\xea\xba\xc6\xaa\xa4\xd7\x34\x36\x23\x43\x00\x60\x89\xae\xa8\x5e\ +\xdd\x98\xf4\xe7\x01\x03\x0e\x5a\x15\xe0\xb6\xc6\xc4\x40\xd5\x49\ +\x01\x80\x3d\x78\xc0\x6e\x69\x2c\x01\x74\xdf\x80\x83\x56\x05\xb8\ +\xaa\xb1\x17\xc9\xc9\x54\x28\x05\x00\x96\xfe\x80\x2d\xf6\xf9\x07\ +\x38\x68\x8e\xcf\xc6\x5f\xbb\x22\x00\xb0\x64\x5b\x8d\xb5\xb6\x96\ +\xd8\x00\x07\xd1\xe5\x76\x0e\x0a\xb2\x17\x80\x00\xc0\x12\x6d\x56\ +\x8f\x35\x36\xda\xb0\xdb\x16\x70\x90\x6c\x57\x67\xab\x27\x66\x47\ +\x05\x01\x80\x25\xba\x58\xdd\x57\x3d\x38\x53\x36\xc0\x41\x71\xa9\ +\x71\x30\xd0\xbd\x02\x80\x00\xc0\xde\x3c\x60\x0f\x54\x5f\x6f\xec\ +\xba\xa5\x0a\x00\x1c\x94\xde\xff\xd3\x8d\x43\x81\xee\x11\x00\x04\ +\x00\x96\x6f\xab\x51\x5e\xfb\x52\xf5\xbd\xea\x82\x4b\x02\x1c\x00\ +\x17\x67\xc3\xff\xc5\xc6\x30\xe5\x65\x97\x44\x00\x60\xf9\x9e\x9f\ +\x15\x80\xcf\x55\x3f\xca\x50\x00\xb0\xbf\x36\xab\x87\x1a\x47\x03\ +\x7f\xad\x31\x47\x09\x01\x80\x3d\x70\xb9\x31\x07\xe0\x13\xd5\x5f\ +\x37\xc6\xdc\x84\x00\x60\xbf\x1a\xff\x47\xab\xbb\xab\x8f\x55\xf7\ +\x67\x95\xd2\x5a\xb1\xa6\x7c\xfd\x9c\x6b\x8c\xb5\xfd\x51\x63\x6f\ +\x80\x0f\x35\x76\x07\xbc\x62\x7e\x6f\x03\x0e\x60\xaf\x6c\xcf\xd7\ +\xc5\xd9\x01\xb9\xbb\xfa\xc3\xea\x1f\x1b\x15\x4a\x04\x00\xf6\xf8\ +\x01\x7c\xa6\x31\x17\xe0\x5c\xe3\x08\xce\x5f\x6f\x6c\xc1\x79\xed\ +\x0c\x02\x27\x1a\xd5\x1d\x61\x00\x58\xc6\x67\xce\xd6\xec\xdd\x5f\ +\xac\x9e\x6d\xac\x48\xfa\x42\xf5\xf1\x46\xe9\xff\xe9\xac\xfd\x17\ +\x00\x58\xd9\x03\xf9\x6c\xf5\xf7\x8d\x12\xdc\xd7\xab\x77\x56\xaf\ +\x6b\xec\xc7\x7d\x7d\xe3\xe8\xe0\xe3\x2e\x15\xf0\x0b\xba\x5c\x9d\ +\xaf\x7e\x3c\x7b\xfd\xf7\x54\xff\x50\x7d\xb5\x51\xf6\x3f\xa7\xf1\ +\x17\x00\x58\x7d\x08\x38\x5f\xfd\x60\x3e\x94\x5f\x6e\x9c\xcb\x7d\ +\x6b\x63\x3f\xee\x45\x00\x50\x05\x00\x7e\xd1\x00\xf0\x7c\x63\xf9\ +\xf1\xc3\x8d\x79\x48\x8f\x35\x36\xfe\x31\xe3\x5f\x00\x60\x9f\x1f\ +\xce\x67\x1b\xb3\x6f\x1f\x98\xf7\xf4\x78\x86\x00\x80\xe5\x75\x36\ +\xb6\xe6\x67\xcd\xe6\x7c\xe9\xf1\x0b\x00\x1c\xb0\x87\xf4\x52\x56\ +\x05\x00\xf0\x12\x58\x06\x08\x00\x02\x00\x00\x20\x00\x00\x00\x02\ +\x00\x00\x20\x00\x00\x00\x02\x00\x00\x20\x00\x00\x00\x02\x00\x00\ +\x20\x00\x00\x00\x02\x00\x00\x20\x00\x00\x00\x02\x00\x00\x20\x00\ +\x00\x00\x02\x00\x00\x20\x00\x00\x00\x02\x00\x00\x20\x00\x00\x00\ +\x02\x00\x00\x08\x00\x00\x80\x00\x00\x00\x08\x00\x00\x80\x00\x00\ +\x00\x08\x00\x00\x80\x00\x00\x00\x08\x00\x00\x80\x00\x00\x00\x08\ +\x00\x00\x80\x00\x00\x00\x08\x00\x00\x80\x00\x00\x00\x08\x00\x00\ +\x80\x00\x00\x00\xbc\x14\x27\x5c\x82\x43\x15\xe6\x8e\xcd\x7b\x7a\ +\xac\xda\x70\x49\x80\x25\xd9\xae\xb6\xaa\xcb\xf3\xb5\xe5\x92\x08\ +\x00\xec\xbf\xe3\xd5\x95\xd5\x8d\xd5\xed\xd5\x1d\xd5\xcd\xd5\x15\ +\x2e\x0d\xb0\x24\x17\xab\x27\xab\x07\xaa\x1f\x55\x4f\x54\xcf\xcf\ +\x30\x80\x00\xc0\x3e\xf4\xf8\x4f\x57\xb7\x55\xef\xac\x3e\x50\xbd\ +\x61\x36\xfe\x57\x57\x27\x5d\x22\x60\x49\x36\xab\xe7\xaa\xc7\xab\ +\xef\x57\xff\xb3\xfa\x4a\xf5\x60\x75\x4e\x45\x40\x00\x60\xb5\x8d\ +\xff\x35\xd5\x9d\xd5\xff\x56\xfd\x46\xf5\xa6\xd9\xf0\x9f\x98\x55\ +\x01\x80\x65\x5a\x94\xff\x7f\x65\xbe\xee\xae\x3e\x51\xfd\x63\xf5\ +\xb4\x6a\x80\x00\xc0\xde\xdb\xa8\xae\x9d\x0f\xe0\x7f\xab\xfe\x63\ +\x75\x6b\xa3\xe4\x6f\x52\x27\xb0\xd7\xed\xc5\xe9\xf9\x19\xf4\x8a\ +\xf9\xfa\xc3\x59\x11\xf8\xb1\x4a\x80\x00\xc0\xde\x36\xfe\x67\xaa\ +\xbb\xaa\xff\x5e\xfd\x76\xf5\x72\xf7\x11\x58\xa1\xc5\xf0\xe3\x2b\ +\xaa\xdf\x9c\x9f\x4b\x17\xab\x2f\x56\xcf\x36\x26\x0c\x22\x00\xb0\ +\x64\xc7\xab\x57\x56\xbf\xb3\xab\xe7\xaf\xdc\x0f\xec\xd7\xe7\xd1\ +\x2d\x8d\x21\xc8\x27\xab\x47\xaa\x6f\x56\x97\x5c\x9a\xf5\x49\x72\ +\xac\x8f\x33\xd5\xdb\xab\x0f\x6a\xfc\x81\x03\xd2\x86\xdc\xd2\x98\ +\x84\xfc\xce\xc6\x3c\x24\x4b\x90\x05\x00\xf6\xe0\x5e\xdd\xd4\x18\ +\xfb\x7f\x6d\x66\xf9\x03\x07\xc3\xc9\xea\x55\xd5\xbb\xab\x97\x69\ +\x57\x04\x00\xf6\xe6\x21\xbb\xa3\x7a\x6b\x75\xbd\x7b\x07\x1c\x10\ +\x1b\x8d\x55\x49\x6f\x9e\x9d\x93\x53\x2e\x89\x00\xc0\x72\x9d\xaa\ +\x5e\xd3\x58\xf7\xaf\xf7\x0f\x1c\x24\x27\x1a\x13\x92\x5f\x93\x4d\ +\xc8\x04\x00\xf6\xa4\x02\xb0\xd8\xe4\xc7\x7d\x03\x0e\x5a\x15\xe0\ +\x4c\x63\x47\xd2\x93\x99\x07\x20\x00\xb0\xf4\x07\xec\x54\x26\xfe\ +\x01\x07\xd3\xf1\x76\xce\x22\x41\x00\x60\x89\xb6\xab\xf3\x8d\x2d\ +\x39\x01\x0e\x9a\xcb\x8d\xfd\x00\x2e\x67\x2f\x00\x01\x80\xa5\xba\ +\x54\x3d\xd6\xd8\x68\xc3\x6e\x5b\xc0\x41\xeb\xa0\x3c\xdb\x38\x2b\ +\xc0\x3e\x00\x02\x00\x4b\x76\xb1\xba\xaf\x71\x12\xd7\x05\x97\x03\ +\x38\x60\x1d\x94\x87\xab\x7b\x7c\x3e\x09\x00\xec\xcd\x03\xf6\xc3\ +\xc6\xc1\x1b\x4f\xaa\x02\x00\x07\xa8\xf7\xff\x54\xf5\xcf\xd5\xbd\ +\xb3\xb3\x82\x00\xc0\x12\x6d\xcd\x86\xff\x4b\xd5\x77\x1a\xf3\x01\ +\x00\xf6\xdb\x85\xea\x7b\xd5\xdf\x35\x86\x00\x74\x4e\x04\x00\xf6\ +\xc0\xb9\x99\xb2\x3f\x53\xdd\x9f\xb1\x36\x60\x7f\x6d\x36\x86\x25\ +\x3f\x57\x7d\xad\x3a\xeb\x92\x08\x00\xec\x8d\xcb\xd5\x43\xd5\x27\ +\xab\xbf\x12\x02\x80\x7d\x6e\xfc\x1f\xac\x3e\x5d\xfd\x65\x63\x88\ +\xd2\x2a\xa5\x35\xe2\x34\xc0\xf5\x73\xa1\xfa\x76\xf5\x47\x8d\x52\ +\xdb\x6f\x35\xf6\xe1\x3e\x23\xd0\x01\x2b\xb0\xd5\x18\x82\xfc\x51\ +\xf5\xd7\xd5\x47\xaa\xaf\x37\x2a\x94\x08\x00\xec\xa1\xed\xea\xb9\ +\x46\xb9\xed\x7c\x63\xe6\xed\x6f\x34\xf6\xe1\xbe\xa1\xb1\x59\xd0\ +\xee\xcd\x38\xec\xc8\x05\xfc\xa2\x9f\x39\x5b\xb3\x77\x7f\xb1\x31\ +\xe1\xef\x5f\xaa\xcf\xcf\xde\xff\x37\x1a\x4b\x00\xad\xfd\x17\x00\ +\x58\xd1\x03\x79\xb6\x31\x1f\xe0\xb1\xf9\xf5\x1d\xd5\x9b\x1a\xc7\ +\x04\x5f\x57\x9d\xce\xae\x81\xc0\xf2\x7a\xfc\xcf\x54\x8f\x54\xdf\ +\xad\xbe\x3a\x3f\x77\x1e\x9a\xff\x37\x8d\xbf\x00\xc0\x8a\x43\xc0\ +\xf9\xc6\xb8\xdb\xe3\x8d\xe5\x81\x2f\x6f\x1c\xc7\x79\x8d\x00\x00\ +\x2c\x39\x00\x2c\x36\xfa\x79\xb8\x7a\x62\xfe\xec\xb2\xcb\x23\x00\ +\xb0\xbf\x0f\xe7\xd9\xc6\xf8\xdb\xc3\xf3\x9e\x6e\xec\x7a\x01\x2c\ +\xa3\xc3\xb1\x35\x1b\xfc\xcb\x59\xea\x27\x00\x70\xe0\x82\xc0\x62\ +\x9c\x0e\x00\x7e\x26\xb3\xc6\x01\x40\x00\x00\x00\x04\x00\x00\x40\ +\x00\x00\x00\x04\x00\x00\x40\x00\x00\x00\x04\x00\x00\x40\x00\x00\ +\x00\x04\x00\x00\x40\x00\x00\x00\x04\x00\x00\x40\x00\x00\x00\x04\ +\x00\x00\x40\x00\x00\x00\x04\x00\x00\x40\x00\x00\x00\x04\x00\x00\ +\x40\x00\x00\x00\x01\x00\x00\x10\x00\x00\x00\x01\x00\x00\x10\x00\ +\x00\x00\x01\x00\x00\x10\x00\x00\x00\x01\x00\x00\x10\x00\x00\x00\ +\x01\x00\x00\x10\x00\x00\x00\x01\x00\x00\x10\x00\x00\x00\x01\x00\ +\x00\x10\x00\x00\x80\x97\xe2\x84\x4b\x00\x47\xc6\xc6\x0c\xfd\xa7\ +\xaa\x2b\xab\xe3\xf3\x67\x1b\x2e\x0d\xff\x86\xad\xea\x62\x75\xa1\ +\xba\x34\xbf\xdf\x76\x59\x04\x00\xe0\xe0\x37\xfc\xa7\xab\x9b\xaa\ +\x97\x55\xb7\x57\xaf\xa8\xae\xdb\x15\x02\xe0\xa7\xd9\x9e\x8d\xff\ +\xe3\xd5\x83\xd5\x43\xd5\xc3\xd5\xd3\xd5\xa6\x20\x20\x00\x00\x07\ +\xf7\x19\xbf\xa1\x7a\x4b\xf5\xbe\xea\x97\x66\x00\x78\x59\x75\xf5\ +\xac\x08\x08\x00\xfc\x5b\x01\xe0\xd2\x6c\xf0\x1f\xad\xee\xaf\xbe\ +\x5a\x7d\xa9\xba\xb7\x7a\x6e\x56\x04\x10\x00\x80\x03\xe2\x54\xf5\ +\xca\xea\x83\xd5\x6f\x56\xef\xa8\x5e\xde\x28\xff\x9f\x98\xbd\x7f\ +\x78\xa9\x21\xe0\xf2\xec\xf1\x3f\x57\xfd\x4a\x75\x67\xf5\x57\xd5\ +\x57\x66\x75\x40\x08\x10\x00\x80\x03\xe0\x64\xf5\xea\xea\x3f\x57\ +\xff\xa5\x7a\x5b\x75\x7d\x4a\xfe\xfc\xfc\x8e\xb7\x33\x7f\xe4\xba\ +\xea\xd6\xea\xb6\xea\x4c\xf5\xb9\xea\x09\x21\x40\x00\x00\xf6\xff\ +\x83\xfa\xd6\xd9\xeb\xff\xaf\xd5\xdb\xab\x6b\x34\xfc\x2c\xc9\x46\ +\x75\x45\x63\x28\xe9\x43\xf3\xfd\x76\xa1\xfa\x7c\x63\x98\xc0\x9c\ +\x00\x01\x00\xd8\xa7\x0f\xe7\xab\xab\x77\x55\xff\x69\xf6\xfc\x35\ +\xfe\xec\x55\xd0\xbc\xa9\x7a\x7f\x63\x08\xe0\x47\xd5\x3f\x37\x26\ +\x0c\xb2\x06\xec\x03\x00\x87\xef\x99\xbe\xbd\xfa\xd5\xea\xae\xea\ +\x5a\x8d\x3f\x7b\xfc\x7e\xbb\xa9\x7a\x6f\x63\x5e\xc0\xd5\xde\x6f\ +\x02\x00\xb0\x3f\x4e\x35\xc6\xfe\xef\xac\x6e\xf6\x8c\xb3\x02\x27\ +\xab\x57\x55\xef\x6e\x4c\x32\xf5\x9e\x13\x00\x80\x15\xdb\x98\x3d\ +\xfe\xd7\x37\x66\xff\x5f\xe1\x92\xb0\xa2\xf7\xdd\xd5\xd5\x9b\xaa\ +\xd7\x79\xdf\x09\x00\xc0\xfe\x3c\xcf\x37\x54\xaf\x6d\x94\x65\x3d\ +\xdf\xac\xca\xf1\xea\x96\x46\xf5\x49\x00\x10\x00\x80\x7d\xe8\x89\ +\x9d\x99\x1f\xc4\x57\x65\x2c\x96\xd5\xbf\xf7\x6e\x68\x4c\x2e\xf7\ +\xde\x13\x00\x80\x7d\x78\xa6\x6d\xf2\xc3\x7e\xbe\xf7\xb4\x2b\x02\ +\x00\xb0\x0f\x2e\x36\x76\x6a\xb3\x14\x8b\x55\xdb\xac\xce\x67\x33\ +\x20\x01\x00\x58\xb9\xad\xea\x99\xc6\x81\x2d\x36\x64\x61\x95\xb6\ +\xab\x67\xab\xc7\x66\xf8\xf4\xde\x13\x00\x80\x15\x7f\x08\x3f\x55\ +\x7d\xbf\x7a\x64\xf6\xc8\x60\x15\x2e\x36\x36\x02\xfa\x41\x63\x57\ +\x40\x04\x00\x60\xc5\x01\xe0\xf9\x19\x00\xbe\xd7\x18\x0a\x80\xbd\ +\xb6\x55\x3d\xd9\xd8\x05\xf0\xbe\x0c\x3f\x09\x00\xc0\xbe\xd8\x6c\ +\x1c\xd7\xfa\xf7\xd5\x0f\x1b\xc7\xb8\xc2\x5e\x3a\x5f\x7d\xb7\xfa\ +\x62\x4e\x05\x14\x00\x80\x7d\xed\x8d\x3d\x5e\xfd\xdd\xfc\x40\x7e\ +\xa4\x71\x8c\x2b\xec\x85\x4b\x33\x70\x7e\xb6\xfa\xa7\xea\x9c\x4b\ +\x22\x00\x00\xfb\xe7\x62\xf5\xed\xea\x63\xd5\x17\xaa\x47\x33\x1f\ +\x80\xbd\x6b\xfc\xff\xaa\xfa\x44\x63\x0e\x80\xf7\xd9\x1a\x71\x1a\ +\x20\x1c\x3e\xdb\x8d\x55\x00\x5f\x9c\xcf\xf8\x66\xe3\x70\xa0\xdb\ +\xaa\xd3\xd9\xa4\x85\x5f\xcc\x56\x75\xb6\x31\xde\xff\xc9\xea\x4f\ +\xab\x6f\x34\x86\x02\x10\x00\x80\x03\xf0\x21\xfd\x58\x75\x77\x63\ +\x32\xe0\x0f\xab\xf7\x54\x6f\xa8\xae\x6f\x1c\x1a\x74\x5c\x18\xe0\ +\x67\xd8\xd8\x15\x28\xb7\x1a\x43\x49\xe7\xe7\xfb\xea\x5b\x8d\xea\ +\xd2\x67\x1b\xd5\xa6\xe7\xb2\xf4\x4f\x00\x00\x0e\x54\x08\x78\xbc\ +\xfa\xdb\x46\xa9\xf6\x2b\xd5\xdb\xaa\x37\x36\xb6\x0b\x3e\xd3\x38\ +\xc9\x4d\x08\xe0\x67\x05\x80\xcb\xed\x6c\x30\xf5\xe0\x6c\xfc\xff\ +\xa9\xfa\x97\xc6\x1c\x93\x0b\x1a\x7f\x01\x00\x38\x78\x16\x1b\xb4\ +\x7c\xb7\x7a\xa0\xfa\x6a\x75\x6b\x63\xcf\x76\x01\x80\x97\x1a\x24\ +\x17\x01\xe0\xf1\xea\xe1\xc6\x7e\x13\x76\xfd\x13\x00\x80\x35\xb0\ +\x39\x83\xc0\xd9\xc6\x64\xad\xc5\x9e\xed\x26\x02\xf3\x52\x42\xe4\ +\xf6\xac\x04\x6c\xce\x97\x1e\xbf\x00\x00\xac\x69\x6f\xce\x66\x2d\ +\x70\xc4\x49\xff\x00\x20\x00\x00\x00\x02\x00\x00\x20\x00\x00\x00\ +\x02\x00\x00\x20\x00\x00\x00\x02\x00\x00\x20\x00\x00\x00\x02\x00\ +\x00\x20\x00\x00\x00\x02\x00\x00\x20\x00\x00\x00\x02\x00\x00\x20\ +\x00\x00\x00\x02\x00\x00\x20\x00\x00\x00\x02\x00\x00\x20\x00\x00\ +\x80\x00\x00\x00\x08\x00\x00\x80\x00\x00\x00\x08\x00\x00\x80\x00\ +\x00\x00\x08\x00\x00\x80\x00\x00\x00\x08\x00\x00\x80\x00\x00\x00\ +\x08\x00\x00\x80\x00\x00\x00\x08\x00\x00\x80\x00\x00\x00\x08\x00\ +\x00\x80\x00\x00\x00\x08\x00\x00\x80\x00\x00\x00\x02\x00\x00\x20\ +\x00\x00\x00\x02\xc0\xbe\xdb\x5e\xf2\x7f\x6f\x63\xd7\x0b\x80\xa3\ +\x6b\x2f\xda\x81\xed\x75\xf8\xc5\xd7\x25\x00\x5c\xa8\xb6\x96\xfc\ +\x7b\x9f\x9c\x5f\x85\x00\x80\xa3\xe9\x78\x75\x6a\x7e\x5d\x96\xad\ +\xea\xa2\x00\xb0\x3c\x67\x97\x1c\x00\x4e\x54\x67\xe6\x8d\x07\xe0\ +\x68\xf6\xfc\x4f\xce\xb6\xe0\xe4\x92\x03\xc0\xf3\x02\xc0\xf2\x3c\ +\x5b\x5d\x5e\xe2\x4d\xbf\xa2\xba\xb1\xba\x66\xc9\xc9\x0f\x80\xf5\ +\x70\xac\xba\x7a\xb6\x05\xa7\x5b\x5e\x35\x78\x6b\xb6\x59\x02\xc0\ +\x92\x3c\xb6\xc4\x00\xd0\xec\xf9\xbf\xa2\x7a\x75\x75\xa5\xe7\x00\ +\xe0\xc8\xb9\xa2\xba\x7d\xb6\x05\x57\x2c\xf1\xbf\x7b\xb9\x7a\x52\ +\x00\x58\x9e\xfb\x1b\x63\x2a\xcb\x9a\x58\x71\xa2\x7a\x55\xf5\x8e\ +\xea\x65\xaa\x00\x00\x47\xae\xf7\x7f\x63\x75\x57\xf5\x9a\x96\x37\ +\x04\xb0\x3d\xdb\xaa\x1f\x0a\x00\xcb\x73\x5f\x75\x7e\x89\xff\xbd\ +\x8d\xea\xa6\xea\x5d\xd5\x5b\x1a\x63\x40\x00\x1c\x0d\xa7\xab\x37\ +\x55\xef\xae\x5e\xbe\xe4\xb6\xf0\x7c\x75\x8f\x00\xb0\x3c\x0f\x34\ +\x26\x55\x2c\x73\x22\xe0\x15\xd5\x9b\xab\xff\x50\xbd\xb6\xe5\x96\ +\x80\x00\x38\x98\x4e\x34\xca\xfe\xbf\x56\xbd\xad\xe5\x0e\x03\x6f\ +\x57\xe7\x66\x9b\xb5\x16\x17\x62\x5d\x02\xc0\x53\xd5\x2b\x5b\x5e\ +\xb9\xfe\x58\xa3\xfc\xff\xe1\xea\xe1\x79\xd3\xee\x6b\x4d\x96\x6f\ +\x00\xf0\x73\xb5\x79\xb7\xcd\xcf\xfd\xdf\x6a\xcc\x01\x58\x66\x47\ +\x78\xab\x7a\xa6\xfa\xd1\x3a\x5c\x8c\x75\x19\xfb\xbe\xbe\xba\xb3\ +\x7a\x5d\xcb\x5d\xae\x71\xbc\xb1\x12\xe0\xc6\x79\xe3\x9e\x68\x67\ +\xc9\xe1\xb6\x67\x05\xe0\x50\x58\xac\xfe\xba\xa3\xfa\xcd\xea\x0f\ +\x1a\x73\xc0\xae\x5a\x72\x00\xb8\x58\x7d\xbd\xfa\xf8\xec\x50\xaa\ +\x00\x2c\xc1\xc3\xd5\x3f\x57\x1f\x6c\xb9\xcb\x35\x36\xe6\x1b\xe0\ +\xae\xc6\xca\x80\xeb\xab\x4f\x56\xdf\x9a\x29\x6e\x73\x06\x01\x61\ +\x00\x7e\x36\xcf\x08\x07\xad\xc1\x5f\x7c\x3d\x3e\x3f\xe7\x5f\x3f\ +\x7b\xfe\xbf\xd7\x28\xfd\x5f\xd3\xf2\x87\xc1\xcf\x57\xdf\xa8\x1e\ +\x5a\x87\x8b\xb4\x2e\x01\xe0\xc7\xf3\xa2\x3e\x3c\x1b\xe9\xe3\x4b\ +\x7e\xa3\x9c\xa9\xde\x5a\xdd\x50\xbd\xa1\xfa\x4c\xf5\x8f\xd5\x23\ +\x8d\xa1\x81\x4b\x8d\xa5\x1d\xc2\x00\xfc\xf4\x00\xb0\xb9\x2b\x34\ +\x1f\x86\x2a\xda\xcf\xda\x32\x7c\xf1\x3b\xf2\x6f\x5f\xbb\xe3\xad\ +\x76\xd7\xd5\xc5\xdf\x79\x72\x76\x18\x6f\x9a\x9f\xef\x1f\xaa\x3e\ +\xd0\x98\xf5\x7f\x66\x0f\xfe\x3d\x97\xab\x47\x67\x67\xf5\x09\x01\ +\x60\x79\xce\x35\x66\x55\x7e\xb3\x31\x0c\x70\xe5\x1e\xbc\x61\x4e\ +\x37\xf6\x05\xb8\xa9\xb1\x32\xe0\x9b\x8d\xe5\x87\x8f\x35\xe6\x1f\ +\x3c\xd7\x72\x97\x22\xc2\x61\x72\xa9\x7a\x7a\x86\xf5\xb3\x8d\x0a\ +\xda\xb2\x27\xee\xae\xba\x01\x3b\xd5\xd8\x28\x66\xb1\x53\xdc\xc6\ +\xfc\x90\xbf\x30\x7f\xc7\xb3\xed\x6c\x53\xee\x73\x61\xe7\xba\x9d\ +\x98\x9f\xa7\x57\xcd\x5e\xf6\xb5\xf3\x33\x7b\x63\x85\xf7\xed\x9a\ +\xf9\x59\xfe\xb2\xd9\xe0\xbf\xb5\x7a\xe3\xec\x40\x9e\xd8\xa3\x7f\ +\xcb\x66\xf5\x9d\xea\xfb\xad\xc9\x4e\x80\xeb\x12\x00\x36\x67\x6f\ +\xfc\xeb\x8d\x99\x9b\xa7\xf7\xe8\x06\x1e\x9f\x6f\xd6\xb7\xcc\x4a\ +\xc0\xf3\xf3\x21\x7f\x6e\xfe\x79\xd3\x83\x0e\x3f\xf5\x19\x7d\x76\ +\x06\x80\x07\x1b\xc3\x68\xf7\xcf\x06\x72\x1d\x9d\x9c\x0d\xc8\x6b\ +\x1a\x7b\x86\x5c\x37\x7b\xb1\x17\x66\xa7\xe0\x9e\xea\xbb\xf3\xeb\ +\x63\x8d\xd2\xef\x51\xaf\x08\x1c\x9b\x61\xe9\xb6\xd9\xd8\xbe\x61\ +\x76\xd8\x6e\x9b\x3f\x3f\xb6\x82\xcf\xcf\xdd\xdb\xfb\x5e\x37\x1b\ +\xfc\x45\x00\xd9\xab\x86\x7f\xe1\xd9\xd9\x46\x3d\x38\x03\xb1\x00\ +\xb0\xc4\xd2\xca\x93\x8d\xb2\xfc\x77\xe6\x83\x79\x6a\x0f\xdf\x40\ +\x27\xe6\xeb\xca\xc6\x04\x41\xe0\x67\x5b\x0c\x8f\x5d\x9e\xbd\xff\ +\x07\x1b\x65\xd0\x4b\x6b\x1a\x9a\x4f\xcc\x5e\xe4\x2d\xf3\x33\x60\ +\x51\x32\x5e\x04\x9d\x47\x66\x00\xf8\x62\xf5\x85\xf9\xb9\xf4\x54\ +\xcb\xdd\xb1\x74\xdd\xae\xd7\xcd\x8d\xc9\xda\xbf\x5e\xbd\xb7\x51\ +\x51\xbd\x65\x56\x51\x56\xb9\xe4\x7c\xf7\xf8\xff\xaa\x4e\x7d\xdd\ +\xac\x7e\x50\xfd\xd3\x7c\xdf\x6f\xad\xcb\x4d\x5b\x97\x0f\x97\x73\ +\xd5\xb7\xe7\x03\xf7\xe6\xea\xd6\x15\xbd\x91\x9c\x16\x08\xff\xbe\ +\xcf\x94\x5b\xe6\xeb\x30\x54\xcb\x36\x7e\x42\x65\xe0\xca\xf9\xfb\ +\xbd\xbe\x51\x2d\x7c\x63\xf5\xe7\xd5\x97\xab\xc7\x67\x63\x70\xd4\ +\xee\xf9\x6d\x8d\x3d\x55\x7e\x77\x36\xfe\xb7\xb7\x33\x6c\x72\x14\ +\x3c\x5d\xfd\x5d\x63\xe8\x78\x6d\x86\xbe\xd6\x69\x0b\xdc\x45\xef\ +\xe2\x8a\xf9\xe0\xdd\x9e\x2d\x7c\xe1\xa0\x37\x9e\xeb\xfe\xfa\x59\ +\xbf\xdb\xc9\x59\x1d\xb8\xa3\x51\x6e\x3e\x3b\x7b\x7f\xe7\x3a\x3a\ +\x43\x85\x8b\xfd\x54\xfe\x63\xf5\x3f\x66\xef\xff\xd6\xf6\xbe\xdc\ +\x7e\x90\x6c\xce\x86\xff\x4f\xab\x7f\x98\x01\x60\x2d\xee\xff\xba\ +\x35\xa0\x97\xe7\xeb\xfa\xc6\xd8\xd2\x75\x7a\xe8\xc0\x3e\x87\x9c\ +\xab\x1a\xdb\xc9\x5e\xdb\x18\x1e\x38\x4a\x21\xe0\xea\xea\xfd\xb3\ +\xf1\xff\x40\x63\x25\xd5\x51\xfa\x4c\xde\x6e\xcc\x01\xf9\xcb\xea\ +\x13\x8d\xa1\xaf\xb5\xa9\x00\x1d\x5f\xc3\x8b\x7d\x61\x86\x80\xdb\ +\x1a\x3b\x03\xda\xc2\x17\xd8\xef\x10\x70\xa6\x31\x2c\x70\xcd\xac\ +\x04\x3c\x7e\x04\x42\xc0\xf1\xc6\x24\xc9\x3f\x68\x6c\xae\x73\x73\ +\xeb\xb3\xbd\xfc\xb2\x9c\x6b\x94\xfe\xff\xa4\x31\x47\xed\xf9\x75\ +\xba\xe7\xeb\x58\x42\xdf\x6c\xcc\xb8\x3d\x39\x03\xc0\x2d\x19\x0a\ +\x00\xf6\x3f\x04\x2c\xe6\x06\x5c\xbb\x2b\x04\xac\x55\x83\xf0\x73\ +\xf4\xfe\x7f\xbd\xfa\xaf\x8d\x19\xff\x27\x8f\xd8\x3d\xdf\xac\xbe\ +\x57\xfd\xbf\x8d\xbd\x63\x96\x7d\x6c\xbd\x00\xf0\x53\xaa\x00\x17\ +\x67\xf2\xba\xaa\x9d\x25\x3a\x86\x02\x80\x83\x10\x02\x6e\x9e\x9f\ +\x49\xcf\x37\x36\x86\x39\x8c\x21\xe0\x58\x63\xd8\xe3\xf7\x1a\x93\ +\xff\x8e\xda\x67\xf0\x76\x63\x25\xc8\x27\x1a\x13\x40\xbf\xdf\x1a\ +\x2e\x79\x5d\xd7\x9e\xf3\xd6\x7c\xa8\x2e\x36\x96\x04\xbe\xa2\xd5\ +\x6d\x34\x01\xf0\x52\x42\xc0\xb5\xf3\x73\xea\xb1\x43\x18\x02\x8e\ +\x35\x26\x63\xff\xa7\xc6\xd2\xbf\xd3\x47\xec\x3e\x3f\x53\xfd\x6d\ +\xf5\xc7\xd5\x57\x1b\x7b\xc5\xac\x9d\x75\x2e\x9d\x6f\xce\x8b\xbe\ +\x39\x1f\xb6\x97\x37\xe6\x03\x08\x01\xc0\x7e\x87\x80\xc5\x16\xb4\ +\xd7\x1f\xd2\x10\x70\xa2\xb1\xfc\xf1\xc3\x2d\xff\x90\xb6\x83\xee\ +\xf9\xc6\x78\xff\x1f\x57\x77\xb7\x46\xeb\xfe\x0f\x53\x00\x58\x4c\ +\x08\x7c\x6a\x57\x08\xb8\xb9\xb1\x41\x90\x10\x00\xec\x77\x0f\x79\ +\x11\x02\xae\x6d\x0c\x59\x1e\xa6\x10\x70\xbc\x31\xee\xff\x6b\x8d\ +\x0d\x7f\x8e\x4a\x00\x38\xd7\xd8\xe5\xf2\x4f\x1b\xe5\xff\x1f\xb5\ +\xc6\xfb\x3e\xac\xfb\xe4\xb9\xc5\x50\xc0\x93\xf3\x26\xdc\xd8\xce\ +\x2e\x81\x42\x00\x70\x90\x42\xc0\x61\x9a\x13\x70\xbc\x7a\x6d\x63\ +\x09\xe0\xab\x8e\x40\x00\xd8\x6e\x4c\x3e\xff\x4e\x63\xd2\xdf\x5f\ +\x34\x76\xfe\xbb\xb0\xee\x37\x71\xdd\x6d\xf5\xc2\x19\xb7\xd7\x0a\ +\x01\xc0\x01\x0c\x01\x8b\x89\x81\x8f\xb5\xfe\x4b\x04\x8f\x52\x00\ +\xd8\x9e\xf7\xed\x5b\xb3\xf1\xff\xf3\xea\x5f\xd6\xbd\xf1\x3f\x2c\ +\x01\xa0\xc6\xd2\x8b\xe7\x1a\xb3\x32\x9f\x69\x4c\xc2\xb9\x61\x3e\ +\x78\x47\x6d\x5d\x2a\x70\x30\x43\xc0\x62\x62\xe0\xd9\x59\x09\x58\ +\xe7\x10\x70\x54\x02\xc0\x56\x63\x73\xa7\xaf\x55\x1f\xa9\x3e\xda\ +\x38\x03\xe2\x7c\x87\x60\x28\xe7\x30\xad\x9f\x5f\x84\x80\x87\xe7\ +\xc3\xb5\x3d\x1f\xb6\xab\x3a\x5a\xdb\x52\x02\x07\x33\x04\x5c\xd9\ +\x0b\xe7\x04\xac\xf3\x3e\x01\x47\x21\x00\x5c\x9a\x6d\xc9\xdf\x54\ +\x7f\x58\xfd\x55\xe3\xf4\xc7\x0b\x1d\x92\xc9\x9c\x87\x6d\x03\x9d\ +\xad\xf9\x60\x3d\x5c\x3d\x30\x93\xf6\xe9\xc6\x86\x15\x8b\x21\x01\ +\x41\x00\xd8\x0f\x2f\x5e\x22\xf8\x5c\xeb\x3b\x1c\x70\x98\x03\xc0\ +\x62\x58\xf9\x7b\xd5\xc7\xab\xff\x67\x86\x80\x87\x1a\x4b\xcf\x0f\ +\x8d\xc3\xb8\x83\xde\x62\x75\xc0\x93\xd5\xbd\x8d\xbd\x99\x2f\xcf\ +\x20\x70\x7a\x57\x35\x40\x10\x00\xf6\x33\x04\x2c\x0e\x10\x5a\xc7\ +\x10\x70\x18\x03\xc0\x62\x93\xb9\x47\x1a\xdb\xfb\x7e\xa4\xfa\xff\ +\x1a\x47\xfc\xfe\xb8\x43\x78\xca\xe3\x61\xde\x42\x77\xb3\x31\x1f\ +\xe0\x81\xc6\x6c\xcd\x47\xe7\xcd\x3d\x3e\xdf\xac\xc7\x1b\x65\x39\ +\x41\x00\xd8\x8f\x10\xb0\x7b\xdb\xe0\xc7\x1a\xe3\xca\xeb\xb2\x9e\ +\xfc\xb0\x04\x80\xed\x79\xcd\x2f\xcc\x36\xe2\xeb\xd5\xc7\xaa\x3f\ +\xaa\x3e\x5b\xdd\xd7\x1a\x1d\xef\x2b\x00\xbc\xd0\xd6\x7c\xa8\x9e\ +\x68\x6c\xd5\xf8\x2f\xb3\x22\xf0\xcc\xac\x0a\x9c\x98\xd7\x60\xe3\ +\x45\x0f\x27\xc0\xaa\x2a\x01\x8b\xe1\x80\x75\x9a\x13\xb0\xee\x01\ +\x60\x6b\x76\x12\xcf\xce\x36\xe1\xab\x8d\x31\xfe\x3f\x69\x94\xfd\ +\xbf\x35\x7b\xfd\x97\x0e\xf3\x9b\xf0\xc4\x11\x78\xd0\x16\xeb\x37\ +\x1f\x9d\x37\xf4\xbb\xd5\xe7\xab\x37\x57\xef\x68\x6c\x63\xf9\xca\ +\xc6\x8e\x5d\x57\x35\x76\x13\x3c\xd5\x0b\x57\x0f\x08\x05\x78\x2f\ +\xb0\x17\xef\xa5\x9b\x1a\x9b\xe9\x2c\x3e\xab\xee\x9e\x9f\x55\x97\ +\x8f\xf8\xb5\xd9\xfe\x05\x9e\xb5\xed\x9f\xf2\xb3\xed\xd9\xa0\x9f\ +\x6f\xcc\xec\x7f\x64\x76\x0a\xbf\xd6\xd8\xd9\xef\x7b\xed\x0c\xc7\ +\x5c\xee\x08\x1c\xe7\x7c\xe2\x08\xbd\xa1\x16\x65\x9e\xc7\x1a\xf3\ +\x03\xbe\xd7\x18\xe7\x79\xcd\x4c\xb0\xb7\xcf\xaf\xaf\x6e\x6c\x2b\ +\xbc\x98\x38\xb8\x18\x2e\x38\xee\xc3\xff\xc8\x3b\x39\x03\xa2\xd3\ +\x27\x8f\x86\xc5\x10\xe1\x5e\x3e\xf7\x1b\x8d\x0d\xcc\x7e\x6d\x57\ +\xa3\xf7\xb9\x23\x1c\x02\x16\x73\xb8\x2e\xfd\x9c\x0d\xf0\xf6\xae\ +\xff\xbf\xed\x79\x0d\x2f\xcd\xff\xe6\xd9\xc6\x04\xf1\xef\x37\x86\ +\x85\xef\x9f\xed\xc0\xfd\x8d\xaa\xf0\xc5\xd9\x4e\x6c\x1f\x95\x8b\ +\x7d\xe2\x88\xbe\xc1\x36\x67\x02\x3c\xdb\xd8\xca\xf1\x2b\x8d\xf3\ +\xbc\x6f\x68\x94\xe4\x6e\x9a\x0f\xe5\x8d\x8d\xf3\xbd\xcf\x34\xca\ +\x75\x3e\xf8\x8f\x76\x63\x70\xcd\x0c\x87\x67\xe6\x07\xf5\xb6\xcb\ +\x72\x68\x7b\xe6\x27\xe6\xf3\xff\xf2\xf6\xfe\xa0\xb1\x45\x08\xf8\ +\xe0\x8b\x2a\x01\x8f\x75\x08\x27\x9e\xfd\x1b\xce\xcd\x5e\xf9\x3d\ +\xed\xac\xb5\xff\xf7\x5c\xfb\xed\x5d\x0d\xff\xe6\xfc\xef\x3d\x3d\ +\x03\xd5\xa3\xb3\xd7\xff\x70\x63\x58\xf8\xec\x0c\x06\x9b\x47\xf5\ +\x59\x3e\x71\xc4\x1f\xf4\x45\x55\xe0\xc2\x0c\x04\x8f\xce\x44\x78\ +\x7c\xf6\xfe\x4f\xef\xaa\x02\x58\x3d\xc0\xa9\xc6\x30\xd1\x49\xef\ +\x83\x43\xdd\x41\xd8\x98\xf7\xf9\x5d\xd5\xef\x36\x86\x09\xcf\xac\ +\x30\x04\x1c\xdb\x55\x09\x38\x6a\x21\xe0\x99\xf9\x7b\x7f\xb4\x31\ +\x27\xe2\xe7\xad\x02\x6c\xb5\x33\xce\x7f\xbe\x31\xb7\xe2\xdc\xec\ +\xe5\x5f\x7e\x51\xa5\xe0\xc8\x3a\xe1\x79\xff\x57\xc9\x71\xab\x17\ +\x8e\x13\xed\x7e\x40\xf5\xf8\x8e\x76\xaf\xf0\x27\xfd\x99\xc3\x19\ +\x00\x4e\xcc\xce\xc0\xd9\xf9\xb3\xb7\xad\x28\x04\xdc\xd0\xbf\x9e\ +\x13\x70\x94\x42\xc0\xc5\xd9\x43\xff\xf6\xfc\xfa\xf3\x06\x80\x9f\ +\xf4\xbd\xcf\x6f\x01\xe0\xe7\x7e\x23\x79\xf3\x78\x2f\x70\x74\x5c\ +\x6e\x2c\x01\xfb\xe8\xae\x46\x7f\x15\x21\xe0\x58\x63\x42\xf2\x07\ +\x76\x85\x82\xa3\x36\x27\x60\x6b\xfe\xae\x97\x3d\x77\x02\x00\xc0\ +\x7e\xf5\x46\x17\x21\xa0\x5d\x95\x80\xab\x56\x10\x02\x7e\x52\x25\ +\xc0\xea\x00\x04\x00\x80\x15\x86\x80\x7b\x1a\x27\xc0\xed\xae\x04\ +\xac\x22\x04\x2c\x2a\x01\x56\x07\x20\x00\x00\xec\x83\x4b\x2f\xaa\ +\x04\xac\x32\x04\xec\x5e\x1d\xd0\xae\x4a\xc0\xa6\xdb\x82\x00\x00\ +\xb0\x9a\x4a\xc0\x0f\x7a\xe1\x9c\x80\x3b\x1b\xfb\x85\xac\x6a\x62\ +\xe0\x62\x15\xd2\x67\x55\x02\x10\x00\x00\x56\x5b\x09\x58\x0c\x07\ +\x2c\x56\x0d\xbd\x6d\x45\x21\xe0\xc6\x76\x86\x03\x6a\x0c\x07\x3c\ +\x22\x04\x20\x00\x00\xec\x5f\x25\x60\x55\x21\xe0\x86\x19\x02\x36\ +\x1a\xc3\x03\x9f\x11\x02\x10\x00\x00\xf6\xaf\x12\xb0\xd1\x6a\x86\ +\x03\x8e\x35\x76\x29\xfd\xc0\xae\xbf\x47\x08\x40\x00\x00\x58\x71\ +\x25\xe0\x9e\xea\x2f\xda\xd9\x24\x6c\x95\x95\x80\x5f\xdd\xf5\xfd\ +\x5f\x0b\x01\x08\x00\x00\xab\x0d\x01\x3f\x98\x95\x80\xad\xd9\x18\ +\xaf\x72\x75\xc0\x8b\x43\xc0\xc3\x42\x00\x02\x00\xc0\xea\x2b\x01\ +\xcd\x4a\xc0\x5d\x2b\x0c\x01\xef\x6b\x67\x75\xc0\xa7\x66\x08\xd8\ +\x72\x5b\x10\x00\x00\x56\x17\x02\x3e\xda\xce\x9c\x80\xbb\x5a\xcd\ +\xb6\xc1\x37\x55\xef\xdd\xf5\xb3\x4f\x57\x0f\x09\x01\x08\x00\x00\ +\xab\x0b\x01\xf7\xce\x4a\xc0\x62\x89\xe0\x2f\xb7\xf7\x47\x09\x2f\ +\x2a\x01\xef\xdd\xf5\xf7\x7c\x2a\x73\x02\x10\x00\x00\x56\x1a\x02\ +\xee\xab\x3e\x36\x03\xc0\xb1\x59\x09\xd8\xeb\x10\x70\x7c\x86\x80\ +\xf7\xbc\xa8\x12\x60\x4e\x00\x02\x00\xc0\x8a\x5c\x98\x21\xe0\xe3\ +\xf3\xfb\xad\x15\x55\x02\x8e\xef\xaa\x04\x34\x03\xc8\xa7\x55\x02\ +\x10\x00\x00\xf6\xa7\x12\xd0\x8a\x2b\x01\x37\xcc\x10\xb0\xd8\x31\ +\xd0\xea\x00\x04\x00\x80\x15\xd9\x9e\x21\xe0\xfe\x17\x55\x02\xde\ +\xde\xde\x4f\x0c\x5c\x54\x02\xde\xb7\xeb\xef\xb5\x59\x10\x02\x00\ +\xc0\x8a\x43\xc0\x62\x38\x60\xb1\x54\x6f\x95\xfb\x04\xbc\xaf\x9d\ +\xd5\x00\x9f\x9b\x95\x00\xa7\x08\x22\x00\x00\xac\x20\x04\x2c\xe6\ +\x04\x7c\xac\x9d\x1d\x03\x57\xb9\x4f\xc0\xfb\x77\xfd\x5b\x3e\xd7\ +\x38\x45\xf0\x92\x5b\x83\x00\x00\xb0\xf7\x2e\xb4\xb3\x44\x70\x51\ +\x09\x58\xd5\xd9\x01\x8b\x53\x04\x17\xee\x6e\x0c\x07\x08\x01\x08\ +\x00\x00\x2b\xb0\x7b\x9f\x80\x45\x8f\x7c\x15\x67\x07\xbc\x38\x04\ +\x6c\xcf\x10\xa0\x12\x80\x00\x00\xb0\xc2\x10\xb0\xd8\x36\xf8\xd8\ +\x0a\x2b\x01\x1b\xbb\x42\xc0\x62\xa7\x42\x95\x00\x04\x00\x80\x7d\ +\x08\x01\x8b\x6d\x83\x57\x79\x8a\xe0\x8d\xd5\xaf\xb5\x33\x0c\x61\ +\x62\xa0\x00\x00\xc0\x8a\x43\xc0\x0f\x66\x08\x58\x34\xfa\xab\x0c\ +\x01\x1f\xd8\x15\x02\x1c\x25\x2c\x00\x00\xb0\x0f\x95\x80\x3f\x6f\ +\xa7\x2c\xbf\x8a\x25\x82\xbb\x43\x40\xf3\xef\xfe\x6c\x36\x0b\x12\ +\x00\x00\xd8\xf7\x4a\xc0\x2a\x42\xc0\x0d\x8d\x25\x82\xc7\xe6\xcb\ +\xb6\xc1\x02\x00\x00\x2b\x74\xe9\x45\x95\x80\x55\x87\x80\x5f\xdd\ +\xf5\x33\xdb\x06\x0b\x00\x00\xec\x53\x25\x60\xe1\xae\xf6\x7e\xdb\ +\xe0\x63\xd5\xf5\x8d\x1d\x03\x17\x73\x02\x3e\x35\x43\xc0\x96\xdb\ +\x22\x00\x00\xb0\xba\x4a\xc0\x9f\xf5\xc2\x39\x01\xab\x08\x01\x8b\ +\x03\x84\x16\x84\x00\x01\x00\x80\x15\x57\x02\xee\x7d\x51\x25\x60\ +\x3f\x42\xc0\x46\xf5\x49\x21\x40\x00\x00\x60\xb5\x95\x80\x7b\x7b\ +\xe1\xea\x80\x3b\x57\x18\x02\xde\xd3\xce\xfe\x04\x9f\xae\x1e\x12\ +\x02\x04\x00\x00\x56\x57\x09\xb8\xaf\x9d\xd5\x01\xdb\x2b\xac\x04\ +\xdc\x38\x2b\x01\x8b\xbf\xe7\x53\x59\x1d\x20\x00\x00\xb0\xd2\x10\ +\x70\x6f\x2f\x9c\x13\xb0\xaa\x4a\xc0\x22\x04\x2c\x2a\x01\x56\x07\ +\x08\x00\x00\xac\xd0\xa5\x7d\xac\x04\xdc\xd0\x58\x1d\xb0\x60\x9f\ +\x00\x01\x00\x80\x7d\x08\x01\xfb\x35\x27\xe0\x7d\xbb\x2a\x01\x9f\ +\x99\x21\xc0\xd9\x01\x02\x00\x00\x2b\xb0\x9f\x73\x02\x16\x9b\x05\ +\x2d\xfe\x9e\x45\x08\xd8\x70\x5b\x04\x00\x00\x56\x57\x09\xf8\xb3\ +\xf9\xfd\xaa\xe7\x04\xbc\xaf\x9d\xd5\x00\x9f\xad\x9e\x74\x4b\x04\ +\x00\x00\xf6\xde\xf6\xac\x04\xdc\xdf\xce\x70\xc0\xaa\x2a\x01\xbb\ +\x0f\x10\x3a\x3e\x7f\xf6\x37\xbb\xfe\x8c\x00\x00\xc0\x1e\x5b\x0c\ +\x07\xfc\xf9\x8a\x2b\x01\xbb\xcf\x0e\xd8\xae\x4e\xcd\x9f\x0b\x01\ +\x02\x00\x00\x2b\x0c\x01\xf7\xb7\xb3\x63\xe0\x56\xab\x39\x3b\x60\ +\xa3\x71\x76\xc0\xfb\x67\x00\x78\x60\x56\x06\x8e\xb9\x25\x02\x00\ +\x00\xab\xad\x04\x7c\xf4\x45\x95\x80\x55\x9c\x22\x78\x7d\x63\x9f\ +\x80\x37\x57\x57\x6b\x47\x04\x00\x00\xf6\x27\x04\xfc\xc5\xfc\x7e\ +\x31\x27\x60\x15\x21\xe0\xda\xd9\xf8\x6f\x64\x45\x80\x00\x00\xc0\ +\xbe\x84\x80\x7b\x77\x55\x02\xb6\x1b\xc3\x01\x7b\x1d\x02\x4a\xe9\ +\x5f\x00\x00\x60\xdf\x43\xc0\xfd\xbb\x2a\x01\x55\x6f\x6f\xef\xe7\ +\x04\x20\x00\x00\xb0\xcf\x2e\xcc\x4a\xc0\x5f\xb4\x53\x96\x5f\xc5\ +\x70\x00\x02\x00\x00\x07\xa0\x12\x70\x6f\xf5\xb1\x76\x76\x0c\x5c\ +\xd5\x70\x00\x02\x00\x00\xfb\x1c\x02\x7e\xd0\xce\x9c\x80\x1a\xab\ +\x03\xae\x11\x02\x10\x00\x00\x0e\x7f\x08\xb8\xa7\x17\xae\x0e\xb8\ +\xab\x9d\x59\xfb\x20\x00\x00\x1c\xf2\x4a\xc0\xee\x39\x01\x2a\x01\ +\x08\x00\x00\x47\x28\x04\x7c\x74\x56\x01\x6a\x4c\x0c\x54\x09\x40\ +\x00\x00\x38\xa2\x95\x00\x21\x00\x01\x00\xe0\x88\x56\x02\xac\x0e\ +\x10\x00\x00\x38\x02\x21\xe0\xfb\xfd\xeb\x89\x81\x07\x2d\x04\x6c\ +\x37\x0e\x37\xda\x76\xcb\x04\x00\x00\x96\xe3\xd2\xae\x4a\xc0\xd6\ +\x6c\xf8\x57\x71\x8a\xe0\xbf\xf7\xdf\x78\x51\x00\x10\x00\x00\x58\ +\x7e\x25\xe0\x9e\xc6\x66\x41\x8b\x1e\xf7\x41\xd9\x36\x78\xab\x7a\ +\x7e\xbe\x2e\xbb\x55\x02\x00\x00\x7b\x13\x02\x16\x73\x02\x36\x66\ +\x08\xb8\x72\x9f\x43\xc0\x1b\xdc\x61\x2b\x00\x00\x02\x54\x49\x44\ +\x41\x54\x66\xf5\xe3\xea\xa9\x59\x09\x40\x00\x00\x60\x0f\x42\xc0\ +\x7d\xb3\x12\xb0\x28\xb7\xef\x77\x08\xb8\x50\x3d\x52\x3d\x96\x61\ +\x00\x01\x00\x80\x95\x85\x80\xc5\x9c\x80\xfd\x0a\x01\xcf\x36\xce\ +\x32\x78\x78\xfe\xdb\xd8\x63\xc7\x5d\x02\x80\x23\xeb\x72\x75\x76\ +\xf6\xba\x2f\x54\xb7\x54\x37\xcd\xce\xe1\x2a\x43\xc0\xc5\xea\x5b\ +\xd5\x5f\x56\x5f\x6b\xcc\x03\x40\x00\x00\x60\x0f\x6d\x55\xcf\x55\ +\x8f\xee\x0a\x01\x37\x56\x27\x57\x14\x02\xb6\x1b\x63\xff\x77\x57\ +\x9f\xa8\xee\xcf\x24\x40\x01\x00\x80\x95\x85\x80\x67\xdb\x19\x7f\ +\xbf\x79\x85\x21\xe0\x62\xf5\xcd\xc6\x1e\x05\x5f\x9a\xff\x0e\x04\ +\x00\x00\x56\xe4\xf2\xae\x4a\xc0\xe6\xac\x04\xdc\xb0\xc7\x21\x60\ +\xb3\x7a\xb0\xfa\x64\xf5\x71\xbd\x7f\x01\x00\x80\xfd\x0d\x01\x8f\ +\xcd\x3f\xdf\xbc\x87\x21\xe0\x72\xf5\x78\xa3\xf4\xff\x27\xd5\x3f\ +\x55\xe7\xdc\x02\x01\x00\x80\xfd\x0b\x01\xcf\x34\x96\xe4\x6d\x36\ +\x86\x02\xae\xab\x4e\x2d\x31\x04\x5c\xae\x9e\xa8\xbe\x58\xfd\x71\ +\xf5\xb7\x8d\xf5\xff\x08\x00\x00\xec\xa3\xc5\x9c\x80\xc5\xc4\xc0\ +\x6b\x76\x85\x80\x63\xbf\xc0\x7f\x77\xbb\xb1\xc9\xcf\xa3\xb3\xf1\ +\xff\xa3\xea\x73\xb3\xe2\x60\xdd\xbf\x00\x00\xc0\x01\x09\x01\xcf\ +\x34\xc6\xe8\x9f\x6e\x0c\x03\x5c\x35\x43\xc0\xcf\xb3\x4c\x70\x73\ +\x86\x8a\x1f\x54\x9f\xa9\x3e\x52\x7d\x7e\x36\xfe\x5b\x2e\xb7\x00\ +\x00\xc0\xc1\xab\x04\x3c\x58\x3d\xd4\x98\x1f\xb0\x3d\xdb\x8e\x63\ +\x33\x04\x6c\xfc\x8c\x30\x70\xb9\x31\xcb\xff\x99\xc6\x04\xbf\xbf\ +\x6b\xcc\xf6\xff\xb3\xea\xcb\xd5\x93\x1a\xff\xfd\xe3\x2c\x68\x00\ +\x5e\x4a\x5b\x71\xa6\xba\xbd\xba\xb3\x7a\x67\xf5\xa6\xea\x8e\xea\ +\x65\xd5\xb5\xed\xcc\x11\xd8\x9e\xaf\x73\x8d\xf5\xfd\x0f\x57\x3f\ +\xac\xbe\x51\xfd\x7d\xf5\x9d\xc6\xe4\x3f\xbb\xfd\x09\x00\x00\xac\ +\x89\x63\x33\x08\xdc\x32\xc3\xc0\xab\x66\x08\xb8\xa5\x31\x4f\xe0\ +\xc4\x6c\xfc\x2f\x36\x26\xf5\x3d\x34\x1b\xff\x1f\xcd\x3f\x3f\xd1\ +\x98\x53\x80\x00\x00\xc0\x9a\xb6\x1d\x27\xab\x2b\xaa\xd3\x8d\xf3\ +\x03\xce\xec\x0a\x00\x97\x1a\x5b\x0c\x9f\xab\xce\xcf\x40\xb0\xe9\ +\xb2\x09\x00\x00\x1c\xce\xea\xc0\xee\x21\x00\xb3\xfa\x01\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x58\xae\ +\xff\x1f\x88\x81\x54\x38\xc0\x31\xad\xf9\x00\x00\x00\x00\x49\x45\ +\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x20\xd9\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x69\x00\x00\x00\x3c\x08\x06\x00\x00\x00\x65\xc1\x94\x7e\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ +\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\ +\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xe3\x07\x08\x12\x0b\x0e\x30\x7e\xb4\xa1\x00\x00\x00\x1d\x69\x54\ +\x58\x74\x43\x6f\x6d\x6d\x65\x6e\x74\x00\x00\x00\x00\x00\x43\x72\ +\x65\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x47\x49\x4d\x50\x64\ +\x2e\x65\x07\x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xcd\x9c\x5b\ +\x93\x1d\xd7\x75\xdf\x7f\x6b\xed\xdd\xdd\xe7\x32\x67\x06\x18\x00\ +\x24\x40\x80\x20\x09\x82\x37\x59\xa2\x2c\x51\xb4\x2e\xb4\x2d\xc5\ +\x32\x5d\x72\xca\xb7\x54\x62\xfb\x2d\x8f\x76\x55\xaa\x92\xd7\x7c\ +\x05\x7f\x85\xf0\x21\x2f\xc9\x43\x6c\xe7\xe6\x44\x76\x24\x59\xb6\ +\x1c\x39\x52\xd9\x22\x25\x51\xb4\x24\x4a\x22\x09\x02\x14\x88\x3b\ +\x67\x06\x33\xe7\xd6\xdd\x7b\xef\x95\x87\xdd\xe7\xcc\x01\x28\x91\ +\xa2\x00\x12\x6c\xd4\xae\x33\x73\x30\x33\xa7\x7b\xaf\xbd\xd6\xfa\ +\xaf\xff\xba\x88\x99\x71\x2b\x57\x8a\x90\x1c\x44\xa0\x21\x30\x67\ +\xfe\xdc\x75\xf6\x9e\xd8\x63\xc2\x9c\x96\xb3\x3b\xe7\xd8\xad\x77\ +\xb9\xb6\xf7\x06\x5b\x7b\xdb\x4c\xe7\x13\xda\xd4\xa2\xaa\xa8\x82\ +\x4b\x9e\x3b\x79\x99\xe8\x4f\x7c\x5f\xba\x6d\x29\x7d\x81\x85\x48\ +\x0c\x01\x49\x86\x57\xc7\xda\x70\xc8\x68\x34\x62\x30\x18\x70\x54\ +\x0e\x71\xe8\xc0\x26\x77\x0f\xee\x66\x8d\xd1\x37\x0b\xdc\x33\x1e\ +\xff\xcc\x80\x3e\x15\x15\x6a\x20\x09\xb8\x61\x9b\x13\xa8\x74\xaf\ +\xee\x6d\xef\x51\x6e\x55\x48\x4d\x3d\xc6\x9c\x31\xd7\x86\x6b\xf5\ +\xb6\xbd\xba\x7d\x9e\x97\xae\x9e\xe1\xb5\xf1\x45\xae\xa5\x1d\xea\ +\x7e\x62\x56\xd6\x34\x45\xa4\xf5\x91\xe0\x23\x41\x13\x26\x46\xc4\ +\x18\xd4\x7d\xde\x2f\x97\xc9\xbe\x70\x00\xd4\x20\xa5\x84\x53\xc5\ +\x89\xe2\x4d\x20\x25\xcc\x0c\x31\x10\x11\x1e\xbd\x72\x02\x5a\xa3\ +\xa2\xe4\xe8\xc1\x7b\x78\xf8\x9e\xd3\xdc\x7f\xe4\x24\x1b\x6e\x5d\ +\x5c\x0d\xeb\xbd\x35\x08\x9d\x90\x16\x4b\x56\x4e\x41\x21\x3f\x83\ +\x90\x66\x33\x70\x9e\xe4\x3d\xa9\xfb\x79\x9f\x22\xd0\x82\x06\x9a\ +\x98\x10\x37\xc0\x45\x8f\xa6\xfc\x36\x7d\xb8\x2e\x53\x66\xcc\xed\ +\x25\xce\x72\x81\xd7\x79\xf9\xfc\x59\x5e\xbf\x76\x91\xdd\x76\x42\ +\xeb\x13\xb1\x14\x52\x91\xa8\x09\x18\x90\x24\xa1\x2b\xa7\x54\x4c\ +\xf7\x4f\xd5\x2d\x5c\x6b\x71\x8f\x5a\x4b\x6a\xed\xd3\x4a\x81\x4b\ +\x0e\x6f\x11\x67\x2d\xa6\x81\x56\x8c\x68\x92\xdf\x4f\x8a\x5a\x22\ +\x55\x81\xb6\xaa\x99\xc8\x8c\x52\x36\xd0\x08\x34\x89\xb2\x15\xd6\ +\xa4\x4f\x2f\x78\x7c\x2d\x94\xd1\xe1\x82\xe0\x92\x22\xa2\x04\x4b\ +\xc4\x94\x70\x65\x81\x38\xa5\x09\x2d\xd2\x3b\xc0\x24\x4c\x09\x65\ +\x8b\xf6\x12\xb1\x1e\xd3\x0f\xca\x07\x8f\x3c\xc2\xc7\x4f\x3c\xc1\ +\xfd\x7a\x8a\x35\x0e\x48\x8f\x01\xda\x09\xa9\xd0\xc4\xbc\xde\x39\ +\xd5\xaf\xca\x33\x73\x12\x05\xe0\xac\x22\xb5\x30\x2f\x0a\x10\x85\ +\xd6\x18\x38\x81\x04\x62\x21\x75\x92\x95\xfc\x4a\x22\x1b\xaf\xd4\ +\x2d\x4f\x33\x4f\x94\x65\x95\xb7\x54\xe0\x52\xbb\x65\x56\x0a\x67\ +\xa6\x67\xf8\xc2\x6b\x7f\xcd\xac\x9e\x33\xa9\x67\xcc\xa4\x26\x3a\ +\xa3\xf1\x91\xe8\x8c\xe0\x12\x51\x0d\x93\x74\x83\x19\xc9\x87\x48\ +\xf3\x49\x95\x5b\x13\x52\x61\x35\x49\x1c\x11\x8f\xe1\x00\x45\x0c\ +\x94\x98\xed\x8c\x2a\xa8\x10\x13\x38\x55\x48\x46\x33\x9d\xa0\x96\ +\x38\xb0\x31\x22\xed\x0e\xf0\x28\x3e\x0a\x65\xf4\x1c\x2c\xd7\x38\ +\x3a\x3a\xc2\xf1\xcd\xa3\x1c\xdb\xb8\x1b\x82\xd1\x2b\x7a\xf4\xe9\ +\x01\x8e\x9a\x96\x39\x0d\x93\xf9\x84\xf1\x78\xcc\xd6\x78\xcc\x95\ +\x6b\x17\xb9\xbc\x7b\x91\xba\xa8\xa1\x0f\xb5\xb6\xa4\xa4\x54\xb1\ +\xe4\x2e\x77\x17\xbf\xfd\xd1\xa7\x79\x58\xef\x97\x2a\x0a\x03\xd7\ +\x67\xb6\x37\xa5\x37\x1a\xd0\x5a\x44\x65\x86\xb5\x42\xe1\x7a\x44\ +\x53\x92\x73\xf9\x50\x47\x70\x29\x52\x38\x45\xa6\x66\x14\x80\x4f\ +\xd6\x69\x8f\x01\x89\x88\xa2\x38\xe6\xbb\x0d\xfd\xc1\x00\x80\x89\ +\xcd\xd8\x2b\xe6\xb6\xc5\x98\xbf\x7a\xf1\x8b\xbc\xb6\x75\x9e\x69\ +\x35\x23\x11\x89\x9a\x88\x1e\x92\x1a\x35\x81\x56\x5b\xa2\x1a\xa8\ +\x2c\x85\xb4\xd0\x70\xb1\x2c\x20\xb8\x75\x21\xb5\x4e\xf1\x29\xe1\ +\x13\x38\x4b\x18\x4a\xab\xba\x34\x5d\x92\x8c\x79\x3d\x86\x52\x71\ +\x65\x85\x46\xc7\x81\x34\x60\x63\xde\x23\x6d\xcf\x38\xc4\x7d\x1c\ +\xbf\xeb\x28\xf7\xdd\x73\x92\x7b\x36\x8f\xb2\xc9\x3a\x1e\x87\x07\ +\x2a\x2a\x9c\x49\x16\xba\x7a\xa2\x25\x42\x4a\xe0\x1c\x20\xb4\xa9\ +\x45\xb4\x46\x31\xf6\xd2\x2e\xaf\x5e\x39\xc7\x77\xb7\x5e\xe1\xe5\ +\xf9\x45\x2e\xfb\x31\x73\x17\x18\x69\x8f\xfe\x76\xcb\x13\xa3\x53\ +\xfc\xd6\x07\x3f\xcb\x66\x3a\xf8\x74\xdf\x1d\xfc\xf2\x3c\x28\x51\ +\x61\x2d\xc5\x6c\x3e\x0b\x4f\x88\x60\x06\xea\x21\x61\xc4\xd8\xd0\ +\x73\x0e\xd9\x36\x3b\x55\x1a\x67\x7a\xa9\x45\x69\xc0\x25\x02\x82\ +\x51\xe2\xad\x44\x62\x56\xac\x89\x8c\x19\x97\xc1\x9e\x0f\xdf\xe7\ +\x7f\x7f\xeb\x0b\x6c\xd9\x36\x54\x8a\xf3\x15\xc9\x02\x01\xc3\xc4\ +\x08\xd2\x12\x24\x22\x4e\xa0\x70\x84\xd0\xdc\x60\xeb\xc5\x40\x4d\ +\x97\xdf\x47\xbd\x35\x21\x4d\x7c\x9f\x32\x35\x0c\x42\x8b\xb7\x40\ +\x12\x08\xe2\x09\xea\xc1\x04\x67\x46\xd5\x73\xcc\xe3\x8c\xd8\x26\ +\xfa\x71\xc8\xe8\x7a\x8f\x93\xf1\x18\x8f\x6d\x9e\xe6\xa9\x47\x3f\ +\x45\xe5\x2a\x3c\x1e\x8f\x52\xe2\xf1\xc1\x21\x49\xf0\x0b\xeb\x92\ +\x3a\x3f\x42\xe7\x53\xb2\xc2\xd2\x06\x28\xa4\x26\x58\x22\x10\x69\ +\x0b\x18\x13\x39\xc3\x25\xbe\x76\xf9\x39\x9e\x3b\xf7\x3c\xa9\xac\ +\x29\x93\xb1\xde\x78\xee\x8a\x07\xf8\xdc\x2f\x7e\x8e\x47\x87\x8f\ +\x4b\x08\x05\x43\xef\x19\x4e\xf3\xdf\x8b\x55\x16\x50\x6a\x0c\x97\ +\x4f\x1c\x81\x40\x85\x20\xd7\xcd\xf0\x40\x99\x6a\x54\x9b\xce\x4b\ +\x14\x28\x15\x1a\x84\x14\x21\x54\x81\xab\x6c\xdb\x7f\x7d\xe5\xf3\ +\x3c\xb7\xf5\x4f\xcc\xd7\x5a\x4c\x5a\xbc\x13\x66\xb5\x62\x66\x98\ +\x1a\xe2\x14\x53\xc3\x2c\x91\x88\x88\xc8\x8a\xcf\x59\x98\x21\xe0\ +\xb6\x0a\x69\x80\xb7\x96\x2a\xb6\x94\xa9\x41\x30\x0c\x21\x8a\xcf\ +\xcb\x02\x12\x13\x43\x5f\xd1\x6f\x94\xf5\xf9\x3a\xbf\x78\xf8\x17\ +\xf9\xe4\xc9\x4f\x72\xcc\xdd\x4d\x49\x8b\x22\x58\x30\xc4\x84\x9e\ +\xab\x50\xf1\x59\x18\xe9\x86\xdb\x5f\x0a\x2c\x09\x24\x12\x6d\xdb\ +\xd2\x77\x09\xd4\xd3\xa8\xa7\x16\x08\x62\x44\x5a\xa6\x5c\x67\x9b\ +\x6b\xfc\xfd\xb9\xaf\xf1\xbd\x2b\x3f\xe4\xba\xd4\x14\x7e\x88\x1f\ +\x17\x3c\x7e\xe4\x83\xfc\xee\x23\x9f\xdb\x96\x98\xce\xdc\x37\x3f\ +\xf0\xb1\xe0\x05\xf3\x9d\x65\x36\x88\x29\x60\xbe\x05\x22\x05\x20\ +\x6d\xb2\xee\x43\x1b\x20\xa1\x08\x05\x05\x12\x95\x64\x30\x75\x35\ +\x67\xe5\x82\xfd\xd9\xf3\x7f\xc1\x8f\xec\x1c\x7b\xc3\x09\x65\x5f\ +\x68\x27\x33\x5c\x9b\x48\x83\x03\xa4\x94\x31\xa6\xaa\x82\x24\x62\ +\x8c\xa4\x14\x20\x19\xce\xb9\xe5\x21\xc4\xf4\xb6\x0b\xa9\xd6\x0a\ +\x24\xe1\x2c\xe2\x2d\x50\xa4\x80\x5a\xde\xe3\xa0\x8a\x49\x41\xcf\ +\x0a\x86\x13\xc7\x83\xc5\x71\x7e\xe5\xbe\x8f\x73\x7a\xfd\x11\x4a\ +\x46\x90\x2a\x36\x74\x8a\xc3\x21\x68\xf6\x93\xe4\x13\x1d\x63\xc2\ +\x89\xa2\xea\x09\x31\xfb\x37\x03\x82\x25\x9c\x77\xdd\x4f\x82\x4f\ +\x0d\x41\x0b\x1a\x4a\x5a\xc0\x22\xf4\x5a\xe8\x09\x50\xd6\x5c\xb1\ +\x2b\x9c\xd5\x2d\xfe\xf4\x7b\x5f\xe4\xc7\xed\x36\x55\x7f\x40\xb5\ +\x97\x38\x6e\x6b\xfc\xfe\x93\xbf\xcd\x29\x1e\x10\x4f\x81\x05\xf0\ +\x96\x2d\x69\x9b\x12\xe6\xe7\x78\x02\x6a\x82\x58\x8c\x24\x35\x1a\ +\x12\xe0\xb2\x13\x4d\x60\x01\xc6\x7e\xce\xeb\xba\x65\xff\xf9\x85\ +\xff\xc6\x8f\xf4\x2c\x3b\xd5\x0e\xda\x4b\xd4\x7b\x13\x0e\xba\x21\ +\x95\x79\xb6\xbc\x74\x42\x02\x15\x43\x44\x90\x14\x71\xaa\xa8\x2a\ +\x29\xc4\x25\x48\x60\x81\xef\x96\xc8\x4e\x48\x12\x6f\x49\x48\x41\ +\xdd\x32\x04\x11\x8c\x32\x05\x7c\x4a\x08\xd9\x3f\x49\xf0\x54\xe3\ +\x92\x27\x0f\x7d\x88\x7f\xfe\xd0\xa7\xb9\x5f\x4e\x10\xa3\x32\x47\ +\x31\x57\x32\x88\x13\x0a\x57\x74\x77\xa6\x08\x92\x91\xb2\x19\x88\ +\x5f\x22\x50\x5b\xf9\xca\x58\xf8\xed\xc8\x00\x65\x96\x8c\xb9\x2a\ +\x4a\x8f\x02\x18\x24\x60\x0e\xd4\x09\x06\x89\xdd\x6a\xce\x2b\x5c\ +\xe5\xcf\x9f\xff\x3c\x17\xeb\xcb\xd4\x71\x4c\xcf\xc1\xb1\xcd\x83\ +\xfc\xce\xbd\x7f\xc8\x83\xbd\xfb\x64\x60\x15\x7e\xae\x14\x25\x34\ +\x02\x5e\x1a\x1c\x2d\xc4\x84\x58\x9a\x83\x28\x2d\x1e\x10\x7c\xca\ +\xa0\x68\x2c\x73\x2e\xbb\x1d\xfb\x8f\xdf\xfe\x53\xce\xf6\x2f\xf3\ +\x3a\x17\x29\x87\x82\xb4\x35\x55\xf0\xb8\xe0\x29\xa5\x62\xbb\x57\ +\x23\x29\x0b\x47\x11\x24\x19\x96\xb2\x46\xaa\x2a\xc4\xb4\x2f\x1c\ +\xb4\xb3\x1e\xfb\x42\xca\x48\xf2\x56\x84\xb4\x6f\x8b\xd4\x40\xcd\ +\x70\x16\x70\x96\xa8\x82\x67\x6d\xd6\xe3\x57\x4e\x3e\xc5\xa7\x8e\ +\x7e\x9c\x7b\x39\x46\x55\x57\x24\x07\x8d\x37\x1a\x22\xeb\xe6\xbb\ +\xa0\xdc\x30\x01\xe7\xb2\x90\x52\xca\x80\xd7\x04\xe2\xe2\xf9\x04\ +\x62\x8a\x88\x1a\x8a\x62\x18\xce\x32\x32\x8e\x40\x20\xbf\x0a\x42\ +\x61\x50\x58\x7e\xbc\x60\x46\x5b\x36\xec\xb2\xcb\x97\x5e\xf9\x0a\ +\xdf\xbc\xfc\x1d\x76\x07\x53\xf6\x98\xf0\x78\xff\x63\xfc\xc6\x23\ +\x9f\xe2\x61\xee\x95\xb5\x76\x0d\xef\x1d\x41\xc0\xa5\x84\xa6\x06\ +\x2c\x21\xd1\xc6\x28\x25\xa1\xd1\xac\xf6\x0e\x26\x71\xca\x4e\x39\ +\xb5\x67\xbe\xf1\x9f\xf8\x51\x79\x91\xad\xe1\x1e\xc1\xd7\x14\x31\ +\xd1\x0f\x8a\x26\xc5\xf0\x44\x71\xd4\xc5\xec\x86\xed\x5f\x40\x6c\ +\xed\xb4\x45\x3a\xcd\x31\xd9\xff\xa9\x45\x94\x6f\x80\xda\xad\x99\ +\xbb\x99\x06\x0a\x3c\x95\x14\xb4\x6d\xc0\x7b\x87\xa6\x48\xda\xab\ +\x39\xe9\x0e\xf3\x7b\x8f\xff\x26\xa7\xf5\x14\xc7\xe5\x5e\x8a\xc6\ +\x43\x02\x2b\x21\x6a\x4b\xc3\x9c\x41\x1a\xdd\x14\x39\xee\x07\xb6\ +\x74\xa6\x8f\x45\x84\x62\x37\x01\x08\xa0\x35\x70\x92\x0f\x07\x12\ +\x08\x62\x34\x9d\xc0\xa0\xa0\x04\x7a\x59\x82\x98\x4c\x99\x94\x33\ +\xfe\x6e\xfb\x39\x3e\xff\xe2\x57\x98\xac\x65\x3a\xe2\xf8\xfc\x00\ +\xff\xe6\xc9\x7f\xcd\x46\x3b\x92\x92\x75\x0a\xaf\x78\x03\x9a\x06\ +\x7c\x42\x67\x26\x18\x2e\x07\x6c\x0a\xf3\x76\xca\xac\x9c\xfd\xd9\ +\xdf\xfc\xf8\x2b\x5c\x2c\x2f\x33\xad\xf6\x10\x69\xe9\xb5\xca\xa0\ +\xe9\x51\x84\x0a\x4d\x15\x51\x1c\xad\x4b\x38\xcb\x4b\x13\x68\x06\ +\x25\x38\xd3\x1c\x7a\xdd\x4c\x21\x75\x0f\xbf\x08\xbc\x93\xdc\x3a\ +\x4b\x50\xf8\x7e\xe7\xf4\x23\x95\x13\xa4\x69\xe8\x5b\x8f\x23\xb6\ +\xc9\x67\x4f\xff\x1a\x0f\xeb\x83\x9c\x48\xc7\x28\x82\x07\x81\xb6\ +\x80\xa4\xe0\x3b\xb3\xb4\x7a\x2f\x19\x19\x76\x2b\xef\x2b\xb1\x7b\ +\x3f\x62\x24\x59\x41\x13\x92\x57\x50\x88\xd6\x3d\x58\x02\x6f\x81\ +\x1e\x35\x25\x0d\x9e\x9a\x64\x21\x5b\x77\x0f\x22\x05\x42\xc1\xe3\ +\x07\x3f\xcc\xaf\x3f\xfa\x1b\xac\x5f\x19\x12\x7a\x0d\x17\xdb\x4b\ +\xfc\xdd\xb9\xaf\xd1\x14\xe1\x8f\x82\xd4\x78\x60\x36\xae\xa1\x2c\ +\x41\x0a\xd4\xc9\x80\x10\x14\x29\x85\x86\x19\x93\xde\xec\x4f\xbe\ +\x39\xfe\xce\xef\xff\xe3\xc5\x67\xb9\xae\xdb\x38\x6a\x06\x2d\x0c\ +\x9a\x8a\xb2\xed\x61\xd6\xef\x20\x6e\x22\x6a\xc4\x25\xc5\x25\x45\ +\x4d\xb3\x70\x3a\x0d\x52\x03\x4d\xba\xe2\x7f\x6e\xe4\xc8\x6e\x87\ +\x80\x00\x7c\x54\x9c\x38\xe6\xa1\x46\x34\x52\x99\xd2\xdb\x49\x7c\ +\xf6\xbe\xa7\xf8\xc4\xe8\x23\x9c\x90\x7b\xf1\xa9\x07\x06\xc1\x41\ +\x74\x60\xa4\x1c\x2d\xb6\x42\xd4\x98\x97\xe4\x65\x44\x22\x91\x44\ +\x24\xd1\x02\x2d\xd6\xbd\xe6\xaf\x03\x46\x00\x1a\xa0\xc9\x07\x71\ +\x41\xf3\x18\x10\x15\x8d\x8e\x9e\x09\x3d\x4b\x54\x62\xb4\x12\x68\ +\x5c\xa2\x29\x1c\x75\x52\x36\x38\xc4\x27\x37\x3f\xc6\x67\xee\xfe\ +\x24\x32\x6f\x68\xa4\xe5\xdb\x17\xbe\xcf\xb3\x57\xbf\xf3\x1f\x92\ +\x0f\x4c\xeb\x09\xfd\x51\x45\x1b\x8c\xe0\x1c\x5a\x2d\xd4\x56\x8d\ +\x1d\x3f\xdd\x3a\xc3\x85\x7f\xff\xb7\x67\xbf\xc6\xb5\x62\x9b\xa4\ +\x73\xaa\x98\x18\x36\x4a\xaf\xf5\x24\xe9\xa0\xa6\x17\xa2\x1a\xd2\ +\x29\xb5\xac\x98\x35\x2c\x9b\xc3\x84\x2e\x05\x61\xa2\x4b\x2d\xca\ +\xb6\x23\xdd\x32\x1d\xb4\xe4\xd7\x6a\x41\x45\x50\xf5\x48\x14\x86\ +\x6d\xc9\x87\x37\x4e\xf3\x99\xbb\x7e\x89\x23\x69\x13\x6d\x1c\xa4\ +\xec\x8c\xa3\x66\x83\xab\xc4\xec\x0a\xcd\xdd\xe0\x1d\x85\x0c\x38\ +\xdc\x72\xe5\xf7\xdd\x0a\x02\x5f\x32\x26\xdd\xb3\xf6\x62\x43\x91\ +\xb2\x81\xcb\x3f\xe0\x40\x0a\xb0\x02\x11\xbf\x04\x1c\x2d\x0d\x2d\ +\x11\xaf\x25\x66\xc6\x3a\x43\x3e\xf3\xc8\xa7\x78\xb0\x77\x0f\xc7\ +\x36\x8e\x32\x75\x81\x2f\xbe\xf0\x55\xae\xf2\x86\x4d\x75\xfc\x5c\ +\x90\x08\x65\xf6\x71\x2a\x73\x28\x1c\x6c\xa7\xbd\xad\x1d\xe6\x07\ +\xff\xf6\xec\xd7\x39\xdb\x5c\xa4\xed\x45\x50\x72\x24\x9f\xf2\xa3\ +\x44\x49\xb4\x2e\xd0\x6a\xa6\x8d\xdc\xca\xcd\x62\xbe\x7b\x14\x25\ +\x49\x7e\x35\xd1\xa5\x80\xde\xb4\xb9\x2b\x7e\xec\x96\xcc\x9d\x24\ +\x24\x24\x06\xc5\x00\x37\x2b\x38\x59\x9d\xe0\x73\x8f\x3d\xcd\x61\ +\x36\xf0\x21\x53\x59\x8d\x83\xe8\xb3\xc1\x75\xc4\x2c\x18\xe7\xa0\ +\xec\xa3\xc9\xe1\x3b\x5e\xcf\x27\xff\x13\x97\x26\x8f\xa6\x02\x89\ +\x05\xa4\x6e\xc5\xc5\x0a\x19\x65\x24\xcb\xcf\xac\x05\xad\x16\x34\ +\x5a\xd0\x50\x50\x23\x80\x52\xe1\x91\xb6\x61\x88\x67\x24\x25\xd2\ +\x44\x36\xca\x21\xff\xf2\xa1\x7f\xc1\xa8\x59\x07\x5f\x90\x36\x1d\ +\x9f\xff\xfe\x17\x98\x96\xb3\x27\x1a\xa6\x4b\x4c\xa9\xd9\xa1\x41\ +\x52\x3b\xf8\x0a\x3f\xe6\x3b\x17\x5e\x24\x0d\x3c\x94\x25\x0d\x42\ +\xed\x3c\xb5\x83\xba\x68\x08\xbe\x06\x9d\x65\x68\x98\x23\x23\x0c\ +\xdf\x2d\x5d\xae\x28\x79\xa5\xee\xdc\x9a\xac\x68\xd1\xca\x69\x14\ +\xbb\x75\x4d\x0a\xbe\xa6\x70\x4a\x6f\xea\x38\x38\x59\xe7\xd3\xa7\ +\x3f\xcd\x5d\x1c\xc3\xa5\x0a\xa4\x3b\x3b\x8e\x4e\x43\x22\x9a\x12\ +\x96\x0c\xb4\xc8\x96\x78\xc9\x4e\xcb\x3b\x5b\x0b\xfb\xa1\x9d\x9e\ +\x89\x60\xaa\x4b\x7f\xb6\xc8\x4e\x14\x78\xac\x6d\xb2\x0f\x74\x25\ +\x12\x23\x8e\x0c\x36\x00\x4e\x73\x8a\xcf\x3e\xfc\xcf\x08\x63\x63\ +\x5b\x67\xfc\xa8\x39\xcf\xcb\xe9\x1c\x3b\x6c\x9b\x23\x52\x18\x28\ +\x05\xcc\xd3\x8c\x09\x13\xfe\xe9\xe5\x17\xba\xe0\x52\x31\x29\xa9\ +\xb5\x64\x5c\x78\x76\x7b\x89\x79\x51\x83\x4e\x28\x6c\x46\x99\x02\ +\xba\x8c\x87\xf7\x9d\x6e\xea\x4c\xca\x9b\x9e\xa7\xd3\x9b\x77\x43\ +\x48\x33\x37\x43\x31\xfa\x7b\xca\xc7\x0e\x7f\x88\x0f\x95\x8f\xd3\ +\xd4\x4a\xd0\x8a\x59\x11\x09\x1a\xf1\xd2\x50\xa5\x16\x17\x02\x66\ +\xf9\x60\xb5\x9d\x57\xc9\x3b\xf6\xb3\x2d\xf3\x39\x77\x96\x1c\x04\ +\x9f\x97\xf9\x8a\x58\x94\x04\x57\xd0\x88\x90\x80\x02\xe8\x01\x3d\ +\x83\x32\x25\x8a\x94\x72\x28\xa2\x42\xc4\xa8\xdb\x86\xc2\x39\x0a\ +\x60\x6d\x77\xc0\x07\x06\x8f\x71\xfa\xd8\x29\x66\x56\xf3\x46\xb9\ +\xc7\xff\x3b\xfb\x0d\x8c\x88\x85\x39\x1a\x41\x71\x90\x24\x72\x71\ +\x7c\x81\x8b\x57\x2e\x51\x55\x15\x6d\x1d\x98\xd7\x91\x58\x96\x4c\ +\x0b\x61\x5a\x24\x1a\xdf\xa2\x52\x53\xa6\x16\x9f\x02\x98\x12\xc5\ +\x93\x44\xba\x30\x32\x2f\x6c\xff\xeb\xd5\x14\xca\xcd\xc9\xb4\x7d\ +\xdf\x74\x8b\x9a\x54\x25\x42\x5b\xb3\x9e\x2a\x7e\xf9\x91\x4f\x10\ +\x43\x62\x54\x6d\xb0\x6b\x91\x80\x11\xa9\x51\x1a\xc4\x22\x92\x14\ +\x15\x8f\x69\x36\xb4\x19\x02\x24\x42\x07\x13\x6e\x5e\x61\x65\x35\ +\x0b\x18\x21\xdd\xc2\x68\x31\xc6\xc0\x04\x98\x75\x68\x50\x01\x1f\ +\x0d\xea\x08\x4d\x80\xc9\x0c\x75\x25\x75\x6c\x99\x12\x48\xce\x23\ +\x45\x89\x53\x07\x4d\x82\x04\x65\x2a\x79\xf2\xa1\x27\xa1\x70\x8c\ +\x5d\xc3\xb9\x9d\xd7\xb9\x1c\xaf\xe0\x25\x66\xc4\x48\x9a\x32\x95\ +\xf8\xdc\x17\x5e\xfb\x06\x3f\x1a\x6d\x93\x36\x02\xd4\x7b\xf4\x83\ +\x20\x73\x25\xa8\xd2\x3a\x80\x8a\x64\x05\x69\x81\x27\x71\x9d\x96\ +\xc4\xd5\xf0\xe2\xcd\x82\x78\xcb\x2c\x9b\xd2\xb9\xbb\xfd\xf8\xea\ +\xa6\x1c\x53\x92\x6c\x56\x57\x11\x62\x8e\xc3\xf2\x27\x0e\xe6\x07\ +\x39\x5a\xf7\xf9\xd4\xe6\x07\xb8\x2f\x8e\x28\xb5\x47\x0d\xf4\xc4\ +\x41\xa8\xe9\x69\xd1\x65\xf3\x14\x4a\xcd\xb1\x19\x50\x76\x27\x5e\ +\xd1\x9f\xf3\x78\xbc\x05\x3c\x75\xd2\x31\xe5\x40\x95\x83\xe5\x8a\ +\x1b\x33\xd0\x66\x06\x85\x30\xde\x80\xf5\xd6\xf8\xb4\xbb\x97\xcb\ +\xc3\x4f\xf3\xdf\xaf\x7c\x95\xf6\xa0\xf0\xf7\x2f\x7f\x9d\x93\x8f\ +\x9c\xb4\x75\x36\x44\x53\x01\x5b\x69\xeb\x89\x59\x3d\x45\x15\x62\ +\x1b\x50\x32\xd5\x23\x37\x65\x6d\x6f\xd6\x88\xdb\x61\xae\x6e\xe5\ +\x12\x03\x6b\x0d\x09\xca\x07\x1f\xfb\x20\x85\xba\x25\x12\x4e\x40\ +\xe5\x2b\xde\xef\x97\x17\xc0\xe5\x3c\xd7\x63\xf7\x3f\xc2\x81\xde\ +\x88\xeb\x6f\xec\x70\xe1\xda\x15\x6a\x22\xd1\x40\xe7\x1a\x78\xf5\ +\xca\x8f\x19\xd7\x13\x4c\x8d\x64\x21\xf3\x6f\x4b\x8e\xed\x66\x38\ +\xcd\x32\xa0\xbb\x13\x42\xca\x5a\xb4\xff\x7d\x15\x4b\x0e\xad\x6d\ +\x72\x88\xc3\x58\xcc\x50\xdc\x43\xc7\xb0\xc5\xee\x24\xa5\x1b\x4c\ +\xab\xdc\x7c\xe2\xee\x64\xca\x3e\x93\x9e\x48\x12\xee\x62\x93\x93\ +\x07\x8e\x52\x68\xc1\x54\x22\x3f\xbc\x74\x86\x56\x03\xba\xc7\xd4\ +\x5e\xb9\x7a\x96\x29\x35\x88\xe1\xa5\x4b\x29\x74\xe4\xe2\xc2\xd4\ +\x2c\xa2\x72\x93\x94\xad\x07\x39\xc9\x76\x27\xb5\x08\xa0\xd7\x96\ +\xfc\xc2\x7d\x1f\xa0\xa1\xa5\xc0\x23\xe4\x03\xe6\x11\x52\x0c\xab\ +\x41\xd0\xfb\x45\x2e\x3f\xe1\x61\x12\xce\x15\x28\x89\xd3\x9b\xf7\ +\x33\x74\x03\xd2\xb0\xe0\xb9\xb3\xff\x44\xab\x0d\xba\xc5\x84\x0b\ +\x7b\x97\x49\x45\x76\x9f\xce\xe5\xdc\x4a\xa1\x05\xd6\xd9\x7d\x13\ +\xed\x04\xb4\x60\x0a\x12\x6a\x76\x5b\xe2\x9c\xb7\xac\x44\x7a\x1b\ +\x56\x42\x0d\xfa\x75\xc9\xe9\xd1\x29\xca\xe4\x11\xa9\x96\xee\xcc\ +\x2c\x52\x38\xb7\xa4\x6f\x6c\x25\x39\x64\xf6\x0e\x7d\xe7\xbb\x78\ +\x39\x72\xb1\x8b\x68\xc9\x88\x3e\xa7\xd6\xee\x41\x6b\x18\x5b\xcb\ +\xc5\x76\x8b\x31\xe3\xe7\xf4\x75\xae\xb2\xcd\x2e\xa1\x8c\xa0\x31\ +\x53\xfc\x5d\x45\x8c\x2d\xe2\x01\xcb\x01\xd9\x2a\x52\x93\x4e\x50\ +\xb7\x53\x2b\x7e\x9e\xeb\xee\xf2\x30\x6b\x0c\x19\xea\x28\x23\xaa\ +\x0e\x18\x84\xb6\xee\xf0\x65\x5a\xe6\x82\xd2\xfb\xc8\x9f\x2e\x85\ +\x64\xa1\x4b\x95\x1b\x3d\x7a\x1c\x61\x83\x63\xeb\x47\xa9\x25\x30\ +\xae\x6a\xae\xcc\xae\x3c\xa1\xe7\xc6\xaf\x33\xf3\x35\x8d\xb4\x88\ +\x87\xd8\xb4\x38\xe7\xb2\x80\x16\x81\x1a\x2b\x5a\x24\xfb\xf6\x5d\ +\xed\xf6\x9b\xaf\x9f\xc5\x1f\x2d\x5f\x81\xd3\x87\x1f\xa0\xa4\xc4\ +\x27\xbf\x20\xe6\x10\x03\xaf\x6e\x5f\x73\x96\x5e\xd4\xb0\xf7\x99\ +\xcd\xd3\x10\x10\x31\xa2\x18\xd4\xca\x06\x43\x4e\xdf\x75\x12\xf1\ +\x8e\xb1\xaf\x39\x7f\xfd\x22\x7a\x71\x76\x95\x79\xd1\x52\xa7\x39\ +\xea\xa0\x6d\x5b\x8a\x4e\x38\xce\x15\x37\x9c\xbe\x25\x64\x90\xf7\ +\xce\x5c\xbc\xdd\x47\x1c\x1f\xde\xc5\x06\x6b\x58\x0b\x54\x25\x04\ +\x48\x01\xfa\xbe\xc2\xad\x24\xec\x6c\x95\xe4\xb5\xf7\x0f\x72\x10\ +\xcb\xa5\x62\xf8\x02\x35\x61\x83\x21\xc3\xd8\xa3\x6d\x6b\x62\x99\ +\xb8\x34\xbd\x8a\x5e\x6b\x76\xb1\x4a\x50\x0f\xc4\x40\xe1\x95\x26\ +\xe4\x52\xa8\x98\x52\x97\xad\xe4\xa6\x84\xff\x7b\xab\x41\x3f\x89\ +\xf7\x5b\x90\x9d\x47\x06\x9b\x38\x94\xb2\xec\xd3\x65\xdc\xf0\x3e\ +\x9b\x63\x5b\x01\x36\x69\xb5\x9e\xa4\x2b\x61\x93\x3b\x64\xf3\x6e\ +\x28\x48\x4d\xb9\xa2\xaa\x21\xa1\x22\x94\xa9\xe4\xf8\xc1\xbb\xe8\ +\xf9\x82\xa8\x91\x9d\x66\x07\xbd\x3e\xbf\x4e\x9d\x9a\x7d\x13\xd6\ +\xd5\xa9\x05\x12\xa1\x7b\x08\xb5\x9c\x27\xd2\x6e\x57\xf7\xa9\x2e\ +\xb9\xbd\xaa\xff\x0e\x84\xba\x78\xed\x53\x51\x2e\x78\xea\x4e\x7a\ +\xd6\xdd\xeb\x82\xad\x4e\x4b\xb1\xbe\x3f\x14\x48\x56\xf7\x4d\xfc\ +\x32\x65\x9f\x29\x14\xe8\x6b\x1f\x6d\x73\x82\x7e\x67\xba\x87\x4e\ +\x66\x93\x1c\xf3\x88\xe4\x7c\xba\x38\x4c\x85\xd6\x6c\x19\x13\x09\ +\x86\xda\x8d\xc1\xed\x82\x3c\xbd\x13\xc8\x6e\x21\x20\x35\xe8\xf9\ +\x22\x73\x5b\x96\x9d\x94\xe9\xf2\xcb\x15\x56\x40\xbb\x50\x42\x56\ +\x78\x82\x05\xe2\xbb\xd3\x82\xca\x18\x59\xbb\xec\x2f\xd1\x18\x14\ +\x7d\x34\xe5\x3d\x1f\xcf\xc6\x68\xb2\x80\x77\x42\x41\x57\x8f\x90\ +\xb2\xa6\x44\x01\x73\x0b\x1a\x26\x2d\x1d\x75\xde\x40\xcd\xdc\x9c\ +\xe8\x7b\x66\xf2\x6e\x0e\x62\x97\xc1\xac\xfa\x5c\xc6\xd5\x25\x7e\ +\xcc\xad\x08\x78\x91\xdf\xea\xd2\x05\x7a\x43\x8a\xd8\xee\xa8\x90\ +\x96\x82\xd2\x5c\x84\xe6\xba\x7b\x49\x18\xa5\xf4\x50\x53\x0a\x94\ +\x94\x02\xba\x9f\x59\x5d\x49\xdf\x8b\xae\xb0\xd9\x59\x5f\x9c\x25\ +\x5c\x62\x59\x2e\x65\x5d\x3a\xe2\x8e\xa1\xa2\xc5\xfd\x2e\xcd\x6f\ +\x22\x69\x3e\x5c\x4b\x9b\x66\xfb\xac\xc9\x9b\xcd\xdd\xbb\xe3\x63\ +\xdf\xe9\xd5\x01\x52\x16\xe9\x41\x93\xfd\xd2\x1c\x4d\x46\x91\x14\ +\xf5\x28\x84\x88\x04\xf0\x78\x44\x84\x28\x10\xc5\x68\x2d\x80\x18\ +\x62\x09\x77\x43\xf0\xda\x65\x5a\x91\xf7\x5e\x38\x37\x69\x5e\x08\ +\x4d\x97\xf2\x4e\x84\xee\x01\x4d\x56\x72\x44\xa2\x08\xee\x27\xde\ +\xe9\x7b\x21\xa2\xb7\xeb\x5a\xa9\x35\x1b\x61\x4f\x02\x4b\x98\x1a\ +\x53\x1a\x2c\x09\x1a\x85\x42\x1d\xba\x36\x18\x2c\x6b\xa6\x9d\x2a\ +\x66\x39\xe7\x21\x4e\x6f\x3c\xb5\x37\xe5\x80\x4c\xde\x5d\x9f\xf4\ +\xb3\x5e\x6d\x5b\x13\x89\x5d\x2c\x94\x32\x82\x93\x95\x52\x1f\x7b\ +\x2b\x1b\xfb\xde\x68\xd2\x5b\x09\xaa\x5d\xf8\xce\x14\x21\x45\xa4\ +\x10\xc6\x69\x8e\xf9\x4c\xba\x6e\x54\x03\x74\x6d\x30\xa4\x74\xe5\ +\x52\x00\x69\xd1\x7f\xe3\x14\x53\x59\x61\x17\x56\x05\x74\xe3\xeb\ +\x9d\x8a\x91\xb2\x26\x05\x12\x0b\x46\xc1\xb0\x37\x25\x11\xf4\xcd\ +\x89\x85\x3b\x80\xf0\x7e\x9a\xa0\x9a\x8e\x0c\x26\xe4\xe2\x18\x15\ +\xa5\x0e\x2d\xaa\x0e\x87\x63\x34\x5c\xc7\x0f\xd7\x0e\x72\xfe\xf2\ +\x55\x5a\x2d\xa9\x5c\x89\xed\x6d\x71\x60\x50\xe2\x9a\x48\xd3\xb6\ +\x24\x27\x4c\xbd\x27\x38\x4f\x94\xac\x55\x45\x84\x22\xd5\x0c\xd2\ +\x8c\x56\x6f\x5d\x9b\x16\xc2\x8e\xec\xb7\xc5\x60\xab\xd8\x6c\x9f\ +\x88\x8c\x5d\xf6\x77\x71\x8d\xf7\xf6\x88\x1b\xf7\xb0\x63\x73\xd6\ +\x64\x84\x00\xd6\xc6\x5c\xb3\xeb\x0d\xac\x41\x62\x91\x61\xfa\xe2\ +\x90\xb9\x45\xf8\x70\x1b\x2c\x41\xca\x15\xba\x49\x64\x59\xae\xb6\ +\x38\x14\xce\x40\xe2\xa2\x00\xb4\x6b\x31\x52\xe9\xc8\xde\xec\x32\ +\x8e\x24\x65\x47\x1d\x7b\x65\x9f\x51\x11\xe9\xb5\x63\xa6\x17\x2f\ +\xb3\xd7\x46\xe2\xa8\x87\xeb\xad\xa1\x47\x06\x07\x28\xcc\xe1\x9d\ +\xa3\x4e\x01\xad\x1c\x31\xb6\x98\x45\x2c\xa5\x1b\x1e\x44\x3b\x84\ +\xb5\x70\xc5\x49\xee\xbc\xb9\xbb\xb4\x77\x8d\x19\x35\xa5\x78\x42\ +\xdb\xe4\x64\x5e\xe1\xa8\xdb\x9a\x44\xbc\x01\x33\xdc\xac\x52\xb7\ +\xe5\xee\xe5\xed\xd2\x10\xdd\x69\x5b\xdc\x87\x19\xab\xff\xe8\x80\ +\x99\x62\x48\x4c\xb4\x34\x4c\x99\x52\x54\x4a\xaa\x13\x47\x46\x47\ +\xd0\xfb\x8b\x63\x0c\x63\x85\xa0\xcc\x63\x8d\xab\x3c\x81\x06\x92\ +\xdd\xe0\x7f\x20\x57\x0e\x95\x31\xe1\xbb\xda\xef\xdb\x6d\xee\x7e\ +\x1e\x02\xe0\xc5\x37\x5e\x25\x10\x73\xa5\x68\xb2\x5c\xc7\x6e\x30\ +\x33\x23\x68\x41\x58\xf0\x8d\xab\x1b\x2a\x8b\x7d\xbb\x4d\x0f\x20\ +\x5d\x2c\xb9\x9f\x15\xe9\x70\x8b\xed\x33\x01\x1d\x45\x62\xca\x0d\ +\x64\xaf\x49\xc4\x61\xac\xe3\xa9\xc4\x31\x73\x33\x5e\xb9\xfa\x0a\ +\x46\xa0\x17\x0b\x8e\x6f\x9c\x40\x8f\x73\x84\x4d\x5d\x87\x56\x08\ +\x16\x49\x45\x42\x9c\x60\xc4\xcc\x3e\x2c\xca\x85\x93\xe2\x6c\x51\ +\xe2\xd5\x99\x27\xb9\x3d\x82\x79\x3b\x56\xfa\xad\xdc\xfb\xab\xe1\ +\x0a\xbb\x4c\x68\x18\x53\x09\xd0\x58\xb6\x2c\x55\xc5\x0c\x68\xd1\ +\xae\xf2\x34\xee\x1f\x2c\x59\x84\xb5\xb7\x43\x97\xd2\xf2\x75\x51\ +\xb3\xb7\xac\xed\x23\x10\x88\x4b\xf6\x66\x81\x3e\xd3\x4a\x39\x40\ +\x24\x51\x06\xa5\x0a\x20\x29\x72\x2d\x6d\x71\x7e\xf2\x63\x54\x13\ +\xeb\xa9\xcf\x5d\xfe\x08\x7a\x37\x07\xb9\x77\x78\x0c\xdf\x0a\xa6\ +\x42\x63\x0d\x56\x1a\xd1\x16\xfd\x45\x82\x98\x74\x02\xca\x5a\xa4\ +\xcb\x30\xe4\xce\x9b\xbb\x9d\x61\xc3\x8b\xe3\x97\x88\xb4\x10\x1a\ +\x88\x91\xec\x26\x0b\x26\xb4\xb4\x8b\x6d\x94\xdc\x66\xba\x6f\xa1\ +\xf5\xb6\x98\x82\x45\x2c\x29\xab\x25\xc8\xe4\xce\xbb\xcc\x69\xa4\ +\xae\x20\x06\xe2\x0a\xfd\xe3\x70\x78\x84\x39\x2d\x85\x2a\xb4\x10\ +\x5d\xcb\xcb\xbb\xe7\x68\x86\x91\x9e\x7a\x4e\x54\x47\x18\x31\x40\ +\x37\x6d\x24\x0f\x6d\x3e\xc0\x50\x07\x14\x38\x1a\xcb\xad\x95\x2d\ +\x61\xd9\x65\xed\x3a\x2d\x12\x7b\x2f\x23\x8c\x9f\x4d\x9b\xf6\x86\ +\x2d\x2f\x9c\xff\x41\x36\x5d\xd2\xee\x77\xe6\x01\x25\x3d\x6e\xa8\ +\xb0\x5f\x56\xce\xa6\x95\x82\xce\x5b\x45\xa0\x2b\xa5\xd4\x1d\xbb\ +\x2e\x66\x48\xf7\x39\xfb\xc8\x73\x9f\x89\xd7\xae\xa1\x8e\xd4\xd5\ +\xd4\x19\x10\x6b\x6a\x6d\xf9\xde\x1b\x2f\xb3\x97\xa6\x84\xbd\x86\ +\x8f\x9c\xfc\x00\x7d\x8a\xa7\xb5\x1f\xfa\x3c\x78\xe8\x7e\x0e\xfb\ +\x0d\xaa\x94\xdb\xa9\x02\x86\x15\x8e\x88\x74\x35\xde\xe0\x3a\xae\ +\x25\x29\xfb\x15\x3e\x77\x40\x50\x37\x0b\x6b\x52\xb5\x9c\x9f\x5e\ +\xe6\x02\x57\xb1\xaa\xeb\x1a\x08\xb9\x12\xa8\x42\x71\x0b\x4f\xb1\ +\xb4\x6e\xe9\x76\x41\x86\x25\x87\x89\xb8\x9b\xfe\x66\x5a\x7e\x9c\ +\x2e\x3d\x95\x22\x78\x04\x45\xba\xe2\xfe\x5c\xae\x55\x01\x46\x5b\ +\x4d\x39\xcb\x05\xce\x4e\x2f\x33\x8f\xca\x28\x0e\x79\x6c\xe3\x01\ +\x2a\xf8\xb2\x92\x0a\x8e\xf8\x43\xb2\xa9\x6b\xf4\x6a\x47\x45\x99\ +\x7b\x66\x7d\x41\xd4\xac\x3d\x45\x50\x5c\xca\x00\xa2\x55\x68\xb5\ +\xa3\xfd\xef\x10\xa3\x9c\x56\x0d\x4b\x69\x4c\x7d\xc3\xd7\x5f\xfd\ +\x16\x3b\xda\x80\x0f\xa0\x30\x30\xb0\x26\x52\xe2\x70\xa6\x1d\x7b\ +\xf9\xae\x30\x70\x9d\x96\xe8\x9b\x4e\xad\x74\x5a\x93\x8f\x8a\xcb\ +\x3d\x5b\x26\xfb\x0a\xdd\x35\xc8\xd7\x71\xca\x6e\x31\xe6\xef\xcf\ +\xff\x03\x57\xd3\x9c\xc3\xeb\xc7\x78\xe8\xc0\x83\x0c\x50\x1c\xb9\ +\x7a\x0b\x35\xe1\xc9\x87\x3e\xca\xa6\x8d\xe8\x35\x3d\xac\x55\xe6\ +\x21\xa1\xde\xe3\x0c\x8a\x8e\x60\x8d\x02\xad\xee\x77\x77\xbb\x3b\ +\x4f\x7d\x11\x63\xcb\x4c\x03\xdf\xbd\x7c\x86\x4b\x6c\xb3\x9d\xf6\ +\xc0\x25\xd2\x3c\xb1\xae\x0e\x17\x40\x16\xa5\xf7\xb6\xe8\xd2\xeb\ +\x38\xb2\xdb\x70\xc8\xe2\xd2\x94\xd9\xbe\x9f\x13\x97\x4d\x60\x82\ +\x14\x12\x1e\x07\x51\x90\x2e\x22\x58\x92\x73\x66\x24\x83\xba\x6c\ +\x78\xd5\xce\xf1\xfc\xd5\x17\x69\x9c\x62\xbb\x05\xbf\x74\xff\x13\ +\x1c\x60\x28\xd2\xf5\xf4\xe2\x92\xe3\xd4\xe0\x04\x0f\xad\xdf\x8f\ +\xbb\x0e\x23\xd9\xa0\x2c\x07\xb4\x31\x23\x16\x5d\x12\xab\x4a\xe3\ +\xb4\xeb\x45\xbd\x3d\x05\xf7\xca\xcd\x45\xc8\xef\xec\x72\x06\x56\ +\x28\xdb\x32\xe1\xef\x5e\x79\x8e\x50\x7a\x76\x9a\x37\xd0\x4a\x21\ +\x97\x6d\x40\x30\x52\x34\x42\x4a\x39\xf6\x5c\xfe\xf2\xed\xd4\xee\ +\x0e\x14\x2c\xb2\x8a\x5d\x5d\x48\xe9\x2a\x52\x63\x54\x9a\x6b\xec\ +\xac\x25\xf7\x13\x4b\x82\xc2\x98\x06\x18\x53\xf3\xf5\xb3\xcf\x72\ +\xa5\xd9\xa2\x2a\xd7\xb8\x6f\xfd\x01\x1e\x1e\x3c\xf4\xc7\xae\x4d\ +\x40\xf8\x23\x0d\x66\x54\xae\x60\xc4\x50\x9e\xbc\xef\xc3\x6c\xcc\ +\x86\xf4\xeb\x3e\x65\x28\x3a\x3f\xb4\x8f\xea\x93\x48\x2e\xc6\xd7\ +\x55\x45\xbf\xbd\xe4\xe9\x3b\x15\x56\x4f\x73\x87\x79\xdd\x37\xbe\ +\x73\xf9\x45\xbe\x17\x5e\xa2\xed\x19\x2d\x93\x45\xa1\x6d\x37\xc7\ +\x87\x6e\x9e\x91\xe6\xc6\x65\xbb\x3d\xec\x90\xde\xe4\x9f\xac\x6b\ +\xd3\x5c\x10\xbb\x44\x90\x68\x2b\x78\xc5\xd0\x9e\xd2\xc8\x9c\x86\ +\x29\x4d\x15\x39\xdb\x9c\xe7\x85\xd7\x7e\xc8\x70\xb4\x4e\x31\xf6\ +\x7c\xf6\x17\x3e\x03\x35\x54\x45\xbf\xfb\x0c\x1f\x10\x12\x3e\xc0\ +\x43\xc5\xa9\xa7\x3f\x72\xf4\x71\xfa\xd7\x1d\xc5\x54\x28\x51\x94\ +\x84\x69\xdc\x2f\xf7\x35\xb7\xd2\x18\xf6\xee\xd8\xbb\x77\x22\xa8\ +\x22\x08\x96\x02\x54\xc6\xb8\xaa\xf9\xca\x4b\x5f\xe3\x35\xae\xb0\ +\xad\x73\x6a\x57\x2f\x23\x4b\xc5\xa1\x92\x9d\x6c\x92\x6c\x66\x6e\ +\x47\xd9\xa0\xeb\xba\x1b\xe9\x4c\x5e\xec\x0c\x9f\x75\x36\xd5\x02\ +\x78\x9f\x4d\x5f\x1b\x13\xe2\x85\x86\xc8\x2e\x13\xa6\xae\xe6\x12\ +\x97\xf8\xdb\xe7\xbf\xca\x70\x6d\x44\xbf\xe9\xf3\x81\x83\x0f\x72\ +\x0f\x47\x38\x50\xf5\x9f\xc9\x08\xcd\x3d\xa3\x68\x22\xc4\x96\x35\ +\x3f\xa4\xcf\xe0\xcb\x9f\x79\xf8\x57\xb9\xaf\x3a\xce\x60\xe2\x28\ +\x63\x16\x44\xd4\x44\x92\x5c\x34\x51\x24\xc5\x59\xc6\xb9\x26\xef\ +\x83\x7c\x4c\xdd\x52\x39\xa5\x4d\x33\xda\x5e\xcd\xd9\xd9\x8f\xf9\ +\xc2\xcb\xff\x97\xcb\xec\x72\x8d\x3d\xe6\xd2\x60\x16\x96\xfe\x28\ +\x62\x79\xde\x8b\xda\xcf\x32\x7b\xe9\x67\x21\x1b\x72\x98\x02\x5d\ +\x54\x14\xbb\xc1\x23\x39\x9d\x2f\x45\x96\x98\x45\x28\x2a\x65\x46\ +\xcd\x1b\x69\x9b\x99\x6b\x79\x83\x3d\x3e\xff\xe2\xff\x62\xa2\x53\ +\x6c\xae\xf4\xde\xf0\xfc\xde\x83\xbf\x41\xaf\x8d\x5d\xc3\x74\x1e\ +\xff\x91\xa3\x28\x12\x24\xcf\x20\xf6\x39\xce\xdd\xf2\x2b\xa7\x3f\ +\xce\x66\x1a\x50\xb6\x59\x18\x51\x12\x49\x0c\x35\xc5\x47\x87\x8f\ +\x19\xe7\x47\x7d\xf7\xe0\x9d\xbe\x6d\x00\x99\x57\x21\x8a\x33\x03\ +\xab\x09\x6e\xc6\x5e\x35\xe1\x85\xeb\x3f\xe2\xab\x3b\xdf\xe2\x0a\ +\x53\xa6\x1a\xc1\xbb\x9c\x01\x35\x5b\xb6\x5a\xba\xdb\x44\x85\x2f\ +\x84\xb4\x88\x8b\xe2\xb2\x0c\x33\xed\xc7\x4e\x29\xf7\x0b\x44\x60\ +\xc2\x94\xa4\xc2\x94\x96\xaf\xbf\xfa\x2c\x2f\xb5\x3f\xe4\xca\xf4\ +\x0a\xd5\xb4\xe4\x5f\x7d\xe4\x77\xb8\x9b\xfe\x83\x9b\x52\x48\x4a\ +\xd0\x26\x43\xe8\xa1\x81\xe9\x9f\x78\xa7\xd0\x44\x5c\x12\xca\xc6\ +\xf3\x81\xf5\xd3\xdb\x8f\x9f\x78\x84\xbe\xf8\xdc\xbc\xeb\x52\x07\ +\xc7\xa5\xeb\x88\xcb\xac\x57\x7a\xef\x73\x7e\x6f\x22\x09\x0a\x75\ +\x58\x68\x29\x15\x44\x03\x73\x3f\xa7\xde\x80\xaf\x9e\xf9\x26\xdf\ +\xdd\x3b\xc3\x75\x26\x44\x0b\x39\x96\x15\xba\xdc\x53\x87\x7f\xad\ +\xbd\x3d\xf9\x94\x65\x1a\x22\x6b\xeb\x22\x80\x5d\x4e\x40\x70\x80\ +\x87\xb9\xcd\x88\x24\x26\xcc\xf8\xee\xce\x0f\xf9\xd6\x99\x17\x98\ +\x6e\xec\x32\xd7\x86\x27\x1f\xf9\x04\x8f\x1f\x78\x44\x0e\xc6\xde\ +\x99\x9e\x3a\xe6\xf5\x14\x75\x1e\xb5\x02\x55\xe4\x4c\x87\x0a\xa0\ +\x85\x81\x77\x38\xb3\x67\x3e\x7e\xef\x47\x19\x94\xd5\x7e\xc7\x78\ +\xd7\x22\xef\x56\xb8\xbb\xf7\x43\xe5\x5a\x8c\xb1\x1b\x51\x16\x89\ +\xa9\x41\x7b\xca\x58\x67\x6c\xa5\x31\xcf\xfe\xe0\x05\x2e\xef\x5d\ +\x63\x6f\xba\x07\x31\x62\x31\x2d\x5b\x5f\x84\x04\x31\xde\x86\x3b\ +\x48\x37\x84\xd9\xc6\x8d\xd5\xb2\xab\x2c\x7c\x13\x1a\x12\xc6\x99\ +\x9d\x73\x3c\xfb\xc2\xb3\xa4\x9e\x70\xdd\x76\xd8\x38\x7c\x90\x27\ +\x4e\x7e\x94\xde\xbc\x07\x7b\xe1\x14\x29\xd1\x1f\x94\x34\xdd\x9c\ +\x3c\xa9\xad\xcd\x71\x70\xdb\xf5\xc6\x23\xe0\x5a\x76\xfc\x98\xd7\ +\x75\xdb\xfe\xcb\xb7\xff\x82\x73\xfe\x1a\x97\x75\x0b\x1d\x79\x9a\ +\x38\xa3\x88\x50\x25\x47\x91\x84\xeb\x9a\x70\xce\x75\xed\x32\x86\ +\x24\xcb\x41\xdb\xb2\x80\x32\x2e\xc9\xc7\x65\xf4\xb6\xfa\x50\x69\ +\xf3\x96\xb6\x68\x50\x17\xb4\xce\xa8\x7d\xa2\xf6\x89\xa0\x99\xbe\ +\x2c\x82\x32\xaa\x3d\xa3\x49\xc1\x2f\x9f\xfc\x28\x9f\xb8\xe7\x09\ +\x0e\x71\x80\x03\xb6\x89\x6f\x8b\xdc\x0e\xd9\x74\x9e\x5f\x65\x3f\ +\xd7\xd3\x05\xea\x51\xf6\xeb\xf4\xb2\x66\xb4\x5d\xc3\x5f\xc6\x70\ +\xcb\x16\xb9\xb0\x06\xda\x12\x35\xd0\xd0\x76\xf3\x07\x15\xa1\xc2\ +\x91\x8b\x4b\x1b\xcb\x8d\xd5\xbb\xcc\xf8\xf2\x2b\x5f\xe2\xf9\xcb\ +\xdf\x64\x36\x9a\x30\x73\x33\xfe\xf0\xc2\x6f\xf1\xd4\x53\x4f\x71\ +\xa0\xbf\x21\x21\x35\x94\xea\xbb\x21\x3a\xd2\x8d\xf8\x31\x64\x6e\ +\x35\x0e\xc1\x47\x59\x74\xff\x82\x26\xc6\x7e\xce\x1b\xec\xda\x55\ +\xc6\xfc\xf9\x0b\x7f\xc1\xf9\x74\x85\x69\x31\x27\x55\x91\xc9\x6c\ +\x8f\x41\xbf\xc2\x21\xd4\xd4\x99\x88\x4d\x42\x8c\x11\x31\xc5\x69\ +\x1e\x03\x63\x49\xde\x9c\x0e\x90\x05\x41\x9b\x3a\x26\xbd\xb8\x45\ +\x9f\x50\xe6\x22\x14\x49\x5d\xc7\x47\xe6\xcd\x7c\x54\xca\xe8\x18\ +\xc5\x01\x6b\xf3\x8a\x87\x36\x1e\xe4\xb3\x8f\x7e\x9a\x43\x1c\x64\ +\x8d\x21\x32\x11\x06\x55\x91\x9b\x92\xbb\x8d\x35\xcd\xbe\x63\xc1\ +\xda\xdc\xd0\xe7\xbb\x5c\x86\xc5\x90\xe7\x33\x98\xa1\xda\xc7\x52\ +\xc2\x63\x4b\x42\x1a\x8c\x94\x1a\x66\x9a\x08\xde\xb3\x4b\xcd\x65\ +\xb6\xf8\xe2\x37\xfe\x9a\x9d\xb8\xc5\x4c\xa6\xb4\x32\x63\x6d\xbd\ +\xcf\xbf\x3b\xfe\x6f\x39\xb4\xbe\x29\x4d\x6c\x7e\xdd\x19\x5f\xee\ +\xfb\xde\x32\xbf\xa4\x64\x3f\x2a\x8d\xd5\xdd\x44\x1d\x90\xe8\x90\ +\x0e\x95\x34\x24\x66\xd4\xec\x31\xb3\xcb\x5c\xe3\xaf\xbe\xf9\x05\ +\x2e\x34\x97\xd9\xad\xa6\xa4\x51\xe2\x7a\xdc\x63\x9e\xe6\x8c\x8a\ +\x32\xff\x4e\x27\x14\xba\x64\x60\x8a\x10\xa3\xe1\xbd\xdf\xd7\x77\ +\xd3\x37\xfb\x15\x9d\xdd\x92\x90\x6a\x2d\xbb\x01\x1f\x89\x22\x05\ +\x5c\x4a\x2b\x03\xa7\x3c\x4d\x9d\x18\xba\x11\xc3\x38\xe4\x44\xff\ +\x1e\x9e\x3a\xf5\x51\x1e\x29\x1f\x60\x9d\x3e\x3e\x25\x2a\xdd\xbc\ +\x01\xac\x2c\xce\x4f\x37\xf3\x89\xa2\x3b\x43\x69\x65\x9c\x9a\x5b\ +\x09\x82\xe7\xe4\xf1\x34\xbe\x05\xea\x4e\x3b\x25\xc2\x20\xd0\xf4\ +\x6a\x5e\xe1\x35\xae\xb0\xc7\x17\x5f\xf8\x1b\xb6\x26\xd7\xa9\x5c\ +\x89\x9b\x24\x36\xab\x03\xfc\xee\xa7\x7e\x87\x07\x79\x2c\xf7\x4b\ +\x5a\x8b\x17\x97\xb9\xc6\x14\x71\x22\xb8\x6e\x5f\xa5\xb1\x79\x47\ +\x9b\x2c\x7a\x3e\x17\x6c\x53\xf6\x41\x75\x68\x88\x85\x31\x61\x7a\ +\xea\x2f\x7f\xf0\xa5\x57\xbe\x75\xf9\x05\xf6\x36\x66\xec\x0d\x6a\ +\x9a\xa2\xc5\xf6\xac\x3b\x7d\x5d\x0d\x99\x2e\x6a\xc9\xf2\x14\x91\ +\x85\x40\x7e\x1a\x58\x77\x32\xb9\x25\x21\x4d\x7d\x41\x91\xa0\x88\ +\x89\x2a\x5a\x4e\xa5\x90\xd3\xec\x8d\x53\xfc\x60\xc0\x64\xd2\xd2\ +\xd7\x01\xb6\x1d\xb8\xcb\x36\xf8\xe0\xe6\x03\x3c\x75\xfa\xa3\x1c\ +\xe1\x00\x3d\x0e\x75\x93\xee\x1c\x45\x37\xaf\xab\x30\x47\x29\x99\ +\x9d\x4e\x8d\xa1\x22\x2c\x98\xa5\x64\xf9\x90\xb5\x29\x92\x52\x42\ +\xcb\x22\xe3\x82\x3a\x93\xf0\x38\xa0\x4c\xec\xea\x36\xaf\xcb\x05\ +\xbe\xfe\xfa\x3f\xf2\xc2\xe5\xef\xb3\xdb\x8e\x19\xb8\x3e\xd5\xb8\ +\xe0\xc3\x47\x3f\xc4\x6f\x3d\xfa\x9b\x7f\x9c\x62\xfc\x23\x9f\x0e\ +\xfc\x41\xaf\xa8\xce\x2c\xaa\x03\x53\xca\x5c\x5d\xa1\x6e\xd9\xec\ +\x26\x21\x45\xe8\x92\x51\xa1\x63\xa1\x0a\x3c\x85\xc9\xfe\x80\xd7\ +\x60\xd4\x6e\x4e\x5d\x45\xbe\x3d\xfd\xae\xfd\x8f\xe7\xff\x0f\x57\ +\xfd\x36\x75\x3f\x20\x55\xb5\x84\xb6\xd1\x52\x07\x71\x53\xa6\xaf\ +\x44\x72\x0a\xfb\xa6\x4c\xf3\x72\xee\x90\x81\x75\x33\xf6\x7e\x7e\ +\xee\x2c\x17\xd1\x78\xcb\x5d\xde\x62\x19\x13\x47\x4d\xb4\xaa\x8c\ +\xdb\x86\xfe\x60\x8d\x38\x4f\x8c\xfc\x88\x5e\xad\x8c\x1a\xcf\xa0\ +\x2d\xb8\xff\xd8\x09\x9e\x3e\xf1\xeb\xf4\xe9\xd1\xa7\xa2\x97\x59\ +\x36\x0a\xd3\x5c\x52\x60\x65\x06\x54\x8b\x49\x50\x96\x48\x4e\xc0\ +\x65\xaf\x94\x30\xe6\xb4\x08\xb2\x6c\x84\x9e\x13\x78\x9d\x4b\x3c\ +\x7f\xee\x5b\x7c\xe7\xb5\x17\x98\xeb\x04\xd3\x48\x95\x1c\x9b\xba\ +\xc1\xe7\x3e\xf2\x34\x1f\xec\x3d\xf6\xb4\x4c\xed\xd4\x81\xea\xd0\ +\x33\x73\x97\xdb\xde\x1c\x42\xb4\x48\x0a\x91\x5e\x51\x66\x60\x18\ +\x23\x4e\x1d\x12\x83\x21\xdd\xc8\xe8\xec\xf6\x72\x97\x5c\x11\xbb\ +\x37\x77\x9a\x2d\x46\xe5\x26\x0a\x33\x37\x65\xdb\x8f\x9f\xdb\x62\ +\xfc\xc4\x5f\xfe\xe8\x4b\x9c\xbd\xfa\x1a\x57\x0f\x6e\xe7\x5e\x26\ +\xc9\xf9\xfc\x24\x89\x68\x09\xb3\xae\x57\x48\xfd\xca\xb4\x48\xc5\ +\x25\xb7\x1c\xef\x29\xa6\x4c\xcb\x70\x4b\x42\xaa\x82\x5f\x0e\xe2\ +\x35\xc9\x81\xb7\xc9\x7e\x0c\x57\x55\x15\xf3\xe9\x1c\x35\xa5\xd2\ +\x92\x76\x16\xe8\xb9\x8a\x52\x0a\x9a\x79\xcd\xa3\xb3\x63\xdc\x75\ +\xf0\x08\xf7\x1f\xbb\x97\x7b\x0f\x1f\x63\x93\x11\x03\x2a\x4a\x04\ +\x67\x8e\x02\x8f\x13\x47\x32\xa1\x4d\x96\x01\x85\x66\xc8\x16\x48\ +\xec\x31\x26\x20\x6c\xb1\xc3\x4b\xf3\x57\xf9\xc1\xa5\x57\xb8\xb8\ +\x77\x89\x49\xa8\x51\x13\x46\x3a\xa0\x9c\x0a\xbf\x70\xf7\xc3\xfc\ +\xda\x83\xbf\xca\x1a\x25\x07\x58\x17\xdf\x08\x5e\x8b\x3c\x6a\x20\ +\x05\x0a\xf5\xdd\x41\xb6\x95\x9e\x65\x10\x55\x24\xb5\xb6\x24\x6f\ +\x93\x64\x94\xef\xc9\x53\x14\x69\xc9\x8c\xee\xb4\x85\x61\x01\x1e\ +\xc6\xcc\xb8\x1a\xb6\xcd\xf9\x8a\x57\x27\xe7\xf8\x9f\x97\xfe\x8c\ +\x69\x3d\x67\x56\xcf\x68\x2d\x74\x83\x51\xa4\xdb\x2c\xd7\x95\x32\ +\x29\x9a\x1c\x62\x3e\x0b\x6b\x21\x28\x60\x5a\xde\x5a\xac\x32\xaa\ +\x1d\x51\x12\x8d\x83\xda\x5b\x1e\xc8\xd4\x09\xca\x59\x42\x43\xae\ +\xbc\x1d\x56\x43\x42\x08\x14\xbd\x3e\x97\xde\xb8\x8a\xab\x2a\xd6\ +\xd6\x47\x6c\x5e\xcb\x16\xc3\x47\xa3\xb2\x92\x83\xe5\x1a\xf7\x1c\ +\x3c\xc2\xf1\xcd\x7b\x38\x3c\x3a\x88\x04\xa5\x5f\xf6\x29\x5d\x49\ +\x44\x69\x09\xcc\x42\x60\x77\x36\x61\x32\x9d\xf2\xba\xbc\xc1\xf9\ +\x2b\xe7\x79\x7d\xe7\x3c\x6d\x31\xc7\x0f\x1d\x22\x42\xaa\xa1\x9c\ +\x57\x9c\x1c\x9c\xe4\xd7\x3e\xf4\x34\xf7\xb9\x13\xb8\xda\x38\x54\ +\x0d\xa4\x9d\x36\xac\x0f\x4a\xda\x26\x80\x17\x42\x08\xf4\xbb\x41\ +\xc4\xd2\x95\x7f\x85\xa6\xa5\x28\xcb\xce\xe2\xd4\xb6\x64\x83\xf7\ +\xd3\x2e\x09\x23\xab\x9e\x48\xfe\xcf\x3c\xff\x40\x98\xb6\x35\xbe\ +\x28\x68\x09\xb4\x29\xf2\x9a\xbe\x6a\xaf\x37\x17\x79\xe9\xb5\x97\ +\xb9\xf0\xc6\x05\xae\x37\x63\xe6\xbe\x25\x95\x10\x2b\xa3\x21\x10\ +\x5c\x77\x02\xbb\x9c\xce\x6a\xcb\xbf\xbb\xc5\x80\x72\xd0\xe6\x12\ +\xaf\xa0\x79\x3c\x4d\xa3\x60\xdd\x34\x4a\x97\x32\x23\x41\x48\x84\ +\x66\x4e\x59\x96\xd4\x31\xe0\xfa\x15\x35\x91\x26\x45\x86\xa9\xb7\ +\x1c\x56\x55\x75\xe3\x6b\xca\x20\xb8\x28\xb8\x90\x93\x9e\x5e\x7d\ +\xde\xb8\x64\x98\x08\xea\xf3\x78\x84\x94\x12\x6d\x35\x24\xb4\x73\ +\x4a\x8d\xf4\x9d\x90\xa6\x33\x8a\x46\x79\xe4\xf8\x23\x3c\xf1\xe0\ +\xc7\x38\xcc\x09\xfa\xac\x31\x64\xf0\xc7\x25\x3c\xb3\xe0\x7c\xe7\ +\xf3\x39\xbd\x9e\xcf\x13\x53\x52\x6e\x98\x68\xdb\x16\xef\x3d\x2a\ +\x4a\x8a\x11\xed\x10\x8a\xd8\xcd\x49\x95\x65\x13\x70\x5a\x49\xfe\ +\xda\x32\xbb\xe8\x50\x24\x49\xd7\x56\x02\x5b\xda\x92\xd4\x98\x31\ +\xb7\xad\xb0\xcd\xb9\xad\xd7\x78\xe5\xea\x19\x7e\x3c\x3e\xcf\x76\ +\xbc\x4e\xdb\x0f\xd4\x45\x4b\xeb\xf3\xf0\xf6\xd8\x99\xa4\x45\xc8\ +\x37\x9c\xbf\x75\xbe\x40\xde\x26\x59\xe7\x2c\xed\x83\x93\x95\xba\ +\xb7\x05\x1b\x92\xba\x0d\x58\x65\x2c\x44\xf6\x01\x4d\xa3\x79\x26\ +\xd2\x6a\x99\x80\xb7\xfd\xfa\x78\x0b\x96\x07\xb7\x8b\xef\x7c\xaf\ +\x65\x58\x2c\x82\x88\x30\x9c\x1f\x46\xda\xc8\x5a\x72\x9c\xdc\xb8\ +\x8b\xc7\x8e\x9f\xe2\xc1\x83\xf7\xb1\xc1\x08\x87\xff\xf3\x1e\x6b\ +\x7f\xa0\x19\x8e\x2c\x61\xfc\xfe\x5c\xa5\x84\x33\xb7\xff\x9c\xf6\ +\xd3\x8a\x75\xd2\x24\x73\x16\xb6\x98\xcd\x92\xff\x4a\xec\x7e\x27\ +\xd3\x28\x71\x99\x00\x76\x78\x34\xc9\x7e\xd2\xbe\xcb\x46\x47\x9f\ +\x27\x85\x4c\x08\x6c\x73\xdd\x76\xb9\xce\x9c\x29\x67\x76\xcf\x72\ +\xbd\xb9\xce\x95\xf1\x15\xae\xed\x5d\x65\x5c\x4f\x08\x29\x80\x03\ +\xe7\x85\x41\x3b\xb8\x45\x74\xd7\xe2\x12\x99\xae\xb2\x3c\xf9\x92\ +\x6e\x9e\x51\x94\x6e\xea\xc9\x7e\x5d\x64\xee\xb3\x4a\x5d\x22\x13\ +\x61\xac\xfb\x66\x44\x6f\x28\x2d\xcb\x82\xab\x7c\x41\x8a\x91\x18\ +\x23\xc4\x44\xe1\x3c\x83\xc1\x80\xd1\x68\xc4\x65\x28\x86\xb6\x00\ +\x00\x00\x31\x49\x44\x41\x54\xb0\x3f\xe0\xbe\x74\x9c\x23\x07\x0f\ +\x73\x74\x70\x94\x0d\x46\x94\x14\x4f\x97\xe6\xbe\x5c\x49\x1e\x95\ +\xca\x92\x17\x5f\x14\x41\x77\x35\x0e\x8b\x70\x75\xd9\x36\xf9\xd3\ +\x0f\xe3\xff\x07\xcd\x89\x7a\x8f\x7f\x6c\xe1\xb2\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x3c\xd6\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x02\x00\x00\x00\x02\x00\x08\x06\x00\x00\x00\xf4\x78\xd4\xfa\ +\x00\x00\x01\x84\x69\x43\x43\x50\x49\x43\x43\x20\x70\x72\x6f\x66\ +\x69\x6c\x65\x00\x00\x28\x91\x7d\x91\x3d\x48\xc3\x40\x1c\xc5\x5f\ +\x53\xb5\x2a\x15\x07\x3b\x88\x38\x64\xa8\x4e\x56\x45\x45\x1c\xb5\ +\x0a\x45\xa8\x10\x6a\x85\x56\x1d\x4c\x2e\xfd\x82\x26\x0d\x49\x8a\ +\x8b\xa3\xe0\x5a\x70\xf0\x63\xb1\xea\xe0\xe2\xac\xab\x83\xab\x20\ +\x08\x7e\x80\xb8\xba\x38\x29\xba\x48\x89\xff\x4b\x0a\x2d\x62\x3d\ +\x38\xee\xc7\xbb\x7b\x8f\xbb\x77\x80\x50\x2d\x32\xcd\x6a\x1b\x07\ +\x34\xdd\x36\x13\xb1\xa8\x98\x4a\xaf\x8a\x81\x57\x74\xa1\x03\x01\ +\x8c\x62\x4c\x66\x96\x31\x27\x49\x71\xb4\x1c\x5f\xf7\xf0\xf1\xf5\ +\x2e\xc2\xb3\x5a\x9f\xfb\x73\xf4\xa8\x19\x8b\x01\x3e\x91\x78\x96\ +\x19\xa6\x4d\xbc\x41\x3c\xbd\x69\x1b\x9c\xf7\x89\x43\x2c\x2f\xab\ +\xc4\xe7\xc4\x23\x26\x5d\x90\xf8\x91\xeb\x8a\xc7\x6f\x9c\x73\x2e\ +\x0b\x3c\x33\x64\x26\x13\xf3\xc4\x21\x62\x31\xd7\xc4\x4a\x13\xb3\ +\xbc\xa9\x11\x4f\x11\x87\x55\x4d\xa7\x7c\x21\xe5\xb1\xca\x79\x8b\ +\xb3\x56\x2c\xb3\xfa\x3d\xf9\x0b\x83\x19\x7d\x65\x99\xeb\x34\x07\ +\x11\xc3\x22\x96\x20\x41\x84\x82\x32\x0a\x28\xc2\x46\x84\x56\x9d\ +\x14\x0b\x09\xda\x8f\xb6\xf0\x0f\xb8\x7e\x89\x5c\x0a\xb9\x0a\x60\ +\xe4\x58\x40\x09\x1a\x64\xd7\x0f\xfe\x07\xbf\xbb\xb5\xb2\x93\x13\ +\x5e\x52\x30\x0a\xb4\xbf\x38\xce\xc7\x10\x10\xd8\x05\x6a\x15\xc7\ +\xf9\x3e\x76\x9c\xda\x09\xe0\x7f\x06\xae\xf4\x86\xbf\x54\x05\x66\ +\x3e\x49\xaf\x34\xb4\xf0\x11\xd0\xbb\x0d\x5c\x5c\x37\x34\x65\x0f\ +\xb8\xdc\x01\xfa\x9f\x0c\xd9\x94\x5d\xc9\x4f\x53\xc8\x66\x81\xf7\ +\x33\xfa\xa6\x34\xd0\x77\x0b\x74\xaf\x79\xbd\xd5\xf7\x71\xfa\x00\ +\x24\xa9\xab\xf8\x0d\x70\x70\x08\x0c\xe7\x28\x7b\xbd\xc5\xbb\x3b\ +\x9b\x7b\xfb\xf7\x4c\xbd\xbf\x1f\x90\xbf\x72\xb3\xbf\x41\xab\xfa\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xf0\x00\xf0\x00\xf0\xb9\x0e\ +\x6a\xee\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x2e\x23\x00\x00\ +\x2e\x23\x01\x78\xa5\x3f\x76\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xe7\x09\x06\x0b\x3b\x33\x60\xd9\xdd\xf8\x00\x00\x00\x19\x74\x45\ +\x58\x74\x43\x6f\x6d\x6d\x65\x6e\x74\x00\x43\x72\x65\x61\x74\x65\ +\x64\x20\x77\x69\x74\x68\x20\x47\x49\x4d\x50\x57\x81\x0e\x17\x00\ +\x00\x20\x00\x49\x44\x41\x54\x78\xda\xed\xdd\x77\xcc\x5d\xe7\x7d\ +\xd8\xf1\xef\xbb\x39\xc5\x4d\x91\xda\x83\xd4\xa0\x44\x8a\x1a\xb6\ +\x25\x5b\xb6\x2c\xc9\xf2\x92\xe4\x28\x76\x92\x06\xa9\x81\x36\x76\ +\x0a\xb4\x2e\x02\xb4\x40\x52\xb4\x4d\xdb\x24\x70\xd3\x26\xb0\x80\ +\x1a\x09\x1a\xb7\x4d\xa2\xa0\x80\x51\xf4\x1f\x07\x8e\x25\xc7\x43\ +\xdb\xda\x96\xec\x68\x50\x8b\x53\x8b\x12\xf7\x10\xf7\xcb\x77\xf4\ +\x8f\xdf\x73\x7a\xaf\x1c\x6e\x9e\xe7\xdc\x73\xee\xfd\x7e\x80\x0b\ +\x8d\xc4\xe2\x9d\xe7\xf9\x9d\xe7\xf9\x0d\x90\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\xa4\x96\x3e\xdf\x02\x49\xd2\x51\xdc\x0c\xdc\x00\ +\xac\x00\x2e\x01\xce\x06\x66\x03\xc3\xc0\x28\xb0\x0b\xd8\x08\xac\ +\x06\x5e\x04\x9e\x02\x1e\xf6\x6d\x93\x24\xa9\x79\x6e\x07\xee\x01\ +\xb6\x02\x93\xa7\xf0\xd8\x9a\xfe\xf7\xb7\xfb\x56\x4a\x92\x54\x7f\ +\x5f\x05\x9e\x3c\xc5\x45\xff\x68\x8f\x27\xd3\x7f\x57\x92\x24\xd5\ +\xcc\x9d\xc0\x83\x25\x2f\xfc\xbf\xf8\x78\x30\xfd\x39\x92\x24\xa9\ +\xc3\xe6\x01\xdf\xc8\xbc\xf0\xff\xe2\xe3\x1b\xe9\xcf\x95\x24\x49\ +\x1d\x70\x3d\x70\x5f\xc5\x8b\x7f\xf1\xb8\x2f\xfd\xf9\x92\x24\xa9\ +\x42\x77\x00\xcf\x76\x68\xf1\x2f\x1e\xcf\xa6\xe7\x21\x49\x92\x2a\ +\x70\x17\xf0\x42\x87\x17\xff\xe2\xf1\x42\x7a\x3e\x92\x24\x29\xa3\ +\x5b\x80\xe7\x6b\xb2\xf8\x17\x8f\xe7\xd3\xf3\x92\x24\x49\x19\x2c\ +\x21\x1a\xf4\x4c\xd6\xf0\xf1\x70\x7a\x7e\x92\x24\xa9\x64\xf7\xd4\ +\x74\xf1\x2f\x1e\xf7\xf8\x11\x49\x92\x54\xae\xaf\xd5\x7c\xf1\x2f\ +\x1e\x5f\xf3\xa3\x92\x24\xa9\x1c\x17\x03\xeb\x1b\x12\x00\xac\x4f\ +\xcf\x57\x92\x24\x9d\xa6\x6f\x36\x64\xf1\x2f\x1e\xdf\xf4\x23\x93\ +\x24\xe9\xf4\x2c\x07\x0e\x35\x2c\x00\x38\x94\x9e\xb7\x2a\xd0\xef\ +\x5b\x20\x49\x5d\xe9\x2b\xc4\xd8\xde\x26\x19\x4e\xcf\x5b\x92\x24\ +\x9d\x82\x59\x9c\xfa\x38\xdf\x4e\x3f\xb6\xa6\xe7\x2f\x77\x00\x24\ +\x49\x27\xa8\x2f\x5d\xd7\x7f\x0d\x98\xdf\xd0\xd7\x30\x1f\xf8\x92\ +\x1f\xa5\x01\x80\x24\xe9\xd8\x8b\xfd\x20\x30\x02\x4c\x4b\x77\xce\ +\x67\xa6\x00\xa0\xc9\x1c\x1d\x5c\x81\x41\xdf\x02\x49\x6a\xd4\x82\ +\x3f\x90\x1e\x43\xc0\x14\x60\x7a\x5a\xf8\xe7\x10\xa3\x76\x17\x03\ +\x9f\x68\xf8\x6b\xbd\x2d\x05\x35\x87\xfc\xd8\x0d\x00\x24\xa9\x17\ +\x17\xfb\xfe\xb6\xc5\xbe\xb8\xcb\x9f\xd9\xb6\xd8\xcf\x07\x16\x00\ +\x8b\xda\x1e\xe7\xd3\xbc\xe4\xbf\x5f\x34\x1d\xb8\x11\x78\xd0\xaf\ +\x82\x01\x80\x24\x75\xf3\x62\xdf\x7e\x77\x3f\x98\x16\xf0\xa9\x69\ +\xb1\x9f\x0d\xcc\x6d\x5b\xec\xcf\x6c\x5b\xec\x17\xa6\xff\xfb\x8c\ +\x14\x20\x0c\xa7\x60\xa1\x1b\x5c\x67\x00\x60\x00\x20\x49\xdd\xa4\ +\xbf\xed\x31\x48\x6b\x2b\x7f\x06\xb1\x95\x3f\x37\xdd\xdd\x2f\x48\ +\x0b\xfc\x22\x62\x5b\x7f\x61\xfa\xbf\xcd\x4c\xc1\xc1\x50\xfa\xdf\ +\x0f\xd0\x9d\xf9\x5c\x57\xfa\x55\x31\x00\x90\xa4\x26\xdf\xdd\xb7\ +\x2f\xf6\x83\x69\xb1\x9f\x06\x9c\x41\x6b\x2b\x7f\x01\xad\xad\xfc\ +\xc5\xe9\x2e\x7f\x5e\x0a\x08\xa6\xa6\xbb\xfb\x62\xb1\x1f\xe8\x91\ +\xf7\xce\x09\x81\x06\x00\x92\xd4\x98\xc5\xbe\xaf\x6d\x91\x2e\xb6\ +\xf2\x8b\x73\xfb\xd9\x7c\xf0\xdc\xfe\xcc\xb4\xd8\x2f\x4a\xff\x6e\ +\x36\x71\xf6\x3d\x92\xee\xee\x8b\xff\x4e\x5f\x8f\xbe\x9f\x67\xfb\ +\x95\x32\x00\x90\xa4\xba\x2e\xf6\xed\x59\xf9\xc5\xb9\x7d\xfb\x56\ +\x7e\xb1\xd8\x2f\x6c\x5b\xec\x17\xa6\x3b\xff\x19\x7c\x70\x2b\xbf\ +\xd8\x29\x50\x98\xeb\x5b\x90\xff\x4b\x2c\x49\x3a\xfe\xb5\xf2\x44\ +\x4a\xf0\xda\xcf\xed\x17\xd1\xda\xca\x9f\x99\x76\x02\x86\xe9\xee\ +\x73\xfb\x32\x4d\xfa\x1e\xb9\x03\x20\x49\x9d\x58\xec\xdb\x4b\xf0\ +\x86\xd3\x62\x7f\xbc\x12\xbc\xf9\x29\x20\x98\xc6\x07\xb7\xf2\xfb\ +\xbd\xe1\x92\x01\x80\x24\xd5\x6b\xb1\x2f\xb3\x04\xaf\xd7\xcf\xed\ +\xcb\xb4\xdf\xb7\xc0\x00\x40\x92\xca\x62\x09\x5e\x73\xec\xf0\x2d\ +\x30\x00\x90\xa4\x53\xbd\xbb\xb7\x04\xaf\xb9\x36\xfa\x16\x18\x00\ +\x48\xd2\x89\x2c\xf6\x96\xe0\x75\x97\xb5\xbe\x05\x06\x00\x92\x74\ +\xa4\xc5\xde\x12\xbc\xee\xb6\xca\xb7\xc0\x00\x40\x92\x0b\xbe\x25\ +\x78\xbd\xe7\x39\xdf\x82\xfc\x3f\x2c\x49\xaa\xdb\x62\x6f\x09\x5e\ +\x6f\xdb\x97\x3e\x67\xc7\x01\xbb\x03\x20\xa9\x4b\x17\x7b\x4b\xf0\ +\x74\x24\xf7\xbb\xf8\x1b\x00\x48\xea\x1e\x96\xe0\xe9\x44\xdd\xeb\ +\x5b\x50\x4d\x04\x2e\x49\x39\xae\x2d\x96\xe0\xe9\x54\x6c\x23\x26\ +\x01\xee\xf6\xad\x70\x07\x40\x52\xfd\x17\x7b\x4b\xf0\x54\x96\x6f\ +\xbb\xf8\xbb\x03\x20\xa9\xbe\x8b\xbd\x25\x78\xca\x61\x14\xb8\x0e\ +\x78\xc9\xb7\xc2\x1d\x00\x49\x9d\x5f\xf0\x2d\xc1\x53\x55\xbe\xe5\ +\xe2\xef\x0e\x80\xa4\xce\x2d\xf6\xc7\x2a\xc1\x9b\xcb\x07\xcf\xed\ +\x2d\xc1\xab\x8f\xc9\xb6\xbf\x4e\x00\x87\xd3\x1d\xf5\xf4\x86\xdc\ +\xec\x6d\x00\x6e\x03\xd6\xf9\x51\xba\x03\x20\x29\xef\x62\x6f\x09\ +\x5e\x77\x2c\xf6\x93\xc0\x18\x51\x36\xb7\x0f\x78\x1f\xd8\x05\x6c\ +\x07\xb6\x10\x47\x30\x9f\x69\xc0\x6b\xba\xdb\xc5\xdf\x1d\x00\x49\ +\xe5\xb3\x04\xaf\x3b\x16\xfc\x09\x60\x3c\xdd\xd9\xef\x07\xf6\xb6\ +\x2d\xf6\x5b\x81\x4d\xc0\x3b\xe9\xf1\x2e\x91\x51\xff\x3e\xf0\x0d\ +\xe0\x1f\xd7\xf8\xf5\xfd\x35\xf0\x15\x3f\x66\x03\x00\x49\xa7\xff\ +\xbb\xb6\x04\xaf\x3b\xee\xee\xc7\x89\xad\xfc\x83\x69\xb1\xdf\x4d\ +\x8c\xc9\xdd\x96\x16\xfb\x8d\x69\xb1\xdf\x98\xee\xf6\x77\xa5\x5d\ +\x80\xd1\xf4\xbf\x1b\x4f\x8f\x25\xc0\x5f\x00\x9f\xac\xe1\xeb\x7d\ +\x04\xf8\x67\x38\xfc\xa7\x72\x1e\x01\x48\xcd\x5f\xec\x2d\xc1\xeb\ +\x8e\xc5\x7e\x82\xd8\xca\x3f\x48\x6b\x2b\x7f\x67\xba\xbb\xdf\x9c\ +\xee\xe8\x8b\xbb\xfb\x4d\xe9\xff\xb6\x37\xfd\xff\xb7\x2f\xf6\x93\ +\x47\xf8\x73\xd6\x02\x5f\x4f\xc1\xdf\x55\x35\x7a\xfd\x2f\xa4\xe7\ +\xe5\xe2\xef\x0e\x80\xa4\x13\x58\xec\x2d\xc1\x6b\xf6\x82\x3f\xd9\ +\x76\x77\x7f\x88\xd8\xca\x6f\x3f\xb7\xdf\x0a\xbc\xd7\xb6\xd8\xbf\ +\x97\xee\xf8\xf7\x00\x07\xd2\xdd\xfd\x78\x0a\x16\x26\x4f\xf2\xcf\ +\xff\xe5\xb4\xe0\x5e\x51\x83\xf7\xe2\x45\xe0\xf7\x81\xef\xfa\xb5\ +\x70\x07\x40\xd2\x3f\x5c\xf0\x2d\xc1\xeb\x8e\xbb\xfb\xe2\xdc\xfe\ +\x00\xad\x73\xfb\x1d\x69\xb1\xdf\xdc\xb6\xd8\x6f\x4c\xff\x6e\x77\ +\x0a\x0c\x46\xd3\x42\x3f\x96\x76\x08\x4e\xd7\xdf\xa6\x00\xf0\xeb\ +\xc0\x45\x1d\x7c\x6f\x9e\x03\xfe\x10\xb8\xcf\xaf\x89\x3b\x00\x92\ +\xbf\x45\x4b\xf0\xba\x65\xb1\x2f\x4a\xf0\x8a\x73\xfb\x62\x2b\x7f\ +\x5b\x5a\xec\x37\xb6\x2d\xf8\x9b\x69\x9d\xdb\x1f\x6c\x5b\xec\xc7\ +\x33\x3d\xcf\x81\x14\x2c\xfe\x4b\xe0\x9f\xa7\x40\xb1\x6a\xdf\x07\ +\xfe\x33\xf0\xb4\x5f\x1b\x77\x00\xa4\x5e\x5c\xec\x2d\xc1\xeb\x8e\ +\xc5\xfe\x78\x25\x78\xed\xe7\xf6\xef\xa5\xbb\xfe\x3d\xb4\xce\xed\ +\x8b\xc5\x7e\xb2\xc2\xef\xde\x48\x7a\x6e\xeb\x89\xa4\xd0\xa1\x0a\ +\xdf\xbb\xbb\x81\x3f\x4e\xef\x8f\x0c\x00\xa4\xae\x67\x09\x5e\x77\ +\x2c\xf8\xa7\x5a\x82\xd7\xbe\x95\x3f\x4e\x39\x5b\xf9\xa7\x13\x00\ +\x14\xc1\xe6\x40\x7a\x3e\x55\x04\x00\x0f\x01\xdf\xc4\x29\x7f\x06\ +\x00\x52\x97\xdf\xdd\x5b\x82\xd7\x1d\x77\xf7\x65\x95\xe0\xd5\x2d\ +\x18\x2d\xf2\x48\xa6\x54\x10\x48\x3e\x03\xfc\x65\x7a\xc8\x00\x40\ +\xea\xaa\xc5\xde\x12\xbc\xee\x58\xec\x73\x96\xe0\xd5\x2d\x00\x18\ +\x6e\xfb\xde\xe5\x08\x00\xc6\x89\x7e\xfe\xff\x0b\xf8\xab\x14\x10\ +\xc9\x00\x40\x6a\xfc\x62\x6f\x09\x5e\xb3\x17\xfc\x23\x95\xe0\xed\ +\x69\x5b\xec\x73\x96\xe0\xd5\xe1\x3b\x3c\xd0\xf6\x9d\x1d\x2e\x39\ +\xd8\x9c\x4c\xef\xcf\xcb\xc0\xff\x05\xee\x6f\xe0\x7b\x64\x00\x20\ +\xc9\x12\xbc\x2e\xba\xbb\x3f\x5a\x09\x5e\xb1\x95\x5f\x55\x09\x5e\ +\x1d\x14\x01\xc0\xb4\x0c\x01\x00\xe9\xbd\x2a\x82\xaa\x51\x03\x00\ +\x03\x00\xa9\x29\x8b\xbd\x25\x78\xcd\x5f\xec\xeb\x5c\x82\x57\x87\ +\xef\xf9\x30\xad\x2a\x93\xe1\x0c\x7f\xc6\x78\x0a\x00\xf6\x37\x74\ +\x97\xc4\x00\x40\xea\xf2\xc5\xde\x12\xbc\xee\x58\xec\x9b\x56\x82\ +\x57\x87\xef\xfe\x48\xfa\x6e\xcf\xcd\xb8\x03\x70\x20\x05\x00\x87\ +\x0d\x00\x0c\x00\xa4\x4e\xb2\x04\xaf\x3b\x16\xfc\x6e\x28\xc1\xab\ +\xc3\x6f\x61\x6a\xfa\xde\x4f\x4f\xdf\xe7\xb2\x73\x00\xc6\x53\x80\ +\x75\xd0\x1d\x00\x03\x00\xa9\xea\x3b\x1c\x4b\xf0\xba\xe3\xee\xbe\ +\x1b\x4b\xf0\xea\xb2\x03\x30\x3d\xdd\xfd\xf7\x67\xf8\xef\x43\x73\ +\x93\x24\x0d\x00\xa4\x06\x5d\xcc\x2c\xc1\xeb\x8e\xc5\xbe\x57\x4a\ +\xf0\xea\x14\x00\xe4\xea\x01\x30\x91\x1e\xc5\xe7\x2a\x03\x00\xa9\ +\x94\xc5\xde\x12\xbc\x66\x2f\xf8\xc7\x2a\xc1\xdb\x91\xee\xe4\xbb\ +\xb5\x04\xaf\x0e\x06\xda\x02\xe4\x1c\xe7\xff\xed\xc7\x34\x07\x71\ +\x07\xc6\x00\x40\x3a\xc5\x05\xdf\x12\xbc\xee\xb8\xbb\xb7\x04\xaf\ +\x5e\xd7\xfb\xa9\xe9\x51\xf6\xf9\x7f\xf1\x79\x8f\xa6\x80\x6d\x3f\ +\xee\xca\x18\x00\x48\x27\xb8\xd8\x5b\x82\xd7\xfc\xc5\xde\x12\xbc\ +\x7a\xff\xce\x8a\x1e\x00\x45\x0e\x40\x8e\xef\xc2\x68\xdb\x67\x6a\ +\xe0\x66\x00\xa0\x4c\x6e\x06\x6e\x00\x56\x00\x97\x00\x67\x13\xe7\ +\xda\xc3\xe9\x47\xb8\x2b\x5d\x70\x57\x03\x2f\x02\x4f\x01\x0f\xd7\ +\xe0\x22\x64\x09\x5e\x77\x2c\xf6\x96\xe0\x35\x2f\x00\x28\x76\x00\ +\xa6\x91\x27\xb9\x75\xa2\x2d\xf8\x3b\xe4\x67\x6b\x00\xa0\x72\xdd\ +\x0e\x7c\x09\xb8\x33\x2d\x92\x47\x33\x9c\x16\xcc\x85\xc0\xd5\xc0\ +\x3f\x4a\xff\x7e\x1b\x31\x8d\xeb\x3b\xc4\x4c\xee\xdc\x2c\xc1\xeb\ +\x8e\x05\xdf\x12\xbc\xee\xb9\xde\xcf\x4c\xbf\xbf\xfe\x4c\xdf\x97\ +\x22\x20\x1c\xf5\xf3\x36\x00\x50\x39\xbe\x9a\x1e\x37\x9c\xe6\x7f\ +\x67\x3e\xf0\x9b\xe9\xf1\x14\x31\xa8\xe3\xaf\x4a\xbc\xc3\xb0\x04\ +\xaf\x3b\xee\xee\x2d\xc1\xeb\x3e\xc5\x10\xa0\x62\x07\x2d\xc7\x31\ +\xd9\x38\xad\x5c\x0f\xdb\x00\x1b\x00\xe8\x34\xdd\x09\xfc\x2b\xe0\ +\x96\x0c\xff\xed\x1b\xd2\xe3\x37\x38\xf9\x39\xdd\x96\xe0\x75\xcf\ +\x62\x6f\x09\x5e\xef\x18\x21\xdf\x14\xc0\x22\x70\xdc\x4b\xab\x0d\ +\xb0\x0c\x00\x74\x0a\xe6\x01\xff\x16\xf8\x9d\x0a\xfe\xac\x5b\xd2\ +\xe3\x6e\xe0\x8f\xd3\x85\xff\x48\x8b\xbd\x25\x78\xcd\x5e\xf0\x2d\ +\xc1\x73\x07\x60\xe4\x17\x76\x00\xca\x56\xb4\x01\x3e\xe0\xf7\xc4\ +\x00\x40\xa7\xe6\x7a\xe0\x3f\x10\xe7\xfd\x55\xfa\x1d\xe0\x72\xe0\ +\x8f\x80\x9f\x62\x09\x5e\x37\xdc\xdd\x5b\x82\xa7\xf6\x00\x60\x5a\ +\x5b\x00\x90\xa3\x04\xf0\xb0\x01\x80\x01\x80\x4e\xdd\x1d\xc0\xef\ +\x03\xd7\x75\xe8\xcf\xbf\x9d\xa8\x26\xf8\xd3\x14\x04\x58\x82\xd7\ +\x9c\xc5\xde\x12\x3c\x1d\xef\x5a\x3f\x2d\x3d\x86\x32\x06\x00\xc5\ +\x24\xc0\xc3\xbe\xe5\x06\x00\x3a\x71\x77\x01\x7f\x48\x94\xf5\x75\ +\xd2\xca\xb4\x0b\xf0\x34\xb1\xfd\x6b\x09\x5e\xfd\x16\xfb\x53\x29\ +\xc1\xdb\x9b\xee\xcc\x2c\xc1\xeb\x3d\x45\xbe\xce\x48\xe6\x00\x60\ +\x94\x56\x0e\x80\xdf\x2d\x03\x00\x9d\xa0\x5b\x80\x3f\xa8\xc1\xe2\ +\x5f\x58\x4c\x24\x20\x8e\xd2\xaa\x1f\x76\x2b\xbf\x33\x0b\xbe\x25\ +\x78\x2a\x43\xd1\x06\x38\x57\x13\xa0\x89\x14\x90\x16\x3d\x00\xfc\ +\xbe\x19\x00\xe8\x04\x2c\x01\xfe\x23\x70\x55\x0d\xbf\x1b\x7e\x3f\ +\xaa\xbf\xbb\xb7\x04\x4f\x39\x76\x00\x06\xdb\x02\x80\xbe\x4c\xdf\ +\xe1\xa2\x0b\xa0\x4d\x80\x0c\x00\x74\x82\xfe\x3d\xf0\x49\xdf\x86\ +\x9e\x5c\xec\x2d\xc1\x53\x15\x8a\x1e\x00\x45\x82\xee\x40\x86\xef\ +\x74\xd1\x05\x70\x8f\x3b\x00\x06\x00\x3a\x31\x5f\x23\x9a\xf2\xa8\ +\xbb\x17\x7c\x4b\xf0\xd4\xe9\x1d\x80\xa1\xb4\xf8\x17\x63\x80\x73\ +\x4c\x02\xdc\x9f\x02\x59\xbf\xa7\x06\x00\x3a\x8e\x8b\xa9\xa6\xce\ +\x5f\x9d\xb9\xbb\xb7\x04\x4f\x75\x32\x42\x74\xe4\x9c\x4a\xbe\x1e\ +\x00\xfb\x68\x95\x00\xca\x00\x40\xc7\xf0\xdb\xc0\x85\xbe\x0d\x5d\ +\xb1\xd8\x9f\x4c\x09\xde\x96\xf4\x7f\xb3\x04\x4f\x55\xee\x00\x14\ +\x33\x38\x72\x97\x00\x16\x95\x26\xee\x00\x18\x00\xe8\x28\x96\x03\ +\xff\xc2\xb7\xa1\x91\x8b\xbd\x25\x78\x6a\x9a\xf6\x0a\x80\xa1\x8c\ +\x3b\x00\x45\x0f\x00\x8f\x00\x0c\x00\x74\x0c\x5f\x21\x4f\x29\x8e\ +\xca\x5d\xf0\x2d\xc1\x53\xb7\x04\x00\x53\x69\xb5\xe3\xce\xf1\x7b\ +\x29\x2a\x00\x0e\xe0\x6e\x96\x01\x80\x8e\x6a\x16\xf0\x65\xdf\x86\ +\x5a\xde\xdd\x5b\x82\xa7\x6e\xd3\xd7\x16\x00\x14\x3d\x00\x72\x1c\ +\x01\x14\x3b\x62\x07\x0d\x78\x0d\x00\x74\x74\x5f\x22\xda\xe8\xaa\ +\xb3\x8b\xbd\x25\x78\xea\x15\x45\x05\xc0\xf4\x4c\xd7\xfc\xf6\x5d\ +\xb2\x03\x06\x00\x06\x00\x3a\xba\x3b\x7d\x0b\x2a\x5d\xf0\x2d\xc1\ +\x53\x2f\xeb\x4f\x01\xc0\x74\xf2\xf4\x00\x28\x7e\x67\xa3\x29\x88\ +\xb6\x09\x90\x01\x80\x8e\x62\x04\xb8\xcd\xb7\x21\xfb\xdd\xbd\x25\ +\x78\x52\xe8\x6b\x0b\x00\xa6\x52\xfe\xfc\x8e\x62\x37\xad\xc8\x91\ +\x19\x35\x00\x30\x00\xd0\x91\xdd\x98\x7e\x88\x2a\x6f\xb1\x6f\x2f\ +\xc1\xdb\x97\x16\x73\x4b\xf0\xa4\x96\xe2\x08\x60\x2a\x79\xda\x00\ +\x8f\x63\x05\x80\x01\x80\x8e\xeb\x3a\xdf\x82\xd3\x5a\xec\x2d\xc1\ +\x93\x4e\x7e\x07\x60\x98\x48\x3e\xce\x55\x79\xd4\x5e\x02\x68\x0f\ +\x00\x03\x00\x1d\xc5\x95\xbe\x05\x27\xbc\xe0\x5b\x82\x27\x95\x13\ +\x00\x0c\xd1\x3a\xfb\xcf\x51\x01\xf0\x8b\x3b\x00\x32\x00\xd0\x11\ +\x2c\xf1\x2d\x38\xea\xdd\xbd\x25\x78\x52\xf9\x8b\x7f\x7f\xba\xce\ +\xe7\xe8\xff\x5f\x28\xc6\x00\x17\x3d\x00\xdc\x01\x30\x00\xd0\x11\ +\x9c\xed\x62\x6f\x09\x9e\x54\xe1\x6f\xae\xd8\x01\x18\x49\xd7\xfb\ +\x1c\x43\x80\x8a\x29\x80\x36\x01\x32\x00\xd0\x31\xcc\xed\xb1\x8b\ +\x8f\x25\x78\x52\x67\xb5\x37\x01\xca\x31\x07\x60\x2c\xfd\x5e\xb7\ +\xa7\xbf\x1a\x00\x18\x00\xe8\x28\xa6\xf5\xc0\xdd\xbd\x25\x78\x52\ +\x3d\xf4\xa5\x6b\xfc\xb4\xf4\x28\x3b\x00\x98\x6c\x0b\x00\x76\xa4\ +\xdf\xb1\xbf\x5d\x03\x00\xf5\x80\x09\x4e\xbc\x04\x6f\x63\xfa\x67\ +\x4b\xf0\xa4\xea\x03\x80\x29\xb4\xe6\x00\x94\xbd\x03\x50\x24\x00\ +\xee\xc6\x26\x40\x06\x00\x3a\xa6\xfd\x74\x47\x1f\x80\x49\x60\x0d\ +\x96\xe0\x49\x4d\xb8\xc6\x4f\x23\x46\x01\x0f\x66\xb8\x0e\x8c\xd1\ +\x1a\x02\x64\x05\x80\x01\x80\x8e\x61\x47\x97\x04\x00\x7b\x81\xff\ +\x89\x25\x78\x52\xdd\x77\x00\x86\xd2\xe2\x9f\xab\x0d\xf0\xe1\xb4\ +\xf8\xdb\x04\xc8\x00\x40\xc7\xb1\x11\x38\xb7\x0b\x5e\xc7\x1a\xe0\ +\x7f\x13\x5b\x7e\x96\xe0\x49\xf5\x0d\x00\x8a\x1d\x80\x1c\x15\x00\ +\x93\xe9\xf7\x5f\x54\xe8\x78\x0d\x68\x98\x7e\xdf\x82\x4a\xad\xed\ +\x92\xd7\xf1\x0a\xb1\x9b\x51\xd4\xe1\xfb\xc3\x97\xea\x1b\x04\x8c\ +\xb5\x05\xea\x65\x07\x00\xa3\xb4\xf2\x7a\x3c\xe2\x33\x00\xd0\x31\ +\xac\xf2\x75\x48\xaa\x50\x71\x97\x7e\x28\x43\x00\x50\xf4\x00\xd8\ +\x97\xfe\xfb\x1e\xf9\x19\x00\xe8\x18\x9e\xf3\x75\x48\xaa\xf0\xee\ +\x7f\x90\xc8\x03\x28\xfb\x08\xa0\x7d\x04\xf0\xee\x14\x08\x18\x00\ +\x18\x00\xe8\x18\x1e\x4f\xd1\x72\x93\xed\x4b\xaf\x43\x52\xfd\xaf\ +\xef\xc3\x44\x0e\xc0\x08\xe5\x26\x01\x4e\xa4\x6b\xc1\x26\x22\x11\ +\xf8\x7d\x03\x00\x03\x00\x1d\xdb\x21\xe0\xfe\x86\xbf\x86\xfb\xd3\ +\xeb\x90\x54\xef\xbb\xff\x81\xb4\xf0\x4f\xcd\x14\x00\xec\x27\x4a\ +\x80\xb7\xba\x03\x60\x00\xa0\x13\x73\xaf\xcf\x5f\x52\x05\x8a\x0a\ +\x80\x99\x29\x08\x28\x73\x20\xd0\x04\xad\x21\x40\xfb\x88\x3c\x03\ +\x19\x00\xe8\x38\xbe\x43\xd4\xcd\x37\xd1\xb6\xf4\xfc\x25\xd5\x7f\ +\x07\x60\x04\x58\x00\x9c\x45\xf4\x02\x28\x6b\x07\xa0\x18\xe8\x55\ +\x54\x00\x98\x00\x68\x00\xa0\x13\xb4\x1b\xf8\x76\x43\x9f\xfb\xb7\ +\xd3\xf3\x97\x54\xff\x6b\xfb\x54\x60\x51\x0a\x00\x66\x96\x7c\xbd\ +\x9f\xa4\x35\xe0\xab\x08\x00\x2c\x01\x34\x00\xd0\x09\xb8\x27\x45\ +\xcf\x4d\x32\x9a\x9e\xb7\xa4\xe6\xec\x00\xcc\x4a\x8b\xff\x30\xe5\ +\x57\x01\x14\xb3\x40\xec\x00\x68\x00\xa0\x93\xf0\x12\xf0\xad\x86\ +\x3d\xe7\x6f\xa5\xe7\x2d\xa9\x39\x01\xc0\xf4\xf4\xd7\x32\xcf\xff\ +\x21\x8e\x13\x86\xd3\x2e\x83\x1d\x65\x0d\x00\x74\x92\xfe\x0c\xd8\ +\xd0\x90\xe7\xba\x21\x3d\x5f\x49\xcd\xb9\xb6\x4f\xcd\x74\xf7\xdf\ +\x97\x1e\xfd\x6d\x6b\x88\x3b\x00\x0d\x64\xe4\xd6\x39\xeb\x80\xbb\ +\x81\xff\xde\x80\xe7\xfa\xa7\x44\xbd\xef\x74\x3f\x36\xa9\x11\xa6\ +\x03\x73\x81\x33\xda\x76\x00\xca\x34\x41\x6b\x06\xc8\x00\xad\x71\ +\xc3\x93\x6d\xff\xde\xd6\xc0\x06\x00\x3a\x86\x3f\x07\xae\x03\x7e\ +\xb3\xc6\xcf\xf1\xaf\x81\x6f\xfa\x51\x49\x8d\xd1\xd7\x76\x6d\x1f\ +\x24\x4f\x17\xc0\x71\xa2\x02\x60\x27\x31\x16\x7c\x2f\xce\x04\x69\ +\x1c\x8f\x00\x3a\xef\xbf\x00\x8f\xd4\xf4\xb9\x3d\x92\x9e\x9f\xa4\ +\xe6\xdd\xdc\x4d\x4d\x3b\x01\x43\x94\x3f\x09\x70\x8c\x18\x03\x6c\ +\x0f\x00\x03\x00\x9d\x86\xb5\xc0\xd7\x81\x17\x6a\xf6\xbc\x5e\x4c\ +\xcf\x6b\xad\x1f\x91\xd4\xb8\x1d\x80\x62\x5b\x7e\x1a\xe5\xef\xf4\ +\x16\x3b\x00\x07\x89\x32\xc0\xc3\xd8\x07\xc0\x00\x40\xa7\xec\x21\ +\xe0\x0f\xd2\xa2\x5b\x07\x6f\x03\x7f\x92\x9e\x97\xa4\xe6\x05\x00\ +\xc3\x44\xf3\x9f\x69\x99\xae\xf3\xe3\x6d\x3b\x00\x63\xbe\xe5\x06\ +\x00\x3a\x3d\xdf\x05\x7e\x8f\xce\x4f\xda\x1b\x05\x7e\x06\x3c\x8d\ +\x39\x22\x52\x53\xaf\xeb\x43\x69\xf1\x9f\x92\x76\x03\xca\xce\x01\ +\x38\x0c\xec\x49\x41\x80\x67\xff\x06\x00\x2a\xc1\x7d\xc0\x6f\x03\ +\xdf\xef\xe0\x73\x98\x48\x77\x0f\x97\xa6\xbf\x4a\x6a\xee\x0e\xc0\ +\xd4\x0c\xd7\xf9\x62\x14\xf0\x3e\x1c\x02\x64\x00\xa0\x52\x3d\x0d\ +\xfc\x13\xa2\x44\xb0\x13\x86\x80\x8b\x81\x95\x44\x09\x91\xdf\x11\ +\xa9\x79\x46\x52\x00\x30\x4c\x9e\x12\xc0\x43\x6d\x01\x80\xe5\x7e\ +\x06\x00\x2a\xd1\x76\xe0\x77\x81\x2f\x50\xfd\x39\x7c\x3f\xd1\x3f\ +\xfc\x4a\xe0\xbc\x14\x10\x48\x6a\x8e\x01\x62\xfb\xbf\x08\x00\xca\ +\xae\x00\x98\x4c\x0b\xbf\x83\x80\x0c\x00\x94\xd1\xbd\xc0\xad\xc0\ +\x6f\x01\x4f\x55\xf4\x67\xf6\xa5\x8b\xc7\x52\xe0\x2a\x62\x0b\xb1\ +\xcf\x8f\x42\x6a\x84\xf6\x0a\x80\xa2\x39\x4f\xd9\xd7\xf9\x71\x03\ +\x00\x03\x00\x55\xe7\xaf\x80\x8f\x02\x77\x10\x8d\x79\xb6\x57\x70\ +\x07\x71\x6e\x0a\x00\xce\xc4\x64\x40\xa9\x49\x06\x89\xe4\xbf\x69\ +\xe4\x19\x02\x34\x96\x02\x80\x03\x44\x32\xa0\xdb\xff\x06\x00\xaa\ +\xc0\xf7\x81\xaf\x00\xf3\x81\x7f\x0d\xbc\x4c\x9e\xa9\x82\xfd\xc0\ +\x6c\x22\x11\xf0\x72\x4c\x06\x94\x9a\x64\x80\x68\x00\x34\x9d\xf2\ +\xbb\x00\xb6\xef\x00\xec\x4f\xd7\x1f\x03\x00\x03\x00\x55\xec\xff\ +\x00\x7f\x43\xd4\xec\xe7\xe8\xc4\x35\x04\x5c\x08\x5c\x9d\x82\x81\ +\x01\xdf\x72\xa9\xf6\x8a\x0a\x80\x69\xe4\x99\xd4\x57\x34\x01\x3a\ +\x40\xb4\xff\x75\x07\xc0\x00\x40\x1d\xb0\x85\x68\x1c\xf4\x06\x71\ +\x0e\x37\x99\xe1\xbb\xb1\x10\x58\x06\x5c\x84\xc9\x80\x52\x53\xae\ +\xe9\x43\xb4\x72\x00\x72\x04\xee\x63\xc4\xf9\xff\xfe\x14\x0c\x98\ +\x23\x64\x00\xa0\x0e\x78\x01\x78\x0d\x78\x9f\xf2\x13\x71\xfa\xd2\ +\x05\x64\x09\x91\x0b\x30\xdd\x1f\xba\xd4\x88\x1d\x80\xa1\xf4\x7b\ +\x2d\x7a\x00\x94\xf9\xbb\x9d\x48\x77\xfd\x7b\x69\x35\x01\x72\x07\ +\xc0\x00\x40\x1d\xf0\x26\xb0\x0a\x78\x97\x7c\xb9\x00\xe7\x00\x2b\ +\x80\xc5\x98\x0c\x28\x35\x21\x00\x18\x21\x7a\x78\xe4\x6c\x02\xb4\ +\x1f\x7b\x00\x18\x00\xa8\xa3\x46\x81\xe7\x81\x35\xe9\x07\x39\x91\ +\xe1\xfb\x31\x93\x48\x06\xbc\x92\xc8\x2c\x96\x54\xef\x6b\xfa\x14\ +\xf2\x4d\x01\x9c\x24\x8e\x1c\xf7\x92\xe7\xe8\x51\x06\x00\x3a\x09\ +\xaf\x13\xd5\x00\xdb\xc8\x33\x94\x63\x08\xb8\x80\xe8\x0c\x38\x17\ +\x93\x01\xa5\xba\x5f\xd3\x8b\x31\xc0\x39\xba\x00\xda\x04\xc8\x00\ +\x40\x35\xb2\x93\xc8\x05\x58\x9f\x7e\x98\x39\x92\x01\xe7\x11\xe5\ +\x80\x4b\xb1\x24\x50\xaa\xb3\x01\x3e\xd8\x03\xa0\xec\x6b\xfc\x18\ +\x71\xf6\x5f\x94\x00\x1a\x00\x18\x00\xa8\xc3\x5e\x02\x5e\x05\x76\ +\x93\x67\x32\xd7\x14\x5a\xf3\x01\x66\xfa\xbd\x91\x6a\x1d\x00\xb4\ +\xf7\x00\x28\xfb\xee\xbf\xe8\x01\x70\xc0\x00\xc0\x00\x40\xf5\xb0\ +\x91\x48\x06\x7c\x87\x7c\xc9\x80\x67\x11\x79\x00\xe7\x60\x32\xa0\ +\x54\x47\x47\xea\x01\x90\xab\x09\xd0\x3e\x6c\x02\x64\x00\xa0\x5a\ +\x18\x23\x92\x01\x5f\x27\x92\x73\x72\x94\x04\xce\x20\x92\x01\x97\ +\xe3\x7c\x00\xa9\xae\xd7\xf3\xf6\x1e\x00\x65\x07\x00\x93\x44\x09\ +\xe0\xfe\x14\x00\x8c\xf9\x96\x1b\x00\xa8\x1e\xd6\x10\xc9\x80\x5b\ +\xc8\xd3\x19\x70\x80\x98\x0e\xb8\x12\x58\x80\xc9\x80\x52\x1d\x77\ +\x00\x86\xc8\xdb\x05\xb0\x68\x02\x54\xf4\x00\x90\x01\x80\x6a\x60\ +\x2f\x91\x0c\xb8\x2e\xfd\x38\x73\x24\x03\xce\x01\x2e\x4b\x3b\x01\ +\x26\x03\x4a\xf5\xdc\x01\x28\x9a\x00\xe5\x28\x01\x2c\x76\x00\xf6\ +\x1b\x00\x18\x00\xa8\x5e\x56\x01\xaf\x10\x95\x01\x39\xb6\xe7\x86\ +\x89\xb6\xc0\x57\x03\xb3\xfc\xfe\x48\xb5\xdb\x01\x98\x42\x24\xea\ +\x8e\x64\x0a\x00\x46\xd3\xcd\xc6\x41\xe2\xa8\xd1\x1c\x00\x03\x00\ +\xd5\xc4\x66\xa2\x22\xe0\x2d\xf2\x25\x03\x9e\x09\x5c\x01\x9c\x8f\ +\xf3\x01\xa4\xba\x5d\xcf\x47\xc8\xdb\x03\xa0\xbd\x09\x90\x15\x00\ +\x06\x00\xaa\x91\x09\xe2\x18\xe0\x75\x60\x0f\xe5\x6f\xd1\xf5\x11\ +\xe7\x8b\x4b\x89\xf9\x00\xd3\x30\x19\x50\xaa\xd3\xf5\x7c\x2a\x91\ +\xb0\x3b\x4c\x9e\x0a\x80\x03\x58\x01\x60\x00\xa0\xda\xda\x40\x1c\ +\x05\xbc\x47\xbe\x64\xc0\x73\x52\x00\x70\x26\x96\x04\x4a\x75\x31\ +\x90\x02\x80\x69\xc4\xee\x5c\x99\xd7\xf7\x23\xf5\x00\x30\x07\xc0\ +\x00\x40\x35\x73\x80\x28\x09\x5c\x4b\x24\xea\xe4\x48\x06\x9c\x45\ +\x24\x02\x2e\x23\xb6\x1c\x25\x75\x56\x5f\x0a\xc6\x67\xa4\x00\x20\ +\x47\x60\x3e\x91\x02\x80\xfd\xee\x00\x18\x00\xa8\xbe\x5e\x25\x92\ +\x01\xb7\x93\x6f\x3e\xc0\x85\x44\x32\xe0\x6c\x2c\x09\x94\xea\x70\ +\x2d\x1f\x26\x92\x00\x47\xc8\xd3\x04\x68\x8c\x56\x0f\x80\xc3\x06\ +\x00\x06\x00\xaa\xa7\x6d\x44\x2e\xc0\x1b\xe4\x9b\x0f\xb0\x20\xed\ +\x00\x5c\x8c\xc9\x80\x52\x1d\x0c\xa6\xbb\xff\xe9\x19\x02\x80\x09\ +\x3e\x58\x02\x68\x13\x20\x03\x00\xd5\xd8\x8b\xc0\x6b\xc0\xfb\xe4\ +\xe9\x0c\x38\x05\x58\x42\x34\x06\x9a\x81\xc9\x80\x52\x27\x15\x6d\ +\x80\x8b\x23\x80\x81\x92\x03\xff\xa2\x07\xc0\x01\x6c\x02\x64\x00\ +\xa0\xda\x7b\x8b\x48\x06\xdc\x48\x9e\x92\xc0\x01\xe0\x6c\xa2\x35\ +\xf0\x59\xee\x02\x48\x1d\xbf\x96\x0f\xa7\xbb\xff\x29\xe9\x9f\x73\ +\x1c\x01\xec\xc5\x26\x40\x06\x00\xaa\xbd\xc3\x44\x32\xe0\x1a\xe2\ +\xcc\x2e\xc7\x2e\xc0\x4c\x22\x19\xf0\x4a\x4c\x06\x94\x3a\x7d\x2d\ +\x2f\x7a\x00\x8c\x64\xb8\xb6\x4f\xd0\xea\x01\x60\x13\x20\x03\x00\ +\x35\xc0\xeb\xc4\x7c\x80\xad\xe4\x39\xb3\x1b\x24\x1a\x02\xad\x04\ +\xe6\x61\x49\xa0\xd4\x29\xc5\xb1\x5c\xae\x1e\x00\x93\x69\xe1\xdf\ +\x8b\x15\x00\x06\x00\x6a\x84\xdd\x44\x32\xe0\x7a\xf2\x25\x03\xce\ +\x03\x2e\x07\x2e\xc1\x63\x00\xa9\x53\x8b\xff\x00\x71\xf6\x3f\x23\ +\xc3\xef\xf0\x48\x3d\x00\xec\x02\x68\x00\xa0\x06\x78\x89\x28\x0b\ +\xdc\x45\x9e\x73\xbb\x11\xa2\x12\x60\x25\x71\x24\xe0\x77\x4a\xea\ +\xcc\xb5\x7c\xb0\xed\xf7\x57\xe6\x0e\x40\x1f\xad\x1e\x00\xfb\xb0\ +\x0d\xb0\x01\x80\x1a\xe3\xdd\x14\x04\xbc\x4d\xbe\xf9\x00\x8b\x89\ +\x3c\x80\xf3\xf0\x18\x40\xea\x94\xf1\xb4\x38\xe7\xb8\x43\x1f\x4f\ +\x8b\xbf\x3d\x00\x0c\x00\xd4\xb0\x8b\x42\x31\x1f\x60\x2f\x79\x92\ +\x01\xa7\x13\x47\x00\x2b\xc8\x33\x86\x54\xd2\xf1\x4d\x12\xb9\x3e\ +\x65\x27\xe8\x4d\xa4\xa0\xa2\xbd\x07\x80\x01\x80\x01\x80\x1a\x62\ +\x2d\x91\x0c\xb8\x99\x7c\xf3\x01\xce\x23\xe6\x03\x2c\xc4\xce\x80\ +\x52\xd5\x06\x88\xe4\xbf\x91\xf4\xf7\x65\x06\xe1\x63\xc4\x70\xb1\ +\xed\xc4\x51\xe2\xa8\x6f\xb7\x01\x80\x9a\x63\x1f\xad\xf9\x00\x07\ +\xc8\x93\x0c\x38\x1b\xb8\x2c\x3d\x2c\x09\x94\xaa\xd3\x47\x24\xfe\ +\x4d\xa3\x35\x08\xa8\xac\x00\xa0\x68\x00\xb4\x9d\x38\x46\xdc\x81\ +\x47\x00\x06\x00\x6a\x9c\x57\xd2\x63\x07\x79\x4a\x02\x87\x81\x8b\ +\x88\xf9\x00\xb3\xfc\x6e\x49\x95\x5e\xc7\x07\x89\xe3\xb7\xa9\x25\ +\x07\x00\xed\x3b\x00\x5b\x89\xce\xa2\x36\x01\x32\x00\x50\xc3\x6c\ +\x26\x92\x01\xdf\x24\x12\x85\x72\x7c\x97\x16\x02\x57\x00\x17\x60\ +\x49\xa0\x54\xe5\x0e\x40\x7b\x00\x50\xe6\x1c\x80\x22\xaf\x60\x1f\ +\x9e\xff\x1b\x00\xa8\xb1\x26\x89\x64\xc0\xd7\x52\x34\x5f\x76\x14\ +\xdf\x47\x6c\x3f\x2e\x25\x72\x01\xa6\x63\x32\xa0\x54\x95\xa1\xf4\ +\x9b\xcb\x11\x00\xb4\xcf\x00\x70\xfb\xdf\x00\x40\x0d\xf5\x06\x91\ +\x0c\xf8\x1e\x79\x92\x01\xfb\x89\xf9\x00\x57\x01\x8b\xb0\x24\x50\ +\xaa\xea\x3a\x3e\x25\x05\xe0\x39\xda\x00\x17\x63\x80\xdd\x01\x30\ +\x00\x50\x83\x1d\xa4\x35\x1f\x60\x3f\x79\x92\x01\x67\x11\xf3\x01\ +\xae\xc0\x64\x40\xa9\xca\x00\x60\x3a\x30\x3f\xfd\xee\xca\xdc\x01\ +\x28\x4a\x00\x0f\xe1\xf9\x7f\x57\xf1\x0e\xad\xf7\xbc\x4a\x24\x03\ +\x5e\x4d\xab\x6f\x78\x99\x86\x88\x1c\x80\x95\xc0\x33\x38\x3a\x54\ +\xca\xa9\x0f\xf8\x3c\xf0\x9b\xc0\x2d\xc4\x11\x40\x99\x8a\xe6\x42\ +\xfb\xd3\x0d\xc4\xb8\x3b\x00\x06\x00\x6a\xae\x1d\x44\x2e\xc0\xc7\ +\x88\x0e\x7e\x65\x67\x0c\xf7\xa5\xbb\x90\x65\x44\x8b\xe0\x2d\x06\ +\x00\x52\x16\x5f\x4d\x8f\x1b\x32\xfe\x19\x45\x13\xa0\x03\xee\x00\ +\x74\x1f\x8f\x00\x7a\xd3\x8b\x69\x27\x60\x37\x79\x3a\x03\x4e\x01\ +\x96\xa4\x5d\x80\x19\x98\x0c\x28\x95\xe9\x4e\xe0\x41\xe0\x2f\x33\ +\x2f\xfe\x93\x7c\xb0\x0b\xa0\x3b\x00\x06\x00\xea\x02\xef\x10\x25\ +\x81\x1b\xc9\x53\x12\x38\x00\x9c\x05\x2c\x07\xce\xc1\x92\x40\xa9\ +\x0c\xf3\x80\x6f\x00\xdf\x23\xb6\xfb\x73\x2b\x1a\x0c\x15\x65\x80\ +\x87\x5c\xfc\xbb\x8b\x2d\x5b\x7b\xd3\x44\x0a\xfe\x96\x02\xe7\x53\ +\x7e\xff\xfe\x62\x3c\xe9\x28\xf0\x16\xb0\x2e\x53\xa0\x21\xf5\x8a\ +\xeb\x81\xff\x06\xfc\xd3\x0e\xac\x11\x53\x80\xd5\xc0\x4f\x89\x46\ +\x40\x4e\x02\x34\x00\x50\xc3\xed\x4b\x8b\xff\x52\x22\x73\xbf\xec\ +\x7c\x90\xbe\x14\x64\x6c\x27\x4a\x0f\xf7\x78\xe1\x90\x4e\xc9\x1d\ +\xc0\x9f\x00\x9f\xec\xd0\x9f\x3f\x9d\x28\xef\x7d\x93\xd8\x39\xf4\ +\x77\x6c\x00\xa0\x86\x3b\x44\x9c\xcf\x2f\x4d\x3f\xee\x32\x4b\x87\ +\x8a\x00\x60\x30\x05\x1a\xeb\x88\x63\x87\xc3\xbe\xed\xd2\x49\xb9\ +\x0b\xf8\x3a\x51\xb5\xd3\x49\x73\x88\xf2\xde\x77\x89\xfc\x21\x19\ +\x00\xa8\xe1\x0e\x12\xfd\xfb\x97\xa4\x60\xa0\xec\x9c\x90\x7e\xe2\ +\xcc\x70\x0b\x51\x7a\x98\x63\x10\x91\xd4\xad\x6e\x01\xfe\x2b\xd1\ +\x58\xab\x0e\x16\x10\xc3\xbe\x56\x03\x1b\xfc\x78\x0c\x00\xd4\x6c\ +\xfb\x80\x33\x53\x00\xb0\x90\xf2\x7b\x02\x14\x49\x44\xbb\x80\xd7\ +\x89\x61\x22\x96\x11\x49\xc7\xb7\x04\xb8\x9b\x38\xfb\xaf\x93\x45\ +\xc4\xd1\xe1\x13\x44\x49\xb1\x0c\x00\xd4\x50\x45\x99\xcf\x12\xe0\ +\x42\xa2\x95\x68\x8e\x64\xc0\xc3\xc4\x11\xc0\x1a\x4c\x06\x94\x4e\ +\xc4\xdd\xc0\x2f\xd7\xf4\xb9\x5d\x00\xcc\x04\xfe\xd6\x8f\xc9\x00\ +\x40\xcd\xb6\x17\x38\x2f\x05\x01\x73\xc8\x93\x0c\x38\x98\xee\x16\ +\x5e\x21\x4f\xef\x01\xa9\x9b\x7c\x0d\xf8\xbd\x9a\x3f\xc7\xab\x89\ +\x1d\xbd\x67\xfd\xb8\x0c\x00\xd4\x5c\x87\x69\x35\xee\x39\x37\xfd\ +\x7d\x8e\x64\xc0\xfd\xc4\xb9\xe1\x9b\x98\x0c\x28\x1d\xcd\xc5\xc0\ +\xff\x48\xc1\x78\xdd\x2d\x03\xee\x03\x76\xfa\xb1\x19\x00\xa8\xb9\ +\xf6\x13\x47\x00\x4b\x88\xad\xbd\xb2\xbf\x17\x7d\xe9\x51\x24\x03\ +\xe6\x18\x44\x24\x75\x83\xdf\x07\x3e\xdb\x90\xe7\x3a\x27\xfd\x8e\ +\x7f\xe8\xc7\x66\x00\xa0\x66\x07\x00\xf3\x88\x92\xc0\x45\xe4\x99\ +\x0f\x30\x44\x34\x11\x59\x0d\x6c\x22\xba\x8b\x49\x6a\x59\x0e\xfc\ +\x45\xc3\xae\xcb\xd7\x10\xb9\x00\x5b\xfc\xf8\x9a\xc7\x56\xc0\x22\ +\x45\xf1\xc5\x7c\x80\x1c\x9d\xbe\xfa\x88\x6e\x83\x4b\x88\x92\xa6\ +\xe9\x38\x1f\x40\xfa\x45\x5f\xa1\xfc\x4a\x9c\xdc\x86\xd3\xf3\x96\ +\x01\x80\x1a\xec\x4d\x60\x15\xd1\xe8\x63\x34\xd3\x77\xed\x6c\x60\ +\x05\x31\x85\xd0\x49\x94\x52\xcb\x2c\xe0\xcb\x0d\x7d\xee\x5f\x4e\ +\xcf\x5f\x06\x00\x6a\xa8\x43\xc0\xf3\x44\xa9\x5e\x8e\x33\xfa\x7e\ +\xe0\x0c\xa2\x9b\xd8\x15\x44\xb2\xa1\xa4\xf0\x25\x62\x8c\x76\x13\ +\xcd\x4f\xcf\x5f\x06\x00\x6a\xb0\xd7\x89\xbe\xfd\xdb\xc8\x93\xa9\ +\x3f\x44\x34\x11\xb9\x1a\x98\x8b\x39\x28\x52\xe1\x4e\x9f\xbf\x0c\ +\x00\xd4\x49\x3b\x89\x5c\x80\x0d\x44\x9b\xe0\x1c\xbb\x00\xf3\x81\ +\xcb\x89\x7c\x80\x61\xdf\x72\x89\x11\xe0\xb6\x86\xbf\x86\xdb\xd2\ +\xeb\x90\x01\x80\x1a\xac\x48\x06\xdc\x4d\x9e\xb6\xbd\x53\x88\x5a\ +\xe7\xab\xc9\x33\x7f\x40\x6a\x9a\x1b\x89\xc4\xd8\x26\x9b\x9e\x5e\ +\x87\x0c\x00\xd4\x60\x1b\x89\x91\x9f\xef\x90\x2f\x19\x70\x31\x70\ +\x25\xd1\x78\xc8\x64\x40\xf5\xba\xeb\x7c\x1d\x32\x00\x50\x1d\x8c\ +\x11\xc9\x80\xab\x89\x61\x41\x39\x4a\x02\x67\x00\x97\x10\x75\xcf\ +\x53\xb1\x24\x50\xbd\xed\x4a\x5f\x87\x0c\x00\x54\x17\x6b\x88\x64\ +\xc0\xcd\xe4\x49\x06\x1c\x24\xe6\x0f\xac\x24\x72\x02\x4c\x06\x54\ +\x2f\x5b\xe2\xeb\x90\x01\x80\xea\x62\x6f\xda\x05\x58\x0f\x1c\x20\ +\x4f\x32\xe0\x5c\x62\xb6\xf8\x65\x98\x0c\xa8\xde\x76\xb6\xaf\x43\ +\x06\x00\xaa\x93\x97\x89\xbe\xfd\x3b\xc9\xd3\xb6\x77\x18\xb8\x28\ +\xed\x02\xcc\xf2\xbb\xa8\x1e\x36\xd7\xd7\x21\x03\x00\xd5\xc9\x26\ +\xa2\x22\xe0\x2d\xf2\x25\x03\x9e\x49\x34\x05\x3a\x9f\xe8\x11\x20\ +\xf5\xa2\x69\xbe\x0e\x19\x00\xa8\x4e\x26\x80\x17\x88\xe6\x40\x7b\ +\xc8\x93\x0c\x38\x8d\x48\x06\xbc\x2a\xfd\xbd\xc9\x80\x92\x64\x00\ +\xa0\x1a\xd8\x40\xcc\x07\xd8\x94\x69\x17\x60\x00\x38\x87\x98\x0f\ +\x70\x26\x96\x04\xaa\x37\xed\xf7\x75\xc8\x00\x40\x75\x73\x80\xfc\ +\xf3\x01\x66\x11\x89\x80\xcb\xb0\x93\x98\x7a\xd3\x0e\x5f\x87\x0c\ +\x00\x54\x47\xaf\x12\xc9\x80\x3b\xc8\x93\x0c\x38\x04\x5c\x40\x74\ +\x06\x9c\x8d\x25\x81\xea\x3d\x1b\x7d\x1d\x32\x00\x50\x1d\x6d\x23\ +\x92\x01\xdf\x20\xdf\x7c\x80\x85\x69\x07\xe0\x62\x4c\x06\x54\xef\ +\x59\xeb\xeb\x90\x01\x80\xea\xaa\x98\x0f\xf0\x3e\x79\x92\x01\xa7\ +\x10\x4d\x44\xae\x22\x7a\x8a\x9b\x0c\xa8\x5e\xb2\xca\xd7\x21\x03\ +\x00\xd5\xd5\x5b\xe9\xc7\xfd\x2e\xf9\x4a\x02\xcf\x22\x92\x01\xcf\ +\x76\x17\x40\x3d\xe6\x39\x5f\x87\x0c\x00\x54\x57\xa3\xe4\x9d\x0f\ +\xd0\x0f\x9c\x41\x94\x04\x5e\x89\xc9\x80\xea\x2d\x8f\xa7\xdf\x55\ +\x93\xed\x4b\xaf\x43\x06\x00\xea\x42\xaf\x13\xdd\x01\xb7\x92\x27\ +\x19\x70\x90\x48\x06\x5c\x09\xcc\xc3\x92\x40\xf5\x96\xa7\x1b\xfe\ +\xfc\xef\x07\x0e\xf9\x31\x1a\x00\xa8\x3b\xed\x26\x1a\x03\x6d\x20\ +\x5f\x32\xe0\x3c\xe0\xf2\xb4\x13\xe0\x31\x80\x7a\xc1\x20\x31\x1e\ +\xfb\xdd\x86\xbf\x8e\x7b\xfd\x28\x0d\x00\xd4\xdd\x56\x11\xc9\x80\ +\xbb\x80\xf1\x0c\xff\xfd\x11\xa2\x12\x60\x25\x30\xd3\xef\xa7\xba\ +\x5c\x1f\xd1\x3f\xff\x1a\x60\x0e\xe5\x1f\xad\x55\x65\x1b\xf0\x1d\ +\x3f\x4e\x03\x00\x75\xb7\x8d\xc0\x4b\xc0\xdb\xe4\x4b\x06\x5c\x44\ +\xe4\x01\x9c\x87\xc7\x00\xea\xee\x6b\xef\x19\x44\xe5\xcb\x5d\xe9\ +\xaf\x4d\xad\x7e\xf9\x36\xb1\x43\x28\x03\x00\x75\xb1\x71\x22\x19\ +\xf0\x75\x62\x64\x70\x8e\x92\xc0\x19\xc4\x11\xc0\x72\x60\x2a\x96\ +\x04\xaa\x3b\xef\xfc\xa7\x12\xbd\x2f\x3e\x0b\x7c\x88\x68\x85\xdd\ +\xc4\xef\xfa\x28\x70\x8f\x1f\xa9\x01\x80\x7a\xc3\x5a\x22\x19\x70\ +\x33\x70\x38\xc3\x7f\x7f\x20\xdd\xfd\xaf\x24\x1a\x04\xd9\x19\x50\ +\xdd\x66\x98\x98\x80\xf9\x09\xe0\x93\xe9\xfb\xde\xd4\x9c\x97\x6f\ +\x11\xbb\x82\x32\x00\x50\x0f\xd8\x47\x24\x03\xae\x23\x66\x05\xe4\ +\x48\x06\x9c\x4d\xcc\x07\xb8\x0c\x4b\x02\xd5\x5d\x86\xd2\xdd\xfe\ +\x27\x81\xdb\x89\x9c\x97\xa6\x4e\xc2\xdc\x00\xfc\x99\x1f\xa9\x01\ +\x80\x7a\xcb\xcb\xe4\x9d\x0f\x30\x0c\x5c\x98\x76\x01\x66\xf9\x3d\ +\x55\x17\x5d\x6f\xe7\x01\x1f\x07\x3e\x93\x02\xdc\x99\x0d\x7e\x3d\ +\x77\xa7\x1b\x01\x19\x00\xa8\x87\x6c\x26\xda\x03\xbf\x45\x9e\xda\ +\xdf\xfe\x74\x97\x74\x05\xd1\x1b\xc0\x92\x40\x75\x83\x59\x44\x6e\ +\xcb\xad\xb4\x32\xff\x9b\x7a\x0d\xfe\x6b\xe0\xcf\xfd\x48\x9b\xcd\ +\xf3\x55\x9d\xaa\x71\xa2\x7f\xff\x85\xc4\x16\x66\x99\x17\xb2\xbe\ +\xf4\xdd\x1c\x23\xea\xa3\x57\x13\xbd\x07\xa4\x26\xea\x23\x66\x5c\ +\x5c\x0e\xfc\x4a\x0a\x00\xce\x6a\x70\x60\xfb\x08\xf0\x6f\x70\xfc\ +\xaf\x3b\x00\xea\x59\x6f\x10\x7d\x01\xde\x23\x4f\x32\x60\x3f\x70\ +\x0e\x31\x1f\x60\x11\x96\x04\xaa\xb9\x8b\xff\x30\x71\xd6\xff\x79\ +\x62\xfb\xff\x9c\xf4\xef\x9a\xe8\x05\xe0\xeb\x38\xf9\xcf\x1d\x00\ +\xf5\xb4\xb1\x74\x11\x5b\x42\x64\x31\x4f\xa1\xdc\x44\xa6\xbe\xb4\ +\xe8\x1f\x4c\xc1\xc6\x1b\xe4\xe9\x3d\x20\xe5\x34\x08\x9c\x0b\xdc\ +\x0c\xdc\x91\x76\x01\x9a\x5a\xde\xfa\x22\xf0\x07\xc0\x0f\xfc\x58\ +\x0d\x00\xa4\xfd\xc4\x11\xc0\x12\xa2\xa9\x49\xd9\xdf\xa7\xfe\x74\ +\xa1\xdc\x46\x24\x1e\xee\xa3\xfc\xaa\x03\x29\xe7\xf5\x75\x3e\x70\ +\x23\xf0\x6b\x44\x52\xeb\x6c\x9a\xb9\xf3\xfa\x1c\xf0\x9f\x80\xef\ +\xf9\xb1\x1a\x00\x48\x10\x65\x80\xb3\x81\xa5\x44\x3f\xf3\xe1\x0c\ +\x77\x36\x43\xc0\x1e\x60\x0d\x91\x0f\x30\xe6\xdb\xae\x06\xe8\x27\ +\x92\xfe\x6e\x00\xbe\x04\x7c\x04\x58\xd0\xd0\xc5\xff\xfb\xc0\xbf\ +\x03\x1e\xf2\x63\x35\x00\x90\xda\x1d\x26\xce\x37\x2f\x22\xba\xf8\ +\x95\x9d\x0c\xd8\x4f\x24\x1c\x6e\x02\x5e\x4b\x41\x87\x54\x77\xd3\ +\x89\xfc\x95\x3b\x88\xed\xff\xa6\x26\xfd\xdd\x0d\xfc\x4e\x0a\xc0\ +\xd5\x85\x51\xaa\x74\x3a\xde\x26\x92\x01\x37\x92\xe7\x8c\x7e\x20\ +\x5d\x3c\x97\x13\xc9\x53\x96\x04\xaa\xee\xa6\x10\xe5\xab\x9f\x02\ +\x6e\x01\xce\xa6\x79\x49\x7f\x0f\x01\x5f\x00\x7e\x17\xd8\xee\x47\ +\x6a\x00\x20\x1d\x6d\x07\xe0\x79\xa2\x54\x6f\x1f\x79\xe6\x03\xcc\ +\x24\xe6\x03\x5c\x99\x2e\xae\x52\x5d\x0d\xa5\x05\xff\xd3\xc0\x6d\ +\x29\x10\x98\xda\xa0\xe7\xff\x14\xf0\x5b\x44\xa9\xa2\x23\x7e\xbb\ +\x9c\xa5\x55\x2a\xc3\x6a\x22\x49\xef\xda\xb4\x58\x8f\x64\xf8\x9e\ +\x9e\x4f\x24\x51\x3d\x49\x24\x1f\x9a\x0b\xa0\xba\x19\x20\x1a\x58\ +\x7d\x34\xdd\xf9\x5f\x46\x1c\x05\x54\x61\x82\x48\x90\x3d\x95\x63\ +\xdd\x6d\x69\xb1\xff\x0e\x71\xde\x2f\x03\x00\xe9\x84\xbd\x4f\xd4\ +\x07\xaf\xa7\xb5\xdd\x59\x66\x32\x60\x3f\x31\x37\xfd\xf2\xb4\x13\ +\xb0\xc9\x00\x40\x35\xd3\x47\xab\xd3\xdf\xe7\x88\x4e\x7f\x55\xb5\ +\xb1\x1e\x23\xfa\x71\x3c\x90\x82\xf1\x19\x44\x65\xce\x25\xe9\xf7\ +\x38\x3b\xfd\x26\x47\x81\x5d\xc4\x71\xdd\x6a\xa2\xac\xef\x29\xe0\ +\x61\x3f\x3e\x03\x00\xe9\x74\xac\x22\xe6\x03\x2c\x4f\x77\x3d\x65\ +\x7f\xb7\x46\x88\x44\xc3\x95\xc0\xdf\x13\xfd\x01\x26\x7c\xdb\x55\ +\x03\xfd\xe9\x3b\xbf\x1c\xb8\x8b\x56\xc6\x7f\x15\x49\xd6\x93\xc0\ +\x4e\xe2\x18\xee\xa1\xf4\xd8\x62\x80\xac\x13\xfd\xe2\x4a\x65\x78\ +\x97\x18\x0b\xfa\x36\xf9\xe6\x03\x2c\x22\xf2\x00\xce\xc7\x64\x40\ +\xd5\xc7\x08\x51\x0a\x7b\x2b\x70\x3d\x91\xb4\x5a\xd5\xe2\xbf\x87\ +\xa8\x8e\xf9\x01\x71\x3c\xb6\xd5\xc5\x5f\x27\xca\x32\x40\x95\x79\ +\x31\x9a\x24\x4a\x02\x8b\xf9\x00\x65\x77\x06\x1c\x20\x92\x0e\xdf\ +\x21\xca\x92\x0e\xf9\xb6\xab\xc3\x86\x89\xea\x94\x4f\x01\xbf\x04\ +\x5c\x4a\x35\x9d\xfe\x26\x89\x92\xd8\xd7\x88\xe6\x3c\x0f\x62\xb7\ +\x4c\xb9\x03\xa0\x0e\x5a\x47\x24\x03\x6e\x22\x5f\x49\xe0\xb9\xc0\ +\x55\xc0\x42\x3c\xc2\x52\x67\x0d\x12\x9d\xfe\x6e\x02\xee\x24\xce\ +\xdc\xa7\x53\x4d\x9b\xdf\xc3\xc4\x34\xce\xc7\x81\xc7\x80\x0d\x2e\ +\xfe\x32\x00\x50\x27\xed\x27\xce\x22\xd7\xa5\xbb\x93\xc9\x0c\xdf\ +\xd7\xd9\x44\x76\xf5\xe5\x34\x77\xa0\x8a\xba\xe3\xda\x39\x87\x38\ +\xef\xbf\x8d\x18\x5d\x3d\xab\xa2\xc5\x7f\x8c\x38\xe7\x7f\x86\xd8\ +\xfa\x7f\x15\xdb\x64\xcb\x00\x40\x35\xf0\x4a\x7a\xec\x20\xcf\x59\ +\xe4\x10\x71\xc4\x70\x75\x0a\x06\x3c\xc6\x52\x27\xcc\x48\x81\xe8\ +\x6d\xc4\xb9\xff\xfc\x8a\xbe\x8b\xe3\x44\xd2\xdf\x33\x44\xc9\xde\ +\x4b\xe9\x9f\x5d\xfc\x65\x00\xa0\x8e\xdb\x4a\x94\x17\xbd\x49\xbe\ +\x64\xc0\x85\xc0\xb2\x14\x08\x98\x0c\xa8\x2a\xf5\x11\x67\xfc\x17\ +\x13\x6d\x7e\x6f\x22\x92\x53\xab\xf8\x1e\x4e\x02\x7b\xd3\xa2\xff\ +\x10\xf0\x33\xa2\x86\xdf\xc5\x5f\x06\x00\xaa\x85\x49\xa2\x27\xc0\ +\x6b\x44\x7f\x80\xf1\x4c\x17\xe0\xa5\x44\x2e\x40\xd9\xc9\x86\xd2\ +\xb1\x0c\x11\x55\x28\xb7\x01\x9f\x48\x7f\x3f\x52\xd1\x9f\xbd\x9f\ +\x38\x5e\x7b\x10\x78\x84\xa8\xbc\x39\xec\x47\x22\x03\x00\xd5\xc9\ +\x9b\x44\x5f\x80\xf7\xc8\x93\x98\xd4\x4f\x34\x38\x59\x41\x94\x5c\ +\x99\x0c\xa8\x2a\x0c\x10\xbb\x4f\x1f\x21\xb2\xfe\xab\xca\xf8\x87\ +\xd8\x4d\x7b\x1b\xf8\x31\xd1\xf0\xe7\x4d\xa2\x17\x86\x64\x00\xa0\ +\x5a\x39\x44\x6b\x3e\xc0\x7e\xf2\x24\x03\x9e\x91\x2e\xc0\x57\xe0\ +\x7c\x00\x55\xb3\xf8\xcf\x01\x3e\x44\x94\xfb\xad\xa0\xfa\x4e\x7f\ +\x8f\xa7\x3b\xff\x35\x38\x15\x53\x06\x00\xaa\xb1\xd7\x88\x64\xc0\ +\x6d\xe4\xd9\xa6\x1c\x22\x06\xad\xac\x24\xda\x04\x9b\x0c\xa8\x5c\ +\xfa\x88\xf2\xbe\xab\x81\xcf\xa7\xbf\xce\xab\xe8\xfa\x39\x41\x24\ +\xd4\x3e\x9f\xee\xfe\x9f\x27\x8e\xd6\xec\x82\x29\x03\x00\xd5\xd6\ +\x4e\x22\x17\x60\x03\xb1\x55\x99\x63\x17\x60\x3e\x91\x0c\xb8\x04\ +\x4b\x02\x95\xcf\x54\xa2\xc6\xff\x66\xe0\x63\xc0\x62\xaa\x39\x76\ +\x9a\x48\x8b\xfd\x8b\x44\xb3\x9f\x9f\xa6\x80\x7a\xdc\x8f\x44\x06\ +\x00\xaa\xbb\x97\x88\x1a\xe5\xdd\x99\x2e\x5a\x53\x88\x6c\xec\x95\ +\x44\x59\x96\xdf\x67\x95\x6d\x84\xe8\xf4\x77\x2b\x31\xe2\xf7\x3c\ +\xaa\x49\xfa\x6b\xef\xf4\xf7\x40\x5a\xfc\x37\x79\xe7\x2f\x03\x00\ +\x35\xc5\x3b\x29\x08\x78\x87\x7c\xc9\x80\x8b\x89\x21\x2c\xe7\x60\ +\x32\xa0\xca\x35\x48\x94\xf8\x15\x8b\xff\xc5\x44\xd5\x49\x15\x46\ +\x89\x4e\x7f\x8f\x11\x25\x7f\x6f\xa4\x7f\x67\xc9\x9f\x0c\x00\xd4\ +\x08\x63\xc4\x31\xc0\x6a\xa2\x53\x59\xd9\x77\x2f\x7d\xe9\xce\xff\ +\x92\x14\x04\x4c\xf5\x2d\x57\x89\xd7\xc6\x79\xc0\x75\x29\x00\xb8\ +\x12\x98\x49\x75\x6d\x7e\x37\x01\x3f\x21\x3a\xfd\xad\xc1\x4e\x7f\ +\x32\x00\x50\x03\xad\x21\xe6\x9f\xfd\xa5\x02\x00\x00\x1a\xa2\x49\ +\x44\x41\x54\x03\x6c\x21\x4f\x32\xe0\x20\xb1\x2d\xbb\x92\xc8\x09\ +\x70\x17\x40\x65\x04\x96\x33\x89\x0a\x93\x3b\x80\x0f\x53\x5d\xa2\ +\xe9\x38\xb0\x1d\x78\x0a\xb8\x3f\xfd\x76\xde\xf7\x23\x91\x01\x80\ +\x9a\x68\x0f\xad\xf9\x00\xb9\x92\x01\xe7\x12\xb3\x01\x2e\xc5\x64\ +\x40\x9d\xfe\xe2\x3f\x35\x7d\x9f\xbe\x40\xb4\xf9\x3d\xb3\xc2\xc0\ +\xf2\x7d\xa2\x87\xc6\x83\xc0\xb3\x44\x32\xad\xe7\xfe\x32\x00\x50\ +\x63\xbd\x4c\x94\x04\xee\x24\x4f\x32\xe0\x30\x70\x11\x51\x9e\x75\ +\x86\xdf\x6b\x9d\x86\x91\xf4\x5d\xba\x09\xb8\x91\xd8\x5d\xaa\xaa\ +\xcd\xef\x3e\xe2\xb8\xec\xef\x88\xb3\xff\xcd\xd8\xe9\x4f\x06\x00\ +\x6a\xb8\x4d\x44\x32\xe0\x5b\xe4\x9b\x0f\x70\x26\xb1\x65\x7b\x01\ +\xce\x07\xd0\xa9\x2f\xfe\x45\x9b\xdf\x3b\x88\xf2\xd2\x2a\x3a\xfd\ +\x4d\xa6\xdf\xc5\x7a\xa2\xd6\xff\xb1\x8c\xbf\x15\xe9\xff\xb3\x79\ +\x8a\xaa\x30\x49\x6c\x63\x5e\x4c\x0c\xf0\x29\xbb\x7f\x7f\x5f\xfa\ +\x2e\x1f\x06\x36\x12\x79\x07\x5e\x3c\x75\x32\x86\x88\xb6\xd2\x77\ +\x02\xbf\x9e\x82\xc9\x33\xa8\x6e\xbc\xef\x46\x22\xe9\xef\x3e\x62\ +\xc7\x2c\x47\x07\x4d\xc9\x1d\x00\x75\xc4\xfa\x74\x61\xdb\x44\x9e\ +\x92\xc0\x01\xe0\x5c\x62\x40\x50\x95\x67\xb6\x6a\xbe\x3e\x22\xe3\ +\xff\x63\x44\xb9\xdf\x65\x15\x2e\xfe\x45\xd2\xdf\xb3\x69\xf1\x5f\ +\x85\x9d\xfe\x64\x00\xa0\x2e\x73\x80\x48\x06\x5c\x9b\xfe\x3e\x47\ +\x32\xe0\x2c\x22\x11\x70\x19\x26\x03\xea\xc4\xcd\x22\x7a\xfb\xdf\ +\x41\x0c\xfa\xa9\xaa\xdc\x6f\x82\x68\x92\xf5\x33\xe2\xdc\xff\xf9\ +\x14\x0c\x78\xe7\x2f\x03\x00\x75\x9d\x57\xd3\x2e\xc0\x76\x62\xdb\ +\xb3\x6c\x43\xc4\x11\xc3\x4a\x62\x70\x8b\x47\x5c\x3a\xde\x9d\xff\ +\xf4\x14\x30\xfe\x0a\xf0\x71\xaa\x4d\x22\xdd\x47\x74\xfa\x7b\x18\ +\x78\x9a\x48\xfa\xf3\xce\x5f\x06\x00\xea\x4a\x5b\x89\xbe\xe6\x6f\ +\x90\xaf\x24\x70\x41\xba\xa0\x5f\x84\xc9\x80\x3a\x7e\xc0\xb8\x04\ +\xf8\x1c\xb1\xfd\xbf\x80\xea\x8e\x8e\x0e\x12\x89\x7e\x0f\xa6\x47\ +\xae\x6e\x99\x92\x01\x80\x6a\xe3\xc5\x74\xd7\x93\xe3\x9c\xb3\xa8\ +\xe1\x5e\x9a\x76\x01\xa6\x53\xcd\x56\xae\x9a\x67\x00\x38\x9b\x28\ +\xf5\xfb\x2c\x91\xa0\x5a\x55\xc0\x38\x9a\x16\xfc\x07\xd2\x63\x3d\ +\x91\xf4\x27\x19\x00\xa8\xab\xbd\x45\x24\x3a\xbd\x4b\xbe\xf9\x00\ +\x67\x11\xad\x81\xcf\x72\x17\x40\x47\x59\xfc\x17\x10\x5b\xfe\xbf\ +\x4a\xab\x81\x54\x55\x49\x7f\x5b\x89\xe1\x3e\x0f\x11\xfd\x31\xf6\ +\xfa\x91\xc8\x00\x40\xbd\x60\x94\x48\x76\xca\x35\x1f\xa0\x9f\x38\ +\xc7\xbd\x94\xe8\xdf\x3e\xe2\x5b\xae\x36\x7d\xe9\xfb\xf1\x61\x22\ +\xe9\x6f\x19\xd5\xed\x14\x4d\x02\xbb\x88\x9e\x18\x3f\x20\x92\xff\ +\x76\xe1\xb9\xbf\x0c\x00\xd4\x43\x5e\x4f\x77\x3e\xdb\xc8\x93\x0c\ +\x38\x48\x34\x74\x59\x49\x94\x77\x59\x12\xa8\x42\x91\xf4\xf7\x19\ +\xe0\xa3\x44\x1b\xe9\x2a\xae\x83\x13\xe9\x4e\xff\x65\xe0\x5e\xe0\ +\x19\x22\xe9\x6f\xcc\x8f\x44\x06\x00\xea\x25\xbb\x88\x29\x81\xeb\ +\xc9\x97\x0c\x38\x9f\xe8\xe7\xbe\x14\x8f\x01\x14\xa6\x10\xc9\xa1\ +\x77\x12\xe7\xfe\x0b\xa9\xae\x52\xe4\x10\x51\x02\xfb\x08\x31\xe8\ +\xe7\x1d\xf2\xb4\xc5\x96\x0c\x00\x54\x7b\x2f\x11\x65\x81\xbb\x32\ +\x5d\x08\x47\x88\xc4\xae\x95\x44\x5d\xb7\xdf\xf5\xde\x36\x04\x9c\ +\x93\xee\xfc\x3f\x05\x2c\xa6\xda\xa4\xbf\x77\x81\x27\x88\x56\xbf\ +\xb9\x06\x63\x49\x06\x00\x6a\x84\x8d\x29\x08\xc8\x55\xfe\xd4\x9f\ +\x2e\xf2\xcb\x89\x0e\x81\x1e\x03\xf4\xae\x3e\x22\xe9\xef\x06\x5a\ +\x9d\xfe\xa6\x54\xf4\x67\x8f\x11\x49\x7f\x8f\x11\xcd\x7e\x5e\x23\ +\x26\x64\xba\xf8\xab\xe3\x6c\x94\xa2\x4e\x29\x2e\x80\x4b\x88\x01\ +\x3e\x65\x0f\x5d\xe9\x4b\x8b\x7e\x51\x72\xb5\x16\xeb\xac\x7b\xf5\ +\x26\x67\x0e\xd1\xe1\xef\xcb\x29\x08\x98\x41\x75\xe7\xfe\x3b\x88\ +\xf3\xfe\xef\x13\xcd\x7e\xb6\x63\xd2\x9f\xdc\x01\x90\x58\x4b\x24\ +\x45\xe5\x1a\x7b\xda\x3e\x1f\x60\x81\x01\x6f\x4f\xde\xf9\x4f\x4b\ +\x9f\xff\x2f\x03\xd7\x50\xed\x71\xd0\x7e\x22\xe1\xf5\x01\xe0\x49\ +\x22\xe9\xd5\x73\x7f\x19\x00\x48\x44\x19\xe0\xf3\xc4\x99\x68\xae\ +\xf9\x00\x73\x88\x2d\xdf\xcb\x71\x3e\x40\xaf\x19\x26\x92\x40\x3f\ +\x45\x34\xfc\x59\x54\xe1\x35\x6f\x1c\x78\x8f\xa8\xf5\x7f\x94\x7c\ +\x7d\x2f\x24\x03\x00\x35\xd6\xcb\x44\x49\xe0\x0e\xf2\x94\x44\x0d\ +\x13\x99\xdf\x2b\x89\xa1\x2f\x7e\xe7\x7b\xc3\x10\xb1\xfb\x73\x2b\ +\xf0\x05\xe0\x3c\xe2\x48\xa8\xaa\x21\x3f\x5b\x89\x09\x7f\x4f\x03\ +\x6f\xe2\x78\x6a\x19\x00\x48\xff\xc0\x66\xa2\x3d\xf0\x5b\x99\x2e\ +\x92\xfd\xc4\x78\xe0\x2b\x88\x41\x41\x96\x04\x76\xbf\x01\xa2\xc4\ +\xef\x96\xb4\xf8\x9f\x4f\x75\x0d\xa1\x26\x89\x7a\xff\x55\xc0\x0f\ +\xd3\x77\x7b\x1f\x26\xfd\xc9\x00\x40\x3a\xe2\x05\xb3\x98\x0f\xb0\ +\x87\xf2\xcf\x48\x8b\x73\xe0\xa5\xc4\x59\xf0\x34\x9c\x0f\xd0\xed\ +\x66\x13\x9d\xfe\x3e\x4d\x74\x83\x9c\x51\xe1\x77\xf9\x10\xb1\xab\ +\xf5\x5d\xe2\xdc\x7f\x13\x9e\xfb\xcb\x00\x40\x3a\xaa\x0d\xe9\xa2\ +\xf9\x1e\x79\x92\x01\xfb\x89\x1a\xf0\x15\x44\x69\xa0\x25\x81\xdd\ +\xeb\x0c\x62\xb7\xe7\x4e\x5a\xe3\x7d\xab\x0a\xf8\x46\x89\x16\xd7\ +\x3f\x26\xca\xfe\xde\x76\xf1\x97\x01\x80\x74\x6c\x07\x89\x64\xc0\ +\xb5\x44\xe6\x74\x8e\x64\xc0\x59\xc4\x7c\x80\x65\x38\x1f\xa0\x1b\ +\x15\x93\x20\x2f\x01\xbe\x08\xdc\x44\x24\x80\x56\x55\xf9\x71\x98\ +\x38\xce\x7a\x1c\xb8\x9f\xe8\x72\x79\xd8\x8f\x45\x06\x00\xd2\xf1\ +\xbd\x9a\x76\x01\xb6\x67\xba\x70\x0e\x11\x39\x00\x2b\x2b\x5e\x18\ +\x54\x8d\x01\xe2\xac\xff\x56\xe0\x13\xc4\xa8\xdf\xaa\x76\x7a\x26\ +\x88\x8e\x96\x3f\x01\xee\xa3\x35\xe1\xcf\x73\x7f\x19\x00\x48\x27\ +\x60\x3b\x91\x0b\xb0\x81\x38\x47\x2d\xfb\xe2\xd9\x47\xcc\x07\x58\ +\x46\xb5\xb3\xdf\x55\xcd\x75\x6c\x11\x31\xdc\xe7\x4e\xa2\xec\xb3\ +\xaa\xf1\xbe\x93\xc0\x6e\x22\xdb\xff\x07\xc0\xcf\x53\x30\x20\x19\ +\x00\x48\x27\xa1\x48\x06\xdc\x4d\xf9\xdd\xd2\xfa\x88\xf6\xaf\x4b\ +\xd2\x2e\xc0\x0c\x4c\x06\xec\x96\x6b\xd8\x19\xc0\x75\xc0\xaf\x12\ +\xe7\xff\x53\x2a\x5c\xfc\xf7\x11\xcd\x7e\xee\x4f\x41\xc0\x0e\xef\ +\xfc\x65\x00\x20\x9d\xbc\xb7\x89\xf9\x00\x1b\xc9\xd3\x34\x65\x00\ +\x38\x8b\x98\x0f\x70\xb6\xbb\x00\x5d\x61\x0a\x51\xe1\x71\x23\x91\ +\xe3\x31\xb3\xc2\xc0\x6e\x8c\xa8\xf1\xbf\x8f\x98\xf2\xf7\x0e\x9e\ +\xfb\xcb\x00\x40\x3a\x25\x87\x89\x64\xc0\xd5\xe9\xce\x2a\xc7\x2e\ +\xc0\xcc\xb4\x50\x2c\xa7\xba\x81\x30\xca\x63\x98\xa8\xee\xb8\x29\ +\x3d\xce\xa4\xba\xdc\x8e\x62\xf1\xff\x11\xd1\xed\xcf\x59\x13\x32\ +\x00\x90\x4e\xd3\x6a\x22\x89\x6a\x4b\xa6\xbb\xa9\x41\x22\x59\x6c\ +\x25\x30\x0f\x4b\x02\x9b\x6a\x30\x2d\xf8\xb7\x00\x9f\x27\x8e\x76\ +\xa6\x55\xf4\x67\x8f\x13\x9d\xfe\x9e\x21\xb6\xfe\x5f\xc5\x4e\x7f\ +\x32\x00\x90\x4e\xdb\xfb\x69\x17\x60\x3d\x79\x66\xa6\xf7\x03\x73\ +\x89\x44\xb1\x4b\x71\x3e\x40\x53\xaf\x5b\xf3\x80\xeb\x89\xac\xff\ +\x65\xc4\xce\x4e\x15\x26\x88\xdd\xa9\x9f\x03\xdf\x4b\xdf\xd5\x1c\ +\x39\x2b\x92\x01\x80\x7a\xd2\xaa\x74\x57\xb5\x8b\x3c\x8d\x54\x46\ +\x88\x4a\x80\x95\x54\x3b\x1d\x4e\xe5\x98\x49\x0c\x77\xfa\x34\xd1\ +\xf1\x6f\x2e\xd5\x6c\xfd\x4f\x12\x43\xab\x7e\x0e\xdc\x9b\x76\x00\ +\xb6\x60\xd2\x9f\x0c\x00\xa4\xd2\xbc\x47\x24\x03\xbe\x4d\xbe\xf9\ +\x00\x8b\x88\x36\xb1\xe7\x61\x32\x60\x53\x14\x6d\x9d\x2f\x05\x7e\ +\x89\xe8\xf4\xb7\xa8\xc2\xcf\xef\x20\x71\xd6\xff\x10\xd1\xe9\x6f\ +\x93\x77\xfe\x32\x00\x90\xca\x35\x4e\x6c\xad\xbe\x4e\x34\x54\xc9\ +\x91\x0c\x38\x9d\xc8\x1e\x5f\x41\x74\x90\xb3\x24\xb0\xfe\x06\xd2\ +\x82\x7f\x33\xf0\xb1\x8a\x83\xb7\xb1\x74\xb7\xff\x20\xd1\xea\xd7\ +\x09\x7f\x32\x00\x90\x32\x59\x47\x74\x06\xdc\x4c\xbe\x92\xc0\x73\ +\x89\x01\x41\x0b\xb1\x33\x60\x13\xae\x55\x33\x89\xd1\xce\x57\xa4\ +\xbf\x8e\x50\xdd\x78\xdf\x2d\x44\xc2\xdf\x0f\x89\xe3\xa9\x7d\x7e\ +\x24\x32\x00\x90\xf2\xd8\x4f\x6b\x3e\xc0\x01\xf2\x24\x03\xce\x21\ +\x92\x01\x2f\xc7\xf9\x00\x75\x56\xf4\xf9\x2f\xea\xfd\x2f\x21\x8e\ +\x02\xaa\xb8\x7e\x4d\x10\xcd\x7d\x9e\x4d\x01\xc0\x0b\xc4\xae\x94\ +\x64\x00\x20\x65\xf4\x32\x51\x12\xb8\x83\xd8\x82\x2d\xdb\x50\xba\ +\x93\x5c\x49\x8c\x90\xf5\xf7\x50\xcf\xc5\x7f\x0a\x31\xc7\xe1\xa3\ +\x29\x00\x58\x42\x35\xd5\x1b\x45\xd2\xdf\x6b\xc0\xf7\x89\xa4\xbf\ +\x1d\x78\xee\x2f\x03\x00\x29\xbb\xad\x44\x7b\xe0\x5c\xe7\xad\xfd\ +\xc4\xf6\xff\x15\x69\x81\xb1\x24\xb0\x7e\x46\x88\x73\xff\x6b\x89\ +\x21\x3f\x97\x11\xad\x7f\x73\x1f\xd9\x4c\x12\x47\x4f\xaf\x01\x7f\ +\x4b\x24\xfd\x6d\xcc\x14\x88\x4a\x1d\xe1\xb9\xa7\xea\x6e\x9c\x28\ +\xd9\xbb\x90\xf2\xb7\x7d\xfb\xd2\x6f\x60\x1c\x78\x97\x48\x3a\x3c\ +\xe8\x5b\x5e\xab\xc5\xff\xbc\x74\xd7\x7f\x0b\x51\xf2\xb7\x98\xd8\ +\xb9\xc9\x7d\xf6\x7f\x18\x78\x83\xe8\xf4\xf7\x77\xc0\x1a\x6c\xf3\ +\x2b\x03\x00\xa9\x52\x7b\x89\xbe\xfd\x4b\x89\x7a\xef\x1c\x59\xdf\ +\x83\xc0\x4e\xe2\xb8\x61\x27\x6e\xf1\xd6\xc1\x10\xd1\xe6\xf7\xf3\ +\xc0\x17\x89\x61\x3f\x8b\xa8\x26\xf1\x6f\x1c\xd8\x06\x3c\x0c\xfc\ +\x0d\xd1\x97\x62\x1f\xd6\xfb\xcb\x00\x40\xaa\x7c\x07\x60\x28\x05\ +\x00\xe7\x51\x7e\xc9\x5e\x5f\x0a\x00\x0e\x12\x47\x0d\x6f\x60\x4f\ +\xf7\x4e\x2b\x8e\x66\x6e\x00\xee\x22\x3a\xfe\xcd\xa7\x9a\x11\xbf\ +\x13\x44\x67\xbf\x9f\x00\xdf\x21\x92\xff\x76\xfa\x91\xa8\x5b\x7f\ +\x68\x52\xdd\xbd\x46\x24\x04\x6e\x23\xcf\x36\xec\x10\x70\x01\x70\ +\x35\x51\x19\x60\x60\xdc\xd9\x6b\xd2\x19\x44\x7f\x86\x2f\x10\x67\ +\xff\xb3\xa9\x66\xdb\x7f\x1c\xd8\x4e\x24\xfb\xfd\xc8\xc5\x5f\xee\ +\x00\x48\x9d\x77\x10\x98\x95\x76\x01\x16\x67\xb8\x13\xec\x4b\x0b\ +\xcc\x1e\xa2\xec\xf0\x5d\x4c\xf6\xea\x84\xa2\xd3\xdf\x4a\x62\xdb\ +\xff\x26\xe2\xf8\xa7\x8a\x81\x4d\x93\x69\xb1\xff\x19\xf0\x5d\x62\ +\xfb\xdf\xef\x81\xdc\x01\x90\x6a\xe0\x25\xa2\x01\xcb\x6e\xf2\xcd\ +\x07\x58\x92\x16\x9f\x19\xd8\x19\xb0\x13\x8a\x19\x0d\x37\x11\x9d\ +\xfe\xaa\x5c\xfc\xf7\x12\x3b\x4d\xf7\x12\xad\x7e\xdf\xc2\xa3\x20\ +\x19\x00\x48\xb5\xf0\x0e\x91\x8c\xb5\x91\x7c\x9d\x01\x17\x13\xf3\ +\x01\xce\xc1\xf9\x00\x55\x1b\x22\x92\xfc\x3e\x01\x7c\x8e\xe8\xcf\ +\x30\xa5\x82\x40\x6c\x92\x56\x8f\xff\xfb\x81\x27\x89\x19\x14\x2e\ +\xfe\x32\x00\x90\x6a\x62\x8c\xd6\x7c\x80\x7d\xe4\x99\x0f\x30\x83\ +\x18\x34\xb3\x3c\x2d\x3e\xaa\xc6\x00\x91\xe4\x77\x13\x91\xf5\x7f\ +\x29\xd1\xf6\xb7\xaf\xa2\xef\xd5\x46\xe0\xa9\x74\xe7\xbf\x16\x7b\ +\xfc\xcb\x00\x40\xaa\x9d\x35\x44\x32\xe0\x16\xf2\x24\x03\x0e\x12\ +\x95\x06\x2b\x81\x05\x54\xb3\xfd\xdc\xeb\xfa\x88\x24\xbf\x6b\x81\ +\x5b\x89\xd9\x0c\xb3\x2a\x5c\xfc\xb7\x02\x4f\x03\xf7\x11\x65\xa0\ +\x7b\xb1\xdc\x4f\x06\x00\x52\xed\xec\x21\x7a\xb1\xaf\x23\xb6\x6d\ +\x73\xcc\x07\x98\x4b\x74\x9b\xbb\x14\x3b\x03\x56\x61\x3a\xd1\xdb\ +\xff\x33\xc4\xb9\xff\xfc\x0a\x02\xaf\xc9\xb4\xf8\xef\x22\x32\xfd\ +\x7f\x48\x74\x9c\xdc\xe9\xe2\xaf\x5e\x62\x15\x80\x9a\xe6\x00\x91\ +\x28\x76\x31\xb1\x4d\x5c\x76\x10\xdb\x9f\x16\x81\xcd\xe9\x8e\x70\ +\xbf\x8b\x42\xb6\x3b\xff\x29\x69\xf1\xff\x22\xf0\x69\xa2\x14\x33\ +\xf7\x50\xa6\xa2\xc5\xef\x7b\xc0\x73\xc4\xb6\xff\x23\xe9\x9f\xcd\ +\xf8\x97\x01\x80\x54\x63\xfb\x88\xed\xf9\xa5\x44\xb3\x98\xb2\xef\ +\xd2\x8b\x92\xc0\xdd\x44\x56\xf8\x56\xf2\x54\x1d\xf4\xba\x21\xe0\ +\x7c\xe0\x36\xe2\xdc\xff\x32\xca\x6f\xf2\x74\x24\x45\xdb\xe7\xc7\ +\x80\xef\x01\x8f\x12\x09\xa6\x9e\xfb\xcb\x00\x40\xaa\xb9\x49\x22\ +\x01\x70\x49\xba\x63\x9c\x46\xf9\x3d\x01\x06\x88\x1c\x83\x8d\x44\ +\xde\x81\x8b\x43\xf9\xd7\x9d\x05\x44\x8f\xff\x2f\x11\xe7\xfe\x39\ +\x76\x73\x7e\xd1\x18\xd1\x4c\xea\x67\x44\x7f\xff\x27\xd3\xe2\xef\ +\xfc\x07\xf5\x24\x73\x00\xd4\x44\xeb\x89\x92\xc0\x4d\xe4\x2b\x09\ +\x3c\x37\x2d\x4c\x67\x62\x32\x60\xd9\xd7\x9c\x59\xc4\x60\x9f\xbb\ +\x88\x8e\x7f\x55\x8c\x62\x9e\x20\x76\x8f\x5e\x4d\x77\xfd\x3f\x4f\ +\x3b\x01\x06\x77\x32\x00\x90\x1a\xe4\x00\x51\x12\xb8\x36\xfd\x7d\ +\x8e\x64\xc0\x59\x44\x22\xe0\xe5\x98\x0c\x58\x96\xa2\xd4\x72\x05\ +\x71\xe6\x7f\x0d\x91\xf4\x57\xc5\x75\xe8\x70\xfa\xbe\xfc\x04\x78\ +\x82\x98\xf9\x70\x08\xf3\x3b\x64\x00\x20\x35\xce\xab\x44\x92\xde\ +\x76\xf2\x24\x6f\x0d\x11\x23\x88\x9d\x0f\x50\x9e\x29\xe9\x3d\xbd\ +\x85\xa8\xf9\x3f\x8b\x6a\x1a\x2e\x15\x77\xff\x1b\x88\x6d\xff\x75\ +\xe4\xe9\x25\x21\x19\x00\x48\x15\xd8\x4a\x94\x6e\xbd\x41\xbe\x92\ +\xc0\x05\xc0\x32\xa2\x2b\x9d\x9d\x01\x4f\xcf\x30\xd1\xda\xf7\xd3\ +\x44\xc9\xdf\xf9\x54\xd7\x6c\xe9\x20\x71\x6c\xf4\x3c\x31\xf1\xf1\ +\x7d\x17\x7f\xc9\x00\x40\xcd\xf6\x02\x91\xa9\x9f\xe3\x82\xde\x47\ +\x64\xa5\x2f\x21\x72\x01\xa6\xe3\x7c\x80\x53\x35\x40\xe4\x52\xdc\ +\x44\x34\xfb\x59\x4a\x24\x6f\x56\xe1\x10\x91\xe8\xf7\x13\xe0\x01\ +\x22\xb1\xf3\xb0\x1f\x89\x64\x00\xa0\x66\x7b\x8b\x48\x06\x7c\x97\ +\x3c\xc9\x80\xfd\xe9\xae\x75\x05\xb1\x5d\x6d\x32\xe0\xa9\x05\x52\ +\x73\x88\xee\x8a\x9f\x4e\x7f\x3d\x83\xea\xce\xfd\x37\x13\x49\x7f\ +\x3f\x04\x56\x13\x9d\xfe\x24\x19\x00\xa8\xe1\x46\x89\x6d\xdd\x35\ +\x44\xc3\x9e\x89\x0c\xbf\x8f\x33\x88\x64\xc0\x2b\x71\x3e\xc0\xa9\ +\x2c\xfe\x33\xd2\x7b\x77\x17\xf0\x11\x60\x1e\xd5\xe4\x53\x4c\x00\ +\x3b\x88\x66\x3f\x0f\x12\xd3\x24\xdf\xf7\x23\x91\x0c\x00\xd4\x3d\ +\x5e\x27\xe6\x03\x6c\x25\x4f\x32\xe0\x20\x71\x5e\xbd\xb2\xc2\xc5\ +\xab\x5b\x16\xff\xa9\x44\x83\x9f\xcf\x01\xd7\x13\xd3\xfe\xaa\xda\ +\x45\xd9\x43\x24\x8a\xfe\x18\x78\x86\x48\x16\xb5\xa1\x93\x64\x00\ +\xa0\x2e\xb2\x8b\xc8\x05\xd8\x40\xbe\x64\xc0\x79\x44\x39\xe0\x52\ +\x2c\x09\x3c\x51\x43\x44\x2f\x85\x8f\x03\x9f\x4c\x41\x54\x15\xef\ +\xdd\x24\x91\xe1\xbf\x1a\xf8\x3e\xd1\xf1\xef\x5d\x3c\xf7\x97\x0c\ +\x00\xd4\x95\x5e\x22\x4a\x02\x77\x65\xba\xcb\x9b\x42\xcc\x1e\x58\ +\x49\x35\x1d\xeb\x9a\x6e\x90\x68\xd3\xfc\x71\xe0\x0e\xa2\xdf\x7f\ +\x55\x49\x94\xa3\x44\x65\xc8\xc3\xc0\xe3\x44\xd6\xbf\x8b\xbf\x64\ +\x00\xa0\x2e\xb5\x31\x05\x01\xef\x90\x2f\x19\x70\x31\x71\x96\x7d\ +\x2e\x26\x03\x1e\xef\xbd\x9a\x0b\x7c\x94\xd8\xfa\x5f\x46\xe4\x51\ +\x54\x61\x8c\xe8\x0e\xf9\x0c\x70\x3f\x51\x21\x92\xa3\x51\x94\x64\ +\x00\x20\xd5\xc4\x38\x71\x0c\xf0\x3a\x91\xe5\x9d\xa3\x24\x70\x46\ +\xba\x93\x5d\x4e\x35\x43\x6b\x9a\xea\x8c\x14\x28\xdd\x0a\x5c\x9b\ +\x82\x81\xfe\x8a\xbe\x03\xdb\xd3\xe2\x7f\x6f\x0a\x08\x77\x63\xbd\ +\xbf\x64\x00\xa0\xae\xb7\x96\x48\x06\xdc\x4c\x9e\x2d\xdf\x01\xe0\ +\x3c\xe2\x18\x60\x01\x26\x03\x1e\xc9\x34\xe2\xa8\xe4\x73\x44\xcd\ +\xff\x22\xaa\xeb\xf4\xf7\x3e\x51\x11\x72\x3f\xf0\xf7\x29\x18\xf0\ +\xce\x5f\x32\x00\x50\x0f\xd8\x9b\x16\x80\x75\xe4\x9b\x0f\x30\x87\ +\xc8\x6a\xbf\x0c\x93\x01\xdb\xf5\x01\x23\xc4\x74\xc6\xcf\x11\x49\ +\x7f\xe7\xa6\x7f\x57\x85\xfd\x44\x29\x68\x71\xee\xbf\x89\x3c\x15\ +\x21\x92\x01\x80\x54\x53\x2f\x13\xa5\x5f\x3b\x33\x2d\x00\xc3\x44\ +\x5b\xe0\xab\x89\x61\x41\xfe\x7e\x5a\xd7\x91\xc5\xc4\xb9\xff\x27\ +\x89\x6a\x89\x2a\xdb\xfc\xbe\x9d\xee\xfc\x1f\x20\x9a\x43\x39\xe1\ +\x4f\x32\x00\x50\x8f\xd9\x4c\xcc\x07\x78\x33\xd3\x22\xd0\x4f\xb4\ +\xb4\xbd\x22\xdd\xed\x3a\x1f\xa0\x95\xf4\x77\x2d\x91\xf1\xbf\x82\ +\xea\x2a\x25\x0e\x13\x25\x7e\x0f\x03\x0f\xd1\x9a\x0e\x29\xc9\x00\ +\x40\x3d\x66\x92\x56\x32\xe0\x1e\xca\x2f\x09\xec\x23\xce\xb9\x97\ +\x12\xf3\x01\xa6\xd1\xdb\xc9\x80\x45\xa7\xc4\x6b\x81\x5f\x22\xc6\ +\xfb\x56\x95\xf4\x37\x41\x9c\xf3\xff\x9c\x56\xa7\xbf\xbd\x78\xee\ +\x2f\x19\x00\xa8\x67\x6d\x20\xe6\x03\x6c\x22\x4f\x32\x60\x3f\x70\ +\x4e\x0a\x00\xaa\xec\x6c\x57\x47\x53\x89\x06\x49\xb7\x02\x1f\x26\ +\x6a\xff\xab\x5a\xfc\x77\x13\xbb\x3d\xf7\x02\xcf\x12\x6d\x7f\xed\ +\xf4\x27\x19\x00\xa8\x87\x1d\xe4\x83\xf3\x01\x72\x24\x03\xce\x22\ +\xe6\x03\x5c\x41\x75\x89\x6e\x75\x33\x42\x54\x45\xdc\x0c\x7c\x8a\ +\x56\xd2\x5f\xee\x1d\x91\xc9\xf4\xb9\xbe\x02\xfc\x00\xf8\x29\x71\ +\xf4\xe3\xe2\x2f\x19\x00\x48\xbc\x9a\x16\x88\xed\x99\x76\x01\x86\ +\x88\x1c\x80\x95\x44\x65\x40\xaf\x95\x04\x0e\xa4\xbb\xfd\x5b\x80\ +\xcf\x12\x89\x91\x55\x8e\xf7\xdd\x40\x8c\xf7\x7d\x8c\x48\xfa\xb3\ +\xd3\x9f\x64\x00\x20\x41\x5a\xf8\x5f\x20\x5a\xc2\x1e\xca\xb0\x0b\ +\xd0\x47\xf4\x02\x58\x46\xd4\xbd\xf7\x52\x32\x60\x1f\xd1\xd6\x77\ +\x29\xf0\x21\x62\x27\x64\x46\x45\x7f\xf6\x61\xe0\xbd\xb4\xf0\xff\ +\x80\x7c\xbb\x3c\x92\x01\x80\xd4\x60\x2f\xa6\x9d\x80\x1c\xdd\xe0\ +\xfa\x88\x32\xb7\x25\x69\x17\x60\x06\xbd\x93\x0c\x38\x42\x2b\x07\ +\x62\x69\x0a\x06\xaa\xb8\x8e\x8c\x11\x13\x1f\x9f\x00\x7e\x44\xb4\ +\xf9\xdd\xe3\xd7\x5c\x32\x00\x90\x7e\xd1\xdb\x44\x32\xe0\xbb\xe4\ +\x99\x0f\x30\x00\x9c\x45\xb4\x06\x3e\xbb\x07\x76\x01\xfa\xd2\x6b\ +\x3c\x0b\xb8\x01\xf8\x04\xb1\xf5\x5f\x45\x0e\xc4\x64\x0a\xe4\x5e\ +\x20\x32\xfe\x7f\x4e\xf4\x7a\xf0\xce\x5f\x32\x00\x90\xfe\x81\xc3\ +\x44\x32\xe0\x6a\x62\x3c\x6c\x8e\x5d\x80\x99\xc4\x16\xf8\x95\x54\ +\xd7\xf8\xa6\x53\x8a\x73\xff\x6b\x88\x36\xbf\x57\x11\xf9\x0f\x55\ +\x54\x41\xec\x4d\x9f\xe3\x8f\x88\x4e\x7f\x5b\xb0\xd3\x9f\x64\x00\ +\x20\x1d\xc3\x6a\xa2\x3b\xe0\x56\xf2\x24\x8a\x0d\xd2\x9a\x0f\x30\ +\x8f\xee\x2d\x09\x2c\xea\xfd\x2f\x4f\x8b\xff\x35\x44\x09\x64\xee\ +\x76\xc8\x93\x44\x63\x9f\x75\xc4\x99\xff\xa3\xe4\x9b\xf8\x28\x19\ +\x00\x48\x5d\xa4\xd8\x36\x5e\x4f\x94\x07\xe6\x28\x09\x9c\x97\x16\ +\xc6\x4b\xe8\xce\x63\x80\xa2\xf9\xd1\xa5\x44\x9b\xdf\x8f\x00\xe7\ +\x53\x4d\xc9\xdf\x58\x5a\xf0\x1f\x27\xb2\xfe\xd7\x63\x9b\x5f\xc9\ +\x00\x40\x3a\x41\x2f\x11\x25\x81\xbb\xc8\x53\x2b\x3e\x42\x54\x02\ +\xac\x4c\x77\xc9\xdd\xf4\x9b\xea\x23\x9a\xfd\x5c\x0c\x7c\x0c\xb8\ +\x31\xfd\xfd\xb4\x0a\x5e\xe7\x38\xb1\x73\xf3\x1c\xf0\x43\x62\x27\ +\xc7\x4e\x7f\x92\x01\x80\x74\xc2\xde\x4b\x41\xc0\xdb\xe4\x9b\x0f\ +\xb0\x88\xc8\x03\x38\xaf\xcb\x76\x01\x86\xd3\x6b\xfb\x10\x91\xf4\ +\x77\x49\x45\x41\xce\x78\x0a\xd8\x9e\x23\x3a\xfd\x3d\x4f\x74\xfa\ +\x9b\xf0\xeb\x2c\x19\x00\x48\x27\xb3\x98\x14\xf3\x01\xf6\x92\x27\ +\x19\x70\x7a\x5a\x1c\x57\xa4\x3b\xe6\x6e\x28\x09\x1c\x24\x8e\x37\ +\x3e\x44\x9c\xfb\xaf\x00\xe6\x93\xbf\xe9\xd1\x24\x91\xb4\xb9\x8a\ +\xc8\xf8\x7f\x96\x48\xfa\x73\xf1\x97\x0c\x00\xa4\x93\xb6\x96\xd8\ +\x42\xde\x4c\xbe\x92\xc0\x73\x89\xcc\xf8\x85\x34\xbf\x33\x60\x3f\ +\x91\xe1\x7f\x55\xba\xf3\xff\x50\x7a\x5d\x43\x15\x04\x37\x07\x89\ +\x4e\x7f\x8f\xa4\xc7\x46\xec\xf4\x27\x19\x00\x48\xa7\x68\x3f\xb1\ +\x8d\x5c\x8c\x8b\xcd\x91\x0c\x38\x07\xb8\x2c\x3d\x9a\x3c\x1f\xa0\ +\x8f\x68\x6c\xb4\x04\xf8\x38\x91\xf4\x77\x16\xd5\x94\x39\x8e\x12\ +\x49\x7f\x0f\x00\x3f\x4e\x81\x80\xe3\x7d\x25\x03\x00\xe9\xb4\xbc\ +\x92\x1e\x3b\xc9\x53\x43\x3e\x04\x5c\x08\x5c\x4d\x0c\x0b\x6a\xe2\ +\x6f\xab\xe8\x70\x78\x41\xba\xf3\xff\x28\xd1\xec\x67\x7a\x05\x77\ +\xfe\xe3\xc4\x0e\xcd\x13\xc0\xc3\x44\xa7\xbf\x7d\x7e\x6d\x25\x03\ +\x00\xe9\x74\x6d\x21\xda\x03\xbf\x49\xbe\x64\xc0\x85\xc4\x84\xc0\ +\x0b\xc9\x5f\x23\x9f\x63\xf1\x1f\x26\x8e\x32\x3e\x9a\x02\x80\xcb\ +\x89\x66\x47\xb9\xaf\x13\x93\x29\x30\x7b\x11\xb8\x9f\xe8\xf4\xf7\ +\x3e\x9e\xfb\x4b\x06\x00\x52\x49\x8b\x4c\x31\x1f\x60\x0f\xe5\x97\ +\x04\x16\xf5\xf2\xc5\x7c\x80\x69\x34\x2b\x19\x70\x90\x18\x70\x74\ +\x35\x91\xf4\x77\x05\x30\x9b\xfc\xcd\x8d\x26\xd2\xe7\xf1\x32\xf0\ +\x3d\xe0\x69\xa2\xfc\xcf\x4e\x7f\x92\x01\x80\x54\x9a\x37\xd2\x42\ +\x93\x6b\x3e\x40\x3f\x31\x28\x67\x05\xb0\x98\xe6\x74\x06\x1c\x20\ +\x8e\x2d\x56\x10\xcd\x7e\x56\x02\x67\x92\xbf\xa4\xf1\x70\xba\xf3\ +\x7f\x99\x38\xf3\x7f\x9a\x48\xfa\x73\xf1\x97\x2a\xfa\xe1\x4b\xbd\ +\x62\x3c\x2d\x6a\x4b\x88\x9a\xfd\xb2\x4b\xf6\xfa\xd2\xa2\x7f\x90\ +\x38\x6a\xd8\x40\xfd\xdb\xd6\x16\x6d\x7e\xaf\x04\x3e\x95\x02\x80\ +\x0b\xc8\x5f\xce\x38\x4e\xd4\xf6\x3f\x49\x6c\xfb\x3f\x40\x8c\xf7\ +\x3d\xe8\xd7\x54\x32\x00\x90\x72\xd8\x47\x9c\xd1\x2f\x4d\x0b\x5f\ +\xd9\xbf\x81\xfe\xf4\xd8\x4a\xfd\xbb\xd7\x15\x3d\x0c\x2e\x06\x6e\ +\x01\x6e\x4d\xef\x4b\xee\x73\xff\x09\xa2\x4d\xf3\xf3\xc4\x80\x9f\ +\x1f\x12\xfd\xfe\xf7\xfa\xf5\x94\xaa\x8d\xfe\xa5\x5e\xb2\x83\x68\ +\x0c\xb4\x81\x3c\xf3\x01\xfa\x88\x86\x39\xcb\xd2\x4e\x43\x9d\x93\ +\x01\x87\x89\xa3\x8a\x1b\x88\x36\xbf\x55\x74\xfa\x2b\x1a\xfd\xac\ +\x25\xfa\xfb\x3f\x4d\x94\xfe\x99\xf1\x2f\x19\x00\x48\xd9\xbd\x44\ +\x24\x03\xee\x26\x4f\x32\x60\xfb\x7c\x80\x19\xd4\x33\x19\x70\x90\ +\x38\xe7\xff\x08\xad\x4e\x7f\x73\xc8\xbb\x2b\x38\x49\x1c\x89\xbc\ +\x4d\x0c\xf8\x79\x32\x05\x02\xf6\xf8\x97\x0c\x00\xa4\x4a\xbc\x9d\ +\x82\x80\x8d\xe4\xeb\x0c\x78\x16\xb0\x9c\x48\x0a\xac\xdb\x7c\x80\ +\x01\xa2\xcd\xef\x8a\xb4\xf8\x5f\x9d\xfe\x39\xf7\xf3\x2c\xa6\xfb\ +\x3d\x4d\x8c\xf6\x5d\x85\xe5\x7e\x92\x01\x80\x54\xa1\x31\xe2\xfc\ +\x79\x35\xb1\xf5\x9c\x63\x3e\xc0\x0c\x62\x4b\x7d\x39\xd5\x74\xd1\ +\x3b\x99\xdf\xfc\x74\x62\xbc\xef\x4d\xc0\x75\x54\xd3\xe9\x6f\x8c\ +\xc8\x8b\x78\x9e\x68\xf4\xf3\x12\xf9\x9a\x32\x49\x32\x00\x90\x8e\ +\x6a\x0d\x91\xa4\xb7\x85\x3c\xbd\xe6\x07\x81\xf3\x89\x7e\xfa\xf3\ +\xa9\x47\x49\x60\x31\xde\xf7\x12\x5a\x9d\xfe\x2e\x24\x7f\xc6\x7f\ +\x7b\xad\xff\xa3\x44\xa3\x9f\x4d\xd8\xe3\x5f\x32\x00\x90\x3a\x60\ +\x4f\xba\x1b\x5d\x4f\x9e\x64\xc0\x7e\x60\x2e\xd1\x4d\xef\x52\xea\ +\x91\x0c\x38\x42\x94\x3f\x5e\x4f\xf4\xf9\x5f\x9a\x76\x2a\xaa\x48\ +\xfa\x7b\x95\x48\xfa\x7b\x12\x78\x2b\xd3\x7b\x2e\xc9\x00\x40\x3a\ +\x21\x2f\xd3\x9a\x0f\x30\x9e\xe1\xbf\x3f\x4c\xf4\xd2\xbf\x9a\xfc\ +\xd9\xf5\xc7\x33\x44\x74\xfa\xbb\x96\x56\x9b\xdf\xd9\xe4\x4f\xfa\ +\x3b\x40\x34\x60\x7a\x32\x05\x00\x1b\x88\xe1\x4c\x2e\xfe\x92\x01\ +\x80\xd4\x31\xef\x11\x67\xd1\x6f\x91\x6f\x3e\xc0\x22\xa2\xad\xee\ +\xf9\x74\x2e\x19\x70\x20\xed\x46\x5c\x4b\x34\xfa\xb9\x86\x98\x5b\ +\x90\xfb\x58\x62\x8c\x18\xf0\xf3\x0c\xf0\x18\x91\x73\xb1\x1b\x93\ +\xfe\xa4\x5a\xb0\x11\x90\x7a\xd9\x64\x5a\x8c\x96\x10\xdd\xef\xca\ +\xee\xdf\xdf\x97\x7e\x63\x45\xf6\xfb\xea\x4c\x81\xc6\xf1\x82\x90\ +\xd9\x44\xc6\xff\x6d\xe9\xee\xff\x5c\xaa\xe9\xf4\xb7\x05\x78\x8a\ +\x68\xf3\xfb\xd3\xf4\xcf\x26\xfd\x49\xee\x00\x48\xb5\xb0\x9e\x38\ +\x0a\xd8\x44\xbe\x92\xc0\x73\x88\x64\xc0\x33\xa9\x36\x19\xb0\x18\ +\x50\x74\x01\xd1\xe8\xe7\x23\xe9\xb9\x4c\xcd\xfc\xe7\x8e\xd3\x9a\ +\xee\xf7\x08\xf0\x1c\x51\x01\x60\xd2\x9f\x64\x00\x20\xd5\xc6\x01\ +\x22\x19\x70\x6d\xfa\xfb\x1c\xc9\x80\xb3\x81\xcb\x88\xee\x80\x55\ +\x25\x03\xb6\x8f\xf7\xfd\x38\xf0\x31\x22\xfb\xbf\x8a\x36\xbf\xfb\ +\x89\x2a\x8b\x9f\x00\xcf\x12\xfd\x16\xec\xf1\x2f\x19\x00\x48\xb5\ +\xf3\x4a\x7a\x6c\x27\xcf\x16\xf5\x10\x51\x6e\xb7\x92\xfc\x89\x77\ +\xed\x7f\xe6\xd9\xc0\x87\x89\x7a\xff\x2b\x89\x89\x7f\x55\x74\xfa\ +\x5b\x47\x9c\xf9\x3f\x91\xfe\xde\xa4\x3f\xc9\x00\x40\xaa\xa5\xad\ +\xc4\x76\xf5\x9b\xc4\x19\x7d\x8e\x5d\x80\x05\x44\x32\xe0\xc5\xe4\ +\x4f\x06\x1c\x24\x92\xfe\x96\x13\x49\x7f\xcb\x89\x4e\x7f\xb9\x8f\ +\x1f\x46\x89\x84\xca\x67\x88\xad\xff\xd7\x88\x72\x4b\x93\xfe\x24\ +\x03\x00\xa9\xb6\x5e\x24\x6a\xd5\x73\xb4\xa6\x2d\x1a\xf0\x2c\x21\ +\x72\x01\xa6\x93\x2f\x01\xaf\x9f\xa8\xed\xbf\x22\x2d\xfe\xd7\xa5\ +\x9d\x80\x61\xf2\x26\xfd\x8d\x01\xdb\x88\x26\x3f\x8f\x92\xb7\xbc\ +\x52\x92\x01\x80\x54\x9a\x37\x89\xde\xf4\xb9\xe6\x03\xf4\xa7\x85\ +\x78\x05\xd1\x7a\x37\xc7\xdd\x78\x31\xde\xf7\x32\x5a\xe7\xfe\xe7\ +\x11\x0d\x80\x72\x77\xfa\xdb\x4d\x4c\x59\x7c\x14\xf8\x19\x91\x54\ +\x69\xc6\xbf\x64\x00\x20\xd5\xde\x28\x91\x0c\xb8\x86\x38\xb3\x9e\ +\xc8\xf0\x5b\x9b\x49\x74\x05\xbc\x82\x3c\xbd\xf7\xa7\x12\x49\x7f\ +\xd7\x13\x59\xff\x17\xa6\x80\x20\x77\xa7\xbf\xf7\x69\xb5\xf9\x7d\ +\x32\x05\x51\x39\x8e\x52\x24\x19\x00\x48\x59\xbc\x9e\x16\xb2\xad\ +\xe4\x4b\x06\x3c\x9f\xe8\x0c\x38\x97\xf2\x12\xf2\x8a\x72\xbf\x8b\ +\x88\x3a\xff\x4f\x10\x15\x07\x55\x75\xfa\x7b\x93\x48\xf8\x7b\x8a\ +\xc8\x01\x38\xe0\x57\x49\xaa\x3f\x1b\x01\x49\x2d\x07\x89\x96\xbd\ +\x4b\x89\x6d\xfa\xb2\xcf\xcd\xfb\x88\xad\xff\xbd\x44\xd9\xe1\xbb\ +\x25\x05\x1a\x43\x44\x7e\xc1\x17\x81\xdb\x89\x63\x86\x05\xe4\x4d\ +\x36\x9c\x4c\xcf\xfd\x6d\x22\xe1\xef\x01\x22\x8f\xc2\x4e\x7f\x92\ +\x3b\x00\x52\x23\xad\x22\x92\x01\x77\x91\x27\x81\x6d\x0a\x51\x09\ +\x70\x35\xe5\xd4\xe4\x17\x7d\x06\x2e\x21\xce\xfc\xaf\x25\xda\x0f\ +\xe7\xee\x37\x30\x4e\xb4\x52\x7e\x36\x05\x00\x2f\x66\x7c\xcf\x24\ +\x19\x00\x48\xd9\x6d\x24\xe6\x03\xbc\x43\xbe\x64\xc0\xc5\x44\x5d\ +\xfe\xb9\x9c\x5e\x32\x60\x3f\xad\xad\xff\x0f\xa5\x5d\x8b\x69\xe4\ +\x2f\xf7\x2b\x3a\xfd\xbd\x04\x3c\x4c\xe4\x4e\x6c\xc7\x4e\x7f\x92\ +\x01\x80\xd4\x60\x63\x69\x41\x5b\x4d\x6c\xd5\xe7\x28\x09\x9c\x91\ +\xee\xd8\x97\x73\xea\x3d\xf9\xfb\x88\xec\xfe\x8b\x89\x8c\xff\x1b\ +\x88\x2a\x83\xdc\xc7\x7a\xed\xe3\x7d\x1f\xa5\xd5\xe9\xef\x90\x5f\ +\x1d\xc9\x00\x40\x6a\xba\xb5\x44\x32\xe0\x96\x4c\x77\xb5\x03\x44\ +\x79\xde\x4a\xe2\xac\xfe\x54\x16\xed\xe1\x74\xc7\x7f\x1d\x91\xf4\ +\x77\x29\xf9\x47\x0e\x4f\x12\x15\x12\xab\x89\x4e\x7f\x8f\x11\xe3\ +\x7d\x73\xb4\x50\x96\x64\x00\x20\x55\x6e\x6f\xda\x05\x58\x47\xbe\ +\xf9\x00\x73\x88\x7a\xfd\xcb\x38\xf9\xf3\xfa\xa2\xd3\xdf\x35\x44\ +\xb3\x9f\x2b\x89\x4e\x7f\xb9\xef\xfe\x0f\x11\x47\x23\x4f\x13\x7d\ +\xfe\xd7\xa5\xf7\xca\xc5\x5f\x6a\xa0\x41\xdf\x02\xe9\x88\x5e\x26\ +\xba\xd9\xad\x20\x6a\xe9\xcb\xce\xa8\x9f\x92\x16\xef\x1b\x53\x00\ +\x30\x44\xe4\x1c\xec\x22\xb6\xd4\x57\x13\x89\x75\x4f\x11\xe7\xec\ +\xed\xc1\xc3\xec\xb4\x7b\x70\x53\xda\x01\x58\x9c\xfe\xf7\x55\x74\ +\xfa\xfb\x69\x5a\xfc\x5f\x26\xf2\x00\xcc\xf8\x97\x24\x75\x95\x3e\ +\xe0\xd7\x89\x0c\xf7\xe2\x2e\xb7\x53\x8f\xad\xc0\x3d\xc0\x1d\x69\ +\xf1\xff\x18\xf0\x47\xc4\x98\xdd\xa2\x75\x71\xce\x3f\x7f\x8c\xe8\ +\xec\xf7\x5d\xe0\x2b\x44\xd2\xe1\xb0\x5f\x11\xa9\xd9\xec\x03\x20\ +\x1d\xdd\x38\x51\x5f\x7f\x21\x91\xac\xd7\xa9\x23\xb3\x69\x44\xd9\ +\xe0\x6f\x00\x9f\x23\x12\x08\x2f\x25\x8e\x0f\x72\x9f\xfb\x4f\xa4\ +\x20\x63\x15\xf0\x63\xe2\xdc\xff\x6d\x1c\xef\x2b\x19\x00\x48\x5d\ +\x6c\x2f\x70\x0e\xd1\x18\x68\x2e\xf5\x38\x32\x5b\x44\x74\xf9\x3b\ +\x2b\x05\x25\xb9\x3b\xfd\x1d\x24\xda\x23\x3f\x90\x76\x43\xd6\xe2\ +\x78\x5f\xc9\x00\x40\xea\x72\x63\xc4\x56\xf7\x12\xa2\x66\x7f\x0a\ +\x79\xcf\xd9\x4f\xf6\xb7\x9b\x7b\x47\x62\x94\xc8\xf2\x7f\x34\xdd\ +\xfd\xaf\x22\xcf\xb4\x44\x49\x1d\x60\x15\x80\x74\x6c\xaf\x11\xc9\ +\x80\xbd\xd6\xe8\x66\x94\x56\xa7\xbf\x87\xc9\x37\x2a\x59\x92\x01\ +\x80\x54\x4b\xdb\x88\x6c\xfc\x37\xe8\x9d\x09\x77\xe3\x44\x35\xc2\ +\xf3\xe9\xee\xff\xa5\xf4\x3e\xd8\xe6\x57\x32\x00\x90\x7a\xca\x8b\ +\x3d\x76\x07\xbc\x2f\x2d\xfa\x8f\x00\xcf\x10\x43\x8b\x0e\xe3\xb9\ +\xbf\x64\x00\x20\xf5\x98\xb7\x88\xf3\xef\x8d\xe4\x99\x0f\x50\xb7\ +\xbb\xff\x9d\x29\xe8\x79\x92\x56\xc6\xbf\x8b\xbf\x64\x00\x20\xf5\ +\x9c\xc3\xb4\xe6\x03\xec\xeb\xd2\x5d\x80\xc9\x14\xdc\x6c\x4d\xaf\ +\xb3\x08\x78\xcc\xf8\x97\xba\x94\x55\x00\xd2\x89\xd9\x07\x9c\x4f\ +\x94\x04\xce\xee\xc2\xdf\xce\x78\xba\xdb\x7f\x1c\xf8\x3b\xe0\x09\ +\x22\x09\xd0\x09\x7f\x92\x01\x80\xd4\xd3\x0e\x01\x33\x53\x00\x70\ +\x01\xe5\xb7\x06\xee\xa4\x31\x62\xf0\xd1\xb3\xc0\xf7\x88\x56\xbf\ +\x36\xfb\x91\xba\x9c\x47\x00\xd2\x89\x5b\x95\xee\x8a\xbb\x69\xf1\ +\x1f\x27\x92\x1b\x5f\x21\x92\xfe\xfe\x3e\xbd\x46\xc7\xfb\x4a\x06\ +\x00\x92\x92\x77\x89\x31\xbe\xdd\x32\x44\xab\xe8\xf4\xb7\x3a\xdd\ +\xf5\x3f\x4d\x24\x3c\xf6\x4a\xb9\xa3\x64\x00\x20\xe9\x84\x2c\x03\ +\x6e\xee\xa2\xc5\xff\x00\x31\xd2\xf7\x09\xa2\xde\x7f\x1d\x91\xf4\ +\x67\xb3\x1f\xc9\x00\x40\x52\x9b\xaf\xd0\x3d\xdb\xff\x87\x89\x09\ +\x7f\x3f\x4d\x8b\xff\x6a\x60\x8f\x8b\xbf\x64\x00\x20\xe9\x83\x66\ +\x01\x5f\xee\x92\xd7\x32\x4e\xb4\x36\x7e\x8e\xd8\xfa\x7f\x31\xfd\ +\xf3\x98\x1f\xb3\x64\x00\x20\xe9\x83\xbe\x04\xcc\xef\x82\xd7\x31\ +\x41\x34\xfa\x79\x21\xdd\xf9\x3f\x03\x6c\xc6\x72\x3f\xc9\x00\x40\ +\xd2\x11\xdd\xd9\x05\xaf\x61\x92\x18\x71\xbc\x26\xdd\xf9\x3f\x83\ +\x19\xff\x92\x01\x80\xa4\xa3\x1a\x01\x6e\xeb\x82\xd7\x71\x08\x78\ +\x13\x78\x8c\x68\xf3\xbb\x9e\x68\x70\x64\xc6\xbf\x64\x00\x20\xe9\ +\x08\x6e\x04\xa6\x77\xc1\xeb\xd8\x06\x3c\x45\x6c\xfd\x3b\xde\x57\ +\x32\x00\x90\x74\x1c\xd7\x75\xc9\xeb\xd8\x01\x3c\x4c\x34\x34\xda\ +\x89\xe3\x7d\x25\x03\x00\x49\xc7\x74\x65\x97\xbc\x8e\x83\x44\xa7\ +\xbf\xcd\x98\xf1\x2f\x19\x00\xf8\x16\x48\xc7\xb5\xa4\x4b\x5e\xc7\ +\x14\xe0\x1d\x62\xea\x9f\xe7\xfe\x92\x01\x80\xa4\xe3\x38\xbb\x4b\ +\x5e\xc7\x3c\x1c\xef\x2b\xc9\x00\x40\x3a\x61\x73\xbb\xe4\x75\xcc\ +\x76\xf1\x97\x54\xe8\xf3\x2d\x90\x8e\x6b\xa2\x4b\x7e\x2b\x93\x06\ +\xfd\x92\xdc\x01\x90\x24\xc9\x00\x40\xd2\x31\xec\xf7\x75\x48\x32\ +\x00\x90\x7a\xcf\x0e\x5f\x87\x24\x03\x00\xa9\xf7\x6c\xf4\x75\x48\ +\x32\x00\x90\x7a\xcf\x5a\x5f\x87\x24\x03\x00\xa9\xf7\xac\xf2\x75\ +\x48\x32\x00\x90\x7a\xcf\x73\xbe\x0e\x49\xdd\xc6\x3e\x00\xd2\xf1\ +\x8d\x00\xdb\x69\xf6\x44\xc0\x7d\x44\x27\xc0\x43\x7e\x9c\x92\xdc\ +\x01\x90\x4e\xcc\x21\xe0\xfe\x86\xbf\x86\xfb\x5d\xfc\x25\x19\x00\ +\x48\x27\xef\x5e\x9f\xbf\x24\x49\xbd\x67\x16\xb0\x95\x68\xa7\xdb\ +\xb4\xc7\xd6\xf4\xfc\x25\xc9\x1d\x00\xe9\x24\xed\x06\xbe\xdd\xd0\ +\xe7\xfe\xed\xf4\xfc\x25\x49\xd2\x29\x58\x4e\x9c\xa3\x37\xe9\xee\ +\xff\x50\x7a\xde\x92\x24\xe9\x34\x7c\xb3\x61\x01\xc0\x37\xfd\xc8\ +\x24\x49\x3a\x7d\x17\x03\xeb\x1b\xb2\xf8\xaf\x4f\xcf\x57\x92\x24\ +\x95\xe0\x6b\x0d\x09\x00\xbe\xe6\x47\x25\x49\x52\xb9\xee\xa9\xf9\ +\xe2\x7f\x8f\x1f\x91\x24\x49\xe5\x5b\x02\x3c\x5c\xd3\xc5\xff\xe1\ +\xf4\xfc\x24\x49\x52\x06\xb7\x00\xcf\xd7\x6c\xf1\x7f\x3e\x3d\x2f\ +\x49\x92\x94\xd1\x5d\xc0\x0b\x35\x59\xfc\x5f\x48\xcf\x47\x92\x24\ +\x55\xe0\x0e\xe0\xd9\x0e\x2f\xfe\xcf\xa6\xe7\x21\x49\x92\x2a\x74\ +\x3d\x70\x5f\x87\x16\xff\xfb\xd2\x9f\x2f\x49\x92\x3a\x60\x1e\xf0\ +\x8d\x8a\x17\xff\x6f\xa4\x3f\x57\x92\x24\x75\xd8\x9d\xc0\x83\x99\ +\x17\xfe\x07\xd3\x9f\x23\x49\x92\x6a\xe6\xab\xc0\x93\x25\x2f\xfc\ +\x4f\xa6\xff\xae\x24\x49\xaa\xb9\xdb\x89\xc6\x3c\xa7\x3a\x4e\x78\ +\x6b\xfa\xdf\xdf\xee\x5b\x29\xa9\x2c\x7d\xbe\x05\x52\xa5\x6e\x06\ +\x6e\x00\x56\x00\x97\x00\x67\x03\xb3\x81\x61\x60\x14\xd8\x05\x6c\ +\x04\x56\x03\x2f\x02\x4f\x11\x8d\x7d\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\xba\xce\xff\ +\x03\xf5\xee\x8e\x8c\x9e\x3b\x6a\xbe\x00\x00\x00\x00\x49\x45\x4e\ +\x44\xae\x42\x60\x82\ +\x00\x00\x15\x0f\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x02\x00\x00\x00\x02\x00\x08\x06\x00\x00\x00\xf4\x78\xd4\xfa\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ +\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\ +\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xe4\x02\x12\x0a\x06\x2a\x41\xa7\xd4\xc6\x00\x00\x14\x9c\x49\x44\ +\x41\x54\x78\xda\xed\xdd\x7b\xb0\x6e\x77\x5d\xd8\xe1\xcf\xce\x39\ +\xc9\x49\x72\x42\xae\x48\x68\x28\x01\x51\x24\x01\x99\x80\x52\xd1\ +\x4e\x05\x26\x23\x97\xde\xc8\x20\x48\x45\x70\x2a\x14\xed\x8c\x1d\ +\x2b\xca\x54\x71\xca\x40\x6b\x1b\x6b\x5b\xae\x15\xaa\xe5\x92\x9a\ +\x5a\x71\xac\x22\x28\xb6\x0c\x4a\xb5\xe5\x1a\x13\x14\x6b\x09\x49\ +\x83\xb4\x21\x24\x50\x02\x21\x17\x72\x39\xd7\xbd\xfb\xc7\x5a\x14\ +\x42\x72\xc2\x08\x6b\xbf\x97\xf5\x3e\xcf\xcc\x99\x33\x93\xcc\xac\ +\xb3\xf7\x77\xaf\xfd\xae\xcf\xbb\xde\xb5\x7e\xab\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x60\ +\x99\xb6\x8c\x60\x2d\x3d\xa1\xfa\xc3\xea\x38\xa3\x00\x56\xc4\xe1\ +\xea\xc2\xea\x7d\x46\xb1\x1e\x1c\x40\xd6\xd3\x76\x75\xc8\x18\x80\ +\x15\x72\xa8\xda\x31\x06\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\ +\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\ +\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x04\x00\ +\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x60\x9d\xed\x35\x82\ +\x8d\xf7\xce\xea\x6d\xd5\x3e\xa3\x80\x8d\x73\xb0\x7a\x46\xf5\xd7\ +\x8d\x42\x00\xb0\x59\x6e\xa8\x5e\x5b\xbd\xcb\x28\x60\xa3\x5f\x07\ +\x2e\xa8\xce\x31\x8a\xcd\xe2\x23\x00\x3f\x7f\xef\xfc\x61\xb3\xed\ +\x73\x2c\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\ +\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\ +\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\ +\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x20\x00\x00\x00\x01\ +\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\ +\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\ +\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\ +\x00\x20\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\ +\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\ +\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\ +\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x80\x00\x00\ +\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\ +\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\ +\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\ +\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x08\x00\x00\x40\x00\x00\ +\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\ +\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\ +\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\ +\x08\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\ +\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\ +\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\ +\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x20\x00\x00\x00\ +\x01\x00\x00\x08\x00\x00\x40\x00\xb0\x6c\x87\x26\xda\xce\xce\x84\ +\xdb\x02\xd6\xf7\xf5\x64\x67\xc5\x5e\x9b\x58\x80\xbd\x33\xfa\x5e\ +\x4e\xae\x1e\x52\x9d\x55\xed\xaf\x4e\xaa\xb6\x66\xf8\x33\xdb\xae\ +\x1e\x35\x51\xbc\x9d\x54\x3d\x71\xdc\x0f\x8e\xf7\xeb\x00\x1b\xe7\ +\x70\xf5\xdd\xd5\x89\x13\x6c\x6b\x4f\xf5\xe4\xea\x9c\x19\xbf\xb9\ +\x3c\x54\xdd\x5e\x7d\xae\xfa\x64\x75\xdb\x3a\x7f\x33\xeb\x7e\x80\ +\xbc\x60\x3c\x80\x3d\xae\x7a\x50\x75\x66\x75\x4a\x75\xc2\xf8\x67\ +\x8e\x01\xb0\x33\x7e\x6f\x67\x4c\xf0\xfd\x6d\x8f\x3b\xf0\x81\x99\ +\xce\x0a\xf8\xea\xaf\x27\x27\x56\xa7\x4e\x70\xd0\xde\xa9\x6e\x1e\ +\x0f\x92\x73\x7d\x3d\x39\x32\xbe\x5e\xde\x3e\x7e\xaf\xd7\x57\x1f\ +\xae\xfe\x70\xfc\x5b\x00\x2c\xe0\xac\xc5\x0f\x55\xcf\xab\x1e\x3a\ +\xbe\xe3\x3f\xc5\xef\x31\x00\x4b\x70\x47\x75\x53\x75\x6d\xf5\xeb\ +\xd5\x1b\xc6\x50\x10\x00\x13\x7b\x71\xf5\x13\xe3\xbb\xdf\x93\xed\ +\x77\x00\xac\x90\xbb\xc6\x18\x78\x5d\xf5\x8a\xea\xa8\x00\xf8\xfa\ +\x3d\xa3\x7a\x55\xc3\x67\xfc\x4e\x55\x03\xb0\xca\x76\xaa\xeb\xaa\ +\x17\x55\x6f\x5f\xd5\x2f\x72\xd5\x2f\xd4\x38\xa7\xba\xa4\xfa\xad\ +\x86\xd3\xfd\x0e\xfe\x00\xac\xba\xad\xf1\x0d\xeb\xdb\xaa\x4b\xc7\ +\x63\xd9\xca\xd9\xb3\xa2\xc3\xdb\xd3\x70\x65\xea\xaf\x55\x4f\xb5\ +\x2f\x01\xb0\xa6\x2e\x18\x8f\x63\x1f\x6d\xb8\x73\x60\x67\x55\xbe\ +\xb0\x55\x0c\x80\x2f\x5e\xe4\xf7\x1f\xaa\x07\x8f\xc3\xf2\xce\x1f\ +\x80\x75\xf5\x80\xea\x99\xd5\xa7\xab\x2b\x1b\xee\xc0\x12\x00\x5f\ +\xe1\xf8\xea\xa7\xaa\xd7\x56\xfb\xc6\xff\xe6\xe0\x0f\xc0\xba\xdb\ +\x57\x5d\xd4\x70\x9b\xe4\x07\x56\x21\x02\x56\x2d\x00\x5e\x59\xfd\ +\x63\xfb\x09\x00\x33\x75\x61\xc3\xad\xeb\xbf\x27\x00\xee\x7e\xf0\ +\xff\x71\xef\xf8\x01\x98\xb9\xc7\x57\xa7\x57\xef\xda\xe4\x00\xf8\ +\xe2\xc1\xfe\xa5\x0d\xf7\xf7\x9f\x60\xbf\x00\x60\xe6\xb6\x1a\x2e\ +\x0e\xdc\xa9\xde\xb7\xac\x37\xbe\xab\x70\x06\xe0\xa2\xea\x9f\x36\ +\x2c\xe3\x0b\x00\x9b\xe0\xf8\xea\xfc\xea\xe3\xd5\xd5\x9b\x18\x00\ +\xdf\x5c\xbd\xa6\x3a\xcf\xbe\x00\xc0\x86\xb9\x5f\xc3\x1a\x37\x7f\ +\x50\xdd\xb2\x49\x01\xb0\xa7\xe1\xd4\xff\x33\xed\x03\x00\x6c\xa8\ +\xbf\xdc\xf0\x51\xc0\xbb\x5b\xf0\x1a\x01\xcb\x5c\x09\xf0\x29\xd5\ +\x0f\xfa\xd9\x03\xb0\xe1\x9e\xdb\xf0\x28\xe5\x85\x5a\x56\x00\x9c\ +\x59\x3d\xbf\xe1\x49\x7e\x00\xb0\xc9\xbe\xa1\x61\x01\xbc\x33\xe6\ +\x1e\x00\x5b\xd5\x77\x55\xcf\xf2\x33\x07\x80\xaa\x9e\x5d\x7d\xe7\ +\x22\xff\xc1\xbd\x4b\xf8\x26\xf7\x57\x2f\x68\x77\x6f\x7b\x38\xda\ +\xb0\xda\xd2\x76\x9b\xb3\xae\xc0\x4e\xc3\x75\x15\x27\x1e\xe3\xff\ +\x1f\x68\x45\x96\x9f\x04\xd6\xc2\x71\x5f\xe5\xf5\xe4\xe8\x86\xbd\ +\xbe\x6e\x35\xdc\xaa\xbe\x5b\xc7\xcd\xad\xf1\x2c\xc0\x7b\xab\xdb\ +\x17\xf5\x6e\x7c\xd1\x1e\x55\x7d\x64\xe2\x6d\xde\x5a\xfd\x4e\xc3\ +\xfd\x94\xd7\x35\x3c\x93\xf9\x68\x2b\xf4\xd0\x85\x05\xd9\x6a\xb8\ +\xb5\x64\xef\x97\xfd\x6c\x77\xaa\x23\xd5\xe1\x0d\x9c\x07\xe0\xf5\ +\x64\x4a\x7b\xaa\x93\xab\x73\x1b\x1e\x58\xf7\xf4\xea\xd4\x89\xff\ +\x8d\x6f\x6d\x78\x5e\xc0\x2c\x87\x77\xf1\xb8\xe3\x4c\xf5\xe7\x57\ +\xab\x47\x56\xa7\xb5\xfa\x8f\x37\x06\x60\xfd\x1d\x37\x1e\x73\xbe\ +\xb5\x7a\xcb\xc4\xc7\xb4\x97\xcd\xf5\x58\x76\x7c\x75\xcd\x44\x43\ +\x3a\x54\xbd\xde\x41\x1f\x80\x25\xc7\xc0\xeb\xc7\x63\xd2\x14\xc7\ +\xb6\x6b\xc6\x63\xe5\xec\x7c\xd3\x44\x03\xda\xae\x2e\xb3\xdf\x01\ +\xb0\x22\xae\x18\x8f\x4d\x53\x1c\xe3\xbe\x71\x51\xe5\xb2\x48\x4f\ +\x99\x68\x3b\x07\xaa\x7f\x61\x7f\x03\x60\x45\xfc\x7c\x75\x70\xa2\ +\x6d\x7d\xcf\x1c\x07\xf4\xc6\x89\xea\xe8\x33\xf6\x35\x00\x56\xcc\ +\x67\x27\x3a\xc6\xbd\x79\x8e\x67\x00\x1e\x33\xd1\x76\x2e\xb7\x9f\ +\x01\xb0\x62\xfe\x64\xa2\xed\x3c\x72\x8e\x01\xf0\xe0\x89\xb6\x73\ +\xa5\xfd\x0c\x80\x15\x33\xd5\x2d\xee\xb3\xbc\x06\xe0\xf4\x89\xb6\ +\xf3\x59\xfb\x19\x00\x2b\xe6\xc6\x89\xb6\xb3\x90\x25\x81\x17\x1d\ +\x00\xfb\x26\xda\xce\x41\xfb\x19\x00\x2b\x66\xaa\x63\xd3\x09\x73\ +\x0c\x00\x00\x98\xab\xb5\x5a\x1d\x51\x00\x00\xc0\x06\x12\x00\x00\ +\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\ +\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\ +\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\ +\x00\x00\x00\x04\x00\x00\x20\x00\x00\x40\x00\x00\x00\x02\x00\x00\ +\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\ +\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\ +\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\ +\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\ +\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\ +\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\ +\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x01\x00\x00\x08\ +\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\ +\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\ +\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x70\x1f\ +\xf6\x1a\xc1\x5a\x3a\xb1\x3a\xbb\xda\x32\x0a\x60\x45\xec\x54\xff\ +\xb7\x3a\x68\x14\x02\x80\xdd\xf3\xc8\xea\xcd\x63\x08\x6c\x1b\x07\ +\xb0\x64\xc7\x55\x77\x54\x3f\x5c\x7d\xd8\x38\x04\x00\xbb\x67\xff\ +\x18\x01\x27\x18\x05\xb0\x22\xee\x1a\x5f\x9b\x58\xa3\x6a\x63\xfd\ +\xec\x78\xe7\x0f\xac\x98\xed\xf1\xb5\x09\x01\x00\x00\x08\x00\x00\ +\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\ +\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\ +\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\xcc\xc5\x5e\x23\ +\xd8\x68\x87\xaa\xb7\x54\xef\xac\xf6\x19\x07\x6c\x9c\x83\xd5\xdf\ +\xa8\x7e\xa0\x3a\xde\x38\x04\x00\x9b\xe3\xf3\xd5\x3b\xaa\xdf\xaa\ +\xf6\x18\x07\x6c\x9c\xa3\xd5\x4e\xf5\xb4\xea\x6c\xe3\x10\x00\x6c\ +\x8e\x9d\xea\xc8\x97\xbd\x10\x00\x9b\xe7\xc8\xf8\x5a\xc0\x86\x71\ +\x0d\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\ +\xac\xbf\x23\xd5\xb6\x31\x08\x00\x00\x36\xcb\xf9\xd5\x39\xc6\x20\ +\x00\x00\xd8\x2c\x67\x1a\x81\x00\x00\x60\xf3\x58\x03\x40\x00\x00\ +\x00\x02\x80\x4d\x70\x76\xf5\x70\x63\x00\x26\x3a\x9e\x6c\x19\x83\ +\x00\x60\xf7\x7f\x6e\x53\x2c\xe3\xbc\x65\x1f\x00\x26\x72\x52\x75\ +\x8a\x31\x08\x00\x76\xd7\xc9\x13\x06\xc0\xe9\xc6\x09\x4c\xc4\xf5\ +\x04\x02\x80\x5d\x76\x68\xc2\x6d\x79\x08\x10\x30\x95\xc3\x46\x20\ +\x00\xd8\x5d\x07\xab\xbb\x26\xda\x96\x05\x40\x80\x29\xdc\x5e\x1d\ +\x30\x06\x01\xc0\xee\xda\xca\xc5\x36\x80\xd7\x25\x04\x00\x00\x20\ +\x00\x00\x00\x01\x00\x00\x08\x00\xbe\xe4\x68\x75\xab\x31\x00\x08\ +\x00\x36\x8f\x8b\x76\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\ +\x08\x00\x00\x60\x4d\xed\x35\x02\x56\xc0\x89\xd5\xf7\x55\xdf\x55\ +\x9d\x53\x9d\x60\x24\xcc\xd8\xa1\xea\x86\xea\xfd\xd5\x6f\x36\xed\ +\xb3\x3d\x40\x00\xb0\x36\x5e\x5e\xbd\xa8\xe1\x51\xa2\x7b\xb3\x9c\ +\x28\xf3\xb7\x33\xfe\x79\x61\xf5\x0b\xd5\x2b\xab\x9f\x33\x16\x04\ +\x00\x9b\xe2\xfe\xd5\xbb\xab\x0b\x8c\x82\x0d\xf3\xc5\xc0\xdd\x53\ +\x9d\x59\x5d\x5c\x3d\xb3\x7a\x72\xf5\x79\xe3\x61\x51\x5c\x03\xc0\ +\x32\x7c\x43\xf5\x01\x07\x7f\xf8\xff\xbe\xad\xe1\x23\x81\x33\x8d\ +\x02\x01\xc0\x9c\x5d\x52\x3d\xdc\x18\xe0\x6e\xce\xab\xde\x64\x0c\ +\x08\x00\xe6\xea\x79\xd5\x13\x8c\x01\xee\xd5\x85\xd5\xb3\x8d\x01\ +\x01\xc0\x1c\x7d\x6f\x75\xaa\x31\xc0\xbd\x3a\xad\x7a\x96\x31\x20\ +\x00\x98\x9b\xf3\xab\x87\x19\x03\xdc\xa7\x6f\x1e\xff\x80\x00\x60\ +\x36\xce\xad\xce\x30\x06\xb8\x4f\xa7\x8f\xbf\x2b\x20\x00\x98\x8d\ +\x93\xb2\xc8\x0f\x7c\x35\xfb\xaa\xfd\xc6\x80\x00\x60\x4e\x0e\x54\ +\x87\x8d\x01\xee\xd3\xe1\xf1\x77\x05\x04\x00\xb3\x71\x43\x75\x8b\ +\x31\xc0\x7d\xba\xb9\xba\xde\x18\x10\x00\xcc\xc9\x95\xd5\x27\x8c\ +\x01\xee\xd3\x27\xaa\xab\x8c\x01\x01\xc0\x9c\x6c\x57\xff\xa5\xba\ +\xdd\x28\xe0\x5e\x7d\xa1\x7a\x87\x31\x20\x00\x98\xa3\x4b\xab\x0f\ +\x1a\x03\xdc\xab\xf7\x55\xbf\x62\x0c\x08\x00\xe6\xe8\xce\xea\xa7\ +\xab\x6b\x8c\x02\xee\xe6\xaa\xea\x25\x79\x3c\x30\x02\x80\x99\xda\ +\xaa\x3e\x5c\xfd\xdd\xea\x8f\x8c\x03\xaa\xe1\x41\x40\x3f\x54\xfd\ +\x59\x1e\x87\x8d\x00\x60\xa6\x76\xc6\xbf\x2f\xab\xbe\xbf\x7a\x69\ +\xc3\x55\xcf\xb0\x89\x6e\xaa\x7e\xa6\x7a\x6e\x75\xf9\x57\xfc\x8e\ +\xc0\xae\xda\x6b\x04\x6b\x7b\x10\xdd\x99\x70\x5b\xcb\x72\x6d\xf5\ +\x8a\x86\xeb\x02\xbe\xa3\x7a\x62\xf5\xe0\x2c\x16\xc4\xbc\x1d\xac\ +\xae\xab\xfe\x7b\xf5\xa1\xea\xc6\xe6\x71\xda\x7f\xca\xd7\x25\x04\ +\x00\xc7\x70\x4a\xc3\xaa\x7a\x5f\xaf\x3d\x0d\x0f\x1f\x59\xf6\x8b\ +\xe1\xf5\x0d\x6b\x04\xfc\x76\x4e\x7f\xb2\x39\x11\xbf\x3d\xb3\x03\ +\xe6\x29\xd5\xfd\xfc\x68\x05\x00\x7c\x2d\x2f\x88\x47\x8d\x01\x60\ +\x31\x5c\x03\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x60\x76\ +\x5c\x78\x2b\x00\x00\xd8\x40\xb7\x19\x81\x00\x60\x33\x8b\x5d\xfd\ +\xc3\x66\x3b\xd4\x70\x4b\x22\x02\x80\x35\x70\x47\xd3\x2c\x1c\xb2\ +\xad\xfe\x01\x04\x00\xeb\x63\x67\xa2\x62\xb7\x6a\x17\x80\x00\x60\ +\x03\x7d\x26\x4f\xe5\x03\x10\x00\x6c\x9c\xad\x5c\x03\x00\x20\x00\ +\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x30\x07\x7b\x26\x3c\ +\x16\xb8\xa6\x48\x00\x00\xb0\x26\x3e\x51\x7d\x6e\x82\xed\x1c\x6a\ +\x58\xa3\x04\x01\x00\xc0\x1a\x38\x58\x1d\x99\x60\x3b\x87\xb3\xa2\ +\xa0\x00\x00\x00\x04\x00\x00\x20\x00\x00\x80\x65\xdb\x6b\x04\xac\ +\x88\x07\x57\xf7\xaf\x4e\x16\xa6\xcc\xdc\x76\x75\x67\xf5\xd9\xea\ +\x7a\xe3\x40\x00\xb0\xa9\x1e\x57\x3d\xb5\x7a\x42\x75\x5e\x75\x56\ +\xc3\x6d\x49\x30\x57\x47\x1b\xae\xba\xbf\xaa\x7a\x4f\xf5\xae\xea\ +\x4f\x8c\x05\x01\xc0\x26\xf9\xc9\xea\x05\xd5\xa3\x8c\x82\x0d\xb3\ +\xbf\x7a\x48\xf5\xb4\xea\x39\xd5\x25\xd5\x6b\x8c\x05\x01\xc0\x26\ +\x78\x6d\xf5\xc3\xd5\x49\x46\xc1\x86\x7b\x74\x75\x71\x75\xee\x18\ +\xc5\xb0\x10\x3e\x6b\x65\x19\x5e\xea\xe0\x0f\x77\x73\x72\xf5\x23\ +\xd5\x4f\x19\x05\x02\x80\xb9\x7a\x6c\xf5\x7c\x07\x7f\xb8\x87\xfd\ +\x63\x18\xfb\x48\x0c\x01\xc0\x2c\xfd\xbd\xea\xa1\xc6\x00\xf7\xea\ +\x1b\xab\x17\x1a\x03\x02\x80\xb9\x79\xc0\x78\x06\xc0\x7e\x07\xf7\ +\x6e\x4f\xf5\xed\xd5\x19\x46\x81\x00\x60\x4e\x1e\x31\x46\x00\x70\ +\x6c\x67\x8f\xbf\x2b\x20\x00\x98\x8d\x33\x1a\x3e\xe7\x04\x8e\xed\ +\xe4\x86\xf5\x30\x40\x00\x30\x2b\x3b\x46\x00\x20\x00\xd8\x2c\x37\ +\xe5\x79\xe1\xf0\xd5\xdc\x31\xfe\xae\x80\x00\x60\x36\xae\x6e\x58\ +\xff\x1c\x38\xb6\x1b\xab\x8f\x1a\x03\x02\x80\xb9\x9d\x01\xf8\x50\ +\xc3\x5a\xe8\xc0\x3d\x1d\xa9\xfe\xa8\xba\xcd\x28\x10\x00\xcc\xcd\ +\x2f\xe6\x09\x68\x70\x2c\xd7\x57\xbf\x64\x0c\x08\x00\xe6\xe8\xea\ +\xea\x75\xd5\x5d\x46\x01\x77\x73\x67\xf5\xea\xea\xe3\x46\x81\x00\ +\x60\x8e\xb6\xaa\x57\x54\x6f\x16\x01\x70\xb7\x83\xff\x1b\xab\x7f\ +\x33\xfe\x8e\x80\x00\x60\x76\xbe\x78\x1b\xe0\x8f\x35\x3c\x14\xe8\ +\xda\x86\xcf\x3d\x61\x13\x1d\x19\x7f\x07\x7e\xa6\x7a\xd1\x57\xfc\ +\x8e\xc0\xae\xf2\x38\x60\x96\xe9\x55\xd5\xef\x56\x7f\xbf\xfa\x8e\ +\x86\x55\x02\xf7\x0b\x53\x66\x6e\xbb\xba\xbd\xe1\x6a\xff\xcb\x1b\ +\xae\x8b\x71\xda\x1f\x01\xc0\xc6\xb9\xa6\x7a\x71\x75\x7a\x75\x7e\ +\x75\xa6\xfd\x92\x0d\x78\xd7\x7f\x53\x75\x55\x75\xab\x71\x20\x00\ +\xd8\x74\xb7\x54\x1f\x34\x06\x80\xc5\x70\xaa\x15\x00\x04\x00\x00\ +\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\ +\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\ +\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\xc0\ +\x3d\xed\x35\x02\x56\xc0\x9e\xea\xf1\xd5\xc3\xab\xd3\xed\x97\x4c\ +\x68\xbb\xba\xad\xba\xb6\xba\xbc\xfa\x82\x91\xb0\x8b\xb6\x04\xc0\ +\xee\x3b\xc1\x7e\x36\x1b\xcf\xa9\x7e\xa0\xfa\x96\xea\x2f\x55\xfb\ +\x73\x66\x8a\x69\xdd\x59\xdd\x58\x7d\xbc\x7a\x5b\xf5\x8b\x63\x18\ +\xc0\xd4\xf6\x4d\xb4\x9d\xc3\x73\x0c\x80\xcf\x57\x67\x4e\xb0\x9d\ +\x07\xd8\xcf\x66\xf1\xae\xff\xd2\xea\x69\xd5\x59\xc6\xc1\x2e\x3a\ +\xb9\x7a\xe8\xf8\xe7\xf1\xd5\xd3\xc7\xe8\xbc\xc9\x68\x98\xd8\xd9\ +\x13\x6d\xe7\x73\x8b\xf8\x62\x17\xfd\x4e\xeb\xda\x89\xb6\x73\xbe\ +\xfd\x6c\xad\x6d\x55\xef\xac\xfe\x8e\x83\x3f\x0b\x76\x4a\xf5\x94\ +\xea\xbd\xd5\xa9\xc6\xc1\xc4\x1e\x39\xd1\x76\x3e\x31\xc7\x00\xb8\ +\x6a\xa2\xed\xfc\x55\xfb\xd9\x5a\x7b\x43\xf5\xa4\x7c\xd6\xcf\xf2\ +\x9c\x5f\xfd\xb6\x31\x30\xb1\xbf\x32\xd1\x76\xae\x9c\x63\x00\x7c\ +\x60\xc2\x8a\x7f\xba\x7d\x6d\x2d\x7d\x4f\xf5\xb7\xaa\xe3\x8d\x82\ +\x25\xfb\x6b\xd5\xf3\x8d\x81\x89\x7c\x5f\xc3\xc7\x4d\x53\xb8\x6c\ +\x8e\x01\xf0\x07\x13\x6d\x67\x5f\xf5\x12\x07\x91\xb5\xf4\x83\xd5\ +\x03\x8d\x81\x15\xb0\xa7\xfa\x71\x63\x60\xa2\x63\xd2\x3f\xaa\x4e\ +\x9c\x68\x7b\xff\x75\x8e\x01\xf0\xe7\x4d\xf3\xd9\xc6\x56\xf5\xed\ +\xd5\x2b\x1a\xae\x1a\x67\x3d\x3c\x24\xd7\x6f\xb0\x3a\xb6\xaa\x07\ +\x8d\xaf\x25\xf0\xb5\xba\x5f\xf5\xea\xea\x31\x13\x6d\xef\x63\xd5\ +\x27\xe7\x18\x00\x3b\xd5\xaf\x4c\xb4\xad\x13\xaa\x1f\xad\x7e\xa9\ +\xe1\xf3\xe4\xd3\x36\x68\x87\x3b\xb4\xa6\x5f\xf7\xc3\x72\xd1\x1f\ +\xab\xe5\x84\xea\xb1\xc6\xb0\xf1\xaf\x4d\x5f\x8b\xd3\xab\x0b\x1b\ +\xae\x69\xfa\x91\xa6\x3b\x23\x7d\xe9\x78\xac\xdc\x75\x8b\xbe\x08\ +\xeb\x68\xf5\x9b\xd5\x4b\x27\xfc\xfa\x9f\x37\xfe\x10\xde\x5f\xfd\ +\xaf\xea\xfa\xea\xd6\x71\x47\xdc\x99\xe1\x4e\xb7\x5d\x3d\xaa\xf5\ +\xbc\x57\xfe\xd4\xa6\xfb\x8c\x0c\xa6\x70\x7c\x75\x7f\x63\x98\xc4\ +\x9e\xea\xc9\xd5\x39\xcd\x73\x2d\x8f\xad\x86\x53\xfd\xa7\x35\x9c\ +\x39\x3a\xaf\xe1\x3a\x92\x29\x3f\xd2\xdc\xa9\xde\x3e\x1e\x2b\x67\ +\x17\x00\x55\xff\xbb\xe1\xea\xdb\x8b\x26\xdc\xe6\x39\x0d\x17\x60\ +\xd4\xb0\xe8\xc7\x5d\xd5\x91\x99\xfe\x92\xed\x8c\xef\x5a\xd6\xf1\ +\xfa\x87\xa3\x8b\xda\xb1\xe1\x2f\xf0\xfb\x74\xc8\x18\x26\xb1\xaf\ +\x7a\xf1\x38\xcf\xad\x99\x7e\x8f\x7b\xc7\x37\x31\x27\xed\xd2\xf6\ +\x7f\xa3\x05\xdd\x02\xb8\xac\x00\xb8\xbd\xfa\x77\x13\x07\xc0\x97\ +\x3b\xd9\xbb\xcc\x95\x75\x63\x96\x62\x65\xb5\x1c\xaa\xae\x33\x86\ +\xc9\xde\x21\x9f\x69\x0c\x5f\x97\x37\x8d\xc7\xc8\x85\x58\xc6\x69\ +\x9a\x9d\xea\x43\xd5\x5b\xfd\xac\x37\xce\x47\xaa\x4f\x1b\x03\x2b\ +\xe4\x40\xf5\x1e\x63\x60\x05\xbc\xa5\xfa\xe3\x45\xfe\x83\xcb\xfa\ +\x9c\xe6\xb3\xd5\x25\x0d\x9f\xd5\xb3\x39\xee\x6c\x58\x81\xed\x80\ +\x51\xb0\x02\xb6\x1b\xae\x1d\xba\xd1\x28\x58\xb2\x9b\x1a\x2e\xfe\ +\xfb\xfc\x26\x04\x40\xd5\xef\x55\xbf\xec\xe7\xbe\x71\xfe\x6d\xc3\ +\xed\xa0\xb0\x6c\x77\x34\xdd\x05\xc9\xf0\xf5\xf8\xe5\xea\xdd\x8b\ +\xfe\x47\x97\x19\x00\x47\xc6\x83\xc1\x65\x7e\xf6\x4b\xb3\xd5\xe2\ +\x2f\xd6\xf9\x4c\xf5\xcf\x5a\xd0\xc3\x2e\xe0\x18\x0e\x8f\xfb\xe1\ +\xd5\x46\xb1\x94\xd7\x01\xbe\xe4\xfd\x2d\xe9\x09\x95\xcb\xbe\x55\ +\xe3\x9a\xea\x5f\x8d\x07\x05\x16\x6f\x5f\x8b\x5f\x48\x69\xab\xfa\ +\x4f\xd5\xcf\x56\x37\xf8\x11\xb0\x04\xb7\x54\xaf\xac\xfe\xb5\x03\ +\x5f\x35\x2c\xad\x7e\xa2\x31\x2c\xc5\xa7\xab\x9f\x6f\x78\x54\xf5\ +\xc2\xed\x59\x81\x01\x5c\xdd\x70\x6b\xd8\x85\x2b\xf2\xf5\x6c\x5a\ +\xf9\xbf\xa7\xba\x62\x09\xff\xf6\xe5\x0d\xeb\x36\x9c\xd5\x70\x1b\ +\xa7\x65\x9d\xd9\x6d\xdb\x0d\x67\x1c\x2f\x1e\x03\x80\xc1\x13\xaa\ +\xbf\xe9\xf5\x77\xe1\x0e\x56\x2f\xab\xfe\xe3\xb2\xbe\x80\x55\x79\ +\x1a\xdb\xab\x1b\x16\x57\x78\xb9\x7d\x62\xa1\x8e\x1f\xcf\x02\x2c\ +\xcb\x7f\x1e\x5f\x90\x9f\x5a\x7d\x67\xf5\x88\x31\x08\x3c\x25\x90\ +\x29\x0f\xfa\xb7\x34\x5c\x77\x72\x45\xf5\xfb\x4d\xf7\x58\xf2\xb9\ +\x38\xc1\xc1\x7f\x29\x2e\xae\x7e\x61\x99\x5f\xc0\x2a\xbd\xd0\xfe\ +\xdc\xf8\xb7\x08\x58\x9c\x55\x58\x29\xf1\xa6\x86\xdb\x5f\xde\x5a\ +\x9d\xdd\xf0\x91\xc4\x71\x7e\x34\x4c\x18\x00\x77\x35\xdc\x79\x74\ +\x87\x71\x1c\x93\x8f\x42\x16\xeb\x65\xd5\xbf\x5c\xf6\x17\xb1\x4a\ +\x01\x70\xa8\xe1\xb3\x90\x5b\xab\x57\xd9\x3f\x16\xe2\x70\xc3\x69\ +\xa8\x55\x70\x30\x0b\xb2\xc0\xb2\x7e\xf7\x0e\xb7\xdc\xb3\x81\x9b\ +\xe4\x1f\x56\x6f\x6c\x05\x56\xa0\x5c\xb5\x77\x5a\x07\xaa\xd7\x57\ +\xcf\x6d\x09\x57\x44\x6e\xa0\x03\x59\x8b\x01\x36\xdd\x17\xb2\x36\ +\xc7\x22\x1c\xad\x9e\xdd\xf0\x00\xbb\x95\x98\xf7\x2a\x9e\x6a\x3d\ +\xd4\x70\x4a\xf8\x49\xd5\xff\xb1\xcf\xec\x7a\x00\x58\x9a\x17\x36\ +\xdb\x6d\x02\x60\xd7\x7d\xac\xe1\x62\xcb\xdf\x68\x38\xdb\xb2\x12\ +\x56\xf9\xb3\xd6\xf7\x36\x3c\x69\xe9\xad\x79\x58\x07\xc0\x6e\xda\ +\x31\x82\x5d\x71\xb0\xfa\xf5\xea\x89\xd5\x07\x56\xed\x8b\x5b\xf5\ +\x8b\xad\x3e\x55\x3d\xab\xe1\x59\xcb\x7f\xa6\x52\x01\x58\x03\x77\ +\x55\x7f\x5a\xbd\xb0\xfa\xfe\x56\xf4\x19\x28\xeb\x72\xbb\xd5\xa5\ +\xd5\xef\x54\x3f\xd6\x70\xbf\xea\xf9\xd5\xfd\xec\x63\x00\xac\x90\ +\xdb\xaa\xab\xaa\x77\x54\xaf\x6b\xc5\xaf\xb1\x5a\xa7\xfb\xad\x6f\ +\x6e\x58\x3d\xee\x8d\xd5\xdf\x6e\x38\xa5\x72\xc1\x18\x03\x6e\x1b\ +\x03\x60\x19\x8e\x8e\x07\xfd\xff\x51\xfd\xb7\xf1\xe0\xbf\x16\xab\ +\xdb\xae\xe3\x82\x2b\x9f\xae\xde\x50\xfd\xfb\xea\x31\x63\x00\x9c\ +\x57\x7d\x4b\x75\x6e\xf5\x80\xea\xd4\x86\xc5\x2d\xe6\x78\x6f\xeb\ +\x4e\xc3\xa2\x1d\xfb\x72\xef\x2e\xb0\x5a\xaf\x4d\x07\xc7\x03\xe2\ +\xd6\x8c\xbf\xbf\xdb\x1a\x9e\x20\x79\x5d\xc3\x72\xf6\x57\x8f\x01\ +\xf0\xa7\x0d\xcf\xb8\x59\x1b\xeb\xbc\xe2\xda\xe1\x86\x95\xbd\xae\ +\x18\x0f\x88\xf7\x6f\x58\x4d\x70\xff\x78\x70\x9c\xeb\xca\x56\xdb\ +\x63\xf8\xbc\x66\x8c\x1c\x80\x55\x70\xb0\xfa\xc9\xf1\x40\x38\xd7\ +\xb3\xb2\x47\x1b\xae\x45\xbb\xa3\xe1\xf4\xfe\x4d\xe3\x7f\x5b\x4b\ +\x7b\x67\xf4\x43\xf9\x4c\x9b\xf5\x50\x21\xeb\x24\x00\xab\xf6\x3a\ +\xfc\xe1\x3c\xe1\x75\x6d\xf8\xec\x7c\x3d\x59\xb7\x1b\xf0\xda\x84\ +\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\ +\x10\x00\x00\xc0\x46\xd8\x6b\x04\xac\x80\x53\xaa\x67\x54\xdf\x56\ +\x3d\xd0\x7e\xc9\xcc\x1d\x69\x58\xd1\xf4\x8f\xab\xb7\x37\x2c\x2a\ +\x03\x02\x80\x8d\xf3\x4f\xaa\x17\x34\x2c\xdf\x7c\x72\x75\xbc\x91\ +\xb0\x01\x0e\x57\x77\x56\x17\x57\x6f\xaa\xfe\xb9\x91\x20\x00\xd8\ +\x14\x67\x55\xbf\x5f\x3d\xda\x7e\xc8\x06\x3a\xbe\x61\xe9\xf2\xd3\ +\xaa\x97\x57\x17\x55\x4f\xae\x6e\x31\x1a\x16\xc5\x35\x00\x2c\xc3\ +\x19\xd5\xfb\xaa\xc7\x3a\xf8\x43\x7b\xab\xc7\x55\xef\x6f\x38\x13\ +\x06\x02\x80\xd9\xba\xb4\xe1\x09\x8e\xc0\x97\x9c\xdf\xf0\x94\x53\ +\x10\x00\xcc\xd2\x73\xaa\xef\x36\x06\xb8\x87\xad\xea\x49\xd5\xf7\ +\x1a\x05\x02\x80\x39\x7a\x56\x75\xba\x31\xc0\xbd\x3a\xb3\x7a\xb6\ +\x31\x20\x00\x98\x9b\x47\x54\x0f\x33\x06\xb8\x4f\x0f\xaf\xbe\xc9\ +\x18\x10\x00\xcc\xc9\xb9\x0d\x17\x00\x02\xc7\x76\x46\xf5\x50\x63\ +\x40\x00\x30\x27\xfb\xab\x7d\xc6\x00\xf7\x69\x5f\xc3\x9a\x18\x20\ +\x00\x98\x8d\x83\x0d\xab\xa0\x01\xc7\x76\x64\xfc\x5d\x01\x01\xc0\ +\x6c\x7c\xaa\xba\xd9\x18\xe0\x3e\xdd\x5c\xdd\x60\x0c\x08\x00\xe6\ +\xe4\x23\xd5\xf5\xc6\x00\xf7\xe9\x93\xd5\x95\xc6\x80\x00\x60\x4e\ +\x8e\x56\xef\xac\x6e\x37\x0a\xb8\x57\xb7\x55\xbf\x6b\x0c\x08\x00\ +\xe6\xe8\xcd\x0d\x4f\x41\x03\xee\xe9\x8a\xac\x06\x88\x00\x60\xa6\ +\xee\xac\x5e\x52\x7d\xcc\x28\xe0\x6e\xae\xae\x7e\xba\x3a\x64\x14\ +\x08\x00\xe6\x68\xab\xba\xac\xfa\xd1\xea\x72\xe3\x80\xaa\x3e\x58\ +\xfd\x83\x86\xb3\x63\x5b\xc6\xc1\x22\x78\x12\x1b\x8b\xb6\x33\xfe\ +\xfd\xee\x86\xbb\x02\x9e\x57\x3d\xbf\x7a\xa0\xd1\xb0\x81\x3e\x55\ +\x5d\x52\xfd\xea\x78\x06\xe0\xcb\x7f\x47\x40\x00\x30\x5b\x1f\xad\ +\x7e\xb6\xfa\xb5\xea\xd1\xd5\xe3\xab\x73\x1a\x9e\x95\x0e\x73\x75\ +\xb8\xe1\x36\xbf\xcb\xaa\xff\x59\xfd\x79\xee\xfb\x47\x00\xb0\x81\ +\x0e\x8c\x2f\x82\x57\x56\x6f\x1f\xf7\x49\xa7\x40\x99\xb3\x9d\x86\ +\xc5\x7e\x0e\x54\xdb\xc6\x81\x00\x60\xd3\x6d\x37\x5c\x20\x08\xc0\ +\x02\xb8\x08\x10\x00\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\ +\x00\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\ +\x04\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\ +\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x08\x00\ +\x00\x40\x00\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\ +\x00\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\ +\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\ +\x00\x01\xc0\x3d\x6c\x57\x07\x8d\x01\x36\xda\xc1\xf1\xb5\x80\x0d\ +\xb3\xd7\x08\x36\xda\x83\xaa\x9f\xa8\x1e\x56\xed\x33\x0e\xd8\xc8\ +\x83\xff\x45\xd5\x39\x46\x21\x00\xd8\x3c\x4f\x1d\xff\x00\xb0\x41\ +\x7c\x04\x00\x00\x02\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\ +\x00\x20\x00\x00\x00\x01\x00\x00\x08\x00\x00\x40\x00\x00\x00\x02\ +\x00\x00\x10\x00\x00\x80\x00\x00\x00\x04\x00\x00\x20\x00\x00\x00\ +\x01\x00\x00\x08\x00\x00\x40\x00\xcc\xc5\x56\xb5\xc7\x18\x80\x15\ +\xe2\x35\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\xf8\x0b\xf8\x7f\x4b\x15\x31\x49\x92\xd2\ +\xd3\x0b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x87\x79\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x02\x00\x00\x00\x02\x00\x08\x06\x00\x00\x00\xf4\x78\xd4\xfa\ +\x00\x00\x12\xa2\x7a\x54\x58\x74\x52\x61\x77\x20\x70\x72\x6f\x66\ +\x69\x6c\x65\x20\x74\x79\x70\x65\x20\x65\x78\x69\x66\x00\x00\x78\ +\xda\xcd\x9a\x59\x72\x24\xbb\x8e\x44\xff\xb9\x8a\x5e\x02\xe7\x61\ +\x39\x24\x01\x9a\xf5\x0e\x7a\xf9\x7d\xc0\x0c\xa9\xa4\x1a\x55\xf7\ +\xbe\x8f\x27\x99\x14\xa9\xc8\x48\x06\x09\x38\xdc\x1d\x0c\x39\xfd\ +\xbf\xff\x3d\xee\x7f\xf8\x2a\x39\x76\x97\x4b\xeb\x75\xd4\xea\xf9\ +\xca\x23\x8f\x38\x79\xd1\xfd\xeb\x6b\xdd\xdf\xc1\xe7\xfb\xfb\xed\ +\x2b\x3e\x67\x3f\x9d\x77\xef\x6f\x44\x4e\x25\x8e\xe9\xf5\xc6\x88\ +\xcf\xc7\x94\xf3\xbc\x0e\xcf\xdf\xe3\xb9\x49\x78\xbb\xfe\x7d\xa0\ +\xe7\x45\x98\xbc\x2a\xdf\xde\x98\xf3\x39\xbf\x3e\x9f\x5f\xcf\x80\ +\xb1\x7f\x3f\xd0\x33\x83\x14\x5e\x77\xf6\xf2\x7c\xe0\x19\x28\xc5\ +\x67\x46\xf9\xf5\xf7\x7e\x66\x54\x47\x6f\x9f\x96\x26\xfb\xb9\x73\ +\x7e\x4e\xf5\x6f\x3f\x39\xb5\x58\x4b\x0d\x2d\xf3\x3b\x47\xdf\x5a\ +\x1d\xbc\xee\xd1\xe7\x46\x3c\xc5\x26\x7a\x76\x1c\x77\xa0\xf2\x0a\ +\xe8\xfb\x89\xb7\xbf\xdf\x2e\x8d\xcc\x29\x6a\x0a\xc9\xf3\x3b\xa5\ +\x67\x96\xc9\x7e\x52\x9a\x1c\x07\xbf\x43\xaa\x8e\x0b\x5f\x7f\xb0\ +\x38\x7e\xc7\x94\x5f\xe1\x27\x95\x4c\x81\x99\x8e\xe7\x46\xcf\x52\ +\x2d\x98\x1f\x63\xf3\x31\x6b\x3f\xfd\xfa\xca\xb2\x3c\x37\x39\x6a\ +\x17\x7f\xc8\xda\x07\x9c\x7c\x8f\x9b\xf0\x33\xdc\xbc\xbf\x7a\x60\ +\xf0\x9e\xb5\x5e\x9f\x37\xd2\xe7\xb4\xfa\xfa\x7e\xfc\xe9\xf9\x50\ +\xde\x06\x7a\x7b\x23\xbd\xdf\x27\x7e\xbc\x73\xdf\xef\x77\xfe\x74\ +\x7e\xc6\x90\x3e\x86\xc2\x7d\x4c\xf7\x39\xd2\xcf\x5d\x34\xab\x98\ +\xb9\x12\x8b\xfa\x2c\xea\x6d\x29\xf7\x15\xd7\x2d\x8b\xe2\xfd\x54\ +\xe5\xbb\xf9\xea\x40\x6d\xe7\x85\x7d\x0f\xbe\xbb\x9f\x7e\x83\x29\ +\xf1\x9b\x4a\x5b\xbc\x1e\xc1\xee\x7d\x42\x0e\x12\x66\x38\x41\xef\ +\x71\x87\xcd\x14\x73\xd4\xd8\x38\xc6\xb8\x5d\x4c\xf7\x64\x27\x49\ +\x23\xee\x0b\x82\x6c\xdf\xe1\xc4\x06\x2c\x24\x75\x20\xb1\x2f\x86\ +\x72\x8a\xef\x73\x09\xf7\xb6\xe3\xde\x6e\x87\xee\xc5\x79\x09\x5c\ +\x1a\x03\x83\x05\x3e\xf2\x8f\xbf\xdd\x57\x2f\x3c\xc7\x6a\x29\x04\ +\xdf\xdf\x63\xc5\xbc\xa2\x55\x27\xb3\xf0\x81\xf4\xdb\x81\xcb\xc8\ +\x48\x38\x4f\x50\xcb\x0d\xf0\xdb\xf7\xf7\x5f\x96\xd7\x44\x06\xcb\ +\x0d\x73\x67\x81\xd3\x2f\xf7\x1a\x62\x95\xf0\x0d\x5c\xe9\x26\x3a\ +\x71\x61\xe1\xf8\xaa\xfa\xd0\xe4\x19\x80\x10\x71\xeb\xc2\x64\x42\ +\x22\x03\xbe\x86\x54\x42\x65\x46\x2d\xc6\x16\x02\x81\xec\x24\x68\ +\x32\x75\xca\x2d\x2e\x32\x10\x4a\x89\xc2\x24\x63\x4e\xa9\x92\x1c\ +\xaa\x83\x7b\xf3\x99\x16\xee\xa5\xb1\xc4\xd7\x69\x58\x35\x65\x97\ +\x4a\xaa\xa9\x91\x1b\x0a\x97\x64\xe5\x5c\xc0\x4f\xcb\x1d\x0c\xcd\ +\x92\x4a\x2e\xa5\xd4\xd2\x4a\x2f\xa3\xcc\x9a\xaa\x55\x5e\xad\xad\ +\x1a\x3d\xcf\x96\x5a\x6e\xa5\xd5\xd6\x5a\x77\x6d\xb4\xd9\x53\xcf\ +\xbd\xf4\xda\x5b\xef\x7d\xf4\x39\xe2\x48\xd0\x77\x19\xd4\xe9\xe8\ +\x63\x8c\x39\xb9\xe9\x64\xe4\xc9\xa7\x27\x17\xcc\xb9\xe2\x4a\x2b\ +\xaf\xb2\xea\x6a\xab\xaf\xe1\xd6\xdc\xc0\x67\xe7\x5d\x76\xdd\x6d\ +\xf7\x3d\xf6\x94\x28\x49\x28\x70\xa9\xd2\xa4\xcb\x90\xa9\x41\x81\ +\x92\x66\x2d\x5a\xb5\x69\xd7\xa1\xf3\x00\xb5\x93\x4e\x3e\xe5\xd4\ +\xd3\xdc\xe9\x67\x9c\xf9\x9e\xb5\x27\xad\x3f\x7c\xff\x45\xd6\xc2\ +\x93\xb5\x78\x33\x65\x17\xb6\xf7\xac\x71\xb6\xb5\xb7\x21\x82\xd1\ +\x49\xb1\x9c\x91\xb1\x98\x03\x09\x6f\x64\x8d\x8c\x01\x6c\xcb\x99\ +\xef\x21\xe7\x68\x99\xb3\x9c\xa1\x47\x54\x45\x89\x4c\xb2\x58\x72\ +\x24\x58\xc6\xc8\x60\xd6\x10\xcb\x09\xef\xb9\x7b\x32\xe7\x88\xe2\ +\x7f\x24\x6f\xae\xf5\x9b\xb7\xf8\x6f\x33\xe7\x2c\x75\x5f\xcc\xdc\ +\x8f\x79\xfb\x59\xd6\xc4\x54\x62\xdf\x8c\xbd\xca\xd0\x82\xea\x13\ +\xd5\xc7\xfb\xda\x67\xec\xd3\xe4\xf5\x97\x47\xf7\xa7\x0b\xbe\x7a\ +\xfc\x36\xd0\x9a\xf5\x78\x6d\x3d\x55\x3d\xa8\xe4\x6a\x89\xe8\x57\ +\xa9\x69\x68\xd8\x4c\x7b\xe6\x73\x88\xec\x29\x69\x37\x41\xad\xd1\ +\x23\x2e\xc1\xcc\xd4\x32\xf5\x74\xe7\x6b\x93\x34\xa5\xd6\xb5\x89\ +\xdd\x20\xab\x3e\x13\x51\x91\x20\xad\xae\x39\xfb\xc9\xba\xa5\x87\ +\x3d\x74\x70\x61\x69\x61\x81\xac\x12\x72\x09\xcf\xb1\x15\x6e\x55\ +\xdc\xf1\xad\x0b\x30\x11\x3d\x51\x15\x79\x8d\xab\x7a\x59\x0c\x57\ +\x93\xdf\x4a\x72\x13\x88\x0a\x5d\xe5\x94\x7d\xa6\xcd\x23\x36\x3e\ +\xdd\xce\x24\x2f\x69\x75\x0d\x2b\x92\x59\x97\xc9\x63\xc3\x68\x65\ +\x6d\x7b\x8e\xdc\x79\xab\x31\x0c\xd3\x2e\xf0\x71\x5c\x0c\x52\xaa\ +\x2f\xa5\x1b\x48\x11\x95\x6e\x9a\x3e\x6c\x3e\xc5\x9c\xc7\xfb\xd1\ +\x7d\x7f\xe2\xaf\x8f\x44\x81\xc0\x26\xb7\x6f\x5d\xef\x25\xac\x35\ +\xf7\x8e\x12\xe8\xc9\xa1\xaa\xa6\x8e\x86\x04\x5c\xd0\x69\xb0\x63\ +\x6b\x7a\x08\x32\x9a\x57\x5b\xcf\x09\xe1\x20\x35\xbb\x4d\xd0\xbd\ +\x42\x08\x75\xb9\x7e\x25\x4c\xd0\xaf\x86\x9e\x1c\x70\xb3\xd2\xd9\ +\x87\xc8\x36\x89\xf9\x5b\xc9\xef\x97\x4a\x07\x84\x73\x50\x72\xc0\ +\x3e\xb6\x25\x44\x64\xc9\x3c\xe4\xcd\x91\xee\x58\xdb\xd8\x7a\x46\ +\x59\x28\x5d\xcf\x41\x89\xea\x31\x6a\xd6\x59\xd1\x0c\x20\x9f\xa6\ +\x96\xa5\xbd\xcd\x92\x25\xa5\xdd\xd7\xa1\x94\x28\xba\xd5\xfa\x3e\ +\xb1\xc8\x09\xdd\x01\xf5\x6e\x88\x91\xb5\x5a\x21\x65\xbb\xd4\x29\ +\x4a\x45\x0d\xaa\x63\x4a\xdb\xac\xac\xe1\x70\xce\x08\xb8\x41\x54\ +\x36\x37\x26\x06\x6f\xc0\xe8\xdd\x2c\x80\x61\x92\xa3\x03\x26\xa7\ +\x5b\x2e\xcb\xda\x42\x4d\xea\x20\x3e\xc4\x28\xfa\x5a\xe3\x04\x85\ +\xa4\xdd\x34\x37\x1c\x62\xb6\x0b\x05\x2c\xfc\x21\x33\x51\xf4\x99\ +\x2b\x74\xc2\x48\xb5\x24\x87\x36\x9c\x69\xe8\x3e\x4d\xa7\x26\x66\ +\x74\x14\xb5\x11\x0a\xff\x14\x4f\xe1\x12\x34\x4a\x30\x32\x7b\x1d\ +\xd1\x3c\x46\x5c\x67\x48\x5e\x1a\xd2\xc1\x86\xb5\xb9\x36\x84\x52\ +\xa0\x91\x1d\xe2\x91\x0c\xe8\x51\x9e\xe2\xc1\xd1\x69\x94\xf3\x89\ +\x69\x6e\x1b\x9f\x18\x63\xd9\xb8\xf7\x36\x0f\xd5\x4c\xd5\x36\x60\ +\x1a\x45\x29\xe6\xa8\x07\xfd\x62\x56\xdd\x31\x9d\x02\x1b\xb1\xb0\ +\x42\xe2\x70\x43\x0a\xff\xf1\x69\xdd\x76\x63\x56\xb2\xe2\x28\x1f\ +\x87\x51\x8b\x49\xf8\xa1\x6c\xdd\x3f\xa8\xf7\xb5\xd4\x30\xd4\x03\ +\x72\xd6\x13\xeb\x2f\x4d\xd5\x0d\xee\x5b\xc5\xcf\xa3\xf9\xce\x64\ +\x50\x54\xb3\x22\x55\x7c\x8a\x93\x9e\xcf\x34\xf3\x32\x06\x3e\x92\ +\x19\xec\x1a\x22\x2d\xda\x2b\xa2\x7b\x14\xd4\xc9\x8c\xe9\x38\x86\ +\x17\x79\xf0\x37\x3b\x50\xf0\xd1\xe0\x2a\xd4\x5d\x99\x59\x07\xc0\ +\xd0\x3c\xf7\x38\x6b\x95\x08\x7d\x8f\x15\x16\x35\x8d\xa3\x3a\x8d\ +\xb2\x0b\xa4\x44\xa5\x4d\x71\x2d\x23\x1a\x80\x4c\x1b\x45\x2b\x03\ +\x17\x40\x1a\xa3\x02\x08\x0f\xf5\x14\x4d\xc7\xc6\xa5\x7e\xe6\x2a\ +\x27\x09\x5f\x7b\x2c\xcd\x55\xf1\x79\x54\x9a\x10\x2f\xe9\x25\x4c\ +\xf7\x85\xab\x4a\xfe\x4d\xd0\x5a\x04\x32\x18\x11\x24\x1b\x9e\x30\ +\xd2\x31\x54\x3d\xa0\x3a\x26\x67\xfd\xf4\x15\x40\x5d\x97\x4a\xfd\ +\x84\x1e\xe5\x44\x7a\x2e\x2a\x9a\x55\x95\xa0\x47\x27\x45\xd9\x0f\ +\xd4\x0a\x2f\x45\xb7\x87\xcf\x7b\x20\x67\x5a\x62\x86\x6f\xf6\xdc\ +\x09\x75\x22\xc5\x49\x4e\x5d\xd4\x52\x40\xa1\x78\x67\x12\xfb\x69\ +\xe2\xd1\x81\x2b\x9d\x85\xd1\x1d\x68\x03\x81\xb0\xe8\xa9\xce\xd0\ +\x62\xe9\x9a\xa7\xa3\x5c\x70\xa5\x59\x63\x2d\x35\xb1\xc4\x70\x40\ +\x74\xf6\xc4\x69\xed\x64\x53\x35\x6c\xfb\x04\x11\xf4\x08\x06\xa3\ +\x79\x29\x7e\x4b\x2c\x6d\xba\xc6\x0a\x16\x56\x77\x71\xdd\xb2\xf4\ +\x69\x0f\x50\x8d\xdf\x20\x3f\xf5\xf0\xad\x28\x2e\x36\x1f\xc2\xc4\ +\xd6\xda\x08\x9d\x7b\x11\xa6\x3c\x5f\x2a\xf2\xa1\x84\xbf\x70\x04\ +\x66\x3b\x34\x0d\xe1\xa0\xaf\x2c\x8b\xaa\x85\xd1\x69\xb3\x26\xfa\ +\xed\x4d\x68\x13\xcc\x1f\x84\xe8\xa9\x9e\x65\xdc\x0e\x95\x66\x28\ +\xb1\xb3\xec\xd0\x12\xa5\xc1\xe2\x72\x4e\xa8\x8e\xc2\x43\x50\x27\ +\x7a\x71\x2a\x1f\xc8\xa6\xb6\x0e\x86\x4b\x61\x1c\xb8\x8b\x79\xaf\ +\x17\xb8\x7e\x8f\x2d\x50\xd8\xac\x30\x72\x94\x95\xd1\xb0\x81\xfa\ +\x50\x22\xd9\xd3\x23\xd0\x3f\x66\x06\x33\x4a\x04\x14\xfc\x01\x91\ +\xfb\x45\x5c\xf4\xb4\x2d\x23\xd1\x5c\x5e\xc7\xca\x85\xd4\x07\x45\ +\xb0\xcf\x12\x90\x3f\x8d\x68\xbb\x32\x5e\x72\x2a\x0b\x43\x25\xa1\ +\x10\xca\xdb\xc2\xcc\xc1\x90\x67\x53\x3a\x75\xa5\xfa\xe5\x08\x3a\ +\xdc\x6f\x8f\x08\x9b\x4c\x1a\x43\x65\x7a\x13\x6c\x7a\xd5\x07\x9f\ +\xac\x94\x3a\x2f\x6d\x17\xcc\xf4\x1a\x96\xf8\x86\x79\x36\x70\x9e\ +\x81\x1f\xf2\x2d\x1c\x51\x7e\x6c\x27\x82\x18\x67\x60\x79\x6c\xcd\ +\x0a\x9f\x06\x9c\x76\x8b\x93\xc8\x43\x6d\x46\x41\x97\x3f\x37\xfc\ +\xd9\x2e\x7f\x86\x60\x50\xd1\x19\xf0\x49\xc4\x8b\x3e\xab\x42\x6c\ +\x16\x92\x65\xec\x00\x1f\x9f\x04\x94\x20\x6c\x7a\xaa\x8d\xc2\x64\ +\x1c\x23\x4e\x69\x13\x72\xd4\xae\x16\x10\xc6\xd5\xf8\xb2\x8f\xd8\ +\x0c\xf8\xba\x05\xb6\x1c\x37\x7c\x11\x9f\x5c\xf6\x4c\x9a\xa0\xdc\ +\x31\x4c\x4d\x84\xbc\x6a\x5f\xa9\xd1\x86\x8f\x69\xc4\x39\x6a\xc7\ +\x7d\x91\xba\x43\x0a\x8b\x12\x46\x79\x73\x14\xee\x3b\x6b\xf1\xfd\ +\xb1\x01\x25\x38\x1d\xd5\x24\x42\x2d\xa1\x67\x04\x6a\x8f\xca\xfa\ +\xce\xe8\x5d\xfd\x46\x82\x28\xfc\xe3\xf0\x10\xd0\x62\xa3\x5b\x43\ +\x16\xb0\x43\xb5\x84\xb6\x00\xec\xb6\xa2\xae\x02\x87\x77\xbc\x27\ +\x6c\xc2\xf5\x49\x67\xc3\xe5\x82\x65\x41\xf3\xf9\xca\x08\x16\x34\ +\x53\xe8\xfc\xdc\x15\x63\x44\x07\x6b\x4b\x1a\x49\x14\x59\x9c\x31\ +\x97\xae\x97\xff\x98\x55\x85\x7b\x8c\x96\x6a\x7d\x93\xe7\x9f\xa9\ +\xb3\xfb\x24\xcf\x64\x1b\x70\x2f\x68\xa2\x62\x4d\x4f\x1a\xa4\x79\ +\x55\x0c\x33\x6e\x66\x2f\xf3\x92\x66\x50\x1b\x65\xf4\x83\x14\xbb\ +\x1f\xb5\x18\xea\xf9\x6b\xc1\x06\x90\xf3\x2f\xca\xff\x0d\xbb\xf5\ +\x27\xd8\x75\xef\xe0\x05\x48\x9c\x7d\x81\x97\x85\x19\x78\x96\x11\ +\x5b\x6d\xd4\x38\xd8\xc1\xe6\xfd\x0e\xbb\xce\xc0\x3b\x7c\xbd\xcc\ +\x1a\x57\x47\xcf\xc7\x81\x2d\x20\x2b\xdc\x7a\xca\xc2\x68\x6d\x9c\ +\x36\xb9\x55\x7e\x11\x47\x37\x1c\xa1\x0c\xb8\x73\xfc\x2a\xad\xfc\ +\xd2\x38\xba\x23\xb2\xab\x9d\x88\xf5\xb0\x0a\xc2\x81\x6a\xc3\xc6\ +\x3e\xec\xca\x45\xd3\x24\xe4\xe5\xd9\x61\x5d\x08\xfc\x70\x33\xd2\ +\x03\x50\xa8\x10\x9a\x96\x03\x94\x11\x58\x07\x95\xee\x36\xf8\x1b\ +\x0e\x05\xae\xbf\xc0\x25\x7d\x04\x5e\x6f\x27\x49\xca\x0c\x45\xb1\ +\x0b\xb0\x7a\xe9\xd4\x4e\xca\xcb\x74\xd5\x61\x0f\xd7\xc5\x64\xda\ +\xb0\x60\x98\x03\x85\x83\xbb\xc7\xc2\xb1\x00\xce\x81\x3f\xca\x34\ +\x33\x07\xf8\x2e\xb5\x3b\x51\x18\x2c\x0e\xca\xa5\x99\x31\xbe\xac\ +\x38\x72\xb4\xd7\xed\x8a\xfe\xa6\xc0\x1b\xc0\xc5\xa4\x26\x21\x63\ +\xf0\x22\x9c\xb4\x32\xee\xba\xca\xdd\xa6\x80\x97\x37\x92\x7e\x14\ +\xa6\xe5\x1d\x31\xf8\x8f\x7a\x66\xc3\x9c\x0d\xd4\xaf\x38\xd3\x02\ +\x2e\xaa\x65\xb0\xc8\xf8\xe0\x92\x2e\x80\xc8\xb1\x0e\xfc\x28\x33\ +\xc1\x07\xe0\x9f\x50\x95\xb8\x29\xff\x61\x7c\xab\x52\x34\x8a\x99\ +\x44\x46\x83\x52\xc4\xe1\x11\x58\xe6\xc4\x91\x2b\x52\x13\x6d\xbf\ +\x67\x9e\x0a\x5f\x80\x3b\xb2\x40\x79\xd1\x55\x99\xeb\xe3\xc6\x97\ +\x80\x17\x4d\xd8\x6e\x08\x05\xab\x96\x4c\xa7\x32\x58\xb1\x64\x27\ +\x14\xe4\xbf\x73\xec\xaf\xa3\x7b\xbd\xc0\x3b\x9f\x16\x52\x99\xfb\ +\x23\xcc\xb6\xad\x8a\xce\xa1\x62\xa8\xc1\x8b\x18\x5e\x56\xd9\x9d\ +\xd2\x04\xd3\x9d\x9a\xf5\x6d\x13\x05\xd4\xf2\x38\x7a\x99\x03\xbc\ +\x8a\xb5\x2f\xb4\xcc\xd4\x26\x9c\x8f\x99\xf5\xb9\x0b\x23\x75\x2a\ +\x0d\xc5\xb1\xd1\x1e\xcc\xde\x22\x27\xa6\x58\x56\x7b\x55\x68\x49\ +\x2b\xa6\xc9\x5d\xaf\x4f\x0f\x46\xc3\x7a\x0e\x5e\x3d\x9c\x0d\x39\ +\x12\x16\x73\x95\x09\xc2\x5f\xdf\x11\x7e\x7a\x08\x1f\x96\x9c\x1f\ +\xf0\x8a\x87\x34\xed\x02\xd0\xfe\xc8\xd0\x17\x5c\x49\x0d\x46\x57\ +\xc7\xa4\xa7\x17\xb3\x76\x7c\x10\xb2\xf4\xe5\x0d\x9e\x20\x10\x56\ +\x2c\x9b\xd2\xc4\xb9\x90\xbc\x05\xf9\x53\xa8\x54\x75\x46\xff\xd0\ +\xe4\x61\xbe\x84\x7c\x69\x2f\x56\x89\x57\xff\xfc\x82\xa9\x95\x95\ +\xb6\x41\x3b\x16\x6d\x97\x80\x5a\xc3\xf8\x81\xe7\x05\xb0\x72\x5b\ +\x5e\x87\x43\xcf\xe0\x3c\x6c\x56\xc2\xce\xe3\x1a\x1b\x94\x87\x94\ +\x6b\x5e\x41\x15\xb6\x50\xeb\x3e\x32\x4d\x77\x95\x94\x01\x6f\xa6\ +\x3f\xcf\x19\x0b\xa9\x65\x6c\xa6\xdd\xaa\x39\x44\x8f\x3f\xfa\x35\ +\x7b\x1a\x79\x7e\x99\x3a\xdd\xe5\xce\x11\x8c\x3b\x37\xf6\x68\x4a\ +\xda\x83\x7e\x47\xa0\x1f\x98\x50\xac\x3e\x29\xcf\x80\x32\x85\x5e\ +\xcc\xf4\x7a\xf3\x68\x3f\x3a\x4f\xf7\x77\xd6\xf3\xd7\x47\xf7\xb5\ +\x0b\xcd\x1b\x90\x52\xe2\x33\xba\x52\x64\xa8\x39\x41\x5c\x15\x9a\ +\xe5\xe6\xd7\x67\x1f\x66\xbe\xc1\x1f\x09\xaa\x42\xfe\x30\xe3\xa2\ +\xc0\x01\x5e\x0c\x07\x41\xbb\x88\xa9\x47\x8b\x59\x6e\xc2\x3a\x29\ +\xb0\x53\x0b\xce\x4b\x36\x7c\x6b\xa8\xa5\x61\xdd\xd3\x2d\x58\xf9\ +\x9a\x04\x6a\x35\xb5\x17\xd1\x76\x59\xb4\x3f\x86\x58\x9c\x7f\xf7\ +\x43\x48\x18\xa4\x44\x1f\x77\xe8\x28\xee\xb0\xf0\x12\xad\x07\x6c\ +\xd7\x76\x36\x9f\x22\xae\xfa\xd0\x47\xc9\x8b\xee\xaa\xd3\xac\xd2\ +\x78\xe0\xa1\x21\x29\xdb\xaa\xca\xd6\xa0\xbf\xcc\x88\x5f\x82\xc1\ +\x45\x7e\xa1\x8f\x43\x5b\x97\xc0\x80\x08\x3d\x08\x5d\xa1\xea\xf4\ +\xea\x94\x75\x55\x6f\xfd\x30\xfd\x02\x1e\x24\xa2\xee\x75\x81\xe9\ +\x07\xb1\x02\x67\xe0\xa9\x4b\x4c\x9e\xae\xcd\x98\x68\xa8\x09\x8a\ +\x6d\xd3\x00\xae\x9d\x32\x6c\xdb\x84\x9e\x56\x70\x04\x24\x11\xa4\ +\x2e\x18\x8b\x8b\x90\x79\xee\x00\x44\x09\xaf\x56\xec\xc3\xaa\xd8\ +\x44\x5e\xc2\x59\xd3\x13\x59\xae\x84\x88\xef\xcd\x2b\x6e\xc0\x5c\ +\x6b\x2c\xce\x50\x10\x2a\x5e\x03\xf0\x94\x0d\x71\x84\x6c\xb4\xba\ +\xb8\x4d\xbd\x0d\xe0\x3a\xe8\x19\xec\xd9\x61\xd4\x83\x08\x58\x7f\ +\x41\x7a\xe2\xeb\x42\xdb\xfc\xb0\x06\x77\x38\xca\xa6\xa6\xdb\x67\ +\x81\x3f\x0a\x62\x0f\x8d\xc4\x1c\x97\xf4\xa2\x43\x2c\x6b\x47\xfb\ +\x12\xfa\x34\x3b\x4d\x48\x42\x7e\x52\x5b\xd0\xb2\x6d\x45\x65\xf5\ +\x0f\x2d\xba\x7f\xbb\xa3\xf1\x76\xfc\xe5\x40\x05\x37\x04\x05\x79\ +\x35\x0e\x00\x54\x66\xbc\xd1\x9d\x68\xc0\xda\x82\xc3\x6a\xeb\x31\ +\xdd\x20\x80\x7a\x77\x30\x10\x33\x9d\x88\x7d\x92\x01\x82\x3c\x7a\ +\x01\xbb\x8f\x44\x27\x42\x3c\x71\xc9\x9a\xe9\x02\xda\x54\x5f\xa9\ +\xd5\x49\x44\x15\xe5\x2e\xbe\xd0\x54\x17\xf2\xb0\x6a\x63\x1c\x41\ +\xfb\xa1\x98\x0e\xf9\xd2\xa8\x0f\x23\x99\x59\xcd\x87\x0f\x4a\x18\ +\x4e\x18\x95\xba\x0f\x0d\x86\xc4\x67\xe0\xbd\x60\x2a\x24\xf1\xdc\ +\x34\x18\xbe\xc4\x9e\x51\xd1\x8a\x6c\x6a\x4d\x43\xdb\xc8\x1c\x33\ +\x03\x2d\x33\xd2\x9f\x95\x9d\x36\xd2\x67\x8e\x64\xed\xb0\xb2\xb1\ +\x19\xca\xa7\xbb\x07\x9a\x34\xbc\x08\xd4\x98\xee\xfe\x16\x40\xd5\ +\xd3\x3b\x78\xb3\x5e\x84\x9e\x66\xe6\x58\x36\xa7\x59\x3e\xac\x16\ +\x93\x6c\xdb\x69\xa4\x7b\xb6\xe6\x2d\x84\x97\x5b\xb1\x5e\x84\x56\ +\x3d\x5d\x23\x91\xcd\x52\x22\x14\xa8\x39\x4e\x85\x37\x1c\x82\xbd\ +\x87\x6d\xd6\x2b\x82\x7c\x7b\x41\xb4\xd4\xb6\xdd\x1a\x0e\xfa\xf7\ +\x8e\xf7\xd3\xd1\x7d\xf5\xc2\x8f\xd6\x64\x1f\x54\x8a\x3a\x69\x98\ +\x0b\x51\xe3\xcc\xdd\x5c\x35\xa3\xdc\x96\x25\x29\x58\x7d\x64\x03\ +\xd8\x57\x12\x5f\x8c\x78\x02\xdf\xc4\x57\xc6\x76\xad\x52\xa3\x81\ +\x8c\xa0\x8e\x28\x8a\x5a\x0b\x85\xf7\x8e\xf4\x82\xe6\xef\x20\x94\ +\x6b\x49\xd0\x86\xb0\xa9\x4f\x8c\x32\x2d\xd6\xb8\x84\x6f\xad\xe0\ +\xb2\xdc\xda\x3e\xa1\xb3\x6d\x20\x48\x36\x61\xf7\x82\xe0\xde\xc4\ +\x9e\x5c\xa6\x56\x60\x1b\x0a\x2b\xe7\x85\x60\x8f\x35\x90\x4c\xcc\ +\x60\xa5\x59\xb1\xbe\xee\xee\x2b\xe0\x41\x0e\xbc\x4d\x6b\x9d\x28\ +\x53\x27\xa9\x22\x3a\x81\x86\x84\x91\xb4\xc7\x71\xc7\x88\x28\xc6\ +\x5a\xb4\xeb\x7c\x10\xd8\xe4\xbe\x79\xbb\xd8\x10\x8c\x03\x98\xe3\ +\xc6\xb2\x60\xe9\x15\x1e\x83\x8e\xa4\x66\x97\xae\xc0\xe3\x92\x0e\ +\xea\x2f\x4c\x15\xec\xe0\x55\x22\xa1\xa4\x81\xc4\x67\x47\x7b\x3d\ +\x68\xdd\x17\xc6\x14\xef\x07\x34\x8c\x0e\xb6\x94\xb1\x3c\xd4\xd0\ +\x99\xca\xa9\xc9\xad\xb5\xca\xf0\x48\xb8\x8d\xc6\x09\x35\x74\x9a\ +\x5f\x90\x31\x0a\x3a\x06\x50\xba\x3d\x42\xb4\xee\x7c\x77\xdb\x84\ +\x83\x12\x8a\x75\x3a\x78\x39\x41\x14\xe7\x2e\x98\x87\xc1\x8c\x30\ +\x06\x1e\x73\x0f\x6d\x6a\x28\xf2\x4a\xad\xd9\xcf\x69\x66\x00\x7a\ +\x05\xab\xf1\x62\x95\x89\x96\x6c\x58\xa3\xa4\x27\xec\xb2\x6c\x8b\ +\xdf\xee\x93\xb9\x8f\x8b\xf6\x40\x2e\xd8\x53\x5a\xf5\xb6\x17\xcc\ +\xcd\x6c\xbf\x8b\xa2\x1d\x99\x96\x9b\x70\x61\x03\x36\xbe\x70\x6f\ +\xdb\xcc\x0f\xb6\x81\x44\x4f\xf8\x43\xb3\xeb\xfe\x72\xff\xe0\xfb\ +\xa3\x8c\x5b\x6e\xad\x3a\x85\x40\x17\x38\x43\x77\xa0\x6f\x8f\xde\ +\x54\x6c\x8d\xbf\xcc\x6d\xb6\x19\xd7\xbc\xc0\xe7\xab\x77\x37\x83\ +\x80\x80\xd7\x0c\xbf\x08\x48\xdd\x44\xf5\xf6\xf8\xd2\xdc\xfc\x23\ +\xf2\xf2\x77\xcc\xf3\x13\xe2\xa1\x53\x75\x10\x2f\x5e\x61\x5a\xd3\ +\x61\x76\x00\xdf\x6b\x76\x1b\x9d\x08\xe6\x44\xac\x13\x10\x29\xab\ +\x54\x9c\x48\x20\x41\xb6\xe9\x30\x6c\x17\x01\x93\x10\xa8\x9f\x8b\ +\x60\x6b\xe0\xe8\x45\xa6\x3d\x6a\xa0\x61\x25\xb4\x09\x0a\xb3\x8b\ +\x5e\x14\x56\x2e\x04\x91\x43\xbc\xb6\xde\x96\xd6\xb6\x58\xc6\xea\ +\xb8\x1f\xbb\x1d\xe6\x87\xfa\x0c\xa1\xd9\xbe\xb2\xcb\xd6\xc6\xfe\ +\x48\xdb\x0f\xda\x60\xaf\x08\x3f\x01\xf0\x37\xb0\xd1\x43\x22\x26\ +\x39\x99\x81\xbc\xe0\xa5\x37\xc2\x2a\x51\x6b\x86\xde\x59\x43\xc4\ +\xa5\x12\x4e\xac\xfa\x89\x34\x06\xb6\x4f\x35\xa1\xb0\x09\x2f\x70\ +\x4b\x26\x53\xcd\xf8\x36\xd6\x18\x03\x8d\x3d\xdc\xd8\x56\xa0\xa6\ +\xb8\xd4\xb6\xef\x97\xc3\x4a\xc7\xdd\x01\xad\xce\x30\x42\xaf\x7e\ +\xe2\xe9\xbd\xed\x4f\x60\x11\x4c\xd7\x3a\x01\xcc\x34\x0a\x71\x4b\ +\xa6\x1f\x5a\xe3\x3e\x07\x00\x4f\xcc\xca\x76\x23\xb9\xc6\x10\xe0\ +\x5e\x8c\x0b\x6f\xe2\x62\x3b\x1d\xd3\xab\xa8\x5a\xda\x18\xd3\x62\ +\xfb\xa9\x04\xb1\xf4\x81\x25\xa0\x00\x87\x19\xf2\x84\xbd\x2d\xf8\ +\x75\xc3\xb1\x8e\x8b\x64\xa2\xe9\x9a\x75\x18\xe9\xf8\x18\x56\x5c\ +\xc6\xf6\x54\x10\x0d\x0f\x91\xb2\x29\x85\x35\xe2\xc4\xba\xc2\x51\ +\x30\x47\xb2\x07\x76\xbf\x40\xe6\x97\xb7\xc6\x28\xad\xdb\xd0\x55\ +\x26\x8a\x49\x09\x10\x09\xcd\xb1\x19\x00\x9c\x00\xfd\x0d\x2d\x44\ +\xbd\x7b\xb4\xb6\x39\x62\x3b\xb5\xb6\x53\xb7\x33\xbc\x27\xe2\xd1\ +\x27\xdb\xbe\x48\x61\x91\x86\x70\xe8\x93\xec\x4a\x6b\x3f\x59\xe6\ +\x12\x6a\xb0\xee\x7a\xc1\x9c\xb3\xb3\x3e\xb0\x9b\x5f\x8f\xe6\x54\ +\xd6\x43\xa3\xb1\x7c\xee\x0f\x6f\x7b\x58\x6e\xf3\x07\xa3\x4d\x5a\ +\x9b\x67\x6b\x6c\x3d\x5b\x63\xc3\x41\x7f\xd9\x7a\xeb\x68\xcf\x2c\ +\x80\xa9\x8f\xaf\xfd\x03\x4a\x02\xee\xb4\xfd\x03\x1a\xc6\x9a\x3e\ +\xa2\xbd\xd8\xae\xe1\x31\x61\x40\x45\x30\x70\x63\xa5\xb6\x1d\x38\ +\x3b\xb0\x48\xbe\xbb\x67\xd6\x43\x60\x9c\x8e\x75\x56\xcf\x65\xb4\ +\x0d\xc5\x04\x74\x99\x57\xa4\x84\x63\x7f\xc9\xf5\xfe\xd2\x63\xb1\ +\xaf\xa0\xd0\x3a\x90\xce\xcc\xec\x79\x1f\xac\xe5\x00\x08\x04\x36\ +\x46\xf3\xf6\x0a\x0e\x7c\x75\x61\xc1\xa0\xf6\x7a\xb4\x31\xd6\xdd\ +\x29\x19\xcc\x7f\xd8\xff\x6a\x60\x1c\x47\xb0\xa7\xc4\x12\x20\x53\ +\xdc\x4b\x33\x5a\x74\x8a\x5e\xa0\xea\x0a\xe5\xfa\xfb\x88\xca\xf6\ +\xb1\x76\xb7\x47\x80\xd0\x11\x15\x3e\x56\xb4\xe6\x9a\xd6\x6c\x12\ +\x45\xa0\x5b\x4c\x14\xd6\x56\x26\xb0\x07\xcd\x57\x2c\x36\x01\xf7\ +\x71\x06\x65\xbe\x7b\x05\x3e\xb3\xe1\x2c\x2f\x71\x63\x0e\xa3\xa0\ +\x25\x31\x5b\x3f\x87\x0d\x0d\x18\x49\x99\xaf\x16\xb1\x91\xe4\xbf\ +\x7c\x9a\xf5\x07\x0b\xe7\xbe\x79\x38\xdf\x7e\xb4\x06\x3f\x3a\x83\ +\x46\x78\x7f\xc6\x98\xee\x13\x65\x76\xfb\xc7\x0c\xc8\xc5\x76\x23\ +\x30\xe5\xb6\xf9\x61\x50\xf5\xdc\x8d\xf7\xad\xbd\xc7\xef\xd0\xa6\ +\x46\x33\x52\x9f\x37\x17\xdc\x6b\x77\x61\xd3\xfc\xd1\xb4\x2f\xf9\ +\x6e\x07\xc2\x7f\xdc\x81\x40\x9b\x16\x33\x64\x6c\x13\xdf\x7e\xd5\ +\xa0\x05\x9b\xf7\x0a\x20\x9b\x6e\xa7\x3c\xdb\x09\xd8\x39\x4c\x09\ +\x28\x2f\xdb\x00\xc9\x09\x5a\x8e\xbe\x0f\xea\x8e\x25\x24\xb3\x50\ +\xea\x7d\x76\xd2\x28\xd4\xf4\x4f\x9e\xd3\x2e\x38\x54\x6f\xcf\x98\ +\xed\x91\x99\x18\xd1\xd0\x92\x95\x83\x72\x3e\x50\x72\xe6\x97\xe8\ +\xe4\x3b\x3d\x8c\x81\x04\x52\x80\x76\xa9\xbc\x72\x09\xee\x41\x68\ +\xb9\x15\x16\xa5\xa0\x79\x91\x09\x36\xfa\xa4\x6d\x8b\xcf\xc3\x6f\ +\xdb\xb3\x50\x4f\xd1\xe2\x3d\xdf\x9f\x8c\x99\x9d\x7e\xdb\x05\x10\ +\x7d\xdf\xb4\xb2\x47\x3c\x17\x9e\x68\x78\x79\x76\xad\x68\xbb\x3e\ +\xba\x04\xf7\xd8\x84\xf9\x66\x13\xa0\xda\x17\xc3\xd6\xfa\x19\x9d\ +\x36\xb8\x37\xf5\xb0\xb1\x31\x57\x2d\x8a\xed\xaf\xc9\x79\x81\xd3\ +\x7d\x44\xe7\x6f\x41\x89\x90\x5f\x9c\x9d\x84\xb3\x66\x36\xc8\x71\ +\xbb\xb4\xed\x61\xe7\x76\xec\xd9\x91\x21\x6d\xab\x6d\x23\x1e\xf9\ +\xa3\x3a\x23\x8f\xb4\xc1\x62\x0f\x85\xbb\x22\x2d\xf4\x70\x34\x4f\ +\xa5\xbb\x8c\xb9\xc3\x79\xe3\xec\x31\x52\x0d\x5b\xd9\xb0\x15\xf4\ +\x70\x24\x18\xf6\x80\x80\x8e\x3d\x05\xbd\x76\xa0\x25\x8a\x62\xbf\ +\xfe\x17\x8e\xda\x53\xf4\x22\xa3\x17\x43\xe9\xa3\x01\x64\x9f\x70\ +\xf2\xc0\x8c\x58\xed\x72\xaa\x71\x62\x67\xf8\xd3\x84\xb4\xe7\x08\ +\x69\x17\x54\x0c\xb8\x35\x6a\x4c\x05\xc5\xb7\xe6\xf8\x3e\x86\x8c\ +\xc3\xf6\xd0\x11\x74\xc1\x1e\x8f\x44\x57\xdf\xad\x43\x4f\xa6\xb1\ +\xd4\x02\x61\xbf\xee\x6d\xeb\x5f\xf4\x6c\xee\x57\x6f\xdc\x27\x72\ +\x57\xfc\x2b\x05\x83\x71\x8d\xc5\x7c\x2b\x8d\x26\xa1\x31\xa3\x09\ +\x47\x4e\x7c\x22\x55\x83\x7d\x38\x93\x12\xb1\x22\xc5\x7f\x9c\xab\ +\xfd\x91\x5a\xb8\xf2\x54\xbb\xed\xd5\x45\x08\xdd\x18\x4e\xac\x0b\ +\xb6\xff\x07\xc0\x0c\x9b\x09\x62\x09\xb5\x33\xe3\x32\xb0\xb8\x26\ +\xfd\xe2\x08\x0b\x79\x55\xd4\x2f\x79\x19\xdc\xd1\x36\x5b\x5a\xb5\ +\xaa\xa4\xb1\xb5\x07\xa1\xde\x1e\xa3\x86\xd3\xed\x5f\x28\x4c\x27\ +\x41\x1a\x4d\x71\x47\x6c\x6a\xf4\x42\x78\x72\xb8\xcf\xfb\x07\xaa\ +\x89\x8d\x20\x26\x05\xab\x45\x4d\xf0\x1e\x7e\x3b\xac\x4d\xba\x21\ +\x81\x68\xcb\xeb\x86\x08\x48\x8b\xc2\x12\xdb\x01\x18\x41\x6c\xff\ +\xb9\xf8\x34\xec\xdf\xa4\x76\x6d\xce\xba\x52\x6d\xeb\x0f\xa1\x8c\ +\xa8\x73\x66\x79\xda\x37\xcb\xc9\xfa\x3c\x17\x3b\x98\x34\xfc\x89\ +\xe4\x7a\x1c\x84\x87\x64\x4a\xd1\xb2\xb3\x6d\x4d\x64\x72\x58\xec\ +\x3f\x3f\x59\x4f\xc5\x5f\x7d\xb5\xf7\x72\x7f\xdb\xac\xfd\x57\x0e\ +\x84\xf9\x87\x36\xfe\x1f\xf4\xc1\x15\x8a\x15\xdc\xf9\x85\x00\x00\ +\x00\x60\x7a\x54\x58\x74\x52\x61\x77\x20\x70\x72\x6f\x66\x69\x6c\ +\x65\x20\x74\x79\x70\x65\x20\x69\x70\x74\x63\x00\x00\x78\xda\x3d\ +\x49\xb9\x0d\x80\x40\x0c\xeb\x33\x05\x23\x24\xb1\x05\x77\xeb\x90\ +\x6b\xe8\x28\xd8\x5f\x58\x91\xc0\x96\x2d\x3f\x76\xdd\x4f\xd9\xd6\ +\x60\x1a\x06\x93\x93\xcb\x29\xfe\x88\x15\xe5\x89\x43\x71\x20\xe1\ +\x12\xe4\x13\x81\xbd\x9f\xd2\x73\xf6\xe2\xda\x12\xb4\x5c\x5f\x75\ +\xb7\x17\x32\x26\x14\xdf\xd6\xe6\x6d\x29\x00\x00\x01\x85\x69\x43\ +\x43\x50\x49\x43\x43\x20\x70\x72\x6f\x66\x69\x6c\x65\x00\x00\x78\ +\x9c\x7d\x91\x3d\x48\xc3\x40\x1c\xc5\x5f\x5b\xb5\x2a\x15\x05\x3b\ +\x88\x38\x64\x68\x9d\x2c\x48\x15\x71\xd4\x2a\x14\xa1\x42\xa8\x15\ +\x5a\x75\x30\xb9\xf4\x43\x68\xd2\x90\xa4\xb8\x38\x0a\xae\x05\x07\ +\x3f\x16\xab\x0e\x2e\xce\xba\x3a\xb8\x0a\x82\xe0\x07\x88\xab\x8b\ +\x93\xa2\x8b\x94\xf8\xbf\xa4\xd0\x22\xc6\x83\xe3\x7e\xbc\xbb\xf7\ +\xb8\x7b\x07\xf8\xeb\x65\xa6\x9a\x1d\xe3\x80\xaa\x59\x46\x3a\x99\ +\x10\xb2\xb9\x15\x21\xf8\x8a\x1e\x0c\xa0\x0b\x51\xc4\x25\x66\xea\ +\xb3\xa2\x98\x82\xe7\xf8\xba\x87\x8f\xaf\x77\x31\x9e\xe5\x7d\xee\ +\xcf\xd1\xa7\xe4\x4d\x06\xf8\x04\xe2\x19\xa6\x1b\x16\xf1\x3a\xf1\ +\xd4\xa6\xa5\x73\xde\x27\x0e\xb3\x92\xa4\x10\x9f\x13\x8f\x19\x74\ +\x41\xe2\x47\xae\xcb\x2e\xbf\x71\x2e\x3a\xec\xe7\x99\x61\x23\x93\ +\x9e\x23\x0e\x13\x0b\xc5\x36\x96\xdb\x98\x95\x0c\x95\x78\x92\x38\ +\xa2\xa8\x1a\xe5\xfb\xb3\x2e\x2b\x9c\xb7\x38\xab\xe5\x2a\x6b\xde\ +\x93\xbf\x30\x94\xd7\x96\x97\xb8\x4e\x73\x04\x49\x2c\x60\x11\x22\ +\x04\xc8\xa8\x62\x03\x65\x58\x88\xd1\xaa\x91\x62\x22\x4d\xfb\x09\ +\x0f\xff\xb0\xe3\x17\xc9\x25\x93\x6b\x03\x8c\x1c\xf3\xa8\x40\x85\ +\xe4\xf8\xc1\xff\xe0\x77\xb7\x66\x61\x22\xee\x26\x85\x12\x40\xe7\ +\x8b\x6d\x7f\x44\x81\xe0\x2e\xd0\xa8\xd9\xf6\xf7\xb1\x6d\x37\x4e\ +\x80\xc0\x33\x70\xa5\xb5\xfc\x95\x3a\x30\xfd\x49\x7a\xad\xa5\x45\ +\x8e\x80\xfe\x6d\xe0\xe2\xba\xa5\xc9\x7b\xc0\xe5\x0e\x30\xf4\xa4\ +\x4b\x86\xe4\x48\x01\x9a\xfe\x42\x01\x78\x3f\xa3\x6f\xca\x01\x83\ +\xb7\x40\xef\xaa\xdb\x5b\x73\x1f\xa7\x0f\x40\x86\xba\x4a\xdd\x00\ +\x07\x87\xc0\x68\x91\xb2\xd7\x3c\xde\xdd\xdd\xde\xdb\xbf\x67\x9a\ +\xfd\xfd\x00\x98\x5c\x72\xb6\x8b\x78\xa3\xe3\x00\x00\x0e\xe0\x69\ +\x54\x58\x74\x58\x4d\x4c\x3a\x63\x6f\x6d\x2e\x61\x64\x6f\x62\x65\ +\x2e\x78\x6d\x70\x00\x00\x00\x00\x00\x3c\x3f\x78\x70\x61\x63\x6b\ +\x65\x74\x20\x62\x65\x67\x69\x6e\x3d\x22\xef\xbb\xbf\x22\x20\x69\ +\x64\x3d\x22\x57\x35\x4d\x30\x4d\x70\x43\x65\x68\x69\x48\x7a\x72\ +\x65\x53\x7a\x4e\x54\x63\x7a\x6b\x63\x39\x64\x22\x3f\x3e\x0a\x3c\ +\x78\x3a\x78\x6d\x70\x6d\x65\x74\x61\x20\x78\x6d\x6c\x6e\x73\x3a\ +\x78\x3d\x22\x61\x64\x6f\x62\x65\x3a\x6e\x73\x3a\x6d\x65\x74\x61\ +\x2f\x22\x20\x78\x3a\x78\x6d\x70\x74\x6b\x3d\x22\x58\x4d\x50\x20\ +\x43\x6f\x72\x65\x20\x34\x2e\x34\x2e\x30\x2d\x45\x78\x69\x76\x32\ +\x22\x3e\x0a\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\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\x20\x3c\x72\x64\x66\x3a\x44\x65\x73\ +\x63\x72\x69\x70\x74\x69\x6f\x6e\x20\x72\x64\x66\x3a\x61\x62\x6f\ +\x75\x74\x3d\x22\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ +\x78\x6d\x70\x4d\x4d\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\ +\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\ +\x2e\x30\x2f\x6d\x6d\x2f\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\ +\x73\x3a\x73\x74\x45\x76\x74\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ +\x6e\x73\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\ +\x2f\x31\x2e\x30\x2f\x73\x54\x79\x70\x65\x2f\x52\x65\x73\x6f\x75\ +\x72\x63\x65\x45\x76\x65\x6e\x74\x23\x22\x0a\x20\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\x20\x78\ +\x6d\x6c\x6e\x73\x3a\x47\x49\x4d\x50\x3d\x22\x68\x74\x74\x70\x3a\ +\x2f\x2f\x77\x77\x77\x2e\x67\x69\x6d\x70\x2e\x6f\x72\x67\x2f\x78\ +\x6d\x70\x2f\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x74\ +\x69\x66\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\ +\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x74\x69\x66\x66\x2f\x31\x2e\ +\x30\x2f\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x6d\ +\x70\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\ +\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\x2e\x30\x2f\x22\ +\x0a\x20\x20\x20\x78\x6d\x70\x4d\x4d\x3a\x44\x6f\x63\x75\x6d\x65\ +\x6e\x74\x49\x44\x3d\x22\x67\x69\x6d\x70\x3a\x64\x6f\x63\x69\x64\ +\x3a\x67\x69\x6d\x70\x3a\x61\x61\x33\x33\x30\x62\x38\x39\x2d\x66\ +\x61\x63\x62\x2d\x34\x64\x32\x36\x2d\x39\x32\x34\x30\x2d\x35\x38\ +\x66\x63\x37\x37\x65\x35\x36\x31\x64\x38\x22\x0a\x20\x20\x20\x78\ +\x6d\x70\x4d\x4d\x3a\x49\x6e\x73\x74\x61\x6e\x63\x65\x49\x44\x3d\ +\x22\x78\x6d\x70\x2e\x69\x69\x64\x3a\x33\x39\x39\x37\x66\x65\x37\ +\x33\x2d\x65\x33\x33\x62\x2d\x34\x65\x30\x38\x2d\x38\x33\x34\x38\ +\x2d\x36\x32\x31\x61\x35\x34\x33\x34\x34\x39\x38\x62\x22\x0a\x20\ +\x20\x20\x78\x6d\x70\x4d\x4d\x3a\x4f\x72\x69\x67\x69\x6e\x61\x6c\ +\x44\x6f\x63\x75\x6d\x65\x6e\x74\x49\x44\x3d\x22\x78\x6d\x70\x2e\ +\x64\x69\x64\x3a\x33\x63\x66\x34\x33\x38\x38\x36\x2d\x66\x64\x65\ +\x37\x2d\x34\x62\x62\x33\x2d\x62\x30\x34\x32\x2d\x62\x37\x32\x34\ +\x36\x31\x32\x32\x39\x62\x38\x31\x22\x0a\x20\x20\x20\x64\x63\x3a\ +\x46\x6f\x72\x6d\x61\x74\x3d\x22\x69\x6d\x61\x67\x65\x2f\x70\x6e\ +\x67\x22\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x41\x50\x49\x3d\x22\ +\x32\x2e\x30\x22\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x50\x6c\x61\ +\x74\x66\x6f\x72\x6d\x3d\x22\x4c\x69\x6e\x75\x78\x22\x0a\x20\x20\ +\x20\x47\x49\x4d\x50\x3a\x54\x69\x6d\x65\x53\x74\x61\x6d\x70\x3d\ +\x22\x31\x36\x39\x34\x38\x34\x37\x36\x38\x34\x32\x32\x34\x32\x35\ +\x32\x22\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x56\x65\x72\x73\x69\ +\x6f\x6e\x3d\x22\x32\x2e\x31\x30\x2e\x33\x30\x22\x0a\x20\x20\x20\ +\x74\x69\x66\x66\x3a\x4f\x72\x69\x65\x6e\x74\x61\x74\x69\x6f\x6e\ +\x3d\x22\x31\x22\x0a\x20\x20\x20\x78\x6d\x70\x3a\x43\x72\x65\x61\ +\x74\x6f\x72\x54\x6f\x6f\x6c\x3d\x22\x47\x49\x4d\x50\x20\x32\x2e\ +\x31\x30\x22\x3e\x0a\x20\x20\x20\x3c\x78\x6d\x70\x4d\x4d\x3a\x48\ +\x69\x73\x74\x6f\x72\x79\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\ +\x3a\x53\x65\x71\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ +\x6c\x69\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x61\ +\x63\x74\x69\x6f\x6e\x3d\x22\x73\x61\x76\x65\x64\x22\x0a\x20\x20\ +\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x63\x68\x61\x6e\x67\x65\ +\x64\x3d\x22\x2f\x22\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\ +\x74\x3a\x69\x6e\x73\x74\x61\x6e\x63\x65\x49\x44\x3d\x22\x78\x6d\ +\x70\x2e\x69\x69\x64\x3a\x34\x63\x66\x34\x66\x32\x65\x37\x2d\x31\ +\x38\x38\x61\x2d\x34\x33\x34\x34\x2d\x61\x66\x31\x36\x2d\x61\x32\ +\x62\x65\x37\x66\x36\x36\x31\x31\x39\x31\x22\x0a\x20\x20\x20\x20\ +\x20\x20\x73\x74\x45\x76\x74\x3a\x73\x6f\x66\x74\x77\x61\x72\x65\ +\x41\x67\x65\x6e\x74\x3d\x22\x47\x69\x6d\x70\x20\x32\x2e\x31\x30\ +\x20\x28\x4c\x69\x6e\x75\x78\x29\x22\x0a\x20\x20\x20\x20\x20\x20\ +\x73\x74\x45\x76\x74\x3a\x77\x68\x65\x6e\x3d\x22\x32\x30\x32\x33\ +\x2d\x30\x39\x2d\x30\x36\x54\x31\x34\x3a\x30\x33\x3a\x30\x33\x2b\ +\x30\x32\x3a\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\ +\x64\x66\x3a\x6c\x69\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\ +\x74\x3a\x61\x63\x74\x69\x6f\x6e\x3d\x22\x73\x61\x76\x65\x64\x22\ +\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x63\x68\x61\ +\x6e\x67\x65\x64\x3d\x22\x2f\x22\x0a\x20\x20\x20\x20\x20\x20\x73\ +\x74\x45\x76\x74\x3a\x69\x6e\x73\x74\x61\x6e\x63\x65\x49\x44\x3d\ +\x22\x78\x6d\x70\x2e\x69\x69\x64\x3a\x35\x62\x64\x39\x62\x38\x35\ +\x35\x2d\x31\x66\x39\x30\x2d\x34\x62\x31\x64\x2d\x62\x32\x34\x38\ +\x2d\x63\x61\x35\x65\x32\x65\x65\x65\x37\x39\x32\x34\x22\x0a\x20\ +\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x73\x6f\x66\x74\x77\ +\x61\x72\x65\x41\x67\x65\x6e\x74\x3d\x22\x47\x69\x6d\x70\x20\x32\ +\x2e\x31\x30\x20\x28\x4c\x69\x6e\x75\x78\x29\x22\x0a\x20\x20\x20\ +\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x77\x68\x65\x6e\x3d\x22\x32\ +\x30\x32\x33\x2d\x30\x39\x2d\x30\x37\x54\x31\x31\x3a\x31\x31\x3a\ +\x32\x35\x2b\x30\x32\x3a\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\ +\x20\x3c\x72\x64\x66\x3a\x6c\x69\x0a\x20\x20\x20\x20\x20\x20\x73\ +\x74\x45\x76\x74\x3a\x61\x63\x74\x69\x6f\x6e\x3d\x22\x73\x61\x76\ +\x65\x64\x22\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\ +\x63\x68\x61\x6e\x67\x65\x64\x3d\x22\x2f\x22\x0a\x20\x20\x20\x20\ +\x20\x20\x73\x74\x45\x76\x74\x3a\x69\x6e\x73\x74\x61\x6e\x63\x65\ +\x49\x44\x3d\x22\x78\x6d\x70\x2e\x69\x69\x64\x3a\x39\x66\x39\x37\ +\x31\x65\x39\x37\x2d\x34\x32\x65\x66\x2d\x34\x32\x37\x32\x2d\x61\ +\x63\x30\x32\x2d\x63\x38\x32\x37\x36\x36\x38\x31\x62\x39\x36\x66\ +\x22\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x73\x6f\ +\x66\x74\x77\x61\x72\x65\x41\x67\x65\x6e\x74\x3d\x22\x47\x69\x6d\ +\x70\x20\x32\x2e\x31\x30\x20\x28\x4c\x69\x6e\x75\x78\x29\x22\x0a\ +\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x77\x68\x65\x6e\ +\x3d\x22\x32\x30\x32\x33\x2d\x30\x39\x2d\x31\x36\x54\x30\x39\x3a\ +\x30\x31\x3a\x32\x34\x2b\x30\x32\x3a\x30\x30\x22\x2f\x3e\x0a\x20\ +\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x53\x65\x71\x3e\x0a\x20\x20\ +\x20\x3c\x2f\x78\x6d\x70\x4d\x4d\x3a\x48\x69\x73\x74\x6f\x72\x79\ +\x3e\x0a\x20\x20\x3c\x2f\x72\x64\x66\x3a\x44\x65\x73\x63\x72\x69\ +\x70\x74\x69\x6f\x6e\x3e\x0a\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\ +\x46\x3e\x0a\x3c\x2f\x78\x3a\x78\x6d\x70\x6d\x65\x74\x61\x3e\x0a\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\ +\x3c\x3f\x78\x70\x61\x63\x6b\x65\x74\x20\x65\x6e\x64\x3d\x22\x77\ +\x22\x3f\x3e\xc5\xe2\x48\xe0\x00\x00\x00\x06\x62\x4b\x47\x44\x00\ +\xf0\x00\xf0\x00\xf0\xb9\x0e\x6a\xee\x00\x00\x00\x09\x70\x48\x59\ +\x73\x00\x00\x2e\x23\x00\x00\x2e\x23\x01\x78\xa5\x3f\x76\x00\x00\ +\x00\x07\x74\x49\x4d\x45\x07\xe7\x09\x10\x07\x01\x18\x95\xa4\x0b\ +\xe6\x00\x00\x00\x19\x74\x45\x58\x74\x43\x6f\x6d\x6d\x65\x6e\x74\ +\x00\x43\x72\x65\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x47\x49\ +\x4d\x50\x57\x81\x0e\x17\x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\ +\xec\x9d\x77\x78\x54\x55\xe2\xfe\xdf\x3b\x2d\x65\x52\x20\x01\x02\ +\x49\x20\x09\x09\x1d\x14\xe9\x8a\x52\x5c\x0b\x5d\x11\xa5\x49\x97\ +\x5d\x44\x60\x55\x60\x11\xa4\x84\xa0\x60\x77\x75\x5d\x29\xa2\xf4\ +\x22\xbd\x08\x28\x48\xef\xbd\x93\x50\x82\x04\x48\x08\x21\x24\x24\ +\x90\x9e\x99\x39\xbf\x3f\xee\xcd\x6f\xd9\xfd\xa2\x52\x66\xe6\xde\ +\x3b\x79\x3f\xcf\x33\x0f\x2e\xab\x93\x93\x7b\xce\x3d\xef\xe7\x9e\ +\x73\xee\x39\x00\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\ +\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\ +\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\ +\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\ +\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\ +\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\ +\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\xe2\x21\x48\xbc\x04\ +\x84\x10\x42\x88\x5b\x73\x57\x02\x60\x04\x60\xb8\x2b\x87\x1d\xca\ +\xc7\x0e\x40\x50\x00\x08\x21\x84\x10\xcf\x09\x7e\x33\x00\x5f\x00\ +\xfe\xca\xc7\x0a\xc0\xa4\x04\x7f\x01\x80\x1c\x00\xb7\x01\xe4\x02\ +\x28\x54\xfe\x5e\xb8\xb2\x40\x84\x10\x42\x08\x71\x1d\x26\x25\xf0\ +\x2b\x02\x88\xfc\xec\xb3\xcf\x9a\x44\x46\x46\x8d\xf3\xf3\xb3\xee\ +\x3a\x76\xec\x58\xc6\xac\x59\xb3\xd2\x13\x13\x13\xef\x00\xb8\x01\ +\x20\x19\x40\x12\x80\x14\x00\x99\x8a\x18\x38\x28\x00\x84\x10\x42\ +\x88\xbe\xf0\x02\x50\x01\x40\x8d\xa8\xa8\xa8\x27\x66\xcc\x98\xd1\ +\xf5\xe0\xa1\x43\x8d\x6c\xc5\xc5\xff\xff\x5f\xb0\x58\xbc\x10\x12\ +\x12\x82\x2a\x55\x2a\xa7\x1e\x3b\x76\xec\xb7\x51\xa3\x46\x1d\x00\ +\x70\x12\xc0\x29\x45\x06\xb2\x21\x4f\x0d\x50\x00\x08\x21\x84\x10\ +\x1d\xe0\x0d\x20\x1c\x40\xe3\x51\xa3\x46\xb5\xad\x5e\xbd\x46\xef\ +\xe4\xe4\xab\x7f\xfa\x1f\x55\xa9\x12\x81\xc4\xc4\x0b\x3b\xa7\x4c\ +\x99\xf2\x2b\x80\xdd\x00\x4e\x03\xb8\xe5\x6c\x09\x30\xb2\x7e\x08\ +\x21\x84\x10\x97\x84\x7f\x95\x90\x90\x90\x16\x8b\x16\x2d\x1a\x72\ +\xfb\xce\x9d\x76\x59\xb7\x6e\xdd\xd7\x7f\x98\x9d\x9d\x0d\x8b\xc5\ +\x12\xf1\xe6\x9b\x83\x5b\x95\x2f\x5f\x2e\xfb\xf0\xe1\xc3\x19\xca\ +\x28\x40\x11\x9c\xb8\x26\x80\x23\x00\x84\x10\x42\x88\x0b\xc2\xff\ +\xe3\x8f\x3f\xee\x52\xae\x5c\xf9\x29\xf7\xf3\xd4\xff\x7b\x58\x2c\ +\x16\xd4\xae\x5d\xa7\x60\xc3\x86\xf5\x2d\xbe\xfb\xee\xbb\x53\x90\ +\xd7\x04\x50\x00\x08\x21\x84\x10\x2d\x86\xff\x4f\xeb\xd6\xef\x3b\ +\x71\xe2\x78\xd0\xdd\x73\xfd\x8f\x42\x9d\xba\xf5\xec\xaf\xbd\xda\ +\x25\x0c\x40\x3a\x9c\xb4\x28\xd0\xc0\xba\x22\x84\x10\x42\x9c\x13\ +\xfe\xb5\x6a\xd5\x8a\x58\xb9\x72\xd5\xc9\x23\x87\x0f\x39\x2d\xfc\ +\x01\xe0\xec\xd9\x04\xe3\x9c\x39\x73\x1e\x87\xfc\x2a\xa1\x53\x30\ +\xb1\xbe\x08\x21\x84\x90\x47\x0f\xff\x36\x6d\xda\x44\x0d\x18\xf0\ +\xc6\xe9\x93\x27\x4f\x38\xfd\xe1\xda\x6e\xb3\xc1\xcf\xcf\x7f\x03\ +\x80\x72\x70\xd2\x5a\x00\x8e\x00\x10\x42\x08\x21\x8f\x18\xfe\x03\ +\x06\x0c\x88\xee\xdd\xbb\xcf\x99\xf8\xf8\x33\x2e\xcb\xd5\x84\xb3\ +\x09\xc6\xf5\xeb\xd7\x57\x73\x56\x76\x73\x04\x80\x10\x42\x08\x79\ +\x84\xf0\x1f\x3d\x7a\x74\x8d\x9a\x35\x6b\x1d\xbf\x70\xe1\xbc\x4b\ +\x7f\x90\xdd\x66\x43\x7e\x41\xe1\x3e\xc8\xeb\x0c\x1e\x19\x8e\x00\ +\x10\x42\x08\x21\x0f\x19\xfe\x13\x27\x4e\xac\x59\xad\x5a\xf5\xe3\ +\x49\x49\x97\xdc\xf2\x03\x13\xe2\xcf\x18\xf7\x1f\x38\x34\x9a\x02\ +\x40\x08\x21\x84\xa8\x14\xfe\x33\x67\xce\xac\x1f\x12\x52\xf1\xd8\ +\xd5\xab\x57\xdc\xf6\x43\xed\x76\x3b\xae\x5f\x4f\x1d\x4f\x01\x20\ +\x84\x10\x42\x54\x08\xff\xf9\xf3\xe7\x37\x2c\x2c\x2a\xda\x97\x96\ +\x76\xdd\xed\x3f\xbc\x6c\x99\xb2\x67\x29\x00\x84\x10\x42\x88\x9b\ +\xc3\x7f\xf5\xea\xd5\x4f\x65\x64\x66\xee\xbe\x99\x9e\xee\xf6\x1f\ +\x5e\xae\x7c\x79\x9c\x3c\x79\xbc\x81\x33\xbe\x8b\x8b\x00\x09\x21\ +\x84\x90\xfb\x0c\xff\xcd\x9b\x37\xff\xe5\xf8\x89\x13\xeb\x72\xee\ +\xdc\x51\xa5\x00\x35\x6b\xd4\xba\xf1\xdc\x73\xcf\x72\x23\x20\x42\ +\x08\x21\xc4\x5d\xe1\xff\xeb\xaf\x9b\xbf\x3b\x72\xe4\xa8\x6a\xe1\ +\xef\xe7\xef\x8f\xb4\xb4\xd4\x6a\x70\xd2\x79\x00\x1c\x01\x20\x84\ +\x10\x42\xfe\x24\xfc\xb7\x6c\xd9\xfa\xd3\x81\x03\x07\x9e\x2b\x2a\ +\x2a\x54\xad\x10\xb5\x6a\xd5\xce\x6b\xdf\xae\x6d\x8e\xb3\xbe\x8f\ +\x02\x40\x08\x21\x84\xfc\x41\xf8\x6f\xde\xbc\x75\xf7\xbe\x7d\x7b\ +\x1b\xda\x6c\x36\xd5\x0a\x61\xb1\x78\x21\x20\xc0\xbf\x03\x9c\x78\ +\x1a\x20\x05\x80\x10\x42\x08\xf9\x9d\xf0\xff\xf5\xd7\xcd\x09\x7b\ +\xf7\xee\x8e\x74\x38\x1c\xaa\x16\xa4\x66\xad\x5a\xb6\x67\x9e\x7e\ +\x7a\x07\x05\x80\x10\x42\x08\x71\x71\xf8\x6f\xdc\xb8\xe9\xfa\xde\ +\xbd\x7b\x02\x85\x10\xaa\x16\xc4\xcf\xdf\x1f\xe1\x61\xe1\xbd\xe1\ +\xa4\x53\x00\x29\x00\x84\x10\x42\xc8\xef\x84\xff\xba\xf5\x1b\x32\ +\xf6\xed\xdb\xeb\xab\x76\x41\x24\x49\x42\x93\x26\xcd\x0e\x36\x69\ +\xd2\xe8\x47\x67\x7f\x37\xdf\x02\x20\x84\x10\x42\x14\xba\x77\xef\ +\xee\xb3\x6a\xf5\xea\x3b\x87\x0f\x1d\xf4\xd5\x42\x79\x1e\x7b\xac\ +\x7e\x71\x8b\x67\x9a\x37\x75\xc5\x77\x73\x04\x80\x10\x42\x08\x01\ +\x30\x65\xca\x14\x6b\x4c\x4c\xb5\xdb\x27\x8e\x1f\xd7\xc4\xc3\x71\ +\x85\x90\x10\x74\xee\xfc\x92\xc5\x55\xdf\x4f\x01\x20\x84\x10\x52\ +\xea\x59\xb8\x70\x61\x80\x80\x94\x15\x1f\x7f\x46\xd2\x42\x79\xcc\ +\x66\x33\xde\x1a\x3c\xd8\xa5\x65\xe1\x14\x00\x21\x84\x90\x52\xcd\ +\xa6\x4d\x9b\x82\x8a\x8b\x6d\xd9\x89\x17\xce\x4b\x5a\x29\xd3\xd8\ +\xb1\x63\x5d\x5e\x16\x23\xab\x9e\x10\x42\x48\x69\x65\xc3\x86\x9f\ +\x6b\xa4\xa4\x5c\xbb\x7a\xe5\xca\x65\xcd\x94\x69\xe2\xc4\x89\x6e\ +\x11\x11\x8e\x00\x10\x42\x08\x29\x95\xec\xda\xbd\xfb\x85\xab\x57\ +\xaf\x9e\x75\xe7\x71\xbe\x5a\x09\x7f\x0a\x00\x21\x84\x90\x52\xc9\ +\x9e\xbd\xfb\xfb\x9d\x38\x71\x62\x63\x6a\xea\xb5\x52\x19\xfe\x14\ +\x00\x42\x08\x21\xa5\x8e\xfd\xfb\x0f\x7c\x79\xf0\xc0\xbe\xd9\x6a\ +\x1c\xe7\xab\x95\xf0\x07\x00\x89\x4d\x81\x10\x42\x48\x69\x61\xef\ +\xbe\xfd\xb3\xf6\xee\xdd\xd3\x5f\xad\x13\xfd\xb4\x12\xfe\x14\x00\ +\x42\x08\x21\xa5\x27\xfc\xf7\xee\x5d\xbb\x6b\xd7\xee\x8e\xf9\xf9\ +\x79\xa5\x3e\xfc\x4b\xad\x00\xbc\xf5\xd6\x5b\xc6\xb2\x65\xcb\x36\ +\x32\x18\x0c\xcf\x1b\x0c\x86\x56\x00\x82\x01\xd8\x00\xdc\x06\x90\ +\x05\x60\x61\x5c\x5c\xdc\x4a\xc8\x6f\x49\xd8\x79\xdb\x10\x42\x88\ +\xbe\xd9\xb5\x6b\xcf\x9e\x5d\xbb\x76\x3e\xa5\xe6\x71\xbe\x5a\x0a\ +\xff\x52\x25\x00\xbd\x7a\xf5\x32\x44\x47\x47\xf7\x12\x42\xbc\x24\ +\x49\x52\x6b\x49\x92\xca\xfe\xd1\xbf\x2f\x84\xb8\x61\xb7\xdb\x97\ +\x0a\x21\xa6\x4d\x9e\x3c\x39\x9e\xb7\x0f\x21\x84\xe8\x93\xed\x3b\ +\x76\xc6\xef\xde\xb5\xb3\x96\x9a\xc7\xf9\x6a\x2d\xfc\x4b\x8d\x00\ +\x8c\x1c\x39\xd2\x6a\xb5\x5a\x67\x49\x92\xd4\xf5\x61\xfe\x7b\x21\ +\xc4\x8a\xb8\xb8\xb8\x57\x79\x1b\x11\x42\x88\xbe\xd8\xb2\x65\x5b\ +\xf2\x9e\x3d\xbb\xc2\xd4\x3e\xce\x57\x6b\xe1\x5f\x2a\x04\x60\xdc\ +\xb8\x71\xe1\x46\xa3\x71\xb5\x24\x49\x0d\x1f\xe5\x7b\x84\x10\x27\ +\xe3\xe2\xe2\x1e\xe7\xed\x44\x08\x21\xfa\x60\xe3\xa6\x5f\x33\xf7\ +\xef\xdb\x5b\x56\xed\xe3\x7c\xb5\x18\xfe\x1e\x2f\x00\x13\x26\x4c\ +\x68\x28\x49\xd2\x6a\x49\x92\xc2\x9d\xf1\x7d\x42\x88\x6b\x71\x71\ +\x71\x61\xbc\xad\x08\x21\x44\xdb\xac\x5f\xff\x73\xce\xa1\x43\x07\ +\xac\x5a\x2a\x93\x96\xc2\xdf\xa3\x05\x60\xfc\xf8\xf1\x21\x06\x83\ +\xe1\x9c\x24\x49\x81\xce\xfc\x5e\x21\xc4\x9d\xb8\xb8\xb8\x00\xde\ +\x5e\x84\x10\xa2\x4d\x56\xad\x5e\x53\x74\xe2\xf8\x31\x33\xc3\xff\ +\x8f\xf1\xd8\x8d\x80\x0c\x06\xc3\xc7\xce\x0e\x7f\x00\x90\x24\xc9\ +\x3f\x36\x36\xb6\x98\xb7\x18\x21\x84\x68\x8f\xa5\xcb\x96\xdb\x19\ +\xfe\xa5\x5c\x00\x00\xf4\x71\xd5\x17\x4b\x92\x64\x9a\x38\x71\xa2\ +\xe0\xad\x46\x08\x21\xda\x61\xe1\xc2\x45\x8e\xf8\x33\xa7\x35\x95\ +\x6b\x5a\x0d\x7f\x8f\x15\x80\xd8\xd8\xd8\xfd\x92\x24\x19\xdc\x50\ +\xb1\x94\x00\x42\x08\xd1\x00\x73\xe6\xcc\x75\x5c\xd0\xd0\x71\xbe\ +\x5a\x0f\x7f\x8f\x15\x00\x49\x92\x9a\xba\xb1\x82\x29\x01\x84\x10\ +\xa2\x22\x3f\xfc\x30\x4b\x24\x25\x5d\x62\xf8\x97\x76\x01\x88\x8d\ +\x8d\x1d\xaf\x42\x45\x53\x02\x08\x21\x44\x05\x66\xcc\xf8\x4e\x68\ +\xe9\x38\x5f\xbd\x84\xbf\xa7\x8e\x00\xa8\xf2\x9a\x5e\x6c\x6c\xac\ +\x83\xb7\x22\x21\x84\xb8\x8f\x7f\x7f\xfb\xad\xd0\xd2\x71\xbe\x7a\ +\x0a\x7f\x4f\x15\x80\x70\x35\x7e\xa8\x24\x49\x12\x25\x80\x10\x42\ +\xdc\xc3\x57\x5f\x7f\x2d\xb4\x74\x9c\xaf\xde\xc2\xdf\x53\x05\xa0\ +\xb2\x5a\x3f\x98\x12\x40\x08\x21\xae\xe7\xf3\x2f\xbe\x10\x59\xb7\ +\x6e\x31\xfc\x1f\x35\xb3\x3c\xb1\x71\xa8\x3d\x27\x2f\x84\xb0\xc7\ +\xc5\xc5\x99\x78\x9b\x12\x42\x88\x73\xf9\xe4\x93\x4f\x85\x96\x8e\ +\xf3\xd5\x6b\xf8\x7b\xea\x08\x80\xfa\x56\x25\x49\xc6\xd8\xd8\x58\ +\x1b\xaf\x04\x21\x84\x38\x8f\x29\x53\x3e\x62\xf8\x53\x00\xfe\xf4\ +\x09\x3c\x43\x23\x12\xc0\x1d\x03\x09\x21\xc4\x09\x7c\xf8\xe1\x87\ +\xa2\xa8\xa8\x90\xe1\x4f\x01\xf8\x53\xbe\xd0\xc8\x48\x80\x29\x36\ +\x36\xb6\x88\xb7\x2e\x21\x84\x3c\x3c\x93\x26\x4d\x12\x36\x9b\xb6\ +\x06\x55\xf5\x1e\xfe\x80\x07\x1f\x06\x14\x1b\x1b\x9b\x26\x49\x52\ +\x05\x2d\x94\x45\x08\x51\x14\x17\x17\xe7\xc5\xdb\x98\x10\x42\x1e\ +\x8c\xb8\xb8\x38\xa1\xa5\xe3\x7c\x3d\x25\xfc\x3d\x79\x04\x00\x42\ +\x88\xcf\x35\x63\x59\x92\x64\x89\x8d\x8d\x2d\xe4\xad\x4c\x08\x21\ +\x0f\x14\xb4\x0c\x7f\x8e\x00\x3c\xf4\x28\xc0\x29\x49\x92\xea\x6a\ +\x48\x4a\xf2\xe3\xe2\xe2\x7c\x79\x5b\x13\x42\xc8\x9f\x87\xbf\x06\ +\xcb\xe4\x51\x99\xe9\xd1\x6f\x01\xc4\xc5\xc5\xd5\x73\x38\x1c\x0b\ +\x34\x34\x12\xe0\x13\x1b\x1b\x9b\xcb\x5b\x9b\x10\x42\x18\xfe\x14\ +\x00\x17\x33\x69\xd2\xa4\xde\x76\xbb\x7d\xa8\x10\x42\x13\x2b\x48\ +\x24\x49\xf2\x8d\x8d\x8d\xcd\xe1\x2d\x4e\x08\x21\x0c\x7f\x55\xf3\ +\xa8\xb4\x34\xaa\xf7\xdf\x7f\xff\x2f\x26\x93\x69\x89\xc1\x60\x08\ +\xd6\x42\x79\x84\x10\xb7\xe3\xe2\xe2\x02\x79\xbb\x13\x42\x08\xc3\ +\x9f\x02\xe0\x62\x86\x0f\x1f\x5e\xd5\xd7\xd7\x77\x8d\xc9\x64\xd2\ +\xc4\xba\x00\x21\x44\x76\x5c\x5c\x5c\x19\xde\xf6\x84\x10\x86\x3f\ +\xc3\x9f\x02\xe0\x62\x7a\xf6\xec\x19\x58\xb9\x72\xe5\xef\x7c\x7c\ +\x7c\xba\x6a\x44\x02\xb2\xe2\xe2\xe2\xca\xf2\xf6\x27\x84\x30\xfc\ +\x19\xfe\x14\x00\xd7\xe3\x3d\x72\xe4\xc8\x6f\xfd\xfc\xfc\x06\x68\ +\x44\x02\x6e\xc6\xc5\xc5\x95\x67\x37\x40\x08\x61\xf8\x33\xfc\xdd\ +\x45\x69\x3d\x0b\xa0\xe0\xf3\xcf\x3f\x1f\x92\x9b\x9b\x3b\x5b\x13\ +\x16\x26\x49\xe5\x62\x63\x63\x6f\xb0\x2b\x20\x84\x30\xfc\x19\xfe\ +\x1c\x01\x70\xd3\x48\xc0\x3f\xfe\xf1\x8f\xe9\x56\xab\xb5\xaf\x46\ +\x46\x02\x6e\xc4\xc5\xc5\x85\xb0\x5b\x20\x84\x30\xfc\x19\xfe\x1c\ +\x01\x70\xf1\x48\xc0\x67\x9f\x7d\xf6\x66\x6e\x6e\xee\x3c\x8d\x8c\ +\x04\x54\x88\x8d\x8d\x4d\x61\xd7\x40\x08\x61\xf8\x33\xfc\x29\x00\ +\xee\x91\x80\x41\x79\x79\x79\x9a\xd8\x30\x48\x92\xa4\xd0\xd8\xd8\ +\xd8\x2b\xac\x16\x42\x08\xc3\x9f\xe1\x4f\x01\x70\x83\x04\xac\x5f\ +\xbf\xfe\x6f\xf9\xf9\xf9\xcb\x35\x22\x01\x95\x63\x63\x63\x2f\xb3\ +\x5a\x08\x21\x0c\x7f\x86\xbf\xab\x30\xb2\x49\xca\xa4\xa7\xa7\xdb\ +\xb2\xb2\xb2\xd6\x55\xad\x5a\xb5\x86\xd9\x6c\xae\xad\x01\x09\x08\ +\x6c\xd9\xb2\x65\xaf\x1d\x3b\x76\x7c\xc3\xda\x21\x84\x30\xfc\x19\ +\xfe\x14\x00\xf7\x48\x40\x2d\xb3\xd9\x5c\x4b\x03\x12\x10\xd4\xb2\ +\x65\xcb\xd7\x29\x01\x84\x10\x86\x3f\xc3\x9f\x02\xe0\x1e\x09\xf8\ +\x29\x3a\x3a\xba\x8e\xc9\x64\xaa\xa9\x01\x09\x08\x6e\xd9\xb2\x65\ +\x8f\x1d\x3b\x76\xfc\x9b\xb5\x43\x08\x61\xf8\x33\xfc\x9d\x96\x2f\ +\xbc\x04\xf7\xa6\x4e\x9d\x3a\x3e\x1d\x3b\x76\x5c\xec\xed\xed\xfd\ +\x92\x16\xca\x23\x84\x38\x67\xb3\xd9\x5a\x4f\x9e\x3c\x39\x8d\xb5\ +\x43\x08\xd1\x32\x1b\x37\x6d\x4e\xdf\xb7\x77\x77\x90\x46\x85\x84\ +\xb9\x47\x01\xf8\x3f\x18\x00\x98\xef\xfa\x58\xa2\xa3\xa3\x03\xbb\ +\x74\xe9\xf2\x9d\xaf\xaf\x6f\x4b\x2d\x14\xd0\x6e\xb7\x9f\x3b\x72\ +\xe4\xc8\xc0\x0d\x1b\x36\x64\xb1\xba\x08\x21\x5a\x64\xf3\xe6\x2d\ +\xf3\xf6\xee\xdd\xf3\x84\xc3\xe1\xd0\x64\xf9\x2a\x54\x08\xc1\x5b\ +\x6f\x0d\x66\xf6\x51\x00\x60\x04\x60\x05\x10\x00\x20\x08\x40\xb0\ +\xf2\x29\xa7\xfc\xe9\x1f\x10\x10\xe0\xdf\xaf\x5f\xbf\x0e\x41\x41\ +\x41\x55\xb4\x50\xe0\x82\x82\x82\x8c\x9f\x7e\xfa\x69\xc3\x99\x33\ +\x67\x0a\xd9\x7c\x09\x21\x5a\x62\xea\xd4\xa9\x95\x32\x33\x33\xdb\ +\xdb\x6c\x36\x4d\x96\xaf\x7c\x85\x0a\x28\x2a\x2c\x6c\xf1\xee\xbb\ +\xef\x5e\x02\x90\x0d\x20\x0f\x80\x9d\x02\x50\xba\x7e\x67\x6f\x00\ +\x65\x00\x84\x01\xa8\x06\xa0\x06\x80\x70\x00\xe5\x01\x94\x05\x10\ +\xa8\x48\x81\x2f\x00\x93\x8f\x8f\x8f\xd4\xaf\x5f\x3f\xff\x90\x90\ +\x10\x93\x16\x7e\x81\x9c\x9c\x1c\xfb\x8a\x15\x2b\x72\x2f\x5d\xba\ +\x24\x40\x08\x21\x1a\xe0\xed\xb7\xdf\x36\x56\xaa\x14\xea\x57\x50\ +\x90\xaf\xcd\xf0\x2f\x5f\x01\x3b\x77\xee\xf8\x79\xc9\x92\x25\xd7\ +\x00\x5c\x05\x70\x0e\xc0\x05\x00\xd7\x00\xdc\x02\x50\x08\xa0\x54\ +\xf5\xa9\xa5\x49\x00\x0c\x4a\xf0\x57\x02\x50\x13\x40\x1d\x00\xb5\ +\x15\x01\x08\x55\x02\xdf\x0b\xf2\xf0\xbf\x41\x19\x1d\xf8\xff\xd7\ +\xc7\xdb\xdb\x1b\xfd\xfb\xf7\x47\x48\x88\x36\x76\xea\xcd\xce\xce\ +\xc6\xd2\xa5\x4b\x91\x92\xc2\x8d\x03\x09\x21\xea\xd2\xad\x5b\x37\ +\x34\x6d\xda\x14\xb7\x6f\xdf\xd6\x64\xf9\x82\x83\x83\xb1\x6d\xdb\ +\xb6\xe2\x95\x2b\x57\x16\x29\x41\x7f\x1b\x40\x8a\x22\x00\xf1\x00\ +\xce\x00\x38\x0b\xe0\x3a\x80\x02\x00\x8e\xd2\x50\x6f\xa5\xe1\x2d\ +\x00\x09\xf2\x30\x7f\x55\x00\x4f\x01\x68\x0f\xe0\x65\x00\xad\x01\ +\xd4\x07\x10\x09\x79\xf8\xdf\x17\x80\x45\xb9\x26\x86\xff\x95\x23\ +\x9b\xcd\x86\x73\xe7\xce\xa1\x5a\xb5\x6a\xb0\x5a\xad\xaa\xff\x52\ +\xde\xde\xde\x88\x89\x89\xc1\x95\x2b\x57\x70\xe7\xce\x1d\xf6\x40\ +\x84\x10\x55\x68\xd3\xa6\x0d\x9e\x7b\xee\x39\x64\x65\x69\x73\x69\ +\x52\x70\x70\x30\xb6\x6e\xdd\x8a\x55\xab\x56\x19\x95\x3e\xde\x47\ +\x79\xe0\xab\x08\x20\x4a\x79\x20\xac\xae\x3c\x1c\xfa\x42\x9e\x12\ +\xc8\x07\x60\xf3\xf4\xba\xf3\x64\x01\x90\x94\xa7\xf9\x0a\x00\x9a\ +\x01\xe8\x02\xa0\x33\x80\x67\x20\x0f\xf9\x87\x28\x95\x6d\xba\xdf\ +\x91\x90\xa2\xa2\x22\x5c\xb8\x70\x01\x31\x31\x31\xf0\xf5\xf5\xd5\ +\x84\x04\x44\x47\x47\x23\x29\x29\x09\x39\x39\x39\xec\x89\x08\x21\ +\x6e\xe5\x89\x27\x9e\x40\x9f\xbe\x7d\x71\x23\x4d\x9b\x2f\x27\x05\ +\x05\x05\x63\xfb\xf6\x6d\x58\xb5\x6a\xd5\xbd\xf2\xc1\xa4\xc8\x40\ +\x19\xc8\xa3\xc0\xd1\x8a\x08\x84\x40\x9e\x0a\xc8\x85\x87\x4f\x0b\ +\x78\xaa\x00\x18\x00\xf8\x41\x1e\xe2\xef\x00\xe0\x35\x00\xcf\x42\ +\x1e\xee\x0f\x82\x3c\x15\x60\xc0\x43\x4c\x81\x14\x14\x14\xe0\xfc\ +\xf9\xf3\x9a\x92\x80\xaa\x55\xab\x22\x31\x31\x11\xf9\xf9\xf9\x20\ +\x84\x10\x77\x10\x1a\x1a\x8a\xf1\x13\x26\xe0\xca\x65\x6d\xee\x5a\ +\x1e\x14\x14\x84\xed\xdb\xb7\x63\xe5\xca\x95\x7f\xf6\xa0\x68\x50\ +\x46\x06\xfc\xef\x1a\x15\xa8\x0c\x79\xe4\x38\x0f\x40\x8e\x32\x1a\ +\xe0\x71\x22\xe0\x89\x02\x60\x82\xbc\x8a\xff\x49\x00\xdd\x00\x74\ +\x02\xf0\x38\xe4\x55\xfd\x5e\x70\xc2\xf9\x07\x5a\x93\x00\x1f\x1f\ +\x1f\x54\xab\x56\x8d\x12\x40\x08\x71\x0b\x56\xab\x15\x5f\xff\xeb\ +\x5f\xf8\xed\xe2\x45\xcd\x86\xff\xce\x9d\x3b\xb1\x62\xc5\x8a\x07\ +\x7d\x70\x34\x2b\x22\x10\x0a\x79\x7a\x38\x18\xf2\x9a\x80\xdb\xca\ +\x9f\x1e\x25\x01\x9e\x26\x00\x16\xc5\xdc\xda\x00\xe8\x09\x79\x9e\ +\xbf\x32\xe4\xa1\x7e\xa7\x1e\x7c\x54\x50\x50\x80\xc4\xc4\x44\x4d\ +\x49\x40\x4c\x4c\x0c\x25\x80\x10\xe2\x72\x56\xad\x5a\x85\x33\xa7\ +\x4f\x6b\xb2\x6c\x65\xcb\x06\x61\xd7\xae\x9d\x58\xbe\xfc\xa1\xcf\ +\x76\x33\x28\x0f\x8b\x65\x01\x54\x81\xbc\x36\x40\x00\xc8\x84\x3c\ +\x2d\xe0\x31\x0b\x04\x3d\x45\x00\x24\xa5\xc2\xa2\x94\x27\xfe\x1e\ +\x00\x1a\x2b\xf6\x66\x86\x8b\xde\x76\xc8\xcf\xcf\xc7\xa5\x4b\x97\ +\x50\xad\x5a\x35\xf8\xf8\xf8\xa8\x7e\x11\x7c\x7d\x7d\x11\x15\x15\ +\x85\xb3\x67\xcf\xa2\xa8\xa8\x88\xbd\x14\x21\xc4\xe9\xcc\x9d\x3b\ +\x17\xf1\xf1\xf1\x9a\x0d\xff\x3d\x7b\x76\x63\xd9\xb2\x65\xce\xc8\ +\x14\x13\xe4\x69\x80\x4a\xca\xc7\x0e\x20\x1d\xf2\x94\x80\x47\xec\ +\x1d\xe0\x09\x02\x20\x29\x4f\xfe\x55\xf1\x9f\xf9\xfe\xc7\x20\x0f\ +\xe3\xb8\xfc\xb8\xe3\xbc\xbc\x3c\x24\x25\x25\x21\x26\x26\x46\x13\ +\x12\x60\xb5\x5a\x11\x13\x13\x83\xf8\xf8\x78\x14\x17\x17\xb3\xb7\ +\x22\x84\x38\x8d\x2f\xbe\xf8\x02\xe9\xe9\xe9\x10\x42\x7b\x23\xe1\ +\x81\x81\x81\x38\x72\xe4\x08\x16\x2f\x5e\xec\xcc\xaf\x2d\x79\x7d\ +\x3c\x18\xf2\x3e\x31\xc5\x00\x6e\x02\xb8\xe3\x09\x12\xa0\x77\x01\ +\xb8\x3b\xfc\x3b\x02\xe8\x0a\xa0\x2e\xe4\x21\x7f\xb7\xed\x71\x90\ +\x9b\x9b\xab\x49\x09\x38\x7d\xfa\x34\xb4\xba\x23\x17\x21\x44\x5f\ +\x4c\x9c\x38\x11\x0e\x87\x03\x76\xbb\xf6\x72\x2f\x30\x30\x10\x47\ +\x8f\x1e\xc5\xfc\xf9\xf3\x5d\x99\x33\x25\x12\x50\x04\xe0\x86\x27\ +\x8c\x04\xe8\x5d\x00\x2c\x90\x17\x6a\xb4\x53\x9e\xfc\xeb\xb9\x3b\ +\xfc\xef\x96\x80\xcb\x97\x2f\x23\x26\x26\x06\xde\xde\xde\xaa\x5f\ +\x18\x3f\x3f\x3f\x44\x47\x47\xe3\xd4\xa9\x53\x9a\xbc\x61\x09\x21\ +\xfa\x61\xe8\xd0\xa1\x08\x0a\x0a\xd6\xe4\xd4\x62\x40\x40\x20\x8e\ +\x1f\x3f\xe6\xaa\xf0\xff\x5f\x09\x08\x82\xbc\x36\x20\x1f\xff\x99\ +\x0e\xd0\xed\x9a\x00\x3d\x0b\x80\x09\xf2\xbc\xcc\x0b\x00\xba\x43\ +\xde\xd4\x47\xd5\xc7\xef\x9c\x9c\x1c\x24\x27\x27\x23\x26\x26\x06\ +\x5e\x5e\x5e\xaa\x5f\x20\x7f\x7f\x7f\x4a\x00\x21\xe4\x91\xe8\xd6\ +\xad\x1b\xea\xd5\xab\x87\xdc\xdc\x5c\xcd\x86\xff\xbc\x79\xf3\xdc\ +\xf9\xd0\x19\x04\x79\x23\xa1\x6c\xc8\x3b\x07\xe6\x41\xa7\x6f\x07\ +\xe8\x55\x00\x0c\x90\x37\x6f\x68\x0e\xf9\x55\xbf\x26\x90\x17\x6b\ +\xa8\xce\xed\xdb\xb7\x35\x27\x01\x55\xab\x56\xc5\x89\x13\x27\x34\ +\x39\x6f\x47\x08\xd1\x2e\x5a\xde\xe5\x2f\x20\x20\x00\x27\x4f\x9e\ +\xc4\xdc\xb9\x73\xdd\xfd\xa3\x2d\xca\x28\x80\x59\x11\x80\x1b\x90\ +\x37\x0c\xa2\x00\xb8\x01\x09\xf2\x30\x7f\x1d\xc8\xbb\xfb\xb5\x56\ +\x8c\x4c\x33\xe7\x1a\x68\x4d\x02\x02\x02\x02\x10\x15\x15\x85\x63\ +\xc7\x8e\xb1\x47\x23\x84\xdc\x17\x5a\xde\xe5\xcf\xdf\x3f\x00\xa7\ +\x4f\x9f\xc2\x9c\x39\x73\xd4\x2a\x82\x17\xe4\x43\xe3\x8a\x00\x24\ +\x43\x7e\x45\x50\x77\xc3\xac\x7a\x14\x00\x13\xe4\x77\xfb\xdb\x41\ +\x7e\xe5\xaf\x32\xdc\xb0\xda\xff\x61\x24\xe0\xda\xb5\x6b\x9a\x91\ +\x80\xc0\xc0\x40\x44\x45\x45\xe1\xf8\xf1\xe3\xec\xd9\x08\x21\x7f\ +\x88\x96\x77\xf9\xf3\xf7\x0f\xc0\x99\x33\xa7\x31\x7b\xf6\x6c\xb5\ +\x1f\x44\xad\xca\xc3\x68\x26\xe4\xd3\x05\x75\xb7\x1e\x40\x6f\x02\ +\x60\x50\xac\xab\x19\x80\x57\x21\xef\xf0\x67\xd1\x6a\x61\xb3\xb3\ +\xb3\x91\x9a\x9a\x8a\xe8\xe8\x68\x4d\x48\x40\x99\x32\x65\x10\x19\ +\x19\x49\x09\x20\x84\xfc\x2e\x5a\xde\xe5\xcf\x6a\xf5\xc3\xc5\x8b\ +\x89\x98\x39\x73\xa6\x56\xf2\xc8\x5f\xf9\xe7\xab\x90\xa7\x03\x74\ +\x35\x15\xa0\x37\x01\xf0\x82\xbc\x9f\x7f\x67\x00\x7f\x51\x64\x40\ +\xd3\x64\x65\x65\x21\x3d\x3d\x1d\xd1\xd1\xd1\xb0\x58\xd4\x77\x95\ +\x32\x65\xca\x20\x3c\x3c\x1c\x27\x4f\x9e\x64\x4f\x47\x08\xf9\x3f\ +\x68\x75\x97\x3f\xab\xd5\x0f\x97\x2e\xfd\x86\x69\xd3\xa6\x69\xa9\ +\x58\x66\x65\x24\xe0\x36\x80\x4b\x00\xb2\xa0\xa3\xa9\x00\x3d\x09\ +\x40\xc9\xc2\xbf\x16\x90\xe7\xfe\xa3\xa0\xc1\xa1\xff\x7b\x91\x99\ +\x99\xa9\x29\x09\x08\x0a\x0a\x42\x58\x58\x18\x4e\x9d\x3a\xc5\xde\ +\x8e\x10\xf2\xff\xd1\xea\x2e\x7f\x25\xe1\x3f\x75\xea\x54\x2d\x5e\ +\x36\x5f\x25\x4b\x93\x00\x5c\xd1\xd3\x28\x80\x9e\x04\xc0\x02\xf9\ +\xb8\xc6\x97\x20\x1f\xe9\xeb\xab\xa7\x1b\x4b\x6b\x12\x10\x1c\x1c\ +\x8c\xd0\xd0\x50\x4a\x00\x21\x04\x00\xf0\xe5\x97\x5f\x6a\x72\x97\ +\x3f\xab\xd5\x8a\xa4\xa4\x24\xad\x86\x7f\xc9\xc3\xa9\x0f\xe4\x1d\ +\x02\x2f\x28\xa3\x00\xba\x58\x0b\x20\xe9\xa4\x6d\x1a\x20\xbf\x76\ +\xd1\x0e\xc0\xbb\x90\xb7\xfa\x75\xb5\xbc\x08\xa5\x12\x8b\x20\x6f\ +\xff\xe8\x94\x0a\xad\x5d\xbb\xb6\xa1\x63\xc7\x8e\x7e\x3e\x3e\x3e\ +\x9a\x18\xbd\x38\x7b\xf6\x6c\xfe\x8f\x3f\xfe\xa8\xcb\x57\x58\x08\ +\x21\xce\xe1\x83\x0f\x3e\x30\x4b\x92\x64\xd5\xda\xce\xa1\x56\xab\ +\x15\xc9\xc9\xc9\x77\xbe\xfe\xfa\xeb\x07\x1d\x56\x2f\x39\xd9\xcf\ +\x82\x87\x3c\xfa\xfd\x01\x29\x06\x70\x10\xc0\x97\x00\xb6\x42\xde\ +\x23\x40\xf3\xef\x5d\x9b\x74\x24\x00\xc1\x90\x17\xfd\x45\xb8\x38\ +\xfc\x05\xe4\x8d\x1d\x6e\x42\x7e\xbf\x33\x5d\xa9\xcc\x42\x67\x54\ +\x68\x7c\x7c\x3c\xac\x56\xab\xdf\xf3\xcf\x3f\xdf\xd6\x62\xb1\xf8\ +\xa9\x7d\x61\x6b\xd4\xa8\xe1\xd3\xb7\x6f\xdf\x13\x73\xe7\xce\x4d\ +\x60\x37\x48\x48\xe9\x63\xe2\xc4\x89\xc1\x66\xb3\xa5\x53\x41\x81\ +\xb6\x4e\x11\xf5\xf5\xb5\x22\x2f\x2f\x6f\xf5\xd7\x5f\x7f\x7d\xeb\ +\x21\x1e\x6c\x2d\x90\xd7\x88\x95\x07\x50\x41\xf9\xd3\x07\xae\x9b\ +\x36\x36\x01\x88\x51\x1e\x4e\x8f\x41\x7e\x23\x40\xf3\xfb\xb0\xeb\ +\x65\x04\xc0\x17\xf2\xca\xff\xd1\x90\xd7\x00\xb8\x62\x49\xbd\x80\ +\xbc\xbd\xe3\x35\x00\xf1\x00\x8e\x00\x48\x04\x90\x01\xf9\xe0\x07\ +\xa7\x9e\xac\xf3\xd2\x4b\x2f\x85\x3e\xf6\xd8\x63\xd3\x8d\x46\x63\ +\x45\xb5\x2f\xae\x10\x42\xdc\xbe\x7d\xfb\xb3\x7f\xfe\xf3\x9f\xcb\ +\x41\x08\x29\x35\x4c\x9d\x3a\x35\xbc\xa0\xa0\x60\xe5\xed\xdb\xb7\ +\x35\x17\xfe\x35\x6a\x54\xef\xf9\xd2\x4b\x2f\x25\x3e\xe4\x57\x98\ +\x01\xf8\x29\x0f\x8e\xd1\x00\x1a\x40\xde\x3b\x26\x5c\x11\x01\x57\ +\x64\x5f\x01\x80\x9f\x01\x7c\x0e\xe0\xa8\xf2\xbf\x29\x00\x4e\xa0\ +\x02\x80\x57\x00\x8c\x52\x46\x00\x9c\x6d\x71\x0e\xc8\xf3\x36\xc7\ +\x00\x6c\x87\x3c\x94\x53\x12\xfe\xc5\x90\x57\x75\x3a\x7d\x38\xe7\ +\xdd\x77\xdf\x8d\xf2\xf7\xf7\xdf\x6c\x30\x18\xc2\xb5\x20\x01\x0e\ +\x87\xe3\xef\x1f\x7c\xf0\xc1\x77\xec\x16\x09\xf1\x7c\xb6\x6d\xdb\ +\x16\x7a\xfa\xf4\xe9\x4b\x19\x19\x19\x1a\x0b\x7f\x5f\x3c\xd3\xa2\ +\xc5\x82\x27\x9b\x35\x7b\xe3\x11\xb3\xcd\xa8\x88\x40\x59\xe5\xe9\ +\xbc\x31\xe4\x8d\xe3\x1a\x28\x7f\xe7\x8a\x1c\x39\x07\x60\x32\x80\ +\x0d\x00\x6e\x69\xbd\x0d\xe8\x45\x00\xea\x00\x18\x02\xa0\x27\xe4\ +\x3d\x98\x25\x27\x57\xda\x4d\x00\xbb\x01\xac\x02\xb0\x1f\xff\xbd\ +\xbf\xb3\x4b\xe7\x71\xc6\x8c\x19\x53\xd5\x62\xb1\xec\x90\x24\x49\ +\x0b\x12\xe0\x10\x42\x0c\x98\x34\x69\xd2\x5c\x10\x42\x3c\x96\x0d\ +\x1b\x36\x94\x4d\x4e\x49\xc9\xbc\x96\x92\xa2\x99\x32\x4d\x9c\x38\ +\xd1\x15\x79\x24\x29\x1f\x1f\x00\x15\x21\x6f\x1b\xff\x0a\xe4\x85\ +\xe4\xe5\xe0\xdc\xe9\x64\xa1\x84\xfe\x34\x00\xb3\x00\xfc\xa6\xf5\ +\x76\xa0\x97\xb7\x00\x1e\x87\xbc\xfa\xbf\x2a\x9c\xbb\x6e\xc1\x01\ +\x79\x17\xa7\x1d\x00\x16\x29\x7f\x5e\x83\x3c\x74\xe3\x96\x05\x1c\ +\xbb\x77\xef\xbe\xf5\xd4\x53\x4f\xad\x35\x1a\x8d\x5d\x24\x49\x0a\ +\x50\xd5\x06\x25\x49\x02\xd0\xb1\x65\xcb\x96\x97\x76\xec\xd8\xc1\ +\x8d\x02\x08\xf1\x40\xa6\x4c\x99\x62\x35\x99\x2d\x59\x57\x2e\x5f\ +\xd6\xcc\x03\xa0\x8b\xc2\xff\xee\x60\x2e\x86\x3c\x95\x9b\x06\x79\ +\xb4\x37\x00\x40\x08\x9c\x3b\x1d\x50\xf2\x3d\xd9\x00\x4e\x40\xde\ +\x22\x58\xd3\x18\x74\xd2\x66\xc3\x15\x7b\x73\xb6\xad\xe5\x02\x38\ +\x0c\x60\xb9\x32\x02\x90\x0e\x15\x16\x6e\x7c\xf4\xd1\x47\x17\x8b\ +\x8b\x8b\x9f\x13\x42\x5c\x57\xfb\x42\x4b\x92\x64\x94\x24\x69\xf6\ +\x84\x09\x13\x7a\xb2\xab\x24\xc4\xb3\xe8\xde\xbd\xbb\x4f\x74\x74\ +\xb5\xdb\xbf\x5d\x4c\x2c\x2d\xe1\x7f\x37\x36\xc8\xa3\xbd\x7b\x94\ +\x3e\xff\x88\x92\x01\xce\x7c\xd8\x2b\xd9\xaa\x3e\x54\x0f\xed\x41\ +\x2f\x02\x50\x59\x31\x36\x67\x96\xd7\x0e\x79\xfb\xc6\x2d\x90\x87\ +\xfd\x33\xa0\xe2\x0e\x4e\x53\xa6\x4c\x39\x5b\x5c\x5c\xdc\x5a\x08\ +\xa1\xfa\xc9\x1b\x8a\x04\xcc\x99\x30\x61\x42\x67\x76\x99\x84\x78\ +\x0c\xde\x3d\x7a\xf6\xcc\x4e\x48\x38\xa3\x99\x7e\xdf\x8d\xe1\x7f\ +\x77\xbf\x9f\xa1\xf4\xf9\x9b\x95\x0c\x70\x66\xbf\x5f\xb2\x61\x5d\ +\x25\x0a\x80\xf3\x88\x82\xfc\x26\x80\xb3\x1a\x4b\xc9\xd3\xff\x71\ +\x00\xfb\x20\x0f\x0b\xa9\xbe\x7d\xe3\x94\x29\x53\xce\xda\x6c\xb6\ +\x67\x85\x10\x37\x34\x20\x01\x66\x49\x92\x7e\x9c\x30\x61\xc2\x4b\ +\xec\x37\x09\xd1\x7f\xf8\x6f\xdc\xb8\xe9\xda\xb1\xa3\x47\xcd\xa5\ +\x38\xfc\xef\x96\x80\x1b\x8a\x04\x1c\x77\xf2\x28\x40\xc9\x69\xb5\ +\x1c\x01\x70\x22\xd1\x90\x5f\xfd\x73\x56\x83\x71\x00\x48\x81\xbc\ +\xda\xff\x22\x34\xb4\x75\xe3\xe4\xc9\x93\xe3\x15\x09\x48\xd7\x80\ +\x04\x58\x24\x49\x5a\x3a\x61\xc2\x84\x8e\xec\x3f\x09\xd1\x6f\xf8\ +\x6f\xde\xbc\x65\xcf\x81\x03\xfb\xcb\x32\xfc\xff\x3f\x85\x4a\xdf\ +\x7f\x10\xf2\xba\x2f\x67\xed\xdc\x27\x01\xf0\x86\xfc\xb6\x1a\x05\ +\xc0\x49\x54\x86\x73\x4f\xfd\x2b\x86\xbc\x67\x73\x3c\x34\xb8\x63\ +\xd3\xe4\xc9\x93\xcf\xd8\x6c\xb6\x17\x85\x10\x99\x1a\x92\x80\xe7\ +\xd9\x8f\x12\xa2\xbf\xf0\xdf\xb2\x75\xeb\x9a\xfd\xfb\xf7\x35\x70\ +\x38\xb4\xb1\x3b\xad\x06\xc2\x1f\x4a\x9f\x9f\x0d\x20\x41\xc9\x02\ +\x67\xad\xfd\x2a\xd9\x84\x88\x02\xe0\x44\xca\xc0\x79\x0b\x00\x85\ +\x62\x7f\x69\x90\x87\x81\x8a\xb4\xf8\x0b\x4f\x9e\x3c\xf9\x98\xdd\ +\x6e\x7f\x5e\x08\xa1\xfa\xbb\xa4\x92\x24\x79\x4b\x92\xb4\x66\xc2\ +\x84\x09\x7f\x61\x7f\x4a\x88\x7e\xc2\x7f\xdd\xba\x75\x43\x0e\x1d\ +\x3c\xf4\x82\x56\xb6\xf8\xd5\x48\xf8\xdf\xfd\x20\x98\xae\x64\x81\ +\x33\x47\x81\x4d\x90\x77\x1e\xa4\x00\x38\x09\x67\x0e\xff\x43\x09\ +\xfd\x6c\xc8\x3b\xff\x69\x76\xbf\xe6\x0f\x3f\xfc\xf0\xa8\x22\x01\ +\x59\x1a\x90\x00\x1f\x49\x92\x7e\x1a\x3f\x7e\x7c\x6b\xf6\xab\x84\ +\x68\x3f\xfc\xd7\xaf\x5f\xff\x4c\x42\xc2\xd9\xcf\xb5\xb2\xc5\xaf\ +\xc6\xc2\x1f\x90\x87\xfd\x73\x21\xbf\x16\xe8\x94\xad\xde\xef\x12\ +\x80\x40\x3d\x34\x12\x3d\x09\x80\xb3\xdf\x00\x28\x84\x3c\xec\xa3\ +\xe9\x03\x1b\x3e\xfc\xf0\xc3\x23\x5a\x92\x00\x83\xc1\xb0\x66\xfc\ +\xf8\xf1\x4f\xb2\x7f\x25\x44\xbb\xe1\xbf\x74\xe9\xd2\xa6\xe7\xcf\ +\x9f\xdf\x94\x9b\x9b\xc3\xf0\xff\x7d\x84\xf2\x30\x98\x0b\xe7\x6e\ +\xf5\x6e\x00\xe0\x4f\x01\x70\x1e\x46\x17\x54\xbc\x03\x3a\x38\xad\ +\x49\x91\x80\xc3\x76\xbb\xfd\x05\x21\x44\xb6\x06\x24\xc0\xdf\x60\ +\x30\xfc\x32\x7e\xfc\xf8\xa6\xec\x67\x09\xd1\x5e\xf8\xff\xf0\xc3\ +\x0f\x4f\x5c\xbf\x9e\xb6\x3d\x3b\x3b\x5b\x13\x05\xd2\x68\xf8\xdf\ +\x3d\x0a\x50\x04\xe7\xee\xff\x62\x80\xbc\x10\x90\x02\x40\x9c\x26\ +\x01\x87\xec\x76\x7b\x07\x21\x44\xae\x06\x24\x20\xc0\x60\x30\x6c\ +\x1c\x3f\x7e\x7c\x13\xd6\x0c\x21\xda\x09\xff\x2f\xbf\xfc\xb2\x6e\ +\x61\x61\xd1\xde\xcc\x4c\x6d\xec\xef\xaf\xf1\xf0\xbf\xfb\x61\xb0\ +\x54\x66\x2b\x05\x40\x5f\x12\xb0\xdb\x6e\xb7\xb7\xd5\x88\x04\x04\ +\x2a\x12\xd0\x88\x35\x43\x88\xfa\xe1\x3f\x6e\xdc\xb8\x1a\x7e\x7e\ +\xfe\x87\x6e\xdc\x48\xd3\x44\x81\x74\x10\xfe\xa5\x1e\x0a\x80\xfe\ +\x24\x60\x97\xc3\xe1\x68\xa7\x11\x09\x28\x63\x30\x18\x7e\x1e\x37\ +\x6e\x5c\x3d\xd6\x0c\x21\xea\x85\xff\x88\x11\x23\xaa\x47\x46\x45\ +\x1d\xbf\x76\x4d\x1b\x87\xfb\x30\xfc\x29\x00\xc4\x45\x7c\xf0\xc1\ +\x07\x3b\x1d\x0e\x47\x7b\x8d\x48\x40\x39\xa3\xd1\xb8\x85\x12\x40\ +\x88\x3a\xe1\xdf\xb3\x67\xcf\xaa\x8f\x3d\xf6\xf8\x89\xe4\xab\x57\ +\x19\xfe\x84\x02\x50\x4a\x24\x60\x87\xc3\xe1\xe8\x22\x84\x28\xd0\ +\x80\x04\x94\x37\x1a\x8d\x9b\xc7\x8d\x1b\x57\x87\x35\x43\x88\xfb\ +\xc2\xbf\x79\xf3\xe6\x91\x1d\x3a\x74\x3c\x7d\xe9\x92\x36\x4e\x9e\ +\x65\xf8\x53\x00\x88\xfb\x24\x60\xa3\xc3\xe1\xe8\x2c\x84\x50\x7d\ +\x2b\x63\x49\x92\x2a\x18\x8d\xc6\x4d\x63\xc7\x8e\xad\xc6\x9a\x21\ +\xc4\xf5\xe1\x5f\xab\x56\xad\x88\xb7\xdf\x79\xf7\xf4\xf9\xf3\xe7\ +\x34\x11\xba\x0c\x7f\x0a\x00\x71\xbf\x04\xfc\xa2\x21\x09\x08\x35\ +\x99\x4c\x5b\xc7\x8e\x1d\x1b\xc3\x9a\x21\xc4\x75\xe1\x0f\xa0\xca\ +\xe4\x29\x1f\x9d\x88\x3f\x73\xda\xa8\x85\x02\x31\xfc\x29\x00\x44\ +\x3d\x09\xf8\x59\x99\x0e\x50\x7d\x5b\x63\x49\x92\xc2\x15\x09\xa8\ +\xca\x9a\x21\xc4\x35\xe1\xbf\x66\xed\x4f\xc7\x4e\x9e\x38\xee\xc5\ +\xf0\x27\x14\x00\x82\x0f\x3e\xf8\x60\xbd\x86\x24\xa0\xb2\xc9\x64\ +\xda\xf4\xfe\xfb\xef\x57\x66\xcd\x10\xe2\xdc\xf0\xff\xe9\xa7\xf5\ +\xbb\x8f\x1d\x3d\xe2\xcb\xf0\x27\x14\x00\x72\xb7\x04\xac\x13\x42\ +\xf4\x12\x42\xa8\x7e\xf2\x87\x24\x49\xd1\x66\xb3\x79\xeb\xfb\xef\ +\xbf\x1f\xce\x9a\x21\xc4\x39\xe1\xbf\x75\xeb\xd6\xf7\x8e\x1e\x3d\ +\xac\x89\x83\x66\x18\xfe\x14\x00\xa2\x31\x26\x4d\x9a\xb4\x4c\x08\ +\xf1\xba\x46\x24\x20\xc6\x6c\x36\x6f\x1d\x33\x66\x4c\x28\x6b\x86\ +\x90\x47\x0b\xff\x0d\x1b\x36\xbc\xbd\x7b\xf7\xee\x01\x42\xa8\xbf\ +\x83\x39\xc3\x9f\x02\x40\xb4\x2b\x01\x4b\x35\x34\x12\x50\xcd\x62\ +\xb1\x6c\x1a\x3d\x7a\x74\x05\xd6\x0c\x21\x0f\x17\xfe\x2b\x56\xac\ +\x18\x74\xe4\xe8\xd1\xb7\x1c\x0e\x87\xea\x05\x62\xf8\x53\x00\x88\ +\xf6\x25\x60\x89\x10\xa2\x8f\x46\x24\xa0\x8e\x97\x97\xd7\xe6\xf7\ +\xde\x7b\xaf\x3c\x6b\x86\x90\x07\x0b\xff\xf9\xf3\xe7\xf7\x3b\x77\ +\xee\xdc\x70\xbb\x4d\xf5\x5b\x99\xe1\x4f\x01\x20\x3a\x92\x80\xc5\ +\x42\x88\x41\x42\x08\xd5\x1f\x1b\x24\x49\xaa\xe7\xed\xed\xfd\xeb\ +\x7b\xef\xbd\x57\x8e\x35\x43\xc8\xfd\x85\xff\xf4\xe9\xd3\x7b\xa6\ +\xa4\x5c\x1b\x53\x54\xa4\xfa\xda\x5e\x86\x3f\x05\x80\xe8\x50\x02\ +\x66\x09\x21\xfe\xaa\x11\x09\x78\xdc\xcb\xcb\x6b\xc3\xc8\x91\x23\ +\xcb\xb0\x66\x08\xf9\xe3\xf0\xff\xfc\xf3\xcf\x5f\xbd\x73\x27\x27\ +\xb6\xa0\x20\x9f\xe1\x4f\x28\x00\xe4\x91\x24\x40\x13\x23\x01\x06\ +\x83\xa1\xb1\xaf\xaf\xef\xc6\x11\x23\x46\x04\xb2\x66\x08\xb9\x77\ +\xf8\x4f\x9c\x38\xf1\x65\xa3\xd1\x38\x39\x37\x37\x87\xe1\x4f\x28\ +\x00\xe4\x91\x25\xe0\x7b\x21\xc4\x60\xa1\x81\x25\xc4\x06\x83\xa1\ +\x89\xd5\x6a\xfd\x65\xf8\xf0\xe1\x01\xac\x19\x42\xfe\x3b\xfc\x87\ +\x0f\x1f\xde\x3e\x28\x28\xf8\x93\xec\xec\x6c\x86\x3f\xa1\x00\x10\ +\xa7\x49\xc0\x77\x1a\x92\x80\x66\x7e\x7e\x7e\x6b\xfe\xfe\xf7\xbf\ +\x5b\x59\x33\x84\xc8\xe1\x3f\x70\xe0\xc0\x36\x31\xd5\xaa\x7d\x99\ +\x99\x99\xc1\xf0\x27\x14\x00\xe2\x74\x09\x98\x21\x84\x18\xa1\x89\ +\xc6\x67\x30\xb4\x2a\x53\xa6\xcc\x5a\x4a\x00\x61\xf8\xa3\x4a\xe7\ +\xce\x9d\x9f\x6b\xd2\xb4\xe9\xd7\x37\xd2\xd2\x18\xfe\x84\x02\x40\ +\x5c\x26\x01\xff\x74\x38\x1c\x5a\x91\x80\x67\xcb\x94\x29\xb3\x66\ +\xe8\xd0\xa1\xbe\xac\x19\x52\x5a\xc3\xbf\x65\xcb\x96\xcf\x76\xea\ +\xf4\xd2\xb7\xd7\x52\x52\x18\xfe\x84\x02\x40\x5c\x2e\x01\x5f\x3a\ +\x1c\x8e\x31\x1a\x91\x80\xbf\x04\x05\x05\x2d\x19\x34\x68\x90\x37\ +\x6b\x86\x94\xb6\xf0\x7f\xea\xa9\xa7\x5a\x0f\x18\xf0\xc6\xd4\xcb\ +\x97\x93\x18\xfe\x84\x02\x40\xdc\x26\x01\x1f\x3b\x1c\x8e\xf7\x34\ +\x22\x01\x1d\x42\x42\x42\x96\x0c\x18\x30\xc0\x8b\x35\x43\x4a\x4b\ +\xf8\x47\x47\x47\xb7\x1c\x32\x74\xd8\xb4\x4b\x97\x7e\x53\x3d\x78\ +\x19\xfe\x14\x00\x52\xfa\x24\xe0\x53\x21\x44\x9c\x46\x24\xa0\x53\ +\x78\x78\xf8\x8f\x94\x00\x52\x1a\xc2\x3f\x24\x24\xa4\xe5\x94\x8f\ +\x3e\x9e\x7e\xe1\xfc\x39\x86\x3f\xa1\x00\x10\x75\x88\x8b\x8b\x9b\ +\x28\x84\xf8\x50\x23\x12\xf0\x72\x58\x58\xd8\xec\x2e\x5d\xba\x98\ +\x59\x33\xc4\x53\xc3\x1f\x40\x8b\x7f\x7f\x3b\xf5\xdf\x09\xf1\x67\ +\x54\xef\x83\x19\xfe\x14\x00\x42\x09\x18\x2f\x84\x98\xa2\x85\xb2\ +\x18\x8d\xc6\x1e\xb5\x6b\xd7\xa6\x04\x10\x8f\x0d\xff\xcd\x9b\x37\ +\xbf\x73\xe6\xf4\x29\x0b\xc3\x9f\x50\x00\x88\x56\x24\x60\xac\x10\ +\xe2\x63\x8d\x48\xc0\xeb\xb5\x6b\xd7\xfe\xfe\xd9\x67\x9f\x35\xb1\ +\x66\x88\x27\x85\xff\xda\xb5\x6b\x87\xec\xde\xbd\xbb\x0e\xc3\x9f\ +\x50\x00\x88\xd6\x24\x60\x8c\x10\xe2\x53\x8d\x48\x40\x9f\xe6\xcd\ +\x9b\xff\x1b\x80\x91\x35\x43\x3c\x21\xfc\x97\x2c\x59\xf2\xb7\x63\ +\xc7\x8e\xd5\x67\xf8\x13\x0a\x00\xd1\xaa\x04\xbc\x27\x84\xf8\x5c\ +\x23\x12\x30\x68\xfc\xf8\xf1\xdf\x50\x02\x88\xde\xc3\x7f\xf6\xec\ +\xd9\x03\xce\x9d\x3b\xd7\x58\xed\x8d\x38\x19\xfe\x84\x02\x40\xfe\ +\x4c\x02\xfe\x21\x84\x98\xaa\x11\x09\x18\x3c\x7e\xfc\xf8\xaf\x28\ +\x01\x44\xaf\xe1\xff\xed\xb7\xdf\xf6\x49\x49\x49\x79\xd2\xe1\x50\ +\xf7\x3c\x2e\x86\x3f\xa1\x00\x90\xfb\x95\x80\x21\x42\x88\x69\x1a\ +\x91\x80\xa1\xe3\xc6\x8d\x9b\x4c\x09\x20\x7a\x0b\xff\xcf\x3e\xfb\ +\xac\x67\x76\x76\xf6\x33\x36\x9b\x8d\xe1\x4f\x28\x00\x44\x57\x12\ +\xf0\x96\x10\x62\x86\x16\xca\x62\x32\x99\xde\x1b\x37\x6e\x5c\x1c\ +\x25\x80\xe8\x25\xfc\x27\x4e\x9c\xd8\xcd\x6e\x77\xb4\x2e\x2a\x2a\ +\x62\xf8\x13\x0a\x00\xd1\xa5\x04\xbc\x29\x84\x98\xa9\x11\x09\x18\ +\x3b\x6e\xdc\xb8\x09\x94\x00\xa2\xf5\xf0\x1f\x39\x72\xe4\xab\x56\ +\x3f\xbf\xe7\x0a\x0a\xf2\x19\xfe\x84\x02\x40\x74\x2d\x01\x7f\x13\ +\x42\xfc\xa0\x11\x09\x98\x30\x76\xec\xd8\xf1\x94\x00\xa2\xd5\xf0\ +\x7f\xf3\xcd\x37\x3b\x87\x85\x85\xbd\x98\x9b\x93\xc3\xf0\x27\x14\ +\x00\xe2\x11\x12\x30\x50\x08\xb1\x40\x43\x12\x30\x9c\x12\x40\xb4\ +\x16\xfe\xbd\x7a\xf5\x7a\xa9\x4e\x9d\x3a\xed\xb2\xb3\xb3\x19\xfe\ +\x84\x02\x40\x3c\x4a\x02\x7a\x0b\x21\x16\xa9\x5d\x0e\x49\x92\x24\ +\x93\xc9\xf4\xc9\xd8\xb1\x63\xdf\xa1\x04\x10\xad\x84\x7f\xc7\x8e\ +\x1d\x3b\x3e\xd5\xbc\x79\x87\x8c\x8c\x0c\x86\x3f\xa1\x00\x10\x8f\ +\x94\x80\xd7\x85\x10\x3f\x6a\x44\x02\x3e\x7b\xff\xfd\xf7\xff\x4e\ +\x09\x20\x6a\x87\x7f\xcb\x96\x2d\xdb\x77\xea\xf4\x52\xa7\x1b\x69\ +\x69\x0c\x7f\x42\x01\x20\x1e\x2d\x01\x3d\x84\x10\x4b\xb4\x20\x01\ +\x66\xb3\xf9\xf3\xf7\xdf\x7f\x7f\x20\x25\x80\xa8\x15\xfe\xf5\xeb\ +\xd7\x6f\xd7\xaf\x5f\xff\x97\x53\x52\x92\x19\xfe\x84\x02\x40\x4a\ +\x85\x04\x74\x17\x42\xac\xd1\x80\x04\x18\xcc\x66\xf3\xd4\x31\x63\ +\xc6\x0c\xa0\x04\x10\x77\x87\x7f\x54\x54\x54\xdb\x11\x23\x46\x76\ +\xbe\x7c\x39\x89\xe1\x4f\x28\x00\xa4\x54\x49\xc0\xcb\x42\x88\x9f\ +\xb4\x20\x01\x16\x8b\x65\xfa\x98\x31\x63\xfa\x51\x02\x88\xbb\xc2\ +\xbf\x4c\x99\x32\x6d\xa6\x4c\xf9\xa8\xf3\xc5\x8b\x89\x0c\x7f\x42\ +\x01\x20\xa5\x52\x02\x3a\x09\x21\xd6\x6b\x44\x02\xbe\x1b\x33\x66\ +\x4c\x1f\x4a\x00\x71\x47\xf8\x4f\x9d\x36\xad\xf3\xb9\x73\x67\x55\ +\x0d\x5f\x86\x3f\xa1\x00\x10\xb5\x25\xa0\x83\x10\x62\x83\x46\x24\ +\x60\xc6\xe8\xd1\xa3\xbb\x52\x02\x88\xab\xc2\x1f\x40\x9b\xa5\x4b\ +\x97\x3e\x7f\xfe\xdc\x39\x55\xfb\x50\x86\x3f\xa1\x00\x90\xff\x93\ +\x83\x6a\x7c\x0a\x0b\x0b\xbb\x08\x21\x7e\xd6\x80\x04\x98\xbd\xbc\ +\xbc\xe6\xbe\xf7\xde\x7b\xaf\x02\x30\xa9\x75\x3d\xf8\xf1\xa8\x8f\ +\x0f\x80\x08\x00\x2d\x01\xb4\x59\xbb\x76\xed\x5f\xf6\xee\xdd\x1b\ +\xa0\x76\x5b\x9f\x38\x71\xa2\x58\xb2\x74\x99\x7d\xd7\xee\xdd\x3e\ +\x6e\xba\x0e\xc4\xc3\x82\x42\x0f\x08\x27\x7f\xd7\x75\x00\xf3\x00\ +\xcc\x00\x90\xe4\xe4\xef\x57\x53\xe6\x8c\x00\x2c\x4a\xe8\x19\xd4\ +\xa8\xdf\x0e\x1d\x3a\x78\x37\x68\xd0\x60\x89\xc1\x60\x78\x5a\xf5\ +\x46\x23\x44\x71\x76\x76\xf6\xa0\xaf\xbe\xfa\x6a\x1d\x00\x3b\x6f\ +\x77\xf2\x90\x78\x01\x08\x07\xf0\x14\x80\xbf\x2c\x5e\xbc\xf8\x99\ +\x73\xe7\xce\x95\xd1\x42\xc1\x6a\xd5\xaa\xed\x58\xb6\x6c\x69\xc8\ +\xf2\xe5\xcb\x5d\x79\xcc\xa0\x50\x3e\x36\x00\xc5\xca\xc7\xe1\x01\ +\xf5\x2a\x29\xf5\xda\x1f\xc0\x1b\x00\x2a\x3b\xb9\xcf\x94\xf4\x70\ +\x01\x28\x00\xfa\x16\x00\xa3\xf2\x74\x52\x06\x40\x05\x00\x95\x00\ +\x94\x05\x60\x56\xab\x40\x35\x6a\xd4\xb0\x74\xee\xdc\xf9\x1d\x6f\ +\x6f\xef\x9a\x6a\x5f\x1c\x87\xc3\x51\x7c\xee\xdc\xb9\x69\x4b\x96\ +\x2c\x39\xe9\x21\x9d\x16\x71\x2f\x66\x00\xc1\x00\xaa\x03\xa8\x37\ +\x73\xe6\xcc\x1a\xd7\xae\x5d\xf3\x13\x42\xfd\x2e\xa3\x66\xcd\x5a\ +\x62\xdc\xb8\xb1\x03\x13\x13\x13\xdd\x51\x18\x1b\x80\x2c\xa5\xef\ +\x4c\x03\x70\x0b\x40\xbe\xf2\xf7\x14\x00\x0a\x00\x05\x40\x85\xba\ +\xf3\x06\x50\x11\x40\x2d\x00\xf5\x01\xd4\x54\x1a\xb1\xaa\x02\x00\ +\x00\x95\x2a\x55\x32\xf4\xe8\xd1\xa3\x4a\x40\x40\x80\xaf\xda\x17\ +\xca\x6e\xb7\x8b\xfd\xfb\xf7\x27\xff\xfa\xeb\xaf\x77\x98\x67\xe4\ +\x01\xef\x31\x33\x00\x5f\x00\x7e\x5f\x7e\xf9\xa5\x35\x27\x27\xc7\ +\xe8\x70\xa8\xef\x91\x31\xd5\xaa\x8b\x31\xa3\xdf\x4b\xb8\x7a\xf5\ +\xaa\xbb\x7e\x64\x89\x00\x24\x03\x38\x0b\xe0\x38\x80\x78\xa5\x2f\ +\xcd\xd7\xa9\x5c\x97\x7a\x01\x30\xf1\x1e\xd7\x25\x06\x00\xfe\x00\ +\x6a\x43\x9e\x93\x6c\x09\xa0\xae\xf2\xa4\x52\x32\xfc\xaf\x6a\x03\ +\x4c\x4d\x4d\xc5\xa2\x45\x8b\xd0\xbd\x7b\x77\x94\x29\xa3\xee\x68\ +\xa9\xd1\x68\x94\x9a\x35\x6b\x56\xb9\xb8\xb8\xd8\xb1\x7d\xfb\x76\ +\xb6\x1e\xf2\xc0\x9d\xf8\x07\x1f\x7c\x20\xe5\xe5\xe5\x41\x13\xe1\ +\x1f\x53\x0d\x63\xdf\x1f\x23\xae\x5e\xbd\xea\xae\x11\x36\x71\xd7\ +\x9f\x36\x00\x99\x00\x4e\x03\xd8\x05\x60\x07\x80\x33\x8a\x1c\x70\ +\x84\x4d\x67\x50\x00\xf4\xd9\x21\xf9\x03\x68\x08\xe0\x55\x00\xcf\ +\x42\x5e\x99\xec\xad\x35\xe3\xbc\x7e\xfd\x3a\x96\x2f\x5f\x8e\xae\ +\x5d\xbb\x22\x20\x40\xdd\xf5\x52\x46\xa3\x11\x4f\x3f\xfd\xb4\xc1\ +\x66\xb3\x61\xf7\xee\xdd\x6c\x45\xe4\xbe\x19\x3d\x7a\x34\x8c\x46\ +\x23\x8a\x8a\x8a\x54\x2f\x4b\x74\x4c\x35\x8c\x1d\xfb\x3e\x2e\x5f\ +\xbe\xac\xd6\x02\x6e\x13\xe4\x69\xc6\x20\x00\x55\x01\x44\x02\x58\ +\x0e\xe0\x20\x25\x40\x9f\x4f\x92\x44\x5f\xe1\xef\xab\x3c\xed\xbf\ +\x0a\xa0\x3d\x80\x18\xc8\x6b\x00\x34\x39\xdc\x94\x9c\x9c\x8c\x65\ +\xcb\x96\xe1\xf6\xed\xdb\xea\xdb\xae\xc9\x84\x56\xad\x5a\xa1\x79\ +\xf3\xe6\x6c\x49\xe4\xbe\x18\x36\x6c\x18\xca\x96\x2d\xab\x8d\xf0\ +\x8f\x8e\xc1\x38\x39\xfc\xb5\xd0\x0f\x79\x03\x88\x02\xd0\x06\xc0\ +\x6b\x90\xa7\x20\xad\xe0\x9b\x02\x14\x00\xe2\xd2\xfa\x0a\x55\x6e\ +\xba\xe7\x95\x7f\xd6\xfc\xbb\xee\x57\xaf\x5e\xd5\x94\x04\xb4\x6e\ +\xdd\x1a\x4f\x3d\xf5\x14\x5b\x13\xf9\x43\x06\x0c\x18\x80\x2a\x11\ +\x11\xc8\xcf\xcf\xd7\x46\xf8\x8f\x1b\xab\x85\xf0\xbf\x1b\x23\xe4\ +\x35\x48\xcf\x02\x68\x0b\x79\x24\x92\x7b\x6f\x50\x00\x88\x88\xff\ +\x73\x3d\x00\x00\x20\x00\x49\x44\x41\x54\x8b\xf0\x05\xf0\x18\xe4\ +\x8d\x48\xc2\xa1\xa3\x29\x9c\xab\x57\xaf\x62\xc5\x8a\x15\xb8\x73\ +\x47\xfd\x75\x78\x25\x12\xd0\xa4\x49\x13\xb6\x28\x72\x4f\xba\x75\ +\xeb\x86\x7a\xf5\x1e\x43\x6e\x4e\x8e\x26\xc2\x7f\xe2\xc4\x58\xad\ +\x85\xff\xdd\x12\x10\x0a\xe0\x19\x00\x4f\x70\x14\x80\x02\x40\x5c\ +\x57\x57\x41\x00\x1a\x41\x1e\xf6\xf7\xd2\xdb\x2f\x70\xf9\xf2\x65\ +\xcd\x48\x80\xd9\x6c\xc6\x73\xcf\x3d\x87\xc6\x8d\x1b\xb3\x65\x91\ +\xff\xa2\x43\x87\x0e\x78\xfa\xe9\xa7\x91\x9d\x9d\xa5\x7a\x59\xaa\ +\x46\x47\x63\xe2\xc4\x58\x5c\xbc\x78\x51\xcb\x97\xcc\x0c\x79\x2d\ +\x40\x63\xc8\xaf\x22\x33\x57\x28\x00\xc4\xd9\x0f\xae\x90\x5f\x53\ +\xa9\x03\xf9\x9d\x7f\x5d\x5a\x76\x52\x52\x12\xd6\xac\x59\x83\xdc\ +\xdc\x5c\xd5\xcb\x62\xb1\x58\xf0\xfc\xf3\xcf\xa3\x61\xc3\x86\x6c\ +\x5d\x04\x00\xd0\xaa\x55\x2b\xb4\x6b\xdf\x1e\x19\x19\x19\xaa\x97\ +\x25\x32\x32\x0a\x9f\x7c\xfc\xb1\xd6\xc3\x1f\x4a\x5f\x14\x08\xf9\ +\xad\xa4\x48\xc8\x9b\x91\x11\x0a\x00\x71\x22\x5e\x90\xb7\x22\x0d\ +\xd3\xfb\x0d\x96\x98\x98\x88\xd5\xab\x57\x6b\x46\x02\x5e\x78\xe1\ +\x05\xd4\xaf\x5f\x9f\x2d\xac\x94\xd3\xa8\x51\x23\xbc\xfe\x7a\x2f\ +\xdc\x48\x4b\x53\xbd\x2c\x11\x91\x51\xf8\xec\xb3\x4f\x71\xe6\xcc\ +\x19\xbd\x5c\x3e\x33\xe4\xb7\x03\xa2\xa0\xc3\xd1\x49\x0a\x00\xd1\ +\xc3\x0d\x56\x1e\xf2\x2b\x80\xba\xaf\xb7\x0b\x17\x2e\x68\x46\x02\ +\xbc\xbc\xbc\xd0\xb6\x6d\x5b\x3c\xf6\xd8\x63\x6c\x65\xa5\x94\x1a\ +\x35\x6a\x60\xc8\x90\xa1\x48\x49\x49\x56\x3f\xfc\x23\x22\xf1\xcf\ +\x2f\xbf\xd0\x53\xf8\x97\x8c\x02\x58\x21\xef\x45\x62\x06\xd7\x01\ +\x50\x00\x88\xd3\x6f\xb0\x92\x7d\xfe\x3d\x82\x0b\x17\x2e\x60\xcd\ +\x9a\x35\xc8\xcb\xcb\xd3\x84\x04\xb4\x6b\xd7\x8e\x12\x50\x0a\x09\ +\x0d\x0d\xc5\xb8\x71\xe3\x71\xf9\x72\x92\x36\xc2\xff\x9f\x5f\xe2\ +\xe4\xc9\x93\x7a\xbc\x94\x46\x25\xfc\x99\x2b\x14\x00\xe2\x64\x1c\ +\x00\x8a\xa0\xef\xbd\xb7\xff\x0f\xe7\xcf\x9f\xc7\xba\x75\xeb\x34\ +\xf1\xaa\x95\xb7\xb7\x37\xda\xb6\x6d\x8b\x5a\xb5\x6a\xb1\xb5\x95\ +\x12\xac\x56\x2b\x3e\xfb\xec\x73\x5c\xbc\x98\xa8\x7a\x59\xaa\x44\ +\x44\xe8\x39\xfc\x01\xf9\xc0\xad\x92\x83\x82\x04\x5b\x17\x05\x80\ +\x38\x0f\x1b\x80\x74\x00\x39\xf0\xb0\xdd\xb6\xe2\xe3\xe3\x35\x23\ +\x01\x3e\x3e\x3e\xe8\xd8\xb1\x23\x6a\xd6\xac\xc9\x16\x57\x0a\x58\ +\xb5\x6a\x15\x2e\x5c\x38\xaf\x7e\xf8\x57\x89\xc0\x37\xff\xfa\x97\ +\x9e\xc3\x5f\x00\xc8\x05\x90\xa1\x3c\xa8\x10\x0a\x00\x71\x22\x45\ +\x00\x2e\x03\xb8\xa6\x58\xb6\x47\x71\xe6\xcc\x19\xac\x5f\xbf\x1e\ +\x05\x05\x05\xaa\x97\xc5\xd7\xd7\x17\x9d\x3a\x75\x42\x8d\x1a\x35\ +\xd8\xea\x3c\x98\xf5\xeb\xd7\x63\xef\xde\xbd\xaa\x97\xa3\x72\x95\ +\x08\x7c\xf3\xcd\xbf\x70\xec\xd8\x31\x3d\x5f\xce\x62\xc8\x07\x03\ +\x25\x51\x00\x28\x00\xc4\x35\x37\x58\x32\x80\x53\x90\x0f\xe3\xf0\ +\xb8\x3d\xb7\x4f\x9f\x3e\x8d\x75\xeb\xd6\x69\x46\x02\x3a\x76\xec\ +\x88\xaa\x55\xab\xb2\xe5\x79\x20\xcb\x97\x2f\xc7\xa1\x43\x87\x54\ +\x2f\x47\x58\x78\x38\xbe\x9b\x31\x5d\xef\xe1\x2f\x00\x64\x43\x3e\ +\x14\xe8\x12\x05\x80\x02\x40\x9c\x8f\x03\xf2\xf0\xda\x41\x00\x89\ +\x00\x0a\x3d\xf1\x97\x3c\x7d\xfa\xb4\x66\x46\x02\xfc\xfc\xfc\xf0\ +\xca\x2b\xaf\x20\x2a\x2a\x8a\xad\xcf\x83\x98\x3b\x77\x2e\x4e\x9f\ +\x3e\xad\x7e\xf8\x87\x85\x63\xd6\x0f\x3f\xe0\xc0\x81\x03\x7a\xbf\ +\xa4\x45\x4a\xf0\xef\x87\x3c\x4d\x69\x67\x2b\xa3\x00\x10\xe7\x93\ +\xa7\x8c\x00\xec\x00\x90\x02\x0f\x9c\x0a\x00\x80\x53\xa7\x4e\x61\ +\xe3\xc6\x8d\x28\x2c\x54\xdf\x71\x4a\x24\x20\x32\x32\x92\xad\xcf\ +\x03\x98\x36\x6d\x1a\x92\x92\x92\xb4\x11\xfe\xb3\x7e\xc0\xbe\x7d\ +\xfb\xf4\x7e\x49\x6d\x00\x52\x21\x1f\x0d\x7c\x1c\xf2\x1a\x25\x42\ +\x01\x20\x2e\xc0\x0e\x79\x0d\xc0\x46\x00\x5b\x21\xcf\xb9\x79\xa4\ +\x04\x1c\x3b\x76\x0c\xbf\xfc\xf2\x8b\x26\x24\xc0\xdf\xdf\x1f\xaf\ +\xbc\xf2\x0a\xc2\xc2\xc2\xd8\x02\x75\xcc\x17\x5f\x7c\x81\xf4\xf4\ +\x74\x08\xa1\xee\x02\xf5\xd0\xb0\x30\xcc\x99\x33\xdb\x53\xc2\xff\ +\x06\x80\x9d\x00\x36\x00\xb8\x02\x0f\x7b\x4b\x89\x02\x40\xb4\x46\ +\x3e\xe4\xb9\xb6\x65\x00\x7e\x81\xbc\x30\x30\x1f\x1e\xf8\xea\xcd\ +\xb1\x63\xc7\xb0\x69\xd3\x26\x4d\x1c\xc5\x1a\x10\x10\x80\xae\x5d\ +\xbb\x22\x34\x34\x94\x2d\x50\x87\x7c\xf0\xc1\x07\xc8\xcf\xcf\x87\ +\xc3\xa1\xee\xd2\x99\xd0\xd0\x30\xcc\x9d\x33\x07\x7b\xf6\xec\xd1\ +\xeb\xa5\x14\x4a\x5f\x53\x00\x79\x4d\xd2\x66\x00\x4b\x00\x9c\x80\ +\x3c\x42\x49\x74\x84\x5e\x8e\x6e\x9c\xe8\xe4\xef\xcb\x51\x1a\xec\ +\x11\x00\x59\x3a\xac\xb7\x22\x00\x37\x21\x0f\xbd\x15\x40\xde\x7c\ +\xc3\x23\x8f\xe1\x4c\x4d\x4d\x45\x5e\x5e\x1e\xa2\xa2\xa2\x24\xa3\ +\x51\xdd\x5f\xd1\xdb\xdb\x1b\x31\x31\x31\xb8\x72\xe5\x8a\xd0\xc2\ +\x81\x46\xe4\x4f\x91\x00\x60\xf4\xe8\xd1\xf0\xf1\xf1\x41\x71\xb1\ +\xba\x83\x65\xa1\xa1\x61\x98\x37\x6f\xae\xd0\x61\xf8\x0b\xc8\xa3\ +\x8f\x45\xca\xc3\x46\x06\x80\xb3\xca\x03\xc8\x72\x00\x87\x21\x2f\ +\x02\x14\x3a\x6c\x1f\x01\x90\x4f\x31\x6c\x00\xf9\x3c\x03\x67\xee\ +\x60\x18\xa7\xf5\x0b\x60\x62\x1f\xa1\x5b\x0b\xbf\xa3\x08\xcc\x0d\ +\xc8\xeb\x02\x1a\x00\xa8\x0a\x79\x3f\xee\x32\x90\x8f\x0e\xf6\x08\ +\x29\x38\x72\xe4\x08\xbc\xbc\xbc\x2c\xad\x5b\xb7\x0e\x31\x9b\xcd\ +\xaa\x8e\x5a\x05\x06\x06\xa2\x6b\xd7\xae\xc5\x8b\x17\x2f\xbe\x91\ +\x96\x96\xc6\xc5\x4e\xda\xeb\xd0\x4d\x90\xf7\xa2\xf7\x01\x60\x19\ +\x36\x6c\x98\xb1\x6c\xd9\xb2\x92\xda\x7b\x4c\x54\xaa\x14\x8a\x1f\ +\x7f\x5c\x7c\x75\xf7\xee\xdd\x7a\x7c\x7b\xc7\xae\x3c\x68\xdc\x82\ +\x3c\xed\x78\x09\xc0\x31\x00\x47\x21\x0f\xfb\xe7\x83\x1b\xff\xe8\ +\x12\x0a\x80\xbe\x25\xa0\x00\xc0\x6f\xca\x4d\x79\x08\xf2\xb9\xdc\ +\x15\x21\xef\xc7\x5d\x22\x00\x1e\xb1\x27\xf7\xde\xbd\x7b\x51\xb6\ +\x6c\xd9\xd0\x06\x0d\x1a\x0c\x32\x1a\x8d\xbe\x6a\x96\xa5\x4c\x99\ +\x32\x96\xde\xbd\x7b\x8b\xa5\x4b\x97\xce\xbd\x72\xe5\x4a\x2e\x3c\ +\xf0\x95\x4c\x9d\xf6\x65\x65\x15\x09\xae\x01\xa0\xf2\x1b\x6f\xbc\ +\xe1\x15\x11\x11\x21\xe5\xe4\xa8\xbb\x2e\x2d\x24\xa4\x22\xf6\xef\ +\xdf\x37\x61\xeb\xd6\xad\xf9\x3a\xbd\xb6\x76\xc8\xc3\xfb\x99\x4a\ +\x5f\x73\x0d\xf2\x6a\xff\x5c\x70\xc5\x3f\x05\x80\xa8\x7e\x73\xde\ +\x81\x3c\xad\x91\xac\xd4\xa9\x11\xf2\xfa\x0e\x8f\x3a\x90\x63\xfd\ +\xfa\xf5\xa8\x59\xb3\xe6\x4a\x3f\x3f\xbf\xb5\x92\x24\x95\x55\xb3\ +\x2c\x7e\x7e\x7e\x95\x7b\xf5\xea\xd5\x6e\xdb\xb6\x6d\x3d\xf6\xed\ +\xdb\x97\xc9\x8e\x50\x55\xbc\x01\x84\x03\x78\x0a\x40\x4d\x00\x65\ +\xbb\x77\xef\x6e\xad\x5b\xb7\x9e\x31\x3b\x5b\xdd\x19\xbe\x0a\x21\ +\x21\x88\x8e\xae\x1a\x35\x78\xf0\x9b\xb7\x74\xfe\xb0\xe1\x50\xda\ +\xb8\x4d\xf9\xf0\x89\x9f\x02\x40\x34\x76\x93\x16\xc3\x43\xdf\x0a\ +\x28\xe1\x8b\x2f\xbe\xd8\x0d\x20\x28\x36\x36\x36\x43\x92\xa4\x20\ +\x35\xcb\x62\xb1\x58\x1a\xb5\x6e\xdd\x7a\x96\x97\x97\x57\x97\xed\ +\xdb\xb7\x67\x53\x02\x54\x0b\xff\x10\xc8\xf3\xb8\x2d\x01\xd4\xef\ +\xd8\xb1\x63\x85\xe6\xcd\x9f\x36\x67\x64\xdc\x54\xa5\x40\x13\x27\ +\x4e\xe4\x49\x78\x44\x17\xf0\x2d\x00\xa2\x4b\xe2\xe2\xe2\x82\x85\ +\x10\xaa\x3f\x55\x59\x2c\x96\x67\x9e\x7c\xf2\xc9\xa5\xcd\x9b\x37\ +\x2f\x0b\x0f\x5d\x88\xa9\xf1\xf0\xaf\x02\xa0\x05\x80\x36\x00\x1a\ +\xb7\x6e\xdd\xba\x62\xbb\x76\xed\x2d\x0c\x7f\x42\x28\x00\xc4\xb3\ +\x25\x20\x48\x08\xa1\xfa\x72\x7c\x2f\x2f\xaf\x56\x2d\x5a\xb4\xa0\ +\x04\xa8\x1c\xfe\x8d\x1a\x35\xaa\xd8\xf3\xf5\xd7\x2d\x69\x69\xd7\ +\x19\xfe\x84\x50\x00\x48\x29\x90\x80\x00\x8d\x48\x40\xeb\x67\x9e\ +\x79\x66\x5e\x9d\x3a\x75\x02\x29\x01\xee\x0f\xff\x9a\x35\x6b\x56\ +\x1c\x32\x64\xa8\x25\x25\x39\x99\xe1\x4f\x08\x05\x80\x94\x32\x09\ +\x50\x7d\x0b\x52\x6f\x6f\xef\xb6\x1d\x3b\x76\xa4\x04\xb8\x39\xfc\ +\x43\x43\x43\x2b\x8e\x1d\x37\xde\x72\xf9\x72\x12\xc3\x9f\x10\x0a\ +\x00\x29\x85\x12\xe0\xaf\x11\x09\x68\xdf\xb1\x63\xc7\xb9\x55\xaa\ +\x54\x09\xa0\x04\xb8\x3e\xfc\xad\x56\x6b\xc5\x4f\x3e\xfd\xd4\x72\ +\x31\xf1\x02\xc3\x9f\x10\x0a\x00\x29\xe5\x12\xa0\xfa\xbb\xd6\xde\ +\xde\xde\x1d\xba\x77\xef\xfe\x1d\x25\xc0\xb5\xe1\x0f\xa0\xe2\xca\ +\x95\x2b\x2d\x17\x13\x13\x19\xfe\x84\x50\x00\x08\x25\x20\xce\x57\ +\x08\xa1\xfa\x59\xc2\xbe\xbe\xbe\xaf\x76\xef\xde\x7d\x3a\x00\x7f\ +\x4a\x80\x6b\xc2\x7f\xdd\xba\x75\x16\xb5\x0e\xd4\x61\xf8\x13\x0a\ +\x00\x21\xda\x94\x00\x1f\x8d\x48\x40\xd7\x51\xa3\x46\x4d\xa3\x04\ +\x38\x3f\xfc\x17\x2d\x5a\x64\x3e\x7c\xf8\x30\xc3\x9f\x10\x0a\x00\ +\x21\xf7\x94\x00\xd5\xcf\x12\xf6\xf5\xf5\xed\x3e\x72\xe4\xc8\x7f\ +\x52\x02\x9c\x17\xfe\xdf\x7f\xff\xbd\xf9\xc2\x85\x0b\xaa\x84\x30\ +\xc3\x9f\x50\x00\x08\xd1\x87\x04\x78\x6b\x41\x02\xfc\xfc\xfc\xfa\ +\x8d\x18\x31\xe2\x33\x4a\xc0\xa3\x87\xff\xf4\xe9\xd3\xcd\x29\x29\ +\x29\x92\x10\xee\xdf\x89\x96\xe1\x4f\x28\x00\x84\xe8\x4f\x02\x54\ +\xdf\x1e\xd9\xdf\xdf\x7f\xe0\x88\x11\x23\x3e\xa1\x04\x3c\x7c\xf8\ +\x7f\xfe\xf9\xe7\xe6\xf4\xf4\x74\x86\x3f\x21\x14\x00\x42\xee\x5b\ +\x02\x2c\x42\x08\x9b\x06\x24\xe0\x6f\xc3\x87\x0f\x9f\x42\x09\x78\ +\xf0\xf0\x9f\x34\x69\x92\xb9\xa0\xa0\x40\xb2\xdb\xdd\x7f\xdc\x02\ +\xc3\x9f\x50\x00\x08\xd1\xb7\x04\x98\xb5\x20\x01\x01\x01\x01\x83\ +\x87\x0f\x1f\x3e\x99\x12\x70\xff\xe1\xff\xde\x7b\xef\x99\x4d\x26\ +\xb3\x64\xb3\xb9\xbf\xfa\x18\xfe\x84\x02\x40\x08\x25\xc0\x99\x23\ +\x01\x83\xdf\x79\xe7\x9d\x71\x94\x80\x3f\x0f\xff\x61\xc3\x86\x99\ +\x83\x82\x82\xa4\xa2\x22\xf7\x2f\xe5\x60\xf8\x13\x0a\x00\x21\x9e\ +\x27\x01\x0e\x35\xcb\x20\x49\x92\x14\x18\x18\x38\xfc\xed\xb7\xdf\ +\x1e\x4b\x09\xf8\xfd\xf0\x1f\x30\x60\x80\x39\x22\x22\x42\xca\xcf\ +\x77\xff\xde\x4e\x0c\x7f\x42\x01\x20\xc4\x33\x25\xc0\xa8\x05\x09\ +\x28\x53\xa6\xcc\x88\xb7\xdf\x7e\x7b\x4c\x29\x97\x80\x7b\x86\x7f\ +\xb7\x6e\xdd\xcc\xf5\xea\x3d\x26\xe5\xe4\xb8\x7f\x77\x67\x86\x3f\ +\xa1\x00\x10\x42\x09\x70\x87\x04\x8c\x1c\x36\x6c\xd8\xf0\x52\x2a\ +\x01\xf7\x0c\xff\x0e\x1d\x3a\x98\x9f\x7e\xfa\x19\x29\x3b\x3b\x8b\ +\xe1\x4f\x08\x05\x80\x10\x97\x49\x80\x50\xb3\x0c\x92\x24\x19\x82\ +\x82\x82\xc6\x0e\x1d\x3a\xf4\xed\x52\x26\x01\xf7\x0c\xff\x56\xad\ +\x5a\x99\xdb\xb7\xef\x20\x65\x64\xdc\x64\xf8\x13\x42\x01\x20\xc4\ +\xa5\x12\x60\xd0\x82\x04\x04\x07\x07\x4f\x18\x32\x64\xc8\xdf\x4b\ +\x89\x04\xdc\x33\xfc\x1b\x35\x6a\x64\x7e\xbd\x57\x2f\x29\x2d\xed\ +\x3a\xc3\x9f\x10\x0a\x00\x21\xee\x91\x00\xb5\xcb\x20\x49\x92\xa1\ +\x5c\xb9\x72\x13\x06\x0f\x1e\x3c\xc8\xc3\x25\xe0\x9e\xe1\x5f\xa3\ +\x46\x0d\xf3\x90\xa1\xc3\xa4\x94\xe4\x64\x86\x3f\x21\x14\x00\x42\ +\x4a\x57\x08\x48\x92\x64\xac\x50\xa1\xc2\xe4\x37\xdf\x7c\xf3\xaf\ +\x1e\x2a\x01\xf7\x0c\xff\xd0\xd0\x50\xf3\xb8\xf1\x13\xa4\xcb\x49\ +\x97\x18\xfe\x84\x50\x00\x08\x29\xbd\x12\x10\x12\x12\x32\x65\xd0\ +\xa0\x41\x03\x3d\x4c\x02\xee\x19\xfe\x56\xab\xd5\xfc\xc9\xa7\x9f\ +\x4a\x17\x13\x2f\x30\xfc\x09\xa1\x00\x10\x52\xea\x25\xc0\x14\x12\ +\x12\x32\x65\xe0\xc0\x81\x7d\x3c\x44\x02\xee\x19\xfe\x00\xcc\x2b\ +\x56\xac\x90\x2e\x26\x26\x32\xfc\x09\xa1\x00\x10\x42\x09\x00\x00\ +\x83\xc1\x60\x0e\x0d\x0d\xfd\x7c\xe0\xc0\x81\xbd\x74\x2e\x01\xbf\ +\x1b\xfe\xeb\xd6\xad\x93\xf6\xef\xdf\xcf\xf0\x27\x84\x02\x40\x08\ +\x25\xe0\x1e\x12\xf0\xc5\x1b\x6f\xbc\xf1\xba\x4e\x25\xe0\x77\xc3\ +\x7f\xd1\xa2\x45\xd2\xe1\xc3\x87\x19\xfe\x84\x50\x00\x08\xa1\x04\ +\xfc\x8e\x04\x58\xc2\xc2\xc2\xbe\xe8\xdb\xb7\xef\x6b\x3a\x93\x00\ +\xaf\xdf\x0b\xff\x99\x33\x67\x4a\x17\x2e\x70\xce\x9f\x10\x0a\x00\ +\x21\x94\x80\x3f\x93\x00\xaf\x88\x88\x88\x7f\xf5\xe9\xd3\xa7\x8b\ +\x4e\x24\xc0\x02\x20\x1c\x40\x73\x00\x2f\xde\x1d\xfe\x5f\x7f\xfd\ +\xb5\x94\x9a\x9a\x0a\x77\x6f\xbd\xc0\xf0\x27\x84\x02\x40\x88\x5e\ +\x25\xc0\x3b\x32\x32\xf2\xdf\xbd\x7b\xf7\xee\xac\x71\x09\x30\x01\ +\x28\x0f\xa0\x21\x80\xbf\x28\x7f\x86\x00\x30\x4f\x99\x32\x45\xba\ +\x7d\xfb\x36\x1c\x0e\x47\xa9\xab\x3f\x42\x28\x00\x84\x50\x02\x1e\ +\x55\x02\xbe\xe9\xd9\xb3\x67\x47\x8d\x4a\x80\x04\xc0\x0a\xa0\x1a\ +\x80\x27\x01\xd4\x57\x9e\xfc\x2d\x93\x26\x4d\x92\x1c\x0e\x07\xec\ +\x76\x3b\xc3\x9f\x10\x0a\x00\x21\x94\x80\x07\xc5\x68\x34\x5a\xa3\ +\xa3\xa3\xa7\xf5\xe8\xd1\xa3\x9d\x12\xb6\x5a\xba\x87\x4d\x00\x2a\ +\x00\x78\x4c\x09\xff\x50\x00\x5e\xef\xbd\xf7\x9e\x64\x32\x99\x61\ +\xb3\xd9\x18\xfe\x84\x50\x00\x08\xa1\x04\x3c\x8a\x04\xc4\xc4\xc4\ +\xcc\xe8\xd3\xa7\x4f\x6b\xc8\xf3\xed\x5a\x09\x3a\x6f\x00\x95\x01\ +\xd4\x05\x10\x09\xc0\x6f\xe8\xd0\xa1\x86\xa0\xa0\x60\x14\x15\x15\ +\x32\xfc\x09\xa1\x00\x10\x42\x09\x70\x82\x04\xf8\x45\x44\x44\xcc\ +\x1a\x34\x68\x50\x7d\x8d\x08\x40\xc9\xf0\x7f\x65\x00\x51\x00\x82\ +\xfa\xf7\xef\x6f\x8a\x8c\x8c\x44\x7e\x7e\x1e\xc3\x9f\x10\x0d\x62\ +\xe2\x25\xf0\x28\x99\x33\x28\x75\x6a\xd0\xd0\x53\xa1\xc7\x11\x13\ +\x13\x23\x39\x1c\x8e\x1f\x0c\x06\xc3\x1b\x2a\x4b\x40\x50\x48\x48\ +\xc8\x9a\xc1\x83\x07\xb7\x9d\x36\x6d\xda\x39\xb5\x9d\x04\x40\x39\ +\xc8\xaf\xfe\x85\x74\xeb\xd6\xcd\xe7\xf1\xc7\x1f\x97\xb2\xb2\xb2\ +\xd4\x10\x34\x61\xb6\x58\xd0\xa2\x45\x8b\x3d\xcf\x3c\xfd\xf4\x8b\ +\x6c\xb1\x4e\x41\x00\x70\x00\xb0\x2b\x1f\x07\x2f\x89\xfe\x91\x74\ +\xd4\xf8\x9c\xf9\x5d\xd7\x01\xcc\x03\x30\x03\x40\x92\x93\xbf\x5f\ +\x8d\x8e\xd7\x07\x40\x10\xe4\x39\xd7\x70\xa5\x23\xf6\x62\xf3\x76\ +\x1d\x16\x8b\x45\x1a\x32\x64\x48\xd7\xc0\xc0\xc0\x27\xd5\x2e\x8b\ +\xcd\x66\xcb\xde\xb3\x67\xcf\x37\xdb\xb6\x6d\xbb\xa9\x72\x3b\x2c\ +\x0f\xa0\x61\xc7\x8e\x1d\x1b\xbc\xf0\xe2\x8b\xc1\x19\x37\xd5\x29\ +\x8e\xd9\x6c\x46\x54\x54\xd4\xbf\x7b\xf6\xec\x99\xc8\x96\xea\x34\ +\x8a\x00\x64\x02\x48\x06\x90\x02\x20\x03\x40\x9e\x22\x03\x7a\xce\ +\xbf\x70\x00\xfd\x01\xbc\x01\x79\xf4\x4a\x72\xf2\xf7\x73\x04\x80\ +\xb8\xec\x89\xdf\x1b\x40\x25\x00\x0d\x20\xbf\x73\x1d\xa3\x84\xbf\ +\x1f\x00\x33\x2f\x91\x0b\x7b\xc3\xa2\x22\xcc\x98\x31\x03\xfd\xfa\ +\xf5\xbb\x5d\xa1\x42\x85\x00\x55\x6f\x62\x93\x29\xb0\x69\xd3\xa6\ +\xef\xdd\xbc\x79\xf3\xea\xa9\x53\xa7\x6c\x2a\x15\x43\x02\x60\x69\ +\xd5\xaa\x55\x60\xbb\x76\xed\xcb\xa4\xa5\x5d\x57\x2d\xfc\x4d\x26\ +\x53\x72\xcf\x9e\x3d\x5f\x00\xf0\x02\x5b\xaa\xf3\x3c\x13\x40\x0e\ +\x80\x9b\x00\x2e\x02\xd8\x07\xe0\x30\x80\x6b\x00\xf2\x39\x22\xa0\ +\x4f\x28\x00\xfa\x0d\x7f\x7f\xc8\x8b\xad\x5e\x04\xd0\x0a\x40\x75\ +\x25\xf8\x4d\xf0\xdc\xb3\xe4\x35\x45\x5e\x5e\x1e\x66\xcd\x9a\x85\ +\x7e\xfd\xfa\x89\x8a\x15\x2b\xaa\x6a\xfb\xde\xde\xde\xe6\x76\xed\ +\xda\x45\x15\x17\x17\xdb\xcf\x9e\x3d\xab\x4a\x19\x1a\x35\x6a\x24\ +\xf5\xea\xd5\xdb\x98\x9c\x7c\x55\xb5\xf0\xb7\xdb\xed\xf6\xb1\x63\ +\xc7\x56\x64\xeb\x74\x09\x25\xc3\xff\x8d\x94\xcf\x4e\x00\x1b\x01\ +\x9c\x00\x90\xad\xf3\xd1\x00\x0a\x00\xd1\x05\x12\x80\x00\xe5\x06\ +\xec\x0a\xe0\x39\xc8\xef\x5a\x7b\x81\x8b\x3a\xdd\x4e\x41\x41\x01\ +\xe6\xcc\x99\x83\x7e\xfd\xfa\xa1\x62\x45\x75\x73\xc7\xc7\xc7\x47\ +\xea\xd4\xa9\x93\x49\x08\x81\x73\xe7\xdc\xbb\x24\xa0\x46\x8d\x1a\ +\x18\x32\x74\x18\x2e\x27\x5d\x52\x2d\xfc\x1d\x0e\x07\x26\x4c\x98\ +\x40\xf9\x75\x7d\x5e\x78\x2b\x7d\x50\x98\xf2\x59\xa2\x8c\x08\xdc\ +\xe2\x48\x80\xfe\x9e\x24\x89\xbe\xc2\xdf\x17\xf2\x7b\xd6\xdd\x01\ +\xb4\x83\x3c\x6f\xe5\xc3\xba\x54\x5f\x02\xd2\xd2\xd2\x54\x2f\x8b\ +\xaf\xaf\x2f\x3a\x75\xea\x84\xe8\xe8\x68\xb7\xfd\xcc\xd0\xd0\x50\ +\x8c\x1f\x3f\x41\xb5\xf0\x37\x99\xcd\x10\x42\x60\xfc\xf8\xf1\x6c\ +\x8c\xee\xcb\x0d\x6f\x25\xfc\x9f\x57\xfa\xa2\x86\x90\x47\x20\xb9\ +\xf8\x98\x02\x40\x5c\x84\x51\x09\xfc\x76\x77\x3d\xf9\x73\x14\x47\ +\x23\x12\xb0\x60\xc1\x02\xa4\xa7\xa7\xab\x5e\x16\xab\xd5\x8a\xce\ +\x9d\x3b\xa3\x6a\xd5\xaa\x6e\xf9\x59\x9f\x7c\xfa\x29\x12\x13\x2f\ +\xa8\x73\x43\x98\x4c\xf0\xb2\x58\x30\x6e\xdc\x38\x36\x42\x75\xfa\ +\xa3\xf2\x90\xa7\x20\x3b\x40\x7e\xfd\x93\xfd\x11\x05\x80\xb8\xea\ +\x01\x0f\xc0\xe3\x00\x9e\x51\xc2\x9f\xc3\x9d\x1a\xe2\xce\x9d\x3b\ +\x58\xb8\x70\x21\x6e\xde\xbc\xa9\x7a\x59\xfc\xfc\xfc\xd0\xb9\x73\ +\x67\x44\x46\x46\xba\xf4\xe7\xac\x58\xb1\x02\x17\x13\xd5\x59\x6c\ +\x6f\x34\x1a\xe1\xed\xe5\x85\x7f\xfc\xe3\x1f\x6c\x7c\xea\x66\x48\ +\x79\xc8\x8b\x90\x1b\x70\x14\x80\x02\x40\x5c\x57\x57\xc1\x90\xe7\ +\xfe\xa3\xc0\x55\xfe\x9a\x24\x2b\x2b\x0b\x0b\x16\x2c\xd0\x84\x04\ +\xf8\xfb\xfb\xe3\x95\x57\x5e\x41\x78\x78\xb8\x4b\xbe\x7f\xed\xda\ +\xb5\xd8\xbf\x7f\xbf\x6a\xe1\xef\xe3\xe3\xc3\xf0\xd7\x06\x66\xc8\ +\xfb\x3f\x34\x86\xbc\x15\x34\x73\x85\x02\x40\x5c\x70\x93\x85\x03\ +\xa8\x03\xa0\x0c\xeb\x8e\x12\x70\x3f\x04\x04\x04\xe0\xb5\xd7\x5e\ +\x43\x58\x58\x98\x53\xbf\x77\xe1\xc2\x85\x38\x7a\xf4\xa8\xaa\xe1\ +\x3f\x72\xe4\x48\x36\x36\x6d\x20\x41\x7e\x2b\xa9\xa6\xf2\x70\x62\ +\xe1\x25\xa1\x00\x10\xe7\x62\x81\xbc\xbf\x7a\x25\x3e\xfd\xeb\x43\ +\x02\x16\x2d\x5a\x84\x8c\x8c\x0c\xd5\xcb\x12\x18\x18\x88\xae\x5d\ +\xbb\x22\x34\x34\xd4\x29\xdf\x37\x73\xe6\x4c\x24\xaa\x38\xec\xef\ +\xeb\xeb\xcb\xf0\xd7\x1e\x26\xc8\xc7\x3e\x47\x82\x9b\x90\x51\x00\ +\x88\x4b\x46\x00\x4a\x36\xf9\x61\xbd\xe9\x80\xcc\xcc\x4c\xfc\xf8\ +\xe3\x8f\xb8\x75\xeb\x96\x26\x24\xe0\xd5\x57\x5f\x45\xf9\xf2\xe5\ +\x1f\xe9\x7b\xbe\xfa\xea\x2b\xa4\xa6\xa6\x42\x08\xf7\x6f\x9e\x69\ +\x34\x1a\x61\xb5\x5a\x31\x62\xc4\x08\x36\x2e\x6d\x8e\x02\xf8\x42\ +\xde\x91\xd4\x0c\xae\x03\xa0\x00\x10\xa7\xdf\x60\x16\x70\xe1\x9f\ +\xae\x48\x4f\x4f\xd7\x8c\x04\x04\x05\x05\xa1\x47\x8f\x1e\x08\x0e\ +\x0e\x7e\xa8\xff\x7e\xca\x94\x29\xb8\x93\x93\x03\x87\xc3\xfd\xaf\ +\x7a\x1b\x8d\x46\xf8\xf9\xf9\x61\xf8\xf0\xe1\x6c\x54\xda\xc5\x88\ +\xff\x9c\x45\x42\x28\x00\xc4\x89\x08\x00\x05\x90\xb7\xe4\x24\x3a\ +\x22\x2d\x2d\x4d\x53\x12\xd0\xb3\x67\x4f\x04\x05\x05\x3d\xd0\x7f\ +\x37\x76\xec\x58\x08\x00\x76\x9b\xfb\x9b\x9f\xc1\x60\x40\x50\x50\ +\x10\xde\x7d\xf7\x5d\x36\x26\x6d\x63\x87\x7c\x66\x80\x1d\xfa\x3e\ +\x5f\x85\x02\x40\x34\x47\x31\x80\x74\x00\x77\xc0\xdd\xb6\x74\x29\ +\x01\x4b\x96\x2c\x81\x1a\xa7\xe3\xfd\x2f\xc1\xc1\xc1\xe8\xd1\xa3\ +\x07\xfc\xfd\xfd\xef\xeb\xdf\x1f\x35\x6a\x14\xac\x56\x3f\x14\x17\ +\x15\xa9\x12\xfe\xe5\xca\x95\xc3\x90\x21\x43\xd8\x88\xb4\xff\x80\ +\x72\x07\xf2\x59\x01\xc5\xbc\x1c\x14\x00\xe2\x5c\x8a\x00\x5c\x86\ +\x7c\x12\x57\x21\x2f\x87\xfe\xb8\x7e\xfd\x3a\x96\x2f\x5f\x8e\xdb\ +\xb7\x6f\xab\x5e\x96\xf2\xe5\xcb\xa3\x77\xef\xde\xb0\x5a\xad\x7f\ +\xf8\xef\x0d\x1d\x3a\x14\xc1\xc1\xe5\x50\x54\xe4\xfe\x26\x67\x30\ +\x18\x50\xbe\x7c\x79\xbc\xf5\xd6\x5b\x6c\x3c\xfa\x78\x40\xb9\x0e\ +\xe0\x12\xfb\x27\x0a\x00\x71\xcd\x0d\x76\x15\xf2\xc1\x1b\x99\x1c\ +\x05\xd0\x27\xc9\xc9\xc9\x58\xb6\x6c\x99\x26\x24\xa0\x42\x85\x0a\ +\xe8\xdb\xb7\xef\xef\x4a\x40\xff\xfe\xfd\x11\x19\x15\x85\xfc\xfc\ +\x3c\xd5\xc2\x7f\xf0\xe0\xc1\x6c\x34\xfa\x78\xfa\xcf\x02\x70\x1a\ +\xf2\xf1\xea\x45\xbc\x24\x14\x00\xe2\x5c\x1c\x4a\xf0\x1f\x04\x70\ +\x0e\xf2\x7a\x00\xa2\x43\xae\x5e\xbd\xaa\x29\x09\xe8\xd3\xa7\x0f\ +\xbc\xbd\xbd\xff\xeb\xef\xbb\x76\xed\x8a\xc7\x1f\x7f\x1c\x39\x77\ +\xee\xa8\x12\xfe\x15\x2a\x54\x60\xf8\xeb\x87\x42\x00\x89\x00\x0e\ +\x40\x9e\x02\xe0\xc3\x09\x05\x80\xb8\x80\x7c\xc5\xb2\xb7\x01\xb8\ +\x02\xce\xb5\xe9\x5a\x02\x56\xac\x58\x81\x3b\x2a\x04\xec\xff\x12\ +\x12\x12\x82\x3e\x7d\xfa\xc0\x62\x91\xf7\x6f\x69\xd7\xae\x1d\x9e\ +\x69\xd1\x42\x95\xf5\x0a\x92\x24\x21\x24\x24\x04\x6f\xbe\xf9\x26\ +\x1b\x89\x3e\xb0\x41\x9e\x96\xdc\x01\xe0\x38\x80\x5c\x5e\x12\xfd\ +\xa0\x97\x57\xca\x26\x3a\xf9\xfb\x72\x20\x0f\xa5\x1f\x81\x3c\x74\ +\xa5\x17\x4a\xde\x04\xc8\x01\x60\x85\xbc\xf1\x86\x3f\xf8\x6a\xa0\ +\x2e\xc9\xce\xce\x46\x6a\x6a\x2a\xa2\xa3\xa3\xe1\xe5\xa5\xee\xde\ +\x29\xfe\xfe\xfe\x88\x8e\x8e\x86\xd5\x6a\x45\x97\x2e\xaf\x22\x3d\ +\xfd\x86\x2a\xe1\x5f\xa9\x52\x25\x0c\x1a\x34\x88\x8d\x43\x3f\xe1\ +\x7f\x0d\xc0\xaf\x00\x56\x42\x1e\x99\xd4\xd3\xfc\x7f\xc9\xd1\xea\ +\x4f\x40\x3e\xc7\x20\x10\xce\xdd\xbf\x20\x8e\x23\x00\xc4\xd9\x14\ +\x02\x38\x0b\x60\x19\x80\x9f\x00\x5c\x50\x84\x80\xc3\x6e\x3a\x24\ +\x29\x29\x09\x6b\xd6\xac\x41\x6e\xae\xfa\x0f\x4e\xa1\xa1\xa1\xa8\ +\x51\xa3\x06\x02\x02\x02\x54\x09\xff\x88\x88\x08\xfc\xed\x6f\x7f\ +\x63\xa3\xd0\x3e\x0e\x00\x79\x90\x17\xfc\xfd\xac\xf4\x45\xa7\x20\ +\x8f\x50\x12\x1d\xc1\xa3\x1b\xf5\x87\x50\x02\xff\xb8\x32\x1a\x70\ +\x1d\xf2\x71\x9c\x35\x01\x94\x85\xbc\x59\xd0\xdd\x9b\x71\x70\x47\ +\x2e\x8d\x93\x98\x98\x88\xd5\xab\x57\xe3\xe5\x97\x5f\x36\xfc\xd9\ +\xaa\x7c\x57\x13\x16\x16\x86\x2d\x5b\x36\xa3\x6d\xdb\xb6\x88\x8f\ +\x8f\x77\xcb\x8e\x7f\x92\x24\x21\x32\x32\x52\xf4\xed\xdb\x97\xef\ +\x8e\x6b\xb7\xcf\x71\x28\x4f\xfc\x45\x90\x47\x4d\xcf\x03\xd8\x05\ +\x60\x0b\x80\x33\x90\x5f\x01\x64\xfd\x51\x00\x88\x9b\x6e\xc8\x5c\ +\xc8\xeb\x01\xd2\x95\x3f\x9f\x00\x50\x1d\xf2\x31\xc1\x81\x00\xbc\ +\xc1\xa9\x01\xdd\x70\xe1\xc2\x05\xac\x5b\xb7\xce\xdc\xa9\x53\xa7\ +\x48\x1f\x1f\x1f\x55\x0f\x53\xa9\x52\xa5\x0a\x36\x6c\xd8\x80\x9a\ +\x35\x6b\xc2\x66\xb3\xa1\xb8\xd8\x75\x4b\x4d\x24\x49\x42\xcd\x9a\ +\x35\x53\xbb\x75\xeb\x96\xc9\x56\xa0\xe9\x27\xfe\x02\x00\xb7\x01\ +\xa4\x41\x1e\x75\x3c\xaa\xf4\x3b\xa9\xca\xff\xc7\xf0\xa7\x00\x10\ +\x37\x4b\x40\x01\xe4\x57\x03\x6f\x42\x5e\xd3\x10\x02\xf9\x38\x4e\ +\x7f\x0a\x80\xfe\x48\x48\x48\x40\x50\x50\x50\x99\x56\xad\x5a\x8d\ +\x36\x9b\xcd\x15\xd4\x2c\x4b\x44\x44\x04\x12\x12\x12\x60\x32\x99\ +\x10\x19\x19\x09\x9b\x0b\x76\x00\x94\x24\x09\xf5\x9f\x78\xe2\xfa\ +\x4b\x9d\x3a\x8d\x63\x80\xe8\x42\x00\x4a\x36\xfa\xb9\x0e\x20\x43\ +\xf9\x3b\x3b\x2f\x0f\x05\x80\xa8\x7b\x73\xe6\x42\x9e\x7f\xbb\xae\ +\xd4\xa9\x74\xd7\x87\xe8\x88\x3d\x7b\xf6\xe0\xf1\xc7\x1f\xff\xa5\ +\x5c\xb9\x72\xbf\x18\x0c\x86\x2a\x6a\x96\x25\x32\x32\x12\x17\x2e\ +\x5c\x40\x7a\x7a\x3a\x82\x83\x83\x9d\x7a\x06\x80\x24\x49\x68\xda\ +\xec\xc9\xec\x36\x2f\xbe\x50\x13\xdc\xde\x5a\x2f\x0f\x1c\x0e\x25\ +\xf0\xed\xe0\x9a\x23\x0a\x00\xd1\x9c\x08\x38\xd8\x99\xea\x9f\xa9\ +\x53\xa7\x26\x8c\x19\x33\xa6\x95\xd9\x6c\xde\xae\xb6\x04\x54\xab\ +\x56\x0d\xe7\xcf\x9f\x87\xd1\x68\x44\x50\x50\x90\x53\x46\x02\x94\ +\xf0\xbf\xdd\xe6\xc5\x17\xca\xb1\xbd\x12\xa2\x1e\x7c\x0b\x80\x10\ +\x0d\xf2\xd1\x47\x1f\x5d\x2a\x2e\x2e\x6e\xed\x70\x38\xae\xaa\x5d\ +\x96\xea\xd5\xab\x23\x35\x35\x15\xd7\xaf\x5f\x87\xc1\x60\x80\x24\ +\x3d\xfc\xc0\x92\x24\x49\x68\xd2\xb4\xd9\xed\x36\x2f\xbe\x10\xcc\ +\xf0\x27\x84\x02\x40\x08\xb9\xb7\x04\xfc\x56\x5c\x5c\xdc\x4a\x08\ +\x91\xac\x76\x59\x6a\xd4\xa8\x81\x9b\x37\x6f\xe2\xea\xd5\xab\xb0\ +\xd9\x6c\x0f\x2d\x01\x8d\x1a\x37\xc9\x6b\xdb\xe6\x45\x86\x3f\x21\ +\x14\x00\x42\xc8\x9f\x49\x40\x51\x51\x51\x2b\x21\x44\x8a\x16\x24\ +\x20\x2b\x2b\x0b\xd9\xd9\xd9\x0f\x25\x01\x8d\x1b\x37\xcd\x6b\xdf\ +\xae\x6d\x20\xc3\x9f\x10\x0a\x00\x21\xe4\xfe\x24\xe0\x62\x71\x71\ +\xf1\x73\x42\x88\xeb\x6a\x96\x43\x92\x24\xd4\xae\x5d\x1b\x29\x29\ +\x29\xc8\xc8\xc8\x78\xa0\xf5\x00\x8d\x1a\x37\xc9\x6f\xdf\x9e\xe1\ +\x4f\x08\x05\x80\x10\xf2\x40\x4c\x99\x32\xe5\x6c\x71\x71\x71\x6b\ +\x21\x44\x9a\xda\x12\x50\xb7\x6e\x5d\xa4\xa5\xa5\xa1\xb8\xb8\xf8\ +\xbe\xde\x0c\x68\xd4\xa8\x49\x7e\x87\xf6\xed\x02\x18\xfe\x84\x50\ +\x00\x08\x21\x0f\x29\x01\x36\x9b\xed\x59\x21\xc4\x0d\x35\xcb\x51\ +\x22\x01\x09\x09\x09\xb8\x73\xe7\x0e\x1c\x0e\xc7\xef\xee\x18\x58\ +\xb3\x66\xad\xa2\x0e\x1d\x18\xfe\x84\x50\x00\x08\x21\x8f\xc4\xe4\ +\xc9\x93\xe3\x15\x09\x48\x57\x5b\x02\xea\xd7\xaf\x8f\x8b\x17\x2f\ +\x22\x39\x39\x19\x0e\x87\xc3\x2e\xfe\xc7\x02\xc2\xc2\xc2\x6c\xa7\ +\x4f\x9f\x6a\xc4\xf0\x27\x44\x9b\xe8\x65\xa3\x18\xe1\xe4\xef\xba\ +\x0e\x60\x1e\x80\x19\x00\x92\xc0\x5d\xc8\x88\xce\x18\x3b\x76\xec\ +\x13\x26\x93\x69\xb3\x24\x49\x41\xaa\xde\x98\x42\xe0\xe8\xd1\xa3\ +\x0e\x5f\x5f\xdf\xfc\x8a\x15\x2b\x16\xf9\xfa\xfa\x66\x87\x87\x87\ +\x57\xa9\x58\x29\xb4\xb8\xcb\x2b\x9d\xfd\x18\xfe\x44\xe3\xf9\x17\ +\x0e\xa0\x3f\x80\x37\x00\x54\x76\x72\x26\x4a\x7a\xb8\x00\x14\x00\ +\x0a\x00\xd1\x21\xe3\xc6\x8d\x6b\x60\x34\x1a\x37\x4b\x92\x54\x56\ +\xcd\x72\x38\x1c\x0e\x9c\x38\x71\xe2\xdc\x9a\x35\x6b\x96\x00\xd8\ +\x0a\x20\x01\x40\x26\xc3\x9f\x50\x00\xb4\x0d\xa7\x00\x08\xd1\x29\ +\x1f\x7e\xf8\xe1\x51\xbb\xdd\xfe\xbc\x10\x22\x5b\xd5\x4e\xc4\x60\ +\x40\xfd\xfa\xf5\xab\x0d\x1c\x38\x10\x90\x4f\x89\x63\xf8\x13\xa2\ +\x03\x28\x00\x84\xe8\x18\xa3\xd1\xd8\x3f\x25\x25\x65\x80\xdd\x6e\ +\xcf\x53\xf5\x51\x4a\x92\x0c\x61\x61\x61\xef\x8f\x1a\x35\xaa\x25\ +\x38\xa2\x46\x08\x05\x80\x10\xe2\x3a\x26\x4e\x9c\x28\x24\x49\x1a\ +\x12\x14\x14\x34\x6e\xef\xde\xbd\xfb\x6d\x36\x9b\xaa\x07\xb4\x48\ +\x92\x64\xf2\xf1\xf1\x99\x33\x6a\xd4\xa8\xf6\xe0\x49\x94\x84\x50\ +\x00\x08\x21\xae\x09\xff\x92\x7f\xf6\xf5\xf5\x7d\xa2\x7e\xfd\xfa\ +\xcd\x77\xee\xdc\x69\x77\xc5\xb1\xbd\x0f\x28\x01\x5e\x3e\x3e\x3e\ +\x4b\x46\x8d\x1a\xd5\x96\x12\x40\x08\x05\x80\x10\xe2\xa2\xf0\x2f\ +\xc1\xdf\xdf\xdf\xab\x59\xb3\x66\xe6\x9d\x3b\x77\x42\x03\x12\xe0\ +\xed\xe3\xe3\xb3\xec\x1f\xff\xf8\xc7\x8b\x94\x00\x42\x28\x00\x84\ +\x10\x17\x85\xff\x5d\x23\x01\x78\xfa\xe9\xa7\xb1\x6b\xd7\x2e\xd8\ +\xed\x76\xd5\x25\xc0\xd7\xd7\x77\xe9\xc8\x91\x23\x5b\x53\x02\x08\ +\xa1\x00\x10\x42\x5c\x14\xfe\x25\x58\x2c\x16\xb4\x68\xd1\x02\x3b\ +\x77\xee\xd4\x82\x04\x58\xad\x56\xeb\xaa\x11\x23\x46\xb4\xa4\x04\ +\x10\x42\x01\x20\x84\xb8\x28\xfc\x4b\x30\x1a\x8d\x68\xd5\xaa\x15\ +\xf6\xed\xdb\xa7\x05\x09\xf0\xf3\xf3\xf3\x5b\x33\x62\xc4\x88\x67\ +\x28\x01\x84\x50\x00\x08\x21\x2e\x0a\xff\xbb\x82\x17\x4f\x3f\xfd\ +\x34\xf6\xed\xdb\x77\x5f\x07\xf6\xb8\x5a\x02\xac\x56\xeb\xea\x77\ +\xdf\x7d\xb7\x09\x25\x80\x10\x0a\x00\x21\xc4\x45\xe1\x7f\x37\x5a\ +\x91\x00\x83\xc1\x10\xe8\xef\xef\xbf\xfe\x9d\x77\xde\x69\x4c\x09\ +\x20\x84\x02\x40\x08\x71\x61\xf8\x97\xd0\xbc\x79\x73\xec\xdf\xbf\ +\x5f\x0b\x12\x50\x36\x20\x20\x60\xfd\x3b\xef\xbc\xd3\x90\x12\x40\ +\x08\x05\x80\x10\xe2\xc2\xf0\x2f\xe1\xa9\xa7\x9e\xd2\x8a\x04\x04\ +\x05\x04\x04\xfc\x34\x6c\xd8\xb0\xc7\x28\x01\x84\x50\x00\x08\x21\ +\x2e\x0c\xff\xbb\x25\xe0\xf0\xe1\xc3\x5a\x90\x80\x0a\x65\xcb\x96\ +\xfd\x65\xd8\xb0\x61\xf5\x28\x01\x84\x50\x00\x08\x21\x2e\x0c\xff\ +\x12\x9a\x34\x69\x82\x23\x47\x8e\x40\x08\x75\xb7\xeb\x2f\x91\x80\ +\xa1\x43\x87\xd6\xa1\x04\x10\x42\x01\x20\x84\xe1\xef\x06\x1a\x37\ +\x6e\x8c\xc3\x87\x0f\x6b\x41\x02\x42\xca\x96\x2d\xbb\x7e\xf0\xe0\ +\xc1\xd5\x29\x01\x84\x50\x00\x08\x61\xf8\xbb\x49\x02\x8e\x1d\x3b\ +\xa6\xba\x04\x18\x8d\xc6\xf0\x72\xe5\xca\xfd\xf2\xb7\xbf\xfd\x2d\ +\x9a\x12\x40\x08\x05\x80\x10\x86\xbf\x1b\x68\xd0\xa0\x01\x4e\x9d\ +\x3a\x95\xab\x01\x09\xa8\x12\x12\x12\xf2\x2b\x25\x80\x10\x0a\x00\ +\x21\x0c\x7f\x37\xe0\x70\x38\x44\x4e\x4e\xce\xc5\xcb\x97\x2f\xaf\ +\x15\x2a\x5b\x80\x22\x01\x1b\x06\x0c\x18\x10\x49\x09\x20\x84\x02\ +\x40\x08\xc3\xdf\x85\xe1\x7f\xf8\xf0\xe1\x33\x9b\x36\x6d\x5a\x35\ +\x67\xce\x9c\x2f\x0b\x0a\x0a\x46\x0a\x21\x54\x7d\x3d\xc0\x68\x34\ +\x46\x87\x85\x85\xfd\xd2\xbf\x7f\xff\x08\x4a\x00\x21\x14\x00\x42\ +\x18\xfe\x4e\x46\x08\x81\xe3\xc7\x8f\xc7\x6f\xd8\xb0\x61\x05\x80\ +\x6d\x00\x12\x3e\xf9\xe4\x93\x7f\x09\x21\x06\x6b\x60\x24\x20\x26\ +\x2c\x2c\xec\x97\x7e\xfd\xfa\x55\xa1\x04\x10\x42\x01\x20\x84\xe1\ +\xef\xe4\xf0\x5f\xbb\x76\xed\xf2\x92\xf0\x07\x90\x09\xc0\x36\x69\ +\xd2\xa4\xef\xb4\x20\x01\x26\x93\xa9\x5a\x78\x78\xf8\x2f\x7d\xfb\ +\xf6\xad\x4c\x09\x20\x84\x02\x40\x08\xc3\xdf\x09\xe1\x7f\xe2\xc4\ +\x89\x84\x35\x6b\xd6\x2c\xfb\xdf\xf0\x2f\xf9\x77\x26\x4d\x9a\x34\ +\x43\x08\x31\x42\xed\xeb\x64\x32\x99\xaa\x57\xae\x5c\xf9\xa7\xee\ +\xdd\xbb\x57\xa2\x04\x10\x42\x01\x20\x84\xe1\xff\x08\xe1\x7f\xe6\ +\xcc\x99\x73\xab\x57\xaf\x5e\xfa\x7b\xe1\x7f\x97\x04\xfc\xd3\xe1\ +\x70\x68\x41\x02\xea\xc6\xc4\xc4\x6c\xe8\xd6\xad\x5b\x45\x4a\x00\ +\x21\xce\x47\xd2\x49\x39\x85\x93\xbf\xeb\x3a\x80\x79\x00\x66\x00\ +\x48\x72\xf2\xf7\x13\xa2\xb9\xf0\x8f\x8f\x8f\x3f\xb7\x6c\xd9\xb2\ +\x1f\x01\xec\x00\x70\x11\x40\x81\xd2\xee\xa5\xdf\xeb\x07\x46\x8f\ +\x1e\xfd\x96\xb7\xb7\xf7\x04\xb5\xaf\x5d\x51\x51\xd1\x99\x3d\x7b\ +\xf6\xbc\xbe\x63\xc7\x8e\x74\x00\x76\xb6\x26\x55\x70\x00\x28\x02\ +\x50\x08\xa0\x58\xf9\xdf\x7a\xef\x37\x25\x00\xe1\x00\xfa\x03\x78\ +\x03\x40\x65\x27\x67\xa2\xe6\xf3\xd5\xc4\x76\x4d\x88\xe7\x86\x3f\ +\x00\x24\x24\x24\x9c\x5f\xb6\x6c\xd9\x72\x00\xa7\x95\x27\xe9\x27\ +\x00\x54\x04\x10\xa8\xfc\xef\x7b\x76\x54\x1f\x7f\xfc\x71\xe1\xa0\ +\x41\x83\x36\x56\xaa\x54\xe9\x45\x35\xcb\x6f\xb1\x58\xea\x34\x6e\ +\xdc\x78\xdd\xa5\x4b\x97\xe6\x5f\xb9\x72\x25\x4f\x09\x1f\xe2\xde\ +\x07\xb0\x22\x00\x37\x01\x5c\x03\x90\xaa\x3c\x44\x65\x43\x1e\x41\ +\xe2\x03\x14\x47\x00\x38\x02\x40\x88\xd6\xc2\xff\xfc\xf9\xf3\x17\ +\x17\x2d\x5a\xb4\x12\x40\x32\x80\xf2\x00\xaa\x00\xa8\x04\xa0\x02\ +\x00\x3f\xc8\xd3\x80\x7f\xd8\x0f\xf4\xe9\xd3\xa7\x4c\xd5\xaa\x55\ +\xcb\xa8\x7d\x2d\x6f\xdd\xba\x55\xb8\x60\xc1\x82\x1b\x19\x19\x19\ +\x1c\x05\x70\x7f\xff\x5b\xac\x04\xfe\x0d\x00\x57\x00\x1c\x05\x70\ +\x50\xe9\x3f\x73\x74\x2a\x65\xa5\x7e\x04\x80\x02\x40\x01\x20\x1e\ +\x1a\xfe\x17\x2e\x5c\xf8\x6d\xe1\xc2\x85\xeb\x00\xe4\x01\xa8\x0e\ +\xa0\xb6\x12\xfc\x3e\x90\x47\xff\xee\x7b\x5e\xbd\x77\xef\xde\x52\ +\x74\x74\xb4\xea\xfd\x45\x46\x46\x86\x58\xb8\x70\xa1\xc8\xcc\xcc\ +\x64\x03\x73\x7f\x1f\x6c\x57\x9e\xf8\x73\x00\x5c\x06\xb0\x17\xc0\ +\x26\x00\x87\x95\xd1\x01\xbd\x49\x40\xa9\x17\x00\xbd\x2c\xac\x99\ +\xe8\xe4\xef\xcb\x01\x70\x02\xc0\x11\x00\x59\xbc\xb7\x89\xa7\x85\ +\xff\xa5\x4b\x97\x92\xe6\xcf\x9f\xbf\x4e\x79\xc2\x6f\x0a\xa0\x21\ +\x80\x50\x00\xbe\x00\xcc\xf8\xcf\xd0\xff\x7d\x7d\x4e\x9e\x3c\x29\ +\x55\xae\x5c\x19\x41\x41\x41\xaa\x5e\x57\x5f\x5f\x5f\x29\x2a\x2a\ +\x4a\x8a\x8f\x8f\x97\x8a\x8b\x8b\xa5\x07\xf9\x1d\xf8\x79\xa4\x8f\ +\x41\x69\x33\x66\xa5\x0d\x95\x53\x46\x93\x82\x01\xe4\x2a\x23\x03\ +\x05\x3a\x7b\x98\x92\x00\x04\x40\x9e\x12\x6b\x00\x79\x4a\xcc\x99\ +\xa1\x1d\xa7\xf5\x0b\xc0\xb7\x00\x08\xf1\xb0\xf0\x4f\x4a\x4a\xba\ +\x3c\x77\xee\xdc\x55\xca\x13\x5b\x23\x00\xf5\x94\x8e\xda\xf4\x28\ +\x1d\xdc\xfc\xf9\xf3\xf1\xdb\x6f\xbf\xa9\x7e\x7d\x2b\x54\xa8\x80\ +\xbe\x7d\xfb\xc2\x6a\xb5\xb2\xb1\xa9\x17\x9c\x5e\x8a\x50\xb6\x06\ +\xd0\x1d\x40\x33\x25\x4c\x25\x5e\x1e\xfd\x40\x01\x20\xc4\x83\xc2\ +\xff\xf2\xe5\xcb\x97\xe7\xcc\x99\xb3\x18\x40\x06\x80\x3a\x00\x6a\ +\x02\xf0\x77\x56\xc7\x3c\x6f\xde\x3c\x5c\xba\x74\x49\x13\x12\xd0\ +\xa7\x4f\x1f\x78\x7b\x7b\xb3\xd1\xa9\x87\x51\x11\xcb\xa7\x00\xb4\ +\x07\x50\x55\x19\x21\x20\x14\x00\x42\x18\xfe\xee\xe4\xca\x95\x2b\ +\x57\x66\xcf\x9e\x3d\x17\xf2\x3b\xfe\x15\x01\xd4\x70\xc5\x53\xd9\ +\xdc\xb9\x73\x35\x21\x01\x21\x21\x21\xe8\xd3\xa7\x0f\x2c\x16\x0b\ +\x1b\x9f\xba\x19\x12\x0c\x79\x9a\xa9\x11\xe4\x85\xa5\x1c\x05\xa0\ +\x00\x10\xc2\xf0\x77\x17\xd7\xae\x5d\x4b\x99\x35\x6b\xd6\x6c\x00\ +\x7b\x20\xbf\xb2\x15\x0d\x79\x9e\xd6\x25\xf7\xf8\x82\x05\x0b\x70\ +\xe5\xca\x15\xd5\xaf\x7b\x68\x68\x28\xfa\xf5\xeb\x47\x09\x50\x17\ +\x33\xe4\xf5\x00\x8d\x01\x84\x30\x57\x28\x00\x84\x30\xfc\xdd\x44\ +\x6a\x6a\xea\xb5\xef\xbe\xfb\xee\x7b\x00\xdb\x01\xa4\x40\x7e\xdd\ +\x2f\x1c\xf2\x3c\xad\x4b\xb0\xdb\xed\x98\x3b\x77\x2e\xae\x5e\xbd\ +\xaa\x09\x09\xe8\xdb\xb7\x2f\x8c\x46\x6e\x16\xa8\x12\x92\xf2\xe4\ +\x5f\x1d\xf2\x34\x80\x17\x2f\x09\x05\x80\x10\x86\xbf\x1b\xc2\x7f\ +\xc6\x8c\x19\x33\x21\x6f\xef\x7b\x4e\xf9\xeb\x08\xc8\xc3\xb2\x2e\ +\xbd\xbf\xed\x76\x3b\xe6\xcc\x99\xa3\x09\x09\x08\x0b\x0b\x43\xdf\ +\xbe\x7d\xd9\x20\xd5\xc3\xa8\x88\x67\x04\x05\x80\x02\x40\x08\xc3\ +\xdf\xc5\xdc\xb8\x71\x23\x6d\xf6\xec\xd9\x25\xe1\x9f\x00\xe0\x96\ +\xd2\xf9\x96\x07\x60\x85\x1b\xe6\x62\x4b\x24\x20\x39\x39\x59\xf5\ +\xfa\xa8\x52\xa5\x0a\xfa\xf7\xef\xcf\x86\xa9\xde\x28\x80\x2f\x80\ +\xb2\x78\xc4\xb7\x4d\x08\x05\x80\x10\x86\xff\x1f\x90\x9e\x9e\x9e\ +\x36\x77\xee\xdc\x19\x45\x45\x45\xff\x7b\xb0\x8f\x01\x0f\xb8\xc9\ +\x8f\x33\x24\x60\xf6\xec\xd9\x48\x49\x49\x51\xbd\x5e\x22\x22\x22\ +\xd0\xaf\x5f\x3f\x36\x50\xf5\xf2\xc4\xc4\x5c\xa1\x00\x10\xc2\xf0\ +\x77\x11\x37\x6f\xde\xbc\x31\x67\xce\x9c\x19\xb9\xb9\xb9\x5b\xf1\ +\x7f\x4f\xf5\x2b\x82\xbc\xd1\x55\x91\x3b\xcb\x64\xb7\xdb\x31\x7f\ +\xfe\x7c\xa4\xa6\xa6\xaa\x5e\x3f\x91\x91\x91\xe8\xd5\xab\x17\x1b\ +\xaa\xfb\xb1\x41\xde\x0c\x88\x67\x35\x50\x00\x08\x61\xf8\x3b\x9b\ +\xcc\xcc\xcc\x9b\x8b\x17\x2f\xfe\xbd\xf0\x77\x00\xb8\x0d\xf9\xc0\ +\x96\x6c\xb8\x79\x57\xb6\x82\x82\x02\xcc\x9d\x3b\x17\xd7\xaf\x5f\ +\x57\xbd\x9e\x62\x62\x62\xd0\xb3\x67\x4f\x36\x58\xf7\x21\x00\xdc\ +\x01\x90\xae\xc8\x27\xb7\x57\xa7\x00\x10\xc2\xf0\x77\x16\xb7\x6e\ +\xdd\xca\x58\xb8\x70\xe1\xb4\x8c\x8c\x8c\x2d\xf7\x08\xff\x92\x4e\ +\x38\x0b\xf2\x71\xbf\x69\xff\xf3\xff\xb9\x4d\x02\xe6\xcc\x99\xa3\ +\x09\x09\xa8\x5e\xbd\x3a\x25\xc0\x7d\x14\x41\x7e\x03\xe5\x37\xc8\ +\x47\x06\x13\x0a\x00\x21\x0c\x7f\x67\x90\x9d\x9d\x7d\x6b\xc5\x8a\ +\x15\x7f\x14\xfe\x25\x02\x90\xa7\x08\x40\x22\xe4\xa9\x00\xb7\x53\ +\x22\x01\x69\x69\x69\x9a\x90\x80\x1e\x3d\x7a\xb0\x01\xbb\x16\x87\ +\xd2\x1e\x4f\x43\x3e\x24\xa8\x88\x97\x84\x02\x40\x08\xc3\xdf\x49\ +\xe1\xbf\x6c\xd9\xb2\x6f\x93\x93\x93\x37\xff\x41\xf8\x97\x60\x83\ +\x7c\x5c\xeb\x11\x00\x57\x21\x1f\xe3\xaa\x8a\x04\x2c\x58\xb0\x00\ +\xe9\xe9\xe9\x9a\x90\x80\xd7\x5e\x7b\x8d\x0d\xd9\x85\xd5\x0d\xe0\ +\x02\x80\xfd\xd0\xe7\xa9\x80\x14\x00\x42\x88\xf6\xc2\xff\xf6\xed\ +\xdb\x59\x2b\x56\xac\x98\x7a\x9f\xe1\x5f\xf2\x34\x76\x13\xc0\x01\ +\xa5\x43\x4e\x83\x7c\x28\x90\xdb\xb9\x73\xe7\x0e\x16\x2e\x5c\x88\ +\x9b\x37\x6f\xaa\x5a\x87\x92\x24\xa1\x76\xed\xda\x78\xf5\xd5\x57\ +\xd9\xa0\x9d\x4f\xb1\x22\x9c\xdb\x01\x9c\x04\x90\xcf\x4b\x42\x01\ +\x20\x84\xe1\xff\x88\xe4\xe4\xe4\xdc\x5e\xbb\x76\xed\xd4\x2b\x57\ +\xae\xfc\x7a\x9f\xe1\x5f\x42\x11\x80\xb3\x00\x36\x40\xde\x1a\xf8\ +\x06\x54\x58\x0f\x00\x00\x59\x59\x59\x58\xb0\x60\x81\x26\x24\xa0\ +\x4e\x9d\x3a\xe8\xd2\xa5\x0b\x1b\xb6\xf3\xc3\x7f\x13\x80\x8d\x90\ +\xd7\x00\xd8\x78\x59\x28\x00\x84\x30\xfc\x1f\x3d\xfc\xbf\x4d\x4c\ +\x4c\xdc\xf4\x80\xe1\x0f\xc8\x6b\x01\xb2\x95\x11\x80\x65\x00\xb6\ +\x2a\x1d\x75\x3e\x54\x58\x9d\xad\x25\x09\xa8\x5b\xb7\x2e\x5e\x7a\ +\xe9\x25\x36\xf0\x47\xc3\x01\x79\xc5\xff\x39\x00\x6b\x01\x2c\x07\ +\x70\x06\xf2\x54\x00\xd1\x11\x26\x5e\x02\x42\xb4\x15\xfe\xb9\xb9\ +\xb9\x77\xd6\xad\x5b\xf7\xed\xf9\xf3\xe7\x37\x3e\x44\xf8\xdf\xdd\ +\x49\xa7\x03\xd8\x09\x79\x31\xe0\x55\x00\x4d\x00\xc4\x00\x28\x03\ +\xc0\x02\x79\xb3\x20\xb7\xec\xd8\x96\x95\x95\x85\x45\x8b\x16\xe1\ +\xf5\xd7\x5f\x37\x06\x07\x07\xab\xb6\x4b\x9c\x24\x49\xa8\x5f\xbf\ +\x3e\x84\x10\x8e\xb5\x6b\xd7\x72\xae\xfa\x4f\x2e\xd7\x5d\x42\xe9\ +\x80\x3c\x95\x54\xa0\xb4\xab\x04\xc8\xa3\x4b\xdb\x21\x8f\x36\xe5\ +\x80\xaf\xfe\x51\x00\x08\x61\xf8\x3f\x3c\x79\x79\x79\x39\x1b\x37\ +\x6e\x9c\x7a\xf6\xec\xd9\x47\x09\xff\xbb\x25\xe0\x26\x80\xbd\xca\ +\x08\xc0\x61\x00\xf5\x00\x54\x83\xbc\x5d\xb0\x2f\xe4\x93\xdc\xdc\ +\x12\xc8\x99\x99\x99\x58\xbe\x7c\xb9\xa1\x47\x8f\x1e\xd5\x03\x02\ +\x02\xfc\xd5\x94\x80\x27\x9e\x78\xc2\x60\x34\x1a\x53\x57\xad\x5a\ +\x95\xa6\x5c\x27\x86\xd7\xef\x0b\x80\x1d\xff\xd9\x60\xea\x9a\xd2\ +\x2e\x4f\x02\x38\x0f\x79\x8d\x49\x21\xaf\x1f\x05\x80\x10\x86\xff\ +\x23\x90\x9f\x9f\x9f\xbb\x71\xe3\xc6\xa9\x27\x4f\x9e\xfc\xd9\x09\ +\xe1\x8f\xbb\x9e\xde\xee\x40\x5e\xa5\x9d\x0c\xe0\x28\x80\x8a\x90\ +\xf7\x6c\x77\xab\x00\x00\x40\x6a\x6a\x2a\x7e\xfe\xf9\x67\xcb\xcb\ +\x2f\xbf\x3c\xca\xcb\xcb\xab\x96\x9a\x12\xf0\xd8\x63\x8f\x55\xf2\ +\xf6\xf6\xde\xb5\x78\xf1\xe2\x2d\xe0\x0e\x76\x7f\x26\x92\x25\x02\ +\x70\x13\xc0\x75\xc8\xfb\x4d\xf0\x9a\x51\x00\x08\x61\xf8\x3b\x23\ +\xfc\x37\x6d\xda\x34\xf5\xc4\x89\x13\x1b\x9c\x18\xfe\x77\x63\x53\ +\x44\x20\x17\xf2\x62\xad\x92\x3d\xdb\xdd\xbe\x0e\x28\x21\x21\x01\ +\x75\xeb\xd6\xfd\xb9\x56\xad\x5a\x2b\x0c\x06\x43\x73\x15\x25\xc0\ +\x50\xbd\x7a\xf5\xd7\xfe\xfa\xd7\xbf\x26\xcc\x9c\x39\x73\xb6\x12\ +\x70\x76\xde\x0d\xf7\x94\x48\xa1\x5c\x1b\x9b\xf2\xe1\x13\xbf\x07\ +\x20\xe9\xa8\x01\x3a\xf3\xbb\xae\x03\x98\x07\x60\x06\x80\x24\x36\ +\x66\x86\xbf\x9a\x3f\xbf\xb0\xb0\x30\x7f\xcb\x96\x2d\x53\x0f\x1e\ +\x3c\xf8\x93\x8b\xc2\x5f\xb3\xc4\xc6\xc6\xee\x94\x24\xe9\x19\x55\ +\x3b\x17\x21\xec\x69\x69\x69\x63\xa6\x4f\x9f\x3e\x53\x91\x24\x4a\ +\x40\xe9\xc9\xbf\x70\x00\xfd\x01\xbc\x01\xa0\xb2\x93\x33\x51\xf3\ +\xf9\xca\xb7\x00\x08\xc3\x5f\xe5\xf0\xdf\xb6\x6d\xdb\xb4\xd2\x18\ +\xfe\x00\x10\x17\x17\xd7\x42\x08\x71\x50\xd5\x14\x90\x24\x63\x85\ +\x0a\x15\x26\x0f\x1c\x38\xb0\x0f\x00\x7f\xb8\xf1\x24\x45\x42\x28\ +\x00\x84\x94\xc2\xf0\x2f\x2a\x2a\x2a\xdc\xbd\x7b\xf7\x8c\xfd\xfb\ +\xf7\xaf\x2d\x8d\xe1\x7f\x97\x04\x34\x15\x42\x1c\x52\xb5\x23\x34\ +\x18\xcc\xa1\xa1\xa1\x9f\x0f\x1c\x38\xb0\xc6\xf5\xb5\x1a\x00\x00\ +\x20\x00\x49\x44\x41\x54\x37\x25\x80\x50\x00\x08\x61\xf8\xbb\x3a\ +\xfc\xa7\xef\xda\xb5\x6b\x75\x69\x0e\xff\xbb\x24\xa0\x89\x10\xe2\ +\xb0\x06\x24\xe0\x8b\x37\xde\x78\xe3\x75\x4a\x00\xa1\x00\x10\xc2\ +\xf0\x77\x3a\xc5\xc5\xc5\x85\x7b\xf7\xee\x9d\xb1\x73\xe7\xce\x55\ +\x0c\xff\xff\x92\x80\xc6\x42\x88\xa3\x6a\x4b\x40\x58\x58\xd8\x17\ +\xfd\xfa\xf5\x7b\x8d\x12\x40\x28\x00\x84\x30\xfc\x9d\x86\xcd\x66\ +\x2b\x3e\x70\xe0\xc0\xf7\xdb\xb7\x6f\x5f\xc9\xf0\xbf\xa7\x04\x34\ +\x14\x42\x1c\x53\x59\x02\xbc\xaa\x54\xa9\xf2\xaf\xbe\x7d\xfb\xbe\ +\x4a\x09\x20\x14\x00\x42\x18\xfe\x4e\x09\xff\x83\x07\x0f\xce\xdc\ +\xbc\x79\xf3\x32\x86\xff\x1f\x4a\x40\x03\x21\xc4\x19\x95\x25\xc0\ +\x3b\x22\x22\xe2\x9b\x3e\x7d\xfa\xbc\x42\x09\x20\x14\x00\x42\x18\ +\xfe\x8f\x14\xfe\x87\x0e\x1d\xfa\x7e\xd3\xa6\x4d\x4b\x19\xfe\xf7\ +\x25\x01\x75\x85\x10\xf1\x5a\x90\x80\x9e\x3d\x7b\x76\xa2\x04\x10\ +\x0a\x00\x21\x0c\xff\x07\xc6\x6e\xb7\xdb\x8e\x1d\x3b\x36\x7b\xe3\ +\xc6\x8d\x4b\x18\xfe\x0f\x24\x01\x75\x84\x10\x09\x6a\x96\xc1\x68\ +\x34\xfa\x46\x47\x47\x4f\xed\xd1\xa3\x47\x07\x4a\x00\xa1\x00\x10\ +\xc2\xf0\x7f\xe0\xf0\x5f\xbf\x7e\xfd\x22\x86\xff\x43\x49\x40\x6d\ +\x21\xc4\x59\x95\x25\xc0\x1a\x13\x13\x33\xbd\x7b\xf7\xee\xed\x29\ +\x01\x84\x02\x40\x08\xc3\xff\x7e\xc2\xdf\x7e\xe2\xc4\x89\x39\xeb\ +\xd6\xad\x5b\xc8\xf0\x7f\x24\x09\xa8\x25\x84\xf8\x4d\x6d\x09\xa8\ +\x56\xad\xda\xf4\x6e\xdd\xba\xb5\xa3\x04\x10\x0a\x00\x21\x0c\xff\ +\xdf\xc5\xe1\x70\x38\xce\x9c\x39\x33\x7f\xed\xda\xb5\x0b\x18\xfe\ +\x4e\x91\x80\x68\x21\xc4\x25\x95\x25\xc0\xaf\x5a\xb5\x6a\x53\xbb\ +\x74\xe9\xf2\x3c\x25\x80\x50\x00\x08\x61\xf8\xff\x6e\xf8\xaf\x5c\ +\xb9\x72\x0e\xc3\xdf\xa9\x12\x50\x55\x08\x91\xa4\x66\x19\x4c\x26\ +\x53\x60\xad\x5a\xb5\x66\x76\xee\xdc\xf9\x39\x4a\x00\xa1\x00\x10\ +\xc2\xf0\xff\xaf\xf0\x8f\x8f\x8f\x5f\xb0\x62\xc5\x8a\xd9\x0c\x7f\ +\x97\x48\x40\x94\x10\xe2\xb2\xda\x12\x50\xa7\x4e\x9d\x99\x2f\xbf\ +\xfc\xf2\x5f\x28\x01\x84\x02\x40\x08\xc3\x1f\x42\x08\x71\xfe\xfc\ +\xf9\x1f\x97\x2f\x5f\x3e\x8b\xe1\xef\x52\x09\x88\xd4\x80\x04\x94\ +\xa9\x53\xa7\xce\x8c\xf6\xed\xdb\xb7\xa4\x04\x10\x0a\x00\x21\x0c\ +\xff\x25\x3f\xfe\xf8\xe3\x77\x0c\x7f\xb7\x49\x40\x8a\x9a\x65\x30\ +\x9b\xcd\xc1\xf5\xeb\xd7\xff\xa1\x5d\xbb\x76\x2d\x28\x01\x84\x02\ +\x40\x48\x29\x0d\xff\xdf\x7e\xfb\x6d\xc5\xe2\xc5\x8b\xa7\x33\xfc\ +\xdd\x2a\x01\xe1\x42\x88\x6b\x5a\x90\x80\x36\x6d\xda\x3c\x43\x09\ +\x20\x14\x00\x42\x4a\x59\xf8\x5f\xba\x74\x69\xe5\xfc\xf9\xf3\xff\ +\xcd\xf0\x57\x45\x02\xc2\x84\x10\xa9\x6a\x96\xc1\x62\xb1\x94\x6b\ +\xd0\xa0\xc1\xcc\x67\x9f\x7d\xf6\x29\x4a\x00\xa1\x00\x10\x52\x0a\ +\xc2\x1f\x00\x92\x92\x92\x56\xcf\x9b\x37\xef\x1b\x86\xbf\xaa\x12\ +\x10\x2a\x84\xb8\xae\xb2\x04\x84\x34\x6d\xda\xf4\x87\xd6\xad\x5b\ +\x3f\x49\x09\x20\x14\x00\x42\x3c\x3c\xfc\xaf\x5c\xb9\xb2\x6e\xee\ +\xdc\xb9\x5f\x33\xfc\x35\x21\x01\x95\x84\x10\x37\xd5\x2c\x83\x97\ +\x97\x57\xc5\x66\xcd\x9a\xfd\xd0\xaa\x55\xab\x66\x94\x00\x42\x01\ +\x20\xc4\x43\xc3\xff\xea\xd5\xab\xeb\x67\xcd\x9a\xf5\x39\xc3\x5f\ +\x53\x12\x50\x5e\x08\x91\xa1\xb2\x04\x54\x6a\xd6\xac\xd9\x77\x4f\ +\x3e\xf9\x64\x63\x4a\x00\xa1\x00\x10\xe2\x61\xe1\x9f\x9c\x9c\xbc\ +\xe1\x87\x1f\x7e\xf8\x8c\xe1\xaf\x49\x09\x28\x27\x84\xc8\x54\xb3\ +\x0c\xde\xde\xde\x95\x5b\xb6\x6c\xf9\x7d\xd3\xa6\x4d\x1b\x51\x02\ +\x08\x05\x80\x10\x0f\x09\xff\xd4\xd4\xd4\xcd\xdf\x7f\xff\xfd\xa7\ +\x0c\x7f\x4d\x4b\x40\xb0\x06\x24\xa0\x4a\xab\x56\xad\x7e\x68\xd4\ +\xa8\x51\x43\x4a\x00\xa1\x00\x10\xa2\xf3\xf0\xbf\x7e\xfd\xfa\x96\ +\x19\x33\x66\x7c\xc8\xf0\xd7\x8d\x04\xdc\x52\xb3\x0c\x3e\x3e\x3e\ +\x55\x9e\x7d\xf6\xd9\x19\xf5\xea\xd5\x7b\x82\x12\x40\x28\x00\x84\ +\xe8\x34\xfc\xd3\xd2\xd2\xb6\x4d\x9f\x3e\xfd\x03\x86\xbf\xae\x24\ +\x20\x48\x08\x71\x47\xcd\x32\xf8\xfa\xfa\x46\xb7\x6d\xdb\x76\x26\ +\x25\x80\x50\x00\x08\xd1\x61\xf8\xdf\xb8\x71\x63\xc7\xb4\x69\xd3\ +\xe2\x18\xfe\xba\x94\x80\x00\x2d\x48\x40\x9b\x36\x6d\x66\xd4\xae\ +\x5d\xbb\x3e\x25\x80\x50\x00\x08\xd1\x49\xf8\x67\x64\x64\xec\x9b\ +\x3a\x75\x6a\x2c\xc3\x5f\xf7\x12\x90\xa3\x66\x19\xac\x56\x6b\xb5\ +\x76\xed\xda\x4d\x8d\x8e\x8e\x7e\x9c\x12\x40\x28\x00\x84\x68\x3c\ +\xfc\x33\x33\x33\x0f\x7c\xf3\xcd\x37\x63\x18\xfe\x1e\x21\x01\xfe\ +\x6a\x4b\x80\x9f\x9f\x5f\xad\x97\x5f\x7e\x79\x6a\x44\x44\xc4\x63\ +\x94\x00\x42\x01\x20\x44\xa3\xe1\x9f\x95\x95\x75\xf4\x87\x1f\x7e\ +\x18\xcd\xf0\xf7\x38\x09\xc8\x57\xb3\x0c\xfe\xfe\xfe\xb5\x5f\x7d\ +\xf5\xd5\x6f\x29\x01\x84\x02\x40\x88\x06\xc3\x3f\x3b\x3b\xfb\xd8\ +\xfc\xf9\xf3\x47\xe6\xe6\xe6\xc6\x33\xfc\x3d\x4e\x02\x7c\x85\x10\ +\x05\x2a\x4b\x40\xdd\x57\x5e\x79\xe5\xeb\x72\xe5\xca\xd5\xa3\x04\ +\x10\x0a\x00\x21\xda\x09\xff\x13\xf3\xe6\xcd\x1b\x91\x91\x91\x71\ +\x86\xe1\xef\xb1\x12\xe0\xa3\xb6\x04\x04\x06\x06\xd6\xef\xdd\xbb\ +\xf7\x57\x94\x00\x42\x01\x20\x0c\x7f\x0d\x84\xff\x9d\x3b\x77\xce\ +\xfc\xf8\xe3\x8f\xef\x32\xfc\x4b\x8d\x04\x14\xaa\x2c\x01\x0d\x7a\ +\xf5\xea\xf5\x4f\x3f\x3f\xbf\xba\x94\x00\x42\x01\x20\x0c\x7f\x95\ +\xc8\xc9\xc9\x49\x58\xb6\x6c\xd9\xdf\x53\x53\x53\x19\xfe\xa5\x47\ +\x02\xbc\xd5\x96\x80\x32\x65\xca\x34\xfc\xeb\x5f\xff\xfa\x2f\x00\ +\x75\x28\x01\x84\x02\x40\x18\xfe\xee\x0f\xff\xb3\x2b\x57\xae\x1c\ +\x76\xe5\xca\x95\xd3\x0c\xff\x52\x29\x01\xc5\x2a\x8f\x04\x3c\x31\ +\x7c\xf8\xf0\x69\xcd\x9a\x35\xe3\x01\x42\xc4\xad\x48\x3a\x29\xa7\ +\x70\xf2\x77\x5d\x07\x30\x0f\xc0\x0c\x00\x49\x4e\xfe\x7e\xa2\xa3\ +\xf0\xcf\xcb\xcb\x4b\xfc\xe9\xa7\x9f\x06\x27\x24\x24\x9c\x64\xf8\ +\x97\x5e\x62\x63\x63\x8b\x25\x49\x32\xa9\x59\x86\xe2\xe2\xe2\x8c\ +\xbc\xbc\xbc\x79\x46\xa3\x71\x83\xcd\x66\xdb\xff\xd5\x57\x5f\xe5\ +\xb0\x66\x5c\x9e\x7f\xe1\x00\xfa\x03\x78\x03\x40\x65\x27\x67\xa2\ +\xe6\xf3\x95\x23\x00\xa4\x34\x87\xff\xc5\x0d\x1b\x36\xbc\xc5\xf0\ +\x27\x71\x71\x71\x66\x21\x84\x5d\xcd\x32\x98\xcd\xe6\x60\x7f\x7f\ +\xff\xb7\xac\x56\xeb\xea\xc0\xc0\xc0\xed\x63\xc6\x8c\x09\x63\xcd\ +\x10\x0a\x00\x61\xf8\x3b\x3f\xfc\x7f\xfb\xe5\x97\x5f\xde\x3a\x7d\ +\xfa\xf4\x09\x86\x3f\x51\x24\xc0\x24\x84\x50\xb5\x1d\x18\x0c\x06\ +\x2f\x49\x92\xac\x92\x24\x35\xb4\x58\x2c\x87\xc6\x8f\x1f\xdf\x90\ +\x35\x43\x28\x00\x84\xe1\xef\x24\x0a\x0a\x0a\xae\x6e\xdb\xb6\x6d\ +\xc8\xc9\x93\x27\x8f\x33\xfc\xc9\x3d\x46\x02\x1c\x5a\x28\x8b\x24\ +\x49\x95\x0c\x06\xc3\x8e\x09\x13\x26\x74\x62\xcd\x90\xd2\x2c\x00\ +\xce\x0e\x0d\xe9\xae\x0f\x29\x5d\xe1\x9f\xbc\x6d\xdb\xb6\x41\x87\ +\x0e\x1d\x3a\xca\xf0\x27\xbf\x23\x01\x46\x57\x4b\x80\xc3\x71\x7f\ +\x5f\xaf\x8c\x06\xac\x8c\x8d\x8d\x7d\x87\x35\xe3\x3a\xd7\xd2\x41\ +\x66\x95\x6a\x01\x28\x04\xe0\x70\xf2\xef\x6d\x56\xfe\xa4\x04\x94\ +\x92\xf0\x2f\x2c\x2c\x4c\xdd\xbb\x77\xef\xe0\x03\x07\x0e\x1c\x61\ +\xf8\x13\x35\x25\xc0\x60\xb8\xff\xae\x57\x92\x24\xa3\x24\x49\xff\ +\x8c\x8d\x8d\xfd\x8e\x35\xe3\x74\x8c\x00\x2c\x70\xee\x9b\x17\x0e\ +\x00\x45\x14\x00\xe7\x91\xeb\x64\x01\x30\x01\xf0\x55\x2a\x9e\x94\ +\x82\xf0\x2f\x2a\x2a\xba\xbe\x6f\xdf\xbe\x41\x3b\x77\xee\x3c\xc8\ +\xf0\x27\x0f\x20\x01\x9a\x79\x92\x93\x24\xe9\xaf\xb1\xb1\xb1\xeb\ +\x59\x33\x4e\x7d\xf2\x37\x2b\x59\x60\x76\xb2\x00\xe4\x51\x00\x9c\ +\xc7\x1d\x00\x76\x27\x56\xba\x17\x80\x20\xf0\x9d\xdb\xd2\x12\xfe\ +\x69\xfb\xf6\xed\xfb\xdb\xf6\xed\xdb\x0f\x30\xfc\xc9\x03\x4a\x80\ +\x41\x63\x12\xd0\x2e\x36\x36\xf6\x14\x6b\xc6\x69\xf9\xe7\xa7\x64\ +\x81\x37\x9c\x37\x1a\xec\x50\x32\x8b\x02\xe0\x24\xd2\x9d\x28\x00\ +\x50\x9e\xfc\xc3\x00\x44\x00\xf0\xe1\x7d\xe0\xb9\xe1\x5f\x5c\x5c\ +\x7c\xf3\xf0\xe1\xc3\x6f\x6e\xdb\xb6\x8d\xe1\x4f\x1e\x5a\x02\x34\ +\xf5\xd8\x2a\x49\x75\x63\x63\x63\xaf\xb1\x66\x1e\x19\x2f\x00\xa1\ +\x4a\x16\x78\x39\xf1\x7b\xed\x4a\x5f\x43\x01\x70\x12\x57\x20\xcf\ +\xa9\x38\x2b\x50\x4c\x00\xaa\x00\x78\x02\x40\x05\x8e\x02\x78\x6c\ +\xf8\x67\x1c\x3d\x7a\x74\xd0\xa6\x4d\x9b\xf6\x32\xfc\xc9\x23\xb6\ +\x67\x4d\xad\x15\x92\x24\xa9\x52\x6c\x6c\x6c\x3e\x6b\xe6\x91\xb2\ +\x2f\x08\xc0\x63\x00\x22\xe1\xbc\x29\x00\xa1\x64\xd5\x55\x0a\x80\ +\xf3\xb8\x0c\xc0\x99\xa7\x77\x49\x00\x82\x01\x34\x04\x50\x1b\xf2\ +\x1c\x10\xf1\xac\xf0\xcf\x3c\x76\xec\xd8\xa0\x9f\x7f\xfe\x79\x37\ +\xc3\x9f\x78\xa8\x04\x78\xc7\xc6\xc6\xda\x59\x33\x0f\x85\x37\x80\ +\xea\x00\x1a\x03\x08\x71\x72\x16\x16\x00\xb8\x44\x01\x70\x1e\xc9\ +\x90\x17\x55\x38\x73\x21\xa0\x17\x80\x9a\x00\x5a\x02\x88\x82\x73\ +\x87\x80\x18\xfe\x2a\x62\xb3\xd9\xb2\xcf\x9c\x39\xf3\xd6\x86\x0d\ +\x1b\x76\x31\xfc\x89\x87\x4b\x80\x41\x0b\xf7\x9c\xce\x30\x41\x1e\ +\xf6\x7f\x1a\x40\x3d\x38\x77\x1a\x58\x00\xc8\x57\x32\x8b\x02\xe0\ +\x44\x01\xc8\x82\xf3\x5f\x05\xac\x00\xe0\x59\x00\x2f\x42\x9e\x12\ +\xe0\x5b\x01\xfa\x0f\xff\xdb\xa7\x4f\x9f\x7e\x73\xf5\xea\xd5\xdb\ +\x18\xfe\xc4\x55\x12\x20\x84\xd8\x59\x58\x58\xf8\x05\xef\x3d\x5d\ +\x86\x7f\x25\xa5\xdf\x7f\x01\xf2\x1a\x00\x67\xe6\xa0\x03\xc0\x6d\ +\x00\x29\x14\x00\xe7\x91\x02\x79\x1d\x80\xb3\x3b\x73\x0b\x80\x18\ +\x00\x9d\x01\x74\x02\x10\xad\xd8\x20\x77\x48\xd4\x69\xf8\xc7\xc7\ +\xc7\xbf\xb9\x7a\xf5\xea\xad\x0c\x7f\xe2\x4a\xe2\xe2\xe2\x5a\x7a\ +\x79\x79\x8d\xe0\x3d\xa8\x1b\x4a\xde\xfe\xaa\xac\x3c\xf0\x75\x81\ +\x7c\x04\xb3\x33\x57\xff\x43\xe9\x73\xae\xe9\x45\x00\xf4\xb2\x09\ +\x4e\x55\xc8\x27\x36\x0d\x86\xbc\x70\xc3\x99\xe5\x16\x90\xa7\x17\ +\xce\x02\xf8\x19\xc0\xaf\x00\x12\x14\x8b\xb3\x29\xff\x3f\x6f\xac\ +\x7b\x10\x1b\x1b\xfb\xa2\x24\x49\xab\x94\x9b\x48\x55\xec\x76\x7b\ +\xee\xb9\x73\xe7\x86\x2c\x5d\xba\xf4\x17\x86\xbf\x2a\x94\xca\x7b\ +\x44\x8b\xa1\xab\xb5\x69\x0a\x95\xb3\x4d\x82\xbc\xc8\xdb\xaa\x3c\ +\xe0\x3d\x0b\xa0\x23\xe4\xa1\xff\x00\x17\x3c\xec\x65\x01\xf8\x01\ +\xc0\x77\x00\xce\x53\x00\x9c\x43\x59\xc5\xda\xc6\x41\x9e\xb7\x77\ +\xf6\xaa\x7d\x01\x79\xb7\xc1\x6b\x00\x0e\x02\xd8\x06\xe0\x04\x80\ +\x34\xc8\xf3\x39\xc5\x90\x5f\xed\xa0\x0c\x28\x8c\x19\x33\xe6\x39\ +\x2f\x2f\xaf\x45\x1a\x09\xff\xbc\x84\x84\x84\x11\xcb\x97\x2f\xdf\ +\x04\xe0\x16\xc3\x5f\x35\x01\xb0\xdd\x25\xcd\x0e\x0f\xb8\x57\xfe\ +\x68\xcb\xf0\x92\xdf\x11\xb1\xb1\xb1\x0e\x49\x92\x34\xd5\x97\x6a\ +\x40\x02\xee\xbe\x76\x46\xb8\x77\xd7\xd5\x92\x9f\x69\x56\xfa\xa7\ +\x60\xe5\x69\xbf\x35\x80\xe6\x90\x57\xfd\xfb\xba\xa0\x3c\x76\x00\ +\x17\x01\x7c\x04\xe0\x27\x00\x19\x5a\x6f\xe0\x26\x9d\xdc\x88\xf9\ +\x90\x57\x55\xc6\x2b\xa3\x01\x3e\x2e\x68\x30\xde\x90\xf7\x05\x08\ +\x86\xfc\x66\x40\x3c\xe4\x69\x87\x74\xc5\xea\x72\xe0\xdc\x57\x11\ +\x75\x4b\xff\xfe\xfd\x1b\x58\x2c\x96\xf7\xe0\xdc\xdd\xb3\x1e\x36\ +\xfc\x0b\x0f\x1f\x3e\x3c\xeb\xe7\x9f\x7f\x2e\x00\xd0\x00\xce\xdd\ +\x2f\x82\xdc\x3f\xc5\x00\xb2\x15\x01\xcb\x85\x3c\x82\xe6\xec\x85\ +\xbb\xee\x0e\x30\x0b\xe4\x8d\x62\x4a\x76\x8a\x93\x94\xf6\x55\xa8\ +\xfc\x8e\xb9\xca\x3f\x0f\x16\x42\x4c\x95\x24\x49\x33\x53\x87\x13\ +\x27\x4e\x14\x2a\x49\x80\xa4\xe4\x8a\xb7\xf2\xd4\xed\xaf\x3c\x69\ +\xfb\xb8\x49\x00\x4a\xea\xcd\x5f\xe9\xcb\x2b\x28\x81\x5f\x07\x40\ +\x35\x00\x65\x94\xf2\xb9\xa2\x2c\x36\x00\xe7\x14\x09\xc8\xd3\x4b\ +\x23\xd7\x03\x26\x00\xe1\x00\x7a\x43\x9e\x06\xa8\xe8\xc2\xb2\x0b\ +\xe5\x26\x2f\x52\x2a\x31\x57\x09\xff\xbc\xbb\x9e\x6e\x4a\x2d\x1d\ +\x3b\x76\x2c\xdb\xa0\x41\x83\x1a\x5a\xe8\xec\xec\x76\xbb\x63\xe7\ +\xce\x9d\x97\x76\xec\xd8\x91\xc9\xba\x51\x1d\x1b\xe4\xdd\xcf\x6e\ +\x41\x1e\x49\x4b\x50\x04\xba\x50\xa7\xbf\x8f\x59\x09\x90\x48\xc8\ +\x0b\x84\x03\x95\xa7\xd8\x42\xe5\xa1\xe0\x12\x80\x0b\xca\x9f\xe9\ +\xb1\xb1\xb1\xaf\x03\x98\xae\x25\x09\x50\x61\x24\xc0\xa0\xc8\x52\ +\x25\x25\x6c\x63\x94\x07\xb6\x4a\xca\xdf\x1b\xdc\x70\x8f\xde\xbd\ +\xbd\x6f\xa0\x12\xf8\x25\x02\xe2\xaa\xe0\x2f\xe1\x26\xe4\xa1\xff\ +\x59\x90\x5f\x5d\xd7\xfc\x48\xa4\x5e\x04\x40\x52\x8c\xae\x15\x80\ +\x77\x01\x3c\x05\xf7\xac\xd8\xe7\x90\xff\x5d\xbc\xf8\xe2\x8b\x52\ +\xd3\xa6\x4d\xa5\x07\x39\xc8\xc4\x65\x69\x63\xb3\x61\xfb\xf6\xed\ +\x8e\xdd\xbb\x77\xb3\x62\xb4\x81\xb8\x4b\x9e\x6f\x2b\x12\x90\xa1\ +\x8c\x0c\xe8\xf1\x1e\x32\x29\x7d\x4e\x79\xc8\xeb\x8e\x4a\x86\x8c\ +\x4b\x44\x27\x4d\x11\x80\xfd\x00\xf6\x00\x38\x37\x61\xc2\x84\xb6\ +\x92\x24\xcd\x91\x24\x49\x53\x1b\x8b\xb9\x49\x02\x4c\x00\xca\x01\ +\xa8\x0b\xa0\x05\x80\xa6\x90\x47\x54\xcb\x2b\xa3\x28\xee\xec\x34\ +\xee\x9e\xff\x77\xd7\xa9\xaf\x36\x00\x47\x01\x7c\x09\x60\xa3\x72\ +\x0f\x68\x7e\xf4\x4b\x4f\x8b\x45\xcc\x90\xdf\xd7\xef\x0f\xa0\x9f\ +\x32\x0a\x40\xdc\x17\xfe\x68\xda\xb4\x29\xb4\x10\xfe\x76\xbb\x1d\ +\xbb\x76\xed\xc2\xf6\xed\xdb\x59\x31\xda\x97\x02\xbd\x23\xfd\xc1\ +\xef\x96\xaf\x8c\x72\xec\x82\x3c\xe7\x7b\x68\xc2\x84\x09\x7f\x51\ +\x24\x40\x33\xd3\xab\x42\x08\xe1\xe2\xed\x8c\x4b\x5e\xad\x6b\x09\ +\xa0\x83\x12\xfe\xa1\xf8\xcf\xb4\x49\x69\x20\x03\xc0\x22\x00\x33\ +\x21\x4f\x03\xf0\x34\x40\x17\x18\xd6\x0d\x00\x87\x20\xaf\xd8\x2f\ +\x02\x71\x0b\xed\xda\xb5\x43\xb3\x66\xcd\x34\x11\xfe\x0e\x87\x03\ +\x7b\xf6\xec\x61\xf8\xeb\x27\x3c\xf5\xfe\xf9\xa3\xdf\xcd\x17\xf2\ +\x6e\x72\x1d\x01\xf4\x02\xf0\xcc\xa4\x49\x93\xb6\x0a\x21\x7a\x0b\ +\x21\x8a\x35\x53\x09\x92\x24\xc5\xc6\xc6\xba\xea\x69\xd4\xa0\x3c\ +\xe5\x3f\x0b\xe0\x75\x00\xcf\x2b\x4f\xfe\x96\x52\x14\xfe\x36\xc8\ +\xf3\xfe\x07\x21\x8f\x7c\xe9\x66\x11\xb2\x9e\x04\x40\x40\x9e\x8f\ +\x8f\x07\xb0\x1b\x40\x2a\x38\x3c\xef\x72\xda\xb7\x6f\x8f\xc6\x8d\ +\x1b\x43\x0b\x8b\x9c\x4b\xc2\x7f\xeb\xd6\xad\xac\x18\xa2\xa5\x3e\ +\x34\x04\xf2\x0a\xf3\xee\x8a\x04\xec\x10\x42\xf4\x2a\x25\x12\x60\ +\x05\xd0\x08\xf2\x5e\x2a\x4d\x21\xbf\xb1\x55\x9a\x5e\x43\x14\x90\ +\xe7\xfe\xf7\x01\x38\x05\x79\xbd\x98\x43\x4f\x8d\x57\x6f\xa6\x95\ +\x02\x60\xa7\x32\x12\x70\x07\xc4\xa5\xe1\xdf\xa8\x51\x23\x4d\x84\ +\xbf\x10\x02\x07\x0e\x1c\xc0\x96\x2d\x5b\x58\x31\x44\x8b\x23\x1d\ +\xe5\x00\x3c\x03\xa0\x1b\x80\x96\x93\x26\x4d\xda\x25\x84\xe8\x22\ +\x84\xd0\xcc\x22\x48\x17\x48\x80\x11\xf2\x96\xba\xcf\x2a\x12\x10\ +\x58\xca\xc2\x1f\x90\xa7\x81\x8e\x03\xd8\x01\x79\x3a\xa8\x58\x4f\ +\x85\xd7\x9b\x00\xdc\x3d\x0a\xb0\x05\x9c\x0a\x70\x19\x1d\x3a\x74\ +\xd0\x5c\xf8\x6f\xdc\xb8\x91\x15\x43\xb4\x2c\x01\xc1\x77\x49\x40\ +\xab\x49\x93\x26\x1d\x51\x24\xa0\x40\x33\x85\x74\xae\x04\xf8\x02\ +\xa8\x0f\xa0\x89\x22\x40\xa5\x6d\x07\x55\x1b\xe4\xb7\x40\xb6\x42\ +\xde\x37\xe6\x0e\x74\xf6\xda\xab\x1e\x2b\xcc\x01\x79\xc8\x65\xaf\ +\x22\x01\xc9\xd0\xef\xbb\xc6\x9a\x0d\xff\x86\x0d\x1b\x6a\x26\xfc\ +\x0f\x1e\x3c\x88\x5f\x7e\xf9\x85\x15\x43\xf4\xd0\x9f\x06\x43\xde\ +\x6c\xa6\x1b\x80\xd6\x93\x26\x4d\x3a\x2a\x84\xe8\x2c\x84\xd0\xcc\ +\xd1\xbd\x4e\x92\x00\x03\xe4\xe1\xfe\xfa\x70\xee\x71\xba\x7a\x7a\ +\x18\xbd\xa1\x3c\xf9\xef\x02\x70\x1d\x3a\xdc\x80\x4c\xaf\xc6\x56\ +\xa4\x98\xd7\x16\x45\x04\x32\xc1\xf5\x00\x1e\x19\xfe\x47\x8f\x1e\ +\xc5\xcf\xff\xaf\xbd\x3b\x0f\x92\xb2\xbe\xf3\x38\xfe\xf9\xf5\x5c\ +\xcc\x4c\x10\xe4\xac\x80\x0c\x60\xb6\x24\x1b\x0e\x23\x5a\x51\x52\ +\x32\x4d\x5c\xa3\x29\xe5\x88\xa2\xb9\xff\x48\xe2\x56\x6d\x6d\x6a\ +\xf7\xaf\x54\xc9\xae\xd4\x6e\x18\x60\x00\x45\x82\xa6\x8c\x24\x91\ +\x28\xa2\x02\x0a\x28\x12\x0c\xd1\x04\xa1\x3b\x5c\x82\x02\x72\x2e\ +\x0c\x30\xc0\xcc\xc0\x1c\x9c\xc3\x74\xcf\xd1\xc7\xb3\x7f\x3c\xbf\ +\x76\x06\x42\x0c\xc7\x4c\xf7\xd3\xdd\xef\x57\x15\x65\x24\xa5\xb4\ +\xcf\xf3\xf4\x7c\x3f\xcf\xf7\x77\xad\x5d\xcb\x8d\x41\xba\x85\x80\ +\xaf\x4b\x7a\xdc\x86\x80\x4f\x1d\xc7\x99\xe4\x38\x8e\x67\x36\x87\ +\xb1\x21\xe0\x46\x36\xcd\x32\x72\x27\xff\x95\x28\xf9\xcb\xfc\xbc\ +\xa0\x51\xee\x30\xf4\x07\x72\x67\xfd\x37\xa7\xeb\xc3\x9a\xae\xe9\ +\x2b\x24\x77\xd2\xc5\x7b\x72\x67\x5f\x36\x12\x02\x6e\xcc\x84\x09\ +\x13\x3c\x55\xfc\x77\xee\xdc\xa9\x3f\xfc\xe1\x0f\xdc\x18\xa4\xe3\ +\xcf\xd5\x5e\x92\xc6\xd8\x4e\xc0\x7d\xd3\xa7\x4f\xdf\xeb\x38\xce\ +\x43\x8e\xe3\x78\x66\xde\x92\x31\xc6\x77\x03\x9d\x00\x9f\xdc\x0d\ +\x76\x7a\x28\x7d\x76\x94\xed\x2c\x61\x5b\x7b\xfe\x28\xe9\x93\x74\ +\xae\x3d\xe9\x9c\xda\xe2\xf6\xcd\x7f\xb3\xa4\x55\x72\x37\x61\x68\ +\x22\x04\x5c\x7f\xf1\x1f\x3d\x7a\xb4\xbc\xb2\xa5\xf9\xae\x5d\xbb\ +\xb4\x7a\xf5\x6a\x6e\x0c\xd2\x55\x8e\xed\x04\xdc\x63\x3b\x01\xf7\ +\x4d\x9f\x3e\xfd\x90\xe3\x38\x0f\x3b\x8e\xd3\x98\x21\x9d\x80\x7c\ +\x65\xd7\x5a\x7f\xd9\x37\xfd\x03\x72\xf7\x7d\x08\xc8\x1d\x06\x48\ +\xdb\xed\xc7\xd3\xbd\x6d\x13\x95\xbb\x1c\xf0\x43\x49\x6f\x4b\xda\ +\x49\x08\xb8\x76\x13\x27\x4e\xf4\x54\xf1\xdf\xb3\x67\x8f\xde\x7d\ +\xf7\x5d\x6e\x0c\x32\x25\x04\x8c\x51\xfb\x70\x40\x85\xe3\x38\xdf\ +\x74\x1c\xe7\xac\xc7\x3a\x01\x1c\xa0\xf5\xf9\x12\x1b\x3f\x1d\x94\ +\xf4\xae\xa4\x3f\xc9\xdd\xee\x37\xad\x27\xa1\x67\xc2\xb8\x4d\x44\ +\x52\x95\xdc\xed\x17\x97\x49\xfa\x48\xee\xa1\x24\x4c\x0c\xbc\x0a\ +\x8f\x3c\xf2\x88\xa7\x8a\xff\xde\xbd\x7b\xb5\x72\xe5\x4a\x6e\x0c\ +\x32\x31\x04\x7c\xc7\x76\x02\xaa\xe2\xf1\xf8\x83\x8e\xe3\x78\xe6\ +\xb4\x38\x63\x4c\x0e\x21\xe0\x73\x8b\x7f\x58\xee\xea\xb3\xb7\xed\ +\xdb\x7f\x85\xd2\xf7\x9c\x8b\x8c\x0a\x00\xb2\x29\xec\xb8\xa4\xb5\ +\x92\x5e\x57\x7b\x6b\x86\x07\xfa\x73\x3c\xfa\xe8\xa3\xba\xfd\xf6\ +\xdb\x3d\xf3\x79\xf6\xef\xdf\xaf\x15\x2b\x56\x70\x63\x90\xa9\x21\ +\xe0\xeb\x36\x04\x8c\x9b\x31\x63\x46\xb5\x0d\x01\xa7\x09\x01\x9e\ +\x16\x97\x3b\xc6\xbf\x43\xd2\x52\x49\xef\xd8\x2e\x40\x8b\x32\xa0\ +\xd3\x9c\x49\x33\x37\xdb\xe4\x2e\x09\xfc\x40\xee\x69\x4c\xab\xe5\ +\x6e\xcf\xd8\x2c\x86\x04\xae\x58\xfc\x47\x8d\x1a\xe5\x99\xcf\x73\ +\xe8\xd0\x21\xbd\xf5\xd6\x5b\xdc\x18\x64\x4d\x27\x60\xc6\x8c\x19\ +\xa7\xe2\xf1\xf8\x03\x8e\xe3\x34\x10\x02\x3c\x29\x22\x77\x79\xdf\ +\x87\x92\x5e\x91\xdb\xfa\xaf\xc8\x94\xe2\x9f\x78\x28\x33\x2d\xad\ +\x35\xdb\x9b\x56\x2d\x77\xa5\x40\x37\xb9\xcb\x54\x12\x7b\x53\x9b\ +\x6c\x7f\xaa\xbd\x56\xfc\x2b\x2a\x2a\xb4\x64\xc9\x12\x7e\xdc\x20\ +\xd3\x19\xb9\xc7\xd2\xf6\x91\x3b\x83\xbe\x29\x18\x0c\xee\x1d\x3b\ +\x76\xec\x72\x63\xcc\x23\xc6\x98\xee\x1e\x09\x01\x3e\xbf\xdf\xff\ +\x3f\x81\x40\x60\xfa\x3f\xa8\x1d\x43\x6d\x57\xa3\x44\x99\xb5\x0f\ +\x40\xdc\xd6\x8e\xc3\x72\xbb\xca\x6f\xa9\x7d\xfb\xf9\x8c\xda\x78\ +\x2e\x27\x03\xbf\x64\x8e\xdc\xb1\x99\xb3\x92\x8e\xc9\x3d\x9c\x21\ +\x66\x83\x40\x37\xb5\x9f\x09\x9d\x95\x41\x60\xf2\xe4\xc9\x9e\x2a\ +\xfe\x87\x0f\x1f\xd6\x1b\x6f\xbc\x41\x69\x40\x36\x86\x80\x1e\x92\ +\x42\xc1\x60\xf0\x40\x1a\x86\x80\x4c\x0c\x00\x8e\x2d\xf0\x75\x72\ +\xe7\x92\xad\xb0\x6f\xfd\xbb\x25\x9d\x53\x06\x0e\x29\xe7\x64\xf0\ +\x17\x2d\x2a\x77\xec\xa6\x5a\xd2\x51\xb9\x73\x02\xda\xec\x7f\x73\ +\x9e\xfd\xab\x2f\x9b\x82\xc0\xe4\xc9\x93\x35\x72\xe4\x48\xcf\x7c\ +\x9e\xe3\xc7\x8f\x6b\xf1\xe2\xc5\x94\x04\x64\x6b\x08\xe8\x6b\x3b\ +\x01\xa1\x60\x30\xf8\x7f\xf7\xde\x7b\xef\x5b\x3e\x9f\x6f\x92\x31\ +\xe6\x26\x0f\x85\x80\xa9\x81\x40\x60\x46\x06\x07\x00\xc7\xbe\xf1\ +\xb7\xda\x1a\x91\x58\xdf\xbf\x5c\xd2\x06\xb9\x73\xcb\xc2\xca\xd0\ +\x49\xe5\x26\x4b\xbe\x6c\x05\x92\x7a\x4a\xfa\x92\xa4\x3b\x25\x8d\ +\x96\xf4\x15\xfb\xe0\xde\x64\x1f\x5e\x5f\x26\x77\x06\xbc\x56\xfc\ +\x4f\x9c\x38\xa1\x97\x5f\x7e\x99\x52\x80\x6c\xe6\xc8\x3d\x47\x7e\ +\x93\xdc\x15\x4c\xc1\xa9\x53\xa7\x16\xe6\xe6\xe6\xfe\xc5\x18\x33\ +\xc4\x33\x1f\xd2\x71\x22\x65\x65\x65\xf9\x97\xfd\x76\x9e\xdc\x43\ +\x80\x7e\x2e\xe9\x5e\x1b\x68\xd2\x49\x5c\x6e\x67\xb8\x59\x52\x83\ +\xdc\xb1\xfd\x5d\x72\x77\xf7\xdb\x6d\xbb\x00\x61\xa5\xf1\x1a\x7f\ +\x02\xc0\xa5\x7c\xf6\xa1\xed\x21\xf7\x04\xab\x2f\x4b\xba\x43\xd2\ +\x08\x49\x83\x6c\x40\x28\xb6\x61\x21\x5f\x97\x4e\x90\x4c\xeb\xeb\ +\xf4\xd8\x63\x8f\x69\xc4\x88\x11\x9e\xf9\x6f\xb0\xc5\xdf\xe1\x3b\ +\x03\xc8\x91\x3b\x5c\xb9\x51\xee\x2c\xf3\x44\x08\xf8\xb3\x31\xe6\ +\x56\x0f\x85\x80\xb6\xb2\xb2\xb2\x82\x24\x06\x00\xe7\x06\xbe\x6b\ +\xce\xdf\xf9\x3d\x47\xee\xc4\xbe\x16\xb9\x07\xf7\xd4\x49\x3a\x64\ +\x0b\xff\xa7\x72\xc7\xfc\x1b\x6c\x28\x88\x29\x0b\x26\x8f\x67\xe3\ +\x0f\x33\x23\xb7\x7d\x95\x68\xc1\x0d\xb1\x9d\x80\x01\xf6\xaf\x83\ +\xe5\x9e\xef\x9d\x98\x38\x98\x18\x2e\xc8\x49\xc7\xeb\xf5\xfd\xef\ +\x7f\xbf\xdb\xb0\x61\xc3\x8a\xbd\xf2\x79\x4e\x9d\x3a\x15\x59\xb8\ +\x70\x61\x53\x2c\x16\x4b\xc7\x96\x5a\x9e\x0d\x88\x39\x42\xb6\xbc\ +\x34\x24\xa3\x2b\x98\x08\x01\x7f\x95\xf4\xa6\xa4\xc0\x53\x4f\x3d\ +\x55\x90\x97\x97\xf7\x17\x63\xcc\x97\x3c\x1a\x02\xba\x2a\x00\x24\ +\xe6\x70\x45\xae\xb3\x00\x3b\x1d\xfe\x39\xc7\x16\xf2\x88\xfd\x77\ +\x86\xe4\x4e\x10\x3f\x22\x77\x58\xf8\x84\x2d\xfa\x27\xe4\x0e\x17\ +\xb7\xd9\xce\x40\xd6\xac\x1a\x33\x7c\xc1\x3f\xfb\xa1\x5e\x24\xf7\ +\x74\xab\x3e\x72\x97\xeb\xf4\xb2\xbf\xba\xdb\xff\xaf\x30\xdd\x7e\ +\xf0\x3f\xf1\xc4\x13\xa3\x06\x0d\x1a\xf4\x75\xaf\x7c\x9e\xd3\xa7\ +\x4f\x9f\xf8\xfd\xef\x7f\xbf\xa1\xb9\xb9\xb9\x45\xe9\x37\xa6\xe6\ +\xb3\xcf\x42\x7f\xfb\x3c\x18\xb1\xbc\x34\x93\x7f\x2e\xe6\xda\xef\ +\x7f\x7f\xfb\xdd\x4f\x66\x08\x58\x26\x29\x38\x65\xca\x94\x9c\x6e\ +\xdd\xba\x7d\x60\x8c\xf9\x67\x0f\x86\x80\xae\x0a\x00\x61\xfb\x56\ +\x5e\xa9\xf6\xe5\x76\xe6\x1a\xaf\x63\xa2\xf0\x47\xed\xdb\xfc\x05\ +\xb9\xe3\xfb\xf5\xf6\xad\xbf\x56\xee\xd0\x4b\xc8\x06\x83\x68\xb6\ +\x7e\x97\x69\x67\x5e\x7a\x2d\x4c\x87\xb7\xfd\x7c\xb9\xab\x06\x12\ +\x5d\x80\xb4\x5a\x3d\xf0\xe4\x93\x4f\xfe\xa4\xa8\xa8\x68\x8a\x57\ +\x3e\x4f\x28\x14\xda\xb8\x68\xd1\xa2\xff\x6e\x68\x68\x38\xab\xf4\ +\x1d\x57\xcb\x97\x3b\x4c\x94\xc7\x77\x27\x63\x25\x0a\x4e\xb1\xdc\ +\xf9\x42\xe3\xe5\x0e\x13\x16\x25\x31\x04\x6c\x92\x3b\x1c\x10\x98\ +\x32\x65\x8a\xcf\x86\x80\xaf\x78\x29\x04\xc4\xe3\xf1\xef\xce\x98\ +\x31\xa3\xb9\x0b\x02\x40\xad\xed\x82\xac\x91\x7b\xec\xfb\xf5\x76\ +\x01\xe2\xf6\x57\xd4\x06\x89\xb0\x0d\x03\x6d\x6a\x6f\xef\x67\x7d\ +\x80\xe7\x87\xd8\xd5\x5f\x9f\xb4\x79\xe3\x9b\x36\x6d\xda\xcf\x25\ +\xcd\xf5\xca\xe7\x69\x6d\x6d\x0d\xbc\xff\xfe\xfb\x3f\xdc\xb1\x63\ +\x47\x3a\xef\xce\x68\xf8\xde\x64\x55\x00\xc8\x95\x3b\x24\x38\x5e\ +\xee\xc6\x3d\x23\x93\x14\x02\xe2\x92\xce\xcb\x9d\x13\xb0\xc4\x76\ +\x02\x4c\xb7\x6e\xdd\xde\x37\xc6\x8c\xf0\x52\x08\xa8\xa9\xa9\x99\ +\xb9\x70\xe1\xc2\xb1\x9d\x1c\x00\x4e\x48\x5a\x20\x77\x47\xd7\xda\ +\x1b\x08\x00\x57\xfa\x7b\x3a\x76\x97\x61\x2c\xf3\xfa\x1f\x2a\xcf\ +\xda\xb0\x61\xc3\xe6\x71\xe3\xc6\x4d\xf3\xc2\x67\x69\x6b\x6b\x0b\ +\x7e\xf0\xc1\x07\x3f\x48\xf3\xe2\xaf\x0e\x6f\x0c\xfc\xca\x8e\x5f\ +\x31\xb9\x07\x8b\x25\x9e\xdb\x3e\x72\x87\x04\xba\xba\xfb\x93\x58\ +\xb5\xd4\x57\xee\xc4\xe4\x8b\x9b\x36\x6d\x3a\x36\x66\xcc\x98\xc5\ +\x39\x39\x39\x0f\x18\x63\xfa\x7b\x22\x0d\x1b\x93\xd3\xbd\x7b\xf7\ +\x7b\x7b\xf6\xec\xd9\x74\xf0\xe0\xc1\x3e\xea\xbc\x65\x80\x17\xe4\ +\x1e\xef\xbe\x4b\xee\x44\xbd\x78\x27\xdc\x4b\x10\x00\xb2\xc7\xb4\ +\x69\xd3\x3c\xf1\xd0\x47\x22\x91\x8f\xb6\x6c\xd9\xf2\xbd\xcd\x9b\ +\x37\xd7\x89\x73\x19\x90\x7e\x2e\x0f\x01\xbd\xe5\xce\x13\x4a\x46\ +\x08\xe8\x26\xa9\x9f\xdc\x55\x4b\x8d\x1b\x37\x6e\x3c\x71\xcf\x3d\ +\xf7\xbc\x92\x9b\x9b\x7b\x9f\x31\x66\x80\x57\x42\x40\xff\xfe\xfd\ +\xfb\xe7\xe5\xe5\x39\x47\x8f\x1e\xcd\xed\xc4\x00\x90\x58\x8a\xd7\ +\xc4\x23\x48\x00\x40\x7a\x16\xff\xed\x9b\x37\x6f\x9e\xbc\x7e\xfd\ +\xfa\x5a\x8a\x3f\xd2\x3c\x04\x34\xda\x10\x10\x4f\x72\x08\x48\x74\ +\x02\x7a\x48\x6a\xda\xb4\x69\x53\xd5\xdd\x77\xdf\xfd\x6a\x6e\x6e\ +\xee\x38\x63\xcc\x40\x8f\x84\x00\x33\x70\xe0\xc0\xdc\xbc\xbc\x3c\ +\x55\x56\x56\x12\x00\x08\x00\xa0\xf8\x47\x3e\xde\xb6\x6d\xdb\xe4\ +\x75\xeb\xd6\x51\xfc\x91\x09\xe2\xb6\x18\x35\xd8\x40\x90\xcc\x10\ +\x50\x68\x3b\x01\x37\xd9\x10\x50\x73\xd7\x5d\x77\x2d\xce\xcf\xcf\ +\x2f\x35\xc6\xdc\xe2\x85\x8b\xe3\xf3\xf9\x74\xcb\x2d\xb7\xa8\x93\ +\x42\x00\x01\x80\x00\x80\x74\x2d\xfe\xd1\x68\x74\xcf\xee\xdd\xbb\ +\x1f\x5d\xbb\x76\xed\x49\x8a\x3f\x32\xb0\x13\xd0\xd0\xa1\x13\xd0\ +\x53\xed\x87\x8c\x75\x65\x08\xe8\xd6\xb1\x13\xb0\x65\xcb\x96\xaa\ +\x3b\xef\xbc\xf3\xe5\xfc\xfc\xfc\x31\x5e\xd9\x31\x30\x11\x02\x72\ +\x73\x73\x6f\x34\x04\x10\x00\x08\x00\x48\xd3\xe2\xbf\x77\xcf\x9e\ +\x3d\x93\x56\xaf\x5e\x5d\x4d\xf1\x47\x86\x76\x02\x2e\xca\x1d\x0e\ +\xe8\xd8\x09\x48\x46\x08\xb8\xe4\xec\x80\x2d\x5b\xb6\x9c\x1a\x3d\ +\x7a\xf4\xab\x05\x05\x05\xf7\x18\x63\x86\x66\x50\x08\x20\x00\x10\ +\x00\x90\x86\xc5\x7f\xff\xbe\x7d\xfb\x26\xae\x5a\xb5\xaa\x8a\xe2\ +\x8f\x2c\xea\x04\xf4\x4a\x62\x08\xe8\xd8\x09\x08\x6f\xdd\xba\xf5\ +\xa4\x0d\x01\x5f\xf3\xca\xb6\xc1\x9d\x10\x02\x08\x00\x04\x00\xa4\ +\x53\xf1\x8f\xc5\x62\x15\x87\x0f\x1f\x9e\xb4\x62\xc5\x8a\x63\x14\ +\x7f\x64\x61\x27\xa0\x8f\x92\x37\x1c\x50\xd8\x21\x04\x84\xb6\x6e\ +\xdd\x7a\x72\xe4\xc8\x91\xaf\x14\x16\x16\xde\x6e\x8c\xb9\xcd\x4b\ +\x21\xc0\xe7\xf3\xe9\xd8\xb1\x63\x04\x00\x02\x00\x32\xb8\xf8\x1f\ +\x39\x7c\xf8\xf0\xc3\xcb\x96\x2d\x3b\x4a\xf1\x47\x96\x75\x02\x2e\ +\xca\xdd\xad\x2e\x96\x82\x4e\x40\x9f\x44\x27\x60\xdb\xb6\x6d\xa7\ +\x86\x0f\x1f\xfe\x5a\x51\x51\xd1\x48\x63\xcc\x30\xaf\x84\x80\x41\ +\x83\x06\x5d\x4f\x08\x20\x00\x10\x00\x90\x26\xc5\xff\x68\x65\x65\ +\xe5\xf8\x25\x4b\x96\x1c\xa1\xf8\x23\x4b\x43\x40\x62\x89\x60\x62\ +\xb3\xa0\x64\xee\x13\x90\x08\x01\xcd\xdb\xb7\x6f\xaf\xb5\x21\x60\ +\xb8\x31\xe6\xcb\x5e\xea\x04\x38\x8e\xa3\x13\x27\x4e\x10\x00\x08\ +\x00\xc8\xa0\xe2\x5f\x55\x55\x55\x35\x61\xf1\xe2\xc5\x87\x28\xfe\ +\xa0\x13\xa0\x06\xb5\x6f\x16\x94\xac\x1d\x03\xbb\xa9\x7d\x35\x42\ +\xf3\xf6\xed\xdb\x4f\x8d\x1a\x35\xea\xb5\xc2\xc2\xc2\xaf\x78\xe5\ +\x00\x21\x9f\xcf\xa7\x92\x92\x92\x6b\x09\x01\x04\x00\x02\x00\xbc\ +\x5c\xfc\xe3\xf1\x78\x75\x4d\x4d\xcd\xf8\x57\x5e\x79\xe5\x00\xc5\ +\x1f\xf8\x2c\x04\xa4\x62\xdb\xe0\x42\xfb\x67\xf5\x90\xd4\xb2\x6d\ +\xdb\xb6\xba\xdb\x6e\xbb\xed\xd5\xee\xdd\xbb\xdf\x6a\x8c\x19\xe5\ +\xa5\x10\x10\x8f\xc7\xaf\x26\x04\x10\x00\x08\x00\xf0\x70\xf1\xaf\ +\xab\xad\xad\x9d\xb0\x70\xe1\xc2\xbd\x14\x7f\xe0\x8a\x9d\x80\x36\ +\xfb\x66\xde\x47\xed\xa7\x88\x26\xad\x13\xb0\x63\xc7\x8e\xba\x41\ +\x83\x06\x2d\xbd\xf9\xe6\x9b\x07\x1b\x63\x6e\x4f\xb3\x10\x40\x00\ +\x20\x00\xc0\xab\xc5\xbf\xae\xae\xee\xe1\xdf\xfd\xee\x77\xbb\x29\ +\xfe\xc0\x15\x43\x40\x53\x87\x10\xd0\xd7\x16\xe6\xae\x0e\x01\x3e\ +\x1b\x02\x7a\x25\x42\xc0\xee\xdd\xbb\xeb\xfa\xf4\xe9\xb3\xb4\x5f\ +\xbf\x7e\x25\xc6\x98\xaf\x7a\x29\x04\xc4\x62\x31\x55\x55\x55\x11\ +\x00\x08\x00\x48\xa3\xe2\xdf\x50\x5f\x5f\x3f\xfe\xb7\xbf\xfd\xed\ +\x2e\x8a\x3f\x70\x55\x21\xa0\x35\x89\x9d\x00\xdf\x65\x9d\x80\xf0\ +\x81\x03\x07\xea\x72\x72\x72\x96\x96\x94\x94\xf4\x33\xc6\xdc\xe5\ +\x95\x10\x30\x78\xf0\xe0\xcf\x0b\x01\x04\x00\x02\x00\xbc\x54\xfc\ +\x1d\xc7\x39\x77\xe6\xcc\x99\x49\x0b\x16\x2c\xf8\x98\xe2\x0f\xfc\ +\xe3\xbc\xac\xf6\x53\x04\x93\xdd\x09\x28\xb0\x7f\x56\x0f\x49\xcd\ +\x95\x95\x95\x0d\x39\x39\x39\xcb\x4b\x4a\x4a\x7a\x1b\x63\xbe\x96\ +\x06\x9d\x00\x02\x00\x01\x00\x1e\x2b\xfe\x13\x7f\xfd\xeb\x5f\x7f\ +\x44\xf1\x07\xae\x39\x04\x74\xec\x04\xf4\x56\xd7\x4f\x0c\xec\xd8\ +\x09\xe8\x21\xa9\xc9\x86\x80\x95\x25\x25\x25\x3d\x8d\x31\x77\x7b\ +\xa2\xf0\xe4\xe4\xa8\xa4\xa4\x44\x6d\x6d\x6d\xaa\xa9\xa9\x21\x00\ +\x10\x00\xe0\xc1\xe2\x7f\xfe\xec\xd9\xb3\xdf\x7e\xe1\x85\x17\xb6\ +\x50\xfc\x81\x1b\x0a\x01\x11\x25\x7f\x9f\x80\xde\x72\xcf\x0e\x08\ +\x57\x56\x56\x9e\x09\x04\x02\x6f\xfb\xfd\xfe\x7c\x63\xcc\xbd\x5e\ +\x09\x01\x43\x86\x0c\xb9\x3c\x04\x10\x00\x08\x00\x14\x7f\x0f\x14\ +\xff\xa6\xf3\xe7\xcf\x4f\xfe\xd5\xaf\x7e\xf5\x57\x8a\x3f\x70\xdd\ +\x62\x97\x85\x80\x64\xef\x13\xd0\xc7\x86\x80\x26\x49\xa7\x03\x81\ +\xc0\x1a\xbf\xdf\xef\x33\xc6\x94\x7a\x29\x04\xb4\xb6\xb6\x26\x42\ +\x00\x01\x80\x00\x40\xf1\x4f\x71\xf1\x0f\x5d\xb8\x70\x61\xf2\xf3\ +\xcf\x3f\xbf\x9e\xe2\x0f\x74\x4a\x08\x48\x2c\x11\x4c\xf6\xd9\x01\ +\x89\x03\x84\x12\x21\xe0\x4c\x20\x10\x78\xcf\xef\xf7\xcb\x18\xe3\ +\xf7\x4a\x08\x18\x3c\x78\xb0\x5a\x5a\x5a\x74\xf2\xe4\x49\x02\x00\ +\x01\x80\xe2\x9f\xea\xe2\xff\xdc\x73\xcf\x7d\x48\xf1\x07\xba\x24\ +\x04\x24\x76\x0c\x4c\xc5\x51\xc2\x17\x6d\x27\x60\xad\xdf\xef\x8f\ +\x19\x63\xc6\x79\xa9\x13\x10\x89\x44\xc2\xd5\xd5\xd5\x5b\x09\x00\ +\x04\x00\x8a\x7f\xf2\x8b\x7f\x4b\x53\x53\xd3\x0f\xe6\xcf\x9f\xff\ +\x3e\xc5\x1f\xe8\xd2\x10\x10\x57\xfb\x92\xbd\x64\x87\x80\x90\xed\ +\x04\xfc\xa9\xb4\xb4\x34\x64\x8c\xb9\xdf\x43\x9d\x80\xa2\xe2\xe2\ +\xe2\xbd\x87\x0f\x1f\xde\x4c\x00\x20\x00\x50\xfc\x93\x5c\xfc\xe7\ +\xcd\x9b\xb7\x86\xe2\x0f\x64\x7c\x27\x20\x64\x3b\x01\x7f\x2e\x2d\ +\x2d\xbd\x68\x8c\x79\xc0\x23\x21\xc0\xf7\xc5\x2f\x7e\x71\xe4\xf0\ +\xe1\xc3\xff\xf4\xf1\xc7\x1f\x9f\xe0\x71\x21\x00\x50\xfc\xbb\xbe\ +\xf8\xb7\x86\x42\xa1\x1f\xcd\x9b\x37\x6f\x35\xc5\x1f\x48\x4a\x08\ +\x68\xec\xd0\x09\x48\xe6\x51\xc2\x89\x10\xd0\xc3\x86\x80\xfa\x40\ +\x20\xf0\x97\xd2\xd2\xd2\x3a\x49\x0f\x19\x63\x4c\xaa\x2f\x8e\xcf\ +\xe7\xcb\x2f\x2e\x2e\x1e\xef\xf7\xfb\xdf\x0b\x04\x02\x0d\x3c\x2e\ +\x04\x00\x8a\x7f\xd7\x89\x84\xc3\xe1\x9f\x3e\xfb\xec\xb3\x2b\x29\ +\xfe\x40\xd2\x3b\x01\xf5\x6a\x9f\x18\x98\xac\x25\x82\x57\xea\x04\ +\x04\xfc\x7e\x7f\xad\x57\x42\x80\x31\xa6\x58\xd2\xa4\x40\x20\x30\ +\x9f\x47\x85\x00\x40\xf1\xef\xa2\xe2\x1f\x0a\x85\x7e\x32\x77\xee\ +\xdc\x37\x29\xfe\x40\xca\x3b\x01\xbd\x95\xdc\x7d\x02\x12\xa1\x23\ +\x6c\x3b\x01\x41\xbf\xdf\x5f\x23\xe9\x61\x8f\x84\x80\x9b\xfc\x7e\ +\xff\xbf\x12\x02\x08\x00\x14\xff\xce\x17\x6f\x6e\x6e\xfe\xd9\x33\ +\xcf\x3c\xf3\x3a\xc5\x1f\x48\xdd\xf7\xf0\xb2\x4e\x40\xb2\x43\x40\ +\x62\x38\x20\x2c\xa9\x21\x10\x08\xfc\xd5\xef\xf7\x1f\x91\x34\xc1\ +\x18\xe3\xf3\x48\x08\x78\x82\x10\x40\x00\xa0\xf8\x77\x72\xf1\x7f\ +\xfa\xe9\xa7\x5f\xa6\xf8\x03\x9e\xea\x04\x24\x42\x40\xb2\x36\x0b\ +\x2a\xb8\x42\x27\x60\x8b\x0d\x01\x13\x3d\x12\x02\x7a\x10\x02\x08\ +\x00\x14\xff\x4e\x2a\xfe\x2d\x2d\x2d\xff\xf9\xf4\xd3\x4f\x2f\xa4\ +\xf8\x03\x9e\xeb\x04\xd4\xa9\x7d\x4e\x40\x32\x77\x0c\x4c\x2c\x49\ +\x6c\xb6\x21\x60\xab\xdf\xef\xaf\x90\x34\xc9\x43\x21\xe0\xa7\x81\ +\x40\xe0\x39\x1e\x15\x02\x00\xc5\xff\xfa\x38\xad\xad\xad\x4f\xce\ +\x99\x33\xe7\x45\x8a\x3f\xe0\xc9\x4e\x40\xc7\x25\x82\xa9\x0a\x01\ +\x2d\x36\x04\x7c\x54\x5a\x5a\xfa\xa9\x31\xe6\x51\x63\x4c\xca\x6b\ +\x05\x21\x80\x00\x40\xf1\xbf\xb1\xe2\xff\x5f\xb3\x67\xcf\x7e\x8e\ +\xe2\x0f\xa4\x45\x27\x20\x22\xa9\x9f\x92\x3b\x27\xa0\x97\xec\x51\ +\xc2\x92\x1a\x82\xc1\xe0\x27\x1d\x42\x40\x2e\x21\x80\x00\x80\xf4\ +\x2c\xfe\x4f\xcd\x9e\x3d\x7b\x1e\xc5\x1f\x48\x8b\x4e\x40\x93\xdc\ +\x89\x81\xa9\xea\x04\x7c\x36\x27\x20\x18\x0c\xee\x2c\x2d\x2d\xdd\ +\x69\x8c\x99\x4c\x08\x20\x00\x20\xbd\x8a\xbf\xda\xda\xda\x66\xce\ +\x9e\x3d\x7b\x36\xc5\x1f\x48\xab\x10\x90\xe8\x04\x44\x53\xd0\x09\ +\xe8\xad\x0e\xab\x03\x82\xc1\xe0\xae\xd2\xd2\xd2\x4f\x08\x01\x04\ +\x00\xa4\x51\xf1\x8f\x44\x22\xb3\x66\xcd\x9a\x55\x46\xf1\x07\xd2\ +\x4e\xc7\x25\x82\xa9\xe8\x04\x24\x4e\x2d\x4c\x74\x02\x3e\x2d\x2d\ +\x2d\xdd\x68\x8c\x79\xcc\x18\x93\x4f\x08\x20\x00\xc0\xdb\xc5\x7f\ +\x4e\x79\x79\xf9\xff\x52\xfc\x81\xb4\x0e\x01\x4d\x4a\xdd\x9c\x80\ +\x3e\x1d\x3a\x01\xa7\x83\xc1\xe0\x7e\x1b\x02\x1e\x27\x04\x10\x00\ +\xe0\xdd\xe2\x3f\xaf\xbc\xbc\x7c\x2a\xc5\x1f\x48\x7b\xa9\x9e\x13\ +\x90\xe8\x04\x84\xe4\x0e\x07\x1c\x18\x33\x66\xcc\x16\x9f\xcf\xf7\ +\xb8\x31\x26\x8f\x10\x40\x00\xa0\xf8\x7b\xa8\xf8\x47\xa3\xd1\xdf\ +\x94\x97\x97\xff\x9c\xe2\x0f\x64\x54\x27\xe0\xa2\xa4\x5a\x1b\x08\ +\xfa\x2a\xb9\x67\x07\xf4\x96\x7b\x76\x40\x58\xd2\xe9\x8d\x1b\x37\ +\x56\x0c\x18\x30\xe0\x5c\xcf\x9e\x3d\xef\xf7\xf9\x7c\xec\x13\x40\ +\x00\xa0\xf8\x7b\xa4\xf8\xbf\x34\x73\xe6\xcc\xff\xa0\xf8\x03\x19\ +\xdb\x09\x48\x0c\x07\xf4\x4d\x62\x27\xa0\xb0\x43\xe8\x68\x92\x74\ +\x66\xef\xde\xbd\x39\x79\x79\x79\xc3\x06\x0e\x1c\x38\xc0\xe7\xf3\ +\x79\xe1\xec\x80\x1e\x7e\xbf\xff\xc7\x81\x40\xe0\x79\x1e\x15\x02\ +\x40\xd6\x15\xff\x58\x2c\xf6\xfa\xfa\xf5\xeb\xff\xad\xaa\xaa\x8a\ +\xe2\x0f\x64\x7e\x08\x48\xc5\xea\x80\xc4\xd9\x01\x2d\x92\xbe\x50\ +\x59\x59\xf9\xe5\x48\x24\x32\x70\xf0\xe0\xc1\xb9\x39\x39\xa9\x2f\ +\x27\xc6\x98\x9e\x7e\xbf\xff\x1b\x81\x40\x60\x11\x8f\x0a\x01\x20\ +\x9b\x8a\xff\x92\x9d\x3b\x77\xfe\x74\xdd\xba\x75\x11\xee\x0c\x90\ +\x15\x21\xa0\xde\x76\x02\x92\x3d\x27\x20\xd1\x79\xe8\x29\xe9\xd6\ +\xea\xea\xea\xbe\x2d\x2d\x2d\xb9\x43\x86\x0c\x91\x47\x42\xc0\x10\ +\xbf\xdf\xef\x0b\x04\x02\x1b\x78\x54\x08\x00\xd9\x50\xfc\xdf\xdc\ +\xb9\x73\xe7\x8f\xd7\xac\x59\xd3\xc6\x9d\x01\xb2\x2e\x04\x44\x95\ +\xdc\x39\x01\x89\x10\x30\xd0\x76\x20\x0a\x4f\x9e\x3c\xe9\x0b\x87\ +\xc3\x1a\x3a\x74\xa8\x27\x42\x80\xa4\xb1\x7e\xbf\xff\xa3\x40\x20\ +\x70\x84\x47\x85\x00\x90\xc9\xc5\xff\xdd\x83\x07\x0f\xfe\xf0\x9d\ +\x77\xde\xa1\xf8\x03\xd9\x19\x02\x1a\x3a\x74\x02\x92\x15\x02\x0a\ +\x24\x75\x97\x3b\x37\xc0\x27\x49\xa7\x4e\x9d\x52\x38\x1c\xd6\x90\ +\x21\x43\x94\x9b\x9b\xda\xbd\x82\x8c\x31\x46\xd2\x83\x63\xc7\x8e\ +\x5d\x1a\x0c\x06\x1b\x79\x54\x08\x00\x19\x57\xfc\xe3\xf1\xf8\x9a\ +\x63\xc7\x8e\x7d\x77\xe9\xd2\xa5\xad\xdc\x19\x20\x6b\x43\x40\xc7\ +\xcd\x82\x92\x75\x94\x70\x22\x08\x5c\xf2\x67\x9c\x3a\x75\x4a\xa1\ +\x50\x48\x43\x87\x0e\xf5\x42\x08\x28\x36\xc6\xdc\x75\xc7\x1d\x77\ +\xbc\xbe\x75\xeb\xd6\x38\x8f\x0a\x01\x20\x93\x8a\xff\x1f\xab\xab\ +\xab\x1f\x7f\xf5\xd5\x57\x5b\xb8\x33\x40\xd6\x87\x80\xd0\x65\x21\ +\xa0\x77\x92\x42\xc0\xdf\xa8\xad\xad\x55\x63\x63\xa3\x57\x42\xc0\ +\xe0\x82\x82\x02\x31\x1f\x80\x00\x90\x49\xc5\xff\xc3\xfa\xfa\xfa\ +\x47\x5f\x7a\xe9\xa5\x30\x77\x06\x80\x2e\x3d\x4a\x38\xa6\xf6\x03\ +\x7d\x52\x12\x02\xea\xea\xea\x74\xfe\xfc\x79\x0d\x1d\x3a\x54\x79\ +\x79\x29\xdf\x2b\x68\x6c\x20\x10\x98\xce\x23\x42\x00\xc8\x84\xe2\ +\xbf\xe1\xf4\xe9\xd3\x13\x17\x2c\x58\x10\xe2\xce\x00\xb8\x42\x08\ +\x38\x6d\x3b\x01\xbd\x94\xbc\xe1\x80\xbf\x51\x5f\x5f\xaf\xf3\xe7\ +\xcf\xeb\xd6\x5b\x6f\x4d\x69\x08\x30\xc6\x18\xbf\xdf\xff\xb3\x40\ +\x20\xf0\x2c\x8f\xc8\xa5\x72\xb9\x04\x69\x55\xfc\x83\x67\xcf\x9e\ +\x9d\xf8\xe2\x8b\x2f\x36\x71\x67\x00\x5c\x41\x9b\xa4\xa3\x92\xd6\ +\x74\xf8\xbd\x11\x72\x27\xec\x25\x3d\x04\xec\xdb\xb7\x4f\x8e\xe3\ +\x68\xfc\xf8\xf1\x2a\x2a\x2a\x4a\x65\x08\xe8\xc7\xa3\x41\x00\x48\ +\x5b\xf1\x78\x7c\xdb\xc5\x8b\x17\x27\xbd\xf0\xc2\x0b\x17\xb9\x1a\ +\x00\xfe\x41\x08\xa8\x94\xf4\x9e\xfd\x7b\x47\xd2\x28\x49\x5f\x48\ +\x45\x08\xd8\xbf\x7f\xbf\xa2\xd1\xa8\x26\x4d\x9a\xa4\xe2\xe2\x62\ +\xee\x8e\x87\xf8\xb8\x04\xde\xe7\x38\xce\xc7\x4d\x4d\x4d\xdf\x9a\ +\x3f\x7f\xfe\x79\xae\x06\x80\x6b\xe8\x04\xbc\x27\x69\x95\xa4\x3d\ +\x72\x87\x07\x52\xd2\xd1\x3c\x74\xe8\x90\x56\xad\x5a\xa5\x50\x88\ +\x91\x4b\x02\x40\x9a\xf0\x42\xfb\xdf\x71\x9c\xdd\xe1\x70\xf8\xa1\ +\x5f\xfe\xf2\x97\xe7\xb8\x23\x00\xae\x23\x04\xac\x91\xf4\xb6\xa4\ +\xbd\x72\xf7\x0d\x48\xc9\xcf\xb5\x8a\x8a\x0a\x2d\x5f\xbe\x5c\x17\ +\x2f\xd2\xc4\x24\x00\xe0\x6a\x8a\xff\xde\x70\x38\xfc\xcd\xb9\x73\ +\xe7\x36\x70\x35\x00\xdc\x60\x27\xe0\x9d\x54\x87\x80\x63\xc7\x8e\ +\x69\xc5\x8a\x15\x6a\x6c\x4c\xee\xde\x3c\x8e\xe3\xd4\xf1\x28\x10\ +\x00\xd2\xa9\xf8\xef\x6f\x6e\x6e\xbe\x7f\xee\xdc\xb9\xf5\x5c\x0d\ +\x00\x9d\xd4\x09\x58\x69\x43\x40\x28\x55\x21\xe0\xf8\xf1\xe3\x5a\ +\xb9\x72\x65\xb2\x43\xc0\x76\x1e\x03\x02\x40\xba\x14\xff\x8a\xd6\ +\xd6\xd6\x07\x9e\x79\xe6\x19\x52\x2b\x80\xce\x0a\x01\x47\x6c\x27\ +\x60\xa5\xa4\xdd\xa9\x0e\x01\xcb\x97\x2f\xd7\x85\x0b\x17\x08\x00\ +\x04\x00\x74\x28\xfe\x47\x5a\x5b\x5b\xff\x65\xce\x9c\x39\x35\x5c\ +\x0d\x00\x9d\x28\xd2\xa1\x13\xb0\x42\xee\xc4\xc0\x70\xaa\x42\x40\ +\x55\x55\x95\x96\x2e\x5d\xaa\x73\xe7\x92\x32\xbd\xe9\x23\x6e\x3f\ +\x01\xc0\xeb\xc5\xbf\xb2\xad\xad\xed\xbe\x39\x73\xe6\x54\x71\x35\ +\x00\x74\x51\x27\xa0\x52\xd2\x1f\x25\x2d\x97\xf4\x69\x2a\x43\x40\ +\x6d\x6d\xad\x96\x2d\x5b\xd6\xa5\x21\xc0\x71\x1c\xa7\xac\xac\xec\ +\x7d\x6e\x3d\x01\xc0\xcb\xc5\xbf\x26\x12\x89\x7c\x73\xf6\xec\xd9\ +\x27\xb8\x1a\x00\x92\x10\x02\xd6\xd8\x10\xb0\x5b\x52\x73\xaa\x42\ +\x40\x5d\x5d\x9d\x96\x2d\x5b\xa6\xb3\x67\xcf\x76\xd5\x9f\x5f\xc1\ +\x2d\xbf\x32\xb6\x02\xfe\x1c\x1b\x36\x6c\x28\x1b\x37\x6e\xdc\xb4\ +\x24\x14\xff\x93\x91\x48\x64\xdc\xac\x59\xb3\x38\xbb\x1a\x40\x32\ +\x74\x3c\x4a\xb8\x55\xee\x51\xc2\xbd\xe5\x6e\x0e\x97\xf4\xcd\x82\ +\x42\xa1\x90\x2a\x2b\x2b\x9b\x86\x0d\x1b\xd6\x58\x50\x50\xd0\xa9\ +\xbb\x05\x95\x95\x95\xf5\xe1\x76\xd3\x01\xf0\xea\x9b\xff\xc9\x68\ +\x34\xfa\x8d\x59\xb3\x66\x1d\xe6\x6a\x00\x48\x72\x27\xe0\xb8\xdc\ +\xe1\x80\x65\xa9\xee\x04\xd4\xd7\xd7\x5f\x5c\xb2\x64\xc9\xeb\x2d\ +\x2d\x2d\xeb\x3a\xeb\xdf\x39\x6d\xda\x34\xc3\x6d\x26\x00\x78\xb5\ +\xf8\x37\x44\xa3\xd1\x07\xb8\x2c\x87\xf9\x00\x00\x03\x26\x49\x44\ +\x41\x54\xcb\xcb\xcb\x0f\x71\x35\x00\xa4\x40\xab\xa4\x13\x92\xd6\ +\xa6\x38\x04\xb4\x49\x3a\x5e\x5b\x5b\xfb\xe9\xa2\x45\x8b\x7e\x14\ +\x89\x44\x7e\xd3\x09\x3f\x5f\x37\x73\x7b\x3f\x1f\xe9\xe8\xea\x52\ +\x64\x57\x7c\x19\xce\x44\xa3\xd1\xfb\x66\xce\x9c\xb9\x9b\x2b\x0c\ +\x20\xc5\x75\x20\x5f\x52\x89\xa4\x87\x24\x7d\x4f\xd2\x48\x49\x45\ +\x49\xaa\x11\x8e\xdc\x13\x0c\x57\x49\x7a\x49\xee\xc4\xc4\xe8\xd4\ +\xa9\x53\x9f\xcc\xcd\xcd\x9d\x65\x8c\xb9\xe6\xcf\xc0\x9b\x3f\x1d\ +\x00\x2f\x3b\x1b\x8d\x46\xef\xa7\xf8\x03\xf0\x00\x47\x97\x0e\x07\ +\xbc\x69\x3b\x01\xc9\x5a\x1d\x90\xd8\xa3\x60\xbb\xed\x46\x44\x24\ +\xc5\xcb\xcb\xcb\x9f\x8e\xc7\xe3\xff\xee\x38\x4e\xec\x1a\xde\xfa\ +\x1d\x8a\x3f\x1d\x00\x2f\x77\x01\x2e\x44\xa3\xd1\x07\x66\xce\x9c\ +\xb9\x8d\xab\x0a\xc0\x63\xf2\x25\x0d\x96\x34\x5e\xd2\x77\xe4\x1e\ +\x25\x5c\xdc\x85\xb5\x22\x2a\xa9\x5a\xee\x36\xc5\x8b\x25\xed\xb3\ +\x01\xe0\x33\xbf\xf8\xc5\x2f\xbe\x2d\xe9\x49\x49\x05\x92\x6e\xb6\ +\x7f\x2d\x92\x7b\xc4\x71\xbd\x0d\x0e\xdb\xca\xca\xca\xca\xb9\x7d\ +\x04\x00\x2f\x87\x80\xc6\x58\x2c\xf6\xe0\x8c\x19\x33\xb6\x72\x35\ +\x01\x78\x38\x04\x0c\x91\x34\x41\xd2\x63\x5d\x18\x02\x62\x72\x57\ +\x21\x7c\x68\x8b\xff\x66\xb9\x27\x16\x5e\x6d\xdd\x72\xb8\x55\x37\ +\x86\x21\x80\x6b\x0b\x00\xd7\xfb\x05\x68\x71\x1c\x67\x69\x3c\x1e\ +\x1f\x47\xf1\x07\xe0\x71\x89\x7d\x02\x56\xab\x7d\xb3\xa0\x46\x49\ +\xf1\x4e\x2e\xfe\x67\xe4\xee\xd0\xb7\x5a\xd2\x0e\xb9\xcb\x12\xaf\ +\x86\x43\xf1\xa7\x03\xe0\xf9\x6e\x80\xe3\x38\xbb\x1c\xc7\x79\x2d\ +\x16\x8b\xbd\x56\x5e\x5e\xce\x89\x7e\x00\xd2\x49\x9e\xed\x04\x7c\ +\x4b\xd2\x44\x49\x5f\x95\xd4\x53\xee\x5e\x01\xd7\xcb\x91\xdb\xe2\ +\x6f\x90\xb4\x4d\xee\x96\xc4\xeb\x25\xd5\x75\x72\xc0\x00\x01\x20\ +\x25\x41\xa0\xc6\x71\x9c\x37\x24\xbd\x5c\x56\x56\x76\x90\x2b\x04\ +\x20\x8d\xe5\x4a\x1a\x20\xc9\x2f\x77\x5e\xc0\x5d\x92\xfa\x4b\x2a\ +\xd4\xb5\x77\x90\xa3\xf6\x2d\xbf\x4a\xd2\x56\xb9\x13\x0e\xb7\xda\ +\x30\x10\xe3\x52\x13\x00\x00\x00\xde\xe2\x93\xbb\x4b\xe0\x1d\x36\ +\x08\x7c\x4d\xd2\x3f\x49\xea\x25\xa9\x9b\x0d\x09\x7f\x2f\x0c\xc4\ +\xec\x1b\x7f\xd8\xbe\xe5\xef\xb3\x45\x7f\x93\xa4\x03\x72\x87\x16\ +\x68\xe7\x13\x00\x00\x00\x1e\xae\x15\x45\xb6\x1b\x30\x42\xd2\x68\ +\x49\xb7\x49\xba\x45\x52\x3f\x49\x37\xc9\x9d\x3c\x68\xd4\x3e\x46\ +\xdf\x2c\xe9\x9c\xa4\x5a\xfb\xd6\xbf\x4f\xd2\x27\x92\x0e\xca\x5d\ +\xf7\xdf\xc6\x65\x25\x00\x00\x00\xd2\xa7\x1b\x50\x24\xa9\xaf\x0d\ +\x03\x25\x36\x04\xf4\x95\xbb\x2c\x2f\x57\xed\xfb\x0a\x9c\x97\x74\ +\xca\x16\xff\x1a\xfb\xbf\xcf\xc8\xdd\x7d\x10\x04\x00\x00\x40\x9a\ +\xd6\x8e\x3c\xb9\x6b\xf2\xbb\xc9\x9d\x13\x50\xd4\x21\x00\x44\x24\ +\x85\x6c\x17\xa0\xc5\x06\x82\x28\x97\x8d\x00\x00\x00\xc8\xcc\xee\ +\x40\xc7\x21\x00\xc6\xf6\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x9d\xeb\xff\x01\x5e\x71\x06\xc2\xc0\x48\xef\xc0\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0d\xf4\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x69\x00\x00\x00\x3c\x08\x06\x00\x00\x00\x65\xc1\x94\x7e\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ +\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\ +\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xe3\x07\x08\x12\x0c\x2d\xdd\x58\x53\x14\x00\x00\x00\x1d\x69\x54\ +\x58\x74\x43\x6f\x6d\x6d\x65\x6e\x74\x00\x00\x00\x00\x00\x43\x72\ +\x65\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x47\x49\x4d\x50\x64\ +\x2e\x65\x07\x00\x00\x0d\x58\x49\x44\x41\x54\x78\xda\xdd\x5d\xeb\ +\x71\xe3\x46\x12\xfe\xe6\x81\x07\x49\x90\x04\xa8\x55\x6d\x79\xd7\ +\xe5\x1f\xbe\x10\xec\x10\xec\x10\x7c\x21\xd8\x21\xf8\x42\xb0\x43\ +\x38\x87\xe0\x0b\xe1\x1c\x82\x1d\xc2\x5d\x95\xff\xb8\x6c\x71\x25\ +\x82\x20\x48\x3c\x07\x73\x3f\xc0\x1e\x0d\x20\x48\xab\x3d\x4b\x14\ +\xe1\xa9\x62\x89\x82\x08\x62\x66\xfa\xf5\x75\x4f\x77\x8b\x69\xad\ +\xf1\xd0\xc8\xf3\x1c\xbe\xef\x03\x00\x9a\xa6\x81\xd6\x1a\x42\x08\ +\x00\x80\x52\x0a\x42\x08\x68\xad\xd1\x34\x0d\x00\x74\xfe\x56\x14\ +\x05\xd2\x34\xfd\x51\x29\xf5\x55\x5d\xd7\xa8\xeb\x1a\x4a\x29\xf3\ +\x59\xc6\x18\x54\x33\xfc\x5c\x7a\x16\xe7\x1c\x9c\x73\x30\xc6\xee\ +\x5c\x67\x8c\x99\xef\x3a\xc5\x60\x8c\x99\xf9\xd0\xf3\x7d\xdf\xc7\ +\x6c\x36\x63\xb3\xd9\x14\x8c\x01\x75\xdd\x40\x29\x05\x29\x25\x84\ +\x60\x50\x4a\x83\x73\x86\xe3\xf4\xa1\x75\xfb\x62\xec\xf8\x7a\xcc\ +\x73\xdf\x47\x24\xa5\x94\x99\x5c\xfb\x90\x96\x20\x74\xad\x2c\x4b\ +\x48\x29\xc1\x39\x87\x52\x0a\xbb\xdd\x0e\x49\x92\xe8\x3c\xcf\xa1\ +\xb5\x06\x63\x0c\x5a\x6b\xf3\xb2\x17\xdb\x27\x92\x7d\x9d\x88\xa2\ +\x94\xea\xdc\x6b\xcf\x83\xbe\xff\x94\xc3\x9e\x1b\xbd\xaf\xaa\x0a\ +\x5a\x6b\xcc\x66\x33\x44\x51\xc4\x82\x60\x7a\x64\x28\xe0\x38\x5d\ +\x10\x2f\xd1\xef\x74\x4d\xf0\x27\x20\x92\xbd\x51\x52\x4a\xf3\xbb\ +\x2d\x35\x87\xc3\x01\x49\x92\xdc\x64\x59\x16\x91\xb4\x30\xc6\x20\ +\xa5\x44\x5d\xd7\x66\x31\xb4\x38\x22\xb4\xd6\x1a\xd2\xf1\xd0\x34\ +\x8d\xf9\xdd\xde\x0c\xfb\xa7\x3d\xe8\x73\xa7\x20\x12\xe7\xbc\xf3\ +\x3c\x9b\x61\x68\x2f\x5c\xd7\x85\x10\x02\x4a\x29\x23\x45\x8b\xc5\ +\x02\xf3\xf9\x9c\x79\x9e\xd7\x91\xa4\xdb\x35\xb4\xaf\x27\x21\x12\ +\xa9\xb4\xfe\xfb\xba\xae\x71\x38\x1c\x10\xc7\xb1\xce\xf3\x1c\x65\ +\x59\x82\x73\x6e\xa4\x8a\x36\x78\x3a\x9d\x42\x08\x01\xd7\x75\xe1\ +\xba\xae\xf9\x3b\x6d\x6e\x96\x97\x66\x71\x55\x55\x75\x5e\x36\x33\ +\x90\x5a\x25\x75\x49\xd7\xea\xba\x7e\x76\xc9\x79\xe8\x3a\x31\x22\ +\xcd\xc3\x56\xc3\x4d\xd3\x20\x0c\x43\x04\x41\xc0\x82\x60\x06\xc6\ +\x6e\x89\x43\x12\xf5\x24\xea\xae\xcf\xad\x5a\x6b\xe4\x79\x8e\x24\ +\x49\x7e\x4e\xd3\xf4\x33\x92\x1a\xda\x34\x29\x25\x3c\xcf\xc3\x6c\ +\x36\xc3\x64\x32\x79\xf0\x7b\xb5\xd6\x60\x96\xfc\x6b\x0d\xd4\xb5\ +\x42\x59\x96\x28\x8a\x02\x55\x55\x21\xcb\x32\x43\x34\xda\x14\xce\ +\x39\x9a\xa6\xd5\xfd\x9c\xf3\x93\xaa\xba\xfe\xfb\xba\xae\xef\xa8\ +\x68\xfb\x33\x55\x55\x91\xdd\xc2\x74\x3a\x65\x93\xc9\x04\x42\xb0\ +\xa7\x57\x77\xb6\x98\xef\xf7\x7b\xdc\xdc\xdc\xe8\x2c\xcb\x5a\x9b\ +\x72\x14\xf7\xe9\x74\x8a\xf9\x7c\x8e\x20\x08\xcc\xc6\x91\x24\x0c\ +\xe9\x74\xb3\x48\xa5\x8f\xb6\xa8\x0f\x1c\xda\xfb\xcb\xb2\xc4\x7e\ +\xbf\xc7\x6e\xb7\x43\x5d\xd7\x86\x48\x75\x5d\xa3\x2c\x4b\x38\x8e\ +\x83\x53\x0f\x7b\xcf\x88\x40\xb4\x3f\x7d\xe9\x27\xe6\x02\x00\xdf\ +\xf7\x11\x86\xe1\x97\x8b\xc5\xe2\x27\xce\x81\xaa\x52\x70\x1d\xf1\ +\x74\xea\xae\xae\x6b\xc4\x71\xfc\x75\x1c\xc7\xff\xac\xaa\x0a\x9c\ +\x73\x08\x21\xb0\x5c\x2e\x11\x04\x81\x91\x1a\x9a\x24\x11\xe1\x7d\ +\x9c\xae\xd1\x35\xac\xed\xbd\xe8\xe8\x70\xad\x81\xc3\x21\x43\x92\ +\x24\x48\xd3\x14\x55\x55\x41\x08\x01\xc7\x71\x9e\x5d\xdd\xd9\x60\ +\xc7\xfe\x79\xdf\xbe\x0d\x49\x13\x31\xb3\x52\x0a\x8e\xe3\x60\xb9\ +\x5c\x6e\x96\xcb\xe5\xca\x75\xe5\xe3\xd4\x5d\x9e\xe7\xf0\x3c\xcf\ +\x88\xae\x94\xd2\x70\x04\x01\x85\x3c\xcf\xb1\x5e\xaf\xf5\xe1\x70\ +\x30\x3a\xd8\x75\x5d\xbc\x79\xf3\xc6\xdc\xfb\x9c\x83\xd0\x24\x00\ +\x92\x64\x90\x24\x13\x1c\x26\x84\xe5\xba\x6e\xab\x1e\xeb\x06\xbe\ +\xef\x0f\x4a\xf3\x29\x07\xa1\x5e\x7a\x4f\x2e\xc3\x7c\x3e\x47\x14\ +\x45\x6c\x32\xf1\xa0\x35\x50\x55\xf5\x51\xfa\x48\x8d\x36\x70\x24\ +\xbf\x95\x24\xd2\xed\xb6\x2f\x42\x12\x50\x14\x05\xae\xaf\xaf\x35\ +\x71\x30\x00\xac\x56\x2b\x5c\x5e\x5e\x9a\x0d\x7a\x6e\x02\xf5\xa1\ +\xef\x11\xb0\x20\x4d\xd3\x8e\x2f\x45\xc6\x5a\x08\x01\xb0\x56\xd5\ +\x9c\xd2\x66\xdd\x27\x59\xb6\xcb\x62\x23\xc0\xc9\x64\x82\xcb\xcb\ +\x4b\xe6\xfb\xee\x1d\xd4\xa7\xb5\x06\x43\xbb\x16\xd9\x17\x5d\x9b\ +\x40\x59\x96\xe1\xdd\xbb\x77\xba\x28\x0a\xd4\x75\x4d\xa2\x8a\x28\ +\x8a\x8c\x94\x9d\x82\x13\x69\x5e\x44\x80\xe9\x74\x0a\xce\x39\x1c\ +\xc7\x41\x92\x24\xc6\x57\x23\xb5\xc2\x18\x83\x74\x9c\xce\x5a\x5e\ +\x6a\xf4\x9d\x6d\x7b\x3d\xfb\xfd\x1e\x9c\x73\x1d\x86\x21\x9b\xcd\ +\xc8\x5c\x34\x47\x53\xc2\xd0\x1c\x95\x00\xb3\x55\x09\xe9\x77\x29\ +\x25\xaa\xaa\xc2\x1f\x7f\xfc\xa1\x77\xbb\x1d\x38\xe7\x70\x5d\x17\ +\x51\x14\x21\x0c\x43\xf3\x59\x21\xc4\xc9\x9c\x49\xad\x35\xaa\xaa\ +\x02\x63\xcc\x80\x05\xa5\x14\x92\x24\xc1\xcd\xcd\x8d\x21\x94\x71\ +\xb6\xb9\x34\x06\xfd\x9c\x86\xad\x11\x88\xf1\x66\xb3\x19\x5e\xbd\ +\x7a\xc5\x26\x13\x0f\x4d\x63\xd9\xe4\x23\xb2\xe6\xb6\xce\x26\x87\ +\x55\x6b\x8d\x38\x8e\xbf\x4b\xd3\xd4\x48\xcc\x6a\xb5\x42\x18\x86\ +\xa8\xaa\xca\xd8\xae\xe7\x36\xda\xb6\x23\xcd\x18\x83\xeb\xba\x1d\ +\x34\xc7\x39\x47\x14\x45\x58\xad\x56\x66\x3e\x42\x08\xa3\x56\xc8\ +\xa7\x7b\xe9\x61\xfb\x4e\xfd\xd0\x98\x10\x02\x87\xc3\x01\xdb\xed\ +\x56\xb7\x21\xa4\x56\xdd\xd9\x02\xc8\x69\x21\x4d\xd3\x18\x82\x6c\ +\xb7\x5b\xc4\x71\xfc\x2d\x5d\x8f\xa2\x08\xf3\xf9\xdc\x70\x02\xdd\ +\x73\x0a\x29\xea\xc7\x06\x87\xd4\xc8\x72\xb9\xc4\x7c\x3e\x87\x6d\ +\x5f\x01\x74\xe0\xef\x4b\xaa\x3b\x9a\x6b\xdf\x86\xd3\x5e\xd6\x75\ +\x8d\xfd\x7e\x8f\xc3\xe1\xd0\x09\x1d\x19\x84\x6c\x1b\x36\xc6\x18\ +\xb2\x2c\xc3\x76\xbb\xd5\x64\x83\x7c\xdf\xc7\x6a\xb5\x32\xbe\x09\ +\xe9\x7e\x52\x2f\xa7\x52\x11\xfd\x70\x8c\xcd\x9d\x9c\x73\x84\x61\ +\x88\xe5\x72\x69\xae\x09\x21\x4e\x1a\x7c\x7d\xdf\xdc\x69\x8f\x49\ +\xd2\x69\xbf\x49\xfa\xab\xaa\x42\x1c\xc7\xfa\x70\xc8\x0d\xa1\x4c\ +\xbc\xb2\x0f\x71\xb7\xdb\xed\x4d\x96\x65\x86\x18\x6f\xdf\xbe\xed\ +\x84\x40\x6c\xbc\x7f\x8a\x61\x3b\x87\xf6\x82\x6d\x82\x69\xad\xe1\ +\xfb\x3e\x5e\xbd\x7a\x05\xd7\x75\x0d\x91\x4e\xc5\x44\x0f\x0d\x9a\ +\x03\xcd\x9b\x22\x25\xf4\x6a\x9a\x06\xae\xeb\x82\x31\x46\xd2\xf4\ +\x33\xdd\x4b\x9a\x80\xd1\xcd\x9c\x73\xe4\x79\x8e\x5f\x7f\xfd\x55\ +\x4b\x29\x51\x96\x25\x3e\xf9\xe4\x13\xcc\x66\x33\x9c\xfb\xb0\x09\ +\x79\x5c\x03\xc0\xc4\x59\xa0\xbb\xc7\x48\x9a\x1d\x90\x2e\xcb\x12\ +\x6f\xdf\xbe\x65\x8b\x45\x70\x0b\x1c\xec\x45\xae\xd7\x6b\x2d\x84\ +\x40\x59\x96\xb8\xb8\xb8\x30\xe7\x48\xe7\x3c\xe8\x7c\x8b\xa2\xd5\ +\x42\x08\x84\x61\x68\x62\x6a\x63\x19\x52\x4a\xc3\x54\x87\xc3\x41\ +\x2b\x75\x1b\x33\x35\xab\x28\x8a\x02\x49\x92\x18\x55\x11\x86\xe1\ +\xd9\xa0\xa3\xc7\x3a\xbb\x04\x7e\x56\xab\xd5\xc9\xcf\x99\x9e\x22\ +\xec\x44\xa0\x27\x4d\x53\x03\x22\x00\x80\xd3\xc2\xe2\x38\xfe\x99\ +\xfc\x23\x82\xb4\x63\x18\x43\xb1\x32\x72\xba\xcf\xcd\x47\x7a\x8c\ +\xca\x03\x40\x41\x65\x33\x79\x03\x1c\x92\x24\xf9\xcc\x71\x1c\x30\ +\xc6\x8c\xc3\x7a\x0e\xe8\xe8\x31\x3e\x48\xff\x94\x56\x6b\x8d\x8b\ +\x8b\x8b\x51\x48\x13\x85\x8b\x28\x68\x4c\x61\xae\x2c\xcb\x50\x96\ +\x25\xad\xb1\x15\x2f\x3a\xb8\x9a\xcf\xe7\x77\x0e\xe6\xc6\xa0\xf2\ +\xec\xa3\x7a\xa5\x14\x3c\xcf\x19\x85\x4d\xb5\x61\x3a\xed\xb7\xe5\ +\x3b\x7d\x61\x24\x29\x49\x12\x4d\x7e\xc5\x62\xb1\xb8\x57\x95\x9c\ +\xfb\x42\x6d\x1f\x49\x6b\x74\xd6\x32\x06\xf0\x43\xc0\x81\x34\xc3\ +\x6e\xb7\xfb\xb7\x21\x52\x9e\xe7\xe6\x7c\xa8\x7f\x2e\x34\x86\x05\ +\xf6\xf3\x27\x18\x63\xc8\xf3\x62\x14\xee\x03\xb9\x40\xe4\x83\x92\ +\x7d\x22\xba\x00\x00\xdf\xa5\x07\x34\x9a\xa1\x28\x6b\xcc\x82\x05\ +\xc0\x04\x74\x1b\x2f\x1a\x85\xe1\xb5\x33\x99\x6c\xe7\x71\x3a\xf1\ +\xe0\x3a\x02\x13\xdf\x35\xce\xba\x1d\xcf\x3b\x27\x7b\x6b\x47\x4e\ +\xec\x39\x6a\x06\xc4\xc9\xf6\x53\x5e\x55\xd5\xa7\xc4\x7d\x76\x12\ +\xc9\x48\x80\xd1\x7b\x87\xe3\x38\x1d\x22\xda\x20\x63\x0c\xea\x5c\ +\x29\xf5\x35\x2f\x8a\xe2\x3f\x84\x92\xda\x05\xb1\x3b\x18\x7e\xcc\ +\xc3\xf3\xbc\xce\x91\x8a\xed\x97\x8c\x81\x48\x65\x59\x7e\xcb\x09\ +\xe6\xd9\xe7\x34\x63\x04\x0e\xf7\x0d\xd7\x75\x3b\xb6\x6a\xc8\x91\ +\x3c\x73\x22\x41\x52\xf2\xa2\xad\xcf\x5b\x02\x01\x0c\xe3\x27\x12\ +\xf9\x1e\x7d\x22\x9d\xe3\x81\xe0\xd0\xa8\xaa\xaa\x3d\xf4\xb3\xf1\ +\xf9\x5f\xc9\x1e\xd1\x9a\x6c\x3f\xaa\x9f\x43\x38\x02\x9b\xd4\x86\ +\x85\x68\xc2\xad\x03\x8b\xbf\xd4\xa0\x23\x97\x7e\x5e\xfa\x98\x1c\ +\x75\x6e\x4f\xf8\xf6\x44\xf0\xaf\x03\x1c\xc6\x14\x39\xb9\x77\x0d\ +\xb6\x14\xe5\x79\x39\x5a\xe0\xd0\x3f\xb9\xb5\x0d\xaf\x9d\x34\x43\ +\x27\xce\x63\x38\x6b\x22\x26\xe3\xf6\xc9\xe1\x6d\xf5\x40\x37\x11\ +\x62\x8c\xc4\xb1\x75\xfa\x98\x25\x89\x73\x0e\x6e\x43\xd4\x7e\xe6\ +\xd0\x58\x88\xf4\x90\xdf\x33\x94\xd1\x34\x54\xc2\x72\xae\x4c\x26\ +\xa5\x04\x77\x1c\xc7\x7c\xf0\x14\x29\x5a\xcf\x11\x52\xe9\x23\x36\ +\xfb\x45\xb9\x7a\x43\xd0\xfb\x1c\x88\x34\x54\x94\xd6\xf7\xf3\xb8\ +\xeb\xba\xdf\xd8\x98\x9c\x4a\x05\xc7\x22\x4d\x43\x90\xda\x5e\x6c\ +\x51\x14\x77\x50\xdd\x39\xa1\xbb\xa1\x02\x3b\x7b\x3d\xbe\xef\x7f\ +\xc3\x3d\xcf\xfb\xc1\xce\xfb\x56\x8a\x72\xc4\xc6\x75\xfc\x3c\xc4\ +\x54\x5a\x6b\x73\x70\xd6\xaf\x8e\x18\x83\x6d\x3d\xd6\xe4\xfe\xc0\ +\x7d\xdf\xef\x54\x4f\xdc\x86\x89\x30\x3a\x22\xd9\x44\x20\x55\xd7\ +\x4f\x90\x7c\x48\xb5\xbc\xf4\x1a\xfa\x35\xc5\x42\x08\x78\x9e\x07\ +\x2e\x25\x37\xf0\x94\x52\x88\xc7\x66\x93\x86\xde\xd7\x75\x7d\xd4\ +\x0c\xea\x0e\x50\x38\x27\x35\x7e\xdf\xdc\x88\x89\x04\x17\xe0\xba\ +\x69\x30\x0f\xa6\x8c\x33\x0d\xc1\x81\x9b\xeb\x35\x18\x00\x7d\xc4\ +\xe0\x14\x52\x19\x4a\xf5\x3d\x87\x34\x5e\xd5\xb4\x85\x68\x45\x59\ +\x03\x8c\xa1\xac\x14\x34\x00\xc6\x25\xd2\x7d\x06\x30\x61\xa0\x2c\ +\x6d\xc2\x39\xc5\xed\x18\x00\x55\xd7\x70\xa4\x84\x38\x26\x82\x37\ +\x4a\x41\x37\x0d\xc2\xc5\xf2\x7b\x86\x63\x8e\x03\x95\x92\xd0\xa1\ +\x53\x59\x96\x9d\x4a\x3d\xdb\xb8\xd9\x8b\x3b\x87\x8c\x22\xea\x95\ +\xe0\xba\x12\x45\x51\xc1\x71\xda\xa3\xf3\xa2\x28\x90\x65\xd9\x28\ +\x34\x01\x15\xbe\xf5\xaf\x07\x41\xf0\x0f\x13\x71\x70\x5d\x17\x93\ +\xc9\xc4\xa4\xc0\x5e\x5f\x5f\x3f\x88\x44\xce\xcd\x08\xf7\xa3\xf8\ +\x8c\x01\x71\x1c\x8f\x42\x75\xdb\x79\x0d\x94\x72\xac\xb5\xc6\x64\ +\x32\x31\x55\x94\x26\x2c\x14\x45\x91\xa9\x55\x4a\x92\xc4\xf4\x5f\ +\x20\xc2\xd9\xaa\xee\x9c\xd4\x05\x95\xdb\xd7\x75\x03\x21\x18\xea\ +\xba\x41\x51\x54\x9d\xe4\xc2\x73\x07\x3e\x54\xf9\x47\x09\x29\x8c\ +\x31\x2c\x97\x4b\xd6\x89\xdd\x51\xbf\x85\x20\x08\x0c\x45\x29\x9b\ +\xf5\xa1\x92\xcb\xf3\x70\x06\x8f\x4d\x2b\x04\x47\xd3\x00\x52\x72\ +\x5c\x5d\x5d\x8d\x2a\x6a\x42\x12\x25\x84\x40\x51\x14\xd4\x4e\xe0\ +\xb6\xaa\xc2\x76\xec\xc2\x30\x64\xa4\x36\xae\xaf\xaf\x91\xa6\x69\ +\x07\x12\xda\xd5\x0c\xe7\x03\x5f\x6f\x09\xc5\x39\x90\x65\x05\xf2\ +\x3c\xbf\x53\x79\x71\xce\xb1\x39\xca\xb3\xa3\x42\xb8\x28\x8a\xec\ +\xf6\x16\x2d\x91\xa8\x24\x63\x32\x99\x60\xb9\x5c\x6e\x08\xb9\xc5\ +\x71\x8c\x2c\xcb\xee\xe4\x5b\x9f\x97\xba\x38\xa2\x3c\xa5\x50\x96\ +\x35\xae\xae\xae\x0c\x00\x1a\x53\xc2\x3e\xcd\x39\x8a\x22\x04\xc1\ +\xf4\x58\x96\x69\xc0\x1b\x37\x47\x15\x42\x08\x5c\x5e\x5e\xae\x9a\ +\xa6\x2d\xaf\xcf\xb2\xcc\x14\x0e\x0f\x49\xcf\x39\x70\x2a\xe7\x40\ +\x59\xd6\x70\x1c\x81\xf5\x7a\x8d\xc3\xe1\x80\xaa\xaa\x40\x29\xd3\ +\x63\x50\x73\x6d\xc6\xad\x87\xb2\x2c\xf1\xfa\xf5\x6b\x46\x4c\xd7\ +\x29\x22\xb3\xfd\x07\x00\xb8\xbc\xbc\xfc\x1b\x11\x6f\xb3\xd9\x60\ +\xb3\xd9\x74\x20\xa2\xdd\x97\xe0\x14\x44\xeb\x07\x4d\x87\x9e\x73\ +\x75\xf5\xce\x40\xee\xa1\xca\xc0\x97\x94\x90\x21\x44\x6c\xa3\x39\ +\xd2\x4e\x1f\x7f\xfc\xb1\x51\x73\x76\x86\x13\xa7\x64\x3c\xbb\xf4\ +\x22\x0c\xc3\xff\x2e\x16\x8b\x2f\xa9\xd0\xf9\xd8\x85\xab\x73\x33\ +\x7d\x31\x21\xbf\xe7\x52\x83\x43\x09\x24\xdd\x36\x6b\x40\x9a\xa6\ +\xa6\xad\x0d\xb5\x8b\x39\x97\x41\xcc\x6d\x57\x2a\xda\x4d\x42\xf2\ +\x3c\x87\xe3\x38\x98\xcf\xe7\xdf\xdb\x8d\x4b\xec\x72\x4c\x56\x55\ +\x95\xf1\x2f\x48\x4d\x50\xb0\x95\xba\xa0\x90\xfa\x5b\x2c\x16\x08\ +\x82\xc0\xa4\x49\xd9\xf7\xde\xa7\x0a\x9f\x42\xe5\x0c\x35\x43\xa4\ +\x85\xdf\x6c\xb6\xd8\x6e\xb7\xd8\xef\xf7\x9d\x12\x4c\x72\x27\x5e\ +\x5a\x9a\xc8\x94\xf4\xe7\x6d\x9a\x58\xb5\x40\x61\xb3\x5a\xad\x56\ +\xae\x2b\x07\x19\x94\xf5\xd5\x82\xcd\xa5\x4a\x29\xfc\xfe\xfb\xef\ +\xa6\xd9\x06\xf5\x71\xbb\xb8\xb8\x30\xb9\xcb\x7d\xae\x1d\xfa\xae\ +\x3f\xcb\x89\x36\xe3\xb4\x1d\x19\xdb\x42\xe0\xeb\xeb\x6b\xec\xd2\ +\xc3\x9d\xfe\x7b\x76\x3f\x8a\x97\x06\x3a\xfd\x63\x92\xfe\x79\xd6\ +\x72\xb1\xc0\x72\xb9\x64\xd3\xa9\x7f\xdc\xf7\xbb\x0d\xb1\x98\x1d\ +\x93\xb3\x4b\xeb\x09\x48\xe4\x79\x8e\x77\xef\xde\xe9\x34\x4d\x4d\ +\x2a\xf2\x11\x05\x62\x36\x9b\x0d\x1e\x0f\x3c\x65\x84\xd9\x6e\x58\ +\x48\xc4\x2a\xcb\x12\xeb\xf5\x1a\x37\x37\x37\xe0\xc2\x31\x84\x23\ +\xc7\xd0\x56\x29\x2f\x2d\x49\xb6\x16\xa0\xdc\x0a\xda\x5f\xcf\xf3\ +\xf0\xe6\xa3\x8f\x58\x9b\xde\x4d\x9f\x27\xe9\xbb\x6d\x64\x28\xfb\ +\xc5\x57\x94\xc9\x4a\x0b\xf6\x7d\x1f\x51\x14\x31\x21\x84\x3e\x1c\ +\x0e\xc8\xf3\xdc\x70\x6a\x55\x55\x58\x2c\x16\x77\x7a\x13\x3c\x65\ +\xda\x94\xdd\xe0\x10\x00\x76\xbb\x1d\xd6\xeb\x35\xf2\x3c\x6f\x43\ +\x59\x9a\x75\x22\x23\x43\xc6\xfa\xa5\x81\x03\xcd\xc3\xee\xaa\x39\ +\x9f\xcf\xb1\x5a\xad\x98\xeb\xca\x4e\x5f\xd6\xd6\x16\x75\xf7\x4d\ +\xda\x1b\x60\xb7\x0a\xb0\x33\xfd\x67\xb3\x19\x1c\xc7\x61\x42\x88\ +\x1f\x9b\xa6\xf9\x8a\x1a\x13\x92\xbd\x72\x5d\x17\x9e\xe7\x19\x4e\ +\xa7\x7b\x6d\x7d\xfc\xff\x8e\xa2\x28\xe0\x79\x1e\xa9\x5e\x6c\xb7\ +\x5b\x08\x21\xe0\xfb\xbe\xf1\xd2\x09\xbc\xdc\x17\x08\x7e\xd9\x00\ +\x70\xb7\xe3\xa5\x94\x12\xf3\xf9\x7c\x13\x86\xe1\xca\xf3\x9c\x7b\ +\xa3\x28\x77\x6c\xd2\x90\x78\xde\xd7\xb5\x2b\x8e\x63\x6c\x36\x1b\ +\x4d\x91\xf2\xaa\xaa\x30\x9d\x4e\xa9\xe7\x68\x27\xf7\xfa\x29\x88\ +\x04\x00\xbf\xfd\xf6\x1b\xe2\x38\x86\x94\x12\x8e\xe3\x98\x34\x2d\ +\x29\x65\xa7\x15\x00\x69\x80\xb2\x2c\x8d\x7a\x7c\x69\x9b\x64\x6b\ +\x14\x29\x25\xc2\x30\xfc\x32\x8a\xc2\x9f\x18\x6b\x9b\x12\x4a\x21\ +\x1e\x6c\xa6\x6b\x6c\xd2\x87\x3e\xac\x28\x0a\x6c\x36\x9b\x9b\xed\ +\x76\x1b\x11\x27\x93\xde\x9d\x4c\x26\x08\x82\x00\x41\x10\x74\xca\ +\xde\x6d\x49\xed\xe4\x25\x58\x51\x03\xba\x5c\x55\xca\x54\x60\x53\ +\x68\xea\x1c\xd4\xd5\xe0\x11\x37\x9a\x4e\x95\xa1\x6d\x0f\xa9\x6f\ +\xd0\x74\x3a\xc5\x72\xb9\xfc\x57\x10\x04\x7f\xf7\x3c\xaf\x63\x12\ +\x1e\xc3\xc4\x1f\x44\x24\x5b\x35\x52\x9f\xd4\xab\xab\x2b\xdd\xef\ +\x52\x62\x13\x81\xda\xae\x39\x8e\x63\x7c\x18\xbb\x90\x4b\x35\xad\ +\x6d\x2b\x8a\xc2\x48\x88\x52\xca\xfc\x7c\xe9\xd0\xce\xfb\xf6\x87\ +\xb3\x6e\x3b\x6c\x22\x00\xd5\x20\xbf\x7e\xfd\xfa\x17\xd7\x75\x3f\ +\xf7\x7d\xdf\x74\x3e\xf9\x60\x84\xf8\x21\xba\x7b\x48\x12\x00\x50\ +\x3f\xa2\x9b\x34\x4d\x23\xbb\xdd\x19\x39\xc2\x43\x91\x74\xd3\xbf\ +\x4e\xba\x1d\x0f\xdc\x5e\xb0\xdd\x69\xf1\x25\x21\xf4\x7d\x84\xd3\ +\x5a\x83\x33\x6d\xa4\xad\xae\x6b\xd3\x42\x67\xb1\x58\xfc\x12\x04\ +\xc1\xe7\x24\x39\x7f\x06\x44\x7d\x10\x91\x86\xc4\xdd\x3e\x96\xa6\ +\xee\xc3\x69\x9a\xea\xdd\x6e\x87\x3c\xcf\x4d\xc8\xbd\xdf\x80\x9d\ +\xee\x2b\x2b\xd5\x69\x8a\x64\xbb\x04\xe7\x10\x7b\x7b\x5f\xcb\x69\ +\xc1\x6f\xb3\x64\x7d\xdf\xc7\x7c\x3e\x67\xd3\xe9\x74\xd0\xc9\xef\ +\x37\xb0\x7f\xec\xfa\x1e\xd5\x72\x7a\x68\xc2\xf6\xc3\xfa\x9f\xb1\ +\x39\x6d\xb3\xd9\x7c\x51\xd7\xf5\x77\x55\x55\x7d\x46\xd9\x3b\xb6\ +\x74\x08\xe9\xde\x9b\x43\x71\x0e\x44\x1a\x62\x4a\x62\x2a\xce\x39\ +\x3c\x57\x1e\xff\x0d\xc2\xac\x83\xe4\x9e\xb2\xf5\xe9\xff\x00\x3c\ +\x1b\x84\x0c\xd6\x9d\xff\xfa\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x42\x60\x82\ +\x00\x00\x9a\xca\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\xdf\x00\x00\x00\xdf\x08\x06\x00\x00\x00\x76\xf9\x06\x2c\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ +\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\ +\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xe3\x09\x0c\x0e\x16\x18\x1e\xa8\x1e\xce\x00\x00\x00\x1d\x69\x54\ +\x58\x74\x43\x6f\x6d\x6d\x65\x6e\x74\x00\x00\x00\x00\x00\x43\x72\ +\x65\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x47\x49\x4d\x50\x64\ +\x2e\x65\x07\x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x79\ +\xb0\x64\x55\x95\x2e\xfe\x9d\x9c\x4e\xce\x79\xe7\xaa\x02\x04\x4a\ +\x26\x05\x19\x1c\x68\x41\x28\xa1\x10\x8a\x62\x2a\x40\xc0\xa1\x55\ +\x10\x04\x94\xf6\xf5\x4f\xbb\x5b\x7e\x86\xf1\xeb\x8e\x30\xda\x88\ +\xee\x30\xba\x5b\x0d\xfa\x39\x31\x88\x80\x0a\x0d\x32\x15\x05\x45\ +\x0d\x54\x15\x83\x08\x22\xa3\x82\x88\x43\x31\x53\x77\xbe\x39\xcf\ +\x79\x7e\x7f\xe4\x59\xdb\x95\xeb\xee\xbd\xcf\xb9\x55\xfa\x5e\xc4\ +\x7b\x9d\x11\x15\x55\x75\x6f\xe6\xca\x73\xf6\xd9\x6b\xef\xb5\xbf\ +\xf5\xad\x6f\x39\x95\x4a\x05\xbd\x5e\x0f\x00\xe0\x38\x0e\x62\xb1\ +\x18\x62\xb1\x18\xa2\xd1\x28\x3c\xcf\x03\x00\xf4\x7a\xbd\x81\x3f\ +\x9e\xe7\xc1\xf3\x3c\x74\xbb\x5d\xc4\xe3\x71\x24\x12\x09\xc4\x62\ +\x31\xd0\xab\xd7\xeb\xa1\xdb\xed\xa2\xd3\xe9\xa8\xcf\xec\x8e\xfd\ +\x68\x34\x8a\x68\x34\x8a\x58\x2c\x86\x48\x24\x02\x00\xf0\x3c\x4f\ +\xd9\x6d\x36\x9b\x70\x1c\x07\x8e\xe3\x20\x12\x89\x0c\xfc\xe1\x2f\ +\x9b\xfd\x54\x2a\x85\x48\x24\xa2\xae\x91\xfe\x5d\xaf\xd7\xd1\xed\ +\x76\xad\xf6\x63\xb1\x98\xba\x4f\xba\x26\xba\xcf\x48\x24\x82\x68\ +\x34\x8a\x48\x24\x82\x58\x2c\x06\xc7\x71\xd4\xb5\x74\x3a\x1d\x74\ +\xbb\xdd\x40\xfb\x00\x06\xec\xd3\x78\xd1\x7b\xe2\xf1\x38\x1c\xc7\ +\x41\x34\x1a\x85\xe3\x38\x8b\xc6\x9d\x5f\x0b\x7f\x1f\xfd\x9f\xec\ +\xb7\x5a\x2d\xb4\xdb\x6d\xf4\x7a\x3d\x65\x97\xde\x4b\xf7\xc0\xc7\ +\x92\xde\x0f\x00\x99\x4c\x06\xad\x56\x0b\x33\x33\x33\x58\xb6\x6c\ +\x19\xe2\xf1\xf8\xc0\xd8\xd7\x6a\x35\x00\xc0\xe3\x8f\x3f\x8e\x93\ +\x4e\x3a\x09\x00\x70\xf1\xc5\x17\xe3\xea\xab\xaf\x1e\x98\x33\xe5\ +\x72\x19\x00\x90\xcb\xe5\xf0\xd2\x4b\x2f\x61\xe5\xca\x95\x68\xb7\ +\xdb\x8b\xc6\x86\xfe\x4f\x73\xa1\x5e\xaf\xa3\xd3\xe9\x28\x5b\xf4\ +\xef\x54\x2a\x35\x30\xe6\x9e\xe7\x2d\x9a\x03\xdd\x6e\x57\xcd\x2f\ +\x3e\xc7\xe8\xf7\x91\x48\x64\x8f\xec\xf7\x7a\x3d\x65\x9f\xc6\x91\ +\x7e\xee\x79\x1e\x22\xf4\x40\x69\xa0\xe9\x4d\xba\x9b\xa6\x1b\xa6\ +\x2f\x20\xa3\xd1\x68\x74\x60\xc0\x69\x42\x75\xbb\xdd\x45\x93\x40\ +\x0e\xa2\xcd\x3e\xff\x3c\x7f\xd1\xc0\xf1\x1b\x95\xdf\xc1\xef\xc5\ +\x66\xbf\xdb\xed\x0e\x4c\x68\x9a\x90\x61\xec\xf3\xcf\xd1\x77\x90\ +\x7d\xb2\x41\x9f\x95\x8b\x41\x90\x7d\xf9\x87\x9c\x81\xdf\x7f\x3c\ +\x1e\x1f\x70\x6c\xfe\x37\x39\x23\x5f\xfc\xe8\x7a\xe9\x7d\x00\xb4\ +\x63\x44\xd7\x27\x1d\x4f\x5e\x7b\xa7\xd3\xc1\xe4\xe4\x24\x92\xc9\ +\x24\xf6\xd9\x67\x1f\xf5\x33\x72\xcc\x66\xb3\x89\x74\x3a\x8d\x67\ +\x9f\x7d\x56\x39\x1e\x00\x5c\x7f\xfd\xf5\xb8\xf2\xca\x2b\xd1\x68\ +\x34\x06\xee\x3d\x97\xcb\x61\x76\x76\x16\x07\x1f\x7c\x30\x1a\x8d\ +\xc6\xa2\xc9\xcc\xef\x91\xcf\x59\x9a\x6b\xb4\x98\xf1\xb1\xe2\x9f\ +\x91\x0e\xa2\x5b\x94\x69\x8c\xf8\xe2\xf3\xe7\xb4\x3f\xb0\x30\x93\ +\x87\xeb\x1e\x82\xed\xe5\x79\xde\xc0\x0a\x29\x5f\xf4\xf0\x17\x7d\ +\xa1\x78\x98\x36\xfb\x7c\x40\x74\x3b\x99\xee\x3b\x6d\x7f\x74\x2f\ +\xe9\x20\x34\xb1\x75\x2f\x93\x3d\xee\x34\x7c\x02\x9b\xae\xd3\x76\ +\x6f\xba\xef\x94\x0e\x48\x3b\xb7\xce\x2e\xbf\xce\x30\xf6\xf9\x64\ +\x93\x0e\x2e\xc7\x4c\xde\x8f\xe7\x79\xc8\x64\x32\x28\x97\xcb\x68\ +\x34\x1a\x6a\x07\x89\xc7\xe3\x68\x36\x9b\x70\x5d\x17\x9b\x37\x6f\ +\xc6\x07\x3e\xf0\x81\x45\xdf\xf9\xad\x6f\x7d\x0b\x5f\xf8\xc2\x17\ +\xe0\x38\x0e\x3a\x9d\x0e\xb2\xd9\x2c\x7a\xbd\x1e\x72\xb9\x1c\xa6\ +\xa6\xa6\x90\xcb\xe5\xd4\x7d\xf2\x3f\xf2\x45\x73\x8a\xae\x8d\x2f\ +\x8c\x72\x6c\xe4\x1f\x9d\xd3\xfc\xb9\xed\xeb\x76\x44\x16\xed\x0c\ +\xee\x14\xfc\x62\xb8\x51\x39\x01\xe5\x6a\xaf\xbb\x08\xdd\xce\x20\ +\x27\xb8\xcd\xbe\xbc\x16\x9a\x00\x7c\xd2\xe8\x6c\x9b\x1e\x9a\x6e\ +\x67\x91\xce\x46\xce\x28\xdf\xa7\xb3\x2f\x57\x4b\xd3\xe2\x25\xaf\ +\x9f\x7f\x46\x3a\x32\xbf\x5e\xba\x16\x1e\x95\xf0\xc8\x44\x2e\x18\ +\xf2\xfd\x26\xfb\x72\xd2\xf0\xc5\x91\x1c\x90\x3b\x39\x9f\x40\xd2\ +\x7e\x3e\x9f\x47\xa5\x52\x41\xa7\xd3\x41\x34\x1a\xc5\xc2\xc2\x02\ +\x3c\xcf\x83\xeb\xba\xd8\xb2\x65\x0b\x4e\x3d\xf5\x54\xa3\xd3\x5f\ +\x7d\xf5\xd5\xb8\xf0\xc2\x0b\x11\x8b\xc5\xd0\x6e\xb7\xe1\x79\x1e\ +\x5a\xad\x16\xb2\xd9\x2c\x4a\xa5\x92\x76\xa1\x93\xd7\xcf\xaf\x45\ +\x46\x08\xba\xcf\x70\x9b\x7c\x31\xe3\xd1\xd0\x9f\xd3\x3e\x0f\x65\ +\x29\x62\x50\xf3\xb1\xd1\x68\x2c\x3a\x67\xf0\x98\x97\xde\xa8\x9b\ +\xcc\x74\xe6\xe0\x17\xc0\x7f\xdf\x6e\xb7\x8d\x61\x99\xe7\x79\x88\ +\xc5\x62\x56\xfb\xfc\x41\xf3\x09\xc1\xcf\x6d\xba\x70\x4b\x37\x38\ +\xd2\x2e\x4d\xfe\x6e\xb7\x8b\x48\x24\x82\x44\x22\x01\x00\x68\xb5\ +\x5a\x2a\x56\xe7\x21\xb3\xce\x7e\xaf\xd7\x1b\xf8\x19\x0f\x39\x29\ +\x2c\xe7\x67\x2c\x7e\x56\xe6\x2b\xaf\x6e\x47\xa5\x1d\x41\x3a\x10\ +\x5f\x45\x5d\xd7\x5d\xb4\x6a\xf3\x05\x86\xce\x4c\xba\x6b\x97\x8b\ +\x89\x69\x62\xeb\x26\x19\x5f\xd9\xe9\x1a\x53\xa9\x14\x4a\xa5\x92\ +\xda\xbd\xee\xb9\xe7\x1e\x9c\x7b\xee\xb9\xa1\x76\xde\xcb\x2e\xbb\ +\x0c\xdf\xfd\xee\x77\xd1\x6e\xb7\x91\x4c\x26\xd1\x6e\xb7\x51\xaf\ +\xd7\x07\xe6\x97\x6e\x8c\xe8\xdc\x4e\xe7\x50\x00\x48\x24\x12\xea\ +\xb9\x9a\x16\x64\xfe\x59\xbe\xb8\xcb\x08\x8d\x16\x94\xdd\xb5\x4f\ +\xf3\x5b\x46\x80\xf4\x27\x46\x07\x4d\xdd\x81\x9d\x1c\x92\xdf\x34\ +\xff\x19\x9f\x0c\xba\xd0\x80\x6c\x73\xfb\x1c\x70\x90\x61\x92\xb4\ +\xcf\x0f\xc6\x72\x87\xe1\xbb\x34\x1f\x00\x5d\x38\xc7\x6d\xf3\x87\ +\x49\x83\xd8\xe9\x74\xd4\xcf\x69\x32\xc5\xe3\xf1\x01\x5b\x3a\xfb\ +\xf4\x70\xa4\x93\xd1\xb5\xc7\x62\xb1\x45\x67\x57\xfe\x3e\xdd\xe2\ +\x66\xb2\xcf\x1f\x1a\x8d\x63\xb3\xd9\x5c\x34\x79\xf8\xb5\xc4\xe3\ +\x71\xad\x7d\xe9\x40\x12\x90\xa1\x57\xb3\xd9\x5c\x14\xfe\x4a\xe0\ +\x06\x00\x5c\xd7\x55\xa1\xe7\xc4\xc4\x04\x36\x6e\xdc\x18\xda\xf1\ +\x00\xe0\x9a\x6b\xae\x41\xa3\xd1\xc0\x8d\x37\xde\x88\x4a\xa5\x02\ +\xc7\x71\x90\xcf\xe7\x07\x40\x26\xd3\xf5\xd3\xf8\xd0\xfb\x68\xcc\ +\x69\xe1\x91\xce\xcb\xe7\x17\x39\x16\xcd\x47\x3e\x8f\x69\xf1\xda\ +\x13\xfb\xf4\x5e\x0e\xc8\x91\x5f\x45\x22\x11\xc4\xe4\x84\xa4\x1b\ +\xa4\x07\x2f\x27\x2e\xff\x37\x37\xa8\x9b\xf4\x89\x44\x62\xe0\x82\ +\x64\x88\xa4\xb3\x29\xff\x4d\x83\x42\xe1\x80\x04\x79\xf8\x03\x91\ +\x0b\x81\x29\x4c\xe6\xf6\xf9\xa2\x43\x36\x78\xc8\x66\xb3\xcf\xc1\ +\x1a\x8e\x66\xf1\xf3\x02\x1f\x4f\xfa\x19\x0f\x1f\xe5\x4e\x2e\xed\ +\xd3\x35\xe8\x76\x2e\x02\x25\xe8\x3b\xe9\xfb\x78\xd8\x23\xaf\x5f\ +\x7e\x87\x1c\x13\x89\xb4\x72\xc7\xe3\xe1\x38\x5d\x07\xed\xbe\xd1\ +\x68\x14\x13\x13\x13\xb8\xe7\x9e\x7b\xb0\x6e\xdd\x3a\x2c\xf5\x75\ +\xd3\x4d\x37\xc1\x71\x1c\x5c\x7b\xed\xb5\x88\xc7\xe3\x98\x9b\x9b\ +\xc3\xf0\xf0\xb0\x75\x7c\xe4\xbd\xf3\x39\x26\xa3\x06\xd3\xbf\xc9\ +\x01\x69\x81\xe7\xce\xcd\x9d\x7f\x77\xec\x4b\x80\x6b\xd1\xce\x28\ +\x0f\xd6\xdc\x00\x85\x55\x7c\xa5\xe3\xab\x23\x5d\x90\x44\xf6\x38\ +\xc4\x2e\x0f\xf6\xba\xb0\x8d\xdb\xe7\x9f\x89\x44\x22\x68\x34\x1a\ +\xe8\x74\x3a\x0a\xc2\xa6\xb3\x01\xad\xf0\x7c\xc2\x44\xa3\x51\xb4\ +\xdb\x6d\xb4\x5a\x2d\x35\x70\xd1\x68\x14\x89\x44\x42\x81\x43\x32\ +\x14\x95\x8b\x86\x0c\x13\xc8\x3e\xdf\x1d\x4d\x0e\x2e\xaf\xa7\x56\ +\xab\x0d\x38\xb6\x7c\x9f\xe9\xbc\xab\x3b\xff\xc9\x71\xe4\xab\x30\ +\x3f\xa7\xd0\xf5\xd3\xe2\x48\xf7\x4d\xab\x35\x2d\xaa\x89\x44\x02\ +\xcd\x66\x53\x3d\x53\x3e\xee\x64\xc3\x75\x5d\x94\x4a\x25\x75\xc4\ +\x88\x46\xa3\xe8\x76\xbb\x2a\xb5\x44\xab\x78\xa3\xd1\x40\x3a\x9d\ +\xc6\xc6\x8d\x1b\x77\xcb\xf1\xe8\x75\xe3\x8d\x37\xa2\xdb\xed\xe2\ +\x86\x1b\x6e\x40\xa1\x50\x18\x58\x18\xe9\x19\xf4\x7a\x3d\xa4\xd3\ +\x69\xd4\xeb\x75\x23\x80\xc7\xef\x89\x16\x31\x72\x16\x5a\xbc\x75\ +\x21\xb5\x2e\x3c\xe4\xcf\x9c\xcf\x61\xb9\x80\xeb\x8e\x39\x72\xbe\ +\xf1\xc5\x2f\x12\x89\xf4\xd1\x4e\x19\xf3\x87\x41\x09\x4d\x28\xa0\ +\xf4\xf4\xa5\xa0\x86\xf2\x33\x32\x2c\xd2\x9d\x9f\x76\xe7\x7a\x24\ +\x22\x65\xb2\x6f\x3b\xe4\x07\x8d\x8f\x04\x79\x74\xef\xe7\x3b\xa6\ +\x8c\x3a\xc8\xd9\xf7\xc4\xbe\x3c\x33\x71\xfb\xfc\x3c\xa8\x1b\x77\ +\x00\x98\x99\x99\xc1\xe8\xe8\x28\x3a\x9d\x0e\x6a\xb5\x1a\x52\xa9\ +\x14\xd2\xe9\x34\x62\xb1\x18\x4a\xa5\x12\x22\x91\x08\x6a\xb5\x1a\ +\x12\x89\x04\x1e\x7b\xec\x31\x9c\x7e\xfa\xe9\xd8\xd3\xd7\x8f\x7f\ +\xfc\x63\x5c\x76\xd9\x65\x6a\xe2\xd2\x22\x30\x35\x35\x05\x00\xc8\ +\xe7\xf3\xd8\xb9\x73\x27\x5c\xd7\x1d\x78\x4e\x3a\xac\x40\xe6\x5f\ +\x4d\x80\x89\x29\x42\x32\x21\xc6\x26\xfb\x12\xb8\x0a\xb2\x1f\xfd\ +\xa7\x7f\xfa\xa7\x45\xde\x29\x77\x2a\x09\xc8\xc8\x1d\x40\x77\x2e\ +\xd0\x85\x9b\xf2\xfd\xf2\x46\x4d\xab\x91\xdc\xbe\xe9\x06\x4d\x3b\ +\x96\x0e\x0d\x95\xd7\x22\x91\x48\x9d\x7d\x89\xf8\xe9\x16\x27\x13\ +\xfa\x28\xcf\x62\xba\xd5\x54\x82\x5c\xf2\x0f\x4f\xce\xee\x8e\x7d\ +\xb9\xf2\x4a\xb4\x8d\x1f\x2b\x74\xb6\x09\x85\x74\x1c\x07\x85\x42\ +\x01\x95\x4a\x05\xf3\xf3\xf3\xc8\xe5\x72\x70\x5d\x17\xcd\x66\x13\ +\xc9\x64\x12\xbf\xf8\xc5\x2f\x70\xec\xb1\xc7\xe2\xcf\xf5\x7a\xe6\ +\x99\x67\xf0\xfa\xeb\xaf\xe3\x83\x1f\xfc\x20\x32\x99\x8c\x4a\x45\ +\x00\x40\xa3\xd1\xc0\x8a\x15\x2b\xd0\x6a\xb5\x16\x11\x0c\x74\x8b\ +\x8c\x44\x73\x79\x5e\x54\xce\x61\x39\x8e\x7c\x0c\x75\xf6\x65\x58\ +\xae\x73\x3a\x9b\x7d\x87\x58\x22\x3a\x64\x50\x97\xbc\x95\xce\x67\ +\x0a\x8f\xa4\xf3\xe9\x50\x21\x53\x72\x58\x77\xf1\x32\xff\xa4\x0b\ +\x37\x82\x1c\x45\xb7\xe2\x85\xb5\xaf\x8b\x10\xe4\x59\xcc\x74\xed\ +\xba\x15\x90\xc2\x46\x1d\x94\x2f\x17\x84\x3d\xb1\xaf\x43\x61\x75\ +\xd7\xad\xdb\x05\x69\x65\xcf\xe5\x72\x68\xb5\x5a\x6a\xf2\xd6\x6a\ +\x35\x74\xbb\x5d\xe4\x72\x39\x3c\xf4\xd0\x43\x38\xe1\x84\x13\xac\ +\x81\x11\x80\x1e\x80\x29\x00\xcb\xbe\xfc\xe5\x2f\xe3\xeb\x5f\xff\ +\x7a\x28\x27\xfc\xec\x67\x3f\x8b\x6f\x7f\xfb\xdb\x2a\x6c\x4c\xa7\ +\xd3\xd8\xb5\x6b\x17\x96\x2d\x5b\xa6\xce\xbc\x32\x52\x91\xa9\x03\ +\x09\xb0\xf1\xc5\x8c\x8e\x4a\xa6\x3c\x22\x3f\x13\x9b\xec\xeb\x36\ +\x29\x8e\x25\xd8\xec\x3b\x9c\x65\x60\x83\x74\x4d\x7f\xdb\x1e\x9e\ +\x2e\x69\xa9\xcb\x83\xd9\x26\xb6\xed\xe6\x4d\x09\x63\x19\x6a\xd9\ +\x92\xb4\x36\xfb\x61\x17\x08\xd3\xf5\x48\x64\x58\x2e\x10\x1c\xb0\ +\xd1\x3d\x3c\x9e\x0b\xdd\x1d\xfb\x32\xb4\x96\x21\x2e\x81\x40\xa6\ +\xc5\x93\x76\x5e\xda\x65\xe2\xf1\x38\xda\xed\x36\x9a\xcd\x26\xb2\ +\xd9\x2c\xee\xbf\xff\x7e\x9c\x76\xda\x69\x36\xff\xc9\x01\x28\xb1\ +\xff\xff\x0e\xc0\x3b\x6e\xbd\xf5\xd6\xde\x47\x3e\xf2\x91\x50\x0e\ +\x78\xc5\x15\x57\xe0\x6b\x5f\xfb\x1a\x46\x47\x47\x31\x3f\x3f\x8f\ +\x6c\x36\x3b\x90\x4a\x91\xe9\x20\x8e\x8a\x4b\xb4\x57\x2e\x40\x7c\ +\xe7\xb7\x3d\x57\xd3\xe2\x4c\xe7\x64\x49\x2f\x93\x60\x96\xc9\x7e\ +\x44\x52\xb9\x74\x49\x57\x19\x1e\x71\x80\x45\xf7\x7e\x1d\xd7\x50\ +\xa6\x0b\x64\x48\xa5\xa3\x66\x71\x46\x81\x0c\xf3\xf8\x75\x9b\xec\ +\xd3\x77\xc8\xeb\xe6\xa1\x9d\xcd\x3e\x7f\xbf\x04\x60\x74\x9c\x53\ +\x7e\x2d\x1c\x4c\x92\xc9\x71\x1a\x37\x02\x86\x74\xc9\x74\xba\x87\ +\x3d\xb1\x4f\x67\x3b\xce\xdb\xd4\x1d\x25\x74\xb6\x09\xf5\xe5\xe7\ +\xc7\x6a\xb5\x8a\x72\xb9\x8c\x6c\x36\x8b\x0d\x1b\x36\x04\x39\xde\ +\xdb\x00\x4c\x8a\x9f\x1d\x04\xe0\xe7\x1f\xf9\xc8\x47\xf2\xb7\xdd\ +\x76\x5b\x28\xe7\xfb\xee\x77\xbf\x8b\x7f\xfe\xe7\x7f\x46\xbd\x5e\ +\xc7\xf0\xf0\xb0\x02\x7e\xca\xe5\xb2\x7a\x4e\x1c\x75\xe7\x69\x32\ +\x1d\x3b\x88\xde\xd3\x6a\xb5\x06\x52\x40\xfc\x99\xf2\xa4\x3a\x47\ +\x42\x79\xe8\x2e\x11\x53\x1a\x77\x1a\xc7\x76\xbb\x1d\x6c\x5f\xd2\ +\x5f\x4c\x67\x37\x1d\x13\x20\x88\xb7\xc9\xed\xca\x0b\xd1\x9d\x51\ +\x74\xbc\xc8\x30\xd7\x62\xb2\x2f\x77\x36\x1d\xb9\xda\x66\x5f\x3a\ +\x9f\x8e\x4a\xa6\x63\x30\x70\xc7\x36\x71\x58\xe5\x03\xd4\x81\x54\ +\x7b\x6a\x5f\x9e\x5b\xe5\x0e\x19\x34\x36\x8d\x46\x03\xed\x76\x5b\ +\x11\x10\xa2\xd1\x28\x46\x46\x46\xb0\x71\xe3\x46\x9c\x75\xd6\x59\ +\x36\x9f\x79\x07\x80\x27\x00\xa4\x34\xbf\xfb\x2b\x00\xeb\x2f\xb8\ +\xe0\x82\x91\x9f\xfe\xf4\xa7\xd8\x6f\xbf\xfd\x02\x1d\xf0\xaa\xab\ +\xae\xc2\x95\x57\x5e\xa9\xfe\xbf\xb0\xb0\x80\x7c\x3e\xaf\x25\x5d\ +\xc8\x9d\x4a\x77\x14\xe2\xa4\x72\xdd\x9c\xd1\xcd\xb3\xa5\xda\xa7\ +\x1c\xb2\xcd\x7e\xc4\x18\x8f\x5a\x50\x4e\xdd\x67\x82\x88\xa6\x3a\ +\x46\x8a\x0c\xe3\x74\xd4\x2d\xd3\x4d\xea\xce\x4a\x3a\xfb\xa6\x30\ +\x42\x37\x21\xa5\x7d\x1d\x79\x40\xc7\xeb\x94\x40\x85\x8d\x08\xcc\ +\xaf\x85\xb3\xe9\x75\x67\xb3\x3d\xb5\x4f\xc4\x6b\x19\x5a\x7b\x9e\ +\xa7\xc8\xcf\x36\xca\x5c\x32\x99\x54\x89\xf6\x85\x85\x05\x24\x93\ +\x49\x6c\xdb\xb6\x2d\x08\xd5\x7c\x17\x80\xfb\x01\x2c\x33\x4d\x1f\ +\x00\x27\x00\xb8\xf3\xfc\xf3\xcf\xcf\x86\x3d\xff\x7d\xfb\xdb\xdf\ +\xc6\xa7\x3f\xfd\x69\x00\xc0\xd0\xd0\x90\x4a\xc6\xdb\x9c\x83\x76\ +\x72\x1d\x87\x95\x52\x25\xb6\x39\x13\xc6\xf9\x74\x0c\x19\xe2\xb7\ +\x06\xda\x5f\x58\x58\x58\x14\xa2\x71\xfa\x18\xff\x42\x9e\x88\xa4\ +\x8b\xa1\x2f\xe2\x21\x0a\xed\x18\x74\x56\xd0\x71\x2a\x75\x74\x31\ +\x69\x9f\x06\x8a\x97\xa9\x50\xbe\x8a\x87\x5e\x26\xfb\x26\xa6\x39\ +\x9f\x6c\x99\x4c\x66\x20\x39\x4e\xa1\x49\xb5\x5a\x5d\x94\xb2\x58\ +\xaa\x7d\x7a\xd8\xf1\x78\x7c\x20\x74\xa7\xeb\xe7\xe9\x04\x9d\x7d\ +\x3a\x93\x99\xec\x67\xb3\xd9\x45\xe8\x1a\xe5\x39\xdb\xed\xf6\xa2\ +\x5c\xa8\x8e\xea\x17\x89\x44\x30\x3d\x3d\x8d\xf1\xf1\x71\xd4\xeb\ +\x75\x34\x1a\x0d\xb8\xae\xab\xde\xe3\xba\x2e\x2a\x95\x0a\xb2\xd9\ +\x2c\x76\xec\xd8\x81\xd5\xab\x57\xdb\x7c\xe4\x40\x00\xdb\xfc\x90\ +\xd3\xca\x9b\xf7\x81\x98\x27\x3d\xcf\x7b\xdf\xe6\xcd\x9b\xad\x1c\ +\x50\xfe\xba\xf0\xc2\x0b\x71\xfd\xf5\xd7\xab\x33\x1f\x61\x16\x1c\ +\x5c\x29\x14\x0a\x5a\xf4\xd6\x54\x25\x61\x9a\x9b\x34\x8f\x29\x3f\ +\x4a\x20\x16\xcd\x77\x4e\x92\x30\x45\x55\x36\xfb\x4e\xa5\x52\x19\ +\x48\x3c\xf2\x89\xc9\xe1\x7c\x1d\x77\x4d\x12\x90\x75\xc9\x44\x1b\ +\xb7\x50\x97\xa7\xd1\x81\x39\xb6\x6a\x81\x30\xdc\x45\xdb\xf5\x93\ +\x63\x48\xe7\x33\xd1\x87\x96\x62\x5f\xa6\x3b\x74\xe3\x63\xe3\x76\ +\x72\x34\x59\xf7\x1d\x94\xc7\x93\x25\x44\xfc\x5c\x12\x64\x3f\x91\ +\x48\xa0\xd1\x68\x60\x7e\x7e\x1e\x85\x42\x01\xe9\x74\x5a\x9d\x89\ +\xd2\xe9\x34\x6a\xb5\x1a\xe2\xf1\x38\x1e\x7f\xfc\x71\xac\x5a\xb5\ +\xca\xe6\x17\xe3\x00\x5e\x04\x30\xb2\xc4\xcc\xc2\x1f\xaa\xd5\xea\ +\x81\x99\x4c\xc6\xf1\x9d\x32\x94\x03\xfe\xf0\x87\x3f\x84\xe3\x38\ +\x28\x95\x4a\x48\x24\x12\x2a\x89\x9e\x4e\xa7\xf1\xab\x5f\xfd\x0a\ +\x87\x1f\x7e\xf8\x00\x0e\x60\x45\x1d\x0d\xe3\x63\x8a\x34\xe4\xf3\ +\xb4\x21\xed\x36\xfb\x0e\x91\x9f\x65\x2d\x57\xd8\xc9\xad\x65\x6b\ +\xfb\xef\xa3\x1d\xcb\x46\x9a\xb6\xd9\xe7\x3b\xa2\xa9\x38\xd4\x66\ +\x3f\x68\x00\x68\xa7\xe0\x13\x95\x17\x94\xda\x52\x18\x61\xec\xcb\ +\x9d\x5c\xe6\x10\x4d\x8b\x0f\x7f\xaf\x6d\xec\x29\x8f\x25\x01\xa1\ +\xa5\xd8\x2f\x16\x8b\x98\x98\x98\x50\x63\x41\xe4\xf2\x4c\x26\x83\ +\xa9\xa9\x29\x0c\x0d\x0d\xe1\xf9\xe7\x9f\xc7\x7b\xde\xf3\x1e\x9b\ +\x3f\xc4\x01\xd4\x01\x44\x77\x33\xb5\x37\xd3\xeb\xf5\xc6\x23\x91\ +\x48\x68\x07\xfc\xe8\x47\x3f\x8a\x6f\x7c\xe3\x1b\x98\x98\x98\x40\ +\x2c\x16\x43\xab\xd5\x42\x22\x91\x50\xbb\xf4\xcc\xcc\x8c\xca\x0d\ +\x9a\xc6\xcf\x44\x18\x97\x55\x27\xdc\xd9\x64\x31\xae\xcd\xb9\x82\ +\xec\xc7\x24\x05\x4c\x86\x52\xa6\x02\x4f\xf9\x5e\xaa\x06\xe0\x48\ +\x26\x87\x62\x25\x7f\x2e\xa8\x80\x94\x5e\x94\x6b\xe2\xdc\x48\xda\ +\xf6\x97\x62\x5f\x7e\x0f\x27\x0f\x53\x0e\x8b\x1c\x46\x57\x99\xbf\ +\x3b\xf6\x09\x71\xe4\x67\x0f\x3a\x83\x51\x48\x6d\x2a\xc0\x94\x14\ +\x3a\x1d\xf1\x99\x10\x3b\x8e\xf0\x25\x12\x09\x2d\xf7\xd5\x64\x9f\ +\xc0\x94\x46\xa3\x81\x64\x32\xa9\xae\x91\x48\xd2\x21\xf2\x78\x00\ +\xd0\xda\xc3\xbc\xfa\x58\x24\x12\x99\x2f\x97\xcb\xc3\x7f\xf8\xc3\ +\x1f\x70\xd4\x51\x47\x05\x7e\xe0\xbf\xfe\xeb\xbf\xe0\x38\x0e\x6e\ +\xbe\xf9\x66\xc5\x23\xee\x76\xbb\xc8\x66\xb3\xe8\x76\xbb\x28\x14\ +\x0a\x68\x34\x1a\x8b\x10\xcf\x30\xc7\x06\x1a\x1f\x3a\x33\xf3\xd0\ +\x9e\x9e\x19\x3f\x36\xe8\xe6\x6f\x18\xfb\x11\x1b\x98\x22\x81\x0c\ +\xdd\xaa\x21\x2b\xa6\xc3\x00\x01\x61\xed\xeb\x50\xd0\xa5\xd8\x0f\ +\x02\x86\x74\x8b\x8d\x2e\x17\xb8\xbb\xf6\x65\xfd\xa2\x6e\x7c\x6c\ +\x0c\x13\x5b\x7e\x52\x87\x0e\xeb\x40\x2a\x9b\xfd\x5e\xaf\x87\xa1\ +\xa1\x21\x25\x99\x01\x00\xf5\x7a\x1d\x9e\xe7\x21\x99\x4c\x62\xeb\ +\xd6\xad\x41\x8e\x17\x0b\xb9\x53\x4d\xf9\xbb\xa3\xed\x35\x94\xcb\ +\xe5\xde\x38\xf0\xc0\x03\x71\xff\xfd\xf7\x87\xf2\xd8\x5b\x6e\xb9\ +\x05\x97\x5d\x76\x99\x8a\x8a\xa2\xd1\x28\x8a\xc5\xa2\xe2\xa0\xea\ +\x9e\xa9\x0e\x30\x93\xe3\x63\x9b\x0b\x26\xf0\x6e\x77\xec\x47\xc2\ +\x30\x50\xac\x27\x67\x43\x9e\xcf\xc4\x6d\x5b\x0a\x6f\x54\x1e\x58\ +\x75\x54\xab\x20\xfb\x41\x49\x54\x4e\x39\xe2\x89\xe5\xa0\x73\x41\ +\xd8\xfb\x91\x09\x6e\x5d\x81\xab\xe9\xde\x83\x2a\xb9\x75\xf9\xd8\ +\xb0\x4a\x04\xf4\x1e\x42\x31\x89\xc6\x45\xd7\x76\xf7\xdd\x77\xe3\ +\x94\x53\x4e\xb1\x99\x18\x06\xd0\x0e\xe1\x23\x2f\x77\x3a\x9d\x65\ +\x9e\xe7\x75\x00\xbc\x1d\x40\xc3\xf2\xde\xbd\xb2\xd9\xec\xf3\x6b\ +\xd7\xae\x75\x37\x6d\xda\x14\xca\x01\xaf\xbd\xf6\x5a\xfc\xcd\xdf\ +\xfc\x8d\x7a\x9e\x04\xb6\x10\x4a\x6b\xab\xb9\x0b\x3a\xab\xd9\x14\ +\x03\x96\xe2\x1f\x26\xfb\x11\x1b\x05\x46\x17\xa6\xf1\x15\x81\x23\ +\x8e\x84\x02\xe9\xb6\xea\x30\x1a\x25\x3a\xfb\x3c\xf1\x4c\xb6\x75\ +\x4c\xf6\x30\xf6\x75\x79\xb4\x6e\xb7\xab\x42\x2f\x9a\x74\x14\x72\ +\xca\x4a\x81\xdd\xb1\xcf\xcf\x78\xfc\xfa\x4d\xb9\x35\xdd\x81\xde\ +\x94\xff\xe4\x68\x2a\x1f\x7b\x0e\x1e\x05\xd9\x27\xc0\x85\x90\xd5\ +\x5a\xad\xa6\x76\xbc\x73\xce\x39\xc7\x36\xa7\x56\x02\x78\x39\x00\ +\xcd\x04\x80\xa7\xeb\xf5\xfa\x4a\x76\x1d\x3b\x01\x7c\x10\xc0\x76\ +\x00\x6f\x1a\x3e\x7b\x28\x80\xed\xa7\x9e\x7a\xea\xd0\xfa\xf5\xeb\ +\xb1\xff\xfe\xfb\x07\x4e\xf0\xef\x7f\xff\xfb\xb8\xf0\xc2\x0b\x15\ +\x42\x59\xab\xd5\x14\x13\xc6\xb4\xeb\x98\x74\x7a\xe4\x51\x42\x56\ +\x8d\xf0\x39\x1f\x14\x62\x06\xd9\x8f\xc8\x8b\x90\x13\x47\xa6\x05\ +\xe4\x0d\x70\x07\xe1\x29\x0b\x9a\x04\x3a\x80\xc2\x96\x76\xd0\x55\ +\x66\x4b\x66\x80\x8d\x96\x16\x94\x16\xe0\x9f\x23\x91\x20\x9a\xb4\ +\x5c\xb9\x8b\x4f\xf2\xdd\xb5\xaf\x2b\x71\x91\x3a\x29\x41\xc4\x5e\ +\xdd\xc4\xa1\x33\x24\xab\x88\x36\x22\xd6\x36\xfb\xdd\x6e\x17\xe9\ +\x74\x1a\xe5\x72\x19\xb1\x58\x0c\xf9\x7c\x1e\x1b\x37\x6e\xc4\x9a\ +\x35\x6b\x6c\x73\xfd\x50\x00\x0f\x03\xc8\x07\xa4\x11\x76\x00\x38\ +\x5a\x3e\xd3\x76\xbb\xfd\x44\xb3\xd9\x3c\x09\xc0\x43\x96\xcf\x1f\ +\x0b\xe0\xce\x75\xeb\xd6\x0d\x7d\xe3\x1b\xdf\x08\xb5\x03\xde\x74\ +\xd3\x4d\xb8\xe4\x92\x4b\x14\x07\x94\xca\xa5\x4c\x61\x9f\xa9\xa4\ +\x4c\x57\x14\x20\x9d\xd5\xe4\x1f\x4b\xb5\xef\x54\xab\xd5\x45\x74\ +\x25\x9a\x8c\xbc\x0c\x5e\xe7\xc9\xa4\xa0\x95\x4c\x26\xb5\xc5\x86\ +\xf2\x73\xdc\xbe\xdc\x01\x78\xd1\x2c\xbf\x60\x5d\x2e\xcb\xf3\x3c\ +\x54\x2a\x15\x24\x12\x09\xab\x7d\xce\x5d\xd4\xa1\x4d\xc4\x96\xd7\ +\x29\x74\x55\x2a\x15\x2d\x2f\x52\xd2\xb8\x28\x0f\xc4\xb5\x5f\x38\ +\x45\x8d\x76\x25\x7e\xed\x44\x2b\xe3\x32\x1b\x3a\x9a\x18\x8d\xa1\ +\xc9\x3e\x95\xd5\xc8\x3c\x1f\xe5\xa5\x32\x99\x0c\x66\x66\x66\x50\ +\x28\x14\xd4\x67\x5d\xd7\x45\xbd\x5e\x47\x2a\x95\x52\x32\x78\x33\ +\x33\x33\x18\x1b\x1b\xc3\xb6\x6d\xdb\xf0\xa1\x0f\x7d\x28\xc8\xf1\ +\xee\x03\xb0\x5f\x80\xe3\x6d\x02\x70\xbe\xe7\x79\x95\x46\xa3\x81\ +\x99\x99\x19\xec\xb3\xcf\x3e\x28\x97\xcb\xa8\x54\x2a\x58\xb1\x62\ +\x05\x1c\xc7\x39\x1e\xc0\x06\x00\x05\x8b\x9d\x47\x00\xac\xd9\xb0\ +\x61\x43\xfd\xcc\x33\xcf\x0c\xe5\x84\x9f\xfa\xd4\xa7\x70\xed\xb5\ +\xd7\xaa\xf1\xa5\x7b\xa7\x71\xaa\xd5\x6a\x48\xa7\xd3\x78\xf3\xcd\ +\x37\x51\x28\x14\x06\x36\x0d\x79\x3e\x4f\x24\x12\xa8\x56\xab\x5a\ +\x40\x2e\x93\xc9\x0c\x7c\xaf\x6e\x27\x95\x1b\x87\xdc\x3d\x23\x3a\ +\xde\xa2\x2c\x87\xb7\x55\x3d\x98\x00\x0c\x09\xcb\xea\x2a\x7e\xc3\ +\x9c\x97\x6c\xf5\x54\x41\xf6\x4d\xe8\x2c\xcf\x41\xda\xec\x87\x3d\ +\x57\xea\x48\x03\x26\xe2\xb7\xe9\x4c\xa0\x3b\x8f\xe9\x0a\x37\x6d\ +\xf6\xe5\x0a\x3b\x3d\x3d\x8d\x65\xcb\x96\xa1\xd5\x6a\xa1\x56\xab\ +\xc1\x75\x5d\x00\x40\x2a\x95\x42\xb5\x5a\x55\xe1\xf5\xe8\xe8\x28\ +\xee\xbf\xff\xfe\x20\xc7\xdb\x1f\xc0\x16\x8b\xe3\x51\x05\xc3\x56\ +\x00\x1f\xf1\x3c\xaf\x32\x3b\x3b\xab\x64\x05\xdf\x7a\xeb\x2d\x00\ +\xa0\x8a\x04\xa7\xd7\xeb\x3d\x02\xe0\x03\x06\xc0\x86\x52\x0e\xc7\ +\x03\x78\xec\x8c\x33\xce\xc0\x8e\x1d\x3b\x42\xef\x80\x97\x5f\x7e\ +\x39\x5c\xd7\x55\x8e\xd7\xe9\x74\xd0\x68\x34\x54\xd1\xef\x0b\x2f\ +\xbc\x80\x15\x2b\x56\x2c\x8a\x10\x74\xb4\xbe\xa5\x62\x15\x26\x40\ +\x4e\x77\x9c\x8b\x49\xdd\x4e\x93\xf0\xac\xce\xb8\xae\xf0\x54\x86\ +\x75\xfc\x86\x74\xea\x5b\xb6\x4a\x60\xa9\x71\xc2\x1d\x92\xb3\xfe\ +\x4d\xf6\x39\x94\xcf\xf3\x86\x26\x81\x28\x69\xdf\x84\x7c\xea\xca\ +\x54\x38\x43\x87\xfe\xcd\x57\x53\xdd\x99\xd0\x56\x0e\x44\x0f\x89\ +\xef\x76\xd2\xbe\xfc\xbc\x24\xc6\xa7\xd3\x69\x2c\x2c\x2c\x20\x1e\ +\x8f\x23\x97\xcb\xa1\x5a\xad\xa2\xd3\xe9\xa0\x50\x28\x20\x93\xc9\ +\xa0\x56\xab\xc1\xf3\x3c\x3c\xf7\xdc\x73\x41\x24\xe9\x21\x00\xcf\ +\x5a\x42\x4d\x00\xf8\x0d\x80\xb5\x00\xea\x57\x5f\x7d\x75\xc9\xf3\ +\x3c\x8c\x8c\x8c\xa0\x5c\x2e\xc3\x75\x5d\x0c\x0d\x0d\x29\xdd\x99\ +\x85\x85\x05\xcf\xbf\xd6\x17\x1c\xc7\xd9\x07\xc0\x1b\x6c\xb7\xe3\ +\x0e\x08\x00\x47\x38\x8e\xf3\x8a\xe7\x79\xfb\x31\xa7\xb4\xbe\x6e\ +\xb8\xe1\x06\x38\x8e\x83\xff\xfc\xcf\xff\x44\x36\x9b\x45\x3c\x1e\ +\x57\xb9\xcb\xc9\xc9\x49\x1c\x7a\xe8\xa1\x98\x9f\x9f\x1f\x20\x5b\ +\xeb\x94\x08\xf8\xd9\x4e\x2e\x88\x3c\x37\x1c\x54\x51\xc2\xf5\x3e\ +\x07\x7c\x4d\x4a\xc1\x05\xa1\x65\x7c\x82\xe8\xc8\xa7\x3a\x0a\x57\ +\x18\x5d\x50\xd3\x8e\x22\x59\xe5\x9c\x54\x1c\x64\x3f\x68\xc5\x0a\ +\xcb\x5a\x0f\x83\x66\x4a\x1d\x17\x59\xca\x62\x2b\x80\x0d\x1a\x6f\ +\x93\x6e\x67\x10\xd1\xbd\xd3\xe9\xa0\xd9\x6c\x2a\x16\x4b\x32\x99\ +\x44\xa1\x50\x40\xab\xd5\x52\x82\xb6\xbf\xfe\xf5\xaf\xb5\xba\x9a\ +\x7c\x98\x00\xcc\x07\x38\x1e\x39\xcb\xab\x00\xa6\x2f\xbf\xfc\x72\ +\xfc\xe8\x47\x3f\x1a\x10\xc2\xa5\x23\x0c\x31\x69\xea\xf5\x3a\x8d\ +\xcf\x9b\x7e\xe9\x91\xcd\xb1\xf6\x75\x1c\x67\xce\xeb\x0f\xaa\x13\ +\x66\x07\xfc\xe1\x0f\x7f\x88\xcf\x7f\xfe\xf3\x03\xa4\x81\x76\xbb\ +\x8d\x7c\x3e\x8f\x5a\xad\x86\x4c\x26\x13\xa8\xab\x19\x54\xf5\x62\ +\x8b\x5e\x6c\x60\x19\x9b\x7f\x8b\x4b\x81\xf8\x24\x94\x67\x30\x13\ +\x78\x60\xca\x37\xd9\x74\x41\x4d\x93\x46\x4a\xca\xeb\x9c\x83\xeb\ +\xbe\x98\xec\xeb\x72\x30\x52\x05\xda\xe4\x7c\x52\x46\x5c\xc7\xe8\ +\x91\x55\xe1\xa6\x74\x82\x69\x6c\xb8\x18\x94\x8e\x7e\x16\xa4\xdb\ +\x69\xcb\xf3\xd1\x7b\xc7\xc6\xc6\x40\xe7\xfa\x68\x34\xaa\x34\x71\ +\x5c\xd7\xc5\xb6\x6d\xdb\x70\xcc\x31\xc7\x04\xcd\xe3\x6e\xc0\xef\ +\x7b\x7e\xe9\xd0\x3b\x25\x05\xec\x7b\xdf\xfb\x1e\x00\x60\xc5\x8a\ +\x15\x28\x16\x8b\xe8\x76\xbb\xea\xac\xc4\x9f\x55\xa7\xd3\xa9\x00\ +\xc8\x04\x38\xd6\x30\x39\xe0\x83\x0f\x3e\x18\x2a\x04\xbd\xf1\xc6\ +\x1b\x71\xe1\x85\x17\x0e\x94\x45\x11\x21\x9b\x94\xc9\x6c\xba\x9a\ +\x1c\xc9\xe7\xa9\x28\x19\x45\xe9\xfc\x43\x8a\x10\x6b\x99\x60\xf5\ +\x7a\x7d\x11\x2b\x43\x17\x03\xeb\x12\xc8\xba\x70\x53\xae\x04\xb6\ +\x74\x82\x2e\x39\x2d\xcf\x97\x94\x7b\x22\xd0\x82\x13\x5c\xa5\x2e\ +\xa8\x2e\xfc\xd2\x5d\x1b\xdf\xf9\xc8\x1e\x17\x68\x22\xfb\xa6\x7b\ +\x0b\x42\xc6\x74\xf5\x70\x3a\x1b\x41\xea\xdd\x72\x07\x96\xf6\x25\ +\xf1\x5d\x57\xf2\x14\x8d\x46\x31\x3b\x3b\xab\x8a\x51\x49\x86\x61\ +\xc3\x86\x0d\x41\x65\x41\x6e\x40\x4e\x4e\x86\x87\xda\x9d\xeb\x3b\ +\xdf\xf9\x0e\xae\xb8\xe2\x0a\x00\x40\xb5\x5a\x55\xf2\x13\x54\x35\ +\xc1\xef\x27\x9d\x4e\x8f\xfb\x21\x68\xc3\xdf\x0d\x75\xaf\x57\x3c\ +\xcf\xdb\xff\xde\x7b\xef\x45\x58\x10\xe6\xb2\xcb\x2e\xc3\xf7\xbf\ +\xff\x7d\x55\x1e\xd5\x6a\xb5\xd0\x6a\xb5\x06\x74\x4f\x75\xba\x9a\ +\xad\x56\x4b\xcd\x03\x9a\x17\x7c\x1e\x9a\x88\x1e\xba\x4a\x14\x9d\ +\xfd\x01\x6e\xa7\xae\x38\xd5\x96\xc8\x25\x6e\xa1\x9c\x00\x9c\xf8\ +\x2b\x75\x3b\x65\x03\x15\x3e\x49\xb8\x7d\xce\xd0\x27\x05\x64\x3e\ +\x08\xae\xeb\x2e\x2a\x10\xd5\xe9\x8e\xda\x12\xe2\x44\x8b\xf3\x3c\ +\x6f\x40\x34\x97\xe7\xfb\x24\xbd\x8c\x53\xcc\x38\xd4\xaf\x63\xb9\ +\x9b\x52\x0f\xf4\x4a\x26\x93\x03\xe3\x27\x53\x3e\xb6\x46\x1b\x9c\ +\x74\x6d\x2a\xae\x25\xc9\x76\xde\xfc\x25\x93\xc9\xe0\x81\x07\x1e\ +\xc0\xc9\x27\x9f\x6c\x9b\xaf\x13\xbe\x13\xc4\x42\xcc\xed\xf7\x02\ +\x78\x2a\x28\x0f\x77\xf1\xc5\x17\xab\x6b\xe2\x0b\x97\x0c\xf7\x62\ +\xb1\x18\x92\xc9\xe4\x85\x00\x6e\xb0\x98\x7c\x06\xc0\x71\xf7\xdc\ +\x73\x4f\xed\xef\xfe\xee\xef\xf0\xfb\xdf\xff\x3e\xf0\x22\x2f\xb8\ +\xe0\x02\xdc\x72\xcb\x2d\x88\x44\x22\xa8\x56\xab\x6a\x07\xe6\x82\ +\x55\xd2\x41\x28\x42\x70\x1c\x67\x40\x34\xd7\xf3\x3c\x34\x9b\x4d\ +\x75\x96\x33\xd1\xd7\xa4\x20\x96\xc6\x01\x23\xd6\x6a\x72\x5d\xd8\ +\x69\x52\x3d\x96\x93\x4c\x07\xae\xf0\x0b\x32\x55\xc4\x9b\x58\x1e\ +\x34\x58\x12\x20\x0a\xb2\x6f\xea\x19\xa1\x53\x41\xd3\xb1\x17\x74\ +\x8a\xd3\xdc\xc9\xa5\xdc\x84\xd4\xf3\x0f\xc3\x52\x91\xe1\x89\x14\ +\x72\xd5\xb1\x7d\x6c\x0c\x0a\xc7\x71\x06\x3a\xe9\x94\xcb\x65\x64\ +\x32\x19\x6c\xde\xbc\x39\xc8\xf1\x0e\xf2\xc1\x93\x30\x8e\xe7\x01\ +\x78\x12\xc0\x49\x62\x17\x1c\x78\x7d\xf6\xb3\x9f\x55\x13\xbf\xdb\ +\xed\x22\x95\x4a\x21\x99\x4c\x1a\x8b\x95\xfd\xb3\xe3\x94\xe5\x7b\ +\x8f\x02\xb0\xe9\xac\xb3\xce\x1a\xfe\x8f\xff\xf8\x8f\x50\xbb\xdf\ +\x6d\xb7\xdd\xa6\xea\x01\x33\x99\x8c\x3a\x73\xda\x9a\xe8\x04\xd1\ +\xc5\x38\x6f\xd7\xe4\x1f\xb6\x62\xf1\x88\x4e\xca\x8e\x9f\xb9\xe4\ +\x04\x97\x61\x1b\xd7\x03\x91\x3b\x66\x90\x74\xbb\x2c\xd9\x5f\x44\ +\x1c\xf4\xcf\x5b\xba\x22\x53\x13\x4d\x8b\xdb\xa7\xfc\x18\x6f\x4d\ +\xc6\xed\x49\xb9\x0b\xb9\x83\xe8\x1c\x52\x22\x9c\xb6\x12\x15\xbe\ +\xea\x49\xf2\x33\x91\x98\x65\x4a\x86\x7f\x9e\x3f\x03\x5d\x28\xc3\ +\x39\x8c\xba\x85\x86\xee\xa5\x5e\xaf\xa3\x50\x28\x60\xe3\xc6\x8d\ +\x41\x75\x73\x87\x01\x78\x60\x09\x65\x41\x34\xf8\x0f\x00\x38\x4f\ +\x83\x58\x0e\x9c\x01\xaf\xbb\xee\x3a\x55\x69\x50\xad\x56\x11\x8f\ +\xc7\x51\x2c\x16\xe1\x79\x1e\xd2\xe9\x34\xda\xed\x36\x5c\xd7\x75\ +\x3c\xcf\xdb\x01\xe0\x1c\x00\x33\x16\xa7\x3f\x1e\xc0\x1d\x67\x9f\ +\x7d\x76\x61\xfb\xf6\xed\xa1\xd3\x10\x17\x5d\x74\x11\x7a\xbd\x1e\ +\x52\xa9\xd4\x80\x98\x31\x6f\x15\xe7\x38\x0e\xaa\xd5\xaa\xb6\xb5\ +\x9d\x54\x22\xd0\xf5\x20\xe1\x11\x8f\x69\x03\x53\x95\xec\xa6\x3c\ +\x91\x49\x1c\xc9\x26\x44\xa4\xab\x4c\x37\xd1\xb4\x82\x1a\x61\xe8\ +\x76\x43\xb9\x0b\x05\xd9\xd7\xe5\xf8\x74\xe2\x42\x3a\xfb\x41\xe3\ +\x62\x5a\x94\x82\xd4\xd3\x4c\xef\x35\x21\xb4\x26\x2e\x62\xbd\x5e\ +\x57\x0c\x15\xe2\x35\xd2\x99\xa4\x5a\xad\x2e\x55\x57\xf3\x1d\x00\ +\xee\x45\x70\x21\xac\xe9\x75\x33\x80\x4f\xd8\x1c\xf0\xd2\x4b\x2f\ +\xc5\x4f\x7e\xf2\x13\x75\x24\x29\x16\x8b\xd8\x7b\xef\xbd\x95\x24\ +\xe1\xd0\xd0\x10\x6a\xb5\x9a\xe7\x38\x8e\xe3\x79\xde\xcf\x01\x9c\ +\x06\xa0\x6a\xc9\x03\x9e\x08\x60\xe3\xea\xd5\xab\xe3\x3f\xfb\xd9\ +\xcf\x42\x83\x30\x9f\xf9\xcc\x67\xd4\xb3\x6e\xb7\xdb\x88\xc7\xe3\ +\xd8\xb9\x73\x27\x5a\xad\x16\xf2\xf9\x3c\x26\x27\x27\x31\x36\x36\ +\x16\x98\x07\x0e\xb3\xc1\xd8\xe6\x81\xc3\x0f\x8e\xb2\x7a\xc0\x34\ +\x99\x83\x3a\xe4\x48\x64\x48\x82\x05\xb4\x0b\x48\xf5\x28\xe9\x90\ +\xc4\x06\xe1\xe0\x05\x6f\x6c\xc2\xf3\x33\x3a\xfb\x12\x7d\x92\x8b\ +\x02\x29\x73\x99\xec\xdb\xaa\x30\xf8\xb9\x8f\xf7\x52\x90\x79\x4e\ +\xe9\xe8\x7c\xa7\xd7\xa5\x23\x6c\xe5\x56\x12\x50\xa2\x33\x5d\x3c\ +\x1e\x47\xb9\x5c\x46\xb9\x5c\x46\x2e\x97\x43\x3e\x9f\x57\x75\x8a\ +\x89\x44\x02\x8f\x3f\xfe\x78\x90\xae\xe6\xde\x7e\xf8\xb8\x2c\xa4\ +\xa3\x99\x1c\xac\x09\xe0\xd3\x00\x6e\xb1\xa5\x0e\x6e\xb8\xe1\x06\ +\x5c\x78\xe1\x85\xe8\xf5\x7a\x98\x9f\x9f\xc7\xe8\xe8\xa8\x62\x14\ +\xe5\x72\x39\x94\xcb\x65\xe4\xf3\x79\xa7\xd3\xe9\x78\xb1\x58\xec\ +\x20\x00\x2f\x05\x5c\xc7\x6f\x3c\xcf\x3b\xf4\xb9\xe7\x9e\xc3\x91\ +\x47\x1e\x19\xea\x06\x3e\xf9\xc9\x4f\xe2\x9a\x6b\xae\x51\xe1\x2f\ +\x57\x3a\xcf\xe7\xf3\x4a\x96\x90\x37\x46\xa1\xa3\x14\xc7\x0a\xe4\ +\xc6\x63\x22\x44\xc8\xa3\x8f\xe3\x38\xe1\x74\x3b\x4d\xe5\x38\x3c\ +\xa7\x65\xd3\x80\x31\xd9\xd7\x09\xf1\x4a\x1b\x36\xe9\x36\x59\xf0\ +\xab\xa3\x90\xe9\xaa\x93\x79\x45\x43\x18\xfb\xa6\xa4\x78\x90\x74\ +\x62\xd0\xce\x19\x64\x5f\x87\x02\xcb\x4a\x76\xce\x62\xa1\x85\x80\ +\xfa\xdb\xa5\x52\xa9\x30\xf5\x78\x19\x00\xd3\xd0\x8b\x1d\xf1\xd7\ +\xd3\x00\x8e\xf1\x81\x90\x8f\x05\x38\xe6\x59\xfe\x2e\x6a\xde\x26\ +\x6f\xbe\x19\xe7\x9f\x7f\xbe\xaa\x98\xef\x76\xbb\x0a\x08\x91\x9a\ +\x9b\xae\xeb\x8e\xfb\x67\x40\x5b\x9e\xef\xad\x6e\xb7\xbb\x57\x34\ +\x1a\x0d\x5d\x90\xfb\xe9\x4f\x7f\x5a\xa5\x43\x08\xc4\x9b\x9a\x9a\ +\xc2\xd8\xd8\x98\x92\xc1\x0f\x92\xae\x0c\xf2\x11\x1b\xaa\xef\xd0\ +\xc1\xd3\x94\x44\x37\x85\x6b\xa6\x50\x53\xa6\x09\x74\xa1\xa9\x49\ +\x81\x59\xfe\xd1\xf5\x00\xb4\x51\xac\x74\xf6\x6d\xb5\x71\x41\xf6\ +\x79\xdb\x66\x9b\x0c\x86\x94\x85\xe0\x67\x56\xdb\xe2\x60\x92\x91\ +\xb0\xa9\x53\xf3\x85\x82\xd0\x52\x5e\xa8\xdb\xed\x76\x31\x3f\x3f\ +\x8f\xb1\xb1\xb1\x30\xba\x9a\x08\x39\x51\x5f\x69\xb5\x5a\xfb\xd3\ +\x75\xa4\x52\xa9\x2d\x00\x4e\x0e\xf8\xcc\x07\x00\xfc\xdc\xf6\x86\ +\x6b\xae\xb9\x06\x97\x5e\x7a\x29\x9a\xcd\xa6\x3a\xdf\xce\xcd\xcd\ +\x61\x64\x64\x04\xf3\xf3\xf3\xea\x5c\xec\x83\x47\x69\x16\x82\x9a\ +\x9c\xb0\xd8\x6a\xb5\x86\x12\x89\x44\x68\x07\xbc\xf4\xd2\x4b\xf1\ +\xaf\xff\xfa\xaf\x18\x1b\x1b\x43\xa9\x54\x42\x26\x93\xd1\x46\x24\ +\xba\xc5\xd9\xd6\x13\x32\xe8\xf8\xa6\x4a\x8a\x4c\xda\x97\x26\xe8\ +\x94\xde\x2f\xc3\x29\x93\xe6\xa1\x64\x84\xcb\xd4\x85\x3c\xb0\x2e\ +\x55\xb7\xd3\x66\xdf\x04\xaa\x2c\x45\xb7\x53\x16\xf1\xca\x84\xb7\ +\x4c\xa4\xeb\xca\x4e\x74\x89\x74\x1d\xa2\xa9\xab\x5d\xd4\xa5\x22\ +\x38\x6d\x8e\xc0\x80\xb9\xb9\x39\x34\x9b\x4d\x8c\x8d\x8d\xe1\xf6\ +\xdb\x6f\xff\x73\x39\xde\x74\xa7\xd3\xd9\x9f\x93\x1f\x2a\x95\xca\ +\x29\x00\x9e\x0b\xf8\xdc\xa3\x3e\x11\xdb\xf8\xfa\xea\x57\xbf\x8a\ +\x6b\xaf\xbd\x16\xae\xeb\x2a\x02\x40\x3e\x9f\x47\xa9\x54\x42\x3c\ +\x1e\x1f\x18\x9b\x46\xa3\x51\x6b\xb5\x5a\x8e\x6f\xd3\xb4\xfb\x15\ +\x12\x89\xc4\x94\xe7\x79\x5e\xd8\x82\xdc\x6b\xaf\xbd\x16\x5f\xfb\ +\xda\xd7\x28\xd4\x55\x8b\x18\xd7\x05\x35\x31\xa0\x74\x72\xfe\x26\ +\x75\x70\x1d\x49\x22\x12\x14\x97\xda\x6a\xa2\xe4\xca\xad\x0b\xab\ +\xe4\xa4\xd1\xa5\x13\xe4\x0a\x62\x3a\x43\xea\x1a\x51\x86\xb5\x6f\ +\xd3\xed\x34\xd9\x97\xa9\x10\x79\x7f\x92\xeb\xa7\xbb\x16\xd3\x59\ +\xd6\xd4\x5a\x4d\x37\xf6\x26\x99\x44\x22\x0c\x53\xee\x6c\x64\x64\ +\x04\xc9\x64\x12\x9b\x36\x6d\xc2\xf9\xe7\x9f\x1f\x14\x6a\x86\x71\ +\xbc\x37\x7a\xbd\xde\x44\x2c\x16\x73\x34\x8b\xc8\xa4\x9f\x12\xb0\ +\x39\xf6\xf3\x92\xf9\x32\x60\xfc\x8d\x37\x70\xd9\x65\x97\x61\xcb\ +\x96\x2d\x28\x95\x4a\xaa\xb4\xa9\x54\x2a\x29\x69\x3f\x4d\x1a\xa2\ +\x07\xa0\x63\xf9\xde\x71\xc7\x71\x7e\xb7\x76\xed\x5a\x67\xf3\xe6\ +\xcd\x38\xe4\x90\x43\x02\x6f\xf2\xaa\xab\xae\xc2\x3f\xfc\xc3\x3f\ +\xa8\x33\x5d\xb5\x5a\xc5\xf0\xf0\x70\x28\xe9\x40\x53\xa4\x65\xab\ +\xa3\x54\xf3\x22\x8c\x64\x41\x50\x3e\xcf\xf6\x7e\x1d\x9b\x25\xac\ +\xfd\xb0\xba\x9d\x41\xf6\x83\xd0\x4e\x93\xfd\x30\xba\x9d\x3a\xfb\ +\x41\x72\x1a\x41\xad\xab\xc3\x5c\x3b\xed\xb6\xae\xeb\xc2\x75\x5d\ +\x14\x8b\x45\x00\xc0\xe6\xcd\x9b\xb1\x76\xed\xda\x20\x70\x65\x26\ +\xc4\x6e\xf8\x82\xe7\x79\xfb\x44\x22\x11\xa7\xdd\x6e\x7b\xfc\x1e\ +\xd2\xe9\xb4\x33\x37\x37\xb7\xa6\x56\xab\xed\x07\xe0\x67\x96\x34\ +\x84\x07\xe0\x05\xf4\x85\x72\x8d\x79\xc0\x35\x6b\xd6\x60\xcb\x96\ +\x2d\x18\x1f\x1f\xc7\xf4\xf4\x34\x46\x46\x46\x06\x22\x2b\x71\x24\ +\xf8\xad\x9f\xe7\x2b\x5a\xee\xe1\x40\x00\xbf\x58\xb3\x66\x4d\xee\ +\x5b\xdf\xfa\x56\xa8\x1d\xf0\x9a\x6b\xae\xc1\x25\x97\x5c\xa2\xe4\ +\x24\x67\x67\x67\x43\x8b\xe6\x9a\xb4\x67\x4d\xd5\x3f\xca\x71\xa9\ +\xff\x9a\x2d\xe4\x09\x6a\xe4\x61\x6a\xab\x44\x02\x36\xba\xe4\x36\ +\x7f\x9f\xb4\xcd\x77\xd4\x64\x32\xa9\x65\x18\xf0\x1e\x13\x26\x19\ +\x74\x5d\x1e\x8d\xdb\x8f\x46\xa3\x8a\x39\xc3\x69\x6b\x00\x14\x83\ +\x61\x4f\xec\x93\xb4\x9f\xe9\x8c\x4b\x3b\x96\xc9\x7e\xa3\xd1\x40\ +\x2a\x95\x42\xbd\x5e\x1f\xe8\x88\x9a\xcd\x66\x51\x2c\x16\xd1\xeb\ +\xf5\x30\x3c\x3c\xac\x14\xbb\x42\x30\x57\x0e\x41\xbf\x88\x75\x22\ +\x00\x3d\xfc\xd9\xd4\xd4\xd4\xf1\xe3\xe3\xe3\x0a\x01\x26\x70\x8a\ +\x7a\x0e\x26\x12\x09\xa4\x52\x29\xa7\x52\xa9\x78\xd9\x6c\x76\xbd\ +\x0f\xb2\xe8\xce\x62\xf4\xb3\xd3\xd0\x17\xd3\x35\x9e\xc7\xb6\x6e\ +\xdd\x8a\x0f\x7e\xf0\x83\x2a\x04\x35\xcd\x4b\xff\xe7\x7f\x05\xe0\ +\x1e\xcb\xbd\x00\xc0\x83\x00\x3e\xfc\xd8\x63\x8f\xcd\x85\xe0\xb0\ +\x02\x00\x3e\xf1\x89\x4f\xe0\xba\xeb\xae\x53\xf5\x90\xc5\x62\x51\ +\x31\x5d\x48\x25\x2d\x9f\xcf\x2f\x72\x30\x9d\x7f\xc8\xaa\x88\x45\ +\xba\x9d\x44\xd7\x92\xe5\xef\xb2\xd1\x83\xae\x7a\x9b\x1a\x55\x4a\ +\x20\x80\x37\x6f\x94\x2b\x86\x4e\x31\x5a\xd7\x6e\x98\x1c\x8e\x92\ +\xd9\xdc\x39\xa8\x4c\x83\x1c\xd1\x24\xba\x2b\xc3\x02\x69\x9f\xc8\ +\xb5\x26\xfb\x41\xa2\xc1\x41\xf6\x65\x5b\x63\x5d\xd5\x86\xcd\x3e\ +\x29\x72\x51\xaf\x72\xca\xe1\x91\xee\x4a\x32\x99\x54\xe7\xa3\x27\ +\x9e\x78\x22\x08\xd5\x3c\xcc\x47\x20\x83\x0a\x61\xb7\x00\x38\xbb\ +\xdb\xed\xd6\x49\x94\x96\xb7\x38\x26\x9e\x2d\x5d\x1f\x5d\x6f\x3c\ +\x1e\xbf\x11\xc0\xa7\x02\x10\xc9\x8f\x02\xb8\xd5\xe6\x80\xcf\x3d\ +\xf7\x1c\x56\xae\x5c\x89\x5e\xaf\x87\x6c\x36\xab\xdd\x49\x92\xc9\ +\xa4\x53\xab\xd5\xbc\x74\x3a\x7d\x2c\xfa\x05\xb9\x23\x96\xfb\x79\ +\x10\xc0\x59\x8f\x3e\xfa\x68\x39\xa0\x7a\x63\x11\x21\x80\xfc\x21\ +\x99\x4c\x2a\x42\x7a\x36\x9b\xc5\x0b\x2f\xbc\x80\x43\x0f\x3d\x54\ +\x91\xb4\x4d\xfe\x21\x3b\x1a\x2f\x3a\xf2\xc8\x5e\x75\x44\x3a\xe5\ +\x6d\xa1\xf9\xe1\x52\x07\x32\x48\xee\x1a\xe5\xbd\x68\x57\xd1\x01\ +\x29\x12\xac\x31\x31\xc1\xb9\x5a\x30\x47\x11\xb9\x0a\xb4\xb4\x6f\ +\x03\x48\x64\xbe\x8f\xee\x95\xff\x8c\xeb\xba\xec\x89\x7d\x49\x43\ +\xa3\xdd\x96\x57\xf2\xdb\xec\x53\xf7\xd8\x42\xa1\x80\x6e\xb7\x8b\ +\x4a\xa5\x82\x42\xa1\xa0\x2a\xd0\xa7\xa7\xa7\x91\xc9\x64\xf0\xdc\ +\x73\xcf\x05\xe5\xf1\x0e\xf2\x59\x28\x41\x09\xf4\x4d\xe8\x17\xc2\ +\x96\x80\xbe\x92\x19\x91\x91\x49\xc5\xdb\x75\x5d\xb5\xf2\x8b\xbe\ +\x10\x51\x00\xdf\x03\x70\x69\x40\x1e\xf0\x6f\x00\xfc\xc0\x76\x11\ +\xcf\x3e\xfb\x2c\x8e\x38\xe2\x88\x45\xd1\x04\x3f\x4f\x17\x0a\x05\ +\xa7\x5a\xad\x7a\x99\x4c\xe6\x28\x00\x8f\xf9\x44\x70\x93\x03\xfe\ +\x12\xc0\x5f\x3d\xfe\xf8\xe3\xde\xfb\xdf\xff\xfe\x50\x0e\x78\xd1\ +\x45\x17\xe1\x3b\xdf\xf9\x0e\xd2\xe9\x34\x00\x60\x7e\x7e\x1e\xc3\ +\xc3\xc3\xea\x6f\x3a\x6b\xdb\xfc\x43\x95\x85\xb0\xe7\xca\x29\x89\ +\x31\x0a\x29\x68\xc7\x22\xa6\xb7\xd4\x89\x94\xa5\x46\xb2\x58\x55\ +\x92\x99\xe9\x4b\x75\x62\x48\x9c\x9a\xa5\x03\x39\xf8\x6a\x42\x2b\ +\xbf\x2c\x70\x24\x62\xb5\x29\x89\xad\x03\x48\x6c\xf6\x79\x92\xdd\ +\xd4\x5f\x6d\xa9\xf6\xb9\x63\xf1\x05\x84\xc6\x20\xc8\x3e\x85\xa5\ +\xf4\x19\x2e\x83\x5e\xaf\xd7\x31\x3e\x3e\x1e\x46\xc2\x7d\x99\x0f\ +\xf9\x8f\x5a\xde\xb3\xd3\x0f\x1b\x67\xae\xbc\xf2\xca\x12\x8d\x31\ +\x85\xdd\xb4\x10\xc9\x1e\xf0\x1c\x8c\x6a\x36\x9b\x5d\xd7\x75\xaf\ +\x40\x5f\x22\xf0\x22\x83\x03\xba\xe8\x0b\x28\x59\x9d\xef\xc8\x23\ +\x8f\xc4\x6f\x7f\xfb\x5b\xbc\xed\x6d\x6f\x33\x32\x9e\xca\xe5\xb2\ +\xe7\x4f\xe8\x67\xa2\xd1\xe8\x3b\xfc\x7b\x90\x69\x08\xfa\xfb\x7d\ +\x00\x5e\x3a\xea\xa8\xa3\x0e\x7a\xf9\xe5\x97\x43\x89\x32\xdd\x70\ +\xc3\x0d\x88\x46\xa3\xb8\xee\xba\xeb\x54\x87\x24\x00\x18\x1e\x1e\ +\x46\xb3\xd9\x54\x8b\xa8\xcd\x3f\x74\x67\x3f\xee\x9c\x11\x13\xe0\ +\xf0\x7f\xd3\x2b\x2c\x90\xf4\xbf\xc3\x6e\xa1\x50\x40\xb9\x5c\x56\ +\xd5\x1c\x9c\x8b\xb8\x65\xcb\x96\x20\xc7\x73\x01\xbc\x1e\xe0\x78\ +\xaf\xfb\x3b\xe3\xf3\x00\x26\xff\xed\xdf\xfe\x0d\x5f\xf9\xca\x57\ +\x50\xad\x56\x55\x38\x4e\x3b\x20\x29\xd3\x99\x34\x2d\x1b\x8d\x46\ +\xa7\x56\xab\x7d\x1a\xc0\x9d\x96\xd0\xf3\x02\xf4\x7b\xf6\x59\x49\ +\xa6\x87\x1c\x72\x88\x96\xe2\x67\xa0\x7b\xbd\x0c\x60\x2f\x3f\xa4\ +\x36\x7d\xef\x81\xae\xeb\x4e\xed\xbb\xef\xbe\x00\xe0\x2c\x5b\x16\ +\x4c\xe6\xf9\xc1\x0f\x7e\x80\x2b\xae\xb8\x02\xa9\xd4\x9f\xf8\x07\ +\x54\x99\x5f\xad\x56\xf7\x78\x7e\x38\xf2\x66\xa8\xca\x99\xb4\xef\ +\xff\x4f\x0e\x3b\x29\xcc\xd6\xd9\x27\x5a\xd1\x9e\xd8\x27\x8a\x17\ +\xe5\xf3\x64\x3e\x94\x57\x26\x98\xc2\x4e\xba\x1e\x12\x3a\xca\xe7\ +\xf3\x48\x24\x12\xb8\xef\xbe\xfb\x70\xc6\x19\x67\xfc\x39\xf2\x78\ +\x2f\xa3\x2f\x05\x38\xf0\xfa\xf2\x97\xbf\x8c\xaf\x7c\xe5\x2b\xea\ +\xdc\x49\x6c\x8f\x4c\x26\xa3\x9e\x2b\x3f\xae\xc8\xb0\xaa\x50\x28\ +\xec\x40\xbf\x1b\x91\xed\x75\xb4\x1f\x12\x6a\x5f\x5c\x0e\x5f\x97\ +\xe7\x4c\x24\x12\x6a\x41\xf0\x23\xb7\x18\x82\xb5\x44\x17\x3a\x9d\ +\xce\xf0\x63\x8f\x3d\x86\xe3\x8f\x3f\x3e\x94\x93\x7c\xee\x73\x9f\ +\xc3\x77\xbf\xfb\x5d\x25\x49\x0f\x40\xa1\xcb\x7b\x12\x76\x46\x38\ +\x1f\x92\x4b\xbe\xd3\xb9\x44\x97\x1c\xa6\x0f\xf3\x50\x33\x1e\x8f\ +\xc3\x75\x5d\x55\x07\xa7\xab\x6d\x33\x89\xeb\x9a\x74\x3b\xe9\x6c\ +\x43\x49\x58\x42\x27\x63\xb1\xd8\x80\x32\x99\x94\x73\x0b\x6b\x9f\ +\x3a\xf9\xe8\xec\xd3\x4e\xb3\x27\xf6\x99\x26\x78\xb8\xa7\xc0\x00\ +\x00\x20\x00\x49\x44\x41\x54\x3f\x12\x89\x84\x1a\x1b\x49\x73\x33\ +\xd9\x77\x1c\x07\xf3\xf3\xf3\xea\x5a\xc6\xc6\xc6\x90\x48\x24\x70\ +\xd7\x5d\x77\x05\x39\x5e\x24\x2c\xc3\x03\x7d\x61\xa4\x27\xe5\x0f\ +\xbf\xfe\xf5\xaf\xe3\x07\x3f\xf8\x01\x76\xee\xdc\x89\x64\x32\xa9\ +\x64\xe8\x83\xd4\x9d\x23\x91\x08\x0a\x85\x82\x53\x2e\x97\x4f\xf4\ +\x29\x69\xb6\x85\xe1\x09\x9f\xd0\xbd\xe8\xf5\xcc\x33\xcf\x2c\x4a\ +\x33\x48\x8d\x52\x9a\x07\x84\x4c\xb7\xdb\xed\x0e\xfa\x62\xbe\xb6\ +\xd7\x50\x2c\x16\x7b\xf3\xb8\xe3\x8e\xc3\x86\x0d\x1b\x70\xd0\x41\ +\x07\x05\x0e\xd0\xf7\xbe\xf7\x3d\x7c\xee\x73\x9f\x53\x00\xd3\xcc\ +\xcc\x8c\xf6\xf9\xcb\xf1\x30\x55\x34\xa8\xe7\x5b\xa9\x54\x06\x3c\ +\x58\x12\x7f\xff\x4f\x4e\x35\x10\x45\xcb\x64\x5f\x47\x43\x5b\x6a\ +\x2a\x43\x56\xbb\xf3\x09\x45\x4e\x65\xb2\x5f\x2c\x16\x31\x34\x34\ +\x84\x66\xb3\x89\x5a\xad\x86\xe1\xe1\x61\xdc\x77\xdf\x7d\xb8\xe4\ +\x92\x4b\x30\x39\x39\x69\x9a\x2b\xc3\x00\xe6\x76\x23\x0a\xda\xea\ +\x87\x82\x03\x1c\xb9\x7f\xff\xf7\x7f\xc7\xdf\xfe\xed\xdf\x2a\xd0\ +\x85\x26\x3b\x57\xf5\xd6\xcd\x83\x58\x2c\xe6\x34\x9b\x4d\xcf\x75\ +\xdd\x27\x01\xbc\x27\x00\x61\x7d\x97\x1f\xf6\x02\x00\xee\xbe\xfb\ +\x6e\xac\x5b\xb7\x0e\xe5\x72\xd9\x28\xdd\x48\x3b\x0a\xc9\xdb\xf3\ +\x62\xe8\x7c\x3e\xbf\x3f\xfa\x1d\x93\x5c\xcb\xfd\xbe\x00\xe0\xa8\ +\xf5\xeb\xd7\xb7\xd7\xad\x5b\x17\x6a\x80\xce\x3f\xff\x7c\x5c\x7f\ +\xfd\xf5\xc8\x66\xb3\xaa\xca\x7d\x4f\x52\x0d\x11\xbe\xeb\x51\x88\ +\xa7\x9b\xd4\xba\x7a\x32\x7a\xaf\xa4\xda\xd0\xa4\xe3\xb0\x7d\xb3\ +\xd9\x54\xfd\xdf\x38\xfa\x27\x2b\xb9\x29\x84\xe5\x5a\x95\x34\x91\ +\x39\x57\x92\x3b\x2e\xf5\x09\xa7\xc6\x21\x12\xd2\xa7\x5e\x81\xcd\ +\x66\x73\xa0\x8f\x37\xed\x9e\x04\xe0\x70\x1d\x4c\xba\x06\x5e\xa7\ +\x28\x13\xfa\xb4\xfb\x37\x9b\x4d\x25\x4d\x47\xc8\xa9\x0d\x29\xe6\ +\x9a\xa7\x34\xc1\x38\xbd\xad\x56\xab\xc1\x71\x1c\x45\x77\xa2\x7c\ +\xde\xc6\x8d\x1b\x71\xc6\x19\x67\xd8\x1c\x6f\xff\x00\xd6\x89\x6d\ +\x17\x3a\x19\xc0\x4f\x25\xc1\xfa\x4b\x5f\xfa\x12\xbe\xfc\xe5\x2f\ +\xab\xf9\x10\x8f\xc7\x31\x37\x37\x37\xd0\xfc\x51\x27\xca\xeb\x79\ +\x9e\xe7\xba\xae\xd3\x6e\xb7\xdf\x8b\xbe\x80\xae\x2e\x0c\xa6\x94\ +\xc3\xaf\x01\x1c\x47\x3f\x5b\xb7\x6e\x9d\x4a\x72\xdb\xba\x0b\x71\ +\x60\x8f\x3f\xa7\x72\xb9\xfc\x32\x80\xf7\x07\x2c\x42\x87\x02\x78\ +\x68\xdd\xba\x75\x85\x47\x1e\x79\x24\xd4\x20\xfd\xf4\xa7\x3f\xc5\ +\x17\xbe\xf0\x05\x95\xc3\x2d\x95\x4a\xaa\x3a\x9f\x6a\x34\x89\x1c\ +\x5e\x2c\x16\x55\xc4\x93\x4c\x26\x91\x4a\xa5\x54\x54\x45\xd7\x1c\ +\xd1\xe9\x90\x98\x88\xd6\x12\x44\x08\xaa\xdb\xfb\x73\xeb\x76\x4a\ +\xe4\xd4\xf4\xf0\x6d\xf7\xf0\xbf\x5b\xb7\x93\x7f\x5f\xa5\x52\xc1\ +\xb2\x65\xcb\x50\xaf\xd7\x31\x33\x33\xa3\xbe\x93\x94\xb6\x96\x58\ +\x8f\x77\xa8\xcf\x36\xc9\xee\xc6\xf9\x8f\x9c\xe0\x5c\x00\x37\x02\ +\x48\xf0\x5f\x7e\xeb\x5b\xdf\xc2\xdf\xff\xfd\xdf\x2b\x31\xe1\xfd\ +\xf6\xdb\x0f\xa5\x52\xc9\x4a\x24\xf6\x9f\xbf\x07\x00\xb5\x5a\x6d\ +\x35\x80\x3b\x0c\xf9\x3d\x1a\xe8\x47\x00\x9c\xdd\xeb\xf5\xbc\x62\ +\xb1\xa8\x08\xce\xb6\x46\x34\xb6\x5a\xb9\x4e\xa7\xf3\x2c\x80\x0f\ +\x3b\x8e\x73\x1d\xcc\x55\xf1\xc7\x00\xb8\xeb\xf8\xe3\x8f\x1f\x7e\ +\xf8\xe1\x87\x43\x39\xe0\x0f\x7e\xf0\x03\x5c\x72\xc9\x25\xfd\xf8\ +\x75\x68\x48\x81\x5f\xa5\x52\x09\xa5\x52\x09\x63\x63\x63\xf8\xc3\ +\x1f\xfe\x80\xe1\xe1\x61\xed\x5c\x18\xc8\x09\xea\x7a\x7a\xeb\x18\ +\xfa\x3a\xe7\x0b\x62\x76\x9b\x80\x89\xb0\xba\x9d\x3a\x7a\x8f\xce\ +\xf9\x4c\x75\x6f\x32\x6c\x94\xf7\xa7\xeb\x5f\xc7\xed\xdb\xaa\xd4\ +\x65\xa8\xae\xcb\xdb\xc9\x73\xa0\x44\x09\xbb\xdd\x2e\xe6\xe6\xe6\ +\x90\x4c\x26\x95\x88\x6b\xb9\x5c\x56\x2b\x6b\xb3\xd9\x44\x2a\x95\ +\xc2\x13\x4f\x3c\x11\x94\xc7\xa3\x04\xfa\x5e\x01\xe1\xdd\xdd\x00\ +\x3e\x03\xbd\x22\x19\x39\xc6\xf9\x00\x6e\x97\xbf\xfc\xe6\x37\xbf\ +\x89\x7b\xef\xbd\x17\xb9\x5c\x0e\xaf\xbf\xfe\xba\x0a\xcf\x6d\x48\ +\x2e\x7f\x3e\x95\x4a\xe5\x3c\x00\x3f\x84\x5d\x22\xf0\x96\xd9\xd9\ +\x59\x64\xb3\x59\x15\xa1\xd8\xbe\xc3\x46\x8c\x8f\xc5\x62\x8e\xe7\ +\x79\x0f\xf6\x7a\xbd\x4b\x61\xee\x0b\x41\x05\xb9\x77\xaf\x5a\xb5\ +\x2a\xfd\xd4\x53\x4f\x85\x72\xc0\xeb\xaf\xbf\x1e\x17\x5d\x74\x91\ +\x42\x3c\x69\x6e\x51\x21\xee\x01\x07\x1c\x80\x66\xb3\xa9\x25\xae\ +\x70\x5f\x88\xd8\x58\xf4\x41\x3b\xa1\x94\x4d\xd7\xa1\x99\x7f\x6e\ +\xdd\x4e\x53\xd7\x55\x9b\xd0\xaf\x29\x84\xfe\x4b\xeb\x76\x4a\xdd\ +\x17\xc9\x8c\x21\xe6\x3e\x89\xfa\xf4\x7a\x3d\xe4\x72\x39\x75\x04\ +\x70\x5d\x17\x0f\x3f\xfc\x70\x90\xe3\x1d\xe1\xd3\xb6\xf6\x0f\xd8\ +\xd9\xb6\x02\xb8\xc8\xf3\xbc\x1f\xb0\x10\xcf\xe4\x80\x67\xa2\xdf\ +\x8f\x41\xed\x4c\xdf\xfc\xe6\x37\xb1\x6a\xd5\x2a\x14\x8b\x45\xec\ +\xb3\xcf\x3e\xd6\xc5\x53\xe7\x7c\xfe\xb3\xb9\x1c\xc0\x75\x16\x07\ +\x3c\x71\x6c\x6c\x0c\x2f\xbe\xf8\xe2\x40\x0e\x4d\x2e\xca\xdc\xbe\ +\x6c\x06\x4a\xff\x6e\x34\x1a\xdc\xfe\xdf\x02\x58\xa3\x41\x42\xe9\ +\x3a\x56\x01\xf8\xd9\xbb\xdf\xfd\x6e\xec\xdc\xb9\x33\x94\x03\xde\ +\x74\xd3\x4d\xf8\xe2\x17\xbf\xa8\xce\x99\xd4\x17\x30\x9f\xcf\xab\ +\xa6\xa2\x12\x13\x90\x51\xa0\x53\xaf\xd7\xb5\x12\x07\x9c\x3e\x64\ +\x12\xc3\xa5\xdf\xeb\x42\x00\xe2\x47\x9a\xc0\x16\xdd\x4e\x2a\xbf\ +\x83\x0e\xf9\xba\xc2\xdb\x48\x24\x02\x92\x3d\x94\x0f\xc0\x56\xd6\ +\xcf\x29\x5c\x44\x93\xe2\x82\x44\x3c\x49\xaa\xeb\x99\x1e\x54\x73\ +\xc7\x9d\x8c\xab\x93\xe9\x42\xa7\x76\xbb\xad\x54\xa5\x7d\x94\x50\ +\x09\xfb\xa4\x52\xa9\x50\xf5\x78\xb1\x58\xec\x8c\x4e\xa7\xb3\x21\ +\x60\xae\x3c\x0e\xe0\x04\xcf\xf3\x9a\x8e\xe3\x38\x8d\x46\xc3\x4b\ +\x26\x93\x07\x03\xf8\x6d\x00\x1d\xec\x79\x1f\x0c\x71\x3c\x76\x03\ +\x54\x31\x6f\xea\x5b\x4f\xff\x27\x25\x38\x7e\xcf\xae\xeb\x46\xd1\ +\x2f\xc8\xfd\x84\xd8\x95\x0f\x6a\x34\x1a\xbf\x6f\x34\x1a\x03\xf3\ +\xce\x06\xec\xf1\x66\x28\xba\x7a\x4c\x2e\x0d\xe8\xd3\xc4\x82\x10\ +\xe0\x57\x3c\xcf\xdb\xdf\xe9\x5f\x6c\x28\xb4\xf8\x13\x9f\xf8\x04\ +\x7e\xf4\xa3\x1f\xa9\x62\x66\x02\xea\x88\xfe\xa8\x0d\x37\x65\x25\ +\xbb\x54\xcf\xe2\x13\xde\xa4\xdb\xc9\xeb\xea\x74\xe5\x48\xbc\x93\ +\xce\xee\xe8\x76\x92\x76\x22\x35\x1c\xe1\xa1\x06\xe9\x2f\xca\xd2\ +\x1b\x59\xee\x64\x0a\x39\xe9\xfe\xfe\x92\xba\x9d\xb4\x78\x0c\x74\ +\x23\x65\x13\xa9\xdb\xed\xc2\x75\x5d\x94\x4a\x25\x14\x0a\x05\x54\ +\xab\x55\x75\x0e\xfc\xe9\x4f\x7f\x8a\x0b\x2e\xb8\xc0\xf6\xdc\xa3\ +\x3e\x5d\xab\x6e\x39\xe7\x01\xc0\x4b\xcd\x66\xf3\x10\x9e\x9f\xaa\ +\x56\xab\x24\x37\xb1\x17\xf4\x52\xed\x03\xec\x17\xcf\xf3\xde\xee\ +\x38\x8e\x33\x39\x39\xe9\xe5\xf3\xf9\x45\xca\xd9\xa6\x31\xe2\x3b\ +\x93\x44\x7b\x5d\xd7\xdd\x00\x80\xf2\x25\x2b\x9a\xcd\xe6\x2e\xba\ +\x46\x2a\x08\x26\xc0\xc9\x94\x60\xa7\x09\x6e\x92\x79\x90\xdc\xdc\ +\x4c\x26\x93\xf3\x13\xfc\xb6\xfb\x9d\x2b\x16\x8b\xa3\x85\x42\x21\ +\xb4\x03\x7e\xee\x73\x9f\xc3\x55\x57\x5d\x85\x4e\xa7\x83\x54\x2a\ +\x85\x46\xa3\xa1\xf8\xb8\x56\x5d\x55\xf2\x58\x53\xf8\x68\xd3\xed\ +\xe4\xd4\x29\xa9\xae\xac\xf3\xf4\xa5\xea\x76\xf6\x7a\x3d\x34\x1a\ +\x0d\x85\x0c\xf2\xdc\x1f\x09\xae\x4a\xa0\x83\xba\xf4\xf0\x87\xc1\ +\x7b\xd7\xc9\x4a\x8d\xbf\xa4\x6e\xa7\x2c\xca\x15\xf1\xfe\x40\xe1\ +\x2e\xa1\xc1\x23\x23\x23\xd8\xbe\x7d\x3b\x4e\x3a\xe9\xa4\x3f\x47\ +\x02\x7d\x97\xe7\x79\x2b\x68\xdc\x88\x08\x9c\xc9\x64\x94\x6c\xc3\ +\xe8\xe8\xe8\xbe\x00\x5e\x09\xb0\xf3\xe2\xdc\xdc\xdc\x3b\x73\xb9\ +\x1c\x4a\xa5\x12\x86\x86\x86\xb4\xb9\x2d\x79\xec\x30\xa9\xa1\xb3\ +\x9d\xe8\x45\x00\xa7\x4c\x4d\x4d\xbd\x96\xcb\xe5\x50\x2c\x16\x31\ +\x32\x32\x82\x6e\xb7\xbb\x48\xd3\xd4\x64\x3f\x95\x4a\x0d\x74\xa4\ +\xa2\x6a\x7e\x8a\x8a\xf8\x02\x11\x8d\x46\x91\xc9\x64\x78\x45\xbc\ +\xe9\x35\xef\x79\xde\xc8\xc6\x8d\x1b\xf1\xc5\x2f\x7e\x11\x2f\xbd\ +\xf4\x52\xe8\x1d\x90\x38\x9f\x44\x05\xe4\x5d\xa6\xe4\x86\x10\x93\ +\xe7\x2b\x79\x4e\x91\x95\x0a\x26\xb0\x44\x07\x58\xf0\x50\x50\x86\ +\x04\xbc\x5e\x8b\x72\x46\x41\xba\x9d\x72\xb5\xd5\x69\xc0\x70\x07\ +\xe7\xbc\x48\xb9\xbb\x86\x51\x40\xe3\x3b\xb0\x0c\x5d\x69\x42\x50\ +\xae\x47\x57\x5c\xa9\x03\x73\x4c\x8d\x50\xba\xdd\x2e\x46\x46\x46\ +\xb0\x65\xcb\x96\xa0\xfe\x78\x09\x7f\xc7\x0b\x7a\x4d\x7a\x9e\xb7\ +\xc2\x57\x02\xf3\x28\x39\x4d\xdd\x89\x2a\x95\x0a\x62\xb1\x18\xaa\ +\xd5\xea\xab\x99\x4c\xe6\x08\xd8\x2b\xd3\xdf\x31\x32\x32\x72\xf7\ +\xec\xec\xec\xd9\x99\x4c\x46\x01\x41\x32\x02\x92\x02\x5c\xbc\xe9\ +\x8c\x9c\x63\xc9\x64\xd2\x99\x9b\x9b\x7b\x47\xbb\xdd\x56\x65\x51\ +\x43\x43\x43\x2a\x5c\xd7\x20\xa7\x8b\x42\x7b\xde\xd4\x54\x87\x49\ +\xc8\x46\xa2\x7e\x64\x53\x8b\xc7\xe3\xe3\xe8\xeb\xd6\x18\x73\xa5\ +\xd4\x9c\x25\x12\x89\x04\xd5\x47\x02\x00\x7e\xfc\xe3\x1f\xc3\x71\ +\x1c\xdc\x74\xd3\x4d\x48\x26\x93\x58\x58\x58\x50\x8b\x94\x0e\x47\ +\xf1\x3c\xef\x4f\x68\x27\x77\x2c\x39\x39\x4d\x69\x87\xa0\x97\x49\ +\xe9\x8c\x76\xa7\x20\xb4\x4c\x97\xe3\x09\xc3\x93\x0c\xcb\xa9\x0c\ +\xab\xdb\x69\x7a\xf1\x5d\xd6\x54\x8d\x4e\x79\x3c\xaa\x16\x21\xba\ +\x16\xe5\xc9\x48\x57\x33\x9b\xcd\x86\x69\x4c\x39\x0e\xa0\x16\x62\ +\xe8\xff\x50\xad\x56\x97\x93\xe3\xd1\xce\x47\x3b\x05\x85\x64\xc9\ +\x64\x92\x42\xef\x5f\xf9\xa8\x9f\xc9\xa9\x6f\x2d\x16\x8b\x67\x8f\ +\x8e\x8e\x3a\x24\xc6\xbb\x64\x1e\x23\x5b\xc4\x7d\xc9\x3e\x2f\x91\ +\x48\x20\x9d\x4e\xa3\x56\xab\x0d\x1c\x01\x96\x62\x53\xb7\x11\x98\ +\x1c\x92\xe5\x20\x67\x00\x1c\x1c\xb0\x03\xee\xeb\x38\xce\x33\x6b\ +\xd7\xae\x4d\x85\x95\x25\xfc\xd1\x8f\x7e\xa4\x64\x09\xa9\x12\x85\ +\xe6\x63\x26\x93\x51\x4d\x3b\x33\x99\x4c\x5f\xda\x51\x66\xe4\xf9\ +\x4a\x45\x89\x6d\x9b\xf7\xda\x72\x2d\xa6\xfc\x99\xe4\x37\xda\xd4\ +\xa3\x83\x74\x3b\x6d\xf6\x65\xb7\x56\x53\x3a\x23\x48\xb7\x53\x37\ +\x2e\xb2\x59\x8c\xce\xc9\x4b\xa5\x12\x46\x46\x46\x50\xa9\x54\xd0\ +\xe9\x74\x30\x34\x34\xa4\xe8\x6c\xa4\x11\xb2\x84\x3c\xde\x81\x3e\ +\x6b\x23\x1a\x10\x86\x3e\xf1\xd6\x5b\x6f\x1d\x98\x4e\xa7\x41\x8e\ +\x27\xcf\xe3\xfc\xba\x89\x8d\xe2\x79\xde\x83\x00\x3e\x0c\xa0\x22\ +\xec\xdd\x58\x2e\x97\x3f\x4a\x25\x3c\xba\x39\x20\x1b\xdd\xf0\x30\ +\xd3\xd4\xb5\x97\x22\x1e\x5b\x9a\x4b\xc7\x78\xe2\xc2\xce\x41\x79\ +\x5a\x5d\x6a\x8b\xd9\xfe\x9d\xcf\x3d\xb5\x55\xf5\x1f\x09\x60\xcb\ +\x71\xc7\x1d\x37\xfc\xf3\x9f\xff\x7c\xc9\x79\x40\x8a\xe8\x22\x91\ +\x08\x76\xed\xda\x85\xb9\xb9\x39\x8c\x8f\x8f\xe3\xe5\x97\x5f\xc6\ +\xc4\xc4\x44\xff\xcc\x27\x77\x3a\xbe\x03\xe8\xb4\x59\xf8\xff\x6d\ +\x80\x8b\xdc\x4d\x65\xd8\xa0\x6b\xc0\x29\x53\x01\x36\x5d\x4d\x8e\ +\x46\xea\xec\x73\x2e\x9d\x4e\x6c\x97\x2a\x93\x4d\xf6\x75\x7d\xd9\ +\x65\x9e\xce\x56\xf9\x4f\x29\x04\x00\x4a\x8f\xd2\x3f\x67\xa9\x86\ +\x21\x21\x75\x35\x0f\x03\xb0\x11\xe6\x7a\x3c\x02\x10\x1e\x00\x70\ +\x9a\xe7\x79\xed\x4a\xa5\xa2\xce\x4d\x72\xd2\xf3\x09\xca\xba\xf9\ +\x3a\xdd\x6e\xd7\x8b\x46\xa3\x67\xa2\x5f\xf0\x9a\x02\xf0\xad\x66\ +\xb3\xf9\x77\xae\xeb\x3a\xb5\x5a\xcd\x93\xbb\xba\x1c\x0f\x1d\xe0\ +\x62\x6b\x6f\x26\x7b\x35\xd8\xc2\x76\x1d\xe0\x42\xa1\xa7\x09\x70\ +\xe1\xf4\x2f\xc9\x2d\x66\xdf\xb3\x1a\xfd\xbe\x82\x17\x61\xb1\x6e\ +\x29\x6f\x71\x7d\xee\x73\xcf\x3d\xb7\x70\xc4\x11\x47\x84\x72\xc2\ +\x4f\x7d\xea\x53\xb8\xfe\xfa\xeb\xd5\xbc\x9a\x9d\x9d\xc5\xd0\xd0\ +\x10\xa6\xa7\xa7\xb1\x7c\xf9\xf2\xfe\xf9\xdb\x96\x6a\x20\xb4\x48\ +\x27\x77\xc7\x7f\x6f\x4a\x35\xb4\xdb\x6d\x2d\x0b\x44\xc7\x60\x91\ +\x69\x0c\x99\x6a\xd0\x49\xb7\xf1\x54\x86\x49\x3e\x5e\x97\x0e\x20\ +\x9b\xbc\x26\xd0\x66\xdf\x94\x6a\xd0\x45\x01\x52\xef\x83\x00\x0e\ +\x0a\xad\x92\xc9\xa4\xa2\xd9\x0d\x0f\x0f\x87\xd1\xd5\x7c\xa7\xef\ +\x78\x61\x5a\x31\x5f\xd0\xe9\x74\xca\x14\xca\xea\x72\xb2\xfc\x0f\ +\x5f\xbc\x7c\x5e\x2b\xf1\x31\xd7\x01\xd8\xbf\xd7\xeb\x5d\x65\x13\ +\x7b\xd2\x35\x95\xd4\xa5\x1a\x4c\xba\xa6\x1c\x8d\x34\xd9\xb7\xa5\ +\x1a\x24\x58\x28\x71\x05\x99\x2a\x93\xd1\x52\x2a\x95\x72\x5a\xad\ +\x96\xe7\xcf\x85\x97\xd0\x2f\xad\x32\x8d\xef\xa3\x00\x56\x3f\xff\ +\xfc\xf3\xad\xc3\x0e\x3b\x2c\x94\x03\x5e\x7c\xf1\xc5\xb8\xfa\xea\ +\xab\x55\xa8\x49\xfe\x50\xab\xd5\x90\xcf\xe7\x11\x93\xd4\x17\x29\ +\x8b\x20\x07\x87\xdf\x84\x4e\xa9\x57\x42\xc1\x12\x58\xd0\xb1\x41\ +\x74\x1d\x77\x64\x58\xc2\x41\x16\x53\xd1\xa2\x2e\x91\xaf\x2b\x49\ +\xe1\x3b\xbc\xcd\xbe\xe4\x69\xf2\x33\x8b\xee\x5a\x64\x9a\x23\x91\ +\x48\xc0\x75\x5d\x75\xde\x22\x84\x36\x12\x89\x60\x78\x78\x38\x4c\ +\x1e\xef\x6d\x00\xb6\x01\x58\x1e\x90\x40\xbf\x15\xc0\x27\x57\xad\ +\x5a\xd5\xa6\x3c\x9c\x89\xb4\x60\x92\x39\xf0\x3c\x0f\xb5\x5a\xcd\ +\xf3\x77\xb9\xf5\x26\x2a\x1d\xbf\x57\x3e\x7e\x12\xe1\xe6\x61\x97\ +\xad\xe5\x9c\xcd\x3e\x17\xce\x35\xd9\x97\xef\x33\xa5\x37\x74\xb6\ +\x6b\xb5\x9a\x47\xf7\x00\xe0\x6c\x9f\x6c\x6d\x22\x1e\x7c\x00\xc0\ +\x53\x07\x1c\x70\xc0\xbb\x1e\x79\xe4\x11\x9c\x77\xde\x79\x36\x8e\ +\xad\x62\xc2\xd4\xeb\x75\xfc\xf8\xc7\x3f\x06\xe5\x2f\xdb\xed\x36\ +\x72\xb9\x5c\x7f\xec\x4c\xfa\x94\xa6\x9e\xec\xba\x55\xde\xa4\x4b\ +\xc8\x57\x30\xc9\xf0\x08\x03\x94\x04\xe9\x6a\xda\x24\xb9\xe5\xee\ +\xaa\x7b\x4f\x90\x7d\x9b\x18\xaa\xbc\x6e\x19\xee\xfa\x09\x65\xf8\ +\xdc\x46\x24\x93\x49\xb4\x5a\x2d\x4c\x4f\x4f\xc3\x75\xdd\x30\x8e\ +\x97\xf3\xcf\x78\xcb\x43\x2c\xb2\xe7\x00\x38\xfd\xe1\x87\x1f\xc6\ +\x71\xc7\x1d\x87\x62\xb1\x38\x20\xf2\x63\x63\x28\xc9\xeb\x2f\x97\ +\xcb\x9e\x4e\x5e\xd1\x44\xdf\xb3\x8d\x4b\x90\xee\x68\x90\xfd\x30\ +\x6d\xb3\x83\x18\x50\x8b\x72\x6b\x9a\x4e\x56\x7e\x53\x9d\xdf\xb0\ +\xb0\xd3\xc4\x3f\x3d\x2c\x99\x4c\xbe\x71\xdc\x71\xc7\x61\x72\x72\ +\x32\x14\xf2\x78\xcb\x2d\xb7\xe0\xf3\x9f\xff\x3c\x5c\xd7\x55\xac\ +\xa5\x6e\xb7\xdb\x8f\x84\x6c\xba\x9d\xba\xc1\x95\x61\x97\x09\x70\ +\x91\xa1\xac\x1c\x74\xdd\x39\x44\xda\x09\xd2\xd5\xd4\xf5\x69\x30\ +\x1d\xc0\x75\x3a\xa3\x4b\xb1\x6f\x9a\x6c\xba\x70\x96\xbe\xa3\x5a\ +\xad\xa2\xd9\x6c\x22\x97\xcb\xa9\x1c\xd4\xb2\x65\xcb\xb0\x65\xcb\ +\x96\x30\x82\xb6\x25\x00\xe9\x90\xc0\x5f\x02\xc0\x5d\x00\x4e\x78\ +\xfc\xf1\xc7\xf1\xf1\x8f\x7f\x7c\xd1\xee\xa7\xbb\x7e\x13\x39\xc1\ +\xc6\xcd\x5d\xc4\xd2\xb0\x84\xfa\x12\xe8\x58\xaa\xfd\xa0\xef\x08\ +\x92\xf6\x33\x21\xd0\x3c\x32\xe3\x39\x43\xcf\xf3\xa6\x7c\xc2\x82\ +\x2d\xc1\xbe\x97\xe3\x38\xf3\xd4\xa2\xfa\x9d\xef\x7c\x67\xe0\xc3\ +\xf9\xde\xf7\xbe\x87\x8b\x2f\xbe\x58\x39\x20\xb5\xcb\x8e\xe8\xb4\ +\x26\x75\x0f\x4a\xe7\x20\xa6\x6a\x02\x79\xce\x90\x4e\xa0\x73\x3e\ +\xdd\x2a\x17\xa4\xab\x69\x93\x9d\xb7\xfd\x8c\x2b\x87\x85\xa9\xa6\ +\xb0\xa5\x30\x74\x63\xc7\x51\x45\xfa\xff\xdc\xdc\x1c\x22\x91\x08\ +\xb6\x6f\xdf\x1e\x94\x4e\x08\x9b\x40\xd7\xbd\x76\x00\x38\xf2\xd1\ +\x47\x1f\xc5\x49\x27\x9d\x64\x3c\x6b\x99\x90\x62\xb9\x38\xea\x16\ +\x34\x9d\x53\x98\x9c\xdb\x46\xf3\xdb\x13\xfb\x61\x9d\x4f\xf7\x5c\ +\x4c\x9b\x07\xb3\x5f\x65\x0e\x68\x6a\x89\x3d\xe4\x38\xce\xb4\xe7\ +\x79\xde\x55\x57\x5d\x15\xea\xc1\xdc\x70\xc3\x0d\xf8\xcc\x67\x3e\ +\xa3\x22\xad\x99\x99\x19\x44\x6c\xf9\x13\x1b\x2f\x51\xf6\xa7\xe6\ +\x35\x6f\x32\xef\x15\x54\x15\x20\xfb\xaa\xf3\xf0\x95\xd8\xed\xf4\ +\x33\xaa\x0d\xe4\xb1\x3c\xaf\xa2\x97\x4d\x23\xe9\x6c\x40\xe7\x2f\ +\x22\xec\xf2\x10\x45\x47\x08\xa6\x5c\x1c\x4f\x59\x98\xb8\xa9\x94\ +\x2f\xf3\x3c\x4f\xe9\x6c\x36\x1a\x0d\xa5\xf7\x41\xcc\x95\xcd\x9b\ +\x37\x07\x31\x57\x32\x7b\xe0\x78\xe4\xb4\xcf\x00\x38\xec\x97\xbf\ +\xfc\x25\x4e\x38\xe1\x04\xc5\x7f\xa4\x10\x78\x72\x72\x92\x04\x88\ +\x06\x76\x1c\x29\xcd\x61\xeb\x3f\x47\xf9\x4d\x5b\xad\xa7\xae\x41\ +\xa9\x7c\x16\xf4\xac\xa8\x26\x92\xc6\x4d\x2a\xca\xd9\xce\xee\x3a\ +\xf6\x8b\x74\x40\xaa\x57\xe5\x5a\xac\xa4\x5a\x40\xe7\x52\xae\xda\ +\xd7\xe9\x74\xaa\xdd\x6e\xd7\x89\xc5\x62\x1f\xb6\x8c\xf5\x98\xe3\ +\x38\xbf\xff\xc0\x07\x3e\x80\x5f\xfe\xf2\x97\xa1\xd3\x10\x5f\xfa\ +\xd2\x97\x50\x2c\x16\x51\x28\x14\xfa\x1a\x2e\xb2\x1d\x31\x4f\x22\ +\xff\x39\x74\x3b\x4d\xb2\xeb\xb2\xd2\x57\xea\x5e\xd2\x83\xe1\xb1\ +\xb9\xa9\x4d\xf2\xee\xe8\x6a\xd2\x83\xa0\x87\x43\x20\x09\xed\x58\ +\x1c\x70\x32\xd9\xa7\xa2\x4a\xca\xe1\xd1\x19\x8f\x92\xd1\xc5\x62\ +\x11\xf1\x78\x1c\x4f\x3e\xf9\x24\x3e\xf8\xc1\x0f\xda\x9e\xcd\x5e\ +\x00\xfe\x08\x7b\xf5\x35\xd0\x97\x7c\x68\x01\x38\x36\x00\xfd\x7c\ +\x3f\x80\x5f\x9c\x72\xca\x29\xb8\xf5\xd6\x5b\xd1\xe9\x74\x90\xcb\ +\xe5\xe0\xba\x2e\x5e\x7d\xf5\x55\xac\x58\xb1\x62\x11\x5a\x2c\x23\ +\x09\x42\x68\x4d\x67\x79\x49\xa7\xd3\x9d\xe7\xb8\x54\x22\x39\x35\ +\x5f\xa8\x4d\xf3\x2b\x8c\x7d\x1a\x6f\x5a\x20\xf9\x7c\xa1\x7f\xdb\ +\xe6\xaf\x74\x6a\x69\x3f\x97\xcb\x1d\x8b\xbe\x1c\xe2\x84\xe5\xec\ +\xfd\x24\x80\x13\x9f\x7d\xf6\xd9\x4a\xd8\xf6\x64\x57\x5e\x79\x25\ +\xbe\xfa\xd5\xaf\x0e\x0a\x28\xf1\x0e\xb3\x34\x48\x7f\x0e\x01\x25\ +\xbe\x6a\xf2\xd5\x90\xaf\xbc\x3a\x01\x22\x5a\x00\xa8\x4a\x9d\x26\ +\x3b\xdf\xc1\xb8\xed\xa5\x0a\x1c\x51\xe5\x05\xd5\x5e\xd1\x03\xa7\ +\xaa\x76\x79\xed\xd2\x7e\xbb\xdd\x46\x2a\x95\x52\x3b\x6e\xad\x56\ +\x43\x34\x1a\x55\xf4\x28\xaa\xf8\x7e\xf6\xd9\x67\xb1\x6a\xd5\x2a\ +\xdb\xf3\x38\xc4\x2f\xe1\x19\x0f\x70\xa8\x47\x3d\xcf\x3b\xce\x6f\ +\xea\xb1\x24\x95\xe8\x7a\xbd\xee\xf9\x74\x32\xe4\xf3\x79\xd4\xeb\ +\x75\xd5\x1d\x88\xf4\x65\xe4\x4e\xa3\x13\x09\x92\x1d\x5a\xf9\x3c\ +\xd0\xb5\xca\x26\x26\x8d\x1c\x73\x52\x09\xd0\xcd\x2f\xc9\x2e\x32\ +\xd9\xa7\xb1\x96\x24\x78\xea\x61\xc1\x7b\xa6\xdb\x04\x8e\x82\xec\ +\xc7\xe3\xf1\xff\x04\xf0\x3f\x2c\xcf\xef\x21\x00\xe7\xfc\xea\x57\ +\xbf\x9a\x3f\xfc\xf0\xc3\x43\x39\xe0\x15\x57\x5c\xd1\x4f\xb2\x4b\ +\x79\x03\xa2\x4c\x99\x92\xe5\x1c\x19\x24\x65\x2b\x9d\xf8\x12\xdf\ +\xa1\xf8\x8d\x92\x03\xda\x80\x1a\xca\x43\x99\xc8\xba\x94\x08\x37\ +\xf5\x3d\x08\x02\x82\x68\xe7\xad\xd7\xeb\x03\xc4\x6d\xd2\xf0\xa4\ +\x36\xc1\x36\xfb\xe4\xb4\x23\x23\x23\x03\x08\x1b\xc9\x59\xa4\x52\ +\x29\x6c\xdb\xb6\x0d\x1f\xfa\xd0\x87\x82\x12\xe8\xf7\x01\xd8\x37\ +\xc0\xf1\xb6\x00\x38\xbb\x5c\x2e\xd7\xa9\xb5\xb2\xe3\x38\x37\x00\ +\xb8\x30\x80\xa5\xff\x71\xf8\xcd\x2a\xeb\xf5\xba\x47\x09\x68\xe2\ +\x68\xc6\xe3\xf1\x45\x8e\x27\x7b\xc2\x73\xae\x26\x85\xa7\xa6\x9e\ +\xf0\x3c\x6d\xa4\xd3\x5d\xe1\x40\x07\x2d\xa8\x36\x85\x03\x9b\x7d\ +\x6a\xef\x1c\x8d\x46\x55\x35\x0a\xd5\x48\xf2\x72\x33\xd3\xfc\x0d\ +\xba\x7e\xb2\x1f\x8b\xc5\x4e\x04\x70\x1b\x80\x31\xcb\xf3\x79\x10\ +\xc0\xba\x07\x1f\x7c\xb0\x14\x90\xb7\xfd\x53\xe4\x80\xff\x7e\xed\ +\xd1\x6b\x68\x68\x08\xe5\x72\x59\x85\x3a\x34\x51\x53\xa9\x14\x36\ +\x6d\xda\x14\xe4\x78\x07\x87\x74\xbc\xcd\x00\xce\xef\x76\xbb\xf5\ +\x54\x2a\xc5\x39\x90\x9f\x06\xf0\xfd\x00\x74\xee\x46\x72\xd0\x54\ +\x2a\xa5\x3a\x11\x73\x81\xa8\xff\x7e\x99\x5f\x3e\xf5\x6e\x07\xfa\ +\xc5\xb8\x0d\x4b\x1e\xf0\x04\x00\x5b\x4e\x38\xe1\x84\xd0\x3e\x15\ +\xa3\x15\x5f\xa2\x49\x74\xa6\x93\xea\x4b\x32\xec\xe4\xbd\xca\xa4\ +\x2a\x2f\xb7\x1d\x26\xec\xe4\x39\x37\x3a\x7f\xd1\x2e\x4c\x13\x8e\ +\xbe\x4b\x17\x76\xca\xb2\x9f\x20\xfb\xb4\x7b\x52\x18\xc4\x7f\xc6\ +\x43\x19\x93\x7d\xfa\x19\x25\x4e\xa9\x28\x36\x9f\xcf\x63\xe3\xc6\ +\x8d\x41\x5c\xcd\xe5\xe8\x6b\xae\x8c\x05\x24\xd0\x1f\x06\xf0\x61\ +\xcf\xf3\xaa\xbc\x04\xcb\x8f\x04\x3c\xc7\x71\xfe\x87\xcf\xf7\x34\ +\xc9\xb4\xc7\x01\x5c\x83\x7e\x5b\xad\x9f\x14\x0a\x05\xa7\x56\xab\ +\x79\x54\xd9\x40\xe3\xc4\x77\x3f\x1a\x2b\x1e\x76\x72\xbe\xac\x29\ +\xec\x94\x60\x48\xa7\xd3\x19\xd0\xd5\xe4\x61\xa1\x0c\x3b\x25\x2f\ +\x54\x17\x16\x4a\xfb\x5c\x41\x4d\xce\x35\x8e\x59\x98\xe6\x6f\x18\ +\xfb\xd4\xa1\xc9\xf3\xbc\xa7\x1d\xc7\x39\x0c\xc0\x1f\x0c\xcf\x09\ +\xe8\x77\x63\x7a\xd1\x5f\x54\xad\xaf\x1b\x6f\xbc\xf1\xbf\x01\x97\ +\x3d\x01\x5c\x3c\xcf\x53\xfd\x0b\x48\x36\xa0\xdb\xed\x62\xd3\xa6\ +\x4d\x41\xba\x9a\x49\x3f\x8f\x17\x0f\x78\x46\xbf\x9e\x9a\x9a\x3a\ +\x7c\x64\x64\x04\xd1\x68\x54\x29\x57\x8f\x8c\xfc\xa9\x2f\xc8\xeb\ +\xaf\xbf\x4e\xb2\x0e\xb7\xa0\xdf\x88\xc4\xf6\x3a\x0b\xc0\x86\x55\ +\xab\x56\xe1\xb6\xdb\x6e\x43\x26\x93\xf9\x6f\xc0\x65\x89\xf6\x1d\ +\xc7\x89\xfb\x80\x97\xed\x35\x05\x4b\x7f\xfb\x3b\xef\xbc\x13\xe7\ +\x9c\x73\x0e\x1c\x6a\x35\x45\xe7\x29\x3a\x03\x70\x6a\xd0\xee\xea\ +\x76\x72\x11\x19\x7a\x3f\x2f\x6c\x0d\xa3\xdb\xc9\x2b\x2b\x68\x72\ +\xd3\x6e\x28\x29\x5f\x4b\xd5\xd5\xa4\x36\x50\x74\x76\x25\x87\xa3\ +\x42\x53\xa6\x84\xac\xb5\xdf\xed\x76\xd5\x7b\xa6\xa6\xa6\x30\x31\ +\x31\x11\xa6\x4d\x57\xd8\x3c\xde\x6b\xb5\x5a\x6d\x5f\x2a\xdf\x99\ +\x9b\x9b\x53\x93\x80\xc6\x35\x1a\x8d\x0e\x38\x7d\x2c\x16\x0b\xdd\ +\xae\x79\xcd\x9a\x35\xb8\xff\xfe\xfb\xb5\x30\x3d\xe3\x3e\x0e\xdc\ +\x2f\xed\x66\x74\xa6\xe5\x3d\x3e\x74\xf3\x40\x76\x3d\xa6\x89\x4c\ +\xce\x68\x9b\x5f\xbc\x06\xcf\x64\x1f\x00\xaa\xd5\xaa\x2a\xb0\xa6\ +\x67\x1a\x8b\xc5\x90\xc9\x64\x8c\x24\x08\x5b\x3b\xf1\x20\xfb\xf9\ +\x7c\x7e\xca\x02\x8c\xe9\x76\xc3\x81\xd7\xbd\xf7\xde\x8b\xd3\x4f\ +\x3f\x1d\x95\x4a\x45\x7f\xe6\xd3\x35\x31\xd1\x25\x6a\x83\x74\x3b\ +\x39\x72\x2a\x69\x44\xba\x55\x47\x22\x8a\xa4\xb3\x42\xac\x75\x7a\ +\xe0\x1c\x89\xa4\x83\x3b\x55\x10\x53\x5e\x50\x1e\xda\xa9\xdd\x15\ +\x49\xe1\x93\x2d\x93\xda\x19\xad\xf6\xe5\x72\x59\xb5\x88\xe2\xda\ +\x21\x7c\x4c\x1a\x8d\x06\x26\x26\x26\xb0\x79\xf3\xe6\x20\xc7\x0b\ +\xab\x24\x3d\xed\x79\xde\xbe\xe9\x74\xda\x21\x40\x8b\x2a\xed\x29\ +\x94\x23\x94\x95\xbe\xdf\x3f\x9b\x9c\x82\xbe\x0a\xb4\xcd\xe9\x1f\ +\x05\x70\x38\xe5\x1c\x39\x78\x45\x72\x7d\x14\xb1\xc8\x85\x4c\xf2\ +\x78\x6d\x04\x0c\x02\x67\x24\xc2\xc8\x35\x54\x79\x7e\x91\x10\x66\ +\xa2\x8c\xd1\x31\xc0\x94\x13\x96\x0e\xa3\x53\x5a\xe0\x6d\xb3\x09\ +\xd1\xa5\x45\x9f\x23\xf4\x74\xff\x5c\x51\x9c\x5f\x43\x3a\x9d\x46\ +\x32\x99\x44\x3e\x9f\xdf\xb9\x27\x8e\x77\xdf\x7d\xf7\xe1\xf4\xd3\ +\x4f\x57\x3d\x16\x23\x36\x62\xb4\x49\xb0\x34\xac\x6e\xa7\xa9\x9a\ +\xc1\xc4\x38\x90\x0b\x40\x50\xbd\x96\xad\xa5\xb2\x2d\xc1\x2f\x1d\ +\xd3\x64\xbf\xd9\x6c\x62\xd9\xb2\x65\x98\x9e\x9e\x56\xce\x47\x04\ +\x69\xda\xf5\x28\x89\xfd\xd0\x43\x0f\xe1\xd4\x53\xad\xbd\x3f\x0a\ +\x16\xc6\xc4\xc0\x8e\xe7\x79\xde\x04\x2f\x84\x35\x8d\x55\x3a\x9d\ +\x56\xd7\x51\xad\x56\x3d\xc7\x71\x9c\x6e\xb7\xfb\x57\x30\xf7\x3f\ +\x20\x70\xe0\x39\x00\x87\xef\xd8\xb1\x03\x67\x9d\x75\x16\xe6\xe7\ +\xe7\x51\xad\x56\x31\x39\x39\xa9\xd2\x27\xb5\x5a\x6d\x91\x63\x69\ +\xba\xc4\x1a\x09\x18\xba\xb1\x0d\x53\xef\xa9\x23\x79\xe8\x9e\x23\ +\x7f\x4e\x3a\x82\xbf\xa4\x07\xda\x50\x6b\x13\x42\x4e\x8b\x7c\x32\ +\x99\x8c\x26\x12\x89\xa7\x60\x57\x88\x03\xfa\x7a\x3a\x39\xdd\x2f\ +\x88\xcb\x4b\x2d\xaf\x01\x04\xeb\x76\xda\xd4\xc6\x82\x74\x3b\xa5\ +\xa4\x1e\x8f\xe1\x4d\x0f\xc3\x24\x1b\xa1\x6b\xb7\x64\xeb\x77\xad\ +\x5b\x28\x74\x9c\x41\x9b\x7d\xd2\xd5\x8c\xc7\xe3\x98\x98\x98\x40\ +\xbb\xdd\x46\xa5\x52\x51\xab\x76\xb9\x5c\x46\x34\x1a\xc5\xb3\xcf\ +\x3e\x1b\x54\x16\xb4\x1f\xfa\x42\x45\xb6\xd7\xa3\x00\x7e\x3e\x35\ +\x35\xb5\xaf\xe3\x38\x4e\xbb\xdd\xf6\x74\x82\xc3\xf2\x1e\xc9\xf9\ +\x92\xc9\x24\x8a\xc5\xa2\x17\x8d\x46\x9d\x5e\xaf\x77\x34\x82\x55\ +\xa2\x9f\x03\x70\xdc\x86\x0d\x1b\x30\x31\x31\xe1\x00\x50\x67\xc9\ +\xb9\xb9\x39\x8c\x8c\x8c\x58\x27\xa7\x4c\xc3\xe8\x16\x6c\xd9\xa3\ +\x40\x17\x96\xea\xe8\x8d\x34\x67\x82\x5a\x7e\x07\x39\x9f\xae\xc6\ +\xd2\xc6\xfd\x95\x73\xc5\x6f\x4c\x93\x45\x5f\x76\xf1\xdd\x01\xcf\ +\x6f\xd2\x07\x5a\x2a\xf2\x17\x5b\xb6\x6c\x51\x04\x8b\x7c\x3e\x8f\ +\xb9\xb9\xbe\x90\x76\x4c\x17\x56\xd0\xc0\x99\x78\x80\x26\xdd\x4e\ +\xb9\xa2\xc9\x90\x8e\xa3\xa4\x74\x18\xb7\xad\x8c\xb2\xba\x80\x43\ +\xf9\xb2\xfa\x5c\x07\x18\x48\x0d\x0f\xb9\x1a\x07\xd9\xa7\x6b\x4c\ +\xa7\xd3\x8b\x74\x35\xeb\xf5\x3a\x72\xb9\x1c\x1e\x7e\xf8\xe1\x20\ +\xe6\xca\x3b\xd1\x2f\x72\xcd\x04\x3c\xbc\xed\xbd\x5e\xef\x1f\x1d\ +\xc7\x41\xa9\x54\xf2\xa8\x09\x88\x8e\xe8\xce\x17\x3c\x0a\x3d\x29\ +\x74\xaa\x54\x2a\x5e\x24\x12\x71\x9a\xcd\xe6\x6a\xd7\x75\x7f\x0a\ +\xe0\x3c\x0d\x0a\x3a\xa0\x12\x0d\x60\x7d\xa1\x50\x70\x16\x16\x16\ +\x3c\x59\xee\xa5\xdb\xf9\x6c\x11\x8d\x2c\x94\x35\x69\xf3\xf0\x39\ +\x66\xb2\x2d\x8b\x99\x75\xa2\xc9\xf2\x3a\xb8\x34\x88\x2c\x69\x92\ +\x0e\x2e\x9d\x8f\x5f\xa7\xe3\x38\x18\x1f\x1f\xcf\xa3\x5f\xae\x75\ +\x62\x40\x2e\xf5\x15\xf4\x0b\x72\x5f\x5f\x44\xb6\xdd\xb1\x03\xc7\ +\x1c\x73\x0c\x5c\xd7\xc5\xfc\xfc\x3c\x12\x89\x04\x46\x47\x47\xfb\ +\x2c\xa8\xbf\x64\x31\xad\x8e\x60\xcb\x6d\xf1\xcf\xef\x4e\x31\x2d\ +\x2f\xd6\xd4\x4d\x06\x59\x2c\x2a\xcf\x29\x7c\x75\xd5\xd9\x6f\x34\ +\x1a\xc8\x66\xb3\xa8\xd5\x6a\xa8\x56\xab\x18\x1f\x1f\x57\xfd\xd1\ +\xe3\xf1\x78\x18\xb1\xa3\xc3\xd0\x6f\x5b\x1c\x14\xae\xd0\x83\xbd\ +\xa9\xd5\x6a\x5d\x48\x80\x12\x87\xff\x4d\x0e\xe1\xba\x2e\x6a\xb5\ +\x1a\x5a\xad\x16\x86\x86\x86\xd0\x6e\xb7\x51\x2e\x97\x91\xc9\x64\ +\x08\xd8\xb8\x0e\xc0\x25\x01\x93\xe7\x93\x00\x7e\x0c\xa6\xcf\xd9\ +\x68\x34\xb4\x3c\x59\x7e\x3d\x84\x86\x9b\x92\xd8\x1c\x2d\x37\xe1\ +\x06\xa6\x33\x23\x3d\x3f\xdd\x59\x93\xdb\xb7\x15\xd3\xf2\xf9\x1b\ +\xb4\x8b\xca\xef\x88\xc7\xe3\x09\x3f\x07\xfb\xa1\x80\xb1\x7b\xcd\ +\x67\x12\x3d\x2f\x7f\xb1\x7e\xfd\x7a\xac\x5d\xbb\x56\xa9\x8f\xd3\ +\xf3\x7a\xed\xb5\xd7\xb0\x7c\xf9\xf2\xbf\xac\x8c\x84\x74\x08\x4e\ +\xb8\xe5\x5a\x9c\x7b\x22\x23\x61\x93\xa9\xe0\xf5\x7a\xba\x15\x3d\ +\x1a\x8d\x5a\xed\x73\xd2\x6f\x2e\x97\x83\xe7\x79\x78\xf5\xd5\x57\ +\xb1\xdf\x7e\xfb\xe1\x8e\x3b\xee\xc0\x79\xe7\x9d\x67\x73\xa8\xb7\ +\xfb\xac\x87\x7d\x96\x40\x8a\x76\x00\xdc\xd7\xed\x76\xcf\x88\x46\ +\xa3\x4e\xad\x56\xf3\x6c\xba\xa7\xbc\xb3\x2e\x8d\x45\x3a\x9d\x56\ +\xda\x30\xd9\x6c\x16\x8e\xe3\xc4\x00\xfc\x4f\x00\x9f\xb5\x4c\xa2\ +\x16\x80\xcb\xfc\x84\xbc\x33\x33\x33\xe3\x0d\x0d\x0d\x2d\x4a\xad\ +\xc8\xd0\xdd\x56\x1e\xa6\x3b\x7a\xc8\x30\x9f\x2b\xd8\xe9\x72\xb2\ +\x5c\x80\xc8\x54\xb1\x62\x93\x91\xe0\xa9\x22\x1e\x2e\xeb\xa4\xfd\ +\xe5\xae\x98\x4a\xa5\x1e\xf7\xf3\x76\x56\x8d\x4f\x9f\x43\xfb\x7b\ +\xf9\x8b\x5b\x6f\xbd\x15\x17\x5c\x70\x01\x8a\xc5\x22\x12\x89\x04\ +\x8a\xc5\x22\x96\x2f\x5f\x3e\xd0\x54\x33\x62\x4a\x3e\x12\xd3\x9b\ +\xab\x73\x31\xbd\x0f\xad\xb0\x92\xae\xd2\x5d\xfe\x91\x9a\x99\x3c\ +\x87\xa7\xe3\x0f\xda\x4a\x46\x08\x9d\x92\x68\x5a\xbb\xdd\x56\xb6\ +\x4d\x13\x47\x27\xa2\xab\x9b\x68\x84\x02\xd2\x79\x6f\x9f\x7d\xf6\ +\xc1\xd6\xad\x5b\x83\x1c\x6f\xd4\x27\xdc\x86\x75\x3c\x1e\x0a\x9e\ +\x1e\x8d\x46\x1f\x69\x34\x1a\x5e\x3a\x9d\x76\xe4\x39\x48\x2e\x54\ +\xa4\x55\x92\x4e\xa7\xd1\x6a\xb5\x50\x2a\x95\x10\x89\x44\x40\x14\ +\xb4\xe9\xe9\xe9\x0e\x80\xcf\x03\xb8\xde\x32\x89\x12\xe8\xcb\xb8\ +\x7f\x04\x80\xf7\xdb\xdf\xfe\x56\x75\xa6\xb5\xd5\x7b\xf2\xb4\x01\ +\x3f\x7e\xd0\xf8\xdb\xce\xac\x92\x53\x29\x0b\xb9\x29\x2d\x25\x45\ +\xaa\xc8\x7e\xb3\xd9\x0c\x3c\xf3\x51\xf5\x85\x6e\x8e\x71\x11\x2c\ +\x9a\x97\x99\x4c\xc6\xf1\x85\x6f\x7f\xe7\x3b\x1e\x2c\x63\xd6\xf5\ +\x8f\x14\x8b\x1c\xef\x8e\x3b\xee\xc0\x05\x17\x5c\xa0\x8e\x26\x24\ +\x84\xfc\xf2\xcb\x2f\xa3\xdb\xed\x2a\xdd\x54\xad\x74\x20\xdf\x01\ +\x75\x13\x58\x17\x22\xd8\x50\x23\x1d\x4a\xa5\x13\x41\x35\x69\xbc\ +\xf0\xb3\x81\xae\x5a\x5d\xbe\x9f\xae\x5b\x27\x5f\xa0\x43\x3b\x83\ +\xec\x93\xac\x5d\x2e\x97\xc3\xa3\x8f\x3e\x8a\x53\x4e\x39\xc5\xca\ +\x1a\x42\x5f\x13\x72\x68\x0f\x72\x7d\xc7\x25\x93\xc9\xc7\xca\xe5\ +\xb2\x97\x4a\xa5\x1c\x93\x0c\x5e\xb3\xd9\x84\xeb\xba\xaa\x1c\x66\ +\x6c\x6c\x0c\x43\x43\x43\x0a\xa9\x04\xfa\x0d\x35\x3b\x9d\x4e\xd7\ +\xf3\xbc\x4b\xd0\xef\x14\x64\xbb\xee\xff\x02\xb0\x86\x77\x9f\x0d\ +\xf3\x5c\x6d\x15\xe2\xba\x70\xd5\x06\x76\xc9\x63\x8a\x3c\xef\x92\ +\x7d\x7e\x1e\xb6\xcd\x03\xdd\xae\xa6\x4b\x2d\x65\x32\x19\xa7\x58\ +\x2c\x7a\x85\x42\x61\x17\xfa\x4a\x71\x41\xaf\x34\x34\xdd\x8f\xb6\ +\x6d\xdb\x86\x73\xcf\x3d\x17\x0b\x0b\x0b\x4a\xbd\x7a\x7c\x7c\x1c\ +\xb5\x5a\x0d\xfb\xef\xbf\x3f\x3c\xcf\x43\xa9\x54\xa2\x08\x6b\x31\ +\xe9\x99\xe8\x3f\xb6\x42\xc9\x50\x71\x94\x45\xc6\x20\x8c\xd4\x20\ +\x5f\xad\x74\xfd\xed\x74\xf5\x78\x52\x5a\x4e\x26\xe6\xe5\x03\xa5\ +\xdf\xf3\xea\x0c\x85\x1b\xfb\x7d\x13\x5a\xad\x96\x22\x49\x07\x80\ +\x2b\x40\xbf\x19\x87\x4d\x62\xa0\x93\xcb\xe5\xf6\x0d\x78\x0f\x00\ +\xbc\x3f\x97\xcb\x6d\x6b\xb5\x5a\x9e\xa4\x73\xf1\xe8\x83\x03\x0b\ +\x95\x4a\x45\x69\x83\x12\xfb\x86\xb3\x55\x3c\xcf\x3b\xcf\x0f\x85\ +\x6d\xaf\x4d\x47\x1d\x75\xd4\xd1\x44\x50\x96\x54\xbd\x30\x52\x12\ +\x26\x20\x86\x1f\x3d\x78\xbd\x60\x18\x01\x2c\xa9\x45\x23\x35\x5a\ +\xb8\x43\x9a\xd0\x55\x69\x9f\x2a\x5a\xfc\x7f\x93\xe3\x2d\x0b\x19\ +\xa5\xb4\x74\x67\xbc\xd5\xab\x57\xa3\x52\xa9\xa8\x24\x3f\xe9\xa4\ +\x02\x50\x72\x91\x54\x39\x13\xd1\xf5\x48\x97\x85\xad\x32\x54\x30\ +\x29\x31\xcb\x1b\x94\xab\x8e\x4e\x3b\x92\x87\x52\x3a\x4d\x48\x93\ +\x00\xaa\xa4\xc5\x05\xf5\x78\xd7\xd9\xa7\x84\x35\xc9\xf8\x65\xb3\ +\x59\x8c\x8c\x8c\xa8\x73\x1e\xad\x5c\x8e\xe3\xe0\x67\x3f\xfb\x59\ +\x10\x49\x3a\x1e\x32\x81\x3e\x57\x2e\x97\x5f\xf3\x43\x96\xa0\xd7\ +\xea\x44\x22\x71\x1b\x2d\x02\xb4\xa3\x10\xe7\xd2\x34\xee\x3c\x72\ +\xa1\xb3\x8f\x5f\xd6\xe3\x78\x9e\x77\xa2\x25\x0f\xa8\x86\xc6\x44\ +\x2b\xd3\xa9\x11\x04\xe9\x76\xea\x40\x0f\x3a\x73\x2f\xd5\x3e\xe7\ +\x98\xda\x10\x59\x5a\xa4\xe4\x79\x5f\x6a\xec\x90\x78\xb1\xaf\x5e\ +\x16\xc6\xf1\xb4\xba\xa9\x1b\x37\x6e\xc4\x59\x67\x9d\x85\x52\xa9\ +\xa4\x58\x5c\x26\xaa\xa3\xba\x26\x2a\xbd\xd0\xb1\x4e\x24\xd2\xf6\ +\xbf\xba\x51\x0a\x47\xbc\x74\x8d\x4c\x08\xed\x32\x9d\xe1\x74\xe9\ +\x11\x6e\x9f\xba\xac\x16\x0a\x05\x44\xa3\x51\x54\xab\x55\x35\x59\ +\xf3\xf9\x3c\x16\x16\x16\x90\xc9\x64\xf0\xec\xb3\xcf\xe2\xe8\xa3\ +\x8f\xb6\x3d\x90\x31\x3f\x04\x09\xda\xcd\xfe\xb8\x75\xeb\xd6\x03\ +\x4e\x3e\xf9\x64\xca\xb5\x1d\xeb\xe7\xe3\x12\x01\x9f\xbb\x0e\xc0\ +\xe5\x73\x73\x73\xbd\x74\x3a\x0d\xd7\x75\x31\x37\x37\xa7\x40\x20\ +\x53\x23\x0e\x3e\x46\xd1\x68\x14\x73\x73\x73\x18\x1d\x1d\x75\x7c\ +\x42\xf6\x63\x3e\x58\x20\x81\x97\x13\x3d\xcf\xfb\x79\xa5\x52\x41\ +\x2a\x95\xb2\x3e\x5f\x5b\xf3\x52\x7a\xce\xa6\x46\x29\xc4\xa4\x09\ +\xb2\xaf\x4b\xf4\xf3\x7f\x93\x13\xf2\x92\x22\x9a\x37\x92\x9b\x2b\ +\xdb\x88\xcd\xcd\xcd\x61\x62\x62\xc2\x45\xbf\x1e\xef\xaf\x02\x9e\ +\x41\xc9\x47\xad\xe7\xe5\x2f\x1e\x7a\xe8\x21\x55\xaf\x49\x3d\x31\ +\x86\x86\x86\x54\x1f\x10\x13\xee\xe0\x54\x2a\x15\xa3\x58\x8d\x04\ +\x48\xfe\x57\xb7\x08\xe3\x34\x27\x5d\x0b\x2f\xd2\x6d\x94\x88\x5a\ +\x58\xfb\x5c\xfa\x9c\xe7\x8c\x00\x60\x7e\x7e\x1e\xc3\xc3\xc3\x61\ +\xf2\x78\x07\xf8\x3b\xc9\x50\x00\x8a\xf9\x64\xab\xd5\x7a\x5f\xa5\ +\x52\xc1\xce\x9d\x3b\xf1\xde\xf7\xbe\x97\x7e\xbf\x06\xfd\x76\xcc\ +\xb9\x80\xcf\x7f\x07\xc0\xff\xe3\x79\x5e\x97\x24\x20\x52\xa9\x54\ +\xa0\x06\x0e\xe5\x97\x52\xa9\x94\x92\x2e\x8c\x46\xa3\xe4\x80\x9b\ +\xfc\xef\xa7\xc9\x75\xc1\xce\x9d\x3b\x37\x8f\x8f\x8f\xab\x5e\x73\ +\xba\xd6\x67\x3a\xe1\xdd\xb0\x2d\xc2\xf8\xe7\x79\x17\x1f\x9d\x7d\ +\x5d\xb8\xc9\xed\x93\xc3\xf1\x66\xa4\xb2\x2a\x46\x3a\x37\xdf\xf9\ +\xd2\xe9\x74\xde\x3f\x07\x7f\x28\xc0\xf1\xde\x40\xbf\x87\xdf\xa2\ +\xe6\x7d\x4f\x3c\xf1\x04\x8e\x3c\xf2\x48\xd5\xe2\x9b\xc2\x7e\x4a\ +\x75\xc8\x34\x06\xf7\x83\x88\x04\x3e\xf8\xf6\x2e\xdf\xcc\x11\x2a\ +\x7e\xa8\xe6\x67\x2d\x53\x8b\x64\x59\x46\x24\xd9\x2f\xba\x03\x35\ +\x57\x84\x96\xd2\x7e\x1c\x86\x96\x7a\x99\x4b\xb1\x4f\x2a\x63\xf4\ +\x6f\x0a\xf1\xf2\xf9\x3c\xb6\x6e\xdd\x1a\xe4\x78\x87\xf9\x3b\x57\ +\x90\xe3\x6d\x03\x70\x4c\x3c\x1e\xc7\xf0\xf0\x30\x0e\x3e\xf8\x60\ +\xac\x5f\xbf\x9e\xce\x0e\x9b\xfd\x6a\x84\x6a\x00\x25\xec\x6f\x00\ +\x7c\xdb\x71\x9c\x34\xe5\xf0\x74\x1d\xa4\x24\x2a\x38\x33\x33\xa3\ +\xfa\xd4\x31\xf0\xc8\xf3\xcb\x89\x4e\x45\x5f\x26\xe1\x7f\x02\xb8\ +\x78\x72\x72\x72\xf3\xca\x95\x2b\x1d\x92\xb0\x97\xa1\x12\x1f\x47\ +\x59\x70\xab\x7b\x2f\x77\x04\x89\x6a\xea\x42\x31\x69\x5f\x37\x2f\ +\x25\xaf\x53\xa6\x2c\x38\x5f\x93\x97\xa0\xc9\x6b\x49\xa7\xd3\x39\ +\x3f\x81\xfe\xa1\x80\xe3\xc2\x2b\xfe\x02\xb5\x53\x57\x9d\xb0\x72\ +\xe5\x4a\xe5\x64\xbd\x5e\x0f\xa3\xa3\xa3\x03\x3d\x39\x4c\xfe\x41\ +\x44\x5f\x23\x32\x14\x04\xa2\x04\xe9\x76\x4a\x76\x7b\x90\xbc\xdf\ +\x52\x75\x3b\x75\xba\x93\x61\xda\x59\x33\x8d\x0e\x05\xd5\x27\x12\ +\x09\x94\x4a\x25\x75\x38\xde\xba\x75\x6b\x10\xaa\xf9\x4e\x3f\x81\ +\xbe\x4f\x80\xe3\x6d\x02\x70\x8e\xe7\x79\x9d\xa9\xa9\x3e\x38\x96\ +\xcd\x66\x71\xe6\x99\x67\x62\xfd\xfa\xf5\xf4\x9e\x8d\xf8\x93\x24\ +\x84\xc9\x01\x7b\x7e\xae\x6e\x88\xe4\x1f\x82\x16\x19\x3a\xcb\x52\ +\xd4\x50\x2a\x95\xd4\x38\x65\xb3\x59\xcc\xcd\xcd\xc1\xf3\xbc\x2b\ +\x66\x67\x67\xff\xb6\xd3\xe9\xdc\xb1\x6c\xd9\x32\xa7\x5c\x2e\x7b\ +\xd4\xa6\x8b\xef\x3e\xa6\xb2\xa2\x3d\xd1\xed\x0c\x63\xdf\xc4\x35\ +\xe6\x0c\xa5\x20\xdd\x4e\x0e\xc0\x00\x40\x2e\x97\x8b\x00\xb8\x07\ +\xc0\xa9\x01\x79\xbc\x37\x01\x9c\x0e\x8d\x98\xee\xcd\x37\xdf\x8c\ +\x73\xce\x39\x07\xa3\xa3\xa3\x00\x80\x99\x99\x19\x14\x0a\x85\x01\ +\x25\x04\xd3\x39\x98\x5d\x93\x7e\x02\x07\xb5\x85\x0e\xa3\xdb\xa9\ +\x4b\x66\xea\x40\x18\x13\x22\x2a\x5b\x6f\x49\xa6\x8a\xa9\x47\x82\ +\xa9\x99\x8b\xb4\x5f\x2c\x16\x51\xaf\xd7\x55\x38\x96\x48\x24\x50\ +\x28\x14\xb0\x79\xf3\xe6\xa0\xb6\x50\xfb\xfa\x94\xb1\xfd\x03\x10\ +\xb1\xed\x00\x2e\xf0\x3c\xaf\x3c\x39\x39\x89\x89\x89\x09\x54\x2a\ +\x15\x85\x3e\x9e\x7a\xea\xa9\xb8\xef\xbe\xfb\x3c\xf6\xde\xf7\x19\ +\xd2\x10\x9e\xbf\x50\xfe\xbf\xf0\x1b\x7b\x50\xaf\x3d\x19\x96\xf1\ +\xc9\x5e\x2c\x16\xb1\x6c\xd9\x32\xb4\xdb\x6d\x94\x4a\x25\xe4\xf3\ +\x79\x95\xbb\x2c\x97\xcb\x18\x19\x19\xc1\xdc\xdc\x9c\x2a\x21\xdb\ +\xb5\x6b\x97\x57\x2c\x16\x15\xa5\x4e\xaa\xd0\xe9\xda\x7b\x87\xd1\ +\xed\x0c\xa3\x0b\x1a\x64\x5f\xf7\x1d\xb2\x9e\x53\x57\x8e\x24\x31\ +\x0a\xff\xe7\x4f\xa2\x5f\x79\x6e\x73\xbc\x12\x80\xe3\x75\x8e\x77\ +\xe7\x9d\x77\xe2\x63\x1f\xfb\xd8\x9f\xe0\xed\x76\x1b\x63\x63\x63\ +\xd8\xb9\x73\x27\xaa\xd5\x2a\x86\x86\x86\x30\x3b\x3b\xab\x5d\x18\ +\xb9\x2f\x44\xc2\x68\x59\xd8\x44\x6d\x6d\xf9\x3c\x09\x84\xe8\x10\ +\x2f\x9b\x1a\x74\x18\xdd\x4e\xb9\x78\x04\x31\xd6\x17\x95\x1a\xf8\ +\x4d\x0c\x8b\xc5\x22\x92\xc9\x24\x76\xec\xd8\x11\x54\x9d\x90\xf7\ +\xa9\x44\x2b\x02\xce\x09\x4f\x02\x58\xd3\xeb\xf5\xca\x00\xb0\x6c\ +\xd9\x32\x2c\x2c\x2c\x20\x9b\xcd\xaa\x76\xca\xed\x76\x1b\x27\x9f\ +\x7c\x32\xee\xba\xeb\x2e\xba\xb8\xa7\x7c\x66\x0c\x97\x85\xa0\x09\ +\xf2\x95\x66\xb3\xf9\x6f\xed\x76\xbb\x45\x3b\x9f\x89\xed\x4f\xe3\ +\x91\xcf\xe7\xd1\xe9\x74\x50\xaf\xd7\x31\x36\x36\xa6\xe0\x6e\x7f\ +\xf5\x47\xad\x56\xc3\xc8\xc8\x88\x02\x70\x0a\x85\x02\xc6\xc7\xc7\ +\xf1\xd6\x5b\x6f\xa9\xd2\xac\xa0\x3c\xe9\x52\xd2\x51\x26\x5d\xd0\ +\xa5\xd8\x0f\x13\xd1\x70\xfb\xcc\xb6\xe3\xf7\x05\x7c\x19\xc0\x51\ +\x01\x09\x74\xf8\x0b\xeb\x4e\x1d\x49\xfa\x9c\x73\xce\x51\xe3\x58\ +\xa9\x54\x54\xdf\xc3\x95\x2b\x57\xa2\xd3\xe9\x60\x7a\x7a\xda\x7a\ +\x0f\x0a\xd0\x24\x95\x27\x8e\x4c\x51\x8c\x4c\x07\x5a\x89\x32\x71\ +\x23\x36\x74\x8a\xe7\xcc\x74\xf4\x34\xd9\x65\x48\xc7\x0d\xe4\x2b\ +\xa8\x84\x9e\xe9\x5c\x62\x72\x3c\xc7\x71\x14\xf2\x44\xf9\x9c\x74\ +\x3a\xad\xb8\x8f\x53\x53\x53\x58\xbe\x7c\x39\x6a\xb5\x1a\xd2\xe9\ +\x74\x98\x50\x93\xc2\xbf\xa0\xd7\x1f\x1b\x8d\xc6\x01\x3a\x45\x6c\ +\x3e\x39\x8a\xc5\x22\x46\x47\x47\x11\x89\x44\xe4\x77\x2f\x03\xb0\ +\x8b\x39\xde\xbf\x34\x1a\x8d\xff\xcf\x24\xfe\x2b\xf3\x9f\x74\x16\ +\x93\x12\x21\xd2\x41\x65\xa5\xb8\xe9\x3d\x26\xfb\x12\xf0\xd1\x09\ +\x28\xc9\x6b\x96\x3d\xd5\x4d\xdc\x4d\x09\xf8\xe9\xf8\x99\x94\x0a\ +\xa2\x10\x9b\x40\x3e\x2a\xfb\x5a\x58\x58\xc0\xf0\xf0\x30\x22\x91\ +\x08\x01\x4c\x61\x0b\x61\x63\xd0\x94\x7f\xad\x5f\xbf\x1e\x67\x9d\ +\x75\x16\x1a\x8d\x86\xe2\x6b\xda\xb8\xad\x74\x7f\xc6\x8c\x01\x87\ +\x43\xf9\x03\xa5\x89\x2b\x5b\x1f\xf3\x2d\x94\x3e\x6b\x62\x3f\xf0\ +\x5d\x49\x9b\x8d\x16\x1a\x1b\x52\xe6\xc1\x66\x9f\xe8\x65\x7c\x45\ +\xd5\x85\x36\x99\x4c\x06\x73\x73\x73\xe8\x74\x3a\x18\x1f\x1f\x1f\ +\x20\xed\xc6\x62\x31\xcc\xcf\xcf\x23\x1a\x8d\xe2\xa9\xa7\x9e\xc2\ +\xea\xd5\xab\xc3\xf0\x2f\x83\x5e\x53\x9e\xe7\x2d\xe3\xc2\xbe\xa6\ +\xd0\x9c\x72\x4c\x34\x4e\xeb\xd7\xaf\xc7\xc2\xc2\x02\xce\x3c\xf3\ +\x4c\x8c\x8e\x8e\xbe\x0d\xc0\xab\x00\xbe\xdf\x6c\x36\x3f\xa7\x73\ +\x20\x39\x7e\x72\x27\xe0\x48\xae\x94\xc6\x23\x65\x2e\x53\xd9\x18\ +\x27\xa6\x9b\xec\xd3\x84\xb7\xc9\x30\x98\xea\x27\x3d\xcf\x1b\x28\ +\x50\xd6\xc9\x48\xe8\xa4\xe6\xb9\x7d\xaa\xab\xa4\x82\x59\xba\x66\ +\x72\x7c\xce\x3d\x4e\xa5\x52\x6f\xa0\xaf\x8d\x1a\x96\xe6\xb7\x68\ +\xc7\x3b\xf9\xe4\x93\x15\xed\x2e\x91\x48\x2c\x22\xf6\xcb\xeb\xe7\ +\x32\x2b\xba\xa8\x20\x66\x12\x0a\x92\xe8\xa1\x8e\x5e\x16\x8f\xc7\ +\x07\xc4\x70\xa4\x80\x12\xa7\x28\x49\x89\x00\xbe\x73\x12\x44\x2c\ +\x77\x39\xae\x38\xcc\xa5\x28\xb8\xac\x04\xbf\x3e\x5d\x3a\x61\x6e\ +\x6e\x0e\xa9\x54\x4a\x4d\xb4\x62\xb1\x88\x5c\x2e\x87\x58\x2c\x86\ +\x85\x85\x05\x24\x93\xc9\x30\x8e\x97\x42\xb8\x8e\xb0\xe8\x74\x3a\ +\xcb\xa8\x10\x96\xf8\x8d\x34\xc3\x62\x5c\x02\x00\x00\x20\x00\x49\ +\x44\x41\x54\xf1\x75\xb2\x18\xd5\x6a\x95\xe8\x4d\x38\xed\xb4\xd3\ +\x50\xaf\xd7\x91\xcf\xe7\x31\x39\x39\xf9\x5a\xa1\x50\x70\xfc\x64\ +\xb0\xd3\x6e\xb7\x3d\xe9\x08\xe4\xe0\x3c\x82\x90\x7d\xed\x75\xa5\ +\x53\x34\x46\x04\x0e\x48\x91\x23\x09\x5e\x99\xec\xeb\x9a\x9a\xc8\ +\x1d\x4a\x3e\x2f\x8e\x48\xea\xca\x78\x4c\x92\x24\x72\x12\xd3\xf5\ +\x4b\xb1\x2b\xea\xcf\xde\x6a\xb5\x14\x99\x39\x12\x89\x3c\x15\xc2\ +\xf1\x3a\xa6\xb2\xaf\x07\x1f\x7c\x50\xa1\xde\x99\x4c\x06\xc5\x62\ +\x71\x91\x06\x91\x8e\x01\xc4\x75\x6b\x74\xd1\x41\x4c\x9e\xd5\x78\ +\xe5\x81\xeb\xba\x8b\xfa\x69\xeb\x44\x69\x38\x98\x62\xea\xc3\x47\ +\x9f\xd7\xd5\x6f\x19\x97\x20\xb6\xf2\xc9\x24\xaa\xad\x0f\x00\xbf\ +\xc9\x58\x2c\x86\x54\x2a\x85\x6a\xb5\x8a\x78\x3c\xae\xce\x78\xed\ +\x76\x1b\x43\x43\x43\x78\xe4\x91\x47\x82\x04\x6d\x57\xf8\x70\x73\ +\xa8\x57\x2c\x16\x3b\xb4\x5e\xaf\xbf\xc0\xaf\x91\xb7\x1b\x23\x82\ +\x00\xaf\x46\x27\x4d\x14\x12\xb2\xa5\x33\x1d\xab\xa8\xf7\x74\x55\ +\xfa\x32\x1c\xe3\x8e\x41\x09\x6c\x89\x1c\x53\x04\x43\xc4\x63\x1d\ +\xba\x68\x0a\xf7\xa4\xfd\x20\x6a\x21\x51\xdf\x74\x7c\x60\x1d\xa0\ +\xa7\x3b\x23\x99\x18\x3c\xbc\x02\x45\x07\xc4\x74\xbb\x5d\xec\xb5\ +\xd7\x5e\xcb\x7c\x92\x7b\x90\x9c\xdf\x2c\x80\x43\x75\x94\xb1\xc7\ +\x1e\x7b\x0c\x87\x1e\x7a\xe8\xc0\x79\x39\x9d\x4e\x5b\x39\xc6\x7c\ +\x21\xe0\xd7\x2a\xe7\xa9\x51\xc3\x45\xc6\xb1\xba\x07\x6e\x2b\x07\ +\xd2\x5d\x94\xae\xdc\x24\xa8\x11\x86\x09\x66\xb6\x7d\x86\x2f\x0e\ +\xf9\x7c\x5e\xb5\x65\xe6\x49\xd7\x78\x3c\x8e\xad\x5b\xb7\x06\x39\ +\xde\xc1\xe8\x57\x7c\xc7\x11\xfe\xf5\x7c\x2a\x95\x3a\xd6\x5f\x95\ +\x1d\xdd\x64\xe2\x7f\x13\x2c\xcd\x7b\x4e\x50\x48\x67\x6a\x54\x63\ +\x1a\x9f\x20\x80\x43\x9e\xaf\x6c\x47\x02\x5d\xab\xb5\x30\xfc\xdd\ +\x30\xf6\x4d\xfc\x4b\x39\x39\x4d\xf6\x65\x4f\x45\x2d\x2a\x96\xcf\ +\xe7\xd1\x2f\x91\x7a\x1e\xfd\xf6\xce\xa6\xd7\x6b\x00\x8e\xd1\x91\ +\xa4\x37\x6d\xda\x84\x43\x0e\x39\x44\x75\x99\xea\x76\xbb\xaa\x4a\ +\x41\x57\xc8\x1b\x86\x72\x39\xb0\x50\x4b\x46\x3f\xdf\x4a\x79\xcc\ +\x6f\x93\x5e\xa3\xf2\x0f\x49\x96\xd5\xed\x44\x22\xe6\x5d\x94\x3e\ +\xe0\xd7\xc0\xc3\x16\xa9\x29\x49\xe1\x8b\xee\x86\x69\xc5\xa1\x43\ +\x6f\xa3\xd1\xc0\xd8\xd8\x18\x5a\xad\x16\xe6\xe6\xe6\xb0\x7c\xf9\ +\x72\xdc\x73\xcf\x3d\x58\xb7\x6e\x9d\xcd\x89\xde\x05\xe0\x5e\xd8\ +\x75\x35\x4d\xaf\x1d\x89\x44\x62\x5d\xab\xd5\xda\x94\x48\x24\x9c\ +\x4a\xa5\xe2\xe9\xae\xbf\x5e\xaf\x0f\x9c\xcb\xe8\x59\xd0\x4e\x48\ +\xb2\xf3\x26\xe9\x0d\x7e\x56\x96\xb9\x2c\x92\x97\xd0\x49\xe3\xf1\ +\x9d\x4c\x56\x84\xcb\x5c\x99\xcd\xbe\x8e\xed\xa2\xe3\x01\x73\xf5\ +\x2f\xd9\xe7\x42\xb2\x5f\x64\xfa\x4a\xb7\x19\xf0\x6b\xa0\x70\x5e\ +\x3c\xff\x34\xfa\x0a\xd3\x6b\x10\x5c\x81\x7e\x06\x34\x65\x41\x37\ +\xdd\x74\x13\xd6\xac\x59\xa3\xee\x93\xc0\x1b\x9a\xb7\x5c\xc4\x4b\ +\x47\x2a\x91\x52\x1b\x12\x4f\xf1\x3c\xaf\x8f\x76\x9a\x00\x17\x1d\ +\x0c\x2c\x57\x6f\x13\xdd\x88\x43\xbd\xa6\x15\x4a\x56\xc2\x4b\x5b\ +\xb2\xa7\xb6\x9c\x7c\xbc\x92\x5a\xb7\xc3\xf0\xdc\x25\x39\x62\x3e\ +\x9f\xc7\xf6\xed\xdb\x83\x54\xc6\x0e\xf1\x99\x27\xfb\x86\x29\xde\ +\x30\x3c\xdc\x32\x80\x8f\x36\x9b\xcd\x8d\xae\xeb\x3a\x8d\x46\xc3\ +\x93\x2b\x61\xbd\x5e\x57\xc5\xaf\xad\x56\x0b\xb5\x5a\x4d\x91\x72\ +\xa5\x8c\x82\x6e\xc7\xd3\x4d\x78\x3e\xc1\xe5\xee\x63\x13\xba\x32\ +\xe9\xde\xd8\xec\xeb\x16\x04\x59\x6b\x68\x13\xc8\xa2\xe7\xab\x3b\ +\x36\xc8\x79\x66\x42\xcb\x25\xe0\x92\x48\x24\x0a\x3e\xf9\xe1\xf8\ +\x00\xc7\xdb\x05\x60\x35\xfa\x22\xb7\x03\xaf\xbb\xee\xba\x0b\x67\ +\x9f\x7d\xb6\xea\xbd\x41\x6a\x63\xbb\x76\xed\xc2\xf8\xf8\x38\xa2\ +\xd1\x28\x4a\xa5\x12\xd2\xe9\xb4\xf5\xfa\xf9\xfd\x69\x01\x17\x9e\ +\xf8\x96\x4c\x15\x0e\xe5\xd3\x8d\x4a\xb4\x4c\xd7\xf5\x93\x3e\x23\ +\xa1\x64\x5d\xc8\xc5\x1f\xa2\x04\x65\x74\x22\xba\xfc\x06\x69\xe0\ +\x4d\x05\x95\xb4\x33\xa6\xd3\x69\xcc\xcc\xcc\x60\x6c\x6c\x2c\x8c\ +\xae\xe6\x0a\xd8\x9b\x96\x50\x0e\xef\xe3\x00\xbe\x0a\xe0\xaf\x0d\ +\xef\xc9\x01\xb8\xcd\x75\xdd\xb3\x3a\x9d\xce\x76\xdd\xe4\xae\xd5\ +\x6a\x68\xb7\xdb\x48\xa7\xd3\x68\xb7\xdb\x03\x7a\x93\xf2\x9c\xa0\ +\x5b\xa0\xa8\x8a\x9b\x9f\xbf\xb8\x9a\x36\x27\xcd\xd3\x59\x8f\x47\ +\x11\x1c\xe9\x96\xa5\x43\x1c\x5c\x31\xd9\x97\xa2\xb7\xba\x7f\xeb\ +\x88\xcd\xba\xb6\xe3\x7c\xf7\x37\x39\xbf\xfc\x37\x15\x64\x7b\x9e\ +\x87\x74\x3a\xed\xd4\xeb\x75\x0f\xfd\x92\xae\x20\xc7\xab\x03\x38\ +\x1a\x1a\xcd\x95\x8d\x1b\x37\x62\xed\xda\xb5\x6a\x61\x2c\x97\xcb\ +\x4a\x8d\x7c\xf9\xf2\xe5\x0a\x6c\xa1\x14\x8c\x29\xc9\x6f\x4a\xf4\ +\xf3\x79\x10\xb3\x25\x3a\x6d\x67\x36\x7a\x78\x84\x96\xe9\x98\x2f\ +\x12\x31\x25\x1a\x17\xcf\x3f\xc9\xcf\xc8\xe2\xdd\x74\x3a\xbd\x28\ +\xf4\x20\x86\x48\x36\x9b\x55\x04\xe8\xd9\xd9\x59\xa4\xd3\x69\x15\ +\x22\x71\xf9\x37\x0a\x3b\x37\x6f\xde\x1c\x94\x40\x4f\xf9\x89\xd5\ +\xa0\x36\x5d\x6d\x00\xbf\x23\xb6\x89\xe5\x95\x01\xf0\x40\x2c\x16\ +\x7b\x6f\xaf\xd7\x7b\x9a\x76\x5f\xea\x31\x48\x8e\x40\xe3\x48\x20\ +\x09\xdd\x23\x41\xe9\x84\x26\x73\xc4\x97\x42\x7d\xd3\x73\x22\xb0\ +\x89\xd7\x28\x72\x4d\x18\xfa\xbd\xae\x92\x9c\x16\x3d\x9d\xae\x29\ +\x9f\x64\x1c\xc1\xe5\x0b\xb7\x1a\x4c\xbf\xaf\x84\xe4\xd2\xca\xf3\ +\x3e\x47\x07\x79\x9f\x3c\x6e\x57\xbe\x97\x5f\x4f\xa1\x50\x70\x3a\ +\x9d\x8e\x17\x8b\xc5\x5e\x0b\x4a\x19\xf8\xaf\x09\x68\x54\xc6\x6e\ +\xbf\xfd\x76\xac\x5d\xbb\x56\x6d\x2c\x74\x9d\x24\x05\x41\x45\xca\ +\xc4\x00\xe2\xd7\x24\x29\x6e\x04\x68\x99\xba\x40\x01\x4c\x46\x22\ +\x8c\xd3\x05\xb5\x7e\x96\xab\x73\x90\x6e\x67\x10\x7d\x4d\xee\xa4\ +\x32\xbc\x25\xc7\x9b\x99\x99\x51\x0f\x9b\x26\x0c\x4d\xee\x25\xe8\ +\x6a\xc2\x4f\x27\x04\x39\xde\x6b\xf8\x53\x6f\xbc\x2f\xf8\xe7\xc2\ +\xa0\xbc\xd1\x53\x91\x48\x64\xff\xd9\xd9\x59\x25\xf9\x40\xbb\x96\ +\xa9\x16\x2f\x0c\x12\x68\x03\xcb\x74\x67\xc3\x30\x63\xae\x43\x54\ +\x83\x80\xad\x20\xfd\xd6\x30\x0b\x7b\xd0\x3c\xd3\xd9\x27\x75\xf5\ +\x76\xbb\xed\xc5\x62\xb1\x29\x9f\x67\xbb\x4f\x88\xe7\xb1\xc8\xf1\ +\xb6\x6f\xdf\x8e\x0f\x7f\xf8\xc3\xaa\xe0\x95\x72\x74\x36\x99\x8a\ +\x20\x90\x25\x68\xdc\xad\xba\x9d\xb6\x96\xc7\x26\xea\x98\x4e\xab\ +\xd1\xa4\xdb\x19\x58\x6c\x18\xe0\x7c\x89\x44\x02\xf3\xf3\xf3\xe8\ +\x76\xbb\x18\x1d\x1d\xc5\xcc\xcc\x0c\x66\x67\x67\xd1\x6a\xb5\xe0\ +\xba\xee\x52\x74\x35\x9d\xb0\x09\x74\xcd\x39\xf0\x4c\xf4\x1b\x9e\ +\x04\xbd\x76\x8e\x8d\x8d\x2d\xa3\x3c\x94\xae\x98\x58\x2e\x5e\x41\ +\xba\x9d\x72\x32\xea\xce\xed\xfc\x3b\x24\x65\xd0\x58\x67\x66\x88\ +\x60\x6c\x3a\x9c\xba\xe7\xb9\xa7\xba\x9d\x41\xf6\xe7\xe7\xe7\xa9\ +\x7f\xde\xcb\xd8\x03\x25\xe9\x2d\x5b\xb6\x28\xd4\x3b\x97\xcb\xa1\ +\x5c\x2e\x2b\x3c\x22\xc8\xf9\x6c\xf5\x94\x52\x3d\x7b\x11\x9a\x4c\ +\x25\x34\xba\xb8\x54\x57\x00\x19\x06\x4a\x95\xb9\x0d\x49\x2d\x32\ +\xc9\x8d\x9b\x60\x65\xb9\x2a\xd2\x83\x25\x12\x70\x36\x9b\x55\x5c\ +\xc4\x5c\x2e\x87\x46\xa3\xa1\x3a\x07\x85\xa8\xc7\xcb\xf9\x24\xda\ +\xa0\xd7\x6b\x2f\xbc\xf0\xc2\xbe\x87\x1e\x7a\xa8\x74\x54\xfa\xbf\ +\xae\x38\x55\x07\xcc\xec\xf7\xc6\x1b\x6f\xbc\x3a\x31\x31\xb1\x08\ +\x90\xd0\x9d\x8b\x75\xb4\x2d\x9e\x2f\xe4\xe0\x92\x2e\xbd\x20\x51\ +\x60\xdd\x2e\x62\x23\x9f\xeb\xd2\x3a\x61\x7a\x20\x9a\xde\x2b\xcf\ +\xfc\x3a\xbb\x32\x87\x66\xb2\x1f\x8f\xc7\x23\xfe\xf9\xfb\xa8\x80\ +\x67\xd7\xf0\x51\xeb\x45\x65\x5b\xdb\xb6\x6d\xc3\xfb\xdf\xff\x7e\ +\xa4\xd3\x69\x4c\x4f\x4f\x23\x9d\x4e\x2b\x81\x23\x59\xe4\x6b\x02\ +\xb9\x6c\x3c\x62\x5b\x64\xe9\xc8\xbe\x03\x32\x6c\x34\xe5\x95\x24\ +\xda\x69\xab\x4a\x0f\xb2\xaf\xcb\x13\xea\x20\x76\x79\xf6\x23\x36\ +\x08\xa5\x13\x0a\x85\x82\x9a\xd0\x21\x75\x35\xf7\x05\xf0\x1b\xf4\ +\xc5\x70\x6c\x0e\xf3\xeb\x66\xb3\x79\xb8\xeb\xba\xce\x4b\x2f\xbd\ +\xe4\x1d\x7c\xf0\xc1\xa6\x9d\x73\x3b\xec\x02\xab\xf4\xf3\x23\x8b\ +\xc5\xe2\x73\x85\x42\xc1\x69\x36\x9b\x9e\x8d\x3f\x6b\x2b\x46\xe5\ +\xb9\x2e\xdd\xf8\xf3\x5d\x53\x8e\x3b\x67\x68\xd8\x74\x35\x6d\x4e\ +\xa9\x0b\x19\x6d\x21\xa4\x09\x3b\x08\xd2\x7f\xd1\xd9\x4f\x26\x93\ +\x59\x1f\xd5\x3c\x21\x44\xb4\xf2\x1e\x68\x14\xc3\xef\xbf\xff\x7e\ +\x75\x14\x21\xb2\x7b\x3a\x9d\xc6\x2b\xaf\xbc\x82\xbd\xf7\xde\x7b\ +\x40\x9a\x52\xa7\x0b\x6a\xf2\x09\x13\x59\x61\x51\xe1\x81\xae\x0e\ +\x8f\x1f\x1c\x65\x8d\x9c\xa9\x78\x53\x57\xaf\x25\xb5\x60\x24\xe3\ +\x43\x96\x2f\xf1\xb0\x93\x28\x49\x9c\x5e\xc6\xff\x4d\x09\x74\x02\ +\x69\x0a\x85\x02\xba\xdd\x2e\x76\xed\xda\x85\x78\x3c\x8e\x7b\xef\ +\xbd\x37\xc8\xf1\xde\x09\xe0\xf1\x10\x8e\xf7\x70\xbd\x5e\x3f\xdc\ +\xaf\xda\xf7\x32\x99\x0c\x26\x27\x27\x4d\xef\x5d\x8d\x7e\x55\xba\ +\x29\x8c\xa5\x27\xf3\x6c\xa1\x50\xf8\x60\xb7\xdb\xf5\x5c\xd7\x75\ +\x74\xa1\x95\x54\x75\x93\x21\x3c\x67\x23\x49\xd0\x44\xbe\x5f\x8e\ +\x25\x07\xb5\x4c\xba\x3d\xd2\x7e\x50\xf1\x34\xbf\x76\xfe\x6c\x6d\ +\xa1\xa4\xbc\x76\x49\x21\x34\xd9\x4f\x26\x93\x79\x7f\x9c\x4f\x40\ +\x70\x21\xec\x09\x3a\xc7\xbb\xf5\xd6\x5b\x71\xea\xa9\xa7\x2a\xc4\ +\xb9\x5a\xad\x22\x9d\x4e\x2b\xf1\x23\xaa\x7d\xb4\xd5\x93\x4a\x75\ +\x3f\xdd\xd1\x49\xb6\x50\xe7\xf7\x1a\x31\xf5\x67\xd3\x95\xf6\x9b\ +\xca\xe1\x25\xf9\x35\xac\x6e\xa7\x3c\x47\xc8\xed\x3c\x48\x57\x93\ +\x92\xd1\x04\xcf\x47\x22\x11\xec\xbb\xef\xbe\xd8\xb4\x69\x13\xce\ +\x3c\xf3\x4c\x9b\xe3\x1d\x86\x7e\x01\xeb\xf2\x00\xc7\xdb\x0c\x60\ +\x6d\x32\x99\xc4\xfc\x7c\x5f\xba\x63\x6c\x6c\x0c\x13\x13\x13\x78\ +\xe6\x99\x67\x4c\xa4\xeb\x0b\xd0\xd7\x5c\x09\x3a\x47\xde\x1f\x8d\ +\x46\xd7\x7a\x9e\xe7\xc5\xe3\x71\xc7\xd4\x2f\xce\xa6\xdb\xa9\x5b\ +\x24\x65\x42\x9a\x7f\x46\x3e\x53\x5d\x85\xb8\xac\x12\xb7\xe9\x76\ +\xea\xce\xa0\xdc\x61\xf7\x54\xb7\x53\x67\x3f\x9d\x4e\x27\x00\xdc\ +\x8e\xe0\x42\xd8\xd7\xfc\x04\xfa\xa2\x3c\x1e\xe9\x6a\x16\x8b\x45\ +\xa4\xd3\x69\x94\x4a\x25\x4c\x4c\x4c\xe0\xad\xb7\xde\x22\x76\xcc\ +\x22\x3e\xb3\xee\xcc\xa7\x0b\x4d\x75\xd5\xf6\xba\x45\x55\x39\x9f\ +\x89\xb2\x15\xd4\x08\xc3\xc6\xaf\xb4\x51\xc2\xc2\xc8\x77\x87\x71\ +\x3e\x4e\xaa\xad\xd5\x6a\x70\x1c\x07\x0f\x3e\xf8\x60\x50\x21\xec\ +\x01\x00\xee\x47\xbf\x79\x89\xed\x60\xbe\x05\xc0\x47\x3a\x9d\x4e\ +\xad\xd5\x6a\x61\x78\x78\x18\x95\x4a\x05\x95\x4a\x05\xb5\x5a\x0d\ +\x87\x1e\x7a\x28\x5e\x7c\xf1\x45\xd3\xe7\x2f\x07\xf0\xed\x00\x07\ +\x4c\x01\xb8\xd5\x71\x9c\x53\x7b\xbd\x9e\x17\x8f\xc7\x1d\xd3\xf9\ +\xc1\xa4\xdb\x69\x7b\x4e\xb6\xc4\xbc\x2d\x14\xd2\xcd\x03\x49\x0c\ +\xb6\x85\x88\x41\x5a\x9c\x4b\xd1\xed\x34\x84\xa0\x0f\xa1\xdf\x83\ +\xd0\xe6\x78\xb3\xe8\xcb\x43\x3c\xaf\x3b\xe3\x91\xae\x66\xa1\x50\ +\x40\xb3\xd9\x54\x60\xdd\x8a\x15\x2b\x54\xb5\x05\xb5\x4b\xb3\xd5\ +\x93\xda\xf4\x73\x74\x1d\x9b\x16\xf5\x1f\x94\x68\x19\xd7\xaf\x94\ +\x3b\x99\x7c\x30\x52\xc9\x5a\xaa\x0b\xeb\xaa\xca\x25\x00\x13\x24\ +\x1b\xe7\x38\x0e\x0a\x85\x82\x92\xf3\xcb\x66\xb3\x68\xb5\x5a\x03\ +\x9a\x94\x94\x48\xdf\xb2\x65\x0b\x4e\x3c\xf1\x44\x9b\xe3\x8d\x03\ +\xf8\x45\x08\x38\xfa\x51\x00\xeb\x3c\xcf\x2b\x52\x08\x44\xdc\x50\ +\xca\x3b\xb6\x5a\x2d\x1c\x72\xc8\x21\x78\xee\xb9\xe7\x74\x9f\xef\ +\xf9\x69\x88\xab\x03\x1c\x30\x07\xe0\xae\x48\x24\xb2\xca\xf3\x3c\ +\xcf\x75\x5d\xc5\x9a\xe0\x6a\xde\xba\x04\x38\xed\x4c\x52\x4e\x8f\ +\x87\x39\x5c\x5e\x8f\x48\xc8\xc4\xba\x20\xfb\x52\x87\xc5\xf6\x9c\ +\xe4\xf7\xd8\xea\x0b\x65\xf8\x2a\xef\xc5\x84\x0a\xea\xce\x50\xb4\ +\x30\xa5\xd3\xe9\xdf\x32\x50\xcb\xb1\x54\x27\x1c\xe6\xe7\x61\x17\ +\x51\xc6\xa8\x7a\x65\x68\x68\x48\xf5\x0b\xe9\x74\x3a\xc8\xe7\xf3\ +\xaa\x3f\x05\xe5\x1b\xa5\x7e\x8c\xdc\xb1\x4d\xbc\x54\xfa\x7d\x10\ +\xd7\xd3\xe1\xcc\x76\x5d\x27\x51\xd3\x79\x83\xe8\x4f\x3a\xa8\x98\ +\xd3\x6b\x74\x31\xbe\x2c\xf6\x34\xa1\x7d\x84\x86\x4d\x4e\x4e\x22\ +\x99\x4c\xaa\x95\x8a\x9a\x88\xd0\xe4\x2a\x16\x8b\x78\xfe\xf9\xe7\ +\x71\xdc\x71\xc7\xd9\x1c\x2a\xee\xa3\x5e\x41\x0c\xf7\x27\x77\xed\ +\xda\xf5\xbe\x65\xcb\x96\x0d\x4c\x7a\xdd\x4a\x57\xad\x56\x31\x3a\ +\x3a\x8a\x57\x5e\x79\x05\xfb\xef\xbf\xbf\xc9\xde\xcd\x00\x3e\x16\ +\x02\x4d\x7d\x97\xe7\x79\xcf\xbf\xfc\xf2\xcb\xd8\x7f\xff\xfd\x31\ +\x3b\x3b\xab\xe4\x1d\x74\x6d\xb0\x4d\x5a\x28\xb2\x39\xa5\x9c\x10\ +\xf2\x73\x36\xfb\xf2\xdf\x64\x93\x9e\x6b\xd0\xf8\xe8\xf2\x5e\xfc\ +\xa5\x0b\xdb\xb8\x7d\xff\x73\x54\x08\xfb\x96\xe5\x98\x20\x23\x8a\ +\x86\xfc\xe1\x86\x0d\x1b\x70\xc6\x19\x67\xa0\xd1\x68\xc0\x75\x5d\ +\x2d\x2a\x2c\xff\x4f\x45\xba\xbc\xb0\x9c\xc4\x84\x39\x50\x69\x9a\ +\xbf\x44\x9a\x90\x0a\xdb\xca\x27\x74\xba\x9d\xbc\xd6\x2a\x28\x21\ +\x6e\xab\x5a\x90\xe7\x3e\x69\x9f\xaf\xcc\xba\x01\x68\x34\x1a\x2a\ +\x21\x4d\xff\xef\xf5\x7a\x48\xa7\xd3\x68\x34\x1a\x4a\x06\x61\xdb\ +\xb6\x6d\x41\x82\xb6\x08\x99\xc7\x03\x80\x47\xe7\xe6\xe6\x8e\x1b\ +\x1e\x1e\x46\xa3\xd1\xb0\xd2\xe3\x78\x7b\xe6\x37\xdf\x7c\x13\x07\ +\x1d\x74\x90\xc9\xe6\x66\x00\xa7\x84\xf8\xee\xb7\x79\x9e\xf7\xfa\ +\xae\x5d\xbb\xb0\x7c\xf9\x72\x34\x1a\x0d\x63\xb3\x19\x29\x75\x68\ +\x4a\x8c\x5b\x07\x44\x53\x59\xc2\xed\xd3\x24\xb5\xe9\xb2\xda\x26\ +\x9f\x8e\x9b\x2a\xdf\x6b\xb3\x5f\x2c\x16\xa9\x00\x7a\xd2\x67\xa5\ +\xec\x56\x1e\xef\xa1\x87\x1e\xc2\x71\xc7\x1d\xa7\x16\x0c\x42\x36\ +\x25\xb1\x5f\xde\x03\x3d\x5b\xa2\xb1\x71\x4a\x1f\x6f\x89\xa7\x5b\ +\x78\x38\x77\xd5\x78\x56\xa6\x8c\xbe\x4e\x57\x33\x4c\x43\x7a\x5d\ +\xce\x83\xde\xc3\x2b\xad\x75\xf6\x39\x37\x4e\xb7\x32\x93\xe8\x6b\ +\x3e\x9f\x57\x54\x1d\x02\x5a\x7c\xd4\x2b\x8c\xe3\xc5\x7c\x3a\xd8\ +\x52\x5e\xf7\xd4\xeb\xf5\x75\xfc\xfa\x4d\x89\x5f\x62\xd9\x00\x30\ +\xe5\x14\x29\xec\xfc\xb9\x5f\xba\x12\x94\x07\x5c\xee\x79\xde\x24\ +\x45\x24\xba\x70\x86\xc6\x87\x28\x4b\x52\x90\x98\x7e\x2f\xb9\xaf\ +\xa6\xc4\xaf\xc9\x3e\x17\xe5\xd5\xe9\x6a\x92\x7d\xd3\xf8\x10\x4b\ +\x44\x27\xb4\x45\xf4\x38\x9b\x7d\x3f\x6f\xfb\x3b\x84\xeb\x9d\xa0\ +\x6d\xb9\xfd\xf4\xd3\x4f\xe3\xc8\x23\x8f\x54\x12\x91\xb5\x5a\x0d\ +\xf9\x7c\x5e\x91\xd8\x4d\xd7\xcf\xc3\x75\x6a\xfc\x42\xce\x47\xcd\ +\x61\x24\xe8\xa5\xab\x1a\x91\xf7\x6c\xd4\xed\x94\x67\x38\x1b\x42\ +\x65\x82\x9e\x4d\x29\x08\x9d\x7d\x5b\x6e\x8f\x6e\x20\x9f\xcf\xab\ +\xd2\x7d\x1e\xea\x26\x93\x49\x6c\xdf\xbe\x3d\xc8\xf1\x46\x76\xc3\ +\xf1\x00\xe0\xac\x54\x2a\x75\x43\x3e\x9f\x8f\x98\x42\x3b\x7a\x91\ +\xe3\xcd\xce\xce\xe2\xe8\xa3\x8f\xd6\x81\x30\xe4\x54\xc7\xfa\x89\ +\xf8\x20\x96\xcd\x2e\xc7\x71\xde\x2e\xdb\x6a\x49\x98\xda\x96\x82\ +\x08\xd2\xd5\x94\x48\xa8\xc9\xbe\x3c\xc7\xc9\x49\x69\xab\x17\xe4\ +\x88\xab\xb4\x1f\x46\xb7\x33\x93\xc9\xc4\x73\xb9\xdc\x13\x21\x1c\ +\xaf\x0c\x60\x58\xe7\x78\x0f\x3c\xf0\x00\x56\xae\x5c\x39\xb0\xd8\ +\x53\xd3\x12\x5e\x2f\x69\x03\x9e\x4c\xd2\x84\x26\xdd\x19\x49\xfc\ +\xb7\xea\x76\x9a\x60\x53\x13\x52\xc6\xff\x36\xf5\xe4\x93\x19\x7d\ +\x9b\x7d\x1b\xda\x45\x61\x1f\x55\x58\x50\x47\x58\xd7\x75\x71\xcb\ +\x2d\xb7\xe0\xa4\x93\x4e\xb2\x3d\x94\xb7\x43\xa3\x3e\x15\x32\x0c\ +\xf5\x00\x5c\x08\xe0\xbb\x85\x42\x21\x66\x3b\xf3\x01\xc0\xce\x9d\ +\x3b\x91\xcf\xe7\x91\x4c\x26\xb1\xf7\xde\x7b\x07\x39\xe0\x66\xcb\ +\x35\xd0\x93\xff\x43\x2c\x16\x7b\x9f\x5c\x8c\xf8\xe2\x65\x82\xb5\ +\x65\x12\x58\xc7\x74\xd1\x91\xb0\x75\xf6\xf9\xf3\xd7\xe9\x6a\x06\ +\x1d\x4b\x64\x8f\x84\xb0\xba\x9d\xd9\x6c\x36\xe7\x23\xd2\xef\x0b\ +\x70\xbc\x37\x01\x1c\x0e\x60\x41\x07\xae\x9c\x74\xd2\x49\xc8\x66\ +\xb3\xe8\xf5\x7a\x98\x99\x99\x41\x32\x99\x54\x73\xc8\xc6\x9c\x19\ +\x40\xce\x44\x53\x17\x93\xac\xa6\x8d\xa9\x64\xd4\xed\xd4\x35\x09\ +\x34\xa1\x94\xba\xc6\x98\x26\x26\x8c\x49\xb7\x93\xdb\xb7\x3d\x8c\ +\x48\x24\x82\xa1\xa1\x21\x14\x8b\xc5\x01\x56\x7e\x2a\x95\xc2\xc6\ +\x8d\x1b\xf1\xf1\x8f\x7f\x3c\x28\x8f\xf7\x10\xfa\x32\x7f\xb6\x10\ +\xef\x36\xc3\xce\x48\xbb\xd0\xe5\x00\xbe\x6b\x9a\xa8\x94\x5f\x5c\ +\xb9\x72\x25\xaa\xd5\x2a\x26\x27\x27\xd1\x6a\xb5\x70\xe0\x81\x07\ +\xe2\x77\xbf\xfb\x9d\xe9\x3b\x4f\xf5\x51\xd0\xdb\x03\x90\xd0\x4d\ +\x72\xac\x74\x54\x31\x5b\x55\x83\x89\xae\x26\x27\x96\xc9\x7e\x90\ +\xae\xa6\x09\xad\xd6\xe9\xff\xe8\xf4\x75\x74\xf6\x7d\xe6\xca\x6d\ +\x00\x4e\x0a\x91\x40\x3f\x05\x1a\x89\x8f\xbb\xee\xba\x0b\x9f\xfc\ +\xe4\x27\xd5\xe2\x5d\x2e\x97\x31\x36\x36\x86\xe9\xe9\x69\xb4\x5a\ +\x2d\x8c\x8c\x8c\xa0\x58\x2c\x1a\xef\x41\xa2\xff\xbc\xa9\x0b\x9f\ +\xc7\x3a\x9c\x42\x97\xdb\x36\xea\x76\x9a\x74\x35\xc3\x88\xe6\xda\ +\x18\xf8\x32\x95\xa0\xb3\x6f\x22\x6e\x93\xf3\x55\xab\x55\x64\x32\ +\x19\x64\xb3\x59\xa5\x9f\xf1\x8b\x5f\xfc\x02\xa7\x9f\x7e\xba\xcd\ +\xf1\x0e\xf5\x2b\x0d\xf6\x0e\x70\xbc\x4d\x00\x3e\xe1\x27\xc5\x6d\ +\x61\xe0\xa5\xd9\x6c\xf6\xe6\x74\x3a\x1d\xd1\xa5\x43\x9a\xcd\xa6\ +\x2a\x67\xa2\xe4\x6c\xa3\xd1\xc0\x81\x07\x1e\x88\x57\x5f\x7d\xd5\ +\xb4\xdb\x7e\x16\xfd\x56\xcc\x77\xda\x1c\x50\x8e\x91\x0c\x35\x83\ +\xc0\x94\xa0\x2a\x82\x20\xfb\x41\xba\x9a\xba\x14\x81\xa9\x51\x8d\ +\x49\x57\x53\xb0\xa7\xa2\x00\xd6\x87\x48\xa0\xbf\xe1\x27\xd0\x17\ +\x09\xda\x6e\xdc\xb8\x11\x67\x9f\x7d\xb6\x12\x43\xa6\x6e\x53\xad\ +\x56\x0b\xe3\xe3\xe3\x88\x44\x22\x98\x9b\x9b\xc3\xc8\xc8\x88\xd1\ +\xf1\x74\x02\xcc\x7c\xcc\x25\x06\xa2\x9b\xbb\x36\xd1\x5f\x55\xed\ +\x2e\xfb\x5a\xeb\xfa\x2a\xf0\xf8\x5d\x2a\x52\x03\x18\xa8\x37\xe3\ +\x3b\x21\xaf\xc5\xd3\xe9\x6a\xc6\x62\x31\x25\xd6\xca\x43\x15\xd2\ +\xda\x5c\x58\x58\x18\xf8\x7b\xd3\xa6\x4d\x41\x09\xf4\xfd\xfc\x1c\ +\x5d\x90\x52\xd5\x36\x00\xe7\xf8\xe7\x05\xf8\x14\xa4\x1d\x86\x07\ +\xee\xa1\xdf\xab\x3c\x02\xc0\x73\x1c\xc7\x99\x9b\x9b\xf3\x48\xf1\ +\xcb\xa4\x1a\x4d\x80\xc4\xae\x5d\xbb\x70\xf4\xd1\x47\x63\xd7\xae\ +\x5d\xba\xeb\x48\xfb\xa9\x88\x75\x9a\xef\x3e\xba\x56\xab\xfd\xd2\ +\x86\xc6\x99\x64\x1f\x65\x15\x89\x49\x57\x93\x5a\xa4\x51\x4a\x83\ +\x5e\xf4\x3c\x09\xe9\xe3\x13\x4c\xf6\x49\xb4\xd9\x37\x81\x3c\x1c\ +\x10\x22\xb9\x0b\xbf\x85\xd9\x53\x00\xde\x8d\x60\x25\xe9\x77\x03\ +\xf8\xa3\xfc\xc5\x9d\x77\xde\x89\x73\xce\x39\x47\x8d\xbd\x44\xab\ +\x6d\x25\x5c\x3a\xe2\x87\x04\x64\xe4\xce\x2e\xd1\x5e\x5d\x9b\x04\ +\x5d\x15\x09\xdb\x25\x23\x5a\xaf\xd4\x85\x09\x3a\x0a\x98\xe4\x17\ +\xea\xa4\x05\x74\xec\x96\x5e\xaf\x87\x5a\xad\x86\x89\x89\x09\x34\ +\x1a\x0d\xcc\xcd\xcd\xa9\x9c\xd3\xd0\xd0\x10\x1a\x8d\x06\x86\x86\ +\x86\x50\x2a\x95\x10\x8b\xc5\xb0\x6d\xdb\xb6\x20\xc7\x1b\x02\xf0\ +\xab\x10\x8e\xf7\x4b\x00\x6b\x99\xe3\x01\xfd\x86\x91\x47\x19\x76\ +\x21\xc7\xbf\xfe\x17\x1d\xc7\xf9\x45\xad\x56\xf3\x46\x46\x46\x1c\ +\x5d\x09\x95\x74\x14\xd2\xfa\x78\xfa\xe9\xa7\xb1\x62\x85\x56\xe0\ +\xba\x06\xe0\x3c\x7f\x31\xe0\xdf\x7d\xc0\xc2\xc2\xc2\x2f\x75\x2b\ +\xaa\x8e\x2b\x2b\xb5\x43\x78\xc5\xba\x29\x09\x6c\x8a\x3c\xf8\x33\ +\x96\xfc\x5b\xd3\xfb\x4c\xf6\x6d\x6d\xc5\xe8\x5a\x73\xb9\x1c\x8d\ +\xef\x1f\x7d\xa7\xb2\x25\xd0\x01\x60\xa5\xce\xf1\xb6\x6f\xdf\x8e\ +\x73\xce\x39\x47\x9d\xc3\xcb\xe5\xb2\x11\x10\xd2\xd1\xc5\xe4\x0e\ +\x6d\xa2\x8d\x49\x02\x89\xcd\xbe\xdc\x59\xa5\xfd\x88\x6e\x15\x30\ +\x9d\xc7\x24\x64\x4d\xce\x47\xda\x9d\x54\xd6\x43\x3b\xa5\x89\x56\ +\xc6\xff\x10\xbf\x6e\xc5\x8a\x15\x0a\x0e\xf6\x59\xeb\x98\x9f\x9f\ +\x87\xeb\xba\xf8\xf5\xaf\x7f\x1d\x84\x6a\x3a\xe8\xf7\x4d\xcb\x05\ +\x38\xde\xef\xd1\x97\x0f\xd0\x9d\xf3\x9e\x45\x5f\x34\xc9\x14\x06\ +\x1e\x0c\xe0\xe8\x74\x3a\xfd\x84\xe7\x79\x5e\x3e\x9f\x77\x4c\xfc\ +\x54\x05\xc3\x95\xcb\x48\xa7\xd3\x48\xa5\x52\xf8\xcd\x6f\x7e\x83\ +\xb7\xbf\xfd\xed\x26\x46\xc6\x87\x00\x3c\x4d\xa9\x86\x72\xb9\xfc\ +\x47\xea\xa9\x6e\xe2\x5e\xea\x18\x17\xb2\x12\x3d\xe8\x5c\x66\x12\ +\xb6\x22\x27\xe7\xac\x14\x13\x4a\x69\xb3\xcf\x91\x41\x49\xcd\xf2\ +\x15\xaf\x1d\xcf\xf3\xbc\x54\x2a\x35\xe9\x3b\x55\xd0\x2b\x0e\x60\ +\x4e\xe7\x78\xc7\x1f\x7f\x3c\x80\xbe\xae\xe6\xf4\xf4\x34\x32\x99\ +\x8c\xb5\x16\x95\xef\xe0\x3a\x07\x91\x00\x94\x0e\x01\xdd\x1d\xfb\ +\x7c\x7c\x22\x61\x78\x79\x41\x67\x0b\x93\x93\x06\xd9\x26\xb6\x40\ +\x34\x1a\x55\x21\x02\xaf\xa5\x1a\x1e\x1e\xc6\x13\x4f\x3c\x81\x63\ +\x8f\x3d\x36\xe8\x32\xc2\x48\xb8\x4f\x01\x38\x28\xe0\x3d\xcf\xfb\ +\xf4\x25\xdb\xca\xfb\x3e\xc7\x71\xb6\x95\xcb\x65\x2f\x68\xbc\x72\ +\xb9\x1c\x66\x67\x67\x51\x28\x14\xe0\x79\x1e\x1e\x78\xe0\x01\x6d\ +\x51\xef\xc3\x0f\x3f\x8c\xe9\xe9\xe9\xf7\x78\x9e\xe7\x4c\x4f\x4f\ +\x4f\xc6\x62\x31\x35\x1e\x36\x1e\xa5\x89\x77\x18\x46\x35\x40\x32\ +\x39\xe4\xd9\x45\xc7\x76\x59\x4a\x5b\x70\xd3\xae\x2a\xe6\x82\xe7\ +\x38\xce\x1b\x4b\x48\xa0\x77\x74\x8e\x77\xec\xb1\xc7\x22\x16\x8b\ +\x61\x7a\x7a\x1a\xd5\x6a\x15\xe3\xe3\xe3\x2a\x2f\x17\x54\x7b\x1a\ +\x46\x95\xc1\x74\x6f\x41\xf6\x03\x1b\xbd\x04\x81\x1e\x36\x5d\x42\ +\xbe\xb2\x05\x35\xc0\x34\xdd\xec\xc8\xc8\x08\xca\xe5\xb2\x3a\x63\ +\xd0\xee\x19\x89\x44\xb0\x6d\xdb\xb6\x20\x5d\xcd\x64\x48\xe6\xca\ +\x2e\xcf\xf3\x96\x21\xb8\x73\x2c\x7c\xee\xe7\x69\x01\xef\x99\xd6\ +\x85\xd6\x3a\x76\xc9\x8a\x15\x2b\x50\xab\xd5\x14\x15\xed\xee\xbb\ +\xef\x1e\xd8\xc5\x1f\x7a\xe8\x21\x1c\x7b\xec\xb1\x18\x1b\x1b\x53\ +\x94\xb2\x56\xab\x35\x20\xa5\x6e\x9a\x08\xa6\xfe\x7c\xba\x89\x6e\ +\x0a\x61\x65\xc9\x8b\xad\x2a\x25\x4c\x21\xae\x0e\x74\x30\x21\xe7\ +\x8e\xe3\xfc\x26\xc4\x31\xa1\x07\x43\xe7\xde\x0d\x1b\x36\x60\xd5\ +\xaa\x55\x70\x5d\x17\xed\x76\x1b\x23\x23\x23\xc8\x64\x32\x78\xf3\ +\xcd\x37\x91\xc9\x64\xac\x61\x9f\x6d\x7c\x82\x10\x50\xd3\xae\x6f\ +\x1a\x1b\x63\xb4\x40\x1a\x27\x12\x70\xb1\x55\x12\xf3\xed\x57\x27\ +\x01\x60\x4b\x3c\xea\xb8\x73\xe5\x72\x19\xc3\xc3\xc3\xa8\xd7\xeb\ +\xa8\x56\xab\x18\x1b\x1b\xc3\x5d\x77\xdd\x85\x73\xcf\x3d\xd7\xf6\ +\x50\x96\xa1\xaf\x3e\x15\x0b\x78\x78\x2f\xcd\xcd\xcd\x1d\x32\x32\ +\x32\xe2\x54\xab\x55\xef\xce\x3b\xef\xc4\x27\x3f\xf9\xc9\x30\x8b\ +\xf7\x47\x01\xdc\x84\xc5\x82\xb9\xb7\x96\x4a\xa5\x8f\xe6\xf3\x79\ +\xa7\x56\xab\x79\xb6\x31\x6a\x34\x1a\x48\xa5\x52\x2a\xfc\x2c\x97\ +\xcb\xc8\xe7\xf3\x88\xc7\xe3\xf8\x97\x7f\xf9\x17\x9c\x7a\xea\xa9\ +\xbc\x43\x2d\x80\x7e\x9f\x37\xea\x31\xc1\x89\x08\xba\xbf\x4d\x72\ +\x13\x3c\x79\x1e\x24\xcd\x67\xab\x20\xd0\x9d\x7d\x64\xe3\x14\x9b\ +\x7d\x13\xbd\x30\x91\x48\x24\xd1\x6f\xb1\xf6\x81\x80\x67\x30\x07\ +\xe0\x1d\xb4\xd8\x0d\x3c\x84\x5b\x6f\x55\x65\x41\xa9\x54\x0a\xcd\ +\x66\x13\xb9\x5c\x4e\x01\x2d\xd4\x9c\xd2\x86\x3f\xd8\x68\x91\x3c\ +\x04\xb7\xd1\xfb\x82\xf0\x0d\x13\x6f\x14\x40\xbf\x2d\xb4\xec\xdc\ +\xc9\x8b\x61\x83\x88\xb3\xba\x3c\x06\x57\x22\xb3\xe9\x6a\xb6\xdb\ +\x6d\x15\x7a\xb6\xdb\x6d\x55\xde\xf1\xe0\x83\x0f\x06\x55\x27\x1c\ +\xe4\xd3\xb5\x46\x03\xd2\x09\x8f\x77\xbb\xdd\x63\x08\x5e\xce\x64\ +\x32\xe8\x74\x3a\xd8\xbc\x79\x33\x3e\xfc\xe1\x0f\x07\x85\x38\x1e\ +\x80\xcb\xd0\x2f\x5f\x39\xd3\x47\x26\x7f\x58\xa9\x54\x2e\xce\x66\ +\xb3\x8e\xe7\x79\x1e\x91\x65\x4d\x03\xdc\xe9\x74\x94\xda\x31\x75\ +\x2b\x9d\x9f\x9f\x57\x7d\xf2\x68\x2c\x5e\x7f\xfd\x75\x0c\x0f\x0f\ +\xab\xf0\x7b\x68\x68\x08\xd3\xd3\xd3\x0a\x05\x36\x09\x0f\x73\x39\ +\x7f\x29\xf5\x4f\xbc\xc4\xa0\x90\x48\x82\x6c\xfc\xd9\x92\xa0\x2f\ +\x67\x33\x71\x3b\x94\x7f\x35\xd9\xd7\x5d\x73\x3a\x9d\x2e\xf8\x79\ +\xbc\x20\xae\xeb\xeb\xe8\xab\x02\xfc\x41\xfe\xe2\x8e\x3b\xee\xc0\ +\xb9\xe7\x9e\x8b\xf9\xf9\x79\xa5\x60\x37\x31\x31\x81\x62\xb1\x08\ +\xd7\x75\x11\x8f\xc7\xd5\xdc\x0a\x9a\xbf\xb6\xeb\x97\xce\xa6\x03\ +\x54\x82\x16\x1f\xeb\xf8\x13\x9a\xc8\x99\xe4\x52\xa6\xc0\xc4\xed\ +\x24\xc7\x93\xb2\x68\x74\x40\xb7\x75\x71\xa1\xef\x21\xf2\x34\x71\ +\x24\x43\xc8\xfb\x51\x21\xec\xdb\x02\x1c\x6f\x2b\x80\x33\x8a\xc5\ +\x62\x2b\x97\xcb\xa1\xd7\xeb\x61\x72\x72\x12\x7b\xed\xb5\x17\x6a\ +\xb5\x1a\x1e\x78\xe0\x81\x20\xc5\x6a\xa7\xdd\x6e\x7b\xfe\x3d\x56\ +\x01\x7c\xaf\x52\xa9\xfc\x03\x39\x9e\x09\xdd\x93\x1d\x92\xaa\xd5\ +\x2a\x08\x3c\x21\x85\x6a\xea\xc9\x90\x4c\x26\x51\xab\xd5\x50\x28\ +\x14\x14\xdb\x3e\x16\x8b\xa9\xf7\x11\x37\x92\x27\x76\x39\xf0\x91\ +\xcd\x66\x17\xd1\xb2\x68\x11\xa3\x34\x82\x6d\xfc\x25\xf5\x4b\x9e\ +\xdd\x39\xe8\xa3\x4b\x25\x85\x79\xbe\xb4\xb0\xfa\x3d\xde\xd3\x7e\ +\x6e\x33\xac\x92\xb4\xb6\x1e\x6f\xf5\xea\xd5\x2a\xfd\x54\x2e\x97\ +\x91\x4a\xa5\x14\x67\x73\x61\x61\x01\xdd\x6e\x17\x85\x42\x61\x51\ +\x55\x87\xad\x80\xdb\x54\xda\x44\xf3\x98\x27\xdb\x89\xdb\x69\x2a\ +\x38\xb6\x15\xa0\x0b\xe7\x8d\xa8\x06\x8a\xb5\x5a\x4d\xe5\x8e\x74\ +\xcd\x2d\xe4\x45\xf2\x7c\xcd\xc0\x41\x92\xed\x86\x0b\x0b\x0b\x8b\ +\xaa\x1c\xa8\xf0\x95\x72\x81\xf5\x7a\x1d\xc3\xc3\xc3\xd8\xb8\x71\ +\x63\x90\xe3\xbd\xc3\x4f\xa0\xbf\x2d\x60\xd7\xba\x0b\xc0\xf9\x9e\ +\xe7\xb5\x32\x99\x8c\x3a\x43\x91\xce\x3e\x00\x9c\x72\xca\x29\xb8\ +\xf1\xc6\x1b\xb5\x06\xae\xba\xea\x2a\xf4\x7a\x3d\xaf\xd3\xe9\x10\ +\xf0\xf1\xb9\x52\xa9\xf4\x0f\x7e\x28\xe9\xc9\x72\x2b\x62\xbd\x37\ +\x9b\x4d\x55\x27\x47\x35\x73\x34\x81\xa9\xf3\x2d\xf0\x27\x99\x7c\ +\x92\x84\xa7\xd6\xd4\xb4\x6b\x51\x4f\x09\xca\xc1\x49\x8e\x21\xa5\ +\x31\xe4\x79\x83\x13\x96\xa9\xef\x03\xe7\xc3\xd2\x22\x4b\x51\x07\ +\x7d\x9f\xbc\x76\x7a\x86\x1c\x41\x25\xfd\x49\x62\xbe\xb4\x5a\xad\ +\xc0\x7a\x3c\x0e\x4a\xf8\x11\xc0\xfd\x21\x1c\x6f\x97\x7f\xe6\x7e\ +\x5e\x77\xc6\x5b\xbd\x7a\x35\x9a\xcd\xa6\xaa\xc7\x23\x32\x46\x2c\ +\x16\x53\xf3\x2a\x99\x4c\x2a\xb4\x96\x37\x88\xe1\x84\x68\xbe\x9b\ +\xf1\x4e\x4d\x52\xba\x84\x16\x4a\x1a\x5b\x1a\x2b\x1b\xf9\x84\xe6\ +\x3f\xa7\x46\xfa\x2a\x6b\x6a\xfc\x7b\xbd\x5e\xbf\x4b\x91\x54\x2b\ +\x93\x06\xa5\x77\xf3\x55\x40\x32\x2a\xf8\x76\xdb\x6a\xb5\xb0\xf7\ +\xde\x7b\x63\x6a\x6a\x0a\x95\x4a\x05\x13\x13\x13\x70\x5d\x57\xa9\ +\x8d\xc5\xe3\x71\x45\x72\x7d\xec\xb1\xc7\x82\x98\x2b\x7b\xfb\xf9\ +\xb8\x30\xc8\xd8\x7a\xcf\xf3\x8a\x54\x0b\xc6\x17\x08\x7e\x4e\xfd\ +\xd4\xa7\x3e\x85\x56\xab\x85\xaf\x7e\xf5\xab\x78\xfd\xf5\xbe\x78\ +\xf1\xed\xb7\xdf\xae\xf4\x1b\x29\x0f\x55\x2c\x16\x6f\x92\x1c\x44\ +\x03\x80\x10\xa8\x7f\xca\xdf\x4f\x61\xb9\x2e\x35\x10\xd6\xbe\x6e\ +\xdc\x79\x58\x4f\x0b\x81\x3c\xc3\xf3\x90\xcc\x76\xf6\xd3\xd9\xe7\ +\x61\xa7\x8d\x84\xef\x4f\x34\xc7\xef\xb2\xf4\x2b\x3f\x95\x63\x73\ +\xbc\x9a\x8f\x36\xbf\xaa\x43\x35\x4f\x3c\xf1\xc4\x01\x52\x86\x4e\ +\x49\x8c\xef\xba\xb2\x93\x92\xec\x53\xc8\x37\x0b\xe9\x30\xb2\x6a\ +\x43\x67\x9f\x8f\x05\xf9\x04\xf7\x0f\x1e\xaa\xf2\x63\x9d\xd2\x82\ +\x31\xd1\x84\x74\xb4\x19\x79\xf6\x90\xfa\x14\x32\x79\x1b\x8b\xc5\ +\x54\x1e\x6f\xdf\x7d\xf7\x55\x2d\x73\xa9\x90\x96\xa8\x3f\x21\xd2\ +\x09\x19\x3f\x47\x17\xc6\xf1\x00\xe0\x1a\xc7\x71\xde\x4f\xe1\xa1\ +\x8e\x18\xd0\xed\x76\x51\x2a\x95\xf0\x99\xcf\x7c\x06\xff\xf8\x8f\ +\xff\x08\x00\xb8\xed\xb6\xdb\xb0\x7a\xf5\xea\x81\x2a\xf2\x85\x85\ +\x05\xad\x0d\x09\x39\xeb\x78\x8f\x3a\x12\x3a\x3f\x4f\xeb\x20\xfc\ +\xa5\xd8\x0f\xd2\xd5\x94\xe7\x34\xe9\x9c\x61\x34\x59\x74\xec\x24\ +\xbe\xe3\xeb\x54\xd1\xd8\x77\x38\x7e\x85\xfe\xab\xbe\xe3\x05\x25\ +\xd0\x97\xeb\x1c\x6f\xd3\xa6\x4d\xf8\xc0\x07\xfa\xd8\x0c\xa1\xe3\ +\x3a\xe7\x33\x89\xda\xda\xd2\x1f\x41\x29\x91\xdd\xb5\x2f\xc3\x50\ +\x6d\x6d\xa3\x29\x9f\xc4\xe9\x63\x3a\xd6\x8b\x8e\x72\x26\x57\x6b\ +\x92\xf7\x4b\xa7\xd3\xaa\xe9\x04\x85\x99\xd4\x3c\xf3\xa1\x87\x1e\ +\x0a\x12\xb4\x0d\xaa\x40\xb0\xbd\x0e\xee\x74\x3a\xbf\xd3\xc5\xe2\ +\x94\x53\xa4\x1e\x0e\x93\x93\x93\xc8\x64\x32\x2a\x5c\x9b\x99\x99\ +\x59\xd4\xb9\x55\x86\x59\xbc\x4b\x92\x89\xe9\x2e\xe1\x76\x89\x2a\ +\xf3\x71\x94\x93\x9f\x4b\x11\xe8\xec\xcb\x0e\xae\xa6\x7c\xaa\x2e\ +\x15\x64\xea\xf2\x24\xaf\xdd\x66\x9f\x5f\xbf\xbc\x07\x36\x6e\x61\ +\x0b\x61\xb5\xf5\x78\xdb\xb6\x6d\xc3\x7b\xde\xf3\x1e\x14\x0a\x05\ +\xcc\xcd\xcd\x21\x9b\xcd\x22\x91\x48\x28\x25\x72\x9b\xb4\xa4\x6c\ +\xc4\xa2\x4b\x8e\x9b\x04\xc1\x78\x68\x6e\xb2\x4f\x4a\x0c\x26\x46\ +\x98\x29\x5d\xa3\xbe\x83\xf7\x5d\x5f\xea\xe0\xd2\x67\x4d\x0f\x8f\ +\x50\xd4\x66\xb3\xa9\x28\x4f\xad\x56\x0b\xed\x76\x1b\x99\x4c\x06\ +\xf7\xdf\x7f\x3f\x4e\x3b\xed\xb4\xbf\x94\xe3\xa9\x70\xb5\x56\xab\ +\xbd\xc9\x43\x23\x89\xca\x4e\x4e\x4e\xe2\x6d\x6f\x7b\x1b\x4a\xa5\ +\x12\xf2\xf9\x3c\xa6\xa6\xa6\x30\x32\x32\xa2\xed\xcc\xc3\x1f\x1e\ +\xaf\x2c\xd0\x85\x9a\xba\x83\xb7\x74\x06\x13\xe5\xcb\xc4\xa7\xd5\ +\xd9\x37\x25\xd9\xe9\x7c\x61\x92\x23\x0c\x12\x3d\x0e\xca\xd3\x06\ +\x2d\xce\x99\x4c\xe6\xd5\x80\xf3\x39\x6c\xbb\x21\x49\x3f\x10\x81\ +\x9d\xba\x4c\xbd\xf2\xca\x2b\xd8\x6f\xbf\xfd\xd4\xb9\x53\x57\x79\ +\xc3\x1b\xb9\xda\x9c\xcc\xe4\x94\xdc\x71\x4c\xba\x9d\xf2\x39\xe9\ +\x18\x48\x26\x20\x46\x71\x3b\x75\xe2\x47\x52\xc4\x47\xa7\x61\x28\ +\x8b\x2b\x25\x17\x90\x3b\x2f\x57\x19\xcb\x64\x32\xb8\xf9\xe6\x9b\ +\x83\x1c\x2f\x1b\xd2\xf1\x5e\x45\x5f\x26\xce\xe4\xb8\x6f\xa4\xd3\ +\xe9\xfd\x68\x32\x72\x6e\x24\x1d\x80\x0b\x85\x02\xfe\xf8\xc7\x3f\ +\x22\x9f\xcf\xa3\x5c\x2e\x23\x93\xc9\x2c\x7a\x2f\xef\x2f\xc7\x11\ +\x45\x19\x16\x72\x3d\x14\x42\x09\xf9\xb9\x4b\x76\x79\x95\xd2\xf8\ +\x34\x8e\x34\xf6\x36\xfb\x41\xba\x9a\x72\x52\xd0\xb5\xeb\xce\x82\ +\x3a\xde\xa8\x8e\x2a\xa6\xe3\x47\xea\xb4\x2c\x33\x99\xcc\xb3\x21\ +\x1c\xaf\x09\x83\x6e\xea\x6d\xb7\xdd\x86\x33\xce\x38\x03\x95\x4a\ +\x05\xdd\x6e\x17\x95\x4a\x05\xf9\x7c\x5e\x2d\x90\xb3\xb3\xb3\x03\ +\x60\x0a\xef\xc6\xc4\x41\x13\xba\x57\x1a\x1b\x13\x48\xc5\xc7\x9e\ +\x8f\x0f\xd7\x3d\x95\x9d\x7d\x69\x23\xd1\xb5\x44\x97\x95\x3d\x1c\ +\xf9\xa5\xef\x88\xd8\x72\x3f\xba\xa2\x58\x5d\x02\x52\x77\xee\xe0\ +\x88\x29\x35\xce\xa4\x6a\x85\x6d\xdb\xb6\xe1\xaf\xff\xfa\xaf\x6d\ +\x0f\x65\x1f\x68\x3a\x85\x6a\x76\xc3\xe7\x3d\xcf\xdb\xaf\x5e\xaf\ +\xef\x6b\xd8\x25\x29\x5f\xf7\xb2\xeb\xba\x47\x90\x20\x0f\x2d\x18\ +\xa4\x82\x96\x48\x24\xb0\xdf\x7e\xfb\x29\x87\x32\x01\x18\x32\x7c\ +\x90\x42\xaf\xba\xe8\x40\x0a\xab\xea\xb8\xaf\xa6\x26\x1b\x41\xf6\ +\x83\x88\xcc\xf2\xfa\xb9\xb3\x51\xc5\x82\xe9\xde\x74\xf6\xa5\xb3\ +\xca\x68\xc9\x71\x1c\x64\xb3\xd9\x6c\xa1\x50\x78\x10\xc0\x11\x21\ +\x58\x42\x2b\xd1\x6f\xd7\x35\xf0\xba\xeb\xae\xbb\x70\xfe\xf9\xe7\ +\xab\x74\xcc\xf4\xf4\x34\x46\x47\x47\xf1\xd6\x5b\x6f\xc1\x75\x5d\ +\x0c\x0d\x0d\x0d\x34\x32\xd1\x81\x46\x7c\x81\x93\x69\x21\x53\x69\ +\x95\xac\x3a\x37\x45\x08\x3c\x82\xd1\x95\x53\xe9\xec\xcb\xc5\x4b\ +\x01\x2e\xa6\x97\x2e\xff\x17\x54\x8d\xce\x7f\x47\x61\x26\x91\x8c\ +\xb3\xd9\x2c\x36\x6d\xda\x14\x44\x92\x7e\x07\x80\x27\xd0\x57\xa1\ +\xb2\xe5\xf1\x7e\x76\xf9\xe5\x97\xbf\xcb\xcf\xf3\x24\xd1\xd7\xd9\ +\x34\x56\x25\x00\x78\xd6\x71\x9c\x13\x7a\xbd\x9e\xe7\x38\x8e\xe3\ +\xb7\x6d\x86\xeb\xba\x58\x58\x58\x40\xb9\x5c\x56\x44\x6e\x59\x2a\ +\xa5\x93\xca\xe0\x39\x24\x6d\x1c\x65\xd1\xf1\xe7\x20\x8c\x4e\x16\ +\x82\xc6\x3d\xac\x7d\x13\xf7\x92\x26\xa8\x04\x0f\x08\x76\x0f\xab\ +\xdb\x69\x02\x85\xe4\x7c\xf0\x95\xa4\x6f\x07\xf0\xc1\x80\xa8\xe5\ +\x55\x00\xab\x00\xbc\x25\x7f\xb1\x65\xcb\x16\x9c\x7d\xf6\xd9\x28\ +\x97\xcb\xaa\xbd\xdb\xf2\xe5\xcb\x51\x2a\x95\xb0\x62\xc5\x0a\x54\ +\xab\x55\xd4\xeb\x75\x8c\x8c\x8c\x04\x3a\x9f\x4e\x4e\x51\x16\xf0\ +\xca\xe2\x58\x39\xfe\x4b\xb1\xaf\x2b\xc9\xd3\x09\x02\x2b\x09\x46\ +\x8e\x5a\xca\xad\x9a\xd7\xab\xf1\xa4\x3b\xff\x7f\xb1\x58\x44\x36\ +\x9b\x55\x5b\xbd\xe3\x38\x8a\x2e\x46\x12\x7f\x7e\x0f\xb5\x30\x82\ +\xb6\x87\xf9\x79\xbc\x30\x4a\xd2\xe7\x5e\x7d\xf5\xd5\xa8\xd7\xeb\ +\x68\xb7\xdb\x8d\x78\x3c\xbe\x16\x7d\x09\xf1\x73\x2d\x70\xf6\xa6\ +\x48\x24\x72\x9e\xe7\x79\xf7\x3a\x8e\xe3\xf4\x7a\x3d\x8f\x3a\x1a\ +\x45\xa3\x51\x64\x32\x19\x34\x9b\x4d\x95\x5f\xa3\x6b\x97\x55\xf8\ +\x32\xbc\xe0\xa9\x17\x1e\x92\x91\xd2\x15\xaf\x77\x24\xe7\x25\xdd\ +\x47\x13\x0d\x89\x0b\x24\x11\x38\x22\xcf\x14\xb4\xb0\xc9\xf0\x8f\ +\xd1\xb8\x06\x2a\xc6\x79\xfb\x6e\xca\xe7\x72\x50\x87\xef\xd8\xd1\ +\x68\x14\xf5\x7a\x7d\xd1\x6a\x2e\x1d\x9c\xa2\x85\x7c\x3e\x9f\xf4\ +\x1d\x2f\x48\xd0\xf6\x55\x3f\x81\xfe\x5b\xf9\x8b\x9f\xfc\xe4\x27\ +\xaa\x71\x29\x89\x37\xa5\xd3\x69\x74\x3a\x1d\x24\x93\x49\x34\x1a\ +\x0d\x24\x93\x49\x15\xb5\x50\x54\x41\x39\x52\xba\x6e\x9a\xc3\xbc\ +\x9a\x5f\xd6\x38\xf2\xfb\x21\x87\x93\xa9\x34\xd2\x6b\x8d\xc7\xe3\ +\x03\x3b\x3d\xf1\x90\x79\xba\x42\x47\xd6\x96\x7a\x48\x7c\xa1\xea\ +\x74\x3a\x7f\xea\xc9\xae\x03\x03\x74\x22\x47\x5c\x15\xab\xdd\x6e\ +\x63\x78\x78\x18\xe5\x72\x19\xe5\x72\x19\xa3\xa3\xa3\x70\x5d\x17\ +\xa9\x54\x4a\xc5\xe6\x14\x6e\xfe\xe6\x37\xbf\x09\xa2\x8c\x1d\x18\ +\x92\xb9\xb2\x05\xfd\xea\xf3\x1a\xd0\xd7\xea\xf0\x27\x49\xcf\x71\ +\x9c\x4f\x00\xb8\x11\xc0\xf9\x86\x09\xe0\x02\xb8\xc5\x71\x9c\x8f\ +\x91\x03\x56\x2a\x15\x8f\x76\x02\x09\xc3\x4b\xc7\x90\x28\xa0\x0c\ +\x17\xa5\xaa\x97\x7c\xb8\xb2\xa4\xc6\x44\xea\xd5\xd5\x07\xca\xb0\ +\x86\x72\x75\x3a\x20\xc4\xa4\xe1\x22\x55\xe3\x74\x47\x0a\x7e\xed\ +\xe4\xa8\x12\xa4\xe1\x6c\x1a\x42\x84\xd1\x6f\x12\x73\x4c\x80\xe3\ +\xcd\xf8\xb4\xb2\x97\xe4\x2f\xa8\x69\x49\xb5\x5a\x55\x4c\x1f\xb9\ +\x4b\xc9\xb1\x97\x73\x92\x87\xf3\x92\x84\xa0\x9b\xbf\xa6\xa3\x85\ +\xb4\xaf\x7b\xbf\x2e\x77\xb7\x64\xfb\x36\xdd\xce\xa0\x9e\xd9\x74\ +\x3e\xa2\xa6\x94\x9d\x4e\x47\x01\x2a\x00\xb0\x6b\xd7\x2e\xec\xbd\ +\xf7\xde\x61\xda\x74\x4d\xa0\x2f\x09\x30\x1a\x70\x4e\xf8\x99\xcf\ +\x90\xa8\xc9\x5f\x9c\x74\xd2\x49\x78\xe0\x81\x07\xe0\x38\x8e\xeb\ +\xaf\xc0\x67\x58\xec\xd4\x01\x9c\xd1\x6c\x36\xb7\xd3\x0e\x44\xec\ +\x13\x92\x25\x94\x67\xa2\xdd\x22\xce\x6a\x72\x43\xdc\xf1\x82\x88\ +\xeb\xb6\xd0\x4f\x97\x44\xd6\xb1\xea\x6d\xdc\x5a\x59\x69\x2d\x5f\ +\x7c\xe7\x94\x63\xe1\x2f\x28\x24\x68\xfb\x22\xfa\x7d\xec\x6d\xaf\ +\x36\xfa\x4a\x03\x8b\x42\xcd\x1d\x3b\x76\xa8\x74\x13\x35\x2d\xa1\ +\xdd\x66\x4f\x74\x35\x4d\x2d\xee\x74\xe8\xa8\x89\xc0\x60\xa3\xa3\ +\x05\x15\x0e\x04\xd9\xb7\xea\x76\x06\xe9\x6a\x52\x48\x45\x07\x60\ +\xb2\x41\x21\x8d\xeb\xba\xd8\xba\x75\x2b\x4e\x39\xc5\xca\xa1\x4d\ +\xa0\xdf\x37\x2d\xa8\x3a\xe1\x05\x3f\x2c\x35\xbe\xd6\xac\x59\x83\ +\x4d\x9b\x36\xd1\xb5\x3d\x8c\x7e\x6f\x6e\xdb\xeb\x3d\xcd\x66\xf3\ +\x69\xde\x5e\x99\x56\x74\x0a\x69\x6c\xba\x94\x3a\xe6\x8f\x1c\x1f\ +\x49\x6b\xe2\x48\xa6\xcc\x1f\x2e\xd5\x7e\x3e\x9f\x37\x32\x38\x78\ +\x88\x6c\xd2\xa5\xd4\x7d\x86\x4f\x1a\x92\x01\xd1\x91\xaf\x5d\xd7\ +\x75\x1a\x8d\x86\x97\x4c\x26\xdf\x44\xbf\x8f\x7d\xd0\x2b\xad\x03\ +\x57\x9e\x79\xe6\x19\x1c\x71\xc4\x11\x70\x1c\x07\xf5\x7a\x1d\x95\ +\x4a\x05\x85\x42\x01\xf5\x7a\x7d\x11\x73\x66\xa9\xba\x9a\x3a\xb5\ +\x05\x9b\x33\x49\xfb\x84\x54\xd3\xb1\x81\x76\x54\x42\xc9\x39\x02\ +\xbe\x3b\xf6\x23\xbb\xa3\xab\xc9\x0f\xf9\x44\x6e\xa5\x95\x86\x00\ +\x0a\xd7\x75\xb1\x63\xc7\x8e\x20\xc7\x23\xb8\x39\xc8\xf1\xde\x0c\ +\x72\x3c\x00\xd8\xbc\x79\x33\x4e\x3c\xf1\x44\xf8\xbd\xcf\x57\x41\ +\x23\xb0\x23\x5e\x4f\xb9\xae\xbb\xbf\x2e\x5e\x0f\x92\x64\xd7\xed\ +\x26\x3a\xf5\x2e\x89\x6c\x4a\xa6\x4d\x50\x23\x1a\x9b\x44\x83\x2e\ +\xe9\x2e\xa5\x1a\x6d\xba\x94\x32\x0c\xd6\x39\xa1\xe4\xeb\xd2\xfb\ +\x6b\xb5\x9a\x97\x4c\x26\x27\x43\x3a\x9e\xa3\x73\xbc\x6d\xdb\xb6\ +\xe1\x80\x03\x0e\x18\xc0\x10\xc6\xc7\xc7\x51\xaf\xff\xff\xed\x7d\ +\x69\x90\x5c\xd5\x95\xe6\xf7\xb2\x32\x2b\xf7\xca\x2a\xd5\xa2\x52\ +\x09\x09\x81\x61\x6c\xcc\x62\x0b\x04\x36\x02\x21\x09\x04\xc8\x58\ +\x18\x35\x0d\x78\x26\x3c\xb4\x8d\x65\x63\x3b\x4c\x10\xe3\x25\xba\ +\xc7\xd3\x3f\xda\xf6\x8f\xf6\x18\x3a\x30\x98\x68\x07\x34\x62\x73\ +\xbb\x3d\xb4\x6d\x6c\xe3\x45\x02\x04\x96\x84\xc4\x0e\x6d\x83\x1a\ +\x30\x8b\x07\x09\xb4\x95\x54\x4b\x66\xe5\x5e\xdb\x9b\x1f\x99\xe7\ +\x72\xf2\xd4\xb9\xf7\xbd\x52\x89\x1e\x22\xda\x2f\x42\x81\x44\x55\ +\x9d\x7a\xf9\xde\x3d\xf7\x9e\xf3\x9d\xef\x7c\xa7\x6a\x00\xa1\xb9\ +\xe8\x6a\x86\x01\x90\xc2\x0c\x8c\xb1\xc9\xa4\xcc\xd5\x7e\x28\xdd\ +\x4e\x1b\xda\x46\xbb\x38\x89\xd8\x4e\x4d\x4d\x19\x94\xea\x67\x3f\ +\xfb\x99\x19\x4a\x61\xb9\xda\x42\xd6\xf1\x0e\xfb\xbe\xbf\x10\xe1\ +\x1a\x61\xb1\x7d\xfb\x76\x5c\x76\xd9\x65\x88\xc7\xe3\x9e\xef\xfb\ +\x27\x23\x58\xbb\xf3\x4d\xcf\xf3\x06\xb4\x05\xe9\x42\x2d\x83\xda\ +\x54\x78\x79\xc0\xc5\x7c\x71\x5d\x41\x5d\xe4\x36\x85\x39\xdb\x70\ +\x53\xdb\xf7\x06\xe9\x76\x6a\x3f\x93\x4a\xa5\xfe\x34\x0b\xe6\xca\ +\x8c\xeb\x5f\xff\xf5\x5f\xb1\x7a\xf5\x6a\x43\x3c\x1f\x1a\x1a\x32\ +\xf2\xf4\x44\x5c\x7e\xb7\x75\x35\xc3\xd8\xb7\x75\x3d\x1c\x0d\xfb\ +\x4e\xdd\xce\xa0\x16\x0c\xf6\x22\x30\x31\x31\x81\x5a\xad\x86\xae\ +\xae\x2e\x6c\xdb\xb6\x0d\x57\x5e\x79\xa5\xeb\x85\x74\x41\x91\x04\ +\xd0\x5a\x4b\x8a\xc5\x62\x1f\x71\x04\x2d\x13\x81\x66\xb2\xaa\x7f\ +\xf5\x2b\x5c\x75\xd5\x55\x7e\xf3\xe7\x8e\xd7\x90\x35\x51\x07\xdc\ +\xe7\x79\xde\xfb\x78\xb7\x82\x56\x90\x95\x0b\x35\x4c\x98\xa1\xca\ +\x07\x04\xcc\x1c\x0f\xa3\x6b\xca\x89\xd3\x36\xe7\xd3\x88\xda\xd2\ +\x56\x90\x6e\xa7\x5c\xc8\xb1\x58\x2c\x9a\x4c\x26\x9f\x43\x43\x94\ +\xd8\x75\x95\x00\xe4\xb4\x0d\xf6\xe7\x3f\xff\x39\xae\xba\xea\x2a\ +\x23\x5e\x5b\xa9\x54\xd0\xd3\xd3\x83\x43\x87\x0e\x61\x72\x72\x12\ +\xdd\xdd\xdd\xc8\xe7\xf3\x47\x45\x57\x53\x03\xcb\xb4\x3f\x9a\x7d\ +\xae\x89\x43\xb2\xe4\x99\x60\x00\x00\x20\x00\x49\x44\x41\x54\x9d\ +\x22\x5c\x26\x7e\xae\xf6\x23\xb3\xd1\xd5\x94\x39\x0a\x71\xec\x08\ +\x92\x4d\xa7\xd3\xd8\xba\x75\x6b\xd0\x89\x77\x1c\x80\xdd\x21\x7c\ +\xe8\xf7\xc5\x62\x71\x49\xf3\x81\xfa\xe5\x72\x19\xa7\x9e\x7a\x2a\ +\x5e\x7d\xf5\xd5\x50\x0e\xf8\x93\x9f\xfc\x04\x1b\x36\x6c\xf0\x3d\ +\xcf\xf3\x26\x27\x27\x3f\x80\x77\xa4\xda\x6d\x85\xf8\x37\xa2\xd1\ +\xe8\xb2\x26\x90\xe1\x49\x7a\x97\x8b\x3c\xeb\x92\x51\xd0\xb4\x6c\ +\x6c\x44\x66\x97\x7d\xad\x10\xef\x1a\xef\x25\xe9\x51\x2e\xf1\x5a\ +\xad\xc8\x2c\xd5\xcb\x9a\xff\x3f\xdb\x2c\xf3\x9c\x11\xf0\xf8\x0f\ +\x34\xd3\x84\x31\x2d\xd4\xa4\x46\xd8\x64\x32\x89\xc9\xc9\x49\x33\ +\xf8\xa6\xaf\xaf\xcf\xb4\xa1\x1d\x0d\x5d\x4d\x1b\x00\x12\xe4\x18\ +\x36\x39\x7b\x8d\x9a\x36\x17\xfb\x1e\x47\x85\x24\xe0\x10\x89\x44\ +\x30\x36\x36\x86\x54\x2a\x65\x1e\x10\xc9\x22\x50\x6f\x5c\x26\x93\ +\x31\x8d\x8d\x9b\x36\x6d\x32\x5c\x3c\xcb\xf5\xc1\x66\xa9\x60\x20\ +\x84\xff\xc4\x7d\xdf\x1f\xaf\x56\xab\x46\x84\x88\x26\x14\x3d\xf7\ +\xdc\x73\x86\xe5\x1e\x74\x5d\x7d\xf5\xd5\xb8\xe1\x86\x1b\xd0\xd7\ +\xd7\x87\xb6\xb6\xb6\x4d\x68\xf4\x8a\xb9\xe0\xf0\x35\xd5\x6a\xf5\ +\xd1\x64\x32\xe9\x4d\x4f\x4f\xfb\xb6\x42\x36\xed\xb0\x7c\x66\x9d\ +\x8c\x20\x68\x01\x73\x80\x85\xe4\x04\x65\x71\x56\xcb\xb9\x78\x41\ +\x9f\xb7\x31\x71\x87\x20\xfb\x04\x6f\x13\x31\x9c\x17\xe9\x6d\x7f\ +\xa8\xbb\x24\x1e\x8f\xb7\x3c\x00\x3e\xa3\x91\x74\x5d\x73\xb9\x5c\ +\x16\x8d\x0e\xf4\x20\x41\xdb\xdd\x00\x2e\x41\x63\xd6\x7d\xcb\x75\ +\xdf\x7d\xf7\xe1\x93\x9f\xfc\xa4\xa9\xa5\x52\xed\x93\xe7\x69\xf4\ +\x2c\xb9\x62\xb6\x6b\x93\xa0\x52\x07\x45\x2d\xf4\x9c\x08\xc5\xe7\ +\xa7\x23\x39\x11\x9d\x60\x9c\x62\x77\x24\xf6\x35\x04\x58\x63\x29\ +\x91\x3f\xf1\x7b\x68\x3a\x66\xc4\x4a\xb5\x21\x25\xa8\x7a\xbd\x8e\ +\xc1\xc1\x41\xb3\xc0\x48\x2b\x83\x1c\x2f\x91\x48\xe0\xf1\xc7\x1f\ +\x0f\xe3\x78\x9b\x42\x3a\x1e\x00\xdc\xe6\x79\xde\xad\xb1\x58\x0c\ +\xd9\x6c\xd6\x14\xc2\xa7\xa7\xa7\x71\xf6\xd9\x67\x63\xd7\xae\x5d\ +\xa1\x8c\xfc\xf3\x3f\xff\x33\x36\x6c\xd8\x40\x0b\xfd\x32\x04\xcb\ +\xb4\xff\x3a\x99\x4c\xae\xf3\x7d\xdf\x8f\x44\x22\x9e\x4b\x77\x54\ +\x13\x8b\x95\xf5\x1c\x1b\xcc\x1c\x94\x87\xb9\x92\x76\x2d\xbf\xd1\ +\x16\xc0\x6c\x4e\x3e\x2d\xcf\xa1\x9e\xcb\xe6\xbc\x8a\x5f\x86\x70\ +\xbc\xbd\x68\x48\x6e\xcc\x70\xbc\xad\x5b\xb7\xe2\x93\x9f\xfc\x24\ +\x4a\xa5\x12\xe2\xf1\x78\x4b\x48\xad\xf1\x45\xc3\xe8\x6a\x6a\xa7\ +\xb5\xf6\x3d\xda\xf3\xb1\xe5\xde\x47\x62\xdf\xa5\x0b\x6a\xd3\x2c\ +\x9d\x21\x1d\x28\xf3\x0c\x1a\x30\x91\x4e\xa7\xd1\xdf\xdf\x8f\xb6\ +\xb6\x36\x8c\x8d\x8d\xb5\x30\x20\x32\x99\x0c\x9e\x7f\xfe\x79\xa3\ +\x9b\xe8\x08\x35\x1f\x86\x7b\x14\xb3\x04\x42\xae\x01\x70\x1d\xed\ +\xc2\xf1\x78\xdc\x9b\x9e\x9e\xc6\xd8\xd8\x18\x4a\xa5\x12\x4e\x39\ +\xe5\x14\x3c\xfb\xec\xb3\xa1\x8c\x6d\xda\xb4\x09\x6b\xd6\xac\x81\ +\xef\xfb\x13\x00\xae\x0e\x70\xc0\x24\x80\xff\xe3\x79\xde\x25\xbc\ +\x1f\x50\xcb\xc9\xb4\xbc\x58\x76\x2c\xb8\x6a\x43\x41\x68\x99\x46\ +\x6a\x96\x39\x99\xcc\xd3\x64\xa8\x6b\x1b\x21\x66\xb3\xcd\x73\xd2\ +\xf1\xf1\x71\xaa\xd9\x3e\x85\x77\x66\x27\xd8\x1c\x2f\x8f\x86\xe6\ +\xca\x4b\x9a\xe3\xd1\xe0\xd2\x4c\x26\x83\xa1\xa1\x21\xa3\xdd\x63\ +\x9b\x67\x4e\x6b\xcc\xa5\xab\xa9\xa9\x46\xf3\xc8\xc0\x36\xa1\xe9\ +\x68\xd9\x0f\xd2\xed\xb4\x0d\x49\x31\xb3\x1a\xb4\x97\xc2\xe5\xb2\ +\x89\x5e\x93\xcf\xe7\xe1\x79\x9e\x61\xad\x10\xbb\xe1\xa9\xa7\x9e\ +\x0a\x72\xbc\x2e\x00\x7f\x80\x7d\x76\x82\xb3\xc5\x24\x91\x48\xbc\ +\xd8\xd3\xd3\xf3\xf0\xd0\xd0\x90\x9f\x4e\xa7\xd1\xd3\xd3\x83\x52\ +\xa9\x84\x62\xb1\x88\x65\xcb\x96\x69\xf3\x10\xd4\xeb\xd1\x47\x1f\ +\x25\x07\xac\x02\xf8\x6f\x68\xcc\x6a\xf0\x1c\x1d\x15\xbf\xf0\x3c\ +\xef\x3c\xd7\x69\x64\x23\x95\xcb\x13\xce\x56\x63\x73\x21\xc9\x5a\ +\xcb\x8b\xc6\x4b\x94\x6c\xfa\x30\x28\xaa\x06\x5c\x48\x07\x6c\x6b\ +\x6b\xf3\xfa\xfa\xfa\xe0\x79\xde\x9f\x58\x8e\xe7\x39\x36\xcb\x13\ +\xa1\x88\x1d\xed\xdc\xb9\x13\xab\x56\xad\x32\x6b\x68\x74\x74\x14\ +\x3d\x3d\x3d\x33\xc2\x36\x4d\x88\xcb\x55\xfc\x96\xcc\x16\x19\x36\ +\xbb\x54\xf5\x8e\x96\x7d\x1b\x29\x5e\xeb\x9a\xd0\x54\xdf\x22\xb2\ +\x8e\xc1\x77\xd1\x68\x34\x6a\x16\x3b\xe5\x2c\xa4\xb1\x19\x8b\xc5\ +\xf0\xe8\xa3\x8f\x06\xe9\x6a\x46\xd0\x90\x7f\xeb\x98\xc5\x89\x27\ +\xaf\x53\x01\xbc\x3f\x95\x4a\x19\x20\x84\xcf\x80\x58\xb4\x68\x11\ +\x5e\x7b\xed\xb5\xd0\x0e\x78\xfe\xf9\xe7\xc3\xf7\xfd\x09\xdf\xf7\ +\xd7\xa2\xa1\xd1\xe9\x2a\xfe\x6f\xf7\x3c\xef\x64\x57\x3f\x9b\x4d\ +\xf7\x92\x83\x2b\x52\x40\x47\xbe\x60\x59\x13\xd4\x24\xe1\x83\x1a\ +\x41\x65\x2b\x90\xcd\xd1\xb4\xfb\xb1\x4c\x10\xf2\x9b\x8d\xb0\xc7\ +\x87\x78\xb4\xf1\x26\x75\x6c\x46\xc4\xf1\x91\x8f\x34\x46\xa8\x97\ +\xcb\x65\x74\x76\x76\xa2\xab\xab\xcb\xc8\xfd\xd9\x4e\x24\x49\x8f\ +\x73\x75\x97\x48\x07\xe1\xb9\x95\xf6\xfd\x36\x49\xc5\x23\xb1\x1f\ +\xa4\xdb\x29\xc7\x6f\xcb\x0d\xd2\x23\x02\xaa\x5c\x00\x84\xa6\xb5\ +\xb7\xb7\xa3\x5c\x2e\x9b\x81\xf1\xf9\x7c\x1e\xfd\xfd\xfd\xb8\xff\ +\xfe\xfb\x71\xc5\x15\x57\x1c\x89\x33\xc9\x6b\xb0\x5a\xad\xf6\x27\ +\x93\xc9\xbf\x00\xf0\x73\x17\xb5\xec\xd0\xa1\x43\xe7\xd2\x2c\x76\ +\x62\x1a\x8c\x8f\x8f\x9b\xb6\x93\xbe\xbe\x70\x2a\x13\x17\x5e\x78\ +\x21\x36\x6d\xda\x44\xc4\xf1\x57\xd1\x90\x82\x77\x5d\x8b\xea\xf5\ +\xfa\xde\xd9\x8e\xfd\x95\x8d\xca\xda\xa9\x26\xbf\xa6\xe5\x7e\x36\ +\xfb\x5a\x99\x41\x23\xc2\x87\xa1\xc0\xf1\xdf\xdf\xde\xde\xee\x8d\ +\x8f\x8f\xfb\xed\xed\xed\x13\x21\x08\x10\x9e\x0d\x6d\xbe\xf2\xca\ +\x2b\x8d\x66\x69\x3e\x9f\x47\x77\x77\x77\x0b\xf3\x86\xba\xd1\xa5\ +\x63\xc8\xc9\xae\xb6\xcf\xc0\x69\x64\x1a\x3d\x90\xc0\x22\xd9\xc1\ +\x2f\x5b\xde\x8e\xd4\x7e\x10\xfd\x90\x33\x8c\xb4\x08\xd3\xa3\xe3\ +\x9f\x23\x31\x7c\xe0\x3d\xd7\xec\x2f\x95\x4a\xe8\xee\xee\xc6\xd6\ +\xad\x5b\x83\x06\x53\xb6\x37\x99\x2b\x81\x8e\xe7\xfb\x7e\xbf\xe7\ +\x79\x5e\xa5\x52\xf1\x53\xa9\xd4\xe7\x00\xdc\x11\xf0\x33\x37\xfb\ +\xbe\xff\x15\xe2\x01\x16\x8b\x45\x73\xcf\x7f\xfc\xe3\x1f\xb1\x6c\ +\xd9\xb2\x50\x0e\xf8\xb9\xcf\x7d\x0e\x1b\x37\x6e\x24\x6e\xe2\x9f\ +\x1c\x3b\xfc\xc9\xd5\x6a\xf5\xe5\x23\x19\x78\xaf\x2d\x70\x7e\x49\ +\xe9\x3d\x49\xf1\xa3\x85\x68\xb3\x2f\x67\xda\x6b\x3a\x31\x2e\x6e\ +\xa7\x5c\xec\xf4\xdf\x54\x2a\xf5\x0a\x1a\xad\x5d\x41\x1b\x6b\xbb\ +\x56\xaf\x25\x5d\x4d\x22\xd7\x93\x54\xc7\x81\x03\x07\x8c\x3e\x29\ +\x8d\xf0\x92\xca\xd6\xbc\x31\x98\x88\xe3\xae\xa1\x93\xb5\x5a\xcd\ +\x28\xbd\xd1\x9a\x68\xce\xf9\x6b\x51\x58\xe3\xf9\x5a\x58\x5d\xd3\ +\x20\xfb\x32\xca\x91\xce\x4b\x8e\xcb\x1b\xa0\x5b\x00\x17\x57\xa3\ +\x24\xdd\x1c\xbd\xe4\x90\x8e\xd7\xa7\x11\x9f\x95\xeb\x0d\x72\xbc\ +\xc9\xc9\x49\x3f\x95\x4a\x79\x63\x63\x63\x1b\x01\x7c\x0d\xf6\xd9\ +\x0b\x3e\x80\xff\xe1\x79\xde\xa7\x4a\xa5\x92\x99\xd3\x9e\xcd\x66\ +\x51\xa9\x54\x70\xc6\x19\x67\xe0\x4f\x7f\xfa\x53\x28\xe7\xdb\xb8\ +\x71\x23\xae\xb9\xe6\x1a\x2a\xc4\xbf\x0f\xc0\xbf\x8b\xd3\xba\x06\ +\x60\x45\xa9\x54\x7a\x59\x86\x7a\xbc\xe3\xc3\x35\x24\xc4\x95\x0f\ +\x50\x5b\x09\xef\x56\x97\xf6\x6c\xf3\xee\x29\x45\xe0\xdd\xf0\xd2\ +\x99\xb4\x01\x27\x3c\x5c\xd6\x78\xa4\xc9\x64\x32\x91\x4a\xa5\x9e\ +\x0c\xe1\x78\x79\x00\xbd\x9a\xe3\x51\x1d\x2f\x9f\xcf\x9b\x91\xde\ +\xa9\x54\x0a\xc3\xc3\xc3\x58\xb0\x60\x81\xd9\xc4\x53\xa9\xd4\xcc\ +\x30\x6c\x16\x23\xaa\xf9\x67\x96\xa4\x07\xad\x8d\x48\xa6\x07\xbc\ +\x86\x39\x17\xfb\x2e\x59\x0a\x4d\xeb\xb4\x65\xa3\x25\x59\x01\xfa\ +\xa1\x5a\xad\x66\x86\x74\xd0\xa2\xa0\x51\xcc\x9b\x37\x6f\x0e\x72\ +\xbc\x13\x9a\x30\x73\x5b\x40\x18\xfa\x0c\x80\x13\x0b\x85\x02\x48\ +\xf9\xb9\x5a\xad\xfa\x1d\x1d\x1d\xde\xe8\xe8\xe8\x4d\x00\xfe\x67\ +\x40\x88\x73\x7a\x36\x9b\xbd\xa2\x5e\xaf\x63\x7a\x7a\x1a\xc3\xc3\ +\xc3\x86\x13\x78\xfc\xf1\xc7\xe3\xe5\x97\x5f\x0e\xe5\x80\x77\xdf\ +\x7d\x37\x2e\xb8\xe0\x02\x72\xc0\x53\xd1\x98\x66\xeb\x35\x8b\xc3\ +\xeb\xf3\xf9\xfc\x4e\xdb\x34\x1a\xdb\x54\x1b\x49\xc4\x25\x05\x65\ +\xde\x5d\x4d\x65\x1c\x0d\x5d\xe3\xcd\xbb\x1a\xd2\xca\x17\xa6\x94\ +\x2f\xe0\x2c\x0c\x1e\x9a\xd6\x6a\x35\xe3\xac\xbc\xb7\xac\x5e\xaf\ +\x1b\x79\xf5\x66\x23\xec\xaf\xd1\x68\x0b\x72\x5d\x7b\x9b\x00\xcc\ +\xb0\x8d\x32\x56\xa9\x54\x8c\xae\x66\x3c\x1e\x37\x61\xdb\xd8\xd8\ +\x98\xd1\x2f\xe5\x44\x7c\xb9\xf1\x68\x4a\xda\xb6\xcd\x48\x72\x58\ +\x65\x3f\x9e\xc6\x32\xa2\xef\xe3\xf5\x51\xd9\x38\x1e\xc6\xbe\x6b\ +\x83\xb4\xe9\xb6\xb4\xe4\x95\x54\xbc\x2e\x97\xcb\x48\x24\x12\xc8\ +\x66\xb3\x66\x3c\x17\x09\xdc\xb6\xb7\xb7\x87\xd1\xd5\x3c\x19\x8d\ +\x39\x73\xf3\x1c\x8e\xe7\xa1\xa1\xd1\xbf\x02\x00\x96\x2e\x5d\x8a\ +\xdd\xbb\x77\x1b\xb9\x80\x83\x07\x0f\xfa\x5d\x5d\x5d\x5e\x3e\x9f\ +\xbf\x11\xc0\xf5\x0e\x3b\x5f\x05\xf0\xd3\x79\xf3\xe6\xdd\xde\xd5\ +\xd5\x15\xa1\x62\x33\x7d\xc0\x93\x4e\x3a\x09\x4f\x3e\xf9\x64\x68\ +\x10\xe6\xb2\xcb\x2e\xf3\x47\x47\x47\xe1\xfb\xfe\x4a\x00\xb7\x03\ +\xb8\xa6\x50\x28\x3c\xd4\xd9\xd9\xe9\xd9\x66\x18\xb8\xda\x87\x5c\ +\x88\x23\xcf\x27\x6c\xb5\xbf\xb0\xf6\xb5\x1a\xa0\x44\x5b\xb5\x89\ +\x51\x74\xd1\x82\xcb\x66\xb3\xe9\x66\x01\x7d\x4d\x40\x9e\xbe\x1b\ +\x8d\xd9\x86\x33\xe6\xe3\x6d\xd9\xb2\x05\x57\x5d\x75\x15\x8a\xc5\ +\xa2\x95\xe7\x1a\x54\xeb\xd4\x16\x74\x10\xc7\xd4\x25\xed\xe7\x52\ +\x01\x08\xf3\x9e\x66\x2b\x1d\x38\x9b\xba\xae\xef\xfb\xf0\x0a\x85\ +\x82\xe9\x9d\x2a\x95\x4a\x98\x9e\x9e\x46\x2e\x97\x33\xd4\xb1\xf6\ +\xf6\x76\x3c\xfd\xf4\xd3\x41\xba\x9a\x1f\x40\x43\x8d\xf8\xd8\x00\ +\xc7\x7b\x08\xc0\x55\x9c\x76\xb4\x78\xf1\x62\xbc\xf9\xe6\x9b\x18\ +\x1d\x1d\x45\x77\x77\x37\x06\x07\x07\xd1\xdf\xdf\xef\x8d\x8e\x8e\ +\xfa\x5d\x5d\x5d\xff\x1d\x8d\x61\x25\xb2\xbe\x44\xff\xfe\x2e\x80\ +\xff\x75\xe0\xc0\x81\x69\x6a\x25\x99\x9a\x9a\x42\x67\x67\x27\x00\ +\xe0\x85\x17\x5e\xc0\x87\x3f\xfc\xe1\x50\x4e\xb8\x73\xe7\x4e\x53\ +\x8b\x6a\x3e\x40\xaf\x54\x2a\xf9\x72\xe1\xc8\xbf\x6b\x2d\x39\x3c\ +\x2c\xa1\x53\x8f\xa3\x64\x5c\x4a\x7f\x2e\xf6\xf9\x4e\x6d\x9b\xd5\ +\xc7\xc1\x0b\x3a\x15\xf9\xce\x9f\x4c\x26\xe1\x79\xde\x76\xbc\x23\ +\xfd\xe0\x39\x28\x63\x17\x68\x05\xf4\xc7\x1e\x7b\xac\x05\xf5\xae\ +\xd7\xeb\xa6\x90\xce\xc3\x48\xd9\xc0\x4b\x9d\xfa\x5a\xb8\xcc\xc3\ +\x3b\x1b\x1d\x8f\x9e\x23\xcf\xdf\x38\x40\xa2\x01\x20\x0a\x65\xae\ +\x05\xe7\x90\x00\x8c\xcb\xbe\xa6\x3e\x27\x67\xce\x73\x24\x5a\x6e\ +\x0c\xde\xe1\xc3\x87\x4d\xdd\x85\xb4\x34\x47\x46\x46\x10\x8f\xc7\ +\x91\x4e\xa7\xc3\xe8\x6a\x1e\x83\xc6\xb4\xd7\xf9\x01\xeb\x7b\x1b\ +\x80\x4b\x9b\x84\xdb\x19\xd7\xa1\x43\x87\x5a\xfa\xd3\x28\x21\x4f\ +\x26\x93\x1f\x6b\x32\x63\x7c\x56\x18\xf7\x00\xfc\xf5\xe4\xe4\xe4\ +\x8d\x5c\x22\x2e\x91\x48\x34\x18\xbd\xa5\x92\x91\x5c\x1f\x1a\x1a\ +\xc2\xa2\x45\x6e\x11\xad\x1d\x3b\x76\xe0\xdc\x73\xcf\x35\xf3\x22\ +\x28\x14\xb7\xd5\x85\x6c\x21\xa1\x6d\x87\xd5\x90\x4d\x0a\x77\xe6\ +\x6a\xdf\xd5\x7c\xcb\x5f\xb4\x14\x46\x8a\xc5\x62\x04\x36\xbd\x80\ +\x86\xd8\x91\xcb\xf1\xca\xcd\xc8\x66\x8f\xfc\xc2\x33\xcf\x3c\x83\ +\xd3\x4f\x3f\xdd\x0c\x79\xa1\x41\x2f\x3c\x1a\x09\xd2\x05\xb5\xd5\ +\x52\xb5\xe9\x4c\x36\x51\x61\x4d\x57\xd3\x16\x51\xd8\xb8\xb2\xb6\ +\xf0\x34\x8c\x7d\x2d\x5a\x91\x1b\xc8\x8c\x77\xcd\x65\x02\x89\xe3\ +\x47\x5c\xcd\x10\xba\x9a\x19\x34\x54\xc6\x92\x41\x24\x69\x34\x26\ +\xc2\x4e\xb9\xbe\x89\x24\xda\xd3\xe9\x34\x2a\x95\x8a\x41\x13\x93\ +\xc9\xe4\xea\x66\x48\x3b\xdd\xac\x1d\x7e\xa3\x5e\xaf\xff\x6f\x1a\ +\x03\x25\x21\x69\x62\xcb\xa7\x52\x29\x0c\x0d\x0d\xe1\xed\xb7\xdf\ +\xc6\xe9\xa7\x9f\xae\xfe\xce\x2d\x5b\xb6\xe0\x43\x1f\xfa\x10\x3c\ +\xcf\x43\x4f\x4f\x0f\x76\xed\xda\x85\xe3\x8e\x3b\xce\xcc\x39\xb0\ +\x15\xd8\xc3\x84\x18\x12\x79\xd4\x42\xa5\xb9\xd8\xd7\x64\x16\x6c\ +\xd4\x36\x8e\x68\x26\x93\x49\xaf\x5e\xaf\x93\x92\x74\x18\x5d\xcd\ +\x4e\x00\x05\x8d\xb9\xb2\x6c\xd9\x32\x64\x32\x19\x33\x65\xb8\xab\ +\xab\xcb\x90\xa6\xc3\x2e\x6c\xdb\x67\x95\x8b\xd9\x96\x3b\xc9\x90\ +\x55\xd6\xd8\x82\x0a\xea\x61\x36\x88\x20\xfb\x41\x4a\x07\xea\xe6\ +\x49\x93\x82\x68\x62\x4e\xbd\x5e\x47\x57\x57\x57\x18\x92\x74\xd8\ +\x3a\xde\xee\x33\xcf\x3c\xf3\xb8\x30\x54\xb0\x63\x8e\x39\x06\x2f\ +\xbd\xf4\x12\xa6\xa7\xa7\xd1\xd9\xd9\x69\x48\xc3\xd3\xd3\xd3\xc8\ +\x66\xb3\x17\x35\xc3\xd6\xff\x5d\x2e\x97\xbf\x41\xf5\x3e\xba\x77\ +\xa0\xd1\x9a\x42\xd0\x30\xed\x4e\xb9\x5c\x0e\x6d\x6d\x6d\xea\x09\ +\xbe\x73\xe7\x4e\x2c\x5d\xba\xd4\x84\xdc\x44\x32\x26\x7b\x2e\x4a\ +\x19\xbd\x2c\x57\x58\x41\xa4\x5a\x92\xe4\x20\x27\xe0\x93\x9d\xe6\ +\x62\xbf\x5e\xaf\xab\xfc\x43\x0e\x64\x70\x91\xa7\x26\x2b\xc9\x2b\ +\x97\xcb\x7e\x3a\x9d\x3e\xd4\x44\x2c\x83\xae\x36\x0d\x7d\xa6\x3a\ +\x1e\x6d\x26\x07\x0e\x1c\xc0\x82\x05\x0b\x50\x28\x14\xcc\xc4\x20\ +\x02\x3b\x24\x01\x80\x6f\xf8\x36\xed\x50\xce\x04\xb1\x85\x75\xf4\ +\x1c\x29\x94\x27\x84\x9e\x0b\x44\xc9\xd3\x4a\x82\x30\x5c\xaf\x53\ +\x9e\x72\x5c\x04\x4b\xb3\xcf\xa3\x17\x5b\x97\x8a\x33\x6d\xa0\x46\ +\xd8\x66\x71\x15\xa9\x54\x0a\xdb\xb7\x6f\x3f\x5a\x8e\x77\xd8\xf7\ +\xfd\xe3\xaa\xd5\x2a\x56\xad\x5a\x85\x67\x9e\x79\xc6\x0d\xa3\xed\ +\xdd\x6b\x46\x28\x97\x4a\x25\x24\x93\x49\xf3\xe0\xcb\xe5\xf2\xc3\ +\x00\x3c\x8e\xf0\xd1\xa2\xa6\x1c\x23\x95\x4a\xb5\x14\x46\xc7\xc6\ +\xc6\xd0\xd6\xd6\x86\x03\x07\x0e\xe0\xbc\xf3\xce\xc3\x2b\xaf\xbc\ +\x82\x93\x4e\x3a\x09\x40\xa3\xe7\xef\x9c\x73\xce\x31\x0f\xbd\xa7\ +\xa7\x07\xa3\xa3\xa3\xa8\xd7\xeb\x28\x16\x8b\xe8\xed\xed\x6d\xd9\ +\xfd\xe4\x2e\x46\xff\xd5\x38\x95\x12\x32\x97\x61\xa0\x7c\xc1\x47\ +\x6a\xdf\x46\xea\xe6\x36\x79\x5e\xd9\x3c\x9d\xfc\xa6\x92\x74\x18\ +\xc7\x53\xc3\x50\xaa\xe3\x51\xc7\x79\xb5\x5a\xc5\x82\x05\x0b\xf0\ +\xc6\x1b\x6f\xa0\xaf\xaf\x0f\x0b\x16\x2c\xc0\xc8\xc8\x88\x99\x16\ +\x64\x0b\x8f\x35\x24\x90\x6f\x1c\xfc\xd4\xd6\x48\xed\x9a\x40\x92\ +\xf6\x7c\x6c\x82\x54\xb6\xd0\x5e\xbb\x5f\xdb\x5c\x79\x1b\x59\x9b\ +\x03\x4d\x9c\x6b\xda\xf2\x8e\xa8\xd6\x44\x43\x32\x37\x6d\xda\x14\ +\xa4\x32\x66\xd2\xb4\x10\xdf\xb3\x90\x38\xa0\x8f\x3c\xf2\x08\xce\ +\x3a\xeb\xac\x70\xc4\x4e\x96\x8c\x4b\xf6\x38\xdf\x3d\x0a\x85\x82\ +\x69\xd1\x21\xd8\x9c\x8f\x74\xea\xee\xee\xc6\xc8\xc8\x08\xba\xba\ +\xba\xe0\xfb\x3e\x4e\x38\xe1\x04\xec\xda\xb5\x0b\xf7\xdf\x7f\x3f\ +\x2e\xbd\xf4\x52\x00\x0d\x91\x27\xca\x55\x52\xa9\x94\x81\xeb\x5d\ +\xac\x94\x30\x73\xeb\x6d\x4a\x62\xda\xf7\x1f\xa9\x7d\x1b\x83\xdf\ +\x75\xe5\x72\xb9\x5d\x21\x42\xcd\x09\x5b\x2a\xc1\xeb\x78\x14\x5a\ +\x66\xb3\x59\xd4\x6a\x35\x9c\x70\xc2\x09\x88\x44\x22\x28\x16\x8b\ +\x26\xef\x0b\xba\x77\x1b\x1c\xef\x42\x38\x6d\x79\xa1\x36\x98\x73\ +\x36\xb3\xe4\x6d\xfc\xdd\x30\xf6\xc3\x7c\xd6\x19\x93\x7e\x79\x72\ +\xf8\xd8\x63\x8f\x05\x35\xc2\xca\xeb\xb5\x26\xa1\xd6\x75\xbd\xaf\ +\x5a\xad\xfe\xdf\xf6\xf6\x76\x14\x0a\x05\x5c\x7a\xe9\xa5\x78\xfc\ +\xf1\xc7\x9d\x3f\x70\xcb\x2d\xb7\xe0\xfa\xeb\xaf\x37\xba\x91\xda\ +\xa0\x41\xcf\xf3\x10\x8f\xc7\xe7\x34\xfc\x90\xba\xef\x49\xe3\x92\ +\xb3\x4e\x12\x89\x44\x0b\x7d\xcc\x56\xb7\x71\x0d\x3f\xa4\xd0\x47\ +\x9b\xd9\x40\xbf\xc3\x65\x5f\x1b\x1d\xc6\x77\x55\xda\x70\x38\x3a\ +\x28\xfb\xd5\x48\xab\xd3\xf3\xbc\x34\x1a\xd2\x8c\x2b\x02\xde\xd7\ +\x50\x93\x4f\x7b\x50\x7e\xe1\x97\xbf\xfc\x25\x2e\xbb\xec\x32\x93\ +\x6f\x72\xe4\x94\xab\xb2\xd1\xbf\xf9\xe4\x5c\x2d\x0f\x0e\x1a\xae\ +\x29\x37\x5f\x69\x9f\xf7\xdb\x11\x95\x8f\x36\x4e\x62\x6e\xf1\xf7\ +\x21\xdf\x8f\xbc\x1f\x69\x9f\xa3\xb1\xda\xe6\x48\xf7\x6f\xb3\x1f\ +\x38\x38\x73\x68\x68\x08\xdd\xdd\xdd\xd8\xb9\x73\x67\x10\x49\xba\ +\x35\x91\xdb\xbd\x1b\x4b\x96\x2c\x89\xa0\x31\x9e\xf9\x2c\x07\x5a\ +\x56\x03\x70\x5e\xad\x56\x7b\xb6\xd9\x1a\x84\x73\xce\x39\xc7\x1a\ +\x82\xfe\xfd\xdf\xff\x3d\xbe\xf1\x8d\x6f\x18\xda\x98\x2b\x61\x9f\ +\xeb\xd8\x5f\x82\x9d\x09\xb6\xe7\x08\x1d\x97\x25\x98\x8b\x7d\x17\ +\xe2\x46\xd2\x7c\x41\x48\x9c\x8d\x1e\xc6\x43\x5a\xad\x2f\x8e\x36\ +\x14\xcf\xf3\x3a\x9a\x75\xbc\xa0\xc1\x94\x6f\xc1\xa2\xab\xb9\x65\ +\xcb\x16\xac\x59\xb3\xc6\xc8\xfa\xb9\xc6\x22\xcb\xf7\x63\x3b\x49\ +\x82\xc6\x86\x4b\xd0\x45\x9b\xf7\x4e\xef\x88\xab\x8b\x71\x29\x7f\ +\x97\x7d\x17\xaf\x93\x73\x77\x5d\x4a\x02\x2e\xfb\x36\xbd\x1f\x03\ +\xbc\x8d\x8d\x8d\xe1\xa5\x97\x5e\x0a\xaa\xe3\xb5\x5c\x2f\xbe\xf8\ +\x22\x8e\x3f\xbe\x41\x85\xcc\x64\x32\x1d\x00\x7e\x05\x60\xa5\xe3\ +\xc5\x6e\xf5\x7d\xff\x7c\xaa\x9f\xe5\xf3\x79\xff\x2f\xff\xf2\x2f\ +\xf1\xe8\xa3\x8f\xb6\x7c\xd3\xf7\xbf\xff\x7d\x7c\xe1\x0b\x5f\xc0\ +\xc1\x83\x07\xb1\x68\xd1\x22\x33\x56\x4c\xca\xb4\x71\xa7\x71\x3d\ +\x58\x59\xbc\xd5\xb8\x77\x04\xdc\xc8\xa1\x95\x7c\x02\x8e\x6b\xe6\ +\xb8\x8b\xb4\x4c\x39\x0c\xaf\x21\x51\x98\xcf\x15\x04\x6c\xf6\x65\ +\xb8\x2a\x7f\x47\x22\x91\x98\x91\x43\xf1\xee\x87\x62\xb1\x88\x05\ +\x0b\x16\x24\x01\x3c\xd0\x74\xaa\x20\xc7\xbb\x04\x4a\x3f\xde\xf6\ +\xed\xdb\x8d\xee\xea\xd4\xd4\x14\xa8\x36\xcc\x25\x17\x5d\xe4\x62\ +\xea\xe4\xe6\xa0\x47\x18\xdd\xcb\xa0\xcd\x87\xa2\x0b\x49\x30\xa7\ +\x29\xba\x41\x8b\x5f\x2b\x63\xc8\xf7\xcb\xd7\x9b\x7c\x9f\x41\x6b\ +\x20\x50\x9b\x75\xc7\x8e\x1d\xb3\x3a\xf1\x9e\x7f\xfe\x79\x9c\x7e\ +\xfa\xe9\x06\x85\x6c\xd6\x06\xbb\xd0\xe8\x74\xb6\x29\xe3\xee\x6f\ +\x52\xb7\xee\xf1\x7d\xff\xa1\xc3\x87\x0f\xa3\xb3\xb3\x13\xeb\xd6\ +\xad\xc3\xc3\x0f\x3f\x0c\x00\xb8\xf7\xde\x7b\x71\xc5\x15\x57\x98\ +\x9b\xa6\x59\x0a\x94\xd3\xb5\x24\x24\x4d\xfa\x56\x90\xae\xa6\xc6\ +\xb7\x94\x47\x3f\x49\xdd\xf3\x8b\x54\xb6\xe7\xaa\xab\x49\xfa\x8e\ +\x32\x87\xe4\x13\x8e\x5c\xf6\xe9\x14\xb6\xd9\xef\xec\xec\x9c\xb1\ +\xd1\x70\x59\x89\xe6\x67\x7b\x1c\xc0\xf2\x00\xc7\x3b\xdc\x0c\x47\ +\x5f\xd5\x36\xda\x93\x4e\x3a\x09\xd1\x68\xd4\x48\x44\xc6\xe3\x71\ +\x8c\x8f\x8f\x07\xea\x6a\x92\xe3\xd1\x34\x1f\xee\x18\x47\x43\xf7\ +\x12\x68\xb4\x2a\xd1\xbd\xf0\x0d\x95\x84\x9b\xe7\x62\x9f\x6b\x82\ +\xf2\x93\x95\x6b\x83\xce\xc5\x7e\x64\x36\x8e\xb7\x67\xcf\x1e\x9c\ +\x72\xca\x29\x86\x97\xc8\x98\x06\xa3\x68\x28\x44\x3f\x6f\xf9\xd1\ +\x01\x00\xff\x15\xc0\xb1\x43\x43\x43\xe8\xed\xed\xc5\xf4\xf4\x34\ +\xee\xb9\xe7\x1e\xac\x59\xb3\x06\x3f\xfe\xf1\x8f\xf1\x57\x7f\xf5\ +\x57\x98\x9a\x9a\x42\x3a\x9d\x6e\x19\xd1\x6b\x93\x69\xd3\xb8\x7f\ +\x5a\x21\xd6\x96\x73\x48\x6d\x47\xed\x77\x84\xd5\xd5\x74\xe9\x76\ +\x06\xdd\x7f\x58\xdd\x4e\xcd\xbe\xed\xfe\xd3\xe9\x34\x09\x40\xbd\ +\xdc\x74\x3c\x38\x1c\xaf\x0e\xe0\xc3\x9a\xe3\x3d\xf2\xc8\x23\x38\ +\xfe\xf8\xe3\x5b\x94\xb1\x3b\x3b\x3b\xcd\x44\xe1\x20\x5d\x50\x5b\ +\x9d\x2e\xe8\x67\x82\x64\x1a\x82\x40\x12\x57\xab\x96\x4d\x4a\xc3\ +\x75\xff\x1a\x58\x16\x74\xff\x36\xc9\x47\xfe\xbd\xd1\xb0\x8e\x77\ +\xc7\x1d\x77\x60\xf1\xe2\xc5\x38\x78\xf0\xa0\x21\x0b\x8b\x0f\x5c\ +\x02\xb0\xcc\xf3\xbc\x37\x00\xbc\xcf\x62\xe6\xbb\xbd\xbd\xbd\x37\ +\x01\xf8\x2f\xbe\xef\xef\x5f\xb0\x60\x01\x1e\x7a\xe8\x21\x94\xcb\ +\x65\xd4\x6a\x35\xc4\xe3\x71\x0c\x0f\x0f\x63\x6a\x6a\xca\x08\x26\ +\xd1\x22\x95\xfa\x19\x72\x6a\xaa\x2d\xb7\xb0\xe5\x52\x94\xd7\x71\ +\xdb\x7c\xa7\xe4\xf9\x5e\x58\x74\x4c\xe3\x33\xca\xfb\x91\x03\x15\ +\x83\x50\x5f\x09\x34\xc9\x92\x84\x7c\xf1\xb1\x58\x6c\xb6\x4a\xd2\ +\xdd\x4d\x06\x4b\xcb\x75\xdf\x7d\xf7\xe1\x82\x0b\x2e\x30\xf9\xd4\ +\xc8\xc8\x88\xe9\x97\x24\x20\x27\xe8\xfe\x79\x23\x29\xfd\x5b\x93\ +\xde\x0b\xcb\x87\x94\x17\x81\x3e\x3c\xb2\xa0\x8d\x9b\x93\x2f\x5c\ +\x28\x64\x98\xfb\xe7\x53\x68\x6d\x8c\xa5\x20\x7e\xa7\xca\x70\xf9\ +\xcc\x67\x3e\x83\x7b\xee\xb9\x27\xd4\x87\x7d\xfa\xe9\xa7\xb1\x6c\ +\xd9\x32\x83\xf2\x50\xde\x22\x8b\xa8\x6d\x6d\x6d\x87\x01\xf4\x04\ +\x98\xcb\x4c\x4d\x4d\x95\x49\x26\x2e\x9f\xcf\xa3\x56\xab\xa1\xb7\ +\xb7\xd7\x40\xd5\xb5\x5a\xcd\xc9\x7a\xa0\x92\x82\x0b\x11\xe4\x27\ +\xa4\xdc\xed\x48\xe8\xd7\x06\xb8\x04\xd9\xe7\x9b\x83\xcd\xbe\x0b\ +\x9e\xd6\x24\xe3\xe5\xfd\xbb\xd0\x38\xaa\x83\x4a\xc0\x25\x91\x48\ +\x84\x2d\xa0\xab\x2b\xf0\xfe\xfb\xef\xc7\xe5\x97\x5f\x8e\x72\xb9\ +\x8c\x64\x32\x89\x72\xb9\x8c\x6c\x36\x8b\xc1\xc1\x41\xe4\x72\x39\ +\x24\x12\x09\x0c\x0f\x0f\x9b\xcf\x67\x43\xfb\xa8\x5b\xc6\x06\x5a\ +\x50\x3a\x61\x9b\x2d\x2f\xd9\x40\xd2\x7e\xad\x56\x6b\xc9\xa5\x29\ +\x2c\x24\x9b\x1c\x4d\xd6\x9e\x9f\x04\xa8\x6c\x68\xb5\x0d\x70\xa1\ +\xbc\xd2\x66\xdf\x56\x80\x37\x07\xc7\xc4\xc4\x04\xae\xbd\xf6\x5a\ +\xdc\x7d\xf7\xdd\xa1\x1c\xf0\xb1\xc7\x1e\xc3\xf2\xe5\xcb\x51\xad\ +\x56\xd5\x26\xd0\x68\x34\x4a\xd4\xa5\xd1\x26\x2d\xc9\x45\xb4\xce\ +\x8c\x8d\x8d\x95\x69\x4e\x1e\x27\xbc\xda\x6a\x63\xae\x11\x59\x1a\ +\x73\xde\x15\xc6\x24\x93\x49\xc3\x88\xa1\x85\x40\xdd\xd5\x34\x92\ +\x4a\x23\x3f\x6b\x33\xd3\x35\xfb\xb2\x14\x22\x77\x45\x0e\x1a\x69\ +\xf6\xb5\x62\x3a\xb7\x4f\xf4\x3b\x8e\xec\x65\x32\x99\x37\x01\x2c\ +\x39\x52\xc7\x7b\xe4\x91\x47\x70\xc1\x05\x17\x60\x64\x64\x04\xf3\ +\xe6\xcd\x43\xa5\x52\x31\x5d\x2e\xdd\xdd\xdd\xa8\xd5\x6a\x46\xa3\ +\x55\xdb\x1c\x25\x1a\x28\x91\x4b\xfe\x87\x9e\xb9\x4d\x9a\xd1\x35\ +\x9c\x92\x66\x3b\xd0\x06\xc0\x67\x35\x10\x6b\x8b\x6f\x4e\xb6\xd0\ +\xd4\x65\x9f\xf2\x54\x0d\x43\xa0\xb2\x86\xcb\xbe\x66\xb3\xa5\x20\ +\x4f\xe0\xc6\x97\xbe\xf4\x25\xdc\x79\xe7\x9d\xa1\x1c\xf0\xa1\x87\ +\x1e\xc2\x45\x17\x5d\x64\x7a\xc5\xe8\xc3\x77\x75\x75\xa1\x54\x2a\ +\x21\x9b\xcd\x12\x69\x77\x1f\xec\x52\x81\xe4\x80\xfd\x95\x4a\x65\ +\xf0\x48\x12\x6a\x19\x32\xd2\x67\x21\xc0\x81\x53\x90\xf8\x8c\x35\ +\xbe\x33\x55\x2a\x15\xa3\x49\x43\x60\x4e\x34\x1a\x35\x6c\x19\x57\ +\x42\x2d\x47\x35\xf3\x70\x88\x28\x48\xfc\xfb\xe9\x7b\xc3\x0e\xf2\ +\x08\xb2\x5f\xad\x56\x8d\x03\x77\x75\x75\x45\xd1\xe8\x93\x5c\x1a\ +\xf0\xfa\x2a\x68\xcc\x3f\x2c\xca\x2f\xfc\xfa\xd7\xbf\xc6\xba\x75\ +\xeb\x5a\x80\x21\xe9\xdc\xbc\x8e\x18\xf4\x7c\x08\xae\x27\xe0\x49\ +\x46\x23\x44\xbd\xb3\xd9\xd7\xe6\xc9\x4b\x9a\x96\x0b\x30\xa3\xcd\ +\x49\x86\x8f\x54\x82\xe1\xd4\x32\x8a\x78\xf8\x3a\xac\xd5\x6a\xa1\ +\x00\x39\x5b\x83\x32\xdd\xaf\x55\xb7\x73\x64\x64\x04\xb1\x58\x0c\ +\x1b\x37\x6e\xc4\xb5\xd7\x5e\x1b\xca\xf9\xae\xbf\xfe\x7a\x3c\xf8\ +\xe0\x83\x88\x46\xa3\xc8\x64\x32\x18\x19\x19\x41\x2e\x97\x43\xbd\ +\x5e\xa7\xc2\xb8\x5f\x2e\x97\x31\x39\x39\xb9\x90\x41\xd7\xb6\x89\ +\xb1\x6f\x33\xb5\x34\x2f\x48\x5d\x4a\x6a\x94\x84\x49\xbe\x6d\xa0\ +\x46\x50\xa7\x79\x10\x20\x10\xa4\xab\x69\x23\x3b\xbb\xf2\x8f\xd9\ +\xd8\x4f\x24\x12\x68\x6f\x6f\x47\x57\x57\x57\x37\x1a\xd2\x8c\x41\ +\x8e\x77\x10\x8d\xf6\xaf\x19\x8e\xb7\x6d\xdb\x36\xac\x5d\xbb\x16\ +\x85\x42\x61\x46\xb8\xae\x11\x1c\xc2\x0c\x0a\xd1\x94\x9d\x25\xeb\ +\xdf\x65\x3f\xcc\x1c\x05\x2d\xf7\xe2\xf4\x43\x5b\xdd\x54\xbe\x77\ +\x39\xc0\x86\x36\x03\x97\x7d\x57\xcd\xd7\x16\x91\xb5\xc8\x48\xcc\ +\x9b\xf7\x4e\xef\xeb\x0d\x37\xdc\x80\xaf\x7f\xfd\xeb\x81\xce\xf7\ +\xea\xab\xaf\xe2\x63\x1f\xfb\x18\x9e\x7b\xee\x39\x00\x40\x4f\x4f\ +\x0f\xc6\xc6\xc6\x0c\x74\xbf\x77\xef\x5e\x3e\x5e\xf9\x74\x00\x4f\ +\xc0\xae\x93\x59\x4b\xa7\xd3\x9f\x4e\x24\x12\x17\x4e\x4c\x4c\xf8\ +\x72\x87\xb1\x35\x33\x4a\x96\xb8\x94\x0f\xb7\xe5\x7c\x3c\xce\xa7\ +\x93\x93\x17\xf3\x69\x57\xd2\xec\xd8\x88\xbe\x36\x5d\x4d\x5b\xcc\ +\x6f\x63\xb9\xcf\xd6\xfe\xf0\xf0\x30\x41\xea\x9f\x02\xb0\x3a\x80\ +\x6f\xbb\x07\x0d\xed\xcd\xb7\xe5\x17\x1e\x7e\xf8\x61\x2c\x5b\xb6\ +\x0c\xd1\x68\x14\xb9\x5c\x0e\xa3\xa3\xa3\x33\xba\x26\x6c\xb2\x09\ +\x2e\x20\x2a\xa8\x73\x23\x8c\x7d\x57\xb3\xb1\x56\x67\xd3\x9c\xcf\ +\x25\xdf\x6f\x63\xd4\x50\x44\xe1\xb2\xef\x42\xaa\xf9\x3a\xb3\xea\ +\x76\x52\x5c\x3e\x3a\x3a\x8a\x5c\x2e\x87\xef\x7c\xe7\x3b\xa1\x4f\ +\xc0\xf5\xeb\xd7\x63\xfb\xf6\xed\x88\x44\x22\xc8\x66\xb3\x78\xfb\ +\xed\xb7\x11\x89\x44\x4c\x4b\x50\xf3\x17\x8d\x37\xcb\x10\xdb\x2c\ +\x0e\x98\x05\x70\x0f\x80\x2f\xcb\x0f\x33\x1b\xe7\xd0\x9c\x4b\xdb\ +\xcd\xf8\xcf\xf1\x50\x87\xdb\x97\xce\xed\x82\xaf\x5d\xba\x9a\x5a\ +\x8d\x47\x73\xbe\x23\xb5\x3f\x30\x30\x10\xf7\x3c\xef\xfb\x68\x28\ +\x71\xbb\xca\x09\x6f\x37\xdf\xc1\x2b\x1a\x57\x73\xe5\xca\x95\x48\ +\xa7\xd3\x28\x95\x4a\x28\x95\x4a\xe8\xea\xea\xc2\xf0\xf0\x70\x8b\ +\x13\xcd\x46\x17\x54\xeb\xfa\xd6\x74\x59\x66\x63\xdf\x96\x3f\xd9\ +\x46\x84\x69\x91\x87\x2d\xfa\x90\xef\x87\xaf\x3d\x97\xfd\x30\x1d\ +\xf7\x2e\xdd\x4e\xaf\x39\x6b\x0d\xa9\x54\x0a\xd5\x6a\x15\xc9\x64\ +\x12\x53\x53\x53\xf8\xe2\x17\xbf\x88\x8d\x1b\x37\x86\x72\xc2\x57\ +\x5e\x79\x05\xc7\x1d\x77\x5c\x4b\xf3\x2a\x75\x1a\xb0\x29\xb7\x5d\ +\x68\x68\x84\x9c\xe3\x28\xc4\xbf\x00\xe0\x5b\x93\x93\x93\x4f\xf3\ +\x84\x9d\x6b\x27\xf2\x1d\x84\x1a\x66\x79\xf8\xa2\x0d\x0d\xd1\x38\ +\x9e\x5c\xba\x4e\x86\xa0\x64\x47\xe3\x8e\x6a\x0d\x96\x36\x05\x32\ +\xd2\xc2\xb1\x09\xb2\x72\x16\xc6\x91\xd8\xf7\x3c\xef\x19\x34\xfa\ +\x24\xe1\x28\xa2\x8f\x00\xf8\x08\x80\x37\xe4\x17\x7e\xfa\xd3\x9f\ +\x62\xdd\xba\x75\x2d\xf3\xce\x01\xe0\xf0\xe1\xc3\xe8\xed\xed\x35\ +\x79\x8d\x6d\x78\xaa\x6b\xc0\x8e\x46\xff\x93\xcf\x82\xd0\x64\x9b\ +\x7d\x5b\x34\xc0\xf3\x49\xee\xbc\x3c\x1f\x26\xc0\x44\x22\x99\x36\ +\x8a\x99\x36\xa5\x8b\xde\x8f\xcd\xbe\xd6\x52\x64\x43\xe6\x65\xee\ +\x6a\x9c\x8f\x8a\xe6\x9c\xca\x55\x2c\x16\x71\xdd\x75\xd7\xe1\x87\ +\x3f\xfc\x61\x28\x07\x7c\xf6\xd9\x67\xb1\x6c\xd9\x32\x4c\x4e\x4e\ +\xa2\x50\x28\xa0\xbb\xbb\x7b\xc6\x87\x49\xa5\x52\xc9\x26\x17\xf4\ +\x43\x0e\x53\x65\x00\x4b\xab\xd5\xea\xeb\x1c\x3a\x96\xc4\x59\x1a\ +\x4a\xaf\x41\xbb\xb2\x77\x4c\x93\x0d\xa7\x97\xe3\xea\xd7\x92\x75\ +\x22\x5b\xd7\xb8\x4b\x57\x53\x1b\x65\x2c\x85\x5d\x67\x63\x3f\x95\ +\x4a\x91\xa6\xa6\xab\x9e\x6a\xb0\x99\x66\xad\xef\xb0\xfc\x02\xf5\ +\xe3\xd1\x0c\xf4\xa1\xa1\x21\xf4\xf7\xf7\x1b\x00\x2d\x16\x8b\xcd\ +\xd0\xd5\xd4\x5a\x81\x6c\xb9\x9f\x6d\xc8\x28\x7f\xfe\x54\xaa\x72\ +\xd9\x77\x3d\x1b\x5e\x62\xe0\x80\x19\x47\x82\xe5\x09\xcc\xef\x47\ +\x23\x42\xf3\xaf\x93\x62\xbb\xcd\xbe\xab\x20\x2f\x37\x7d\x2d\x05\ +\xf2\x76\xef\xde\x8d\x45\x8b\x16\xa1\x5c\x2e\x23\x9f\xcf\x63\x60\ +\x60\xa0\x65\xd1\x6d\xd8\xb0\x01\x77\xdd\x75\x57\x28\x07\x24\x39\ +\x06\xba\x49\xed\xc1\x47\xa3\x51\x24\x12\x89\x3d\x00\x16\x07\x98\ +\xeb\x2d\x97\xcb\x43\xc4\x8c\x97\x50\x32\x0d\x50\xe4\x2f\x89\x90\ +\x32\x89\xac\x91\x2c\x84\xec\xa7\x6a\x76\x75\x9b\x0e\x00\x7a\xa8\ +\xd4\x9a\xc4\x5f\x9e\x86\x66\x71\xae\xa9\xa6\xab\x29\x73\x0a\x19\ +\x7e\xf1\x7e\xb0\x30\xf6\x33\x99\x8c\x57\x2a\x95\xfc\x4c\x26\x73\ +\x10\xc1\xb2\x1d\x40\x43\x49\x7a\x5c\xfe\x4f\xea\xc7\xe3\x8d\xb0\ +\x7d\x7d\x7d\x38\x78\xf0\x20\x7a\x7b\x7b\xe1\x79\x9e\xd1\xdc\xb4\ +\xe9\x6a\x6a\x1b\x8e\x6d\x6c\x33\x71\x23\xb9\xd2\x9a\x16\x89\x48\ +\xfb\x3c\xbc\x93\xcf\x87\x53\xe9\xb4\xae\x14\xda\x54\x65\x2e\xc7\ +\xd7\x82\x9c\x02\x35\x43\x57\x93\x8d\x38\xd7\xec\x73\xdd\x54\x1b\ +\xbd\xcc\xa9\xdb\xb9\x78\xf1\x62\xec\xdb\xb7\x0f\xa9\x54\x0a\x8b\ +\x16\x2d\xc2\xd0\xd0\x90\x81\xb1\x01\xe0\xce\x3b\xef\xc4\x86\x0d\ +\x1b\x42\x39\xdf\x8a\x15\x2b\xb0\x73\xe7\x4e\xd3\xd2\x61\xd3\x5e\ +\x9c\x9e\x9e\x3e\x16\xc0\x68\x80\xb9\xc3\xe9\x74\x3a\xe5\xa2\x8b\ +\x49\x6d\x4a\x0d\x01\x95\xe1\x05\xff\x99\x20\x3a\x9a\xa6\xed\x28\ +\xc3\x0b\x97\xae\xa6\x6b\x52\x0d\x15\xd9\x67\x63\x7f\x6c\x6c\xcc\ +\xcf\x64\x32\x07\x42\x3a\x9e\xa7\x39\x1e\xef\xc7\xa3\x4d\x8d\x4e\ +\xbc\x85\x0b\x17\xa2\x5e\xaf\x23\x9f\xcf\x23\x9d\x4e\xab\xe0\x87\ +\x14\xf2\x95\x8e\xa5\x49\x58\xd8\xd8\x40\x41\xf6\xb5\x66\x64\x69\ +\x5f\x43\x52\x35\xa9\x0e\x19\x79\x48\xfb\x1a\x8f\x37\xc8\xbe\xf6\ +\x39\xb9\xfd\x40\xdd\x4e\x9a\x26\x5b\xa9\x54\xcc\x30\x7a\x62\x4f\ +\xd0\x69\x73\xfb\xed\xb7\xe3\x9a\x6b\xae\x09\xed\x80\x0f\x3d\xf4\ +\x10\x3a\x3a\x3a\x5a\xe6\xd7\x51\xd1\xb9\x52\xa9\x20\x12\x89\x78\ +\xbe\xef\xcf\x6b\xe6\x23\x70\xd4\x01\xcb\x74\xc3\x14\x0e\xcb\x84\ +\x58\x43\xa9\x6c\xe8\x1b\x5f\xdc\x5a\x87\xb5\xd6\xce\x12\x24\xe9\ +\xae\xf1\x05\x39\x54\x6d\xe3\x82\xd2\x67\xd2\x12\x7d\x19\xb6\x50\ +\x88\xdd\xd1\xd1\xf1\x6a\xb3\x46\x17\x74\xa9\xb4\xc1\xcd\x9b\x37\ +\x63\xd5\xaa\x55\x86\x74\x4d\xf7\x48\x44\x03\x9a\x40\x45\xa4\x64\ +\x4d\xb3\x94\x3f\xbf\xa0\xb1\xd5\xb6\xae\x02\xf9\x7c\x82\x28\x7b\ +\xbc\xf6\xc7\x37\x39\x49\x80\x96\xdd\x13\xb6\xd9\xf2\x74\xff\x44\ +\xd0\x97\x40\x96\x44\x28\x35\x55\x35\x8d\xba\x26\xef\x5d\xab\x5b\ +\xf3\x75\x1a\x71\x89\xca\x90\xd0\x29\xd0\x50\x78\xfe\xdc\xe7\x3e\ +\x17\xba\x0e\xb8\x79\xf3\x66\x64\xb3\x59\x23\x22\x1b\x8b\xc5\x30\ +\x3a\x3a\x4a\x61\xa3\xef\x79\x9e\x37\x3d\x3d\xdd\x0d\x45\x11\x8b\ +\x23\x77\x6d\x6d\x6d\x1f\xf4\x3c\xef\x03\x5a\x9d\x45\xab\x0b\xb9\ +\x76\x2a\xdb\x29\x64\xab\xe3\x68\x42\xaa\xf2\x85\xba\x98\x12\x41\ +\xba\x9a\x61\x74\x3b\x9b\xce\x10\x4f\x26\x93\x4f\x21\x78\xa6\x44\ +\x01\x0d\xdd\xd4\x29\x2d\xd4\x5c\xbb\x76\x2d\x4a\xa5\x52\x0b\x0d\ +\xcb\xc5\xad\x0c\xba\x7f\xad\xbd\xc6\x36\x27\xde\xc5\x3e\xd2\x9e\ +\xa5\xa4\x62\xd9\xca\x15\x41\xba\x9d\xb6\x3a\x29\xdf\xfc\x6c\xc3\ +\x65\xb4\xd3\xd6\xa6\xdb\x29\x75\x68\xe8\xa0\x90\xdf\xdb\x72\xef\ +\xb4\xeb\x69\x80\x41\xa5\x52\x41\x36\x9b\x35\x5f\x1b\x1d\x1d\xc5\ +\xdf\xfd\xdd\xdf\xe1\xd6\x5b\x6f\x0d\xe5\x84\xbf\xfa\xd5\xaf\xb0\ +\x6e\xdd\x3a\xec\xdb\xb7\x0f\x5d\x5d\x5d\x48\xa7\xd3\x06\x05\x25\ +\x24\xaa\x89\x8a\xfd\xbe\xc9\xac\xb7\xe9\x73\x4e\x01\xf8\xd0\xf8\ +\xf8\xf8\x4b\xed\xed\xed\xde\xc4\xc4\x84\x4f\xb1\xb7\x3c\xd5\x78\ +\x6e\xc0\xc3\x00\x09\xba\xd0\xcf\xba\x00\x17\x5b\x41\x96\xfe\x3f\ +\x7d\xaf\x0c\x7d\x25\xf0\xe3\x9a\x8f\x27\x17\x26\xff\x7b\x53\x88\ +\xa8\x03\x8d\x79\x82\x6b\x02\x1e\xf7\xbe\x66\x5b\xd0\x9b\x1a\x65\ +\x6c\xe5\xca\x95\x06\x84\xa8\x56\xab\x48\xa7\xd3\x26\x4f\xd5\x9e\ +\x8d\xdc\xac\x5c\x35\x53\x57\xbf\x9d\x4b\xb7\x93\x2f\x50\x6e\x9b\ +\x8b\x19\xd9\xea\x64\x04\x58\xb9\x74\x35\xe5\xe9\xca\xef\x45\xe6\ +\xf3\x9a\xd3\x46\xa3\x51\xa7\x7d\x57\xd7\x06\x8f\xce\x6c\x80\x92\ +\xc7\xc9\xa3\xf2\x61\x12\xfc\x4c\x73\xb2\xbb\xbb\xbb\x51\x2e\x97\ +\xf1\xb7\x7f\xfb\xb7\xb8\xe5\x96\x5b\x02\x9d\xef\x98\x63\x8e\xc1\ +\x5d\x77\xdd\x85\x0b\x2f\xbc\xb0\x41\xaf\x38\x78\x10\xfd\xfd\xfd\ +\x28\x16\x8b\x06\xec\x68\x86\xa3\x29\x34\x44\x77\x57\x38\x20\xf3\ +\x02\x80\x8b\xc7\xc7\xc7\x9f\x6e\x6f\x6f\xf7\xaa\xd5\xaa\x6f\x63\ +\xa3\x04\xed\xde\xfc\x6b\xae\x52\x83\xe4\xee\x69\xdc\x4a\x6d\x07\ +\xb7\xb1\x74\xb4\x17\xe5\xd2\xed\x8c\xc7\xe3\x99\xa6\xe3\x05\x75\ +\xa0\xef\x46\x63\x22\xec\x8c\x46\xd8\xe7\x9e\x7b\x0e\x27\x9f\x7c\ +\x32\x12\x89\x04\x0a\x85\x02\xa6\xa7\xa7\xd1\xd1\xd1\x01\x59\xca\ +\xd1\x50\x45\x4d\x50\xc8\xd5\xe9\x2d\xf5\x6a\x78\x29\xc5\x15\xbe\ +\xdb\x4a\x0b\x5a\x3a\x20\x3b\xd9\x5d\xba\x9a\xb2\x93\x5d\x3e\x7b\ +\x7e\xfa\x6b\xe5\x8c\x78\x3c\x3e\x23\x67\xe3\x87\xd4\xc4\xc4\x84\ +\x93\xbb\x49\x5f\xd7\xca\x1a\x86\x58\x6d\x3b\xd6\x09\x5e\x1d\x19\ +\x19\x31\xe3\xa1\x89\x0c\xfb\xf9\xcf\x7f\x3e\x74\x1d\x70\xcf\x9e\ +\x3d\x58\xbc\xb8\x01\x6e\x16\x8b\x45\xa3\x86\xcd\xa7\xd0\x24\x93\ +\xc9\x2e\x34\x46\x84\xad\x72\x98\x3a\x04\x60\x7d\xad\x56\x7b\x32\ +\xec\x38\x5f\x17\x2d\x4a\xc2\xf8\xf2\xe1\x72\xe7\xe3\x3b\x26\xe7\ +\x6a\xda\x08\xdd\x1c\x06\x97\x2a\x62\xae\x5a\x16\xfd\x49\xa5\x52\ +\x1e\x80\xad\x70\x2b\x04\x50\x7d\xf4\x42\x00\x2f\x6b\x1c\xdc\x73\ +\xce\x39\xc7\xe4\x70\x87\x0e\x1d\x42\x5f\x5f\x1f\xf2\xf9\xbc\xa1\ +\x03\xca\xd3\x8d\x2f\xd2\xa0\xfb\x97\x1a\x37\x12\x20\xd1\x34\x50\ +\xf8\x67\x96\x1d\xe8\xb2\x70\x6d\x23\x5d\xd3\xc5\x23\x1c\x4d\x57\ +\x93\xe7\xff\x9a\x83\xf0\x52\x95\x46\x00\xe0\x88\xa9\xb6\x39\x73\ +\x0d\x17\x1b\x1a\xab\x6d\x4a\xec\x59\xea\xc3\x15\x69\x68\x4a\x5b\ +\x5b\x9b\x69\x2b\xe1\x0f\xf0\x7b\xdf\xfb\x1e\xae\xbe\xfa\xea\x50\ +\xce\x77\xec\xb1\xc7\x9a\x19\xea\x04\xe3\xf3\x2e\x86\x26\x0b\x7d\ +\x14\xc0\x7a\x34\x46\x10\xdb\xae\x3e\x00\xbf\x49\x24\x12\x1f\x92\ +\x2d\x38\x3c\x2c\xe1\x68\x93\x1c\xf8\x29\x7f\x2e\x0c\x43\x42\x43\ +\x45\x69\xf1\x48\x12\xb4\xd4\x9d\x94\x14\x31\xee\xdc\x1a\xe0\xc2\ +\x5e\xd4\xef\x43\x38\x5e\xa9\x49\x5a\x78\x59\x2b\xa0\x5f\x74\xd1\ +\x45\xc6\xf1\xf2\xf9\x3c\xfa\xfa\xfa\x50\x2e\x97\x51\xa9\x54\x66\ +\x20\xc4\xfc\x7e\xc2\xde\x7f\x10\xfd\x4b\x4e\xce\xe5\x9f\x57\x4a\ +\xe1\x6b\x12\xee\x2e\xd0\x83\x97\x03\x28\xef\xe4\x7f\x97\xf4\x3c\ +\x09\x96\xf0\x66\x6d\xdb\x74\xe1\x20\x86\x55\x50\x13\xaf\xcc\x85\ +\x67\x10\xe7\x6d\x89\x36\x85\x85\xaf\xbf\xfe\x3a\x32\x99\x0c\x3c\ +\xcf\xc3\xf0\xf0\xb0\xa9\x75\x64\x32\x19\xdc\x7b\xef\xbd\xa1\x51\ +\xd0\xd3\x4e\x3b\x0d\xdb\xb6\x6d\x43\x67\x67\xa7\xa1\x9e\xc9\x9a\ +\xc8\xc4\xc4\x44\x01\x0d\x29\x0a\xd7\x98\xa1\x79\x00\x9e\x8e\x46\ +\xa3\x4b\x5c\xbc\x49\x0d\xea\x0d\x52\xc7\xd2\x4e\x42\x17\x75\xca\ +\x56\xbc\xe7\x8d\xaf\x1a\x33\x43\x2e\x5e\xfa\xb9\x44\x22\xe1\x35\ +\xf9\xb1\x7b\x18\x11\xc1\xc5\xe5\x5a\xdc\x0c\x39\x67\xf4\xe3\x5d\ +\x71\xc5\x15\xa6\x5c\x44\x12\xee\x2f\xbd\xf4\x12\xaa\xd5\x2a\xfa\ +\xfa\xfa\x4c\x08\xaa\x95\x68\x24\x60\xe4\xba\x7f\x97\xc2\xb6\x4d\ +\x07\x53\x16\xe0\xf9\xa2\xb4\x95\x2b\x5c\xfd\x7e\xb6\xf0\x34\xcc\ +\xc8\x6e\x8d\x17\xcc\x7f\xa7\x8d\xe4\x2d\xbf\x66\x43\xd6\x5d\xcf\ +\x31\x62\xab\x57\x90\x70\xed\xe2\xc5\x8b\xcd\x8c\xb5\x05\x0b\x16\ +\xa0\x5e\xaf\x63\x7c\x7c\xdc\x94\x21\xee\xba\xeb\x2e\x7c\xf6\xb3\ +\x9f\x0d\xe5\x80\xab\x57\xaf\xc6\xe6\xcd\x9b\x31\x30\x30\xa0\xe6\ +\x03\xcd\x1b\x9d\xf0\x7d\xff\x64\x34\x06\x73\xb8\x8a\xc7\x6f\x46\ +\x22\x91\x05\xb6\x7a\x9e\x4d\x30\xd5\xf6\x52\x6d\xce\xe7\xd2\xd9\ +\x74\xd9\x77\x41\xe7\x9a\x3d\xea\x40\x6f\x2a\x49\x2f\x0e\xf1\x38\ +\xdb\xb4\x5a\xe9\x6f\x7e\xf3\x1b\x5c\x7e\xf9\xe5\x26\x45\xa0\xbc\ +\x9d\x74\x35\x3d\xcf\x33\x43\x4e\x83\xee\x3d\xe8\xfe\x6d\xa2\x51\ +\x41\xdd\xe8\xb6\x90\x32\xe8\x9a\x8b\xae\xa6\xcd\xbe\x0d\x13\x90\ +\xa2\xc3\x5a\x37\x45\x50\xfa\x10\xf4\x1c\xa3\xae\x9b\xe1\xda\x8f\ +\xd4\x35\xcc\x61\x54\xa2\x67\xdd\x70\xc3\x0d\xa8\xd7\xeb\xf8\x97\ +\x7f\xf9\x97\xc0\x07\x78\xc9\x25\x97\x18\x14\x94\xea\x7e\xb1\x58\ +\x0c\x13\x13\x13\x2d\x0d\xad\xbe\xef\x0f\x78\x9e\xe7\x6a\xc8\x05\ +\x80\x98\xe7\x79\xb1\x89\x89\x89\x09\xbe\x73\x71\x71\x1e\xce\x72\ +\x21\xa4\x4a\x3a\x8f\xe4\xee\x71\x89\x06\x4d\x94\x96\xb5\x40\xb5\ +\xcc\xba\x93\xa7\xaa\x1c\x1b\x4d\xa7\x3d\xe5\x0a\x54\xbb\x6a\xfe\ +\x4e\xdf\xf3\xbc\xbd\x98\x43\x07\xfa\x03\x0f\x3c\x80\x4b\x2e\xb9\ +\xc4\x70\x75\x09\x34\xe0\x1a\x9b\xd4\x07\xc9\xa3\x0f\xde\xcb\xe6\ +\x6a\xe7\xd1\x08\xca\x7c\x21\x72\x84\x59\xa2\x9d\x7c\xb1\xca\x4e\ +\x06\x39\xc4\x85\x80\x0a\x1e\x1a\x12\x73\x89\xbf\x67\x4a\x2b\xf8\ +\x88\x66\x7a\x9e\x93\x93\x93\x66\x0d\x68\xd1\x4e\xcb\x2e\x66\x99\ +\x4d\x4f\x27\xb2\xac\xe9\xd1\x69\x6d\xb3\x1f\xb4\xf1\x98\x3f\xe5\ +\x72\x79\xc6\x24\x4e\x7e\x6c\xba\x44\x3f\x69\xa2\x51\x77\x77\x37\ +\xa2\xd1\x28\xfe\xfa\xaf\xff\x1a\x37\xde\x78\x63\xe0\xca\x39\xf1\ +\xc4\x13\xf1\xbd\xef\x7d\xcf\x48\xd2\x17\x0a\x05\xe4\x72\x39\x14\ +\x0a\x05\x94\x4a\x25\x2c\x5c\xb8\x10\x9e\xe7\x79\x63\x63\x63\x7e\ +\x47\x47\x87\x4d\x12\x81\xe7\x42\xf3\xaa\xd5\xea\xa8\x36\xa4\xde\ +\x75\xff\x34\x68\xc5\x26\x23\x11\x24\xea\x1a\x24\x23\x21\xc7\x54\ +\x69\xbb\x31\x39\x45\x32\x99\xfc\x77\x34\x26\x01\xb9\xae\x49\x34\ +\x86\xd3\xcc\x18\xb9\x4d\xf2\x7e\x5c\x66\x9f\x13\x97\x5d\xa2\xae\ +\x5a\xa7\x01\x00\xe3\xc0\x1a\xd3\x84\x36\xaa\x30\x32\x0c\x1a\x68\ +\x43\x8b\xde\xf5\xfc\x34\x80\x44\x72\x43\x39\xcd\x8c\xe8\x87\xf4\ +\x2e\x83\x44\x7d\x65\xd8\x7f\xb4\xed\x6b\x20\x5e\x4b\xdb\x54\xa1\ +\x50\x98\x51\x1c\x94\xd3\x3c\x79\xd2\xca\xf3\xa8\xf1\xf1\x71\x33\ +\xd3\x80\x9c\xe8\x9b\xdf\xfc\x26\x6e\xbe\xf9\xe6\x50\x61\xe8\xd6\ +\xad\x5b\xb1\x72\xe5\x4a\x53\x7b\xa2\xdd\xb7\x58\x2c\xa2\xbb\xbb\ +\xdb\xcc\x02\x48\xa5\x52\xaf\xa3\x31\xf5\xd6\x75\x1d\x37\x3e\x3e\ +\xbe\x5b\x4e\x3b\x75\xdd\x3f\x69\x4f\xca\x53\x92\x88\x01\xb4\x03\ +\x6b\x60\x44\x0b\x7b\x59\x4c\x8b\x25\xfb\x34\xab\x80\xff\x0c\xa7\ +\x36\x15\x8b\x45\xf4\xf7\xf7\xa7\xd0\x18\x00\x73\x6e\xc0\xe7\x1b\ +\x6e\x3a\xe7\xa0\x46\x19\x3b\xef\xbc\xf3\xcc\x62\x26\xae\x26\x81\ +\x64\x1c\xbc\x90\xef\x96\xde\xa3\x64\x87\x50\x97\xb8\xfc\x9c\x1a\ +\x2d\xcb\x66\x5f\x52\xad\x38\x79\x81\xc6\xd1\x69\xcf\x50\x3a\xba\ +\xeb\xfe\xeb\xf5\xba\xe9\xb8\xa7\x7b\x8f\xc7\xe3\x2d\xb6\x35\x4e\ +\xad\xd6\x47\x78\xb4\xed\x73\xf5\x02\xcd\xaf\xbc\x72\xb9\xdc\x82\ +\x04\xf1\x6f\xd4\x62\x55\x0e\x99\x16\x8b\x45\x24\x93\x49\x74\x74\ +\x74\xa0\x54\x2a\x21\x93\xc9\xa0\x5e\xaf\xe3\xfa\xeb\xaf\xc7\x3f\ +\xfd\xd3\x3f\x85\x72\x40\xea\x27\x8b\x44\x22\x78\xf3\xcd\x37\x71\ +\xec\xb1\xc7\x9a\x10\x8e\x3e\x6c\x7b\x7b\xbb\x87\x86\x44\xc2\x32\ +\x07\xfa\x57\x07\xf0\xd1\xf1\xf1\xf1\x3f\xb4\xb7\xb7\x7b\x93\x93\ +\x93\x7e\xd0\xfd\x73\xa9\x42\xe9\xac\x14\x11\xb8\x34\x56\xb4\x93\ +\x4c\x23\xd5\x4a\xdd\x4e\x5a\xec\x4d\xc1\xe1\x30\x4a\xd2\x6f\xa3\ +\x31\x98\xf2\x75\xed\xf9\x9d\x71\xc6\x19\xe8\xe8\xe8\xc0\xd0\x36\ +\x35\x27\x86\x00\x00\x19\xfe\x49\x44\x41\x54\xd0\x10\x92\xc9\x24\ +\xd2\xe9\x34\x86\x87\x87\x91\x4a\xa5\x9c\x1a\x25\x94\x3a\xd4\xeb\ +\x75\x23\x76\xc4\x65\x1f\xb4\xc6\x59\xce\x49\x0d\xd2\x58\x21\x50\ +\xaa\x56\xab\xb5\xe8\xbc\x52\xb8\x4d\x75\x5e\xd9\xc9\xc0\x4f\x64\ +\x97\x7d\x2e\xa5\xc1\xbb\x0e\xc8\xb6\x9c\x74\x34\x5b\x0d\x97\xb9\ +\xda\xe7\x43\x49\x25\x53\x67\x6a\x6a\x0a\x11\xcc\xe1\xca\x66\xb3\ +\xa6\xf5\x84\x1c\x2f\x1e\x8f\xe3\xd6\x5b\x6f\xc5\xe7\x3f\xff\xf9\ +\x50\x36\xce\x3f\xff\x7c\xbc\xfe\xfa\xeb\x98\x9a\x9a\xc2\xb1\xc7\ +\x1e\x8b\xc1\xc1\x41\x33\xb3\x9b\xed\x8a\x3e\x1a\x5d\xd8\xdb\x61\ +\xef\x88\x8f\x03\x78\xb4\xbd\xbd\xfd\xec\x89\x89\x09\x3f\x1a\x8d\ +\x7a\x78\x0f\x5f\x99\x4c\x26\x09\xe0\x67\x21\x1c\x6f\x0f\x80\x8f\ +\x69\x8e\xb7\x69\xd3\x26\x2c\x5f\xbe\x1c\x99\x4c\xc6\xcc\x41\x4f\ +\xa7\xd3\xd8\xbf\x7f\x3f\xb2\xd9\x2c\xfe\x7c\xbd\xb7\xaf\x39\x85\ +\x9d\x34\xcb\x8e\x14\x7d\xe9\x48\xf6\x3c\x0f\xe5\x72\x19\x5f\xfe\ +\xf2\x97\x71\xef\xbd\xf7\x86\xba\x91\x27\x9f\x7c\x12\x1f\xfd\xe8\ +\x47\x31\x35\x35\x85\x03\x07\x0e\xa0\xbf\xbf\xdf\x80\x31\xa4\x50\ +\xe5\x79\xde\xbc\x66\x21\x7e\x65\x40\x21\xfe\x52\xdf\xf7\x9f\x79\ +\x2f\x87\x9d\x89\x44\x62\x67\xb3\x46\xe7\x72\xbc\x43\xcd\xd2\xcb\ +\x0c\x41\xdb\x1f\xfe\xf0\x87\xb8\xfa\xea\xab\x0d\xb0\x40\x8d\xd0\ +\xb4\x5b\xd7\xeb\x75\x03\x8c\xfd\x39\xec\x7c\x0f\x87\x9d\x73\x01\ +\x5c\xde\x7e\xfb\x6d\x33\xb7\x81\x80\x13\x5a\x08\x93\x93\x93\xd8\ +\xb0\x61\x43\xe8\x86\xdc\xa7\x9e\x7a\x0a\x4b\x97\x2e\x6d\xd1\x7b\ +\x94\x8c\xf6\xb6\xb6\xb6\x2c\x1a\x53\x6a\x97\x39\x4c\xe5\x01\x5c\ +\x32\x3d\x3d\xfd\xe4\x7b\x09\x70\x69\x6f\x6f\x27\x41\xdb\x97\x00\ +\x7c\x30\xc0\xf1\x6a\xcd\x3c\x77\x9f\xfc\xc2\x2f\x7e\xf1\x0b\xac\ +\x5f\xbf\xde\x44\x1a\xf4\xdf\xc3\x87\x0f\x23\x93\xc9\x20\x99\x4c\ +\x1a\x12\xfb\x9f\x01\x97\xf7\x30\xe0\x22\x61\x57\xda\xf1\xa9\x8d\ +\x45\xd2\x7e\x64\x21\x19\x00\x06\x07\x07\x91\xcd\x66\x91\x4a\xa5\ +\x50\x28\x14\x0c\x19\xbb\x56\xab\x21\x1a\x8d\x62\xc3\x86\x0d\xa1\ +\xca\x10\x04\xc2\x50\xdb\x8b\x6c\xc6\xa4\x32\x42\x53\x0e\xfd\xb5\ +\x00\x10\xe6\xa2\x52\xa9\xb4\xc5\x75\xff\xbe\xef\x1b\xa0\x47\x36\ +\x4b\xd2\xec\x39\x97\xcc\x83\xec\x94\x96\xf6\xf9\xcb\x48\xa5\x52\ +\x34\x11\x76\x2f\x80\x85\x61\x22\x53\x28\x4a\xd2\x9b\x37\x6f\xc6\ +\xda\xb5\x6b\x51\x2e\x97\xe1\xfb\x3e\x0a\x85\x02\xe6\xcf\x9f\x8f\ +\x72\xb9\x8c\x5c\x2e\x87\x72\xb9\x6c\x58\x2d\x9a\x4a\x18\x87\xea\ +\x39\x83\x43\x93\x71\xa0\x86\x62\xbe\xeb\xf3\x01\x29\x41\xf6\x6d\ +\x12\x0b\xf4\x73\x54\xee\xb0\x3d\x3f\xe9\x9c\xd2\x3e\xe9\x87\x52\ +\x79\x81\x97\x1a\xca\xe5\xb2\x5a\x0a\x70\x89\x2a\x1f\x6d\xfb\x7c\ +\x22\xb0\x36\x9b\x63\x86\xf3\x51\xc8\xa5\xa9\x29\xdb\x3a\x95\x79\ +\x5f\x14\xff\xfe\x42\xa1\x80\x81\x81\x81\x59\x6b\xc2\x90\x2e\x28\ +\xf0\x8e\x9e\x48\xb5\x5a\x35\xf5\xc6\xb1\xb1\x31\x2c\x5a\xb4\x08\ +\x9e\xe7\xb9\x94\x99\x27\x00\xc4\x00\x64\x6b\xb5\x5a\x49\xd3\xed\ +\xa4\xce\x0d\x9b\x6e\x27\x0f\x11\x24\x65\x8d\xea\x3f\xa4\x0b\xaa\ +\xe9\x52\xd2\x98\xed\x54\x2a\x85\xb6\xb6\x36\xc4\xe3\xf1\x39\x29\ +\x49\x4b\x5d\xcd\x4a\xa5\x32\xc3\x39\xb8\x2e\xa8\x5c\x5c\x5a\xa7\ +\xb5\xf6\xfd\xf4\x6e\x49\x8d\x80\x2f\x1c\xad\xf3\x5b\xea\x9f\xc8\ +\xfa\xa9\xd4\x1d\xa5\x7b\xa2\x8e\x1a\xdb\xfd\x6b\xda\x27\xfc\x94\ +\x6e\x22\xe1\x2a\xb7\x93\xd7\x31\x6d\xba\x9d\xfc\x73\xd2\x67\xe5\ +\xce\xd4\xdc\x34\x5b\x4e\x41\xba\x2f\x7a\xf6\x2e\xdd\x4e\x9e\x8a\ +\x70\xe9\x10\x43\x87\xb3\x0d\x83\xb0\xf5\xa3\x05\xa9\x34\xf1\x9d\ +\x73\x60\x60\xc0\x14\xe7\xef\xb8\xe3\x8e\x59\xeb\x82\x02\x40\x6f\ +\x6f\x2f\x86\x86\x86\x4c\x88\x38\x3e\x3e\x4e\x8e\xe7\xf9\xbe\xdf\ +\xd7\xec\x76\x50\x0b\xf0\xcd\xff\x16\x13\x89\x44\xca\xa6\xdb\xe9\ +\xea\x07\x93\x8b\x96\x8b\xba\x4a\x71\x25\x8d\xd7\x97\x4e\xa7\xcd\ +\x90\xcd\x78\x3c\xbe\x7b\x2e\x8e\xb7\x65\xcb\x16\xac\x5b\xb7\xce\ +\xf4\x57\xba\x5a\x9d\x6c\x8c\x92\x19\xfd\x64\x0e\x16\x0f\x77\x5a\ +\x1b\x41\xdd\x36\x96\x2d\x88\xb1\xc2\x4f\x4c\x8d\x59\xe2\x1a\xab\ +\xa5\x31\x4d\x34\xb6\x4d\x18\xdd\x4e\xad\x0b\x86\xd7\x86\xdf\x0d\ +\xdd\x4e\xfe\x5c\x23\x36\xf8\x95\xef\x6a\xb6\x2b\x88\x37\x49\xd4\ +\x26\x7a\x81\xb7\xdc\x72\x0b\xfe\xe6\x6f\xfe\x26\x70\xf5\x91\x2e\ +\xe8\x8e\x1d\x3b\x0c\xaa\x3a\x34\x34\x84\x78\x3c\x8e\x5c\x2e\x87\ +\xd7\x5e\x7b\xcd\x34\xe4\xfa\xbe\xdf\x19\x40\x45\xf3\x01\x94\xa3\ +\xd1\x68\xaf\xe4\x61\x06\x39\x9f\x8b\x30\x2c\xe5\xec\xb5\x26\xd2\ +\xfd\xfb\xf7\x23\x93\xc9\xb4\xb5\xb7\xb7\xff\x1e\xc0\xb1\x01\x1f\ +\xbb\xda\x0c\x35\xad\xe5\x18\x00\xe8\xe8\xe8\x30\x1c\x5b\x57\x58\ +\x67\x6b\x6a\xe5\xf7\x2c\x9b\x84\xe5\xd7\x25\xf9\x5a\x12\xd3\x6d\ +\x84\x73\x39\xcc\xc6\xd6\xd1\xae\x8d\xd1\x0a\x9a\x32\xc5\x6d\x1c\ +\x0d\xdd\x4e\x8d\xb9\x23\xed\xdb\x68\x6d\x41\xba\x9d\x92\xf8\x2f\ +\x23\xc6\x88\x64\x96\x6b\x0b\xd2\xe5\x7c\xfc\xe6\xe5\xd1\x9b\x48\ +\x24\x4c\x5d\x64\x6c\x6c\x0c\x89\x44\x02\xdf\xfa\xd6\xb7\x42\x73\ +\x41\xcf\x3b\xef\x3c\x6c\xdf\xbe\x1d\xd3\xd3\xd3\xc8\xe5\x72\x78\ +\xeb\xad\xb7\x10\x89\x44\xd0\xdd\xdd\x4d\xc0\x08\xd5\xf2\x06\xf0\ +\x8e\x26\xa5\x4d\x19\xfb\x50\x5b\x5b\xdb\x89\xcd\x1d\xcd\x93\x39\ +\x8f\xc6\x5a\x97\xe3\x9e\x29\x04\x1b\x1f\x1f\x6f\x69\xc7\xb1\xe9\ +\x6a\x1e\x73\xcc\x31\x19\x00\x8f\xa0\xd1\x28\xec\xba\x06\xd1\x18\ +\xaf\x5d\xd6\x72\xe0\xe5\xcb\x97\x23\x16\x8b\x61\x64\x64\x04\x95\ +\x4a\x05\xdd\xdd\xdd\xa8\x54\x2a\xa1\x75\x41\x5d\x14\x27\xbe\x13\ +\x73\x24\x53\x23\x52\x6b\xba\x9a\x61\x26\xf5\xca\xdc\x5d\xea\xa7\ +\x6a\xba\x99\x4e\x5a\x96\xd0\xed\xe4\x82\x4b\xf4\xf7\xb0\xba\x9d\ +\xb6\xcf\xc7\xfb\x05\x8f\x96\x6e\xa7\x04\xba\x9c\xcd\xb4\xbc\x59\ +\x50\xfb\x65\x1c\x0d\x94\x21\x05\x6f\x46\xa4\x79\x6e\x84\xca\x55\ +\x2a\x15\x7c\xed\x6b\x5f\xc3\x6d\xb7\xdd\x16\xca\x09\x77\xed\xda\ +\x85\x0f\x7c\xe0\x03\xa8\xd5\x6a\x28\x14\x0a\x58\xb8\x70\x21\xc6\ +\xc7\xc7\x5b\x74\x3b\x63\x8d\xa4\x6d\x3b\x80\xb3\x1d\x28\x62\x19\ +\xc0\xaa\xc9\xc9\xc9\xe7\xa2\xd1\xa8\x57\xad\x56\x7d\x57\xbf\x16\ +\xe9\x58\x4a\xd1\x1d\x5e\x6a\xd1\xba\x1d\x9a\xe8\x69\x07\x80\x9f\ +\x00\xb8\x38\x44\x1d\x6f\x2d\x80\x3f\xca\x2f\xdc\x77\xdf\x7d\xf8\ +\xf8\xc7\x3f\x6e\x86\x92\x50\x59\x64\x70\x70\x10\xf3\xe7\xcf\x37\ +\x0a\x6e\x61\x75\x41\x25\x91\x99\x37\x03\xcb\x10\x95\xbf\x5f\x9b\ +\xe3\x05\x91\x18\x82\x9a\x69\x25\xae\xa0\x9d\x1c\x2e\xdd\x4e\x7a\ +\xff\x92\xac\x4d\x3f\xcb\x75\x59\x35\xdd\x4e\x2d\xe5\x9a\x4d\x33\ +\xad\x86\x86\x6b\x5d\x1d\x1a\xcd\x31\x50\x46\xc2\x35\x10\x50\xd6\ +\x61\xe4\x91\x4d\x04\xe2\x54\x2a\xd5\x92\xcc\xd2\x02\xf2\x7d\x1f\ +\x9f\xf9\xcc\x67\x42\x97\x21\x5e\x7c\xf1\x45\x9c\x7a\xea\xa9\x2d\ +\x24\x60\xb9\xa0\x52\xa9\x54\x0e\x8d\x09\xb9\xab\x1c\x0b\xfe\x30\ +\x80\x4f\xd6\xeb\xf5\xad\x93\x93\x93\x4e\x19\x09\x99\x80\x6b\xcd\ +\x9e\x5a\xaf\x5b\x2a\x95\x6a\x07\xf0\x5b\x34\xa4\x1f\x82\x98\x2b\ +\x1f\x83\xd2\x81\xce\x75\x35\x23\x91\x08\x46\x47\x47\x31\x30\x30\ +\x80\xe6\x0c\x0c\x03\x4c\xb8\x64\x1e\xa4\xb3\x68\x7f\x77\xc9\x48\ +\xd0\x73\xb6\x35\xb7\x06\xcd\x3c\x0f\x92\x91\x70\x49\xb5\x4b\x42\ +\xb3\x96\x5b\x06\xc9\x48\xf0\xc9\xc5\xb6\xb6\xa4\xb9\xc8\x48\xd8\ +\x04\x9a\x65\xf8\x6b\xe3\x1a\x47\x6c\x3d\x4f\x12\x79\xe2\x0f\x52\ +\xa2\x43\xda\x02\xa5\x22\xed\xbe\x7d\xfb\xcc\x18\xe1\x03\x07\x0e\ +\xa0\xad\xad\xcd\x08\xb3\xde\x7b\xef\xbd\xa1\x43\xd0\xd3\x4e\x3b\ +\x0d\x4f\x3e\xf9\xa4\xb9\xa7\x4a\xa5\xd2\x52\x16\x99\x9a\x9a\x42\ +\xa5\x52\x29\x00\xb8\x1c\xc0\x4e\xc7\x82\xef\x05\xb0\x96\x6a\x89\ +\xae\x9c\x8f\x8a\xcf\x5c\x53\x44\x86\xd6\x84\x5c\xf1\x67\x03\x60\ +\x47\x08\xc7\x1b\x69\x52\xc6\x66\x38\xde\xcf\x7f\xfe\x73\x5c\x79\ +\xe5\x95\x2d\xa3\xb8\xe6\xcf\x9f\x8f\xb7\xde\x7a\x0b\xe3\xe3\xe3\ +\x88\xc5\x62\xa6\x57\x4f\x86\xcb\xfc\x05\x73\x45\x2f\xbe\x51\xd2\ +\x06\x28\xbf\x5f\xd6\xf3\x78\x71\x58\x0b\xbd\x79\x71\x3e\xc8\xbe\ +\xed\xe4\xe2\xc8\x29\x2d\x6e\x9a\x34\x45\xe4\x0d\x39\xe1\x47\x96\ +\x3b\x6c\x2d\x61\x9c\x44\xc1\x6b\xb3\xdc\x3e\x27\x17\xf0\x29\x52\ +\x61\xec\xf3\xe7\xc3\xd7\x00\x55\x0c\xe8\xfe\x65\x13\xaf\x11\xe6\ +\x72\xf1\xdd\xb8\x63\xc9\xd8\x9d\xb7\xc8\xdb\x84\x86\x48\x05\x79\ +\xff\xfe\xfd\x68\x6b\x6b\xc3\xf1\xc7\x1f\x6f\x40\x18\x52\xc9\x9e\ +\x8d\x2e\xe8\xf2\xe5\xcb\x8d\x2e\x28\x8d\x01\x93\xb9\x56\x73\x44\ +\xf5\xc5\x00\xfe\xe0\x30\xf5\xe9\x4c\x26\xf3\x5a\x26\x93\xf9\x80\ +\x0b\x45\xd3\x06\x77\x68\xa3\xa8\x9b\xc8\xa6\xd7\xcc\x4d\x5f\x03\ +\x70\x96\x0b\xb9\x6c\x76\x27\x9c\x64\xe3\x6a\x92\xae\x66\x34\x1a\ +\x35\xb3\x13\xc6\xc6\xc6\xb0\x78\xf1\x62\xd3\x22\x44\x3a\x2c\x1a\ +\x40\xc1\x75\x41\x5d\xba\x9a\x41\xfd\x66\x2e\x5d\x4d\x8d\xd1\xe3\ +\xb2\xef\x92\x18\x94\xf7\xae\x31\x69\x5c\xba\x9d\x36\xe7\x08\xd2\ +\xed\x94\xcf\x46\xcb\x31\x65\xfe\xac\x35\x5b\xdb\x74\x3b\x65\x44\ +\x24\xf1\x91\x88\x26\x0f\xe0\x1a\xa7\x3b\x9b\x2b\x95\x4a\xa1\x5e\ +\xaf\x9b\xa2\x3b\xb1\x69\xa8\xaf\x8c\xc6\x51\xdd\x71\xc7\x1d\xf8\ +\xf4\xa7\x3f\x1d\xca\x26\xe9\x82\x76\x77\x77\x1b\x6d\xd1\x6c\x36\ +\xdb\x42\xa7\x3a\x74\xe8\x50\xc5\xf7\xfd\xa5\xb0\xcb\x12\xce\x6f\ +\x02\x1c\xaf\xb4\xb5\xb5\x59\xe1\xff\x20\x51\xdb\x62\xb1\x48\xb5\ +\x32\xcf\xf7\x7d\xbf\xb3\xb3\xf3\x60\xd3\x6e\x98\x02\xfa\x21\x8d\ +\xb9\xb2\x7a\xf5\x6a\x4c\x4c\x4c\xa0\xb3\xb3\x93\x38\xa0\x26\xbf\ +\x1d\x1b\x1b\x33\xa1\x14\xe7\xbe\xfe\xff\xba\x82\xfa\xd8\x5c\xf9\ +\x9e\x06\xe3\xf3\x88\x4b\xd6\x4d\x83\x40\x98\xd9\xf4\xd4\xbd\x57\ +\xae\x48\x98\xf1\x55\xdc\x39\xf9\xb1\x19\xa4\x4b\xa8\x9d\x1c\x7c\ +\x77\xca\xe5\x72\x18\x19\x19\x81\xe7\x79\xb3\x3a\x01\x49\x17\x34\ +\x1a\x8d\xa2\xab\xab\xcb\x8c\x2b\x2e\x97\xcb\x18\x1d\x1d\x35\xb5\ +\x41\xdf\xf7\x97\x20\x58\x19\xfb\x90\xe7\x79\x29\x0d\x01\xb3\x89\ +\xda\xd2\xfd\x13\x79\x79\x62\x62\xc2\xf7\x3c\x2f\xac\x84\xbb\x07\ +\xa5\x1f\x6f\xd3\xa6\x4d\x58\xbf\x7e\x3d\x0a\x85\x42\x8b\xb0\x90\ +\x2d\x1f\xe7\x45\x68\x9b\xae\xa6\xe4\x14\xba\x50\x50\xad\xa6\x26\ +\x37\x1e\x4d\x9b\xf2\xdd\xb4\xaf\xd1\x1e\x65\x9e\xe5\xd2\xd5\xd4\ +\x1a\xa0\x5d\xf7\x6e\x2b\x67\x04\xe9\x76\x6a\xf2\x95\x72\xed\xf0\ +\xfb\x30\x23\xc8\x88\x34\xaa\x71\xdd\xb4\x5f\x32\x1b\xc0\x85\xab\ +\x1a\x6b\xe1\x40\xad\x56\x43\x36\x9b\x35\x2f\xa3\x50\x28\xe0\xdb\ +\xdf\xfe\x36\x6e\xba\xe9\xa6\x50\x4e\xb8\x69\xd3\x26\xac\x5a\xb5\ +\x0a\xf5\x7a\xdd\xb4\x79\x44\xa3\x51\x43\xb1\xf2\x3c\x8f\x86\x8a\ +\x8c\x00\xe8\x72\xd4\x01\x3d\x00\xd9\xf1\xf1\xf1\x12\x07\x5c\x82\ +\x06\x99\x90\x28\x91\xe7\x79\x61\xfa\x0d\x81\x86\xf4\xc3\x8c\xd5\ +\xb9\x6d\xdb\x36\x53\xc7\x1b\x1f\x1f\x37\xca\xe1\x12\x50\x92\xd0\ +\xb5\xa6\x79\xf2\x1f\x09\xb8\xd8\x6c\x1e\x4d\xfb\x2e\xc0\x85\xf8\ +\xb7\x36\x40\x84\x13\xe3\xdf\x8b\x80\x8b\x27\xd5\xa0\x6c\xbb\xe8\ +\x91\x96\x1a\xb4\xd1\x48\xfc\x7b\xea\xf5\x3a\xe6\xcd\x9b\x87\x7c\ +\x3e\x8f\xce\xce\x4e\xd4\xeb\x75\x5c\x77\xdd\x75\xa1\xa9\x68\x4f\ +\x3c\xf1\x04\xce\x3c\xf3\x4c\x44\xa3\x51\x1c\x3a\x74\x08\x3d\x3d\ +\x3d\x66\x6c\x6f\x73\x7c\x34\x71\x2a\x5d\xc3\x59\xc8\x01\x17\x8e\ +\x8f\x8f\xef\xa7\x7b\x0e\x1a\xe1\x95\xc9\x64\xda\x9b\xe0\xca\x59\ +\x01\xb7\x39\xd6\x2c\xb2\xe7\xe5\x17\x5e\x78\xe1\x05\x9c\x74\xd2\ +\x49\x46\xd1\x7b\x7a\x7a\xda\x8c\x22\xe6\x27\xa0\x06\xf9\xcb\x99\ +\xf4\xff\xd1\xa5\x06\x29\x12\x75\xb4\xed\x6b\x33\xe9\x25\xb1\xdf\ +\x55\x0a\x20\x76\xd5\x7b\xb5\xd4\x60\x95\x0e\xd4\x86\x19\xca\x5f\ +\xa2\x4d\x97\xd1\x5a\x36\x6c\x15\xfe\x64\x32\x89\x58\x2c\x86\xe1\ +\xe1\x61\x74\x76\x76\x9a\x99\x78\x3f\xf8\xc1\x0f\xf0\xc5\x2f\x7e\ +\x31\x34\x08\xb3\x67\x4f\x23\xb5\xeb\xeb\xeb\xc3\xbe\x7d\xfb\x5a\ +\x34\x66\xc6\xc6\xc6\x7c\x00\xa8\xd5\x6a\xc7\x02\x78\x31\xa0\x10\ +\xbf\xb7\xbd\xbd\xfd\x14\xae\xb3\x6f\x0b\x3b\x9b\x8d\xb0\x9b\x42\ +\x38\xde\x7e\x34\x94\xc8\x66\x38\xde\x83\x0f\x3e\x88\x25\x4b\x96\ +\x18\x5e\xe9\xd4\xd4\x14\xba\xbb\xbb\x8d\xa6\xa9\xad\x6d\x47\xeb\ +\x4a\x90\xc3\x5f\xe4\x24\x20\x0d\x2c\x91\xe9\x84\x66\xdf\x46\xc2\ +\xf8\x8f\xb0\xaf\xad\x1b\xae\x4c\x47\x5c\x62\x6d\xb8\x29\xe7\x82\ +\xda\x5a\xa0\x64\xd8\x29\xa5\x09\x83\xec\x07\x61\x02\x41\xfe\x14\ +\x71\xd1\x6f\x82\xe8\x65\x36\xa8\x5a\x32\x18\x6c\x23\x7f\x29\x3c\ +\x6c\x6f\x6f\x6f\x09\xf3\x62\xb1\x18\x6e\xbc\xf1\xc6\xd0\xba\xa0\ +\x27\x9c\x70\x02\xfe\xf0\x87\x06\xb8\xd9\xd3\xd3\x83\x7d\xfb\xf6\ +\x21\x9b\xcd\x6a\xd2\x78\x1f\x65\x65\x08\xdf\x92\x8f\xfd\x98\x85\ +\x6c\x9e\x86\xfe\x76\x74\x74\x64\x9a\x05\xf4\x0b\x10\x3c\x8a\xf9\ +\x42\x28\xf2\x7e\x3f\xfa\xd1\x8f\x70\xf1\xc5\x17\x23\x93\xc9\xc0\ +\xf7\x7d\x73\x6a\x53\xd7\x37\x3f\xf5\x6c\x0c\x89\x30\xba\x9a\x41\ +\xc8\x26\xb7\x2f\x7b\x16\x5d\xb2\x7d\xae\xeb\xdd\xb0\x6f\x53\x0d\ +\x08\x9a\x5c\x2c\x9f\x93\x0d\x61\x3d\x52\xdd\xce\x20\xf5\x35\x97\ +\x7c\x61\x44\x53\x92\xb2\xf1\xec\x34\xe7\x73\x69\x2a\xda\xa6\xbf\ +\xf0\x97\xb1\x77\xef\x5e\x93\xf7\x0d\x0d\x0d\xbd\x03\x07\xce\x52\ +\x17\x74\xe9\xd2\xa5\x78\xfc\xf1\xc7\x0d\xca\x4a\x03\x41\xf8\xcb\ +\xf7\x7d\xbf\x0a\xe0\x52\xd8\x47\x54\x03\x40\x6f\x2a\x95\xba\x35\ +\x1a\x8d\xae\xf2\xc5\x13\x6d\xd6\x2e\xdb\xd0\x98\xb0\x1b\xc4\x5c\ +\xd9\x07\xe0\x12\x28\x1a\xa4\x0f\x3c\xf0\x00\x3e\xf5\xa9\x4f\x19\ +\xe4\xb2\x56\xab\xa1\xaf\xaf\x0f\x6f\xbc\xf1\x06\xca\xe5\x32\x7a\ +\x7a\x7a\x30\x34\x34\x64\x15\x05\xe6\xcf\x36\x48\x57\xd3\x05\x7e\ +\x04\xe9\x76\x6a\x8d\xb1\xda\x78\xed\x77\xd3\x7e\x10\x5a\xea\xd2\ +\xd5\xb4\xad\x4f\x97\x83\xcc\xc6\xbe\x4b\xb3\x53\xe6\xdf\x32\xef\ +\x6d\x6b\x6b\x6b\x70\x3b\xb5\x11\x50\x36\x46\x79\x90\x87\xcb\x41\ +\x11\xf2\x04\xe4\x7f\x0a\x85\x02\x16\x2f\x5e\x8c\x7c\x3e\x8f\x58\ +\x2c\x86\x9e\x9e\x1e\xe3\x34\x54\x86\x98\x8d\x2e\xe8\xb9\xe7\x9e\ +\x8b\xdf\xff\xfe\xf7\xe8\xec\xec\x34\x0e\xad\xc4\xf9\x79\x00\x7f\ +\x81\xc6\x84\x5c\xcd\x71\xfa\x01\x5c\x07\xe0\xa7\x9e\xe7\x2d\x55\ +\x3e\xf3\xb3\x01\x0c\x1a\xca\xf1\x56\x68\x8e\xf7\x9b\xdf\xfc\x06\ +\x9f\xf8\xc4\x27\x4c\x69\x84\xa8\x77\xf9\x7c\x1e\x27\x9c\x70\x02\ +\xa6\xa7\xa7\x8d\x9c\xbb\xc6\x49\x94\x0b\x25\xac\x36\xa5\xf6\x0e\ +\x82\x74\x3b\x35\xb2\xb1\xb6\xd3\xbf\x5b\xf6\x83\x3e\x5b\x90\xae\ +\xa6\x3c\x40\x82\xf4\x34\x65\x7e\x3d\x5b\xdd\x4e\x1b\x89\x5c\x3e\ +\x33\xe3\x63\x84\xde\xc8\xde\x26\xa9\x7b\xa8\x25\x95\x5a\x03\x22\ +\xbf\x41\xe2\x46\x6a\xf3\xae\x25\xfc\xab\xd9\x2f\x95\x4a\xe8\xe8\ +\xe8\x40\xb5\x5a\xc5\xb5\xd7\x5e\x8b\x1f\xfd\xe8\x47\xa1\x9c\xf0\ +\xb7\xbf\xfd\x2d\x2e\xb9\xe4\x12\xe3\xd4\xa4\xf7\x18\x8f\xc7\x11\ +\x89\x44\x50\xad\x56\x91\x4a\xa5\xe2\x00\xfe\x0d\x8d\x8e\x72\xdb\ +\x55\x03\xf0\xc1\x5a\xad\xf6\x66\x53\x1e\xe3\x4d\x00\x4b\x42\xdc\ +\xc2\x3c\x58\x04\x6d\x3f\xfe\xf1\x8f\xb7\xf0\x52\x5d\x80\x0e\xa7\ +\x91\x11\xe3\x82\x97\x1f\xe8\x99\x12\xe1\xa1\x59\x73\x54\x05\xb0\ +\x34\xfb\xda\xac\x09\xfe\x5e\xf8\x74\x61\x7a\x4f\x47\xb3\x99\x96\ +\xb8\xa9\x47\xda\xec\x0a\xc0\x0c\xf2\x21\x5b\x04\x92\xd4\x6a\x35\ +\xf5\x40\x99\x8d\x7d\x1e\x6e\x6a\xe9\x18\xd5\x5a\x8f\xd4\xbe\x57\ +\x2a\x95\xac\x32\x12\xbc\x4d\x5e\x0b\x2b\xe9\x25\x68\xda\x94\xf4\ +\xf2\x5c\x68\xa9\x16\x12\x48\x34\x8b\x58\x32\x9e\xe7\xe1\x2b\x5f\ +\xf9\x4a\x28\x59\xc2\xf7\xbf\xff\xfd\xb8\xf9\xe6\x9b\xb1\x76\xed\ +\x5a\x73\x8a\xe6\x72\x39\x0c\x0d\x0d\x61\x6a\x6a\x0a\xf3\xe7\xcf\ +\xc7\x1f\xff\xf8\x47\x2c\x5e\xbc\x18\xe9\x74\x7a\x1f\x80\x81\x00\ +\x93\xb1\x66\x18\xd9\x17\xc2\xf1\x62\x4d\x06\x8b\x5a\x4e\x28\x97\ +\xcb\xa6\x37\x51\x6b\x58\x96\xcd\x98\xf2\xb9\xf2\xbc\x3a\x91\x48\ +\xcc\x20\x34\xf3\x67\x2c\x07\xa1\x48\xfb\x9c\xa5\x24\xd1\x6d\xe0\ +\x9d\x11\xdc\xef\x96\x8c\x04\x0d\xa2\x39\x52\x99\x07\xae\x72\xc7\ +\xc7\x7a\xd3\x82\xe7\x68\xfb\x91\xd8\xd7\x9a\x0e\xe4\x88\xb3\xb9\ +\xd8\xf7\x68\x3c\xb0\x56\x1c\xe4\x9e\xab\xd1\x89\x38\x17\x4e\xeb\ +\x9c\x2e\x16\x8b\x33\xf2\x16\xdb\xdc\x71\xcd\x7e\x24\x12\x69\x99\ +\x0f\x98\xcf\xe7\xf1\xcd\x6f\x7e\x33\xd4\x78\x32\xe0\x1d\x21\xd9\ +\xc9\xc9\x49\xe4\xf3\x79\x24\x12\x09\xc3\x14\xa1\x6e\xe6\x44\x22\ +\x81\x78\x3c\x1e\xa4\x8c\x1d\xf6\x52\xe3\xab\x6d\xdb\xb6\x61\xc5\ +\x8a\x15\xe6\x99\xee\xdf\xbf\xdf\x8c\x4a\x0b\x12\x68\xb2\xd1\x95\ +\x00\x98\x22\xbf\xa6\xc7\x42\x1c\xc6\x20\xfb\x5c\xb9\x80\x03\x0c\ +\xd4\x12\xc6\xaf\x77\x4b\x40\xe9\x48\x05\x8e\xa8\xb9\x9a\x36\x31\ +\xb2\x15\x8d\x46\xd1\xde\xde\xde\x72\xfa\x1f\x89\x7d\xe2\x7d\x72\ +\x6e\xaf\xe4\xbb\xce\xc5\x7e\x34\x1a\x8d\xce\x78\xb9\x12\x82\xd5\ +\x94\xa4\xe8\xd8\xd5\xda\x4c\x28\x5e\xa6\x5d\x48\xc2\xf4\x72\x67\ +\x75\xd9\xa7\xd0\xab\x54\x2a\xa1\xb3\xb3\x13\xdf\xfd\xee\x77\xe1\ +\x79\x5e\xa8\x13\x70\xe5\xca\x95\xf8\xdd\xef\x7e\x87\xd5\xab\x57\ +\xa3\xa3\xa3\x03\x07\x0f\x1e\xc4\xa2\x45\x8b\xcc\xb0\x96\x66\x87\ +\xb9\xe7\xfb\x7e\x97\xe7\x79\x87\x01\xf4\x1c\xa1\xd3\x4d\x01\x48\ +\xda\x36\x80\xb3\xce\x3a\x0b\x91\x48\x04\x83\x83\x83\x88\xc5\x62\ +\x18\x18\x18\xc0\xc8\xc8\x88\x51\x65\x93\xbc\x46\xde\x45\x2d\x17\ +\x2f\x27\x73\x6b\x9d\xe4\x7c\x21\xf0\x50\x55\xb3\xcf\xdf\xb1\xec\ +\x83\xe3\x05\x65\x3e\x0c\x94\xea\x8f\x3c\x27\x92\x1d\x0c\x72\x58\ +\x8c\xec\xb3\x93\xe1\xb3\x46\xd8\xd0\x4e\x1b\x69\x9f\x08\x11\xd4\ +\x33\xca\xef\x99\xbe\x36\x17\xfb\xb2\x4c\x20\xcb\x38\x73\xb5\x1f\ +\xc1\x7b\xf8\x22\x61\xd2\x62\xb1\x68\x64\xec\xe2\xf1\xf8\xac\xc6\ +\x93\x9d\x7f\xfe\xf9\xd8\xbb\x77\x2f\xa6\xa6\xa6\xb0\x68\xd1\x22\ +\xec\xdd\xbb\x57\x0e\x45\xf4\x3d\xcf\xf3\xa6\xa6\xa6\x7a\x01\xfc\ +\xe9\x08\x6e\x73\x04\xc0\x02\x34\x34\x63\x5a\xae\xcd\x9b\x37\x63\ +\xc5\x8a\x15\x46\x5e\x31\x97\xcb\x61\xde\xbc\x79\xd8\xb3\x67\x8f\ +\x11\x39\xfa\xf3\xf5\x9f\xf7\x8a\xd2\x91\x4d\xa7\x9d\x2b\xec\x94\ +\xf5\x24\xe9\xe5\x92\x8f\x48\x3b\x24\xcf\xf7\x5c\x61\xa7\xb4\x4f\ +\xa7\x63\x3c\x1e\x6f\x01\x80\x00\xe0\xe6\x9b\x6f\x46\x2c\x16\xc3\ +\x5d\x77\xdd\x15\xf8\x21\x17\x2d\x5a\x84\x27\x9e\x78\x02\x67\x9f\ +\x7d\x36\xfa\xfa\xfa\x5a\xe4\xd4\x9b\x71\x3d\x75\xc4\x9f\xe0\x79\ +\xde\x73\x00\xce\x08\x40\x33\xe9\x7a\x1b\x0d\x31\xdf\xc3\xf2\x0b\ +\x3f\xfe\xf1\x8f\xb1\x76\xed\x5a\x33\xb4\x84\x48\x05\x00\x8c\xa8\ +\x94\xa4\x3f\xc9\xa2\xb2\xac\xf1\x71\x80\x85\x36\x22\x29\x69\xc0\ +\x4f\xb5\x30\xf6\x79\x28\x28\xc3\x4e\x49\xb0\x0f\x0a\x3b\x65\x49\ +\x44\xce\xd0\x93\xa7\x83\x24\x5d\xd8\x46\x6c\xdb\xec\xd3\x29\xc7\ +\x4f\x78\xfe\xac\x64\x58\x78\x24\xf6\x65\x49\x84\x47\x0b\x73\xb5\ +\xff\x9e\x06\x5c\x62\xb1\x18\xde\x7a\xeb\x2d\x9c\x78\x62\xa3\x51\ +\x60\x74\x74\xd4\xb4\xd7\x50\x29\x61\xc3\x86\x0d\xa1\x1c\x10\x00\ +\x76\xec\xd8\x81\xe5\xcb\x97\x1b\x79\x74\x72\x66\xca\x11\x9a\x9f\ +\x21\x83\x46\x23\xec\x79\x01\xe6\xf6\xa0\x31\x8a\xf9\xdf\xb5\xee\ +\x04\x22\x49\x67\x32\x19\xc3\xd5\x1c\x19\x19\x41\x57\x57\x17\x3c\ +\xcf\x33\x32\xe4\x7f\x06\x5c\xfe\x13\x03\x2e\xef\xe5\x52\x03\xdd\ +\xd7\xe8\xe8\xa8\xf9\xb0\xf5\x7a\x1d\x89\x44\x02\xe9\x74\xda\xc4\ +\xfa\x9f\xfd\xec\x67\x43\x2b\x63\x3f\xfb\xec\xb3\x58\xb6\x6c\x99\ +\xe9\x2b\x24\xe9\x40\x2e\x9a\x9b\xcb\xe5\xe6\x01\x78\xd0\xf3\xbc\ +\x7f\xf3\x7d\xff\x5c\xcc\x9c\x1e\x34\xd8\xac\xf5\xcd\x90\x7e\xd8\ +\xb2\x65\x0b\xd6\xac\x59\x83\x62\xb1\x88\x6c\x36\x8b\x91\x91\x11\ +\x74\x76\x76\xa2\x58\x2c\x22\x97\xcb\xa1\x58\x2c\x9a\x45\x27\x15\ +\xd0\xfe\x5c\x6a\xf8\xcf\x55\x6a\x88\x4a\xe6\x01\x4f\x54\x39\x8a\ +\x44\x49\xbe\xec\xb3\xe2\x28\xa5\x6c\xc2\xe4\x76\x69\x97\xa0\x26\ +\x58\x0a\x49\xb9\x7d\x8e\x20\xd1\x87\xac\x54\x2a\xe6\xa5\xf3\x9d\ +\xcd\xf7\x7d\x0c\x0f\x0f\xa3\xbf\xbf\x1f\x77\xdf\x7d\x37\x12\x89\ +\x04\x6e\xbf\xfd\xf6\x40\xe7\x3b\xf3\xcc\x33\x8d\x2e\x28\x39\x6f\ +\x53\xbe\xdd\x68\x83\x56\x2a\x95\x91\x54\x2a\xb5\xd6\xf7\xfd\xef\ +\x2a\xdd\x0a\x55\x00\x67\x36\x43\xce\x96\xeb\xfe\xfb\xef\xc7\x9a\ +\x35\x6b\x30\x3d\x3d\x8d\x6c\x36\x6b\xc6\x5f\xd3\xb4\xa0\x52\xa9\ +\x64\xea\x8e\xda\x73\xd4\x24\x17\xb4\x22\xb5\x04\x49\xb8\x73\xd8\ +\x16\x00\xbd\x1f\xad\x5b\x5d\x0b\x31\xe9\x5d\xc9\x93\x91\x7e\x9f\ +\x0c\xc5\xb4\x6e\x78\xd2\x4a\x95\xef\x95\x16\x24\x47\x11\x69\x8d\ +\x70\x94\x92\xdf\x0b\x1d\x08\xfc\x74\xe6\xeb\x8c\x6b\x71\x4a\x7d\ +\x56\x9e\x5a\x71\x15\xf1\x20\xfb\x4d\x69\x12\xab\x6e\x27\x9f\x23\ +\x48\x29\x9b\x06\x40\x52\x97\x0c\xf7\x91\x48\x24\x32\x13\x70\xb1\ +\x1d\xb1\x2e\x86\x8b\x36\x6c\xde\x89\xc7\x2b\xe1\xa7\xc6\x40\x08\ +\x92\x79\xe8\xef\xef\x37\xa1\xd5\x6d\xb7\xdd\x86\x2f\x7c\xe1\x0b\ +\xa1\x4e\x3f\xae\x0b\x4a\xc2\xab\x07\x0f\x1e\x44\x3c\x1e\x37\x0d\ +\xba\xaf\xbf\xfe\xfa\x08\x80\x2f\x29\x4e\x36\x5f\x73\xbc\xad\x5b\ +\xb7\xe2\xf2\xcb\x2f\x37\xe5\x15\xda\x15\x5d\x8d\xa6\x1a\x2b\xc2\ +\x46\x65\x0a\xc3\x28\x71\x4d\xc7\x75\x7d\xbf\x8b\xab\x39\x17\xfb\ +\x2e\xee\xa7\xb6\x0e\x02\xeb\x38\x96\x67\xa3\x31\x4b\x6c\x03\x3e\ +\x8f\xd4\xbe\xc6\xac\x39\xd2\x67\x69\x36\x49\xc9\x45\xd3\x3a\x11\ +\x6c\xce\x17\x66\xde\xb9\xdc\x01\x6c\xf9\x87\xd6\xcb\x15\xe4\x7c\ +\xe5\x72\xd9\x80\x31\x00\x70\xd3\x4d\x37\xcd\x4a\x17\x74\xe7\xce\ +\x9d\x46\x4f\x86\xe4\x08\x47\x47\x47\x31\x32\x32\x42\x79\xe6\x24\ +\x1a\x9d\xe9\xd4\x75\x1e\x01\x50\xd4\x42\xcd\x15\x2b\x56\x98\xda\ +\x1b\x85\x96\x5a\xbe\xc5\x3f\xa7\xf6\x99\x6d\x2d\x36\x36\x0e\x67\ +\x18\xdd\x4e\x8d\x3a\xa5\x75\x6b\xc8\xcd\xe0\x68\xd8\xb7\x51\xae\ +\x78\x2f\x1f\x07\x60\x34\xdb\x61\xd6\x98\xcd\xf9\xe4\x5a\x0b\x6a\ +\x9a\xd5\xec\xdb\x74\x3b\x25\x56\x62\xe3\x77\xda\x3e\xab\x47\x47\ +\xa7\x54\x11\x76\xed\x96\x3c\xe1\x76\x91\x5f\x05\xa4\x6f\x55\x78\ +\x76\xed\x22\xae\x7e\x2a\x12\x12\xa2\xc1\x20\x5d\x5d\x5d\xa8\x54\ +\x2a\xf8\xf2\x97\xbf\x8c\x7b\xee\xb9\x27\xd4\x29\xf8\xc4\x13\x4f\ +\xe0\xb4\xd3\x4e\x43\x3a\x9d\xc6\xd0\xd0\x10\x06\x07\x07\x71\xca\ +\x29\xa7\x84\x86\x8b\x7f\xf7\xbb\xdf\xe1\x23\x1f\xf9\x08\x52\xa9\ +\x14\x0e\x1f\x3e\x8c\x54\x2a\x85\x74\x3a\x6d\x42\xeb\xb0\x27\x8f\ +\x8d\xc7\xe8\xda\xbd\xf9\xf3\xb7\xcd\x11\x0c\x6b\x9f\xeb\x5c\xd2\ +\xd7\xf9\xfd\x1f\x89\x7d\xd7\xbd\x53\x38\xa8\x11\xf5\x6d\x1b\xb2\ +\xbc\x77\xe9\xe0\x5a\x4d\xd9\x15\x9d\xd9\xf8\xa4\x5a\xae\xa8\x49\ +\x4b\x72\xb9\x78\x57\xa4\x28\x73\x6d\x73\x4f\x94\xa8\xda\x1a\x1e\ +\x6d\xe1\x05\x3f\xc9\x82\x42\x53\xdb\x62\xb2\xed\x9e\x1a\x18\x63\ +\xd3\xd5\x24\x15\x2a\x9a\x51\x17\x8f\xc7\x51\xad\x56\xf1\xb5\xaf\ +\x7d\x2d\xf4\x80\xce\x5d\xbb\x76\x21\x97\xcb\x61\x78\x78\x18\x4b\ +\x97\x2e\x0d\xed\x78\x0f\x3e\xf8\x20\x2e\xbe\xf8\x62\x00\x30\x79\ +\x5d\x2a\x95\xc2\x9e\x3d\x7b\xb0\x70\xe1\xc2\x19\x9a\x92\x1a\x91\ +\x57\xcb\xe7\x6c\x44\x5d\xf9\x6e\x34\xc1\x2b\x0d\x5d\x74\xd9\x76\ +\xbd\x7b\x09\x9c\xcc\xd6\xbe\x6d\xe4\x80\xfc\xde\xa0\xe7\xa3\x7d\ +\x66\x2e\x1f\x29\x49\x06\xb2\x8b\x42\xfb\x59\x79\xba\x6b\xdf\xc3\ +\xf1\x0f\x6d\xf3\xb7\x85\xa4\x61\xfd\xc3\xa3\x29\x3d\x52\x83\x82\ +\xef\x86\x5a\xa7\xb2\x04\x69\xb4\xdd\x8a\x27\xf6\x5a\xcd\x43\x53\ +\x9d\x92\xb0\xb9\x4b\x57\x73\x72\x72\xb2\x45\x17\x94\xcb\xc5\xcd\ +\x56\x17\x74\xfb\xf6\xed\x46\xca\x21\xcc\x45\xba\x9a\x34\x43\x70\ +\x74\x74\x14\x7d\x7d\x7d\x28\x95\x4a\xa6\x83\x5a\x76\x56\x68\x03\ +\x45\xe4\x69\x12\xd4\xe7\xa6\xe5\xcb\x36\x19\x09\x2d\xc7\xd6\x18\ +\x26\x36\x99\x87\xb9\xda\x97\xe5\x11\x99\x2b\x71\x1d\x20\x6e\x9b\ +\x03\x31\x1c\xb0\x91\x76\x83\x74\x3b\xa5\x73\xcb\x52\x0d\x97\x91\ +\xd0\xec\x07\xc9\x54\x68\xbd\x95\x72\xb2\x6e\xcb\x60\x14\x11\x86\ +\x47\xb4\x1b\x92\xc5\x5d\x19\xff\x6a\xfd\x49\x9a\xb0\xac\xd6\xe8\ +\xe9\x2a\x2d\xc8\xe6\xd0\xa0\x9c\xaf\xa3\xa3\x03\x07\x0e\x1c\x40\ +\x32\x99\xc4\xd4\xd4\x14\x0e\x1d\x3a\x84\x58\x2c\x66\xda\xfb\x67\ +\xa3\x0b\x3a\x1b\xc7\x23\x5d\xcd\x42\xa1\x80\x54\x2a\x85\xb1\xb1\ +\x31\x53\xbc\x07\x60\x64\xfd\xe4\xb3\xb1\x89\xc3\xce\x68\xb2\xb4\ +\x88\x5a\xc9\x9c\x8f\x3b\x8b\xd6\xf1\xad\xc9\xbe\xbb\x72\x50\x89\ +\x84\x1e\x4d\xfb\x5a\xce\x2a\xf3\x31\x29\x4b\xa1\xc9\x12\xda\x9e\ +\x8d\x26\x1d\xe8\x7a\x96\x36\xd9\xc3\x23\xb5\xaf\xe5\xe6\x41\x9f\ +\x35\x12\xa6\x1f\xcc\x16\x16\xd8\xa6\x17\xd9\xd4\x8d\xb5\x63\x3e\ +\x48\x7e\xdc\xd5\x4f\x35\x32\x32\x82\x81\x81\x01\xc3\x99\x5c\xb2\ +\x64\x09\x26\x26\x26\xd0\xde\xde\x6e\xea\x3e\xb3\x51\x45\x0b\x9b\ +\xe3\x91\xae\x66\x2e\x97\x43\xbd\x5e\x47\x77\x77\x37\x86\x86\x86\ +\xb0\x60\xc1\x02\x33\x97\xb0\x29\xe0\x64\xe5\x5f\xba\x9e\x7b\x98\ +\xbc\xd0\x86\x2c\xda\x40\x02\x5b\x68\xe8\x7a\xaf\x47\xd3\xbe\x96\ +\x57\x69\xb6\x5d\x79\x92\x0d\x8d\x74\x39\x87\x76\x3f\x5a\xcd\x33\ +\xc8\xbe\x06\x32\x06\xf9\x87\x4b\x68\xca\xf3\x3c\x44\x35\x84\x93\ +\xc2\x01\x9b\x71\x4e\x2f\x93\x39\x80\x96\x8c\xda\xd0\x25\xfe\x7b\ +\xf9\xc3\xe0\xa7\xaa\xa6\xc2\x45\xdf\x43\xf3\x1f\x08\xe0\xa0\x10\ +\x90\x8a\xad\x24\xca\xb4\x71\xe3\x46\x4c\x4e\x4e\x86\x2e\xc4\xdb\ +\xae\x9f\xfd\xec\x67\x58\xbd\x7a\xb5\x99\x7f\x4e\xbf\x67\x62\x62\ +\xc2\x74\xcf\xd3\x29\x41\xf4\x31\x39\x9f\x8e\xc2\x10\xea\x60\x97\ +\xce\xd9\x42\x3f\x62\x75\x57\x39\xd4\x92\x13\xd8\xb5\x7c\x8d\xcf\ +\x42\x90\xa1\xad\x04\x38\xb4\xa1\x99\x54\x3b\x93\x3f\x63\x1b\x9b\ +\xa6\x75\xcf\x4b\x75\x67\x59\x2e\x91\xea\x6b\x32\x07\x95\xc0\x9e\ +\x2c\x7c\xf3\x54\x84\xde\x3b\xff\x0c\x72\xb8\xa6\x1c\x72\xc2\x5b\ +\xba\x34\x07\x92\x4a\xd9\xfc\x99\x73\xfa\x9a\x4d\x4a\x22\x48\xcf\ +\x34\xca\x93\x4a\xfe\x50\x24\x22\xa4\xbd\x30\x99\xa4\x4a\xcf\x97\ +\xec\x6f\x69\x5f\xc2\xee\xfc\x45\xf0\x82\x3e\x7d\x58\x9e\x48\xd3\ +\x82\x96\x6c\x19\x6e\xbf\xb3\xb3\xd3\x0c\xd7\xdc\xb8\x71\x23\xa2\ +\xd1\x28\xee\xbc\xf3\xce\x23\x72\xbc\x87\x1f\x7e\x18\x17\x5e\x78\ +\xa1\x69\x03\x92\x0b\x4c\x63\x74\xd8\x60\x70\xe9\x68\x32\x0f\xb3\ +\x69\x4f\x6a\xf6\x5d\x2f\x9d\x9c\x5c\xda\xd3\x72\x79\xcd\x3e\xe5\ +\x2c\x72\x6c\x1a\xbd\x1b\x49\x2f\xd3\xee\x5f\x3b\xe1\x98\xba\xf8\ +\x0c\x94\x95\x4f\xa4\x95\x9b\x86\x76\xff\x41\x4a\xd3\x32\x8a\x92\ +\xeb\x5a\xeb\xde\xb1\x49\x2f\xce\xd6\xbe\xf6\xef\x96\xc3\x89\x12\ +\x4a\x5b\x42\xef\x42\x3b\xf9\xcb\x91\x49\x39\x47\x8b\x6c\xf6\x5d\ +\xa8\x1b\x4f\xb6\x09\x60\xa1\xdd\x98\x16\x06\x91\x81\x6d\xf6\xc7\ +\xc7\xc7\x91\x4e\xa7\x0d\x4d\xab\x5c\x2e\xe3\x5b\xdf\xfa\x16\x6e\ +\xbc\xf1\xc6\x59\x39\xde\x8e\x1d\x3b\x70\xee\xb9\xe7\x1a\x4a\x54\ +\xa9\x54\x32\xf2\x7e\x9a\x44\x39\xfd\x21\xe0\x45\xcb\xaf\x82\xd0\ +\x65\x0d\x0a\x97\xf6\xe5\x20\x10\xbe\x51\x69\x32\x07\xf2\xef\x5a\ +\x4a\xc0\xed\x93\xa8\x95\xed\xfd\x4a\xa4\x51\xbb\x7f\x1b\xba\xaa\ +\xe5\x42\xda\x86\x13\x84\xc0\x53\xb9\x82\x4f\x16\xa6\xcd\x59\x86\ +\x94\xf2\xe7\xe5\x58\x6f\x99\xaf\xc5\x62\xb1\x39\xd9\xd7\xf4\x74\ +\xb8\x7d\x4f\x03\x45\x6c\xc5\x4a\xa9\x3a\x45\xec\x12\x2d\x9f\xe1\ +\xac\x7b\x97\x7d\x17\x00\xc3\x67\x5a\x73\xe7\x93\xc3\x5b\x5c\xf6\ +\xe9\x21\xd6\xeb\x75\xe4\x72\x39\x54\xab\x55\x7c\xfd\xeb\x5f\xc7\ +\x0f\x7e\xf0\x83\x50\x8e\xf7\xfc\xf3\xcf\xe3\xf4\xd3\x4f\x07\xd0\ +\x18\x35\x4c\x7d\x85\x92\xb9\xae\x3d\x23\x39\xcc\x44\xc2\xe1\x84\ +\xca\x6a\x60\x84\x0c\xcd\x35\xfb\xc4\x5f\xe4\xa7\x07\x7f\xf1\xd2\ +\xbe\x4d\x83\xc5\x66\x9f\xc2\x68\xed\xdd\xcb\x48\x47\xbb\x7f\xed\ +\x64\xe7\xf7\x40\xfd\xa0\x52\x24\xca\x95\x43\x49\x5d\x50\x19\x16\ +\xf2\x70\x98\x77\x75\x84\x29\xd0\x4b\xfe\x31\x11\xcb\x8f\x96\x7d\ +\xb9\x4e\xa3\xd2\x33\x25\x33\x5b\x72\x05\xf9\xf7\x72\xc9\x72\xad\ +\xe0\x2b\x43\x49\x9b\x7d\x49\xf2\xd5\xda\x99\x78\xa8\x42\x79\x94\ +\xcd\x3e\xd9\x26\xb8\xb9\x50\x28\xa0\xaf\xaf\xcf\x3c\xd0\x7f\xfc\ +\xc7\x7f\xc4\xf4\xf4\x34\x6e\xbb\xed\x36\xcc\x9f\x3f\x1f\x83\x83\ +\x83\xaa\xe3\x6d\xde\xbc\x19\xc7\x1d\x77\x5c\xcb\xbd\x50\x39\x81\ +\xb8\xa0\x9a\xc6\xa4\xd6\xe5\xa1\x81\x18\x92\x83\x28\x77\x46\x5b\ +\x3b\x96\x74\x62\x1e\x92\xdb\xd0\x55\x9b\x3c\x5f\x90\x7d\x99\x52\ +\xc8\xf2\x80\xeb\xfe\xe9\xbd\x6a\xe9\x8a\x64\xf8\xc8\x50\x5c\xcb\ +\xf1\x65\x09\x8b\xb7\xc2\xf1\x75\x44\x27\xa2\x1c\x61\xa6\xe5\x62\ +\xae\x67\x43\xd1\xd5\xd1\xb0\xaf\x35\x16\x44\xf9\x87\xb6\xe5\x27\ +\xb6\x8b\x97\x13\xb4\xdc\x41\xd6\x02\x6d\x34\x20\x79\xd3\x1a\x32\ +\xc5\x17\xaa\xcc\xf3\xe4\x18\x6b\xfa\x9e\x72\xb9\x8c\x79\xf3\xe6\ +\x21\x93\xc9\xb4\x74\x0a\xb4\xb5\xb5\xe1\xa6\x9b\x6e\x42\x26\x93\ +\xc1\x3f\xfc\xc3\x3f\xa8\x9f\xed\x17\xbf\xf8\x05\xd6\xae\x5d\x6b\ +\xc2\x8e\xa1\xa1\x21\xa3\xab\x59\xaf\xd7\x5b\x76\x45\x2d\x74\xb2\ +\x01\x0f\x32\xa7\xb1\xa1\x8e\x1a\x5d\x4b\x23\x1c\xcb\x31\xc5\x3c\ +\xcf\x0b\xfa\x1d\xf2\xc4\x93\xf6\x65\x3d\x50\x16\x8e\x83\xee\x5f\ +\x4e\x70\x95\x1b\x92\x7c\x67\xda\x66\x6a\x43\x63\xa5\x6e\x27\xdf\ +\x4c\x34\x36\x89\x0d\xcd\x95\xfd\xa4\xdc\xce\xd1\xb0\x6f\x2b\x9f\ +\x01\x68\xe5\x76\x6a\xcd\xae\x2e\xf6\x8a\x46\xd3\x99\x8d\x6e\x67\ +\xd0\x54\x19\x7e\xc3\x5c\x5e\x42\x6b\xbc\xd5\x8e\xff\x64\x32\x89\ +\xdd\xbb\x77\x9b\x66\xd6\xe1\xe1\x61\xa3\x1b\x92\x4c\x26\xf1\xed\ +\x6f\x7f\x1b\x5f\xfd\xea\x57\x67\xfc\xde\x07\x1e\x78\x00\xeb\xd7\ +\xaf\xc7\xf8\xf8\x38\xa2\xd1\x28\x6a\xb5\x1a\x7a\x7a\x7a\xf0\xe6\ +\x9b\x6f\x1a\x79\xfb\xe1\xe1\x61\x67\x5d\x88\xc0\x08\x8d\x97\xe9\ +\x82\xe4\xb5\xc9\x3b\x5a\x03\x2c\xaf\xc7\xc9\x70\x32\x88\x48\x1c\ +\xd6\xbe\xa6\x15\x2a\x17\xa9\xeb\xfe\x35\x58\x5e\xab\x1d\x6a\x6b\ +\xc8\xb6\x19\x49\xd0\x43\x2b\x5b\x69\x73\x20\xb4\x3a\xb5\x2c\x3b\ +\xc8\x41\x2d\x73\xb5\xaf\xd5\x4f\x5b\x88\x29\x41\x75\x8e\xb0\xa3\ +\x96\x34\xcf\x0f\xd2\xed\x0c\x72\x6e\xd9\x2e\x23\x4f\x3f\x4d\x73\ +\x94\xdb\xac\x56\xab\x58\xb2\x64\x09\x0a\x85\x02\x62\xb1\x18\x7a\ +\x7b\x7b\xcd\xcf\xe4\xf3\x79\xc4\xe3\x71\x7c\xe7\x3b\xdf\xc1\x97\ +\xbe\xf4\xa5\x96\x02\xfa\x27\x3e\xf1\x09\x54\x2a\x15\x33\x6c\x23\ +\x91\x48\xa0\x5e\xaf\x9b\x10\x74\x64\x64\xc4\xe8\x6a\xda\xfa\xbd\ +\xb4\x05\xa4\x45\x14\x61\x78\xb4\x36\xb8\x5f\xe6\x13\xb3\xd5\xed\ +\x0c\xb2\xaf\xa9\x64\x6b\x79\xb5\x4b\xb7\xd3\xd6\x05\x23\xdf\x69\ +\x90\x66\xe7\xd1\xd0\xed\xd4\xd6\x8e\xf6\xfc\x38\x9a\x7c\x34\xec\ +\xdb\xe6\xdb\xff\x3f\x51\xd7\x8d\xfc\x4c\x19\x25\x64\x00\x00\x00\ +\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x96\x5b\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x02\x00\x00\x00\x02\x00\x08\x06\x00\x00\x00\xf4\x78\xd4\xfa\ +\x00\x00\x12\xc3\x7a\x54\x58\x74\x52\x61\x77\x20\x70\x72\x6f\x66\ +\x69\x6c\x65\x20\x74\x79\x70\x65\x20\x65\x78\x69\x66\x00\x00\x78\ +\xda\xcd\x9a\x69\x72\x1b\xbb\x92\x85\xff\x63\x15\xbd\x04\x24\x66\ +\x2c\x07\x43\x22\xe2\xed\xa0\x97\xdf\x5f\x82\x14\x2d\x4b\xf6\xb5\ +\xe4\xdb\xd1\xd1\xa2\x2d\x52\x64\xb1\x0a\x40\x9e\x3c\x03\x48\xa7\ +\xff\xfd\x9f\xe3\xfe\x8b\x9f\x9c\x83\x77\x29\xd7\x56\x7a\x29\x9e\ +\x9f\xd4\x53\x0f\x83\x07\xcd\x3f\x7e\xe6\xfd\x2d\x3e\xdd\xdf\x6f\ +\x3f\xe1\xf9\xec\x4f\xcf\xbb\xd7\x0b\x81\xa7\x22\xf7\xf1\xf1\x42\ +\x0f\xcf\xb7\x29\xcf\xf3\x58\x9e\x7f\xf7\xe7\x45\xe4\xed\xf8\xd7\ +\x89\x9e\x0f\x64\xf0\x28\xff\x78\x61\x8c\xe7\xf3\xf3\xe7\xe7\xe7\ +\xf3\x84\xa1\x7d\x3c\xd1\x73\x04\x51\x1e\x57\xf6\xfb\xf9\x86\xe7\ +\x89\x62\x78\x8e\x28\x3d\xfe\x5e\xcf\x11\x95\xde\xea\x4f\x53\xdb\ +\xeb\x79\xe5\xf4\x7c\xaa\xfd\xf8\x9f\x62\x0d\x25\x17\xa9\x89\xdf\ +\x29\xf8\x5a\x4b\xe7\x71\x0b\x3e\x55\xd6\x73\xdb\x40\xcf\x0a\xfd\ +\x9e\x28\x3f\x16\xf4\xf5\xc4\xdb\xdf\x6f\x87\x06\xc6\x14\x34\x4a\ +\xf4\xfc\x8e\xf1\x39\xca\x68\xff\x63\x1c\xdc\x77\x7e\x4b\x2c\x8e\ +\x03\x1f\x7f\x84\x98\xf9\xcd\x20\x1e\xcb\x4f\x29\x19\x02\x23\xed\ +\xcf\x0b\x3d\xa7\x6a\x8b\xf9\x7e\x6d\xde\x57\xed\x97\x3f\x5f\x99\ +\x96\xe7\x22\x47\xed\xe0\x77\x55\x7b\x87\x93\x8f\xb8\x91\x5f\xe1\ +\xe6\xf5\xe8\x09\x83\x57\xd5\x5a\x79\xbe\x10\x7f\x2e\xab\x2f\xaf\ +\xfb\x5f\x3e\x2f\xf9\xed\x44\x6f\x2f\xc4\xd7\x75\xc2\xfb\x2b\xb7\ +\xf5\xba\xf2\x4f\xcf\x9f\x2d\xf1\xfd\x52\xb8\xf7\xe5\x3e\x67\xb7\ +\x73\x27\xcd\x2c\x46\x2a\xac\x45\x79\x4e\xea\x6d\x2a\xf7\x11\xc7\ +\x4d\x5b\xc5\xfb\xae\xc2\xad\xfa\xe2\x40\x6d\xe3\x81\xdd\x3a\xb7\ +\xe6\x87\x5f\x60\x6a\xfb\x45\xa7\x4d\x1e\x77\x09\x5c\xfb\x48\x92\ +\x2d\x43\x8e\xe8\xbd\x5f\xb2\x18\x62\x0a\x1a\x2a\xf7\x21\x2c\x17\ +\xe2\x7d\xb2\x51\xa4\x1e\x16\x50\x10\x20\xc0\x4d\x4e\xa8\xc0\x62\ +\xc7\x06\x30\xd6\xc5\x50\x8a\xe1\x35\x16\xb9\x97\xed\xf7\x72\x4b\ +\x9a\xdf\xce\x6f\xe1\xd0\x20\x9c\x4c\x78\xcb\x5f\xdf\xdc\x57\x0f\ +\x3c\xc7\x7a\x49\xc4\xb7\xd7\x5a\x31\xae\x60\xdd\xc9\x28\xbc\x50\ +\x7e\xbb\xe3\x30\x2a\x22\xe7\xb9\xa8\xf9\x2e\xf0\xdb\xed\xe3\x8f\ +\xd5\x35\x52\xc1\x7c\x97\xb9\x31\xc1\xe1\xa7\x7b\x9c\x62\x66\xf9\ +\x01\xae\x78\x0b\x1d\x39\x30\x73\xff\xe8\x7a\xa9\xfb\x79\x02\x96\ +\x88\x4b\x67\x06\x23\x91\x0a\xf8\x22\x31\x4b\x61\x44\x35\x84\x2a\ +\xc2\x42\x36\x0a\x34\x18\x7a\x88\x29\x4c\x2a\x20\x30\xe8\x66\x90\ +\x21\xc5\x58\x28\x0e\xdd\xc1\xb5\x79\x4f\x95\x7b\x68\xc8\xe1\xf1\ +\x34\xac\x1a\x93\xa3\x55\x4b\xac\xd4\x86\xc6\xa5\x58\x29\x65\xf0\ +\x53\x53\x03\x43\x23\xc7\x9c\x72\xce\x25\xd7\xdc\x72\xcf\xa3\xc4\ +\x62\x9d\x57\x4a\x2d\x46\xcf\xa3\xc6\x9a\x6a\xae\xa5\xd6\xda\x5c\ +\xed\x75\xb4\xd8\x52\xcb\xad\xb4\xda\x5a\xeb\x6d\xf4\xd0\x23\xf4\ +\x9d\x3b\x7d\xda\x5b\xef\x7d\x0c\x2e\x3a\x38\xf3\xe0\xdd\x83\x03\ +\xc6\x98\x61\xc6\x99\x66\x9e\x65\xd6\xd9\x66\x77\x73\x2c\xe0\xb3\ +\xd2\xca\xab\xac\xba\xda\xea\x6b\xec\xb0\xe3\xa6\xc1\x77\xd9\x75\ +\xb7\xdd\xf7\x50\x51\xa0\xa4\x49\xb3\x16\xad\xda\xb4\xeb\x38\x40\ +\xed\xc4\x93\x4e\x3e\xe5\x54\x77\xda\xe9\x67\xbc\xaa\xf6\x2c\xeb\ +\xa7\xdb\x37\xaa\x26\xcf\xaa\x85\x5b\x29\x3b\xb0\xbe\xaa\xc6\xb3\ +\xb5\xbe\x9d\x42\x8c\x4e\xb2\xd5\x8c\x8a\x85\x24\x14\xbc\x52\x35\ +\x2a\x06\xb0\xad\x66\xbe\x49\x4a\xc1\x2a\x67\x35\x43\x8f\xe8\x8a\ +\x1c\x18\x64\xb6\xe2\x6c\xb1\x8a\x51\xc1\xa4\x12\xf2\x91\x57\xed\ +\x9e\x95\x73\xac\xe2\xff\x4a\xdd\x5c\x6d\xb7\x6e\xe1\xdf\x56\xce\ +\x59\xe9\xbe\x58\xb9\xcf\x75\xfb\x55\xd5\xb6\xa9\xc4\xba\x15\x7b\ +\xb4\xa1\x2d\xaa\x8f\x74\x1f\xaf\x6b\x1b\xa1\x0d\x93\xd7\xdf\xde\ +\xbb\x3f\x1d\xf0\xd5\xfb\xff\x07\x27\xc2\x1c\x1c\xbf\x6b\xcb\x43\ +\x6b\xd6\xe9\xa8\x8b\xec\xac\x61\xfa\x1c\xcf\x5c\x7d\x4a\xdb\xfb\ +\xe8\x1a\xa5\x8e\x7e\x36\xc2\xa8\x0b\xf4\xe6\x8c\x6a\xac\x38\x2b\ +\xeb\x99\xce\x2c\x7b\x44\x48\x77\x60\x55\x42\x52\xe4\x7e\xb8\x7a\ +\x5a\x3f\x45\x32\xa5\x5d\xb5\xc9\xcc\x71\xe3\xb5\x7a\x50\xb0\xd5\ +\x54\x07\xef\xf0\x99\xe2\x47\x95\x9e\x53\xad\x61\x70\x2e\x28\x48\ +\x47\x2d\x13\x28\x1d\xa0\x35\x65\x4f\x97\xc7\x4a\x13\x82\x92\xc6\ +\x69\x03\x85\xa4\x4e\x12\xf5\x64\xaf\x63\x8e\x96\x64\x64\xed\x88\ +\x80\xe6\xd5\xa3\x66\x33\x14\x88\x23\x6f\x89\x08\x1e\x83\x50\x8c\ +\x92\x89\x83\xfb\x30\x7b\xa6\xe5\xf5\xb4\xac\x5a\x57\x0a\x3b\x18\ +\x04\xa7\xdf\x73\x95\xea\xf9\xcb\xaf\x13\x95\x89\x96\xc1\x65\x8e\ +\x3f\x45\x15\xe8\x75\xd5\xe0\x76\x50\xde\x16\x1f\xdd\xd4\xc0\xa8\ +\xc8\x3e\x02\x24\x99\x30\xf3\x3a\xad\x66\xc6\x85\x19\xc9\x69\x16\ +\xe9\x6d\x17\x0d\xb1\xfb\xa9\xdb\xc8\x78\x27\x40\x5a\xa2\xce\xe5\ +\x60\x15\x10\x8d\xd5\xc0\x68\x81\xd3\x2d\x59\xdb\xc6\x0f\x1d\x96\ +\x99\xf5\x59\x6b\x27\x0e\x40\x80\xeb\x3e\x75\x14\x1a\x9b\x07\x4c\ +\x9f\xfe\x13\x9d\x3a\xe2\x3c\xbb\x8e\xd3\xdd\xda\xe6\xd6\x32\xff\ +\xfe\xdd\xbd\x7b\x7b\x90\x77\x00\x13\x75\xb1\x2e\x3a\x7b\x64\x15\ +\x59\x14\xd9\x2d\xc8\xe9\x34\x23\x7e\xcb\xc6\x41\xaf\x9f\x1c\xa1\ +\x28\x96\x72\x9f\x96\x86\x4e\xba\x31\xcf\x56\x1d\x7d\xb8\xdb\x60\ +\xca\x95\x43\xb7\x16\xca\x65\xc3\x05\x46\x93\x7f\x27\x8d\xc3\x1a\ +\x05\x69\xba\x59\xb1\x30\xed\x62\x65\x71\x8c\x87\x6e\x0e\x03\xd8\ +\xa1\x17\x69\x25\x3a\x7b\x89\xe3\x90\x26\x46\x21\x29\xc0\x16\x38\ +\x19\x1f\xa0\xb7\x33\x0d\x79\xb1\x2c\x4d\x13\x28\x74\xbc\x1a\xee\ +\x5a\xd3\xa9\x51\x97\x51\x83\xc9\xdd\xa9\x07\x74\x96\xed\x28\x0f\ +\xcc\x44\x06\x68\x0a\x6d\x5a\x25\x61\x0d\x40\x0d\x47\x88\xf1\x60\ +\x6b\xd6\x02\x60\x7e\xeb\xe9\x8c\x8b\x71\x03\x53\x59\xc7\xc7\xbd\ +\x0e\xc7\x41\x3f\x34\x46\x70\xb3\xef\xaa\x27\xd6\x49\x15\x67\x49\ +\xb4\xc9\x68\x15\xb0\xd9\x65\x07\x60\x18\xf8\xa6\x71\x51\xf6\xba\ +\x0f\xc9\x14\xa8\x8f\x5d\x70\x93\xba\x15\x67\xa9\xd9\xa5\xd8\x19\ +\x50\x6c\x21\xcc\x9d\x69\x9a\xa9\x61\xb4\x99\xf1\xe5\x49\x78\xa9\ +\xa9\xf5\xdb\x5a\x73\xfb\xd4\x98\x0e\x1d\x95\x6b\x0f\x39\xe1\x68\ +\xe0\xbe\x99\xb4\x23\xcc\xba\xc5\xad\xd6\x68\xa0\x19\x3a\x7c\x5f\ +\x40\xfb\x3e\x61\xb6\x72\x98\x7c\x8b\x89\xb6\xe8\x50\xfa\x8e\xf8\ +\xed\x35\x1b\xa4\x69\xfe\x96\x9e\x3e\x13\xdc\x1d\xa5\xa5\xf4\x1c\ +\x7a\x7f\x74\xa7\x82\x24\xc0\xf0\x43\x93\x0f\x5b\x95\x10\x92\x4f\ +\x80\x16\x61\x72\x14\x8b\xc5\x6c\x54\xdc\xd0\xc1\xda\xd6\x75\xa8\ +\x54\x1d\x20\x05\x4a\x96\xa3\xb5\x1a\x99\x97\xde\xc5\x71\x76\x5a\ +\x34\xe1\x15\xda\x99\x5b\xc7\x82\x1f\x2a\x53\x30\xbe\xc8\x27\xce\ +\xaf\xb2\x94\xfb\x2d\x6d\xb5\xe3\x3b\xd0\xc8\xe0\xa8\xaf\x8c\x0a\ +\x10\x0e\xb4\x1f\x99\x35\xee\xb6\x06\xab\xe5\x1b\x64\x01\x8b\xd1\ +\x22\xb8\xda\x38\x17\xe4\xe2\x59\x81\x9d\x17\x76\x7f\x56\x53\xb6\ +\xe2\x73\x3b\xd2\x4f\x27\xf3\x30\x5c\x54\xf7\x6a\x09\xb0\xc0\x11\ +\xf1\xf2\xa6\x74\x3c\xa0\xaa\x8b\x1a\x94\x31\x86\xbb\xe8\x03\x4c\ +\x32\x80\x29\xdc\x86\x76\x0e\x33\x74\xbc\x36\xae\x3f\x37\xd8\x6d\ +\x40\x9b\x66\x58\x04\xab\x74\xc2\x82\x43\x38\x9e\xf5\xe7\xe7\x2a\ +\xf9\x5e\x98\x51\xce\x7d\x62\xc8\x73\x41\x9a\xc6\x38\x39\xb5\x9d\ +\x66\xe4\xaf\x6b\xa9\xc1\x14\x61\x55\x01\xe6\x04\x79\x35\x8e\xdb\ +\x47\x00\x82\x4e\xa1\x0c\x15\x02\x84\x58\x55\x5d\x35\x15\xd4\x23\ +\xa5\x02\xe1\x04\xdb\x18\x75\x96\x91\x81\xc7\x49\x00\x53\x5b\xb1\ +\x65\x80\x76\xb6\xb6\x78\x56\xd3\x12\x3e\x63\xd4\x5f\x15\xf9\x09\ +\xb4\x2d\xd4\x5e\x1e\x98\xf5\x8c\x3f\xf6\x12\xe3\x44\x21\xcc\x8e\ +\x01\x98\xae\xc2\xe2\xc5\x25\x8c\x6c\x22\xcb\x1b\xbe\x3e\xa9\xc4\ +\x83\x63\x93\x53\x8a\x70\x4d\x53\x5e\x7e\x75\x18\x3b\x1e\xec\xe3\ +\xd8\x70\x1a\xf6\x21\xda\x12\x4c\x26\x2c\x6b\x0b\xab\x0f\x75\xec\ +\x64\xa9\xed\xd4\x89\x03\x8b\xab\x88\x7a\x75\x42\xd3\xe3\x5e\x60\ +\xa1\xc0\xc9\xf8\xd7\x07\x96\x95\x9e\x86\x7d\xf6\x78\xcf\x82\x0a\ +\x01\x15\x5a\xf4\xf8\x32\xe9\xf8\xc9\x00\x56\xad\xc8\x17\x6f\x4a\ +\xd9\xed\xd6\xc0\x64\x38\x28\x56\x60\x05\xba\x36\x93\x05\x05\x8f\ +\x34\x9f\xd4\x05\x21\x5f\x4a\x63\x79\x5e\xac\x0b\xc4\xe7\x3b\xde\ +\xbd\xac\xeb\xde\xd1\xee\xfe\x26\xbb\xe6\x99\xd5\xf8\x04\xa5\x3a\ +\xcd\x35\xac\x09\x86\x67\x75\xc0\xd5\x45\x6b\x1a\xf4\x11\xaa\x43\ +\x73\xca\x9a\xac\x74\x83\x6b\xc1\x52\x3a\x2a\xcc\x0a\x64\xd8\x1c\ +\xc3\x32\x73\xed\x77\xd4\x50\xce\xa6\xc9\xaa\x93\xd9\x4e\xde\x6d\ +\x42\x68\x10\x2c\x33\x48\xd0\xd5\x26\x26\xad\x07\x7e\x79\xf0\x0e\ +\xbf\x0f\xf8\x9a\xc2\x76\xb0\x9f\x01\x71\x31\x05\x6b\x8d\xc5\x6e\ +\xad\xec\x9c\xad\x93\xbb\x75\xef\xfa\x1e\xc3\xbe\x08\xd6\x7d\x66\ +\x58\x70\xe2\x2b\x52\x79\xa0\x37\x0c\x47\x15\xbf\x91\xf8\xbd\xa6\ +\x04\x5a\x14\xab\xc6\x1c\x60\x96\x55\xd3\x59\x03\x4b\xf2\xe0\x63\ +\xf7\xcf\x84\xbc\xca\xdf\xd0\x88\x21\x1a\x93\x81\xc5\xe4\xa4\xca\ +\xc8\x8d\x8c\x4b\x5b\x8a\xa7\x79\x02\x3b\x5f\x60\xa7\x44\xcb\xe5\ +\x79\x7a\x0d\x05\x2d\x3b\x03\x61\x76\x00\xd3\x76\x26\x5e\x58\x62\ +\x6e\x7e\x70\xca\xa1\xa5\xe0\x59\xed\x94\xe1\xc1\xef\x76\x4a\x65\ +\x3d\x74\xd8\x46\x4c\x9d\x1b\x29\x34\x4c\xc1\x2e\x2b\x14\x97\x66\ +\x82\x2c\xb5\x13\xa8\x8e\x25\x00\xa0\x3b\x22\x88\xa0\x7e\x98\xd0\ +\x9a\xa1\xfe\x86\x28\x50\x79\x3a\xa3\x5c\x77\x03\x28\xa6\xc2\xb5\ +\x5c\x9b\xe5\x5f\xe6\xcf\xa6\xba\xcd\x8a\xc1\xa7\xe3\xcd\xbd\xc2\ +\xbc\x58\x18\x25\xc1\x21\x9d\xd0\x01\x02\xad\x90\x25\x76\x9e\x7e\ +\xb5\xde\xa9\x18\x60\x81\x0a\x28\x85\xbc\xf3\x0d\xee\x97\x90\x1d\ +\xb4\x7d\x61\xc8\x48\x42\x06\x55\xc3\xa2\x75\x9c\x73\x35\x1c\x49\ +\x96\x7a\x21\xc0\x44\xe0\x98\xcb\x50\x54\x04\x7f\x44\x2b\x11\x3b\ +\xb0\xe1\xb9\xb7\x86\x38\x6d\xda\xac\x1f\x52\xfe\xd9\xad\x24\x68\ +\x59\x36\x39\x41\x81\x56\x28\x2b\x44\xf3\xfa\x96\x30\x53\xa5\x2e\ +\x01\x42\xae\x10\x63\x0d\x18\xf6\x45\x15\xd0\x3a\x08\x08\x63\x01\ +\xd9\x0a\x4c\xc0\x84\xb0\x12\xbd\x96\x08\xe9\x4f\xcc\x49\xae\xb2\ +\x77\x08\x8d\x4a\x9a\x77\xb5\x3c\x4d\x20\xc1\x2e\xb0\x26\xc0\x11\ +\xba\x71\x77\x27\x2b\xd3\x2f\xf0\x14\xcb\xc8\x45\x78\x2f\xf4\x06\ +\xbb\x10\x77\xeb\x34\xa7\x6a\xda\x0d\xaf\x3e\x44\xfe\x37\x1a\xef\ +\x9e\x22\x3f\x4c\x26\xcb\x64\xf8\x33\xc3\xfa\x4a\x6d\xea\xee\x89\ +\xee\xb0\x4d\x13\xb4\x69\xb0\x04\xd1\xc2\x86\xa2\xe3\xe6\x90\xf2\ +\x5d\xd5\xd7\xbd\xfb\xf8\xc4\x9f\xee\x99\x39\xf5\x5a\x90\xf1\xa5\ +\xce\x6c\x15\x30\xea\x74\x3f\xb8\xd3\xb0\xea\xf1\xda\x94\x99\xc1\ +\x33\x53\xf8\x1e\x0f\x61\xb0\xe5\xe8\x33\xdf\xa1\xf6\xac\x79\xf9\ +\x38\xe6\x91\xe9\x25\x2c\x79\x76\x4f\x42\x2e\x11\xa7\x63\xc6\x04\ +\xef\x3d\xf3\x05\xae\xc0\x4f\x18\x90\x40\x27\xd6\xcb\xcb\xe7\x60\ +\x79\xa9\xfd\x4c\xb6\x3b\xb4\x69\x96\x18\x30\xe7\x68\x4c\xae\xd3\ +\xf1\x54\xa9\x74\xcd\x8e\xa3\xe6\xfc\x0b\x8d\xc0\x48\xc7\x83\x44\ +\xd4\x12\x1e\x18\x06\xc2\xf3\x84\x80\x4e\x13\x81\x85\xb2\x04\x23\ +\x67\xf7\x60\x67\x48\x43\xc8\x8e\x91\x10\x82\x35\x44\x0b\x48\xa7\ +\xd6\x32\x08\x0d\xde\xc8\x16\xfb\x70\x15\x66\xb3\xbb\x29\x0d\xae\ +\x68\xa5\x9f\xed\xb0\xb3\x5a\xa5\x03\x67\xd2\x57\x69\xb2\x28\xdb\ +\xfc\xbe\xb9\xa4\x6e\xfb\x33\xaa\x08\xdc\xb2\xfd\x54\x68\x0c\xfb\ +\x02\xd8\x27\x43\xaa\x16\x6a\x31\xbb\x06\x4b\xde\xcd\x12\xbb\xbd\ +\x59\xdd\x85\x0f\xea\x4a\xf5\x5b\x25\x37\x78\x56\x1a\x64\xa3\xd5\ +\xdc\x75\xde\x72\x3a\xca\x4b\xe4\xe4\x51\x36\x58\x31\x72\x54\xb9\ +\x17\x64\x04\xed\x1a\xda\xa4\x64\xa7\x69\x05\x94\xbc\xe3\x3c\x78\ +\xc5\xb4\xdf\xcc\x14\x07\x07\x23\xf9\x3f\xe1\x14\x6d\xc6\x08\xa6\ +\x04\x43\xc6\xc2\x03\x66\x95\x92\xa5\x29\xe8\xc7\xb6\x22\xc8\xd8\ +\x60\x79\x1c\xc6\x04\x1b\xd5\x5d\x08\xe9\x34\x59\xe4\xde\x22\xf3\ +\x61\xa5\x89\x25\xcd\xf8\x19\x73\x59\x95\xb3\x39\xc2\x12\x64\x45\ +\x8e\x29\x58\xc3\x89\x36\x2d\x28\x1c\x05\x89\xa1\xdc\x9d\x40\xa8\ +\x42\x2c\x77\x23\xfb\xab\x09\xc3\xdd\x7f\x88\x10\x7f\x73\x9f\x2c\ +\xf0\xe3\x55\x3b\x50\x77\x20\x1d\x82\x88\xa9\xc6\xc4\x4a\x7c\x02\ +\xb9\x7f\x0f\xf2\xf2\x00\xf9\x04\x97\x9f\x4c\x87\x8b\xb9\x6f\xc0\ +\x0d\xca\x2b\xd6\x35\xc3\x19\x94\x83\x69\xe1\x12\x2f\xf9\x52\xbb\ +\x07\xce\x6d\x93\x14\xb0\xe3\x20\xd6\xbe\x0e\x44\x7c\x2c\xe1\x01\ +\x3a\xec\xbf\xdb\x83\xba\xe7\xd6\x31\x97\x63\x9c\x8a\x50\x52\xb5\ +\x70\x06\x5c\x86\x03\x8e\x44\x4d\x12\x31\xc3\x5a\xb0\x97\x3d\xc6\ +\x44\xe2\x7e\xdb\xc4\x7c\xef\x55\x67\x26\x3f\x7a\x69\xe2\x1d\xee\ +\x1a\x15\x7c\xf8\x1d\xf3\x5b\x8c\xfb\x82\x1c\x9e\x03\xbf\x42\x58\ +\x9a\xb8\x57\xea\xb5\x6a\x38\x32\xae\x17\x21\x24\x1f\xcb\xd4\xe8\ +\xd4\xea\xd4\xcd\xba\x91\x35\x22\x7b\xda\x63\x56\x0a\xbf\xc9\x82\ +\xe1\xde\x81\x2b\xc5\x31\xaf\x35\x18\x09\xdc\xcd\x21\xa0\x13\x8f\ +\x09\x97\x82\x71\x42\x06\x4d\xcf\x29\xbb\x9a\xef\xdf\x2a\xc3\x61\ +\x30\x16\x51\xfc\xcc\x10\x80\x6f\xb1\x45\x42\x30\x4a\xf6\xd1\xe2\ +\x67\x36\x21\xe7\x48\xee\xe8\x06\x24\xdf\xcf\x95\x41\xf3\x14\xe2\ +\xdd\x40\xf7\x77\xf0\x2b\x75\xac\x01\x29\xdb\xc8\x92\x9e\x36\xb7\ +\x36\xb1\x37\x96\x21\x00\x9b\x6d\xb9\x74\x6b\x71\xe6\xcc\xda\x7d\ +\x32\x0d\x1f\x3d\x83\xfb\x6a\x2c\xdb\xb8\x05\x32\x77\x0b\x1e\x9c\ +\xc3\x76\x78\x18\x3f\x89\x01\x5c\x1b\x91\x9a\xcd\x71\x62\x5a\xa7\ +\x59\x27\x32\x01\xf0\x5b\xfe\x2f\x36\x59\xa6\x6d\xa2\x6d\xd2\x01\ +\xda\x4d\xee\x81\x81\x2c\xed\x66\x32\x1f\xe5\x47\x83\x01\xae\x59\ +\xcf\x7a\x16\x69\xe8\x5c\x7e\x6c\xb5\x0f\xb3\xdd\xc6\x60\x13\x37\ +\xaf\xe4\x19\x2c\x27\xee\x6d\x99\x29\x21\xc0\x98\x74\x77\xc8\xa1\ +\x42\x41\x25\x1d\x04\x92\x10\xc6\x3f\xa3\xee\x6d\xae\x78\x42\x8d\ +\x1b\xd4\x44\x1b\xc2\xc1\xe4\xe5\x0c\x49\x35\x16\x0c\x1d\x2a\xb6\ +\x95\xcb\x4a\x0f\x43\x8b\xc5\xa1\x51\x14\x6d\x06\x9c\x8e\xae\x18\ +\x02\x8b\xb3\x82\x9d\x36\x49\x26\xd9\x54\x11\x85\xb0\x4d\x1f\x06\ +\x3f\x26\x3c\x33\xa6\xc7\x56\x62\x9f\x0f\xf1\x7c\x25\x5f\x6c\x0b\ +\xb9\x5b\xe4\x04\x12\xeb\xa0\xf8\x8e\x51\xd3\x8a\xc0\x02\x13\x5e\ +\xaf\xca\x77\xdb\xd8\x80\x3b\x80\xe7\x30\xd0\x2d\xbc\x8e\x91\xe2\ +\xbe\x36\xc7\x74\x68\xa1\xe1\x0d\x95\x5c\x78\x42\x6a\x5b\xcd\x5e\ +\x3a\xdb\x19\x94\x64\xbc\x47\x22\x62\x86\x3b\x1a\x3f\x1e\x33\x15\ +\x5f\x57\x4d\x7f\xf9\x48\xbe\xf5\x86\x1f\xf7\x79\xda\x04\xf6\x1c\ +\x3b\xdb\x26\x4b\x78\x53\x0d\xd4\x12\x20\xb3\xaa\x6f\xba\xe1\xdf\ +\x1f\xf7\xbb\xc3\x20\x82\x88\x50\xf8\xe2\x76\x4d\x32\xef\x3e\x6e\ +\xac\x6b\xf0\x34\xb9\x30\xc1\x18\xb0\x0a\x21\x54\x30\x8f\x11\xcf\ +\x88\x52\x40\x3e\xc1\x3e\x4f\x39\x3d\x4f\x7f\xcd\x94\x45\x07\xd3\ +\xbe\xab\x14\x8e\xd5\xe0\x36\x81\x09\x2a\xf0\x92\x0a\xb8\x10\x4d\ +\x41\x2f\x2b\xbd\x01\x81\x99\xea\x6f\xdb\x3f\x7d\x67\xe2\x11\x4f\ +\x82\xe7\xbc\x02\xa0\xc3\x21\x29\x04\x9a\xdc\xcd\x6a\x36\x8c\x2c\ +\x92\x04\x11\x50\x33\x28\xb4\x1a\x9f\x72\x4d\x85\xa3\x98\x5f\x20\ +\x68\x92\xf8\x7b\xd0\x68\x5d\xb9\xba\xe5\xd1\x4e\x84\x46\x20\xb3\ +\xe3\x2e\x11\x1a\x8e\x6d\xd0\x2c\xdd\x71\x66\xc1\x4a\x51\xf8\x1c\ +\x14\xd5\x4d\x9b\xf4\x52\x11\xbf\x38\x19\xe9\xbc\x20\xc5\xdc\x41\ +\xf2\x44\x4b\x3c\x33\x1a\x80\xc1\x25\xb0\xb8\xb1\x2e\x52\xc9\x3b\ +\x28\xd2\xb9\xc4\x58\x91\x32\x64\x91\xbc\x04\x4c\xe9\xa4\x03\x68\ +\xba\x35\x35\x31\xd9\x96\xee\xe6\x3e\xda\xa8\xd7\x6e\x89\xae\x9b\ +\x72\x25\x37\x7d\x8f\x0b\x6c\x13\xdb\x36\x0c\xd1\x97\xf9\x4c\xcb\ +\x89\x92\x06\xe7\x27\x3c\x31\xd2\xc7\xd5\xe2\x1e\xb6\x55\x88\xa5\ +\xc0\x97\x23\x9e\x30\x5d\x22\x43\xa7\xde\x2c\xae\x53\x81\x3a\x3d\ +\x6f\x35\x05\xc6\x80\xb7\x2b\x9e\x97\x46\x31\x22\x5f\x17\x39\xf7\ +\xbd\xcc\x58\x4e\x02\xfb\x85\xfe\x2f\x93\x02\x72\xc3\x1f\xc3\x6c\ +\x3b\x39\x26\x4f\x16\x85\x54\xa7\x91\x6a\xfc\xdd\x71\xef\x0f\x3b\ +\x85\x30\x62\xf0\x23\x5f\x94\x95\x92\xd8\xde\x9d\x0b\x13\x31\xa4\ +\xcd\xc8\x9d\x16\x21\x58\xa8\x2c\x66\xe9\x23\x7d\xef\x49\xce\x70\ +\xab\x4c\x45\xbe\xe4\x9a\x95\x5e\xa3\xed\x4c\x41\xe5\x30\x6d\x27\ +\xf3\x90\x0f\x21\x39\xa8\x76\xb6\x6e\xfb\x74\xe3\x22\xb0\xd8\xf6\ +\x29\x40\xb8\xc0\x8c\x85\x30\x1a\xf2\xca\xeb\x62\xf4\x71\x04\x0b\ +\xfe\xb0\xdc\xd8\x14\xde\x8e\x72\xea\x4d\x48\xd8\x9a\x19\xdb\x32\ +\xa2\xa7\xfe\x07\x86\xd8\xfa\xa0\x8e\x43\xfd\x34\x5c\x47\x49\xa9\ +\x69\x86\x5e\x45\xb5\xe9\xc2\xb3\x9a\x83\x24\x15\xd8\x46\x07\xd8\ +\x37\xd9\x18\xcd\xfd\xd8\xcd\xd8\xda\xfb\xc0\x58\x40\x48\xf5\x90\ +\x18\xb8\x36\x2e\x37\xc5\xd5\x2c\x4b\xcd\x16\x8d\x68\x1f\x3d\x4a\ +\xe3\xd8\x66\xb8\x48\x44\x39\x0a\xb4\xd7\xc4\x61\x70\x31\x4e\x0d\ +\xa0\xb5\x93\x60\xba\xd0\x1f\xa5\xb1\x4d\x4f\xd0\xc9\xf4\x27\xf7\ +\x91\x78\x63\x3e\xc5\x50\xfc\x0e\xe2\xa1\x0f\xb1\x64\x88\x9c\x39\ +\x4c\x58\xae\x20\x8a\x18\x9a\x0b\xec\xc9\x5f\xd8\x45\xa0\xb8\x02\ +\xb6\xad\xf5\x48\xc7\x58\x3d\x28\x15\xb3\xc0\xae\x91\xe6\xc0\xd9\ +\xc4\xb3\x61\x36\xea\x96\xe7\x08\xdd\xc7\x21\x7e\x18\xe1\x20\xf8\ +\x59\x54\x48\x01\xc3\xb4\x1e\x50\xdf\x6f\x50\xbf\xc6\x23\xd8\x3e\ +\x1a\x2a\x82\xf1\xb3\x8d\x00\xac\xac\x72\x59\x7f\x71\x8e\xcc\x2e\ +\xdb\xab\xb1\xce\x51\x03\x45\xb1\x0f\x61\xfe\x59\xf6\xdc\x97\x3f\ +\x74\x48\x35\x91\xe7\x0c\xac\x94\xf4\x7e\xca\x93\xe1\x51\x2d\xa9\ +\x9b\x0f\x88\x2e\xdb\xbe\x9d\xde\xd4\xa6\x5c\xb6\xec\x5d\x28\xc9\ +\xea\xb6\x6b\x81\x08\x74\x81\xc6\xe2\x16\xfb\xd8\x20\xd9\x87\x0c\ +\xba\x7e\x8d\x57\xf7\x11\xb0\xf9\x2e\x1f\x86\xcc\x17\x16\xd6\x36\ +\x44\xd2\x8c\x50\x58\x0f\x13\xdc\x54\xdb\x3a\x99\x70\x30\xc0\xee\ +\x06\xa1\x4d\x82\xc4\xf2\x91\x8e\xf0\xda\x31\x3f\xf6\xef\x9a\x7d\ +\xf5\xe2\xf9\x7a\xb1\xd7\xeb\x05\x3d\x3a\xa8\x16\x3b\xcd\x48\x13\ +\xbb\x01\x88\x6d\x21\xd8\xa6\x0d\x28\xcd\xbe\x43\x6f\xe4\x1e\xf7\ +\x80\x69\x7d\xc2\x54\x12\x74\xca\xf2\x33\x8e\x5d\x43\x41\xbf\xf7\ +\xbc\x78\x86\x08\x53\xc0\xe4\xd2\x1e\x30\xea\xa5\xfc\xbc\xde\x6f\ +\x38\x7d\x8a\xeb\x57\xad\x32\x15\x25\x95\xa2\x42\x6f\x74\x1b\x30\ +\x93\x75\x44\xab\xad\x21\xf0\x33\xc2\xdd\x6f\xf0\xf3\x3d\x84\x8b\ +\x75\xbf\x35\x1d\xa0\x51\x16\x07\xcf\x1d\x02\x4b\x72\x41\x6e\x1f\ +\x1d\x6b\x66\x49\xd2\xf1\xe4\x4d\x65\xb5\x61\x85\x3d\x24\x62\xf5\ +\x5b\xec\x77\x3f\xba\x2d\xdb\xbe\x82\xb4\xd0\x35\xbc\xaa\x70\x06\ +\xcc\x34\x23\x30\xd9\x6a\x82\x0c\x2e\xfb\x74\xa9\xe2\x18\x1b\xd1\ +\xd4\xbe\x96\x60\xbb\x73\x5b\x6e\x66\xa4\x8d\x7f\xec\x80\x98\x1f\ +\xb6\x98\xea\x3e\xe4\xd4\xa9\xcc\xe7\x91\x18\xeb\x51\x23\x6f\x5a\ +\x6b\xce\x9b\x54\x25\xfe\x83\x1b\x70\x5f\xb7\x09\xbf\x77\x09\xd6\ +\xbb\x0e\xe0\x73\x20\xae\xbe\x65\x1c\x5d\x50\x13\xa3\x90\x70\xd5\ +\x6b\x58\xaf\x1f\xdb\xe3\xb7\x5d\x03\xdb\x5d\xc6\x01\x4c\x84\xd8\ +\xf6\x72\x3b\xc2\x44\xb8\xb4\xd8\x7c\x4d\x6f\x73\xb6\x9d\xc2\xd4\ +\x8d\xcd\x31\x6f\xa9\x91\xfe\x08\xa7\x5c\x37\x35\xfb\xe8\x0d\xff\ +\x8e\x2e\xcb\xaa\x60\x19\xbc\xe5\x66\xbb\xac\x1b\xad\x1b\x64\x38\ +\x2c\xe6\xe3\x6b\x40\x18\x2e\x97\xc9\x8c\x8d\xf2\x74\x78\x1a\x21\ +\x7e\xc5\x48\xb1\x7d\x30\xec\x27\x9d\x21\x39\xe1\xb3\x17\x94\x85\ +\x5b\xa1\x74\x2d\xb0\xba\x50\x27\x0e\x1d\xf8\x12\xb6\xc8\x39\xea\ +\x00\xbb\xda\xb7\x39\xb2\x7d\x80\x08\x94\x85\x02\x4e\xac\x38\x44\ +\x4e\xd9\x44\x0b\x6e\xd6\xb6\x0d\x67\xd5\xaa\x10\xf1\xc8\xdf\x48\ +\x90\xd8\x92\x76\xc6\xca\xf8\x93\x5e\x17\x7c\x01\x21\xe8\x42\x84\ +\x55\xe7\x03\xae\x50\x40\xd4\x69\x14\xc0\x3c\x87\x39\x62\x17\xf1\ +\x8e\xb6\x17\x66\x51\xc2\x0e\x31\x03\x73\x8f\x12\x22\x7e\x60\xad\ +\x36\x25\x23\x29\x44\x58\x8e\x46\x35\x83\x60\x41\xb0\x3d\x36\x3c\ +\x98\xc4\x9d\x90\xaf\x0e\x6f\xce\xb2\x0d\xd8\x67\xde\xc4\x38\xcc\ +\x15\xc1\xe9\xb6\x57\x3a\x08\x53\x98\x65\x72\x28\xad\xdb\xb1\x3c\ +\xb8\x8f\xc9\x69\x19\xaa\xc2\x58\x04\x70\x24\x52\xed\x53\x86\x78\ +\x5c\x7c\x8c\x64\xc4\xd7\x27\x7e\xbc\x99\x05\xa2\xf5\xb0\xed\x27\ +\x50\xe9\x51\x57\xa5\xdc\xc7\x22\x68\x1a\xb1\xa7\xc8\x7c\x48\x33\ +\x83\x9c\x69\x40\x85\x9e\xfe\x00\xc8\xef\x00\xd3\x7d\xdf\xbf\xfe\ +\xda\xbe\xba\x6f\xfb\xd7\x99\xed\x1b\x55\x72\xc1\xa8\x36\xa9\x18\ +\x51\xa4\x8e\x40\x06\x00\x67\x69\x31\x59\xec\x65\x31\x6a\x9b\xd8\ +\x31\x14\x1f\x40\xe5\x96\x61\x0c\x29\x85\x95\x50\x8d\x08\xda\x33\ +\x16\x57\xa3\x52\x3b\x34\xe1\x1a\x94\xc5\x72\x84\xd5\x4e\xf8\xce\ +\x70\x73\x48\xd7\xc3\xda\x37\x14\xf6\x7c\x46\x0f\xe0\xfc\xcd\x4f\ +\x45\xff\x2d\xdd\x3a\x6a\x0e\xe9\xd1\x41\x79\x31\x16\x7c\x34\xd5\ +\xc5\x31\x23\xed\xc3\xfc\x28\x45\x2e\x3a\x88\xc3\xa8\xc1\xb9\x0c\ +\x09\xef\x06\x0b\xf4\xf8\xa1\xb7\x53\xda\xe7\x7b\x0e\xa7\xbf\x1a\ +\x4e\xb4\x5b\xa7\x3d\x40\x3a\xb8\x7a\xba\x18\x1d\x0d\x37\xa6\xf0\ +\x0a\x56\x36\x02\x5c\x5c\x91\xed\xf7\x3e\xf1\x79\x43\x18\x8c\x4d\ +\xb0\xb6\x4f\xd7\x0f\xe4\x78\xc4\x76\x2b\xda\x63\xb7\x82\x62\x13\ +\xf7\x97\x7d\x13\x83\x33\xda\xd7\xf1\xca\xeb\x93\x92\x89\x6d\x1e\ +\xb5\xa5\x1d\x13\xa7\x1b\x30\x0e\x41\xb7\x0c\xfc\x93\x5b\x30\x83\ +\x7d\x70\xd0\xef\x56\x87\xc4\x17\xaf\xd6\x7f\x42\x29\x4a\x78\x3c\ +\xbe\xb0\xd1\x28\x35\x0b\x86\xde\x41\x14\xf3\x7e\x93\x85\x95\xf4\ +\xb0\xdd\x89\x28\x5f\xb0\x8f\xd2\x89\x85\x66\x6b\x4c\xa6\xca\xc1\ +\x44\xe4\x30\xc4\xf6\xbe\x3b\xfa\x42\x3f\x29\x91\x58\x7d\x41\x48\ +\xfb\x40\x4d\x6c\xab\x1e\x6e\xda\xe1\xb0\xa8\x2c\x23\x13\x60\x0d\ +\x03\xf4\x76\xf5\x74\x6c\x8c\x83\x6d\xe0\x20\x22\x80\x25\x2f\x99\ +\xb6\xdb\xac\xd3\xb2\xf9\x42\x77\x18\x39\x45\x95\xe8\x1d\x8e\xc9\ +\x3e\xdc\x53\xab\x13\x1a\xd4\xc7\xaa\x7f\xb5\x83\xe0\xfe\x61\xa7\ +\x80\xb9\x7d\xda\x29\x58\x72\x77\xcc\x8f\xe5\x94\xfc\xf8\xb6\x02\ +\x35\x39\xf9\x38\x6c\x02\xb4\x07\x1a\x00\x1b\xd3\xc6\x24\x93\x99\ +\xa9\x71\xd6\x18\x0d\x9c\xf6\x5d\x0d\x94\x94\x45\xb3\xdd\x67\x4c\ +\xd0\xc2\x48\xc8\xc0\xc9\x04\xdb\x91\x87\xdf\xb2\x87\xe1\x0a\xb6\ +\x86\x77\xe2\xa1\x8d\xff\xff\x3e\x28\x4b\x72\x7f\xfb\xc6\x3f\x9f\ +\x08\xc2\xdd\xf0\x84\xfb\x1f\x12\xbc\x56\x2b\x3d\xbe\x16\xfe\x00\ +\x00\x01\x84\x69\x43\x43\x50\x49\x43\x43\x20\x70\x72\x6f\x66\x69\ +\x6c\x65\x00\x00\x78\x9c\x7d\x91\x3d\x48\xc3\x40\x1c\xc5\x5f\x53\ +\xa5\x2a\x15\x05\x0b\x8a\x38\x64\xa8\x4e\x16\x44\x45\x1c\xb5\x0a\ +\x45\xa8\x10\x6a\x85\x56\x1d\x4c\x2e\xfd\x10\x9a\x34\x24\x29\x2e\ +\x8e\x82\x6b\xc1\xc1\x8f\xc5\xaa\x83\x8b\xb3\xae\x0e\xae\x82\x20\ +\xf8\x01\xe2\xea\xe2\xa4\xe8\x22\x25\xfe\x2f\x29\xb4\x88\xf1\xe0\ +\xb8\x1f\xef\xee\x3d\xee\xde\x01\x42\xad\xc4\x34\xab\x6d\x0c\xd0\ +\x74\xdb\x4c\x25\xe2\x62\x26\xbb\x22\x86\x5e\xd1\x89\x5e\x84\x10\ +\x44\xbf\xcc\x2c\x63\x56\x92\x92\xf0\x1d\x5f\xf7\x08\xf0\xf5\x2e\ +\xc6\xb3\xfc\xcf\xfd\x39\xba\xd5\x9c\xc5\x80\x80\x48\x3c\xc3\x0c\ +\xd3\x26\x5e\x27\x9e\xda\xb4\x0d\xce\xfb\xc4\x11\x56\x94\x55\xe2\ +\x73\xe2\x51\x93\x2e\x48\xfc\xc8\x75\xc5\xe3\x37\xce\x05\x97\x05\ +\x9e\x19\x31\xd3\xa9\x39\xe2\x08\xb1\x58\x68\x61\xa5\x85\x59\xd1\ +\xd4\x88\x27\x89\xa3\xaa\xa6\x53\xbe\x90\xf1\x58\xe5\xbc\xc5\x59\ +\x2b\x55\x58\xe3\x9e\xfc\x85\xe1\x9c\xbe\xbc\xc4\x75\x9a\x43\x48\ +\x60\x01\x8b\x90\x20\x42\x41\x05\x1b\x28\xc1\x46\x8c\x56\x9d\x14\ +\x0b\x29\xda\x8f\xfb\xf8\x07\x5d\xbf\x44\x2e\x85\x5c\x1b\x60\xe4\ +\x98\x47\x19\x1a\x64\xd7\x0f\xfe\x07\xbf\xbb\xb5\xf2\x13\xe3\x5e\ +\x52\x38\x0e\xb4\xbf\x38\xce\xc7\x30\x10\xda\x05\xea\x55\xc7\xf9\ +\x3e\x76\x9c\xfa\x09\x10\x7c\x06\xae\xf4\xa6\xbf\x5c\x03\xa6\x3f\ +\x49\xaf\x36\xb5\xe8\x11\xd0\xb3\x0d\x5c\x5c\x37\x35\x65\x0f\xb8\ +\xdc\x01\x06\x9e\x0c\xd9\x94\x5d\x29\x48\x53\xc8\xe7\x81\xf7\x33\ +\xfa\xa6\x2c\xd0\x77\x0b\x74\xad\x7a\xbd\x35\xf6\x71\xfa\x00\xa4\ +\xa9\xab\xe4\x0d\x70\x70\x08\x8c\x14\x28\x7b\xcd\xe7\xdd\x1d\xad\ +\xbd\xfd\x7b\xa6\xd1\xdf\x0f\x02\xd0\x72\x7a\xcd\x30\x85\x6f\x00\ +\x00\x0d\x1a\x69\x54\x58\x74\x58\x4d\x4c\x3a\x63\x6f\x6d\x2e\x61\ +\x64\x6f\x62\x65\x2e\x78\x6d\x70\x00\x00\x00\x00\x00\x3c\x3f\x78\ +\x70\x61\x63\x6b\x65\x74\x20\x62\x65\x67\x69\x6e\x3d\x22\xef\xbb\ +\xbf\x22\x20\x69\x64\x3d\x22\x57\x35\x4d\x30\x4d\x70\x43\x65\x68\ +\x69\x48\x7a\x72\x65\x53\x7a\x4e\x54\x63\x7a\x6b\x63\x39\x64\x22\ +\x3f\x3e\x0a\x3c\x78\x3a\x78\x6d\x70\x6d\x65\x74\x61\x20\x78\x6d\ +\x6c\x6e\x73\x3a\x78\x3d\x22\x61\x64\x6f\x62\x65\x3a\x6e\x73\x3a\ +\x6d\x65\x74\x61\x2f\x22\x20\x78\x3a\x78\x6d\x70\x74\x6b\x3d\x22\ +\x58\x4d\x50\x20\x43\x6f\x72\x65\x20\x34\x2e\x34\x2e\x30\x2d\x45\ +\x78\x69\x76\x32\x22\x3e\x0a\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\ +\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\x20\x3c\x72\x64\x66\ +\x3a\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x20\x72\x64\x66\ +\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x0a\x20\x20\x20\x20\x78\x6d\ +\x6c\x6e\x73\x3a\x78\x6d\x70\x4d\x4d\x3d\x22\x68\x74\x74\x70\x3a\ +\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x78\ +\x61\x70\x2f\x31\x2e\x30\x2f\x6d\x6d\x2f\x22\x0a\x20\x20\x20\x20\ +\x78\x6d\x6c\x6e\x73\x3a\x73\x74\x45\x76\x74\x3d\x22\x68\x74\x74\ +\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\ +\x2f\x78\x61\x70\x2f\x31\x2e\x30\x2f\x73\x54\x79\x70\x65\x2f\x52\ +\x65\x73\x6f\x75\x72\x63\x65\x45\x76\x65\x6e\x74\x23\x22\x0a\x20\ +\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\x20\x78\x6d\x6c\x6e\x73\x3a\x47\x49\x4d\x50\x3d\x22\x68\ +\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x67\x69\x6d\x70\x2e\x6f\ +\x72\x67\x2f\x78\x6d\x70\x2f\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\ +\x6e\x73\x3a\x74\x69\x66\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ +\x6e\x73\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x74\x69\x66\ +\x66\x2f\x31\x2e\x30\x2f\x22\x0a\x20\x20\x20\x20\x78\x6d\x6c\x6e\ +\x73\x3a\x78\x6d\x70\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\ +\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\ +\x2e\x30\x2f\x22\x0a\x20\x20\x20\x78\x6d\x70\x4d\x4d\x3a\x44\x6f\ +\x63\x75\x6d\x65\x6e\x74\x49\x44\x3d\x22\x67\x69\x6d\x70\x3a\x64\ +\x6f\x63\x69\x64\x3a\x67\x69\x6d\x70\x3a\x32\x39\x65\x39\x38\x66\ +\x34\x30\x2d\x36\x63\x61\x36\x2d\x34\x61\x33\x39\x2d\x38\x39\x37\ +\x62\x2d\x37\x38\x32\x61\x36\x39\x65\x35\x64\x35\x30\x61\x22\x0a\ +\x20\x20\x20\x78\x6d\x70\x4d\x4d\x3a\x49\x6e\x73\x74\x61\x6e\x63\ +\x65\x49\x44\x3d\x22\x78\x6d\x70\x2e\x69\x69\x64\x3a\x61\x31\x61\ +\x65\x38\x37\x62\x65\x2d\x66\x32\x32\x38\x2d\x34\x64\x38\x39\x2d\ +\x38\x66\x62\x30\x2d\x66\x34\x66\x65\x31\x66\x33\x65\x37\x37\x61\ +\x65\x22\x0a\x20\x20\x20\x78\x6d\x70\x4d\x4d\x3a\x4f\x72\x69\x67\ +\x69\x6e\x61\x6c\x44\x6f\x63\x75\x6d\x65\x6e\x74\x49\x44\x3d\x22\ +\x78\x6d\x70\x2e\x64\x69\x64\x3a\x63\x36\x61\x63\x31\x34\x35\x30\ +\x2d\x66\x36\x61\x34\x2d\x34\x30\x38\x30\x2d\x62\x31\x32\x62\x2d\ +\x32\x64\x64\x66\x62\x64\x34\x30\x35\x36\x38\x35\x22\x0a\x20\x20\ +\x20\x64\x63\x3a\x46\x6f\x72\x6d\x61\x74\x3d\x22\x69\x6d\x61\x67\ +\x65\x2f\x70\x6e\x67\x22\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x41\ +\x50\x49\x3d\x22\x32\x2e\x30\x22\x0a\x20\x20\x20\x47\x49\x4d\x50\ +\x3a\x50\x6c\x61\x74\x66\x6f\x72\x6d\x3d\x22\x4c\x69\x6e\x75\x78\ +\x22\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x54\x69\x6d\x65\x53\x74\ +\x61\x6d\x70\x3d\x22\x31\x36\x39\x34\x38\x34\x39\x31\x34\x37\x36\ +\x32\x37\x37\x35\x39\x22\x0a\x20\x20\x20\x47\x49\x4d\x50\x3a\x56\ +\x65\x72\x73\x69\x6f\x6e\x3d\x22\x32\x2e\x31\x30\x2e\x33\x30\x22\ +\x0a\x20\x20\x20\x74\x69\x66\x66\x3a\x4f\x72\x69\x65\x6e\x74\x61\ +\x74\x69\x6f\x6e\x3d\x22\x31\x22\x0a\x20\x20\x20\x78\x6d\x70\x3a\ +\x43\x72\x65\x61\x74\x6f\x72\x54\x6f\x6f\x6c\x3d\x22\x47\x49\x4d\ +\x50\x20\x32\x2e\x31\x30\x22\x3e\x0a\x20\x20\x20\x3c\x78\x6d\x70\ +\x4d\x4d\x3a\x48\x69\x73\x74\x6f\x72\x79\x3e\x0a\x20\x20\x20\x20\ +\x3c\x72\x64\x66\x3a\x53\x65\x71\x3e\x0a\x20\x20\x20\x20\x20\x3c\ +\x72\x64\x66\x3a\x6c\x69\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\ +\x76\x74\x3a\x61\x63\x74\x69\x6f\x6e\x3d\x22\x73\x61\x76\x65\x64\ +\x22\x0a\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x63\x68\ +\x61\x6e\x67\x65\x64\x3d\x22\x2f\x22\x0a\x20\x20\x20\x20\x20\x20\ +\x73\x74\x45\x76\x74\x3a\x69\x6e\x73\x74\x61\x6e\x63\x65\x49\x44\ +\x3d\x22\x78\x6d\x70\x2e\x69\x69\x64\x3a\x64\x32\x35\x64\x39\x64\ +\x65\x31\x2d\x66\x34\x31\x66\x2d\x34\x36\x30\x66\x2d\x38\x62\x66\ +\x64\x2d\x35\x37\x34\x65\x37\x38\x35\x36\x36\x61\x38\x34\x22\x0a\ +\x20\x20\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x73\x6f\x66\x74\ +\x77\x61\x72\x65\x41\x67\x65\x6e\x74\x3d\x22\x47\x69\x6d\x70\x20\ +\x32\x2e\x31\x30\x20\x28\x4c\x69\x6e\x75\x78\x29\x22\x0a\x20\x20\ +\x20\x20\x20\x20\x73\x74\x45\x76\x74\x3a\x77\x68\x65\x6e\x3d\x22\ +\x32\x30\x32\x33\x2d\x30\x39\x2d\x31\x36\x54\x30\x39\x3a\x32\x35\ +\x3a\x34\x37\x2b\x30\x32\x3a\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\ +\x20\x3c\x2f\x72\x64\x66\x3a\x53\x65\x71\x3e\x0a\x20\x20\x20\x3c\ +\x2f\x78\x6d\x70\x4d\x4d\x3a\x48\x69\x73\x74\x6f\x72\x79\x3e\x0a\ +\x20\x20\x3c\x2f\x72\x64\x66\x3a\x44\x65\x73\x63\x72\x69\x70\x74\ +\x69\x6f\x6e\x3e\x0a\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\ +\x0a\x3c\x2f\x78\x3a\x78\x6d\x70\x6d\x65\x74\x61\x3e\x0a\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x3c\x3f\ +\x78\x70\x61\x63\x6b\x65\x74\x20\x65\x6e\x64\x3d\x22\x77\x22\x3f\ +\x3e\xdd\x29\xf9\xe8\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xf0\x00\ +\xf0\x00\xf0\xb9\x0e\x6a\xee\x00\x00\x00\x09\x70\x48\x59\x73\x00\ +\x00\x2e\x23\x00\x00\x2e\x23\x01\x78\xa5\x3f\x76\x00\x00\x00\x07\ +\x74\x49\x4d\x45\x07\xe7\x09\x10\x07\x19\x2f\xaf\x02\x36\xb0\x00\ +\x00\x00\x19\x74\x45\x58\x74\x43\x6f\x6d\x6d\x65\x6e\x74\x00\x43\ +\x72\x65\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x47\x49\x4d\x50\ +\x57\x81\x0e\x17\x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x9d\ +\x77\x7c\x14\xd5\xfa\xc6\x9f\xd9\xdd\xf4\x06\xa1\x04\x08\x90\x20\ +\x45\x05\x15\x04\x6c\x88\xed\xda\x10\xb0\x5d\xf5\xa2\x88\x57\xc0\ +\x82\xa8\x58\x28\x01\x6c\x29\x60\x14\x29\x96\x0b\x02\xd2\x41\xf0\ +\x27\x60\x01\x15\x1b\xd7\x76\xbd\x80\x80\xf4\xa2\xf4\x16\x20\x24\ +\x81\x84\xf4\x64\xb3\xf3\xfb\xe3\x9c\xb9\x59\x62\x80\x64\x66\xb3\ +\x33\xbb\xfb\x7c\x3f\x9f\x7c\x54\x24\xc9\xec\xcc\x99\xf3\x3c\xe7\ +\x3d\xef\x79\x5f\x80\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\ +\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\ +\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\ +\x21\x84\x10\x42\x08\x21\xde\x43\xe1\x2d\x20\x84\x04\x08\x37\x01\ +\xb8\x06\xc0\x65\x00\xda\x01\x88\x07\x50\x0f\x40\x30\x80\x32\x00\ +\xb9\x00\x32\x00\xec\x02\xb0\x05\xc0\x6a\x00\x3f\xf2\xb6\x11\x42\ +\x08\x21\xbe\x47\x2f\x00\xb3\x01\x64\x01\x50\x75\x7c\x65\xc9\xef\ +\xef\xc5\x5b\x49\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\ +\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\ +\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\ +\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\ +\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\ +\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\ +\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\ +\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\ +\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\ +\x08\x21\x84\x10\x42\x08\x21\x84\x10\xcf\x32\x7e\xfc\xf8\xe4\x25\ +\x4b\x96\x6e\xfb\xfa\xeb\xaf\xbb\xa5\xa7\xa7\x2f\xf1\xc5\xcf\xa0\ +\xf0\x31\x12\x42\x08\x21\x35\xe7\xbb\xef\xbe\x4b\x5c\xbb\x6e\xdd\ +\x7e\x67\x79\xf9\xff\xfe\x2c\x38\x38\x04\x71\x71\x71\x68\xd9\xb2\ +\x45\xb3\x8d\x1b\x37\x2e\x49\x4a\x4a\xea\x4e\x03\x40\x08\x21\x84\ +\xf8\x01\x49\x49\x49\xf3\xdb\xb5\xbb\xf0\x91\x23\x47\x0e\x9f\xf7\ +\xef\xb6\x6c\x99\x80\x3d\x7b\x76\xff\x92\x9e\x9e\x7e\x83\x55\x3f\ +\x8f\x9d\x8f\x94\x10\x42\x08\x39\x37\xcb\x96\x2d\x1b\x7d\x3a\x3f\ +\x7f\x68\xee\xa9\x53\x35\xfa\xfb\x79\x79\x79\x08\x0e\x0e\x4e\x78\ +\xea\xa9\xc1\xcf\x37\x6a\xd4\xb0\xc9\xfa\xf5\xeb\xbf\x65\x04\x80\ +\x10\x42\x08\xf1\x11\xde\x7c\xf3\xcd\xd1\x0d\x1b\x36\x4a\xaf\xc9\ +\xaa\xff\x6c\x04\x07\x07\xa3\x7d\xfb\x0e\x53\x56\xac\xf8\x6a\xde\ +\x07\x1f\x7c\xb0\x8e\x06\x80\x10\x42\x08\xb1\x30\x5f\x7c\xf9\x55\ +\xff\xcd\x9b\x37\xcd\x71\xdf\xeb\x37\x42\x87\x4b\x2e\x5d\xfb\xc0\ +\xfd\xf7\x5d\x45\x03\x40\x08\x21\x84\x58\x94\x4f\x3f\xfd\xec\x93\ +\x2d\x5b\x36\xff\xdd\x93\x3f\xd3\xee\x70\xa0\x45\xf3\xe6\xb7\xf7\ +\xef\xdf\xff\x3b\x2b\x7c\x46\x1b\x1f\x33\x21\x84\x10\x22\xe8\xd1\ +\xa3\x47\xf8\xe2\xc5\x4b\x0e\x79\x5a\xfc\x01\xa0\xc2\xe9\x44\x64\ +\x64\xd4\x18\x46\x00\x08\x21\x84\x10\x0b\x31\x70\xe0\xc0\x0e\x37\ +\xdf\x7c\xcb\xd6\xdd\xbb\x77\xd5\x99\x36\xda\x1d\x0e\x74\xbe\xfc\ +\xf2\xc6\xbd\x7a\xf5\xca\x62\x04\x80\x10\x42\x08\x31\x99\x51\xa3\ +\x46\x75\xbc\xfe\xfa\x1b\xb6\xd5\xa5\xf8\x6b\x51\x80\xe2\x92\xd2\ +\x8f\xac\xf0\x99\x1d\x7c\xec\x84\x10\x42\x02\x99\x94\x94\x94\x4e\ +\x2d\x5a\xb4\xdc\x78\xe0\xc0\x7e\xaf\xfc\xbe\x9d\x3b\xb6\xdf\x6c\ +\x85\xcf\xcd\x08\x00\x21\x84\x90\x80\x65\xc6\x8c\x19\x57\xc7\xc5\ +\x35\xd9\x78\xf8\xf0\x21\xaf\xfd\xce\x8a\x8a\x0a\x7c\xbe\x6c\xf9\ +\x38\x1a\x00\x42\x08\x21\xc4\x04\x16\x2c\x58\x70\x6d\x69\x59\xd9\ +\xea\xcc\xcc\xe3\x5e\xff\xdd\xf7\xdc\x7d\xd7\x48\x1a\x00\x42\x08\ +\x21\xc4\xcb\x7c\xfe\xf9\xe7\x1d\x72\x4e\x9e\xfc\x35\x3b\xcb\xfb\ +\xb9\x78\x0d\x1b\x35\xc2\xbf\xfe\xf5\x2f\xd3\x2b\xf1\x32\x07\x80\ +\x10\x42\x48\x40\xb1\x72\xe5\x4a\xc7\xa6\xcd\x9b\xb7\x15\xe4\xe7\ +\x9b\xf2\xfb\x9f\x7d\xe6\x19\x4b\x9c\xc0\x63\x04\x80\x10\x42\x48\ +\xc0\xf0\xfd\xf7\x2b\xc3\x7f\xff\x7d\x43\xb9\x59\xe2\x1f\x19\x15\ +\x85\x85\x0b\x17\x46\x5b\xe1\x5e\x30\x02\x40\x08\x21\x24\x60\x58\ +\xb7\x6e\x5d\x61\x59\x59\xa9\x69\xbf\xff\xe2\x8b\xdb\xf7\xee\xd5\ +\xf3\x8e\xd3\x8c\x00\x10\x42\x08\x21\x5e\x62\xec\xd8\xb1\xaa\x99\ +\xe2\x1f\x1c\x1c\x82\x5e\x3d\xef\xf8\xca\x2a\xf7\x83\x11\x00\x42\ +\x08\x21\x7e\xcd\xf7\xdf\xaf\x8c\x5a\xbd\x7a\xd5\x69\xa7\xd3\x69\ +\xea\x75\x5c\x74\xf1\xc5\x0b\xac\x74\x5f\x18\x01\x20\x84\x10\xe2\ +\xb7\x7c\xfb\xed\x77\xed\x56\xad\xfa\xef\x69\x97\xcb\x65\xea\x75\ +\x44\x46\x45\xe1\xef\xf7\xde\xf3\x4f\x1a\x00\x42\x08\x21\xa4\x8e\ +\xf9\xf2\xab\x15\xff\x58\xbd\x7a\xd5\x9f\xaa\xaa\x9a\x7a\x1d\x8a\ +\xa2\x60\xf8\xb0\x61\x96\xeb\xbd\x43\x03\x40\x08\x21\xc4\xaf\x78\ +\xf0\xc1\x07\xc3\x3e\xfb\xfc\xf3\xf9\xeb\xd7\xad\xfd\xd8\x0a\xd7\ +\x73\xd9\x65\x9d\xa6\x5a\xf1\x3e\xb1\x1b\x20\x21\x84\x10\xbf\x21\ +\x3d\x3d\x3d\xa2\x4d\x9b\xb6\x3b\x77\xec\xd8\xde\xc2\x0a\xd7\xd3\ +\x38\x2e\x0e\x4f\x0f\x1e\x6c\x49\xad\x65\x12\x20\x21\x84\x10\xbf\ +\x60\xe1\xc2\x85\xd1\x2a\x94\xdc\x1d\x3b\xb6\x5b\x42\x70\x83\x82\ +\x82\x2c\x2b\xfe\x00\xb7\x00\x08\x21\x84\xf8\x01\xdf\x7d\xf7\x9d\ +\xbd\xbc\xdc\x99\xb7\xa7\x8e\xdb\xf9\xd6\x86\x97\x5f\x7e\xd9\xd2\ +\x51\x76\x6e\x01\x10\x42\x08\xf1\x69\x56\xac\xf8\x3a\xf2\xd8\xb1\ +\x63\xf9\xde\xec\xe8\x77\x3e\x52\x52\x52\x2c\xaf\xaf\xdc\x02\x20\ +\x84\x10\xe2\xd3\x1c\x3e\x7c\x38\xff\xd8\xb1\xa3\x14\x7f\x46\x00\ +\x08\x21\x84\x04\x0a\x93\xa7\x4c\x51\xcd\xe8\xe8\xe7\xeb\xe2\x4f\ +\x03\x40\x08\x21\xc4\x67\x79\xfb\xed\xb7\xd5\xbc\xbc\x3c\x8a\x3f\ +\x0d\x00\x21\x84\x90\x40\x61\xc2\xc4\x89\xaa\x59\x1d\xfd\xfc\x41\ +\xfc\x69\x00\x08\x21\x84\xf8\x1c\xe3\xc6\xbd\xa5\x16\x17\x17\x51\ +\xfc\x03\xd5\x00\x3c\xfd\xf4\xd3\xf6\xfa\xf5\xeb\x77\xb5\xd9\x6c\ +\xb7\xda\x6c\xb6\x1b\x01\x34\x00\xe0\x04\x70\x1a\x40\x2e\x80\x85\ +\xa9\xa9\xa9\x9f\xf2\x55\x21\x84\x10\xff\x21\x3d\xfd\x0d\x53\x3b\ +\xfa\xf9\x8b\xf8\xfb\x9c\x01\xe8\xd7\xaf\x9f\xad\x75\xeb\xd6\xfd\ +\x54\x55\xbd\x5b\x51\x94\x9b\x14\x45\xa9\x7f\xae\xbf\xaf\xaa\xea\ +\x89\x8a\x8a\x8a\xc5\xaa\xaa\x4e\x7d\xfd\xf5\xd7\x77\xf0\xd5\x21\ +\x84\x10\xdf\x65\xec\xd8\xb1\xaa\xd9\x1d\xfd\xfc\x45\xfc\x7d\xca\ +\x00\x0c\x1f\x3e\x3c\x22\x22\x22\x62\xb6\xa2\x28\xff\xd0\xf3\xfd\ +\xaa\xaa\x7e\x92\x9a\x9a\x7a\x3f\x5f\x21\x42\x08\xf1\x3d\xd2\xd2\ +\xd2\x54\xb3\x3b\xfa\xf9\x93\xf8\xfb\x8c\x01\x78\xe5\x95\x57\x9a\ +\xdb\xed\xf6\xcf\x15\x45\xe9\x62\xe4\xe7\xa8\xaa\xba\x25\x35\x35\ +\xb5\x23\x5f\x25\x42\x08\xf1\x0d\xbe\xfd\xee\xfb\x66\x6b\x56\xaf\ +\xca\x30\xbb\xa3\x9f\xbf\x89\x3f\xe0\x03\xa5\x80\x5f\x7b\xed\xb5\ +\x2e\x76\xbb\x7d\xb5\x51\xf1\x07\x00\x45\x51\x2e\x4b\x4e\x4e\xce\ +\xe0\x2b\x45\x08\x21\xd6\xe7\xab\xaf\xbe\xee\xb5\x7a\xd5\x7f\x29\ +\xfe\x81\x18\x01\x78\xf5\xd5\x57\xe3\x6c\x36\xdb\x9f\x8a\xa2\xc4\ +\x78\xf2\xe7\xaa\xaa\x9a\x9f\x9a\x9a\x1a\xcd\xd7\x8b\x10\x42\xac\ +\xc9\x67\x9f\x2f\x7b\x7f\xf3\xa6\x8d\x83\xad\x74\x4d\xfe\x24\xfe\ +\x96\x8f\x00\xd8\x6c\xb6\x37\x3d\x2d\xfe\x32\x12\x10\x95\x9c\x9c\ +\x5c\xce\x57\x8c\x10\x42\xac\xc7\xe2\x25\x4b\xb7\x53\xfc\x03\xdc\ +\x00\x00\xf8\x67\x5d\xfd\x60\x45\x51\x1c\x29\x29\x29\x2a\x5f\x35\ +\x42\x08\xb1\x0e\x0b\x17\x2e\x72\xed\xd8\xbe\xad\x3d\xc5\x3f\x80\ +\x0d\x40\x72\x72\xf2\x1a\x45\x51\x6c\x5e\x78\xb0\x34\x01\x84\x10\ +\x62\x01\xe6\xce\x9d\xe7\xda\x6d\xa1\x76\xbe\xfe\x2c\xfe\x96\x36\ +\x00\x8a\xa2\x5c\xe5\xc5\x07\x4c\x13\x40\x08\x21\x26\x32\x6b\xd6\ +\x6c\xf5\xc0\x81\xfd\x14\xff\x40\x37\x00\xc9\xc9\xc9\xaf\x9a\xf0\ +\xa0\x69\x02\x08\x21\xc4\x04\xa6\x4f\xff\x40\x3d\x7c\xf8\x90\xa5\ +\xae\xc9\xdf\xc5\xdf\xca\x11\x80\x78\x93\x8c\x87\x8b\xaf\x22\x21\ +\x84\x78\x8f\xc9\x53\xa6\xa8\xc7\x8e\x1d\xa5\xf8\xd3\x00\xfc\x8f\ +\xe6\x66\xfc\x52\x45\x51\x14\x9a\x00\x42\x08\xf1\x0e\xef\xbc\xfb\ +\xae\x9a\x9d\x95\x45\xf1\xa7\x01\x38\x83\x16\x66\xfd\x62\x9a\x00\ +\x42\x08\xa9\x7b\x26\x4c\x9c\xa8\xe6\x9e\x3a\x45\xf1\x37\x11\xcb\ +\x7e\x58\xb3\xf7\xe4\x55\x55\xad\x48\x4d\x4d\x75\xf0\x35\x25\x84\ +\x10\xcf\x62\xb5\x76\xbe\x81\x28\xfe\x56\x8e\x00\x98\xef\x8c\x14\ +\xc5\x9e\x9c\x9c\xec\xe4\x9d\x20\x84\x10\xcf\x91\x9e\xfe\x06\xc5\ +\x9f\x06\xe0\xbc\x2b\xf0\x1c\x8b\x98\x00\x56\x0c\x24\x84\x10\x0f\ +\x30\x76\xec\x58\xb5\xac\xac\x94\xe2\x4f\x03\x70\x5e\x26\x5a\x24\ +\x12\xe0\x48\x4e\x4e\x2e\xe3\xab\x4b\x08\x21\xfa\x49\x4b\x4b\x53\ +\x9d\x4e\x6b\x05\x55\x03\x59\xfc\x01\x8b\x37\x03\x4a\x4e\x4e\xce\ +\x54\x14\xa5\xb1\x15\xae\x45\x55\xd5\xb2\xd4\xd4\xd4\x10\xbe\xc6\ +\x84\x10\x52\x3b\x52\x53\x53\x55\x2b\x75\xf4\xa3\xf8\x5b\x3f\x02\ +\x00\x55\x55\x27\x58\xc6\x29\x29\x4a\x70\x72\x72\x72\x29\x5f\x65\ +\x42\x08\xa9\x95\xd0\x52\xfc\x19\x01\xd0\x1d\x05\xd8\xaa\x28\xca\ +\x25\x16\x32\x25\xc5\xa9\xa9\xa9\xe1\x1c\x3a\x84\x10\x72\x7e\xf1\ +\xb7\xe0\x35\x51\xfc\x7d\x21\x02\x00\x00\xa9\xa9\xa9\x97\xba\x5c\ +\xae\x0f\x2d\x14\x09\x08\x4b\x4e\x4e\x2e\xe4\xd0\x21\x84\x10\x8a\ +\x3f\x0d\x40\x1d\x93\x96\x96\xf6\x48\x45\x45\xc5\xb3\xaa\xaa\x5a\ +\x22\x83\x44\x51\x94\xf0\xe4\xe4\xe4\x02\x0e\x1f\x42\x08\xa1\xf8\ +\xfb\x2a\x3e\x75\x43\x5e\x7a\xe9\xa5\x9b\x1d\x0e\xc7\xc7\x36\x9b\ +\xad\x81\x15\xae\x47\x55\xd5\xd3\xa9\xa9\xa9\x31\x1c\x46\x84\x10\ +\x42\xf1\xa7\x01\xa8\x63\x86\x0e\x1d\x7a\x41\x78\x78\xf8\x32\x87\ +\xc3\x61\x89\xbc\x00\x55\x55\xf3\x52\x53\x53\xeb\x71\x28\x11\x42\ +\x28\xfe\x14\x7f\x1a\x80\x3a\xa6\x6f\xdf\xbe\x31\x2d\x5a\xb4\xf8\ +\x20\x2c\x2c\xec\x1f\x16\x31\x01\xb9\xa9\xa9\xa9\xf5\x39\x9c\x08\ +\x21\x14\x7f\x8a\x3f\x0d\x80\x17\x18\x3e\x7c\xf8\xac\xc8\xc8\xc8\ +\x81\x16\x31\x01\xd9\xa9\xa9\xa9\x8d\x38\xa4\x08\x21\x14\x7f\x8a\ +\xbf\x2f\xe0\xd3\xbd\x00\x26\x4c\x98\xf0\x58\x61\x61\xe1\x1c\x4b\ +\x38\x29\x45\x69\x98\x9c\x9c\x7c\x82\x43\x8a\x10\x42\xf1\xa7\xf8\ +\x33\x02\xe0\x25\x46\x8c\x18\x31\x37\x22\x22\xe2\x51\x8b\x44\x02\ +\x4e\xa4\xa6\xa6\xc6\x71\x68\x11\x42\x28\xfe\x14\x7f\x46\x00\xea\ +\x98\xf1\xe3\xc7\xf7\x2f\x2c\x2c\x9c\x6f\x91\x48\x40\xe3\xe4\xe4\ +\xe4\x0c\x0e\x2d\x42\x08\xc5\x9f\xe2\x4f\x03\xe0\x1d\x13\xf0\x68\ +\x51\x51\x91\x25\x0a\x06\x29\x8a\xd2\x2c\x39\x39\xf9\x10\x87\x17\ +\x21\x84\xe2\x4f\xf1\xb7\x2a\x7e\x77\xc3\x46\x8e\x1c\xb9\x24\x2c\ +\x2c\xec\x7e\x2b\x5c\x8b\xaa\xaa\x87\x52\x53\x53\x13\x38\xcc\x08\ +\x21\x14\x7f\x8a\x3f\x23\x00\x75\xcc\xb8\x71\xe3\x1e\x28\x2e\x2e\ +\x5e\x6a\x91\x48\x40\xcb\xe4\xe4\xe4\xdd\x1c\x66\x84\x10\x8a\x3f\ +\xc5\x9f\x11\x00\xef\x45\x02\x3e\x09\x0b\x0b\xfb\xbb\x45\x22\x01\ +\xbb\x53\x53\x53\xdb\x71\xb8\x11\x42\x28\xfe\x14\x7f\x46\x00\xea\ +\x3e\x12\x70\x5f\x49\x49\xc9\xe7\x16\x89\x04\xb4\x4d\x4e\x4e\xfe\ +\x83\xc3\x8d\x10\x42\xf1\xa7\xf8\x33\x02\xe0\x25\x46\x8d\x1a\xf5\ +\x79\x68\x68\xe8\xdd\x16\x89\x04\xfc\xe9\x74\x3a\x6f\x7a\xfd\xf5\ +\xd7\x8f\x71\xe8\x11\x42\xac\xcc\xb7\xdf\xad\x8c\x5e\xbd\xea\xd7\ +\x3c\x8b\x1a\x12\x8a\x3f\x23\x00\xe7\xe7\xcd\x37\xdf\xbc\xa7\xa8\ +\xa8\xe8\x67\x8b\x44\x02\x2e\xb4\xd9\x6c\x3f\xf6\xec\xd9\x93\x15\ +\x03\x09\x21\x96\x65\xe5\xca\x7f\xdb\x7e\x5b\xb3\x2a\xcf\xaa\xd7\ +\xf7\xfe\xfb\x53\x55\x3e\x25\x1a\x80\x1a\xf1\xd6\x5b\x6f\xdd\x78\ +\xf2\xe4\x49\x4b\x1c\xcb\xb3\xdb\xed\x17\x5e\x76\xd9\x65\x3b\x39\ +\xf4\x08\x21\xd6\x14\xd7\xf7\xbf\x5c\xb3\x66\x75\x85\xcb\xe5\xb2\ +\xe4\xf5\x35\x6a\xdc\x18\xa5\xa5\x25\xd7\xf3\x49\x79\x60\x51\x1a\ +\x48\x1f\x76\xf0\xe0\xc1\xe5\x71\x71\x71\x0e\x2b\x5c\x4b\x41\x41\ +\x41\xc5\x84\x09\x13\x1c\x1c\x82\x84\x10\xab\xf0\xfc\xf3\xcf\xe7\ +\x37\x6d\xda\x2c\xb2\xa4\xa4\xd8\x9a\xe2\xdf\xa8\x31\x7e\xf9\xe5\ +\xe7\xaf\x3e\xfe\xf8\xe3\xde\x7c\x5a\x8c\x00\xd4\x8a\xa9\x53\xa7\ +\x06\x65\x66\x66\x5a\xe2\x5a\x22\x23\x23\xed\x2f\xbe\xf8\x22\xc3\ +\x58\x84\x10\x4b\xd0\xa7\x4f\x1f\x67\x42\x42\x82\x65\xc5\xbf\x41\ +\x83\x06\xf8\xf7\xbf\x57\x7e\x4f\xf1\xa7\x01\x30\x62\x02\x94\xac\ +\xac\x2c\x4b\x5c\x4b\x4c\x4c\x0c\x68\x02\x08\x21\x66\xd3\xa3\x47\ +\x8f\x9b\xba\x77\xef\x6e\x3f\x7d\xfa\xb4\x65\xc5\xff\x87\x1f\x7e\ +\x58\xfe\xe9\xa7\x9f\xde\xc6\xa7\x45\x03\x60\x88\x29\x53\xa6\x28\ +\xd9\xd9\xd9\x96\x31\x01\x2f\xbc\xf0\x02\x4d\x00\x21\xc4\x34\xfe\ +\x7e\xdf\x7d\x3f\xe4\xe4\xe4\x58\xf2\xda\x62\x63\x1b\xe0\xc7\x1f\ +\x7f\xfc\xf1\xb3\xcf\x3e\xbb\x9b\x4f\x8a\x06\xc0\x23\x4c\x9e\x3c\ +\xd9\x32\x26\xa0\x5e\xbd\x7a\x78\xee\xb9\xe7\x68\x02\x08\x21\x5e\ +\x67\xfe\x82\x05\xea\xd1\x0c\x6b\xf6\x2f\x8b\x8d\x8d\xc5\x4f\x3f\ +\xfd\xf8\xe3\xa7\x9f\x7e\xfa\x37\x3e\x29\xcf\x13\xf0\x67\x29\x9f\ +\x7d\xf6\x59\xb5\x61\xc3\x86\x96\xb8\x96\x93\x27\x4f\xe2\xbd\xf7\ +\xde\xe3\xf9\x56\x42\x88\x57\x58\xf0\xe1\x87\xea\xde\x3d\x7b\x2c\ +\x2b\xfe\xbf\xfc\xf2\xcb\x1f\x4b\x97\x2e\xbd\x98\x4f\x8a\x11\x80\ +\x3a\x8b\x04\x58\x25\xf4\x15\x1b\x1b\x8b\x21\x43\x86\x30\x12\x40\ +\x08\xa9\x73\xbe\xfc\xf2\xcb\x61\x56\x15\xff\xfa\xf5\x29\xfe\x8c\ +\x00\x78\x91\xe7\x9f\x7f\x5e\xad\x5f\xbf\xbe\x25\xae\xe5\xc4\x89\ +\x13\x78\xff\xfd\xf7\xf9\x6c\x08\x21\x75\xc2\xbc\x79\xf3\xd4\xfd\ +\xfb\xf7\x5b\x56\xfc\xff\xfb\xdf\x5f\xf3\x16\x2f\x5e\x5c\x8f\x4f\ +\x8a\x06\x80\x26\x80\x10\x42\x3c\xc4\xc4\x89\x13\xd5\xc2\xc2\x42\ +\x58\xb1\xd0\x4f\x4c\x4c\x0c\x36\x6c\xd8\x80\x05\x0b\x16\x70\xee\ +\xa3\x01\x08\x6c\x13\x90\x99\x99\x89\xa9\x53\xa7\xf2\x19\x11\xe2\ +\xd9\x39\xcf\x2e\xbf\x1c\xf2\xbf\xb5\x77\x4c\x05\xe0\x02\xe0\x94\ +\x5f\xaa\xfc\xf2\x1b\x52\x52\x52\x54\x87\xc3\x01\xa7\xd3\x49\xf1\ +\x27\x34\x00\xd5\xf1\xc2\x0b\x2f\xa8\xf5\xea\x59\x23\xfa\x74\xec\ +\xd8\x31\x4c\x9f\x3e\x9d\xcf\x89\x10\x63\xf3\x5c\x30\x80\x18\x00\ +\x0d\x00\x74\x01\x70\x05\x80\x8b\x00\x34\x03\x10\x09\xa0\x02\xc0\ +\x49\x00\xfb\x01\x6c\x01\xb0\x06\xc0\x5e\xf9\x67\x85\xf2\xff\xfb\ +\x34\xcf\x3e\xfb\xac\xda\xbc\x79\x0b\x58\xb1\xd0\x4f\x74\x74\x0c\ +\x36\x6d\xda\x88\xf9\xf3\xe7\x73\xae\xa3\x01\x30\x9f\xa1\x43\x87\ +\xaa\xd1\xd1\xd1\x96\xb8\x96\xa3\x47\x8f\xe2\x83\x0f\x3e\xe0\xb3\ +\x22\xa4\xf6\x04\x03\x88\x97\x82\x7f\x0b\x80\x9b\x01\xb4\x94\x11\ +\x80\xea\xde\x29\x6d\xc5\x5f\x00\x60\x33\x80\x6f\x00\xfc\x0c\x60\ +\xa7\x34\x03\x3e\x19\x11\xe8\xd3\xa7\x8f\xf3\xaa\xab\xae\xb2\x64\ +\xa1\x1f\x8a\x3f\x0d\x00\x4d\xc0\x79\xc8\xc8\xc8\xc0\x8c\x19\x33\ +\xf8\xbc\x08\xa9\x39\x0d\x01\xdc\x04\xe0\x6e\x00\x7f\x03\xd0\x44\ +\xc7\x9c\x57\x0a\x60\x3b\x80\x15\x00\x3e\x97\xd1\x81\x72\x5f\xba\ +\x09\x3d\x7a\xf4\xb8\xa9\x57\xaf\x5e\x96\x2c\xf4\x13\x1d\x1d\x8d\ +\x2d\x5b\xb6\x60\xee\xdc\xb9\x9c\xdb\x68\x00\x68\x02\xce\xc5\xa1\ +\x43\x87\x30\x7b\xf6\x6c\x3e\x33\x42\xce\x3f\xaf\xb5\x01\xf0\xb0\ +\xfc\x4a\x84\xd8\xef\x37\x42\x21\x80\x55\x00\x3e\x00\xf0\x3d\x80\ +\x3c\x5f\xb9\x19\x1f\xcc\x98\x61\xc9\x42\x3f\x51\x51\xd1\xd8\xb6\ +\x6d\x2b\xe6\xcc\x99\xc3\x39\x8d\x06\xc0\xba\x0c\x1b\x36\x4c\x8d\ +\x8a\x8a\xb2\xc4\xb5\x1c\x3c\x78\x90\x2f\x0c\x21\x67\xc7\x06\xe0\ +\x72\x00\xcf\x02\xb8\x13\x62\xcf\xdf\x53\x54\x40\x6c\x05\xcc\x04\ +\xb0\x08\x40\x96\xd5\x6f\xc6\xfc\x05\x0b\xd4\x7d\x7b\xf7\x5a\x52\ +\xfc\xb7\x6f\xdf\xc6\x05\x0d\x0d\x00\x4d\x40\x6d\x39\x70\xe0\x00\ +\x43\x66\x84\x54\x2f\xfe\x5d\x00\x0c\x03\x70\x07\x80\xba\x08\xdd\ +\x55\x40\x24\x0a\x4e\x03\x30\x0f\x40\xb6\x55\x6f\x86\x55\xab\xfc\ +\x45\x44\x44\x62\xdf\xbe\xbd\x3c\xe1\x64\x91\x17\x86\xd4\x80\x89\ +\x13\x27\x2a\x85\x85\x85\x96\xb8\x96\xc4\xc4\x44\xf4\xeb\xd7\x8f\ +\x15\x03\x09\x39\x73\x31\xd3\x06\xc0\x53\x00\x7a\x00\xa8\x2b\xb7\ +\x6e\x07\xd0\x0a\xc0\x13\x00\xee\x02\x10\x6e\xc5\x9b\x61\xd5\x2a\ +\x7f\x11\x11\x91\xd8\xbf\x7f\x1f\xc5\x9f\x11\x00\xdf\x64\xc4\x88\ +\x11\x6a\x44\x44\x84\x25\xae\x65\xf7\xee\xdd\x58\xb8\x70\x21\x9f\ +\x21\x21\x40\x3d\x00\x4f\x03\x78\x01\x40\x23\x2f\xfc\x3e\x17\x80\ +\x75\x00\x46\x02\xf8\x15\x16\x3a\x26\x68\xd5\x2a\x7f\x9a\xf8\xb3\ +\xc0\x19\x23\x00\x3e\xcb\xf8\xf1\xe3\x2d\x13\x09\x68\xdb\xb6\x2d\ +\xfa\xf6\xed\xcb\x48\x00\x09\x74\x82\x00\xdc\x00\xe0\x9f\x5e\x12\ +\x7f\x6d\xee\xbc\x02\xc0\x20\x88\x63\x85\x96\x10\xb5\x49\x93\x26\ +\xa9\x07\x0f\x1e\xb4\xa0\xf8\x47\xe0\xc0\x81\xfd\x14\x7f\x1a\x00\ +\xff\x30\x01\xc5\xc5\xc5\x96\xa8\xa3\xd9\xae\x5d\x3b\x3c\xf8\xe0\ +\x83\x45\x7c\x2a\x24\x40\x51\x20\x8a\xf9\x3c\x04\xa0\xad\x09\xf3\ +\xe7\xcd\x00\x6e\x05\x10\x6a\xf6\x8d\x18\x33\x66\x4c\x41\x51\x51\ +\x91\xe5\x4a\xfc\x46\x44\x44\xe0\xc8\x91\x23\xf9\x53\xa6\x4c\xa1\ +\xf8\xd3\x00\xf8\x07\xe3\xc6\x8d\xb3\x97\x95\x95\x15\x58\xe1\x5a\ +\x2e\xbc\xf0\xc2\xb0\x47\x1f\x7d\x74\x35\x9f\x0a\x09\x40\x82\x01\ +\x5c\x2f\x45\xd8\x8c\xf9\xac\x11\x80\x7b\x01\xb4\x30\x33\x0a\x90\ +\x92\x92\xb2\x2c\x28\x28\x38\xc2\x6a\x25\x7e\xc3\xc3\x23\x50\x54\ +\x54\xf4\xf9\xbb\xef\xbe\x1b\xcd\xa1\x6a\x3d\xec\xbc\x05\xfa\x89\ +\x8d\x8d\x5d\xd1\xb8\x71\xe3\x7b\x6c\x36\x5b\xa4\xa9\x4b\x20\x45\ +\x41\xbd\x7a\xf5\xe2\x3b\x77\xee\x1c\xbe\x66\xcd\x9a\x95\x7c\x32\ +\x24\x80\x68\x08\x60\x28\xc4\xd1\x3f\x33\x04\x58\x01\x10\x0b\x60\ +\x13\x80\x3f\x20\x72\x03\xbc\xca\xfb\xef\xbf\x7f\xaf\xdd\x6e\x7f\ +\xcd\x2a\x5b\x93\xee\xe2\x7f\xe1\x85\xed\xae\x1c\x34\x68\xd0\x24\ +\x0e\x53\x46\x00\xfc\x8e\x65\xcb\x96\x6d\x2e\x28\x28\xb8\xd1\xe5\ +\x72\x1d\x31\xfb\x5a\x14\x45\x51\xa2\xa3\xa3\x47\xbc\xfa\xea\xab\ +\xcf\xf2\xc9\x10\x3f\x47\x91\x73\x57\xb0\x14\xfe\xce\x26\xcf\x65\ +\xf5\x20\xb6\x02\x4c\x59\xe5\x56\x54\x54\x7c\x6a\xb5\x12\xbf\xe1\ +\xe1\xe1\x48\x4a\x1a\xa1\xdc\x7d\xf7\xdd\xeb\x38\x5c\xad\xfd\x22\ +\x11\x83\x8c\x1e\x3d\xfa\x82\xe0\xe0\xe0\x9f\x15\x45\x69\x6e\xf6\ +\xb5\xa8\xaa\xea\x52\x55\x75\x60\x5a\x5a\xda\x3c\x3e\x19\xe2\x27\ +\x73\x94\x26\xf8\x0e\x29\xfa\xe1\x52\x6c\x1b\x02\x78\x04\x40\x7f\ +\x98\xbf\x07\xbf\x0b\x40\x6f\x00\xbb\xbd\xf5\x0b\x57\xac\x58\x11\ +\x7c\x24\x23\xa3\xd4\x4a\x55\xfe\x52\x52\x52\xa8\x29\x34\x00\x01\ +\x69\x02\x5a\x4b\x13\x10\x6f\x01\x13\x50\xa1\xaa\xea\x80\xb4\xb4\ +\xb4\x05\x7c\x32\xc4\x87\xc5\x3e\x48\x0a\x7b\xa4\x5c\x65\x37\x02\ +\x10\x07\x91\xf4\xd7\x02\x22\xfb\xbe\x33\x44\xb3\x1f\xb3\x29\x02\ +\xd0\x0f\xc0\x32\x78\x61\x1b\x20\x3d\x3d\x3d\xa2\x79\x8b\x96\xf9\ +\xfb\xf6\xee\xb1\xcc\x1c\x4e\xf1\xa7\x01\x08\x68\x5e\x7a\xe9\xa5\ +\x8b\x82\x82\x82\x7e\x54\x14\xa5\x89\x45\x4c\xc0\x3f\xd3\xd2\xd2\ +\x16\xf1\xc9\x10\x8b\x8b\xbd\xdd\x4d\xec\xc3\x21\xda\xf6\xc6\x02\ +\x68\x2c\xc5\x3e\x5e\xfe\xb3\xa9\x34\x00\xb1\xf2\xef\x85\xc8\x88\ +\x80\x15\xb6\x32\xcb\x00\x8c\x03\x90\x8a\x3a\xae\x09\xf0\xe0\x83\ +\x0f\x86\xdd\x7b\xef\x7d\x7f\xee\xdc\xb9\xbd\x05\xc5\x9f\xd0\x00\ +\x58\xcf\x04\xfc\xa4\x28\x4a\x9c\x05\x4c\x40\xb9\xaa\xaa\x7d\xd2\ +\xd2\xd2\x3e\xe3\x93\x21\x16\x11\x7c\x4d\xec\x43\x00\x44\x40\x84\ +\xf2\x63\xe5\xea\xbe\x89\x14\xfa\x66\xf2\xdf\x1b\x43\xd4\xf2\x8f\ +\x01\x10\x26\xbf\xcf\x06\x6b\xe6\x2e\x55\x00\x58\x0a\xb1\x25\x51\ +\xa7\xdd\x02\x97\x2d\x5f\x3e\x6e\xe3\x86\x0d\x49\x14\x7f\x42\x03\ +\x60\x41\x5e\x7e\xf9\xe5\xf6\x0e\x87\xe3\x47\x45\x51\x1a\x5b\xc0\ +\x04\x94\xa9\xaa\xfa\x8f\xb4\xb4\xb4\x65\x7c\x32\xc4\xcb\xf3\x8a\ +\x16\xca\x0f\x91\x2b\xf6\x28\x00\xf5\xa5\xb0\x37\xad\xf2\xd5\x58\ +\x1a\x81\x68\x69\x0c\x42\xe5\xf7\x2a\x3e\x32\x4f\xb9\x20\xba\x05\ +\xde\x2c\xa3\x01\x75\xc2\xb7\xdf\x7e\xd7\x76\xf5\xea\x55\xbb\x28\ +\xfe\x84\x06\xc0\xda\x26\xa0\x83\x34\x01\x8d\xcc\xbe\x16\x69\x02\ +\xee\x4f\x4b\x4b\xfb\x82\x4f\x86\xd4\xd1\x3c\x52\x35\x94\x1f\x85\ +\x33\xf7\xed\xe3\x01\x34\x77\x13\x7b\x6d\x65\x1f\x21\x0d\x82\x43\ +\x7e\xbf\xaf\x9e\x4c\x52\x01\x6c\x03\xd0\xb5\xae\x0c\xc0\xca\x95\ +\xff\xb6\xad\x5a\xf5\xdf\x0a\xab\x14\xfa\xa1\xf8\xd3\x00\x90\x73\ +\x9b\x80\xcb\x1d\x0e\xc7\x4a\x45\x51\x62\x2d\x60\x02\x4a\x54\x55\ +\xbd\x2b\x2d\x2d\xed\x7b\x3e\x19\x62\x70\xbe\xa8\x1a\xca\xd7\xf6\ +\xed\x1b\x4a\xb1\x6f\x2a\x05\x5f\xdb\xbb\x6f\x28\xff\x7f\xa4\x34\ +\x07\xee\xa1\x7c\x7f\x99\x83\x54\x88\x56\xc1\x97\xd7\x95\x01\x18\ +\x3b\x76\xac\x6a\x95\x42\x3f\x14\x7f\x1a\x00\x52\x03\x5e\x79\xe5\ +\x95\xce\x76\xbb\x7d\xa5\xa2\x28\xf5\x2d\x60\x02\x8a\x55\x55\xbd\ +\x33\x2d\x2d\xed\xdf\x7c\x32\xa4\x86\xf3\x83\x26\xf6\x76\x88\x84\ +\xbb\x08\x9c\x19\xca\xaf\x9a\xa4\xa7\xad\xee\xa3\xa4\xd8\x07\x57\ +\x59\xd9\xfb\xeb\x9c\xa3\x02\x58\x0f\xa0\xbb\xa7\x0d\xc0\x97\x5f\ +\x7e\xd9\x75\xdb\xb6\xed\xeb\x4a\x4a\x8a\x29\xfe\x84\x06\xc0\x07\ +\x4d\x40\x17\x69\x02\xea\x59\xc1\x04\xb8\x5c\xae\x5e\x63\xc6\x8c\ +\xf9\x91\x4f\x86\x54\x23\xf6\x36\x37\xb1\xaf\x2e\x94\xdf\x0c\x22\ +\x94\x1f\x8f\xca\x8c\x7c\x2d\x94\xef\x2e\xf6\xbe\xb2\x77\xef\x29\ +\x2a\x00\x7c\x03\x51\x16\xd8\x63\x49\x80\x5f\x7d\xf5\x55\xf3\x1d\ +\x3b\x76\x1e\x2e\x2c\xb4\x44\xd5\x71\x8a\x3f\x0d\x00\xd1\x69\x02\ +\xba\xda\xed\xf6\xef\x2d\x62\x02\xf2\x5d\x2e\xd7\xed\x63\xc6\x8c\ +\x61\xff\x80\xc0\x16\x7b\xa5\x8a\xd8\x6b\x59\xf9\x0d\xdc\xc4\xde\ +\x7d\x85\xdf\x48\x9a\x81\x70\x54\x26\xe9\x05\xa2\xd8\x57\x47\x39\ +\x80\xa9\x00\x86\x01\xf0\x48\x9c\x7e\xf1\xe2\xc5\xd7\x66\x64\x64\ +\xfc\x9a\x97\x97\x47\xf1\x27\x34\x00\x7e\x60\x02\xae\x90\x26\x20\ +\xc6\x02\x26\xe0\xb4\xcb\xe5\xba\x6d\xcc\x98\x31\xbf\xf1\xc9\x04\ +\x8c\xe0\x57\x3d\x6f\x5f\xdd\x11\xbc\x78\x9c\x79\x04\x2f\x1a\xd6\ +\x3f\x82\x67\x05\x4a\x01\x3c\x03\x60\x0e\x3c\x50\x08\x68\xd6\xac\ +\x59\xd7\x14\x16\x16\xad\x3a\x79\x32\x87\xe2\x4f\x68\x00\xfc\xc8\ +\x04\x74\xb7\xdb\xed\xdf\x28\x8a\x12\x61\x01\x13\x90\x27\x4d\xc0\ +\x5a\x3e\x19\xbf\x7b\xaf\x6d\xa8\x4c\xd2\x0b\xab\x22\xf6\xee\xc7\ +\xef\x34\xb1\x77\x0f\xe5\x6b\x59\xf9\x5c\xd9\xd7\x9c\xe3\x10\xa5\ +\x80\x37\x40\xe4\x03\xe8\x66\xd2\xa4\x49\x5d\x43\x43\xc3\xd6\x9d\ +\x38\x91\x49\xf1\x27\x34\x00\x7e\x68\x02\xae\xb3\xdb\xed\x5f\x5b\ +\xc4\x04\xe4\xba\x5c\xae\x5b\xc7\x8c\x19\xb3\x9e\x4f\xc6\xa7\xc5\ +\xde\x2e\x45\x3b\x1c\x22\xdb\xbe\x3e\x44\xf6\xbd\x7b\x46\x7e\xd5\ +\x95\xbd\x76\xde\x3e\x48\x7e\x3f\xe7\x03\xfd\xac\x00\xf0\x98\x34\ +\x02\x46\xe6\x86\x8e\x2d\x5b\x26\x6c\x3a\x7a\xd4\x1a\xf5\xfd\x29\ +\xfe\x34\x00\xa4\x0e\x78\xf5\xd5\x57\xaf\xb7\xd9\x6c\x2b\x2c\x62\ +\x02\xb2\x2b\x2a\x2a\xfe\x36\x76\xec\xd8\xad\x7c\x32\x96\x7f\x5f\ +\xcf\x56\x4d\x4f\x3b\x82\xa7\x85\xf1\xb5\x33\xf7\x0d\xdd\x56\xf6\ +\xda\xbe\xbd\x7b\xa2\x1e\x31\x4e\x09\x80\xd1\x00\xa6\x03\xd0\x9d\ +\xaa\x3f\x6c\xd8\xb0\xcb\x2e\x6e\xdf\x7e\xf3\x91\xc3\x87\x29\xfe\ +\x84\x06\x20\x00\x4c\xc0\x0d\x36\x9b\xed\x2b\x8b\x98\x80\xac\x8a\ +\x8a\x8a\x9b\x69\x02\x2c\xb7\xb2\xd7\x56\xf7\xee\xd5\xf4\xb4\x3a\ +\xf9\xda\xea\x5e\x4b\xd6\xd3\xb2\xf2\xa3\xaa\xac\xec\x6d\x7c\xdf\ +\xeb\x94\x4d\x00\x9e\x02\xb0\x0e\x3a\xf7\xff\xfb\xf6\xed\xdb\xfe\ +\xf6\xdb\x7b\x6c\xdf\xbf\x7f\x1f\xc5\x9f\xd0\x00\x04\x90\x09\xb8\ +\xdd\x66\xb3\x7d\xae\x28\x8a\xd9\xed\x4c\xa1\xaa\xea\x09\x19\x09\ +\xd8\xce\x27\x63\xca\xca\xde\xbd\x0b\x5e\x18\x2a\xcf\xdb\x37\x80\ +\x08\xdf\xbb\xaf\xec\xe3\x70\x66\x35\xbd\xe0\x00\x5e\xd9\xab\x26\ +\xce\x67\x45\x00\xde\x83\x68\x04\x94\xab\xf7\x87\x2c\x5a\xf4\x91\ +\x6b\xd7\xae\x3f\x2d\xf1\xdc\x28\xfe\x34\x00\xc4\xbb\x26\xa0\x87\ +\x34\x01\x21\x16\x30\x01\x47\x9d\x4e\xe7\x8d\xaf\xbf\xfe\xfa\x6e\ +\x3e\x99\x3a\x7d\xe7\xdc\x4b\xe7\x86\xc9\xd5\x7d\x3d\x37\xb1\x6f\ +\x8a\x33\x8f\xe0\x55\x0d\xe5\x07\x05\xe8\xca\x5e\x13\xfb\x0a\x88\ +\xe3\x76\xa5\x10\x61\x77\x97\x8c\x7e\x84\x7a\xf9\x5a\xd6\x00\x78\ +\x01\xc0\xef\xd0\xd9\x05\x70\xf1\x92\xa5\xdb\x76\x6c\xdf\xd6\x81\ +\xe2\x4f\x68\x00\x02\xd7\x04\xdc\x61\xb3\xd9\x3e\xb3\x88\x09\x38\ +\xe2\x74\x3a\x6f\x7a\xfd\xf5\xd7\xf7\xf0\xc9\x78\xe4\x1d\x73\x4f\ +\xd2\x73\x6f\x79\x5b\x1f\x95\x59\xf9\x55\xab\xe9\x69\x8d\x71\xaa\ +\x96\xce\x0d\x34\x54\x29\xee\x9a\xd8\x17\x01\xc8\x07\x70\x0a\x40\ +\x26\x80\x63\x00\x8e\x48\x13\x70\x13\x80\xbf\x79\xd1\x04\x1c\x01\ +\x30\x06\xc0\x87\xf2\xba\x6a\xcd\xa7\x9f\x7d\x3e\x77\xcb\xe6\x4d\ +\x8f\x52\xfc\x09\x0d\x00\x4d\x40\x2f\x9b\xcd\xf6\xa9\xa2\x28\xc1\ +\x16\x30\x01\x87\x65\x24\x60\x1f\x9f\x8c\xae\xd5\xbd\x7b\x9d\xfc\ +\x68\x54\x96\xce\x6d\x82\xca\x70\xfe\xd9\x8e\xe0\x69\x19\xf9\x81\ +\xf8\x7e\xba\xe4\x4a\xba\x0c\x22\xb9\xee\x34\x80\x93\x00\x4e\x48\ +\xb1\x3f\x2a\x85\xf7\x98\x34\x00\x39\x10\xa1\xf7\x52\x00\x57\x01\ +\x78\x05\x40\x37\x79\xff\xeb\x92\x1c\x00\xb3\x00\x4c\x92\xd7\x51\ +\x6b\x96\x2d\xff\xe2\xe5\x8d\x1b\x7e\x1f\x4b\xf1\x27\x34\x00\x44\ +\x33\x01\xbd\x6d\x36\xdb\x27\x16\x31\x01\x7b\xcb\xcb\xcb\x6f\x4a\ +\x4f\x4f\x3f\xcc\x27\x73\xde\xd5\x7d\x10\xce\x3c\x82\xa7\x15\xd7\ +\x69\x8e\xca\xfe\xf6\x8d\xf0\xd7\x2e\x78\x81\x7e\x04\x4f\x0b\xe5\ +\x97\x00\x28\x90\x2b\xfb\x13\x6e\x42\x5f\x55\xec\xf3\xe4\x6a\xbb\ +\x14\xa2\xfa\x9e\x0b\x95\xdb\x02\xe1\x00\xee\x04\x90\x04\xa0\xa3\ +\xbc\xaf\x75\x41\x2e\x80\x4f\xa4\xf8\xff\x01\x1d\x89\x7f\x5f\x7c\ +\xf1\xd5\xa3\xbf\xff\xbe\x6e\x2e\xc5\x9f\xd0\x00\x90\x33\x78\xed\ +\xb5\xd7\x1e\x50\x14\x65\x91\xa2\x28\x0e\x0b\x98\x80\x3d\xd2\x04\ +\x1c\xe1\xbb\xf2\xbf\x23\x78\x5a\x28\x3f\x02\x67\x76\xc1\xd3\xea\ +\xe4\xb7\xc0\x5f\x93\xf4\x02\xfd\x08\x9e\x5a\x65\x75\x5f\x24\xc5\ +\x3c\x1b\xe2\xec\xfc\x11\x00\x07\x00\x1c\x96\xff\x9d\x23\x57\xff\ +\x05\x52\xec\x9d\xf2\x7b\x55\x9c\xbb\xd0\x4e\x14\x80\xfb\x01\x8c\ +\x04\xd0\xce\xc3\xf7\x59\x95\xd7\xfc\x29\x80\x77\x01\x6c\x87\xce\ +\x7d\xff\xd4\xd4\x54\x55\x55\x55\xd3\x1f\x4a\x2d\xc5\x5f\x71\x1b\ +\xbf\x2e\xb7\x2f\x42\x03\x40\x3c\x6c\x02\xfe\xa1\x28\xca\x42\x8b\ +\x98\x80\xdd\x65\x65\x65\x37\xbe\xf1\xc6\x1b\x47\x03\x54\xec\xdd\ +\x8f\xe0\xb9\x77\xc1\xd3\x92\xf4\xb4\xc6\x38\xf5\x71\x66\xcb\xdb\ +\x40\x3c\x82\xa7\xa9\x9a\xb6\x6f\x5f\x2e\x05\x3c\x5f\x8a\xba\xfb\ +\xea\xfe\x90\xfc\xca\x94\x2b\xff\x42\xb7\x95\x7d\x4d\xc4\xfe\x6c\ +\xcf\xae\x39\x80\xa1\x00\xfa\x43\x24\x56\x7a\x2a\x52\x71\x1c\xc0\ +\x42\x00\x33\x01\xec\xd5\x23\x7e\x2b\x56\xac\xb8\x62\xfd\xfa\xf5\ +\x6b\x5d\x2e\xf3\x75\xb3\x86\xe2\xaf\xc8\xb1\x1c\x05\x11\xc5\xba\ +\x04\x22\x4f\xe5\x10\x80\xfd\xf2\x79\x6a\x5b\x30\x15\x30\x58\x05\ +\x91\xd0\x00\x90\x4a\x13\xd0\x47\x51\x94\x0f\x2d\x62\x02\xb6\x97\ +\x96\x96\xfe\xed\xcd\x37\xdf\x3c\xe1\xa7\x62\xef\x7e\x04\x4f\x13\ +\xfb\x7a\x72\x75\xdf\xc4\x6d\x75\xef\x7e\x04\x4f\x6b\x8c\x13\xe8\ +\x47\xf0\x54\x39\xf9\x97\x43\x24\xe3\x15\x4a\x51\xc8\xc6\x99\xa1\ +\xfc\x0c\x88\x70\x7e\x96\x5c\x49\x17\x1b\x14\xfb\x73\x19\x80\x7f\ +\x42\x54\xe6\x4b\x80\xb1\xe4\x49\x97\x8c\x44\x6c\x01\x30\x0f\xc0\ +\x67\xf2\xb3\xd5\xfa\x5a\x3f\xf9\xe4\x93\x17\x76\xec\xdc\xf9\x76\ +\x85\xd3\x69\xfa\x43\x3b\x8f\xf8\x6b\xe6\x37\x44\x8e\xf3\xf6\x00\ +\xae\x81\xc8\xad\x68\x2f\xdf\x8d\x7c\x69\x02\x76\x03\xd8\x2a\xa3\ +\x21\xfb\xe5\xf3\x2d\x94\xe6\x8f\x66\x80\x06\x80\x18\x34\x01\x0f\ +\x29\x8a\x32\xdf\x22\x26\x60\x6b\x49\x49\xc9\xcd\xe3\xc6\x8d\xcb\ +\xf2\x71\xb1\x57\xdc\xc4\x5e\x0b\xe5\x6b\x62\x1f\x87\xca\x24\xbd\ +\x78\x54\x5f\x4d\x2f\xa8\xca\xcf\x0a\x24\xb1\x87\x9b\xd8\x97\xc9\ +\xc9\x3e\x4f\x8a\x7a\xa6\x14\xf9\x23\x10\xa1\xfc\x63\xd2\x04\xe4\ +\xe2\xcc\x50\xbe\xa7\xc4\xbe\x3a\x6c\x00\x2e\x90\xe2\xdf\x4f\x1a\ +\x37\x9b\xce\xcf\x9a\x0f\x60\x07\x80\xe5\xf2\x6b\xb7\xfc\xcc\xb5\ +\x66\xc1\x82\x05\xe9\x87\x0f\x1f\x1e\x5d\x56\x56\x66\xfa\x43\x3c\ +\x87\xf8\xdb\xe4\xf8\x6e\x00\xa0\x2d\x80\x2b\x20\x12\x2b\x2f\x96\ +\xef\x44\xa4\x7c\x6f\xdc\x71\xca\x31\x70\x42\x46\x45\xd6\x01\xf8\ +\x15\xa2\x27\xc2\x49\x70\x8b\x80\x06\x80\x18\x36\x01\x03\x15\x45\ +\x99\xa1\x28\x8a\xe9\xc7\xc0\x54\x55\xdd\x5c\x52\x52\x72\xcb\xb8\ +\x71\xe3\xb2\x7d\x64\x7c\x6b\xc7\xe7\xdc\xc5\x3e\x4a\x4e\x72\x8d\ +\x50\x19\xca\xaf\x7a\x04\xef\x6c\xa1\xfc\x40\x5b\xdd\x6b\xa1\x7c\ +\x6d\xdf\x5e\xcb\xca\xcf\xac\x66\x75\x9f\x29\xff\x5f\x75\xfb\xf6\ +\xde\xc2\x21\x05\xeb\x29\x88\x5c\x80\x46\x3a\xe6\x39\x97\xfc\x1c\ +\xdf\x40\xb4\xf8\xdd\x00\x91\xa4\xa8\x8b\x69\xd3\xa6\xa5\xe4\xe6\ +\xe6\x25\x97\x94\x14\x9b\xfe\x40\xcf\x22\xfe\x0a\xc4\x49\x95\x44\ +\x00\x97\xcb\x95\x7e\x17\x69\xa4\xa2\x6b\x31\xf6\x5d\xd2\x0c\xfc\ +\x09\xe0\x63\x88\x44\xc9\x83\x34\x01\x34\x00\xc4\x8f\x4c\x80\xcb\ +\xe5\x5a\x57\x54\x54\x74\xdb\x84\x09\x13\x72\x2d\x38\x96\xb5\x8c\ +\xfc\x60\xfc\xb5\xe5\x6d\x5c\x35\x62\xef\xde\x18\x47\x0b\xe5\xf3\ +\x08\x9e\x08\xcf\x6b\xfb\xf6\x59\xa8\x4c\xd4\x3b\x22\x85\xbf\x6a\ +\x56\xbe\x96\x91\x6f\xf6\x64\x1f\x2c\x45\x6c\x08\x80\x5e\xd0\x97\ +\x03\x50\x2e\x57\xfe\xd3\x01\x2c\x95\x51\x0c\x5d\x26\x66\xc2\x84\ +\x09\x2f\xa9\x2a\x5e\x2f\x2c\x2c\xb0\xaa\xf8\x3b\xe4\x6a\xff\x6e\ +\x88\x3a\x0a\x6d\xe5\x6a\x3f\xd4\xc0\x3b\xe0\x92\x11\xa0\xc5\x00\ +\x66\xcb\xc8\x49\x05\x08\x0d\x00\x31\x64\x02\x1e\x57\x14\x65\xba\ +\x45\x4c\xc0\xda\xc2\xc2\xc2\xdb\x26\x4e\x9c\x98\x67\xf2\xea\xde\ +\xee\x26\xf6\x55\x8f\xe0\x69\x21\xfc\xea\xc4\xde\xbd\xc0\x4e\x20\ +\x1f\xc1\x2b\xc7\xd9\x8f\xe0\x65\xc8\x7f\x3f\xe1\x26\xf6\x85\xf2\ +\xef\xd7\x75\x28\x5f\x2f\x61\x00\xae\x87\xa8\xce\x77\x9d\x7c\xd6\ +\xb5\xa5\x14\xc0\x46\x00\xef\x03\xf8\x12\x3a\xf7\xfc\x53\x52\x52\ +\x92\x62\x62\x62\xc6\xe5\xe5\xe5\x99\x7e\x53\xce\x21\xfe\x97\x02\ +\x78\x1c\xc0\xbd\xf2\x3d\xf1\x64\xf4\x28\x1b\xc0\x12\x00\xd3\x20\ +\x72\x04\x18\x09\xa0\x01\x20\x06\x4d\xc0\x93\x8a\xa2\x4c\x53\x14\ +\xc5\xf4\x67\xe7\x72\xb9\xd6\x14\x14\x14\xdc\x3e\x69\xd2\xa4\xd3\ +\x5e\x14\x7b\x2d\x2b\xbf\xea\xbe\x7d\x3c\xc4\xf1\xbb\x78\x37\xb1\ +\xe7\x11\xbc\xca\xc9\xd8\x7d\x75\xaf\xed\xdb\x6b\x47\xf0\x0e\x41\ +\x84\x6a\x8f\x54\x59\xd9\x6b\x59\xf9\x35\x3d\x82\x67\x05\x62\x00\ +\xf4\x06\xf0\x1c\x80\x4e\xd2\x1c\xd6\x96\x62\x88\x12\xbf\x93\x01\ +\x7c\x2f\x23\x21\xb5\x62\xe8\xd0\xa1\x2f\x26\x26\xb6\x9a\x74\xf2\ +\x64\x8e\x55\xc5\x3f\x18\x62\x8f\xff\x39\x00\xb7\x48\xe3\x5c\x17\ +\xef\x45\x0e\x80\x65\x10\xfd\x12\xb6\x80\x89\x81\x34\x00\xc4\xb0\ +\x09\x18\xa4\x28\xca\x54\x8b\x98\x80\x9f\x72\x73\x73\x7b\xbf\xf7\ +\xde\x7b\x85\x1e\xfa\x91\x36\x9c\x99\x95\x1f\x82\xca\xc6\x38\xb1\ +\x52\xec\xb5\xd2\xb9\xcd\xdd\x04\xbf\x3e\xfe\xda\xdf\x3e\x10\x8f\ +\xe0\x55\x97\x95\x5f\x80\xca\x7d\xfb\x0c\x88\xf0\xec\x41\xf9\x4f\ +\xed\x18\x57\x91\x5c\xd9\x7b\x3a\x2b\xdf\xdb\x34\x04\xf0\x00\x80\ +\xa7\x01\x5c\x84\xbf\x26\xad\xd5\xd4\x00\xfc\x2a\x45\xeb\x47\x69\ +\x84\x6a\xcc\xe3\x8f\x3f\xfe\x5c\xe7\x2e\x5d\xde\x3d\x91\x99\x69\ +\xfa\xcd\x38\x8b\xf8\x87\x41\xec\xf3\xbf\x08\xe0\x06\x88\xc8\x59\ +\x5d\x8e\xc9\x5c\x88\x24\xca\xd7\xa1\xf3\xf8\x24\xa1\x01\x20\x67\ +\x9a\x80\x17\x6d\x36\xdb\x24\x2b\x5c\x8b\xcb\xe5\xfa\x21\x37\x37\ +\xf7\x2e\x1d\x26\xa0\xea\x79\xfb\xaa\xd5\xf4\xdc\xbb\xe0\x69\xe1\ +\xfc\x26\xa8\xcc\xca\x0f\xaf\x22\xf6\x81\xbc\xb2\x77\xba\x89\xbd\ +\x96\x95\x7f\x14\x95\x59\xf9\x19\xf2\x2b\x0b\x22\x91\xcf\x1f\xc4\ +\xbe\xba\xf1\xd4\x04\xe2\x08\xe0\x13\x00\x5a\x41\x5f\xf2\x66\x21\ +\x80\x9f\x01\xfc\x0b\xc0\x2f\xa8\x45\x9d\xff\x7b\xef\xbd\xb7\xe7\ +\x1d\x3d\x7b\x7e\x75\x34\x23\xc3\xaa\xe2\x1f\x04\x91\xe0\x37\x02\ +\xc0\xed\xd0\xb7\x45\xa2\x67\x9c\xe6\x00\x98\x23\x4d\x55\x06\x23\ +\x01\x34\x00\xc4\xb8\x09\x18\x6a\xb3\xd9\x26\x5a\xc4\x04\xfc\xfb\ +\xe4\xc9\x93\x77\x4d\x9e\x3c\xb9\xe8\x3c\x63\xcd\xfd\xbc\x7d\xa8\ +\x14\x7b\xf7\x50\xbe\x7b\x17\xbc\x26\xa8\x3c\x6f\xaf\x65\xe5\x3b\ +\x10\xb8\xfb\xf6\x5a\x92\x9d\x56\x3a\xd7\xfd\xbc\xbd\xfb\x11\x3c\ +\xad\x7c\xae\x76\x04\x2f\x1f\x67\x16\x6a\xf1\xd7\xc9\x57\x81\xc8\ +\x64\x7f\x5c\x9a\x80\x78\x9d\xe3\xe4\x34\x80\xef\xa4\x58\xad\x95\ +\xf7\xae\x46\xcc\x99\x33\x57\x3d\x78\xf0\x80\x55\xc5\x5f\x81\xd8\ +\x26\x1b\x0e\x51\x24\x29\xca\xcb\x63\x77\x37\x44\xdb\xe4\xc5\xb5\ +\x8d\xaa\x10\x1a\x00\x52\xbd\x09\x18\x65\xb3\xd9\xde\xb0\x88\x09\ +\xf8\x32\x33\x33\xf3\x81\xe9\xd3\xa7\x97\x54\x59\xdd\xbb\x1f\xc1\ +\xd3\xb2\xf2\xdd\x43\xf9\x5a\xad\x7c\x2d\x94\xaf\x89\x7d\x30\xd8\ +\x05\xaf\xea\x11\xbc\x1c\x88\x7d\x7b\xf7\x23\x78\x5a\x56\xbe\x76\ +\xde\x5e\x5b\xdd\xbb\x02\x6c\xa5\x65\x87\x28\xff\x3b\x18\x40\x1f\ +\xe8\x3b\x02\xa8\x42\x24\x43\x2e\x87\xc8\x01\xd8\x22\xef\xe5\x79\ +\x99\x37\x6f\xbe\x6b\xff\xfe\x7d\xa6\xcf\xa9\xe7\x38\xe7\xef\x00\ +\x70\x0f\x44\x28\xbe\x9d\x09\x97\x56\x26\xef\x6b\x2a\xc4\x29\x0b\ +\x6e\x05\x98\x8c\x83\xb7\xc0\xb7\x49\x4b\x4b\x7b\xf3\xb5\xd7\x5e\ +\x53\x6d\x36\xdb\x9b\x66\x5f\x8b\xcd\x66\xeb\xdd\xb8\x71\xe3\xa5\ +\x57\x5f\x7d\xf5\xc0\x35\x6b\xd6\xd8\x71\xe6\x11\xbc\x26\x6e\x2b\ +\xfb\xa6\xf2\xcf\xb4\x2e\x78\x5a\x28\xdf\x11\xc0\x62\xaf\xed\xdb\ +\x6b\x47\xf0\xb4\xf3\xf6\x59\xa8\x6c\x79\x5b\xdd\x11\xbc\x62\x54\ +\x26\xe9\x05\xfa\x84\xaa\x48\xe3\x18\x05\x63\xdd\x00\xcb\x65\xd4\ +\xa4\xb8\xa6\xf7\x74\xe1\xa2\x8f\x5c\xbb\x77\xfd\x69\x65\xf1\x87\ +\x7c\xdf\x6e\x93\x51\x00\x33\x08\x06\xd0\x15\xa2\xaa\xe0\x41\xe8\ +\x48\xae\x24\x34\x00\xe4\x4c\xa2\xd3\xd2\xd2\x7e\x1f\x34\x68\xd0\ +\x6f\x4d\x9b\x36\xbd\xca\xf4\x25\x98\xdd\xde\xeb\xba\xeb\xae\xfb\ +\x7a\xcf\x9e\x3d\xcb\xb3\xb3\xb3\xb5\x5e\xf7\x71\xf8\x6b\xcb\xdb\ +\x40\x3e\x82\xa7\xad\xee\xb5\x96\xb7\x85\xa8\x6c\x79\x7b\xd4\x6d\ +\x75\x5f\x55\xec\xdd\xb3\xf2\xfd\x39\x94\xaf\xdb\x83\xa2\xb2\xd0\ +\x93\x43\xe7\xd8\x52\xe5\x73\x39\x2d\x0d\xc0\x79\xef\xf1\xc7\x8b\ +\x97\x1c\xda\xb9\x63\xbb\xd5\xc5\x1f\x00\x2e\x84\xd8\xff\x0f\x31\ +\xf1\x32\xe3\x20\x12\x0f\xbf\xa3\x01\xa0\x01\x20\xc6\x56\x3b\xad\ +\x21\x4a\x9e\xf6\x9a\x3e\x7d\xfa\x05\x8f\x3c\xf2\x08\x5a\xb7\x6e\ +\x6d\xfa\x85\x45\x44\x44\x74\xbe\xff\xfe\xfb\x2f\x9a\x35\x6b\x56\ +\x49\x79\x79\xb9\x7b\x56\x7e\x20\x16\xd8\xd1\x84\xda\x29\xc5\xbb\ +\x08\x22\x54\x9f\x23\x05\x5e\x6b\x88\x93\x21\x0d\x40\x76\x15\xb1\ +\xd7\x12\xf5\x40\xc1\x3f\xbf\xff\x84\xd8\x3e\x8a\x80\xfe\x56\xc0\ +\x2a\x2a\x9b\x17\x95\x9d\xef\x9e\x2f\x59\xfa\xc9\xaa\xed\xdb\xb6\ +\xb6\x30\xfb\x83\xd7\x40\xfc\x83\x21\x5a\x24\x37\x33\xf9\x1d\x0c\ +\x05\x70\x25\x44\x8f\x86\x23\x60\x81\x20\x1a\x00\xa2\xeb\x25\xea\ +\x02\x51\xed\xec\x76\xc8\x72\x9d\x0b\x16\x2c\x80\x55\x4c\x40\x93\ +\x26\x4d\xc2\x07\x0c\x18\x10\x3e\x7b\xf6\x6c\x38\x2d\xd0\xfc\xc4\ +\x4b\x42\x0f\x54\x66\xe5\x6b\x47\xf0\xdc\xbb\xe0\x65\x48\xb1\x3f\ +\x20\x27\xbf\x2c\xfc\xb5\xb8\x8e\x96\xe8\x47\xb1\xd7\x37\x9f\x45\ +\x49\x13\x60\xc4\x00\x14\xd7\xc4\x00\xac\x5c\xb9\x32\xf2\xd7\x5f\ +\x7f\xbd\xc6\x07\xc4\x1f\xf2\xbe\x68\x8d\x7c\xcc\x34\x00\x0a\x80\ +\x96\x10\x05\x88\xd6\xd2\x00\x98\xef\x98\x89\xef\x89\xff\x75\x00\ +\x46\x49\xf1\x8f\x74\x7f\xa1\xb7\x6c\xd9\x82\x96\x2d\x5b\xa2\x7e\ +\xfd\xfa\xa6\x5f\x68\x54\x54\x14\x5a\xb7\x6e\x8d\x0d\x1b\x36\xf8\ +\xab\xe0\xbb\x67\xe4\xe7\xcb\xd5\xfb\x61\x00\x3b\x21\x9a\xa2\xfc\ +\x04\xe0\x5b\x54\x36\x93\xf9\x16\xc0\x7f\x21\xba\xa7\x1d\x90\xa6\ +\x40\x0b\x35\x3b\x29\xfc\x86\x85\x25\x02\xc0\x65\x10\x67\xdc\x9b\ +\xe8\x9c\xdf\x9c\xd2\xa8\xfd\x47\x3e\xc7\x6a\x7b\x00\x2c\x5f\xbe\ +\x7c\xe8\x6f\xbf\xfd\xf6\x93\x8f\x88\x3f\x20\x6a\x66\xdc\x07\x91\ +\xfc\x67\xf6\xc2\xcf\x2e\xc7\xfe\xbf\x61\xa0\xc7\x02\x61\x04\x20\ +\xd0\x08\x02\x70\x35\x80\x24\x88\x7d\xb4\x6a\x13\x9d\xe6\xcf\x9f\ +\x8f\x47\x1f\x7d\x14\xad\x5a\xb5\x32\xfd\x82\xe3\xe3\xe3\x31\x70\ +\xe0\x40\xcc\x9e\x3d\xdb\xd7\xef\xbd\xb6\x32\xd7\xfa\xdb\x17\xa0\ +\x32\x94\xaf\x65\xe5\x1f\x96\xe2\x71\x5c\x4e\x70\xa7\xe4\xdf\x2b\ +\x03\x93\xf4\xbc\x35\x9f\x45\x42\x14\xba\x31\x52\xc7\xbe\x50\x1a\ +\xba\x6a\x43\x57\x1f\x7f\xfc\xf1\x9a\x8d\x1b\x37\x9a\x9e\x6f\x53\ +\x0b\xf1\x07\xc4\xe9\x9a\x86\x16\x99\xf3\x15\x00\x6d\x64\x34\x22\ +\x97\xc3\x96\x06\x80\xd4\x8c\x0b\x21\x6a\x9c\x5f\x8f\xf3\x64\x39\ +\xcf\x9b\x37\xcf\x32\x26\xa0\x65\xcb\x96\x18\x30\x60\x00\xe6\xcc\ +\x99\xe3\x8b\xab\xfb\x52\xb9\x42\x77\x2f\x9d\xeb\x5e\x60\xe7\x18\ +\x2a\xab\xe9\x15\xc8\xbf\xab\x85\x8e\xb9\x9a\xf7\xae\xa8\x84\x40\ +\x6c\x87\x19\x69\x64\x53\x01\x91\xa7\x51\x50\x9d\x01\x98\x33\x67\ +\xce\xaa\x3f\xff\xfc\xf3\x2a\x55\x35\xf7\xd1\xd6\x52\xfc\x1d\x10\ +\xc9\xb8\xf5\x60\x9d\x1c\x9c\x68\x88\x84\xc0\x0c\x1a\x63\x1a\x00\ +\x72\x7e\x1a\x41\x14\x38\xb9\x19\x35\xac\x6f\x3e\x6f\xde\x3c\x3c\ +\xf6\xd8\x63\x68\xd1\xc2\xf4\x1c\x25\x24\x24\x24\xa0\x7f\xff\xfe\ +\x98\x3b\x77\xae\x15\xc5\xbe\xba\x23\x78\xee\x8d\x71\x0e\xe3\xaf\ +\x59\xf9\xf9\x38\xb3\x9a\x1e\x27\x31\x6b\x18\x80\x28\xf9\x4f\xbd\ +\x27\x00\x2a\xe4\xb3\x2d\xac\xfa\x4c\xa7\x4c\x99\xf2\x4b\x46\x46\ +\xc6\x35\x2e\x97\xb9\x8f\xba\x96\xe2\x0f\xb9\x58\xb8\x00\xa2\xa8\ +\x96\x55\x0c\x80\x03\x75\xd7\x7f\x80\xd0\x00\xf8\xdd\x73\xba\x15\ +\xa2\x88\x47\xad\x4a\x77\xce\x9a\x35\xcb\x32\x26\x20\x31\x31\x11\ +\xfd\xfa\xf5\xc3\x87\x1f\x7e\x68\xb6\xe0\x57\xed\x82\xa7\x1d\xc1\ +\x3b\x8e\x33\x4b\xe7\x56\x77\x04\xcf\xdf\xab\xe9\x03\x0e\x8d\xce\ +\x00\x00\x20\x00\x49\x44\x41\x54\xf9\x32\xa1\x72\x65\x19\x6c\x40\ +\x58\x9c\xa8\xa6\x06\xc0\xf8\xf1\xe3\x7f\xc8\xcb\xcb\xbb\xce\xec\ +\x84\x56\x1d\xe2\x0f\x88\x3d\x77\xa3\x91\x91\xba\x78\x56\x14\x7f\ +\x1a\x00\x52\x03\x9a\x03\x78\x08\x3a\x8f\xf0\xcc\x9a\x35\x0b\x8f\ +\x3f\xfe\x38\x9a\x37\x6f\x6e\xfa\x07\x69\xd3\xa6\x0d\x1e\x7e\xf8\ +\x61\x2c\x5c\xb8\xd0\x9b\xab\x7b\xf7\xd2\xb9\x5a\x28\x5f\x5b\xd9\ +\x1f\x96\xff\x7e\x1c\x95\x47\xf0\x8a\xc0\x23\x78\xbe\x86\x0d\xa2\ +\xa0\x54\x94\xc1\x79\xcd\xbd\x06\x80\x4b\x8a\xee\xf7\x15\x15\xae\ +\x9b\xca\xca\xca\x7c\x51\xfc\xb5\xb1\x5b\x88\xb3\xe4\x34\x98\xa8\ +\x3d\x4e\xbe\x57\x34\x00\xe4\xdc\x28\x00\x6e\x84\x38\xf6\xa7\xbb\ +\xba\xd9\xcc\x99\x33\x2d\x63\x02\xda\xb6\x6d\x8b\xbe\x7d\xfb\x62\ +\xd1\xa2\x45\x9e\x14\x7a\xe0\xaf\x47\xf0\xb4\x6a\x7a\x99\x72\x55\ +\x7f\x50\x7e\x1d\x45\x65\x9d\x7c\x1e\xc1\xf3\x0f\xec\xd2\x00\x44\ +\xc0\x58\x11\x20\xad\x06\x40\x09\x00\x75\xf8\xf0\xe1\xdf\x44\x44\ +\x46\xde\x52\x58\x50\xe0\xab\xe2\x0f\xf9\x4e\x68\xf9\x29\xaa\x45\ +\x56\xde\xf9\xe0\xb6\x19\x0d\x00\x39\x2f\xf5\x21\xca\x77\x36\x36\ +\xfa\x83\x66\xce\x9c\x89\x27\x9e\x78\x02\xf1\xf1\xf1\xa6\x7f\xa8\ +\x76\xed\xda\xe1\xa1\x87\x1e\xc2\x47\x1f\x7d\x64\x44\xec\x9d\x6e\ +\xab\x7b\xad\x0b\xde\x09\x88\xc4\x3c\xed\xcc\xfd\x21\x29\xf8\x39\ +\x38\xb3\x4e\x3e\x43\xf9\xfe\x67\x00\x22\x60\xbc\x06\x40\xa9\x34\ +\x8e\xa5\x4f\x3d\xf5\xd4\x97\xf1\xf1\xf1\xb7\xe7\xe5\xe5\xf9\xb2\ +\xf8\x6b\xef\x8a\xd6\xf2\xd9\x2a\x06\xa0\x10\x22\xcf\x86\xef\x1f\ +\x0d\x00\x39\x07\x1d\xe5\x97\x47\x6a\x36\xcc\x98\x31\x03\x83\x06\ +\x0d\x42\xd3\xa6\x4d\x2d\x61\x02\x1e\x78\xe0\x01\x2c\x59\xb2\xa4\ +\x26\x13\x58\x45\x35\x62\x5f\xb5\x0b\x5e\x06\x2a\xb3\xf2\x4f\xca\ +\x09\xaf\x8c\x62\xef\xf7\x28\xa8\x3c\x02\x68\xb4\x0a\x60\x09\x80\ +\xd3\x0f\x3f\xfc\xf0\xdc\x0e\x1d\x3a\xdc\x9e\x93\x93\xe3\xeb\xe2\ +\x0f\x69\x78\x0f\x42\x6c\x73\xb5\x86\xf9\xfd\x36\x54\x54\x9e\x9c\ +\x21\x34\x00\xe4\x2c\xd8\x20\x2a\x66\x79\x34\x6e\x3f\x7d\xfa\x74\ +\x3c\xf5\xd4\x53\x68\xd2\xa4\x89\xb9\xb3\xb6\xa2\xa0\x7d\xfb\xf6\ +\xb8\xff\xfe\xfb\xb1\x74\xe9\x52\xf7\xc9\xc1\xfd\x08\x5e\x11\xce\ +\x3c\x82\x77\xac\x1a\xb1\xd7\x5a\xde\x16\xcb\xc9\x8e\x62\x1f\x98\ +\x73\x59\x24\xc4\x36\x80\x5e\x81\x73\x01\x28\xec\xde\xbd\xfb\x25\ +\xd7\x76\xef\x7e\xfb\x89\xcc\x4c\x7f\x10\x7f\xed\x9d\xda\x0f\x60\ +\x1b\xc4\x56\x62\xa4\xc9\xcf\xaa\x1c\xc0\x1e\xf9\xce\xf2\x3d\xa5\ +\x01\x20\x67\xa1\x3e\xc4\xd9\xff\x70\x4f\xff\xe0\x69\xd3\xa6\x59\ +\xc6\x04\x74\xe8\xd0\x01\x00\xca\x96\x2e\x5d\x9a\x27\x27\x85\x93\ +\x6e\x2b\xfb\xc3\x6e\x62\x9f\x09\x11\x36\xd4\xf6\x68\xcb\xc0\x44\ +\x22\x52\x39\x97\x45\xc1\x58\x76\xb9\x0b\x40\xc1\xa3\x8f\xf6\x7f\ +\x3e\x23\xe3\x88\xbf\x88\xbf\xc6\x49\x00\xab\x50\x79\x92\xc8\xcc\ +\x6d\x80\x53\x10\xd5\x30\x0b\x39\x6c\x69\x00\xc8\xd9\x89\x85\x68\ +\xdd\x59\x27\x21\x3b\x8b\x99\x80\xa0\xb0\xb0\xb0\xdf\x17\x2c\x58\ +\xb0\x1c\x95\x47\xf0\x4e\xa2\x32\x2b\xdf\xbd\x9a\x1e\x05\x9f\x54\ +\x37\x97\x85\xc2\xd8\x56\x59\xc5\x9c\x39\x73\x6f\x3d\x78\xf0\x80\ +\xbf\x89\x3f\xe4\xfb\xf3\x1b\x44\x4e\x4c\x13\x98\x5b\x06\x7e\xb7\ +\x8c\x46\x38\x39\x6c\xcd\xc5\xc6\x5b\x60\x69\xa2\x20\x0a\x00\xd5\ +\xd9\x73\x9a\x36\x6d\x1a\xb2\xb2\xb2\x4c\xff\xa0\x8a\xa2\x28\x17\ +\x5c\x70\xc1\x6d\xc3\x87\x0f\x0f\x82\x68\x15\xba\x1e\x22\x4c\x98\ +\x85\x33\xcb\xe9\x52\xfc\xc9\x5f\x86\x8f\x34\x00\xee\x5d\x27\x6b\ +\xcd\x82\x05\x1f\x46\xf8\xa9\xf8\x6b\x1c\x06\xb0\xc6\xe4\x95\xf7\ +\x69\x00\xbf\x42\xf4\xc2\x60\x23\x20\x1a\x00\x72\x0e\xb4\xc2\x26\ +\x75\xca\x94\x29\x53\xac\x62\x02\x6c\x11\x11\x11\x6f\x8f\x1e\x3d\ +\xfa\x61\x30\x71\x8f\xd4\xce\x00\x04\x43\x6c\x95\x05\xe9\x31\x00\ +\x1f\x7d\xf4\x7f\xd8\xbb\x77\x8f\x3f\x8b\x3f\x20\xf6\xde\x7f\x81\ +\x38\x15\x63\x06\x2e\xb9\xfa\x5f\x05\x11\xd9\x23\x34\x00\xe4\x1c\ +\x38\x50\xc3\xb2\xbf\x9e\x30\x01\xd9\xd9\xd9\x96\x30\x01\xc1\xc1\ +\xc1\x1f\x8c\x1e\x3d\x7a\x00\x1f\x3f\xa9\xc5\x3c\x16\x06\x11\x31\ +\xab\xb5\x01\x58\xb8\x68\x11\xfe\xfc\xf3\x0f\x7f\x17\x7f\x48\x33\ +\xbd\x15\xc0\x26\x13\x56\xdf\x2a\xc4\xde\xff\x2f\xf2\x1a\xca\x39\ +\x6c\x69\x00\xc8\xf9\x5f\x1a\xaf\x15\xcb\x98\x3c\x79\xb2\x95\x4c\ +\xc0\xf4\x51\xa3\x46\x3d\xc4\x21\x40\x6a\x18\x01\x08\x85\xc8\x6e\ +\xaf\x95\x61\xee\xdd\xbb\x37\x76\xef\xda\x15\x08\xe2\xaf\x71\x4c\ +\x8a\xf0\x09\x2f\x7f\xcc\x32\x00\x1b\x01\xac\x90\x11\x08\x46\xf6\ +\x68\x00\x48\x0d\x5e\x9a\x22\x6f\xfe\xc2\x45\x8b\x16\xc1\xec\xb3\ +\xcf\xd2\x04\x04\x85\x84\x84\xcc\x1b\x39\x72\x64\x1f\x0e\x03\x52\ +\x83\x79\xac\xd6\x65\x80\xc7\x8c\x19\x83\xae\x5d\xbb\x9a\x7e\xf1\ +\x29\x29\x29\xea\xc7\x8b\x97\x1c\xf2\xd2\xaf\x2b\x01\xf0\x93\x34\ +\x01\xa5\x5e\xfa\x9d\x15\x10\xf9\x3c\x8b\x21\x72\x7b\xca\x38\x64\ +\x69\x00\xc8\xf9\xf1\x7a\xb5\xac\x93\x27\x4f\x62\xf6\xec\xd9\x38\ +\x75\xea\x94\x25\x4c\x40\x68\x68\xe8\x82\x17\x5e\x78\x81\xdb\x01\ +\xe4\x7c\xf3\x58\x10\x6a\x51\x02\x78\xfe\xfc\xf9\xa8\xa8\xb0\x46\ +\x0e\xda\xc5\x17\xb7\x3f\xb5\x64\xf1\xc7\x1d\xbd\xf4\xeb\x5c\x10\ +\x09\x78\x4b\x00\xfc\x81\xba\xef\x11\xa0\xca\xa8\xc3\x47\x00\xbe\ +\x04\xf7\xfe\x2d\x85\x9d\xb7\xc0\xd2\x84\x00\xb8\x06\x40\x7b\x6f\ +\x9a\xb5\xf2\xf2\x72\xfc\xf6\xdb\x6f\xe8\xd8\xb1\x23\xc2\xc2\xc2\ +\xcc\x36\x01\xf6\xe0\xe0\xe0\x9e\x4d\x9a\x34\x89\xdd\xbe\x7d\xfb\ +\xb7\x1c\x12\xa4\x1a\x82\x20\x8e\xcb\x76\x06\x90\x88\xf3\xd4\x02\ +\x98\x36\x6d\x1a\x8e\x1c\x39\x62\x89\x0b\xbf\xe8\xa2\x8b\x2b\x1e\ +\x7c\xb0\x4f\xc4\x8e\x1d\x3b\x4a\xbc\xf8\x6b\x2b\x20\x4a\x63\x97\ +\x43\x9c\xb2\xc9\x01\x10\x03\x91\x47\xe1\xc9\xed\x08\x17\xc4\xb1\ +\xc3\xf9\x00\xe6\x41\x1c\xef\x65\xe8\x9f\x06\x80\xd4\x10\x27\x44\ +\x25\xc0\x6b\xcc\x78\x56\xbf\xfd\xf6\x1b\x3a\x75\xea\x84\xd0\xd0\ +\x50\xd3\x4d\x40\x6c\x6c\xec\x55\x21\x21\x21\xd3\xf7\xed\xdb\x57\ +\xc0\x61\x41\xaa\x31\xca\x89\x00\xae\x00\xd0\x4a\xfe\x77\xb5\x42\ +\x36\x71\xe2\x44\xe4\xe6\xe6\x42\x55\xcd\xd7\xa1\x36\x6d\xdb\xa9\ +\x7d\xfb\x3e\x64\xd6\x1c\x5c\x02\x60\x2f\x80\xb5\x10\x61\xf9\x62\ +\x88\xfa\x00\x51\x1e\x9a\x6b\xca\x01\xec\x00\x30\x9d\xe2\x6f\x5d\ +\xb8\x05\x60\x6d\x8a\x00\x6c\x87\x28\x88\x63\x0a\xef\xbc\xf3\x0e\ +\x72\x73\xcd\x2f\xd9\x6d\xb7\xdb\x95\xab\xaf\xbe\xfa\x18\x87\x04\ +\xa9\xea\x0f\x21\x42\xff\x11\x10\x79\x00\x67\xad\x03\x30\x66\xcc\ +\x18\x14\x17\x17\xc3\xe5\x32\xbf\x09\x5d\x9b\x36\x6d\xd1\xef\xe1\ +\xbe\x66\xce\xbf\x15\x10\xe5\xb5\xf7\x4b\x03\x30\x15\xc0\x44\x88\ +\x33\xfa\x79\x06\xc5\xba\x02\xc0\x2e\x00\x33\x20\x42\xff\xc7\xc0\ +\xce\x7f\x34\x00\x44\x17\x5b\x20\xce\xce\x9a\xc6\x3b\xef\xbc\xa3\ +\x9e\x3e\x7d\xda\x0a\x26\x00\xaf\xbc\xf2\x0a\x57\x11\xa4\x2a\xc1\ +\x00\xea\xe1\x1c\x49\x80\xa3\x46\x8d\x82\xdd\x6e\x87\xd3\x69\x7e\ +\xf1\xb9\xd6\x6d\xda\xa2\x5f\xbf\x87\xad\xd0\x91\x4f\xab\xb3\x51\ +\x0e\x51\x24\xe8\xff\x00\x8c\x07\xf0\x3d\x44\xc1\x1e\x23\x0b\x97\ +\x3d\x00\xfe\x94\x3f\x87\xe2\x4f\x03\x40\x74\xb2\x0b\xa2\x70\x46\ +\x91\x89\xd7\x50\x34\x69\xd2\xa4\x74\x2b\x98\x00\x87\xc3\x41\x13\ +\x40\xaa\xce\x61\x51\x10\x0d\xb3\x1a\x56\x67\x00\x86\x0c\x19\x82\ +\xfa\xf5\xeb\xa3\xac\xcc\xfc\xe4\xf3\xd6\xad\xdb\xe0\x11\x6b\x88\ +\x7f\x55\x5c\x52\xac\x7f\x87\x28\x19\x6c\xa4\x51\x4f\x24\xc4\x76\ +\x4c\x77\x88\xdc\x02\x85\xc3\x94\x06\x80\xe8\xa3\x0c\xc0\x37\x00\ +\xf6\xc1\x9c\x3d\x34\x15\x62\xaf\xf0\xeb\x49\x93\x26\x29\x34\x01\ +\xc4\x82\x73\x58\x24\x80\xa6\x32\x0a\x70\xc6\xfe\xf5\xc0\x81\x03\ +\xd1\x32\x21\x01\xc5\xc5\xc5\xd6\x10\xff\x47\xfa\x59\x59\x0c\x55\ +\xb9\xd0\x38\x06\x71\x3a\x40\xef\x3b\xa6\x55\x66\x8c\x00\xfb\xcd\ +\xd0\x00\x10\xc3\x6c\x94\x26\xc0\x8c\x1a\xde\xf9\x00\xbe\x02\xb0\ +\x19\x00\x26\x4d\x9a\xa4\xe4\xe7\xe7\x5b\xc2\x04\xbc\xfc\xf2\xcb\ +\x34\x01\x44\x81\xd8\xfb\x8f\x96\xa2\xf3\x3f\x81\xed\xd3\xa7\x0f\ +\x2e\xbd\xf4\x32\x14\x16\x98\x9f\x37\xea\x03\xe2\xaf\xe1\x94\x91\ +\x00\x23\x06\x40\xd3\x96\x10\x88\x13\x1a\x84\x06\x80\x18\xe0\x34\ +\x44\x11\x8d\x2d\xf0\xee\x7e\x5a\x85\xfc\x9d\xcb\x64\x24\x22\x18\ +\x40\xf0\xc4\x89\x13\x43\xac\x60\x02\x82\x82\x82\xf0\xd2\x4b\x2f\ +\xa9\xda\x75\xf1\x2b\x20\xbf\xc2\xe4\xca\x3f\xda\x7d\xb5\xd9\xa5\ +\x4b\x17\x74\xef\xde\x1d\x79\x79\xe6\x27\xb0\x5e\xd0\xba\xb5\xaf\ +\x88\x3f\x50\xb9\x15\x60\x34\x11\xd0\x21\x9f\x89\x91\xf6\xcc\x84\ +\x06\x80\xc8\x17\x71\x33\x80\x69\x10\xe7\x6a\x55\x2f\xfd\xce\x03\ +\x00\xde\x87\xa8\x1d\x5e\x2e\x57\x07\x4e\x00\xce\x89\x13\x27\xda\ +\x0b\x0b\xcd\x6f\xe7\x1d\x1c\x1c\x8c\x97\x5e\x7a\xa9\xd4\xfd\xda\ +\xf8\x15\x50\x5f\x90\x22\x13\x06\xb7\xf0\xff\x63\x8f\x3f\x6e\x89\ +\x8a\x96\x89\x89\xad\xf0\xcf\x47\x1e\xf1\x25\x01\x74\x41\x6c\x03\ +\x14\xc0\x58\x81\xa0\x20\x88\xfd\xff\x48\x1a\x00\x1a\x00\x62\x9c\ +\x32\x88\x50\xfc\x6c\x88\xe2\x1d\x75\x6d\x02\x4e\x00\x98\x05\xe0\ +\x6b\x88\x92\xa1\xae\xaa\x5f\xe3\xc7\x8f\x57\xac\x62\x02\x46\x8f\ +\x1e\x5d\x51\xdd\x35\xf2\xcb\xaf\xbf\x54\x54\x96\x01\xd6\x8e\x00\ +\x62\xc6\x8c\x99\x38\x91\x99\x69\xfa\xb8\x4c\x48\x6c\x85\xfe\xfd\ +\x1f\xf5\x35\xf1\x53\xe5\xfb\x5e\x6c\x30\xda\x68\x97\x11\x80\xbf\ +\xe4\x65\x10\x1a\x00\xa2\x8f\x53\x00\xe6\xc8\xaf\x13\x75\x68\x02\ +\x0a\x21\x4a\x85\x7e\x88\xf3\x94\xee\xb4\x8a\x09\x08\x09\x09\xc1\ +\xe8\xd1\xa3\x99\x13\x10\x58\x28\x72\xa5\x19\x2d\x0d\x80\x32\x67\ +\xce\x5c\x64\x64\x98\x5f\xe5\x2f\x21\x21\x11\x03\x7c\x4f\xfc\x35\ +\x8a\x20\xb6\x01\x8c\x44\x00\xec\x00\xea\x03\x88\xa5\x01\xa0\x01\ +\x20\x9e\x73\xe7\x47\x21\x8a\x76\x7c\x00\x11\xa2\xaf\x8b\x9c\x80\ +\x6c\x00\x1b\x00\xe4\xd6\xc4\x64\x8c\x1f\x3f\x5e\x29\x2a\x2a\x32\ +\xfd\xe6\x84\x84\x84\x60\xd4\xa8\x51\x34\x01\x81\x45\x10\x44\x98\ +\x39\x6c\xc1\x82\x0f\x1d\x07\x0f\x1e\xb0\x86\xf8\x0f\xe8\xef\xab\ +\xe2\xaf\xca\xd5\x7f\x1e\x8c\xb5\x0c\x56\xa4\x31\x6b\x00\x26\x02\ +\xd2\x00\x10\x8f\xa1\xd5\xd7\x7e\x1f\xa2\x68\xc7\x3a\xf9\xc2\x7a\ +\x92\x30\x00\x17\x4b\x07\x5f\xa3\x31\xf2\xd6\x5b\x6f\x29\x56\x38\ +\x6a\x15\x1a\x1a\x8a\x91\x23\x47\xd2\x04\x04\x0e\x21\x00\x62\x16\ +\x2e\x5c\xd4\x76\xef\xde\x3d\xa6\x5f\x4c\xcb\x84\x04\x5f\x16\x7f\ +\x8d\x32\x88\xd3\x3f\xe5\x30\x76\x14\x30\x14\x22\x0f\x80\x06\x80\ +\x06\x80\x78\xd8\xa5\x1f\x87\xa8\xb1\xfd\xb2\x8c\x08\xec\xf4\x60\ +\x34\xa0\x1e\x44\x63\x95\xb6\xa8\xc5\x39\xde\x71\xe3\xc6\x59\xc2\ +\x04\x84\x85\x85\x21\x29\x29\x89\x26\x20\x30\xe6\xaf\xd0\x81\x03\ +\x07\xb6\xdc\xbd\x7b\x97\xf9\xe2\xdf\x32\x01\x03\x07\x0c\xf0\x75\ +\xf1\xd7\x2a\x03\xe6\xc1\x78\xdb\xde\x60\x88\x2d\x00\x1a\x00\x1a\ +\x00\x52\x07\x14\x41\xf4\xf6\x1e\x07\x60\x08\x80\xb7\x64\x44\xa0\ +\x08\xc6\xf2\x03\x82\x00\xb4\x01\xd0\x05\x22\x8c\x57\xe3\x49\x6d\ +\xdc\xb8\x71\x4a\x49\x49\x89\xe9\x37\x26\x3c\x3c\x9c\x26\x20\x00\ +\xe6\xaf\x79\xf3\xe6\x3d\xdc\xb2\x65\xcb\x47\xcc\xbe\x90\x16\x2d\ +\x13\x30\x70\xe0\x00\x7f\xc9\x76\x2f\x97\x11\x80\x52\x03\x3f\x43\ +\x2b\x06\x54\x1f\x9e\xef\x32\x48\x68\x00\x88\xa4\x02\x22\x21\x50\ +\x33\x02\x8f\x00\x78\x1e\xa2\xcb\x57\xa9\x81\x97\xb7\x11\x80\xae\ +\x00\x12\x6a\x3b\x4e\xde\x7c\xf3\x4d\xcb\x98\x80\xe1\xc3\x87\xd3\ +\x04\xf8\x29\x4b\x97\x2e\xdd\xb2\x7f\xff\xfe\x97\xcc\xbe\x8e\xf8\ +\xe6\xcd\xf1\x98\xff\x88\xbf\x36\xa7\x14\x40\x6c\x2d\x1a\xad\x05\ +\x10\x09\x99\xa0\xc9\x11\x4b\x03\x40\xea\xf6\xa5\xcd\x85\xe8\x1d\ +\xf0\x05\x44\xf1\x9e\xa3\xd0\xbf\x2d\x10\x02\xa0\x3d\x80\xcb\x20\ +\x4a\x7a\xd6\x0a\xab\x98\x80\xc8\xc8\x48\x9a\x00\x3f\x64\xde\xbc\ +\x79\xea\xb6\x6d\xdb\x2e\x34\x5d\xfc\xe3\x9b\xe3\x89\xc7\x1f\xf7\ +\x37\x71\xd3\xe6\x92\x02\x18\x3f\x0a\x18\x29\xe7\x0f\x1a\x00\x1a\ +\x00\xe2\x05\x54\x88\xe3\x82\xbf\x43\xf4\x0f\x28\x35\x30\x36\x9a\ +\xca\x28\x40\x9c\x9e\xb1\xf2\xe6\x9b\x6f\x2a\xa5\xa5\xa5\xa6\xdf\ +\x90\xc8\xc8\x48\x0c\x1b\x36\x8c\x26\xc0\x4f\x98\x3a\x75\xaa\x7a\ +\xe0\xc0\x01\xd3\xaf\x23\x3e\xbe\x39\x9e\x78\xe2\x71\x7f\x14\xb6\ +\x0a\x88\x1c\x80\x02\x18\x2f\x07\x1c\xc5\x08\x00\x0d\x00\xf1\x2e\ +\x65\x32\x12\xb0\x15\xe2\x3c\xaf\x9e\x97\x58\x91\xee\xbd\x23\x80\ +\x0b\x21\xf6\xf3\x6a\xcd\x1b\x6f\xbc\x61\x09\x13\x10\x15\x15\x85\ +\xa1\x43\x87\xd2\x04\xf8\x38\x13\x27\x4e\x54\xb3\xb2\xb2\xa0\xaa\ +\xe6\x3e\xca\x66\xf1\xf1\xfe\x2a\xfe\xda\x22\xa2\x50\xce\x1d\x46\ +\x8e\x02\x6a\x8d\x9a\xa2\xa8\x35\x34\x00\xc4\xbb\x64\x02\x58\x0f\ +\xb1\x0d\xa0\xb7\xa0\x47\x10\x44\x0e\x40\x57\x88\x64\x1e\x5d\x13\ +\xde\x1b\x6f\xbc\xa1\x58\xa1\x15\x6b\x74\x74\x34\x5e\x7c\xf1\x45\ +\x9a\x00\x1f\x65\xcc\x98\x31\x6a\x71\x71\x31\x5c\x2e\x73\xdb\xcb\ +\x37\x6b\x16\x8f\x27\x9f\x78\xc2\xdf\x57\xb4\x45\x10\x91\x44\x23\ +\xc5\x80\x14\x88\xf0\x7f\x03\x46\x00\x68\x00\x88\x77\x29\x86\x68\ +\xe4\xb3\x1d\xfa\x3b\x7b\x29\x10\xc7\x78\x2e\x07\xd0\x0a\x06\x2a\ +\x7a\xa5\xa7\xa7\x5b\xc2\x04\xc4\xc4\xc4\xd0\x04\xf8\x20\xa3\x46\ +\x8d\x52\xed\x76\x3b\x9c\x4e\xa7\xa9\xd7\xd1\xac\x59\x3c\x9e\x7c\ +\xd2\xef\xc5\xdf\xbd\x18\x90\x51\x03\x10\x2a\xe7\x10\xb6\x05\xa6\ +\x01\x20\x5e\xe6\x00\x44\x2e\x40\x36\x8c\x25\x03\xb6\x83\xd8\x0a\ +\x88\x34\x72\x31\xe9\xe9\xe9\x4a\x79\x79\xb9\xcb\xec\x9b\x12\x13\ +\x13\x83\x17\x5e\x78\xa1\x94\xc3\xc3\x37\x18\x32\x64\x88\xab\x7e\ +\xfd\xfa\x30\xdb\x40\x36\x6d\xda\x2c\x10\xc4\x5f\x43\x2b\x06\x54\ +\x06\x63\xc5\x80\x42\x20\xb6\x00\x42\x38\x92\x69\x00\x88\x77\x29\ +\x94\x06\x60\x37\x8c\x25\x03\x36\x81\xd8\x06\x68\x6e\x74\xcc\x6c\ +\xda\xb4\xa9\x7b\x45\x45\x85\xe9\x75\x83\xeb\xd5\xab\x17\x3c\x7c\ +\xf8\xf0\x43\x1c\x22\xd6\xe6\xb1\xc7\x1e\x73\x26\x24\x24\x98\x5e\ +\x60\x2a\x2e\xae\x09\xd6\xac\x59\xfd\x5a\x00\xdd\xfa\x52\x88\x93\ +\x00\x46\x8d\x72\x10\x0d\x00\x0d\x00\x31\x07\x17\x80\x3f\x21\xda\ +\xf9\xe6\xea\x8c\x02\x68\xfb\x78\x97\x42\x1c\x0b\x0c\x33\x72\x41\ +\x5f\x7d\xf5\xd5\xea\xa2\xa2\xa2\xdb\x55\x55\x3d\x65\xf6\xcd\x89\ +\x8c\x8c\x6c\xf1\xd2\x4b\x2f\xad\xe3\x30\xb1\x26\x0f\x3e\xf8\x60\ +\xd9\x25\x97\x5c\x6a\x2f\x28\x28\x30\xf5\x3a\x1a\xc7\xc5\xa1\x75\ +\xeb\x0b\x82\xe7\xcc\x99\x33\x26\x80\x6e\x7f\x19\x80\x93\x00\x4a\ +\x60\xbc\xa8\x58\x7d\xb0\x1a\xa0\x25\x61\x62\x86\xff\x13\x0c\xa0\ +\x27\x80\x91\x10\xe5\x7d\xf5\x64\xf3\xab\x10\x49\x85\x73\x01\x4c\ +\x83\xe8\x45\x60\x78\x1f\x3d\x39\x39\x39\x47\x51\x94\x58\xd3\x67\ +\xba\xb2\xb2\xff\xa4\xa7\xa7\x5f\xcf\xa1\x62\x1d\xee\xbc\xf3\xce\ +\x57\x6e\xbb\xed\xf6\x31\x39\x39\xd9\xa6\xfc\xfe\x94\x94\x94\x40\ +\x9f\x1b\x1d\x72\xde\x48\x95\xe6\x5f\x6f\xfe\x4f\x31\x44\x4b\xf1\ +\x97\x01\xfc\xc1\x91\xcd\x08\x00\xf1\x2e\xe5\x10\x89\x80\xdb\x20\ +\xb6\x04\xf4\x1a\xc5\x18\x00\x9d\x00\xb4\xd6\x69\x22\xfe\x42\x6a\ +\x6a\x6a\x03\x2b\x44\x02\x82\x83\x83\xaf\x1b\x3d\x7a\xf4\x8f\x1c\ +\x2a\xd6\xa1\x67\xcf\x5e\x14\x7f\x73\x51\x21\x92\x00\xf3\x0d\x9a\ +\x7d\xbb\x9c\x3b\xea\xf1\x96\xd2\x00\x10\x73\x5e\xe4\x63\x10\xa5\ +\x81\x8f\x43\x7f\x56\x6f\x08\x44\x7f\x80\xcb\x50\xcb\xfe\x00\xe7\ +\x31\x01\xb1\xaa\xaa\xe6\x9b\x7d\x93\x42\x42\x42\x6e\x1c\x3d\x7a\ +\xf4\x0f\x1c\x2e\xe6\x33\x63\xe6\x4c\x35\x33\xf3\x38\xc5\xdf\x5c\ +\x5c\x52\xfc\xf3\x61\xac\x1a\xa0\x0d\x62\x0b\x31\x86\xb7\x94\x06\ +\x80\x98\x43\x11\x44\x1e\xc0\x1f\x30\x96\x0c\xd8\x18\x62\x1b\x21\ +\x1e\x06\x8e\x04\x56\x63\x02\xa2\x2d\x62\x02\x6e\x1a\x35\x6a\xd4\ +\x0a\x0e\x17\xf3\x98\x33\x67\xae\x9a\x71\xe4\x08\xc5\xdf\x1a\x0b\ +\x87\x22\x69\x00\x8c\x1e\x05\x0c\x83\xa8\x06\xc8\xa3\x80\x34\x00\ +\xc4\x24\x37\xbf\x0f\xe2\x44\x40\x8e\x01\x47\x1f\x0e\xe0\x12\x00\ +\x17\xc1\x60\x32\xe0\x59\x4c\x40\x81\xd9\x37\x2a\x34\x34\xf4\x8e\ +\x51\xa3\x46\x7d\xc9\x21\xe3\x7d\x16\x7c\xb8\x50\x3d\x78\xf0\x80\ +\x59\xe2\xcf\x24\xb5\xea\x17\x0e\x9e\xa8\x05\x10\x22\xa3\x00\x76\ +\xde\x52\x1a\x00\x62\x0e\xf9\x10\xad\x82\xf7\x43\xe4\x05\xe8\xc1\ +\x01\x71\x14\xf0\x4a\x00\x0d\x3d\x3d\x7e\x52\x53\x53\xa3\x2c\x62\ +\x02\x7a\x8d\x1a\x35\xea\x0b\x0e\x19\x6f\x8a\xff\x87\xea\xde\x3d\ +\xbb\xcd\x12\xff\x8b\xe1\x81\xa4\x56\x3f\xa4\x50\x2e\x18\x8c\xd6\ +\x02\x08\x85\xc8\x01\x60\x84\x85\x06\x80\x98\x44\x39\xc4\x16\xc0\ +\x66\xe8\xef\x0f\x00\x54\x26\x03\xb6\x41\x1d\x1c\xed\x91\x26\xa0\ +\xd8\xec\x9b\x15\x1a\x1a\xda\x3b\x29\x29\x69\x09\x87\x4d\xdd\xf3\ +\xed\xb7\xdf\x5e\xb1\x77\xcf\x1e\xb3\xc4\x3f\x19\xc6\x8f\xba\xf9\ +\x2b\x25\x00\xb2\x20\x32\xf9\x8d\x10\x02\x51\x0d\x30\x98\xb7\x94\ +\x06\x80\x98\x83\x2a\xdd\xfc\x5a\x00\x47\x60\xac\x3f\x40\x1b\x88\ +\xc2\x40\xd1\x75\x71\xa1\xa9\xa9\xa9\xe1\xaa\xaa\x9a\xde\x4b\x38\ +\x3c\x3c\xfc\xfe\xa4\xa4\xa4\x8f\x39\x74\xea\x8e\x2f\xbf\xfc\x72\ +\xd8\xea\xd5\xab\xd7\x9a\x24\xfe\x3b\xa4\x19\x2e\xa5\x01\xa8\x16\ +\x27\x44\x02\xb1\xd1\x9e\x00\x41\x72\xae\x08\xe7\x2d\xa5\x01\x20\ +\xe6\x51\x0c\x71\x1c\x70\x27\xc4\xfe\x9e\xde\xfe\x00\x0d\xa5\x01\ +\x48\x44\x1d\xed\xeb\xa5\xa6\xa6\x86\x59\xc4\x04\xfc\x23\x29\x29\ +\xe9\x23\x0e\x1d\xcf\xb3\x68\xd1\x22\xd7\xfa\xf5\xeb\x27\x98\x24\ +\xfe\x65\x72\x85\x5b\x00\xfd\x5b\x62\xfe\x4e\x39\x80\x8d\x00\xfe\ +\x0b\xfd\xe5\xc4\xb5\xbe\x02\xa5\x60\x0e\x00\x0d\x00\x31\x15\x97\ +\x5c\xfd\x7b\xa2\x3f\xc0\xc5\x10\x5b\x01\x11\x75\x75\xb1\xd2\x04\ +\x98\x5e\xb3\x3f\x3c\x3c\xfc\xc1\xe1\xc3\x87\xcf\xe1\xf0\xf1\x1c\ +\x33\x67\xce\x74\xed\xde\xbd\xdb\x94\x3d\xe1\x94\x94\x14\xed\x5d\ +\xd0\xb2\xdc\xcb\x19\x01\x38\xeb\x7c\x91\x05\x91\x40\x6c\xb4\x1e\ +\x80\x03\x3c\x05\x40\x03\x40\x4c\xe7\x34\x44\x1e\xc0\x5e\x88\xe4\ +\x1e\xbd\xe3\xa6\xa9\x8c\x02\x34\xab\xcb\x71\x94\x9a\x9a\x1a\x6a\ +\x05\x13\x10\x19\x19\xd9\x7f\xd8\xb0\x61\x33\x38\x7c\x8c\x33\x6d\ +\xda\x34\x57\x46\x46\x86\xa2\xaa\xde\xd7\x5c\x29\xfe\x80\x08\x69\ +\x6b\xe7\xdc\x9d\x7c\x2a\x67\xc5\x09\x71\x12\xa0\xc4\xc0\x82\x21\ +\x18\x62\x0b\x20\x14\x4c\x04\xa4\x01\x20\xa6\x52\x0e\xd1\x1c\x68\ +\x8b\x7c\xb1\xf5\xce\xc2\x11\x10\x45\x81\x2e\x46\x1d\x37\xfa\x90\ +\x26\xc0\xf4\x30\x6d\x54\x54\xd4\xe3\xc3\x86\x0d\x9b\xce\x21\xa4\ +\x9f\x09\x13\x26\xb8\xb2\xb2\xb2\xcc\x16\x7f\xed\x8c\xfb\x71\x88\ +\x7a\xf7\x34\x00\xe7\x36\x00\xf9\x10\x61\x7c\xbd\xbd\x44\xb4\x86\ +\x40\xe1\x60\xa4\x85\x06\x80\x98\x4e\x16\xc4\x36\xc0\x11\x18\x3b\ +\x12\xd8\x12\xa2\x30\x50\x6c\x5d\x3b\xfb\xd4\xd4\xd4\x60\x55\x55\ +\x4d\x9f\xa8\xa3\xa2\xa2\x9e\x1c\x3a\x74\xe8\xfb\x1c\x42\xb5\x27\ +\x2d\x2d\xcd\x55\x52\x52\xa2\x54\x54\x54\x98\x29\xfe\x90\x42\x56\ +\x00\x20\x83\x06\xa0\x46\x06\xa0\x50\x1a\x26\xbd\x06\xc0\x01\xd1\ +\x4a\x3c\x9a\x9a\x43\x03\x40\xcc\xa7\x18\xc0\x56\x00\x3b\x60\x2c\ +\x19\xb0\x1e\x80\xcb\x01\x5c\x00\x2f\xec\xef\xa5\xa6\xa6\x06\x59\ +\xc1\x04\x44\x47\x47\x0f\x1e\x3a\x74\xe8\x14\x0e\xa3\x9a\x33\x72\ +\xe4\x48\x97\xc3\x11\xa4\x38\x9d\xde\x7f\x7c\x55\xc4\x5f\x33\x00\ +\x45\x10\xd9\xed\xc5\x5c\x95\x9e\x93\x0a\x69\x96\x8a\xe5\xbf\xeb\ +\xb9\x57\x0e\x88\x88\x61\x14\x98\x07\x40\x03\x40\x2c\xc1\x21\x00\ +\xeb\x01\x9c\x80\xfe\xbd\xbd\x50\x00\x6d\x21\x92\x01\xa3\xbc\x71\ +\xd1\x56\x31\x01\x51\x51\x51\x83\x5f\x78\xe1\x85\x09\x1c\x46\xe7\ +\x67\xc8\x90\x21\xae\xd8\xd8\x58\xa5\xac\xcc\xfb\xa9\x1c\xd5\x88\ +\x3f\xa4\x88\x69\x27\x00\x8c\x14\xb9\x09\x04\x54\x88\xbc\xa1\x02\ +\xe8\x8f\x94\xd8\xe4\x5c\x11\x46\x03\x40\x03\x40\xac\x41\x3e\xc4\ +\x36\xc0\x6e\xe8\xef\x0f\xa0\x00\x88\x03\xd0\x05\xa2\x42\xa0\x57\ +\x8e\xf9\x48\x13\xe0\x32\xf3\xe6\x29\x8a\xa2\xc4\xc4\xc4\x0c\x7d\ +\xfe\xf9\xe7\xc7\x73\x28\x9d\x9d\x81\x03\x07\xba\x12\x12\x12\x94\ +\xe2\x62\xef\xd7\x76\x3a\x8b\xf8\xbb\x47\x00\x78\x04\xb0\x66\x06\ +\xa0\x50\x9a\x00\x23\xf7\xca\x26\xc5\x9f\x49\x80\x34\x00\xc4\x22\ +\xec\x02\xb0\x01\x62\x1f\x54\xef\xfe\x5e\x38\x80\x0e\x00\xda\xc3\ +\xc3\xfd\x01\xce\x63\x02\xec\x56\x30\x01\xf5\xea\xd5\x1b\xf6\xfc\ +\xf3\xcf\x8f\xe3\x50\xfa\x2b\x7d\xfa\xf4\x29\xbf\xf4\xd2\xcb\x94\ +\x82\x02\xef\x57\x77\x3e\x87\xf8\x03\x95\xfb\xda\x85\xe0\xfe\x7f\ +\x4d\xd0\xb6\x4b\xf4\x16\x4c\x52\xdd\xe6\x17\x6a\x0e\x0d\x00\xb1\ +\x08\x79\x10\x95\x01\x0f\x1a\x98\x08\x1d\x00\x5a\xc8\x28\x40\x23\ +\x6f\x3a\x7c\x0b\x99\x80\xe1\x43\x86\x0c\x49\xe3\x70\xaa\xa4\x77\ +\xef\xde\xc3\xba\x77\xbf\xce\x91\x97\x97\x6b\x35\xf1\x57\x21\xf6\ +\xb2\x8b\xa4\x01\xd0\xbb\xaf\x1d\x48\x11\x00\xed\xc4\x44\xae\xce\ +\x79\x42\x4b\x04\x0c\x03\x8b\x01\xd1\x00\x10\xcb\xe0\x84\x48\x04\ +\xdc\x0a\xfd\x85\x3e\xb4\x64\xc0\x8e\x10\x25\x82\xbd\x5a\xef\x5b\ +\x9a\x00\x53\x27\x70\x45\x51\x6c\xb1\xb1\xb1\x2f\x3f\xfb\xec\xb3\ +\xc9\x1c\x52\x82\x5e\xbd\x7a\x4f\xc8\xc9\xc9\xb6\x9a\xf8\xbb\x8b\ +\x91\x0d\x22\x0f\x80\x11\x80\xf3\x53\x2a\x0d\x40\x0e\xf4\x6d\x03\ +\x68\x39\x00\x51\x60\x3f\x00\x1a\x00\x62\x29\x77\x7f\x42\x46\x01\ +\x8e\xcb\xd5\x90\x1e\x82\xa5\xf8\x77\x84\x68\x16\xe4\xd5\x7d\xbe\ +\xd4\xd4\x54\x9b\x15\x4c\x40\x83\x06\x0d\x5e\x7b\xe6\x99\x67\x5e\ +\x0b\xf4\x41\x35\x63\xe6\x4c\x35\x33\xf3\xb8\x15\xc5\x5f\x23\x14\ +\x62\xcb\xaa\x3d\xea\xa0\xa1\x95\x1f\x52\x0e\x11\x2d\x3c\x2d\x0d\ +\x53\x6d\xdf\x35\xcd\x00\x44\x40\xd4\x0c\x61\x1e\x00\x0d\x00\xb1\ +\x08\x45\x10\x45\x81\x76\xca\x15\x91\x2e\xfd\x83\x08\xff\x77\x86\ +\xd8\x0e\xf0\x7a\xa6\x6f\x6a\x6a\xaa\xe9\x63\x59\x51\x14\x5b\xc3\ +\x86\x0d\x5f\x1b\x3c\x78\xf0\xc8\x40\x1d\x4c\x73\xe6\xce\x53\x33\ +\x8e\x1c\xb1\xb2\xf8\x03\x22\x0c\x7d\x01\x80\xfe\x00\x6e\xe2\xaa\ +\xf4\xbc\x38\x21\x12\x26\xf5\xe6\x4c\x28\x52\xf8\x23\x51\xc7\x45\ +\xc3\x08\x0d\x00\xa9\x1d\x2e\x00\x07\x20\x4e\x04\xe4\x40\xff\x91\ +\xc0\x30\xb7\x55\x55\x98\x19\x2e\x3f\x25\x25\xc5\xf4\x95\x85\xa2\ +\x28\xf6\xc6\x8d\x1b\xbf\xfe\xd4\x53\x4f\x8d\x08\xb4\x81\xb4\xe0\ +\xc3\x85\xea\xc1\x03\xfb\xad\x2e\xfe\x1a\x41\x10\x79\x2b\xcf\x01\ +\xb8\x1a\x3c\x9e\x76\x2e\x2a\x20\xb6\x08\x0b\x75\x46\x00\x20\x4d\ +\x56\x94\x8c\x04\x50\x77\x68\x00\x88\x85\x38\x2d\x0d\x80\x91\xfe\ +\x00\x76\x88\xa3\x80\x5a\x32\xa0\x29\x63\xcb\x2a\x26\x20\x2e\x2e\ +\x2e\x7d\xd0\xa0\x41\xc3\x03\x47\xfc\x3f\x54\xf7\xee\xd9\xed\x2b\ +\xe2\xef\x2e\x4a\xdd\x01\x3c\x09\xb1\x85\xc5\xd0\xf4\xd9\x29\x80\ +\xfe\xbe\x09\x36\xb9\x28\x68\x08\xb1\x45\x48\xdd\xa1\x01\x20\x16\ +\xc2\x09\xe0\x0f\x88\x26\x41\x46\xfa\x03\x44\x43\x54\x06\x6c\x0b\ +\x13\xf7\x56\x2d\x62\x02\x1c\x71\x71\x71\xe9\x8f\x3f\xfe\xf8\x73\ +\xfe\x3e\x78\xbe\xf9\xe6\x9b\x9b\xf6\xee\xd9\xe3\x6b\xe2\xaf\x11\ +\x0a\xe0\x0e\x00\xf7\x41\x24\xb3\x92\xb3\x0b\x78\x0c\xf4\x35\xf4\ +\x51\x20\xc2\xff\x97\x01\xf8\x1b\x44\x1b\x71\x46\x5c\x2c\x00\x8f\ +\x64\x10\x77\x13\x10\x09\xe0\x52\xb9\x82\xb7\xeb\x9c\x28\x1c\x00\ +\x8e\x01\xd8\x0e\x91\x5f\x60\x0a\x3f\xfd\xf4\x53\xea\x8d\x37\xde\ +\x98\x62\xe6\x0d\x55\x14\xc5\x1e\x19\x19\x79\x4b\xdb\xb6\x6d\x4f\ +\x6d\xd8\xb0\x61\xad\x3f\x0e\x9a\x2f\xbf\xfc\x72\xd8\xda\xb5\x6b\ +\x17\xfa\xa8\xf8\x6b\x84\x01\xa8\x0f\x91\x0b\x73\x04\xfa\xb7\xc1\ +\xfc\x55\x23\x2e\x00\xd0\x07\xc0\x5d\x00\x9a\xe8\x5c\x38\xda\xa5\ +\xc1\x6a\x05\xd1\x3b\xe4\x04\xd8\x87\x81\x06\x80\x58\x06\xed\x3c\ +\x74\x3b\xf9\x92\xea\xc9\xd6\xd5\x3a\x7f\x15\x4b\x03\x70\xdc\xcc\ +\xc9\xd4\x4a\x26\xa0\x4d\x9b\x36\xa7\x36\x6e\xdc\xb8\xce\x9f\x06\ +\xcc\xa2\x45\x8b\xd4\xad\x5b\xb7\xde\xe6\xe3\xe2\xaf\xd1\x10\xe2\ +\x9c\xfb\x3a\x39\x7e\x89\x78\x97\x2f\x07\xf0\xb4\x34\x00\x46\xab\ +\x7d\xda\xa5\xd1\x6a\x07\xd1\x48\x2c\x0f\xc0\x51\xe8\xdf\x76\x24\ +\x34\x00\xc4\x43\xa8\x10\xc7\x7d\x1a\x41\x54\xf6\xab\x6f\xc0\xe9\ +\xdb\x20\x8a\x0b\xfd\x09\xfd\x65\x86\xfd\xca\x04\x44\x45\x45\xdd\ +\x9c\x98\x98\x98\xb9\x79\xf3\xe6\x0d\xfe\x30\x58\x66\xcc\x98\xa1\ +\x1e\x3c\x78\xd0\xeb\xbf\xb7\x8e\xc4\xdf\x5d\x9c\xfe\x0d\x20\x13\ +\x2c\x0e\x14\x0c\x91\x1c\xf9\x1c\x80\xbb\x01\x34\x86\x67\xb6\x8c\ +\x15\x88\x88\x4b\x82\x8c\x2c\x14\x02\xd8\x47\x13\x40\x03\x40\xcc\ +\xc7\x29\x5f\xfc\x8b\x21\x8e\xf3\x05\xe9\x7c\xc1\x83\xa4\xbb\xdf\ +\x06\x71\xb2\xc0\xd4\xc9\xd4\x22\x26\xc0\x11\x13\x13\x73\x6b\x42\ +\x42\xc2\xf1\xcd\x9b\x37\x6f\xf4\xe5\x41\xf2\xee\xbb\xef\xaa\xd9\ +\xd9\xd9\xf0\x76\xe9\x85\x3a\x14\x7f\x8d\x7a\x10\x89\xb0\xbf\x43\ +\x7f\x4d\x0c\x7f\xc0\x01\xb1\x15\xf8\x22\x80\x9e\xa8\x9b\xda\x1e\ +\x41\x10\xdb\x09\x6d\x21\xca\x0c\x1f\x30\x7b\xb1\x40\x03\x40\x02\ +\x1d\x97\x9c\xf8\x12\x20\xc2\x74\x91\x3a\x5f\x7c\x87\xfc\x59\xbb\ +\xa5\xbb\x37\x7d\x9f\xcf\x42\x26\xe0\xb6\x96\x2d\x5b\x1e\xdd\xb2\ +\x65\xcb\x26\x5f\x1c\x20\xe9\xe9\xe9\x6a\x49\x49\x09\x5c\x2e\xef\ +\xee\xec\x78\x41\xfc\x35\xf3\x6a\x07\xf0\x19\xf4\xd7\xc4\xf0\x07\ +\x4d\x68\x03\x60\x10\x80\x7b\xa4\x29\x52\xea\xf0\x77\x35\x84\xd8\ +\x72\x3c\x0a\x11\x35\x64\x73\x26\x2f\xc2\x53\x00\xa4\x2a\xd9\x10\ +\x0d\x82\x8e\x18\x78\x19\xed\x32\x82\xd0\x19\x5e\xee\x0f\x70\x1e\ +\x11\x31\xfd\x3a\x6c\x36\x5b\x68\x62\x62\xe2\xbf\xfa\xf6\xed\xfb\ +\x88\xaf\x0d\x8c\xb4\xb4\x34\xd5\xe5\x72\xa1\xa2\xa2\xc2\xdb\xcf\ +\xcd\x6b\x1e\x4d\xae\x7c\x13\x02\xf4\xdd\x57\xe4\x6a\xbf\x07\x80\ +\x5e\x10\x5b\x22\xde\x88\x36\x5c\x02\xe0\x31\x88\x7c\x03\x6a\x12\ +\x0d\x00\x31\x91\x12\x88\xd0\xfd\x76\x88\xfd\x39\xbd\xfd\x01\x62\ +\x00\x74\x02\xd0\x1a\x16\x2a\xb7\x6a\x05\x13\x60\xb7\xdb\x23\x5a\ +\xb7\x6e\x3d\xf5\xa1\x87\x1e\xea\xeb\x2b\x83\x62\xe4\xc8\x91\xaa\ +\xc3\x11\x04\xa7\xd3\xe9\xed\xe7\xe5\xed\x8f\x1a\x2e\x85\x28\x10\ +\x6b\x02\xd8\x21\xf2\x7f\xee\x92\x06\xde\x5b\xf7\x20\x04\x22\xdf\ +\xe0\x1e\x00\xcd\xc0\x7a\x0c\x34\x00\xc4\x54\x0e\x43\xec\x83\x9e\ +\x80\xfe\xbd\xd0\x10\x54\xf6\x07\x88\xb6\xd2\x87\xb3\x8a\x09\x68\ +\xd3\xa6\xcd\xf4\x7f\xfe\xf3\x9f\x77\x5b\x7d\x30\x3c\xfb\xec\xb3\ +\x6a\x6c\x6c\x03\x94\x95\x95\x7a\xfb\x39\x99\xf1\x71\x1d\x00\x2e\ +\x0c\xd0\xf7\x3e\x1a\xc0\xad\xd2\xb8\x7b\xfb\x9c\x7e\x3d\x88\x7a\ +\x0c\x57\x83\xe5\x82\x69\x00\x88\xa9\x14\x40\x6c\x03\xec\x82\xfe\ +\xc4\x1c\x1b\x44\xe6\x70\x67\x18\x3f\x3e\xe4\xaf\x26\x20\x32\x21\ +\x21\x61\xf6\xa0\x41\x83\xae\xb6\xea\x40\x18\x30\x60\x80\x2b\x31\ +\x31\x11\xc5\xc5\x45\xde\x7e\x3e\x66\x7d\x64\x87\x1c\xaf\x81\x86\ +\x22\x0d\xfb\x2d\x30\xa7\x20\x92\x02\x71\x2a\xe0\x76\x88\xe4\x40\ +\x46\x01\x68\x00\x88\x89\xec\x96\x51\x80\x93\xd0\x7f\x96\x3f\x1c\ +\x22\xa4\xd8\x01\xe2\xe8\x8f\xa5\x70\xb9\x5c\xb3\x2c\x60\x02\x62\ +\xe3\xe2\xe2\x96\x0d\x1e\x3c\xb8\xb3\xd5\xee\x4f\x9f\x3e\x7d\x8a\ +\x3b\x76\xec\xa8\x14\x14\x14\x98\x61\xd0\xf0\x7a\x7a\xba\x59\x73\ +\x62\x20\x56\x04\x0c\x01\x70\x1d\x44\xf4\xc3\x2c\x5d\x08\x03\xd0\ +\x4d\xce\x17\xac\x14\x48\x03\x40\x4c\x24\x0f\xa2\x4d\xf0\x01\xe8\ +\xcf\xe2\xd7\x92\x01\xbb\x00\x88\xb3\xda\x78\x4b\x4b\x4b\x7b\x3c\ +\x2f\x2f\x6f\xb5\xe9\x2f\xa1\xcd\xd6\xb8\x41\x83\x06\x3f\x58\xe9\ +\xde\xdc\x79\xe7\x9d\x49\xdd\xaf\xbb\x2e\x34\x37\x37\xd7\x94\xdf\ +\x1f\x14\x14\x04\x67\xb9\x69\x09\xe1\x8e\x00\x5c\x81\x36\x02\xd0\ +\x15\xe2\xe4\x8f\x99\x24\x40\xf4\x67\x08\xe5\x14\x4c\x03\x40\xcc\ +\xa3\x02\xc0\x0e\x88\xfe\x00\xa7\xa1\x3f\x19\x30\x1a\x22\x0f\xa0\ +\x0d\x2c\xd8\x76\xf5\xed\xb7\xdf\xee\x76\xe2\xc4\x89\xd3\x66\x5f\ +\x87\xc3\xe1\x88\x19\x35\x6a\x94\x65\x8a\xa1\xf4\xec\xd9\x6b\x5c\ +\x4e\x76\xb6\x69\xe2\x5f\x51\x51\x81\xe4\xe4\x64\x33\x7e\xbd\x0a\ +\x91\x08\x1b\x68\x85\x80\x5a\x02\xb8\xc8\x02\x2b\xef\x70\x19\x05\ +\x88\x06\xa1\x01\x20\xa6\xa1\x42\x1c\x09\x5c\x0b\x71\x46\x57\x6f\ +\x32\x60\x30\xc4\x49\x80\xcb\x51\xb7\x67\x8a\x75\xf3\xfe\xfb\xef\ +\xc7\x1c\x3f\x7e\xdc\xf4\x09\x3f\x34\x34\x34\x68\xe4\xc8\x91\xa6\ +\xd7\xa1\x9f\x39\x73\x96\x9a\x99\x79\xdc\xbc\x95\xbf\xd3\x89\xd7\ +\x5e\x7b\xcd\xac\x8f\xef\x92\xe3\x3e\x90\xd0\x22\x75\xf5\x2d\xf0\ +\x7e\x2a\x10\x35\x48\x12\xa9\x4f\x34\x00\xc4\x5c\x4a\x20\x1a\xa4\ +\xec\x80\xfe\xc6\x3e\x0a\x44\xb1\x8f\xce\x72\x95\x61\xc9\xbd\xbd\ +\x69\xd3\xa6\xd9\x8e\x1f\x3f\x6e\xfa\x75\x84\x85\x85\x29\x49\x49\ +\x49\xa6\x99\x91\x39\x73\xe7\xa9\x47\x8e\x1c\x36\x4d\xfc\x5d\x2e\ +\x97\x59\x2b\x7f\x0d\x27\x44\x41\x9a\x40\xc2\x01\xa0\xa9\x5c\x7d\ +\x5b\xc1\xa0\x47\x01\x68\x4f\x7d\xa2\x01\x20\xe6\xe2\x42\xe5\x91\ +\xc0\x1c\xe8\x4f\x06\x0c\x85\x28\x2f\xdc\x01\x40\x84\x55\x3f\xec\ +\xb4\x69\xd3\x94\xcc\xcc\x4c\xd3\xaf\x23\x3c\x3c\x1c\x23\x46\x8c\ +\xf0\xba\x09\xf8\xf0\xc3\x85\xea\xc1\x03\xfb\xcd\x51\xa0\xa0\x20\ +\xa8\xaa\x8a\x57\x5f\x7d\xd5\xec\xdb\x5f\x2e\x0d\x6f\x20\x11\x0c\ +\xd1\xa1\xcf\x2a\xf5\x3a\x14\x88\xea\x80\x4c\x04\xa4\x01\x20\x26\ +\x93\x0f\x71\x24\x70\x0f\xf4\x37\xec\xb0\x43\x14\xf8\xe8\x02\x71\ +\x34\xd0\xb2\x25\xa8\xa7\x4e\x9d\xaa\x64\x65\x65\x99\x7e\x1d\x11\ +\x11\x11\x18\x3e\x7c\xb8\xd7\x4c\xc0\x82\x0f\x3f\x54\xf7\xec\xd9\ +\x6d\xca\x67\xb5\x3b\x1c\x08\x09\x0e\xc6\x2b\xaf\xbc\x62\x85\x36\ +\xbc\xb9\x00\x36\x22\xf0\x72\x00\x42\x2d\x24\xb8\x36\x88\x42\x62\ +\x61\x20\x34\x00\xc4\x54\x9c\x10\xf5\x00\x36\xc9\xc9\x51\xef\xc4\ +\x18\x05\x51\x60\xa4\x2d\x2c\x98\x0c\xe8\xce\x94\x29\x53\x94\xec\ +\x6c\xf3\xb7\x81\x23\x23\x23\x31\x6c\xd8\xb0\x3a\x17\xa2\x6f\xbe\ +\xf9\xe6\xa6\xbd\x7b\xf6\x98\x23\xfe\x76\x3b\x42\x43\x42\x30\x62\ +\xc4\x88\xf7\x61\x7e\xcf\x08\x15\xc0\x6a\x00\x59\x01\xf6\x8e\xdb\ +\xe5\xaa\xdb\x2a\xa6\xc7\x26\xa3\x11\xc1\x20\x34\x00\xc4\xf4\x49\ +\x31\x07\xc0\x7a\x88\xfe\x00\x7a\x27\xe9\x20\x88\xb0\x5e\x57\xd4\ +\x4d\x77\x31\x8f\x32\x79\xf2\x64\x4b\x98\x80\xa8\xa8\x28\x0c\x1d\ +\x3a\xb4\xce\x26\xe6\xe5\xcb\x97\x4f\x58\xb3\x66\x8d\x29\x47\x10\ +\xed\x76\x3b\xc2\xc2\xc2\x30\x62\xc4\x88\xf6\x72\xb2\x37\x5b\x80\ +\x4a\x00\x7c\x81\xc0\xec\x4a\x57\x0e\xeb\x74\x40\xd4\x3a\x8a\xb2\ +\x3b\x20\x0d\x00\xb1\x00\x25\x00\xb6\x42\xf4\x08\xd0\xdb\x1f\x00\ +\x10\xfb\x8c\x5d\xe1\x23\xfb\x7b\x56\x31\x01\xd1\xd1\xd1\x78\xf1\ +\xc5\x17\x3d\x2e\x8e\x0b\x17\x2e\x54\x37\x6c\xd8\x30\xcc\x4c\xf1\ +\x1f\x3e\x7c\x78\x02\x44\xf3\x99\x2b\x2c\x30\x26\xd6\x43\xe4\xbb\ +\x38\x03\xf0\xfd\xce\x87\xfe\x1c\x9f\xba\x58\x74\x94\x23\xf0\xb6\ +\x61\x68\x00\x88\x65\xa3\x00\x47\xe5\x04\x99\x69\x60\xa2\x08\x81\ +\xa8\x34\xd6\x05\x16\x4e\x06\xac\x6a\x02\x72\x72\x72\x4c\xbf\x8e\ +\x98\x98\x18\x8f\x9a\x80\x19\x33\x66\xa8\x7b\x4c\x0c\xfb\x87\x87\ +\x87\x63\xf8\xf0\xe1\x8d\x01\x5c\x0f\xe0\x4e\x88\x3a\x11\x66\xce\ +\x47\x05\x72\xf5\x7f\x34\x00\x85\xa7\x44\xbe\xd7\x56\xa9\x43\xa1\ +\x1d\xc5\xa4\x01\xa0\x01\x20\x16\xa1\x00\xa2\x28\xd0\x2e\xe8\xef\ +\x95\xae\x40\x54\x04\xbc\x02\xa2\xde\xba\x4f\x8c\xbf\x7f\xfd\xeb\ +\x5f\xca\xa9\x53\xa7\x2c\x61\x02\x9e\x7b\xee\x39\xc3\x93\xe2\x3b\ +\xef\xbc\xa3\x1e\x3b\x76\x0c\xaa\xea\xfd\xf9\xd5\x6e\xb7\x23\x22\ +\x22\x02\xc3\x86\x0d\xab\x07\xe0\x4a\x00\xf7\x42\xe4\x86\x98\x79\ +\x04\x4d\x05\xf0\x5f\x00\xdf\x42\x44\xb8\x02\x91\x03\x32\x0a\x60\ +\x05\xd1\x2d\x05\x70\x1c\x40\x31\xa7\x5d\x1a\x00\x62\x0d\x2a\x00\ +\xec\x83\x48\x06\x3c\x05\xe3\xfd\x01\x2e\x81\x0f\x95\xfb\x7c\xf7\ +\xdd\x77\x2d\x61\x02\x62\x63\x63\x0d\x99\x80\xf4\xf4\x74\x35\xbf\ +\xa0\x00\x2e\x97\xf7\xa3\xbd\x76\xbb\x1d\x91\x91\x91\x18\x3a\x74\ +\x68\xb8\x7c\xfe\xf7\x00\xb8\x06\xe6\xe7\x84\x1c\x00\xb0\x10\xa2\ +\xff\x85\x2b\x40\xdf\xef\xbd\x00\x8e\x59\xe4\xf3\xe7\xcb\x67\x12\ +\xa8\xcf\x82\x06\x80\x58\x92\x1c\x88\x23\x52\x87\x20\xf6\xe8\x74\ +\xe9\x00\x2a\xfb\x03\x34\x86\x0f\xd5\x5c\xb7\x92\x09\x18\x32\x64\ +\x48\xad\x4d\xc0\xcb\x2f\xbf\xac\xaa\x00\x2a\x9c\xde\xdf\xe2\xb6\ +\xd9\x6c\x88\x8d\x8d\xc5\x8b\x2f\xbe\x18\x02\x51\x19\xf2\x4e\x00\ +\x37\x41\xd4\xa0\xb7\x99\x3c\xa6\x17\xc9\xd5\x7f\x20\xaf\x38\x8f\ +\x49\x73\x6f\x85\x7b\xb0\x57\x1a\x00\x6e\x01\xd0\x00\x10\x0b\x51\ +\x0a\x51\x24\x65\x3b\xc4\x96\x80\xde\xfe\x00\x51\xb0\x70\x7f\x80\ +\xf3\x99\x00\xb3\x1a\xe4\xb8\xd3\xa0\x41\x03\x3c\xf3\xcc\x33\x35\ +\xbe\xff\x49\x49\x49\x6a\x44\x44\x24\xca\xcb\xbc\xbf\xcd\x6b\xb3\ +\xd9\xd0\xb0\x61\x43\x3c\xf3\xcc\x33\x41\x10\xf5\x20\x7a\xc8\xaf\ +\x16\x30\x2f\xf1\x4f\x85\x38\xd6\xfa\x19\x80\xf9\x08\xbc\xa3\x7f\ +\x55\x29\x83\xd8\x06\xc9\xb0\xc0\x1c\xb3\x19\x22\x17\x83\x11\x00\ +\x1a\x00\x62\x31\x32\x50\x99\x0c\xa8\xf7\xd8\x90\xb6\x0a\xec\x04\ +\x1f\x38\x12\x58\x95\x77\xde\x79\x47\x39\x7d\xda\xf4\xfe\x41\x68\ +\xd4\xa8\x11\x9e\x7e\xfa\xe9\xf3\x9a\x80\x67\x9f\x7d\x56\x6d\xd0\ +\xa0\x21\xca\xca\xbc\x7f\xaa\xca\x66\xb3\x69\xd7\x69\x87\xa8\x35\ +\x7f\x3d\x80\xde\xd2\xfc\x99\x55\x79\x4e\x13\xff\x4f\x01\xbc\x07\ +\x51\xe4\x2a\xd0\x57\x9b\x2a\xc4\x09\x88\x55\x30\xf7\x38\xe0\x51\ +\x00\xbf\x42\x34\x20\x23\x34\x00\xc4\x62\x14\x40\x6c\x03\xfc\x09\ +\x63\xc9\x80\x5a\x7f\x80\x16\xb0\x70\x65\xc0\xb3\x31\x69\xd2\x24\ +\x4b\x98\x80\xc6\x8d\x1b\x9f\xd3\x04\x0c\x18\x30\x40\x4d\x6c\xd5\ +\x0a\xc5\xc5\x45\x5e\xbf\x36\x4d\xfc\x07\x0f\x1e\x6c\x83\x88\xfa\ +\x5c\x0d\xe0\xef\x10\xd1\x1f\xb3\x92\xfe\x54\x88\x70\xf7\x1c\x00\ +\xe3\x21\xa2\x59\x5c\x69\x56\x9a\xfb\x2f\x20\x12\xf0\xcc\x5a\xfd\ +\xff\x17\x62\x2b\xa2\x9c\x8f\x83\x06\x80\x58\x93\xbd\x72\xb5\x70\ +\x52\xe7\xe4\xa9\x48\x01\xb8\x18\xa2\xe9\x87\x4f\x96\xfc\xb4\x92\ +\x09\x18\x3c\x78\xf0\x5f\x4c\xc0\x3f\xfe\xf1\x8f\xdc\x8e\x1d\x3b\ +\xa2\x20\x3f\xdf\x14\xf1\x97\xd7\xa5\xc8\xe7\x7b\x19\x44\xc6\xff\ +\xd5\x10\xad\x5e\xbd\x2d\xfe\xaa\x5c\x55\xfe\x0e\x60\x2c\x80\x74\ +\x69\x62\x29\xfe\x67\x0a\xf0\x46\x19\x05\xf0\xf6\x5e\x91\x0b\x62\ +\xdf\xff\x07\x69\xd0\xb8\xff\x4f\x03\x40\x2c\x4a\x2e\x80\x75\x10\ +\xa7\x02\x8c\x24\x03\x36\x87\x48\x06\x8c\xf3\xd5\xb1\x38\x69\xd2\ +\x24\x25\xdf\x04\x81\xad\x4a\x5c\x5c\x1c\x9e\x7c\xf2\xc9\xff\x4d\ +\x9a\x3d\x7b\xf6\xec\x7b\xdd\xf5\xd7\xc7\x98\x91\xaf\xa0\x28\x0a\ +\xe2\xe2\xe2\xf0\xd4\x53\x4f\x29\x10\x39\x1e\x6d\x01\xdc\x05\x91\ +\xf4\xd7\xd0\x84\x67\x9d\x03\xe0\x37\x00\x93\x01\x0c\x01\x30\x53\ +\xfe\x19\x45\xe6\xaf\x26\x29\x17\xa2\xf7\x47\x81\x97\x7f\xf7\x69\ +\x00\x3f\x43\x94\x62\x2e\xe2\xa3\xa0\x01\x20\xd6\xc5\x05\x91\x0c\ +\xb8\x09\x40\x1e\xf4\x27\x03\x46\x43\xe4\x01\xb4\x83\x0f\xd7\xfd\ +\x9e\x38\x71\xa2\x25\x4c\x40\xb3\x66\xcd\xfe\x67\x02\xee\xbc\xf3\ +\xae\x85\x39\x26\x54\x31\x54\x14\x05\x4d\x9b\x36\xc5\xa0\x41\x83\ +\x14\x37\x93\x77\x07\x80\xdb\x21\x12\x00\x3d\xb1\xdd\x53\x0e\x71\ +\x12\x65\x0b\x44\x34\xaa\x6a\x18\xa6\x10\xa2\xa5\xef\xaf\x00\x66\ +\x01\x48\x05\x30\x0c\xc0\x5b\x00\xd6\x80\xe1\xe5\x73\x51\x06\x11\ +\xd9\xf3\xe6\x51\x91\x72\x19\x79\xf8\x1c\x3c\xfe\xe7\x55\xd8\x6e\ +\x91\x18\x5d\x55\xdd\x00\x51\xe2\x57\xcf\x58\x0a\x02\x70\x01\x80\ +\xcb\xe5\x04\x70\xdc\x57\x57\x65\x13\x27\x4e\x54\x46\x8c\x18\xa1\ +\x46\x44\x98\x5b\xe0\xb0\x59\xb3\x66\x78\xe2\x89\x27\xd4\xe8\xe8\ +\x68\x64\x66\x7a\x77\x2b\x57\x51\x14\x24\x24\x24\xa0\x7f\xff\xfe\ +\x8a\x5c\x5c\x34\x02\x70\x33\xc4\x91\xbf\xd6\x1e\x32\x79\x15\x10\ +\x2d\xaa\x3f\x07\xf0\x13\x44\xd8\x3a\x1a\x62\x4b\xc9\x21\xc5\xa3\ +\x48\x1a\xd3\x2c\x88\x70\x72\x1e\xc4\xf1\x36\xae\xf8\x6b\x66\xca\ +\xdb\x43\xe4\x6c\x78\x83\x0a\x00\x7f\x40\xe4\x64\xfc\x17\xfa\xf3\ +\x8a\x88\xce\x07\x4e\x88\x1e\x6c\x10\x7b\xf8\xa3\xe5\x04\x1f\xad\ +\xf3\xe7\x14\x41\x9c\xc1\x7e\x0b\x62\x7f\xd6\xa7\x57\x67\x56\x30\ +\x01\x00\x70\xe8\xd0\x21\xdc\x71\xc7\x1d\x19\x3b\x76\xec\x88\xf7\ +\x46\xc5\x3f\x45\x51\x90\x98\x98\xa8\x3e\xfa\xe8\xa3\x36\x39\xaf\ +\xd4\x03\x70\x23\x80\xc7\x00\x74\x87\x67\xf6\xfd\x5d\x00\x4e\x00\ +\xf8\x0a\xc0\x5c\x69\x1a\x4b\xe4\xcf\x75\xff\xd9\xaa\xdb\x17\x57\ +\x93\xb5\x5b\x10\x5e\x0f\x60\x22\x44\x64\xce\x1b\x2b\xff\x3f\x00\ +\x4c\x05\xf0\xb1\x8c\x3c\x10\x2f\x4f\xe2\x84\xe8\x9d\x8c\x8f\x42\ +\xe4\x02\x9c\x30\x30\xd1\x86\x02\xb8\x08\x22\x49\x2c\xd2\xd7\x4d\ +\xe9\xf8\xf1\xe3\x95\xe2\xe2\x62\xd3\x6b\xaa\xb7\x6c\xd9\x12\x2b\ +\x56\xac\x88\x0f\x0d\x0d\x45\x50\x50\xdd\x9e\xb6\x53\x14\x05\x17\ +\x5d\x74\x51\x86\x9b\xf8\x47\x40\x64\xfa\xdf\x03\x51\xf6\x39\xca\ +\x03\xcf\x55\xdb\x9f\x5e\x0d\x60\x19\x44\x73\xaa\x22\xb9\x82\x74\ +\x4a\x31\xd1\xbe\x9c\xf2\xcf\x29\xfe\xb5\x23\x0a\x62\xab\xa6\x5d\ +\x1d\xff\x1e\x15\x95\x09\x87\xef\x01\x58\x0a\x51\x5d\x94\xd0\x00\ +\x10\x1f\xa2\x00\x22\x0f\x60\x0f\xf4\x87\xee\x6c\x00\x9a\x42\x1c\ +\x09\x6c\xe2\x0f\x63\x72\xdc\xb8\x71\x21\xe5\xe5\xe5\x27\xcc\xbe\ +\x8e\x84\x84\x04\xec\xdc\xb9\x13\xfb\xf7\xef\x87\xc3\x51\x37\xbb\ +\x7d\x8a\xa2\xa0\xd3\xe5\x97\xa7\xf4\xe9\xd3\xa7\xb9\xfc\x23\xf7\ +\xa4\xbf\x1b\x00\x34\xf0\xc0\x33\x55\xa5\xd8\x6f\x05\xb0\x5c\x9a\ +\x4e\xab\xd4\xad\xf7\x27\x2d\xe8\x08\xe0\x36\xd4\xed\xa9\x9c\x0a\ +\x88\x1a\x22\x9f\x03\x48\x03\xb0\x18\x62\xab\x86\xcf\x92\x06\x80\ +\xf8\x18\x4e\x29\xfe\x46\x92\x01\xe1\xb6\x62\x6c\x07\x51\x24\xc8\ +\xe7\x39\x75\xea\xd4\x8d\x2e\x97\xeb\x90\xd9\xd7\x91\x98\x98\x88\ +\xe2\xe2\x62\x64\x65\x65\xc1\x66\xca\xc4\xac\x2d\x00\x00\x20\x00\ +\x49\x44\x41\x54\xf3\xec\xeb\xae\x28\x0a\xae\xba\xfa\x9a\x0b\xef\ +\xbe\xeb\xae\x54\xf9\x47\x5a\xd2\xdf\xed\x52\x48\x3c\x95\xf4\x57\ +\x0a\x51\xa7\xff\x0b\x88\x7d\xff\x2c\xae\xee\x3d\x4e\x0c\x44\x75\ +\xc6\xb6\xf0\x7c\x14\x4e\x33\x70\xfb\x21\xb6\xfb\xde\x86\x38\x86\ +\xb9\x12\x2c\xf8\x63\x2a\x76\xde\x02\xe2\x01\x13\x10\x01\xd1\xdc\ +\xa5\xb1\xce\x31\x65\x83\xd8\x7f\x3c\x8e\xca\x32\xc3\x3e\xcd\xba\ +\x75\xeb\xb2\xbb\x75\xeb\xb6\xcc\x66\xb3\xdd\xab\x28\x4a\x8c\x99\ +\xd7\xd2\xa0\x41\x03\x1c\x3e\x7c\x18\x0e\x87\x03\x11\x11\x11\x1e\ +\x69\x04\xa4\x89\x7f\x8f\xdb\x6f\xdb\xe5\xf6\x0c\x9b\x48\x11\x79\ +\x10\x22\x3f\x24\xc4\x43\xe3\xeb\x90\x5c\xf9\x6b\x59\xe2\x4e\xbe\ +\x76\x9e\xf5\x72\x10\x9d\x19\x07\x43\x14\xe6\xd2\x6b\x00\x54\xb9\ +\xc2\xd7\xb6\x62\x4a\xe5\xc2\xe0\x00\x80\x1f\x21\xf2\x36\x3e\x90\ +\x26\xe0\x28\xcc\xad\x38\x48\x68\x00\x88\x07\xd0\xf6\x5a\xdb\x40\ +\x64\x7a\x87\xea\x98\x40\x14\x88\x13\x01\xa5\x00\xb6\xc1\x3a\x5d\ +\xc9\x0c\xf1\xeb\xaf\xbf\xe6\x76\xeb\xd6\x6d\xb9\xcd\x66\xfb\xbb\ +\x15\x4c\xc0\x81\x03\x07\xe0\x72\xb9\x10\x19\x19\x69\x58\xfc\xaf\ +\xbc\xea\xea\x2e\x77\xf4\xb8\x7d\x9b\xdb\xf3\xd3\x92\xfe\x1e\x86\ +\xd8\xce\x89\x80\x67\x92\xfe\x32\xa5\x60\x2c\x86\x38\x7a\x5a\xca\ +\x57\xce\xe3\xd4\x07\xd0\x0f\xc0\x2d\xf2\xb9\xe9\x7d\x56\xd9\x10\ +\x35\x04\x56\x41\xe4\x6a\xfc\x24\x8d\xdb\xff\x41\xf4\x5c\x58\x0b\ +\x91\x2f\x44\xe1\xa7\x01\x20\x7e\x44\x19\xc4\x5e\xef\x25\x72\x32\ +\xd1\x13\x6b\xb6\xc9\xf1\x78\x18\xc0\x4e\xf8\xc9\x71\xa0\x5f\x7f\ +\xfd\xf5\x54\xb7\x6e\xdd\x96\xd9\xed\xf6\xfb\x14\x45\x89\x36\xf3\ +\x5a\x1a\x36\x6c\x88\x43\x87\x0e\xa1\xa4\xa4\x04\xe1\xe1\xe1\xb0\ +\xdb\xf5\xbd\xfe\x57\x5c\x79\x55\xef\x9e\x77\xf4\xf8\xc5\xed\x8f\ +\x22\xe5\x0a\xf2\x61\x88\x8c\xff\x7a\xf0\x4c\xd2\x5f\x1e\x80\xff\ +\x48\x01\xf9\x1d\xe2\x7c\x3f\xf1\x2c\x36\x69\xd8\x06\x4a\x13\xaf\ +\x57\x13\x0a\x21\x72\x33\xe6\xca\xe7\xb5\x52\x3e\xbb\xf5\x00\x76\ +\x41\x64\xf8\xb3\xfe\x82\x05\x1f\x3e\x21\x46\x29\x80\xe8\xe0\xb5\ +\x4b\x0a\xb7\xaa\x73\x2c\xc6\x01\xe8\x0a\xb1\x8f\xec\x37\x63\xf3\ +\x8d\x37\xde\xd8\x57\x56\x56\x76\xa3\xaa\xaa\x66\x77\x5a\xc3\x85\ +\x17\x5e\x88\xdc\xdc\xdc\x23\x79\x79\x79\x70\x3a\x9d\x50\x94\xda\ +\xe9\xf4\x15\x57\x5c\xd5\xbb\x57\xcf\x3b\xbe\x72\xfb\xa3\x10\x00\ +\x17\x42\x24\xfd\x75\x93\x06\xd0\x13\xe2\x5f\x08\x91\x25\xfe\x29\ +\x98\xf4\x57\x97\x44\x49\xd3\x76\x11\xf4\x37\x67\xaa\x90\xab\xff\ +\x75\x10\xb5\x41\xf6\x40\x44\xf1\x4e\x19\x98\x0f\x08\x0d\x00\xf1\ +\x11\x5c\x10\x65\x81\x37\x40\x7f\x7f\x00\x40\x64\x1f\x5f\x02\x91\ +\x10\x18\xe6\x4f\x37\xe8\x8d\x37\xde\xd8\x5b\x5e\x5e\x7e\x8b\xaa\ +\xaa\xc7\xcd\xbc\x0e\x45\x51\xd0\xbe\x7d\xfb\xe6\x19\x19\x19\xeb\ +\x72\x72\x72\xe0\x74\xd6\x7c\x3b\xbd\xeb\x15\x57\x3e\xd8\xab\xd7\ +\x19\xe2\xef\x00\x90\x00\xa0\x17\x80\x5b\x21\x4e\x73\x78\x22\xaa\ +\x58\x06\x51\xa7\x7f\x39\x44\x35\x3f\x23\x63\x8a\x9c\x63\x38\xc8\ +\x55\xff\xad\x10\xc5\xbc\xf4\x52\x22\xcd\xff\x5a\x29\xfc\x0c\xf1\ +\xd3\x00\x90\x00\xe3\x94\x5c\xb1\x1d\x84\xfe\x50\x9f\x0d\x67\xf6\ +\x07\xf0\xab\x42\x55\xe9\xe9\xe9\x7f\x94\x97\x97\xdf\xa4\xaa\x6a\ +\xa6\xd9\x26\xe0\x92\x4b\x2e\xb9\x22\x33\x33\x73\x5d\x79\x79\x79\ +\x8d\x92\x02\xbb\x76\xbd\xf2\xc1\xde\xbd\x7a\x7e\xec\xf6\x47\x76\ +\x88\xa4\xbf\x5b\xa5\x01\x48\x80\x67\xda\xfb\x96\x43\x24\x8d\xad\ +\x00\xf0\x3d\x05\xa5\xce\x57\xff\x7f\x03\x70\x29\xf4\x57\x85\xd5\ +\xf6\xfe\x7f\x87\x28\xea\xc3\x3a\xfe\x34\x00\x24\x00\x29\x83\xd8\ +\xbb\xd7\xb2\xf8\xf5\xf6\x07\x88\x42\xe5\x91\xc0\x60\x7f\xbb\x49\ +\xe9\xe9\xe9\x7f\x38\x9d\xce\xbf\xa9\xaa\x6a\x6a\x9d\x00\xcd\x04\ +\xec\xdc\xb9\x73\x7a\x7e\x7e\x3e\x5c\x2e\x17\xce\x56\x31\xf0\xa2\ +\x8b\x2e\x2e\xe9\xdd\xfb\x0c\xf1\xb7\x41\x84\xfa\xbb\x03\xb8\x1b\ +\x22\xe3\x3f\xd4\x03\x97\x55\x01\x71\x12\xe4\xdf\x10\xd5\xfe\xf6\ +\x83\xfb\xc6\x75\x39\xf7\xb7\x91\x06\xc0\xe8\xea\x7f\x0f\x44\xf8\ +\xff\x28\x18\xa9\xa1\x01\x20\x01\xcb\x31\x88\xa4\x9f\xe3\x06\x56\ +\x6d\x41\x00\x5a\x41\x94\x22\xf5\xc4\x7e\xb2\xe5\x78\xfd\xf5\xd7\ +\x77\x48\x13\x90\x65\xb6\x09\xe8\xd4\xa9\xd3\xa0\xbd\x7b\xf7\x4e\ +\x3c\x72\xe4\x08\x5c\x2e\x57\x85\x5a\xc5\x05\xc4\xc7\xc7\x3b\xb7\ +\x6d\xdb\x7a\x65\x15\x93\x16\x09\x91\x38\x76\x8f\xfc\xa7\x27\x2a\ +\x38\xba\x50\x59\xe9\xef\x0b\xf8\x51\x22\xa8\x45\x89\x90\x06\xae\ +\x93\xc1\xd5\x7f\x0e\xc4\xd6\xdf\x4e\x88\x7e\x0b\xc4\x87\xe0\x29\ +\x00\xe2\x49\x9c\x52\x08\x2e\x06\x90\xa8\x73\x05\xaf\x75\x91\x2b\ +\x80\x38\xf6\x95\xe9\x8f\xab\x8a\xff\xfc\xe7\x3f\x59\xdd\xbb\x77\ +\x5f\x69\xb3\xd9\x1e\x50\x14\xc5\xb4\x7c\x07\x45\x51\xd0\xa4\x49\ +\x93\x6e\x7b\xf7\xee\x4d\x3e\x7d\xfa\x74\x57\x87\xc3\x51\x6c\xb3\ +\xd9\x32\x9b\x36\x6d\x1a\xdd\xba\x4d\xdb\xcf\xfa\xf5\x7b\xf8\x92\ +\x5f\x7e\xf9\xe5\x44\x15\xe1\xe8\x02\xe0\x21\xb9\x7a\x6c\x04\xcf\ +\x54\xfa\x2b\x94\xe6\xf1\x23\x88\x7d\x7f\x23\x85\xa5\x48\xcd\x56\ +\xff\x8f\x4b\x03\xa0\xf7\xf9\x95\x40\x74\x64\x5c\x06\x51\x0c\x8c\ +\x86\xcd\xc7\x60\x33\x20\xe2\x69\xea\x03\x78\x0a\xc0\x20\x88\xa2\ +\x22\x7a\x26\x17\xa7\x14\xff\x77\x20\xb2\xc0\xf3\xfc\xf5\x66\xbd\ +\xf2\xca\x2b\x9d\xed\x76\xfb\x4a\x45\x51\xea\x9b\x79\x1d\x2e\x97\ +\x0b\x9b\x37\x6f\x4e\x5b\xb6\x6c\x59\xf2\x39\xfe\x5a\x30\x44\xcf\ +\x86\x01\x10\x59\xff\x4d\xe0\x99\x8e\xa2\x25\x10\x65\x7e\xe7\x41\ +\x24\xfe\xb1\x48\x4c\xdd\xaf\xfe\x1f\x04\x90\x2c\xdf\x51\xbd\xa6\ +\x2d\x03\xa2\x3e\xc3\x2c\x88\x24\x40\x16\x68\x62\x04\x80\x04\x38\ +\x65\x10\x47\xc3\x3a\x40\x94\x82\xd5\x23\x10\x8a\xfc\xbe\x1c\x88\ +\x9c\x82\x53\xfe\xba\x1a\xfc\xe5\x97\x5f\x8e\x5d\x77\xdd\x75\x2b\ +\x15\x45\xe9\xa3\x28\x4a\xa8\x59\xd7\x21\x23\x01\xd7\xb5\x6d\xdb\ +\xd6\xbe\x61\xc3\x86\x9f\xce\x32\x57\xb4\x02\xd0\x07\xc0\xbd\x00\ +\xe2\x3d\x24\xfe\xe5\x10\x27\x48\x3e\x91\xe2\x7f\x98\xe2\x5f\xe7\ +\x8b\xbe\x44\x00\x4f\x40\x34\x6a\xd2\xab\x01\x5a\xd1\xae\xe5\x10\ +\xc9\xbf\x0c\xff\xfb\x20\xcc\x01\x20\x1e\x5f\x4c\xca\xd5\xfb\x46\ +\x88\x3a\xdf\x7a\x93\x01\xa3\xe1\x67\xfd\x01\xce\xea\xc2\xed\xf6\ +\x01\x19\x19\x19\x03\x2b\x2a\x2a\x4c\xcd\xa0\x56\x14\xc5\x16\x1f\ +\x1f\xff\x52\x52\x52\xd2\x83\xd5\xcc\x13\x4d\x00\xf4\x94\x2b\xff\ +\xe6\x1e\x12\x7f\x2d\xe9\x6f\x25\x80\xaf\x21\x4e\x90\x70\x15\x59\ +\xb7\x84\x40\x14\x6d\xba\x06\xfa\x4f\x6d\xb8\x20\x8e\x66\x6e\x96\ +\x26\x40\x6f\xd2\x2f\xa1\x01\x20\x7e\x48\x36\xc4\x99\xe0\xc3\x06\ +\x26\x74\x2d\x19\xb0\x33\xfc\x34\x19\x10\x00\x52\x52\x52\x54\x45\ +\x51\x9e\x89\x8d\x8d\x7d\x65\xd5\xaa\x55\x91\x4e\xa7\xd3\xd4\x7c\ +\x07\x45\x51\x1c\x61\x61\x61\x73\x93\x92\x92\xee\x72\x33\x63\xf5\ +\x21\xfa\xc4\xdf\x03\x51\xee\xd9\x13\xa7\x33\x34\x11\xf9\x0f\xc4\ +\x1e\xf2\x1f\x60\x99\x5f\x6f\x10\x07\xe0\x0e\x69\xe8\xf4\x52\x06\ +\x71\x42\x63\x2d\xc4\x36\x00\x23\x36\x34\x00\x84\xfc\x0f\x27\x44\ +\x72\xd0\x76\xe8\x2f\xdf\xaa\x40\x94\x17\xee\x02\x11\xb2\x0c\xf2\ +\xb7\x9b\x94\x92\x92\xf2\xbf\x55\x53\x78\x78\xf8\xe5\x9d\x3a\x75\ +\x2a\x1e\x3b\x76\xac\xbd\x36\xc5\x79\xea\xc8\x04\x84\x84\x85\x85\ +\x7d\x9c\x94\x94\xd4\x1b\x62\xbf\xb8\x2b\x80\xfb\x21\x12\xc6\xc2\ +\x3d\xf0\x2b\x54\xb9\x6a\x5c\x0f\xd1\xe0\x67\x13\x58\xe6\xd7\x1b\ +\x38\xe4\xca\xff\x5a\x83\xab\xff\x5c\xb7\xd5\x3f\x2b\x34\xd2\x00\ +\x10\xf2\x97\x49\xe2\x38\x8c\x37\xff\x08\x85\x28\x33\xdb\x11\x9e\ +\x69\x2e\x63\x49\xf1\xd7\x88\x8a\x8a\x0a\x49\x4a\x4a\x52\xc7\x8e\ +\x1d\xab\x58\xc0\x04\x84\x86\x85\x85\x2d\xe9\xdf\xbf\xff\xe3\x00\ +\xfe\x0e\x51\xe6\x37\xda\x43\xcf\xa0\x44\x9a\xc3\x65\x10\x8d\x63\ +\x72\x29\x22\x5e\xa1\x19\x44\xdd\x06\xa3\xab\xff\x03\x10\xe7\xfe\ +\x8d\x44\xf8\x08\x0d\x00\xf1\x63\x0a\xe5\xca\x6e\x37\xf4\x87\x76\ +\x15\x39\x59\x75\x91\x93\x97\x5f\x8c\xd7\xea\xc4\xdf\x2d\x12\x80\ +\x97\x5e\x7a\x49\x1d\x3b\x76\xac\x52\x51\x61\x6e\x64\x55\x51\x94\ +\xd0\x96\x2d\x5b\xbe\x75\xe3\x8d\x37\xde\x09\xcf\x1c\xf7\xd3\x04\ +\x64\x2f\x44\xa1\x9f\x1f\x21\x8e\x79\x32\x84\x5c\xf7\x04\x41\x9c\ +\xfb\xbf\x12\xfa\xb7\x70\xb4\x06\x4d\x5b\x20\x4e\x6d\xe8\xcd\xf1\ +\x21\x34\x00\xc4\xcf\x71\x42\xec\x13\x6e\x84\xb1\x2c\xfe\x08\x88\ +\x52\xa5\x17\xc1\x33\xd5\xe6\x2c\x2b\xfe\x1a\xc1\xc1\xc1\x78\xf5\ +\xd5\x57\xd5\x31\x63\xc6\x98\x6e\x02\x6c\x36\x5b\x50\xf7\xee\xdd\ +\x9b\x5e\x7b\xed\xb5\x9e\x38\x31\x54\x01\x51\x2c\x6a\x25\x80\x6f\ +\x00\x1c\xe2\x0a\xd2\xab\xab\xff\xdb\xa4\xa1\xd6\x1b\xc5\x29\x97\ +\xab\xfe\xf5\x7c\x76\x34\x00\x84\x9c\x6f\xb5\x70\x0a\xa2\x46\xf8\ +\x21\xe8\x2f\xe9\x6a\x87\xa8\x33\xdf\x05\xa2\x64\xa9\xcf\x8e\xd9\ +\x9a\x88\xff\xff\x3e\xb4\xdd\x8e\xe4\xe4\x64\x75\xf5\xea\xd5\xf5\ +\xcc\x36\x01\x0e\x87\x03\x37\xdd\x74\x13\xae\xbd\xf6\x5a\x23\x3f\ +\x46\xab\x1a\xf7\x0b\x44\xa5\xbf\x3f\xc1\xa4\x3f\x6f\xae\xfe\xbb\ +\xca\xaf\x50\x03\xef\x73\x9e\x5c\xf9\x6f\x06\x0b\x35\xd1\x00\x10\ +\x72\x1e\x4a\x20\x8e\x04\x6e\x85\xfe\x64\x21\x05\x40\x8c\x34\x00\ +\x17\xc0\x33\xc7\xcf\x2c\x2d\xfe\xff\xfb\xe0\x8a\x82\xee\xdd\xbb\ +\xe7\xae\x5e\xbd\xba\x5e\x4d\x1a\xf6\xd4\xb5\x09\xb8\xf1\xc6\x1b\ +\x71\xe5\x95\x57\xea\xfd\x11\xc5\x10\x25\x63\x97\x41\x44\x85\x0a\ +\x29\x20\x5e\xa3\x31\x80\x9b\xa0\xbf\x30\x97\xb6\xfa\xcf\x90\x86\ +\xfe\x00\xd8\xa3\x81\x06\x80\x90\x1a\xac\x1a\x3c\xd1\x1f\x20\x18\ +\xa2\x74\x69\x17\x88\xba\xf3\x7e\x2f\xfe\xee\x48\x13\xd0\xdc\x6c\ +\x13\x10\x14\x14\x84\x5b\x6e\xb9\x05\x57\x5c\x71\x85\x1e\xf1\xd8\ +\x07\xd1\xe1\x8f\x49\x7f\x5e\xf6\x6e\x10\x49\xb4\xdd\x0c\xbc\x3b\ +\xda\xa9\x8d\xad\xd2\x00\x9c\xe2\xf3\xa3\x01\x20\xa4\x26\x14\x40\ +\x24\x03\xfe\x29\x57\x81\xaa\xce\x71\xda\x18\x22\x84\xd9\xc2\x97\ +\xc6\xad\x51\xf1\xd7\xb8\xf6\xda\x6b\x8f\xac\x59\xb3\xe6\x62\xb3\ +\x4d\x40\x70\x70\x30\x6e\xbd\xf5\x56\x74\xed\xda\xb5\xa6\xdf\x52\ +\x01\x51\xda\xf7\x5b\x00\x3f\x41\xd4\x88\xa0\x78\x78\x8f\x06\x10\ +\x3d\x1b\xda\x18\x78\x6f\x9c\x10\x7b\xff\x6b\xc1\x0e\x8d\x34\x00\ +\x84\xd4\x72\xf5\xb0\x1f\x22\xfc\x7b\x12\xfa\x1b\xfb\x84\x41\x94\ +\x17\xee\x28\xff\x3d\x60\xc4\x5f\xa3\x5b\xb7\x6e\x3b\xad\x64\x02\ +\x3a\x75\xea\x54\x93\x67\x9f\x03\xe0\x07\x88\xd0\xff\x1e\x8a\x87\ +\xd7\x57\xff\x97\x02\xb8\x11\xc6\x22\x67\x05\x10\x67\xfe\xb5\x77\ +\x98\xd0\x00\x10\x52\x63\x72\xe5\xe4\x61\x64\xf5\x60\x83\xa8\x3f\ +\xdf\x15\x40\x53\x58\xbc\x26\x80\xa7\xc5\xdf\xdd\x04\xac\x5f\xbf\ +\xfe\x61\xb3\x4d\x40\x48\x48\x08\xee\xb8\xe3\x0e\x74\xec\xd8\xf1\ +\x5c\xe2\x9f\x0f\xe0\x37\x00\x9f\x41\x84\x8f\xd9\x2d\xce\xfb\xab\ +\xff\x5b\x21\xca\x69\xeb\x7d\x5f\x9c\x00\x8e\xc8\xd5\xff\x3e\x30\ +\xf3\x9f\x06\x80\x10\x1d\x93\xc8\x1f\x30\x76\x76\x58\x01\x10\x25\ +\x23\x00\x17\xc2\xc2\xfd\x01\xea\x4a\xfc\x35\xae\xbc\xf2\xca\x85\ +\xbf\xff\xfe\xfb\x20\x55\x35\x37\x92\x1e\x12\x12\x82\x9e\x3d\x7b\ +\xe2\xb2\xcb\x2e\xab\xee\x7f\x17\x43\x64\x8b\x7f\x22\x4d\x00\x2b\ +\xc6\x79\x7f\xf5\xdf\x1e\x22\xf9\xcf\xe8\xde\xff\x76\x18\x3f\xce\ +\x4b\x68\x00\x48\x00\x93\x09\x91\x0c\x78\x0c\xfa\x93\x01\x1d\x10\ +\x65\x81\x2f\x87\x45\xfb\x03\xd4\xb5\xf8\x6b\x5c\x71\xc5\x15\xd3\ +\xd7\xaf\x5f\x6f\x09\x13\xd0\xa3\x47\x0f\xb4\x6f\xdf\xde\xfd\x8f\ +\xcb\x20\xc2\xfd\xcb\x00\xfc\x0c\xb1\x0d\xe0\xe2\x2b\xe0\x55\x62\ +\xa4\xf8\x1b\x5d\xfd\x67\x40\x54\xfd\xdb\x27\x9f\x2b\xf1\x23\xd8\ +\x0e\x98\x78\x8b\x72\x39\x11\x5d\x24\x45\x5c\xcf\x0a\x5e\x91\x63\ +\xb6\x08\xe2\x78\xe1\x71\x2b\x09\x8b\xb7\xc4\x5f\x23\x3e\x3e\xfe\ +\xce\x8d\x1b\x37\x4e\x6c\xd2\xa4\x49\x37\x45\x31\xcf\x0b\x05\x05\ +\x05\xa1\x55\xab\x56\xc8\xca\xca\x42\x4e\x4e\x8e\x26\x1a\x9f\x03\ +\xf8\x14\xe2\xc8\x18\xc3\xc6\xde\x9f\xd7\x3b\x02\x78\x0a\xe2\xe8\ +\xac\x9e\xc1\xa1\x6d\xe1\xac\x85\xa8\xdb\xb0\x8b\xcf\x91\x06\x80\ +\x10\x23\x94\x42\x54\x22\xeb\x20\x57\x28\x7a\x26\x26\x2d\x6a\xb5\ +\x5f\xae\x32\x2d\xb1\xaf\xec\x6d\xf1\xd7\x68\xda\xb4\x69\xb7\xad\ +\x5b\xb7\x7e\xdd\xb8\x71\xe3\xb6\x66\x9b\x80\xd6\xad\x5b\x23\x27\ +\x27\xe7\x64\x76\x76\xf6\x37\x00\xfe\x4f\x9a\x34\xae\x1a\xcd\x59\ +\xfd\xf7\x81\xa8\xfb\xaf\x37\x61\xb6\x02\xa2\x80\xd7\x0a\x88\x28\ +\x0e\x8f\x6e\xd2\x00\x10\x62\x88\x32\x88\x33\xfd\x1d\xa0\xbf\xa7\ +\xbc\x22\xbf\x2f\x47\x0a\x8c\xe9\xfb\x92\x66\x89\x3f\x00\xb8\x5c\ +\x2e\x75\xdf\xbe\x7d\xb7\xbb\x5c\xae\x56\x31\x31\x31\xed\x14\x13\ +\x5d\x80\x34\x01\xaa\xaa\xaa\x33\x0f\x1f\x3e\xfc\x03\x44\x1e\x00\ +\xf1\x2e\x8a\x7c\xbf\x9e\x01\xd0\xd6\xc0\xea\xbf\x10\x22\xf4\xbf\ +\x1c\x22\x7f\x87\xa7\x37\x68\x00\x08\x31\x84\x2a\x57\xec\x89\x10\ +\x5b\x01\x7a\x3a\xfc\x69\xdb\x00\x15\x72\x62\x32\x52\x66\xd8\xe7\ +\xc5\x7f\xfd\xfa\xf5\xbd\xbf\xf9\xe6\x9b\x75\x9b\x36\x6d\xfa\xbf\ +\xab\xaf\xbe\x3a\xdf\xe1\x70\xdc\x6a\xb2\x09\x08\x4e\x48\x48\xb8\ +\xf4\x82\x0b\x2e\xf8\x74\xd3\xa6\x4d\x3c\x32\xe6\x7d\x22\xe4\xea\ +\xff\xef\x06\x57\xff\x87\x01\x7c\x0d\xd1\xb0\xe9\x24\x57\xff\xfe\ +\x09\x93\x00\x89\xb7\x39\x09\x91\x15\x7e\x10\xfa\xf7\x14\x83\xa4\ +\x89\xe8\x0c\x13\x93\x01\xcd\x14\x7f\x55\x55\xb1\x69\xd3\xa6\xa4\ +\x15\x2b\x56\xac\xd0\xfe\x6c\xdc\xb8\x71\x93\x54\x55\x1d\xac\x9a\ +\x9c\x19\xe8\x70\x38\x5a\x35\x6f\xde\xfc\xeb\xfe\xfd\xfb\xb7\xe2\ +\x70\xf7\x3a\x6d\x01\xf4\x82\xd8\x06\xd0\x4b\x29\x44\xd2\xdf\x46\ +\x00\x59\x60\x02\x27\x23\x00\x84\x78\x6a\xe1\x2a\x85\xbf\x1d\x80\ +\xd6\x10\xcd\x49\xf4\x44\x01\x82\x51\xd9\x57\xde\x48\x99\x61\x5f\ +\x15\xff\x94\xe5\xcb\x97\xbf\x51\xf5\xff\xfd\xfc\xf3\xcf\xbf\xdf\ +\x70\xc3\x0d\xc7\x01\xf4\x32\x33\x12\x60\xb3\xd9\x1a\x44\x46\x46\ +\xde\xd1\xaa\x55\xab\x2f\x37\x6f\xde\x9c\xcb\x61\xef\x15\xc2\x01\ +\x3c\x0c\xb1\xf7\x1f\x61\xe0\xfd\xcc\x91\x2b\xff\xef\x01\x9c\xe0\ +\xea\x9f\x06\x80\x10\x4f\xe2\x84\xe8\xec\x77\x29\xf4\x77\xf8\xb3\ +\xcb\xaf\x83\x10\x65\x86\xbd\x96\x0c\x68\xb6\xf8\x6f\xde\xbc\x79\ +\xfc\xb2\x65\xcb\x5e\x39\xdb\xdf\x91\x26\xe0\xb4\xa2\x28\xb7\x9b\ +\xf9\x90\x6d\x36\x5b\x83\xa8\xa8\xa8\x5b\x9a\x35\x6b\xf6\xc5\xb6\ +\x6d\xdb\x4e\x73\xd8\xd7\x39\x97\x02\x78\x12\xa2\x4e\x86\xde\xb9\ +\xbd\x4c\xbe\x4f\x9f\x43\x14\xef\x62\xf1\x26\x1a\x00\x42\x3c\x4a\ +\x85\x14\xfd\xf6\x00\x5a\xca\xd5\x7c\x6d\x51\x20\xb6\x02\xb4\x16\ +\xa5\x46\xca\x0c\xfb\x8c\xf8\x6f\xdf\xbe\xfd\xeb\x4f\x3f\xfd\xb4\ +\xff\xf9\xfe\xee\xcf\x3f\xff\xbc\xe6\xfa\xeb\xaf\xcf\xb7\x80\x09\ +\x68\x5c\xaf\x5e\xbd\x5b\x9b\x36\x6d\xba\x7c\xfb\xf6\xed\xf9\x1c\ +\xfa\x75\x46\x24\x80\x7b\xe4\x97\xde\x13\x36\x2e\x88\xa4\xda\x1f\ +\x01\x7c\x05\xd1\xc3\x81\xab\x7f\x3f\x86\x39\x00\xc4\x2c\x03\x70\ +\x10\xa2\xb3\x98\x11\xe1\x0e\x97\xab\x9e\x0e\xf0\x42\x65\x40\xb3\ +\xc5\x7f\xc7\x8e\x1d\x3f\x2f\x5d\xba\xb4\x67\x4d\xbf\x27\x2d\x2d\ +\xed\xed\xa2\xa2\xa2\x37\xcd\x7e\xd8\x0e\x87\xe3\xd2\xd6\xad\x5b\ +\x7f\xcb\x61\x5f\x67\x28\x00\x5a\x41\xd4\xfc\x6f\x08\x63\x85\x7f\ +\x0e\x42\xe4\xe8\x1c\x86\x97\xb7\xd5\x08\x0d\x00\x09\x0c\x54\xb9\ +\xd2\xd8\x08\x63\xbd\xc5\xed\x10\xdd\x01\xbb\xca\x89\xaf\xce\xc6\ +\xb3\x99\xe2\x0f\x00\x3b\x77\xee\xfc\x7d\xc9\x92\x25\x37\xd6\xf2\ +\xdb\x42\xde\x7a\xeb\xad\x4f\xf7\xed\xdb\x77\xc8\xec\x07\x1e\x1c\ +\x1c\xdc\x61\xf8\xf0\xe1\x87\x39\xf4\xeb\x84\x30\x00\x57\x03\xe8\ +\x04\x7d\xd1\x34\xed\x9d\xcc\x87\x28\xdf\xbc\x51\xfe\x3b\xa1\x01\ +\x20\xa4\x4e\x28\x83\x38\xc6\xb7\x0d\xc6\xea\xc4\x47\x43\x94\x06\ +\x6e\x03\xb1\x25\xe0\x77\xe2\xbf\x6b\xd7\xae\xbd\x8b\x17\x2f\xee\ +\x5a\xcb\x6f\xd3\xca\x26\xf7\x9a\x3f\x7f\x7e\xf1\xee\xdd\xbb\x4d\ +\x7f\xe0\x91\x91\x91\xcd\x9f\x7f\xfe\x79\xee\x29\x7b\x7e\xf5\xdf\ +\x02\xc0\xcd\x00\x9a\x19\xf8\x39\xda\xea\x7f\x95\x34\xe5\x5c\xfd\ +\xd3\x00\x10\x52\xa7\x51\x80\x63\x30\xde\x1f\x20\x18\xe2\x34\x41\ +\x67\x69\x06\xfc\x4a\xfc\x77\xef\xde\xbd\x6f\xd1\xa2\x45\x6d\x74\ +\xbc\xd7\x4d\x20\x3a\xc1\xf5\x02\x90\xb0\x70\xe1\x42\xec\xdd\xbb\ +\xd7\xf4\x87\x5e\xbf\x7e\xfd\x90\x21\x43\x86\xf0\x58\x99\xe7\x08\ +\x05\x70\xa5\x8c\x00\x18\x59\xfd\x9f\x06\xb0\x49\xae\xfe\x0b\x78\ +\x5b\x69\x00\x08\xa9\x6b\x0a\x21\x42\x8e\x7f\x42\x54\x8d\xd3\xdb\ +\x25\xb0\x21\xc4\x36\x40\x0b\x78\x30\xb1\xd5\x6c\xf1\xdf\xbf\x7f\ +\xff\x81\x85\x0b\x17\xb6\xd6\x71\x3f\xea\x03\xb8\x0e\x22\x21\xec\ +\x22\xc8\xfc\x88\x05\x0b\x16\x58\xc2\x04\x34\x68\xd0\x40\x79\xfa\ +\xe9\xa7\x99\x5c\xe6\x99\xd5\x7f\x53\x00\x77\x18\x5c\xfd\x6b\x85\ +\x7f\x56\x73\xf5\x4f\x03\x40\x88\x37\xa3\x00\x07\x20\x92\x01\x8d\ +\x74\x8c\x0b\x83\x38\x51\xd0\x11\xfa\xab\x9f\x59\x4a\xfc\x0f\x1c\ +\x38\x70\x70\xde\xbc\x79\xb5\x2d\xa4\xa3\xb5\x4c\xbe\x12\xc0\x7d\ +\xf2\x7e\x9c\x51\x6d\x71\xc1\x82\x05\xd8\xb7\x6f\x9f\xe9\x0f\xbe\ +\x71\xe3\xc6\xa0\x09\x30\x4c\xb0\x7c\xd6\x57\x41\xff\xf6\x17\x57\ +\xff\x34\x00\x84\x98\x46\xae\x34\x00\x46\xda\x8d\xda\xe4\x0a\xa8\ +\xab\x5c\x11\x19\x2a\x80\x63\xb6\xf8\x1f\x3c\x78\xf0\xe0\xdc\xb9\ +\x73\x13\x75\x7c\x6b\x88\x34\x42\x77\x43\x84\x84\xeb\x55\x77\x2f\ +\xe6\xcf\x9f\x8f\xfd\xfb\xf7\x5b\xc2\x04\x0c\x1e\x3c\x98\x26\x40\ +\xff\xea\xbf\x09\x80\xdb\x01\xc4\x1b\x5c\xfd\x1f\x41\x65\x75\x4e\ +\xae\xfe\x69\x00\x08\xf1\x1a\x15\x10\x5b\x00\x5b\xe4\x4a\x44\xef\ +\x36\x40\x24\x80\xcb\x00\x5c\x0c\x03\x47\x02\xcd\x16\xff\x43\x87\ +\x0e\x1d\x9a\x33\x67\x8e\x1e\xf1\x0f\x86\x68\xfd\xda\x1b\xc0\xdf\ +\x00\xc4\xe1\x1c\xdb\x21\xf3\xe6\xcd\xb3\x84\x09\x88\x8b\x8b\xc3\ +\x93\x4f\x3e\x49\x13\x50\x7b\x82\x20\x92\x5f\xbb\x19\x18\xef\x5a\ +\xe6\xff\x16\x88\xa2\x3f\x79\xe0\xb9\x7f\x1a\x00\x42\xbc\xcc\x09\ +\x88\x64\xc0\x0c\x78\xa6\x3f\x40\x03\x3d\x51\x00\xb3\xc5\xff\xe8\ +\xd1\xa3\x19\xb3\x67\xcf\x4e\xd0\xf1\xad\x76\x54\x26\xfd\xf5\x80\ +\x28\xae\x74\xde\x4e\x8b\xf3\xe6\xcd\xc3\xa1\x43\xa6\x9f\x10\x44\ +\xb3\x66\xcd\x68\x02\x6a\x4f\x43\xb9\xfa\x6f\x69\xd0\x7c\x1f\x05\ +\xb0\x16\x62\x2b\xce\xc9\xdb\x4a\x03\x40\x88\xb7\x29\x95\xab\x90\ +\x9d\x00\x8a\x74\xfe\x0c\x2d\xf9\xed\x72\x88\xa2\x28\xb5\x6a\x35\ +\x6c\xb6\xf8\x1f\x3b\x76\xec\xe8\x07\x1f\x7c\xd0\x5c\xe7\x3b\xdc\ +\x00\xc0\xf5\x10\xa1\xff\x8b\x6a\xb3\x22\x9c\x3d\x7b\x36\x0e\x1f\ +\x36\xff\x78\x7e\xb3\x66\xcd\xf0\xc4\x13\x4f\xd0\x04\xd4\x0c\x07\ +\xc4\x99\xff\x1b\x60\xac\x00\x56\x21\x44\x2f\x8d\x0d\x10\x5b\x71\ +\xbc\xff\x34\x00\x84\x78\x1d\x15\x22\x0b\xf9\x77\x00\xd9\xd0\xbf\ +\x0f\x19\x0a\xd1\x0d\xed\x52\x88\x64\x38\x9f\x11\xff\xe9\xd3\xa7\ +\xeb\xdd\xc7\x8d\x84\xc8\x7d\xb8\x57\x8a\x42\x78\x6d\x7f\xc0\xac\ +\x59\xb3\x2c\x61\x02\xe2\xe3\xe3\x31\x70\xe0\x40\x8a\xd0\xf9\xa9\ +\x07\x91\xf9\x9f\x00\x63\x55\xff\x8e\x02\x58\x03\x60\x2f\x4c\x6c\ +\xa9\x4d\x68\x00\x08\x39\x2d\x57\x22\xbb\x65\x44\x40\xef\x78\x6e\ +\x22\xa3\x00\x4d\x51\x83\x23\x81\x66\x8b\xff\x89\x13\x27\x32\x0d\ +\x88\x7f\x18\x80\x4b\x20\x7a\xbf\x5f\x03\xfd\x35\xe0\x31\x6b\xd6\ +\x2c\x1c\x39\x72\xc4\xf4\x41\xd0\xb2\x65\x4b\x0c\x18\x30\x80\x26\ +\xe0\xec\x28\x72\x7c\x5f\x2f\x0d\xaf\x5e\xc3\x5d\x04\x60\x07\xc4\ +\xd6\xdb\x49\xae\xfe\x69\x00\x08\x31\x13\x17\x44\x32\xe0\x46\xe8\ +\x4f\x46\xd2\x92\x01\x2f\x81\xe8\x88\x16\x6a\x65\xf1\xcf\xca\xca\ +\xca\x7c\xff\xfd\xf7\x9b\xe8\xfc\xf6\x20\x88\x02\x48\x77\x41\xd4\ +\x80\x6f\x64\xf4\x7d\x9e\x39\x73\xa6\x9a\x91\x91\x61\xfa\x40\x48\ +\x48\x48\x40\xff\xfe\xfd\x29\x48\xd5\x13\x0b\xa0\x27\x44\xc2\xa7\ +\xde\xe7\x5d\x01\x51\x7c\x6b\x8d\x34\xdc\x65\xbc\xad\x34\x00\x84\ +\x98\x4d\x0e\x44\x42\xd2\x21\xe8\x4f\x48\xd2\x4a\xe0\x76\xc6\x39\ +\x5a\x0d\x9b\x2d\xfe\xd9\xd9\xd9\x27\xa6\x4c\x99\xa2\x57\xfc\xed\ +\x10\xc7\x1e\x7b\x40\x84\x82\x5b\xa0\x96\x39\x0f\x67\xa1\x7c\xc6\ +\x8c\x19\xdb\x8e\x1d\x3b\x66\xfa\x40\x48\x4c\x4c\x44\xbf\x7e\xfd\ +\x68\x02\xfe\x6a\x70\x3b\xcb\xd5\x7f\xb8\x81\x9f\x53\x0c\x51\x86\ +\x5b\x6b\xc6\x45\x68\x00\x08\x31\x1d\x27\x44\x32\xe0\x16\xe8\x2f\ +\x48\xa2\x25\x03\x76\xc6\x59\x92\x01\xcd\x16\xff\x93\x27\x4f\x66\ +\x4f\x9e\x3c\x39\xce\xc0\x3b\xdb\x10\xa2\xf6\xfb\xdd\x10\x3d\x10\ +\x82\x3d\x70\x59\x5a\x46\xf8\xb7\xd3\xa7\x4f\xbf\xfc\xf8\xf1\xe3\ +\xa6\x0f\x86\x36\x6d\xda\xa0\x6f\xdf\xbe\x34\x01\x95\x34\x90\xcf\ +\x3d\xd1\xe0\xea\xff\x04\x80\x75\x10\x11\x37\xae\xfe\x69\x00\x08\ +\xb1\x04\x2a\x80\x4c\x88\xa2\x24\x46\xfa\x03\x84\x00\x68\x07\xb1\ +\x57\x1a\x05\xb7\x7d\x71\xb3\xc5\xff\xd4\xa9\x53\x39\xef\xbd\xf7\ +\x5e\x23\x03\xe6\x26\x1a\xa2\xf2\xdb\x5d\x10\x5b\x1d\x9e\xa8\x7c\ +\xe8\x02\x90\x05\xd1\x07\x7e\x39\x80\x5d\xd3\xa6\x4d\x53\xac\x60\ +\x02\xda\xb5\x6b\x47\x13\x20\xb0\x43\x9c\xf0\xb8\x0a\xb5\x48\x70\ +\xad\x86\x42\x88\x06\x5c\x6b\x20\x22\x6e\x84\x06\x80\x10\xcb\x50\ +\x0a\x51\x96\xf4\x0f\x88\x50\xa5\x5e\xa1\x8c\x83\xc8\x8e\x8f\x97\ +\x93\xa7\xe9\xe2\x9f\x97\x97\x77\xea\xdd\x77\xdf\x6d\x68\xe0\x47\ +\x84\x43\x14\x3b\xba\x47\x0a\x41\x34\x0c\x56\x3d\x44\x65\x29\xd8\ +\xb5\x52\xfc\xb7\x69\xf7\x7d\xda\xb4\x69\x4a\x66\x66\xa6\x25\x4c\ +\xc0\x43\x0f\x3d\x14\xe8\x26\x20\x0a\x22\xd1\xf3\x42\xe8\x2f\xfb\ +\xeb\x84\xd8\x5e\xfb\x05\x22\x01\xb0\x94\xd3\x0d\x0d\x00\x21\x56\ +\x42\x6b\x4c\xe2\x89\xfe\x00\x97\x40\x1c\x09\x0c\xb5\x82\xf8\xbf\ +\xfd\xf6\xdb\xb1\x06\x7e\x84\xd6\xf5\xb0\x37\xc4\xf9\xef\x86\x1e\ +\x7a\x7f\x8b\x20\xb6\x5c\x96\x41\x44\x5e\xce\x38\x0f\x3e\x75\xea\ +\x54\x25\x2b\x2b\xcb\x12\x26\xe0\x81\x07\x1e\x38\x1c\xa0\xef\x84\ +\x0d\x62\x3b\x4b\x7b\xee\x7a\x8d\x9e\x56\xf5\x6f\x35\xc4\x71\x5b\ +\x42\x03\x40\x88\xa5\x50\x21\x4e\x01\x6c\x04\xb0\x1f\xfa\xf7\x28\ +\xed\x10\xc9\x71\x5d\x53\x52\x52\xf2\xcd\xfc\x40\xa7\x4f\x9f\xce\ +\x35\x28\xfe\x0e\x00\xcd\x21\xb2\xbf\x7b\xc8\x7f\xf7\x44\xd2\x5f\ +\x29\xc4\x19\xf0\xaf\x00\xfc\x04\xb1\x0d\xf0\x17\xc3\x35\x65\xca\ +\x14\x25\x3b\xdb\x5c\xbd\x50\x14\x05\xed\xdb\xb7\x6f\x7e\xff\xfd\ +\xf7\xef\x0c\xc0\x77\x22\x12\x22\xf1\xef\x72\x83\xab\xff\x0c\x69\ +\xf2\x78\xee\x9f\xd0\x00\x10\xcb\x52\x06\x60\x17\x80\xad\x72\xd5\ +\xa2\x77\xf5\x1e\x95\x92\x92\xf2\x82\x99\x1f\xa4\xa0\xa0\xe0\xf4\ +\xa4\x49\x93\xea\x1b\x7c\x47\x1b\x02\xb8\x49\xae\xfe\xdb\x18\x10\ +\x81\xea\x04\xe1\x1b\x00\x5f\x43\x34\x84\x39\xeb\xc9\x8b\xc9\x93\ +\x27\x5b\xc2\x04\x74\xe8\xd0\xe1\xa2\xfb\xee\xbb\x6f\x6d\x80\xcd\ +\xd1\xad\xa5\xf9\xd3\x7b\x6a\x44\x45\x65\xd5\xbf\xdf\x01\x9c\xe2\ +\x14\x43\x68\x00\x88\x95\xa3\x00\x99\x10\x85\x81\x8e\x42\xe7\x91\ +\xc0\x94\x94\x94\x60\x33\x3f\x44\x41\x41\xc1\xe9\x09\x13\x26\xc4\ +\x18\xd1\x3c\x88\xe2\x3e\xd7\x40\x14\xfb\xb9\x14\xa2\xb6\x81\xd1\ +\x7d\x7f\x17\x44\x08\xf8\x27\x00\x5f\xc8\x15\xe1\x79\x23\x2d\x56\ +\x31\x01\x97\x5c\x72\xc9\x15\x77\xdf\x7d\xf7\xb4\x00\x79\x17\xc2\ +\x21\x42\xff\x5d\x0c\xcc\xd7\xe5\x55\x56\xff\xac\xf9\x4f\x68\x00\ +\x88\xa5\x29\x84\xd8\xaf\xd4\x92\x01\x6b\x15\x05\x48\x49\x49\x31\ +\xf7\xe2\x0b\x0b\xf3\x0d\x8a\xbf\x36\xf9\x77\x94\xe2\xdf\x15\x22\ +\x14\xec\xa9\xa4\xbf\xdf\x00\x7c\x0e\x11\x65\xa9\x71\xb2\xe5\xe4\ +\xc9\x93\x95\x9c\x9c\x1c\x53\xf3\x29\x14\x45\x41\xa7\x4e\x9d\x06\ +\xdd\x75\xd7\x5d\xe3\x03\x60\x7e\x6e\x05\xd1\xf4\xa7\x9e\xce\x9f\ +\x51\x21\xcd\xde\x7a\x88\xa3\x7f\xac\xf9\x4f\x68\x00\x88\x4f\x44\ +\x01\x0e\xa2\xb2\x3f\x40\x8d\x93\x01\xcd\x16\xff\xa2\xa2\xa2\x82\ +\xf1\xe3\xc7\x47\x1b\xfc\x31\x41\x10\xe1\xfe\xbb\x21\xf6\x7f\x1b\ +\xc0\x73\x49\x7f\xff\xdf\xde\x9d\x47\x57\x55\xdd\x7b\x00\xff\xee\ +\x7b\x6f\x12\x12\x04\x71\x00\x4a\x50\x6c\xa5\xe8\x63\xa8\x2d\x02\ +\x02\x56\x09\x12\x94\x3e\x54\x34\xd0\xaa\x38\xb7\x82\xcb\x5a\xdf\ +\x6b\x57\xa5\xc8\x7c\x73\xc8\x48\x42\xa0\x3c\xa9\x86\xf2\x1e\x6d\ +\x9f\x0c\x8a\xa0\xcc\x93\x52\x8d\x05\x9e\x84\x94\xa0\x90\x48\x20\ +\xc8\x5c\xc6\x04\xc9\x7c\x73\x87\xfd\xfe\xd8\x27\x4f\x9e\x45\x48\ +\x72\x4f\x72\xf6\xbd\xf7\xfb\x59\x8b\x55\x97\x4d\x2e\xc7\xb3\xcf\ +\x3d\xbf\xef\xd9\x67\x0f\x7b\x00\xbc\x67\x86\x80\x26\xbf\x62\x79\ +\xfd\xf5\xd7\x1d\x15\x15\x15\xb6\x8e\xab\x10\x42\xa0\x6f\xdf\xbe\ +\x13\x92\x92\x92\x16\x85\xf1\x77\x20\x16\xc0\xbd\x50\x7b\x3c\x38\ +\x9b\xf9\x1d\xaa\x85\xda\x64\xeb\x43\x70\xde\x3f\x31\x00\x50\x08\ +\xb9\x00\xf5\x1a\xe0\x10\x1a\x39\x65\xc9\xee\xe2\x5f\x5b\x5b\x5b\ +\x9d\x95\x95\xd5\xce\x82\xef\xe5\x8d\x50\x5d\xbf\xc3\xd0\xc8\x7d\ +\x0d\x1a\xc1\x63\x16\x81\x35\x50\x53\xc1\x9a\x3d\xcb\x62\xce\x9c\ +\x39\xed\x3d\x1e\x8f\xad\x03\xf2\x84\x10\xb8\xe3\x8e\x3b\x9e\x1b\ +\x3b\x76\xec\xb2\x30\xbc\xf6\x05\xd4\x56\xbf\x23\xd0\xfc\x91\xff\ +\x01\xb3\x8d\xf7\x00\xf8\xcc\x7c\xfa\x0f\xf0\xb6\x42\x0c\x00\x14\ +\x0a\x02\x50\xaf\x00\x3e\x83\xea\xb6\x96\xba\x17\xff\x59\xb3\x66\ +\x5d\x63\xc1\x8d\xbf\x1d\x54\xd7\xff\x8f\x61\xdd\x88\xff\x86\x39\ +\xe0\x9b\x00\x7c\x00\x35\xb6\xc2\x1f\xcc\x07\x96\x96\x96\x0e\x09\ +\x04\x02\xdb\x6d\x0e\x01\x8e\xdb\x6e\xbb\xed\x67\xe3\xc7\x8f\x9f\ +\x11\x66\xd7\x7e\xb4\xd9\xfe\xfd\x83\x68\x7f\x0f\x80\x23\x66\x88\ +\x3e\x09\xbe\xfb\xa7\x6f\x70\xf2\x14\x90\xe6\xea\xa1\x16\xbc\xe9\ +\x03\xa0\xd3\xb7\x5d\xb3\x76\x17\x7f\x8f\xc7\x53\x9b\x99\x99\xd9\ +\xd6\x82\xe2\x1f\x67\xfe\xb7\x26\x99\x3d\x00\x9d\x2c\xf8\x9e\x06\ +\xa0\x06\x55\x6e\x01\xf0\x2e\x54\x97\x70\x5d\xb0\xff\xcd\xc5\xc5\ +\xc5\x35\x79\x79\x79\x8b\x12\x12\x12\x12\x85\x10\xb7\xd8\x19\x02\ +\xda\xb5\x6b\x37\xa4\x67\xcf\x9e\xb5\x05\x05\x05\x3b\xc2\xe4\xba\ +\xff\x1e\x80\x97\xa1\xa6\xfe\x35\xb7\xfb\xbf\x0a\x6a\x81\xa7\x4d\ +\x66\xf8\xf3\xf3\x76\x42\xec\x01\xa0\x50\x0b\x00\x7b\xa1\x56\x2e\ +\xab\xba\x5c\x2f\x80\x0e\xc5\x3f\x23\x23\x23\xce\x82\x8f\x8a\x82\ +\xda\xe3\x7d\x38\xd4\x0e\x7f\x5d\x2d\x78\xfa\x97\x50\x5d\xbf\x3b\ +\xa0\x06\xfd\xfd\xdf\x4a\x7f\x56\x31\x0c\x63\x88\x94\xd2\xd6\xa9\ +\x79\x42\x08\x67\xa7\x4e\x9d\xd2\xc6\x8d\x1b\xf7\xef\x61\xf2\xf4\ +\x7f\x0f\x80\x01\x41\xb4\x7f\x00\x6a\xa3\x9f\x52\x00\xa7\xf9\xf4\ +\x4f\x0c\x00\x14\x8a\x24\xd4\x1c\xf5\x5d\xb8\xcc\x42\x35\x76\x17\ +\xff\xfa\xfa\x7a\x8f\x45\xc5\xdf\x05\xf5\xae\xff\x3e\xa8\xf7\xbe\ +\xdd\xa1\xf6\x34\x10\x41\x9e\xbb\x6a\xa8\x77\xc0\x6b\xa0\x06\x54\ +\x5e\x36\x44\x59\x10\x02\x06\x4a\x29\x77\xd9\x7a\x33\x73\x38\xa2\ +\xe2\xe3\xe3\x67\x8f\x1b\x37\xee\xdf\x42\xfc\x9a\xef\x0a\x35\xef\ +\xbf\x63\x33\xdb\xbf\x61\xf0\xdf\x41\xa8\xee\xff\xf3\xe0\xc8\x7f\ +\x62\x00\xa0\x10\x55\x65\xde\xc8\x0e\xe2\x92\xc1\x80\x3a\x14\xff\ +\xf4\xf4\xf4\x36\x16\x7d\x0f\x6f\x80\x7a\xe7\x3b\x12\x40\x2f\xa8\ +\x57\x01\xc1\x4e\xf9\xf3\x40\x8d\xa1\x58\x03\x20\x0f\x4d\x9c\x4d\ +\xd1\x8c\x10\x70\x97\x94\xb2\x40\x83\x10\x90\xf3\xc2\x0b\x2f\xfc\ +\x2a\x44\xaf\xf5\x28\xf3\xe9\xbf\x1f\x9a\xbf\xcb\x63\xc3\xe6\x4e\ +\x7f\x87\xea\x39\xab\xe3\x2d\x84\x18\x00\x28\x54\x05\xa0\x66\x02\ +\x14\xc2\x9c\xc7\x6c\x77\xf1\xf7\x7a\xbd\x56\x15\xff\x86\x1d\xfe\ +\xfa\x01\x78\xd0\xfc\xdf\x6b\x2d\x28\xfe\x5e\xfc\xf3\xa0\xbf\x16\ +\x1f\x01\x6e\x18\xc6\x00\x29\xe5\x6e\xbb\x43\x40\xd7\xae\x5d\x73\ +\x9e\x7f\xfe\xf9\xf1\x21\x78\xad\xdf\x04\xe0\x7e\xa8\xde\xa0\xe6\ +\x5e\x03\x75\x50\x5d\xff\xf9\x50\x5b\xff\xf2\xe9\x9f\x18\x00\x28\ +\xa4\x95\x9b\x37\xb4\x23\xc9\xc9\xc9\xc2\xce\x03\xf1\xf9\x7c\xde\ +\x9d\x3b\x77\x5e\x67\xd1\xc7\xc5\x01\xe8\x6d\x3e\xf9\xdf\x0d\x6b\ +\xe6\xfb\x37\x0c\xfa\xdb\x0a\xb5\xce\xff\x97\x68\xc5\x77\xc0\x86\ +\x61\xf4\x93\x52\x16\xda\x1c\x02\x62\xba\x75\xeb\xf6\x1f\xcf\x3d\ +\xf7\xdc\xb8\x10\xba\xc6\x63\xa0\x76\x79\x1c\x00\xb5\xe2\x63\x73\ +\xdb\xbe\x8c\x4f\xff\xc4\x00\x40\xe1\xc4\x07\x60\x5f\x72\x72\xf2\ +\xdd\x76\x17\xff\xfc\xfc\xfc\x9b\x3f\xfc\xf0\x43\x2b\x06\xd2\xc5\ +\x40\xbd\xeb\x1f\x01\x35\xe8\xaf\x0b\xac\x1b\xf4\xb7\x1d\x6a\xd0\ +\x9f\x2d\x45\xc0\x30\x8c\x3b\xa5\x94\x45\x36\x87\x80\x36\xb7\xdc\ +\x72\xcb\xeb\xcf\x3e\xfb\xec\x2f\x42\xe0\xfa\x16\x66\xfb\x0f\x35\ +\x7b\x01\x9a\x1b\x72\x1b\x36\x78\xca\x87\x1a\xfc\xc7\x79\xff\xc4\ +\x00\x40\x21\x4f\x26\x27\x27\x7f\x69\x77\xf1\xdf\xb5\x6b\x57\x8f\ +\x2d\x5b\xb6\x9c\xb1\xe0\xe3\x5c\x50\x83\xbd\x12\xa1\xba\x7c\xbf\ +\x8b\xe6\xbf\xf3\xbd\xb4\xf8\x57\x41\x2d\xfb\xfa\x3e\xd4\xb8\x89\ +\x2a\xbb\xce\x97\x61\x18\x7d\xa4\x94\xc5\x3a\x84\x80\x27\x9f\x7c\ +\xf2\x59\xcd\xaf\xef\x28\xa8\xe9\x9f\x83\xa0\x96\x7c\x0e\xe6\xe9\ +\xbf\x00\x4d\x5c\xe2\x99\x18\x00\x88\xb4\x95\x9c\x9c\x6c\xeb\x7b\ +\x4c\xbf\xdf\xef\x2b\x2c\x2c\x4c\xdc\xbc\x79\xf3\x51\x0b\x3e\xce\ +\x09\x35\xc2\xfb\x1e\xf3\xe9\xff\x5f\xa0\x96\x7d\x0d\xe6\xd5\x46\ +\x00\x5f\x6f\xa3\xbc\xca\xec\x01\xb8\x60\xf7\x13\xa0\x61\x18\xbd\ +\xa5\x94\xb6\xae\x18\xe8\x74\x3a\xe3\xba\x77\xef\xfe\xc6\xd8\xb1\ +\x63\x9f\xd6\xf8\xe9\xff\x7a\xa8\x19\x20\x3d\x82\xf8\x9c\x3a\x00\ +\x1f\x01\xf8\x2b\x5a\x69\xcc\x07\x31\x00\x10\x45\x42\xf1\x1f\xb9\ +\x7e\xfd\xfa\xbf\x59\xf4\x9d\xeb\x00\xb5\xc2\xdb\x48\xa8\x75\xde\ +\xdb\x07\xf9\x5d\x6c\xd8\xe0\x27\x1f\xc0\x12\xa8\x05\x7f\xce\x40\ +\x93\x85\x5f\x0c\xc3\xe8\x25\xa5\xdc\x6f\x73\x08\x68\xfb\xfd\xef\ +\x7f\x3f\xf7\x89\x27\x9e\x78\x4a\xc3\x4b\xdc\x65\x3e\xfd\x0f\x87\ +\x1a\x13\xd2\xdc\x6b\xa0\x14\xc0\x9f\xa1\x76\x79\xe4\xd3\x3f\x31\ +\x00\x10\x8b\x7f\x90\xc5\xdf\xff\xd9\x67\x9f\x3d\xb9\x6e\xdd\xba\ +\x0f\x2c\x7a\xd2\x8b\x83\x9a\xe6\xf7\xaf\x50\x03\xbe\x82\x1d\xf4\ +\x27\xa1\x36\xf8\x29\x06\xb0\x0e\x6a\xd3\x97\x63\x50\xb3\x00\xb4\ +\x61\x18\x46\x4f\x29\xa5\xad\xaf\x70\x9c\x4e\x67\xdb\x1e\x3d\x7a\ +\xe4\x3e\xfe\xf8\xe3\x63\x35\xbb\xcc\xaf\x03\xf0\x13\xa8\xcd\x9f\ +\x9a\xab\xc6\x7c\xf2\x2f\x32\x7b\x02\x38\xf2\x9f\x18\x00\x88\xc5\ +\xbf\xb9\x02\x81\x40\xa0\xa8\xa8\x68\xca\x9a\x35\x6b\xde\xb5\xe8\ +\x23\x63\xcc\x9b\xfc\x08\xa8\x65\x7e\xe3\x11\xfc\xa0\xbf\x7a\x00\ +\x87\x01\x6c\x86\xea\xfe\x3d\xa9\x5b\xf1\xbf\x24\x04\x74\x97\x52\ +\x1e\xb6\x39\x04\x5c\xd3\xa3\x47\x8f\x37\xc7\x8c\x19\x93\xa8\xc9\ +\x69\x71\x42\xcd\x02\x09\xf6\xe9\xff\x88\xd9\xfe\xe5\xbc\x73\x10\ +\x03\x00\xb1\xf8\x07\x5f\xfc\x67\xbe\xf7\xde\x7b\x59\x16\x7d\xa4\ +\x0b\x6a\x74\xf7\x30\x58\x37\xe8\xcf\x67\x16\xfc\xad\x50\xdd\xfe\ +\x5f\xa2\x91\xbb\x26\xda\x18\x02\x6e\x95\x52\x1e\xb1\xf3\x18\x5c\ +\x2e\xd7\xb5\x3d\x7b\xf6\x5c\x99\x94\x94\x74\xb7\x06\xa7\xa4\xbd\ +\x19\x08\x6f\x0d\xe2\x33\x3c\x50\x03\xff\xf6\xe8\x1a\xfe\x88\x01\ +\x80\x28\x64\x8a\x7f\x71\x71\x71\xf6\xca\x95\x2b\x0d\x0b\x9f\xf2\ +\x3a\x03\x18\x02\xd5\xf5\x7f\x3b\xd4\xa0\xbf\xa0\x0e\x13\x6a\x65\ +\xbf\xed\x00\x36\x42\xad\xf8\x17\x12\xef\x7d\x0d\xc3\xf8\x9e\x94\ +\xf2\xa8\x9d\xc7\xe0\x72\xb9\xae\xed\xdd\xbb\xf7\xfa\x47\x1f\x7d\ +\xf4\xae\x56\xfe\xab\xdb\x42\x4d\xf7\xeb\x6a\xfe\xb9\xd7\x7c\xfa\ +\x0f\x66\x23\xa9\x4a\x00\x3b\xa1\x06\xfe\x11\x35\x9a\xe0\x29\x20\ +\x16\xff\xaf\x49\x29\x65\x49\x49\xc9\xb2\xb7\xdf\x7e\xfb\x29\x0b\ +\xbf\x63\xd7\x41\x75\xf9\x3f\x65\x86\x00\x2b\xde\xfb\x5f\x04\xf0\ +\x37\xa8\x41\x7f\x1f\xa1\x85\x97\xf9\x6d\x09\x6e\xb7\xfb\x88\x9d\ +\xbb\x08\x02\x80\xd7\xeb\x2d\xdb\xb3\x67\x4f\xff\xf5\xeb\xd7\xb7\ +\x64\xaf\x84\x00\x70\xa3\x59\xec\x87\x00\xf8\x8e\xf9\xef\x1c\x50\ +\x3d\x41\x7d\xd0\xfc\x85\x7f\x60\x5e\x07\x2f\x43\x6d\xf4\x44\xc4\ +\x00\x40\x2c\xfe\xcd\x29\xfe\x07\x0e\x1c\x78\x67\xd9\xb2\x65\x63\ +\x2d\xfc\x7e\x5d\x03\x35\xe2\xff\x49\xa8\xae\xde\x60\x17\xfb\x69\ +\x18\xf4\x57\x08\x60\x29\x80\x0d\x08\xe1\xbd\xde\xdd\x6e\xf7\x09\ +\x21\x44\x57\xbb\x43\x40\x61\x61\xe1\x8f\x36\x6c\xd8\x70\xc2\xc2\ +\x76\x77\x41\xf5\xf2\x74\x87\x9a\xed\x31\xcc\xfc\xe7\x8e\xdf\x68\ +\x7f\x27\x82\xdb\xee\xf9\x22\x80\x6c\x00\x59\x60\xf7\x3f\x31\x00\ +\x10\x8b\x7f\xf3\x8a\xff\xa1\x43\x87\x56\x2d\x5e\xbc\x78\xb4\x85\ +\xdf\xad\x36\x50\x23\xfe\x1f\x03\xf0\x08\xd4\x1e\xef\xc1\xbe\xf7\ +\x6f\xd8\xe0\x67\x39\xd4\x62\x3f\x87\xa0\x06\x02\x86\x2c\xb7\xdb\ +\x7d\x52\x08\x11\x6f\xe7\x31\xd4\xd7\xd7\x9f\xdf\xbd\x7b\x77\xcf\ +\x4d\x9b\x36\x9d\x0f\xf2\xa3\x5c\x50\x5b\x3a\x27\x40\xed\xed\x30\ +\x08\xaa\x07\x28\xda\x7c\xe2\xb7\xf2\x9e\x2b\xa1\x16\x7b\x7a\x9e\ +\x4f\xff\xd4\x1c\x1c\x03\x40\x2c\xfe\x52\xa2\xa8\xa8\xe8\xc0\xe2\ +\xc5\x8b\x7f\x6d\xe1\x0d\x3a\x0a\xc0\xcd\xe6\x93\xdf\x30\xf3\x9f\ +\xa3\x82\x7d\x58\x85\xda\x1a\xf9\xaf\x50\xd3\xfd\x8e\x86\xc3\x53\ +\x9f\x61\x18\x5d\xa5\x94\xa7\xec\x3c\x86\xe8\xe8\xe8\x1b\xef\xbc\ +\xf3\xce\x7d\x16\xb4\x79\x5f\x00\xe9\x00\xe6\x03\x48\x82\x9a\xe9\ +\x11\x6b\x3e\xe5\x5b\xfd\xc0\x55\x05\xb5\xd7\x43\x29\xef\x22\xc4\ +\x00\x40\x2c\xfe\xcd\xb0\x67\xcf\x1e\xff\x8a\x15\x2b\x0e\x43\x4d\ +\xd1\x8b\xb2\xe0\x23\xbf\x39\xe8\xef\x36\x04\xbf\xd2\x9f\x1f\xea\ +\x3d\xff\x36\xa8\x41\x7f\x25\x50\x83\xfe\xc2\x62\xbe\xb7\x61\x18\ +\xf1\x52\xca\xd3\x36\x87\x80\xce\x93\x27\x4f\x6e\x6e\x10\x89\x83\ +\x1a\xcc\x67\x00\x78\xd4\x82\xf6\x6e\xcc\xd3\xff\x61\x33\x00\x70\ +\xc3\x1f\x62\x00\x20\x16\xff\xa6\xda\xbb\x77\x2f\x56\xaf\x5e\x2d\ +\xcc\xe2\xff\x43\x04\xbf\x15\xaf\x03\xaa\xcb\x77\x00\xd4\xbb\xdf\ +\x1f\x40\x8d\x03\x08\xe6\x33\x1b\x06\xfd\xed\x32\x6f\xf8\x7b\xa0\ +\x46\x7e\x87\xd5\x62\x2f\x86\x61\x74\x91\x52\x9e\xb7\xf3\x18\x62\ +\x62\x62\xbe\x33\x79\xf2\xe4\xa6\x8e\xa6\xef\x02\x60\x3c\xd4\xbb\ +\xf8\x07\x10\xfc\x6b\x9e\xc6\xf0\x40\xf5\x04\x15\xf3\x4e\x42\x0c\ +\x00\xc4\xe2\xdf\x44\xfb\xf6\xed\xc3\xca\x95\x2b\x1b\xbe\x07\x9d\ +\x00\xdc\x09\x35\x35\xab\xb9\x83\xb2\x04\xd4\x74\xae\x3b\xcc\xe2\ +\x3f\xc0\x0c\x03\xc1\x7e\xcf\xaa\xa1\x36\x77\x59\x0f\x35\xdd\xab\ +\x1c\x61\xba\xce\xbb\x61\x18\x1d\xa5\x94\x65\x36\x87\x80\x2e\x93\ +\x26\x4d\x3a\xd6\x84\xe2\x3f\x01\xc0\x14\xa8\x05\x7d\x9c\xad\x74\ +\x98\x95\xb0\x79\xb3\x27\x62\x00\x20\x0a\xc9\xe2\x5f\x54\x54\x84\ +\x15\x2b\x56\x5c\xfa\xaf\xe2\xcc\x1b\x78\x2f\x34\x6f\x8e\xfe\x37\ +\x97\xf9\xbd\xd7\x0c\x15\xc1\x16\x84\x3a\x00\x07\xa1\xba\xfd\xf3\ +\xa0\xb6\x78\xf5\x87\xf3\xf5\x61\x18\xc6\x8d\x52\x4a\x5b\x57\xb4\ +\x6b\xd3\xa6\xcd\xcd\x93\x26\x4d\xba\xda\x5a\x05\xb1\x50\xb3\x3b\ +\x9e\x32\xdb\xba\x35\x95\xf1\xe9\x9f\x18\x00\x88\xc5\xbf\x89\x4a\ +\x4a\x4a\xf0\xee\xbb\xff\xb4\xba\xaf\x13\x6a\xa5\xbe\xbe\x50\x53\ +\xb5\x9a\xfa\xdd\x68\x63\xfe\xee\x13\x50\xeb\xba\x77\x83\x35\x2b\ +\xfd\x1d\x87\x1a\xf0\xd7\xb0\xc6\x7f\x7d\x24\x5c\x27\x86\x61\xdc\ +\xa0\x41\x08\xe8\xf6\xda\x6b\xaf\x1d\xbd\xc2\xbd\x73\x38\x80\x5f\ +\xd8\x50\xfc\x81\xaf\x17\x14\xe2\x4c\x2e\x62\x00\x20\x16\xff\xc6\ +\x38\x70\xe0\x00\x96\x2d\x5b\xf6\x6d\x4f\xf0\xd7\x9a\x45\xfc\xd6\ +\x26\x16\xef\x86\x41\x7f\x43\xa1\xba\xfe\x7b\x20\xb8\x85\x5d\x60\ +\x3e\xe5\x9f\x01\xf0\x89\xf9\xf4\x7f\x10\x11\x36\xd8\xcb\x0c\x01\ +\x17\xec\x3c\x86\xd8\xd8\xd8\x6e\x13\x27\x4e\xbc\xdc\x28\xfb\x5e\ +\x00\x7e\x05\xb5\xaa\xa3\x1d\x45\xb8\x23\x80\xbb\xd0\x7a\xaf\x1c\ +\x88\x01\x80\x28\x74\x8b\xff\xc1\x83\x07\xb1\x74\xe9\xd2\x2b\xfd\ +\x48\x34\xd4\x60\xc0\xbe\x50\x6b\xb4\x8b\x46\x7e\x87\x6e\x30\x6f\ +\xc6\x83\xa0\x56\x79\x0b\xf6\xc9\x3f\x00\xe0\x02\xd4\xfb\xfe\xf5\ +\x50\xef\xff\xab\x10\x81\x3b\xbc\x19\x86\x71\xbd\x94\xb2\xd2\xce\ +\x63\x88\x8b\x8b\xeb\xfe\x8d\x10\x10\x0b\xe0\x1e\xa8\x05\x9e\xec\ +\x2a\xc0\x0d\x53\x0e\xbb\xf0\xee\x42\x0c\x00\xc4\xe2\x7f\x05\x87\ +\x0e\x1d\xc2\x92\x25\x4b\xae\xf6\x63\x0d\x4b\xb6\xf6\x87\x9a\xbf\ +\x2d\x1b\xf1\xf3\xed\x00\xfc\x08\x6a\xd1\x97\x1f\x41\x8d\x03\x08\ +\x76\xc4\x7f\x15\x80\xcf\xcd\xe2\x9f\x6f\x86\x81\x40\xa4\x5e\x3f\ +\x86\x61\xb4\xd7\x21\x04\xfc\xee\x77\xbf\x3b\x60\xb6\x6d\x27\xa8\ +\x85\x7e\xae\xb3\xf9\xde\xdd\x1b\xc1\x6d\x22\x44\x11\x8e\xdd\x47\ +\x14\xf6\xc5\xff\xe8\xd1\xa3\xf8\xcb\x5f\xfe\xd2\xd8\x1f\x77\x99\ +\x45\xbc\x3d\x54\x57\x7e\x3f\xf3\x46\xdb\x0d\x6a\x3a\x5f\x1d\xbe\ +\x5e\x7c\x27\xd6\xfc\xff\x92\x00\x24\x42\xcd\x20\x08\x76\x1d\x81\ +\x3a\xa8\x95\xfe\x56\x01\xf8\x00\x21\xbc\xcc\xaf\x95\xf2\xf2\xf2\ +\x32\x12\x12\x12\x26\x08\x21\xa2\xed\x3a\x86\xe8\xe8\xe8\x1b\xfa\ +\xf7\xef\xff\xf8\x8e\x1d\x3b\x76\x02\x18\x67\x86\x45\xbb\x08\xf3\ +\xfe\x5d\x0c\x35\x1b\x20\xc0\xbb\x0d\x35\xe7\x22\x22\x0a\xdb\xe2\ +\x7f\xec\xd8\x31\x2c\x5a\xb4\xa8\xa9\xbf\xe6\xbf\xa4\xe8\x4a\xb3\ +\x28\x5f\x04\x70\x0e\x6a\xcb\xdd\x02\xf3\xc9\xbc\x16\x6a\xc0\xdf\ +\x68\xa8\x77\xc1\xc1\xbe\xf7\xf7\x9a\x9f\xff\x3e\x80\x77\xcd\x9b\ +\x3b\x17\x79\xb9\x84\xdb\xed\xae\x14\x42\x5c\x63\xe7\x31\x5c\xb8\ +\x70\xe1\xf4\xbc\x79\xf3\xae\x47\xeb\xcc\xf7\xbf\x92\x1a\x00\xb9\ +\x00\xa6\x9b\xff\x4c\xc4\x00\x40\x2c\xfe\x00\x70\xf2\xe4\x49\x2c\ +\x5c\xb8\xd0\xea\x8f\x6d\x58\x94\xe7\x1f\x50\xcb\xf2\x76\x34\x7b\ +\x0a\xda\x22\xf8\x95\xfe\x4e\x41\x6d\xee\xb3\x14\x5f\xcf\xf1\x96\ +\xbc\x9a\xfe\x29\x04\xd4\x08\x21\x62\xed\x3c\x86\x33\x67\xce\xe0\ +\xcd\x37\xdf\xb4\xfb\x54\xd4\x01\xf8\x0b\x80\x57\xa1\xd6\x8a\x20\ +\x6a\x12\x8e\x01\xa0\xb0\x2c\xfe\xa7\x4f\x9f\xae\x59\xb8\x70\x61\ +\x4b\xac\x93\x2f\xf5\xdd\xb0\x4b\x00\x00\x14\x1a\x49\x44\x41\x54\ +\x00\x74\x00\xd0\x13\xc0\x7d\x50\x5b\xb9\x06\x5b\xfc\x25\xd4\x7b\ +\xfe\x4f\x11\xe1\x83\xfe\x1a\xc3\x30\x8c\x38\x29\xa5\xad\x3d\x23\ +\x9d\x3b\x77\xc6\x8b\x2f\xbe\xa8\xc3\x03\x5c\x1b\x3e\xc8\x11\x03\ +\x00\xb1\xf8\x9b\x2e\x5c\xb8\x50\x92\x9b\x9b\xbb\xc2\x7c\x2a\x6a\ +\xa9\xe3\x11\x50\xef\xfb\xa3\x2c\x28\xfe\x95\x50\xdb\xfb\xae\x85\ +\x5a\xee\xf7\x22\x8b\xff\x55\x43\x40\xac\xdd\x21\x20\x3e\x3e\xde\ +\xee\x10\xe0\x84\x1a\x88\xc8\xb1\x5c\xc4\x00\x40\x2c\xfe\x95\x95\ +\x95\x45\xf3\xe6\xcd\x1b\x0c\xd5\x85\x7e\x16\xfa\xaf\x9a\xe7\x81\ +\xda\xd8\x67\x23\x80\xed\x50\xe3\x0c\xfc\xbc\x9a\x1a\x1d\x02\x3c\ +\x76\x87\x80\xf1\xe3\xc7\xdb\x19\x00\xae\x67\x00\x20\x06\x00\x8a\ +\xf8\xe2\x5f\x55\x55\xf5\x45\x4e\x4e\x4e\x1f\xf3\x09\xba\x10\x6a\ +\x9b\x54\x9d\x57\xce\x0b\x40\x2d\xe9\xba\x0d\xc0\x47\x50\x23\xfe\ +\x59\xfc\x9b\x16\x02\xda\xd8\x1d\x02\xba\x76\xed\x6a\x57\x4f\x80\ +\x40\xcb\xef\x3a\x48\x0c\x00\x44\xda\x17\xff\xfd\xb3\x67\xcf\xee\ +\x75\x49\x61\x3d\x00\xb5\x6b\xde\x57\xd0\x73\x8a\x54\xc3\x4a\x7f\ +\x3b\xa1\x56\xfb\x3b\x62\xf6\x06\xb0\xeb\xbf\x79\x21\xc0\x6b\xe7\ +\x31\xc4\xc7\xc7\xe3\xa5\x97\x5e\xb2\xe3\xaf\xe6\xf5\x42\x41\x25\ +\x48\xa2\x90\x2e\xfe\x35\x35\x35\xa5\x59\x59\x59\x3d\xbe\xf1\xaf\ +\x5d\x00\x1e\x06\xf0\x1a\xd4\x5c\x7e\x97\x66\x4f\xfe\xe7\xcc\xa7\ +\xfe\x15\x00\x76\x20\x34\x5e\x57\x68\xcd\xed\x76\x7b\x85\x10\xb6\ +\xb6\x73\x6d\x6d\x2d\x0e\x1f\x3e\x8c\x53\xa7\x4e\x61\xff\xfe\xfd\ +\x38\x77\xee\x5c\x4b\x17\xff\x6d\x00\x1e\x85\xda\x21\x92\x88\x3d\ +\x00\x14\x51\xc5\xff\xd0\x65\x8a\x3f\xa0\xe6\xf1\x17\x41\x75\xb1\ +\xeb\x14\x74\x25\x80\x0a\xa8\x57\x14\xeb\x59\xfc\x2d\xed\x09\x88\ +\x92\x52\xda\x7a\x1e\x63\x63\x63\x71\xdb\x6d\xb7\x21\x21\x21\x01\ +\xcf\x3c\xf3\x0c\x6e\xbf\xfd\xf6\x96\xfc\xeb\xfc\x00\xce\xf3\xda\ +\x21\x06\x00\x8a\xc4\xe2\xff\x65\x56\x56\xd6\xf7\xaf\xf0\x23\x2e\ +\xa8\x1d\xfe\x74\xb9\xce\x25\xd4\x82\x2d\xfb\xa1\xe6\xfb\xef\xe0\ +\x0d\xdc\xf2\x10\xe0\x92\x52\xda\xba\x72\xa2\xcb\xe5\x82\xcb\xe5\ +\x42\xfb\xf6\xed\x31\x7a\xf4\x68\x0c\x1e\x3c\xb8\xa5\xfe\x2a\x2f\ +\xd4\x6e\x91\x5e\xb6\x3c\x31\x00\x50\xc4\x14\xff\xba\xba\xba\xe3\ +\x59\x59\x59\xdd\xaf\xf0\x23\x02\x6a\xbb\xd6\x5b\x34\xea\x01\xa8\ +\x87\x7a\xd7\xbf\x05\xc0\xc7\x50\x83\xfe\x78\xf3\x6e\x99\x9e\x00\ +\x2d\xc6\x7d\xc4\xc4\xc4\x20\x31\x31\x11\x23\x46\x8c\x68\xa9\xeb\ +\xa9\x04\x11\xb2\x45\x34\x31\x00\x10\x8b\x3f\xea\xea\xea\x4e\x64\ +\x66\x66\x76\xbb\xca\x8f\x75\x02\xf0\x10\xd4\xfa\xfd\x3a\xf0\x41\ +\xad\xf4\xf7\x11\x80\xcd\x50\x4b\xfe\xf2\xc6\xdd\x72\x21\xc0\xd9\ +\xd2\x21\x20\x10\x68\xdc\xc7\xbb\x5c\x2e\x0c\x1c\x38\x10\x8f\x3d\ +\xf6\x98\x95\x7f\xbd\x84\x1a\xe0\xba\x0f\xdc\x2b\x82\x18\x00\x28\ +\x12\x8a\xbf\xc7\xe3\x39\x95\x99\x99\x79\x73\x23\x7e\x74\x10\xd4\ +\x12\xbd\x3a\xcc\x91\xbe\x74\xba\xdf\x7a\xa8\xb1\x09\x35\xe0\x08\ +\xee\x90\x0e\x01\x0e\x87\xa3\x49\x3f\xdb\xab\x57\x2f\x8c\x1b\x37\ +\xce\xca\x6b\xaa\x08\xaa\x47\x89\x88\x01\x80\xc2\xbb\xf8\xd7\xd7\ +\xd7\x9f\xce\xc8\xc8\x88\x6f\xe4\x75\xdd\x0f\xc0\x0d\x9a\x9c\xbe\ +\x2a\x00\x7f\x87\x7a\xef\x5f\x08\xb5\xf2\x1f\x8b\x7f\xeb\x85\x00\ +\x6d\xce\xf5\x4d\x37\xdd\x84\x57\x5e\x79\xc5\x8a\x8f\xaa\x31\x03\ +\xe5\x69\xb6\x32\x31\x00\x50\xb8\x17\xff\x33\xe9\xe9\xe9\x5d\x1a\ +\xf9\xe3\x1d\x01\x74\x47\xf0\xbb\xf3\x59\xe5\x1f\x50\xdd\xfe\x3b\ +\xcc\x9e\x00\x6e\xdd\xda\xba\x21\xc0\xa1\x53\x08\xb8\xf1\xc6\x1b\ +\x31\x61\xc2\x84\x60\x3e\x42\x02\x38\x06\xb5\x5d\x34\x5f\x23\x11\ +\x03\x00\x85\x6f\xf1\xf7\x7a\xbd\xe7\x0b\x0a\x0a\x7a\x34\xe1\x57\ +\x3a\x01\xf8\x8e\x26\xd7\xb7\x34\x8b\xfe\x2e\xf3\x69\x8d\xef\x6b\ +\x6d\x0a\x01\x3a\x1d\xcf\x35\xd7\x5c\x83\xc9\x93\x27\x37\xf7\xd7\ +\x6b\x01\xac\x04\xf0\x05\x5b\x96\x18\x00\x28\x9c\x8b\x7f\xd9\xee\ +\xdd\xbb\xef\xd8\xb2\x65\x4b\x65\x13\x7e\xad\x03\xd4\x26\x29\x3a\ +\x5c\xdf\xc2\xfc\x53\x06\xb5\xd2\x1f\xd9\x77\x3d\x6b\xb5\xf0\x59\ +\x4c\x4c\x0c\xa6\x4f\x9f\xde\x9c\x5f\xcd\x07\xf0\x0e\xd4\x6b\x00\ +\x22\x06\x00\x0a\xcb\xe2\x5f\x5e\x58\x58\xd8\x77\xe3\xc6\x8d\xa7\ +\x9a\xf8\xab\x71\x08\x7e\x8b\x5e\x2b\xc5\xf1\xbb\xc6\x10\x70\x39\ +\x4e\xa7\x13\x6e\xb7\xbb\x29\xbf\x72\x08\xc0\xeb\xe6\xff\x72\x1c\ +\x09\x31\x00\x50\xf8\x15\x7f\x9f\xcf\x77\xb1\xa8\xa8\xe8\xc1\x0d\ +\x1b\x36\x1c\x6f\xc6\xaf\x37\x6c\xd3\xab\xcd\xc3\x1e\xbf\x6b\x0c\ +\x01\xdf\x46\x08\x81\xe4\xe4\xe4\xab\xfd\x98\x84\x9a\x46\xfa\x5f\ +\x00\xf2\xc0\xde\x24\x62\x00\xa0\x30\x2d\xfe\x15\xfb\xf6\xed\xfb\ +\xd7\x55\xab\x56\x7d\xda\xcc\x8f\x08\x40\xaf\x81\x76\x7e\x3e\xad\ +\xe9\x17\x02\xa4\x94\x9f\x78\x3c\x9e\x1c\x8d\x8e\xe9\x4a\xc5\xff\ +\x2c\x80\xb7\x01\x2c\x07\xd7\xfd\x27\x06\x00\x0a\xd7\xe2\x5f\x5c\ +\x5c\x9c\xb4\x6a\xd5\xaa\xff\x09\xe2\x63\xea\xcc\x3f\xba\xa8\x02\ +\x07\xff\x69\xc7\x30\x8c\x84\x98\x98\x98\x57\x35\xfb\x0e\x5e\xae\ +\xf8\x9f\x04\xf0\xdf\x00\x72\x01\x1c\x66\x98\x24\xab\x70\x37\xc0\ +\x08\xe7\x76\xbb\x7f\x22\x84\x78\x1f\x1a\x4c\x99\xf3\xfb\xfd\xd5\ +\x25\x25\x25\xe3\x97\x2f\x5f\xbe\x2c\xc8\x8f\x1a\x00\x60\x1e\x80\ +\x81\x1a\x84\x5c\x09\x60\x1d\x80\x57\xa0\xa6\x6e\x11\x83\x6f\x63\ +\x83\x80\x04\x50\x0c\x60\x01\x80\xd5\x50\xeb\xfe\xb3\xf8\x13\x7b\ +\x00\x28\x78\x93\x27\x4f\x4e\xd2\xa8\xf8\xd7\x7c\xf1\xc5\x17\xe3\ +\x2c\x28\xfe\x80\xea\x22\x3d\x0f\x3d\x5e\x03\x04\xcc\xc2\xcf\x11\ +\xdb\xfa\x06\x00\xa1\xd3\x3a\x01\x97\x04\x80\x77\x00\xbc\x0a\xe0\ +\xcf\x2c\xfe\xc4\x00\x40\x96\xf9\xf9\xcf\x7f\x9e\x12\x1d\x1d\xfd\ +\x8e\x26\xc5\xdf\x53\x50\x50\x30\x70\xc5\x8a\x15\x6f\x5b\xf4\x91\ +\xa7\xcd\x1b\xa6\x0e\xdd\xee\x3e\xa8\x0d\x5b\x2a\x79\xd5\x69\xed\ +\x97\xba\x6c\x20\x74\x49\x08\x78\x02\xc0\x56\x70\xe5\x48\x62\x00\ +\x20\xab\x3c\xfc\xf0\xc3\xbf\xea\xd6\xad\xdb\x14\x21\x84\xed\x23\ +\xe5\xfd\x7e\x7f\x20\x25\x25\xa5\xcd\xc6\x8d\x1b\xf7\x59\xf8\xb1\ +\xd5\x50\x9b\xa4\xe8\x50\x74\x4f\x41\x75\xe3\x72\xd4\xb6\xc6\x0c\ +\xc3\x58\x00\xe0\x25\x0d\x43\x00\x77\x8b\x24\x06\x00\xb2\xc6\x88\ +\x11\x23\xfa\xf7\xed\xdb\x77\xbe\x10\xc2\xf6\xb6\xf7\xf9\x7c\x48\ +\x49\x49\x69\xa9\xcd\x7a\x3e\x05\x70\x42\x83\x27\xa7\x3d\x50\x73\ +\xb6\x49\xff\x10\xb0\x50\x4a\xf9\x9c\x94\xd2\xaf\x59\x08\xe0\xd3\ +\x3f\x31\x00\x50\xf0\xc5\x7f\xe0\xc0\x81\xbb\x9a\xb2\x8b\x59\x0b\ +\x3e\xf9\x23\x35\x35\xb5\x25\x07\xa1\x16\x99\x21\xc0\xce\xb5\xd2\ +\x2f\x02\xf8\x04\x6a\x14\x37\x85\x80\x99\x33\x67\x2e\x36\x43\x80\ +\x56\xb3\x36\xdc\x6e\x37\xf7\x8f\x20\x06\x00\x6a\x9e\x91\x23\x47\ +\x3e\x39\x68\xd0\x20\x2d\x8a\x7f\x20\x10\x40\x4a\x4a\x4a\x4b\xcf\ +\x40\xa9\x07\xf0\x9e\x59\x7c\xed\x78\x82\x92\x00\xf6\x9a\x01\x80\ +\xdd\xb8\xa1\x15\x02\x96\x48\x29\x9f\x91\x52\x6a\xd3\x6e\x42\x08\ +\xc1\x10\x40\x0c\x00\xd4\x64\x0f\x3e\xf8\xe0\x8b\x03\x06\x0c\x58\ +\x22\x84\xfd\xb3\x3e\x03\x81\x00\xb6\x6f\xdf\xee\x6c\xa5\xbf\xae\ +\x00\xc0\x1a\xd8\xf3\xfe\xbd\x0c\xc0\x7a\xa8\x01\x80\x14\x7a\x21\ +\xe0\x6d\x29\xe5\xd3\x0c\x01\xc4\x00\x40\x21\x5d\xfc\xfb\xf7\xef\ +\xbf\x40\x87\xe2\x2f\xa5\xc4\xce\x9d\x3b\x07\x6c\xdd\xba\xb5\xb5\ +\x6e\x62\x15\x50\xab\xa7\x7d\xde\xca\xbd\x00\xf5\x50\xbb\xff\xad\ +\x85\x5a\x04\x88\x42\x33\x04\x2c\x97\x52\x8e\x91\x52\x6a\x33\x80\ +\x93\x21\x80\x18\x00\xa8\x51\x1e\x7a\xe8\xa1\x57\x35\x2b\xfe\xc3\ +\x36\x6f\xde\x5c\xd0\x9a\x1d\x0e\x00\x3e\x03\xf0\x26\xd4\x5c\x7c\ +\xd9\x4a\x7f\xe7\x41\xa8\xc5\x5b\xf6\xf3\x2a\x0c\xf9\x10\xb0\xd6\ +\x0c\x01\xda\xac\x2c\xc9\x10\x40\x0c\x00\x74\xd5\xe2\xdf\xaf\x5f\ +\xbf\xd9\xba\x14\xff\xfc\xfc\xfc\x51\x9b\x36\x6d\xfa\xc8\x86\xbf\ +\xbe\x0e\xaa\x2b\xfe\xbf\x01\x9c\x6b\xe1\x10\x10\x80\x9a\x79\xf0\ +\x47\x00\x1f\x42\xed\x01\x40\xa1\x1f\x02\xd6\x4b\x29\x93\xa4\x94\ +\xb5\x0c\x01\xc4\x00\x40\x2c\xfe\x4d\x28\xfe\xbb\x77\xef\x4e\xde\ +\xb8\x71\xe3\x5a\x1b\x0f\xa3\x0c\xc0\x22\x00\x6f\x41\x6d\xaa\xd2\ +\x12\x21\x20\x00\xb5\xf8\x50\x2e\x80\xa5\x50\x6b\x11\x50\xf8\x84\ +\x80\x4d\x52\xca\x47\xa4\x94\xda\xac\xe8\x68\x86\x00\x86\x4c\x6a\ +\xfe\x35\xc4\x53\x10\x5e\x1e\x7e\xf8\x61\xf7\x9d\x77\xde\x99\xac\ +\x4b\xf1\x2f\x2c\x2c\xcc\x59\xb3\x66\xcd\x04\x4d\xae\xf5\xef\x02\ +\x18\x07\xe0\x49\x00\xdd\x2c\x0c\xc0\x7e\xa8\xc1\x7e\xff\x05\x60\ +\xb1\x19\x32\x28\x0c\xcd\x98\x31\x23\x41\x08\xb1\x56\x08\xd1\x4e\ +\x97\x63\x92\x52\x4a\xc3\x30\xf8\x30\x47\x0c\x00\x2c\xfe\x7a\x14\ +\x7f\x00\x28\x2c\x2c\x5c\xb0\x7a\xf5\xea\x97\x34\xbb\xde\xbf\x03\ +\x20\x09\xc0\xf3\x00\xfa\x00\x88\x0d\xf2\x33\xab\x00\xec\x34\x8b\ +\xff\x26\x00\x17\x78\x25\x86\x7d\x08\xb8\x57\x08\xb1\x4e\x08\xd1\ +\x5e\xa3\x10\x10\x30\x0c\xc3\xc9\xd6\x21\x06\x80\x08\x34\x6a\xd4\ +\xa8\xd9\x7d\xfb\xf6\x7d\x55\x97\xe2\xbf\x77\xef\xde\x5d\x2b\x57\ +\xae\xbc\x4b\xd3\xd3\xd5\x16\xc0\x20\x00\x3f\x01\xf0\x30\x80\x1e\ +\xcd\xe8\x0d\xf0\x42\xcd\xf3\x5f\x0b\x60\x23\xd4\x8a\x7f\x5c\xee\ +\x37\x72\x42\xc0\x5d\x42\x88\x8d\x42\x88\xeb\x35\x0a\x01\x7e\xc3\ +\x30\x5c\x6c\x1d\x62\x00\x88\x20\x49\x49\x49\xab\x7f\xf8\xc3\x1f\ +\x8e\xd2\xe5\x78\xf6\xed\xdb\xb7\x7f\xc5\x8a\x15\x3d\x35\x3f\x6d\ +\x2e\x00\xd7\x99\xbd\x00\x89\x00\x46\x00\xe8\x09\xb5\x39\x92\xb8\ +\xe4\x0f\xa0\xc6\x0c\x48\xa8\xf7\xfc\x35\x66\xb1\xdf\x04\xe0\x23\ +\x00\x07\x00\x7c\x05\x3d\x76\x1e\xa4\x56\x34\x7d\xfa\xf4\xfe\x0e\ +\x87\x63\x93\x10\xe2\x06\x86\x00\x62\x00\xa0\x56\x37\x7a\xf4\xe8\ +\xbf\xde\x71\xc7\x1d\xf7\xe9\x72\x3c\xc5\xc5\xc5\x17\x97\x2f\x5f\ +\xde\x21\x84\x4e\xa1\x0b\x40\x1c\x80\xeb\x01\xdc\x0e\x60\xa0\x19\ +\x04\x6e\x02\xd0\xce\x2c\xfc\x17\xa1\xa6\x11\xee\x03\xf0\x3f\x00\ +\x8e\x40\x75\xf5\xd7\xb0\xf0\x47\x7c\x08\xe8\x67\x86\x80\x1b\x19\ +\x02\x88\x01\x80\x22\xb6\xf8\x1f\x38\x70\x00\x4b\x97\x2e\x15\x21\ +\xfc\x5d\x70\x00\x70\x9a\x7f\x1c\xe6\xbf\xbb\xf4\xe9\x3f\x00\xb5\ +\xbd\x2f\x8b\x3e\x5d\x1a\x02\xfa\x3a\x1c\x8e\xcd\x42\x88\x8e\x0c\ +\x01\xc4\x00\x40\x11\x57\xfc\x0f\x1e\x3c\x88\x25\x4b\x96\xf0\x7a\ +\xa2\x88\x34\x6d\xda\xb4\x3e\x4e\xa7\x73\x8b\x10\xa2\x0b\x43\x00\ +\x31\x00\x50\x8b\x19\x33\x66\x4c\xfe\x0f\x7e\xf0\x83\x01\xba\x1c\ +\x4f\x69\x69\x29\x16\x2f\x5e\xcc\x6b\x89\x22\x3d\x04\xf4\x72\x3a\ +\x9d\x1f\x08\x21\xe2\x19\x02\x28\x14\x70\xee\x28\x8b\x7f\x50\x8e\ +\x1e\x3d\xca\xe2\x4f\x04\x20\x35\x35\xb5\xd8\xe7\xf3\x0d\x97\x52\ +\x9e\xd0\xe6\x09\x4f\x08\xa7\xdb\xed\xae\x67\xeb\x10\x03\x00\x8b\ +\xbf\xa5\x8e\x1d\x3b\x86\x3f\xfd\xe9\x4f\x2c\xfe\x44\xa6\xb4\xb4\ +\xb4\x2f\x7c\x3e\xdf\x50\x29\xe5\x11\x8d\x42\x40\x14\x43\x00\x5d\ +\xf6\xda\xe0\x29\x08\x0d\x3f\xfd\xe9\x4f\x8b\xfb\xf4\xe9\xa3\xcd\ +\xd4\xba\x63\xc7\x8e\x61\xd1\xa2\x45\xbc\x7e\x88\x2e\x63\xea\xd4\ +\xa9\xb7\xba\x5c\xae\x0f\x84\x10\xb7\xea\x72\x4c\x52\xca\x7a\xc3\ +\x30\x62\xd8\x3a\xc4\x00\x10\x42\xc6\x8e\x1d\x5b\x75\xfb\xed\xb7\ +\xb7\xd5\xe5\x78\x4e\x9d\x3a\xe5\x5d\xb0\x60\x41\x34\x5b\x86\xe8\ +\xdb\x4d\x99\x32\xe5\xbb\x51\x51\x51\x1f\x0a\x21\xba\x33\x04\x90\ +\x8e\xf8\x0a\x40\x73\x2f\xbc\xf0\xc2\x76\x9d\x8a\xff\xf9\xf3\xe7\ +\x8f\xb1\xf8\x13\x5d\x5d\x7a\x7a\xfa\x91\xba\xba\xba\xa1\x52\xca\ +\x2f\xb4\x79\xe2\x13\x22\xda\xed\x76\x73\xc5\x4a\x62\x0f\x80\xee\ +\x26\x4e\x9c\x98\x19\x17\x17\xf7\x9a\x2e\xc7\x53\x5d\x5d\xbd\x2d\ +\x3b\x3b\xfb\x5e\xb6\x0c\x51\xe3\xbd\xf6\xda\x6b\x5d\xdb\xb4\x69\ +\xb3\x45\x08\xd1\x4b\xa7\x9e\x80\x40\x20\xf0\x78\x4a\x4a\xca\x2a\ +\xb6\x50\xe4\xe2\xe6\x11\x9a\x4a\x4e\x4e\x9e\x10\x15\x15\x65\xe8\ +\x72\x3c\x1e\x8f\x27\x6f\xd6\xac\x59\x09\x6c\x19\xa2\xa6\xd9\xbe\ +\x7d\x7b\xe5\xa0\x41\x83\x56\xb9\x5c\xae\x11\x42\x88\x4e\x9a\xf4\ +\x04\x38\x85\x10\xa3\x7b\xf4\xe8\x21\x76\xef\xde\xfd\x09\x5b\x89\ +\x01\x80\x34\xf2\xf1\xc7\x1f\xef\x18\x3a\x74\x68\xb2\x0e\xc7\x52\ +\x5f\x5f\xff\x49\x46\x46\xc6\x50\xb6\x0a\x51\xf3\x43\xc0\xe0\xc1\ +\x83\xdf\x77\x3a\x9d\x0f\x08\x21\x3a\xeb\x12\x02\xda\xb5\x6b\x77\ +\x4f\x87\x0e\x1d\x02\x25\x25\x25\x7f\x63\x2b\x31\x00\x90\x3e\x3d\ +\x00\x52\x87\xe3\xf0\x7a\xbd\x3b\xd3\xd3\xd3\xef\x61\x8b\x10\x05\ +\x67\xdb\xb6\x6d\x55\x83\x06\x0d\x5a\xe1\x72\xb9\x86\xe9\xb2\x58\ +\x90\x10\xc2\xd9\xb9\x73\xe7\xa1\x51\x51\x51\xf3\xbe\xfc\xf2\x4b\ +\x8e\x0d\x88\x30\x1c\x03\xc0\xe2\x7f\xa5\xe2\xbf\x2b\x2d\x2d\xed\ +\x2e\xb6\x08\x91\x75\x26\x4e\x9c\x78\x43\x6c\x6c\xec\x06\x21\x84\ +\x36\xdf\x2d\xbf\xdf\x8f\x1d\x3b\x76\x38\xb7\x6e\xdd\xca\x7d\x2e\ +\x22\x08\x67\x01\xb0\xf8\x7f\x5b\xf1\x2f\xc8\xcf\xcf\x1f\xcc\x16\ +\x21\xb2\x56\x56\x56\x56\x59\x55\x55\xd5\x48\x29\xe5\xa7\xba\x1c\ +\x93\xd3\xe9\xc4\xdd\x77\xdf\xed\x4f\x4c\x4c\x64\x4d\x60\x00\xa0\ +\x48\x2e\xfe\x3e\x9f\x6f\xef\xe7\x9f\x7f\x7e\xff\x07\x1f\x7c\xe0\ +\x67\xab\x10\x59\x2f\x27\x27\xa7\xac\xb2\xb2\x72\x84\x94\xf2\x63\ +\xdd\x42\x00\x5b\x87\x01\x80\x22\xb7\xf8\xef\xdb\xbb\x77\xef\xb0\ +\xb5\x6b\xd7\x7e\xc5\x56\x21\x6a\x39\x73\xe6\xcc\xa9\xa8\xa8\xa8\ +\x18\x25\xa5\xfc\x48\xa7\x10\x30\x7d\xfa\x74\xc9\xd6\x61\x00\xa0\ +\xc8\x2b\xfe\xc5\x45\x45\x45\xf7\xaf\x5e\xbd\xfa\x3c\x5b\x85\xa8\ +\xe5\xcd\x9d\x3b\xb7\xb2\xa2\xa2\xe2\x11\x29\xe5\x56\x86\x00\x62\ +\x00\x60\xf1\xb7\x85\xdf\xef\x3f\x58\x5a\x5a\x9a\xf4\xfe\xfb\xef\ +\x9f\x66\xab\x10\xb5\x6e\x08\x28\x2b\x2b\x1b\x25\xa5\x5c\xc7\x10\ +\x40\xad\x89\xb3\x00\x58\xfc\xe1\xf7\xfb\x0f\x95\x96\x96\x8e\x5c\ +\xb6\x6c\xd9\x01\xb6\x0a\x91\x3d\x5e\x7e\xf9\xe5\xd8\x8e\x1d\x3b\ +\xbe\x2d\x84\x18\xa5\xcb\x31\xf9\xfd\x7e\xa4\xa4\xa4\xb0\x4e\xb0\ +\x07\x80\xc2\xb4\xf8\x7f\x79\xf8\xf0\xe1\x87\x58\xfc\x89\xec\xf5\ +\xc6\x1b\x6f\xd4\x9e\x3b\x77\xee\x09\x29\xa5\x36\xcb\xf3\x3a\x9d\ +\x4e\x4c\x9b\x36\x8d\x3d\x01\x0c\x00\x14\x86\xc5\xff\xf8\xf1\xe3\ +\xc7\x1f\x59\xbc\x78\xf1\x7e\xb6\x0a\x91\x1e\x21\xa0\xbc\xbc\xfc\ +\x09\x29\xe5\x7b\xba\x1c\x93\xcb\xe5\x62\x08\x08\x53\xec\xda\x89\ +\xd0\xe2\x1f\x08\x04\x4e\x9c\x38\x71\xe2\xc1\x45\x8b\x16\x7d\xce\ +\x56\x21\xd2\xcb\xf8\xf1\xe3\xa3\xe2\xe3\xe3\xff\x24\x84\x78\x4a\ +\x97\x63\xf2\xf9\x7c\x48\x4d\x4d\x65\xcd\x60\x00\xa0\x10\x2f\xfe\ +\x67\x4e\x9f\x3e\x3d\xf2\x8f\x7f\xfc\xe3\x6e\xb6\x0a\x91\x9e\x9e\ +\x7e\xfa\xe9\xe8\xee\xdd\xbb\x2f\x14\x42\x3c\xcb\x10\x40\x0c\x00\ +\x2c\xfe\x96\x14\xff\x33\x67\xce\x3c\xb8\x60\xc1\x82\xbf\xb3\x55\ +\x88\xf4\x36\x66\xcc\x18\x57\x9f\x3e\x7d\xfe\x53\x08\xf1\x1c\x43\ +\x00\x31\x00\xb0\xf8\x07\x53\xfc\xcf\x9d\x3d\x7b\xf6\xc1\xdc\xdc\ +\xdc\x5d\x6c\x15\xa2\xd0\xe1\x76\xbb\xdf\x14\x42\xbc\xc4\x10\x40\ +\x56\xe2\x20\xc0\x08\x29\xfe\x52\xca\x0b\x65\x65\x65\x49\x2c\xfe\ +\x44\xa1\xc7\x30\x8c\x5f\x4a\x29\xff\xa0\xcb\xf1\xb8\x5c\x2e\x4c\ +\x9d\x3a\x95\x03\x03\x19\x00\x28\x44\x8a\xff\xa8\x3f\xfc\xe1\x0f\ +\xdb\xd9\x2a\x44\x21\x1b\x02\x5e\x91\x52\xfe\x87\x2e\xc7\x13\x15\ +\x15\xc5\x10\xc0\x00\x40\x9a\x17\xff\xaf\xca\xcb\xcb\x1f\x9d\x3f\ +\x7f\xfe\x36\xb6\x0a\x51\xc8\x87\x80\x5f\x4b\x29\x33\x19\x02\x88\ +\x01\x80\xc5\xff\x6a\xc5\xbf\xea\xab\xaf\xbe\xfa\xd9\xeb\xaf\xbf\ +\xfe\x09\x5b\x85\x28\x6c\x42\xc0\x64\x29\x65\x1a\x43\x00\x31\x00\ +\xb0\xf8\x7f\x5b\xf1\xaf\xbe\x78\xf1\xe2\x98\x79\xf3\xe6\x7d\xc8\ +\x56\x21\x0a\xbb\x10\x30\x4d\x4a\x99\xa2\x53\x08\x98\x32\x65\x0a\ +\x43\x00\x03\x00\x8b\xbf\x2e\xc5\xff\xf7\xbf\xff\xfd\x16\xb6\x0a\ +\x51\xd8\x86\x80\x19\x52\xca\x64\x5d\x8e\x27\x3a\x3a\x9a\x21\x20\ +\xc4\x38\x79\x0a\xc2\xae\xf8\xd7\x55\x55\x55\x3d\x39\x77\xee\xdc\ +\xf5\x6c\x15\xa2\xf0\x96\x97\x97\x97\x37\x64\xc8\x90\x3a\x21\xc4\ +\x70\x2d\x0a\x8a\xd3\x89\x1f\xff\xf8\xc7\xd3\xdb\xb6\x6d\xbb\xb4\ +\xb4\xb4\xb4\x9c\x2d\xc4\x00\xc0\xe2\xdf\xca\xc5\x3f\x27\x27\x67\ +\x15\x5b\x85\x28\x62\x42\xc0\xf6\x21\x43\x86\x54\x0b\x21\x1e\xd0\ +\x24\x04\x38\xba\x74\xe9\xf2\x8b\xde\xbd\x7b\x6f\x2f\x28\x28\x38\ +\xca\x16\xd2\x17\x17\x72\x08\x9f\xe2\xef\xa9\xae\xae\x7e\x6a\xf6\ +\xec\xd9\x2b\xd9\x2a\x44\x91\x67\xc6\x8c\x19\x2f\x0b\x21\xe6\x0b\ +\x21\xb4\xb8\xaf\x4b\x29\xcf\x49\x29\x87\xce\x9c\x39\xb3\x98\xad\ +\xa3\x27\x8e\x01\x08\x83\xe2\x0f\xc0\x5b\x53\x53\xf3\x02\x8b\x3f\ +\x51\xe4\x9a\x39\x73\xe6\x1b\x52\xca\x97\xa5\x94\x01\x2d\x9e\x2e\ +\x85\xe8\x28\x84\xd8\xcc\x96\x61\x0f\x00\x8b\x7f\x0b\x16\xff\xea\ +\xea\xea\x9f\x67\x67\x67\x2f\x61\xab\x10\xd1\x8c\x19\x33\xc6\x0b\ +\x21\x72\x85\x10\x5a\x3c\xe0\x49\x29\x4f\x18\x86\x71\x33\x5b\x86\ +\x3d\x00\x2c\xfe\xd6\x0a\xd4\xd6\xd6\xfe\x8a\xc5\x9f\x88\x2e\xe9\ +\x09\x58\x28\xa5\x7c\x5e\x4a\xe9\xd3\xa4\x27\xe0\x26\xb7\xdb\x7d\ +\x8c\x2d\xc3\x1e\x00\x16\x7f\x6b\x8b\xff\xcb\xb3\x66\xcd\x5a\xc0\ +\x56\x21\xa2\xcb\xf4\x04\x3c\x25\x84\xf8\xb3\x10\xc2\xa5\x49\x4f\ +\xc0\x71\xc3\x30\xba\xb1\x65\xd8\x03\xc0\xe2\x1f\x64\xf1\xaf\xab\ +\xab\xfb\x37\x16\x7f\x22\xba\x42\x4f\xc0\x12\x29\xe5\xb3\x1a\xf5\ +\x04\xdc\xec\x76\xbb\x39\x2b\x80\x3d\x00\x2c\xfe\xc1\x04\x69\x8f\ +\xc7\xf3\xbb\x8c\x8c\x8c\x1c\xb6\x0a\x11\x5d\xcd\xf4\xe9\xd3\x1f\ +\x71\x38\x1c\xcb\x85\x10\xd1\x9a\xf4\x04\x1c\x33\x0c\xe3\x16\xb6\ +\x0c\x7b\x00\x58\xfc\x9b\x5e\xfc\x27\xb1\xf8\x13\x51\x63\xa5\xa4\ +\xa4\xac\x0e\x04\x02\x3f\x93\x52\x7a\x34\xe9\x09\xe8\xc6\x9e\x00\ +\xf6\x00\xb0\xf8\x37\xbd\xf8\x4f\xc9\xc8\xc8\xc8\x64\xab\x10\x51\ +\x33\x7a\x02\x1e\x72\x38\x1c\x2b\x84\x10\x31\xec\x09\x20\xf6\x00\ +\x84\x4e\xf1\x47\x7d\x7d\x7d\x2a\x8b\x3f\x11\x05\xd1\x13\xb0\x2e\ +\x10\x08\x8c\x96\x52\xd6\xb1\x27\x80\xd8\x03\x10\x22\xc5\xdf\xeb\ +\xf5\xa6\xa7\xa5\xa5\x4d\x65\xab\x10\x91\x05\x3d\x01\xf7\x39\x1c\ +\x8e\xb5\x42\x88\xb6\xec\x09\x60\x00\x20\xbd\x8b\x7f\x66\x5a\x5a\ +\xda\x64\xb6\x0a\x11\x59\x18\x02\x86\x3a\x1c\x8e\x75\x0c\x01\x0c\ +\x00\xa4\x6f\xf1\xcf\x49\x4b\x4b\x9b\xc0\x56\x21\x22\xab\x4d\x9a\ +\x34\x29\x31\x3a\x3a\x7a\xad\xc3\xe1\x88\x65\x08\x88\x4c\xdc\x0d\ +\x50\xd3\xe2\xef\xf3\xf9\x72\xd3\xd2\xd2\x7e\xcd\x56\x21\xa2\x96\ +\xb0\x6d\xdb\xb6\xc3\xf1\xf1\xf1\x55\x1d\x3a\x74\x18\xee\x70\x38\ +\x6c\x1f\x0f\x26\x84\xb8\x36\x21\x21\xe1\x17\x79\x79\x79\xbf\x67\ +\xeb\xb0\x07\x20\x92\x8b\xff\xc2\xd4\xd4\xd4\x17\xd9\x2a\x44\xd4\ +\xd2\x12\x13\x13\x1d\x83\x07\x0f\xf6\xb9\x5c\x2e\x5d\x76\x11\x3c\ +\x62\x18\xc6\xf7\xd8\x32\x0c\x00\x11\x57\xfc\xfd\x7e\xff\xe2\x94\ +\x94\x94\x67\xd8\x2a\x44\xd4\x9a\xa6\x4e\x9d\x2a\xa3\xa2\xa2\xb4\ +\x38\x16\x29\x65\x9e\x61\x18\x43\xd9\x2a\x2d\x2b\xe2\xa7\x01\x6a\ +\x56\xfc\x97\x16\x16\x16\x3e\xcf\xcb\x92\x88\x5a\x5b\x5a\x5a\x9a\ +\xa8\xaf\xaf\xd7\xe3\xc9\x54\x88\x04\xb7\xdb\x6d\xb0\x55\xd8\x03\ +\x10\x29\xc5\xff\x9d\xc2\xc2\xc2\xa7\xd6\xad\x5b\xe7\xe7\x65\x49\ +\x44\x76\x99\x32\x65\x8a\x8c\x8e\xb6\x7f\xd5\x60\x29\x65\x40\x4a\ +\x39\x72\xe6\xcc\x99\x9b\xd9\x2a\xec\x01\x08\xe7\xe2\xbf\xba\xa4\ +\xa4\xe4\x39\x16\x7f\x22\xb2\x5b\x7a\x7a\xba\xf0\x78\xec\x5f\x35\ +\x58\x08\xe1\x10\x42\xbc\x35\x6d\xda\xb4\x9b\xd8\x2a\x0c\x00\x61\ +\x59\xfc\x03\x81\xc0\xba\x23\x47\x8e\x3c\xb1\x7c\xf9\x72\x0f\x2f\ +\x47\x22\xd2\x41\x46\x46\x86\x2e\x21\xa0\xa3\xd3\xe9\x5c\xf2\x9b\ +\xdf\xfc\xc6\xc5\x56\x61\x00\x08\xb7\xe2\xbf\xe1\xc4\x89\x13\x8f\ +\xbd\xf5\xd6\x5b\x75\xbc\x14\x89\x48\xb7\x10\x50\x57\x67\xff\xad\ +\x49\x08\x31\xe4\xda\x6b\xaf\x9d\xce\x16\x61\x00\x08\xa7\xe2\xff\ +\xd7\xb3\x67\xcf\x3e\xb6\x68\xd1\xa2\x5a\x5e\x86\x44\xa4\xa3\xcc\ +\xcc\x4c\x51\x5b\xab\xc5\x2d\x6a\x1a\x5b\x83\x01\x20\x5c\x8a\xff\ +\xc7\xe7\xcf\x9f\x7f\x24\x37\x37\xb7\x9a\x97\x20\x11\xe9\x6c\xd6\ +\xac\x59\xb6\x87\x00\x21\x84\xc3\xed\x76\x9f\x61\x6b\x30\x00\x84\ +\x7a\xf1\xff\xa4\xbc\xbc\x7c\xd4\x1b\x6f\xbc\x51\xc5\xcb\x8f\x88\ +\x42\x25\x04\xd4\xd4\xd4\xd8\x1d\x02\x3a\xb1\x25\x18\x00\x42\x56\ +\x20\x10\xc8\xaf\xac\xac\x7c\x64\xfe\xfc\xf9\x95\x3c\x1b\x44\x14\ +\x4a\xb2\xb2\xb2\x44\x75\x35\x3b\x2d\x19\x00\xa8\xc9\xa4\x94\x05\ +\x55\x55\x55\x3f\x99\x3b\x77\xee\x57\x3c\x1b\x44\x14\x8a\xb2\xb3\ +\xb3\x19\x02\x18\x00\x42\x87\x0e\xdd\xff\x52\xca\xcf\x6b\x6a\x6a\ +\x46\xce\x99\x33\xe7\x02\x2f\x39\x22\x0a\xf5\x10\x50\x59\xc9\x4e\ +\x4c\x06\x00\x6a\x4c\xf1\xdf\x57\x53\x53\x73\x7f\x76\x76\xf6\x39\ +\x9e\x0d\x22\x0a\x07\x39\x39\x39\xa2\xa2\xa2\xa2\xb5\xef\xa5\x1c\ +\x04\xc8\x00\x10\x52\xc5\xbf\xb8\xb6\xb6\x76\x78\x76\x76\xf6\x59\ +\x9e\x0d\x22\x0a\x27\x73\xe6\xcc\x69\xed\x10\xb0\x8b\x67\x9d\x01\ +\x20\x54\x8a\xff\x41\x8f\xc7\xf3\x40\x56\x56\x16\x53\x2b\x11\x85\ +\x6d\x08\xb8\x78\xf1\x22\x03\x00\x03\x00\x5d\x52\xfc\x0f\x79\x3c\ +\x9e\xc4\xcc\xcc\xcc\x93\x3c\x1b\x44\x14\xce\xe6\xce\x9d\x2b\x2e\ +\x5c\x68\x95\xe1\x4d\x3b\x79\xb6\x19\x00\x74\x2f\xfe\x87\xeb\xeb\ +\xeb\x87\x65\x66\x66\x1e\xe7\xd9\x20\xa2\x48\x30\x6f\xde\xbc\x16\ +\x0d\x01\x52\x4a\x69\x18\x06\x77\x05\x64\x00\xd0\xba\xf8\x9f\xf4\ +\x7a\xbd\xf7\x67\x64\x64\x1c\xe3\xd9\x20\xa2\x48\x0b\x01\xe5\xe5\ +\xe5\x2d\x35\xeb\xea\x20\xcf\xb0\xf5\x44\x24\xfc\x47\xb6\xc6\x54\ +\x40\x29\xe5\x3f\xbc\x5e\x6f\x42\x7a\x7a\x7a\x29\x2f\x2b\x22\x8a\ +\x54\xbf\xfd\xed\x6f\xcf\xb6\x6f\xdf\xbe\xa3\xc5\xf7\x70\xc1\x33\ +\xcb\x1e\x00\x5d\x9f\xfc\xff\xe1\xf3\xf9\xee\x63\xf1\x27\xa2\x48\ +\x37\x67\xce\x9c\x4e\x75\x75\x75\x5b\x59\xfc\x19\x00\x22\xa1\xf8\ +\x9f\xf3\xf9\x7c\x23\xd2\xd2\xd2\x0e\xf0\x6c\x10\x11\x01\x99\x99\ +\x99\xc3\xbd\x5e\x6f\xae\x05\xf7\xd7\x1d\x3c\x9b\x2d\x27\x62\x92\ +\x55\x0b\xbd\x06\x28\xf3\xf9\x7c\xc3\x52\x53\x53\x3f\xe7\xa5\x44\ +\x44\xf4\xff\x4d\x9d\x3a\x75\x92\xcb\xe5\x4a\x17\x42\x34\xb9\xd6\ +\xf0\xc9\x9f\x3d\x00\x3a\x2b\xf7\xf9\x7c\xc3\x59\xfc\x89\x88\x2e\ +\x2f\x2d\x2d\x2d\x33\x10\x08\xfc\x52\x4a\xe9\x6f\xc2\x53\xbf\x64\ +\xf1\x67\x0f\x80\xce\xbd\x00\x17\x7d\x3e\xdf\x03\xa9\xa9\xa9\xf9\ +\xbc\x84\x88\x88\xae\xcc\xed\x76\x3f\x0a\x60\x22\x80\x18\x00\xd7\ +\x99\xff\x1b\x07\xa0\x1d\x80\xb3\x50\x8b\xfc\xe4\x1b\x86\x91\xc6\ +\xb3\xc5\x00\xa0\x73\x08\xa8\xf0\xfb\xfd\x23\x52\x52\x52\x3e\xe5\ +\xe5\x43\x44\x44\xa1\x2a\xe2\x5e\x01\x04\xd1\xb5\x54\x27\xa5\x5c\ +\x16\x08\x04\x86\xb2\xf8\x13\x11\x11\x7b\x00\xc2\xbc\x37\x40\x4a\ +\xb9\x47\x4a\xf9\x96\xdf\xef\x7f\x2b\x2d\x2d\x8d\x3b\xfa\x11\x11\ +\x11\x03\x40\x18\x07\x81\x93\x52\xca\x25\x00\x16\x19\x86\x51\xc2\ +\x33\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\ +\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\x44\ +\x44\x44\x44\xc1\xfa\x5f\x07\x72\x03\x02\x0b\xfd\x20\x37\x00\x00\ +\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +" + +qt_resource_name = b"\ +\x00\x07\ +\x07\x3b\xe0\xb3\ +\x00\x70\ +\x00\x6c\x00\x75\x00\x67\x00\x69\x00\x6e\x00\x73\ +\x00\x0d\ +\x0e\x0b\x2e\xde\ +\x00\x6d\ +\x00\x6f\x00\x46\x00\x61\x00\x34\x00\x51\x00\x5f\x00\x70\x00\x6c\x00\x75\x00\x67\x00\x69\x00\x6e\ +\x00\x05\ +\x00\x6f\xa6\x53\ +\x00\x69\ +\x00\x63\x00\x6f\x00\x6e\x00\x73\ +\x00\x0d\ +\x0d\x0e\x3d\xe7\ +\x00\x6c\ +\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x65\x00\x64\x00\x69\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0a\ +\x0d\xc8\x6e\x47\ +\x00\x62\ +\x00\x75\x00\x72\x00\x67\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x12\ +\x0f\x25\x57\xb6\ +\x00\x6c\ +\x00\x6f\x00\x61\x00\x64\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x69\x00\x63\x00\x61\x00\x74\x00\x6f\x00\x72\x00\x2e\x00\x67\x00\x69\ +\x00\x66\ +\x00\x0d\ +\x0b\x77\xbd\x07\ +\x00\x61\ +\x00\x72\x00\x65\x00\x61\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0d\ +\x08\x58\x7d\x67\ +\x00\x70\ +\x00\x6c\x00\x75\x00\x73\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0e\ +\x0b\x18\x61\xa7\ +\x00\x6d\ +\x00\x69\x00\x6e\x00\x75\x00\x73\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0f\ +\x0f\xeb\xaf\x47\ +\x00\x65\ +\x00\x78\x00\x74\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x09\ +\x06\x98\x83\x27\ +\x00\x63\ +\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0d\ +\x0a\xfb\xfd\x67\ +\x00\x69\ +\x00\x6e\x00\x66\x00\x6f\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0a\ +\x0a\xc8\xfb\x07\ +\x00\x66\ +\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0c\ +\x07\xae\x7c\xa7\ +\x00\x67\ +\x00\x70\x00\x73\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0f\ +\x06\x6e\x8b\x67\ +\x00\x74\ +\x00\x65\x00\x78\x00\x74\x00\x5f\x00\x62\x00\x75\x00\x62\x00\x62\x00\x6c\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0c\ +\x04\x56\x23\x67\ +\x00\x63\ +\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x10\ +\x04\xde\x84\xc7\ +\x00\x70\ +\x00\x6f\x00\x6c\x00\x79\x00\x67\x00\x6f\x00\x6e\x00\x5f\x00\x65\x00\x64\x00\x69\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0e\ +\x0c\x6a\x01\x47\ +\x00\x70\ +\x00\x72\x00\x69\x00\x6e\x00\x74\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x13\ +\x0d\x66\xc8\x27\ +\x00\x64\ +\x00\x65\x00\x6c\x00\x5f\x00\x74\x00\x65\x00\x78\x00\x74\x00\x5f\x00\x62\x00\x75\x00\x62\x00\x62\x00\x6c\x00\x65\x00\x2e\x00\x70\ +\x00\x6e\x00\x67\ +\x00\x10\ +\x0f\x2e\xf1\x07\ +\x00\x63\ +\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0d\ +\x00\x68\x3d\x07\ +\x00\x6c\ +\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0c\ +\x09\x08\x1c\xe7\ +\x00\x64\ +\x00\x65\x00\x6c\x00\x5f\x00\x67\x00\x65\x00\x6f\x00\x6d\x00\x2e\x00\x70\x00\x6e\x00\x67\ +" + +qt_resource_struct_v1 = b"\ +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\ +\x00\x00\x00\x14\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\ +\x00\x00\x00\x34\x00\x02\x00\x00\x00\x13\x00\x00\x00\x04\ +\x00\x00\x02\x7a\x00\x00\x00\x00\x00\x01\x00\x02\xbe\xa0\ +\x00\x00\x01\xc2\x00\x00\x00\x00\x00\x01\x00\x01\xb6\x61\ +\x00\x00\x01\xe0\x00\x00\x00\x00\x00\x01\x00\x01\xd7\x3e\ +\x00\x00\x01\x9e\x00\x00\x00\x00\x00\x01\x00\x01\x81\x16\ +\x00\x00\x01\x2e\x00\x00\x00\x00\x00\x01\x00\x01\x11\xee\ +\x00\x00\x01\x80\x00\x00\x00\x00\x00\x01\x00\x01\x3d\xe2\ +\x00\x00\x00\xc8\x00\x00\x00\x00\x00\x01\x00\x00\xc7\x34\ +\x00\x00\x02\x9a\x00\x00\x00\x00\x00\x01\x00\x03\x59\x6e\ +\x00\x00\x01\x66\x00\x00\x00\x00\x00\x01\x00\x01\x1b\x7e\ +\x00\x00\x01\x46\x00\x01\x00\x00\x00\x01\x00\x01\x1a\x2b\ +\x00\x00\x00\xe8\x00\x01\x00\x00\x00\x01\x00\x00\xd9\x15\ +\x00\x00\x00\xa8\x00\x00\x00\x00\x00\x01\x00\x00\x84\x13\ +\x00\x00\x02\x06\x00\x00\x00\x00\x00\x01\x00\x02\x14\x18\ +\x00\x00\x00\x44\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ +\x00\x00\x02\x28\x00\x00\x00\x00\x00\x01\x00\x02\x29\x2b\ +\x00\x00\x00\x64\x00\x00\x00\x00\x00\x01\x00\x00\x47\x40\ +\x00\x00\x00\x7e\x00\x00\x00\x00\x00\x01\x00\x00\x59\xcc\ +\x00\x00\x02\x54\x00\x00\x00\x00\x00\x01\x00\x02\xb0\xa8\ +\x00\x00\x01\x0a\x00\x00\x00\x00\x00\x01\x00\x00\xd9\xfb\ +" + +qt_resource_struct_v2 = b"\ +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x14\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x34\x00\x02\x00\x00\x00\x13\x00\x00\x00\x04\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x02\x7a\x00\x00\x00\x00\x00\x01\x00\x02\xbe\xa0\ +\x00\x00\x01\x8a\x82\xf8\x1d\x3d\ +\x00\x00\x01\xc2\x00\x00\x00\x00\x00\x01\x00\x01\xb6\x61\ +\x00\x00\x01\x8a\x82\xf8\x1d\x3d\ +\x00\x00\x01\xe0\x00\x00\x00\x00\x00\x01\x00\x01\xd7\x3e\ +\x00\x00\x01\x8a\x83\xc9\x9c\x4d\ +\x00\x00\x01\x9e\x00\x00\x00\x00\x00\x01\x00\x01\x81\x16\ +\x00\x00\x01\x8a\x83\xc9\x9c\x4d\ +\x00\x00\x01\x2e\x00\x00\x00\x00\x00\x01\x00\x01\x11\xee\ +\x00\x00\x01\x8a\x82\xf8\x1d\x3d\ +\x00\x00\x01\x80\x00\x00\x00\x00\x00\x01\x00\x01\x3d\xe2\ +\x00\x00\x01\x8a\x82\xf8\x1d\x3d\ +\x00\x00\x00\xc8\x00\x00\x00\x00\x00\x01\x00\x00\xc7\x34\ +\x00\x00\x01\x8a\x82\xf8\x1d\x3d\ +\x00\x00\x02\x9a\x00\x00\x00\x00\x00\x01\x00\x03\x59\x6e\ +\x00\x00\x01\x8a\x9c\xe1\xa2\xeb\ +\x00\x00\x01\x66\x00\x00\x00\x00\x00\x01\x00\x01\x1b\x7e\ +\x00\x00\x01\x8a\x83\x6c\xcf\xdb\ +\x00\x00\x01\x46\x00\x01\x00\x00\x00\x01\x00\x01\x1a\x2b\ +\x00\x00\x01\x8a\x82\xf8\x1d\x3d\ +\x00\x00\x00\xe8\x00\x01\x00\x00\x00\x01\x00\x00\xd9\x15\ +\x00\x00\x01\x8a\x82\xf8\x1d\x3d\ +\x00\x00\x00\xa8\x00\x00\x00\x00\x00\x01\x00\x00\x84\x13\ +\x00\x00\x01\x8a\x82\xf8\x1d\x3d\ +\x00\x00\x02\x06\x00\x00\x00\x00\x00\x01\x00\x02\x14\x18\ +\x00\x00\x01\x8a\x82\xf8\x1d\x41\ +\x00\x00\x00\x44\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ +\x00\x00\x01\x8a\x83\xc9\x9c\x4d\ +\x00\x00\x02\x28\x00\x00\x00\x00\x00\x01\x00\x02\x29\x2b\ +\x00\x00\x01\x8a\x9c\xcb\x4e\x82\ +\x00\x00\x00\x64\x00\x00\x00\x00\x00\x01\x00\x00\x47\x40\ +\x00\x00\x01\x8a\x82\xf8\x1d\x3d\ +\x00\x00\x00\x7e\x00\x00\x00\x00\x00\x01\x00\x00\x59\xcc\ +\x00\x00\x01\x8a\x82\xf8\x1d\x3d\ +\x00\x00\x02\x54\x00\x00\x00\x00\x00\x01\x00\x02\xb0\xa8\ +\x00\x00\x01\x8a\x82\xf8\x1d\x3d\ +\x00\x00\x01\x0a\x00\x00\x00\x00\x00\x01\x00\x00\xd9\xfb\ +\x00\x00\x01\x8a\x82\xf8\x1d\x3d\ +" + +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() diff --git a/python/plugins/moFa4Q_plugin/resources.qrc b/python/plugins/moFa4Q_plugin/resources.qrc new file mode 100644 index 0000000..066f216 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/resources.qrc @@ -0,0 +1,23 @@ + + + icons/burger.png + icons/close.png + icons/folder.png + icons/plus_icon.png + icons/minus_icon.png + icons/extent_icon.png + icons/gps_icon.png + icons/checkbox.png + icons/checkbox_dis.png + icons/info_icon.png + icons/line_icon.png + icons/area_icon.png + icons/print_icon.png + icons/text_bubble.png + icons/del_text_bubble.png + icons/del_geom.png + icons/line_edit.png + icons/polygon_edit.png + icons/load_indicator.gif + + diff --git a/python/plugins/moFa4Q_plugin/utils/__init__.py b/python/plugins/moFa4Q_plugin/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/python/plugins/moFa4Q_plugin/utils/address_search.py b/python/plugins/moFa4Q_plugin/utils/address_search.py new file mode 100644 index 0000000..0ca3646 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/address_search.py @@ -0,0 +1,7 @@ +from .search import Search + + +class AddressSearch(Search): + + def __init__(self, iface, filePath, lineEditSearch, pushButton): + super().__init__(iface, filePath, lineEditSearch, pushButton) diff --git a/python/plugins/moFa4Q_plugin/utils/annotations/__init__.py b/python/plugins/moFa4Q_plugin/utils/annotations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/python/plugins/moFa4Q_plugin/utils/annotations/annotations.py b/python/plugins/moFa4Q_plugin/utils/annotations/annotations.py new file mode 100644 index 0000000..2d1f524 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/annotations/annotations.py @@ -0,0 +1,576 @@ +# -*- coding: utf-8 -*- +import os +from functools import partial +from typing import Dict, List, Union + +from PyQt5.QtCore import QCoreApplication, QObject, QPointF, QSizeF, QTimer, Qt, pyqtSignal +from PyQt5.QtGui import QColor, QFont, QTextDocument +from PyQt5.QtWidgets import QAction, QApplication, QMessageBox, QPushButton +from qgis.core import QgsLineSymbol, QgsCurvePolygon, QgsAnnotationPolygonItem, QgsFillSymbol, \ + QgsMarkerSymbol, QgsAnnotationItem, QgsProject, QgsTextAnnotation, QgsPointXY, QgsAnnotationLineItem, QgsGeometry, \ + QgsLineString, QgsAnnotationLayer, QgsAnnotationManager, QgsLayerTree, QgsLayerTreeLayer, QgsTextFormat +from qgis.gui import QgsMapCanvas, QgisInterface + +import yaml + +from .custom_bubble_text_annotation import CustomBubbleTextAnnotation +from .custom_point_text_annotation import CustomPointTextAnnotation +from .dialog_for_geom import DialogForGeom +from .dialog_for_text_bubble import DialogForTextBubble +from .emit_del_point import EmitDelPoint +from .geom_emit_points import GeomEmitPoints +from .text_bubble_emit_point import TextBubbleEmitPoint +from ...components.btn_tool_map import BtnToolMap + + +class Annotations(QObject): + """Handles the customization of annotations of QGIS""" + + TEXT_BUBBLE_WIDTH = 210 + TEXT_BUBBLE_HEIGHT = 1080 + TEXT_BUBBLE_OFFSET = 6 + TEXT_BUBBLE_OPACITY = 0.65 + TEXT_SIZE_PX = 17 + + updateToggleToolsSignal = pyqtSignal(str) + # updateAnnotationSignal = pyqtSignal(str) + + def __init__(self, iface: QgisInterface, mapButtons: Dict[str, BtnToolMap], pluginDir: str, prjConfig: any): + super().__init__() + self.iface = iface + self.canvas: QgsMapCanvas = iface.mapCanvas() + self.mapButtons = mapButtons + self.pluginDir = pluginDir + self.mActionPan: QAction = iface.mainWindow().findChild(QAction, 'mActionPan') + + self.mapButtons['textPopup'] = BtnToolMap('textPopup', 'text_bubble.png', QPushButton(), + self._addStartTextBubble, False) + self.mapButtons['textPopup'].isAnnotation = True + + self.mapButtons['delTextPopup'] = BtnToolMap('delTextPopup', 'del_text_bubble.png', QPushButton(), + self._delTextBubble, True) + self.mapButtons['delTextPopup'].isAnnotation = True + + self.mapButtons['lineEdit'] = BtnToolMap('lineEdit', 'line_edit.png', QPushButton(), self._addStartLine, False) + self.mapButtons['lineEdit'].isAnnotation = True + + self.mapButtons['polygonEdit'] = BtnToolMap('polygonEdit', 'polygon_edit.png', QPushButton(), + self._addStartPolygon, False) + self.mapButtons['polygonEdit'].isAnnotation = True + + self.mapButtons['delGeom'] = BtnToolMap('delGeom', 'del_geom.png', QPushButton(), + self._delGeom, True) + self.mapButtons['delGeom'].isAnnotation = True + + self.annotationManager: QgsAnnotationManager = QgsProject.instance().annotationManager() + self.annotationLayer = QgsAnnotationLayer('custom_annotations', QgsAnnotationLayer.LayerOptions( + QgsProject.instance().transformContext())) + QgsProject.instance().addMapLayer(self.annotationLayer, False) + root: QgsLayerTree = QgsProject.instance().layerTreeRoot() + root.insertLayer(0, self.annotationLayer) + + self._readAnnotations() + + self.isVisible: bool = True + if 'annotations' in prjConfig: + config = prjConfig['annotations'] + if config and 'isVisible' in config: + self.isVisible = config['isVisible'] + if not self.isVisible: + self.setAnnotationsVisibility(False) + + QTimer.singleShot(50, self._refreshFrame4TextAnnotation) + + # public methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def setAnnotationsVisibility(self, isVisible) -> None: + """ + Manages visibility of annotations from layer tree + + Args: + isVisible: set the visibility + """ + self.isVisible = isVisible + annotationManager: QgsAnnotationManager = QgsProject.instance().annotationManager() + annotation: QgsTextAnnotation + for annotation in annotationManager.annotations(): + annotation.setVisible(isVisible) + + root: QgsLayerTree = QgsProject.instance().layerTreeRoot() + for childItem in root.children(): + # print(childItem, type(childItem)) + if type(childItem) == QgsLayerTreeLayer and type(childItem.layer()) == QgsAnnotationLayer: + # annotationLayer: QgsAnnotationLayer = childItem.layer() + childItem.setItemVisibilityChecked(isVisible) + + self._setBtnsVisibility(isVisible) + self.canvas.refresh() + + def delAllAnnotations(self) -> None: + """Removes of all annotations and clear the annotation yaml file""" + self.reset() + + self.canvas.refresh() + self._writeAnnotations() + + def reset(self) -> None: + """Removes of all annotations. For text annotation it is not possible to user method clear, it does always + remove all annotations + """ + annotation: QgsTextAnnotation + for annotation in self.annotationManager.annotations(): + self.annotationManager.removeAnnotation(annotation) + + root: QgsLayerTree = QgsProject.instance().layerTreeRoot() + for childItem in root.children(): + # print(childItem, type(childItem)) + if type(childItem) == QgsLayerTreeLayer and type(childItem.layer()) == QgsAnnotationLayer: + childItem.layer().clear() + + # private methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def _addStartTextBubble(self) -> None: + self.updateToggleToolsSignal.emit('textPopup') + mapTool = self.mapButtons['textPopup'] + if not mapTool.tool: + mapTool.tool = TextBubbleEmitPoint(self.iface) + mapTool.tool.pointCompletedSignal.connect(self._textBubblePointCompleted) + self.canvas.setMapTool(mapTool.tool) + + def _textBubblePointCompleted(self, qgsPointXY: QgsPointXY) -> None: + # print('_textBubblePointCompleted', qgsPointXY) + self.qgsPointXY = qgsPointXY + mapTool = self.mapButtons['textPopup'] + if not mapTool.additionalTool: + mapTool.additionalTool = DialogForTextBubble(self.iface, self.iface.mainWindow()) + # mapTool.additionalTool.completedSignal.connect(partial(self._textBubbleCompleted, qgsPointXY)) + mapTool.additionalTool.completedSignal.connect(self._textBubbleDialogCompleted) + mapTool.additionalTool.show() + + def _textBubbleDialogCompleted(self, txtMsg: str, color: str, isBubble: bool) -> None: + # print("_textBubbleDialogCompleted", txtMsg) + self.iface.actionPan().trigger() + if txtMsg and txtMsg != '': + if isBubble: + self.annotationManager.addAnnotation(self._getNewBubbleTextAnnotation(txtMsg, color, self.qgsPointXY)) + else: + self.annotationLayer.addItem(self._getNewPointTextAnnotation(txtMsg, color, self.qgsPointXY)) + self.canvas.refresh() + self._writeAnnotations() + QTimer.singleShot(50, self._refreshFrame4TextAnnotation) + + self.iface.actionPan().trigger() + + def _getNewBubbleTextAnnotation(self, txtMsg: str, color: str, qgsPointXY: QgsPointXY): + # print('txtMsg', txtMsg, color) + textAnnotation = CustomBubbleTextAnnotation(txtMsg, color) + lines: List[str] = txtMsg.splitlines() + formatLines = ''.join([f'{line}
' for line in lines]) + textDocument = QTextDocument() + textDocument.setDocumentMargin(10) + font = QFont() + font.setPixelSize(self.TEXT_SIZE_PX) + textDocument.setDefaultFont(font) + textDocument.documentLayout().documentSizeChanged.connect( + partial(self._onDocumentLayoutUpdated, textDocument, textAnnotation)) + + textDocument.setHtml(f'

{formatLines}

') + textAnnotation.setDocument(textDocument) + + # self._retrieveMmSize(textDocument) + + # method setFrameSize() does not work properly, therefore the measurement of frame are given in mm! + # mmDim = self._convertPxToMM(QSizeF(1920, 1080)) + mmDim = self._convertPxToMM(QSizeF(self.TEXT_BUBBLE_WIDTH, self.TEXT_BUBBLE_HEIGHT)) + # first, standard dimension + textAnnotation.setFrameSizeMm(QSizeF(mmDim[0] + 1, mmDim[1])) + textDocument.adjustSize() # it changes the height of the document + textAnnotation.setMapPosition(qgsPointXY) + fillSymbol = QgsFillSymbol.createSimple({"color": "#ffffff"}) + fillSymbol.setOpacity(self.TEXT_BUBBLE_OPACITY) + + textAnnotation.setFillSymbol(fillSymbol) + symbol = QgsMarkerSymbol() + symbol.setSize(0) + textAnnotation.setMarkerSymbol(symbol) + return textAnnotation + + def _getNewPointTextAnnotation(self, txtMsg: str, color: str, qgsPointXY: QgsPointXY): + # print('_getNewPointTextAnnotation', txtMsg, color) + + textAnnotation = CustomPointTextAnnotation(txtMsg, qgsPointXY, color) + + qgsTextFormat = QgsTextFormat() + qgsTextFormat.setColor(QColor(color)) + # font = QFont('MS Shell Dlg 2', 20) + # font.setPointSize(100) + # qgsTextFormat.setFont(font) + qgsTextFormat.setSize(self.TEXT_SIZE_PX - 5) + qgsTextFormat.setColor(QColor(color)) + textAnnotation.setFormat(qgsTextFormat) + textAnnotation.setAlignment(Qt.AlignLeft) + + return textAnnotation + + def _convertPxToMM(self, size) -> [float, float]: + """Support method to convert px dimension to millimeter dimension + + Args: + size: size in pixel + + Returns: + dimensions in mm + """ + INCH_MM = 25.4 + dpi = self.iface.mainWindow().physicalDpiY() + pxMM = INCH_MM / dpi + return (size.width() * pxMM, size.height() * pxMM) + + def _retrieveMmSize(self, textDocument: QTextDocument) -> None: + """Retrieves the dim in millimeter + + Args: + textDocument: obj QTextDocument + """ + size = textDocument.size() + mmDim = self._convertPxToMM(size) + print("Event ====> Document Size in mm:", size, mmDim) + + def _setRetrieveMmSize(self, textDocument: QTextDocument, textAnnotation: QgsTextAnnotation): + """Sets dim in millimeter. It adapts the dimension of the frame based on the dimension of text document. + + Args: + textDocument: instance of QTextDocument + textAnnotation: instance of QgsTextAnnotation + """ + size = textDocument.size() + mmDim = self._convertPxToMM(size) + textAnnotation.setFrameSizeMm(QSizeF(mmDim[0] + 1, mmDim[1] - self.TEXT_BUBBLE_OFFSET)) + textAnnotation.setFrameOffsetFromReferencePointMm( + QPointF(self.TEXT_BUBBLE_OFFSET, - mmDim[1] + (self.TEXT_BUBBLE_OFFSET))) + # print("Event ====> Document Size in mm:", size) + + def _onDocumentLayoutUpdated(self, textDocument, textAnnotation): + # Signal emitted when textDocument layout is updated + self._setRetrieveMmSize(textDocument, textAnnotation) + + def _refreshFrame4TextAnnotation(self): + """Refresh the dimension of the frame of text annotation after their creation. + It is necessary due to a bug in the calculation of height of QTextDocument + """ + for textAnnotation in self.annotationManager.annotations(): + textDocument: QTextDocument = textAnnotation.document() + size = textDocument.size() + # print('===> _refreshFrame4TextAnnotation', textDocument, size) + mmDim = self._convertPxToMM(size) + textAnnotation.setFrameSizeMm(QSizeF(mmDim[0], mmDim[1] - 4)) + + # Line ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def _addStartLine(self) -> None: + # print('_addStartLine') + self.updateToggleToolsSignal.emit('lineEdit') + mapTool: BtnToolMap = self.mapButtons['lineEdit'] + if not mapTool.tool: + mapTool.tool = GeomEmitPoints(self.iface) + mapTool.tool.completedSignal.connect(self._polylineCompleted) + self.canvas.setMapTool(mapTool.tool) + + def _polylineCompleted(self, points: List[QgsPointXY]) -> None: + self.qgsPointXYs = points + mapTool: BtnToolMap = self.mapButtons['lineEdit'] + if not mapTool.additionalTool: + mapTool.additionalTool = DialogForGeom(self.iface, self.iface.mainWindow()) + mapTool.additionalTool.completedSignal.connect(self._polylineDialogCompleted) + mapTool.additionalTool.show() + + def _polylineDialogCompleted(self, width: str, lineStyle: int, opacity: str, color: str) -> None: + # print("_polylineDialogCompleted", numValue, color) + mapTool: BtnToolMap = self.mapButtons['lineEdit'] + mapTool.tool.reset() + lineStyleStr = 'solid' + if lineStyle == 1: + lineStyleStr = 'dash' + elif lineStyle == 2: + lineStyleStr = 'dash dot' + + if width: + self.annotationLayer.addItem(self._getNewLineAnnotation(width, lineStyleStr, opacity, color, + self.qgsPointXYs)) + self._writeAnnotations() + self.iface.actionPan().trigger() + + def _getNewLineAnnotation(self, width: str, lineStyle: str, opacity: str, color: str, + qgsPointXYs: List[QgsPointXY]) -> QgsAnnotationLineItem: + curve = QgsLineString(qgsPointXYs) + annotationItem = QgsAnnotationLineItem(curve) + + props: Dict = {} + props['line_style'] = lineStyle + props['width'] = width + props['color'] = QColor(color) + lineSymbol = QgsLineSymbol.createSimple(props) + lineSymbol.setOpacity(float(opacity)) + lineSymbol.setColor(QColor(color)) + + annotationItem.setSymbol(lineSymbol) + return annotationItem + + # polygon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def _addStartPolygon(self) -> None: + # print('_addStartPolygon') + self.updateToggleToolsSignal.emit('polygonEdit') + mapTool: BtnToolMap = self.mapButtons['polygonEdit'] + if not mapTool.tool: + mapTool.tool = GeomEmitPoints(self.iface, True) + mapTool.tool.completedSignal.connect(self._polygonCompleted) + self.canvas.setMapTool(mapTool.tool) + + def _polygonCompleted(self, points: List[QgsPointXY]) -> None: + self.qgsPointXYs = points + mapTool: BtnToolMap = self.mapButtons['polygonEdit'] + if not mapTool.additionalTool: + mapTool.additionalTool = DialogForGeom(self.iface, self.iface.mainWindow(), True) + mapTool.additionalTool.completedSignal.connect(self._polygonDialogCompleted) + + mapTool.additionalTool.show() + + def _polygonDialogCompleted(self, width: str, lineStyle: str, opacity: str, color: str) -> None: + # print("_polygonDialogCompleted", dimension, color) + mapTool: BtnToolMap = self.mapButtons['polygonEdit'] + mapTool.tool.reset() + if opacity and color: + polygon: QgsGeometry = QgsGeometry.fromPolygonXY([self.qgsPointXYs]) + annotationItem: QgsAnnotationPolygonItem = ( + self._getNewPolygonAnnotation(opacity, color, polygon)) + self.annotationLayer.addItem(annotationItem) + self._writeAnnotations() + self.iface.actionPan().trigger() + + def _getNewPolygonAnnotation(self, numValue: str, color: str, polygon: QgsGeometry) \ + -> QgsAnnotationPolygonItem: + curve = QgsCurvePolygon() + curve.fromWkt(polygon.asWkt()) + annotationItem: QgsAnnotationPolygonItem = QgsAnnotationPolygonItem(curve) + # print(self.annotationItem) + symbol: QgsFillSymbol = annotationItem.symbol() + symbolClone: QgsFillSymbol = symbol.clone() + symbolClone.setColor(QColor(color)) + symbolClone.setOpacity(float(numValue)) + # lineSymbol = QgsLineSymbol() + # lineSymbol.setWidth(0.5) + # lineSymbol.setColor(QColor("orange")) + # symbol2.deleteSymbolLayer(0) + # symbol2.appendSymbolLayer(lineSymbol) + annotationItem.setSymbol(symbolClone) + + return annotationItem + + # Delete text, line or polygon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def _delTextBubble(self) -> None: + # print('delTextPopup') + self.updateToggleToolsSignal.emit('delTextPopup') + mapTool: BtnToolMap = self.mapButtons['delTextPopup'] + if not mapTool.tool: + mapTool.tool = EmitDelPoint(self.iface) + mapTool.tool.completedSignal.connect(self._textBubbleDelCompleted) + + if mapTool.btn.isChecked(): + self.canvas.setMapTool(mapTool.tool) + else: + self.iface.actionPan().trigger() + + def _textBubbleDelCompleted(self, x: float, y: float, _: QgsPointXY) -> None: + # print('_textBubbleDelCompleted') + annotation: QgsTextAnnotation + for annotation in self.annotationManager.annotations(): + comparePointXY: QgsPointXY = annotation.mapPosition() + comparePixelXY: QgsPointXY = self.canvas.getCoordinateTransform().transform( + comparePointXY.x(), comparePointXY.y()) + checkPixelXY = QgsPointXY(x, y) + # print('===>', checkPixelXY, comparePixelXY) + if checkPixelXY.compare(comparePixelXY, 100): + markerSymbol: QgsMarkerSymbol = annotation.markerSymbol() + defaultSize: float = markerSymbol.size() + markerSymbol.setSize(2.0) + + fillSymbol: QgsFillSymbol = annotation.fillSymbol() + defaultColor: QColor = fillSymbol.color() + defaultOpacity: float = fillSymbol.opacity() + fillSymbol.setColor(QColor('lightyellow')) + fillSymbol.setOpacity(self.TEXT_BUBBLE_OPACITY) + + retValue = self._showMessage("Sind Sie sicher, dass Sie den ausgewählten Text löschen wollen?") + if retValue == QMessageBox.Cancel: + markerSymbol.setSize(defaultSize) + fillSymbol.setColor(defaultColor) + fillSymbol.setOpacity(defaultOpacity) + else: + self.annotationManager.removeAnnotation(annotation) + self._writeAnnotations() + self.canvas.refresh() + break + + def _delGeom(self) -> None: + # print('_delGeom') + self.updateToggleToolsSignal.emit('delGeom') + mapTool: BtnToolMap = self.mapButtons['delGeom'] + if not mapTool.tool: + mapTool.tool = EmitDelPoint(self.iface) + mapTool.tool.completedSignal.connect(self._delGeomCompleted) + + if mapTool.btn.isChecked(): + self.canvas.setMapTool(mapTool.tool) + else: + self.iface.actionPan().trigger() + + def _delGeomCompleted(self, x: float, y: float, qgsPointXY: QgsPointXY) -> None: + # print('_delGeomCompleted') + + annotationId: object + for annotationId in self.annotationLayer.items(): + # print('id;', annotationId, type(annotationId)) + annotation: QgsAnnotationItem = self.annotationLayer.item(annotationId) + if type(annotation) == QgsAnnotationPolygonItem: + curvePolygon: QgsCurvePolygon = annotation.geometry() + polygon: QgsGeometry = QgsGeometry.fromWkt(curvePolygon.asWkt()) + if polygon.contains(qgsPointXY): + # print("found geometry!") + retValue = self._showMessage("Sind Sie sicher, dass Sie den ausgewählten Polygon löschen wollen?") + if retValue == QMessageBox.Cancel: + pass + else: + self.annotationLayer.removeItem(annotationId) + self._writeAnnotations() + break + else: + lineString: QgsLineString = annotation.geometry() + geom: QgsGeometry = QgsGeometry.fromWkt(lineString.asWkt()) + buff: QgsGeometry = geom.buffer(100, 2) + if buff.contains(qgsPointXY): + # print("found geometry!") + retValue = self._showMessage("Sind Sie sicher, dass Sie die ausgewählte Linie löschen wollen?") + if retValue == QMessageBox.Cancel: + pass + else: + self.annotationLayer.removeItem(annotationId) + self._writeAnnotations() + break + + # Other methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def _readAnnotations(self): + """Reads annotation from a yml file""" + app: QCoreApplication = QApplication.instance() + screen = app.primaryScreen() + self.screenSize: float = screen.size() + + annotationFile: str = os.path.join(self.pluginDir, "annotations.yaml") + if os.path.isfile(annotationFile): + with open(annotationFile, 'r') as stream: + dataLoaded = yaml.safe_load(stream) + self.annotationConfig = dataLoaded if dataLoaded else {} + else: + self.annotationConfig = {} + + # print('self.annotationConfig', self.annotationConfig) + if 'textAnnotations' in self.annotationConfig: + textAnnotationConfig = self.annotationConfig['textAnnotations'] + for annConfig in textAnnotationConfig: + # print('textAnnotation', annConfig) + geom: QgsGeometry = QgsGeometry.fromWkt(annConfig['geom']) + print('textAnnotations', geom.asPoint()) + self.annotationManager.addAnnotation( + self._getNewBubbleTextAnnotation(annConfig['text'], annConfig['color'], geom.asPoint())) + + if 'geomAnnotations' in self.annotationConfig: + geomAnnotationConfig = self.annotationConfig['geomAnnotations'] + for annConfig in geomAnnotationConfig: + if annConfig['type'] == 'QgsAnnotationLineItem': + # print('geomAnnotationConfig', geomAnnotationConfig) + qgsLineString = QgsLineString([]) + qgsLineString.fromWkt(annConfig['geom']) + self.annotationLayer.addItem(self._getNewLineAnnotation(annConfig['width'], annConfig['line_style'], + annConfig['opacity'], + annConfig['color'], qgsLineString)) + elif annConfig['type'] == 'QgsAnnotationPolygonItem': + # print('geomAnnotationConfig', geomAnnotationConfig) + geom: QgsGeometry = QgsGeometry.fromWkt(annConfig['geom']) + annotationItem: QgsAnnotationPolygonItem = self._getNewPolygonAnnotation(annConfig['opacity'], + annConfig['color'], + geom) + self.annotationLayer.addItem(annotationItem) + + elif annConfig['type'] == 'QgsAnnotationPointTextItem': + geom: QgsGeometry = QgsGeometry.fromWkt(annConfig['geom']) + self.annotationLayer.addItem(self._getNewPointTextAnnotation(annConfig['text'], annConfig['color'], + geom.asPoint())) + self.canvas.refresh() + + def _writeAnnotations(self): + """Writes annotation in a yml file""" + with open(os.path.join(self.pluginDir, "annotations.yaml"), 'w', encoding='utf8') as outfile: + self.annotationConfig: any = { + "textAnnotations": self._getYmlTextAnnotations(), + "geomAnnotations": self._getYmlGeomAnnotations() + } + # print(self.annotationConfig) + yaml.dump(self.annotationConfig, outfile) + + def _getYmlTextAnnotations(self) -> List[any]: + textAnnotationYml: List[any] = [] + annotation: CustomBubbleTextAnnotation + for annotation in self.annotationManager.annotations(): + qgsPointXY: QgsPointXY = annotation.mapPosition() + textAnnotationYml.append({"type": "QgsTextAnnotation", "text": annotation.textMsg, + "color": annotation.color, + "geom": qgsPointXY.asWkt()}) + # print("annotationYml", textAnnotationYml) + return textAnnotationYml + + def _getYmlGeomAnnotations(self) -> List[any]: + geomAnnotationYml: List[any] = [] + annotationId: Union[QgsAnnotationPolygonItem, QgsAnnotationLineItem, CustomPointTextAnnotation] + for annotationId in self.annotationLayer.items(): + annotation = self.annotationLayer.item(annotationId) + if type(annotation) == QgsAnnotationPolygonItem: + symbol: QgsFillSymbol = annotation.symbol() + qColor: QColor = symbol.color() + curvePolygon: QgsCurvePolygon = annotation.geometry() + geomAnnotationYml.append({"type": "QgsAnnotationPolygonItem", "color": qColor.rgb(), + "opacity": symbol.opacity(), "geom": curvePolygon.asWkt()}) + elif type(annotation) == QgsAnnotationLineItem: + # print(annotation, annotation.geometry(), annotation.symbol()) + symbol: QgsLineSymbol = annotation.symbol() + qColor: QColor = symbol.color() + properties = symbol.symbolLayers()[0].properties() + lineString: QgsLineString = annotation.geometry() + geomAnnotationYml.append({"type": "QgsAnnotationLineItem", "line_style": properties["line_style"], + "width": symbol.width(), "opacity": symbol.opacity(), + "color": qColor.rgb(), + "geom": lineString.asWkt()}) + elif type(annotation) == CustomPointTextAnnotation: + geomAnnotationYml.append({"type": "QgsAnnotationPointTextItem", "text": annotation.textMsg, + "color": annotation.color, + "geom": annotation.point().asWkt()}) + + # print("annotationYml", geomAnnotationYml) + return geomAnnotationYml + + def _setBtnsVisibility(self, isBtnsActive: bool) -> None: + """ + Manages visibility of all buttons for annotations. When checkbox in layer of layer tree is disabled, also all + buttons should be disabled + + Args: + isBtnsActive: set the visibility of the buttons for annotations + """ + childItem: BtnToolMap + for childItem in self.mapButtons.values(): + if childItem.isAnnotation: + btn: QPushButton = childItem.btn + btn.setDisabled(not isBtnsActive) + + def _showMessage(self, msgText: str) -> int: + msg = QMessageBox() + msg.setText(msgText) + msg.setWindowTitle("Info") + msg.setStandardButtons(QMessageBox.Cancel | QMessageBox.Ok) + retval = msg.exec_() + return retval diff --git a/python/plugins/moFa4Q_plugin/utils/annotations/custom_bubble_text_annotation.py b/python/plugins/moFa4Q_plugin/utils/annotations/custom_bubble_text_annotation.py new file mode 100644 index 0000000..bfa02c0 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/annotations/custom_bubble_text_annotation.py @@ -0,0 +1,10 @@ +from qgis.core import QgsTextAnnotation + + +class CustomBubbleTextAnnotation(QgsTextAnnotation): + """Customization of the QgsTextAnnotation with additional attributes (textMsg, isBubble, color)""" + + def __init__(self, textMsg: str, color: str): + super(CustomBubbleTextAnnotation, self).__init__() + self.textMsg: str = textMsg + self.color: str = color diff --git a/python/plugins/moFa4Q_plugin/utils/annotations/custom_point_text_annotation.py b/python/plugins/moFa4Q_plugin/utils/annotations/custom_point_text_annotation.py new file mode 100644 index 0000000..18e6c8f --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/annotations/custom_point_text_annotation.py @@ -0,0 +1,12 @@ +from qgis.core import QgsAnnotationPointTextItem, QgsPointXY +from qgis.core import Qgis + + +class CustomPointTextAnnotation(QgsAnnotationPointTextItem): + """Customization of the QgsAnnotationPointTextItem with additional attributes (textMsg, color)""" + + def __init__(self, textMsg: str, pointXY: QgsPointXY, color: str): + super(CustomPointTextAnnotation, self).__init__(textMsg, pointXY) + self.setRotationMode(Qgis.SymbolRotationMode.RespectMapRotation) + self.textMsg: str = textMsg + self.color: str = color diff --git a/python/plugins/moFa4Q_plugin/utils/annotations/dialog_for_geom.py b/python/plugins/moFa4Q_plugin/utils/annotations/dialog_for_geom.py new file mode 100644 index 0000000..8abc4c8 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/annotations/dialog_for_geom.py @@ -0,0 +1,125 @@ +import os +from functools import partial +from typing import List, Dict, Union, Optional + +from PyQt5.QtCore import pyqtSignal, QRect +from PyQt5.QtGui import QPixmap, QColor, QIcon, QCloseEvent +from PyQt5.QtWidgets import (QDialog, QLabel, QDialogButtonBox, QPushButton, QComboBox, QWidget) + +from qgis.PyQt import uic +from qgis.gui import QgisInterface + +FORM_CLASS, _ = uic.loadUiType(os.path.join( + os.path.dirname(__file__), "../../components/dialog_for_geom.ui")) + + +class DialogForGeom(QDialog, FORM_CLASS): + """Dialog for annotation lines and polygons""" + + lblWidth: QLabel + lblType: QLabel + lblOpacity: QLabel + cmbWidth: QComboBox + cmbType: QComboBox + cmbOpacity: QComboBox + + verticalLayout: QWidget + + buttonBox: QDialogButtonBox + + btnBlack: QPushButton + btnRed: QPushButton + btnBlue: QPushButton + btnGreen: QPushButton + btnYellow: QPushButton + + OFFSET = 40 + BTN_COLOR_WIDTH = 150 + Q_RECT_POLYGON = QRect(0, 0, 401, 155) + Q_RECT_POLYLINE = QRect(0, 0, 401, 275) + HEIGHT_POLYGON = 155 + HEIGHT_POLYLINE = 275 + + completedSignal = pyqtSignal(str, int, str, str) + + def __init__(self, iface: QgisInterface, parent: QWidget, isPolygon: bool = False): + super(DialogForGeom, self).__init__(parent) + self.iface = iface + self.isPolygon = isPolygon + self.color: Optional[str] = None + self.setupUi(self) + self.closeEvent = self.customCloseEvent + # self.move(parent.x() + self.OFFSET, parent.y() + self.OFFSET) + self._initUI() + + def show(self): + """It overrides the method of the super class.""" + super().show() + if not self.btnBlack.isChecked(): + self.btnBlack.click() + if self.isPolygon: + self.verticalLayout.setGeometry(self.Q_RECT_POLYGON) + self.setFixedHeight(self.HEIGHT_POLYGON) + self.cmbOpacity.setCurrentIndex(2) + else: + self.verticalLayout.setGeometry(self.Q_RECT_POLYLINE) + self.setFixedHeight(self.HEIGHT_POLYLINE) + self.cmbWidth.setCurrentIndex(3) + self.cmbOpacity.setCurrentIndex(4) + self.cmbType.setCurrentIndex(0) + + self.cmbWidth.setVisible(not self.isPolygon) + self.lblWidth.setVisible(not self.isPolygon) + self.cmbType.setVisible(not self.isPolygon) + self.lblType.setVisible(not self.isPolygon) + + def close(self): + """It overrides the method of the super class.""" + super().close() + self.completedSignal.emit(None, None, None, None) + + # private methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def _initUI(self): + self.setWindowTitle('Nachricht eingeben') + + self.buttonBox.button(self.buttonBox.Cancel).clicked.connect(self.close) + self.buttonBox.button(self.buttonBox.Ok).clicked.connect(self._saveDialog) + + self.colorBtns: List[Dict[str, Union[QPushButton, str]]] = [{'btn': self.btnBlack, 'color': 'black'}, + {'btn': self.btnRed, 'color': 'red'}, + {'btn': self.btnBlue, 'color': 'blue'}, + {'btn': self.btnGreen, 'color': 'green'}, + {'btn': self.btnYellow, 'color': 'yellow'}] + self._setupColorForBtns() + + def _setupColorForBtns(self): + item: Dict[str, Union[QPushButton, str]] + for item in self.colorBtns: + pixmap = QPixmap(self.BTN_COLOR_WIDTH, self.BTN_COLOR_WIDTH) + pixmap.fill(QColor(item['color'])) + item['btn'].setIcon(QIcon(pixmap)) + item['btn'].setCheckable(True) + item['btn'].setChecked(False) + item['btn'].clicked.connect(partial(self._btnColorClicked, item['btn'])) + + self.btnBlack.click() + + def _btnColorClicked(self, btn: QPushButton): + if not btn.isChecked(): + btn.setChecked(True) + return + item: Dict[str, Union[QPushButton, str]] + for item in self.colorBtns: + if item['btn'] != btn: + item['btn'].setChecked(False) + else: + self.color = item['color'] + + def _saveDialog(self): + # print("saveDialog") + self.completedSignal.emit(self.cmbWidth.currentText(), self.cmbType.currentIndex(), + self.cmbOpacity.currentText(), self.color) + super().close() + + def customCloseEvent(self, event: QCloseEvent): + self.close() diff --git a/python/plugins/moFa4Q_plugin/utils/annotations/dialog_for_text_bubble.py b/python/plugins/moFa4Q_plugin/utils/annotations/dialog_for_text_bubble.py new file mode 100644 index 0000000..acbb3e3 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/annotations/dialog_for_text_bubble.py @@ -0,0 +1,89 @@ +import os +from functools import partial +from typing import List, Dict, Union, Optional + +from PyQt5.QtCore import pyqtSignal +from PyQt5.QtGui import QPixmap, QColor, QIcon, QCloseEvent +from PyQt5.QtWidgets import (QDialog, QDialogButtonBox, QPushButton, QTextEdit, QWidget, QCheckBox) +from qgis.PyQt import uic +from qgis.gui import QgisInterface + +FORM_CLASS, _ = uic.loadUiType(os.path.join( + os.path.dirname(__file__), "../../components/input_dialog_for_text_bubble.ui")) + + +class DialogForTextBubble(QDialog, FORM_CLASS): + checkBox: QCheckBox + textEdit: QTextEdit + buttonBox: QDialogButtonBox + + btnBlack: QPushButton + btnRed: QPushButton + btnBlue: QPushButton + btnGreen: QPushButton + + OFFSET = 40 + BTN_COLOR_WIDTH = 150 + + completedSignal = pyqtSignal(str, str, bool) + + def __init__(self, iface: QgisInterface, parent: QWidget): + super(DialogForTextBubble, self).__init__(parent) + self.iface = iface + self.color: Optional[str] = None + self.setupUi(self) + self.closeEvent = self.customCloseEvent + # self.move(parent.x() + self.OFFSET, parent.y() + self.OFFSET) + self._initUI() + + def show(self): + """It overrides the method of the super class.""" + super().show() + if not self.btnBlack.isChecked(): + self.btnBlack.click() + self.textEdit.setText('') + + def close(self): + """It overrides the method of the super class.""" + super().close() + self.completedSignal.emit(None, None, False) + + # private methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def _initUI(self): + self.setWindowTitle('Nachricht eingeben') + self.checkBox.setChecked(True) + self.buttonBox.button(self.buttonBox.Cancel).clicked.connect(self.close) + self.buttonBox.button(self.buttonBox.Ok).clicked.connect(self._saveDialog) + + self.colorBtns: List[Dict[str, Union[QPushButton, str]]] = [{'btn': self.btnBlack, 'color': 'black'}, + {'btn': self.btnRed, 'color': 'red'}, + {'btn': self.btnBlue, 'color': 'blue'}, + {'btn': self.btnGreen, 'color': 'green'}] + self._setupColorForBtns() + + def _setupColorForBtns(self): + item: Dict[str, Union[QPushButton, str]] + for item in self.colorBtns: + pixmap = QPixmap(self.BTN_COLOR_WIDTH, self.BTN_COLOR_WIDTH) + pixmap.fill(QColor(item['color'])) + item['btn'].setIcon(QIcon(pixmap)) + item['btn'].setCheckable(True) + item['btn'].setChecked(False) + item['btn'].clicked.connect(partial(self._btnColorClicked, item['btn'])) + + def _btnColorClicked(self, btn): + # print('btn==>', btn) + item: Dict[str, Union[QPushButton, str]] + for item in self.colorBtns: + if item['btn'] != btn: + item['btn'].setChecked(False) + else: + self.color = item['color'] + + def _saveDialog(self): + # print("saveDialog") + self.completedSignal.emit(self.textEdit.toPlainText(), self.color, self.checkBox.isChecked()) + self.close() + + def customCloseEvent(self, _: QCloseEvent): + self.close() diff --git a/python/plugins/moFa4Q_plugin/utils/annotations/emit_del_point.py b/python/plugins/moFa4Q_plugin/utils/annotations/emit_del_point.py new file mode 100644 index 0000000..6c65d11 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/annotations/emit_del_point.py @@ -0,0 +1,23 @@ +from PyQt5.QtCore import pyqtSignal, Qt +from qgis.core import QgsPointXY +from qgis.gui import QgsMapToolEmitPoint, QgsMapMouseEvent + + +class EmitDelPoint(QgsMapToolEmitPoint): + completedSignal = pyqtSignal(float, float, QgsPointXY) + + def __init__(self, iface): + self.iface = iface + self.canvas = iface.mapCanvas() + QgsMapToolEmitPoint.__init__(self, self.canvas) + + def close(self): + self.iface.actionPan().trigger() + + def canvasReleaseEvent(self, event: QgsMapMouseEvent) -> None: + """Overrides, on mouse down a rectangle will be drawn""" + if event.button() == Qt.LeftButton: + xPixel: float = event.pos().x() + yPixel: float = event.pos().y() + point: QgsPointXY = self.canvas.getCoordinateTransform().toMapCoordinates(xPixel, yPixel) + self.completedSignal.emit(xPixel, yPixel, point) diff --git a/python/plugins/moFa4Q_plugin/utils/annotations/geom_emit_points.py b/python/plugins/moFa4Q_plugin/utils/annotations/geom_emit_points.py new file mode 100644 index 0000000..9c2239e --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/annotations/geom_emit_points.py @@ -0,0 +1,71 @@ +from PyQt5.QtCore import Qt, pyqtSignal +from PyQt5.QtGui import QColor +from qgis.core import QgsPointXY, QgsWkbTypes +from qgis.gui import QgisInterface +from qgis.gui import QgsMapToolEmitPoint +from qgis.gui import QgsRubberBand, QgsMapToolIdentify, QgsMapMouseEvent + + +class GeomEmitPoints(QgsMapToolEmitPoint): + STROKE_COLOR = QColor(255, 150, 0, 255) + FILL_COLOR = QColor(255, 150, 0, 127) + STROKE_WIDTH = 3 + ICON_SIZE = 25 + completedSignal = pyqtSignal(list) + def __init__(self, iface: QgisInterface, isPolygon: bool = False): + self.iface = iface + self.isPolygon = isPolygon + self.canvas = iface.mapCanvas() + QgsMapToolEmitPoint.__init__(self, self.canvas) + self.starEditing: bool = False + self.rubberBandDraw = QgsRubberBand(self.canvas, + QgsWkbTypes.PolygonGeometry if isPolygon else QgsWkbTypes.LineGeometry) + self.rubberBandDraw.setColor(self.STROKE_COLOR) + self.rubberBandDraw.setWidth(self.STROKE_WIDTH) + self.rubberBandDraw.setIconSize(self.ICON_SIZE) + self.rubberBandDraw.setFillColor(self.FILL_COLOR) + self.identityG = QgsMapToolIdentify(self.canvas) + self.points = [] + + def reset(self): + self.rubberBandDraw.reset(QgsWkbTypes.PolygonGeometry if self.isPolygon else QgsWkbTypes.LineGeometry) + + # private methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def close(self): + """Necessary to simulate the close the tool""" + pass + + def canvasDoubleClickEvent(self, event: QgsMapMouseEvent): + # print('canvasDoubleClickEvent') + self.completedSignal.emit(self.points) + self.points = [] + self.starEditing = False + + def canvasMoveEvent(self, event: QgsMapMouseEvent) -> None: + if not self.starEditing: + return + x = event.pos().x() + y = event.pos().y() + point: QgsPointXY = self.canvas.getCoordinateTransform().toMapCoordinates(x, y) + self.rubberBandDraw.removeLastPoint() + self.rubberBandDraw.addPoint(point, True) + self.rubberBandDraw.show() + + def canvasPressEvent(self, event: QgsMapMouseEvent) -> None: + """Overrides, on mouse down a rectangle will be drawn""" + # if event.button() == Qt. if event.type() == QEvent.MouseButtonDblClick:: + # print('event.type()', event.type()) + if event.button() == Qt.LeftButton: + x = event.pos().x() + y = event.pos().y() + self.starEditing = True + + # clicked position on screen to map coordinates + point: QgsPointXY = self.canvas.getCoordinateTransform().toMapCoordinates(x, y) + + # print(f"point", point) + self.points.append(point) + self.rubberBandDraw.addPoint(point, True) + self.rubberBandDraw.show() + self.canvas.refresh() + # print(f"self.points", self.points) diff --git a/python/plugins/moFa4Q_plugin/utils/annotations/text_bubble_emit_point.py b/python/plugins/moFa4Q_plugin/utils/annotations/text_bubble_emit_point.py new file mode 100644 index 0000000..f60ce4e --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/annotations/text_bubble_emit_point.py @@ -0,0 +1,33 @@ +from PyQt5.QtCore import pyqtSignal, Qt +from qgis._gui import QgsMapMouseEvent +from qgis.core import QgsPointXY +from qgis.gui import QgsMapToolEmitPoint + + +class TextBubbleEmitPoint(QgsMapToolEmitPoint): + """Extend of QgsMapToolEmitPoint to add a text annotation (with or without text bubble)""" + + pointCompletedSignal = pyqtSignal(QgsPointXY) + + def __init__(self, iface): + self.iface = iface + self.canvas = iface.mapCanvas() + QgsMapToolEmitPoint.__init__(self, self.canvas) + + def close(self): + """Necessary to simulate the close the tool""" + pass + + def canvasPressEvent(self, event: QgsMapMouseEvent): + """Overrides, on mouse down a rectangle will be drawn + + Args: + event: click event + """ + if event.button() == Qt.LeftButton: + x = event.pos().x() + y = event.pos().y() + + # clicked position on screen to map coordinates + point = self.canvas.getCoordinateTransform().toMapCoordinates(x, y) + self.pointCompletedSignal.emit(point) diff --git a/python/plugins/moFa4Q_plugin/utils/gpkg_metadata.py b/python/plugins/moFa4Q_plugin/utils/gpkg_metadata.py new file mode 100644 index 0000000..daf3352 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/gpkg_metadata.py @@ -0,0 +1,46 @@ +import os.path +import sqlite3 + +from qgis.core import Qgis +from qgis.gui import QgisInterface + +from .tr import tr + + +class GpkgMetadata(): + """ + Checks content of a geopackage to check whether the file contains vector, + raster data, single layer or few layers + """ + + STR_TABLE = 'SELECT table_name, data_type, identifier FROM gpkg_contents' + + def __init__(self, iface: QgisInterface, filePath: str): + self.iface = iface + self.conn = None + self.c = None + + if not os.path.isfile(filePath): + self.iface.messageBar().pushMessage(tr("Fehler"), tr( + "Geopackage-Datei {} nicht gefunden.").format(filePath), level=Qgis.Warning) + else: + self.createDBConn(filePath) + + def getInfo(self): + if not self.c: + return [] + + cursor = self.c.execute(self.STR_TABLE) + infoArray = [] + for sqlRow in cursor: + infoArray.append({'table_name': sqlRow[0], 'data_type': sqlRow[1], 'identifier': sqlRow[2]}) + self.conn.close() + return infoArray + + def createDBConn(self, path: str): + try: + self.conn = sqlite3.connect(path) + self.c = self.conn.cursor() + except sqlite3.Error: + self.iface.messageBar().pushMessage(tr("Fehler"), tr( + f"File {path} gefunden aber die Datei kann nicht geöffnet werden"), level=Qgis.Warning) diff --git a/python/plugins/moFa4Q_plugin/utils/gpkg_popup.py b/python/plugins/moFa4Q_plugin/utils/gpkg_popup.py new file mode 100644 index 0000000..ffd62a8 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/gpkg_popup.py @@ -0,0 +1,95 @@ +# -*- coding: utf-8 -*- +""" +/*************************************************************************** + Show at initialization a popup if geopackages older than 4 weeks. + ***************************************************************************/ +""" +import os +import pathlib +import subprocess +from typing import Optional, List + +from PyQt5.QtGui import QCloseEvent, QMovie +from PyQt5.QtWidgets import QWidget, QApplication, QLabel +from qgis.PyQt import uic +from qgis.PyQt.QtWidgets import (QDialog) +from qgis.core import QgsProject, QgsExpressionContextUtils +from qgis.gui import QgisInterface +from .tr import tr + +FORM_CLASS, _ = uic.loadUiType(os.path.join( + os.path.dirname(__file__), "../components/geopackages_dialog.ui")) + + +class GpkgPopup(QDialog, FORM_CLASS): + """Shows a warning popup if public geopackages are older than 28 days/ 4 weeks. + Possibility to open the synch-tool + """ + lblDescr1: QLabel + lblDescr2: QLabel + lblList1: QLabel + lblList2: QLabel + lblLoadIndicator: QLabel + + def __init__(self, iface: QgisInterface, parent: QWidget): + super(GpkgPopup, self).__init__(parent) + self.setupUi(self) + self.iface = iface + self.btnClose.clicked.connect(self.closeDialog) + self.movie = QMovie(':/plugins/moFa4Q_plugin/icons/load_indicator.gif') + self.lblLoadIndicator.setMovie(self.movie) + self.syncPath = None + + def closeDialog(self): + self.close() + + def openSynchTool(self): + """Starts a warning popup and if dialog will be confirmed, synch tool will be opened""" + self.movie.start() + QApplication.processEvents() + sync_pool_cmd: str = pathlib.Path(self.syncPath).as_posix() + subprocess.Popen([sync_pool_cmd], shell=True, stdin=None, stdout=None, stderr=None, close_fds=True) + + self.iface.mainWindow().close() + QgsExpressionContextUtils.setProjectVariable(QgsProject.instance(), 'is_warning_shown', False) + + def closeEvent(self, _: QCloseEvent): + self.closeDialog() + QgsExpressionContextUtils.setProjectVariable(QgsProject.instance(), 'is_warning_shown', False) + + def show(self, titelName: Optional[str] = None, gpkgOlder4Weeks: Optional[List[str]] = None, + corruptQlrs: Optional[List[str]] = None): + is_warning_shown = QgsExpressionContextUtils.projectScope(QgsProject.instance()).variable('is_warning_shown') + # print('is_warning_shown', is_warning_shown) + QgsExpressionContextUtils.setProjectVariable(QgsProject.instance(), 'is_warning_shown', True) + if titelName: + l = QLabel(tr(titelName)) + l.setStyleSheet("QLabel{font-size: 13pt;}") + self.vLayout.addWidget(l) + else: + if gpkgOlder4Weeks: + l = QLabel(tr("Die folgenden Geopackages sind älter als 4 Wochen:")) + l.setStyleSheet("QLabel{font-size: 13pt;}") + self.vLayout.addWidget(l) + l2 = QLabel(", ".join(gpkgOlder4Weeks)) + l2.setStyleSheet("QLabel{font-size: 13pt;}") + self.vLayout.addWidget(l2) + if corruptQlrs: + l = QLabel(tr("Die folgenden QLR-Dateien sind wahrscheinlich beschädigt und sollten aktualisiert werden")) + l.setStyleSheet("QLabel{font-size: 13pt;}") + self.vLayout.addWidget(l) + l2 = QLabel(", ".join(corruptQlrs)) + l2.setStyleSheet("QLabel{font-size: 13pt;}") + self.vLayout.addWidget(l2) + super().show() + + def setSyncToolPath(self, default_install_path) -> bool: + """"set Install Path for Synctool""" + install_sync_path = os.path.join(default_install_path, "batch", "mofa4q_sync.bat") + print('install_sync_path: ', install_sync_path) + result = False + if os.path.isfile(install_sync_path): + self.syncPath = install_sync_path + self.btnOpen.clicked.connect(self.openSynchTool) + result = True + return result diff --git a/python/plugins/moFa4Q_plugin/utils/gps.py b/python/plugins/moFa4Q_plugin/utils/gps.py new file mode 100644 index 0000000..b7a7bee --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/gps.py @@ -0,0 +1,107 @@ +from qgis.core import (Qgis, QgsCoordinateReferenceSystem, + QgsCoordinateTransform, QgsGpsDetector, QgsPoint, + QgsProject, QgsRectangle) +from qgis.core import QgsGpsConnection +from qgis.gui import QgisInterface +from .tr import tr + + +class Gps(): + """ + Establish a connection to GPS device programmatically. + Important info: + - https://zuidt.nl/blog/html/2014/06/12/use_your_gps_dongle_with_qgis.html + - https://gis.stackexchange.com/questions/188002/connect-disconnect-gps-device-via-pyqgis + - https://github.com/roam-qgis/Roam/blob/master/src/roam/api/gps.py + """ + + EPSG_SOURCE = "EPSG:4326" + + # isAvailable = True + + def __init__(self, iface: QgisInterface): + self.iface = iface + self.isClicked = False + + # initialize gps connection + portName = "internalGPS" + self.detector = QgsGpsDetector(portName) + self.detector.detected.connect(self._gpsFound) + self.detector.detectionFailed.connect(self._gpsFailed) + self.detector.advance() + + def runGps(self): + """Calls each time the GPS button will be clicked""" + self.isClicked = True + # if not self.isAvailable: + # self.gpsfailed() + + def close(self): + """Necessary to simulate the close the tool""" + pass + + # private methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def _gpsFound(self, gpsConnection: QgsGpsConnection): + """ + Signal when the detector found the gps connection + + Args: + gpsConnection (QgsGpsConnection): the established connection + """ + # print("GPS connection found! Start listening to stateChanged events", gpsConnection) + self.gpsConnection = gpsConnection + gpsConnection.stateChanged.connect(self._gpsStateChanged) + + def _gpsStateChanged(self, gpsInfo): + """Signal for gps change + + Args: + gpsInfo (QgsGpsConnection): the established connection + """ + # fixType: NMEA_FIX_BAD = 1 NMEA_FIX_2D = 2 NMEA_FIX_3D = 3 + # print("gpsInfo", gpsInfo) + if gpsInfo.fixType >= 2: + if self.isClicked: + print("lon: %s - lat: %s" % (gpsInfo.longitude, gpsInfo.latitude)) + self._centerMapWithGPS(gpsInfo.longitude, gpsInfo.latitude) + self.isClicked = False + # https://doc.qt.io/archives/qt-4.8/qobject.html#deleteLater + # https://www.riverbankcomputing.com/static/Docs/PyQt5/api/qtcore/qobject.html?highlight=qobject#QObject + # self.gpsConnection.deleteLater() + else: + self.iface.messageBar().pushMessage("Info", tr("Die GPS-Verbindung wird hergestellt"), level=Qgis.Info) + + def _gpsFailed(self): + self.iface.messageBar().pushMessage("Error", tr("GPS wird nicht unterstützt oder ist nicht aktiv"), + level=Qgis.Warning) + # self.isAvailable = False + # test for maschine without gps support + # self.centerMapWithGPS(13.286723005883237, 52.494161248931206) + + def _centerMapWithGPS(self, lon: float, lat: float): + """Sets the map to the position of GPS + + Args: + lon (float): longitude + lat (float): latitude + """ + mapPos = QgsPoint(lon, lat) + # print("===>> rect", mapPos.x(), mapPos.y(), mapPos.x(), mapPos.y()) + + rect = QgsRectangle(mapPos.x(), mapPos.y(), mapPos.x(), mapPos.y()) + + crs = QgsCoordinateReferenceSystem() + crs.createFromString(Gps.EPSG_SOURCE) + + canvas = self.iface.mapCanvas() + + if canvas.scale() > self.TARGET_SCALE: + canvas.zoomScale(self.TARGET_SCALE) + + targetCrs = QgsCoordinateReferenceSystem() + targetCrs.createFromString(canvas.mapSettings().destinationCrs().authid()) + + tr = QgsCoordinateTransform(crs, targetCrs, QgsProject.instance()) + targetRect = tr.transform(rect) + canvas.setExtent(targetRect) + canvas.refresh() diff --git a/python/plugins/moFa4Q_plugin/utils/installed_program.py b/python/plugins/moFa4Q_plugin/utils/installed_program.py new file mode 100644 index 0000000..c9c881f --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/installed_program.py @@ -0,0 +1,61 @@ +# -*- coding: utf-8 -*- +""" +/*************************************************************************** + Print the map in a pdf. + ***************************************************************************/ +""" +import os +import re + +import win32con +import winreg + + +class OsInstallPath: + """Main class""" + TEST_SEARCH = "mofa4q" + + @staticmethod + def _list_installed_programs(hive, flag): + aReg = winreg.ConnectRegistry(None, hive) + aKey = winreg.OpenKey(aReg, r"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall", 0, win32con.KEY_READ | flag) + count_subkey = winreg.QueryInfoKey(aKey)[0] + arr = [] + for i in range(count_subkey): + try: + asubkey_name = winreg.EnumKey(aKey, i) + asubkey = winreg.OpenKey(aKey, asubkey_name) + arr.append( + [winreg.QueryValueEx(asubkey, "DisplayName")[0], + winreg.QueryValueEx(asubkey, "UninstallString")[0]]) + except EnvironmentError: + continue + return arr + + @staticmethod + def _get_all_list_programs(): + x = OsInstallPath._list_installed_programs(win32con.HKEY_LOCAL_MACHINE, win32con.KEY_WOW64_32KEY) + y = OsInstallPath._list_installed_programs(win32con.HKEY_LOCAL_MACHINE, win32con.KEY_WOW64_64KEY) + z = OsInstallPath._list_installed_programs(win32con.HKEY_CURRENT_USER, 0) + return [x + y + z] + + @staticmethod + def get_locate_programs(search_program: str) -> list[str]: + if isinstance(search_program, str): + search_text = search_program + else: + search_text = OsInstallPath.TEST_SEARCH + + find_name = None + find_dirname = None + + for s in OsInstallPath._get_all_list_programs(): + for xs in s: + if re.search(search_text, xs[0].lower()): + find_dirname = os.path.dirname(xs[1]).replace('"', '') + find_name = xs[0] + print('Name :', find_name) + print('Path: ', find_dirname) + break # break here + + return [find_name, find_dirname] diff --git a/python/plugins/moFa4Q_plugin/utils/layer_trees.py b/python/plugins/moFa4Q_plugin/utils/layer_trees.py new file mode 100644 index 0000000..4281e60 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/layer_trees.py @@ -0,0 +1,527 @@ +import os +from enum import Enum +from functools import partial +from pathlib import Path +from typing import Dict, List, Union + +from PyQt5.QtCore import QSize, Qt, pyqtSignal, QObject +from PyQt5.QtGui import QIcon, QFont, QPixmap +from PyQt5.QtWidgets import QWidget, QHBoxLayout, QPushButton, QLabel, QTreeWidget, QAbstractItemView +from qgis.core import QgsProject, QgsLayerTree, QgsLayerTreeGroup, QgsLayerTreeLayer, Qgis, QgsVectorLayer +from qgis.core import QgsRasterLayer +from qgis.gui import QgisInterface + +from ..components.custom_list_widget import (CustomQTreeWidgetItem) +from .tr import tr + + +class LayerTreeType(Enum): + """Three type of layers (public, private and background layers)""" + + BG = 1 + PUBLIC = 2 + PRIVATE = 3 + + +class LayerTrees(QObject): + """Defines the 3 layer trees for public, private and background layers""" + + LABEL_FONT = QFont('MS Shell Dlg 2', 10) + LABEL_FONT_2 = QFont('MS Shell Dlg 2', 11) + LAYERTREE_STYLE: str = """ + QTreeView { + qproperty-indentation: 30; + } + QTreeView::item { + height: 15px; + } + QTreeView::branch { + background-color: #fff; + border-bottom: none; + } + QTreeView::branch:has-children:!has-siblings:closed, + QTreeView::branch:closed:has-children:has-siblings { + image: url(%(iconClosed)s); + width: 0; + } + QTreeView::branch:open:has-children:!has-siblings, + QTreeView::branch:open:has-children:has-siblings { + image: url(%(iconOpen)s); + } + QTreeView::branch:!has-children:closed{ + border-bottom: none; + } + """ + BTN_DEL_STYLE: str = """QPushButton{ + background-color: #d8d9db; + border: 1px solid #d8d9db; + padding: 5px; + border-radius: 5px; + }""" + TOOL_BOX_STYLE2: str ="""QToolBox::tab { + background: #d8d9db; + border: 1px solid #d8d9db; + border-radius: 5px; + padding: 2px; + font-family: MS Shell Dlg 2; + font-size: 11pt; + }""" + ICON_WIDTH = 25 + ICON_HEIGHT = 25 + MOVE_BTN_WIDTH = 30 + BTN_CHECK_WIDTH = 50 + + updateYamlSignal = pyqtSignal() + updatePubQlrSignal = pyqtSignal() + # updatePrivQlrSignal = pyqtSignal() + updateAnnotationSignal = pyqtSignal(bool, bool) + + def __init__(self, iface: QgisInterface, leftPanel: QWidget, pluginDir: str, geopackageDir: str, prjConfig: any, + bgLayer: QgsRasterLayer, pubQlrStr: List[str], isAnnVisible: bool): + super().__init__() + self.iface: List[str] = iface + self.leftPanel = leftPanel + self.pluginDir = pluginDir + self.geopackageDir = geopackageDir + self.prjConfig = prjConfig + self.bgLayer: QgsRasterLayer = bgLayer + self.pubQlrStr: List[str] = pubQlrStr + self.isAnnVisible: bool = isAnnVisible + self.internWidth = 0 + + self.existingGroups: List[str] = [] + + self._initStyle() + self._initLayerTrees() + + def addLayerInPrivLayerTree(self, groupNode: str) -> None: + """ + Adds layer/gpkg (available under the folder geopackageDir in private layer tree) + + Args: + groupNode: name of the groupNode/file/gpkg + """ + self.leftPanel.privLayerTree: QTreeWidget + # self.leftPanel.privLayerTree.clear() + treeWidgetItem = self._getLayerItem(groupNode, True, + self.leftPanel.privLayerTree, LayerTreeType.PRIVATE) + self.leftPanel.privLayerTree.insertTopLevelItem(0, treeWidgetItem["item"]) + self.leftPanel.privLayerTree.setItemWidget(treeWidgetItem["item"], 0, treeWidgetItem["widget"]) + self._addChildren(groupNode, treeWidgetItem["item"], self.leftPanel.privLayerTree, False, + LayerTreeType.PRIVATE) + + + def removeLayerInPrivLayerTree(self, fileName: str): + """ + Removes layer/gpkg in private layer tree (the gpkg is not physically removed, it remains under the folder + geopackageDir) + + Args: + fileName: name of the file/gpkg + """ + root: QgsLayerTree = QgsProject.instance().layerTreeRoot() + # print('fileName:', fileName) + # print('notSavedDataSourceList:', self.leftPanel.notSavedDataSourceList) + for i in range(self.leftPanel.privLayerTree.topLevelItemCount()): + item: CustomQTreeWidgetItem = self.leftPanel.privLayerTree.topLevelItem(i) + if item.id == fileName: + for j in range(item.childCount()): + layerId: str = item.child(j).id + layer: QgsVectorLayer = QgsProject.instance().mapLayer(layerId) + # print('remove as layer', layerId, layer) + QgsProject.instance().removeMapLayer(layer) + self.leftPanel.privLayerTree.takeTopLevelItem(i) + groupNode: QgsLayerTreeGroup = root.findGroup(fileName) + root.removeChildNode(groupNode) + + if fileName in self.existingGroups: + self.existingGroups.remove(fileName) + break + + # private methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def _initStyle(self): + iconClosed = Path(os.path.join(os.path.dirname(__file__), '../icons', 'branch_closed.png')).as_posix() + iconOpen = Path(os.path.join(os.path.dirname(__file__), '../icons', 'branch_open.png')).as_posix() + self.treeStyleSheet = self.LAYERTREE_STYLE % {"iconClosed": iconClosed, "iconOpen": iconOpen} + + self.leftPanel.pubLayerTree.setSelectionMode(QAbstractItemView.NoSelection) + self.leftPanel.pubLayerTree.header().setMinimumSectionSize(self.leftPanel.pubLayerTree.width()) + self.leftPanel.pubLayerTree.setStyleSheet(self.treeStyleSheet) + + self.leftPanel.privLayerTree.setSelectionMode(QAbstractItemView.NoSelection) + self.leftPanel.privLayerTree.header().setMinimumSectionSize(self.leftPanel.privLayerTree.width()) + self.leftPanel.privLayerTree.setStyleSheet(self.treeStyleSheet) + + self.leftPanel.toolBox2.setStyleSheet(self.TOOL_BOX_STYLE2) + + def _initLayerTrees(self) -> None: + """Sets up all 3 layer trees (QgsLayerTree) for background, private and public layers.""" + root: QgsLayerTree = QgsProject.instance().layerTreeRoot() + + self._createAnnotationInLayerTree(root) + self._createPubLayersInLayerTree(root) + self._createPrivLayersInLayerTree(root) + self._createBgLayerInLayerTree(root) + + def _createAnnotationInLayerTree(self, root: QgsLayerTree): + self.leftPanel.annLayerTree.setLayout(self._getLayerItemAnnotation()) + + def _createBgLayerInLayerTree(self, root: QgsLayerTree): + """Creates background layer in layer tree, only if it exists + Newcreate bgLayerTreeNode with new index for layertree + bgLayerTreeNode is a default layer from qgis project + Args: + root: root item in layer tree + """ + if self.bgLayer: + bgLayerTreeNode: QgsLayerTreeLayer = root.findLayer(self.bgLayer.id()) + CloneBgLayerTreeNode = bgLayerTreeNode.clone() + root.addChildNode(CloneBgLayerTreeNode) + parent = bgLayerTreeNode.parent() + parent.removeChildNode(bgLayerTreeNode) + isVisible: bool = CloneBgLayerTreeNode.itemVisibilityChecked() + hLayout = self._getLayerItemBg(CloneBgLayerTreeNode, isVisible) + else: + hLayout = self._getLayerItemBg(None, False) + self.leftPanel.bgLayerTree.setLayout(hLayout) + + def _createPubLayersInLayerTree(self, root: QgsLayerTree): + """Creates items for public layers in layer tree + + Args: + root: root item in layer tree + """ + # pubGkpgs: Optional[List[any]] = None + # if self.prjConfig is not None and 'publicGpkgs' in self.prjConfig: + # pubGkpgs = self.prjConfig['publicGpkgs'] + + self.leftPanel.layerTree: QTreeWidget + childItem: Union[QgsLayerTreeLayer, QgsLayerTreeGroup] + # isVisible: bool + for childItem in root.children(): + if childItem.name() in self.pubQlrStr: + # print('childItem', childItem, childItem.name(), childItem.dump()) + # configItem, isVisible = self._getVisibilityBasedOnConfig(childItem, pubGkpgs) + treeWidgetItem = self._getLayerItem(childItem, childItem.itemVisibilityChecked(), + self.leftPanel.pubLayerTree, LayerTreeType.PUBLIC) + currentCount: int = self.leftPanel.pubLayerTree.topLevelItemCount() + self.leftPanel.pubLayerTree.insertTopLevelItem(currentCount, treeWidgetItem["item"]) + self.leftPanel.pubLayerTree.setItemWidget(treeWidgetItem["item"], 0, treeWidgetItem["widget"]) + self._addChildren(childItem, treeWidgetItem["item"], self.leftPanel.pubLayerTree, False, + LayerTreeType.PUBLIC) + + def _createPrivLayersInLayerTree(self, root: QgsLayerTree): + """Creates items for private layers in layer tree + + Args: + root: root item in layer tree + """ + privGkpgs: List[any] = self.prjConfig['privateGpkgs'] + privGkpgNamesInRoot = [pG['layer'] for pG in privGkpgs] + # print('==> privGkpgs', rootGkpgName) + self.leftPanel.layerTree: QTreeWidget + childItem: Union[QgsLayerTreeLayer, QgsLayerTreeGroup] + for childItem in root.children(): + if childItem.name() in privGkpgNamesInRoot: + # print(childItem.name(), childItem.isVisible()) + treeWidgetItem = self._getLayerItem(childItem, childItem.itemVisibilityChecked(), + self.leftPanel.privLayerTree, LayerTreeType.PRIVATE) + currentCount: int = self.leftPanel.privLayerTree.topLevelItemCount() + self.leftPanel.privLayerTree.insertTopLevelItem(currentCount, treeWidgetItem["item"]) + self.leftPanel.privLayerTree.setItemWidget(treeWidgetItem["item"], 0, treeWidgetItem["widget"]) + self._addChildren(childItem, treeWidgetItem["item"], self.leftPanel.privLayerTree, + False, LayerTreeType.PRIVATE) + + def _addChildren(self, father: QgsLayerTreeLayer, item: CustomQTreeWidgetItem, layerTree: QTreeWidget, + isMoved: bool, layerTreeType: LayerTreeType) -> None: + # print('father', father) + for childItem in reversed(father.children()): + # print('childItem', childItem, type(childItem)) + # configItem, isVisible = ( + # self._getVisibilityBasedOnConfig(childItem, configFather['layers'] + # if configFather and 'layers' in configFather else None)) + + # print('childItem', configItem, isVisible) + treeWidgetItem = self._getLayerItem(childItem, childItem.itemVisibilityChecked(), layerTree, layerTreeType, + isMoved) + item.insertChild(0, treeWidgetItem["item"]) + layerTree.setItemWidget(treeWidgetItem["item"], 0, treeWidgetItem["widget"]) + self._addChildren(childItem, treeWidgetItem["item"], layerTree, isMoved, layerTreeType) + + def _getLayerItemAnnotation(self) -> QWidget: + layerTree: QTreeWidget = self.leftPanel.annLayerTree + label: str = tr('Annotations/Notizen') + lblWidget = QLabel(label) + lblWidget.setWordWrap(True) + lblWidget.setFont(self.LABEL_FONT_2) + lblWidget.setWordWrap(False) + lblWidget.setStyleSheet("border-width: 0px; font-style: italic") + btnCheck = self._getBtnCheck(self.isAnnVisible) + btnDel = self._getBtnDelete() + hLayout = QHBoxLayout(layerTree) + hLayout.addWidget(lblWidget) + hLayout.addStretch() + hLayout.addWidget(btnDel) + hLayout.addWidget(btnCheck) + + btnCheck.clicked.connect(partial(self._onAnnotationChanged, btnCheck)) + btnDel.clicked.connect(self._onAnnotationDeleted) + return hLayout + + def _getLayerItemBg(self, childItem: QgsLayerTreeLayer, isVisible: bool) -> QWidget: + label: str = tr('Luftbilder') + lblWidget = QLabel(label) + lblWidget.setWordWrap(True) + lblWidget.setFont(self.LABEL_FONT_2) + lblWidget.setWordWrap(False) + lblWidget.setStyleSheet("border-width: 0px; font-style: italic") + btnCheck = self._getBtnCheck(isVisible) + hLayout = QHBoxLayout(self.leftPanel.bgLayerTree) + hLayout.addWidget(lblWidget) + hLayout.addStretch() + hLayout.addWidget(btnCheck) + + if childItem: + btnCheck.clicked.connect(partial(self._onBgChanged, btnCheck, childItem)) + return hLayout + + def _getLayerItem(self, childItem: Union[QgsLayerTreeLayer, QgsLayerTreeGroup], isVisible: bool, + layerTree: QTreeWidget, layerTreeType: LayerTreeType, isMoved: bool = False) \ + -> Dict[CustomQTreeWidgetItem, QWidget]: + + isFolder: bool = type(childItem) == QgsLayerTreeGroup + label = tr(childItem.name()) + layerId = childItem.layerId() if hasattr(childItem, 'layerId') else label + # print('=========> isFolder', isFolder, 'label layerId', label, layerId, isMoved) + + if not isMoved: + self._checkGroupDuplication(isFolder, label) + + # if hasattr(childItem, 'layerId'): + # # print('dataProvider', childItem.layer().dataProvider().dataSourceUri()) + # # print('dataProvider', childItem.layer().dataProvider().storageType()) + + # defines item and widget + item = CustomQTreeWidgetItem(layerId, label, isVisible, layerTree) + widget = QWidget() + + folderWidget = QLabel('') + pixmap = QPixmap(os.path.join(self.pluginDir, 'icons/folder.png')) + scaled: QPixmap = pixmap.scaled(self.ICON_WIDTH, self.ICON_HEIGHT, Qt.KeepAspectRatio) + folderWidget.setPixmap(scaled) + + lblWidget = QLabel(label) + lblWidget.setWordWrap(True) + lblWidget.setFont(self.LABEL_FONT) + btnCheck = self._getBtnCheck(isVisible) + btnUp = QPushButton("↑") + btnUp.setMaximumWidth(self.MOVE_BTN_WIDTH) + btnUp.setCursor(Qt.PointingHandCursor) + btnDown = QPushButton("↓") + btnDown.setMaximumWidth(self.MOVE_BTN_WIDTH) + btnDown.setCursor(Qt.PointingHandCursor) + + hLayout = QHBoxLayout(layerTree) + + if isFolder: + hLayout.addWidget(folderWidget) + hLayout.addWidget(lblWidget) + hLayout.addStretch() + hLayout.addWidget(btnCheck) + + hLayout.addWidget(btnUp) + hLayout.addWidget(btnDown) + hLayout.setSpacing(1) + widget.setLayout(hLayout) + widget.adjustSize() + lblWidgetWidth = lblWidget.size().width() + if lblWidgetWidth > self.internWidth: + self.internWidth = lblWidgetWidth + + btnCheck.clicked.connect(partial(self._onCheckBtnChanged, item, btnCheck, layerTreeType)) + + btnUp.clicked.connect(partial(self._onMoveBtnChanged, item, childItem, True, layerTreeType)) + btnDown.clicked.connect(partial(self._onMoveBtnChanged, item, childItem, False, layerTreeType)) + + return {'item': item, 'widget': widget} + + def _getBtnCheck(self, isVisible: bool): + btnCheck = QPushButton() + btnCheck.setMaximumWidth(self.BTN_CHECK_WIDTH) + btnCheck.setCheckable(True) + btnCheck.setChecked(isVisible) + if isVisible: + btnCheck.setIcon(QIcon(os.path.join(self.pluginDir, 'icons/checkbox.png'))) + else: + btnCheck.setIcon(QIcon(os.path.join(self.pluginDir, 'icons/checkbox_dis.png'))) + btnCheck.setIconSize(QSize(self.BTN_CHECK_WIDTH - 10, 40)) + btnCheck.setStyleSheet("QPushButton{background-color: transparent; border: transparent;margin: 0; padding: 5px; height: 15px;}") # noqa + btnCheck.setCursor(Qt.PointingHandCursor) + return btnCheck + + def _getBtnDelete(self): + btnDel = QPushButton('Alle löschen') + # btnCheck.setMaximumWidth(self.btnCheckWidth) + btnDel.setStyleSheet(self.BTN_DEL_STYLE) + btnDel.setCursor(Qt.PointingHandCursor) + return btnDel + + def _checkGroupDuplication(self, isFolder: bool, label: str): + """Groups do not have any id => we use name to identify them. + Identification problem if two groups have same name (for example in class CustomQTreeWidgetItem + method findGroup() We use name to find out the group)! + + Args: + isFolder: bool to check if folder + label: name of the group + """ + if isFolder and label in self.existingGroups: + self.iface.messageBar().pushMessage("Fehler", + f"It is not possible to have two groups with the same name {label}.", + level=Qgis.Warning) + if isFolder: + self.existingGroups.append(label) + + # def _getVisibilityBasedOnConfig(self, childItem: Union[QgsLayerTreeLayer, QgsLayerTreeGroup], layers: List[any]) \ + # -> [any, bool]: + # """Only for public layer at init. The rest has already the correct visibility and order + # If config of a layer/group is defined in file prj_conf => get the visibility value from it + # + # Args: + # childItem: selected item in layer tree + # layers: attribute layers in file prj_conf + # + # Returns: + # selected item in layer tree and the visibility of selected item + # """ + # selConfigItem: any = None + # isVisible: bool = childItem.itemVisibilityChecked() + # if layers: + # for configItem in layers: + # if configItem['layer'] == childItem.name(): + # selConfigItem = configItem + # isVisible = configItem['isVisible'] + # break + # + # return selConfigItem, isVisible + + def _onCheckBtnChanged(self, item: CustomQTreeWidgetItem, btnCheck: QPushButton, layerTreeType: LayerTreeType): + """Toggles layer or group visibility in the QTreeWidget + + Args: + item (CustomQTreeWidgetItem): item in layer tree + btnCheck (QPushButton): button wich works as checkbox + layerTreeType (LayerTreeType): layer type + """ + # print(item, btnCheck.isChecked()) + if btnCheck.isChecked(): + btnCheck.setIcon(QIcon(os.path.join(self.pluginDir, 'icons/checkbox.png'))) + else: + btnCheck.setIcon(QIcon(os.path.join(self.pluginDir, 'icons/checkbox_dis.png'))) + + item.checked = btnCheck.isChecked() + if layerTreeType == LayerTreeType.PUBLIC: + # changes on files are done on close of the project in a macro + pass + # self.updatePubQlrSignal.emit() + else: + self.updateYamlSignal.emit() + + def _onMoveBtnChanged(self, qtItem: CustomQTreeWidgetItem, childItem: Union[QgsLayerTreeLayer, QgsLayerTreeGroup], + isUp: bool, layerTreeType: LayerTreeType) -> None: + """Moves items up and down in the list of layers + + Args: + qtItem: qt item in layer tree + childItem: qgs item in layer tree + isUp: layer moves up or down in the layer tree + layerTreeType (LayerTreeType): layer type + """ + # print('qtItem', qtItem, 'childItem', childItem, 'isUp', isUp) + + # isExpanded = qtItem.isExpanded() + root = QgsProject.instance().layerTreeRoot() + fatherQtItem = qtItem.parent() + cloneChildItem = childItem.clone() + fatherGroup = childItem.parent() + # print('isExpanded_', isExpanded, 'count', count, 'root', root, 'i', i) + + if fatherGroup == root: # Group item + count: int + i: int + startI: int + iInRoot: int + count = qtItem.layerTree.topLevelItemCount() + i = qtItem.layerTree.indexOfTopLevelItem(qtItem) + startI = 1 # annotation + if layerTreeType == LayerTreeType.PRIVATE: + startI = len(self.pubQlrStr) + 1 # after annotation + public + iInRoot = startI + i - 1 if isUp else (startI + i + 2) + + # print('startI', startI) + # print('in root-----------i', i, 'iInRoot', iInRoot) + + if (isUp and i == 0) or (not isUp and i == count - 1): + return + + qtItem.layerTree.takeTopLevelItem(i) + treeWidgetItem = self._getLayerItem(cloneChildItem, qtItem.checked, qtItem.layerTree, layerTreeType, + isMoved=True) + qtItem.layerTree.insertTopLevelItem(i - 1 if isUp else i + 1, treeWidgetItem["item"]) + qtItem.layerTree.setItemWidget(treeWidgetItem["item"], 0, treeWidgetItem["widget"]) + self._addChildren(cloneChildItem, treeWidgetItem["item"], qtItem.layerTree, True, layerTreeType) + del qtItem + fatherGroup.insertChildNode(iInRoot, cloneChildItem) + fatherGroup.removeChildNode(childItem) + + else: # Layer items + subgroups + count: int + i: int + if fatherGroup == root: + count = qtItem.layerTree.topLevelItemCount() + i = qtItem.layerTree.indexOfTopLevelItem(qtItem) + else: + count = fatherQtItem.childCount() + i = fatherQtItem.indexOfChild(qtItem) + # print('count', count) + # print('layers + subgroup i............', i) + if (isUp and i == 0) or (not isUp and i == count - 1): + return + + fatherQtItem.takeChild(i) + treeWidgetItem = self._getLayerItem(cloneChildItem, qtItem.checked, qtItem.layerTree, layerTreeType, + isMoved=True) + fatherQtItem.insertChild(i - 1 if isUp else i + 1, treeWidgetItem["item"]) + qtItem.layerTree.setItemWidget(treeWidgetItem["item"], 0, treeWidgetItem["widget"]) + del qtItem + fatherGroup.insertChildNode(i - 1 if isUp else i + 2, cloneChildItem) + fatherGroup.removeChildNode(childItem) + + if layerTreeType == LayerTreeType.PUBLIC: + self.updatePubQlrSignal.emit() + # elif layerTreeType == LayerTreeType.PRIVATE: + # self.updatePrivQlrSignal.emit() + # self.updateYamlSignal.emit() + else: + self.updateYamlSignal.emit() + + def _onAnnotationChanged(self, btnCheck: QPushButton): + if btnCheck.isChecked(): + btnCheck.setIcon(QIcon(os.path.join(self.pluginDir, 'icons/checkbox.png'))) + else: + btnCheck.setIcon(QIcon(os.path.join(self.pluginDir, 'icons/checkbox_dis.png'))) + self.updateAnnotationSignal.emit(btnCheck.isChecked(), False) + self.updateYamlSignal.emit() + + def _onBgChanged(self, btnCheck: QPushButton, childItem: QgsLayerTreeLayer): + if btnCheck.isChecked(): + btnCheck.setIcon(QIcon(os.path.join(self.pluginDir, 'icons/checkbox.png'))) + else: + btnCheck.setIcon(QIcon(os.path.join(self.pluginDir, 'icons/checkbox_dis.png'))) + + childItem.setItemVisibilityChecked(btnCheck.isChecked()) + self.updateYamlSignal.emit() + + def _onAnnotationDeleted(self): + # print("_onAnnotationDeleted") + self.updateAnnotationSignal.emit(False, True) diff --git a/python/plugins/moFa4Q_plugin/utils/measure_tool.py b/python/plugins/moFa4Q_plugin/utils/measure_tool.py new file mode 100644 index 0000000..518ec75 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/measure_tool.py @@ -0,0 +1,322 @@ + +import locale +import os + +from PyQt5.QtWidgets import QWidget +from qgis.PyQt import uic +from qgis.PyQt.QtCore import Qt +from qgis.PyQt.QtGui import QColor +from qgis.PyQt.QtWidgets import QDialog, QHeaderView, QTableWidgetItem +from qgis.core import (QgsCoordinateReferenceSystem, QgsCoordinateTransform, + QgsDistanceArea, QgsGeometry, QgsProject, QgsWkbTypes) +from qgis.core import QgsPointXY +from qgis.gui import QgisInterface, QgsMapMouseEvent +from qgis.gui import QgsMapTool, QgsRubberBand + +from .tr import tr + +epsg4326 = QgsCoordinateReferenceSystem("EPSG:4326") + + +class MeasureTool(QgsMapTool): + """Based on Shapetool (https://plugins.qgis.org/plugins/shapetools/)""" + + def __init__(self, iface: QgisInterface, parent: QWidget, isArea=False): + QgsMapTool.__init__(self, iface.mapCanvas()) + self.iface = iface + self.canvas = iface.mapCanvas() + self.measureDialog = MeasureDialog(iface, parent, isArea) + self.vertex = None + locale.setlocale(locale.LC_ALL, "") + + def activate(self): + """When activated set the cursor to a crosshair.""" + self.canvas.setCursor(Qt.CrossCursor) + self.measureDialog.show() + + def close(self): + """Close the geodesic measure tool dialog box.""" + self.removeVertexMarker() + if self.measureDialog.isVisible(): + self.measureDialog.closeDialog() + + def endInteractiveLine(self): + if self.measureDialog.isVisible(): + self.measureDialog.endRubberband() + + def canvasPressEvent(self, event: QgsMapMouseEvent): + """ Capture the coordinates when the user click on the mouse for measurements.""" + # print("canvasPressEvent!") + self.removeVertexMarker() + pt = self.snapPoint(event.originalPixelPoint()) + button = event.button() + canvasCRS = self.canvas.mapSettings().destinationCrs() + if canvasCRS != epsg4326: + transform = QgsCoordinateTransform(canvasCRS, epsg4326, QgsProject.instance()) + pt = transform.transform(pt.x(), pt.y()) + self.measureDialog.addPoint(pt, button) + if button == 2: + self.measureDialog.stop() + + def canvasMoveEvent(self, event: QgsMapMouseEvent): + """Captures the coordinate as the user moves the mouse over the canvas.""" + if self.measureDialog.ready(): + pt = self.snapPoint(event.originalPixelPoint()) + if self.measureDialog.motionReady(): + try: + canvasCRS = self.canvas.mapSettings().destinationCrs() + if canvasCRS != epsg4326: + transform = QgsCoordinateTransform(canvasCRS, epsg4326, QgsProject.instance()) + pt = transform.transform(pt.x(), pt.y()) + self.measureDialog.inMotion(pt) + except Exception: + return + + def snapPoint(self, qpoint: QgsPointXY): + match = self.canvas.snappingUtils().snapToMap(qpoint) + if match.isValid(): + self.vertex.setCenter(match.point()) + return (match.point()) # Returns QgsPointXY + else: + self.removeVertexMarker() + return self.toMapCoordinates(qpoint) # QPoint input, returns QgsPointXY + + def removeVertexMarker(self): + if self.vertex is not None: + self.canvas.scene().removeItem(self.vertex) + self.vertex = None + + +FORM_CLASS, _ = uic.loadUiType(os.path.join( + os.path.dirname(__file__), '../components/measure_dialog.ui')) + + +class MeasureDialog(QDialog, FORM_CLASS): + ICON_SIZE = 10 + STROKE_WIDTH = 3 + STROKE_COLOR = QColor(222, 167, 67, 255) + FILL_COLOR = QColor(222, 167, 67, 100) + TEMP_STROKE_COLOR = QColor(222, 167, 67, 255) + TEMP_FILL_COLOR = QColor(170, 255, 128, 100) + polygonPoint = [] + + def __init__(self, iface, parent, isArea): + super(MeasureDialog, self).__init__(parent) + self.setupUi(self) + self.iface = iface + self.canvas = iface.mapCanvas() + self.isArea = isArea + + self.btnClose.clicked.connect(self.closeDialog) + self.btnReset.clicked.connect(self.resetDialog) + + if isArea: + self.tableWidget.setVisible(False) + self.setFixedHeight(100) + self.label.setText(tr("Gesamtfläche")) + else: + self.setFixedHeight(325) + self.tableWidget.setColumnCount(1) + self.tableWidget.setSortingEnabled(False) + self.tableWidget.setHorizontalHeaderLabels([tr('Segmente [Meter]')]) + self.tableWidget.setShowGrid(False) + verticalHeader = self.tableWidget.verticalHeader() + verticalHeader.setVisible(False) + verticalHeader.setSectionResizeMode(QHeaderView.Fixed) + verticalHeader.setDefaultSectionSize(20) + + self.capturedPoints = [] + self.distances = [] + self.activeMeasuring = True + self.lastMotionPt = None + self.currentDistance = 0.0 + + self.pointRb = QgsRubberBand(self.canvas, QgsWkbTypes.PointGeometry) + self.pointRb.setColor(self.STROKE_COLOR) + self.pointRb.setIconSize(self.ICON_SIZE) + + self.geomRb = QgsRubberBand(self.canvas, QgsWkbTypes.PolygonGeometry if isArea else QgsWkbTypes.LineGeometry) + self.geomRb.setColor(self.STROKE_COLOR) + self.geomRb.setWidth(self.STROKE_WIDTH) + + self.tempRb = QgsRubberBand(self.canvas, QgsWkbTypes.PolygonGeometry if isArea else QgsWkbTypes.LineGeometry) + self.tempRb.setColor(self.TEMP_STROKE_COLOR) + self.tempRb.setWidth(1) + + if isArea: + self.geomRb.setFillColor(QColor(self.FILL_COLOR)) + self.tempRb.setFillColor(QColor(self.TEMP_FILL_COLOR)) + + def ready(self): + return self.activeMeasuring + + def stop(self): + self.activeMeasuring = False + self.lastMotionPt = None + self.tempRb.reset(QgsWkbTypes.PolygonGeometry if self.isArea else QgsWkbTypes.LineGeometry) + + def closeEvent(self, event): + self.closeDialog() + + def closeDialog(self): + self.clear() + self.close() + self.iface.actionPan().trigger() + + def resetDialog(self): + self.clear() + + def motionReady(self): + if len(self.capturedPoints) > 0 and self.activeMeasuring: + return True + return False + + def addPoint(self, pt, button): + #print("call method addPoint") + self.currentDistance = 0 + index = len(self.capturedPoints) + if index > 0 and pt == self.capturedPoints[index - 1]: + # the clicked point is the same as the previous so just ignore it + return + self.capturedPoints.append(pt) + # Add rubber band points + canvasCrs = self.canvas.mapSettings().destinationCrs() + transform = QgsCoordinateTransform(epsg4326, canvasCrs, QgsProject.instance()) + ptCanvas = transform.transform(pt.x(), pt.y()) + self.pointRb.addPoint(ptCanvas, True) + # If there is more than 1 captured point add it to the table + if index > 0: + # self.saveToLayerButton.setEnabled(True) + (distance, startAngle, endAngle) = self.calcParameters( + self.capturedPoints[index - 1], self.capturedPoints[index]) + self.distances.append(distance) + self.insertParams(index, distance, startAngle, endAngle) + # Add Rubber Band Line + linePts = self.getLinePts(self.capturedPoints[index - 1], self.capturedPoints[index]) + + if not self.isArea: + self.geomRb.addGeometry(QgsGeometry.fromPolylineXY(linePts), None) + else: + if self.geomRb.numberOfVertices() == 0: + self.geomRb.addGeometry(QgsGeometry.fromPolylineXY(linePts), None) + else: + self.geomRb.addPoint(linePts[1]) + + self.formatTotal() + + def endRubberband(self): + index = len(self.capturedPoints) + if index <= 0: + return + if index == 1: + self.newDialog() + return + if self.motionReady(): + if self.lastMotionPt is not None: + self.lastMotionPt = None + self.tempRb.reset(QgsWkbTypes.PolygonGeometry if self.isArea else QgsWkbTypes.LineGeometry) + self.tableWidget.setRowCount(self.tableWidget.rowCount() - 1) + self.stop() + self.currentDistance = 0 + self.formatTotal() + + def inMotion(self, pt): + index = len(self.capturedPoints) + if index <= 0: + return + (self.currentDistance, startAngle, endAngle) = self.calcParameters(self.capturedPoints[index - 1], pt) + self.insertParams(index, self.currentDistance, startAngle, endAngle) + # self.formatTotal() + linePts = self.getLinePts(self.capturedPoints[index - 1], pt) + self.lastMotionPt = pt + + if not self.isArea: + self.tempRb.setToGeometry(QgsGeometry.fromPolylineXY(linePts), None) + else: + if self.geomRb.numberOfVertices() == 0: + self.polygonPoint = linePts[0] + self.tempRb.setToGeometry(QgsGeometry.fromPolylineXY(linePts), None) + else: + self.tempRb.reset(QgsWkbTypes.PolygonGeometry) + self.tempRb.addGeometry(QgsGeometry.fromPolylineXY([self.polygonPoint, linePts[0], linePts[1]]), None) + + def calcParameters(self, pt1, pt2): + """Calculation of the distance. Instead of using the implementation of the plugin (below in the comment), + the standard functionalities of QGIS has been used.""" + + """ + gline = geod.Inverse(pt1.y(), pt1.x(), pt2.y(), pt2.x()) + az2 = (gline['azi2'] + 180) % 360.0 + if az2 > 180: + az2 = az2 - 360.0 + az1 = gline['azi1'] + + # Check to see if the azimuth values should be in the range or 0 to 360 + # The default is -180 to 180 + if settings.mtAzMode: + if az1 < 0: + az1 += 360.0 + if az2 < 0: + az2 += 360 + print("Original implementation", gline['s12'], az1, az2) + """ + + distance = QgsDistanceArea() + distance.setEllipsoid('WGS84') + m = distance.measureLine(pt1, pt2) + #print("new implementation: ", m) + return (m, None, None) + + def getLinePts(self, pt1, pt2): + canvasCrs = self.canvas.mapSettings().destinationCrs() + transform = QgsCoordinateTransform(epsg4326, canvasCrs, QgsProject.instance()) + pt1c = transform.transform(pt1.x(), pt1.y()) + pt2c = transform.transform(pt2.x(), pt2.y()) + return [pt1c, pt2c] + + def insertParams(self, position, distance, startAngle, endAngle): + if position > self.tableWidget.rowCount(): + self.tableWidget.insertRow(position - 1) + # item = QTableWidgetItem('{:.4f}'.format(distance)) + item = QTableWidgetItem(locale.format("%.1f", distance, grouping=True)) + + item.setFlags(Qt.ItemIsSelectable | Qt.ItemIsEnabled) + item.setTextAlignment(Qt.AlignRight) + self.tableWidget.setItem(position - 1, 0, item) + + def formatTotal(self): + if not self.isArea: + total = self.currentDistance + ptcnt = len(self.capturedPoints) + if ptcnt >= 2: + i = 0 + while i < ptcnt - 1: + total += self.distances[i] + i += 1 + self.distanceLineEdit.setText(self.unitTotDistance(total)) + else: + self.distanceLineEdit.setText(self.unitTotArea(self.geomRb.asGeometry().area())) + + def clear(self): + self.tableWidget.setRowCount(0) + self.capturedPoints = [] + self.distances = [] + self.activeMeasuring = True + self.currentDistance = 0.0 + self.distanceLineEdit.setText('') + self.pointRb.reset(QgsWkbTypes.PointGeometry) + self.geomRb.reset(QgsWkbTypes.PolygonGeometry if self.isArea else QgsWkbTypes.LineGeometry) + self.tempRb.reset(QgsWkbTypes.PolygonGeometry if self.isArea else QgsWkbTypes.LineGeometry) + + def unitTotDistance(self, distance): + if distance > 1000: # kilometers + return locale.format("%.2f", distance / 1000.0, grouping=True) + " km" + else: # meters + return locale.format("%.1f", distance, grouping=True) + " m" + + def unitTotArea(self, area): + #print("area", area) + if area == -1.0: + return '' + else: # meters + return locale.format("%.1f", area, grouping=True) + ' m²' diff --git a/python/plugins/moFa4Q_plugin/utils/obj_search.py b/python/plugins/moFa4Q_plugin/utils/obj_search.py new file mode 100644 index 0000000..fa1bb02 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/obj_search.py @@ -0,0 +1,16 @@ +from PyQt5.QtGui import QColor +from .search import Search + + +class ObjSearch(Search): + """ + Reads the geopackage for the object and search in the table objektsuche the + matched addresses + """ + + STR_QUERY = "SELECT search FROM objektsuche WHERE search LIKE ?" + STR_QUERY_GEOM = "SELECT X(geom), Y(geom), SRID(geom) FROM objektsuche WHERE search = ?" + COLOR_VERTEX = QColor(222, 13, 13) + + def __init__(self, iface, filePath, lineEditSearch, pushButton): + super().__init__(iface, filePath, lineEditSearch, pushButton) diff --git a/python/plugins/moFa4Q_plugin/utils/print.py b/python/plugins/moFa4Q_plugin/utils/print.py new file mode 100644 index 0000000..92fe12c --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/print.py @@ -0,0 +1,332 @@ +# -*- coding: utf-8 -*- +""" +/*************************************************************************** + Print the map in a pdf. + ***************************************************************************/ +""" +import os +import traceback +from typing import Dict, List + +from PyQt5.QtCore import QSizeF +from PyQt5.QtGui import QColor, QIntValidator, QMovie, QCloseEvent, QTextDocument +from PyQt5.QtPrintSupport import QPrinter, QPrintDialog +from PyQt5.QtWidgets import QWidget, QComboBox, QApplication, QSlider, QPushButton, QLineEdit, QCheckBox +from PyQt5.QtXml import QDomDocument +from qgis.PyQt import uic +from qgis.PyQt.QtWidgets import (QDialog) +from qgis._core import QgsAnnotationManager +from qgis.core import (QgsGeometry, QgsLayoutExporter, + QgsPointXY, QgsLayoutItemMap, + QgsPrintLayout, QgsProject, QgsReadWriteContext, + QgsRectangle, QgsWkbTypes, Qgis) +from qgis.gui import QgisInterface, QgsRubberBand, QgsFileWidget + +from .tr import tr + +FORM_CLASS, _ = uic.loadUiType(os.path.join( + os.path.dirname(__file__), "../components/print_dialog.ui")) + + +class PrintDialog(QDialog, FORM_CLASS): + """Opens a dialog to handle the print.""" + + STROKE_WIDTH = 6 + STROKE_COLOR = QColor(222, 167, 67, 255) + FILL_COLOR = QColor(222, 167, 67, 100) + TEMP_STROKE_COLOR = QColor(222, 167, 67, 255) + TEMP_FILL_COLOR = QColor(170, 255, 128, 100) + OFFSET = 40 + FORMAT_DIMS: Dict[str, List[int]] = { + 'A4 Hochformat': [200, 287], + 'A4 Querformat': [287, 178], + 'A3 Querformat': [410, 265], + 'A2 Querformat': [584, 410], + 'A1 Querformat': [831, 584], + 'A0 Querformat': [1179, 831], + } + + FORMAT_FILES: Dict[str, str] = { + 'A4 Hochformat': 'a4_hoch', + 'A4 Querformat': 'a4_quer', + 'A3 Querformat': 'a3_quer', + 'A2 Querformat': 'a2_quer', + 'A1 Querformat': 'a1_quer', + 'A0 Querformat': 'a0_quer', + } + STYLE: str = """ + QSlider::handle:horizontal { + background: #ffffff; + border: 2px solid #999999; + width: 18px; + height: 18px; + margin: -10px 0; + } + """ + + geomRb = None + cmbFormat: QComboBox + cmbScale: QComboBox + txtRot: QLineEdit + hSlider: QSlider + mQgsFileWidget: QgsFileWidget + btnClose: QPushButton + btnPrint: QPushButton + btnExport: QPushButton + + def __init__(self, iface: QgisInterface, parent: QWidget): + super(PrintDialog, self).__init__(parent) + self.setupUi(self) + self.iface = iface + self.move(parent.x() + self.OFFSET, parent.y() + self.OFFSET) + + # self.rbA4.setChecked(True) + + self.movie = QMovie(':/plugins/moFa4Q_plugin/icons/load_indicator.gif') + self.lblLoadIndicator.setMovie(self.movie) + + self.txtRot.setValidator(QIntValidator(0, 360)) + self.txtRot.setText("0") + self.txtRot.textChanged.connect(self._changeRotation) + self.hSlider.setMinimum(-180) + self.hSlider.setMaximum(+180) + self.hSlider.setTickInterval(5) + self.hSlider.setSingleStep(5) + self.hSlider.setValue(0) + self.hSlider.setTickInterval(5) + self.hSlider.setStyleSheet(self.STYLE) + self.hSlider.valueChanged.connect(self._changeSlideRotation) + + self.mQgsFileWidget.setStorageMode(self.mQgsFileWidget.SaveFile) + self.mQgsFileWidget.setFilter('*.pdf') + + self.btnClose.clicked.connect(self._closeDialog) + self.btnPrint.clicked.connect(self._print) + self.btnExport.clicked.connect(self._pdfExport) + self.cmbFormat.currentIndexChanged.connect(self._changeRotation) + self.cmbScale.currentIndexChanged.connect(self._changePreview) + self.profile_path = self.iface.userProfileManager().userProfile().folder() + + # self.workerThread = RunThread() + # self.workerThread.checkIfComplete.connect(self._onCountChanged) + + def showPreview(self): + """Shows a preview on the canvas related to the print area""" + self.setEnabled(True) + self.movie = QMovie(':/plugins/moFa4Q_plugin/icons/load_indicator.gif') + self.lblLoadIndicator.setMovie(self.movie) + if self.geomRb is not None: + self.geomRb.reset() + self.geomRb = QgsRubberBand(self.iface.mapCanvas(), QgsWkbTypes.PolygonGeometry) + self.geomRb.setColor(self.STROKE_COLOR) + self.geomRb.setWidth(self.STROKE_WIDTH) + self.geomRb.setFillColor(self.FILL_COLOR) + self.previewRect = self._getPreviewRect(True) + self.geomRb.addGeometry(self._getRotatedPreview()) + + def closeEvent(self, _: QCloseEvent): + """It overrides the method of the super class.""" + self._closeDialog() + + def show(self): + """It overrides the method of the super class.""" + super().show() + self.showPreview() + + # private methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + def _closeDialog(self): + self.close() + if self.geomRb: + self.geomRb.reset() + + def _getRotatedPreview(self): + txtRot = self.txtRot.text().strip() + angle = 0 + try: + angle = float(txtRot) + except ValueError: + pass + geo = QgsGeometry.fromRect(self.previewRect) + geo.rotate(angle, QgsPointXY(self.xPoint, self.yPoint)) + return geo + + def _getPreviewRect(self, isInit: bool) -> QgsRectangle: + """ + Calculates preview on pdf based on scale, pdf format + + Args: + isInit (bool): is after the open popup or change events + + Returns: + bounding box representing the print area + """ + extent = self.iface.mapCanvas().extent() + if isInit: + self.xPoint = (extent.xMaximum() - extent.xMinimum()) / 2 + extent.xMinimum() + self.yPoint = (extent.yMaximum() - extent.yMinimum()) / 2 + extent.yMinimum() + scale = self.cmbScale.currentText() + scale = int(scale[2:]) + + mapScale = self.iface.mapCanvas().scale() + if scale * 18 < mapScale: + self.lblMsg.setText( + tr("Der Druck-Preview ist wahrscheinlich zu klein
und nicht sichtbar. Bitte hereinzoomen")) + else: + self.lblMsg.setText("") + + # dimension on map in m equals to: dimension on pdf in mm * scale / 1000 + dim = self.FORMAT_DIMS[self.cmbFormat.currentText()] + width = dim[0] * scale / 1000 + height = dim[1] * scale / 1000 + return QgsRectangle(self.xPoint - width / 2, self.yPoint - height / 2, + self.xPoint + (width / 2), self.yPoint + (height / 2)) + + # def _changeFormat(self): + # self.geomRb.reset(QgsWkbTypes.PolygonGeometry) + # self.previewRect = self._getPreviewRect(False) + # self.geomRb.addGeometry(self._getRotatedPreview()) + + def _changePreview(self): + self.geomRb.reset(QgsWkbTypes.PolygonGeometry) + self.previewRect = self._getPreviewRect(False) + self.geomRb.addGeometry(self._getRotatedPreview()) + + def _changeRotation(self): + # print('_changeRotation') + intValue = 0 + try: + intValue = int(self.txtRot.text().strip()) + except ValueError: + pass + self.hSlider.setValue(intValue) + self._changePreview() + + def _changeSlideRotation(self): + # print('_changeSlideRotation') + intValue = self.hSlider.value() + plusValue = '+' if intValue > 0 else '' + self.txtRot.setText(plusValue + str(intValue)) + self._changePreview() + + def _onFinish(self): + self.iface.messageBar().pushMessage(tr("Erfolgreich"), tr("Die Pdf-Datei wurde erfolgreich erstellt.")) + self._closeDialog() + + def _sendToThePrinter(self, layout: QgsPrintLayout): + actualPrinter = QgsLayoutExporter(layout) + printer = QPrinter() + printDialog = QPrintDialog(printer) + + if printDialog.exec_() == QDialog.Accepted: + success = actualPrinter.print(printer, QgsLayoutExporter.PrintExportSettings()) + return success + return False + + def _print(self): + """ + Sends content directly to the printer. + """ + try: + layout = self._getlayout() + result: int = self._sendToThePrinter(layout) + # print('result', result) + if result == 0: + self._onFinish() + else: + self.iface.messageBar().pushMessage(tr("Fehler"), + tr("Fehler. PDF-Datei wurde nicht zum Drucker gesendet. %s" + % traceback.format_exc()), level=Qgis.Warning, + duration=0) + self._onFinish() + QApplication.processEvents() + except Exception: + QApplication.processEvents() + self.iface.messageBar().pushMessage(tr("Fehler"), tr("Fehler. Layout nicht gespeichert. %s" + % traceback.format_exc()), level=Qgis.Warning, + duration=0) + self._closeDialog() + if self.geomRb: + self.geomRb.reset() + + def _pdfExport(self): + """ + Generates the pdf. + """ + # self.annotationManager: QgsAnnotationManager = QgsProject.instance().annotationManager() + # for textAnnotation in self.annotationManager.annotations(): + # textDocument: QTextDocument = textAnnotation.document() + # print('===> event ===>', textDocument, textDocument.size()) + # qSizeF = textDocument.size() + try: + + # checks if filePath exits + filePath = self.mQgsFileWidget.filePath() + if filePath is None or filePath == "" or (".pdf" in os.path.basename(filePath)) is False: + self.lblMsg.setText("PDF-Datei wurde nicht definiert") + return + + if os.path.exists(os.path.dirname(filePath)) is False: + self.lblMsg.setText("Der Pfad existiert nicht") + return + + self.setEnabled(False) + self.movie.start() + QApplication.processEvents() + + layout = self._getlayout() + exporter = QgsLayoutExporter(layout) + exporter.exportToPdf(filePath, QgsLayoutExporter.PdfExportSettings()) + + self._onFinish() + QApplication.processEvents() + except Exception: + QApplication.processEvents() + self.iface.messageBar().pushMessage(tr("Fehler"), tr("Fehler. PDF-Datei wurde nicht generiert. %s" + % traceback.format_exc()), level=Qgis.Warning, + duration=0) + self._closeDialog() + if self.geomRb: + self.geomRb.reset() + + def _getlayout(self) -> QgsPrintLayout: + # Load template layout + currentPath: str = os.path.dirname(os.path.abspath(__file__)) + templatePath: str = os.path.join(self.profile_path, "composer_templates", + self.FORMAT_FILES[self.cmbFormat.currentText()] + '.qpt') + with open(templatePath, "rt") as t: + template_content = t.read() + domDocument = QDomDocument() + domDocument.setContent(template_content, False) + + # Create Layout + project = QgsProject.instance() + layout = QgsPrintLayout(project) + layout.loadFromTemplate(domDocument, QgsReadWriteContext()) + + mapItem: QgsLayoutItemMap = layout.referenceMap() + # print("map", map) + txtRot = self.txtRot.text().strip() + angle = float(txtRot) if txtRot != "" else 0 + mapItem.setMapRotation(-angle) + mapItem.setExtent(self.previewRect) + + self._updateLblsAndImgs(layout, currentPath, angle) + return layout + + def _updateLblsAndImgs(self, layout: QgsPrintLayout, currentPath: str, angle: int) -> None: + """ + Updates the content of pdf below the map (texts, images) + + Args: + layout: print layout + currentPath: current path + angle: angle of rotation + """ + # logo + imgLogo = layout.itemById("imgLogo") + imgLogo.setPicturePath(os.path.join(currentPath, "../icons", "logo.png")) + + # compass + imgCompass = layout.itemById("imgCompass") + imgCompass.setPictureRotation(-angle) + imgCompass.setPicturePath(os.path.join(currentPath, "../icons", "north_arrow.png")) diff --git a/python/plugins/moFa4Q_plugin/utils/qgis_initalize.py b/python/plugins/moFa4Q_plugin/utils/qgis_initalize.py new file mode 100644 index 0000000..3c06eec --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/qgis_initalize.py @@ -0,0 +1,70 @@ +import os +import re +from shutil import copyfile + +from PyQt5.QtCore import QSettings + + +class QgisInitialize: + """ Initialize Settings from qgis init-file""" + TEST_SEARCH = "%PROFILE_FOLDER%" + QGIS_PROJ_OPEN_AT_LAUNCH_PATH = "qgis/projOpenAtLaunchPath" + + def __init__(self, iface, profile_path, default_install_path, default_project, text_to_search=None): + self.locale = None + self.iface = iface + self.PROFILE_PATH = profile_path + self.DEFAULT_INSTALL_PATH = default_install_path + self.DEFAULT_PROJECT = default_project + + new_proj_open_at_launch_path = os.path.normcase(os.path.normpath(os.path.join(self.DEFAULT_INSTALL_PATH, self.DEFAULT_PROJECT))) + proj_open_at_launch_path = QSettings().value(self.QGIS_PROJ_OPEN_AT_LAUNCH_PATH) + proj_open_at_launch_path = os.path.normcase(proj_open_at_launch_path) + + if isinstance(text_to_search, str): + self.TEST_SEARCH = text_to_search + + if (isinstance(proj_open_at_launch_path, str)) and (new_proj_open_at_launch_path != proj_open_at_launch_path): + self._init_qgis_configuration() + + def _sync(self): + """ QSettings sync(self) """ + # Reload QGIS Setting + QSettings().sync() + + def _init_qgis_configuration(self) -> None: + """replace textToSearch of init-file with profile_path""" + # QgsMessageLog.logMessage("call _init_qgis_configuration()", level=Qgis.Info) + dirPath = os.path.normcase(self.PROFILE_PATH) + textToReplace = dirPath.replace('\\', '/') + + if os.path.isdir(dirPath): + copyfile(os.path.normcase(dirPath + "/init/QGIS3.ini"), os.path.normcase(dirPath + "/QGIS/QGIS3.ini")) + copyfile(os.path.normcase(dirPath + "/init/QGISCUSTOMIZATION3.ini"), + os.path.normcase(dirPath + "/QGIS/QGISCUSTOMIZATION3.ini")) + + filename = os.path.join(dirPath + "/QGIS/QGIS3.ini") + if os.path.isfile(filename): + with open(filename, 'r') as instream: + content = instream.read() + content = re.sub(self.TEST_SEARCH, textToReplace, content) + with open(filename, 'w') as outstream: + outstream.write(content) + + filename = os.path.join(dirPath + "/QGIS/QGISCUSTOMIZATION3.ini") + if os.path.isfile(filename): + with open(filename, 'r') as instream: + content = instream.read() + content = re.sub(self.TEST_SEARCH, textToReplace, content) + with open(filename, 'w') as outstream: + outstream.write(content) + + # Closing the file after the loop finishes + outstream.close() + # Reload QSettings + self._sync() + + def get_locale(self): + """ Get Locale env from QSettings""" + self.locale = QSettings().value('locale/userLocale')[0:2] + return self.locale diff --git a/python/plugins/moFa4Q_plugin/utils/rect_select.py b/python/plugins/moFa4Q_plugin/utils/rect_select.py new file mode 100644 index 0000000..b35a120 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/rect_select.py @@ -0,0 +1,151 @@ +from qgis.PyQt.QtGui import QColor +from qgis.core import (QgsPointXY, QgsRectangle, QgsWkbTypes, QgsGeometry, + QgsFeature, QgsVectorLayer) +from qgis.gui import QgsMapToolEmitPoint, QgsRubberBand, QgsMapToolIdentify, QgsHighlight +from PyQt5.QtCore import Qt + +from .select_dialog import SelectDialog + + +class RectSelect(QgsMapToolEmitPoint): + """ + /*************************************************************************** + Defines the functionalities to select an extent (rectangle) for feature identification + and highlight selected features + based on https://github.com/qgis/QGIS/blob/master/python/plugins/processing/gui/RectangleMapTool.py + ***************************************************************************/ + """ + STROKE_COLOR=QColor(255,150,0,255) + FILL_COLOR=QColor(255,150,0,127) + STROKE_WIDTH=3 + ICON_SIZE=25 + + startPoint = None + isEmittingPoint = None + endPoint = None + selectDialog = None + highlights = [] + + def __init__(self, iface): + """ Initiate a Maptool to draw a rubber band with polygon-properties on the map """ + self.iface = iface + self.canvas = iface.mapCanvas() + QgsMapToolEmitPoint.__init__(self, self.canvas) + self.rubberBandDraw = QgsRubberBand(self.canvas, QgsWkbTypes.PolygonGeometry) + self.rubberBandDraw.setColor(self.STROKE_COLOR) + self.rubberBandDraw.setWidth(self.STROKE_WIDTH) + self.rubberBandDraw.setIconSize(self.ICON_SIZE) + self.rubberBandDraw.setFillColor(self.FILL_COLOR) + self.identityG = QgsMapToolIdentify(self.canvas) + self.reset() + + def reset(self): + """ Clears all """ + self.resetSelect() + self.resetHighlights() + + def resetSelect(self): + """ Clears canvas from previous rectangle """ + self.startPoint = self.endPoint = None + self.isEmittingPoint = False + self.rubberBandDraw.reset(QgsWkbTypes.PolygonGeometry) + + def resetHighlights(self): + for highlight in self.highlights: + highlight.hide() + self.highlights = [] + + def canvasPressEvent(self, e): + """ Overrides, on mouse down a rectangle will be drawn """ + # print("canvasPressEvent ") + self.resetHighlights() + if self.rectangle() is not None: + self.resetSelect() + self.startPoint = self.toMapCoordinates(e.pos()) + self.endPoint = self.startPoint + self.isEmittingPoint = True + self.showRect(self.startPoint, self.endPoint) + + def canvasReleaseEvent(self, e): + """ Overrides, on mouse release new vertices are drawn and appended to the rubber band """ + self.isEmittingPoint = False + if self.startPoint.x() == self.endPoint.x() or self.startPoint.y() == self.endPoint.y(): + # print("===>> for one point only", self.endPoint.x(), self.endPoint.y()) + pointGeo = QgsGeometry.fromWkt("POINT({} {})".format(self.endPoint.x(), self.endPoint.y())) + results = self.identityG.identify(pointGeo, self.identityG.TopDownAll, self.identityG.VectorLayer) + self.openDialog(results) + self.resetSelect() + return + + if self.rectangle() is not None: + # print(self.rectangle()) + results = self.identityG.identify(QgsGeometry.fromRect(self.rectangle()), self.identityG.TopDownAll, + self.identityG.VectorLayer) + self.openDialog(results) + self.resetSelect() + + def canvasMoveEvent(self, e): + """ Overrides, on mouse move """ + if not self.isEmittingPoint: + return + + self.endPoint = self.toMapCoordinates(e.pos()) + self.showRect(self.startPoint, self.endPoint) + + def showRect(self, startPoint, endPoint): + self.rubberBandDraw.reset(QgsWkbTypes.PolygonGeometry) + + point1 = QgsPointXY(startPoint.x(), startPoint.y()) + point2 = QgsPointXY(startPoint.x(), endPoint.y()) + point3 = QgsPointXY(endPoint.x(), endPoint.y()) + point4 = QgsPointXY(endPoint.x(), startPoint.y()) + + self.rubberBandDraw.addPoint(point1, False) + self.rubberBandDraw.addPoint(point2, False) + self.rubberBandDraw.addPoint(point3, False) + # True to update canvas + self.rubberBandDraw.addPoint(point4, True) + self.rubberBandDraw.show() + + def rectangle(self): + if self.startPoint is None or self.endPoint is None: + return None + elif self.startPoint.x() == self.endPoint.x() or \ + self.startPoint.y() == self.endPoint.y(): + return None + + return QgsRectangle(self.startPoint, self.endPoint) + + def openDialog(self, results): + # print("results", results) + if len(results) == 1: + self.iface.openFeatureForm(results[0].mLayer, QgsFeature(results[0].mFeature), True) + self.highlightSelFeatures(results) + elif len(results) > 1: + self.selectDialog = SelectDialog(self.iface) + self.selectDialog.show(results) + self.selectDialog.dialogSygnal.connect(self.resetAndHighlightSelFeature) + if len(results) < self.selectDialog.MAX_FEATURE: + self.highlightSelFeatures(results) + + def highlightSelFeatures(self, results): + # print("result", results) + for result in results: + self.highlightSelFeature(result) + + def resetAndHighlightSelFeature(self, result): + self.resetHighlights() + self.highlightSelFeature(result) + + def highlightSelFeature(self, result): + highlight = QgsHighlight(self.canvas, result.mFeature, result.mLayer) + highlight.setColor(QColor(Qt.yellow)) + # highlight.setBuffer(20.5) + # highlight.setWidth(10000) + # highlight.setMinWidth(333.) + highlight.setFillColor(QColor(Qt.yellow)) + # color.setAlpha(50) + # highlight.setFillColor(color) + self.highlights.append(highlight) + highlight.show() + # self.canvas.refresh() diff --git a/python/plugins/moFa4Q_plugin/utils/search.py b/python/plugins/moFa4Q_plugin/utils/search.py new file mode 100644 index 0000000..7c4dd92 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/search.py @@ -0,0 +1,152 @@ +import os.path +import sqlite3 +import traceback + +import qgis.utils +from PyQt5.QtCore import QStringListModel, Qt +from PyQt5.QtGui import QColor +from PyQt5.QtWidgets import QCompleter +from qgis.core import (Qgis, QgsCoordinateReferenceSystem, + QgsCoordinateTransform, QgsPoint, QgsPointXY, + QgsProject) +from qgis.gui import QgsVertexMarker + +from .tr import tr +from abc import ABC + + +class Search(ABC): + """ + Reads a geopackage and searchs in the table attribute table the + matched text + """ + STR_QUERY = "SELECT address FROM addresses WHERE address LIKE ?" + STR_QUERY_GEOM = "SELECT X(geom), Y(geom), SRID(geom) FROM addresses WHERE address = ?" + #STR_QUERY_GEOM = "SELECT geom, X(geom), Y(geom) FROM addresses" + TABLE_EPSG = "EPSG:4326" + MAX_VISIBLE_ITEMS = 15 + COLOR_VERTEX = QColor(153, 0, 204) + SIZE_VERTEX = 24 + PEN_VERTEX = 4 + ZOOM_SCALE = 160000.0 + marker = None + gPntXY = None + + def __init__(self, iface, filePath, lineEditSearch, pushButtonShow): + self.conn = None + self.iface = iface + try: + if os.path.isfile(filePath) is False: + raise DBConnEx(tr("Der Geopackage-File {} für die Suche wurde nicht gefunden.").format(os.path.basename(filePath))) + else: + self.lineEditSearch = lineEditSearch + self.pushButtonShow = pushButtonShow + + self.createDBConn(filePath) + self.conn.cursor() + + self.completer = self.getCompleter() + self.lineEditSearch.setCompleter(self.completer) + self.model = QStringListModel() + self.completer.setModel(self.model) + + self.lineEditSearch.textChanged.connect(self.textChanged) + self.pushButtonShow.clicked.connect(self.centerMarkerOnCanvas) + + except DBConnEx as erMsg: + self.iface.messageBar().pushMessage(tr("Warning"), tr( + "Die Suche kann nicht verwendet werden. {}").format(erMsg), level=Qgis.Info) + + except Exception: + self.iface.messageBar().pushMessage(tr("Warning"), tr( + "Die Suche kann nicht verwendet werden. Fehler nicht behoben: {}").format(traceback.format_exc()), level=Qgis.Info) + + def getCompleter(self): + completer = QCompleter() + completer.setCaseSensitivity(Qt.CaseInsensitive) + completer.setMaxVisibleItems(self.MAX_VISIBLE_ITEMS) + completer.setFilterMode(Qt.MatchContains) + completer.activated.connect(self.getPoi) + return completer + + def createDBConn(self, path): + try: + self.conn = qgis.utils.spatialite_connect(path) + except sqlite3.Error: + raise DBConnEx(tr("Problem to connect to the server.")) + + def resetAll(self): + """ Closes the connection - It used when plugin is unloaded """ + if self.conn: + self.conn.close() + if self.marker: + self.iface.mapCanvas().scene().removeItem(self.marker) + + def getDataFromDb(self): + self.c = self.conn.cursor() + rows = self.c.execute(self.STR_QUERY, ['%' + self.lineEditSearch.text() + '%']).fetchall() + resultsQuery = [] + for sqlRow in rows: + resultsQuery.append(sqlRow[0]) + self.model.setStringList(resultsQuery) + self.c.close() + + def textChanged(self): + """ Updates the list of possible completions each time a key is pressed for 3 letters """ + #print("=========> textChanged!") + pattern = str(self.lineEditSearch.text()) + if len(pattern) < 3: + self.model.setStringList([]) + elif len(pattern) == 3 and self.model.stringList() == []: + self.getDataFromDb() + + def getPoi(self): + """ Gets Poi of the selected research """ + self.c = self.conn.cursor() + self.c.execute("select EnableGpkgAmphibiousMode()") + rslt = self.c.execute(self.STR_QUERY_GEOM, [self.lineEditSearch.text()]).fetchone() + #print("geom: ", rslt) + self.c.close() + print(rslt[2]) + self.addMarkerOnCanvas(rslt[0], rslt[1], rslt[2]) + + def addMarkerOnCanvas(self, x, y, srid): + """ Add a POI to the canvas """ + canvas = self.iface.mapCanvas() + gPnt = QgsPoint(x, y) + if srid == 4326: + gPnt = self.convertCRS(gPnt, canvas) + #print("new gPnt", gPnt) + if self.marker is not None: + canvas.scene().removeItem(self.marker) + self.marker = QgsVertexMarker(canvas) + self.gPntXY = QgsPointXY(gPnt.x(), gPnt.y()) + + self.marker.setCenter(self.gPntXY) + self.marker.setColor(self.COLOR_VERTEX) + self.marker.setIconSize(self.SIZE_VERTEX) + self.marker.setIconType(QgsVertexMarker.ICON_CIRCLE) + self.marker.setPenWidth(self.PEN_VERTEX) + self.centerMarkerOnCanvas() + + def centerMarkerOnCanvas(self): + """ Add a POI to the canvas """ + canvas = self.iface.mapCanvas() + canvas.setCenter(self.gPntXY) + canvas.zoomScale(self.ZOOM_SCALE) + + def convertCRS(self, gPnt, canvas): + sourceCrs = QgsCoordinateReferenceSystem() + sourceCrs.createFromString(self.TABLE_EPSG) + + destCrs = QgsCoordinateReferenceSystem() + destCrs.createFromString(canvas.mapSettings().destinationCrs().authid()) + + tr = QgsCoordinateTransform(sourceCrs, destCrs, QgsProject.instance()) + gPnt.transform(tr) + return gPnt + + +class DBConnEx(Exception): + """Base class for exceptions in this module.""" + pass diff --git a/python/plugins/moFa4Q_plugin/utils/select_dialog.py b/python/plugins/moFa4Q_plugin/utils/select_dialog.py new file mode 100644 index 0000000..b46d650 --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/select_dialog.py @@ -0,0 +1,70 @@ +from functools import partial +from qgis.PyQt.QtWidgets import (QDialog, QHBoxLayout, QLabel, QLayout, + QListWidget, QListWidgetItem, QPushButton, + QVBoxLayout, QWidget) +from qgis.core import QgsFeature +from qgis.PyQt.QtCore import pyqtSignal +from qgis.gui import QgsMapToolIdentify +from .tr import tr + + +class SelectDialog(QDialog): + """ + If more than one feature is selected, the user can choose, which one can be shown. + """ + MAX_FEATURE = 25 + MSG_HIGHT = 110 + + results = [] + + dialogSygnal = pyqtSignal(QgsMapToolIdentify.IdentifyResult) + + def __init__(self, iface): + super(SelectDialog, self).__init__() + self.iface = iface + + def show(self, results): + super().show() + self.results = results + layout = QVBoxLayout() + self.setLayout(layout) + + # print("results", results) + if len(results) > self.MAX_FEATURE: + lbl = QLabel(tr("Es wurden mehr als {} Feature identifiziert. Bitte zoomen Sie hinein um die Anzahl zu verringern").format( + self.MAX_FEATURE)) + layout.addWidget(lbl) + self.setFixedHeight(self.MSG_HIGHT) + else: + listWidget = QListWidget() + layout.addWidget(listWidget) + + rowCount = -1 + for row in results: + rowCount += 1 + self.addRow(row, rowCount, listWidget) + + def addRow(self, row, rowCount, listWidget): + itemN = QListWidgetItem() + widget = QWidget() + hLayout = QHBoxLayout() + lblWidget = QLabel(row.mLayer.name() + " fid: " + str(row.mFeature.id())) + btnShowFeature = QPushButton(tr("Feature anzeigen")) + hLayout.addWidget(lblWidget) + hLayout.addWidget(btnShowFeature) + hLayout.addStretch() + hLayout.setSizeConstraint(QLayout.SetFixedSize) + widget.setLayout(hLayout) + itemN.setSizeHint(widget.sizeHint()) + listWidget.addItem(itemN) + listWidget.setItemWidget(itemN, widget) + btnShowFeature.clicked.connect(partial(self.showFeature, rowCount)) + + #Add widget to QListWidget funList + listWidget.addItem(itemN) + listWidget.setItemWidget(itemN, widget) + + def showFeature(self, rowCount): + self.close() + self.iface.openFeatureForm(self.results[rowCount].mLayer, QgsFeature(self.results[rowCount].mFeature), True) + self.dialogSygnal.emit(self.results[rowCount]) diff --git a/python/plugins/moFa4Q_plugin/utils/tr.py b/python/plugins/moFa4Q_plugin/utils/tr.py new file mode 100644 index 0000000..ee1df3f --- /dev/null +++ b/python/plugins/moFa4Q_plugin/utils/tr.py @@ -0,0 +1,15 @@ +from qgis.PyQt.QtCore import QCoreApplication + + +def tr(string): + """Get the translation for a string using Qt translation API. + + We implement this ourselves since we do not inherit QObject. + + :param message: String for translation. + :type message: str, QString + + :returns: Translated version of message. + :rtype: QString + """ + return QCoreApplication.translate('@default', string) diff --git a/python/plugins/plugin_reloader/CHANGELOG b/python/plugins/plugin_reloader/CHANGELOG new file mode 100644 index 0000000..e4b9145 --- /dev/null +++ b/python/plugins/plugin_reloader/CHANGELOG @@ -0,0 +1,83 @@ +0.9.4 +Support for Qt6 + +0.9.3 +Fix missing icons in some cases. Patch by Jean-François Bourdon. + +0.9.2 +Add Italian translation. Patch by ValPinna. + +0.9.1 +Add French translation. Patch by Jean-François Bourdon. + +0.9 +Prevent error if no plugin is set. Patch by Jean-François Bourdon. +Extra commands fixes and improvements by Jean-François Bourdon: + - Don't run empty extra commands. + - Allow temporary disabling of extra commands. + - Handle non-utf8 caracters in error message if extra commands fails. + - Option to append plugin' name to the extra commands typed. +Add the reload time to the success message. +Add German translation. Patch by Werner Macho. +Update Polish translation. + +0.8.2 +Make the notification Success rather than Info. Patch by Étienne Trimaille. + +0.8.1 +Fix Polish translation + +0.8 +Add ability to run extra commands before reloading plugin. Patch by Ricardo Silva. + +0.7.9 +Enable localizations, add Polish translation. Thanks to Zbigniew Prajs. + +0.7.8 +Make the notification optional in case you hate trivial notifications covering error messages from the plugin. +Drop the "experimental" flag. + +0.7.7 +Show icons in plugin selection combo box. Patch by Nyall Dawson. + +0.7.6 +Fix outdated action tooltip on changing plugin setting. Patch by Nyall Dawson. + +0.7.5 +Fix reloading plugin submodules. + +0.7.4 +Set the keyboard shortcut to Ctrl+F5 by default and make it properly configurable + +0.7.3 +Update to recent API changes. Thanks to Francisco Raga, olivierh65 and Heikki Vesanto. +Improve GUI strings. + +0.7.2 +Restore QGIS UI state after reloading (backport changes from 0.6.4). Patch by GeorchW. +Push a message to the main QgsMessageBar after reloading. +Fixed tool button removing when unloading the plugin reloader itself. + +0.7.1 +Set compatibility to QGIS version range 2.99 - 3.99 + +0.7 +Python3 and PyQt5 compatible. Patch by Denis Rouzaud. +Version for QGIS 2.99 only + +0.6.4 +Restore QGIS UI state after reloading. Patch by GeorchW. +Version for QGIS 1.8 up to 2.98 + +0.6.3 +Both actions grouped into a single toolbutton with a menu. Patch by Ricardo Garcia Silva. +Last version compatible with QGIS < 1.8 + +0.6.2 +Metadata fix + +0.6.1 +Also tell QGIS about the compatibility with QGIS 2 :) + +0.6 +Compatible with SIP API v2 (thanks to Etienne Tourigny) diff --git a/python/plugins/plugin_reloader/Makefile b/python/plugins/plugin_reloader/Makefile new file mode 100644 index 0000000..1813f47 --- /dev/null +++ b/python/plugins/plugin_reloader/Makefile @@ -0,0 +1,24 @@ +PLUGINNAME = $(shell basename $(PWD)) +VERSION = $(shell sed -n 's/version=//p' metadata.txt) +ZIPFILE = $(HOME)/$(PLUGINNAME).$(VERSION).zip +.PHONY: help pylint pep8 zip + +help: + @echo "Please use \`make ' where is one of" + @echo " pep8 check Python code with pep8" + @echo " pylint check Python code with pylint" + @echo " zip build zip package" + + +pep8: + @pep8 --config=pep8 *.py + + +pylint: + @pylint *py + + +zip: + rm -f ${ZIPFILE} + cd ..; zip -9r $(ZIPFILE) $(PLUGINNAME) -x "*.git/*" "*.gitignore" "*pyc" "*__pycache__/*" "*doc/*" + @echo "Successfully zipped to" $(ZIPFILE) diff --git a/python/plugins/plugin_reloader/__init__.py b/python/plugins/plugin_reloader/__init__.py new file mode 100644 index 0000000..aaaffa4 --- /dev/null +++ b/python/plugins/plugin_reloader/__init__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# *************************************************************************** +# __init__.py - A Python Plugin Reloader for QGIS +# --------------------- +# begin : 2010-01-24 +# copyright : (C) 2010 by Borys Jurgiel +# email : qgis at borysjurgiel dot pl +# The "Reload" icon copyright by Matt Ball http://www.mattballdesign.com +# *************************************************************************** +# * * +# * 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. * +# * * +# *************************************************************************** + +def classFactory(iface): + from .reloader_plugin import ReloaderPlugin + return ReloaderPlugin(iface) diff --git a/python/plugins/plugin_reloader/configurereloaderbase.ui b/python/plugins/plugin_reloader/configurereloaderbase.ui new file mode 100644 index 0000000..96b868b --- /dev/null +++ b/python/plugins/plugin_reloader/configurereloaderbase.ui @@ -0,0 +1,233 @@ + + + Borys Jurgiel + ConfigureReloaderDialogBase + + + + 0 + 0 + 500 + 257 + + + + + 0 + 0 + + + + + 500 + 300 + + + + Qt::DefaultContextMenu + + + Configure Plugin reloader + + + + + + + + + + 0 + 0 + + + + <html><head/><body><p>Push a notification about the successful reload to the QGIS message bar.</p><p><span style=" font-weight:600;">Check this</span>, if you like to be sure you reloaded the right plugin.</p><p><span style=" font-weight:600;">Uncheck this</span>, if you hate trivial notifications covering error messages from the plugin.</p></body></html> + + + Display a notification once the plugin is reloaded + + + + + + + 6 + + + + + false + + + <html><head/><body><p>QGIS will try to execute any commands typed here in a shell before reloading the plugin.</p> +<p>This can be useful, for example, if you need to copy the new source code into the QGIS plugins directory.</p></body></html> + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + false + + + Note: any %PluginName% will be replaced by the plugin's name. + + + pteExtraCommands + + + + + + + + + Qt::NoFocus + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + true + + + + + + + Select &the plugin you want to reload + + + comboPlugin + + + + + + + + 0 + 0 + + + + <html><head/><body><p>QGIS will try to execute any commands typed here in a shell before reloading the plugin.</p> +<p>This can be useful, for example, if you need to copy the new source code into the QGIS plugins directory.</p></body></html> + + + Run the commands below before reloading + + + + + + + + 0 + 0 + + + + + 220 + 0 + + + + Qt::WheelFocus + + + + + + + comboPlugin + cbExtraCommands + pteExtraCommands + cbNotifications + + + + + buttonBox + accepted() + ConfigureReloaderDialogBase + accept() + + + 117 + 192 + + + 42 + 91 + + + + + buttonBox + rejected() + ConfigureReloaderDialogBase + reject() + + + 253 + 192 + + + 208 + 20 + + + + + cbExtraCommands + toggled(bool) + pteExtraCommands + setEnabled(bool) + + + 249 + 78 + + + 267 + 127 + + + + + cbExtraCommands + toggled(bool) + lblExtraCommands + setEnabled(bool) + + + 249 + 78 + + + 267 + 172 + + + + + diff --git a/python/plugins/plugin_reloader/i18n/plugin_reloader.pro b/python/plugins/plugin_reloader/i18n/plugin_reloader.pro new file mode 100644 index 0000000..2975874 --- /dev/null +++ b/python/plugins/plugin_reloader/i18n/plugin_reloader.pro @@ -0,0 +1,6 @@ +FORMS = ../configurereloaderbase.ui + +SOURCES = ../reloader_plugin.py + +TRANSLATIONS = plugin_reloader_pl.ts plugin_reloader_de.ts plugin_reloader_fr.ts + diff --git a/python/plugins/plugin_reloader/i18n/plugin_reloader_de.qm b/python/plugins/plugin_reloader/i18n/plugin_reloader_de.qm new file mode 100644 index 0000000..79198c9 Binary files /dev/null and b/python/plugins/plugin_reloader/i18n/plugin_reloader_de.qm differ diff --git a/python/plugins/plugin_reloader/i18n/plugin_reloader_de.ts b/python/plugins/plugin_reloader/i18n/plugin_reloader_de.ts new file mode 100644 index 0000000..764a492 --- /dev/null +++ b/python/plugins/plugin_reloader/i18n/plugin_reloader_de.ts @@ -0,0 +1,102 @@ + + + + + ConfigureReloaderDialogBase + + + Configure Plugin reloader + Plugin-Reloader-Einstellungen + + + + <html><head/><body><p>Push a notification about the successful reload to the QGIS message bar.</p><p><span style=" font-weight:600;">Chceck this</span>, it you like to be sure you reloaded the rigth plugin.</p><p><span style=" font-weight:600;">Uncheck this</span>, if you hate trivial notifications covering error messages fom the plugin.</p></body></html> + <html><head/><body><p>Sende eine Benachrichtigung über das erfolgreiche Neuladen an die QGIS-Nachrichtenleiste.</p><p><span style=" font-weight:600;">Aktiviere</span> diese Option,um zu überprüfen ob das richtige Plugin neu geladen wurde.</p><p><span style=" font-weight:600;">Deaktiviere</span> diese Option, wenn triviale Benachrichtigungen zu Fehlermeldungen des Plugins nicht angezeigt werden sollen.</p></body></html> + + + + Display a notification once the plugin is reloaded + Benachrichtigung anzeigen, sobald das Plugin neu geladen wurde + + + + Select &the plugin you want to reload + Selek&tion des neu zu ladenden Plugins + + + + Commands to run before reloading + Befehle, die vor dem Neuladen ausgeführt werden sollen + + + + <html><head/><body><p>QGIS will try to execute any commands typed here in a shell before reloading the plugin.</p> +<p>This can be useful, for example, if you need to copy the new source code into the QGIS plugins directory.</p></body></html> + <html><head/><body><p>QGIS wird versuchen, alle hier eingegebenen Befehle in einer Shell auszuführen, bevor das Plugin neu geladen wird.</p> +<p>Dies kann nützlich sein, wenn der neue Quellcode in das QGIS-Plugin-Verzeichnis kopiert werden muss.</p></body></html> + + + + <html><head/><body><p>Push a notification about the successful reload to the QGIS message bar.</p><p><span style=" font-weight:600;">Check this</span>, if you like to be sure you reloaded the right plugin.</p><p><span style=" font-weight:600;">Uncheck this</span>, if you hate trivial notifications covering error messages from the plugin.</p></body></html> + <html><head/><body><p>Sende eine Benachrichtigung über das erfolgreiche Neuladen an die QGIS-Nachrichtenleiste.</p><p><span style=" font-weight:600;">Aktiviere</span> diese Option,um zu überprüfen ob das richtige Plugin neu geladen wurde.</p><p><span style=" font-weight:600;">Deaktiviere</span> diese Option, wenn triviale Benachrichtigungen zu Fehlermeldungen des Plugins nicht angezeigt werden sollen.</p></body></html> + + + + Note: any %PluginName% will be replaced by the plugin's name. + Bemerkung: %PluginName% wird ersetzt durch den Plugin Namen. + + + + Run the commands below before reloading + Befehle, die vor dem Neuladen ausgeführt werden sollen + + + + ReloaderPlugin + + + Reload plugin: + Plugin neu laden: + + + + Reload chosen plugin + Ausgewähltes Plugin neu laden + + + + Reload plugin: {} + Plugin neu laden: {} + + + + &Plugin Reloader + &Plugin-Reloader + + + + Configure + Konfigurieren + + + + Choose a plugin to be reloaded + Wählen Sie ein Plugin aus, das neu geladen werden soll + + + + <b>{}</b> reloaded. + <b>{}</b> neu geladen. + + + + Plugin <b>{}</b> not found. + Plugin <b>{}</b> nicht gefunden. + + + + <b>{}</b> reloaded in {} ms. + <b>{}</b> neu geladen in {} ms. + + + diff --git a/python/plugins/plugin_reloader/i18n/plugin_reloader_fr.qm b/python/plugins/plugin_reloader/i18n/plugin_reloader_fr.qm new file mode 100644 index 0000000..d5ed022 Binary files /dev/null and b/python/plugins/plugin_reloader/i18n/plugin_reloader_fr.qm differ diff --git a/python/plugins/plugin_reloader/i18n/plugin_reloader_fr.ts b/python/plugins/plugin_reloader/i18n/plugin_reloader_fr.ts new file mode 100644 index 0000000..bcc478f --- /dev/null +++ b/python/plugins/plugin_reloader/i18n/plugin_reloader_fr.ts @@ -0,0 +1,87 @@ + + + + + ConfigureReloaderDialogBase + + + Configure Plugin reloader + Configurer Plugin Reloader + + + + <html><head/><body><p>Push a notification about the successful reload to the QGIS message bar.</p><p><span style=" font-weight:600;">Check this</span>, if you like to be sure you reloaded the right plugin.</p><p><span style=" font-weight:600;">Uncheck this</span>, if you hate trivial notifications covering error messages from the plugin.</p></body></html> + <html><head/><body><p>Affiche une notification à propos du rechargement dans la barre de message de QGIS.</p><p><span style=" font-weight:600;">Cochez</span>, si vous aimez être certain que vous avez rechargé la bonne extension.</p><p><span style=" font-weight:600;">Décochez</span>, si vous détestez les notifications triviales masquant les messages d'erreur de l'extension.</p></body></html> + + + + Display a notification once the plugin is reloaded + Afficher une notification une fois l'extension rechargée + + + + <html><head/><body><p>QGIS will try to execute any commands typed here in a shell before reloading the plugin.</p> +<p>This can be useful, for example, if you need to copy the new source code into the QGIS plugins directory.</p></body></html> + <html><head/><body><p>QGIS exécutera dans une interface système (shell) toute commandes inscrite ici avant de recharger l'extension.</p> +<p>Ceci peut être utile si, par exemple, vous souhaitez effectuer une copie de votre nouveau code source dans le répertoire d'extensions de QGIS.</p></body></html> + + + + Note: any %PluginName% will be replaced by the plugin's name. + Note: tout %PluginName% sera remplacé par le nom de l'extension. + + + + Select &the plugin you want to reload + Sélec&tionnez l'extension à recharger + + + + Run the commands below before reloading + Exécuter les commandes ci-dessous avant le rechargement + + + + ReloaderPlugin + + + Reload plugin: + Recharger l'extension: + + + + Reload chosen plugin + Recharger l'extension sélectionnée + + + + Reload plugin: {} + Recharger l'extension: {} + + + + &Plugin Reloader + &Plugin Reloader + + + + Configure + Configurer + + + + Choose a plugin to be reloaded + Sélectionnez une extension à recharger + + + + Plugin <b>{}</b> not found. + Extension <b>{}</b> introuvable. + + + + <b>{}</b> reloaded in {} ms. + <b>{}</b> rechargé en {} ms. + + + diff --git a/python/plugins/plugin_reloader/i18n/plugin_reloader_it.qm b/python/plugins/plugin_reloader/i18n/plugin_reloader_it.qm new file mode 100644 index 0000000..1774b49 Binary files /dev/null and b/python/plugins/plugin_reloader/i18n/plugin_reloader_it.qm differ diff --git a/python/plugins/plugin_reloader/i18n/plugin_reloader_it.ts b/python/plugins/plugin_reloader/i18n/plugin_reloader_it.ts new file mode 100644 index 0000000..f1efce1 --- /dev/null +++ b/python/plugins/plugin_reloader/i18n/plugin_reloader_it.ts @@ -0,0 +1,87 @@ + + + + + ConfigureReloaderDialogBase + + + Configure Plugin reloader + Configura Plugin Reloader + + + + <html><head/><body><p>Push a notification about the successful reload to the QGIS message bar.</p><p><span style=" font-weight:600;">Check this</span>, if you like to be sure you reloaded the right plugin.</p><p><span style=" font-weight:600;">Uncheck this</span>, if you hate trivial notifications covering error messages from the plugin.</p></body></html> + <html><head/><body><p>Invia una notifica sul corretto caricamento nella barra dei messaggi QGIS. </p><p><span style=" font-weight:600;">Controlla questo</span>, se vuoi essere sicuro di aver ricaricato il plugin giusto. </p><p><span style=" font-weight:600;">Deseleziona questo</span>, se odi le notifiche insignificanti riguardanti i messaggi di errore dal plugin. </p></body></html> + + + + Display a notification once the plugin is reloaded + Visualizza una notifica una volta che il plugin viene ricaricato + + + + <html><head/><body><p>QGIS will try to execute any commands typed here in a shell before reloading the plugin.</p> +<p>This can be useful, for example, if you need to copy the new source code into the QGIS plugins directory.</p></body></html> + <html><head/><body><p>QGIS tenterà di eseguire qualsiasi comando digitato qui in una shell prima di ricaricare il plugin. </p> +<p>Questo può essere utile, per esempio, se è necessario copiare il nuovo codice sorgente nella directory dei plugin QGIS. </p></body></html> + + + + Note: any %PluginName% will be replaced by the plugin's name. + Nota: qualsiasi %PluginName% sarà sostituito dal nome del plugin. + + + + Select &the plugin you want to reload + Selezionare &il plugin che si desidera ricaricare + + + + Run the commands below before reloading + Eseguire i comandi qui sotto prima di ricaricare + + + + ReloaderPlugin + + + Reload plugin: + Ricarica il plugin: + + + + Reload chosen plugin + Ricarica il plugin selezionato + + + + Reload plugin: {} + Ricarica il plugin: {} + + + + &Plugin Reloader + &Plugin Reloader + + + + Configure + Configura + + + + Choose a plugin to be reloaded + Scegli un plugin da ricaricare + + + + Plugin <b>{}</b> not found. + Plugin <b>{}</b> non trovato. + + + + <b>{}</b> reloaded in {} ms. + <b>{}</b> ricaricato in {} ms. + + + diff --git a/python/plugins/plugin_reloader/i18n/plugin_reloader_pl.qm b/python/plugins/plugin_reloader/i18n/plugin_reloader_pl.qm new file mode 100644 index 0000000..943c0cd Binary files /dev/null and b/python/plugins/plugin_reloader/i18n/plugin_reloader_pl.qm differ diff --git a/python/plugins/plugin_reloader/i18n/plugin_reloader_pl.ts b/python/plugins/plugin_reloader/i18n/plugin_reloader_pl.ts new file mode 100644 index 0000000..33dd81d --- /dev/null +++ b/python/plugins/plugin_reloader/i18n/plugin_reloader_pl.ts @@ -0,0 +1,86 @@ + + + + ConfigureReloaderDialogBase + + + Configure Plugin reloader + Konfiguracja Plugin Reloadera + + + + Display a notification once the plugin is reloaded + Wyświetlaj powiadomienie o przeładowaniu wtyczki + + + + Select &the plugin you want to reload + Wybierz &wtyczkę do przeładowania + + + + <html><head/><body><p>QGIS will try to execute any commands typed here in a shell before reloading the plugin.</p> +<p>This can be useful, for example, if you need to copy the new source code into the QGIS plugins directory.</p></body></html> + <html><head/><body><p>Wprowadź komendy wiersza poleceń, które mają być wykonane przed przeładowaniem wtyczki.</p> +<p>Może to być na przykład kopiowanie kodu źródłowego wtyczki z katalogu roboczego do katalogu wtyczek QGIS.</p></body></html> + + + + <html><head/><body><p>Push a notification about the successful reload to the QGIS message bar.</p><p><span style=" font-weight:600;">Check this</span>, if you like to be sure you reloaded the right plugin.</p><p><span style=" font-weight:600;">Uncheck this</span>, if you hate trivial notifications covering error messages from the plugin.</p></body></html> + <html><head/><body><p>Wyświetlaj potwierdzenie przeładowania wtyczki w pasku powiadomień QGIS-a.</p><p><span style=" font-weight:600;">Zaznacz</span>, jeśli chcesz mieć pewność, że przeładowujesz właściwą wtyczkę.</p><p><span style=" font-weight:600;">Odznacz</span>, jeśli wolisz mniej powiadomień.</p></body></html> + + + + Note: any %PluginName% will be replaced by the plugin's name. + Możesz użyć zmiennej %PluginName% zamiast nazwy wtyczki. + + + + Run the commands below before reloading + Uruchom poniższe polecenia przed przeładowaniem + + + + ReloaderPlugin + + + Reload plugin: + Przeładuj wtyczkę: + + + + Reload chosen plugin + Przeładuj wybraną wtyczkę + + + + Reload plugin: {} + Przeładuj wtyczkę: {} + + + + &Plugin Reloader + &Plugin Reloader + + + + Configure + Ustawienia + + + + Choose a plugin to be reloaded + Wybierz wtyczkę do przeładowania + + + + Plugin <b>{}</b> not found. + Nie znaleziono wtyczki <b>{}</b>. + + + + <b>{}</b> reloaded in {} ms. + Wtyczka <b>{}</b> przeładowana w {} ms. + + + diff --git a/python/plugins/plugin_reloader/metadata.txt b/python/plugins/plugin_reloader/metadata.txt new file mode 100644 index 0000000..a8ffc75 --- /dev/null +++ b/python/plugins/plugin_reloader/metadata.txt @@ -0,0 +1,40 @@ +# This file contains metadata for your plugin. Beginning +# with version 1.8 this is the preferred way to supply information about a +# plugin. The current method of embedding metadata in __init__.py will +# be supported until version 2.0 + +# This file should be included when you package your plugin. + +# Mandatory items: + + +[general] +name=Plugin Reloader +qgisMinimumVersion=3.0 +supportsQt6=True +description=Reloads a chosen plugin in one click +description[pl]=Przeładowuje wybraną wtyczkę jednym kliknięciem +about=This tool is only useful for Python Plugin Developers! +about[pl]=Narzędzie przydatne tylko dla autorów wtyczek! +version=0.9.4 + +# Optional items: + +# changelog= +homepage=https://github.com/borysiasty/plugin_reloader +tracker=https://github.com/borysiasty/plugin_reloader/issues +repository=https://github.com/borysiasty/plugin_reloader + +# tags are comma separated with spaces allowed +tags=reloader, reload, python, development, developer + +icon=reload.png + +experimental=False + +# deprecated flag (applies to the whole plugin, not just a single version +deprecated=False + +# Author contact information +author=Borys Jurgiel +email=qgis@borysjurgiel.pl diff --git a/python/plugins/plugin_reloader/reload-conf.png b/python/plugins/plugin_reloader/reload-conf.png new file mode 100644 index 0000000..d9f8a45 Binary files /dev/null and b/python/plugins/plugin_reloader/reload-conf.png differ diff --git a/python/plugins/plugin_reloader/reload.png b/python/plugins/plugin_reloader/reload.png new file mode 100644 index 0000000..7c97d80 Binary files /dev/null and b/python/plugins/plugin_reloader/reload.png differ diff --git a/python/plugins/plugin_reloader/reloader_plugin.py b/python/plugins/plugin_reloader/reloader_plugin.py new file mode 100644 index 0000000..33ae13b --- /dev/null +++ b/python/plugins/plugin_reloader/reloader_plugin.py @@ -0,0 +1,307 @@ +# -*- coding: utf-8 -*- +# *************************************************************************** +# reloader_plugin.py - A Python Plugin Reloader for QGIS +# --------------------- +# begin : 2010-01-24 +# copyright : (C) 2010 by Borys Jurgiel +# email : qgis at borysjurgiel dot pl +# The "Reload" icon copyright by Matt Ball http://www.mattballdesign.com +# *************************************************************************** +# * * +# * 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. * +# * * +# *************************************************************************** + +import os +import sys +import subprocess +from time import time +from qgis.PyQt.QtCore import * +from qgis.PyQt.QtGui import * +from qgis.PyQt.QtWidgets import * +from qgis.PyQt import uic +from qgis.core import Qgis +from qgis.utils import plugins, reloadPlugin, updateAvailablePlugins, unloadPlugin, loadPlugin, startPlugin +from pyplugin_installer import installer as plugin_installer + +Ui_ConfigureReloaderDialogBase = uic.loadUiType(os.path.join(os.path.dirname(__file__), 'configurereloaderbase.ui'))[0] + +def currentPlugin(): + settings = QSettings() + return unicode(settings.value('/PluginReloader/plugin', '', type=str)) + +def setCurrentPlugin(plugin): + ''' param plugin (str): plugin dir (module name) + ''' + settings = QSettings() + settings.setValue('/PluginReloader/plugin', plugin) + +def notificationsEnabled(): + settings = QSettings() + return settings.value('/PluginReloader/notify', True, type=bool) + +def getExtraCommands(): + settings = QSettings() + return settings.value('/PluginReloader/extraCommands', '') + +def setNotificationsEnabled(enabled): + ''' param enabled (bool): Yes or no I'm asking? + ''' + settings = QSettings() + return settings.setValue('/PluginReloader/notify', enabled) + +def extraCommandsEnabled(): + settings = QSettings() + return settings.value('/PluginReloader/extraCommandsEnabled', True, type=bool) + +def setExtraCommandsEnabled(enabled): + settings = QSettings() + return settings.setValue('/PluginReloader/extraCommandsEnabled', enabled) + +def setExtraCommands(commands): + settings = QSettings() + return settings.setValue('/PluginReloader/extraCommands', commands) + +def handleExtraCommands(message_bar, translator): + try: + extraCommands = getExtraCommands() + if extraCommands.strip() != "": # Prevent an empty command to be run + extraCommands = extraCommands.replace('%PluginName%', currentPlugin()) + extraCommands = extraCommands.replace('%PluginPath%', plugin_installer.plugins.all()[currentPlugin()]['library']) + + completed_process = subprocess.run( + extraCommands, + shell=True, + capture_output=True, + check=True, + ) + + message_bar.pushMessage( + completed_process.stdout.decode('utf-8', 'replace'), + Qgis.Info + ) + + successExtraCommands = True + + except subprocess.CalledProcessError as exc: + message_bar.pushMessage( + translator('Could not execute extra commands: {}').format(exc.stderr.decode('utf-8', 'replace')), + Qgis.Warning + ) + successExtraCommands = False + + return successExtraCommands + +class ConfigureReloaderDialog (QDialog, Ui_ConfigureReloaderDialogBase): + def __init__(self, parent): + super().__init__() + self.iface = parent + self.setupUi(self) + self.cbNotifications.setChecked(notificationsEnabled()) + self.cbExtraCommands.setChecked(extraCommandsEnabled()) + self.pteExtraCommands.setPlainText(getExtraCommands()) + + #update the plugin list first! The plugin could be removed from the list if was temporarily broken. + #Still doesn't work in every case. TODO?: try to load from scratch the plugin saved in QSettings if doesn't exist + plugin = currentPlugin() + updateAvailablePlugins() + #if plugin not in plugins: + #try: + #loadPlugin(plugin) + #startPlugin(plugin) + #except: + #pass + #updateAvailablePlugins() + + plugins_list = sorted(plugins.keys()) + for plugin in plugins_list: + try: + icon = QIcon(plugin_installer.plugins.all()[plugin]['icon']) + except KeyError: + icon = QIcon() + self.comboPlugin.addItem(icon, plugin) + plugin = currentPlugin() + if plugin in plugins: + self.comboPlugin.setCurrentIndex(plugins_list.index(plugin)) + + +class ReloaderPlugin(): + def __init__(self, iface): + self.iface = iface + self.toolButton = QToolButton() + self.toolButton.setMenu(QMenu()) + try: + self.toolButton.setPopupMode(QToolButton.ToolButtonPopupMode.MenuButtonPopup) + except AttributeError: + # Just in case old (Py)Qt versions would not support it + self.toolButton.setPopupMode(QToolButton.MenuButtonPopup) + self.toolBtnAction = self.iface.addToolBarWidget(self.toolButton) + + if QSettings().value('locale/overrideFlag', type=bool): + locale = QSettings().value('locale/userLocale') + else: + locale = QLocale.system().name() + + locale_path = os.path.join( + os.path.dirname(__file__), + 'i18n', + 'plugin_reloader_{}.qm'.format(locale[0:2])) + + if os.path.exists(locale_path): + self.translator = QTranslator() + self.translator.load(locale_path) + QCoreApplication.installTranslator(self.translator) + + def tr(self, message): + return QCoreApplication.translate('ReloaderPlugin', message) + + def theBestShortcutForPluginReload(self): + ''' Try to find the best saved setting. + Note **the action name is variable**, so the "Keyboard Shortcuts" window + tends to save concurrent shortcuts: + .../shortcuts/Reload plugin: plugin Foo=F5 + .../shortcuts/Reload plugin: plugin Bar=Ctrl+F5 + .../shortcuts/Reload plugin: plugin HelloWorld=Ctrl+Alt+Del + so we should find the recent one (not always possible) and remove the rest. + ''' + DEFAULT = "Ctrl+F5" + settings = QSettings() + settings.beginGroup('shortcuts') + # Find all saved shortcuts: + keys = [key for key in settings.childKeys() if key.startswith(self.tr('Reload plugin: '))] + if settings.contains(self.tr('Reload chosen plugin')): + keys.append(self.tr('Reload chosen plugin')) + if not len(keys): + # Nothing found in settings - fallback to default: + key = None + shortcut = DEFAULT + elif len(keys) == 1: + # Just one setting found, take that! + shortcut = settings.value(keys[0]) + else: + # More then one old setting found. Take the best one and remove the rest. + if self.actionRun.text() in keys: + # The current action text found - let's hope it's the recent one... + key = self.actionRun.text() + shortcut = settings.value(key) + else: + # Otherwise take the first one + key = keys[0] + shortcut = settings.value(key) + # Remove redundant settings + for i in keys: + if i != key: + settings.remove(i) + return shortcut + + def initGui(self): + self.actionRun = QAction( + QIcon(os.path.join(os.path.dirname(__file__), "reload.png")), + self.tr('Reload chosen plugin'), + self.iface.mainWindow() + ) + self.actionRun.setToolTip(self.tr('Reload chosen plugin')) + plugin = currentPlugin() + if plugin: + self.actionRun.setToolTip(self.tr('Reload plugin: {}').format(plugin)) + self.actionRun.setText(self.tr('Reload plugin: {}').format(plugin)) + self.iface.addPluginToMenu(self.tr('&Plugin Reloader'), self.actionRun) + self.iface.registerMainWindowAction(self.actionRun, self.theBestShortcutForPluginReload()) + m = self.toolButton.menu() + m.addAction(self.actionRun) + self.toolButton.setDefaultAction(self.actionRun) + self.actionRun.triggered.connect(self.run) + self.actionConfigure = QAction( + QIcon(os.path.join(os.path.dirname(__file__), "reload-conf.png")), + self.tr('Configure'), + self.iface.mainWindow() + ) + self.iface.registerMainWindowAction(self.actionConfigure, "Shift+F5") + self.actionConfigure.setToolTip(self.tr('Choose a plugin to be reloaded')) + m.addAction(self.actionConfigure) + self.iface.addPluginToMenu(self.tr('&Plugin Reloader'), self.actionConfigure) + self.actionConfigure.triggered.connect(self.configure) + + def unload(self): + for action in [self.actionRun,self.actionConfigure]: + self.iface.removePluginMenu(self.tr('&Plugin Reloader'),action) + self.iface.removeToolBarIcon(action) + self.iface.unregisterMainWindowAction(action) + + self.iface.removeToolBarIcon(self.toolBtnAction) + + def run(self): + if len(plugin_installer.plugins.all()) == 0: + plugin_installer.plugins.rebuild() + + if extraCommandsEnabled(): + successExtraCommands = handleExtraCommands(self.iface.messageBar(), self.tr) + if not successExtraCommands: + return + + plugin = currentPlugin() + + #update the plugin list first! The plugin could be removed from the list if was temporarily broken. + updateAvailablePlugins() + + #try to load from scratch the plugin saved in QSettings if not loaded + if plugin not in plugins and plugin != "": + loadPlugin(plugin) + startPlugin(plugin) + updateAvailablePlugins() + + #give one chance for correct (not a loop) + if plugin not in plugins: + self.iface.messageBar().pushMessage(self.tr('Plugin {} not found.').format(plugin), Qgis.Warning, 0) + self.configure() + self.iface.messageBar().currentItem().dismiss() + plugin = currentPlugin() + + if plugin in plugins: + state = self.iface.mainWindow().saveState() + + # Unload submodules + for key in [key for key in sys.modules.keys()]: + if '{}.'.format(plugin) in key: + if hasattr(sys.modules[key], 'qCleanupResources'): + sys.modules[key].qCleanupResources() + del sys.modules[key] + + # Reload plugin and check if it was successful. + # Starting with QGIS 3.22, qgis.utils.reloadPlugin() returns True/False + # but it returns nothing in prior versions. The function is + # thus replicated for compatibility. + startTime = time() + unloadPlugin(plugin) + loadPlugin(plugin) + pluginStarted = startPlugin(plugin) + endTime = time() + + self.iface.mainWindow().restoreState(state) + if notificationsEnabled() and pluginStarted: + # Not sure if we're more interested in the total time (a developer's business) or just qgis.utils.reloadPlugin + # (to see how much a huge plugin slows down the QGIS start). + duration = int(round((endTime - startTime) * 1000)) + self.iface.messageBar().pushMessage( + self.tr('{} reloaded in {} ms.').format(plugin, duration), + Qgis.Success + ) + + def configure(self): + if len(plugin_installer.plugins.all()) == 0: + plugin_installer.plugins.rebuild() + + dlg = ConfigureReloaderDialog(self.iface) + dlg.exec() + if dlg.result(): + plugin = dlg.comboPlugin.currentText() + settings = QSettings() + self.actionRun.setToolTip(self.tr('Reload plugin: {}').format(plugin)) + self.actionRun.setText(self.tr('Reload plugin: {}').format(plugin)) + setCurrentPlugin(plugin) + setNotificationsEnabled(dlg.cbNotifications.isChecked()) + setExtraCommandsEnabled(dlg.cbExtraCommands.isChecked()) + setExtraCommands(dlg.pteExtraCommands.toPlainText()) diff --git a/qgis-auth.db b/qgis-auth.db new file mode 100644 index 0000000..6d6c791 Binary files /dev/null and b/qgis-auth.db differ diff --git a/qgis.db b/qgis.db new file mode 100644 index 0000000..9900bda Binary files /dev/null and b/qgis.db differ diff --git a/splash.png b/splash.png new file mode 100644 index 0000000..f2e5300 Binary files /dev/null and b/splash.png differ diff --git a/symbology-style.db b/symbology-style.db new file mode 100644 index 0000000..c104921 Binary files /dev/null and b/symbology-style.db differ