client

Clone or download

Initial Commit

Modified Files

patreon: streampi
A .gitignore
+11 −0
target/
.idea/
streampi.log
streampi.log.lck
gen/
data/
.settings/
.project
.factorypath
.classpath
A LICENSE
+674 −0
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
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.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
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 <https://www.gnu.org/licenses/>.
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:
<program> Copyright (C) <year> <name of author>
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
<https://www.gnu.org/licenses/>.
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
<https://www.gnu.org/licenses/why-not-lgpl.html>.
/*
StreamPi Default Light mode
Fully supports JavaFX CSS
*/
.dashboard{
-fx-background-color: white;
}
.action_grid_pane
{
}
<?xml version="1.0" encoding="ISO-8859-1" ?>
<configuration>
<theme-platform-version>1.0.0</theme-platform-version>
<info>
<short-name>Default Light</short-name>
<author>StreamPi Team</author>
<version>1.0.0</version>
</info>
<theme>
<stylesheets>
<stylesheet>res/client/style.css</stylesheet>
</stylesheets>
</theme>
</configuration>
`DSIGA$OS/2ZU&h`cmap~jcvt !y$gaspAglyfx(9xhead.n6hhea%$$hmtx locaAd(vmaxpH nameD>apost͹wv@|prephE_< H$H%!]llZ]:: @1CLGR@ 8Zl,7 l!M:x::9:I699o9t99P82999: 8 :995:99:c:8:m:::*::99b9f:9;9:+9:8::9?:39:L9:dH Zz Aa
 !"#$%&'()*+,-./0123456789!yZ.">*B <
`
^ P  Xhp:dD,pF2(`!*3!'3#! f!X:_ 7%&#"327>"'4#"2674'&76%654+.'276%72#'&765#"#3276;26762'&/7676546767>54#"#"547>
  
= z &  c|1
J3k 
./E Pdec
i
 
j53 !,* | 0   
  W
4
 !$>LLM  ed

  @= 
 ) :_BN %-1hp64""4#"3$4"%4'76%76'4'.2'&#"32&4"7"/'&#"32>763:>&5463254'&547654'64'&6;'&'47>7>7>76Q a,  6",4$++ &) 33
"+
$%9R97(D3M9NM9a+7%d7 
 
< 2    $ ":811HjI"&9h*,, Fw5; .?:bTV k7+3226776#"#"632##"'&#"32$7632372632#"&+"#"'&54#"&543232?3254'&5476%$763a BA$%@ (

 @]  T  '
D /<
$(17Zn '  nw 
"   9e
 \%4#"326'&+325464"'654#"%&#"#23276323254&#'673254'.>54632'&'&546765>;5476?767>76p   &+
`




,$

e'(* JJ57ILXY //AA22
g!n 31 (   )0
 (a9GL WX
<?13"# 
77==v:\].8CS776'&"74254+7>$4"'4#32676%324&6'&32'7#"'#"326'72!#763232%632#"'.46?>545&6323254&'&#"'&5476
M( NC&* N: U
  L

YWx  r =   <  E#,'R=)<$
 
   
 /
 k|
$- */6B
 5?D:%

 6YU632#"76?66;326;4/72324&54>76323'.76?$6]??'D5 eg|$%)  =v N& # ( '4`2-c' f 
6. !

 !Db9\= q$4"'76#"#"6#"%>+327654/57632+'&'"&#"#"&#"32#"'&5463254676767>6D 
**O&
WZ ,0)$8""-c1]6/4<?
%;  X
,, # d' ? 
''#'I  +B^I
P9_ 76#"#"0'6&#"327&#"7254632##"'&'&47>54+#'&327>76&'+&546764#"54767>7>322?>7654   
S-5 )2VX%&
\#  b #$Oa+ (&Tf 
09r    1 2  `Q"R*|4 9Y5 y26326&'&#"36632;'.#">7#"541"#".'&546727676'&+'7576323267654'&/&'.76$ 

43 g:=!B^  5$5L
IA#5%7{dbO I
+VR
 
 $$ 
`
%$ 9_: `76#"#"4"6722#"#"'&#"#'.'.5432;'&54?67324/>7#"&'&/w
$4   G
# ';( 7;!  bQ> " V*   !9%)gJ:: 
u m9Jm x776#"#"0%&'"0&74'64'"32%$3232;7232+&,#"&54>7654/763232763232[
 
-*)6l.8 0J {Ko::/ 
PQ    5*$ EAX
 &    bc 
 8 8g7I254&#"%&26&43276763232"'./&?32676?^#gj  ( $ǘK{2Dv5!L

+-X [  L`      PP *9 &"3276'&%2'&#"674'%63?>76/&=67676#"#"#"&'&5432327632654#"#"'&#"&'53254&'&'&'&#"#"&/7>?>7654  
N
b ,+ $m * !
8 c
V

 

 g%"*=f U{*) ,,

 2%R  0
   Q 
  %
:BI2$GBu6 E 

   3SU vu!) sU
9;'Ol726:3;#"547>3254+>7%.326'7+'.'.547>7654#&#"54632#"'&#"5476
 
:AB]
<%$
]KP a, Y@  .*#Zk 7. 
(
E +(6+ [ 
!9: >_4"%76#"#"'&"327472'&#"%&'#""1#2767654632'.54767>HK G =!!)   !@#bPq6 )
$#9CyU=S*J!5P,  
bP @ 4 +^  (Q
N G>5H#TWF :07 S$4"64"64"&4"%4#"2$74;+4?'&54>76324/7654676$720I<$ @z(( 22Shj#$RVH   Fd^ -"  mk 2 23   8S7 Z&#"326'&%732323326767676#"547>;7>&'&1"'.54iW(v-! !
& "#  3 8 ST:-  0
PD4. __
'
  5(;
aU :Z '+05<CS%654#"'276'&#"#276'&#"?#"3276$4"%6#"6#"4&2'4#"6?'#327676%>32332#".'&547>54"#&'&#"&/"&'&5476326.5476 0
 "  %+'$"
KK a
 ' `u
`HP<7  #&[ k o32
5
, 57JK 3 (-
/,1  (W
y 
 Y'
 0.  &Ve  C; Xbed9632#"&'.'&7676'.54?4#"#"#"7632'.'&'&547>32276767>7654'&+"'&'&5476#"767654&54676=8  (
# :>"9HH
 7B<R $ k&  'i<U>  +@  ?: H8 & 
$   

  
I C+9i   (,|4#"3674'76#"#"4#"3'&'%4&32$4"'632763232#"/#"'.#"+.547>7>767654654'.'&54  JC

4y >< i*&& #B!'*0 
"0 BiI.&  
1 0 

  
KU^h  0:(Y} 
M
!:aG $k7&'"07&'64"#254#"&4"'4#"32632#"&'&547>'"#"'&54767>7632372767676 

$( Y
  NOnY    )5!!",   
## %=  N'* #+  "IKO   % g")9`wl!q76'&'254&/7&254'2654#"46;'.'.'.#"54767632#76324'&547>7>76
| *
z;cb/
/)'!W   2   
sW/3>d"
  - 9  +--tsG2%1KBA9
@FhB  ~; 8M|9 %%76'"76#"%4":6'6'&6&'.6632#"'&76'&'&'"&'&'.'&'&547654'&547>3232767>732#"'&32'&#"327>?6G]0     O0DH.  (&)LO/!! 


;_ &  a@)|  9;I 1r  =V6
HQR  ĥ  7* :+"Q8
2 
!JI&w
: R$4"626&"63232767632#"'.'&#"#"5432546767654'&'&#"&54}' "
$'
^?? &1,)96%& (6 !!)xI-A  L $&tPN 0-QN.-=/ 0DPP !A( S 
:):4"'6;7>'&#"54?3#""54?6#"#"'&54?@n%  O<  6'"'7wx lo$(  >/-A 
#! ,8f!y74'"7&'76'&3&5432!#"#"32?#"'&54?654+"#"/7>?"'&5476767;7'"&#"&/&Q G N  7&g}20*.km9     E[ $EY% MUHa37 VUY-P 

 M()- 
HA Un' _i  0:}j%4&32'4"76%74#"+32%754654#"#"3276767#"'./763254?676#54q b  "?@
!F@$}-2  +C<+
& + ((" ),
r;   U3" a`u KJ  -- =?:i4+1V%4#""32#276765463254#&76'&'632;#"&547>7676}# #  !r
 6ICC 6]rJh  x%""F]
(; ܌T
#:H;%672+"326763232'&'&54327632'4'&#"54$| 0K
:@    $2   #HN  
   :a!D%&'#""23276;54#"54?632'.54?6737676)  + !##
rDe7229  "C>!T   ,Q *&

OyB""Ge %SN:l$"(,776#"#"4#"3'&;654"64"3"4#"364"#6#"#"32"#"&54?32632;254'&+"54?#"+;2327632i 7L5q  YH78#.>B}C]\?!)?
.0  )Z   { #
   \@OOW]!  J:rS7>32'4767676/"3%6;#326;/7>374'"463'4'&54767676<$$2#0L
   
|~ 1

+N+P  Kd-;7
!"
 499`_<=632!7654#"54?#"#"/"'./7632767>7>)5 ;:##/i
 20E
KL #\U+4$#ba
 5Jt%u. 9T]74#6632#"&'&547654+#"547654?'.5476567>767632;?676  !   76 E  ,> 
a  
 \I#u 
E
 #$$
!`eli9Y)"I2'&"632.'>75263/7>7632327>54'./#"/7676 X0>A9 ?7 ,, #&(.
9 (6M\
 %.yc$
% :b-
T632#"#"/#"'&'&'&5432;254'&32767676#"5476?'.'&#"&B[   #/ s- 3& 
G1
 
3  := 
&&
 LK+ 9,bJ64"76;23232"#"&'7654'&54?322"%/2RQ*1
 &%
.2&  d_"%,+  FF 
&@?
S\ ;G=&'4232763232#"'&'&'&54>4232767654'&
 
eZkC(FkSO  

 +  
  1)$e\
94 4#"374"66;32327632#"&'&547654+#"'.'.54;254#.#"&#/#"#"'&547632676  s
 ,:  

h $" " 3 -V  ( 
= [Z^{  
AHV!  "$\D
$
87`:M0[:YV[$4"'732#"&'&'&/3276&'4'632#"32#"547>73?"'#7>3254/7><24
# 'N 
!
5R &&!0   
  % 3Qk !
  ;
<= C\9X7%&#327>7654&'632'.54767>p
n'8G^a  >?j>:$ S+R|8 E *4$
8t aH.2g6:A776'%4"2676;#"54?'&7>5432?676'1J O[d   CD"!&"tpN`;=!#8 F/??8 P%&#;6?'4&5323233267>322#"54>763254'0# Y5]  q 1 +
-
 )


)
 7:

9HM
 *' 
 F}[:@E$4#"7&+"32654%732'&543654#"'&#"&'&#"#"&5476X5
 ,LjkH-5 B*.
]'"1*H:   //.,)*H $]//3 9:ga%632"&54&'&'.#";#"'&'&'&5463232327>3>54&#"'.'&76/76 E$
  l0\:/&FGd 
   &$"4Y&,# X    6!' 0(
  

 "  %9_@$4"64"%432327632#"/+"#"547632>4#.'& O`C  0(K !'FQ"JL
P&c
O8  

2 :Y80%62'&57>#"'./47>7632?V L\ D CD ! OM /0 Q; '(//3/F4&#"264632#"#"'&'&#"767676767>
*(  A
     TM- !j,}
/28"
{q 9S
g$4"'4"6%>32#"#"7654#"'."#"'&#"54#"/7654&54672372432'"&#"32?6J 
 3 '  u1?:<?C| wKJ+ !FZSk?%   ~] C* [Q&
 '*-:C76323765432'&'&+#"547>7654'&'&>
 @N " " %! '/1  ^X@E  U\ ""./   .(// vq LR90%623276'&547>32#"747676#"'.54659+. " 
   -) :b^'>4"'454#"&54&#"/#"36?"'&54767654&07  /)!(!5,?;Fw& =l, ^
* 

V
 "    ,<M\
m   X " # "A
8c  CyberpunkRegularCalligraphr : Cyberpunk Regular : 14-06-2018Cyberpunk RegularVersion 001.001Cyberpunk-RegularCreated with Calligraphr.comCyberpunkRegularCalligraphr : Cyberpunk Regular : 14-06-2018Cyberpunk RegularVersion 001.001Cyberpunk-RegularCreated with Calligraphr.com2:$%&'()*+,-./0123456789:;<=DEFGHIJKLMNOPQRSTUVWXYZ[\]CRnbsp
.dashboard{
-fx-background-image: url("ROG_ANIM_BG.gif");
-fx-background-repeat:stretch;
-fx-background-size: 110% 100%;
-fx-background-position: bottom ;
}
.action_box{
-fx-border-color : white;
-fx-shape: "M9.00035 7.55536L2.02871 11.4285C1.39378 11.7812 1 12.4505 1 13.1768V21.8232C1 22.5495 1.39378 23.2188 2.02871 23.5715L9.00035 27.4446C9.61973 27.7887 10.3749 27.7794 10.9857 27.4202L17.514 23.58C18.1249 23.2206 18.5 22.5648 18.5 21.8561V13.1439C18.5 12.4352 18.1249 11.7794 17.514 11.42L10.9857 7.57981C10.375 7.22056 9.61973 7.21126 9.00035 7.55536Z";
}
.action_box_display_text_label
{
-fx-text-fill:white;
}
.action_box_icon_not_present
{
-fx-background-color: rgba(255,255,255,0.2);
}
.action_box_onclick
{
-fx-border-color : green;
}
.action_box_not_onclick
{
-fx-border-color : red;
}
.ikonli-font-icon {
-fx-icon-color : pink;
}
Button {
-fx-background:none;
-fx-background-color : rgba(255,255,255,0.2);
}
<?xml version="1.0" encoding="ISO-8859-1" ?>
<configuration>
<theme-platform-version>1.0.0</theme-platform-version>
<info>
<short-name>ROG Cybercity 2077</short-name>
<author>Necroxys</author>
<version>1.0.0</version>
</info>
<theme>
<stylesheets>
<stylesheet>res/client/style.css</stylesheet>
</stylesheets>
<fonts>
<font>res/client/Cyberpunk.ttf</font>
</fonts>
</theme>
</configuration>
[
{
"name" : "java.util.logging.FileHandler",
"methods" : [
{ "name" : "<init>", "parameterTypes" : [] }
]
}
]
A pom.xml
+182 −0
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.StreamPi</groupId>
<artifactId>Client</artifactId>
<version>1.0.0</version>
<url>https://stream-pi.com/</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<client.plugin.version>0.1.35</client.plugin.version>
<JavaFXVersion>16-ea+5</JavaFXVersion>
<IkonliVersion>11.5.0</IkonliVersion>
<IkonliFA5PackVersion>11.5.0</IkonliFA5PackVersion>
<ActionAPIVersion>1.0.0</ActionAPIVersion>
<UtilVersion>1.0.0</UtilVersion>
<ThemeAPIVersion>1.0.0</ThemeAPIVersion>
<MainClassName>com.StreamPi.Client.Main</MainClassName>
<JavaFXSDK>/path/to/sdk</JavaFXSDK>
</properties>
<dependencies>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>${JavaFXVersion}</version>
<!--<systemPath>${JavaFXSDK}/lib/javafx.controls.jar</systemPath>-->
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-base</artifactId>
<version>${JavaFXVersion}</version>
<!--<systemPath>${JavaFXSDK}/lib/javafx.base.jar</systemPath>-->
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-fontawesome5-pack</artifactId>
<version>${IkonliFA5PackVersion}</version>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-javafx</artifactId>
<version>${IkonliVersion}</version>
</dependency>
<dependency>
<groupId>com.StreamPi</groupId>
<artifactId>ActionAPI</artifactId>
<version>${ActionAPIVersion}</version>
</dependency>
<dependency>
<groupId>com.StreamPi</groupId>
<artifactId>ThemeAPI</artifactId>
<version>${ThemeAPIVersion}</version>
</dependency>
<dependency>
<groupId>com.StreamPi</groupId>
<artifactId>Util</artifactId>
<version>${UtilVersion}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20201115</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.gluonhq.attach/lifecycle -->
<dependency>
<groupId>com.gluonhq.attach</groupId>
<artifactId>lifecycle</artifactId>
<version>4.0.10</version>
</dependency>
<dependency>
<groupId>com.gluonhq.attach</groupId>
<artifactId>util</artifactId>
<version>4.0.10</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>gluon-releases</id>
<url>http://nexus.gluonhq.com/nexus/content/repositories/releases/</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>11</release>
</configuration>
</plugin>
<plugin>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.5</version>
<configuration>
<stripDebug>true</stripDebug>
<compress>2</compress>
<noHeaderFiles>true</noHeaderFiles>
<noManPages>true</noManPages>
<mainClass>${MainClassName}</mainClass>
</configuration>
</plugin>
<plugin>
<groupId>com.gluonhq</groupId>
<artifactId>client-maven-plugin</artifactId>
<version>${client.plugin.version}</version>
<configuration>
<target>android</target>
<nativeImageArgs>
<list>--initialize-at-build-time=com.sun.org.apache.xml.internal.serializer.ToXMLStream</list>
<list>-Dsvm.targetName=android</list>
</nativeImageArgs>
<bundlesList>
<list>com.sun.org.apache.xerces.internal.impl.msg.XMLMessages</list>
</bundlesList>
<attachList>
<list>lifecycle</list>
</attachList>
<reflectionList>
<list>java.util.logging.FileHandler</list>
</reflectionList>
<mainClass>${MainClassName}</mainClass>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<includeEmptyDirs>true</includeEmptyDirs>
</configuration>
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>gluon-releases</id>
<url>http://nexus.gluonhq.com/nexus/content/repositories/releases/</url>
</pluginRepository>
<pluginRepository>
<id>gluon-snapshots</id>
<url>https://nexus.gluonhq.com/nexus/content/repositories/public-snapshots</url>
</pluginRepository>
</pluginRepositories>
</project>
<?xml version='1.0'?>
<manifest xmlns:android='http://schemas.android.com/apk/res/android' package='com.StreamPi.Client' android:versionCode='1' android:versionName='1.0'>
<supports-screens android:xlargeScreens="true"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_INTERNAL_STORAGE" />
<application android:label='StreamPi Client' android:icon="@mipmap/ic_launcher" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:requestLegacyExternalStorage="true">
<activity android:name='com.gluonhq.helloandroid.MainActivity' android:configChanges="orientation|keyboardHidden">
<intent-filter>
<category android:name='android.intent.category.LAUNCHER'/>
<action android:name='android.intent.action.MAIN'/>
</intent-filter>
</activity>
<activity android:name="com.gluonhq.impl.attach.android.PermissionRequestActivity" />
<activity android:name='com.gluonhq.helloandroid.PermissionRequestActivity'/>
</application>
</manifest>
PNG

IHDRHHUG IDATxݜtUյ?k}N$O4R
T*?\@VaiGv^֎>c-bmU'F  !Hrr{kg 18^s\@ϒ_H^{zj0;ˍ+2#Ju<M=FmD)
';:/ޱ
_dݵ ;)أ,UH_;\RA^R^9oPGS?۹eNKQ]=Sm</h.W#ԉP_PJUk-Q<3jIJ:*(Xw^K!{mK;i; 0U 2}3oM@I~ָi}#RG]3LI55xzT;*#yMTYjhثo.P-}@2XIHqٲe;J>[/,tR^^^$;f@6I^ M)(.xcgJ}mv3eѮqO]<O<l@T%(,s.G%'Z4㸮`ېI Hx|^}bkOWOͧLa"VDbPs2̹htB%<Jl&aY
J)DXM vLW5I[MR,Z~@)~ PY'\RY_^+x?閭p3:䡔B_d5dZ5-]c\lykYJIn 5+RړwROńbPf7-E6o
 nFPr#.R_,Q(bUK4K|]Z?.WM `2b/#n1R͚kitWR`9ZGM.z94?fi!o_l#B0@J]V!1jMrM%q3<XE])О?va/Ъ'dҚ;H8زUټħ˷wX*
NFbyNTc -ر<KrOd71J+EenFx륓eQꏤ~㛆DMS'm85/Eu;u' >ï* Z.Sv%ʼn[K_hnt/TRˣ"Ӣ=!Qc_{WXFinQk߭
mZ=vm`3 e nLL͍X >nUJ"#1(R,5⚙e\6/kv3)MUxi7ݟMI|>T|R-XŸBxJ T&Q&*۸)bߍ(,DߋH5kZ0RUΩc}*( az4UleqƗx\>aӭI
)䢱F68?3u~_JNj2)X <OpD y6ʂ6fur\4&A*inZtfӟIP( )<>T^U[ʘi
3T?crلb|gJ&Ӫyo)ϊk+ N$8ƉiڏJ45NA
aTsQwb_T-oڷc:"V$nSKKoeUc|ns"/z]k} JH3Tk[7]=PRެmQ~sѴ'ڤ:ġ-(w"Rh-LrnI'5nZwl1U4/aGI[A#uE</(xJ='Rf,[S3[z#bʿ bP;pl&/f.BպCrtR)hឈ]EuG[:;P$]'ބ'~p@>vLӈ$Z#)e
<Uۈn\r@DݺC)l0k {ZwdY(^˞8'!R,WO7Bڀm+~a/4K*$[yXE,"ݢYO9P>1ˈݢi49 X L=jRe90-j;r:k qp]￟cǎOc6 1ńsRJĉ[[p:I4Vۯ[-x]{V]J= ƥL#UF3D yuR>H@6@ 6j5jzRk|L1`x>e ,+|ngNg&38yd: `Ж<eu޳,K,q7C+V@NB,NRRh`)m}hs%+iE؎%IJKe XBDD\uEDd!m0ض۶ڀ ddȑs#pp((C qGl(0%%%ϊHkk+LFR<m=]۶Ci/*K ۰/8)6JXȑ#ڸ={޽[E_c]z$*)lt;~ mScYllذ 6g)++cܸq̝;#ZN8ASTTTDyy9C wlܸUVQUUE2$H0j(fΜɬYصkwu۶m  6C6mx?kƴzijj:UTWW˃>(SNGGկ_?4i<s"3f̈^ soڲ9tP9q℈d20趶
K2u0qĘdʕx&niCNK.DRf=>G B=r_4c|~""NCLFڽ{̜9]m[RZ=7XjUUUCkc4}_~%2 <XDk
kY|wy $HȓO>)""煼*\ri=m g[LG@-ʲ$nQz .@;)G 〉<@JRw}ad2'|<ǡ]Q]zL`e+zJD$,/_~VpLl ; ce˖eɰrJ}S]ɤADqql߾={D"r:z;;<(Oa:o|,'c<xl߾=+x㍝aTM&ƍ˺_QQ!_eYE ɓ'gš;vСCCiho:=㫏Mӧڵ+ˬׯ_V+_|'""m۶Iee,]4̙3N*** +dɴgϞ d0KGrt6"%RkDDdY3#G<q׿k'3Hcc<2dȐse~>}z8nݺhlӁ.@"yne,W2j*ٰaxZұcNcx<.kҷ{ѵ[d\y7C_7穧#[vG  ۶m XpKo[8p@p"r2|xp ovL5ZȘ`X߿>}:!;zEDg?Yxጏ3&=H}9|pPv燖j> [o5Td2TcT9V[^^Nqqq1@жpPJD"Rx<NKK K,᪫?9\q`֭L:54m(?? tβy gjnn&J `YH(|Wu]R8C]]/f„ ~~&õ^˚5kˁ='OG5:Ql)#Z)ѣGٿ?":ddLweY|G,Z˲md2IAAG Jn(PSSCMM׸@NœŌ} (۶d2OB)d6x<hOƂ$I*++o*_PP޽{y7)(( #mXr%d۶lU[Tvt6̆lyR<|'bPXU:Q>7cAdɒ%lٲӧ?8SLYc;lb1XdS:л>-k;R,X@2 8'@xJ:Cd!N~v= kL8{w#FuO, z/tPWȘ߳ UNgta_hQvW^-RVVU}ߕX,&͓{/+o۶MfϞiUm7 1[G=`}6G". xe 7
R[[+EEEgovi>,V5kք5U:?8 ;q:ZyyyYtMf΀7ХGa\@ 1wE 8p=z4,
EҥK#:u<һwNXӬYt,tѩGȔ&acڵ@7oZF/[eelڴIRR)ywd`9x𠸮+bŊvɽ~,y"feTA{bD+Ypa̙3%GF%Gκ_\\,ƍaÆugΌ3d>stn"<\t:\<xP:v[th+,,py;V/1ɥ٫*"mMUVs; ]<o,駟Β^NH&yi.=J$̬;6"cޏ<HRWz(t-8qb]K_OЙ3Bs=""YW{Pbgc1ӟ4
ٟ?f"ŋ b_|Eׯ_] ];l_Wm.8H/͝;]w!?~cܯ聆[n%a*ZY`An"0 ?/p_X@9~VhRii{r,6m$sj`rM7ƍ?O+a4I1"܆҇~(˖-9sȈ#%J*,,Ç7,?TWWgrWdY%~1Ayg cTύ `9myJ) _dӦMYGc e2;w֭[e˖-c9x`ϛ|e-nM0T#NQ7ki0.cƌ[oUu0۝RT7n\V>gTnDiC#šR@G[NmT*!|;Al%đK0K? 2Ur-i)SsZ֭[e+ٶnB=7=.ѓى@7m۶Beڴi̞=+Aü]M6ni4kourn0J;;sI[DsRn1GrJ)׶mщtNƥx 2k8/Lx@F) fNc>]5?U`5~,l <NƸS!5oG=p'O]b=K ~l2P,kS|k<%IENDB`
PNG

IHDR$$ ^IDATxXmlTU~ǝv:lPW` ]H7Q7a?5nVCBح1$|&A7,+ Q(Lg:쏹tJ&g&s=9# !@ )Ћ<2*ÑGf!1 BWt]%~($@ QܿoBb#Fb<`*:yroq{ܦ5}H|*:F'ˢ
hoϚ^o @Wi!c$7?ƄrT$3aa( <U߷nt-+L]WU#Tt\i
\XU_?u#soX a(7sWT&EZu3WS˗'d4<ѱ_vjb+J/tֹ0~J Q"E_(+pw?&M/Ge(䭸vwj<|iҘH=
nL"R.q#Kgu0A"g5#4P
3R<p1\*5$ 3ށU"UFLpPۯQѤƏV"r XH)>r$B%$̟sB^YP
9XVUvf>|do?J3dz' G߻;Ǡ"Q跰>FWeSaqءFJ{%`[x}Nnߞ/rRA}!d&Tv.J+`n!0$-`_Y-Ӣ"YSH(8DG!g!IH)Kdz|D*
qJO-]+phdFPIH,cڼ)wEQ<Nzd :o=O?ڏ/xT|Q| fb&˗YWW\C,#8&T$0(lrLbqLZ__W^M >O(DoahBܗH$;wYfѣpx8rΝ;:u*^H)hjjBGG֬YjI p(70GJIfǎj[la}}`k%svM&9gMH$M慲9sw} ֚Zk:H$B5Nrƌnf9HG"ҥK}pNሑRRJI!!$e˖l[X7BRJjPzR'O&FQSJZt)Ir׮]tH-k냰Z[[IHD"C$[[[y)_"RjԾ}Ho6ðKRYl!Ic )Fd[[mF|yĉABP+ `!%Fk͛7[c 1={vmll1\r%1buҥKr|WXUUE;y1liiAjr5YeXOzzznWJ*TVVBJqA)Vxꫯ4, eDrfI vi \ׅf'Yl\_<}r9c.~i,\صk@)rc}v @XcJo 6X\x1`׮]Kk-O˗/6mb<Gg}F-n%yRT*dKKKI<ÇK*ۇ4s6oLP,=RJ#Ǐg:fuu5Z.\ȭ[rѢE\jnʹs疤RRJ&IO?RMNhZ>3&LeH)5j bPX o&Irƍ |+|G.MXpiK/4.]-g!ِ $v&BP^B eRv)S2;5B7nös644x(nk-5,BdGuL&oϟT*5T*Ŧ&}y>Fk>2 øez.: W_MfGG;::MM'zaĤ=A#cԹ L{pۿ?Sr(>o[j,*)cJ={7o3gɓ<v 9dyZ0?? ]B2A VAn {^%0cp0Q4n8|g\z IENDB`
PNG

IHDR00W IDATxZkpUU޼nBr!/`Љ6(>Zt5)huJ?SSX
cS6SaƁHc$4Ry\뜽q9!ЙUsk}k^k+02ی۲Ks^{-%!?afjTn|t_!㪪F<@xEe吧Y/L()έDe =O$%a%,sP@@SKJr")~`E1UD\OřI8G5b}^Nh#'apC GY8ڂ(. '0f|Ǜb:@W>{]>Cfx⏅a!\5;1W+RADPq=c7:T$L⁉?)e:ż*(E (j̉ 9&5HWnp\_EAU72 E5²H 0J@H@Qߩ;hg$ Hͺ;P $h!r%NĜ;
p1؃|"ݯ0fvL% M=DӮ^tM"P!+aBۄ$CujI๙wY:g$h @!+q9ݽa4jYzz`w 0܄[\-mHh?&ґ2yRktB.rEѺ5CV'eh0+Jq@" 7r Z )@۾(F bu!ZК8ݞ0@E#QSؗJIᯔvQe\8# |E/݇ 1nJseչ+T(A9\hًQ̼+pevl֔vEXa]YtZ$Ih;cr+p՜B]qNO"3J!,.|?˜ XG2N ;aL~ >[ݷz3"+q,+ICClD[c?_AOG
0~j&_m=souhH5~|1O;]'ʝ!s1(Fcܫn¹bj8‹:!rN`@tOVg,PC()ȗ8_}ouZcN$>ϥ;@tw/4^Dgkɖ2h
R8s2 10@YR%D @AX2CüH&d<Rt^fx9#o+9z\(R # |.hAY
ј5k8!So,M(ExlV@*npd'Z`eW}&\IOvTBWM!m2TJR)E[[[_-ˢ(X>1 qUytARΘ &q_Rj)b0ٰa=o^t _tTJ)QP9Ā𡭸W^eY,|@"]T~!!)5kߏ?=*++qwcŊ())AKK ( 
ꫯF{{;6n܈tww/ѣ3Ϡ!HR).RRJiu ۶͏>> +++gVJɊ
.Y[ne42;v,kbY.pL)eh<8$^{&L8I䪪~z֚X$i&ЮcL,D^}:QJi`uuIRm$?#O6p{=_h#㰦 j6I\o_y<7꺺:8cmm-0HG!g#ätĚ={6#!I>ÔRjea Yr%14{%̼ϜyyJyZիWqet1db1)κ@̬YF|7p,**"kdJيx<֭[G<|0̙Cƕ}2b%\ԩSyYd4eUUo\yoH|ꩧAܷo-Z4hu~;}}}$nN6Fp .@[)Ž{c̓Lۜ^}U;G;vU檼~dkll]YK2{ܹ$d2I|G){zjj*Λ7SNM|EnٳgXE!zA,X@,dU>kkap͚@:ZCJ6A!;,Yǎ;p}a޽aI477LLc0c .,U?NOOPJmD"b%[O7AH)k.z뭨<#زe+ L²,H) 8a)kܹxBv~(B!(6SN z)c6v0+[QuI/C@ p8 CRA&f61mr ك_===xQWW痞p_kȑ#F)ecbhyBRJK)pA'޸q#ʕ+ǃRkZx։w@ @BܚyZzj6YfPmjj"I?!O>3g<3 /@{m+ ,s7x#<w'O<(B۶mc*b{{;{18pm믿=3(gndB^q1 ,ve/CwB[9tIwdI&ϓ&Mtk7|$yQS,LN˲ 祗^"IcXWW7$LFycxcHk׮%ǕrK .++SHN9a;seOOI̙37n\fUtK"W@е~bŸ|!M6hOfҥso+˕=2 [K92e
?C?ۜ2e԰駟rDt~K0\6y ŀmwf͛l2԰Ϛ ڼ` u+Gy B|駹gX<߲Ǐg<766geqq18+GD*QW wE/_G4uyg+K+n}$ɞ644p…~>pyOEr[BpR
c 'N<s c:3sXpy/eQy :2MgMw8>$3>/ }wë<-0 `hB}_ąPG6"}'CIENDB`
PNG

IHDR``w8!IDATxyTյ"( DjqLCz{d0o4|!đ*D#
" @UuzO:]=A3$79]Ug{Z{4ǐ o=wu+2:|u*vߧ=uי!0{|ˁ^iv_ES?^dK+[
2HYK)B(# |>w n9&)U(ߡ-74MJQ*8 K)>BQ(6Á$;Z.%:hiRǠ76X.eBa)b (: +jyx$Po{f+")P{{F!"H,&
Tˀ08n4
JE)0UǢҰ]~jN2(higE{]TZ9/cpZv'A?gqxq{u 'Q؀ݣoVR6IT yG+L.qJQsLiiUPeYj׋1`x.^́ 6GlQy=O0ެ_+4r<ٺA$eˀq܂xۆ!4vojV\SBnqHՌgN,w2pD.N(lYQm'skq@ HR!`+˜4t%L0|m: 7TgQ? j!=exqfH(6l$42 l%7o؀R
[|Nm` E_ 0Ba%7>8hiٹKכC641\q 9.'bc%PANeuTnQ: Mw ET6QRG|H4Y GSx P,l[0L:2ba:Jl̐|a*<qvoB$& ,. RL!5yFO&1CU#CmKE "QdBPTokaߎ
Ϭ{ 0EXL0:Pװwpq+y T&7۴4:)ҵRx=qGAbQ0^tAmX*)LyRL
_qW_Ez)7;ເ+OH&lq>Գe'E6صڤr7t ̮qXgr5A̐"k5!-JIG,Kכ/,D,1 C cRQJG_N=T2eZ\WddeNs2.4[-{i,tt Ms=B >;D\ToorK !hi,PSh7%?7Jap2X"6yח]F$ɲݖ2&ٱ&Ag-0U;)xzPqFqI \orY zг_k;vjlr B(ӱHNY,KCV!r2]ld\95#%sU}t7;bC4> fXq,٢w> 4It!$(._lG73BF^\DnQXLumm 9&>[7k0Lm4U֍iQMhpAV`̫a&I=/EE~R
ZlYo
0xÈ(ج}B[>m ;d\ߖfIg>zm?+ߪeeŌF7Z22+BDpEE|; Ss(Cn|AVIUEesjy#C t@6-MMVQ)%u&)`UR8G]6Qރ}_3k='y_ǧ 0ʞhIKajd\'LYTn0pDf0p]M( +jR^8\=%xMÁP @Gsѓd\x?WYx8
HĦOW̯;'ሁHf7_XZP˒Wο+4 OaiV-` ٩'AuO䅨IXv %q#&sFHQ5ƻTR;O$
i3|F f̋
)0iC.vN2%z^!\ͼb~-ԋF"6c&4%9PʫҜJO<XͲ7} p-o2+E}=mt~*4v
aWlES(W(&$)zDԛ%\~O啟mgν'}C"fc[BYhM:ش9\$ؖp~laĄB^il Hl!`1|Kt$h=_)~&!eu
t5Hmeo``z0L>>ޯ-ЋsB\}:6p>Hɤs HĄd3оN߱zrscH'dtỷEsY(<lErM{²0Xk!2aQna%>_rGI'%ERTV8z[, ",#/'=0RƎuMRp"ctyptMPȤ%18T"fAkc3VBvj9ŽhsDCضmU#んdHPp:xO_޸5痻G婳/+fЈ\7:'kq&2!w Ip0ңxͧ kۻqq:_ﹲфHLR2np|svI8Ku5ؖgRI\=KIW5O6 hI~ 5b\Yp'#kMSY}DI#s0%#` K؎5G jy9TH2ㆢ_XL
V֔rfvk`_l%\9,a;T<Lvۅea ϐ(Ʉ kw 3[3ɘ KSSHj%zN֋²,1۩_Ľ"; Ͱy5,xb/|ni1a?;0(Sy=d8el>(1<Kɦ"CNߑMIJ,,XM B$Q!FþR@QipTf>gڊ M[qe%[>.`y&TNřFvə-0Q"lQ/Av*W0w\3f ֭0 l;0_}gS: B^q3-c:c86,0m6LiGxe8o ]veY""l2 Bb(Y.ӻ@ Sa*[@ eW,Nu" l"a a#xp=P+RD/X%dRDDf̘!@Jݧ6(]wfX.te9QwH:)_i::BYDD<ߧNݧ[~+ K[~ծaiHQQ̝;A%L6-Mqա4ۺreW&'ina8A5s}\p^ZDDZZZ$LJ";ٳtd'pveW6' iX0fZ2yovsرlB;w[zni5\#<ݻ-%XL~:=$pNL:<կ~E^ζ͛7tRVZ޽{,N;4ƍرc*ٿ?TUUqAɡ2 DYÝxwXd דEYYcƌᢋ.3{w^x!SHez
wchVb9Pc)t}y֙H$:e2w\{d̘1RZZn窔9?̙3G:Dz,I$'ZԆ"*Җ}R׉rM7Qad"X,_zs=2hР6݆3}G{;O?+?{}G&~DDnLJв}? q% ⮫T>`˲2Zƍh4*jaxkHDL"k֬XeYR__/#ە/q# gm93fIk⚴ٶ-=Yy7^gggELBZ̙3Z2)׺וُq!m#qE
`k+---Zm[l-[d„ ]*b~ơYW ZqWf?Džt<5R' 7ܐk?ׯQ>xhHII; 308.v?'0 ~lNN h";f1Ȝ9sZD"!m?v?A٤ǜɩIuR%/^8M0doVr,#4._<weAYWHW @z"kzhnN=CP\\,֭koEE{Բb䨓^, *ݶmgU:?s;vfg{5J{i \,xJgHOy.:@0MSqϏja~_vLIj9Gӏ~#h43fֲ( APNN^8gYض-[n.+RZ6lXƍnA&N(999*Ch4t<o<jC ` V襛5pX͛i)p?R[[E%XLf͚%aÆG}6شiq}؊_iAۢE$;;}Ο|[@Y3O1;L%h˚6mNiNٸqtiڵ2e\Veeey4-I-.Fӝw@#W^yeZo=Pӿ[ŋ?83~DP.KSngy:uj _}&y4&w0;b +Yh4*6lHpp>Lʘ1c:D-_޾}̜9SfϞVnaȨE矟VO{|kvb4>Alݺ5S֭`U%@ꪫ<CD{K.ضmѣGKaa 2D,XO?-2p@yG
_z%1bDZ}ELVjʴַ2Ft +?vGDC@{g[Yn,3
I=oy祕3|pyܠ櫥Ey2dHz3) W_m/+?vmRg4Q_Sq >*eMSQ`P(cHp4YnSLa̟?P(iqwˊ+/~AYYe]^fMaÆ9pIh:tA]AUa<9`;vtdζC}sͲ, 0 /_W\Ir%Iя~wl Kn 9Y:;}uzr\3tMmc۶~|+L2;wb&mL&ݻ7O>$7|3"B(J㵦8KK x<xMcP(`CkziB+Ҋ0M0x饗[< B$ ,bʔ)3~jhhhZ˹yfHcVlh@`m… 3V%i`[7M_V_$ ,hU+F8|oOlѢElٲ[KRv9Zd&J),"p}sy,"D"jkk>}zF7%7|;/`3+v.)p4M6m'R)@~˲nVZ)((^)+¸qOxּ[ONMM ijI>1KoPx@_x̙C88p`'hI϶RB!s9˜zꩴ8?Ldٲe\r%xl޼H.SnYm
x1cFp-:HoVSoj|=$/**˗m@JXw 6o<$wj v){oqV`ziiL|s<7m[֯_/} ʣs@]l>bFZhԨQiC[J$p饗zmΝ;eذarYpc=&Z{V#Z6mѣpP zJU+[/=u1ctHJ.%Rˑ8PD$5zZ< .@Dғq555i&9sꫭVZlܸQ*++3Zo[<xpWJYg%x<-8t`RQ4Q%튢@fDH$-Vw(nc>L.d=ɿt…2~xή;<zFǫ^Ubq̶0J'P7iXYY)={pBƟ] fV"~y׼kA%]V|C󗗗-(2̚5+uRkYs4'N@{}vKzV 5JBL>]=}09)o]DWs_s5AsL eLQk˓
O۶e޽RRRҩ)B#Fĉ夓Nju_II\p2~n7 C
d֭i*ٳg0RIA_~eԂ<Ӟ??;i˺cY#<6~;hU=3߾ W\濵.N+A[e[ӈZU
Ҁ<^ `qLIWz)H$"WjoFx Շ桼\vw۶mt?Z[XSMnaZɓ'{LDd͚5RRRrܕ.,,+Vxw bXsҚCh1s̴pN b
o[XѣMMoxg9 aJ/w4[׭['Ç9!Cdʕ-ժUR\\i䫣s7o6VhhA-tE&O,{@/裏o߾i2d".ym=PH~?gϷzF7(Jݻ<S^IO>Z ƌH7ëqM{OѣG+p+++eԩRVV_ҖR={ʮ]@^!=wweӸq<+R}Q3fL{{醮ΒӧݻfÆ 2qĴr3tO@U]Z%DQyٳDFӲ,Yr<#2yd<xr
OI&?,˗/OKb1/N&_Z=ڱz~[hdK,3?ķ?7bNW_-DdݻwSUUšCH$a
(++po=˖-svC璶zm;p^@'[JjFˀ
R)M~\s5 >1c0p@w_g7yapTUUrJ6lٳYy^%`k*c8qr'Q:Kz&-}ȑ#1-R3yۿ<2nڰ=I(қ4] qu"O˽L61-#ocDt.cE)6_,]4 L :Kz[b3.8qyy 2C
3qݬӒ@i)kzKf سgrUWmT{]lǣNǣy߬ 7qvd +//gذa :^zaY;wdlܸ}y]f }qvo͸A<YR֙6LN3)]ֳnvGTDE pW]fHQX?
.#<UMub D"?8g$8_{wed*_ؖ$>5{=N(:!Qp0}mI- vV)_E
;Kg0@zM;p^EGNXY=;XHIENDB`
PNG

IHDRF5%IDATx}y{{z}AvqaGQcЈ[ D>5c,/45*?ƈJH¢(# 0 Ru~:l0se쮮{N$N$N$%ı@(u$Ku"EXJncW$ j8kA H X?rb7]]]@,\)(|@
*Q b!; LjEfE
! `^!X]mYMX'B`H!
THp_ `%%# P ch)C8X-dg9oSE(C}hHAa I$G;U -HBe ֥- HPIB@<`]:M  R'$yddYA:q- !
u^+.lxkٟ{=p$qQGBʄ-F=@Ev$mmzA9~H+r>.G"u$'ddDHBBUkI(1_~|BH%gld< <t]Q#MTgM C
.: ex 0dȞj.;M%iɎsTTo[kC#{qypVͲۺT84nPMB@'
`3ϑW=` 3|p8Nppdhu" OK#h{z*$Wph
U
k \O
/} i}Y'&!7x iƥ@jfP}T\ts
Q}ЋC;=qaG
<:6.Ev .|!тEj,{TkPF:{d=C
=muo $y=pp}`´M¿?pmEuE6^Ogx*z MI9iªGipX~%vk Qz^P:Q kO B
x<8fK[
p$
vz;r+& Bfp&)ztNp>Îse.t*,
?4Vo&BX+P -m$ҡt7bS}B}[Q}Ї?̆^nB2D:Au$PP~$! yN8oe6`Nܶ ,C#~SQ2~F_dSdST9|AQ-Et(Ȟ\ՃHv`׺F|R:@ycʎp$π1RPZ= D^x4;=-*Cעnx.ڨk$-HTX!PR#{]v.Oᇜ/CYG$YBș=1h\:Z4(>IjHEi}x"FZTU@ tyU()iqGYW&Adp 'kB@%39kw!9ÁpʊhB t-
Lt>[(Nܮ g:oO%}_TE0tJ]_6r:L))~@Ehipl)!o@%P@סBn.co#8gG{#!9/-z8 2,dB 9n`fI:p ȑ d: &6;6C@ S[R""t+M!\q)8}Bpx 2d3HNWq/z8\Ak#D c) 忀@׉C~:VM ˜IǺ!Ru8RNa
.BP] Mi" 8;MT4 gZig:EuL72Ba6[ d&/'8ԚBp GGHlB@T #/BR
W3}ԋo!\nwS@ש$d(X*ß@^$9TO ( ̀Qbq:$bRwk]#_)d;kz~&θ$ =$srb/ H$N'e9ŭꏔL^2gػ~QOÐ S\{u\2ki tbxo~|:$U-])~|-31pyunkeE)1!ΘB'-KŒ7;0\$15<&<ρ.ew|SBpM.ǚWۤ30jr6
!F$]SU|r,We<B>"hN!-WC$9d4jض,ő> -NǨ+rP ]'h&XNw`74h@pvydĽCgarCztC30on#H:I)*Zul_p5}<.FSeΫC6>Y_ً>c EDtmEbU92ӎQNr|U5As3P|]Nu#gk㑎$Ma+GKf+\$TI ̥<  wLT-6QW:~kgd
N!#HNHNS#XF9P8QnOn]?R5
kcNiek+ gskp
>/Z@ž,GvFpga T.n8L~>d\RTsU6TwD
z Ib:AU
<uRҤԳpU;2"m!3Iԋwp
c;NAs}Jd68
.
?6. F₩5$DE.%q>pď\'_U4q|JKH 0_Gv~52|@ZۨÑ$pM>! k] {}#NT@؊Xz'! F0}OOEn"V2KzA5(7a4 =CnbPrd^t;M o?$-Gv yx=:TU@:i -ǁKo+eaغ;6bHq^^CS@0å"-[bByΈ*ɭSOkfA5,p⊟ 2LRrdMoAt_߯nH4Afg R'fx
cOe){)d4(
8'# yFHt'cʆ$>q-']()YYǶX5xLR0G9sErd3I[AK#,~[)!sj@Bx3q9Huƍ E02 pYi=$>E?͢Zl[^3/+ru$iuOԕs:+{10YơBA2ji+z RC7^QD4h I R\EgY v&X M
_cHRUrOv8rЋqq- =ǁWKg $g8my?s0dtivXWBҌtaMR!TZ'ztVk`eҳrJ:f:x:FE/=# |AO5s!cuk$aܔ\ =/$f$HR*?ޝU4/n.y7'9IXl-o#~+eYu-A S[;eFg@ }!3ƕ©8l(ޑ 'I27w*͢ZgR2ſ_8kY\ts(Li `'5X/9%.\<ǥ#3Hf{p TbػZo> }N>@clTLr`4\dj/ 8K`g5r3Su0M(G< ZtXpޏQ{؇ޭDMY01"d9mj](Umۖcg5(5sLx
Xwpt:{f3rw@ H9G{u.t!)U5W;li
mnƂ؏FDXPT?\2XbNk Ij+|X!u" w쎀w&bkiTcgHqhGVO>#R0塞Htύ-|MBϷ1"ٗgcEuBI1E =ρ>{Î0R|E-ِ C3}GwD
"YN@׀ KRT8m.=׉l'wi.j?6|Z ~8, 7T?딡ѹK] %=mb߷ؿuzWⴱrh~c5Ht h8ʏ໕ h' $yv
:x=j:=X ŰE.d9匬RYivj֪`UqxW .6MN=,~)=ڦSqȱXL)}@0fPTI)
\$0OFœMnQXQ,)R yp'C0޳R dLb7O!nw#=߉G,,9CJhp"ւ$r͈ 3ß"X|%NXJeo^Tiuߊ
mH5h@vL-ȓ~w<w
.W*Ńؚ@Q&N<lyDut)̗P}'Ht`&d̡t,;e+bp|b)@t1W₩2#1E.!2bヌD,^Ψ߂qq9egyTUixyfP{dY]).\05IGR*c6 )"ֺ̋v%˭;C:*{!@D23tr'% @STf:YBJdxUYJ [&h]-ZRm%hŸL3<WݻQ\\:8H 21ptR2-J8
mjkGGKj?1$9 IUcM @26cu 9]T @ϣH{[p`K3|ŭ(FgŸ袋0k,\` ǠdIHNWpJk _Gv_Ho 8!IuL,OWno܊KB)< :2;^|ZXBpzᇉH4u<T|a]XGH[ XeuX v· =ᢪ*S}}=u4M#"-[Pvv6)Bċ c(g<EV'<8[o~bJX [^zѮ]LDD;dk5^w4dZ~*4 –'77JJJqt&Q
ˤ%$XGe_>Ozz:? 6vn~CoO*?"89Hd,Qt"t: ҥKcN$"{̼Q&nȊ ' y<Br8¿/..-[$L&gsΥtD!(p8uC6`s9 NUUM?$;EQB~D>(544<V0֬YcN^Q
g*I%qL,[hܸqQ{$Q IIItM7ڵkCiS 0?'""O/" <8ųF!Cдi(+++dcCm]6`3k$@0sLy4i KI#GٳgƍM|6Y;|>ӛoI&LV$==FE/UTTw}GvIEm2>*8l0A6<by񲠠/2:ܐXYYowFEE^/EAvv6z#F`Ȑ!1+{nٳ@ee%Ѐ@ !TUEZZ222^z8p`Ԝ{bժUؾ};QWW@SOرc1|p7@L?>n[xAϏA't{]޽iݺuPz]KK mܸΝK7p <YY"pPnn.vi4ez饗hOZ0j{ӦM4`D,1p7M<8haa9|(\ZZZB6mYfsd*t:c*rرӚ5kBzu@ `R n۩W^HIJ`*<L8OQgH}>͟?~PJJJsʳDgLb,{M]tF>t-/&,l2?.6wj[#Ś{G{nCJЏ5x nz2xGBdL؜D%ի"ўJDb
K,\9hɒ% {Gx.tMܐ|BTYfZDD#9څJ{jX#O?m-³X!gVwkXWȈgM{ Y.H<k֬ѣG+kN˖- iC<N,&CVwkΏlhX?& ߦTVULJJ^z$Q<">}Vr&n ٸ;j\GuSO=TPaoW-VkC$~?Nnle{MNo!热Wˉ(vN|TFW5[t;X&7nLlc PlD +t"X-NCVb%̙3DYuu5qfmdζɾۂlBh2T%)g̞=4ݙ<\9Jw_rˢ62[!;"D}&OUxL{ ?
^޸C~c+,C0tѭA1 X]w]D1֮]KYYY"\.Zxq[(ʜ;%27E^#UAU--A&̜9M>wq*++[#q8nk:ːu4w"hNZ͛7VVΫeͬZTD
[o5U&Ӷm /LD&ViQwɐ5Xu'?1h3gvۥx|OcɼWg >-
XFnDHz(NJM`ȃ4s<M" @wu^|E0ץ^ŋ'tJĊY~wg /D~~>~z|WzIsz'_~m۶aɒ% imƪUjH#_D?)(`]L],kVK!Y5ОYق ZX7b?~Xbi&1c='77?E.,//'xzzudếQ'l8N"`q␇2e|f<|>3--+uTYYrUaūJf4~{|222B֑Dbb=#F6mZ}630@a 69Xϲero
"Ų^/]s54w\h`%ضmvmr+D6:\]]'L3tǦc~lİ>< %%%ї_~U,";S
aBei&QJJJhܸqVX=k%ڵkk5Q6[)SDefJKKg YGm:<fHLb:egau]1èEAK.[d9s<@DN&+;E.\H_~yHC$n{JJ
FD/Cd;f`ހ7Y{ﵻ:
kjllG}~Qy^Zv-ݻ7*?s9CĿ{gi=z$n׺![~qs}X83g$}0-ZDC%@n9묳 +dϞ=4qDBP=3H!onOk-*/W\s5aϳ6BbQ%\X*f}8>كX(MMM4vN!;Æ /F "G}4|zꩧBfw;{'inn?4p6;tP*//ith"ӱCV;Ɓ(_TTD QL޳yfs_y{vY ڣG|Ё1Onn4h+l>g'RYY͞=ZE$tҊ+Bde5go߾!:~CV5@fлwo3 dDt8ꈋ"2#DMbF5C4!p8cu]?~<}!1AUUk֬ދT1E~ݻ,Z]u]Gvv6z葈8 uyJB0m2jE#o>Y1CޗI(
Eup 7/ƒ%KL"1Iy\4=VZӧtƔ;wc30ڙ^=nwB^֖u ]u)! \r%rJ`| [$M0|pO0dȐ֙ea\!u{U @܅!!Y? $6V؁D7o.byصkW5bt]G ĉ &dω#sU3
%P*ga1{`$ͺYH<dy<̝;XlYXr(p8|6lO@P__ЫKƪo%
!
ғXnlYY6o xX>rO?4m!nС]1C={PVV:uR*27l3&,_,Z,-o,&*))AUUU*՗l C f|Hg,?#|>8$JNNnGx|5j~_
MLy|bw &̂ L H7B{S0iE˱tRğqonc@< >s <ؼ8pΜ9Xp!E9eeeEC7oƂ Rw@;2;qw3f]㏛ӊt/qO4 N?ϰzj<0k]SLٳc$,X63g|>_44HL*k/Ѕ J-+V_xkpWcʕxѷoߐH5]ZZx&LM#~[y?UK u&򢭯j!;/xLffyu]נ.\htZXcclM6cƌ5%Us6UK='l4^[мy޻w/r)ry[~D7lРAt@^ ܾ};vb*{b-ZɳH 0?IhT{G}DFjBUfdzwLDTWWGw^SN~kY}' 4F%1cPYY\3g/[φ~Cʿ @HsFF͚5:d~5믿ɓ'5e,38jjjB:B_yźXhK݇+v $m .\"|V=!ڽ{w|Vѿ>|xĄ2"[ȑ#zϘ1oF;v;lk[M:5~+W\ˁ8Xzeqc}Ʒ~B +C%%%t!5k=v";jjjhŊ櫡\_+qiΜ90uik;x{뭷B.Z(A 2tbQg,Y#wx<Իw;a
?n愮 !)^HgggSUUUz⋱Hʲ_n4,%dR]@&L P 'pvL팴ϋ_פ:҈#h޽a{N,^.w&Ce4u
Nš|ȴi2lذ!=NQ{.C{wSؕdy'iڴi!bw7mdt Ybtq,Utӥci& ~MX]w]I ˖-{g{ogC=Diii!nmcnĉd"}scЅU7]漨o%nW*oKX7uTZvm9ZZZh֭t]wdVS}}yiTQQA< ?d,Xf}o=VͰ۽ɐ+,2 vi*":,6mM>ƍc-I믧3f_:<p饗Y@4h 2֦nk' T/X ̿`wQnnnxͰ[X~Wg0wݴnݺ0X̓l:Pt֘Hƿ U!Ճg;̊ c=΅1ف`څ!dY|Q_ixqg +s5@M::6)cx"jhhz>it饗2Eak2fx<Q4"C[aYniUz 8ۻwoݖݺ𰙗G7o '[YCV]t+xSFan\H٢=uюx"GA>g/iҤI!q=qi!k7x#F_w*Vg>6tKRAqH_hf@/IltΜ9&Q"H 2l{qT6ِQ +zuJ /뎎Ղ>1 g!s-؁{QQdqsNqeb;]>t:W^1ig1ɓd߭a<{
һfϞm(OtRsi;yԑ,sMl}v W<)XND5\F®Tu4iر# ŖNItMؙs6&ꪐ-DI+d835{~~~>=a)DgPWVV>OaY~)ǍaX+CK^zkF^7"qٳ㎰ÿ&CiӦRG4o<s
S`Mo"2k*b̘1oN^nƐl:L|ovW a\HuzG3P&
܍k2d'c'=7нkl'hȡ~kZjUzYɿb
*..j Jx\̺{ncS<fҗ=ndWXMM 4}02Ez )M7DUTT I! i=Ӕb>; UVdz€{LHagHB}#GBh3/.r6l펫$*((!C%\BկhѢENH]r%]|ŭxv!;,:B^0 AaQ::u*y9O
3@ { EKK'p8vB_~HJ
=#>qó>s碥5/, 2 OXpT4vSRRh̙TRR_OB{K,~v_~_4cf(&ccm^4\h>[XcׯN;4L<9]VkAq;%%%ضm8˗/7L%' fNZ0W!1j gRYYYa"߻4䵘\ZCC2Hؑ)khl֘Hntg [lnnyU'$}{(&ANhƅ}b/EgEEyK+㬳+2;N
o*5 I4p@O-#ʟ9~:VXF#$kjB!f9%l*![oM6ͮ89~z9sI6sh˳"$:9~|ky晇QC [_W~@N@>.rL7XDF0hÇiwʂiĞ={cΝزe jjjƙ@\AXݑ@ 2 R `nQcH(ukq#˳ %V@){BEd\J\ۑ[iE,S-F]P͆t x}*3i3BlOBM33%=`AǍfXgZpVKt&EUz~NZVgF+>eb;Rz=V̓8AV ˸BD3<S}N08 Wl@ mBZ-Vg_'N4YaDZyNuTGb0CS,K9a8IȈN$N$N-vIENDB`
PNG

IHDRRlM]IDATxy\E}L&JHBBI$ ȾŠ (=ȋ (#H4&@FBdg}znݾ3=Kfd.Uu:u)0 `0 %6C hwq~?hp0@2&Ox[ *'2?p>yY,D'(`,j]@)@1;R-8܋QP y~r~ T0gBMcۀ( | s|L`6=e(sS\P/@1b'P*\TS8 ^G H6 ς~H*əyxa(mUF;ZR"dJӽ4P&z"&LM@!-QLZ8%P JT߄P s]:@HW "$)a;{(~;>`'ԣO}vTc#m!Tx$-{}^I:WJTFOlCPF9($e t~DD ùRlWva/wP#Dx لSJ oɠ60 ðX [:}f9yeJx5x?vO eKxZ&(Bib&bgZ:< |^3 ؞7QG2x>ꈱ8u'`a[> }lkW 04GC({fu }bʹvEikjDǝ[9S?]a4ֆiP+DS'YCCU('aL9"2\in`)$P;8o'7-!j,FKͮUۃLPP'Gvɶ[س & ^g>&-&ѾB Q2ss~3b CnG9JSue0 :.(5wٻ5Ⱥ7d(,:G8
L>(7j]i >'}AL&Z5mߏb2? Uatn7=r~#{?QL.6L?O-tdOfuQ>uV1#&R:*@QBpͳfV9Cd SYmxMdqU"g!p)QR}W#(3iY60"NlfPЦ2ľ S/̇,/Ĵ ؼ!;-hvml?a6]0SJSMʊ /y/?nk卿j9JirMKG5p/J 67 0&|*O_\~PMvɗc(g,"m6g}cSgQ3HfJGe1jj.inFA:>_Ak_'hOLr,ZD)zX\ lHuqO/ Xp>=<F0qN}m((M5#4Tj[ NR0P3ڈ
(6mm |=[x}|[#d)9mR+ē?Nͮzh"9?wUc-"nLO" 5b Nu1L a\>mko`)EB$h??f33EZmlw-K)P19  ,ߝ5G>1
(';"bKuD%Ѱ7VVg0o 8x ޕ1"09&b;c0tզ>J0?6͒BcRI;2Dm!7bkKεڼ=}$ݫo~B45?H\d|4Cgnٸmk9[#im`N;,Xj2I$am+4T1-+Va{j޳5^,>,,(O~Fq&e;-˟P%Qz&'jcZDaV2DXL#[/`R;6r6}KQ@>T௨jm
&|/hM#dc
m6y>D d'R/f
V#I k^'b $+ض%Y? ʥY_L%~]PʈI9[ltEpPyɞg3/P^%Z&_S)_̚WqcQiӨ̹f1z$NP6@Ɉȧ1viWh)S/Q; addg\=cYlwЂa1P_?@u@٘eP'+a08 iA9ʈ9`r,&O$lPs~-q~s82?`B-QDFٿD#Bs}ﲢ1Q+Ya&(ހows{)&|V=M9&i`ZJ FCQ29L=0 |(f=܏q~f;4<7bl `QMɘ CL_vA4 W4(د y*3d'Ag9>sC|W  >׍`| :\(lbg;pĢ7lL6(cWGQD2ogekuqwa
nwPCņ!ow27;aGZ2|~sɈ9J}ek>=γ8;#2.@VqMޅ5w#zZQQdFA7$|+iP:2詹:"DZ#l^DY9&%>,醡svɹ5!~([Hxb&x(i&}m( &G^(DՎ<PaS7#r=5a 8߮tRo?KP㴖19L>(L˗j\[obGlcyŽ(wa&UO@+Y|.aQ?qM7_EmWI_yk|erLj"l[5l2tBf3xt meEX~ƪ0a;6Pbj7`8npP"k`GMga%=S:aZNKbjFs 9|L "kD"„c
8}
2]F2L;*˱` vmje |}!Q'3~F,pNMLQ{SU;7g0 Оpə_Q'{oC*h{V 6
:/FY<#VQgZU/5TyЪ@{~\z0Fvg51͹PS}#l[̊gjع(g0?"U4JjY9*_r{0Q jKʞl_*6RtOtDvD̄IL#,_\ͪk "~).$ćoj:D3aGջW>_s wtHG0qZ1g^7HfyjkR%OUgK cc%e\aCvo?KI֕ͼpn^淉
JF-ƻ0+yfeF2[И?W?ؼֆ(y-aea ^[hӫm6f[V6%ڽ.3 #sT^zb6Cl[{Բ6LFOJxLшLGLP3/ֱ.<p '+BL5IaX>:kG_Y]y郬mk[XR i$fWcEL:QSr{4FR>U+Ŏ۾i 0Ӆ,qT>ڍkQ+ y= A蓋: uM[?hgkI?^⁷ϛbblֆceiX~hT؉R0>¨#r9yS6ֿUϻOU L>N.b5ۮ믧`fSs4OՎXМ|GbZFOS`TjٰT98s -lRQ78nA),,[\BS3Qq  ڡ61( ,n  9ǔ Y*>T8tD;' !!(P WcĜhv=²Uz9[@K]Pʤ
('ik製;y>fZ';6$ >HB?@~)oZ=gn[S`ҜL卼d5C\ 33:{%~e@FbCVr<yDT; |V=PY;fQLAӄS*0Nlη(_ո S1*BXZ>ҶE 0xbO)Blmr5 dybfbq TGs]wYͺ7R_HAp{sQPu dl[̒EڨL_`¬q0%\p4B9LA d׆Vsn"! !0j~b+*ۑQowQ'10hDƨ4 }4LNPĻOUiy^yh/_c%~L>Ee-QlkSÀPPoY#ܶ#`V̘ TpOo]ײyE{ɹ{^)G+<fRPf]5ʇ҃h CE(^pڿBWY!4 xU|nĤc ((NVQ|N=?_Gźfy=5O-fdZ[q[S4)JSui3pfga V;*&,4z>| 0bw}%$FA w$h&VT= 5U d󇏝ǰ ٴ4DS`aB$,Hf꧋sdk^g4Eؾ[XV:g )MYgQ}tz ak#mfy4VGar|Ɗgkظz 8bf[*~XY66JCUґY D|FͪP#ș_FlbP3hkoqK?#%OU~ĮMǧ0!㳝8'.Qaݛ4VG-L
7ȔOQ<į_nHg0Md䩽}llq،||W&A8AX~'~RBltZ aD=C E$(D nh_?|7tMPO-sQ0XemLCy`tLSVɊkx\ôPyBg]7g n`Y*R6*lZ;OUQ+8}h0v gZlZ֐xThW+:wx39qׇ3qda xlZ3
8 eL>A>Bmj1-cakx}؎B$~J1'}HZDC6׷?XwQY|!~L
]ЫaTV}{Փg }/|YOL= baRm7>WXT5W,9+K0;<]xjVXWsج<|~ZVe~_ȩW G3
P;ƥ,G6jG২Tp
~ǁ/1La35)ORTÖI …L6.m<\(>pIE zjv5Qn"r M־$5LaL. Jm}<mk~k 6/o!,P9B<Mz_ IJJ!X`j47uU̾a~-oP9@FL$q'$nv瓿2KW8yJ|p̯;qg/`LTZSqs#!Vm.Di@I ޻[݉l^! Y1bZTS1\*OU߫_zæb !g'6g'_6qGt| ;*ZghZv~Wa8ϕphJvo""TUy*ٸ1RZ//r% m>J'~}Xa@O|;SO(b ENO  S$v|zrz][5;b*R*qi#=SCkS;O7}##[ >î9; 4`[s{~)*b4Fimz2Msm\W0L +c;;43Rl:
_?$LP $;]5oP:2#r>e[]7whXq+ zB ;,QGW{a-o.PЭdWW1 sEn?6&{BA:l]DnK.ir8KC4̟X[Q<;t=C>,/(ӊzByŖ~NL}:^_ծo>teݪVҫzhGpHdU3<_îۮi0ʔg ++ ʢ6ձqG&0d|>M&WH@ -%򚦉aG-N,+oN<;'~5Eټ]!ZTVLԤ7:d>l>IiaVBPv\GZLvzIz
"XE8d߫yoo?4M|>P@vT5{pH8Keɢ6kjXVڤ階F9-F~<@~Ey΋G&0O_\F$d8 \7γؾwצw|MV\(㳙{`P*jW2/L0 r -j=!ͷӯ_ Q' Y&S/d<) ؇ϯWe҅idT 5|f#BcӄpѣYz5W椓N²,̣]9 L[1~FMDo{LBmp<Ѧ:Lͮm|b]bf7P1֠Vz[Gp?X,ib9 PӜ| L&JFf1ZI3bÞ-my5JO8+ .$r饗B-1rR>Sqy< `35|-[^PM[|8wgy.dKH1>Y7lL<ss-%+LjN\e߶6vmja"ɞ[
|>H ./`1s̡^5+]7g[`1\FOal,Cy<!6D6ִ/qN4&F}6btPuSlL͒1YRP4⽿+Ų,1MSdڵ""FŶm iJ {ۚXr }R:2=6K HnN<qZ!-&bdeeIVV<Cqo۶DQ/| :wPtntπۉw!DM Y,a*illp8,hT4ߛ6mI&1uxh1ÁP[촆k-W|>r 'HUUU{DDDdRZZ*it>nr~xMЋvy(W;5s$eSʆ =mK0۶宻Pat</-į B/Aۚ~ 3A"Cͯeҥ""2ছn@LBWš= GHMњܸqꫯv3t׻O whd0 =/@;i}ypN*˖-O%oQ_CB~VzI,O_=gykgɄvmfb;VZ݀/RcFӉ/"ٓ<2~F[GQFͼ4@4L| DMt'-B'sQysϹ]
~VEE\zb+]iGgƼC@Q:Z!qHx:h 9s5*~_|>_5eYڭҎ?^~HcccӦbd%=equIՎ6ٮ=%%%2uT)..NڇM KP&C"蘚@ ٲe|_S&e /@@$i[]㏗RYY!FQ 
$ J[[B!D"?A Bk#ӟNv$w.q1b,X@z-y .츾̰h]+CRY:F)# Cg͚ō7%(a~޺u+ذaٳp9mŌ9ɓ'3m4͛lj'Hvv67FuVfĈO3ŦH$H}+믿ʕ+Y~=w0aMƬY8S7oGO>$wuۧ@ 'Ln_p-ʯ6 4M(]twucǎuc-¶mlێcн{{nihh FR\\̐!C=z4YYY}p˲2okk+7nd˖-chiiP(2 ONN9990j(ƌɓ)(({F1M}SS| ;v`߾}TVVRWWG$!''JYY#F`„ 1{o߾<裘
x`iBi'ڮZ}Mf_k#S76c =tMr'ʤIdذaA˓Cĉ㏗nA-Z$555̭`0Q;4I۶ݕ붶6D#RE@'Цd7 õoxbD$'-HĵɽSQQ!?uYR\\itS:|>),,N:I~˖-[ͭW8v9Iܢ3x9FB`;4 ϒ!) .t Dhصk<rEu^7kW{:sΑ'xBmS3f~׿uW3l׳ 4@v(Eњ#%2}th4#ovG]w%fJ(<yqrJ:´Уdee̝;7kV9:
ϋHz[c˖-r7ɓ~3ѣGի#ʻ+*V^ZJ|K_3"??M* x}ƍ}{9T}o~3iZ>@8@)*,,8;+jrQG|K0ayGվғ隚)++KN[ AqЎÀrF+h]!Ȟ={kiI KO>q![ҭe9dfAhPC`Y&( _~e8qbܳS@)޶ :Tz)g۶l߾]2^XoR>Oux/umz455uKDD9L K`|mW}l[ /P***,mc=GFpC%XjN`ݺu]f
W{7fo
ܹsLu]m߾=. iP xIa|ԨQR__%ߴip teE(Sʊ+$`~4}ҡxi,X.o޼]Lޝ4i+CpXguP4M;I;zeLb?uT7n=D˲ؽ{7W^y%.eh4eYlڴ+>˲y|q2E 
R$ZK[Kٶ-MMMr'h:{lٻwo}+!eR_Mօ <pA7| oGuؑ}Y^:i
駟tC2""rt O;!੨mS@~!nJп` FaÆIub'z>FuD=)BK/
M:(
?YB_7
I?{~7ZI,`;݉jժ@ҩvI @EUiil޼9N$-[޹ GYMĄ?8fz:biy[XX(?ϤCо.l)gqFu߷ʠA2>F7r@
3F-ZԎ^hB-ZHrrrz5lLyoiuw]bI&"*} 2Nya#ծ1igyQG]BtdDѸm{= &^۝{辛:ul޼ W3f.͢yW)fAi=bScEg̘1yd"e%B~_r-tݎOx̟?SO=qٳg|O?4^9S?~<۷e˖sϱ{n>pm~u]q'Oc˖-,\˗4L7ѫwX׋F28QӧOM6HK:ǖ-[d̙]ȁ@@/ƍ;@577=YGa^tEGuI~9#F
}xa*۾}̞=;S:hhtxC:⇹m̘1'U|Z=m"i=hllnM%//d$?ܹzR{7ǥ[S/ yd+Tvw)999+Hj^QQ!sq *:3?'
G}$Æ s'\nf7n[?Y`7n:.M.]*EEE`W~*z:؋jPF{tGu5wSe9묳3۶5މȪUotӑ0n=
s=.]R n룏>G4J}yyCdFH37{0D:VWW'_|q[+XVZ>:\Rwi"13ʕ++hW=9eϞ=q 4 կ8ybG-Q=\*PcYȖ-[){ݣtmj\xRWW2fVmL2EDRo4I7#,_\88amHg- lۖ]vɰa2
cegAI hp=>h4ʭa$uu&B~whkku%}wRXiӦQTTa}D=#i7lik:Nsڹ:ٳyx駙7oYYYnl7`6/[T}6|p~ӟbv3Q3Kz=-ʍUJ/46/a45<3@5
%
4M6mK/|iRRR zCK/ᅬa|>p~3<wy̛7h4J4%@2A40 -ZDUU[T|eʔ)Ht9(fnѨiEyt~~Bcu6m7t~$w#8B Ð#GʕW^)sΕkFDX}/ Ç/\^{5Bن{uz,kB7M\ߦ(:j)/Kh'efeee|ƢE\5[R 7Hp~uwumbLJٸqc)\n@\DާHtRZZ\@ <#ii3<w
mϜ9 TּLh4[oa}2d0Z/{VVV|o: R! YÌ;oۼqי-Ho ӾO<Ǐt. (zRtfJ㨣bذaqߥ6-[ND4:+L G577c{.Wk.~_1yd~RWWDA >mرvmY+B>K߷dɒ@;x`O7 h>:[AoSYt/D8q"@h`0ȪU2c#Q# ou_۷믿c=oԸL1£;n8|A^u,X@QQH43i߱c wS;(Ha r Xvd eee@CS8LH6mb…\r%,Zu&z ~$fΜɢEx9s] pӦMޓJJJ<ӸW_P6v>~4ܼys׫B@^z / /iH$gŋyǘ?>P(]s -[Ԏlx +mo d\ EEEu@
=-b…\|Ŭ^~ԋmdy'馛s3Q@ȝ l GVzAzC¨<b."w`޽W`@4u͟:x N>dv齚0C ;k2SD]{kkk56I JkjU Gw4gڴitOO}: nOvgR_:7l# /؆EO
&,a#b+yB[lq;f2
xpS-p N]>`0ȰaØ1cFFʹh4MGGVF,B;UV%A -@x㍸:3Hؘӆ֬YC?t>`]V&N{SZʝTe29);܊W[[Z/~joroxh+{QJo*Cpkk+JfN}!5j_̯÷?C9 777:\={)yO8zcPګre׮]2!
z0w\/^̼y\OQ2DQw#6jjj_xtKPCX&ҦMx 0xnU@ɓ'sdfR6is!cY~;ƌFҴ*"X_~ L(*/]_&zK,`'ObNG;3J0|^ Ì7[n˗}'K.{;#.&(m('z\Cw`5J;M֭[;7nzY~Z?5\âEF{&x2E">,X~#N>Lcɒ%'(= e;Q[Xn={y+Ǐhm|3g$
Ņhk3 ˲xg8ӹkYz5@ Tu8Ӻ~Æ r-d;>LR]Eo 0_سgOJQ\\Liii\=j&2e
׿x8餓\͞X_۸q#\p ._wCd}}gap8WUjjj5}t~з?xzS
C;z `\r%u:1S{__@k~vÇ׿5>wyyy.CyBao>nV̙âEhllt5qWha<yӬDhKfcx(I+ph=i.c|7Luuu⬬,=^aȢT_3o:jZ-#ÇkaժUp =>=|TUU?9s9CwC!"~M?nE/P<㧗L -h2Mȷm I7\Tͤ)GqS2feemׇu)_PlKdҥmO:SOg>=)Gy$i]t;7c]5O<3 ,x :4M92<L 7f"EQihhqxʜ9skT"vmw85^{5 YYY=2Qf{H[[\tEbFiY^vx䠌oc0†"gSN9E"HF {|p]w%%H$"+VgyFy/\կv*+V^x %pR$c۶mrWHYYˤ&Q$͓uѣ =:U7[vfbˁw)[]]ݻ5jTGۖs9<]YŽZQQ># Ժeq1_TTnؗl`}:D!17HSSsoٳgK32s. BTWW^<p91GI).M6l">ɬ6K֭['eee=jg͘1C***:Yb۶<S2tPtGtMw$hhh'xB&N;gꍢe˖uLw)OivxU "6t(zeY׿ḅs_{=!N?xRw""2~xuOh4|z3lO=0 9󥶶6zMө&'<rP#Xj|53_ve2nŒwvwɓ'KEE˔"TsdYl|k_s%=2UъࡇxqtR4vx␁ NГ3gZW;dX 󥲲2;b~o/"9ꨣcwtݻI̚56hEMMz@gnώsQ|>{NEp =ixO|;e`oN9#<R^z饴D"rw[q Kv؇^8IѴ?77jhI%;Tr5k]1-999rW륹9NA~XLleڵOF1f͒-[tЇz
>7Bt8 PeYDQ&MSO=ŴiӒq~Ǹ+Ѐt &.Ϝ9c= ٺu+/7{O{̙Cii)HO>^{-.H_]/wlM;wpB|t/)0 ^W׷P Ny^?0S0s=՞=PWg\_u)..Ni$|w)T}&\n<~ 4(x`32gO_Bh-;K]M6QWW9my#=?CSxNAڞ?餓RөoFW~0_W_}u#w.(_0tMgPgyy␁V?$vX~|>y7;۶%
I[[̝;7%}4i466vzիb\ }{PP)"/4GS塇"??SNoV&OE91 N hSfyW-Z' HbѦ>/Uڶ-{쑩S4~ۡ)xsKИ@v[ǩ'?Ť'[_-_OQ4Cr T(l+i,AƍHvWgBC>9󥭭-xj;vl^juhCz8 Iim|ZJ_&_g?ag馛^oѴYQC}x@DRi$_җ\!og-wT}ꫯeY,6jzWIABio)**5kֈHǾj -$ r嗻Bp(2>9ٵkWFd߾}2~Lީiǡ<tG,"Cdʔ)n~ B|eCCe|+RWWVZ92Z_4]@:N@4N<Dپ}{Bm_&CAfqHF,]v4@Ӳ^ |YzE3iH }gdر}Μ]4[<;"jtW
d<ҴGGƦ-ܱ+k׮Mz3֭[Ϗ{0ANllj'ObΔĞ={ _BwICc괴$LFEiA A(?R\\>@%˓_ښ3-]Tf͚4~ i}ϝhHoٲE.7wx oGVV}ٲjժ8M<W2h;40u0ZBGL"<۷%lgR/s,Zv0V,ˊ ?~\̝ĭ/O>}V7U&8T5)!ɊWkϟ?_Nٺuk;LB!_"g㘡v$r)r}ICC0mm<`Y]! 4@жWujF/L"w_ZZQoQg=X2̄ܥ^x,Z۩3AXx̙3'n#~^:}5]Mb2V(Y>O.2wgH5`P6n(կdڴiϲ,7L ^5{g)^&L ?яdڵҒTxmkkk?p|EA 4@5N I+^(Y2ɓ駟v͝twz
d͚5PfϞ-eeehk&+2rrrdrGˍ7(˗/w4R;Ybx≮u3fV[vP{GMQrUW~ɓ'*JG'{sN,Y²eXv-UUUDCCP(|>ˣMƜ9s7o^҃;8&t&;w?9PȽGkN3\<A/ؓ8@BMN~ |Š_3fz.\Ȉ#Rgli$ mmmlݺ;wgK]]DQ05M|
:t(Çgva=W JEBtZ[[y'~NJ+ܣ-`p#p;M0tH7O:tM̙#wuWDR3H(( n*%ay3Έg }&^ :XE{t[4uT\]p82q06ikk`0s(p8S\9ܶyArh6$ )"EMĎ؁y,$B ̙37n@;ne]￟JDze㏩uM}zdn$.(_?'G$E(=]u} zW:tsNaۛ87$km9B2}qq|"ف= -2a„ΰĘ1f@$2 u&fF:*ެiо;wխ7i/q}|@ =qѴi܃9;ߵa9餓ze7[wtK3^uA4 >\}8M$S$سh"pN%@v#tn ,˒K/=LLT7o.ukv3ENi_Al/IAdl7,W L-fi1;ZA0lgN544{'7pIG+uvMC!ACx|8|&>_e-fvi}L4]8C*ݻM6f^|E~JVk
Ew('"ijJ |8C#X#˲meѣG3m4&N;v,ÇgРADhhh۷SQQAyy97ndֺF3
x/=;1s(ZG};+6 ˲0 xϧ\mVow} TΥBXJI:JW8p"^C&'f7wi3aPl6LpUx!"()t#BNC Y;uObRBOd1짢 0۩ξ}(p
]^70` GiPbnmR[ G7{L'BS7o]0֪9e0Z$qx=(Gj1dIa: yu}duz^ʩ߉t 6BffѱλN.=0 : R18~x=*tD3X灕1@0 =İi20
NyUzT{FC} |0 ==({](ʡSJlQa;&TZ3- ށ7ZZCL އvtmbN0 `0#>XIENDB`
package com.StreamPi.Client.Connection;
import com.StreamPi.ActionAPI.Action.Action;
import com.StreamPi.ActionAPI.Action.ActionType;
import com.StreamPi.ActionAPI.Action.DisplayTextAlignment;
import com.StreamPi.ActionAPI.Action.Location;
import com.StreamPi.ActionAPI.ActionProperty.ClientProperties;
import com.StreamPi.ActionAPI.ActionProperty.Property.Property;
import com.StreamPi.ActionAPI.ActionProperty.Property.Type;
import com.StreamPi.Client.IO.Config;
import com.StreamPi.Client.Info.ClientInfo;
import com.StreamPi.Client.Profile.ClientProfile;
import com.StreamPi.Client.Profile.ClientProfiles;
import com.StreamPi.Client.Window.ExceptionAndAlertHandler;
import com.StreamPi.Client.Window.Dashboard.ActionGridPane.ActionBox;
import com.StreamPi.ThemeAPI.Theme;
import com.StreamPi.Util.Alert.StreamPiAlertType;
import com.StreamPi.Util.Exception.MinorException;
import com.StreamPi.Util.Exception.SevereException;
import com.StreamPi.Util.Exception.StreamPiException;
import com.StreamPi.Util.Platform.Platform;
import com.StreamPi.Util.Platform.ReleaseStatus;
import com.StreamPi.Util.Version.Version;
import javafx.concurrent.Task;
import javafx.scene.control.Alert;
import java.io.*;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.util.ArrayList;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.logging.LogManager;
import java.util.logging.Logger;
public class Client extends Thread{
private Socket socket;
//private Logger logger;
private DataOutputStream dos;
private DataInputStream dis;
private AtomicBoolean stop = new AtomicBoolean(false);
private ClientListener clientListener;
private ExceptionAndAlertHandler exceptionAndAlertHandler;
private ClientInfo clientInfo;
private String serverIP;
private int serverPort;
private Logger logger;
public Client(String serverIP, int serverPort, ClientListener clientListener, ExceptionAndAlertHandler exceptionAndAlertHandler)
{
this.serverIP = serverIP;
this.serverPort = serverPort;
this.exceptionAndAlertHandler = exceptionAndAlertHandler;
this.clientInfo = ClientInfo.getInstance();
this.clientListener = clientListener;
logger = Logger.getLogger(Client.class.getName());
new Thread(new Task<Void>() {
@Override
protected Void call()
{
try
{
try {
logger.info("Trying to connect to server at "+serverIP+":"+serverPort);
socket = new Socket();
socket.connect(new InetSocketAddress(serverIP, serverPort), 5000);
clientListener.setConnected(true);
clientListener.updateSettingsConnectDisconnectButton();
logger.info("Connected to "+socket.getRemoteSocketAddress()+" !");
} catch (IOException e) {
e.printStackTrace();
clientListener.setConnected(false);
clientListener.updateSettingsConnectDisconnectButton();
throw new MinorException("Connection Error", "Unable to connect to server. Please check settings and connection and try again.");
}
try
{
dos = new DataOutputStream(socket.getOutputStream());
dis = new DataInputStream(socket.getInputStream());
}
catch (IOException e)
{
logger.severe(e.getMessage());
e.printStackTrace();
throw new MinorException("Unable to set up IO Streams to server. Check connection and try again.");
}
start();
} catch (MinorException e)
{
exceptionAndAlertHandler.handleMinorException(e);
}
return null;
}
}).start();
}
public synchronized void exit()
{
if(stop.get())
return;
logger.info("Stopping ...");
try
{
if(socket!=null)
{
disconnect();
}
}
catch (SevereException e)
{
logger.severe(e.getMessage());
exceptionAndAlertHandler.handleSevereException(e);
e.printStackTrace();
}
}
public void writeToStream(String text) throws SevereException
{
/*try
{
logger.debug(text);
dos.writeUTF(text);
dos.flush();
}
catch (IOException e)
{
e.printStackTrace();
throw new SevereException("Unable to write to IO Stream!");
}*/
try
{
byte[] txtBytes = text.getBytes();
Thread.sleep(50);
dos.writeUTF("string:: ::");
dos.flush();
dos.writeInt(txtBytes.length);
dos.flush();
write(txtBytes);
dos.flush();
}
catch (IOException | InterruptedException e)
{
e.printStackTrace();
throw new SevereException("Unable to write to IO Stream!");
}
}
public void write(byte[] array) throws SevereException
{
try
{
dos.write(array);
}
catch (IOException e)
{
logger.severe(e.getMessage());
e.printStackTrace();
throw new SevereException("Unable to write to IO Stream!");
}
}
@Override
public void run() {
try
{
while(!stop.get())
{
String msg = "";
try
{
String raw = dis.readUTF();
System.out.println("AAAAAAAAAAAAAAAAAA : "+raw);
int length = dis.readInt();
String[] precursor = raw.split("::");
String inputType = precursor[0];
String secondArg = precursor[1];
//ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
/*int count;
int chunkSize = 512;
while (length>0)
{
if(chunkSize > length)
chunkSize = length;
else
chunkSize = 512;
byte[] buffer = new byte[chunkSize];
count = dis.read(buffer);
byteArrayOutputStream.write(buffer);
length-=count;
}*/
/*byte[] buffer = new byte[8192];
int read;
while((read = dis.read(buffer)) != -1){
System.out.println("READ : "+read);
byteArrayOutputStream.write(buffer, 0, read);
}
byteArrayOutputStream.close();
byte[] bArr = byteArrayOutputStream.toByteArray();*/
byte[] bArr = new byte[length];
dis.readFully(bArr);
if(inputType.equals("string"))
{
msg = new String(bArr);
}
else if(inputType.equals("action_icon"))
{
System.out.println("asdsdsxxxxxxxxxxxxxxxxxxxxxxxxxxx");
String[] secondArgSep = secondArg.split("!!");
String profileID = secondArgSep[0];
String actionID = secondArgSep[1];
clientListener.getClientProfiles().getProfileFromID(profileID).saveActionIcon(actionID, bArr);
Action a = clientListener.getClientProfiles().getProfileFromID(profileID).getActionFromID(actionID);
clientListener.clearActionBox(a.getLocation().getCol(), a.getLocation().getRow());
clientListener.renderAction(profileID, a);
continue;
}
}
catch (IOException e)
{
logger.severe(e.getMessage());
e.printStackTrace();
clientListener.setConnected(false);
clientListener.updateSettingsConnectDisconnectButton();
if(!stop.get())
{
//isDisconnect.set(true); //Prevent running disconnect
throw new MinorException("Accidentally disconnected from Server! (Failed at readUTF)");
}
exit();
return;
}
logger.info("Received text : '"+msg+"'");
String[] sep = msg.split("::");
String command = sep[0];
switch (command)
{
case "disconnect" : serverDisconnected(msg);
break;
case "get_client_details" : sendClientDetails();
break;
case "get_profiles" : sendProfileNamesToServer();
break;
case "get_profile_details": sendProfileDetailsToServer(sep[1]);
break;
case "save_action_details": saveActionDetails(sep);
break;
case "delete_action": deleteAction(sep[1], sep[2]);
break;
case "get_themes": sendThemesToServer();
break;
case "save_client_details": saveClientDetails(sep);
break;
case "save_client_profile": saveProfileDetails(sep);
break;
case "delete_profile": deleteProfile(sep[1]);
break;
case "action_failed": actionFailed(sep[1], sep[2]);
break;
default: logger.warning("Command '"+command+"' does not match records. Make sure client and server versions are equal.");
}
}
}
catch (SevereException e)
{
logger.severe(e.getMessage());
e.printStackTrace();
exceptionAndAlertHandler.handleSevereException(e);
}
catch (MinorException e)
{
logger.severe(e.getMessage());
e.printStackTrace();
exceptionAndAlertHandler.handleMinorException(e);
}
}
//commands
/*public void receiveActionIcon(String[] sep) throws MinorException {
String profileID = sep[1];
String actionID = sep[2];
int bytesToRead = Integer.parseInt(sep[3]);
int port = Integer.parseInt(sep[4]);
try
{
Socket tempSocket = new Socket(socket.getInetAddress(), port);
tempSocket.setReceiveBufferSize(bytesToRead);
tempSocket.setSoTimeout(10000);
DataInputStream dataInputStream = new DataInputStream(tempSocket.getInputStream());
byte[] dataIcon = new byte[bytesToRead];
dataInputStream.read(dataIcon);
clientProfiles.getProfileFromID(profileID).getActionFromID(actionID).setIcon(dataIcon);
dataInputStream.close();
tempSocket.close();
}
catch (IOException e)
{
e.printStackTrace();
throw new MinorException("Unable to Receive icon");
}
}*/
public void sendIcon(String profileID, String actionID, byte[] icon) throws SevereException
{
try
{
Thread.sleep(50);
dos.writeUTF("action_icon::"+profileID+"!!"+actionID+"!!::"+icon.length);
dos.flush();
dos.writeInt(icon.length);
dos.flush();
write(icon);
dos.flush();
}
catch (IOException | InterruptedException e)
{
e.printStackTrace();
throw new SevereException("Unable to write to IO Stream!");
}
}
/*public void sendIcon(String profileID, String actionID, byte[] icon) throws SevereException
{
try
{
ServerSocket tmpServer = new ServerSocket(0);
dos.writeUTF("action_icon::"+
profileID+"::"+
actionID+"::"+
icon.length+"::"+
tmpServer.getLocalPort()+"::");
Socket socket = tmpServer.accept();
socket.setSendBufferSize(icon.length);
DataOutputStream dataOutputStream = new DataOutputStream(socket.getOutputStream());
dataOutputStream.write(icon);
dataOutputStream.close();
tmpServer.close();
}
catch (IOException e)
{
e.printStackTrace();
throw new SevereException(e.getMessage());
}
}*/
public void disconnect() throws SevereException
{
disconnect("");
}
public void disconnect(String message) throws SevereException
{
if(stop.get())
return;
stop.set(true);
logger.info("Sending server disconnect message ...");
writeToStream("disconnect::"+message+"::");
try
{
if(!socket.isClosed())
socket.close();
clientListener.setConnected(false);
clientListener.updateSettingsConnectDisconnectButton();
}
catch (IOException e)
{
e.printStackTrace();
throw new SevereException("Unable to close socket");
}
}
public void sendThemesToServer() throws SevereException
{
StringBuilder finalQuery = new StringBuilder("themes::");
for(Theme theme : clientListener.getThemes().getThemeList())
{
finalQuery.append(theme.getFullName())
.append("__")
.append(theme.getShortName())
.append("__")
.append(theme.getAuthor())
.append("__")
.append(theme.getVersion().getText())
.append("__::");
}
writeToStream(finalQuery.toString());
}
public void sendActionIcon(String clientProfileID, String actionID) throws SevereException
{
System.out.println("sending action icon "+clientProfileID+", "+actionID);
sendIcon(clientProfileID, actionID, clientListener.getClientProfiles().getProfileFromID(clientProfileID).getActionFromID(actionID).getIconAsByteArray());
}
public void serverDisconnected(String message)
{
stop.set(true);
String txt = "Disconnected!";
if(!message.equals("disconnect::::"))
txt = "Message : "+message.split("::")[1];
exceptionAndAlertHandler.onAlert("Disconnected from Server", txt, StreamPiAlertType.WARNING);
if(!socket.isClosed()) {
try {
socket.close();
} catch (IOException e) {
e.printStackTrace();
}
}
clientListener.setConnected(false);
clientListener.updateSettingsConnectDisconnectButton();
}
public void sendClientDetails() throws SevereException
{
Version clientVersion = clientInfo.getVersion();
ReleaseStatus releaseStatus = clientInfo.getReleaseStatus();
Version clientCommsStandard = clientInfo.getCommsStandardVersion();
Version clientMinThemeStandard = clientInfo.getMinThemeSupportVersion();
String clientNickname = Config.getInstance().getClientNickName();
double screenWidth = Config.getInstance().getStartupWindowWidth();
double screenHeight = Config.getInstance().getStartupWindowHeight();
Platform OS = clientInfo.getPlatformType();
String defaultProfileID = Config.getInstance().getStartupProfileID();
writeToStream("client_details::"+
clientVersion.getText()+"::"+
releaseStatus+"::"+
clientCommsStandard.getText()+"::"+
clientMinThemeStandard.getText()+"::"+
clientNickname+"::"+
screenWidth+"::"+
screenHeight+"::"+
OS+"::" +
defaultProfileID+"::"+
clientListener.getDefaultThemeFullName()+"::");
}
public void sendProfileNamesToServer() throws SevereException
{
StringBuilder finalQuery = new StringBuilder("profiles::");
finalQuery.append(clientListener.getClientProfiles().getClientProfiles().size()).append("::");
for(ClientProfile clientProfile : clientListener.getClientProfiles().getClientProfiles())
{
finalQuery.append(clientProfile.getID()).append("::");
}
writeToStream(finalQuery.toString());
}
public void sendProfileDetailsToServer(String ID) throws SevereException
{
StringBuilder finalQuery = new StringBuilder("profile_details::");
ClientProfile clientProfile = clientListener.getClientProfiles().getProfileFromID(ID);
finalQuery.append(ID).append("::");
finalQuery.append(clientProfile.getName())
.append("::")
.append(clientProfile.getRows())
.append("::")
.append(clientProfile.getCols())
.append("::")
.append(clientProfile.getActionSize())
.append("::")
.append(clientProfile.getActionGap())
.append("::");
writeToStream(finalQuery.toString());
for(Action action : clientProfile.getActions())
{
sendActionDetails(clientProfile.getID(), action);
}
for(Action action : clientProfile.getActions())
{
if(action.isHasIcon())
{
System.out.println("23123123123 : "+action.getID() + action.isHasIcon());
sendActionIcon(clientProfile.getID(), action.getID());
}
}
}
public void sendActionDetails(String profileID, Action action) throws SevereException {
if(action == null)
{
logger.info("NO SUCH ACTION");
return;
}
StringBuilder finalQuery = new StringBuilder("action_details::");
finalQuery.append(profileID)
.append("::")
.append(action.getID())
.append("::")
.append(action.getActionType())
.append("::");
if(action.getActionType() == ActionType.NORMAL) {
finalQuery.append(action.getVersion().getText());
}
finalQuery.append("::");
if(action.getActionType() ==ActionType.NORMAL)
{
finalQuery.append(action.getModuleName());
}
finalQuery.append("::");
//display
finalQuery.append(action.getBgColourHex())
.append("::");
//icon
finalQuery.append(action.isHasIcon())
.append("::")
.append(action.isShowIcon())
.append("::");
//text
finalQuery.append(action.isShowDisplayText())
.append("::")
.append(action.getDisplayTextFontColourHex())
.append("::")
.append(action.getDisplayText())
.append("::")
.append(action.getDisplayTextAlignment())
.append("::");
//location
if(action.getLocation() == null)
finalQuery.append("-1::-1::");
else
finalQuery.append(action.getLocation().getRow())
.append("::")
.append(action.getLocation().getCol())
.append("::");
//client properties
ClientProperties clientProperties = action.getClientProperties();
finalQuery.append(clientProperties.getSize())
.append("::");
for(Property property : clientProperties.get())
{
finalQuery.append(property.getName())
.append("__")
.append(property.getRawValue())
.append("__");
finalQuery.append("!!");
}
finalQuery.append("::")
.append(action.getParent())
.append("::");
writeToStream(finalQuery.toString());
}
public void saveActionDetails(String[] sep)
{
String profileID = sep[1];
String ID = sep[2];
ActionType actionType = ActionType.valueOf(sep[3]);
//4 - Version
//5 - ModuleName
//display
String bgColorHex = sep[6];
//icon
boolean isHasIcon = sep[7].equals("true");
boolean isShowIcon = sep[8].equals("true");
//text
boolean isShowDisplayText = sep[9].equals("true");
String displayFontColor = sep[10];
String displayText = sep[11];
DisplayTextAlignment displayTextAlignment = DisplayTextAlignment.valueOf(sep[12]);
//location
String row = sep[13];
String col = sep[14];
Location location = new Location(Integer.parseInt(row), Integer.parseInt(col));
Action action = new Action(ID, actionType);
if(actionType == ActionType.NORMAL)
{
try
{
action.setVersion(new Version(sep[4]));
action.setModuleName(sep[5]);
}
catch (Exception e)
{
logger.severe(e.getMessage());
e.printStackTrace();
}
}
action.setBgColourHex(bgColorHex);
action.setShowIcon(isShowIcon);
action.setHasIcon(isHasIcon);
System.out.println("IS HAS ICON : "+isHasIcon+", IS SHOW ICON :"+isShowIcon);
action.setShowDisplayText(isShowDisplayText);
action.setDisplayTextFontColourHex(displayFontColor);
action.setDisplayText(displayText);
action.setDisplayTextAlignment(displayTextAlignment);
action.setLocation(location);
//client properties
int clientPropertiesSize = Integer.parseInt(sep[15]);
String[] clientPropertiesRaw = sep[16].split("!!");
ClientProperties clientProperties = new ClientProperties();
if(actionType == ActionType.FOLDER)
clientProperties.setDuplicatePropertyAllowed(true);
for(int i = 0;i<clientPropertiesSize; i++)
{
String[] clientPraw = clientPropertiesRaw[i].split("__");
Property property = new Property(clientPraw[0], Type.STRING);
if(clientPraw.length > 1)
property.setRawValue(clientPraw[1]);
clientProperties.addProperty(property);
}
action.setClientProperties(clientProperties);
String parent = sep[17];
action.setParent(parent);
try
{
Action old = clientListener.getClientProfiles().getProfileFromID(profileID).getActionFromID(action.getID());
if(old != null)
{
if(action.isHasIcon())
action.setIcon(clientListener.getClientProfiles().getProfileFromID(profileID).getActionFromID(action.getID()).getIconAsByteArray());
}
clientListener.getClientProfiles().getProfileFromID(profileID).addAction(action);
System.out.println("XXXXXXXXXXX " +action.isHasIcon());
clientListener.getClientProfiles().getProfileFromID(profileID).saveActions();
if(clientListener.getCurrentProfile().getID().equals(profileID))
{
javafx.application.Platform.runLater(()->{
ActionBox box = clientListener.getActionBox(action.getLocation().getCol(), action.getLocation().getRow());
box.clear();
box.setAction(action);
box.baseInit();
box.init();
});
}
//clientListener.clearActionBox(action.getLocation().getCol(), action.getLocation().getRow());
//clientListener.renderAction(profileID, action);
}
catch (Exception e)
{
e.printStackTrace();
exceptionAndAlertHandler.handleMinorException(new MinorException(e.getMessage()));
}
}
public void deleteAction(String profileID, String actionID)
{
try
{
Action acc = clientListener.getClientProfiles().getProfileFromID(profileID).getActionFromID(actionID);
if(acc.getActionType() == ActionType.FOLDER)
{
ArrayList<String> idsToBeRemoved = new ArrayList<>();
ArrayList<String> folders = new ArrayList<>();
String folderToBeDeletedID = clientListener.getClientProfiles().getProfileFromID(profileID).getActionFromID(actionID).getID();
folders.add(folderToBeDeletedID);
boolean startOver = true;
while(startOver)
{
startOver = false;
for(Action action : clientListener.getClientProfiles().getProfileFromID(profileID).getActions())
{
if(folders.contains(action.getParent()))
{
if(!idsToBeRemoved.contains(action.getID()))
{
idsToBeRemoved.add(action.getID());
if(action.getActionType() == ActionType.FOLDER)
{
folders.add(action.getID());
startOver = true;
}
}
}
}
}
for(String ids : idsToBeRemoved)
{
clientListener.getClientProfiles().getProfileFromID(profileID).removeAction(ids);
}
}
else if (acc.getActionType() == ActionType.COMBINE)
{
for(Property property : acc.getClientProperties().get())
{
clientListener.getClientProfiles().getProfileFromID(profileID).removeAction(property.getRawValue());
}
}
clientListener.getClientProfiles().getProfileFromID(profileID).removeAction(acc.getID());
clientListener.getClientProfiles().getProfileFromID(profileID).saveActions();
clientListener.clearActionBox(acc.getLocation().getCol(), acc.getLocation().getRow());
clientListener.addBlankActionBox(acc.getLocation().getCol(), acc.getLocation().getRow());
}
catch (Exception e)
{
e.printStackTrace();
exceptionAndAlertHandler.handleMinorException(new MinorException(e.getMessage()));
}
}
public void saveClientDetails(String[] sep)
{
try
{
Config.getInstance().setNickName(sep[1]);
String oldWidth = Config.getInstance().getStartupWindowWidth()+"";
String oldHeight = Config.getInstance().getStartupWindowHeight()+"";
Config.getInstance().setStartupWindowSize(
Double.parseDouble(sep[2]),
Double.parseDouble(sep[3])
);
Config.getInstance().setStartupProfileID(sep[4]);
String oldThemeFullName = Config.getInstance().getCurrentThemeFullName();
Config.getInstance().setCurrentThemeFullName(sep[5]);
if(!oldHeight.equals(sep[3]) || !oldWidth.equals(sep[2]) || !oldThemeFullName.equals(sep[5]))
javafx.application.Platform.runLater(()-> clientListener.init());
Config.getInstance().save();
javafx.application.Platform.runLater(()->clientListener.loadSettings());
}
catch (SevereException e)
{
e.printStackTrace();
exceptionAndAlertHandler.handleSevereException(e);
}
}
public void saveProfileDetails(String[] sep) throws SevereException, MinorException
{
ClientProfile clientProfile = clientListener.getClientProfiles().getProfileFromID(sep[1]);
if(clientProfile == null)
{
clientProfile = new ClientProfile(new File(Config.getInstance().getProfilesPath().toString()+"/"+sep[1]+".xml"),
Config.getInstance().getIconsPath());
}
clientProfile.setName(sep[2]);
clientProfile.setRows(Integer.parseInt(sep[3]));
clientProfile.setCols(Integer.parseInt(sep[4]));
clientProfile.setActionSize(Integer.parseInt(sep[5]));
clientProfile.setActionGap(Integer.parseInt(sep[6]));
try
{
clientListener.getClientProfiles().addProfile(clientProfile);
clientProfile.saveProfileDetails();
clientListener.refreshGridIfCurrent(sep[1]);
javafx.application.Platform.runLater(()->clientListener.loadSettings());
}
catch (Exception e)
{
e.printStackTrace();
throw new SevereException(e.getMessage());
}
}
public void deleteProfile(String ID)
{
clientListener.getClientProfiles().deleteProfile(clientListener.getClientProfiles().getProfileFromID(ID));
}
public void onActionClicked(String profileID, String actionID) throws SevereException {
writeToStream("action_clicked::"+profileID+"::"+actionID+"::");
}
public void actionFailed(String profileID, String actionID)
{
clientListener.onActionFailed(profileID, actionID);
}
}
package com.StreamPi.Client.Connection;
import com.StreamPi.ActionAPI.Action.Action;
import com.StreamPi.ActionAPI.Action.Location;
import com.StreamPi.Client.Profile.ClientProfile;
import com.StreamPi.Client.Profile.ClientProfiles;
import com.StreamPi.Client.Window.Dashboard.ActionGridPane.ActionBox;
import com.StreamPi.Client.Window.FirstTimeUse.FirstTimeUse;
import com.StreamPi.ThemeAPI.Theme;
import com.StreamPi.ThemeAPI.Themes;
import com.StreamPi.Util.Exception.MinorException;
import com.StreamPi.Util.Exception.SevereException;
import com.StreamPi.Util.Exception.StreamPiException;
import javafx.stage.WindowEvent;
public interface ClientListener {
void onActionFailed(String profileID, String actionID);
void onNormalActionClicked(String profileID, String actionID);
ClientProfiles getClientProfiles();
Themes getThemes();
String getDefaultThemeFullName();
void renderRootDefaultProfile() throws SevereException;
void setConnected(boolean isConnected);
boolean isConnected();
void renderProfile(ClientProfile clientProfile);
void clearActionBox(int col, int row);
void addBlankActionBox(int col, int row);
void renderAction(String currentProfileID, Action action);
void refreshGridIfCurrent(String currentProfileID);
ActionBox getActionBox(int col, int row);
ClientProfile getCurrentProfile();
Theme getCurrentTheme();
void init();
void disconnect(String message) throws SevereException;
void setupClientConnection();
void updateSettingsConnectDisconnectButton();
void onCloseRequest();
void loadSettings();
}
syntax = "proto3";
package protos;
option java_package = "com.StreamPi.Client.Connection.protos";
option java_outer_classname = "ClientConnectionProtos";
message ClientAction
{
string moduleName = 1;
string id = 2;
enum ActionType
{
FOLDER = 0;
COMBINE = 1;
NORMAL = 2;
}
ActionType actionType = 3;
int32 locationX = 4;
int32 locationY = 5;
bool hasIcon = 6;
string name = 7;
string actionName = 8;
repeated ClientProperty clientProperties = 9;
}
message ClientProperty
{
string name = 1;
string value = 2;
}
message ClientProfile
{
string name = 1;
string id = 2;
int32 rows = 3;
int32 cols = 4;
int32 actionSize = 5;
int32 actionGap = 6;
repeated ClientAction actions = 7;
}
syntax = "proto3";
package protos;
option java_package = "com.StreamPi.Client.Connection.protos";
option java_outer_classname = "ClientGRPC";
import "com/StreamPi/Client/Connection/protos/ClientConnectionProtos.proto";
service Connection
{
}
package com.StreamPi.Client.Controller;
import com.StreamPi.ActionAPI.Action.Action;
import com.StreamPi.ActionAPI.Action.Location;
import com.StreamPi.Client.Connection.Client;
import com.StreamPi.Client.IO.Config;
import com.StreamPi.Client.Info.ClientInfo;
import com.StreamPi.Client.Main;
import com.StreamPi.Client.Profile.ClientProfile;
import com.StreamPi.Client.Profile.ClientProfiles;
import com.StreamPi.Client.Window.Base;
import com.StreamPi.Client.Window.Dashboard.ActionGridPane.ActionBox;
import com.StreamPi.Client.Window.FirstTimeUse.FirstTimeUse;
import com.StreamPi.Client.Window.Settings.SettingsBase;
import com.StreamPi.Util.Alert.StreamPiAlert;
import com.StreamPi.Util.Alert.StreamPiAlertListener;
import com.StreamPi.Util.Alert.StreamPiAlertType;
import com.StreamPi.Util.Exception.MinorException;
import com.StreamPi.Util.Exception.SevereException;
import com.StreamPi.Util.Exception.StreamPiException;
import com.StreamPi.Util.IOHelper.IOHelper;
import com.gluonhq.attach.lifecycle.LifecycleService;
import com.gluonhq.attach.util.Services;
import javafx.animation.Interpolator;
import javafx.animation.KeyFrame;
import javafx.animation.KeyValue;
import javafx.animation.Timeline;
import javafx.application.Platform;
import javafx.concurrent.Task;
import javafx.event.Event;
import javafx.scene.Node;
import javafx.scene.Scene;
import javafx.scene.control.Alert;
import javafx.stage.Stage;
import javafx.stage.StageStyle;
import javafx.stage.WindowEvent;
import javafx.util.Duration;
import java.io.*;
import java.net.URL;
import java.nio.channels.Channels;
import java.nio.channels.FileChannel;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.StandardCopyOption;
import java.util.Enumeration;
import java.util.zip.ZipEntry;
import java.util.zip.ZipInputStream;
public class Controller extends Base
{
private Client client;
public Controller()
{
client = null;
}
private boolean firstRun = true;
@Override
public void init()
{
try
{
initBase();
if(Config.getInstance().isFirstTimeUse())
return;
setupDashWindow();
setupSettingsWindowsAnimations();
getDashboardPane().getSettingsButton().setOnAction(event -> {
openSettingsTimeLine.play();
});
getSettingsPane().getCloseButton().setOnAction(event -> {
closeSettingsTimeLine.play();
});
setClientProfiles(new ClientProfiles(new File(getConfig().getProfilesPath()), getConfig().getStartupProfileID()));
if(getClientProfiles().getLoadingErrors().size() > 0)
{
StringBuilder errors = new StringBuilder("Please rectify the following errors and try again");
for(MinorException exception : getClientProfiles().getLoadingErrors())
{
errors.append("\n * ")
.append(exception.getMessage());
}
throw new MinorException("Profiles", errors.toString());
}
renderRootDefaultProfile();
loadSettings();
if(firstRun)
{
setupClientConnection();
firstRun = false;
}
}
catch (SevereException e)
{
handleSevereException(e);
return;
}
catch (MinorException e)
{
handleMinorException(e);
return;
}
}
@Override
public void setupClientConnection()
{
Platform.runLater(()->getSettingsPane().setDisableStatus(true));
client = new Client(getConfig().getSavedServerHostNameOrIP(), getConfig().getSavedServerPort(), this, this);
}
@Override
public void updateSettingsConnectDisconnectButton() {
getSettingsPane().setConnectDisconnectButtonStatus();
}
@Override
public void disconnect(String message) throws SevereException {
client.disconnect(message);
}
public void setupDashWindow()
{
getStage().setTitle("StreamPi Client");
getStage().setOnCloseRequest(e->onCloseRequest());
}
@Override
public void onCloseRequest()
{
if(isConnected())
client.exit();
getLogger().info("Shut down");
closeLogger();
Services.get(LifecycleService.class).ifPresent(LifecycleService::shutdown);
}
@Override
public void loadSettings() {
try {
getSettingsPane().loadData();
} catch (SevereException e) {
e.printStackTrace();
handleSevereException(e);
}
}
private Timeline openSettingsTimeLine;
private Timeline closeSettingsTimeLine;
private void setupSettingsWindowsAnimations()
{
Node settingsNode = getSettingsPane();
Node dashboardNode = getDashboardPane();
openSettingsTimeLine = new Timeline();
openSettingsTimeLine.setCycleCount(1);
openSettingsTimeLine.getKeyFrames().addAll(
new KeyFrame(Duration.millis(0.0D),
new KeyValue(settingsNode.opacityProperty(),
0.0D, Interpolator.EASE_IN)),
new KeyFrame(Duration.millis(90.0D),
new KeyValue(settingsNode.opacityProperty(),
1.0D, Interpolator.LINEAR)),
new KeyFrame(Duration.millis(0.0D),
new KeyValue(dashboardNode.opacityProperty(),
1.0D, Interpolator.LINEAR)),
new KeyFrame(Duration.millis(90.0D),
new KeyValue(dashboardNode.opacityProperty(),
0.0D, Interpolator.LINEAR))
);
openSettingsTimeLine.setOnFinished(event1 -> settingsNode.toFront());
closeSettingsTimeLine = new Timeline();
closeSettingsTimeLine.setCycleCount(1);
closeSettingsTimeLine.getKeyFrames().addAll(
new KeyFrame(Duration.millis(0.0D),
new KeyValue(settingsNode.opacityProperty(),
1.0D, Interpolator.LINEAR)),
new KeyFrame(Duration.millis(90.0D),
new KeyValue(settingsNode.opacityProperty(),
0.0D, Interpolator.LINEAR)),
new KeyFrame(Duration.millis(0.0D),
new KeyValue(dashboardNode.opacityProperty(),
0.0D, Interpolator.LINEAR)),
new KeyFrame(Duration.millis(90.0D),
new KeyValue(dashboardNode.opacityProperty(),
1.0D, Interpolator.LINEAR))
);
closeSettingsTimeLine.setOnFinished(event1 -> {
dashboardNode.toFront();
Platform.runLater(()-> {
try {
getSettingsPane().loadData();
} catch (SevereException e) {
e.printStackTrace();
handleSevereException(e);
}
});
});
}
@Override
public void handleMinorException(MinorException e)
{
Platform.runLater(()-> genNewAlert(e.getTitle(), e.getShortMessage(), StreamPiAlertType.WARNING).show());
}
@Override
public void handleSevereException(SevereException e)
{
Platform.runLater(()->
{
StreamPiAlert alert = genNewAlert(e.getTitle(), e.getShortMessage(), StreamPiAlertType.ERROR);
alert.setOnClicked(new StreamPiAlertListener()
{
@Override
public void onClick(String txt)
{
onCloseRequest();
Platform.exit();
}
});
alert.show();
});
}
@Override
public void onAlert(String title, String body, StreamPiAlertType alertType) {
Platform.runLater(()-> genNewAlert(title, body, alertType).show());
}
public StreamPiAlert genNewAlert(String title, String message, StreamPiAlertType alertType)
{
StreamPiAlert alert = new StreamPiAlert(title, message, alertType);
return alert;
}
private boolean isConnected = false;
@Override
public void onActionFailed(String profileID, String actionID) {
Platform.runLater(()-> getDashboardPane().getActionGridPane().actionFailed(profileID, actionID));
}
@Override
public void onNormalActionClicked(String profileID, String actionID) {
try {
client.onActionClicked(profileID, actionID);
} catch (SevereException e) {
e.printStackTrace();
handleSevereException(e);
}
}
@Override
public void setConnected(boolean isConnected) {
this.isConnected = isConnected;
}
@Override
public ActionBox getActionBox(int col, int row)
{
return getDashboardPane().getActionGridPane().getActionBox(col, row);
}
@Override
public boolean isConnected()
{
return isConnected;
}
@Override
public void renderProfile(ClientProfile clientProfile) {
try {
getDashboardPane().renderProfile(clientProfile);
} catch (SevereException e) {
e.printStackTrace();
handleSevereException(e);
}
}
@Override
public void clearActionBox(int col, int row)
{
Platform.runLater(()->getDashboardPane().getActionGridPane().clearActionBox(col, row));
}
@Override
public void addBlankActionBox(int col, int row)
{
Platform.runLater(()->getDashboardPane().getActionGridPane().addBlankActionBox(col, row));
}
@Override
public void renderAction(String currentProfileID, Action action)
{
Platform.runLater(()->{
try {
if(getDashboardPane().getActionGridPane().getCurrentParent().equals(action.getParent()) &&
getDashboardPane().getActionGridPane().getClientProfile().getID().equals(currentProfileID))
{
getDashboardPane().getActionGridPane().renderAction(action);
}
}
catch (Exception e)
{
e.printStackTrace();
}
});
}
@Override
public void refreshGridIfCurrent(String profileID) {
ClientProfile clientProfile = getDashboardPane().getActionGridPane().getClientProfile();
if(clientProfile.getID().equals(profileID))
{
Platform.runLater(()->{
try {
getDashboardPane().renderProfile(getClientProfiles().getProfileFromID(profileID));
} catch (SevereException e) {
e.printStackTrace();
handleSevereException(e);
}
});
}
}
@Override
public ClientProfile getCurrentProfile() {
return getDashboardPane().getActionGridPane().getClientProfile();
}
}
/*
Config.java
Contributor(s) : Debayan Sutradhar (@rnayabed)
handler for config.xml
*/
package com.StreamPi.Client.IO;
import java.io.File;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.transform.Result;
import javax.xml.transform.Source;
import javax.xml.transform.Transformer;
import javax.xml.transform.TransformerFactory;
import javax.xml.transform.dom.DOMSource;
import javax.xml.transform.stream.StreamResult;
import com.StreamPi.Client.Info.ClientInfo;
import com.StreamPi.Util.Exception.SevereException;
import com.StreamPi.Util.Platform.Platform;
import com.StreamPi.Util.XMLConfigHelper.XMLConfigHelper;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
public class Config {
private static Config instance = null;
private final File configFile;
private Document document;
private Config() throws SevereException
{
try
{
configFile = new File(ClientInfo.getInstance().getPrePath()+"config.xml");
DocumentBuilderFactory docFactory = DocumentBuilderFactory.newInstance();
DocumentBuilder docBuilder = docFactory.newDocumentBuilder();
document = docBuilder.parse(configFile);
}
catch (Exception e)
{
e.printStackTrace();
throw new SevereException("Config", "unable to read config.xml");
}
}
public static synchronized Config getInstance() throws SevereException
{
if(instance == null)
instance = new Config();
return instance;
}
public void save() throws SevereException
{
try
{
Transformer transformer = TransformerFactory.newInstance().newTransformer();
Result output = new StreamResult(configFile);
Source input = new DOMSource(document);
transformer.transform(input, output);
}
catch (Exception e)
{
throw new SevereException("Config", "unable to save config.xml");
}
}
//Client Element
public Element getClientElement()
{
return (Element) document.getElementsByTagName("client").item(0);
}
//Default Values
public String getDefaultClientNickName()
{
return "StreamPi Client";
}
public String getDefaultStartupProfileID()
{
return "default";
}
public String getDefaultCurrentThemeFullName()
{
return "com.StreamPi.DefaultLight";
}
public String getDefaultThemesPath()
{
return "Themes/";
}
public String getDefaultProfilesPath()
{
return "Profiles/";
}
public String getDefaultIconsPath()
{
return "Icons/";
}
public int getDefaultStartupWindowWidth()
{
return 800;
}
public int getDefaultStartupWindowHeight()
{
return 400;
}
//Getters
public String getClientNickName()
{
return XMLConfigHelper.getStringProperty(getClientElement(), "nickname", getDefaultClientNickName(), false, true, document, configFile);
}
public String getStartupProfileID()
{
return XMLConfigHelper.getStringProperty(getClientElement(), "startup-profile", getDefaultStartupProfileID(), false, true, document, configFile);
}
public String getCurrentThemeFullName()
{
return XMLConfigHelper.getStringProperty(getClientElement(), "current-theme-full-name", getDefaultCurrentThemeFullName(), false, true, document, configFile);
}
public String getThemesPath()
{
if(ClientInfo.getInstance().getPlatformType() == Platform.ANDROID)
return ClientInfo.getInstance().getPrePath() + "Themes/";
return XMLConfigHelper.getStringProperty(getClientElement(), "themes-path", getDefaultThemesPath(), false, true, document, configFile);
}
public String getProfilesPath()
{
if(ClientInfo.getInstance().getPlatformType() == Platform.ANDROID)
return ClientInfo.getInstance().getPrePath() + "Profiles/";
return XMLConfigHelper.getStringProperty(getClientElement(), "profiles-path", getDefaultThemesPath(), false, true, document, configFile);
}
public String getIconsPath()
{
if(ClientInfo.getInstance().getPlatformType() == Platform.ANDROID)
return ClientInfo.getInstance().getPrePath() + "Icons/";
return XMLConfigHelper.getStringProperty(getClientElement(), "icons-path", getDefaultThemesPath(), false, true, document, configFile);
}
public double getStartupWindowWidth()
{
return XMLConfigHelper.getDoubleProperty((Element) getClientElement().getElementsByTagName("startup-window-size").item(0), "width", getDefaultStartupWindowWidth(), false, true, document, configFile);
}
public double getStartupWindowHeight()
{
return XMLConfigHelper.getDoubleProperty((Element) getClientElement().getElementsByTagName("startup-window-size").item(0), "height", getDefaultStartupWindowHeight(), false, true, document, configFile);
}
//Setters
public void setNickName(String nickName)
{
getClientElement().getElementsByTagName("nickname").item(0).setTextContent(nickName);
}
public void setStartupProfileID(String id)
{
getClientElement().getElementsByTagName("startup-profile").item(0).setTextContent(id);
}
public void setCurrentThemeFullName(String name)
{
getClientElement().getElementsByTagName("current-theme-full-name").item(0).setTextContent(name);
}
public void setProfilesPath(String profilesPath)
{
getClientElement().getElementsByTagName("profiles-path").item(0).setTextContent(profilesPath);
}
public void setIconsPath(String iconsPath)
{
getClientElement().getElementsByTagName("icons-path").item(0).setTextContent(iconsPath);
}
public void setThemesPath(String themesPath)
{
getClientElement().getElementsByTagName("themes-path").item(0).setTextContent(themesPath);
}
//client > startup-window-size
public void setStartupWindowSize(double width, double height)
{
setStartupWindowWidth(width);
setStartupWindowHeight(height);
}
public void setStartupWindowWidth(double width)
{
((Element) getClientElement().getElementsByTagName("startup-window-size").item(0))
.getElementsByTagName("width").item(0).setTextContent(width+"");
}
public void setStartupWindowHeight(double height)
{
((Element) getClientElement().getElementsByTagName("startup-window-size").item(0))
.getElementsByTagName("height").item(0).setTextContent(height+"");
}
//comms-server
public Element getCommsServerElement()
{
return (Element) document.getElementsByTagName("comms-server").item(0);
}
public String getDefaultSavedServerHostNameOrIP()
{
return "127.0.0.1";
}
public int getDefaultSavedServerPort()
{
return -1;
}
public String getSavedServerHostNameOrIP()
{
return XMLConfigHelper.getStringProperty(getCommsServerElement(), "hostname-ip", getDefaultSavedServerHostNameOrIP(), false, true, document, configFile);
}
public int getSavedServerPort()
{
return XMLConfigHelper.getIntProperty(getCommsServerElement(), "port", getDefaultSavedServerPort(), false, true, document, configFile);
}
public void setServerHostNameOrIP(String hostNameOrIP)
{
getCommsServerElement().getElementsByTagName("hostname-ip").item(0).setTextContent(hostNameOrIP);
}
public void setServerPort(int port)
{
getCommsServerElement().getElementsByTagName("port").item(0).setTextContent(port+"");
}
//others
public Element getOthersElement()
{
return (Element) document.getElementsByTagName("others").item(0);
}
//others-default
public boolean getDefaultStartOnBoot()
{
return false;
}
public boolean getDefaultFullscreen()
{
return true;
}
public boolean getDefaultIsShowCursor()
{
return true;
}
public boolean getDefaultFirstTimeUse()
{
return true;
}
public boolean isShowCursor()
{
return XMLConfigHelper.getBooleanProperty(getOthersElement(), "show-cursor", getDefaultIsShowCursor(), false, true, document, configFile);
}
public boolean isStartOnBoot()
{
return XMLConfigHelper.getBooleanProperty(getOthersElement(), "start-on-boot", getDefaultStartOnBoot(), false, true, document, configFile);
}
public boolean isFullscreen()
{
return XMLConfigHelper.getBooleanProperty(getOthersElement(), "fullscreen", getDefaultFullscreen(), false, true, document, configFile);
}
public boolean isFirstTimeUse()
{
return XMLConfigHelper.getBooleanProperty(getOthersElement(), "first-time-use", true, false, true, document, configFile);
}
public void setStartOnBoot(boolean value)
{
getOthersElement().getElementsByTagName("start-on-boot").item(0).setTextContent(value+"");
}
public void setShowCursor(boolean value)
{
getOthersElement().getElementsByTagName("show-cursor").item(0).setTextContent(value+"");
}
public void setFullscreen(boolean value)
{
getOthersElement().getElementsByTagName("fullscreen").item(0).setTextContent(value+"");
}
public void setFirstTimeUse(boolean value)
{
getOthersElement().getElementsByTagName("first-time-use").item(0).setTextContent(value+"");
}
}
/*
ServerInfo.java
Stores basic information about the server - name, platform type
Contributors: Debayan Sutradhar (@dubbadhar)
*/
package com.StreamPi.Client.Info;
import java.io.File;
import java.util.Optional;
import java.util.function.Function;
import com.StreamPi.Util.Exception.MinorException;
import com.StreamPi.Util.Platform.Platform;
import com.StreamPi.Util.Platform.ReleaseStatus;
import com.StreamPi.Util.Version.Version;
public class ClientInfo {
private Version version;
private final ReleaseStatus releaseStatus;
private Platform platformType = null;
private String prePath;
private Version minThemeSupportVersion;
private Version minPluginSupportVersion;
private Version commsStandardVersion;
private String runnerFileName;
private static ClientInfo instance = null;
private ClientInfo(){
try {
version = new Version("1.0.0");
minThemeSupportVersion = new Version("1.0.0");
minPluginSupportVersion = new Version("1.0.0");
commsStandardVersion = new Version("1.0.0");
} catch (MinorException e) {
e.printStackTrace();
}
releaseStatus = ReleaseStatus.EA;
// Hardcoded values for android because os.name returns linux on android
//platformType = Platform.ANDROID;
//prePath = "/sdcard/StreamPiClient/";
if(platformType == null)
{
String osName = System.getProperty("os.name").toLowerCase();
System.out.println("CCVVBB : '"+osName+"'");
if(osName.contains("windows"))
{
prePath = "data/";
platformType = Platform.WINDOWS;
}
else if (osName.contains("linux"))
{
if(osName.contains("raspberrypi"))
{
prePath = "data/";
platformType = Platform.LINUX_RPI;
}
else
{
prePath = "data/";
platformType = Platform.LINUX;
}
}
else if(osName.contains("android")) // SPECIFY -Dsvm.targetName=android WHILE BUILDING ANDROID NATIVE IMAGE
{
prePath = "/sdcard/StreamPiClient/";
platformType = Platform.ANDROID;
}
else if (osName.contains("mac"))
{
prePath = "data/";
platformType = Platform.MAC;
}
else
{
prePath = "data/";
platformType = Platform.UNKNOWN;
}
}
}
public void setRunnerFileName(String runnerFileName)
{
this.runnerFileName = runnerFileName;
}
public String getRunnerFileName()
{
return runnerFileName;
}
public static synchronized ClientInfo getInstance(){
if(instance == null)
{
instance = new ClientInfo();
}
return instance;
}
public String getPrePath() {
return prePath;
}
public Platform getPlatformType()
{
return platformType;
}
public Version getVersion() {
return version;
}
public ReleaseStatus getReleaseStatus()
{
return releaseStatus;
}
public Version getMinThemeSupportVersion()
{
return minThemeSupportVersion;
}
public Version getMinPluginSupportVersion()
{
return minPluginSupportVersion;
}
public Version getCommsStandardVersion()
{
return commsStandardVersion;
}
}
package com.StreamPi.Client.Info;
public class License {
public static String getLicense()
{
return "StreamPi - Free & Opensource Modular Cross-Platform Programmable Macropad\n" +
"Copyright (C) 2020 StreamPi Team\n" +
"\n" +
"This program is free software: you can redistribute it and/or modify\n" +
"it under the terms of the GNU General Public License as published by\n" +
"the Free Software Foundation, either version 3 of the License, or\n" +
"(at your option) any later version.\n" +
"\n" +
"This program is distributed in the hope that it will be useful,\n" +
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" +
"GNU General Public License for more details.\n";
}
}
package com.StreamPi.Client;
import com.StreamPi.Client.Controller.Controller;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class Main extends Application {
@Override
public void start(Stage stage)
{
Controller d = new Controller(); //Starts new dash instance
Scene s = new Scene(d); //Starts new scene instance from dash
stage.setScene(s); //Init Scene
d.init();
stage.show();
}
public static void main(String[] args) {
launch(args);
}
}
package com.StreamPi.Client.Profile;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.OutputStream;
import java.nio.file.Files;
import java.nio.file.NoSuchFileException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.logging.Logger;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.transform.Result;
import javax.xml.transform.Source;
import javax.xml.transform.Transformer;
import javax.xml.transform.TransformerFactory;
import javax.xml.transform.dom.DOMSource;
import javax.xml.transform.stream.StreamResult;
import com.StreamPi.ActionAPI.Action.Action;
import com.StreamPi.ActionAPI.Action.ActionType;
import com.StreamPi.ActionAPI.Action.DisplayTextAlignment;
import com.StreamPi.ActionAPI.Action.Location;
import com.StreamPi.ActionAPI.ActionProperty.ClientProperties;
import com.StreamPi.ActionAPI.ActionProperty.Property.Property;
import com.StreamPi.ActionAPI.ActionProperty.Property.Type;
import com.StreamPi.Client.Info.ClientInfo;
import com.StreamPi.Util.Exception.MinorException;
import com.StreamPi.Util.Version.Version;
import com.StreamPi.Util.XMLConfigHelper.XMLConfigHelper;
import org.w3c.dom.Attr;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
public class ClientProfile implements Cloneable{
private String name, ID;
private int rows, cols, actionSize, actionGap;
private HashMap<String, Action> actions;
private String iconsPath;
private File file;
private Logger logger;
private Document document;
public ClientProfile(File file, String iconsPath) throws MinorException
{
this.file = file;
this.iconsPath = iconsPath;
actions = new HashMap<>();
logger = Logger.getLogger(ClientProfile.class.getName());
if(!file.exists() && !file.isFile())
createConfigFile(file);
try
{
DocumentBuilderFactory docFactory = DocumentBuilderFactory.newInstance();
DocumentBuilder docBuilder = docFactory.newDocumentBuilder();
document = docBuilder.parse(file);
}
catch (Exception e)
{
e.printStackTrace();
throw new MinorException("Profile", "Unable to read profile config file.");
}
setID(file.getName().replace(".xml", ""));
load();
}
private Element getProfileElement()
{
return (Element) document.getElementsByTagName("profile").item(0);
}
private Element getActionsElement()
{
return (Element) document.getElementsByTagName("actions").item(0);
}
public void load() throws MinorException
{
try
{
actions.clear();
logger.info("Loading profile "+getID()+" ...");
String name = XMLConfigHelper.getStringProperty(getProfileElement(), "name");
int rows = XMLConfigHelper.getIntProperty(getProfileElement(), "rows");
int cols = XMLConfigHelper.getIntProperty(getProfileElement(), "cols");
int actionSize = XMLConfigHelper.getIntProperty(getProfileElement(), "action-size");
int actionGap = XMLConfigHelper.getIntProperty(getProfileElement(), "action-gap");
setName(name);
setRows(rows);
setCols(cols);
setActionSize(actionSize);
setActionGap(actionGap);
//Load Actions
NodeList actionsNodesList = getActionsElement().getChildNodes();
int actionsSize = actionsNodesList.getLength();
logger.info("Actions Size : "+actionsSize);
for(int item = 0; item<actionsSize; item++)
{
Node eachActionNode = actionsNodesList.item(item);
if(eachActionNode.getNodeType() != Node.ELEMENT_NODE)
continue;
Element eachActionElement = (Element) eachActionNode;
if(!eachActionElement.getNodeName().equals("action"))
continue;
String id = XMLConfigHelper.getStringProperty(eachActionElement, "id");
String parent = XMLConfigHelper.getStringProperty(eachActionElement, "parent");
logger.info("Loading action "+id+" ...");
ActionType actionType = ActionType.valueOf(XMLConfigHelper.getStringProperty(eachActionElement, "action-type"));
Action action = new Action(id, actionType);
action.setParent(parent);
ClientProperties properties = new ClientProperties();
if(actionType == ActionType.FOLDER)
properties.setDuplicatePropertyAllowed(true);
if(actionType == ActionType.NORMAL)
{
action.setVersion(new Version(XMLConfigHelper.getStringProperty(eachActionElement, "version")));
action.setModuleName(XMLConfigHelper.getStringProperty(eachActionElement, "module-name"));
}
Node propertiesNode = eachActionElement.getElementsByTagName("properties").item(0);
NodeList propertiesNodesList = propertiesNode.getChildNodes();
int propertiesSize = propertiesNodesList.getLength();
for(int propItem = 0; propItem < propertiesSize; propItem++)
{
Node eachPropertyNode = propertiesNodesList.item(propItem);
if(eachPropertyNode.getNodeType() != Node.ELEMENT_NODE)
continue;
Element eachPropertyElement = (Element) eachPropertyNode;
if(eachPropertyElement.getNodeName() != "property")
continue;
String propertyName = XMLConfigHelper.getStringProperty(eachPropertyElement, "name");
String propertyValue = XMLConfigHelper.getStringProperty(eachPropertyElement, "value");
logger.info("Property Name : "+propertyName);
logger.info("Property Value : "+propertyValue);
Property p = new Property(propertyName, Type.STRING);
p.setRawValue(propertyValue);
properties.addProperty(p);
}
action.setClientProperties(properties);
Element displayElement = (Element) eachActionElement.getElementsByTagName("display").item(0);
//display
//location
try
{
Element locationElement = (Element) displayElement.getElementsByTagName("location").item(0);
int row = XMLConfigHelper.getIntProperty(locationElement, "row");
int col = XMLConfigHelper.getIntProperty(locationElement, "col");
action.setLocation(new Location(row, col));
}
catch (Exception e)
{
logger.info("Action has no location, most probably a combine action child");
}
//background
Element backgroundElement = (Element) displayElement.getElementsByTagName("background").item(0);
action.setBgColourHex(XMLConfigHelper.getStringProperty(backgroundElement, "colour-hex"));
Element iconElement = (Element) backgroundElement.getElementsByTagName("icon").item(0);
boolean showIcon = XMLConfigHelper.getBooleanProperty(iconElement, "show");
boolean hasIcon = XMLConfigHelper.getBooleanProperty(iconElement, "has");
Element textElement = (Element) displayElement.getElementsByTagName("text").item(0);
boolean showText = XMLConfigHelper.getBooleanProperty(textElement, "show");
String displayTextFontColour = XMLConfigHelper.getStringProperty(textElement, "colour-hex");
DisplayTextAlignment displayTextAlignment = DisplayTextAlignment.valueOf(XMLConfigHelper.getStringProperty(textElement, "alignment"));
action.setDisplayTextAlignment(displayTextAlignment);
action.setShowIcon(showIcon);
action.setHasIcon(hasIcon);
action.setShowDisplayText(showText);
action.setDisplayTextFontColourHex(displayTextFontColour);
String displayText = XMLConfigHelper.getStringProperty(textElement, "display-text");
action.setDisplayText(displayText);
if(hasIcon)
{
File f = new File(iconsPath+"/"+id);
try
{
byte[] iconFileByteArray = Files.readAllBytes(f.toPath());
action.setIcon(iconFileByteArray);
}
catch(NoSuchFileException e)
{
action.setIcon(null);
action.setHasIcon(false);
action.setShowIcon(false);
saveAction(action);
}
}
addAction(action);
logger.info("... Done!");
}
logger.info("Loaded profile "+getID()+" ("+getName()+") !");
}
catch (Exception e)
{
e.printStackTrace();
throw new MinorException("Profile", "Profile is corrupt.");
}
}
public void addAction(Action action) throws CloneNotSupportedException {
actions.put(action.getID(), (Action) action.clone());
}
private void createConfigFile(File file) throws MinorException
{
try
{
file.createNewFile();
DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
Document newDocument = dBuilder.newDocument();
Element rootElement = newDocument.createElement("config");
newDocument.appendChild(rootElement);
Element profileElement = newDocument.createElement("profile");
rootElement.appendChild(profileElement);
Element actionsElement = newDocument.createElement("actions");
rootElement.appendChild(actionsElement);
Element nameElement = newDocument.createElement("name");
nameElement.setTextContent("Untitled Profile");
profileElement.appendChild(nameElement);
Element rowsElement = newDocument.createElement("rows");
rowsElement.setTextContent("3");
profileElement.appendChild(rowsElement);
Element colsElement = newDocument.createElement("cols");
colsElement.setTextContent("3");
profileElement.appendChild(colsElement);
Element actionSizeElement = newDocument.createElement("action-size");
actionSizeElement.setTextContent("100");
profileElement.appendChild(actionSizeElement);
Element actionGapElement = newDocument.createElement("action-gap");
actionGapElement.setTextContent("5");
profileElement.appendChild(actionGapElement);
TransformerFactory transformerFactory = TransformerFactory.newInstance();
Transformer transformer = transformerFactory.newTransformer();
DOMSource source = new DOMSource(newDocument);
StreamResult result = new StreamResult(file);
transformer.transform(source, result);
}
catch (Exception e)
{
e.printStackTrace();
throw new MinorException(e.getMessage());
}
}
public void deleteProfile()
{
file.delete();
}
public void saveAction(Action action) throws Exception {
Element newActionElement = document.createElement("action");
getActionsElement().appendChild(newActionElement);
Element idElement = document.createElement("id");
idElement.setTextContent(action.getID());
newActionElement.appendChild(idElement);
Element parentElement = document.createElement("parent");
parentElement.setTextContent(action.getParent());
newActionElement.appendChild(parentElement);
Element actionTypeElement = document.createElement("action-type");
actionTypeElement.setTextContent(action.getActionType()+"");
newActionElement.appendChild(actionTypeElement);
if(action.getActionType() == ActionType.NORMAL)
{
Element versionElement = document.createElement("version");
versionElement.setTextContent(action.getVersion().getText());
newActionElement.appendChild(versionElement);
System.out.println(action.getModuleName());
Element moduleNameElement = document.createElement("module-name");
moduleNameElement.setTextContent(action.getModuleName());
newActionElement.appendChild(moduleNameElement);
}
Element displayElement = document.createElement("display");
newActionElement.appendChild(displayElement);
Element backgroundElement = document.createElement("background");
displayElement.appendChild(backgroundElement);
Element colourHexElement = document.createElement("colour-hex");
colourHexElement.setTextContent(action.getBgColourHex());
backgroundElement.appendChild(colourHexElement);
Element iconElement = document.createElement("icon");
Element iconShowElement = document.createElement("show");
iconShowElement.setTextContent(action.isShowIcon()+"");
iconElement.appendChild(iconShowElement);
Element iconHasElement = document.createElement("has");
iconHasElement.setTextContent(action.isHasIcon()+"");
iconElement.appendChild(iconHasElement);
backgroundElement.appendChild(iconElement);
Element textElement = document.createElement("text");
displayElement.appendChild(textElement);
Element textTolourHexElement = document.createElement("colour-hex");
textTolourHexElement.setTextContent(action.getDisplayTextFontColourHex());
textElement.appendChild(textTolourHexElement);
Element textShowElement = document.createElement("show");
textShowElement.setTextContent(action.isShowDisplayText()+"");
textElement.appendChild(textShowElement);
Element textDisplayTextElement = document.createElement("display-text");
textDisplayTextElement.setTextContent(action.getDisplayText());
textElement.appendChild(textDisplayTextElement);
Element textAlignmentElement = document.createElement("alignment");
textAlignmentElement.setTextContent(action.getDisplayTextAlignment()+"");
textElement.appendChild(textAlignmentElement);
Element locationElement = document.createElement("location");
displayElement.appendChild(locationElement);
Element colElement = document.createElement("col");
colElement.setTextContent(action.getLocation().getCol()+"");
locationElement.appendChild(colElement);
Element rowElement = document.createElement("row");
rowElement.setTextContent(action.getLocation().getRow()+"");
locationElement.appendChild(rowElement);
Element propertiesElement = document.createElement("properties");
newActionElement.appendChild(propertiesElement);
for(String key : action.getClientProperties().getNames())
{
for(Property eachProperty : action.getClientProperties().getMultipleProperties(key))
{
Element propertyElement = document.createElement("property");
propertiesElement.appendChild(propertyElement);
Element nameElement = document.createElement("name");
nameElement.setTextContent(eachProperty.getName());
propertyElement.appendChild(nameElement);
Element valueElement = document.createElement("value");
valueElement.setTextContent(eachProperty.getRawValue());
propertyElement.appendChild(valueElement);
}
}
save();
}
private int getActionIndexInConfig(String actionID)
{
NodeList actionsList = getActionsElement().getChildNodes();
int actionsSize = actionsList.getLength();
int index = 0;
for(int i = 0;i<actionsSize;i++)
{
Node eachActionNode = actionsList.item(index);
if(eachActionNode.getNodeType() != Node.ELEMENT_NODE)
continue;
if(!eachActionNode.getNodeName().equals("action"))
continue;
Element eachActionElement = (Element) eachActionNode;
Element idElement = (Element) eachActionElement.getElementsByTagName("id").item(0);
if(idElement.getTextContent().equals(actionID))
return index;
index++;
}
return -1;
}
public void saveActionIcon(String actionID, byte[] array){
int index = getActionIndexInConfig(actionID);
getActionFromID(actionID).setIcon(array);
File iconFile = new File(iconsPath+"/"+actionID);
if(iconFile.exists())
{
boolean result = iconFile.delete();
System.out.println("result : "+result);
}
try
{
OutputStream outputStream = new FileOutputStream(iconFile);
outputStream.write(array);
outputStream.flush();
outputStream.close();
Element actionElement = (Element) getActionsElement().getElementsByTagName("action").item(index);
Element displayElement = (Element) actionElement.getElementsByTagName("display").item(0);
Element backgroundElement = (Element) displayElement.getElementsByTagName("background").item(0);
Element iconElement = (Element) backgroundElement.getElementsByTagName("icon").item(0);
Element hasElement = (Element) iconElement.getElementsByTagName("has").item(0);
hasElement.setTextContent("true");
save();
}
catch (Exception e)
{
e.printStackTrace();
}
}
private void save() throws Exception
{
Transformer transformer = TransformerFactory.newInstance().newTransformer();
Result output = new StreamResult(file);
Source input = new DOMSource(document);
transformer.transform(input, output);
}
public void saveProfileDetails() throws Exception {
XMLConfigHelper.removeChilds(getProfileElement());
Element nameElement = document.createElement("name");
nameElement.setTextContent(getName());
getProfileElement().appendChild(nameElement);
Element rowsElement = document.createElement("rows");
rowsElement.setTextContent(getRows()+"");
getProfileElement().appendChild(rowsElement);
Element colsElement = document.createElement("cols");
colsElement.setTextContent(getCols()+"");
getProfileElement().appendChild(colsElement);
Element actionSizeElement = document.createElement("action-size");
actionSizeElement.setTextContent(getActionSize()+"");
getProfileElement().appendChild(actionSizeElement);
Element actionGapElement = document.createElement("action-gap");
actionGapElement.setTextContent(getActionGap()+"");
getProfileElement().appendChild(actionGapElement);
save();
}
public void saveActions() throws Exception
{
XMLConfigHelper.removeChilds(getActionsElement());
save();
for(Action action : getActions())
{
logger.info("ACTION ID :"+action.getID());
logger.info("Action ICON : "+action.isHasIcon());
saveAction(action);
}
}
public void removeAction(String ID) throws Exception {
int index = getActionIndexInConfig(ID);
if(index>-1)
{
Element actionElement = (Element) getActionsElement().getElementsByTagName("action").item(index);
Element displayElement = (Element) actionElement.getElementsByTagName("display").item(0);
Element backgroundElement = (Element) displayElement.getElementsByTagName("background").item(0);
Element iconElement = (Element) backgroundElement.getElementsByTagName("icon").item(0);
if(XMLConfigHelper.getBooleanProperty(iconElement, "has"))
{
File file = new File(ClientInfo.getInstance().getPrePath()+iconsPath+"/"+ID);
System.out.println(file.delete());
}
actions.remove(ID);
}
}
public ArrayList<Action> getActions()
{
ArrayList<Action> p = new ArrayList<>();
for(String profile : actions.keySet())
p.add(actions.get(profile));
return p;
}
public String getID()
{
return ID;
}
public String getName()
{
return name;
}
public int getRows()
{
return rows;
}
public int getCols()
{
return cols;
}
public int getActionSize()
{
return actionSize;
}
public Action getActionFromID(String ID)
{
return actions.getOrDefault(ID, null);
}
public int getActionGap()
{
return actionGap;
}
public void setRows(int rows)
{
this.rows = rows;
}
public void setCols(int cols)
{
this.cols = cols;
}
public void setID(String ID)
{
this.ID = ID;
}
public void setActionSize(int actionSize)
{
this.actionSize = actionSize;
}
public void setActionGap(int actionGap)
{
this.actionGap = actionGap;
}
public void setName(String name)
{
this.name = name;
}
public Object clone() throws CloneNotSupportedException
{
return super.clone();
}
}
package com.StreamPi.Client.Profile;
import com.StreamPi.ActionAPI.Action.Action;
import com.StreamPi.Client.IO.Config;
import com.StreamPi.Util.Exception.MinorException;
import com.StreamPi.Util.Exception.SevereException;
import java.io.File;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.logging.Logger;
public class ClientProfiles {
private File profilesFolder;
private String defaultProfileID;
private Logger logger;
public ClientProfiles(File profilesFolder, String defaultProfileID) throws SevereException
{
logger = Logger.getLogger(ClientProfiles.class.getName());
this.defaultProfileID = defaultProfileID;
this.profilesFolder = profilesFolder;
clientProfiles = new HashMap<>();
loadingErrors = new ArrayList<>();
loadProfiles();
}
public void addProfile(ClientProfile clientProfile) throws CloneNotSupportedException {
clientProfiles.put(clientProfile.getID(), (ClientProfile) clientProfile.clone());
}
public void deleteProfile(ClientProfile clientProfile)
{
clientProfiles.remove(clientProfile.getID());
clientProfile.deleteProfile();
}
private ArrayList<MinorException> loadingErrors;
private HashMap<String, ClientProfile> clientProfiles;
public void loadProfiles() throws SevereException
{
logger.info("Loading profiles ...");
String iconsPath = Config.getInstance().getIconsPath();
clientProfiles.clear();
loadingErrors.clear();
if(!profilesFolder.isDirectory())
{
throw new SevereException("Profiles","Profile folder doesn't exist! Cant continue.");
}
File[] profilesFiles = profilesFolder.listFiles();
if(profilesFiles == null)
{
throw new SevereException("Profiles","profilesFiles returned null. Cant continue!");
}
for(File eachProfileFile : profilesFiles)
{
try
{
ClientProfile profile = new ClientProfile(eachProfileFile, iconsPath);
try
{
addProfile(profile);
}
catch (CloneNotSupportedException e)
{
e.printStackTrace();
throw new SevereException(e.getMessage());
}
}
catch (MinorException e)
{
if(eachProfileFile.getName().replace(".xml","").equals(defaultProfileID))
{
throw new SevereException("Profiles", "Default Profile bad. Can't continue");
}
loadingErrors.add(new MinorException(e.getMessage()+" ("+eachProfileFile.getName().replace(".xml", "")));
e.printStackTrace();
}
}
logger.info("Loaded all profiles!");
}
public ArrayList<MinorException> getLoadingErrors()
{
return loadingErrors;
}
public ArrayList<ClientProfile> getClientProfiles()
{
ArrayList<ClientProfile> p = new ArrayList<>();
for(String profile : clientProfiles.keySet())
p.add(clientProfiles.get(profile));
return p;
}
public ClientProfile getProfileFromID(String profileID)
{
return clientProfiles.getOrDefault(profileID, null);
}
}
package com.StreamPi.Client.Window;
import com.StreamPi.Client.Connection.ClientListener;
import com.StreamPi.Client.IO.Config;
import com.StreamPi.Client.Info.ClientInfo;
import java.io.File;
import java.io.IOException;
import java.util.logging.Logger;
import com.StreamPi.Client.Main;
import com.StreamPi.Client.Profile.ClientProfiles;
import com.StreamPi.Client.Window.Dashboard.DashboardBase;
import com.StreamPi.Client.Window.FirstTimeUse.FirstTimeUse;
import com.StreamPi.Client.Window.Settings.SettingsBase;
import com.StreamPi.ThemeAPI.Theme;
import com.StreamPi.ThemeAPI.Themes;
import com.StreamPi.Util.Alert.StreamPiAlert;
import com.StreamPi.Util.ComboBox.StreamPiComboBox;
import com.StreamPi.Util.Exception.MinorException;
import com.StreamPi.Util.Exception.SevereException;
import com.StreamPi.Util.IOHelper.IOHelper;
import com.StreamPi.Util.LoggerHelper.StreamPiLogFallbackHandler;
import com.StreamPi.Util.LoggerHelper.StreamPiLogFileHandler;
import com.StreamPi.Util.Platform.Platform;
import com.gluonhq.attach.lifecycle.LifecycleService;
import com.gluonhq.attach.util.Services;
import javafx.scene.CacheHint;
import javafx.scene.Cursor;
import javafx.scene.input.KeyCombination;
import javafx.scene.layout.StackPane;
import javafx.scene.text.Font;
import javafx.stage.Stage;
public abstract class Base extends StackPane implements ExceptionAndAlertHandler, ClientListener {
private Config config;
private ClientProfiles clientProfiles;
private ClientInfo clientInfo;
private Stage stage;
public Stage getStage()
{
return stage;
}
public Logger getLogger()
{
return logger;
}
private DashboardBase dashboardBase;
private SettingsBase settingsBase;
private FirstTimeUse firstTimeUse;
public FirstTimeUse getFirstTimeUse() {
return firstTimeUse;
}
private StackPane alertStackPane;
@Override
public ClientProfiles getClientProfiles() {
return clientProfiles;
}
public void setClientProfiles(ClientProfiles clientProfiles) {
this.clientProfiles = clientProfiles;
}
private Logger logger = null;
private StreamPiLogFileHandler logFileHandler = null;
private StreamPiLogFallbackHandler logFallbackHandler = null;
public void initLogger()
{
try
{
if(logger != null || logFileHandler != null)
return;
closeLogger();
logger = Logger.getLogger("");
if(new File(ClientInfo.getInstance().getPrePath()).getAbsoluteFile().getParentFile().canWrite())
{
String path = ClientInfo.getInstance().getPrePath()+"../streampi.log";
if(ClientInfo.getInstance().getPlatformType() == Platform.ANDROID)
path = ClientInfo.getInstance().getPrePath()+"streampi.log";
logFileHandler = new StreamPiLogFileHandler(path);
logger.addHandler(logFileHandler);
}
else
{
logFallbackHandler = new StreamPiLogFallbackHandler();
logger.addHandler(logFallbackHandler);
}
}
catch(Exception e)
{
e.printStackTrace();
//throw new SevereException("Cant get logger started!");
}
}
public void closeLogger()
{
if(logFileHandler != null)
logFileHandler.close();
else if(logFallbackHandler != null)
logFallbackHandler.close();
}
public void initBase() throws SevereException
{
stage = (Stage) getScene().getWindow();
initLogger();
clientInfo = ClientInfo.getInstance();
dashboardBase = new DashboardBase(this, this);
dashboardBase.setCache(true);
dashboardBase.setCacheHint(CacheHint.SPEED);
dashboardBase.prefWidthProperty().bind(widthProperty());
dashboardBase.prefHeightProperty().bind(heightProperty());
settingsBase = new SettingsBase(this, this);
settingsBase.setCache(true);
settingsBase.setCacheHint(CacheHint.SPEED);
alertStackPane = new StackPane();
alertStackPane.setVisible(false);
StreamPiAlert.setParent(alertStackPane);
StreamPiComboBox.setParent(alertStackPane);
firstTimeUse = new FirstTimeUse(this, this);
getChildren().clear();
getChildren().addAll(settingsBase, dashboardBase, alertStackPane);
requestFocus();
setStyle(null);
clearStylesheets();
applyDefaultStylesheet();
checkPrePathDirectory();
config = Config.getInstance();
if(config.isFirstTimeUse())
{
getChildren().add(firstTimeUse);
firstTimeUse.toFront();
}
else
{
dashboardBase.toFront();
}
initThemes();
if(clientInfo.getPlatformType()!= Platform.ANDROID && clientInfo.getPlatformType() != Platform.IOS)
{
stage.setWidth(config.getStartupWindowWidth());
stage.setHeight(config.getStartupWindowHeight());
setupFlags();
}
}
private void checkPrePathDirectory() throws SevereException
{
try
{
File filex = new File(ClientInfo.getInstance().getPrePath());
if(filex.getAbsoluteFile().getParentFile().canWrite())
{
if(!filex.exists())
{
filex.mkdirs();
IOHelper.unzip(Main.class.getResourceAsStream("Default.obj"), ClientInfo.getInstance().getPrePath());
}
}
else
{
throw new SevereException("No storage permission. Give it!");
}
}
catch (Exception e)
{
e.printStackTrace();
throw new SevereException(e.getMessage());
}
}
public void setupFlags()
{
//Full Screen
if(getConfig().isFullscreen())
{
getStage().setFullScreenExitKeyCombination(KeyCombination.NO_MATCH);
getStage().setFullScreen(true);
}
else
{
getStage().setFullScreenExitKeyCombination(KeyCombination.keyCombination("Esc"));
getStage().setFullScreen(false);
}
//Cursor
if(getConfig().isShowCursor())
{
setCursor(Cursor.DEFAULT);
}
else
{
setCursor(Cursor.NONE);
}
}
public SettingsBase getSettingsPane() {
return settingsBase;
}
public DashboardBase getDashboardPane() {
return dashboardBase;
}
public void renderRootDefaultProfile() throws SevereException {
getDashboardPane().renderProfile(getClientProfiles().getProfileFromID(
Config.getInstance().getStartupProfileID()
));
}
public void clearStylesheets()
{
getStylesheets().clear();
}
public void initThemes() throws SevereException
{
registerThemes();
applyDefaultTheme();
}
public void applyDefaultStylesheet()
{
Font.loadFont(Main.class.getResourceAsStream("Roboto.ttf"), 13);
getStylesheets().add(Main.class.getResource("style.css").toExternalForm());
}
public Config getConfig()
{
return config;
}
public ClientInfo getClientInfo()
{
return clientInfo;
}
private Theme currentTheme;
@Override
public Theme getCurrentTheme()
{
return currentTheme;
}
public void applyTheme(Theme t)
{
logger.info("Applying theme '"+t.getFullName()+"' ...");
if(t.getFonts() != null)
{
for(String fontFile : t.getFonts())
{
Font.loadFont(fontFile.replace("%20",""), 13);
}
}
currentTheme = t;
getStylesheets().addAll(t.getStylesheets());
logger.info("... Done!");
}
Themes themes;
public void registerThemes() throws SevereException
{
logger.info("Loading themes ...");
themes = new Themes(getConfig().getThemesPath(), getConfig().getCurrentThemeFullName(), clientInfo.getMinThemeSupportVersion());
if(themes.getErrors().size()>0)
{
StringBuilder themeErrors = new StringBuilder();
for(MinorException eachException : themes.getErrors())
{
themeErrors.append("\n * ").append(eachException.getShortMessage());
}
if(themes.getIsBadThemeTheCurrentOne())
{
themeErrors.append("\n\nReverted to default theme! (").append(getConfig().getDefaultCurrentThemeFullName()).append(")");
getConfig().setCurrentThemeFullName(getConfig().getDefaultCurrentThemeFullName());
getConfig().save();
}
handleMinorException(new MinorException("Theme Loading issues", themeErrors.toString()));
}
logger.info("... Done!");
}
@Override
public Themes getThemes() {
return themes;
}
public void applyDefaultTheme()
{
logger.info("Applying default theme ...");
boolean foundTheme = false;
for(Theme t: themes.getThemeList())
{
if(t.getFullName().equals(config.getCurrentThemeFullName()))
{
foundTheme = true;
applyTheme(t);
break;
}
}
if(foundTheme)
{
logger.info("... Done!");
}
else
{
logger.info("Theme not found. reverting to light theme ...");
try {
Config.getInstance().setCurrentThemeFullName("com.StreamPi.DefaultLight");
Config.getInstance().save();
applyDefaultTheme();
}
catch (SevereException e)
{
handleSevereException(e);
}
}
}
@Override
public String getDefaultThemeFullName()
{
return config.getCurrentThemeFullName();
}
}
package com.StreamPi.Client.Window.Dashboard.ActionGridPane;
import com.StreamPi.ActionAPI.Action.Action;
import com.StreamPi.ActionAPI.Action.ActionType;
import com.StreamPi.ActionAPI.Action.DisplayTextAlignment;
import com.StreamPi.ActionAPI.Action.Location;
import com.StreamPi.Client.Main;
import com.StreamPi.Client.IO.Config;
import com.StreamPi.Client.Window.ExceptionAndAlertHandler;
import com.StreamPi.Util.Exception.MinorException;
import javafx.animation.Interpolator;
import javafx.animation.KeyFrame;
import javafx.animation.KeyValue;
import javafx.animation.Timeline;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.CacheHint;
import javafx.scene.control.Label;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.input.ClipboardContent;
import javafx.scene.input.Dragboard;
import javafx.scene.input.MouseButton;
import javafx.scene.input.TouchEvent;
import javafx.scene.input.TransferMode;
import javafx.scene.layout.Background;
import javafx.scene.layout.BackgroundFill;
import javafx.scene.layout.BackgroundImage;
import javafx.scene.layout.BackgroundPosition;
import javafx.scene.layout.BackgroundRepeat;
import javafx.scene.layout.BackgroundSize;
import javafx.scene.layout.CornerRadii;
import javafx.scene.layout.StackPane;
import javafx.scene.paint.Color;
import javafx.scene.paint.ImagePattern;
import javafx.scene.paint.Paint;
import javafx.scene.shape.Rectangle;
import javafx.scene.text.TextAlignment;
import javafx.util.Duration;
import org.kordamp.ikonli.javafx.FontIcon;
import java.io.ByteArrayInputStream;
import java.io.ObjectInputStream;
import java.nio.ByteBuffer;
public class ActionBox extends StackPane{
private Label displayTextLabel;
private int row;
private int col;
public void setRow(int row) {
this.row = row;
}
public void setCol(int col) {
this.col = col;
}
public int getRow() {
return row;
}
public int getCol() {
return col;
}
public void clear()
{
setAction(null);
setBackground(Background.EMPTY);
setStyle(null);
getChildren().clear();
}
private FontIcon statusIcon;
public void baseInit()
{
displayTextLabel = new Label();
displayTextLabel.setWrapText(true);
displayTextLabel.setTextAlignment(TextAlignment.CENTER);
displayTextLabel.getStyleClass().add("action_box_display_text_label");
displayTextLabel.prefHeightProperty().bind(heightProperty());
displayTextLabel.prefWidthProperty().bind(widthProperty());
statusIcon = new FontIcon();
statusIcon.setOpacity(0);
statusIcon.setCache(true);
statusIcon.setCacheHint(CacheHint.SPEED);
statusIcon.setIconSize(size - 30);
getChildren().addAll(statusIcon, displayTextLabel);
setMinSize(size, size);
setMaxSize(size, size);
getStyleClass().add("action_box");
getStyleClass().add("action_box_icon_not_present");
setOnMouseClicked(touchEvent -> actionClicked());
setOnMousePressed(TouchEvent -> {
if(action != null)
{
getStyleClass().add("action_box_onclick");
}
});
setOnMouseReleased(TouchEvent ->{
if(action != null)
{
getStyleClass().remove("action_box_onclick");
}
});
statusIconAnimation = new Timeline(
new KeyFrame(
Duration.millis(0.0D),
new KeyValue(statusIcon.opacityProperty(), 0.0D, Interpolator.EASE_IN)),
new KeyFrame(
Duration.millis(100.0D),
new KeyValue(statusIcon.opacityProperty(), 1.0D, Interpolator.EASE_IN)),
new KeyFrame(
Duration.millis(600.0D),
new KeyValue(statusIcon.opacityProperty(), 1.0D, Interpolator.EASE_OUT)),
new KeyFrame(
Duration.millis(700.0D),
new KeyValue(statusIcon.opacityProperty(), 0.0D, Interpolator.EASE_OUT))
);
statusIconAnimation.setOnFinished(event -> {
statusIcon.toBack();
});
}
public void actionClicked()
{
if(action!=null)
{
if(action.getActionType() == ActionType.FOLDER)
{
getActionGridPaneListener().renderFolder(action.getID());
}
else
{
if(action.getActionType() == ActionType.COMBINE)
{
getActionGridPaneListener().combineActionClicked(action.getID());
}
else if(action.getActionType() == ActionType.NORMAL)
{
getActionGridPaneListener().normalActionClicked(action.getID());
}
}
}
}
public FontIcon getStatusIcon() {
return statusIcon;
}
private Timeline statusIconAnimation;
public Timeline getStatusIconAnimation() {
return statusIconAnimation;
}
public ActionGridPaneListener getActionGridPaneListener() {
return actionGridPaneListener;
}
private int size;
private ActionGridPaneListener actionGridPaneListener;
public ActionBox(int size, ActionGridPaneListener actionGridPaneListener)
{
this.actionGridPaneListener = actionGridPaneListener;
this.size = size;
baseInit();
}
public static Action deserialize(ByteBuffer buffer) {
try {
ByteArrayInputStream is = new ByteArrayInputStream(buffer.array());
ObjectInputStream ois = new ObjectInputStream(is);
Action obj = (Action) ois.readObject();
return obj;
} catch (Exception e) {
e.printStackTrace();
throw new RuntimeException(e);
}
}
public void setIcon(byte[] iconByteArray)
{
if(iconByteArray == null)
{
getStyleClass().remove("action_box_icon_present");
getStyleClass().add("action_box_icon_not_present");
setBackground(Background.EMPTY);
}
else
{
getStyleClass().add("action_box_icon_present");
getStyleClass().remove("action_box_icon_not_present");
setBackground(
new Background(
new BackgroundImage(new Image(
new ByteArrayInputStream(iconByteArray), size, size, false, true
), BackgroundRepeat.NO_REPEAT, BackgroundRepeat.NO_REPEAT, BackgroundPosition.CENTER,
new BackgroundSize(100, 100, true, true, true, false))
)
);
}
}
private Action action;
public Action getAction() {
return action;
}
private ExceptionAndAlertHandler exceptionAndAlertHandler;
private String parent;
public String getStreamPiParent() {
return parent;
}
public void setStreamPiParent(String parent) {
this.parent = parent;
}
public ActionBox(int size, Action action, ExceptionAndAlertHandler exceptionAndAlertHandler, ActionGridPaneListener actionGridPaneListener)
{
this.actionGridPaneListener = actionGridPaneListener;
this.exceptionAndAlertHandler = exceptionAndAlertHandler;
this.action = action;
this.size = size;
baseInit();
init();
}
public void setAction(Action action)
{
this.action = action;
}
public void init()
{
setDisplayTextFontColour(action.getDisplayTextFontColourHex());
if(action.isShowDisplayText())
setDisplayTextLabel(action.getDisplayText());
else
setDisplayTextLabel("");
setDisplayTextAlignment(action.getDisplayTextAlignment());
setBackgroundColour(action.getBgColourHex());
if(action.isHasIcon() && action.isShowIcon())
{
setIcon(action.getIconAsByteArray());
}
else
{
setIcon(null);
}
}
public void animateStatus()
{
statusIcon.toFront();
statusIconAnimation.play();
}
public void setDisplayTextLabel(String text)
{
displayTextLabel.setText(text);
}
public void setDisplayTextAlignment(DisplayTextAlignment displayTextAlignment)
{
if(displayTextAlignment == DisplayTextAlignment.CENTER)
displayTextLabel.setAlignment(Pos.CENTER);
else if (displayTextAlignment == DisplayTextAlignment.BOTTOM)
displayTextLabel.setAlignment(Pos.BOTTOM_CENTER);
else if (displayTextAlignment == DisplayTextAlignment.TOP)
displayTextLabel.setAlignment(Pos.TOP_CENTER);
}
public void setDisplayTextFontColour(String colour)
{
System.out.println("'"+colour+"'COLOR");
if(!colour.isEmpty())
{
System.out.println(
"putting ..." + Thread.currentThread().getName()
);
displayTextLabel.setStyle("-fx-text-fill : "+colour+";");
}
}
public void setBackgroundColour(String colour)
{
System.out.println("COLOr : "+colour);
if(!colour.isEmpty() && action.getIconAsByteArray() == null)
setStyle("-fx-background-color : "+colour);
}
}
package com.StreamPi.Client.Window.Dashboard.ActionGridPane;
import java.util.logging.Logger;
import com.StreamPi.ActionAPI.Action.Action;
import com.StreamPi.ActionAPI.Action.Location;
import com.StreamPi.ActionAPI.OtherActions.FolderAction;
import com.StreamPi.Client.Connection.ClientListener;
import com.StreamPi.Client.IO.Config;
import com.StreamPi.Client.Profile.ClientProfile;
import com.StreamPi.Client.Window.ExceptionAndAlertHandler;
import com.StreamPi.Util.Alert.StreamPiAlertType;
import com.StreamPi.Util.Exception.MinorException;
import com.StreamPi.Util.Exception.SevereException;
import javafx.animation.KeyFrame;
import javafx.animation.KeyValue;
import javafx.animation.Timeline;
import javafx.application.Platform;
import javafx.concurrent.Task;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.CacheHint;
import javafx.scene.Node;
import javafx.scene.control.ScrollPane;
import javafx.scene.image.Image;
import javafx.scene.layout.GridPane;
import javafx.scene.layout.Priority;
import javafx.scene.layout.StackPane;
import javafx.scene.layout.VBox;
import javafx.scene.paint.Color;
import javafx.scene.paint.Paint;
import javafx.util.Duration;
import org.kordamp.ikonli.javafx.FontIcon;
public class ActionGridPane extends GridPane implements ActionGridPaneListener {
private ExceptionAndAlertHandler exceptionAndAlertHandler;
private ClientListener clientListener;
public ActionGridPane(ExceptionAndAlertHandler exceptionAndAlertHandler, ClientListener clientListener)
{
this.clientListener = clientListener;
logger = Logger.getLogger(ActionGridPane.class.getName());
this.exceptionAndAlertHandler = exceptionAndAlertHandler;
getStyleClass().add("action_grid_pane");
setPadding(new Insets(5.0));
setPrefSize(USE_COMPUTED_SIZE, USE_COMPUTED_SIZE);
setAlignment(Pos.CENTER);
VBox.setVgrow(this, Priority.ALWAYS);
}
private String currentParent;
public void setCurrentParent(String currentParent) {
this.currentParent = currentParent;
}
public ClientProfile getClientProfile() {
return clientProfile;
}
private int rows, cols;
private ClientProfile clientProfile;
public void setClientProfile(ClientProfile clientProfile)
{
this.clientProfile = clientProfile;
setCurrentParent("root");
setRows(clientProfile.getRows());
setCols(clientProfile.getCols());
}
public void actionFailed(String profileID, String actionID)
{
if(getClientProfile().getID().equals(profileID))
{
Action action = getClientProfile().getActionFromID(actionID);
if(action != null)
{
if(currentParent.equals(action.getParent()))
{
failShow(action);
}
else
{
if(action.getLocation().getCol() == -1)
{
failShow(getClientProfile().getActionFromID(action.getParent()));
}
}
}
}
}
public void failShow(Action action)
{
for(Node node : getChildren())
{
if(GridPane.getColumnIndex(node) == action.getLocation().getRow() &&
GridPane.getRowIndex(node) == action.getLocation().getCol())
{
ActionBox actionBox = (ActionBox) node;
actionBox.getStatusIcon().setIconLiteral("fas-exclamation-triangle");
actionBox.getStatusIcon().setIconColor(Color.RED);
actionBox.animateStatus();
break;
}
}
}
public String getCurrentParent() {
return currentParent;
}
public StackPane getFolderBackButton() throws SevereException
{
StackPane stackPane = new StackPane();
stackPane.getStyleClass().add("action_box");
stackPane.getStyleClass().add("action_box_valid");
stackPane.setPrefSize(
getClientProfile().getActionSize(),
getClientProfile().getActionSize()
);
FontIcon fontIcon = new FontIcon("fas-chevron-left");
fontIcon.setIconSize(getClientProfile().getActionSize() - 30);
stackPane.setAlignment(Pos.CENTER);
stackPane.getChildren().add(fontIcon);
stackPane.setOnMouseClicked(e->returnToPreviousParent());
return stackPane;
}
public void renderGrid() throws SevereException {
clear();
setHgap(getClientProfile().getActionGap());
setVgap(getClientProfile().getActionGap());
boolean isFolder = false;
if(!getCurrentParent().equals("root"))
{
isFolder = true;
add(getFolderBackButton(), 0,0);
}
for(int row = 0; row<rows; row++)
{
for(int col = 0; col<cols; col++)
{
if(row == 0 && col == 0 && isFolder)
continue;
addBlankActionBox(col, row);
}
}
}
public void renderActions()
{
StringBuilder errors = new StringBuilder();
for(Action eachAction : getClientProfile().getActions())
{
logger.info("Action ID : "+eachAction.getID()+"\nInvalid : "+eachAction.isInvalid());
try {
renderAction(eachAction);
}
catch (SevereException e)
{
exceptionAndAlertHandler.handleSevereException(e);
}
catch (MinorException e)
{
errors.append("*").append(e.getShortMessage()).append("\n");
}
}
if(!errors.toString().isEmpty())
{
exceptionAndAlertHandler.handleMinorException(new MinorException("Error while rendering following actions", errors.toString()));
}
}
public void clear()
{
getChildren().clear();
}
private Logger logger;
public void clearActionBox(int col, int row)
{
for(Node node : getChildren())
{
if(GridPane.getColumnIndex(node) == row &&
GridPane.getRowIndex(node) == col)
{
getChildren().remove(node);
break;
}
}
}
public ActionBox getActionBox(int col, int row)
{
for(Node node : getChildren())
{
if(GridPane.getColumnIndex(node) == row &&
GridPane.getRowIndex(node) == col)
{
return (ActionBox) node;
}
}
return null;
}
public void addBlankActionBox(int col, int row)
{
ActionBox actionBox = new ActionBox(getClientProfile().getActionSize(), this);
actionBox.setStreamPiParent(currentParent);
actionBox.setRow(row);
actionBox.setCol(col);
add(actionBox, row, col);
}
public void renderAction(Action action) throws SevereException, MinorException
{
if(!action.getParent().equals(currentParent))
{
logger.info("Skipping action "+action.getID()+", not current parent!");
return;
}
if(action.getLocation().getRow()==-1)
{
logger.info("Action has -1 rowIndex. Probably Combine Action. Skipping ...");
return;
}
if(action.getLocation().getRow() > rows || action.getLocation().getCol() > cols)
{
throw new MinorException("Action "+action.getDisplayText()+" ("+action.getID()+") falls outside bounds.\n" +
" Consider increasing rows/cols from client settings and relocating/deleting it.");
}
ActionBox actionBox = new ActionBox(getClientProfile().getActionSize(), action, exceptionAndAlertHandler, this);
Location location = action.getLocation();
actionBox.setStreamPiParent(currentParent);
actionBox.setRow(location.getRow());
actionBox.setCol(location.getCol());
clearActionBox(location.getCol(), location.getRow());
System.out.println(location.getCol()+","+location.getRow());
add(actionBox, location.getRow(), location.getCol());
}
public void setRows(int rows)
{
this.rows = rows;
}
public void setCols(int cols)
{
this.cols = cols;
}
public int getRows()
{
return rows;
}
public int getCols()
{
return cols;
}
private String previousParent;
public void setPreviousParent(String previousParent) {
this.previousParent = previousParent;
}
public String getPreviousParent() {
return previousParent;
}
@Override
public void renderFolder(String actionID) {
setCurrentParent(clientProfile.getActionFromID(actionID).getID());
setPreviousParent(clientProfile.getActionFromID(actionID).getParent());
try {
renderGrid();
renderActions();
} catch (SevereException e) {
e.printStackTrace();
}
}
@Override
public void normalActionClicked(String ID) {
if(clientListener.isConnected())
clientListener.onNormalActionClicked(getClientProfile().getID(), ID);
else
exceptionAndAlertHandler.onAlert("Not Connected", "Not Connected to any Server", StreamPiAlertType.ERROR);
}
@Override
public void combineActionClicked(String ID) {
if(clientListener.isConnected())
{
new Thread(new Task<Void>() {
@Override
protected Void call()
{
Action action = getClientProfile().getActionFromID(ID);
for(int i = 0;i<action.getClientProperties().get().size();i++)
{
try {
logger.info("Clicking "+i+", '"+action.getClientProperties().getSingleProperty(i+"").getRawValue()+"'");
normalActionClicked(action.getClientProperties().getSingleProperty(i+"").getRawValue());
} catch (MinorException e) {
e.printStackTrace();
exceptionAndAlertHandler.handleMinorException(e);
}
}
return null;
}
}).start();
}
}
public void returnToPreviousParent()
{
setCurrentParent(getPreviousParent());
if(!getPreviousParent().equals("root"))
{
System.out.println("parent : "+getPreviousParent());
setPreviousParent(getClientProfile().getActionFromID(
getPreviousParent()
).getParent());
}
try {
renderGrid();
renderActions();
} catch (SevereException e) {
e.printStackTrace();
}
}
}
package com.StreamPi.Client.Window.Dashboard.ActionGridPane;
import com.StreamPi.ActionAPI.Action.Action;
import com.StreamPi.ActionAPI.OtherActions.FolderAction;
public interface ActionGridPaneListener {
void renderFolder(String ID);
void normalActionClicked(String ID);
void combineActionClicked(String ID);
}
package com.StreamPi.Client.Window.Dashboard;
import com.StreamPi.Client.Connection.ClientListener;
import com.StreamPi.Client.IO.Config;
import com.StreamPi.Client.Profile.ClientProfile;
import com.StreamPi.Client.Window.ExceptionAndAlertHandler;
import com.StreamPi.Client.Window.Dashboard.ActionGridPane.ActionGridPane;
import com.StreamPi.Util.Exception.SevereException;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.CacheHint;
import javafx.scene.control.Button;
import javafx.scene.control.ScrollPane;
import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
import javafx.scene.paint.Paint;
import org.kordamp.ikonli.javafx.FontIcon;
public class DashboardBase extends VBox {
private ExceptionAndAlertHandler exceptionAndAlertHandler;
private ActionGridPane actionGridPane;
private Button settingsButton;
public DashboardBase(ExceptionAndAlertHandler exceptionAndAlertHandler, ClientListener clientListener)
{
this.exceptionAndAlertHandler = exceptionAndAlertHandler;
actionGridPane = new ActionGridPane(exceptionAndAlertHandler, clientListener);
FontIcon fontIcon = new FontIcon("fas-cog");
fontIcon.getStyleClass().addAll("dashboard_settings_button_icon");
settingsButton = new Button();
settingsButton.setGraphic(fontIcon);
HBox hBox = new HBox(settingsButton);
hBox.setPadding(new Insets(0,5,5,0));
hBox.setAlignment(Pos.CENTER_RIGHT);
getChildren().addAll(actionGridPane,hBox);
getStyleClass().add("dashboard");
setCache(true);
setCacheHint(CacheHint.SPEED);
}
public void renderProfile(ClientProfile clientProfile) throws SevereException
{
renderProfile(clientProfile, "root");
}
public void renderProfile(ClientProfile clientProfile, String currentParent) throws SevereException
{
actionGridPane.setClientProfile(clientProfile);
actionGridPane.setCurrentParent(currentParent);
actionGridPane.renderGrid();
actionGridPane.renderActions();
}
public void addBlankActionBox(int col, int row)
{
actionGridPane.addBlankActionBox(col, row);
}
public void clearActionBox(int col, int row)
{
actionGridPane.clearActionBox(col, row);
}
public ActionGridPane getActionGridPane() {
return actionGridPane;
}
public Button getSettingsButton() {
return settingsButton;
}
}
package com.StreamPi.Client.Window;
import com.StreamPi.Util.Alert.StreamPiAlertType;
import com.StreamPi.Util.Exception.MinorException;
import com.StreamPi.Util.Exception.SevereException;
public interface ExceptionAndAlertHandler {
void handleMinorException(MinorException e);
void handleSevereException(SevereException e);
void onAlert(String title, String body, StreamPiAlertType alertType);
}
package com.StreamPi.Client.Window.FirstTimeUse;
import com.StreamPi.Client.Connection.Client;
import com.StreamPi.Client.Connection.ClientListener;
import com.StreamPi.Client.IO.Config;
import com.StreamPi.Client.Info.ClientInfo;
import com.StreamPi.Client.Window.ExceptionAndAlertHandler;
import com.StreamPi.Util.Alert.StreamPiAlert;
import com.StreamPi.Util.Alert.StreamPiAlertType;
import com.StreamPi.Util.Exception.SevereException;
import com.StreamPi.Util.FormHelper.HBoxInputBox;
import com.StreamPi.Util.FormHelper.SpaceFiller;
import com.StreamPi.Util.FormHelper.SpaceFiller.FillerType;
import com.StreamPi.Util.Platform.Platform;
import javafx.geometry.Pos;
import javafx.scene.control.Alert;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.ScrollPane;
import javafx.scene.control.TextField;
import javafx.scene.control.Alert.AlertType;
import javafx.scene.layout.HBox;
import javafx.scene.layout.Priority;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;
public class FinalConfigPane extends VBox
{
private TextField clientNicknameTextField;
private TextField serverIPHostNameTextField;
private TextField serverPortTextField;
private TextField displayWidthTextField;
private TextField displayHeightTextField;
private ExceptionAndAlertHandler exceptionAndAlertHandler;
private ClientListener clientListener;
public FinalConfigPane(ExceptionAndAlertHandler exceptionAndAlertHandler, ClientListener clientListener)
{
this.exceptionAndAlertHandler = exceptionAndAlertHandler;
this.clientListener = clientListener;
getStyleClass().add("first_time_use_pane_final_config");
Label label = new Label("Thats it. Now just a little bit and then youre set!");
label.setWrapText(true);
VBox.setVgrow(label, Priority.ALWAYS);
label.getStyleClass().add("first_time_use_pane_final_config_label");
clientNicknameTextField = new TextField();
serverIPHostNameTextField = new TextField();
serverPortTextField = new TextField();
displayWidthTextField = new TextField();
displayHeightTextField = new TextField();
HBoxInputBox clientNickNameInputBox = new HBoxInputBox("Nickname", clientNicknameTextField);
HBoxInputBox serverIPHostNameInputBox = new HBoxInputBox("Server IP", serverIPHostNameTextField);
HBoxInputBox serverIPPortInputBox = new HBoxInputBox("Server Port", serverPortTextField);
HBoxInputBox displayWidthInputBox = new HBoxInputBox("Display Width", displayWidthTextField);
HBoxInputBox displayHeightInputBox = new HBoxInputBox("Display Height", displayHeightTextField);
if(ClientInfo.getInstance().getPlatformType() == Platform.ANDROID)
{
displayWidthInputBox.setVisible(false);
displayHeightInputBox.setVisible(false);
}
Button confirmButton = new Button("Confirm");
confirmButton.setOnAction(event -> onConfirmButtonClicked());
HBox bBar = new HBox(confirmButton);
bBar.setAlignment(Pos.CENTER_RIGHT);
VBox v = new VBox(clientNickNameInputBox, serverIPHostNameInputBox, serverIPPortInputBox,
displayWidthInputBox, displayHeightInputBox);
v.setSpacing(10.0);
ScrollPane scrollPane = new ScrollPane(v);
v.prefWidthProperty().bind(scrollPane.widthProperty().subtract(25));
getChildren().addAll(label, scrollPane,new SpaceFiller(FillerType.VBox), bBar);
setSpacing(10.0);
setVisible(false);
}
private void onConfirmButtonClicked()
{
StringBuilder errors = new StringBuilder();
if(clientNicknameTextField.getText().isBlank())
{
errors.append("* Nick name cannot be blank.\n");
}
if(serverIPHostNameTextField.getText().isBlank())
{
errors.append("* Server IP cannot be empty.\n");
}
int port = -1;
try
{
port = Integer.parseInt(serverPortTextField.getText());
if(port < 1024)
errors.append("* Server IP should be above 1024.\n");
}
catch (NumberFormatException exception)
{
errors.append("* Server IP should be a number.\n");
}
double width=-1,height=-1;
if(ClientInfo.getInstance().getPlatformType() != Platform.ANDROID)
{
try
{
width = Double.parseDouble(displayWidthTextField.getText());
if(width < 0)
errors.append("* Display Width should be above 0.\n");
}
catch (NumberFormatException exception)
{
errors.append("* Display Width should be a number.\n");
}
try
{
height = Double.parseDouble(displayHeightTextField.getText());
if(height < 0)
errors.append("* Display Height should be above 0.\n");
}
catch (NumberFormatException exception)
{
errors.append("* Display Height should be a number.\n");
}
}
if(errors.toString().isEmpty())
{
try
{
Config.getInstance().setNickName(clientNicknameTextField.getText());
Config.getInstance().setServerHostNameOrIP(serverIPHostNameTextField.getText());
Config.getInstance().setServerPort(port);
Config.getInstance().setFirstTimeUse(false);
if(ClientInfo.getInstance().getPlatformType() != Platform.ANDROID)
{
Config.getInstance().setStartupWindowSize(
width, height
);
}
Config.getInstance().save();
clientListener.init();
}
catch(SevereException e)
{
exceptionAndAlertHandler.handleSevereException(e);
}
}
else
{
new StreamPiAlert("Uh Oh", "Please rectify the following errors and try again:\n"+errors.toString(), StreamPiAlertType.ERROR).show();
}
}
}
package com.StreamPi.Client.Window.FirstTimeUse;
import com.StreamPi.Client.Main;
import com.StreamPi.Client.Connection.ClientListener;
import com.StreamPi.Client.Window.ExceptionAndAlertHandler;
import com.StreamPi.Util.FormHelper.SpaceFiller;
import com.StreamPi.Util.FormHelper.SpaceFiller.FillerType;
import javafx.event.ActionEvent;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.layout.HBox;
import javafx.scene.layout.Pane;
import javafx.scene.layout.Priority;
import javafx.scene.layout.StackPane;
import javafx.scene.layout.VBox;
import javafx.scene.text.Font;
public class FirstTimeUse extends VBox{
public FirstTimeUse(ExceptionAndAlertHandler exceptionAndAlertHandler, ClientListener clientListener)
{
Font.loadFont(Main.class.getResourceAsStream("Roboto.ttf"), 13);
getStylesheets().add(Main.class.getResource("style.css").toExternalForm());
getStyleClass().add("first_time_use_pane");
setSpacing(10.0);
setPadding(new Insets(5));
headingLabel = new Label();
headingLabel.getStyleClass().add("first_time_use_pane_heading_label");
StackPane stackPane = new StackPane();
stackPane.getStyleClass().add("first_time_use_pane_stackpane");
VBox.setVgrow(stackPane, Priority.ALWAYS);
welcomePane = new WelcomePane();
licensePane = new LicensePane();
finalConfigPane = new FinalConfigPane(exceptionAndAlertHandler, clientListener);
stackPane.getChildren().addAll(
welcomePane,
licensePane,
finalConfigPane
);
nextButton = new Button("Next");
nextButton.setOnAction(event-> onNextButtonClicked());
previousButton = new Button("Previous");
previousButton.setOnAction(event-> onPreviousButtonClicked());
HBox buttonBar = new HBox(previousButton, new SpaceFiller(FillerType.HBox), nextButton);
buttonBar.setSpacing(10.0);
getChildren().addAll(headingLabel, stackPane, buttonBar);
setWindow(WindowName.WELCOME);
}
private Label headingLabel;
private Button nextButton;
private Button previousButton;
private WelcomePane welcomePane;
private LicensePane licensePane;
private FinalConfigPane finalConfigPane;
private WindowName windowName;
private void onNextButtonClicked()
{
if(windowName == WindowName.WELCOME)
{
setWindow(WindowName.LICENSE);
}
else if(windowName == WindowName.LICENSE)
{
setWindow(WindowName.FINAL);
}
}
private void onPreviousButtonClicked()
{
if(windowName == WindowName.FINAL)
{
setWindow(WindowName.LICENSE);
}
else if(windowName == WindowName.LICENSE)
{
setWindow(WindowName.WELCOME);
}
}
private void setWindow(WindowName windowName)
{
if (windowName == WindowName.WELCOME)
{
this.windowName = WindowName.WELCOME;
welcomePane.toFront();
welcomePane.setVisible(true);
licensePane.setVisible(false);
finalConfigPane.setVisible(false);
headingLabel.setText("Welcome!");
nextButton.setDisable(false);
previousButton.setDisable(true);
}
else if (windowName == WindowName.LICENSE)
{
this.windowName = WindowName.LICENSE;
licensePane.toFront();
welcomePane.setVisible(false);
licensePane.setVisible(true);
finalConfigPane.setVisible(false);
headingLabel.setText("License Agreement");
nextButton.setDisable(false);
previousButton.setDisable(false);
}
else if (windowName == WindowName.FINAL)
{
this.windowName = WindowName.FINAL;
finalConfigPane.toFront();
welcomePane.setVisible(false);
licensePane.setVisible(false);
finalConfigPane.setVisible(true);
headingLabel.setText("Finishing up ...");
nextButton.setDisable(true);
previousButton.setDisable(false);
}
}
}
package com.StreamPi.Client.Window.FirstTimeUse;
import com.StreamPi.Client.Info.License;
import javafx.scene.control.Label;
import javafx.scene.control.TextArea;
import javafx.scene.layout.Priority;
import javafx.scene.layout.VBox;
public class LicensePane extends VBox {
public LicensePane()
{
getStyleClass().add("first_time_use_pane_license");
Label label = new Label("By Clicking on 'Next', you agree with the license.");
label.prefWidthProperty().bind(widthProperty());
label.setWrapText(true);
TextArea licenseTextArea = new TextArea(License.getLicense());
licenseTextArea.setWrapText(false);
licenseTextArea.setEditable(false);
licenseTextArea.prefWidthProperty().bind(widthProperty());
VBox.setVgrow(licenseTextArea, Priority.ALWAYS);
getChildren().addAll(label, licenseTextArea);
}
}
package com.StreamPi.Client.Window.FirstTimeUse;
import javafx.scene.control.Label;
import javafx.scene.layout.VBox;
public class WelcomePane extends VBox{
public WelcomePane()
{
getStyleClass().add("first_time_use_pane_welcome");
Label label = new Label("Welcome to StreamPi!\nClick on 'Next' to continue with the setup.");
getChildren().add(label);
setVisible(false);
}
}
package com.StreamPi.Client.Window.FirstTimeUse;
public enum WindowName {
WELCOME, LICENSE, FINAL
}
package com.StreamPi.Client.Window.Settings;
import java.io.File;
import com.StreamPi.Client.Connection.Client;
import com.StreamPi.Client.Connection.ClientListener;
import com.StreamPi.Client.IO.Config;
import com.StreamPi.Client.Info.ClientInfo;
import com.StreamPi.Client.Profile.ClientProfile;
import com.StreamPi.Client.Window.ExceptionAndAlertHandler;
import com.StreamPi.ThemeAPI.Theme;
import com.StreamPi.Util.Alert.StreamPiAlert;
import com.StreamPi.Util.Alert.StreamPiAlertType;
import com.StreamPi.Util.ComboBox.StreamPiComboBox;
import com.StreamPi.Util.ComboBox.StreamPiComboBoxFactory;
import com.StreamPi.Util.ComboBox.StreamPiComboBoxListener;
import com.StreamPi.Util.Exception.MinorException;
import com.StreamPi.Util.Exception.SevereException;
import com.StreamPi.Util.FormHelper.HBoxInputBox;
import com.StreamPi.Util.FormHelper.SpaceFiller;
import com.StreamPi.Util.Platform.ReleaseStatus;
import com.StreamPi.Util.StartAtBoot.SoftwareType;
import com.StreamPi.Util.StartAtBoot.StartAtBoot;
import com.gluonhq.attach.util.Services;
import javafx.application.Platform;
import javafx.collections.FXCollections;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.control.*;
import javafx.scene.layout.HBox;
import javafx.scene.layout.Priority;
import javafx.scene.layout.VBox;
import javafx.util.Callback;
import org.w3c.dom.Text;
public class SettingsBase extends VBox {
private TextField serverPortTextField;
private TextField serverHostNameOrIPTextField;
private StreamPiComboBox<ClientProfile> clientProfileComboBox;
private StreamPiComboBox<Theme> themeComboBox;
private TextField displayWidthTextField;
private TextField displayHeightTextField;
private TextField nickNameTextField;
private Button closeButton;
private Button saveButton;
private Button connectDisconnectButton;
private ToggleButton startOnBootToggleButton;
private ToggleButton showCursorToggleButton;
private ToggleButton fullScreenToggleButton;
private ClientListener clientListener;
private ExceptionAndAlertHandler exceptionAndAlertHandler;
private TextField themesPathTextField;
private TextField iconsPathTextField;
private TextField profilesPathTextField;
public SettingsBase(ExceptionAndAlertHandler exceptionAndAlertHandler, ClientListener clientListener) {
getStyleClass().add("settings_base");
this.clientListener = clientListener;
this.exceptionAndAlertHandler = exceptionAndAlertHandler;
serverPortTextField = new TextField();
serverHostNameOrIPTextField = new TextField();
nickNameTextField = new TextField();
clientProfileComboBox = new StreamPiComboBox<>();
clientProfileComboBox.setStreamPiComboBoxFactory(new StreamPiComboBoxFactory<ClientProfile>()
{
@Override
public String getOptionDisplayText(ClientProfile object)
{
return object.getName();
}
});
clientProfileComboBox.setStreamPiComboBoxListener(new StreamPiComboBoxListener<ClientProfile>(){
@Override
public void onNewItemSelected(ClientProfile selectedItem)
{
clientListener.renderProfile(selectedItem);
}
});
themeComboBox = new StreamPiComboBox<>();
themeComboBox.setStreamPiComboBoxFactory(new StreamPiComboBoxFactory<Theme>()
{
@Override
public String getOptionDisplayText(Theme object)
{
return object.getShortName();
}
});
displayHeightTextField = new TextField();
displayWidthTextField = new TextField();
themesPathTextField = new TextField();
iconsPathTextField = new TextField();
profilesPathTextField = new TextField();
startOnBootToggleButton = new ToggleButton("Start On Boot");
startOnBootToggleButton.managedProperty().bind(startOnBootToggleButton.visibleProperty());
showCursorToggleButton = new ToggleButton("Show Cursor");
showCursorToggleButton.managedProperty().bind(showCursorToggleButton.visibleProperty());
fullScreenToggleButton = new ToggleButton("Full Screen");
fullScreenToggleButton.managedProperty().bind(fullScreenToggleButton.visibleProperty());
int prefWidth = 200;
Label licenseLabel = new Label("This software is licensed to GNU GPLv3. Check StreamPi Server > Settings > About to see full License Statement.");
licenseLabel.setWrapText(true);
Label versionLabel = new Label(ClientInfo.getInstance().getReleaseStatus().getUIName() +" "+ClientInfo.getInstance().getVersion().getText());
HBoxInputBox themesPathInputBox = new HBoxInputBox("Themes Path", themesPathTextField, prefWidth);
themesPathInputBox.managedProperty().bind(themesPathInputBox.visibleProperty());
HBoxInputBox iconsPathInputBox = new HBoxInputBox("Icons Path", iconsPathTextField, prefWidth);
iconsPathInputBox.managedProperty().bind(iconsPathInputBox.visibleProperty());
HBoxInputBox profilesPathInputBox = new HBoxInputBox("Profiles Path", profilesPathTextField, prefWidth);
profilesPathInputBox.managedProperty().bind(profilesPathInputBox.visibleProperty());
HBoxInputBox screenHeightInputBox = new HBoxInputBox("Screen Height", displayHeightTextField, prefWidth);
screenHeightInputBox.managedProperty().bind(screenHeightInputBox.visibleProperty());
HBoxInputBox screenWidthInputBox = new HBoxInputBox("Screen Width", displayWidthTextField, prefWidth);
screenWidthInputBox.managedProperty().bind(screenWidthInputBox.visibleProperty());
if(ClientInfo.getInstance().getPlatformType() == com.StreamPi.Util.Platform.Platform.ANDROID)
{
themesPathInputBox.setVisible(false);
iconsPathInputBox.setVisible(false);
profilesPathInputBox.setVisible(false);
startOnBootToggleButton.setVisible(false);
showCursorToggleButton.setVisible(false);
fullScreenToggleButton.setVisible(false);
screenHeightInputBox.setVisible(false);
screenWidthInputBox.setVisible(false);
}
VBox vBox = new VBox(
new HBoxInputBox("Nick Name", nickNameTextField, prefWidth),
new HBoxInputBox("Host Name/IP", serverHostNameOrIPTextField, prefWidth),
new HBoxInputBox("Port", serverPortTextField, prefWidth),
new HBox(
new Label("Current Profile"),
new SpaceFiller(SpaceFiller.FillerType.HBox),
clientProfileComboBox
),
new HBox(
new Label("Theme"),
new SpaceFiller(SpaceFiller.FillerType.HBox),
themeComboBox
),
screenHeightInputBox,
screenWidthInputBox,
themesPathInputBox,
iconsPathInputBox,
profilesPathInputBox,
startOnBootToggleButton,
showCursorToggleButton,
fullScreenToggleButton,
licenseLabel,
versionLabel
);
vBox.getStyleClass().add("settings_base_vbox");
vBox.setSpacing(5.0);
vBox.setPadding(new Insets(5));
ScrollPane scrollPane = new ScrollPane();
scrollPane.setHbarPolicy(ScrollPane.ScrollBarPolicy.AS_NEEDED);
VBox.setVgrow(scrollPane, Priority.ALWAYS);
scrollPane.getStyleClass().add("settings_base_scrollpane");
scrollPane.setContent(vBox);
vBox.setMinWidth(300);
vBox.prefWidthProperty().bind(scrollPane.widthProperty().subtract(25));
Label settingsLabel = new Label("Settings");
settingsLabel.setPadding(new Insets(5,0,0,5));
settingsLabel.getStyleClass().add("settings_heading");
saveButton = new Button("Save");
saveButton.setOnAction(event->onSaveButtonClicked());
closeButton = new Button("Close");
connectDisconnectButton = new Button("Connect");
connectDisconnectButton.setOnAction(event -> onConnectDisconnectButtonClicked());
Button exitButton = new Button("Exit");
exitButton.setOnAction(event -> onExitButtonClicked());
HBox buttonBar = new HBox(connectDisconnectButton, saveButton, exitButton, closeButton);
buttonBar.setPadding(new Insets(0,5,5,0));
buttonBar.setSpacing(5.0);
buttonBar.setAlignment(Pos.CENTER_RIGHT);
setSpacing(5.0);
getChildren().addAll(
settingsLabel,
scrollPane,
buttonBar
);
}
public void onExitButtonClicked()
{
Platform.exit();
clientListener.onCloseRequest();
}
public void setDisableStatus(boolean status)
{
saveButton.setDisable(status);
connectDisconnectButton.setDisable(status);
}
public void onConnectDisconnectButtonClicked()
{
try
{
if(clientListener.isConnected())
clientListener.disconnect("Client disconnected from settings");
else
clientListener.setupClientConnection();
}
catch (SevereException e)
{
e.printStackTrace();
exceptionAndAlertHandler.handleSevereException(e);
}
}
public void setConnectDisconnectButtonStatus()
{
Platform.runLater(()->{
setDisableStatus(false);
System.out.println("q24qwdqwd : "+clientListener.isConnected());
if(clientListener.isConnected())
connectDisconnectButton.setText("Disconnect");
else
connectDisconnectButton.setText("Connect");
});
}
public Button getCloseButton() {
return closeButton;
}
public void loadData() throws SevereException
{
nickNameTextField.setText(Config.getInstance().getClientNickName());
serverHostNameOrIPTextField.setText(Config.getInstance().getSavedServerHostNameOrIP());
serverPortTextField.setText(Config.getInstance().getSavedServerPort()+"");
clientProfileComboBox.setOptions(clientListener.getClientProfiles().getClientProfiles());
int ind = 0;
for(int i = 0;i<clientProfileComboBox.getOptions().size();i++)
{
if(clientProfileComboBox.getOptions().get(i).getID().equals(clientListener.getCurrentProfile().getID()))
{
ind = i;
break;
}
}
clientProfileComboBox.setCurrentSelectedItemIndex(ind);
themeComboBox.setOptions(clientListener.getThemes().getThemeList());
int ind2 = 0;
for(int i = 0;i<themeComboBox.getOptions().size();i++)
{
if(themeComboBox.getOptions().get(i).getFullName().equals(clientListener.getCurrentTheme().getFullName()))
{
ind2 = i;
break;
}
}
themeComboBox.setCurrentSelectedItemIndex(ind2);
displayWidthTextField.setText(Config.getInstance().getStartupWindowWidth()+"");
displayHeightTextField.setText(Config.getInstance().getStartupWindowHeight()+"");
themesPathTextField.setText(Config.getInstance().getThemesPath());
iconsPathTextField.setText(Config.getInstance().getIconsPath());
profilesPathTextField.setText(Config.getInstance().getProfilesPath());
startOnBootToggleButton.setSelected(Config.getInstance().isStartOnBoot());
fullScreenToggleButton.setSelected(Config.getInstance().isFullscreen());
showCursorToggleButton.setSelected(Config.getInstance().isShowCursor());
}
public void onSaveButtonClicked()
{
StringBuilder errors = new StringBuilder();
int port = -1;
try
{
port = Integer.parseInt(serverPortTextField.getText());
if(port < 1024)
errors.append("* Server IP should be above 1024.\n");
}
catch (NumberFormatException exception)
{
errors.append("* Server IP should be a number.\n");
}
double width = -1;
try
{
width = Double.parseDouble(displayWidthTextField.getText());
if(width < 0)
errors.append("* Display Width should be above 0.\n");
}
catch (NumberFormatException exception)
{
errors.append("* Display Width should be a number.\n");
}
double height = -1;
try
{
height = Double.parseDouble(displayHeightTextField.getText());
if(height < 0)
errors.append("* Display Height should be above 0.\n");
}
catch (NumberFormatException exception)
{
errors.append("* Display Height should be a number.\n");
}
if(serverHostNameOrIPTextField.getText().isBlank())
{
errors.append("* Server IP cannot be empty.\n");
}
if(nickNameTextField.getText().isBlank())
{
errors.append("* Nick name cannot be blank.\n");
}
if(!errors.toString().isEmpty())
{
exceptionAndAlertHandler.handleMinorException(new MinorException(
"You made mistakes",
"Please fix the errors and try again :\n"+errors.toString()
));
return;
}
try {
boolean toBeReloaded = false;
boolean breakConnection = false;
if(!Config.getInstance().getCurrentThemeFullName().equals(themeComboBox.getCurrentSelectedItem().getFullName()))
toBeReloaded = true;
Config.getInstance().setCurrentThemeFullName(themeComboBox.getCurrentSelectedItem().getFullName());
if(width != Config.getInstance().getStartupWindowWidth() || height != Config.getInstance().getStartupWindowHeight())
toBeReloaded = true;
Config.getInstance().setStartupWindowSize(width, height);
if(!Config.getInstance().getClientNickName().equals(nickNameTextField.getText()))
breakConnection = true;
Config.getInstance().setNickName(nickNameTextField.getText());
if(port != Config.getInstance().getSavedServerPort() || !serverHostNameOrIPTextField.getText().equals(Config.getInstance().getSavedServerHostNameOrIP()))
breakConnection = true;
Config.getInstance().setServerPort(port);
Config.getInstance().setServerHostNameOrIP(serverHostNameOrIPTextField.getText());
boolean startOnBoot = startOnBootToggleButton.isSelected();
if(Config.getInstance().isStartOnBoot() != startOnBoot)
{
if(ClientInfo.getInstance().getRunnerFileName() == null)
{
new StreamPiAlert("Uh Oh", "No Runner File Name Specified as startup arguments. Cant set run at boot.", StreamPiAlertType.ERROR).show();
startOnBoot = false;
}
else
{
StartAtBoot startAtBoot = new StartAtBoot(SoftwareType.CLIENT, ClientInfo.getInstance().getPlatformType());
if(startOnBoot)
{
startAtBoot.create(new File(ClientInfo.getInstance().getRunnerFileName()));
}
else
{
boolean result = startAtBoot.delete();
if(!result)
new StreamPiAlert("Uh Oh!", "Unable to delete starter file", StreamPiAlertType.ERROR).show();
}
}
}
Config.getInstance().setStartOnBoot(startOnBoot);
if(Config.getInstance().isFullscreen() != fullScreenToggleButton.isSelected() ||
Config.getInstance().isShowCursor() != showCursorToggleButton.isSelected())
toBeReloaded = true;
Config.getInstance().setFullscreen(fullScreenToggleButton.isSelected());
Config.getInstance().setShowCursor(showCursorToggleButton.isSelected());
if(!Config.getInstance().getThemesPath().equals(themesPathTextField.getText()))
toBeReloaded = true;
Config.getInstance().setThemesPath(themesPathTextField.getText());
if(!Config.getInstance().getIconsPath().equals(iconsPathTextField.getText()))
toBeReloaded = true;
Config.getInstance().setIconsPath(iconsPathTextField.getText());
if(!Config.getInstance().getProfilesPath().equals(profilesPathTextField.getText()))
toBeReloaded = true;
Config.getInstance().setProfilesPath(profilesPathTextField.getText());
Config.getInstance().save();
loadData();
if(breakConnection)
{
if(clientListener.isConnected())
clientListener.disconnect("Client connection settings were changed.");
}
if(toBeReloaded)
{
clientListener.init();
clientListener.renderRootDefaultProfile();
}
}
catch (SevereException e)
{
e.printStackTrace();
exceptionAndAlertHandler.handleSevereException(e);
}
catch (MinorException e)
{
e.printStackTrace();
exceptionAndAlertHandler.handleMinorException(e);
}
}
}
module com.StreamPi.Client {
requires javafx.base;
requires javafx.graphics;
requires javafx.controls;
requires org.kordamp.iconli.core;
requires org.kordamp.ikonli.javafx;
requires com.gluonhq.attach.lifecycle;
requires com.gluonhq.attach.util;
requires java.xml;
requires com.StreamPi.Util;
requires com.StreamPi.ActionAPI;
requires com.StreamPi.ThemeAPI;
requires org.kordamp.ikonli.fontawesome5;
exports com.StreamPi.Client;
}
PKbf(RG
config.xmlUT ___ux uSn0W? 摐@%ZUC:X٦])Ⲟ}B?M}6Bɝ,T)y_I{2YZIRJrqFhQ vlm\,Յ ΅΋(m'QDë9y*^]v}EZtZcnb+h𮮉d j5g]m{Q q;3eX[, wHz=jEK *Ap܌["%)],[S^o8:F e^WOdV)cDyJ6Ǧ*7]*6~䤔9X:&* VwȼG
oov929B1 ?w~?PK&KGPKQ Icons/UT a___ux PKQ Profiles/UT /___ux PKQ1 Profiles/6fe15d84-8ac7-4b72-88f6-e497335fea7e.xmlUT /___ux U EJĞtd:wh?!;
Cte{=͡ R)~]gq6ؙ@#Vwޥ19N9f}<̮cWG),R,ŒS*覮؂Ǚ1)Ml9PKwPKJdQ Themes/UT ___ux PKQ! Themes/com.StreamPi.DefaultLight/UT y___ux PKJdQ% Themes/com.StreamPi.DefaultLight/res/UT ___ux PKQ, Themes/com.StreamPi.DefaultLight/res/client/UT y___ux PK=Q6 Themes/com.StreamPi.DefaultLight/res/client/Roboto.ttfUT C___ux @G0>3{zQ gl{]_콣nbG F=6h1kbM1Fٻ }=3<-9 -[嶰.4uNu7`Zw}Z2N,i rvK2pȸAyL.j)!w)3M>>|q Ph&O*'kD>1v|::vq{8\B -L_$ߏIO>'#MҪ4 C͛Vvg>n&4nXl$޵'LR6 %'N6q
3
^$^VKc`G5;z+hۊ,UsP&} '@פ#@~)
ҋRzQע7{"M BCB-Ba jS%·^1D6`}]Pi%Z4OBYeYl^~%yO\Bzz>"T AEqѱ~/~86n ↑۸qߏ?&I X9<8UYl4VU1gG 'Їx#|DJEx`F׋WCN4$R4W϶VTsUVZm9z\>X}QWlUi~kVVaT+%ЛbB_GEL쟉"~yUWPݒlKBU]/=mLjx8ܸNYx 3ZfP֯& S;FN*Q"Xzӣs|E\N4bzǜ?"늎0GDDD Sϓ?`!GGEroN4Ű.Y-omT8?_D5uw~w_\^s3Lq3ɩ_ʞ  >rdc&rb[Lhȣak49U\NMk5oGN-ir1&F113ѿ,c" d#[jLLtA a~@$qT;/سwֽz>Ά]ٸӦg`(tvpޤ֋ Ѷ]K.ܽ+ɊNÆhi' <;p
TfTBA$UIJaA8Z …բ/ZaE+ k("49t!k%iJ-UqZ(u(a, dV"㠒gP5Zڕzτ1OgH3B7MiϺKFY?Σ^ߵ`Kٮw[|~"]eւ+'Ww߫'}&?IvCf kj#b\ WZ">+϶_3*3Z<kG,uz`V3'h?30~؝rmf5BJsN9_Cqȼ1ؼ4G<l0-!Qz然xJq=,!dyDT!Z'Cr8pWrՃ<3sp7M?#XG'bT WHI>C֤%rO2a*G|Z} -_^+/W*"̄"qT|5._`w9P&ȭ7Ai^f
|IQ(*C2PI<A5_Iz ]BNô\"SM0*g 9GQjɄ=7zL},Ӄ|LpQ^h\JɖA0htQ:RKqů?{~[j4ybG)>?&+C%|C씆dFh2o\q&nd_],v<a(n#**aǵsX4Fz+&G+`H7  AN &P J[{,lCn]|A̝bTf,?C_{G$ HI];f2X"-&'Y4L:ɉp>YfkP19JQd%i!H'Rî9:&0l<+f ,?ĕSH8 _=}bX':M^|$D0FgBD.D#0!A <Zrˆ#dߢLa * mӶ?5 ]q~.ԤpC]G5b%Crc耂m]P(%']AH%HӝsXI:z"8XO9ߎSSRyzfΘ]Z{@z-fln{OsZ7͉Iq!H~ t\al
frda0)xduNa7ˀ}*.`do1g!'`~'lnk ݂m⤞=>5BB d>lK(F\m;N>/B*D"N$a\JlQ 3fV(:̄0^\R9nIՠ !2s128j1AfFԽ<xl' ෴MR.X[e|=ON=֠o,:scە%S&,]z9ee[(wԓ=]',C rR zLIj5Q4@0N~4:#'\J[W5O52g\
k}fo񯱸!l柾ԽݡG6/,+D3?%P@%rpe$@7? |Gn2Tp|3MBgmIn&ߎЙ Ogv D=
M*B")8k-yY:\U)ɽ\?UPH
c\ VE>ˡaJB#(aSXb1\=hĵxq}TUewDѪĠ*UY"ՀՈJsjXI(I\KCv?j<з׶k[hw7N[}ɀqŜ{vI'}cu!`,FJVb~R0ZDAKRir>B.lWlTuy,9&7}59͐|c&~D\)͢a<R*t<=32'u:yT0&NOuv+}ge^h}Jra<>=(Qq^^W%thB XfooĿ; vS?0,Nz1M6G>ٰ*o^+ӇP "nh5";Dv=<(<4Vv5(ȉJe,zI(GLH*c9-sTg{z gE}gv 3l} zWQ60jS-4. DP62Q 9%FKhxICwû2tR > 'nq "m*X*Q;4oީnPFMSAu%i{j4ʒ)1(tB@x:f&߬_= S_=#f WI0vE۞ߌ/YeM.u3Ӟ+3ŝ XuFy%%=yp1Xc ܂ov?^WHЕ$CoQ9Fai`[*Xr\`aQ姖lm)W:KEV[i`u0X j"OE5b֤
췼d(m 6·m&N_ɿQbuIW^TV/Mw"/9\
'DX`d׌&J0;-Q%mE" gOnQ0\: i[o(^d/e\wFˡ0>H%KQSE 'n8s( !jU-/$;@VItw!ií_BZQpZA*U .?}~
1W1 u#&<qga[,]0-
֒wW_?7gy;)خ̝T:b"@Ԍmm`&X6G8ŏcnURT WLU$*R;x!74"Aޒ_l'ю<GPX^HTq Br h$( &]GѕI>U5dݝp% 9rjE֥'ZGO^Vx}Wa)ؤ'[~;Q;qhh0>ݶv^sg"Uɦ0@*%cHh
я% "D"hL݉^GmA,xdy,΢dlԫ[>&@Nj]˿ġq+-@͘ڀ]w0[:~U\I|D|s2%H৒37&:6Q(w>o_76^Iƚ 6sqe\*S P݈IT,_b,U)(Z8 6\>v*wNz^Z\$3R?q<#"
UXF*sxF4r̓1*"^$;t{
7PbͫvoMǷQׂI"m^ٺKVCAnPCE` "pY(}\`d>BWML]I2sP6pP7]VnIc./b"N~--m]K3͙gY'0Ef_ّ4f'[*Ys RdAD:q]~{ReRl-'CEAĖL$"[17
T3R\En+ۿ˯ki^ zTy`&wFl,z*' 2P&b@ɷpfGdۓe|ΒLmLol}*2a*cQf-8ڗ2yyPɪ^ Y1`S8J
| j?,[F|* ޖ;&a#+L2EAw]ԉ Oԯ ݊<yEOTGE0!78p P=[=[vGQHHU.+B*t?086(wṊI?V%+"QjrwՂRbh~5/U/}_q-><fVt9uJ-ly8^g<LTl!#,2~߀RHM+hUBv_36М $34"C 5 ޶IW$;7C8?If'|
R5c=sa\ݰ}@Ɨh8Nnb 4<^:[Fi o+LE0ޙ*)R닂-H~}=;&-?l5Įyc`e\͑bh|s4uk9&aaB5G2j/4`aM.Ck!OO==={m6tM<HAv쳾fE6LLpE]`U
NcȚUr{3M c&'ƸF7fVR;6De/Jn>q=yyk~ӹGuH_[3Gl'ulsȎ ;V 5ՃTynTt4nGr)~|h^cG;>( ɐu)Cu@jԊMNk(4C&QK.\X@`,WJ3*YUf5bXf/z9eIF}4z&JKH*\e xq؄= ghm_R:x- P{0% FU.΄lBO`@<VT1<S:,2`;+X4E!w D]i&М#Z=qF S(Cc""PŬ{= NJH·&PuU 3lm~mNwn*wjDuAa +&tVJꁮ}Pn:{ˤU_LƊL1Q,aTJDmOӬ%O&?MU<iUi''{ bXxQ5AE/:Ng?abK#YD\ C*ɩ*"Uٝ|sT C ,>+<3AwiM(8<?uɁ=,!fO/?,~뛫[MQ hA;Cg{qIYćɜبGHvꐶu }"o[ āKi1 GV5>pu~9J4R著wN
ap&M6DYv}?i*R1/˜lk!KFYɚ0sds,h4n\KtTt:M% E>wqB\TQh!p\Z\1XsFQL)yyC`~ =/RPȶ@܃qǽf ә>..Di]Rى9sT%'U bYwPB"#vzvk4Ցrm(LkWSPE9#<$o8}[mtaY#mMSd]Z]TuɖPsOTqѝNJ\؋oٕX#G4T-EjZeJ.Xez
p79kx.~|˗B-x3KRu{g{et`t<#DpDn0ߴd#Q72j$UXx:!o:GyvuwqcG=}9|V>@}%ܬG_!q4 Yyv`z~XWm( ~0O JU߯EU?HAkuR0cJ9ө<eyQi}Xa؈j58</ĭSn5>{vܛu.q٦;
1E.Q*4r04bZtYíҭH/JOwtzpM \B<i\ܾ[S:/>|lg{&=gZs?;ƏAץ.{z
͈4HqCX+~pTH|CtqNiV%[/-Q~mEK.\maۖ8}Zh߯ j+/uڲ
*IwV'T0W@*BY̐#JRc~uUuQLN_r@J$i>҈=&z}gӿ-ᚖ$umkO/0PQet.3D xx`#
^ŷ+çS2t}q.߰:WYjBULj<w^cAz9Ƃ?ępoq8::mx 2!#_b'֓Q P.mÇY*Lfs,@^5?*. rީg&"[̨!QriiI\,ނעLEcPD@zo -nt֦J\,."_e7tF4=G]k#=ך?y5G}>kA 8k, ROׯ*QxIvx;kd6%\tZ1VG`h2Q_T<x5"G@Isqi^L|ݫ5]80!\˿€|*jYN6UX|ˢ~XZ&<Y)YPL 6vձɟ-6Ny+f]1Q֕f[=ДD''t8<(ς9HPқԂŞ]ß`T'N rLu3Tƺ[Ų  1!`49U+JR"4H\%톮SPY 9y
)\i>_Y kV }TG~ߠW(+ClI` &y$LRKo f/PZc&zf=aBUtP3vd>wF-Pæhݍ22 e@s8f:UDA,ZjבtaҭS/M]f*q8f̨~ؚUb\-ڒ yĔ)'OmY(mUJN>TB &O\ iɊ|:}Fҍ_^<eu5͚ymQD0|+ YzJ^(Tv9%[d[$0jXhRWWyip(`
kOB|6!xM.1-fB$Z&є..Q\mxFVcJ~~>_s u_gzEe+4SIeLR*wiZYgL}髯ɉsyZ\}]ŬIC(sDLT?_GFF)mp[%nNڹꡂC-ZC@>oWʭ.m߹}bTcdx :G тդM{w{xyΦɃ[vn޹͠{Tk٪sZa-{{1NYӊQ׮8Uj$`Nw1^J_zFj"G<d(}6S<#X;#VA$Y2\_.CGXV`~"kT~*Ve;k&'ĥQg^Vp?RCjheFO+Y?̌ooڷv@cO fA=luYYŖG`{8;9B=6lvhCz,0}Ya;;w}{`X|wYij8}2| O}yٸG 7d {րA{$H֨2jؓ%4YBdХ3JJhyd;e.4[Ts ӣFyX*eVͪ+aӨ iPk׾@ O0zs4;EivK^l!:o5Ӡj+TKh h|%6i*X&TYmmW/|kE *}i}ƄV@y<M vϚ1jЎƮz9rjXMU<\3L9Jj1u'Ʉ4B &,X67jpmzw r:wð}{a(ο~9Gnl3BS#O;ZĶmLJ'  @@^wճ DY*B 4'm ܶ«e)Z#Ǔ_~ȔRb۵kߞ/yӨѩ?jؾv΃W7/h#jMzw-)|Ř)TXӥ-cl<φK>z03 fxS@^YOQۙs%+' / >GGhXy3ݰθfڷȆc[*i, ޲A>nc:!6AFaX.DhdF0j}0kXMs*ŋML8 0҅!<|1MN 0t"dkO@2&l4mQ/g/ܪ=IvfvUͽmY3F `9_ۨQT"FA7erbP<5%BI~¯+z@%[u^SA/OZ{H
h̄)ggtږ|9 )93yI[\[`0}BӌwU(@Fh:5iB(3F*|uS8kK|t߬zݐ`)R(E{E-MO@3-DW#Ǖ,BГWDB;nBMVg,Ydq׆UN vP˜hKZDzߙh|*+%T_BO1QUM8DGغG>'f&93:qR\U9p2g*
J:3nttAݻ ԭ@<Yݖ'v(N<IIZ7$Z7G~5W ϔAuTPBu_r u:γ߬/UI{C%<U/ތfoDߠ.lh777tWa*1մdrH`cK5TڋDчS*%F)$v@ b`aO4e9y7gka0BFϝZ8$|~[/ 8[XǨO^[訕UUZ.j%RZKW  nKgr(,=C9eKrolPGaT< -5f NGW{A?dsREm=,sldIJB=F#=z 4BB)lOmai0l7 YgialT"O-R&F>#EVmɚ3*x:3'65,Fjb/T\sk z%eGYi㢔zH3H)DyAޅV>F+vbRTZg0U3|ho:릧pd7Z;gG|{\^v6P7Hlu,w:#0ZD"cq [j]8SNoа2++I;N|q)>Kv?m4He/
Lj,"8bG\x@}HMNM -` J
ιd3hyE?.#j7X3&ݷG*~9[F XNЦ:FLY֥OQcB^(f
cqADAzQemI
E h/ՌxYr{ykV
No7d/ֆ #T.]~YSnm:U)"+(w\ >T9%I>ޏGZ~#M[MfXedF>|hZ۳Wi{5~n:eN,8iFjnR_W@mb;+ԕB֚v34=M@Sr-q19AVv;,H(g..7ܝ1h3꯸ݶ`7:mۑ(4?keϛA0xD|mS~]0uCk%6yҿ>lxSS/o"纉JZ_<%ԹT崆vy_nQ:2/ni -K2Zð!ؚ4)l1hg&fk`3L*7p<Vf&^R4Lb@U_;*ղaY/ a]`mg?9#{=r ثIe^x_\ldbKF\_\NL@Bn<49Nx o_8QVQ0((lUQ o$v`su{nƋzs~L["뭰p ͣ>s[^7#QҘr!
0J%cՔ UPHKO/(D@}d\QZtn?|%HYK^J~5]hBiXW#c>?gH۳+,Lʕ`% am 7i e5k5*?_lo$vASU cTr(Y-
{\QD, [,#|p;<c?F_e7ı/#UevK|%sB[p9FWghMA=*cs GA%~G{ te5Bۀ | ڻL
q7d+T4%5I|qZ"A0633|nXYm˸Yq!6ܞQi?Qz**ɤŔ}$=jIY)iLWcƱ>ፓlQ`}gەSܚ]*XK5=;oћɼs^"b}j{i-w«8)>7M-Ns /~X}<oqmdsM1TgWBzl=4V%]M,T:CCMh:l%RKmx9LfZri^<a_@' w/i~NI>{9 ^(PD "&֞ d_n8ʛmWJfz6`/W.
@黒OIusɺwXFfW,5 ۙfY|&=E*'nK.7mr6.~4k%CRRdK?:|2~>e_,8tHܼqЭ׿\8'}
V;T Jr"?ZD7huݍ5>fXydT/" eDe.'8`qe9 nuNy JbFsW05VG{ގ_`=8t3~oi5?▷\  jʻ7^seBND=Q`KJJ G$VO!['M<V5-ƹJCxqƑ>?iz^t`#/r{Kp7UӳR<NΤQ;8;᠇K6bɆjb1՗{ (&Y75MGiҵZ˿e!f=7 cE߲.ؤhwMʅ׍~;!z|ȪTԗKE peRz*vB]Webe:ab%nZԖy+w'/ ee1JԹi޾miUTS :^.HG:';ЮTls=

Tu-9'km]]\U/gq?/o{j*_~5D%RD%T d҉]%.e&(FMɲŖ~Z_—q\LmR0=3dzay%'hfm%g1O}p WA`V^a(fNܛeX\Tqr^n9P+ͱ02=Xv̾9WtY5)VgpR]oW@]I,پ:ǁ)Ũ"uϒ VsYi@!`
4Ok &8ņL_z5ȵCݹ0k9 䫢 Y8$C:2G*D`C
l|") ,.n ģ;imI1#eV:` G
'"R{J\JIV+Gz9;s >H-3#t7gGT 7iCdUz!d?f~Ҡ4l!}3g|bpVH  W>s36G(ϻ4Sj5MS O3L
F :֏nշψYul8Ȟ}6~X&Dhfl9ls}U*/= BϾ򼏟)Q,Fym$ UG,d>h4v gψ7}80*Gݱ~M6PYPi]|1WX*<I- )Jґ8/wvPB "sx G7 s8!^L]_LY=PVag؏# %vl^ѭ7Gj֭4fq$-[q-ZmL%_T/H&:UdSGkD_@ǨeS%O+BP%9Rq}m
lߪ_{;@zG=wl P\^݌s_{l*/ҽyW7WdmX_645XЂmJ!ȃMRAe "&QI$S&*Jywn"Uh^6{ zj\kwVR1!$T\[ 쉺8U߆K؈ 糉 NSFlVQ60{Q|}[Bn.a| 06Ƚ@} (q>>#̻ &bgݕbUŧ軯|z Xh ,FPB 4M8Vp~2DHISy?{3nvE9B7Dr,^Q䬙`k6EHJmï >/◖Lh8%kX=AJJ'*FD˘Qg@+YL=ˑӹݥz?m>ݸuc32"B63!8@Sh*o*B[dA$^I%+tp%m)DQdF C^ BsWl5tV
CWgھ@5@D/zH4Ag-ѣfeUAz?*5W,Td
+C
П2W*TYߨU(hb_r-BzU%ܜ)ߜ]8!p ?ܲ3/u/la񜚿p"q_RJIU}
Dƚ,S!ϳ|?y% q46dEQsR
xc_
GaP۫/op ..RXKMOs5 ֯Fё!Wg$$%?P̈́TFBуexAwoxkm%7}]* z' A2èma-Y f?B YmVp<6r_(S?E4t%9b#eOhXwKN{:}ۥDZᩋcKk|յǮ|G˅a;v}
6޺–d><v}V w Gk0VR/9Z**g7jMaԴȊ,AU{nN\gVtl,^;ƌƏX_|pY ]>8=f4fl*R{LB8ugzuO.jrg _rLYҧQr?VE; SWZ{qEtg|EB?. O{:CX"؋'ԯ<Rd#lYU;UXx% Ym<D ?6U
sDكw@r"Js<R$L>~wt52֥IY$mNq&c7N7U&6z™;).90@8$r,sry0"F_",kbON 0IR!}ly\ݨ(ILMؔWv˽?.o՘K^a.rR[ԘvίW֯]:]8<;Ip0 XCʂ`ha$ `;E51@8bq'e?Oh'-QR~kju:⾃Tݱ1=~ڱJ ftIJ3:]r. #wGvٹ 5kc\$=;捝atK%.I{u,}rt=ßpzc`{GGk\mƾH}>q:!w{ܧ -W>e]Zrͥq&{Bx ?yɿs“p۝_<|?їacŗ=GE'DdkԞeb+9iR6Z-׬jMyaB51AWQ㈀ZdA`wNG >9l7$X
jD9:."Dfp_]SFT? 4ԵZJFtQҿyJ/0<M(.#r, fsmfmaTjK,Y]z|WZO(@j72cP;7iѠYCgWC!FQ~=ԩ !zf1ǝtˉjݸ{FMZ0azn3=5<Yܪۡґ7I>&+H5| y6Vۤf͠%ZY }D4 DW>ߓβ)5OF
W([!:+Pמ'''\^m5?_w?_fr3_+=rn ˸0^Y"1E
kP\4M.^!̌E}z q¢MYhHzx; |KDTعivZծZv`-:L2&*5YpPI}imڏ .Q~~|n񛩷f[%oٚt u~]< ZʼLܸuqߕK]~f@̀`t.h˶+jyIhY!5[xŨ j}6zQDE)4ﺊK4}_BVp6F8j5%\VaSO&'!m.z) Ÿn4agBuiRÞӣY*.-bwXY,."0*Ŕ ~@КX
[sm8sY‚ }\田cA F^Փ@tiԜoop]ل\S|w%|$[L|9AOcnP# V:1.0OSk4''GM^.G;ֱXA G| z398<{EUY,Ax;NNSeC >U@jq98ȁ8xjr G`˜ѓN.):{O;Zo諝.}KpgdQiȅbk 4ӯV]G;KjSzW!ALWEԻ+WgOoJa'.|_SMm[&C^sFغj0V֑"*aV#Ϝ6x(Vډ%_+q|-ཥԁiA}yrgR^ڪƃczmnU8o?1{׈n{L-NKdf;%TA)Ϸ#TVɝᨤULRij]+JvS'HV졕a^7HFI-:huaUHD JEդfGѭ{m6E1߮H{~`Q Js ui
_~
և~ 7{Ξ}Q6Z-!Ze 9,4TԺDdFx# *]}<4Ҳ kx֎aSd,z u7)}-uY!ďtR׬[Z֗`KE9 գPD,=_O"Rѿ,0N y-L=EEIg%r UJRw)󲧩$1d_&YBhniZPgˢ6T'e!KF>I:$CO'+GR(M1qMP:Bp}}nZ3~hgun|[2j~_'JRcN
2̞Gľ],d򈜬CHU-_
{EكYsۅ^\G @*t4LBW
mlJ8`eV2#4͖=<lJ0m9e9G5[Y{l:,]~Ұ%TҺd_w2 ]o
wHxk޾+鉵lM$ |]%-:8T<Ҭab-$8
q`}o#(-l##! cXcS䩖Y2B]Cm-`;n.9jˆQqO~Ɠ]ϛQo$(HOW0xQ'Af@ iV=%^qX4@kbuqzJs/y^8Vrz 7Mx9^V@谲*dوJ%s" Ѣ!bH6./ULڮw<ߍVz,/wm.؁FpC>{m#? - Mg91茚scV%vq ^ztFE,
"&Rʟkrvu8{/qhC
u7`e D}Eg's^0e銑Ssr=N<N@t_r'8ԴfeF~ZZ^ޡ>/N#ȴ|ӂ[Ta!͏;ty2dX'&݇R᪄77*RQɰy=/2ˠMQUߺ<E?\@}g37#"2`m3uW57C'SEa}XneG ky%hiie6Ҕ{"Y1l].Ika)5/Q (N_c&;&-nƯҠ6;(;qPwSҡүMO/_y(¹gͱ*1=*Urő?@W%7
 rTBuߟy" <;"+=5:ZQ[) \7S_;2دLOE@qá3+ +G3:[WHV֡6a8-;
ޔVU9`q{ĉ
[DA`%E p !a$BI+Btl>vME Q-T9}FdUA`W:Nܲa99v99G+O2 NԱt<'SLKJZ)Y)S/NS$J49i\+,WA׿-bk&}i'jyKO..\C9"cBf~ͼ7ǂ9Si<-HZWIЖW2uTԁS"uNE:rXzS(k ѴRi\yLf=hoW$j\PhU~BU+mK*ۼ kK;J}6P `絹K[__7#N|QB*-4oKfC =d7ˆ{_lSܦ ;jQ`4izU88jCDyD UAayZ EzHEE'Qia5l 7ܗ؊]]P,*mG
į6@qhXܻEY5YGJʮ˺&*IQ x3ө~諓ڦ.=ܞgiC#'ٛ
2X>.:{o7NOlǎIY[.ʕW?j7 {u4Z9ooi_tjCdg>5b
+RYEv!%Ȉs  ] [Msh1n6Gh̦ ӾOs)_^xcm?#Ę>=;n[ Ro-ךW^YO5G_q[KN]|
ÞJw\d/K;m" h1k9&wjXcGSPH3-l6WlyZkOmZ
l-[vф<T2]" ǩXFO1=?\?~%  ;FeYG{E,'.,Z* NuUj*~%܅~6Gr=_|>LY/`xgO0 E>tB-Y01ߤL8.0Ő44Iy9DpdX0tτ ?6aU;r*hB'/nn #|<91aEoy꧳':=v\I+X.G>-'?;xlCnoǃYA}bTPpTKVː`2!k\vՕbFN}u6]g~([OQ.*.>lK:,Aǖ ]1P
KidmS}%Kؐe*/busG?oN"p^v+ul%tBN#-e m֛xöŭ( -'|2~^|#x2%f7G~xc!y^Ai&07Nqt1&V\ ^!kWP{c?Cr-f-R0$H?O0H'aHF m !cU 5'AC LO<SU/m*@yH@sk 4)$ְJĒ$Qmaj7F5{&eu[ZR>1kFZḟ ]E~G?`w}v;WڳѓVKkC73\]M,UKgP 4}⾳^6|:-w%=5vm{K("yªTsXHees} MsggAkt`+] mG;H1
!?&IKmOD*X?_pV,6!}'AԤ>Celɯ *rB xA1Egs1)YOnz݊Mg:QA%zjUe*«PbjJak룀"WxC\ckK/ k >SPWwZ;iYe3%1 $<;{*1bq82yn
7ց#O*V/ˢBx8tqq_~ڝ0=m]54丮e7;(lɓ]ߒ}KU}KO͂RRN($5#j=Y9|3 9gICl19tC|tUMf`=q0ޢm!NI'ǫ3dMM&P ؽ|nrO0;}t+2YbF
"/w`%ԬfqEp\9ЌIyTh@NA6؁MrtPu!"Ek c)r,YwC$7r N #R sڪ;2X
cN'P֬oAmF)޼fncS &șEHEltCg+,$gFޝݹI;Io:
g'n:n~A~0~dzY~dTȲkN~◉X8ollӒ//ad~!2OKi+ds9hS郆 j&p? KmQA䴊BZ(ŽHRL7O">:Ja5@'c&*ܰel߮.$H>n#9kN<^y+fVs8EjͩcP)<Dʮk%S#Iml?rtkm?ly>[@>=cS;PaXT33jRF8 9gFnR]C]@#y 1MK:E]+cl t]Ar Ds; +w:w>Q{@m!g°eO{Vt
nX{*e6g?M ոKh%Z<`S t); |%_jA+e/')ߝAv(IOHϺ<kѥ<^p%8CًB}R?{)FPRVh/ڋyLqZՃrY`{''as LOIӧ /U^ەOҳ2ӆNAAr+x$f-T9T$'Z(\koCΜ)-KiT6«Mk ڢOPiF&ొ_UL8TE܌
J.
^%5Jā ZRJcH k
L̯?>$_  4Iض%rI ۢo`߈ʾ=_#鄞b48%e*T(~jyA-`tѭv ݺ 䇛[>7`? nnvkN8-eqXsV_r_!o5R%Dc9rjK*t8sGPg|8[Hss7n#Tb4:5r؀uf:@@ϲKܘwE&28:M2;v&0*5v߽]PUR]nN1͚v
oN rsK@qS Ŵbfz˨)7=}<6u&_<D hR JŻzj"C<,X
2k`oDJJ`[<p }ˈo,K$c0s/W*W]4TLC<BJow3HP dfʸY\ sU3,I3jD5xΚ9 `t!P0$T[F@;G)sKENr |%F5C5@Ixk%[f[+qY1;˾ Mk>ֺ}e髲 zFB hkLL?OEܟ 'meYY[qIVOr̛"*2 6a!4t@~-w=|yIcMO`1T1;Uzh';88"8;0x.C.V2WV2(D" R1!Ea:bˑVPo<>4oUQU85OެنAw(;["<PGL?4<7g3)dZx!TV7g˜<!P̷k<LRD_գb1'g:pTTޅxY
m1] *iZOUI)2)<05QxdV5tQڱ{ LC%Պ&-E ^dU:i%٧PR&0+!z X*=_;6j KŰ>F/ˊ,[-:^M f-(xۂEKPP}2)k ItvVP;F/܄N/OnF Zs
I<u);ql+1GΘ@Np.x1$ǨDh=|ڪV#! uոQx0j >5`*#1>pd*c6F\mnWf*"6z>oG;Ʀn/ac[{uڪ0P#:le˰UbOi,8Qrz*W6T^|Ca^$k)!<DgzUED,rWŠ2=ZʱܗG^u(S
_| \R%zK^rѴ-81OEz\eB-h}{×B_\ڗ(׾}[Ϭ<Z#< Z\+߼e;[Ѓ[Pm╍*kx18&Vlza!er@a&Ci"zq8l7I@Ah^.S>aN)-z%\WqKdUm5xF<,-wt.AM5N6w
45
PnajM$ULޫ5ŏq{Ś™K`4IԲ0"la(K4
R%|/={LL~iͶM+s}j$3p
MV{'0bTq#2h*#ga Tp_X!R'؄=iLL \侦96ti%&jmã`S''F`-P+$5%}"/}Z0B_clC U'Sitd
N:^t,aɵ=2"IY\"(8x^[Z8=if1hu(EvRcHcdiQ]c]j,j*HclS[d)(=\ѱQ :CTO?qމT!:ژj=52J&LM5v>is3kt83h n?W /,_d؏Xa9lx8ңZ[hm/?GӱN ƣ>f.Nc';ޔpp;StԫQwfTCE4tk08c\1.XX7ljQƨȢ&qcRcH.czJ }g.!a[ wvw!RL uD{tsO̔MD-[7?|YN'@ÒygG3LOz[Ҕų~bp93s
whacCf`3_PJ~tV^`۲ DP;Ia'E#"5Jm "'mX[O}gmy+@GvgE="A%KJ"E]ᴥU5
"Jq"]~Ȣ`S^ <k:,:<ys9NLgǂT.@r NʞAEGLgPy.z0ٲ|0x]7O6G__Ee,Px>F6`/Jo(Tt{ڝe(\8ڬتL  ~;qGvߧU~ Vj,^<xbk8۠Gwa_Gg zN+&tFcˀ$ngE_Ψ /YĪE#ufa6yߗ{WRpR"FI,"j@Hj$l1DSS2תdj JګtC]S#9~ 0PUgQ<bVGjҕ0s#y;5e%`3ZN^>qx.|!P`bVLwf3dm###ɱ)89d㶚.ޥQ[S4Hvo`)J*@#MQsg Q4i2U_پG(>0ԨæԫaJɩ1CеYQ?4w,=C,3E|o(>cS3&oẖoҘ> ߑߒgGwo^S4/1ȸRig oZ}=TaYwQOw'E7Cl> ׅ=Ã0o06jE:ޮq5|.+Y6 hٶ 6%v6Յmuf6+}r5m>/_o9vm?@t=MСz:>50 jFeV"@lsyPy;mp]̖]'6Kivbs
6#EXMs?Hs}JJʷZsݍZ'81;̅ ,xQfNqd,ʨ?=[SʀAJ"X%H3qݠz؎Of0 mr2^+N]Z*IExMOEt(JUE>Byi !~PQWq`=mqcq)']L3qLbe ttP[36;}+0bRRR&cP3xZټdWU\6Q5: ?7>*0 zR[SiiMWhVȱ5נ)GY`$ajH%
sĴA`Eh
[%RKh4Ђic 4}#t" z9mBE=M
4ski%ٴU,muRRY[ֆ ŵRcُ˄߁O)NRiI|n>?(kWgV3b=U#(S嫚>3yz_@<uQ}BxNh*-dFIP7ExjvGKac]@h%w S9cJJty_LT0i1=βc$(20VF
,䙄p*
) ] ]n` aNbqqbN-b;?_;'V|5JƼ èQ <юξ/wu*vkI"jز>Fo)Ze,AapZP6gZ )g6
-%Cb %$H}TkBHHIΦ4ijDw n"vK=(Cwe7,fi7lᵴ>)s]LbDB$DUuP*c#yYsHI 1L{
Xk[`'^JTa)? Bj::@|@!y^:p
0إ
/&VH _y3-'Eh|Oۆॖ2Պ6ؐ9:Q1U~xd lKCi'TֻK8n -ʏ>x[RI4T|ao[M&jÄ(o~ BXϛg<yX%|w~^ TUo/25XfH+״/&PRIK`/:"HV:P4EQn!*UX۲DǴw/7M5Lyy]cNM=S1ӧ$9bG:lہ|?3g|atޯ:<~W-Ċ;]WE-2ivTIZ[O@FsqB"$X>薁VDžk% JA%!*5AX>u2/gI:%V.v6f;No}3ྫuՍJp
CϾxe:ɓdm̞eGX澥$sPY\WQY<DRY|x6B[u5 㣛%*7-W.E\JM)`-P`ZOP&$}7O.e d7A EZA]1+,kK"EȦ҈!E:5 o;g\m-XxS.w)׎la\|4ӑ`x3=NUT?bEJ
5MQV9wgJ*h;s͟eL/)IoD 薋%0>!.=-7[(ppT~^%9D[H 
^jS+n{4k-=-p~FG>'-m[ǮXX)Wo<XdmQb $pYӵgm'<}/ƙ`Ӽ `˜$[yk"֡ "<4AφHRيiD &[NDW?ѡy=0%ĵY <}hs^'9A=h:=!?W֍a=EfyyTI=zf)fyVr(k] 0^fi,e,M&*2>;1$vik=/fwh^j; tX .\S?J2nzM5텾vֹҏZ<U#І/IzKѽ?z0dߛ߾.~V˗KV4b/t=~~+rLqթ<SpZ,imhbsVBc-b ~- 7nĶQFzyI65%
_ڟZBq` <VЂ/@dc$Z2!\q
߯sixWq7:s7XUduF=J7JLHh6(ȑ.
N.ɅZE(mgmhJH[v0GN%!ksA8"8S}}N2c>9q쫷1km٪6ED#W̓1C`I?Qi-5 ;>\i-51zGxHjI^CJ V2噲̆D6n!!q% 9Ћ+߸ KVqf փ1c ԗlpY< 䧈*?xeBo){1=QI1YTv<@zԳf.ٶsc6q6
t}v󱧳׭^"`, RL
OapI6%[ͼM(s;37ގlfOEZw?}f^ڦ2@C.Y<L^Q Z` n6;w-]/_o~
o@uμL'tΜL'0k?]/Ϲʪ_dc+ٳJ)c[NoCB)/%1av9?ODeMKI^3ׂD2Uj!Z]ݥȿjFRhm RA#<M04R텭rCi2n1l`\ɀtkQrOϣrWwgn&7(mD^gdݬ,|ԥc-y|=_TYѺW j]W%#c y@#*(8//+4D<F@F}8mI.ǵ<_Œ{K6^[|xWo:ykYaa`{犏נǏY1ޟ?_y`F g?R8%R QIB+@_g 1z_nU{yU44p,Q<Mk5|.{g/Snp漲 mQyᗦwkFw@WQAs"RpEEv%xG*Ad>!ӛv0L%Ƌ[UxDL%zR38,u*˵:\pώ/Z<;#yT><}=_s܏M׾`-ߩoZvW^Ahþ &?\J1/Đ}p'7=h;|hzWDlt3Pgzt篟>:i0#^\֕GCoEIV@)WO0T1+CQV~8(L oq20~~';}
K:KRυ[lR[:\3&/z*^Sn20#cuQ3 Q*o%=Xq
])9`^ʤ%
!1\U =+͋`>_бeO[DlDߺøw+^ZDJ⍳0(41!Pz ^լWv R6@'deOIW}N8=!`[ȯqlpGѬu?ey{*hQVvE>Ɗ+UU8/Dž?ֻ˄\eO,$ǟEwr QH.r?,A\Jz#QI`p\~!yw#V%%4o,۟(>v$\M]6;~DÄ*xLVS+ifGs NaVQZx!EMl 5M6Q?VDMlu!y^&&Y$yK:S
Lp.ެhZL&4Yxy ĮC(^-Y?j
<oEWܱxbTZ0fREZQJT%ȜfI&l{>%k+g08x­$ӲײlLq3@S ,m-4)0^|e"ᗫx^1L;CV2 ;l2V$F#M]If%l%Nრ ?~4ȥ̂=H_/hO`V5~p(h}JC3=e.2uc TnYP(%>^e EC,qhUW%c|Xax:,tSeI"U<> J/VV EO*T( `?Z.C 6 kB-?=7=n_|ddX$MKL&sxUZIBkնQη*g
ԡ7
ت Xyzfa` %٨ sBTk,/)Y܁m.Λ<tӋLp?xJS̆ѻԙ_]}Ԯ%lovU
0<Ofb~R$Fmf<QձCH y>|@h7ۣV:t<oa'ȷ 2*F{ .(t)\_gFnAZƳ[R&V$R%n)Kpd<T Qꗏ#T2,<s99/^T*)'Dq*UxyuZ*ke9)hdRD+"3OTe̚F3WOH7$TA_:5$̀uT1kVevhqn"2cp0<ZӱoyjМPE4hd
tf1BeVv!@_uXo>D`>b.tc.iNI>.M(F`U1!hvK>1폆s47Nb vOsNeUD\*#EnҸDؤWj3
rh\1ɣEc8؜:Mzނ]]$EL[¬niʐCSX)ȊȩxF27p>~x@z ux l5y 􊍍m_͚խ۴)%c9rzfz2'ث7NS
k"֠Xzf)Pk[JBiR
AR
.ŶNC#괔9UQmNYPQآ9Ս~J^94S"7+ IW@5/kywewk];gcc ԡ_k:gЩ}~: dd^~ޞw-cgۻwqOZVߊKoU=qdNGө{^٨n };v؛&G|i,>Bc1
l|o ]-c"V͈xiA~"н"A3=Ll$,i 8<lHI Ȫa0b-yVu&-
|1lFShK.(ޅ%؉/s<ZO9vZ lvrK% ~2M4 Ʋo &L7 ZSdP欑 4^kRVF]Q7].RC5PP2)K 'Tz{j=qpDbCQ啷ա"cZ!d|~љ̔Y*0@oMu
 wh;{c]4~ֺf/zHԯ%A8Cv*6I@T#"Iuga7 OO:I@*|,w,VRT&Q;K ,T&+XB"@abaQ C%(=, V)z^GQi1<~
9s9Ksrr?D]/U,;5S0} >itV)2X-uޓHEmA ]fDCPh2~-Ae ^,FWŊƶ4DfYȸe g-[4<ejk=.kQBܼˉ/4T?gX/W9}j3 ԘAGM|D >ђƏh֥רR;}XM̡VC9ڂmѿ@aTM#ry `7!y(}NנkO[*AGNU#(9<XJſs2yD8w5%v׼j~OOzy涬ij_;:ô Ѓ!cq&6>>mC{O9mpRݺR_h4SՏ-[D `Vk%sSpuF7dFD^aqnΔN8- \3h9ȲKĔ9ʐ4 [D00KعVgp{͠<W+%R^x gAPPPd> eoДj*# >%YXArwL9}[J@_yNLގw& €B6b۶ڬ%
m5\;9{ =xL  F+"R$&
Ҏ2P=9@Bj}& 8t_{})ZB z`RzE|( d Ttd ЈX$T f:7G*=EƬ!Ї`K^"y{:-m8DYs^0p v&UJlܡ678=4w xڏZ<&YX;JUUWm&9
UJ*
/ K wLe qqz!՗-W}7nT=Qo,-{N(6_l<@Y$+~|iu*-bࡥG$o<cU/t!o*/) B֋Q*:{nzWc "O UF&BթuuppDŽ2u ])I¤|0?@^cM_L2#B.paD"ZM2-Ҡ TÝ@g7kL+7A ԏMleo}hxUܽt!W%YdALW"KBcR)a7 'hxiMpR}oQ,:=
wO,w"0h+f~{]XW/,dF ~DsBoDt$'v801rmɕ5JӧXv~0^0Ih'
4Ha
i)4r.FdɊvfB[)L-o+;o-gflXڱUˮ[64j.TwDX.0y%}Ҹ^%vilf&5w-SYʿΘ8Y3IeQ3ARJYH4R^=ʑ@ 1 㴱 N8켢XK^?w+!9m(X0=}SL~yo4Pҁ5a%hupd73#zuWVB^bUѽD;ֿilW;X1v9|(e]R4`R~\Tー aV'ue"8Ašz9&F'L6o֯O<ַ0tt 96֟>->a#ƏYK.[Vrid\edT)"HJD^1-0XDY€x],~/rˍohKi6
,鑇GaD>Z|PU9 ף` 4 |{al ׍"{%
PD^v͗,rsRzTta$[abI|nHzm8uħz;Y33m݅hU ?ihzkVvӲV}'`k@/@`x3Rŷp!!5 e==Q&ӌQoTL bay!p{,|==z'go{,[=q=&HzOچe\ !KZPA'2*DDY}-=!]t )Č3k]&H>$1JLt~v1&"<6u៬4 hUߢqMKWl7k2n(I`ج{fnX|m)7j,_,֍#2c"&sk5{oEq.Q8wV9$Jgcf;|]P0o⪗_`Ks:*܊T8e eO yyQ~m XNs|$:0VHذ:1zX;e> 4\p2!{d*^a2iR&_(剖#UQh9:G
j!xY8fAk^'dGI*:kH
H!O :Ժ@H֛ڜK>Gϗ<;O_w=v.N7E;p'N8zMYc趦xѡ+0*2\QkLTkᏎ3ˆ:*(GWs+zTm%f7~ؽ~}і}|bߺS"Ӻ~O>36/f*1*qXkg >-\މdT.<("3 < x Atog,ۛjaD8A1TW;V:pt҂nj^}P? Mש.j ݂枞;i4 4t=51&%Y~}x[raKEcR$/rJዅ(ȃZe5b؄34aΣ9XisjrmK9[>f ׌MZ0Âby"Jn[-+e޻!${ZޫH,x ?rgFqd%# 2ȁAJF7g|x9\ށnW?+ifXϽ!1&(JSے 3`H[P#A*a(AA !@w,e1dчx׃ 5zqlX}KC >DXwo8Ӊ=;Qj˱_]]Y 8P-2zflERE1P(jEri;]ݷƩ}AӦ}v,.frj Ǐ/e=e=bڡ`Vĕ-4eCݕM^= Z6k^k`g}٢DPď57v NB q+yWnM[^/jY^/jZf!4Bȋ`M^ֳRK̋Wq9zo_͝"c%UtO rM&<)Ok:MHn܄tpGG3iז>/j'zJ_HD!a>IiFk=Xr*8ٕ_ޗ[>Tv;Jb7ުn^6&NlNDhQM%&JqXŭ\l1m?"ܲòNT-٪>*-ӅBͪ+ǽho鬂33~~&_!/:+-NQ+EZPB+iA6(иwhmV,f@XyI1Q^RP(k+R~u஭?yrt€!Aaş$$>O3fg;W8_MWلGg.Z7}ʀvMƦ%y@m>!;O۾s}&Xp<0׬weLտ8Ӛtg1L'8lOef0s,f!Y. hHZ)~L:^GHzM׉Ju&f|z]LyL5Ўtdk 3fK4|l/NQ;R?$GAd="R2GcQblzzEѲ65u4/%ĽCTcPjSjUjl^e888عJCK x ;jhmOEc^N5Cc\PjIlƸԘIΘ1fZ\Ҽ
oJXH
Km~zZΠ !p@bJ {A~n0?dُ>5z.3&q.l}2!ORS:jё-2׀cjƾvq9Ds bSʇIJ̃<ONOOm4UI턌C 5}(::vҮzСmnmStG =8NjZUtQ&3޽8d]# =j/׽#;̄Vjj=: a>WTHBBP }=G5QsSR :%·=S޲ iȮVm`5y9NիAyƫƍ}"u,3*E-܅sHY wH?AVKm@H' 1RSJx)d)qIi6\ :DUqܠ3u&hڹ}.n|#X9n۠Ys2nj)
﬎Q120+ Ӡ!Y*H1aQ`;); ,va+2Ht| HD@\U# ,^_ .@ۭo^Çm[]`/#Ӕ,X 5UPr=2Ket\iPK';xi':]rt8YeQ :-Z߸rexW =ۮcNJ%۞J^+<ECE^)DթQ'0n*Hz {`Ig}7as4約ÿ n7as'MN9(<|MBC#WG/SXh/y€`bQ#zH),Wec.Ni#JعbY܎Å=`_g0(q+ϕ|%x<"d*\mq)I:23&FYBlD/:e?+OMK{ ^rkLnxG4>*4wt xŽ+/ʪYza|R
ǭTsy%!WIfPUy#ea#'¾_\׹ 'mUon6.x =W7(rl%GKriCW/:GΚhFBU1,lu\\&f (ģ &™B#.K+Fw9C
?8DF@v6ԧ=èĵtHQd2?JhRYi73~2!5!ӡ&SMHD/}zu ݗ#'6e7<Wq}(W2ܒGjQU5$Fb4t6U@^-%Oߌ\9@e-{Mz܂~x ,VaIÒB[1PCd(xܴȊxcGet4e27U u0BH`{Gh !Z*S쾻׮| ]v-~ˌ>:C zGLk *Pm$Py50i$,*Oy4vzn,vz~q7:0 [w(-Q)eBJa'Ƃp ;3|b+heJ2$)8k H5?
A}>kѤ[p||@mag؊V~3
ȝ.zxZjK[)lie%a3^TCЉ C..GDНc G vZ&=IJIg<_>7`o )!ka4B}AK( BaǗM?r~e _Kqf*ZE%{歿c+[e>zgO2gw݌"#[ݓ띸 2֌Lh5x*;j8*7T؇mH4:<4"\bRD7k@;י Li gF~]~/^|Nc@ V
oH?G=^郉ZJ9PNbFJU$ˣrU̚KB18(&o*$c!U4dlI6 ~6_?{/{ʒs ^z.xQd R.89.SNJ:hUj@(IEM}wzG4_ 9yНۜr4Rzt놩ﹻ_]ۏj-N"9l?I,;+#Ol$ihU0Khm_]os;ki;e_޽t޸Qçl1pGN-C̬੥U6GI a8jB]V8AA~3_[hݰ2t4Ѩt뛋T@OvnQI).yF:-8܀m&?N(d ;s@uL; ]Zн!K;PE,P ={hqܤ4ve$)ԕbG)\Bv~35e*v(0Z>lbP9UKڷP.dA^AP^M ij5&S!WE\U`Xvŭpcb޶$ N]BO.:w8-}H2Ëm:z"$=w8@bDAg_@q(v
F!,|nѭ.x
xQb"W<Rf`5Id]*DI$9bmMH kh}ń(ܺH0Oo64m>k{8yޗUҊ]Owq;dD Gq6(l~kb\|'C~Sےí8- (Qs[^B3HCh!H"DvzS*Y<ïlۥCϊ+{uWY;5}q.ZĿulEF
]jOv
hSI3>=+ ؼ8Z.SUlJ|#;uw`fNuȱ1pCy?l1R\:Sxx3y
*Nj4wX*oXځl,4<}@9 RygH,'87+Lvݾ 6>9N$J(ZE}{en]`>meDğz:K3x@zKEt <$܁@iE(\p@3-leCC XkbFqdHW\,>TwI( \*,,xQؾ(|Y*x/Ji$exvL)PT @_C\Bg}sؖ7d(r_:Qaъm)J=`NpFE|G:X,b]Z%ɳ<03t̷XmB+.>)6Ll>i>!9
*Ww(˙XC$LAGi'*dWN1
GWadb=MELo&Вbp=nFPpHtT.ݔ֏CZA # ЁXDhxJc[j~__@̄@u;؝yy;9/׾(wINv1_^2|tǵy9W8HxƎH݊,PaPB[+<XzyrH%XHTA(-G|t&{g18}u/z <A3Vԅ)!n,1PA-IVɻwSX:3xJLrU7%pDhtTO,<Xav&{ GP_:[rLqpAnh0oѵ 74%_yu&Yp#JJ<]١ILAy,W\kKv pO3g-Xkb_; J/>;q/Ɋ2>@fv^E'ts: 98;̈́
|W{4yBUdL$/DJZH=q\}OЫarϞUΠܖOe{_nW'&/Υ#QQ !pbn[UTB<
-ӝg䍵$mz qq-Lbq3~:jn]sg6 ɺВ'&@>$2d__v4p(/N9,UяY."i|vV…(ít!RYXsKx`8$
yڨ'QZ%f 1(Mdnp)dI~KN18t|=*jSQQ] EmI-{u[
[#xvfbi]-A+EtSZSFV=HH6_k e`{Z̾x cF,'Zz;u:sѲ?;.k ;3[ ,,;j -+[5v [, D1Ɩ5ϘD߽g5/yΜ=%r[
H1ɗ[kۏ|?xTyg
?;vlȒ¢
Ik
O˓s_챿h[wi7ÑjUjFv_P5DZ1NA?O*[9bjͅ!kD<3&Cwr@HEu<.7*I"Wɍ]h"D8):WO.1q_%ȥY|!޻7~G،>Bw3Hm'ٟs_Ⳣ2>+*BF Tuz
k3bcbCT gߚkLu@XMX #aM q12n<H7wU={3.[jewY⪾9c^uu< ɲ#~.1CK#ܮ"ۦ"P &-Ża)nw n:ۑVwdok]m,L;zB;tVѲC%F!B<z5SO]lfq'FM i8ͱL赽__?{!.ۏT | +R4kɪ8X-x z!2&т{ dJW)eOtYna7ZٯZ]遌ur[Y)חLU
[Qy}z(GLcM݆h9 9^btX(^;rn؆ϼ+Bgj}r ckKё;?(y'́sEha1ZX$_<`.{[=(]יX)޾ b}b@g.3?5N) ,:x eRxQ(Q焪B˜wfЙc4Xt&'b$>vXѬ䦠{| 'Fe$ ׊9!`
le%yRD Px#!v%16t6 b !` !;DsJ6-nY *k*@/>iʂ@Tb kBn! [ B3tRmL"?.Gw^3ecE0uˉZ12̴ShKNtEp^^lu5wfP
v88}Ǟ7nz#x dU^@9eRܰ`@ u 뛷|2w+ƪhd8Yl)2EN͸u}QW!
=gGY7m!uG0-zbE[l4Q/"7NG$MoFnя?ol'[k`ȧyd.(Ec^x>c:5 ! 2B<t KehJ3h~ AcU!\`ᣩ9,Gh$ndX"Q3 3NJ Vt+&EnnjyV5Ccsv2vZH/J6Y1UcHϙt21w(dqěAF?F-R4Bu(d4[RTĮ_ѫ?' VFˏY=HF`$#0Y+Y,`=Q~_/˼$ᱮ/PYo5r㞆{7Cf'Kj;Gc
k&DK~ޓ\d򋓋 $Fsb 1w!%̅7;m _^C3V\Prώd[Aiu憍PKTP圳#~~`1/_MvylV/pKR_4"p;sMǹ8Awߍ#<xVџy0?Vތ/=M^]&8 lA)Pz ~V7ta@Vt*޾ b'"bOd~aHX˶Lbq*.ʽx&A;wM⌙n4jȚ2́DU`ȵ/qEG>+Ϻ_*F Lx#Mu.h>im< ^|9m %7a@h"lWeuTP)FI_&B "E5
8Hfup1ۗGF1 I.GXzͭ xCa,>aAJF[~XnoB8 9%WU}lۃGK# Y.goSK|b"Y{`bKPZSxu9}tJ< g w-r
@h*<fU7Ol;SKL-LN$3)]WXV.TG ʗ9ȕrAq+.{M--p>$l2.d}rz?m58E/K09y_swi䈬P`?!h:_6}_ʽFv:!Gb*ȚvЗ>zA~Z+$$TI9 GO>PF,U,EAW潼lBRH.sT
ZO1Z.v(F$swp[sXUh
kJiJZrR4bSnn倯s+V'(+#`sQ!{yT(n1ޏL___N?<>*-@KBё014;TG'FT@!^ݼ)+kSW,=T@!h3kþ<)o Oy#^})"VhO*Is\^BoyaMg˴2m1b2meخ5l'Nfm8_nv2P8,ŌXrk?ޔͺi#g~eU,s0?$[FCMi>'u2^:d &pX$>)+Z݅l"ޣFݯDœz' GE])}t=$͝.<:tٔ˻v|~1yАx4n*0r
-).Gf1+-
NJ՝]gѪh8ImhzA?IwBnڵIjU}i6jvy;sivs/iZ5U},O>cTF2A*\Ǹ;kr9*T3uay)&3r*M5*[XGSy}Q9wcX%\/p/B!и vy7Ulc
US3@6Ϫ)=&}OK~6k7kS>orݬMvmhռ=Mr[4X _\wAg@p@JJ39<B4iQDg"'׍f+
/-mMZ;oG?|6#oפƝZsas:|ƝYqW1+Dv<xw@sgY12 !lۉR(%zx6rn9]UW._TPQ%s+]YE{E.OV{Eq<
-.is%Z
õ)Uyڥ$.yvMϚ>#kQ&I;41))=)ΤĆsӦLIk>0$qIu4ߠz_fz&b:hk]GG2EP}hrv,6,>Q5RR-&!NBL%j9tRً6su>W5QPfgLٲcMcaӺQהn4Drv uڞm; qLߔw,pJS$CaOO#Il2۟ 4;&IbXf&cL%w5 Aq /ؠS!ʠ.&Qc9R
O7gHj3{\ŨZ*яVmnQujWSFPO9r%mYPʨ>1b{ڞnqaMen+0wb0L f؛h܁rj5'Mˋ2*-2FB{Zj"*+T0FSv-rPm*lR*%N^$GiaK<yA(=;9mݩG/~2 {nq,5kkTњ>1ل#/^|m1Qv 4EkwijUcMV͟Rס]3zN+~³jz`VN͟ vvp,Vb#"xbG<q~+rYQ`j6F_BxB^S]}YOqbihуAD$RU,S| 籈iWmfEd< g_KjiA2EDqYoco-)[+B;Tw[
7g6J_2yyyp0&u]y):R8V>j
84X?^u8;u6d=}v.fslMl~< _7U4\R?218\2\U\<5N~<L2/ҹ_o=,
f%_n MtUwa\I';m{){Ov-g{rȢlX/w)Y3 )<gZ\I>l"'xي$n8xvL++zX"B6h̘Wғ[,K_9ۋϟ8g~*cp{YjIӒTL'+vlz@5)mhC &1@HS3f1Dډ+ce1@OpQ3]V Cyq[b},TQg]!EL־JRU+Ѻ/~ko/  ?)mSAkG2wݥt ݙ-W3t^7K7rb*Dǵ9<n;V^@Ӄ>\~Zo(ެ(7+WCVՐ+ou؅s:#;/f_f#2n52> v#X"YSpX$d>c} $܄%&\
+Y;,ܵ>mdaOly-.W}lZG:)+vC.UE2oNCӾGoHD67o4 N$[[ZfZ[r-,,W,<SŒy,) 9b! e\ ފ`P<U|F9*ۀVG{dnzڏj-Ha #Kk<D:=D=" MAV4K#/Ȕ9 Q1LTVG"/^, 6psc,<nAUP戏>\驹x0!WeĺsBotQ\תtϞs(r| X2?#ܟf<)L].V[H;cVV 1\F:DPQNN'UFq?[ұĐ(Q"0pF'QY5B}|XEn _YW[S7q<^5+G*IIrOvgi]hopX$d^zr) 5łeN]MգY*T).WKt`5,aL 4:-:.?'&Z,4UP)Nw8+|881ʼn\DR $۸`̿پ*4`a~bpBm]KĂ"QKwV3(C!km~7w^ުvm[v5bXs +7n|j| tj^Τlc΀.ᬗn/1]Y'c}Vop}1.\݋0j\rYk3pEqirHƸrIي\c[v%+[`z c,byS RO0Om؁6Q" (r7|< ψ`I$|kVBOQlS%\WP}~[(;Z:jwPx}o.SAH̳3+w~]ɤ[=Uwٻ$^f 33H,qD_ڨJz^52`##x];½c]&z, +|;|qI|Ɂu:۵K[^-mP Dv|A u3䜌ZRs=(aI D&.eEQB~p_n?B?
s\N:7KPUU,CqT翍'WUƧ0G^fV3~C]pj"t*=Wq'E݇*lC\>8qigυ"bg(xpn+b/6oUR9jj䴎갩46&R_GXY*/i(׼+\hpg;EG[a42|)9;?ŨQcBhBW7#B<KPPmCgeǔzc{8s.|.+[ji2SV{ +YS`5A^KL=* *+-@aSM6؏|v\ti|nML?5 #l~"6XM&ƋVtHkE';Л/$G}n0zWlZ.*i^A%|;|IOv1\V"ǥ1lM D&O ~WZZl+޸`kĺenlY<^/eB\yiC4P;GhDwFV;r?Ša6#aڋ/;/h0S;MD„,+3%Cl_~*N8t RMZR0Zk7ۖb-G^K"75U,Dw._:9kN2'ur-x5CLWeR){-ouڴn9UG:e-W4BӦ ȽrkE0DO٢ vL"2؟߃8L5jX'wW5.5 'C w`6nSעP:D1rQmLOA}Ěo{Ž~ѓu
Lr`i`]/,2p ha7aQĐ[55.s6tHg1CKsx:a,+8WE o}y]%@wFF歚~۩ߌD滛n ^7ZVeMiٽk/1~Dh3Orp+}Ԭ =1=T
˷ģhOVúa,Zl3ICzCu&/d:s~)䭽L¼C#ɢr'Y'^~ jR#5gxko 6|zHd)}hK3O@]!Q˽f
E( %E
qya\ #ICp\%;*aq 7cuCx͆ 0w̸xf 0LF;_ QE4@ݕ;ڟpAT0DgCcՐp =r# U=Aʬ$|OUAg8nnO; J/:;Tu?pu_bnt$6?24"c=|7R D8ъҧ&œJ|"g!RxP0ؚٴe RȌ^ܽSZ҃AjjW۵kXvvmjeڼXܘiPB3jb6y[vP jy/NJʼs=\ +'V,4+ c/"gKQzEۖM~h6/lzvvp]#T{S OVFU] h(HhKk;tW,ΛS6X|nmͤVya,0.|S}UkG.TKxyˇP<btiA9ѻgPVÚ9HσQ~yγQ$$d}3>urlQO}:Z|K̏ܲ9lK߬E/6 #z fZE '\ɿ\X z:j=qA.jzo9IR`I$`HpO,E5?_;bĤ䵋Ǟ>h][~꬙UL%Y\NʳQoukAu)J0ԗN}f[=*7fE2/\rl_*\~]t_ ~s{a_¤[=TVlXea[ڽĽg!W̶ΘK3r}&|rWw/խޥ{Xߜ%m辝RQLwkmofpv<5($zJUˀ
R2ᗣa&% An|n7A^YG~Gu{Q+۫YR15{[eʊsOSW hcX%ט *NMEhL?@M~W?*l2\}
rӦ }e]܍ =f D%ãI)_p ~ka;\$n Z4E:Q.WG Kt|tS?v9,qƖ|\v.,ZVzbW,=רG9 f:oAnJxuGWdnίJLfz\]`h`rbU?#E* GTUح0^P5`s(D馬%I . u?3:@l$JAS?iDV/y5µ~Y_LaT@RBmkc1 #F_.}غ½ wv^=k۰[TiЪ~FlO`VtbZUƩV/ݗfb&
Aİ*.ܮtV("5a/.BB,>:-T)ڍV7Bꛓ*.,kq7aV_7VZMs` i?B
l-C<b5D-aZTCg#&Q7@ڧɸC5XHE#7ƒRq1)@
^J=~tPQёYg~ʗ} WU3zLO.}#waL fC~17@Dū.~G?"1v #Rc^EoI:ebx2[Px_n s7 O~8ڙ˱A˵eѥqK
ۥm͕mMHJ[; ixd{.{񊐻3UwI1,pyM16 )@S1Fp;􆜾@On
#/ۧ۷lm;\VH]qY K?BcҤK x{B6<9K^QMBUԏvFIY
o>x%6bz,_0ո%GИ+<Jƒ<ҦB8:x1'Ň!:~u %%hIT1
ߜRv?/7ؙO.~.|e7
+O ]rÁ4F3Į$Nk 2& }U+kŨd[ !R.F\ɛ!Rԓ+B#Y]tb Kng/OLЩ_`%:9xz. D>pirUȺt ?LXvKB-rrx_ڟ麦&b{xE69] &+sW;w 2
CD"0K[/ЂO>嗄fm9mƷߖ
g VzM(UJbE l48d`ZZ(
a-4K#DtJD[sK.pБ25pͫod4/ۗ > e+/ oK X5A}P$i
-s} <]"%5Fzv'.ìqmҫ 2tsC[ٱp :ڛ;'2
A[`V*{Sb_a~w:͞]v}"-huF:r(;I':7C= G) 'AKNkGБoa֫+;P#'(u6: `</H)O✅fwG艨XB:-9œq[*hح)=Tv E)oL{P/Iz޼GzC;S 0΅U\CODC\@Ws grƸE*XvG[][*" !#͉ ] ,ODI_m,&h/~A8~Wh=;)Kvk[:HFp:3Q7\By`anҹY̍ ] MMʿc:; >E]ad0*؉!v "z~Va ;c6-dȤ8@{ w-%;b3wKvsEoI+,z":%4^.`>;NRiN=ͩKT3-Io: J|Jvz(В%4gl,7
2tyyО+쩴/!J_$Q9@TKZwt{cFd%HL9jɜ(}Q8EA[j9[Ɯsf/ 2cH%\G4֝BdE
՝ N7?ail 4K6b}}ֈnѩV]V}z߽<[}zuJ=ڔR}Dxa,M=;a$Qd
aCPhaT<zX@a%XuXUL9J90ie1P+kb,fK|ĐP
@Y0ЄǗN:%LžV
 -^Xㇴv{m/2gBA(#^8zJ{a7 >ӚB);Gr#'#+zWo3Rc1oE\`$2;#z+*^2P/'oun9)y+S9'Y)bjzfhT}>GfA~e~;Ͱ&O~$+y*ڇ}3P;Mg>Y.Hר ;,,c99GG,E1N%e[Q ˟WK(gd[QCO%BB2
sf TR'a91%&mDh>Bwt+G(%M߱-boMTn>g+˖⑺:ሩU<q^4si ?!B]B*x[5ЩW S[I-)G q㊖|k$D\t4xtз|?#[pq™~lq1 GQij<r`븥49mw&v<٭@v|%ȉr=s[5Q^wG4J"8I1̱2<?k1Da/г$%c(;Xƽp^kK)tƹߒ42v5N\䱯uQ5SR ȊUBRگlO) CwQ3ƍQ(S 5e{#&bltdMa=Ҏ@z4pTwQ%HĊʸ
~x;>J2n辖q;3n
 d]D=t8h`G%"h_[PV"J3G)"fSuXn;Lj L'cck+x %Xh6CB{>Pfo:i~/^:2R/KKvc2}+<HLCmENN#VkXS(tZ
ƇB_j6G {]pCݡ/){
{(
J}_gD2L@nH=ܐXÍDd uXÍF,-0b!֘ddYoѸ#c3ܸCW @dc#"TTcอ`az#^NHʎmذa&P.YORUw,(]8i>5}EfK9>zW}'Tԓ@,/]Y)K5xfr-T-dKa: j*Q9G{D }ͧ3jt?SXbi1@T sMYôpkp'ʸwQ.Ɨr䭈.¶0e]Ik?˅GB)5XtQ(N1D)eyR(E *Y@)=;%JS_SJL)7SO eX(3+LU>=)tgeR*nq0Yp]H_^ qp*$Rd.#FlSx] {^agfy.iױts[$ Vmqfg{L)G#Z#u:xf
ރ(y E{f>Oa 鵺Ōc)G\r
ъ)w0%Djz]L4#99X$T6?A"~2,m~^ osLV@ 曲/Y Y{{je?E^ʉž2mOM^ymmD-_"mzS>wGsjgf/>`]0WT'Y Wn*\vWwP tULB/-IR ٓEpQ!.w,:;B2o3c]٠ 5hULyPEd]? !75EkɏbaTtVE<mKlyvnC*w*'H~2K+*X*UC,YGWٛe4ŕd̲٬ }FQY2
S
}iBOJ_d}J0gB_Q6~Ozn2h ܾ
7h(n_­w.ޏN%yMo|*4EN,'h1\ؓ$j'4=)TF-}aS7MW0 Cϥ Սf*,Љ.<A􄷟kA,hl=>k ,zf
 r;~5ΚL? ē-XC,v k5܂?M~?RH6_)cL>DRNlt;cqV ^,~> '4#%)t5XR\B?3f^ .Htͪ`u^?pF%~"b"AUPG_L;Lڑ:[}m*Lvb#2]HEQq&?.<6slU07"lZF& ^`Lu?^er긎ccU4|=Va= ql5NwRVT`/0֋ akH7UP-ktaoaeE:A =ʼQ p|Ho7R*s?#4xRdq&og̒ ɋ-\fnAeVlU"T飣5zrʳ+¾w?;q"#݄djBw+WztS-!VV^ dQjhNj"S Fm:#exg ݑ1oE).0G0ya2
n]Kj;@95_y]zRƳ򙉰dؼNǨ{G[Q ^ϊX&zCi*OKj=UfH*!{Z/_O|UP෱WدW%uqp/;3p<"d,Y%{qB
Q }Gފ:୕( l&`UH峂>+\gxܣ~r
9ئ}nGhBChu?T9CGQ_@[e9g hHpD/Ü7jx`wvdPF.q5kt/ޏtN~ɕ,ws,=)H^ 8L.JOKey?Xͥ"0[fl2)]T U ,~'PṠʉXW~%C1V-Ep@yz'َ $}}@ ;XY tPa;YJqc}&*|3lUJka~C`sđWY@Cu"q$q~4aXYqeC"V-|*æiD.#DW\D,#t\Sdm3EoQ1?3Pײ_*D'j: L M,_b҉/oSZHB\L,_-M}>?ù̲L-Uop9K)g~yR+W5d5 8|IW60- Vwp_s]x@HQP/qp'XMF>IK'~:U (I4_uVMLYĂ)+y ??!13{{,pxx
ކdOثڟ0lv$N*!u<ՓEBx[sFsԓd\Ccg}x=Cα‰~ ⅀zύ>~<Uǿ:7_/7=VG f-ACLW
4nv>LUnP̧{ Bb KՂ:֍xvx~1ųf0> #N+>P/ЁŒae<F?ԪsNu52u,q?h:.eI8Z1a˷[kT&[ΡڎjZmK},ogq~8)΄խ!T_=mby7,OgŹO{_RPĸy?zGxqe+Q:P#if>XOolW='hUekgQ ,ЅP,вL0}"gX-E RqBA5F|hmrjً\'Pi/ȓ\wR/TW7ǏֺdzOڰ,7 luBYo].j}e}.O5}l}}lW/Μaڍ|KxU/f+PKyr2:b)[@eox+HivJsS[C^JT[Έ.2~1 q83i-9f VS^/uC=a 8"XӺU u|]ԭj2xnR7YsqMNkALxΫpէ%Q>J$BVUfdKk '"2aőT0o=;XՎu֓ uM=^ة?>̙'3/EKLYCq`J9hoGc.ނ{"[ΕoWd!wĴY]N1
/)T ]}:[@cܜѕ@/e=ȾƆBޏg=<o-MH:G&"/sm8E3ZCEƅQ+1A}'È:S}."Papb |f<K<X2|5sLg|̧[hy-|)r'2lvڃBciQ<_Uֽ3xؾ5`g^k2K57rܗ-^B8sfb$[-QY>Ȩf}/ w؋ȹUW΋{G]&oÜp{*'LyTCz+jr)9 ڱZeAUGg5q00fj:?72{^Gf>S?Oƽfgy^6ŰQ`  ҆A4dSO9ε<n3>
eHCCO/1J_Y>*ӊzjF-^-eú=~zKZ[HTvHU:╌Y,r /b$Xdi(A宪-H"_K1_&2hu7,1?EBuꃚV/^^D”nQG݁qE:,I OaB6#IcOң8O03: tm$P3B(یjfr ;Q҂?eC9DbR{ƹ@|/aڼ҆rp,jKcu9 |&>T S/-]WZcWqK闘cf
C/SÑ%4F<hVlo:se/+j$9k{̓ϔj$AgG.>+f4ET{//l∿j`* tJnsAٹJ%!܂?=>,[7ಅښ-g.1xz*L[Xn{ZjT·r .[Pr Fᲅ8BR'L]P QpZk#U[38ЍӊЬQy,GzR_3_Jom#-mĿ6M63+F Fcf5ゲp-5mm6ZqܖHm8`T^Jd%’oPw `AlL-}T%Mɽ|⤕yjy4p< Xhkʸw0+~i2ȟR>懆+fӖ,ڭ;_<ztGeJ?*PY:Y}i/Y$P]$aB}f5qقj m-O}B8nVr \ǰCn_tI:=59TR0ТOiK]R%
t*ZrC:-<Sr7k2)t;[Mp6a/!gp7C!_Kw4 g7xGOwQ+lVيp\LƆC^SN'ydT,VER]cC׸Jj.U ;G*j ?-P%9)S`Ba*,)ﲅN[?4-ܒ[h`tBUkBa_lA@R; Q=Dii@1R)F;!Ue*CX![z= dK-TVQS1Bu;5 1o݂w% 2:O w] y2fN˸w0lvw^N I3ʹ^Tb(^l}b@{}T[Wt[<;>~+f췽/)k)FU!Jo
2+N<<ptTl X­YD+VQ9v 5[ } ̗
nb}^ƽW)^w5n}{/^ʚ9)|̷0^7ϝ00 Y+W8`"R4dA-ЩO}dsJiLyTlrx'ɚ^,5ʔ"k&M\{SsD+5jD3>j!|Fylk;L}cda46Q,`3QY@A0E  ß]bZ_(1|k
' u'tXoF~n?Gi^bWjIMPW1!7@P݇:ޱZNs߫wMXyCTLK)OQ}m+WJ>EnS~+})Y.پ}~ط_ʤs쿉ߗ5KU<^oOjC$Ť8Xae!.0֩^P6
iulsz~n9bm,0'bu^wԁ­v*Bmx,YPM)m4iF+zumTO?M/\WqE%Kcvmun;G^z"]LRz07ݙUO}75N~<Yve>C E/:HOI,\cJCzq~
5dk)#??|F| MEӾ:odlnYV9> qS9u4+i격/{@JUΡ:%@(脰0
}Eu0}4q :2s%=eŷ`JnW^,]_tvQXزR#R
ֱ9Al=E6'vi2Cqq9u]Ҩco=v豷c=&q\ٍׯF7n<}~SQGk 9 ϫSpmXεh\a&~]E2Ёy̰aMNa ^%G^gѷ>LQ3ވ s-]!gʙ<;C͢ ~{<U&I*p7ٶX Sb&d[RGS=snޮh5 P'k'+MTDz?ۜnJ,STn|=_Tc٪ϳJ IcGІhg)mcz/≼E䳗obtnTg&rTYgWY*X8e_Qw9D#~Qz!,eA=h 9Mډ^YG(mѫV j<|WPW|vֻk3}n!hck)+ն76`_/X{}my_C=Dg:mvb$-:bթN{OSRw1xOd&Sb}B][xR[M~VW2ܨIB>Tcq ;
W0k~ ~?~_Qx(۴t+ݚQu:3
eXG,a B\Z|]:O\[(:/CwЫ|W^}=GWާ`}X]j[mԻ6WW"M݄*S}r_ڇluF/&@W64:! wCv)"bD'.I'vsxfla"J&ڇ͍1<2jb|_+O&] ?APSR2BLIͰ3C*~-{>5H6~_ e}3 I9?w|)x+z-|&g(lc 2<Cy&9Wv5
9 3<ߓumgCDݢ'Yvj6< 1~ƿpuECZ{D9A]ueQo\0jcGpWY!Ϗ?\J>H <Z wҖ" m}=yHBFwP%3QMʺVjҠ:gk< a }gc1[eEC@)QݵW|E֘`r޴ jebٳЀ6Z ^m5 ~(Q.4ujqu+a(3.>fv3|RƧ)͝p`K+y]zdV~B_y:[pggssEps]0D`
<l@\!iT7#qq<iݢ4܄gl,WI k6d}1EQE^XM~nNK I1ҋ3:;._#__eZiFSv]0 0vo^?6g§'N\;cκQP}B-!XC{(٬K{HwNoSkM="gٟJ5 .Y) xx8 '9t]xXUcXRr+;8> lg"wMqgɚ9*DlG hH&Zd;hY"؎D#1E82:W,DzW7F'x,MaPm~>$n;}= |w~.]NL\Y?CC_CCvecc;3xnks1cO޳$OѫW{~>|&|gekZk:noU~s's}|?Z8X˙ A >6w ^#A;R;dm'B_ƇjΆ' BJ
F#GL8iă{dpw¢6F=8RJ+*݋}8z̒1*7<*իVPuz:T;Z=^O5kxXS_3Ě5Vm;4vLl^_kTOٵԮ^wڗՙQf\ukXF%lHOLF;WX]C |LnaYjxFMLMF69T;iWӦj[k6ޙ§ŨZvkAkZ:u.7&͘6F}mvUh7woPôw|㯝R;&!ɥ)5S;u.ݺZnJwGzG=c{NyW޺ާ4s߁}}.n໏RSS'N~e;s?8s75;>xːCZ<d됇C~" 4t ;3<dK7bu#?xdő3Y62QG]0zFwc̀16zzҏ_H7  SF:=2fdg|q.8vl7~97&T4aD&'{MΟbdʃ?>HL7̴[^M7M:}f8șf>=<ԬOgם`y9枝{Iޝ_g~L_a) K5Yjѹ~/`%K:,YХ~9>3?Ӷ,bِe^jyV+8V^tլU?NZY3nk-\b]u[Vf}aʆnqƯ7uߴo͓6̮S=qqsni /"ֆ[mk?w~`w|S?Ѣjks;޶}O=C[yoޏoҾ6+wf7o8PVRaa!_>^
}V8wGಃ<t<xPCYtxot;s?:'q=+Q|X /co9};QDmN?1'v(9_ON?ГN>7O8e<~*TaZsjϩSߜP^QRS%K-iNw8=+N>]rggtgBĝ:{Գ.>wW>8[vƹ8\#Jw(^<sr=?:O/B.ԹB /ev\(p—_"w1bNj/8ꋹ^<sŧK.վKS/ҡK%0ށQ3gfPa (UED{{]@DE+^- P)RB'$ d7͂~fW̩sf9-[`Yc .t ^ԂLY݂ V-H,^ۅ/:}g,*Zk^Ӽ;'^͋ېWn[|ы_^ً [tI%G.%%s.^hi~K,f騥/.tܥKecl겟mXV;OX/]^jEV]qŠ+n^qgW3WؼⷕVؕ筼b=+^ʩ+Zr嶕?j*wUUCV]UW7?0/̿:Q_7VOKoʏ]-V7[juxuW~z?WzMS]sŚ<f׬YS6kk_ډk[kׯݲtmպZk.wݡzuugu+YW~'hmǯkK TAn}
)8k F\nA`^ƅ- /]xFWZ` (|9ŅohӆN0tulxm;ݰjC̍m7#7>񥍑7ڸvcFoik66-T\r*Qtt9E=R4苢E"s7y79y͛rK-'obM[ڒ%YY.[|V5c_-xIqxgIKڕt)PrA%J+$<m.:&J45k;"6$vMlT'9XUa<*`YE5x*ck֖[[;n}lk|[mm[Rڵҟw'F%&$^Lx?IČD~̔)QvZو^,짲{w.X~qw)˿,|IyפI6K<6yzrX3%%g%%$TVmwԠ-R^H8UjNjY0U*KդvV*T]q@E.+X1ʊ+^*+6TT6ܫMeNWZ9+1UMί^uU>s/qVQ= 7N%YlߢY=.>Fr)T\ToosUY6[o ;-z?{/[&yOcL2ʍ&#HV~y\P^o൑҂oEb
ƂAf0Bd"r!/2Nϓ2ɵ|-wp=ɽiE4JAq<4J 5v _f 6sPwWO~fdrV'KGz_`˅a%yH]j 3MS
y=SgyZ.pMK)ÔFӛ]N9Dϗ}(qͱJ>+t<Rd\@1=%[s&.Ӿ9yN/W塌S9>Yvs\%xp7F3ɫz#ϡ9~~̒+9epF? ȼׯ4dZ7?&"g$./yrIU9@mmL6<\9@.S;dRQd_zPFgȣJ?l@C?'2Xz퐋AySLk--SBJ[dxUhA}.S)A<"#w2xҕ^jI{I~Dt6φ ,s<zGCd$s.d95ˡr_3rXֻ2%c#Fv'HGM } B2(Z+3H,df25w̃P+/C}tަ 3of$CIh&1F:\_7媌7/q8 dDƣ#ڏU|98{wz26h˯Y.[vf#HX&υF\7`^N0OåLEʃuuz$ںSnGW[]m@2~ݶ#~>]!oz΅&2L5Py 2 0`loҧ%/LaȻZ ÍrrgC2;KЅ[yѼnV|<c7ϗWC.>0 q&~hhKט/?|?"ԕ ~2{DƹrxfN!&S^d!d3ޒNs },Ca9nJri)eg=KW~"}
ܲoaBc1zE.Kr J[/GzˁSr7UcχΗՃ2$s p|~,i3Nd^v' ~d5r]¡Й;Z,WgC
+/g$C3V#%rEƵSć'2{#p^c?b`64M7ydI'tXvUyrd5S.-`ɖsx@wpF/+I41C堌U/`N+/5[d<?rtRqy7z!toI)N{/~>.澤J.EV…;BA<`88>t;lhD A^6mٿV8v}ĵHV]3'eI(h.2N{ lPϾ_(qb<nۗ-r|V.u}Hܵ
?8_o(<K E-ϚQNySkg .QWkt5@MߐVhy0 x?r<W7l_׺ʩ<a ~]Q;/#m= %fPe<O#>~#$r7?=s 9cMNb}g*x$]n9EiamNMm ryW=x]M^ʭ`ծkO|\esͳlAmgH|+Vr+rHeI>۶MisR,חc""ʩ ȳKNas['|9RgKQb-sg\r:gic
3m8Dn[# [ڜŖ#Vou͏,mjRg8X%֏ԇ3OR9kfOX^Qns`}n Ж .L166gJl+:ُ4\}1, g/CB>p~4onԍ,gYnXڱN679˻ɭݘrӎ]/ٱ*qqJwg[.g:x`os]Mp홲[{;F4qmS׍ !˿8^S=:nW0ƾmedǏuupcA5\.hp
vH_緜L= _ڱ8}lh)1vm/AYCqKX;߻gƍA׸cϮ_S(:oegǹGʏRdgߕ{x~sGq`Z,06.BJ i}# |vomzia nYre,Gw}6:gߋ C׆j{m*-Ğs'}dޯw?/ue:z1qu>]n̞19u.MǞWf~*ᗻsӾPy.mc{vqX`]~Fbz m S˻ 'ܘKy~kcA{mps<b6ip66z׿PSfzz5d6(2Ҿ~v]I<7v3<Iwfig|OFo2O͛5hhtF(3ڄ1]<_(2Bnegvjwl4jyv?Zsgi8r7^FAAx3Z!3:ڂP(33aL65e5
eLpa eLde6l2n2xݲu-{wdbt-m!W[MWMABi 6^23ffqi`DU^iYeedJz26QgV+$82
ioVZXSݦՕg[rt0BmV7NЁ? [>Ig]Qnԫ#]K8yVV;/8YwK?.]8]Lh߳OUœl׵3,/#+0/hPiK̨{fY/̴ 96h(\߲~Vfhwq|_ V'Jg
BS釸Ju >َ[ 2kH(iZ}:WE12|nU?k.dq#2J2VpyP&G̔DZ`].QWC)zKETJ^7֛
*:[~KGWz^|t3͙rsnj3oYlV"SRfrT19TTvPAQyxpN87|p{g'?
O ]^iv]]ffm)KsGvXPw[(^[%d$%jZTGu.UW{=I}J{ҽKkI~GO_zsnN4fsyL2TYb֘g<Gr3)2^KaYxpH
[/Hy^׊^+z^gXP|k _i`* >3P
vd~皝w9mvs;'ON{NoQwԹcj͎+v`b%o]`qn-&닮+- VvETMM%̦6{6 8yG8q6xlK7ޏjޞΌأn2uz;w}Y+}l
ޱ{Cr`X 6Ym?=C?!o7=썕}S3޳s2F^^^^^7{{SɣdC#cSyL"o7M{2_m/ż<my^+ʽi«jEg_߼o<'ƺnz/Ao;.n:T~T?)2U?g2M_K~YԯWe~Mz~C'l~_wp'/ d,<YDz\"+x)zU_.kWNKo;=CԳA6MJ%!ez6\KJJϑ
*sF?ό~GDBE<TR^2Uj`FުU~ަKuNQNfꬺnƘZ=TOKW}T_3<Se֕
yH̃ZL5X퇪ssyjQx1RW
5\o36fuP].ƫ=.1&uƘ SMƖM$MҰQ+ )&)+{(?x3s=D97`XqKxIYX>OQ7B@iOm#+~U$m"e[g $9nۘJQP~8U~Ҳwz4nFlN,'y;':([uplTpej]ۿ*u,ǷR82Q'S8n?ؿƛ?Y?9JWpp~+Rp*_'Yӕ*yjuKʇ2WOsg i)֤h;K#b>1ۏm"cköuv`ox;m1gp+ xU1wq | ȇ,uz[?h>cҰo)ht;ϋFxM0<|FI֯}-hd'{#OfIo|ҰuU^9L>EieI?߶c7iغ `~K?cF 4:4Vyv8^ vO+("6v8P3  M;=2L_c `}i$y뿌`/|3w+Gcg跳߂ZXob~ؿ dm90CMb_Nu |x(K/o(p`~bi`uf 5*s\?s|g .̀n͉4~>fR >Q n_81 cS;`.`dsy)Cl31㔷;8NFlwq:AI0 eu0O1'0
ؿ3%~`g flX{:.fg:l vo>bfgvP|8h65ټ͔}eg\_-ۿq`uC0دkr }3(e`a-vkm9&߬M4Mxgǖo'nߍ՗噭X˝s 1]C3~ {%6.Tsg^q2<_r/Mr_qAOr.A9MrQo
`0~G0<  Ӗp y~d8;Myz7a|@Ĝp
n7/r Ïp - @kPwX hVx0GA%<%a|_ X h
xF(n.7
ծkEi] svf3fPF.ε:irs(ڝ)@s/ `G#"FtX@NmqQ+dPPؕˎՏ6|ZaSzrt?{DTpx5".sDڮKDwN2SF9~xpDv Efw[qՌNצ+U;DBO GA5,2j@ȱi.<02kȬm %\*hmfHơ]"YA g&"Ǐڷ?xzP?kJ<plH`t5j;3}6@vDt>aib;ذs.F#P4<`Xxþ:gt,yl谯<M=Lvl9rcr)Ȁ6_!:>;ELUͼNjjswhL:ɗ#kްvt[z :cŃ촟
9wlqE'hc2VփW n5:\- [qFp]S_qjҲYv=޿>!{ >.hLm(zzLkuK!Z>LɮOʷ;w;cﵫ]K)ZbW]7U0
Cbtv7Y9Cgdw+#[,I}JKu;iDQlgh%{3g̒k%I ݷY'mŘ'MwA+ΐۙr,)nۍHo7kKv_T7=r\#Wr;tXrgo2SFF]:#Sumno$H꺓ݗہ={}qŹ۸&j{J9bW v=j.L=9wO)7Mrg`$smx 5zhi[n{l[~:ȍ#Gkl[v;_utȟI_單G]]Vݍׯ6N0l]u?oBv`dl48ud{t9:f*Xs,JfQ2E`TOd.bd1O¢`7g(Eɏ,J}Eٷv2SV^hDI%1ʺT~gE(ݕ}zja@Ձz>\u$'Y>Kz(9oX_.g=B`}z7Y߬nf51Xo*ʑmj*UźFհޡjã͞hen5bkz:G˽.^ݽ/`}u~? +z#fgu7hd71VQz.e]NtyoY?Bcdcʼ`^n*XW+,X2CMro{l7EX&||deRs>oޅ Ž#l;OgwCz֑I/Fiv7OB+nfiz[o$݊ WpXQoHgr-ȾJ6x`rtsD}vx)Gace<%s|&sB,35[ed#",[Gaq\np j:%5QCy={OxxO</޷ o7ۛ-yroyox1oWyI«j_V T5:Cg醺nGҭ:Gu>PwCt'E S;~߾/}{ ~oW
JkpJWLe`f{8n3Ž#k|kQE}ѷUV}loQK76>&''4зۿc}{~w6;{eE{xmE6jW^ZNwgg[޷mnn3̈́6Ly6gQ[ޓzOj7oK_kCY 뾭z$&u<C^>dzG<]n{%a{7nzHw<b 3.}[^s{lkn^-z]mmR~)J_)X? K}.,V~uK;I/CEb5{ž<,Xscu{[ۥhNQXisK>6XghA?kY~SӭI)oڞ~{npM齏w[WKk V>W}$Rz<o@KwVFVVǽsuz=k{JxjMI}KKݡxʾ>ӑЮ>'֖ gowiJM{:ƢMd0"G[ɓX >P"e aHd8ENcgd䒫+vaD""%,9YL)DD!߰dqdd;s%q%R,'J$2BdH
J]v֮% j(7&ܢZܪrkP]UwF8G''GȃDYPU"0yX]HF3VUȣQE֨52ASPSj*U*g|ykJ}죻$y ׼u "2hE$_zo{LoMD4KV~DٲD\DMĤB\ ĦMRB|,UĩRJ*mīvJ=_~#$_߉WMe1$nZUX|bV%Ĭ!nB2 $LgP=T#5j?}Iݪ Kd:Iz~_zqMi::h:X6[yj!z^%RÈnp"\:_obQ5~JFR*]WWZ[2Fnn4Ss9Y}hN5穏%ܡ1wS_l3ڌQsX3V38yɼ曉fZl4y[-3fV'*DLD5STL3_[lfjU'jjYbrUf֘5B4qW)lSEUSCHkd9ר~`F7@ frM+pQ1~EA-t. *Vp|X ֲMZ;cn8c`.*5to) r_*'Silp8׏p"<^ql*uL߰~rn9_RA\ՊW9TS2pƃ'SԟY^O7
c`,xo^ &K;]|>OAMSg`>_P3+ʯ){f`%`XVՠW7N{o[mz_hmA{?{4rн@op8A p&矫oPKۓrj~y=szf5QUlʹ8wJ/5
x1h
~Z5m &Lَ2=偔(<#!RvLم+e7QIً7eǀ ` , 7pMs͌Wkup>wash^I]Ι怅,lg1믒~'(_!!T4%5%5^ )))tO\zHS5 }@_0Op`":VP*6XWfp+2(gR`0 Y1>DM=YJO"$BOIDhRZZKiRZ-EKiQV,eb)XJ+Ҋ"B+Ҋ(e\/^/ˠ/->h 9`_n.#?|>yWK9ydp
8 .#S{q_Y?qq[ǿXiF&L=
K3S?OqSǷ-q|KǷ-q|KǷ-q|KǷı8ǎ zi Fuvi;cqldc3ql&ı86fLcq"Mw^u,$x{28σW7'0'P %P %P %Pi$Fi$Fi$Fi$Fi$Fi$Fi$Fi$Fi$F³~<i$@ $@ $@ $@ $@ $@ $@ $@ $@_)H{@ $@8~6=hœ#$- bKؒ' }'Ơ@b(?J(JGX"XXXXXM `$WJ#p_Eį"W~ J+#Qxܯ$BV!NUD*"GQQlWUD*@Q
Y׬kVUof 92 *WК,/hmA;pV ')`x<=3,X
職_vtKhe E& 
Ng`
5M0K>J>J>J>*@3$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ$EQ2D#č2,Ū' "9`1`1`1`1`1`1`1ey[19[1Z1eeQ11fQ1qf~_NYA.T`{-ۛ][kD8/'g)&_)&W)&O)&G)&?)&7)&/)&')&)&)&)&^ ^ ^ V /(f<si=̣y2{ja9uv]<zGa=̣y0ѻ<zGQȣy:V<ZGhq-Σy8<ZGhq-c0"d&_ x<{W4._5qB!^Q/0N(Edu&`U)Lj DC,KR%ؗT<T cml㵊2DOQ#xMy8`DPQ(T@*

Bd~>=ߞoǷ3n(dPȸqC!^XD* j
ZDVQU@* j
ZDVWs33~;|
2>(d|P\D+ГGo.׾ϱ؞9%y]Dd,Ћ_w޻Hxm/ r9 ~4|h,/_/9w~p8Ni7 pO'u |"ox!x!x!x!x!x!x!RDd)2|bO.^H. b"E"OO[G[S0>S0>S0< `x O O / ,'Fo)ѳatF`l
v`eL,LK1v1v1v1v1vLLLLLL$K¸$K¸WR0.R0.R0.R0.R0.R0.R0.* * *
`U
F%aSlJ¤$LJ)=)XSk
`O
I9)-)RS
`J,I,I)X%)X%) ))XIXIXIXOO4^ GIh|?W9hx@sjjh36+45 MMBS$45 T
RV*2V
[t+nҭ@sld+l4 9HsҜ4'!9Hp 9W
z_A+}sz?W9x㙓p8<^(;l k k k nf nf n` ` ` ` ` ` ` Y ^U NO N M M J J J J J J @ LBr۟UЯbofm7voNeߎn;
<+.Gٻs)F ndߦZK0Bl1#ƌ3BlVH0_K>2&WL`5l*wS_浐&^K[}c?q~o#m#m#m#mI#sHgj{pDp8]A? s,0  Ep# Np4գo #wik25y>y9%QtcFэE7vRՍخ?nos#f-4gxFFܶ h|{FG f_fJ E`5F]8+g<bPɪB7c 
k|mYɝU]U]U]U]U]vw^Dy{VZkVUXEUhǟxjWruT'xj<d5Yw;VӒ*@LCIKx,y2re6Jk6JKm^Ls}>ɲISD?rMQV*P j|ec.#]FL5K~J$Ua 92?VIrelreU#}Ogsp ]TSxx>1m1m1m1m1mGM!(R.#7]Fntnh=A;βc`|UW}}[8>c|/ X2ӍQ.#]+lԍѪ(kѪrt92lro}(lEK-1mvv]q27n{s%ɹ0&jfSAa aِ I0&@F4Yh@k uiN"$Dg H]I$6)%L$}']%w"I`-A+0)(\J2J+8-
Z
ZՋᘵ
Zcq8S2+T >(=Z
wb&Jo&
?bp#7bp#7*F N(~q ЭZp:-G=a ]^G[}=QL^dpӻN' &Qf92ʵQN\y♬d;R
,{^Ro&eBM(܏cm(-hq 69 =Z驔(sY`7+ٿ{gF$}7K3xM<=ıQ`4c#`πg}YF O_o96?`9X `;AkoB&4n]8>NO$/*&4Qo68cۥi6l`p< r 
:;zStp \0 .K6¨0j#<`&~Aoi nx=ү9.&V[_ޏmRX|9ZdzqMx@H<SH9tSi?mu-(+)?xwo/Эvp5r&%ҫjN{(c*}dc{ kul E~$1j)H6%ıll$ DUO l^#Erd;41l)6 dc@66 dc@6l ׳L6jEn6lկ/NQ{/űc]&ڋko//qx om6͆6flx om6F;62٨M{xh[f=BQ9 -mw%hlw%hfuNK^ *> tS@9r0%'+w%Hޕ_imAZH˾GP^ R*{[W;bxWJVxmgӳ-lfza{ӃӃb׃2J=gE1L/E)(oifZ[ʹԶо-ޭwifiEJi-*56zRdREZJȤ
T!*dR<"*`m>W*j/U<TU&*dIrL2IƘtrSlW=Yc1-5&dI$Yc1IQMQA$rW,1I$z
dI$YaŽdzI2$^ /I$sK%ԒDYZ,-I6$KSDYW+If$sJ5%ɚdMIi_zQMkK5fA5)S Q P P P P P2ՐՐՐՐՐՐՐՐ Ր HC|RK^?*?YT{-{|7& }W \!(!'(kSsߟ}_ogFݥKu2.e](Qv)RF٥Ke2.e](Qv)R~~ľ Gro[7 I7o5x+|_#^Խ[v_H#Fr-GrDNiӍs(xA4I<C? Gd
o&D`BiI4aDD1Su׌ױ}3Jx<_"s^H#{Ф&#0 #0 #G;/+Ě̌̌̌̌̌̌IEOU|4'Q;&l[%D"XCĽ7;ˈ`,#$%|i ہ8:.8 UEV"XU`U*7DVI}ӫ"S(?wNMG#) ^9VbGT♣ndtی~)<tJIXNw<x|~A x_vOirM'sT8w) YZyoIcmx3G0<[ ji EI4_}@?p8
'`8\h;żN׽mKmM[Qf*x[bf0}[O޸Y߼q#gg#ǂG18v\&_XBvM FCk$y 鮮YD uPW uPjjc{a Gyr޷?J}?wwwC:4@.' KFaeQX(lV6
+e‚F%l>S ڲZᗫUѣZCdC@ wK2r}7(51~Y
6"PW䊶jP6]CQ ~RVj+VBm[JJJm+N>W<$DY &HCY"W+)\0fQbڷ16rhv5]/a.'pށ%~8$>(e}/,I8ߨ\ejx_R N]õ6}"G=\0K;Sh\}h$ZLɹ r?An9S}@F~+N2 <%3l6.s2Y(j$v,]K?Џ"ee/~5i*}ʤOMH,#7};5ҿS_cZzT[gKjXaX%! tHCF<;M%{Fixϓ$z=Eʷ1WfQhG?׏!}Mh{ڞv B4?#ax *5M_!р+? Q2X@DgѷWH*hc8>My<F2mLARH+@U+DrS9\p:l㞔If9z߲0-𧡱ME+˹'DK-c]D= xhaa(G+8Z*|Zٛȵ7=.6rXݱukU #D52߀K`ӿeO=#>Dͽ=S ?̓j:?ߢhA|Z~'7h6|1O~g#bx<Gx<
@b!:x< c+z$7!g>xM_IW+t|9=l9ٵ]ٵvӖ5Qۘ{KiZ_@>%²%nV}ah=lCb oO V%wUrW%[Be{5}עn:|o^_LK*W`{Z"U5P]OoSnEvc6\j??vjqMY'vŖq_NcoY*qopg?]Sn\[aڛ4װ^/ПoFMm춲𻀤I.Іm~yz+'g'bϱ~˟?EMO 򙕺_AoV4w]x>2]SgolrWmX]\S :ٔe-k{]?SPw?Y;Σm՟.ޯk򚿿ͭWL>AmϯPYagXDFm_?<Qeݍn_ֳKw}f?oJ&cr|ihkkxC]+pbԞ,_m+5Nrz[~ {>?d`އ:gk5R{9?ѺgcDi7q*_YC:<}C]}Gɫn!Co$F:ٚ4!ɝ㶾r4I²7+B!Wgi/r`7BG"Ө;.nnnnvc)mb\G,GK91 ˱8_7‰n&L'9Nss @8́0́pa\7ynanj/'SraJ7Unk׻npf?~p67nn74of6l0l```W<7On~n~n~n~En~<7:7z7AߠooQ-eG#En%ukZRst9:W*1;{ sh7A {{p K!񠇛񠷞#\ǻNts::8Kl7%n,#,WYvf9xrrsaF܌݌77gnƃinƃ/܌_s3p3r3|f<f<f<x0xxx|o'Pus666\\[\۝}s?g}>;`쏭LȢCi]YaeݥՓXq34~, ?rK9Δpc̣Ycy,XI,gl'5|A|.biW[rsTO>cQil[Oy
<Ea#Z!6bv-t-ϒE[/:/ZVѕ+nGZGzJ K7>)Oi79)-Q "u/ƧtƩ뎳Uts 4MC7$%$Qi, &rpfG:JW #:d&'Q%2@$Ks{>ho+Wus}MSMWWhǂe)TS)T)aNpM>fI{^IUWW)cwN
xqC4Ơ kB4ƣ`i"M448z^192K<xjz l`Y&flCs 9ϣyi>ZEzz.U]2i -vkdR)^,xpZI+Q*ZV5ki-:Zo =i m%%%s%s%s%s a:S"ttxNO`UVVVVVVVVMQVMQVMQVMTVMTVMTVMTVMTVMTV Vn Mqp aҹ&4inZ\ R6X8 , )`Teȩs^Sx9eȏ1 ~„x,5⧌c?"~8gY8Ǜ$~_`*D{ēpdl2%~ ,oıa#< m3y{9g<E<޹<2x+.F3ԻR.5qx+PJ*^erx5Fkx ouTˆ7&<Wn-+oE6n*bNމ;_Wqm{s76UxUy?,<PA>mX{’c| zq9'OI|:ыp,d$Y idr)dIIl s$8Wr%ߐT&N
T.Ձ HkH RT.-/ˀHrR/H
J4n,MHHcSi
|\L7-r55r r-pKi JZm p[i |\^ڣA:H pGI:w7M] pW%ݤpwCz"J0.J@:Td&e8<RFQ!L
bMuyH2tLA$)2'L'p҉2m5IwdzY^%Sd
l@aaadLLi(Et̀2:s EareBt̅<g*| E܎.%TR)],ee[Vnm&.eI5Zb0bbSb`.G. X[(qEMLtQHYx_!H""
V0lNVS!hFjrBH{[4&H1Ur$\_QQPfNkZh:>D/<z6oYthzWR++^u@#Vژ/|T5MJfEEz;R.B&Knx<[\<uEsJήGw-{_{T ธ)r&g6r,3n8H?^~y>ʝ(<oI'x Z>zdVh.S8S#G,β/|eYr|0=8Jy OõckךT?QO27%ܷ0/0r\+?:KtmD+?_1WfLO</ Ҡ?_|>[F. {M761gPsU(7ֶK#ώ_Wz->=,QW){'̗csc4gtSrws]Z!h#7>%rz_W`v i.
LN
쎭z't*֥
.fd ~tV.`un߆#4L7޻͔~ 2o ~g_6245]骁G 2;lt_"{v+7ԥG ;Ԝ1~k6qHHH\m>&h$>y7.Ut6Wﮟqb~ynf<?I&kZ^MS5M4]Ss5O_:83S~!펴iOMJ{/hzV3R2f<NGȞ0'74~h7ޮkڮ+!5T~mawٯvaۿvjv~l7ُ;Ah$=@7{^g{{h=iOٟiK&"&Q9J$jN)R)MQ:eReSʡ\H){ !_Wr#nM)_͸9[r+nm-_zo\;r'7qݸ;܋o܇o[6;.+g|7}|?A<PyQ!7o[??ʏh=Gxdls|&X>)[dl혃~._)_WK!_7 faNGO~Crӣ!v{G9.'U$%SF();F1"=4_ԏFp}ǹs]OO/;{ oπRߺuA(r~/ߟ?Cv|c`w=>_SngW=nuMSb:Nt3M27ަjn3)g3P_/5fYd-1G͏9q~vYnJ6l ڶl{[b{CppwwBЫN7h*M7GwzY4ZDi rZIi-CDЧ Ikv^G tNOt-3'pTNLȕ
Wj\5:\7_kۭ4~[62^UZ^3?c̟V!/)%#{y"JԸ!CmOm81U.( 61G4vo@~@@~n4_n(iKDqt'NwQ_CwUs>I;q6!Ɨu3sʦ\C?gۣ:`?wA0k]mcx$J i'
PPPPPУ顏Cj
0աGa3qw~q0ohݛmܝ5"o8 hBU&t0|ezTU+TdxIfIkz mnPmOvjVjc&wZGKw4gEt@lW*/W+"4OYq\3Ϫj8rEi;
+ 1IvhZ+bD-_>Esk6-m/.ԦOcּT0\'z
W›ロ4QKj=\HXCeVd'kIUl^]M[%lRFoQ{ &U{Z\)W[Fьp گ#^#^ڭ%{䯁'Su?T*?GytmXVj[jLJgyu,:^񢐖'i6je_Ԓj;jIl,Jc|g^Rs|=-[U}JSSeV_~b|yՉuLVC_mM-o< );.z-jmjMPfS%*y9TrJޣs$V!*yJޯT=?g0[a1[os,B71TF =_pyjutuǺc=D@O3&ɘl(2Y} B;!ʎ%H(#sF=oUUbǖd2UukVϢR慠usW7DѼƁ63Du΍04եz?Zo: t#MнtOiq0lDz~Ր`BC>n4t_.87F;ԇn[D:P uDΣzS`@L" &IFOCGyFɳ4@硫#CsSB؝nC+D-Vwgn.ɋZ:`/ Xlv"7*;wUꬂq&7<_XWEZ̘>LMV./˅Vnv] UZ8ja hWv9J
bB*LT5wnZZR+jMm<mPK!9=@^PKQt5 Themes/com.StreamPi.DefaultLight/res/client/style.cssUT y___ux 
0B쮣A,]MS$[]krtפtsPZyRU򋻞"4-q pv3nstf$H[O_PK|qvotPKQ* Themes/com.StreamPi.DefaultLight/theme.xmlUT y___ux u
0zOWB// G5T1o&vwj^*u;rXy6r:w(`"E0Ꙁ?oNЮ߱S[5b{$P
(qy5;K@ڸF9ڨ= b$0Bc4:7"~#^ ƟPK8>^PKbf(R&KG
config.xmlUT ___ux PKQ AIcons/UT a___ux PKQ A Profiles/UT /___ux PKQw1 gProfiles/6fe15d84-8ac7-4b72-88f6-e497335fea7e.xmlUT /___ux PKJdQ AThemes/UT ___ux PKQ! AThemes/com.StreamPi.DefaultLight/UT y___ux PKJdQ% A(Themes/com.StreamPi.DefaultLight/res/UT ___ux PKQ, AThemes/com.StreamPi.DefaultLight/res/client/UT y___ux PK=Q!9=@^6 Themes/com.StreamPi.DefaultLight/res/client/Roboto.ttfUT C___ux PKQ|qvot5 cThemes/com.StreamPi.DefaultLight/res/client/style.cssUT y___ux PKQ8>^* dThemes/com.StreamPi.DefaultLight/theme.xmlUT y___ux PK e
 GDEFB'HbGPOS)]GSUBYxOS/2 l`cmapwXFcvt +$4Tfpgmw`!,gasp'< glyf& ,lhdmxUz`z headjz6hhea
 H$hmtxr8locaw
maxp>  name6!a$postmd' prepf"Id( q 9 а а  а  EX/>YEX/>Y9999
9 9 01!!!!5!(<6 }wx^^^{ 0EX/>YEX / >Y
+X!Y901#3462"&[ 7l88l7-==Z;;# /
9/а01#3#3ooxwEX / >YEX/>YEX/>YEX/>Y 9|/
+X!Yаа а /
+X!Y а аааа01!##5!!5!3!33#3##!!PP ERRRREPEfb``f#bn0+iEX / >YEX"/">Y" 9  а а 
+X!Y
+X!Y"а"&а")
+X!Y014&'&&546753#4&#"#5&&53326Xÿrw~1Q˷ӹw\~3Aѡ͍{nfycwjƋ~i &48|EX/>YEX#/#>Y
а
/
+X!Y
+X!Y#а/#*
+X!Y1
+X!Y5#95/7#97/014632#"&5326554&"46  &5326554&#"'iXJGWVV;XJHVWIGYiiGNebUINffRуGOecUJOdcTBrBe'3EX / >YEX/>YEX/>Y" 9* 9"*9*"9 9 9 99
+X!Y!9 1
+X!Y01467&&54632653#'#"$2776654&#"euaBĨYokDD{aJgדz!"vvD2dLR`iuvGXRO}sBEKp{v`S0W>CYog!/9/01#3*k //0147&'y& Uu&yOTFzp4U~`qJT&*7k //01'654'77u'Xb'wEgIqv/ iPqIdaU EX/>Y/  /01%73%'J..
).|}ZpXn[^ [N4  /а 
+X!Y01!!#!5!3jj 4̯4 /
+X!Yа/01'6753i^cHe% /
+X!Y01!5! v EX/>Y
+X!Y017462"&9r;;r9a0@@0.>>/EX/>Y01#3`}-s
 ;EX
/
>YEX/>Y

+X!Y
+X!Y01#"532'4&#"3267
m53A8 :EX/>YEX/>Y9/
+X!Y901!#5%3ٺщ]3OEX/>YEX/>Y
+X!Yв9 
+X!Y в901!!56654&#"#4$32!3FpUszۅ0UrձY^&{EX / >YEX/>Y 9/]q/]_r 
+X!Y  а&
+X!Y&9а
+X!Y013665#"#4632 $5332654&'#x{jxf~2rq_,&޶s5P
JEX / >YEX/>Y 9/
+X!Yа в 9 9013##!53!ʺiRm9(-dEX/>YEX / >Y
+X!Y 9/
+X!Y9 а 
+X!Y01!!632#"&'332654&#"J,kvyE1֫s?ֽ}5(!QEX/>YEX / >Y
+X!Y 9/
+X!Y 
+X!Y01#632#"55%"32654&O"sǾWS_y}AGprVDܸM%3EX/>YEX/>Y
+X!Y901#!5!%YHp!+dEX/>YEX / >Y' 9'/']
+X!Y'9'9 
+X!Y"
+X!Y01#"&5467&&546324&"326"264&sbrrap헛mޅ4m01wv10lztoތd$[EX / >YEX/>Y 9/ 9
+X!Y
+X!Y 
+X!Y01#"&&546632#5366%26754&#">:`~fö$']$yzET|ሒ|6WyrTJ仙mD&sEX / >Y01)UD's EX/>Y01HzJEX/>Yа/015r2{z'/а/
+X!Y
+X!Y01!5!!5!BB.KEX/>Yа/0155kVKv!SEX/>YEX / >Y
+X!Y99 
+X!Y в9016677654&#"#6632462"&e2MTnif|㶽ӢmI7l88l7wT_miwl[˱lQ-==Z;;j;5Bl2/EX/>Yв29/99
+X!Yа2
+X!Y*а*/#
+X!Y@
+X!Y01#"'#"&766323267!"3267#"$$3232677&#" ص56JyiQP4qȴ 'Z<%>i |dQX<o$.8@uUSͥ+?,#s'2Zf_ 
T
9
EX/>YEX/>YEX/>Y9/
+X!Y
901!#3#!,-M|PXEX/>YEX/>Y9/
+X!Y9
+X!Y
+X!Y013!2#!265!%!2654&#!tdv="~f+!z~lxmwGEX / >YEX/>Y а 
+X!Y
+X!Y01# 54$32#&&#"3267ɑ
Ʋr64宜葴 ;EX/>YEX/>Y 
+X!Y 
+X!Y013!232554'$]ʦUF QEX/>YEX/>Y 9 /
+X!Y
+X!Y
+X!Y01!!!!!!c-w,/ BEX/>YEX/>Y 9 /
+X!Y
+X!Y01!#!!!:c}zlEX / >YEX/>Y а 
+X!Y
+X!Y 9/]]?O]
+X!Y01%#"$'5!2#!"3267!5!J36l5ji4Ij!w09G gEX/>YEX
/
>YEX/>YEX/>Y а / ] q q/ ] r
+X!Y01!#!#3!3"_rwEX/>YEX/>Y01!#3w5/EX/>YEX/>Y а 
+X!Y013#"&533267 w} tEX/>YEX/>YEX/>YEX / >Y9@JZjz]9]9@6FVfv ]01#33#j0})EX/>YEX/>Y
+X!Y01%!!3jRYEX/>YEX/>YEX/>YEX/>YEX / >Y99
901 3###"#\P7de L
9EX/>YEX/>YEX/>YEX/>Y9901!##33#߿bgv ;EX / >YEX/>Y 
+X!Y
+X!Y01#"$'54$32'#"327   лӹ9iBk
O
9
 EX/>YEX/>Y 9 /
+X!Y
+X!Y01#!2#%!2654&'!iY:坑m
"O#$9EX/>YEX/>Y9
+X!Y 
+X!Y01%#"$'54$32'#" 7yHP  ;tVy9iBkc9EX/>YEX/>YEX / >Y9/
+X!Y 9
+X!Y01!#!2#!2654&'! Vn'Mֈ2 |Pr&d'(9EX/>YEX/>Y а
+X!Y&9&
+X!Yа"
+X!Y01&&54$32#4&#"#"$&533264&VܖkcãGϘty}oY{f{os|u1/EX/>YEX/>Y
+X!Y01!#!5!,-f=9EX/>YEX / >YEX/>Y
+X!Y01"'332653"&89EX/>YEX/>YEX/>Y901%3#3P=YEX/>YEX/>YEX/>YEX
/
>YEX/>Y
9
9 
9017373#'#3) (ɯP%oo9 kEX/>YEX
/
>YEX/>YEX/>Y9@ ]9@ ]9 9013##3]43.."81EX/>YEX/>YEX/>Y9013#3e|
oVz FEX/>YEX/>Y
+X!Y9
+X!Y 901%!!5!5!9A $//
+X!Y
+X!Y01#3!! yx(8/EX/>Y013#(` '//
+X!Y
+X!Y01!!53# zH@'9EX/>Yв9/01#3#+*)iEX/>Y
+X!Y01!5!l9#/]/а/]01#3ڟ&mN(|)*9 EX/>YEX/>YEX/>Y9 9 /
+X!Y 9
+X!Y #
+X!Y01!&'#"&54$3354&#"#46632%2675# (
tqcsv& W#t RUasdGQXXZHWb f9/EX / >YEX/>YEX/>Y9
9 
+X!Y
+X!Y01#"'#36 '4&#"326 p pṒPUӑ}ËΪ,\NK9EX/>YEX/>Y
+X!Yаа
+X!Y01%2673#"546632#&&#">cvntٔixZ]d'ڮi#_f9/EX/>YEX / >YEX/>Y 9
 9 
+X!Y
+X!Y014323#'#"5327&#"_쿾o oƼQS&/4t4О]Nl9EX/>YEX/>Y9/] 
+X!Y
+X!Y9
+X!Y01"5546632!3267"!5&&M{݁#b3qp!"MPBXʣ<e9EX/ >YEX/>YEX/>YEX/>Y
+X!Y 
+X!Yа013#5354632&#"3#竫@?
/5Zbo ibrU`VN$"%&9" EX/>YEX/>YEX / >YEX/>Y9 9 
+X!Y9
+X!Y"
+X!Y0143273#"&'732655#"7327&#"`o u;`wo뺖RU&+xdWo]2џJ
9/EX/>YEX/>YEX/>Y9

+X!Y0163 #&&#"#3E{WioZ&}5up`Nh ? 9EX/>YEX/>Y
а
/
+X!Y01!#3462"&U7l88l7:->>Z<<KY K9EX / >YEX/>Y
+X!Y а/
+X!Y01!"'532654632"&K=4 4>A75688l6:ICS,?>Z<<  uEX/ >YEX/>YEX/>YEX / >Y9@:JZjz
]9@6FVfv
]01#373#tcQ[y_wd<UEX/ >YEX/>Y01!#3UxNx9EX/>YEX/>YEX/>YEX / >YEX/>YEX/>Y 9 9
+X!Y01632663 #4&#"#4#"#:wR6vdj}g C:xN`+ts{h2:NT 9EX/>YEX/>YEX/>YEX/>Y9 
+X!Y0163 #&&#"#;|WioZ&:}5up`N:[4NE 9 EX/>YEX / >Y
+X!Y
+X!Y0146632#"532654&#"[}ߏyﺧ' 2 Dz`Np9 EX / >YEX / >YEX/>YEX/>Y 9
9 
+X!Y
+X!Y01#"'#3632'4&#"326q q㹜TS}xԕ_`Nm9EX/>YEX/>YEX/>YEX / >Y 9
 9
+X!Y
+X!Y0143273##"5327&#"_op鹝WX&)m&x1ԒN G9EX / >YEX/>YEX/>Y 
+X!Y 901&#"#3632*1A[6:}_N&d '(9EX / >YEX/>Y 9  а 
+X!Y
+X!Y!а$
+X!Y014&$&&54632#4&#"#"&&53326qO᯸庁berjS蹂qriKS<TtPLnXGCD>VyW\`]mU V@a9EX/>YEX/>YEX / >Yа/
+X!Y 
+X!Yа013#327#"&5#536A 8IE|~@aAA :T
9EX/>YEX / >YEX/>YEX/>Y 9

+X!Y01%#"&'33273#(lѭFkE!:89EX/>YEX/>YEX/>Y901%3#3 |x?:+: ` 9EX/>YEX/>YEX / >YEX/>YEX/>Y 9 9
901%3##33JйŖƸ;4:*): SEX/>YEX
/
>YEX/>YEX/>Y
9
99 9013##3mmk#K:J9EX/>YEX/>YEX/>Y9 
+X!Y 013#''526773Me#E2^i")~+ Len.X: FEX/>YEX/>Y
+X!Y9
+X!Y 901%!!5!5!:yU4@=29 // 9/]
+X!Y901&&554#5255667x&ѧ2з3sCYZBD/EX/>Y01#3Dr=29 // 9/]
+X!Y9016547&55'73"&ԵA
TRCs2ʼ2"D9EX/>Yаа/
+X!Y
+X!Y 01#".#"4632265ﻉHJ*NTL@L_ 5$k^@
t_fM 3 9/EX / >Y
+X!Y9013#"&462 7l88l7L->>Z<<i &!T"#9EX/>YEX
/
>Yб
+X!Y
ааа
+X!Y01%2673#5&554753#&&#"JdƐʱiyY~"#!Ԗi#[h!"#9EX/>YEX/>Y9/_rq]
+X!Y
+X!Yаа ааа
+X!Y01!!536675'#534632#4&#"!>M(2 Ⱦ޿oi ?nܚ[ `ݝԱk|}i[*A+,9'EX/>Yа/
+X!Y'
+X!Y01%#"''7&547'7632726654&&#"Oϟhpğnf`sqqpqspΣxyğ{{z{{zyx$q9EX/>YEX / >Y 9 9/а/
+X!Y 
+X!Y аааа013!!!!#!5!5!5!34D>0}|B|}M/EX/>Y+013#3Zy4D#EF9#5/EX#/#>Y#9?
+X!Y?9а
+X!Y0#907
+X!Y709#'а#*
+X!Y01#"&'&5732654&'.547&&54$32#4&#"%&'6654&yEHpFѶ]BG 8q:ZKPK6,NTU1d89qu`Yi>0ooX1d}sbEPAPHaeEFPBReEXme/
+X!Y аа/01462"&%462"&e7l88l77l88l7[-==Z<<+->>Z<<[*9':;9'а'6EX./.>YEX6/6>Y6.9/]
.69
/

]
9
+X!Y
+X!Y
96 
+X!Y.'
+X!Y01#"&554632#4&#"3265% $54$#"4$ #"$__[^ll^\]@sKJUӶnӤcU{qxTeۦ%"ܪZX%o&'9EX/>Y&9/в9 9 /
+X!Y 9
+X!Y  
+X!Y01&'#"&5463354#"'4632%2675#j Lwl|EO+XpSY"&V|gox463 gaQ{(?3^fd&Dw /а/
+X!Y01#!5!{?wZ4=6>?96 а6а6#EX/>YEX / >Y
+X!Y
+X!Y 9 /" 9"/""]5 "95/5]55]
+X!Y(59 /а//"=
+X!Y014$ #"$732$54$#"#!2#&4'&''36654&##ZKJs졠zsHXNdZXǬۦ"!Q}{A2=V&$`B6I=.9/
+X!Y01!5!.`| 1EX/>Y а / 
+X!Y
+X!Y014632#"&2654&#"jhhi6JJ67KKhijG9:KOlJa H /EX / >Y а 
+X!Yа 
+X!Y9 ]01!!#!5!3!5!lACVb BV9EX/>YEX/>Y
+X!Yв9
+X!Y в901!5654&#"#46 !,m@<KGkTlfE1=L9rnhkO>& '(9EX/>YEX/>Y9/o]?q/]_r
+X!Y
9&
+X!Y&99 
+X!Y0132654&#"#4632#"&5332654'# TJH?F9K|FBOCFIXf=0-:3)b{yh7[)j}~k-<<3q{#/]а/]/013#<`:Q 9EX/>YEX/>YEX/>YEX / >Y
+X!Y  9013273#'#"'#Sgt> ]Q: sI+C@
+ 9EX/>YEX/>Y901!#"$54$3!T
 PkyI 
9/
+XY01462"&9r;;r90@@0/??tMB9EX/>YEX/>Y#]9
+XY 01!#'2654&'7 OW@b 4aqk4/,* zA9EX/>YEX/>Y9/
+X!Y901#5%3cY9uz' B9EX/>Y
9
/
+X!Y
+X!Y014632 &5326554&#"z̾aTS_aSQ`cJ¥drseNcrnafx& jU'' EX/>Y01P''EX / >Y01o'' 21EX!/!>Y01DxM"Y #$9 /EX!/!>Y!99 
+X!Y в9!
+X!Y0132653#"&547765"&5462L)` tmd}֠mB7l88l7jvc%msq[ɳqN=->>-,<<W{EX/>YEX/>YEX/>Y9/
+X!Y
+X!Y 9 / 
+X!Y
+X!Y901!!!#!!!!!!WpMNa)xYc 8/ 9 /
9 9
9в
9  017YJwIIwJwIPO{O{{Qv )h*+9а&EX/>YEX/>Y9#9#а
+X!Y$а&
+X!Y01#"'#7&54$3273&#"4'327 a ֔g,b4f8[yRhSB}co @] Y 9 EX/>YEX / >Y 9/ 9/ 
+X!Y
+X!Y01!2#!#!2654&'`wi~Cޗx{j*k!+,9EX/ >YEX/>YEX/>Y
99
+X!Y 9#9(
+X!Y01!#4632#"&'732654.54654&#"DϺŀKV˶Q&+15kqJWhXW볟}E3_L, ,^R4`QYT^kN|N*5=ʲ>?9.а9EX/>YEX/>YEX/>YEX/>Y9 9 / ]
+X!Y 99:9:/::]!
+X!Y%
+X!Y(9+а /
+X!Y601 '#"&5463354&#"'46326632!3277%2675#"!54&A⍧nhis2?i(y/@ H2ujPsV^Uk{nQSSOWsLyJ6nSM]4~-,+V,-9(EX/ >YEX/>Y9/9"
+X!Y(
+X!Y01#"&&546632&''7&'77'&&#"32654u؆ypρy0I9ﯽIh!\}g]rÍc[16d8=IG- S9а/
+X!Y
+XY
+XY
+XY
+XY01!5!462"&462"&-9r;;r99r;;r9X:0@@0/>>0@@0.??[z4&e'(9а#EX/>YEX/>Y#
+X!Y!#9!а
+X!Y9 014663273#"'#7&&#"4'3265[{n^I|f|hVJ|d͹aW>HfW7B'*͚#˕7o ڵoP۹`'f9 /EX / >YEX/>YEX/>Y 9
9 
+X!Y
+X!Y01#"'#3632'4&#"326'qq㹜TS}ʄԕ_"/EX / >YEX/>YEX/>Y]/]9/
+X!Yв 9 9а
+X!Y  
+X!Y01##'#"55432!5!533327&#" oƼ쿾olQS/t4/ОmEX/>YEX/>Y9/9/а
+X!Yаа
+X!Y
а а013##!##533!3!5!#b#_""U:EX/>YEX/>Y01!#3U:?: iEX/>YEX/>YEX/>YEX / >Yа/]]/]]
+X!Y
901##333#k[<3:6" ]EX / >YEX/>Y 9/а
+X!Yа
+X!Yа а а
01%!!573iKT}Tϝ*}*"
 KEX
/
>YEX/>Y
9/а
+X!Yааа а017#573le={=7{7K[9EX/>YEX/>YEX/>YEX/>Y 
+X!Y 9901#"'73255#3=6%=3GjhKNc 9EX/>YEX/>YEX
/
>YEX/>Y9

+X!Y
+X!Y01632#"'73254&#"#7 t˳=6#Bo}Q: :h #$%9EX / >YEX/>YEX/>YEX/>Y
+X!Y9/
+X!Y
+X!Y
+X!Y 
+X!Y01!!#"&'4632!!!!!27&#" r|F-wqfml5,aN ,4569&а0EX/>YEX
/
>YEX/>YEX/>Y
91
91/
+X!Y
+X!Y
9
9$а*
+X!Y-01466326632!327#"&'#"532654&#"%"!54&ayێ=Ap2xJ?>dž-c'udfstl~pdcq0 ζ֣} 3 9EX/ >YEX/>Y 
+X!Y0136632&#";T(3 `]^ !9EX/>YEX/>Y9/ 
+X!Y
+X!Y
+X!Y01 5!5#"'763 '27!ݥ=/.dꧩYEu: XT"Kt 9EX/ >YEX/>YEX/>YEX/>Y
+X!Y

+X!Yаа
+X!Y01##"'73265#5356632&#"3`˨=2CAG;T&< h\x
ze7%U&'9"EX / >YEX/>Y 9а 
+X!Y"
+X!Y01#"$'54$326653#"32 `]aϽӹ>dA=k[#U$%9EX/>YEX/>Y9 а
+X!Y!
+X!Y01466326653#"5326554&#"[{ψG@I|񹧍'd33 ۹M 9EX/>YEX/>YEX / >Y 9а 
+X!Y016653"'33265saI ~&a9EX/>YEX / >YEX/>YEX/>Y9в9
+X!Y01#'#"&'33273>5lѭFDDkE#HlKe: )EX/>YEX/>Y 
+X!Y01#"'73265e;4CAH:m h\bOh9EX/>YEX/>Y 9 /
+X!Y9
+X!Y 
+X!Y012'"&55!&&#"'6267!|z{IbO$tl}5}4/а/]9//в901#'#53p
 /а/]9а/0173#53qU

.p
/01 ' 9/] 
+X!Yа/ 01 &533265إLIFOyxFONGh
9/
+X!Y01462"&7l88l7W->>Z<<y'P *9 /а/?] а01#"&4623264&#"'|[\{{{C10DC12BWuvzzV/DBbEF2O829/EX
/
>Y
+X!Y@ /?]01!327#"&5467~:qN04 FZYg{-[VHy,hVY8{>@/а/] а /
+X!Y
+X!Y01#".#"'46323265>{\)<a+):|y]#8`3+9l> ?1k:D-^,;/а/]/а/а//013#3#]mږ/~k 4/@  0@] а /@ 0 @ P ` ] ]а014632#"&72654&#"~dJGb`ILbW4F00#%2Fa`GF]^E#00#$24H//а/]01#3H&o/а/]/013#0N^t./]а/@ /?]в9 901'664&#72tKF[KNMٙN'jgU=P G'7//а/а//]а//01#3#3

8v/
+X!Y01462"&87l88l7->>Z<<?/а/]9/013#tp?q 8 /а/а// 
+X!Yа а/013#462"&%462"&e7l88l777l88l7%-==Z<<+->>Z<<kyIx/010,EX/>YEX/>Y
+X!Y01!#!0Bs0EX/>YEX/>Y
+X!Y9013!%!CLgP(g#z$%9а EX/>YEX/>Y9/]]/]q
+X!Y
+X!Y 
+X!Y01!5!#"$'54$32#"327: лѻª9iB k21EX/>YEX/>YEX/>Y901#3#fwPx! REX/>YEX/>Y
+X!Yа//]
+X!Y

+X!Y017!!!!!!xWWSl?9EX/>YEX/>YEX/>Y
+X!Y01!#!#!2OED >EX/>YEX/>Y
+X!Yа

+X!Y01!!55!!C$ϝJGMt#n
$%9
а
 EX/>YEX / >Y 9/в 9/ а!
+X!Yа
+X!Y 01#5&546767534&'66B}t²/IW" ʵZ!]9EX/>YEX/>YEX/>YEX / >Y 9/а 
+X!Y
016653#&'33 ת j*q$^%&9EX/>YEX/>YEX#/#>Y
+X!Y аа
+X!Y!а"01%6754& !53&5546323!ኚjxxjqf3o$䴂fdwN!"#9EX/>YEX/>YEX/>YEX / >Y
+X!Y
99 
+X!Y
+X!Y01327#"'#"55327327&#"N0J&kk̒RU:"=úM*l+,9/EX/>YEX / >Y( 9(/%
+X!Y%(9 9
+X!Y 
+X!Y012#"'#4664&#"32654&'#5326]bX{͵xzgkl,^mUx~ۮ[.-Â_5lk{fk4?vw.`:8
9EX/>YEX/>YEX/>Y9013#3
&'`'*a+,9"EX/ >YEX/>Y
+X!Y9/(
+X!Y а"
+X!Y014632&#"#"5547'&&32654&'"˯|Vevۑck>}7;H>l'' #'cƈcM%r&'9EX/>YEX
/
>Y
+X!Y
а
"а"//"]"]#
+X!Y#"9"9
+X!Y0132653#"&547&&54632#4&#"33#vqXbʺkp0MbnQB$zIFe[JmM !9/EX/>Y
+X!Yв 99
+X!Y901'6654$'&&547!5fCRQGlCb/36g[xUZaHXNE6T5U-DN-@CaNT 9EX/>YEX/>YEX/>YEX/>Y9 
+X!Y01632#4&#"#8 xȾl\":Q|WN:z  9аEX
/
>YEX/>Y
9/_]]qq/q]/]q

+X!Y
+X!Y
+X!Y01#"532!54&#"! 67!%%ےL4=N,7'K: )EX/>YEX / >Y
+X!Y01327#"|7@0'FI:?@ & %;R9/EX / >YEX/>Y 
+X!Y 9а
+X!Y01237#"&&'#'&&#'6bx!-#&$*MN>`5-/*P_3' %VPQ8. ew-Y./9/EX+/+>Y
+X!Y.+9/ 
+X!Y.+9
+X!Y% 901&#"!3#'7654.5467&&54$32raMǐ| OhHk91LwAvp$gUۘpA%1i@=T@<>'.3Bio.*`'):^ 9EX/>YEX
/
>YEX/>Y
+X!Y

+X!Y ааа01#327#"!##5!q6A0'FIoHr@A &_`NY9EX/>YEX
/
>YEX/>Y 9
+X!Y
+X!Y012#"'#46632654&#"P rq̈́SuNB|ȓةeN"K#$9/EX/>YEX/>Yа
+X!Y 
+X!Y012#4&#"'7654&'&55466=篆o@bPcJb/1FVwNմn۳ c&`P?>U6<F++4*`{:N9EX/>YEX/>Y
+X!Y
+X!Y01!#"554667!32654&#"{z݌vٌ@/ ׷ˬQ:K
9EX/>YEX / >Y
+X!Y 
+X!Y а01!327#"&'!5!i+1*Lj}ui4:=9EX/>YEX/>YEX/>Y
+X!Y013265&3#"&'IɁvq:y!W"L:"^#$9/EX/>YEX/>YEX/>Yа
+X!Y а 
+X!Y01$5474632#665&&#"le
qB3Wi}3fޤR_(C:Y9 /EX/>YEX/>YEX/>YEX / >Y
+X!Y а01665&3#&3zv:N96z:#[$%9EX/>YEX/>YEX/>YEX/>Y
+X!Y 9в901326533265&3#"'#"7ĊrjlqqkjrÇϼU)wχ:㭦-Τuy1yy(q)*9&EX/>YEX/>Y9/
+X!Y 9
+X!Yа#а&
+X!Y01#"&5732655&5463267&#"y<S|t󸖟?Hs G٠ŲRhnJ9EX/>YEX/>YEX / >Y 9 
+X!Y016632&#"#&#"'632$+kWH4$ 'F$׿'C' $4GXk*cXOw<OT]J:&r'(9EX/>YEX/>YEX
/
>Y
+X!Y9аааа

+X!Y
9$01##"'#"47#5!&'!32673326@SS@tJK`XiqqjV`0ȩ㧢*d9EX/>YEX / >Y
+X!Y 9/ 

+X!Y
+X!Yа01!632#'265&&#"#!5!aj90N㖑.Z{ !9EX / >YEX/>Y а 
+X!Y 9/q]q]/]_rr
+X!Y
+X!Y01# 54$32#&&#"!!3267ɏ :Ʋr65嬞葴1;!w "#9 EX/>YEX/>YEX/>Y9/

+X!Y
+X!Y
+X!Yа01!!!#57>7!2654&'iY?(]d4 w_܉k-M9EX/>YEX/>YEX/>YEX / >Y9/ 9/
+X!Y
+X!Y 
+X!Y01!3!!!#3!2654&'rj2_9w⽿dzt>_9EX/>YEX/>YEX/>Y
+X!Y9/ 
+X!Yа01!632#&&#"#!5!hhP(-Θ*> I /EX/>YEX/>YEX/>YEX
/
>Y
+X!Y013!3!#!@2Pg ^9EX / >YEX / >Y 
+X!Y 9/ 
+X!Y 
+X!Y01!!!!!2654&'!BjB_Lݘ{2]9 /EX / >YEX/>Yа
+X!Y аааа 
+X!Y01#!#367!3!!!ǿw^o g kejeouT5EX / >YEX / >YEX/>YEX/>YEX/>YEX/>Yа//]]
+X!Yв9 в901####33333#d<<hhxxQPj(u)*9EX / >YEX/>Y 
+X!Y в% 9%/%]%q$
+X!Y$%9а
+X!Y014&#"#46632#"&&533265%#5366|oô)thtge0Vgsx~ ]EX/>YEX/>YEX/>YEX/>Y9@ ] 9@ ]013##3?3Pb/O9EX/>YEX/>YEX / >Y
+X!Y  
+X!Y01#!#57>7Y?(]d4 P܉kMK9EX/>YEX/>YEX/>Y9 
+X!Y9013#"'72?3O4Zy[O[i3&cMCta3 e4Y6S!*] +,9  а " // 9/в 9 / а
+X!Y $
+X!Yа"013##5#"$$3353"33332654&#x#ּڿĘ N g < /EX/>YEX/>YEX
/
>Y
+X!Y013!33#!_G9EX/>YEX
/
>YEX/>Y9/
+X!Y01##"&'3327inP[26 IEX/>YEX/>YEX/>YEX / >Y
+X!Yа01!3!3!qPjU /EX/>YEX/>YEX/>YEX / >Y
+X!Yаа а
а01!3!33#!q
_ a9 EX/>YEX / >Y 9/ 
+X!Y 
+X!Y 
+X!Y01!!2!!!2654&'[Zf[_ݘ{0
o9аEX / >YEX/>YEX/>YEX/>Y 9/ 
+X!Y 
+X!Y01!!3!2654&'#3rj_W^ݘ{@
O 9 EX / >YEX/>Y 9/ 
+X!Y 
+X!Y01!!3!2654&'cj_^ݘ{ !9EX/>YEX/>Yа
+X!Y9/q]/qqq]/]_rr
+X!Y 
+X!Y01327!5!4#"#632#"$'T=Ϻ δɑ̥%!&'9!EX/>YEX / >YEX/>YEX
/
>Y
9/_]]O_qq/q]/]q
+X!Y
+X!Y"
+X!Y01#"$'##336$32'#"327ڐ
 лӹ*d7kYd c9
EX
/
>YEX/>YEX/>Y
9/
+X!Y
9

+X!Y01!!#$4$3!!!"R7loP>a((d)*9EX/ >YEX/>Y9/999
+X!Y#
+X!Y012#"55766536"32654&gvݐbq|#ZU,H?}'ę):9аEX/>YEX/>Y9/]q]q/?]or
+X!Y9
+X!Y
+X!Y013!2#!2654#%3 '#ZXbw2ts:Ky ]VN0G:,EX/>YEX/>Y
+X!Y01!#!G _:.:]9 /EX/>YEX
/
>Y
+X!Yаа  ааа
+X!Y01776!3#!#!!!@l / O]+>:EX / >YEX / >YEX/>YEX/>YEX/>YEX/>Yа/]]/]q
+X!Yв9 в901####33333#낹~**0
@@XM&'(9EX
/
>YEX/>Y

+X!Y%
9%//%?%]%%]%%qo%%r%
9"
+X!Y"%9
9
+X!Y014&#"#4632#"&5332654&##536teb챾XQijmsɽLYfEIz$@OqbN[O: EEX/>YEX/>YEX/>YEX/>Y9 9013##3H ::?: xEX/>YEX/>YEX/>YEX / >Yа/]]qq]/]or
+X!Y
901##333#݇ylT3:6,:O9EX/>YEX/>YEX/>Y
+X!Y

+X!Y01#!#57667J5ZN :k
R: YEX/>YEX / >YEX/>YEX/>YEX / >Y 9 9 901%3###3pE$:: EX/>YEX
/
>YEX/>YEX/>Y а /o ] ]? q q r q ] q ]/ ]o  r
+X!Y01!#!#3!32:+:9EX/>YEX/>YEX/>Y
+X!Y01!#!#!e_:(:2EX/>YEX/>Y
+X!Yа01!#!5!\d`i%0129 а+/EX/>YEX
/
>YEX/>YEX/>YEX/>Y

+X!Y#
+X!Y)а.01323632#"'##"5%4&#"326%327&#"dҷU@F^ѷaEBUL{?/-C|mz:/*=z 6+# U: </EX/>YEX/>YEX
/
>Y
+X!Y013!33#!:]](Ag;G9EX/>YEX/>YEX/>Y 9 /
+X!Y01!##"&'33273zz C : IEX/>YEX/>YEX/>YEX / >Y
+X!Yа01!3!3!V:]]:m:L /EX/>YEX/>YEX/>YEX / >Y
+X!Yа 01!3!33#!K:]]](A:: a9 EX/>YEX / >Y 9/ 
+X!Y 
+X!Y 
+X!Y01!!#!!!2654&'ܺ6hrod:ik]Zs:
o9 аEX / >YEX / >YEX/>YEX / >Y 9/
+X!Y
+X!Y01!#!3#3!2654&'Vܺ6)hrod::ik]Zs:
O9 EX / >YEX/>Y 9/ 
+X!Y 
+X!Y01!#!3!2654&'Vܺ6hrod:ik]ZsdN !9EX/>YEX/>Y
+X!Y9//?]]qor99
+X!Y
+X!Y01"#46632#"&533267!5!&&cvjw׊fw j~V]ef0N !9 EX/>YEX/>YEX/>YEX / >Y9/]q]q/?]_or
+X!Y 
+X!Y
+X!Y01!632#"'!#3 654&#"V  |o:):״Ʊ/: c9 EX/>YEX/>YEX/>Y9/
+X!Y9
+X!Y01#!#&&5467!!"Ǻho޺lY&gz:[&jOageK" #$9/EX/>YEX/>YEX
/
>Y]/]]9/!б
+X!Y9

+X!Y
+X!Y01!63 #"'72654&#"##5353!c{W=6#HipZ&}ܪ h\ xr`NgN !9EX/>YEX/>Y
+X!Y99/r]qq]q/?]orr9
+X!Y
+X!Y01%2673#"546632#&&#"!!Hcxnuؔh
l
xZ^c(ڮi':} !9 EX/>YEX/>YEX/>Y9/

+X!Y
+X!Y
+X!Y
+X!Y01!!!#57667!2654&'ӷ)A6UM eurc:dZ
iVQ`:~9EX/>YEX/>YEX / >YEX/>Y 9/а 
+X!Y
+X!Y 
+X!Y01!3!#!!#3!2654&'V"ٽ6eurcc
:iVQ`{ 9/EX/>YEX/>YEX/>Y]/]]9/
+X!Y9 
+X!Yа01!63 #&&#"##5353!y{WioZ&4}5up`N: F/EX/>YEX/>YEX/>YEX / >Y
+X!Y01!3!#!V:]d:u a!"9EX/>YEX/>YEX/>YEX/>YEX
/
>Y9
+X!Y01#"&'#"&'3326533265um14qrbr|ijzWYYW&{|#}}":a 9EX/>YEX / >YEX/>YEX/>YEX/>Y9
+X!Y01#"'#"&'3326533267ʮY_Χ[Sboe\Ye:'Ɣð#fuxg'gxuft9EX/ >YEX/>Y9/
+X!Y9/
а а
+X!Y
+X!Y01!!!#533!!2654&'Է*Aiqod::EEwda}&'(9EX/>YEX&/&>YEX/>YEX#/#>Y9/а а 
+X!Y
+X!Y
+X!Yа!0136$32#&&#"!!32673# 5##3xƲ@&謞蓲r6WN$Dz%&9EX/>YEX$/$>YEX!/!>YEX/>Y9/]?Oqqrq]q/?]orв9 
+X!Y
+X!Y
+X!Y9013632#&&#"!!32673#"'##3SѶh
K
cxngڮixZ^c0:( WEX/>YEX/>YEX/>YEX
/
>Y 9 /
+X!Yв901####3#! JJPZI%: WEX/>YEX/>YEX/>YEX
/
>Y 9 /
+X!Yв901####3#!'u|w/)):;YY}EX/>YEX/>YEX/>YEX/>YEX / >YEX/>Y9/а
+X!Y
ав901!3#####!#3!5ŖŞEYWPJJHI:EX/>YEX/>YEX/>YEX/>YEX / >YEX/>Y9/б
+X!Y ааав901!3#######3!'vzu|wyѺ/y))(:;YY?!x"#9EX/>YEX/>YEX / >YEX/>Y 9/

+X!Yааа 
+X!Y0132#&&'##'#"#6633!3!A| *x*x#v{|~zK:u !9EX/>YEX/>YEX/>YEX / >Y9/аб
+X!Yа
+X!Y0135667!#5&&###'#"3!s5 >u! ЭO ~\Fr"&&'(9&EX/>YEX / >YEX/>YEX"/">YEX/>YEX/>Y 9 /
+X!Y #а ааа &
+X!Y01!67!#3!!32#&&'##'#"3!ObYyx|xil|zx%u{|*;:!%&'9%EX/>YEX / >YEX/>YEX/>YEX/>YEX/>Y
9
/
+X!Yа
 аа
"а $
+X!Y01!567!#3!!#5&&###'#3!Fs5 Koh<:"! ЭO \FPF)2*349*/./EX/>YEX/>Y
+X!Y(9(/%
+X!Y %(9
+X!Y.].+а+/++]*.+92014&#!5!2##&&54673665%#53 73#53ڝ+s4Jz4?r*nزg-)miB}5czy

LFv0)2.349././EX/>YEX/>Y
+X!Y(9(//(]((]((qo((r%
+X!Y %(9
+X!Y.+а+/++]*.+92014&'!5!2##&&5467367654%#53 73#53p'f[2K|6rC?虈ٗr CSIw$BmiB}7az0.H

g !9аEX / >YEX/>Y 
+X!Y 9//]]/q]_]O_qq
+X!Y
+X!Y01#"$'54$32"!&27! ζª9iB  p[4N9аEX/>YEX / >Y 9/]q]q/?]q
+X!Y 
+X!Y
+X!Y0146632#"5! 6"!&&[{ | }^':3DyG9EX/>YEX/>YEX / >Y 9
+X!Y017663"#3C!#3g.@@|v?x<Ty. MG9EX/>YEX/>YEX/>Y9

+X!Y017632&#"#3MG# <׍<dd0-:gs4'T()9EX / >YEX/>Yа б
+X!Yа$
+X!Y!01#5&5753'4'#55365#q#`$vvx% #ad]fd" [4%Z&'9EX/>YEX/>Yа а#
+X!Yа
+X!Y014753#5&56654&'#553[ԹݶFcvtebrqc'*"po kl'yͫ ba!Х"foQ,@I
JK9
2а
IEX/>YEX / >Yа в
9
+X!Y 
+X!Y  9%а,а8а8//б-
+X!Y/4а4/<
+X!Y8DаIаI/012#"&'#"&'463"3265332654&##".#"#546326753ۻٻp44pؽcqrbrscpodh+P4qn(Hj@B[;UXXUJ񞝉Č|Tz:"P p$nlRP<if2u ~+?H IJ9 <а HEX/>YEX / >Yа в 9
+X!Y 
+X!Y 9$а+а7а7/-а-/,
+X!Y-3а3/;
+X!Y7CаC/HаH/012#"'#"&'463"32655332654&##".#"#546326753B_/bR]\SbopaQ]]Q,O~0ro)JmAA[;DڕKJл2ۘ|{xggu}!| R o$nlPN?hf2u u ()*9'EX/>YEX/>YEX / >YEX
/
>Yв
9

+X!Yа'а'/(а(/"
+X!Y(%а%/01#"&'#"&'3326533265%5!!#5um14qrbr|ijzB,WYYW&{|#}}"kk}}&'(9#EX / >YEX/>YEX/>YEX/>Yа/ 9
+X!Yа %а%/&а&/ 
+X!Y&#а#/01#"'#"&'33265332675!!#5ʮY_Χ[Sboe\Ye,:'Ɣð#fuxg'gxuf kkuK9/EX
/
>YEX/>Y
а

+X!Y
+X!Y01#&554$32#&&#"3 ŝ|lV dNK9/EX
/
>YEX/>Y
а

+X!Y
+X!Y01#&5546632#4&#"3w׋emp&#eڵt>/EX/>Y01%#%7%73%X!DݶD%F#%H{{m}Khzg'/
+X!Y01'7!' #}lqd0/а/
+X!Yа/
+X!Y012#54#"#52>vor*-ov<ljGln$p/:~SfTW /а/0153f;M{tAW /а/01'7'3M;At{ '5BO\jE/S/`/8/EX/>Y
+X!YEаEL
+X!YаSаSZ
+X!Y%а`+а`g
+X!Y2а8?
+X!Y01462#4&#"4632#4&#"4632#4&"4632#4&#"462#4&#"462#4&#"4632#4&"4632#4&#"stp30.3t]_uq5.,3Hu]_tp5\3t]_tp5.-3Ostp30.3Mttp30.3u]_tp5\35u]_uq5.-3ThhT.750ThgU1450 UghT147.ThhT147.ThhT.77.ThhT.750 UghT147.UggU1450,ck "'9!// //&/EX/>YEX/>YEX/>Y01#'37%%57%'%'7/ z`F: z`F Mu Z@DE&+A`B<aR |bG; |bGDEFEG+&'1BEX/>Y 01&'EX/>Y 01qw9EX / >YEX/>YEX/>Y
+X!Y 9/
а а
+X!Y
+X!Y01!!!#5353!!2654&'Է*AiqodEwda}V9EX/>YEX/>Y9/
+X!Y 9
+X!Y01#!2'#654&'!!27'7ig~mv%XbEnn:˺pg7A[yf`#N"w#$9EX/>YEX / >YEX
/
>YEX/>Y9 99
+X!Y
+X!Y01'#"'#3632'4&#"327'76jonnYsq q㹜TSR<fnZ2}f{8}xԕ'sggb# 6
9/EX/>YEX/>Y
+X!Y01#!#!3#BȹPBv//EX/>YEX/>Y
+X!Y01!#!3B _:<|^
9 /EX/>YEX/>Y
+X!Y 9/ 

+X!Y
+X!Y01!3 #'265&&###!0B<ε/a:^ 9
/EX/>YEX/>Y
+X!Y
9/
 
+X!Y
+X!Y01!32'6654&###!> lbu0xpbȆ!y:&Qa=:&QD&,Q#:&Q`cEX/>YEX / >YEX/>YEX
/
>Yа//]]
+X!Y9а01 ###5##3333pPhhMCNr:|EX / >YEX/>YEX
/
>YEX/>Y
а/]]q]/]or 
+X!Y 9а01 ###5##33533Zw2ee*:3:6DmEX/>YEX
/
>YEX/>YEX / >Y9//]]
+X!Y
+X!Y 901##!5!33#%Vr~?>}:EX/>YEX
/
>YEX/>YEX / >Y а / ] ] q ]/ ]o r
+X!Y
+X!Y 901##!5!33#eUzkS36&,Q:&Q `EX/>YEX / >YEX/>YEX
/
>Yа//]
+X!Y
+X!Y01!!!#!#3i=">r_i: EX/>YEX / >YEX/>YEX
/
>Yа/o]]?qqrq]q]/]or
+X!Y
+X!Y01!!!#!#3K-eՙ_2:k9/EX/>YEX/>YEX/>Y9/
+X!Y
+X!Y
+X!Y013 #'265&&###!#!v<y2OAa:k9/EX/>YEX/>YEX/>Y9/ 
+X!Y
+X!Y
+X!Y0132'6654&###!#!"љ0|{e& }_:q(6789)EX / >YEX/>YEX/>Yа/9/ 
+X!Y
+X!Y,
+X!Y,9&,9(
+X!Y3
+X!Y01"'#"$55463"327&5546632366554&#"׳u҄vF8yhvofhy}xubhycazIBBĬ"٦ a_4JHҲmO$/019%EX / >YEX/>YEX/>YEX/>Y9/  
+X!Y
+X!Y'
+X!Y'9$
+X!Y"'$9,
+X!Y01"'#"&5543"327&5463236754&"vśI].,OafIxF 9B:8 ^btsuz9&<Q):&\Q4]/EX/>YEX / >YEX/>Y
+X!Yаааа

+X!Y01!5!53!!!33#!w_:M /EX/>YEX/>Y
+X!Yа
+X!Yа
01!5!#!33#!1](Ag&QFg_;&Q>P9EX/>YEX
/
>YEX / >Y 9/а
+X!Y0133673##5"&'Wyxr26 !P[" ;P9EX / >YEX/>YEX/>Y9/
+X!Yа01!##5&&'33673ٺFSTE ̵C
G9EX/>YEX/>YEX / >Y9/
+X!Y0133632#&&#"5.͘7L?%g&'9$EX/>YEX/>Y9/
+X!Yа а
+X!Y#
+X!Y01 5&&53463 !327!54&#"PW̳/@Q)[ŢZ}l]S-5Z!cN!u"#9EX / >YEX/>Y 9/]
+X!Yа а
+X!Y 9 
+X!Y01"5&&53>32!327"!5&&xwep#oqp!0nMŒXʣ_9/EX/>YEX/>YEX/>Y9/а
+X!Y
+X!Y01!#333#'265&&'!d q:{ 9/EX/>YEX/>YEX/>Yа/]]q]/]qа
+X!Y
+X!Y01'654&'##333dp0[d]|9抒3:6/&t,:&K
9EX/>YEX/>YEX/>YEX/>Yа/_]]qoqqrqqOq]]/]?r 
+X!Y
+X!Y01!3#"'73265!#r<6%=AH4ng\K:
9EX/>YEX/>YEX/>YEX/>Yа/o]]?qqrq]q]/]or
+X!Y
+X!Y01!3#"'7265!#K񹫘<4<BH:+mh\'2:&,:&&1:&]a !9EX/>YEX/>Y 9 /
+X!Y
+X!Y 
+X!Y01 # 5!5#"'7627!.dݥ=/!TYEu: X"h,j 9EX/>YEX / >Y
+X!Yв 9/ а 
+X!Y
+X!Y01!5!#"&&5332654&##5vkkv{}irxiu(:] 9 /EX/>Y
+X!Yв 9/ а 
+X!Y
+X!Y01!5!#"&&533265%#5 erބz}ɠvfqy":Kt&D&&@T;K:&O&&T]019K&<T)K:&\TWe
R9 EX/>YEX/>Y9/ 
+X!Y 
+X!Y013!"$5467!"ms=P*8Yg\ !9EX/>YEX/>Y9/
+X!Y
в9
+X!Y01!"$54$7!376676'3#%!"GjXor@/={Dn8dn+,-9*EX/ >YEX/>YEX/>YEX/>Y9 
+X!Y99"
+X!Y(
+X!Y0132336676'7#'#"5&#"327'dķj_NA)yىNlRS =MA_xнff1ޭ>6'f()9EX / >YEX!/!>Y( 9/
+X!Y 
+X!Y9!
+X!Y! 901536654!!5!36676'3#54&'kSAtA0uy{bEPO[ιXM@x1:'c()9EX/>YEX/>Y
+X!Y9(9/
+X!Y
+X!Y%901%36676'3#&'54##'36654&#!'!_pvB-縇zn}uܼX9pGWJU]J4R!` "#9/EX / >YEX/>Y" 9/
+X!Y 
+X!Y9
+XY0153665!!5!3'67#&'54&#!aMjQk<wy}dFa@Hsn4~y: ` !"9/EX/>YEX/>Y!9/
+X!Y
+X!Y9
+XY01'3654#!5!3'67#&'54#'lVbMiT g3gSI5La>Ht}!^Dp#e$%9EX/>YEX / >YEX/>Y
+X!Y
+X!Y 
+X!Y 901!#57>7!32676'7"&5'Y?(]d4 _YO?).܉k`tͼff?::!e "#9EX / >YEX/>YEX/>Y 
+X!Y
+X!Y
+X!Y 901!#57667!32676'3#"&'1A6UM ZOl{A0lxZ
!`yP|yq9EX/>YEX/>YEX/>YEX/>Y
+X!Y
9а/q_]]qoqqqOq]]/]r?r
+X!Y0136676'7#&'!#3!]JB+{؊Beoͺbg'nM:9EX/>YEX/>YEX/>YEX/>Yа/o]]?qqrq]q]/]or
+X!Y 
+X!Y901!#3!336676'3#&'C\Ml|A0滧3:*!duSyv"I#$9EX / >YEX/>Y 
+X!Y
+X!Y 901"$'4$32&#"36676'3
܇;bq5&{XDuϳ[[meNF 9EX/>YEX / >Y
+X!Y 9
+X!Y01%6674'3#"5546632&#"Q`Zĭv֋`,cPYzrV2B:ܳ#GO9EX/>YEX/>Y
+X!Yаа 
+X!Y901!5!!366'7#&'%\LB+yىH`rnbgF:O9EX/>YEX/>Y
+X!Yаа 
+X!Y901!5!!36676'3#&'^Mqw@*蹪ct}<)r$*+9EX/>YEX / >Y
+X!Y в% 9%/%]%q&
+X!Y&%9а
+X!Y0132653# $54%&&54$!2#4&#"3#Xϰx%­ıxtgV0eeugvu}~/K&TE,K:&TTop # /а/а/ а//013#3&5tYިPIBR[{U;_% % "FL@"Fff@ k+01!5!5!5!llkg`1x!
9EX/ >Y 9/01#546j]aHtf0G!
9EX/ >Y 9/01'6753i]aHd$;
9 /
+X!Yа/01'6753i[cIvdeOg /а/01&&'5]jM_H@ah1&C<& ?$d1
9
/
+X!Yа/ а / 01'6753'6753i[ci[aHl@HkF$ LEX/>YEX/>YEX
/
>YEX/>Y

+X!Yа01!#!5!3!$lp_vW`4~EX / >YEX
/
>YEX/>YEX/>YEX/>YEX/>Y
+X!Y
+X!Y аааа01!!#!5!!5!3!!!4jssj`
v" 
9/
+XY014632#"&5o\[rn^]oWpm]%WnoX/&&'XR,  9/ 
+X!Y014632#"&R66688666k-==--<<DW#'5CQRS9а&а(а6аIEX/>YEX/>Yа/а/а/ а /$9$/&9&/+
+X!Y2
+X!Y+9а2@а G
+X!YN
+X!Y014632632#"'#"&54632#"&5'326554&#"326554&#"326554&#"7MOOL ihhXJHVWIGYXIHVWIHWBXJGWVJHXeyyGxx{HBrB7OecUJOdcTJOefRJOddSNebUINfeSl /9/01#53'&sY/9/01#'َ{{;nj" //017'hhnBrB6 EX / >Y 01zT
9EX/>YEX/>YEX / >YEX/>Y 9

+X!Y0163 #&#"#Jn,{ m [h)!*+9EX/>YEX/>Y)9)/
+X!Y
+X!Yа аа)а)а//]
+X!Yа 
+X!Y$а&01!!!536675'#53'#53'4632#4&#"!!!>M(2Ⱦ޿oi\SD[ `E}}Աk|}}6#&)EX/>YEX/>YEX / >YEX / >Y 9/а/]$а$/а/а/
+X!Yа#ааа/ а /а/
+X!Y а)ав& 9' 9013#3##!##535#533!3!'#35!%3'5#WbQa;aLwwh蘔Д(#)*9#EX/>YEX/>YEX/>YEX
/
>YEX/>Y
+X!Y

+X!Yав!9!/
+X!Yа/'
+X!Y01#327#"&5###!233332654&'#6A#4IF|~ɹybaAA &6WU#'+05:9;<99а9"а9'а9+а9-а93EX/>YEX / >YEX/>Y 9/а/а
+X!Y

+X!Yа
ааааааа а"а$а&а(а*а
-в0 9
2в5 96в9 901333#3#####53'#5333337#37#3'#7#%7#3''Xe)fVXg)e[VHp#ql$ܮ"h7e52$˜˜$
: fEX/>YEX/>YEX / >YEX/>Y
+X!Y9/

+X!Y
9/012#4&'!#3!2673eo>qg:Lx_:u~N_#$%9EX/>YEX / >Y# 9#/
+X!Y 
+X!Y а#а#а//] 
+X!Yаа
+X!Y01!327#"#535#5332&#"!!!Qtfxx
jmn"% |}#˼}#(EX / >YEX/>Y (
+X!Y$(9$/p$q$$ $]
+X!Yа/pq ] 
+X!Y!а!/p!q !]
+X!Y аа/а$
а$ааа/01##535#535!23#3#!'!!!!2!&#!6kDm?YJT:0^p2,4^YV*iEX/>YEX / >Y
+X!Yаа/а
+X!Yаа/ 
+X!Y 901#3###'3667!7!&'!7!@.}.0/Qu i}k\ EX/>YEX/>Y9/а/]
+X!Yаа аа а
а
+X!Yа а аааа
+X!Y9/01#"'5755737765PldǦZooooYssss X]:]9EX/>YEX/>YEX
/
>YEX/>Y
9/ 
+X!Y а01#5&'##5753߹q!ڷ 4!m"pEX / >YEX/>Y 9/
+X!Yа
а
/

] 
+X!Yаа
а 
+X!Y01!##535#53!2!!!2654&'!OZ&z'59:;9а(а8EX
/
>YEX%/%>Y
а/
9*:J]

+X!Y
+X!Y
96F]%]%а/%+
+X!Y2
+X!Y6%
96/8
%98/01#"&554632#4&#"326546  &5326554&#"'{z{yIBAMOA=LXJHVWIGYiinGo:MfRINeL:GGOecUJOdcTBrBhj!g"#9EX / >YEX/>Y 9/
+X!Yа
+X!Yа 
+X!Y01"&5#5276632366554&#"bnq_xΫkpYg0&g#$ƭ%kbcU{'RL()*9ааEX'/'>YEX%/%>YEX/>YEX"/">YEX / >Y аа/]
+X!Y 
+X!Y
+X!Y!% 9& %901!5!46 #"&5326754&#"##33gu8_VT]_UT_T=]bkj`eakkcnqg8 nEX/>YEX / >YEX/>Y9/ 99в 9 а
+XYа а01##33####5!ތ4ZppZ [!vwq8QNe9EX
/
>YEX/>Y
9/
+X!Y
+X!Y
9

+X!Y01%#"&54632!327"!&wĬzs^r>nz*zqT''$EX/>Y01dS'&'$EX/>Y01cI'!'$EX/>Y01Y'#' $^EX/>Y01j2*^+,9# /EX/>Y 9/9 
+X!Y
+X!Y#
+X!Y012.#"'763 #"554"32655'&&<]:i`1txސ䌟MDy;0Nn2֥#=Zj+(/EX/>Yа
+X!Y01#!#!6<E 7/EX/>Y
+X!Yа

+X!Y01!!55!!kaFAJҐB"EX/>Y
+X!Y01!5!C?=
9/EX/>YEX/>Y9
+X!Y013##5!0;PtbN,<q=>9$а4EX/>YEX
/
>Yа/а/99
 
+X!Y)
+X!Y0а 901#"&'#"&5546326632326775.#"%4&#"3265~߉PQ쐉ހ~߈QPPr4 rPs5 uP ܼ'*caܹ߽*a`޸K?9EX/ >YEX/>Y
+X!Y
+X!Y01#"'73254632&#"e9:.!<T%6k  e +,-9/] а / ]
+X!Y
а
/
+X!Y а/ а/#а#/#]
+X!Y а /(
+X!Y#+а+/016636327#"''&"6636327#"''&"f0BRJBNfgNBDOB00BRJDPfgNBJRB03:#NmSD<3;#M!mN#D<9/
+X!Yааа/
+X!Yа 01!'7#5!7!5!3!!_l `_wߔ;;ˡ>=f a@9wEX/>YEX/>Y01Pf"s@9vEX/>YEX/>Y01+ 8
9EX/>YEX/>Y99013# pl')'%%$ny3:,EX/>YEX/>Yа/а01#3#38y?\_W 
9 /а/@P]а/01'6753iHOHm\L[<&JJ,9EX/ >YEX/>YEX/>YEX/>YEX/>YEX/>Y
+X!Y 
+X!Yа013#5354632&#"3#!#3ʫϽp}qwiI\=2kk^U:<^EX/ >YEX/>YEX / >YEX/>Y
+X!Y
+X!Y а01&#"3###5356632#0|L繫e+ckUv=(<2'+EX/ >YEX/ >YEX / >YEX/>YEX/>YEX*/*>YEX)/)>YEX#/#>YEX'/'>Y !
+X!Y%аа 
+X!Y013#5354632&#"!54632&#"3##!!#3竫@?
/5ZbϽp}rwi޹po ibr\=2jl^UU:<2(lEX/ >YEX!/!>YEX(/(>Y!"
+X!Y&аа!аа 
+X!Yа(%аа 013#5354632&#"!56632#&#"3##!竫@?
/5Zbe+|Lpo ibrv=(ckUU<&vEX!/! >YEX/>YEX/>YEX
/
>Yа%б
+X!Y

+X!Yа!
+X!Y01#327#"&5#53&''"##535463236A#4IF|~=f]ZaAA `p9,_TLͲMN9EXG/G >YEX/>YEXK/K>YEX@/@>YEX / >YEX,/,>YK
+X!Y 
+X!Y аG
+X!Y@,9@ 
+X!Y:,@9:%
+X!Y1,@9,4
+X!Y01#327#"&5#5354&#"#4&#"#"&&5332654&$&&54632&546323Ow#4MBvfbX\%berjS蹂qriqO`V,ʛ~ UruXF;ip|LLnXGCD>VyW\`]mUGKS<TtPnR|M[r (7=CIOVZ^bfjnvz~Ʋ9аа0а<а>аFаJаPаWа[аaаcаgаmаpаwа{аааа=/EXF/F>Y~I+z{+w+:+
=F9
/а/а/
а/P9P/o
+X!YPo9

+X!Y%
+X!Y)а)/.а./4
+X!Y=<
+X!Y=kаgаcа>а<lаhаdа?а:AаF`а\аXаKбJ
+X!YZа^аbаGаINаQ
+X!Yv
+X!Ywаzа{а~аа01#"&'5463232#4&#"32653#"&53326533!5353!#%5!#53254'5!!5!!5!5!!5!!5!3254&###535#53#53%#535#53#539df~heCbrT24JA@JJB@I\iRXm]h)6q(om56o\~gb[\
[\]v:<]qqqqqq"oooooobyx^u_|x^%IMT F-HENNEpENNEON]QS[6,;qqttSRJtttttt8qqqqqqP)~~~\s $(R++
+а!/%/+%а/!а/ 9 /9/01 4676654&#"36632#33#3#AD$J\:+98][/KR11::'J34@4_<A\L[L
B V9EX/>YEX/>Y
+X!Yв99
+X!Y 01!!5654&#"#46 !,m@<KGkTlfE1=L9rnhkOz6EX/>YEX/>Y9/
+X!Y01!#5%3cY9uP H9EX
/
>YEX/>Y

+X!Y
+X!Y01#"&'54632'4#"327EµU TEX/>YEX/>Y9/
+X!Y
+X!Y
+X!Y01#"&54632#53$26754&#"e)#Oih|nװ?xO@Blm`!,eEX/>YEX / >Y*а*/*]*]
+X!Y*9*9 
+X!Y%
+X!Y01 &5467&&546 4&#"3264&#"26cUbsqbU`bڜlknmt]^nopZV&&bc'&VXVnlX[dgeNdaQPbcB:9EX/>YEX/>Y
+X!Y901#!5!F~$r e!"9EX/>YEX/>Y
+X!Y9/9
+X!Y
+X!Y01#6632#"&55!"264&4N߾@<P ~{9?׮K?JM@(؆k9EX/>YEX / >Y
+X!Y 9/
+X!Y9 а 
+X!Y01!!632#"&'332654&#"E%csī bpysiB)CJ0Ҵұ[Vqj*0
P9 EX / >YEX/>Y 9/
+X!Yа в 9013##!'3!5Bs/N& '(9EX/>YEX/>Y9/]q]/]or
+X!Y
а%
+X!Y%9а 
+X!Y0132654&#"#4632#"&5332654!#`zvlpb泼e[깃lpqcTS`[MO%@њOcb[NV 9EX/>YEX/>Y
+X!Yв9 
+X!Y в901!!56654&#"#4632!g]t^yöc~^ARipkκQA9EX/>YEX/>Y9/
+X!Y901!#5%3cc H9EX
/
>YEX/>Y

+X!Y
+X!Y01#"'5432'#"32zrI᧨SG FEX/>YEX/>Y
+X!Y9
+X!Y 901%!!5!5!/gqx|xy 1EX/>YEX/>YEX/>Y9013#38RXJC
i&1 SEX/>YEX
/
>YEX/>YEX/>Y999 9013##3(usEKB1`9EX/>YEX/>YEX/>YEX
/
>YEX/>Y
9
9 
9017373#'#3  Ƹ֮׷&P@w;PeskS1EX/>YEX/>YEX/>Y90173#3@77$^\kst
=9EX/>YEX/>YEX/>Y 
+X!Y01#"&'33265
Ӷy{ (/EX/>YEX/>Y
+X!Y01!#!5!qs C%]EX / >YEX/>Y 9  а 
+X!Y
+X!Y а#
+X!Y014&$'&54632#4&#"#"$53326#yVyq{8Vﺚ~*PXJ+bȜbkYPAXPe[ˢfr[% c9EX/>YEX/>YEX / >Y9/
+X!Y
9
+X!Y01!#!2#32654&##Z u~?Y
Xm]dnY6W!O"#9EX/>YEX/>Y9
+X!Y
+X!Y01%#"54632'4&#"3265Upf|6F$Fo 1>ϹU
O
9
 EX/>YEX/>Y 9 /
+X!Y
+X!Y01#!2#%!2654&'!C|wJǨjd`w`Z H9EX
/
>YEX/>Y

+X!Y
+X!Y01#"5324&#"3265Z$2>4BX EEX/>YEX/>YEX/>YEX/>Y9901!##33X]lmw`9EX/>YEX/>YEX/>YEX/>YEX / >Y99
901 3###zrsqsZo)EX/>YEX/>Y
+X!Y01%!!3CHW LEX/>YEX/>YEX/>YEX / >Y99
901#373#֓!Րz+M69EX/>YEX/>Y а 
+X!Y013#"&533265Աۺqr\nŝŷ^fm_QEX/>YEX/>Y01!#3QX TEX/>YEX
/
>YEX/>YEX/>Y
9| / ]
+X!Y01!#!#3!3X\c5b
9EX
/
>YEX/>Y
9/ 
9

+X!Y
+X!Y
+X!Y01%#"'532#&#"3275!5!5B &QіSS*Z'TJ CEX/>YEX/>Y а / ]
+X!Y
+X!Y01!#!!!K Cs+iEX / >YEX"/">Y" 9  а а 
+X!Y
+X!Y"а"&а")
+X!Y014&$'&546753#4&#"#5&&53326#yV˦ƹyq{8Véߺ~*PXJ+bˆbkYPAXPe[”fr[0 cEX/>YEX/>Y9/
+X!Yа
+X!Yаа
+X!Y01!!!53677'#53'&632#4&#"!p8
O ˵ʹh`]h"oF"y{̷pw{ m9EX/>YEX / >Y 9 9/а/
+XY
+XYаааа0133!!!#5!5!5!533M@yDxxKyt39EX/>YEX/>Y
+X!Y01!#! S=
9EX/>YEX/>Y9
+X!Y01!!3'!Sɭ=C\^0`ZaEX/>YEX/>Y9|/`pq`p]
+X!Y
+X!Y
+X!Y01!5!#"5324&#"3265Un2>4BS8
9EX/>YEX/>YEX/>Y9013#3#'ɭsj\^>K f 9а EX
/
>YEX/>Y
+X!Y
9/]
+X!Y

+X!Y01!!5!!5!!5!K CwC {ID@ 9EX/>YEX/>YEX/>Y
+X!Y01!#!#!D ? E 9EX/>YEX/>Y
+X!Yа

+X!Y01!!55!!owQWJ:__`^EX/>YEX/>Y9/в 9 /а 
+X!Y
+X!Yа01#5&$54$7534&'66?6 nn vr
`]9EX/>YEX/>YEX/>YEX / >Y 9/а 
+X!Y01$3#&'33ٺ3k4K-u~!^"#9EX/>YEX/>YEX / >Y
+X!Yаа
+X!Yа01%66554&#"!53&54323!>=&! :#˜&,n9EX/>YEX/>YEX/>Y
+X!Yав9/
+X!Y
+X!Y01!5!!632#52654&#"#}1ľmxy2`0 9EX / >YEX/>Y 9 
+X!Y 9|/]`p]0q`pq
+X!Y
+X!Y 901#"546632#&&#"!!32670{~Ay'^ӻtïo' z!"9EX/>YEX/>YEX / >Y
+X!Y 
+X!Y9/
+X!Y
+X!Y01!!#7766!!%!2654&#+^ M{;.`Q
$;rsneu J-Yuc_p 9EX/>YEX/>YEX / >YEX/>Y 9|/] 9/ 
+X!Y
+X!Y 
+X!Y01!3!!!#3!2654&'CH$+s}nJYwa[q(.\9EX/>YEX / >YEX/>Y
+X!Yав 9/
+X!Y01!5!!632#4&#"#}1dy2C P 9/EX/>YEX
/
>YEX/>YEX/>Y
+X!Y 01!!#!3!3CGe  a9 EX / >YEX / >Y 
+X!Y 9/  
+X!Y
+X!Y01!!2!!2654&'!+ s}nĥ wa[qY.]9 /EX/>YEX / >Y
+X!Yаа  ааа
+X!Y0177667!3#!#!!!)GG.Bd 1V T\9EX / >YEX / >YEX/>YEX/>YEX/>YEX/>Y 9|/]`p]
+X!Yв9а 01####33333#cd,YY,

Q<G($)*9EX
/
>YEX/>Y

+X!Y
9'
9'/'/']']'']$
+X!Y$'9
9
+X!Y014&#"#4632#"&'&5332654%#536}nngvq[=yyPT]XOV)$[,.YV``Xa L
9EX/>YEX/>YEX/>YEX/>Y9 9013##3st, i
9EX/>YEX/>YEX/>YEX / >Y9|/]`p]
+X!Y
901##333#jd5
'6O9EX/>YEX/>YEX/>Y
+X!Y

+X!Y01#!#776676^ D)^P s^" D9EX/>YEX/>YEX/>Y9 
+X!Y013"'72673-^%P&P\1I f0xEI 1; F 9/EX/>YEX
/
>YEX/>Y
+X!Yа 01%3#!3!3DPGT =G9EX/>YEX/>YEX/>Y 9 /
+X!Y01!##"&'33273߹~0py21 P 9EX/>YEX/>YEX
/
>YEX/>Y
+X!Yа 01!!3!3!3Ĺ  uY 9/EX/>YEX
/
>YEX/>YEX/>Y
+X!Yа а а 01%3#!3!3!3Ǯ͹T   a9EX/>YEX/>Y
+X!Y
9
/
+X!Y

+X!Y01!!5!!22654&#!*
hQrsnJXuc_pYg&
R9 EX/>YEX/>Y9/ 
+X!Y
+X!Y01!3!22654&'!+Ps}nnJwa[qYK} 9EX/>YEX/>Y9
+X!Y 9| / ]` p ]0 q` p q
+X!Y 
+X!Y9013267!5!&&#"#6632#"&'A~xyotuλ!"#9EX/>YEX / >YEX/>YEX/>Y  9| /` p q ]` p ]
+X!Y
+X!Y
+X!Y01#"'##336324&#"3265 ع$ BP c9EX/>YEX/>YEX / >Y9/ 
+X!Y 9
+X!Y013&&5467!#!!!"P"zqѹ. &hs!0|  R9EX/>YEX/>Y 9 /
+X!Yа а

+X!Y01###53!!3"9EX/>YEX/>YEX/>YEX / >YEX
/
>YEX/>Y
9|/]`p]`pq
+X!Y9
+X!Y в9013######33333c&zcd,YY,Z<T

Q<N9/EX / >YEX/>YEX / >YEX/>Y 9| /` p q ]` p ]
+X!Y 9
+X!Y013####333AoiqjdRDT
y 9EX/>YEX/>YEX / >YEX/>Y9|/]`p]`pqа
+X!Y9 0135333###5##3DP<4qAP
#9EX/>YEX
/
>YEX/>YEX / >Y9|/]`p]`pq
+X!Y
+X!Y 901##!5!33#i c4
`[#./09$EX / >YEX/>YEX/>YEX/>Y9/  
+X!Y
+X!Y&
+X!Y&9!&9,
+X!Y01"'# 53"327&54323654&#"[٦~62ϵͶ^vbj;<E*(!E'8ڲy8 &&D
]01&ql 9/EX/>YEX/>YEX / >YEX / >Y 9 9 9 
+X!Y 901353###3(u1tsJTEKB&^ 9/EX/>YEX/>YEX/>Y
+X!Y
+X!Y
а а а 01%3#!!5!!!3DPFT=P9EX / >YEX/>YEX/>Y 9/
+X!Yа01!##5&&'353673߹cighge!
ɺm{x "1,G9EX/>YEX/>YEX/>Y9/ 
+X!Y013632#4&#"#~>1dy3k$l%&9EX/>YEX/>Y!9!/!]
+X!Yа!
а
+X!Y
+X!Y01"5&&53>32!3267"!54&Φ_fLP9<" ƨ^w ((/¤^ia 9EX/>YEX/>Y 9 /
+X!Y
+X!Y 
+X!Y012#"5!54&#"'66267!G)R9AgH)/ơGp9EX/>YEX / >Y
+X!Y9 9/ 9 
+X!Y
+X!Y901!5!#"&'&5332654&##58Y<zsvŋ-.ZYdhj_j`Z v9аEX
/
>YEX/>Y
+X!Y
9|/]`p]`pq
+X!Y

+X!Y01#"532267!"!&&Z v
 $2>4wì0'()9EX/>YEX / >Y 9/q]Oqа/@ /?O]]
+X!Y
+X!Y 

+X!Yааааав!9$
+X!Y01!!!!!!5367#535'#53'&632#4&#"nl
$
?˵ʹh`]hy]yjGy]y@̷pwB!"#9EX/>YEX/>Y!9!/!]! !]
+X!Y
+X!Y а! а!а/@ /?O]]
+X!Y
+X!Yа01!!27#"&'#535#536632&# !!!/h bhvo`Yy dymyym()*9ааEX'/'>YEX%/%>YEX/>YEX"/">YEX / >Y а /а/]
+X!Y 
+X!Y
+X!Y!' 9& '901%!5!46 #"&5326554&#"##33n-4^WT^aSRa]PYji\RZhg^lm(f !9EX / >YEX/>Y 9/
+X!Yаа а /@   / ? ] ]
+X!Yа а 
+X!Y01%!#5#535#53!2!!%!2654&#!rp괴YP̨Yxbdz> &tEX/>YEX/>Y9|/]
+X!Y
9&
+X!Y&9 
+X!Y& 90132654&#"#4632#"&5332654'# TJH?F9K|FBOCFIX=0-:3)b{yh7[)j}~k-<<3q6
JEX / >YEX/>Y 9/
+X!Yа в 9 9013##5!'33Pkky+f![dEX/>YEX / >Y
+X!Y 9/
+X!Y9 а 
+X!Y01!!632#"&'332654&#"p2AJy
AHNJI;y|~ecKD>M+VQEX/>YEX / >Y
+X!Y 9/
+X!Y 
+X!Y01#632#"&55467"3264&(Hrv~3MS?=NGMwt3n, "TUO|L:3EX/>YEX/>Y
+X!Y901#!5!];kEO (}EX/>YEX/>Y$9$/$$$]$$/$]$q$$r
+X!Y$9 $9
+X!Y
+X!Y01 &5467&546324&#"26"264&wJ@w}~N>?KL~L7??p?@Cv7;jyyjBa7vgvv:4::45::50.88\7I ]EX/>YEX/>Y9//]
+X!Y
+X!Y
+X!Y01#"&54632526'2754&#"Eevs7{^*O<;LJ@A~y=dbG<SPTCAN "/
+X!Y01!5! |@nrtEX / >Yа/@ ?O_o]а/?O_]а/@/?O_o]/ 
+X!Y
+X!Y013#4632#"&732654&#"rdHDcaFHdU3$#00#%2rFa^IG\^E#21$&24 WEX/>YEX/>Y а / ] ]
+X!Y
+X!Y
+X!Y01!!!!!!WkJN)7DEX&/&>YEX/>Y&)а)/
+X!Y&9/9/]7
+X!Y79 &90
+X!Y;
+X!Y&B
+X!Y01##"'3#"&5467&547&554632!32654&'#326554&":oxOI4z΍^T8sPGo<8<hltigҊTib^*@PT`zS*/J|Rj ]7JYrLJAS{zXWxxZdXNcEX / >YEX / >YEX/>YEX/>Y 9 9
+X!Y 
+X!Y01%!"553 73#325&&#"l l"jquHk=$c 9EX/>YEX/>YEX/>Y9/
+X!Y 9
+X!Y01#!2#&'54&#%!265!!rA;9tcE=6x| iEX/>YEX/>YEX/>YEX / >Y9|/cs]3C]]
+X!Y
901##333##Ur~> TEX/ >YEX/>YEX/>YEX / >Y9/
+X!Y
901##333#̀~;  LEX/>YEX/>YEX/>YEX
/
>Y99 901#333#r ckKy; LEX/ >YEX/>YEX/>YEX / >Y99
901##333#P+ u 
H9EX/>YEX/>Y 
+X!Y 
+X!Y013!2!326554&#iƽM@`0N9EX / >YEX/>Y а 
+X!Y
+X!Y01#"546632#&&#"32670{~y'^ӻt˽jokEX/>YEX/>Y9/]/]]
+X!Y9
+X!Y
+X!Y013!2!2654#%32654'#_Xctszl|Q~!ebUčUSp
GEX/>YEX/>YEX/>Y 9 /
+X!Y
901!#3#!Fnߦؼs; /а/01#546+k;T;ScoM `/а/@ /?O_]

+X!Y а /а/а/@/?O_o]/01#"&533265%3#ਇOIGOpe_rr_7=?5/]]p]а/@ /?O]
а
/
+X!Y
+X!Yаа/@?O_o ]а/@ /?O]/01#"&&#"'46323265'3#`F5q"#/T`F/,#0x}JiB 3&KkK3&nX
]/]а/а//]/9/ а /а//] 

/013#'#3#"ũ"ɍ^F
]/]//а/а//]9а//
а
/

/
]01#'#3#3FŪ"ϞUis/а//]9/аа/9|/@ /?O_]а/@ /?O_] в 9901#'#3'6654#72FũA;J<人|!C\XI;B<iF/а/а/@ /?]9/в9
а
/?
O
] а /@   / ? O _ ]
а/ 
+X!Y

+X!Y01#'#%37#"&#"'46323265Fũ-`A6n(6M`@*|&4䞞>^G.?bF-3 9EX/>YEX/>Y
+X!Y013!#!̹B0  `/а/@ /?O_]

+X!Y а /а/а/@/?O_o]/01#"&533265'3#ਇOIGO`f_rr_7=?5 f/а/@ /?O_]

+X!Y а /а/а/@/?O_o]в9901#"&533265''6654#72ʡJIELJBQD^rs]5>=6|;RNB2;>PEX
/
>Y016 EX / >Y 01[!EX/>Y01V"EX/>Y01:#EX/>Y01O$EX/>Yа01I%EX/>Y01~N  9EX / >YEX/>Y а 
+X!Y
+X!Y01#"$'54$32#&&#"3267/n}GDJ㣨7~"p #$9EX / >YEX/>Y 9/ 
+X!Y
+X!Y" 9"/?"O"]""]
+X!Y01%#"$'54$32#&&#"3267!5!C㰻֨!"
xӅr*arG-NڕF:0F H9EX/>YEX/>Y 
+X!Y 
+X!Y013!23254#8>*$(~_"H#$9EX / >YEX/>Y 
+X!Y
+X!Y01#"$'54$324&#"325_⯫! n}xrqyJ7O5;~_&O'(9#EX/>YEX/>Y9
+X!Y#
+X!Y01%#"$'54$32'4&#"325_9<"!n}xqqyZy F:P3;3EX/>YEX/>Y9/
+X!Y01!#5%3ɹ
 V 9EX/>YEX/>Y
+X!Yв99 
+X!Y 01!!56774&#"#46632! }
}fzx~xsT5TluplQ /EX/>Y
+X!Yв 9/ 
+X!Y
+X!Y901!5!#"'732654&##5tr4׹<vlgXʥg>
LEX / >YEX/>YEX/>Y
+X!Yа/ в 901%3##!53!ź<
Im! 5eQ /EX/>Y
+X!Y 9/
+X!Y9 
+X!Y01!!676#"'732654&#"f~6o:әju"tt@reϤ:SJ&/EX/>Y
+X!Y901#!5!W#? !~/а/@ /?O_]

+X!Y а /а/а/@ /?O]а/
+X!Y
+X!Y!01#"&533265#"&#"'46323265ҡJHGJ`F:w,"0S`E0,#0_vv_6@@6
JiK3&KkK3&g!/а/а/01#3!`m9
EX / >YEX / >YEX/>YEX/>Y  
+X!Yа/]]
+X!Y
+X!Y
+X!Y 
+X!Y01!!"53!!!!!7'"mc[l얯2>4 g B?%N/EX / >Y
+X!Y 9/ 9
+X!Y  
+X!Y01267#"546632#"'726754&#"߱wu҄v&zi"i~<2\RëKg ( /EX/>Y 
+X!Y  а /01%#"'73255g;4C ;
L,EX/>Y01sNEX/>Y01#MEX/>Y 01wKEX/>Y01vO,EX/>Y017HeEX/>Y01~EX/>Y01_SEX / >Y 01pEX/>Yа"01JTKe:Ke:U:EX/>Y01YZ:&
U:!fEX/>YEX/>YEX/>Y
+X!Y9//]
+XY
а 
+X!Y01%32654&##5&#"#6632#"'RXarTNcke׵wh3{cbU'>Ub1x ;EX/>YEX/>Y
+X!Y
+X!Y01 5 '4&#"3267"<<> 4;3EX/>YEX/>Y
+X!Y901#!5!@%H4f9 /EX / >YEX/>YEX/>Y 9 9 
+X!Y
+X!Y01#"'#3632'4&#"3264oɀpp񹣌PUË֪,\NK9EX/>YEX/>Y
+X!Yаа
+X!Y01%2673#"5546632#&&#"@cxnvۓhxZ^c* ڮiο![f9/EX/>YEX / >YEX / >Y 9  9 
+X!Y
+X!Y01466323#'#"&&'7327&#"[q΀oo|uRS&4x؟[VN&'(9 EX/>YEX/>YEX / >YEX/>Y9 
+X!Y9
+X!Y$
+X!Y0143273#"&'732655#"5327&#"[oVH7?OoSS&272*2(8١ZDN8EX/>YEX / >Y
+X!Y
+X!Y0146632#"&&'732654&#"Z~咏'
į`2Np9 EX / >YEX
/
>YEX/>YEX/>Y 9 9 
+X!Y
+X!Y01#"'#36324&#"3262nȁqt
TS}}'ە[`Nm9EX/>YEX/>YEX/>YEX / >Y 9
 9
+X!Y
+X!Y0143273##"5327&#"[opVX%4r&x5ߓ]Ne9EX/>YEX/>Y9/] 
+X!Y
+X!Y
+X!Y01"''46632!327"!54&q |݀$™x9s NtZrʠ`VN%#&'9# EX/>YEX/>YEX / >YEX/>Y9 
+X!Y9
+X!Y#
+X!Y0143273#"&'732655#"5327&#"`pRA7zo뺕RU%/-)I:2ӠWg&2,349,а,EX / >YEX/>YEX/>Y* 9! 9*!9!*9
+X!Y 9 9 99 9 0
+X!Y01"&54677'&54632653#''277654&#"NhKK]I E^ёjdLk?6BSHB8HVK6Ohlspo4taqK3I;TI]:F90<M4EF a9EX
/
>YEX/>Y 
9 /
+X!Yа
+X!Yаа  а а01!!573%MH
U[,},,U 9EX
/
>YEX/>YEX/>Y
9/
+X!Y
+X!Y
9/
+X!Y
 
+X!Y
901!!!!#!!!!5&& f) ;D-2 Y9 EX/>YEX / >Y 9/ 9/ 
+X!Y 
+X!Y0133###32654&'ִwŦ*Zlb`w`Z'j()9а$EX/>YEX/>Y99
+X!Y!9"9$
+X!Y01#"'#7&53273&#"%4'3265քtK{E=Or4;Jj>Gp ?4Ngni;b\409EX / >YEX/>YEX/>YEX/>Y 9/]
+X!Y 9/
+X!Yа
аа01##!##5353!533!5![ZZ\[\OOKX[9EX / >YEX/>YEX/>YEX
/
>Y
+X!Y
9
901"'73255#33<4 #@]K Qkm% iEX/>YEX/>Y9/]/]q
+X!Yа
+X!Y
+X!Y013#53!2#32754'#3$)]ʦ]iEX/>YEX/>Y9/]/]q
+X!Yа
+X!Y
+X!Y013#53!2#32754'#3$)]ʦ]l/EX/>YEX/>YEX/>Y/]]9/
+X!Yв9 
+X!Y01#63 #&&#"##53533^{WioZ&ȹ}5up`Nҗ1NEX
/
>YEX/>Y
9/
+X!Yаа

+X!Y 01###53!5!!3-f,77Dp@vEX/>YEX/>Yа/
+X!Yа/]
+X!Y 
+X!Yааа013#3#327#"&5#535#536A 8IE|~@AA N6&%D06EX/>Y 016&%u6EX/>Y 016&%6EX/>Y01"&%:EX/>Y01&%j6EX/>Y01&%PAEX/>Y01&%'Z"wD&'yFB&)DBEX/>Y 01FB&)uBEX/>Y01FB&)BEX/>Y01F&)jBEX/>Y01B&-DBEX/>Y01QB&-u5BEX/>Y01FB&-@BEX/>Y01^&-jpBEX/>Y
01"&2:EX/>Y 01v 8&3DR8EX / >Y!01v 8&3u8EX / >Y"01v 8&38EX / >Y"01v $&3<EX / >Y#01v &3j8EX / >Y'0016&9D+6EX
/
>Y016&9u6EX/>Y016&96EX
/
>Y01&9j6EX
/
>Y#016&=u6EX/>Y 01m&EDEX/>Y* 01m&EudEX/>Y+ 01m&EnEX/>Y+01m&EjEX/>Y,01m&EjEX/>Y0901m[&E EX/>Y,601m_&E'\DN&Gy?]&IDEX/>Y 01]&IuTEX/>Y 01]&I^EX/>Y 01]&IjEX/>Y%.01g&DEX/>Y 017&uEX/>Y 01,&&EX/>Y01D&jVEX/>Y 01&RaEX/>Y01[4&SDEX/>Y 01[4&Su^EX/>Y 01[4&ShEX/>Y01[4&SdEX/>Y01[4&SjEX/>Y#,01&YDEX/>Y 01&YuVEX / >Y 01&Y`EX/>Y01&YjEX/>Y!01K&]uEX/>Y 01K&]jUEX/>Y 01&%p>EX/>Y 01m&EplEX/>Y*01&%7EX/>Y 01m&EEX/>Y+01OiEX/>YEX/>YEX/>YEX / >Y
+X!Yа/9/
+X!Y901#327#"&547!#!-&:qN04 FZYg,P-[VHy,hVlsjmON-7EX/>YEX/>YEX/>YEX)/)>Yа/9 9 /
+X!Y 9)$
+X!Y.
+X!Y 3
+X!Y01%&'#"&54$3354&#"#46632#327#"&54'2675# $tqcsv&!:qN04 FZYgW#t&EUasdGQXX-[VHy,hVZHWbwW&'uWEX / >Y01\&Gu3EX/>Y 01wW&'WEX / >Y01\&G=EX/>Y 01w&'WEX / >Y#01\&GEX/>Y$01wW&'XEX / >Y!01\&GREX/>Y"01B&(CEX/>Y01_+&HHr]]qqr_rOq]O_]`]q]01F&)pJEX/>Y 01]&Ip\EX/>Y01F&)CEX/>Y01]&IEX/>Y!01F&)qBEX/>Y01]&I;EX/>Y%01OFzEX/>YEX/>YEX/>YEX/>Y9/
+X!Y
+X!Y

+X!Y
+X!Y01!!#327#"&547!!!!I:qN04 FZYg]-w-[VHy,hVi,]hN%-~EX/>YEX / >YEX/>Yа 
+X!Y*9*/**]
+X!Y"
+X!Y%9&
+X!Y01%3327#"&547&5546632!3267"!5&&Gs:qN04 FZYgb{݁#b3pn6-[VHy,hVlZ!!MPBFB&)CEX/>Y01]&IsEX/>Y"01zW&+WEX / >Y"01`V&KUEX/>Y'01z/&+XEX / >Y"01`V&KEX/>Y'01z&+WEX / >Y'01`V&K2EX/>Y,01z&+`V&K4+XEX/>Y*01B&,BEX/>Y01A&LA /01z.&-<FEX/>Y01`&"EX/>Y01l&-p>JEX/>Y01R&p$EX/>Y01C&-kCEX/>Y01)&QEX/>Y01Xx&- Oh&M&-BEX/>Y 01&-.-KJ&MN55&.|5EX/>Y01K9&3EX / >Y01X&/E &O1&0u&1EX/>Y014&PuEX/ >Y 01 &0lW U&P&0EX
/
>Y01&PVP]]/qq/?rr_orqOq]O_]`]r01&0&P86&2u6EX/>Y 01&Ru[EX/>Y 01 &2 N&R36&27EX/>Y01&RzEX/>Y01&R`/O]]01v &3p@EX / >Y!01[4&SpfEX/>Y01v &39EX / >Y"01[4&SEX/>Y01v 7&3k8EX / >Y&"01[4&SEX/>Y" 016&6u6EX/>Y01&VuEX / >Y 01 &6cS N&V6&67EX/>Y01c&VEX / >Y01Pr8&7u8EX/>Y)01_&WuQEX / >Y) 01Pr8&78EX/>Y)01_&W[EX / >Y)01PMr&7y_EN&Wy]Pr&7u_N&W3Pr8&79EX/>Y+01_&WpEX / >Y+011&8f V@&X1M&8y M@&Xy16&87EX/>Y 01 y&X]]O]01"&9:EX/>Y01&Y\EX / >Y01&9p>EX/>Y01&Yp^EX/>Y01&97EX
/
>Y01&YEX/>Y01&9KAEX
/
>Y 01[&Y EX/>Y015&9D6EX/>Y01 &YEX / >Y 01{ UEX/>YEX / >YEX/>Y в 9 
+X!Y
+X!Y01327#"&547"'33265N04 FZYgO!;r`Hy,hVaS&O:oEX/>YEX/>YEX/>YEX/>YEX
/
>Y
+X!Yа/9
+X!Y01!327#"&547'#"&'33273:qN04 FZYglѭF-[VHy,hVjeE=6&;6EX/>Y01+&[$EX / >Y016&=6EX/>Y 01K&]%EX/>Y01&=j6EX/>Y01Vz6&>u6EX/>Y 01X&^u!EX/>Y 01Vz&>n6EX/>Y01X&^EX/>Y01Vz6&>7EX/>Y01X&^@EX/>Y01WB&uBEX/>Y01N|&uzEX/>Y@ 01v&uEX/>Y,01[z4&u7EX/>Y) 01&0&/x,qq/]rOq]_]01&0&/x6]Oqrrorqq_]/]01(&&E 
]
]01p&3DEX/>Y 01p&3udEX/>Y 01p&3nEX/>Y01p
&3j"EX/>Y01p&3jEX/>Y01py&3)EX/>Y01p|&3'
`J0&1yt&(DEX/>Y 01&(u7EX/>Y01&(AEX/>Y01&(jqEX/>Y01_&DEX/>Y01/&uEX/>Y01$&EX/>Y01<&jNEX/>Y 01X
&"EX/>Y 01`Z&DEX
/
>Y01`Z&u}EX
/
>Y01`Z&EX
/
>Y 01`Z
&"EX
/
>Y01`Z&jEX
/
>Y#,01t
&DEX / >Y01t
&u^EX/>Y01t
&hEX / >Y01t
&jEX / >Y"01 &u3EX/>Y 01p&3pl&EX/>Y 01p&3EX/>Y01OpiEX/>YEX/>YEX/>YEX / >Y
+X!Yа/9/
+X!Y901#327#"&547!#!&:qN04 FZYghnxs-[VHy,hVl
!`0&1uiEX / >Y01`0&1sEX / >Y!01`0&1PEX / >Y#01`0&1EX / >Y!01&01EX/>Y01&(p?&EX/>Y 01&(lEX/>Y01&(EX/>Y01O|EX/>YEX/>YEX/>Yа/]]
+X!Y
+X!Yа

+X!Y
+X!Y01!!#327#"&547!!!!Wk=:qN04 FZYg-[VHy,hVi&(VEX/>Y01c5&qEX
/
>Y 01c5&EX
/
>Y 01c5&NEX
/
>Y%01c5&OX&EX/>Y01X
&"EX/>Y01J&p&EX/>Y01!&IEX/>Y01Of&c&EX/>Y 01+ &EX/>Y01W&&uEX/>Y01&&~EX
/
>Y01&f7X&uEX/>Y 01X&lX&EX/>Y01`Z&p&EX
/
>Y01`Z&EX
/
>Y01`Z&EX
/
>Y"01%&u'EX/>Y01%& %&FEX/>Y01C&u>EX / >Y(01C&HEX / >Y*01CM&ySC&]EX / >Y*01(&(&PEX/>Y 01(O&y>t

&d"EX/>Y01t
&pf&EX / >Y01t
&EX / >Y01t
y&)EX / >Y01t&EX/>Y01tt
 UEX/>YEX/>YEX/>Y в 9 
+X!Y
+X!Y01327#"&547"&'33265
xo2lN04 FZYgZz0([RHy,hVhVθy{ 1&;EX/>Y01 &=EX/>Y 01 &jmEX/>Y01G&u3EX/>Y 01G&EX/>Y01G&REX/>Y01?&%)F?&)r7A&,=w@&-?&3/?&=d]?&2t&*EX / >Yа!01%&F)Vz>,w-/R12v 3418=9<^&-jpBEX/>Y 01&=j6EX/>Y01dw:&uEX/>Y$01c9&+EX/>Y(01a:&FEX/>Y01K%&*EX / >Y01t&!EX/>Yа'01?:[4NS`:v!:ZZLtInEX/>YEX/>YEX/>YEX/>Y999 
+X!Y9
+X!Y012337#"&'#&#'6®X=DH/%[x>IkDDI/^rn&jEX / >Y01&jwEX/>Y#01[4:&SCEX/>Y01%&"EX/>Y01z"&SEX/>Y&01F&)jBEX/>Y010B&uBEX/>Y01Pr&d'(9EX/>YEX/>Y а
+X!Y&9&
+X!Yа"
+X!Y01&&54$32#4&#"#"$&533264&VܖkcãGϘty}oY{f{os|uw-^&-jpBEX/>Y 015.,0&/u{0EX/>Y01M&CEX/>Y01%&0F)&1CEX/>Y 01R1,v 34w'189<mNE]NI&EX/>Y 01[4NS`NT\NK9EX/>YEX/>Y
+X!Yаа
+X!Y01%2673#"546632#&&#">cvntٔixZ]d'ڮi#K:]):\]&IjEX/>Y%.01G&uEX/>Y 01_NWhMD&jVEX/>Y 01KYN?&u;EX/>Y 01K&]PEX/>Y01=6&;D,6EX/>Y01+&[DEX / >Y 01=6&;u6EX/>Y01+&[uEX / >Y 01=&;j6EX/>Y#01+&[jTEX / >Y016&=D6EX/>Y
01K&]DEX/>Y 01g! #&K?&HEX / >Y010GR6&1u6EX/>Y01x&QuEX/>Y 01k&%mkN&EFB&)DBEX/>Y 01B&DmBEX/>Y 01]&IDEX/>Y 01&DEX/>Y 01Z!_(C:&9EX/>Y01 &EX/>Y 01[K@N&S]vK 0&3]PQj&QXRM&QCwQ&'Q\QN&GQR=.`:w-5&CEX / >Y01&_EX / >Y01w-&%7EX/>Y01m&EEX/>Y,01&%j6EX/>Y01m&EjEX/>Y0901WN|NF&)CEX/>Y01]&IEX/>Y!01]&XjEX/>Y'001bOb&jEX/>Y$-015&jBEX / >Y&01&jdEX / >Y&01Pj&jWEX / >Y0901X&j^EX
/
>Y.701&pJEX/>Y 01&puEX/>Y 01&j6BEX/>Y01&jEX/>Y01v &3j8EX / >Y'001[4&SjEX/>Y#,01g[4Ng&j'=EX / >Y'001[4&jEX/>Y$-01&j XEX/>Y'001d&j|EX/>Y'001M&pJEX/>Y01K&]p#EX/>Y01M&jBEX/>Y"01K&]jUEX/>Y 01MA&/BEX/>Y01K&]EX/>Y 01&j BEX / >Y#01g&jdEX / >Y!010&'-jBEX
/
>Y(01&'*jmEX
/
>Y(01_H&%mN&EJ&%FEX/>Y 01m&EEX/>Y)01&%7.EX/>Y 01m&E7hEX/>Y,201&%8=EX/>Y 01&E8lEX/>Y,101&%9EX/>Y 01mY&E9mEX/>Y*001&%:EX/>Y 01m&E:lEX/>Y*3016&%'6EX/>Y01m&E&nJEX/>Y-01&%<-EX/>Y01m&E<EX/>Y,901&%5-EX/>Y01m&E5EX/>Y,:01@&%==EX/>Y'01m
&E=EX/>Y,E01&%PEEX/>Y01m&EPEX/>Y,:01&%'7EX/>Y01m&E'JEX/>Y,01F&)
]N&IF&)REX/>Y 01]&IEX/>Y01F.&)FEX/>Y01]&IZEX/>Y!01&)7:EX/>Y 01]&I7XEX/>Y!'01F&)8IEX/>Y 01&I8\EX/>Y!&01&)9'EX/>Y 01]I&I9]EX/>Y%01F&):EX/>Y 01]&I:\EX/>Y!(01FB&)'B
EX/>Y01]&I&^EX/>Y 01&-dREX/>Y01&JEX/>Y01~&-k h&MM
v &3[4N&Sv &3HEX / >Y.01[4&SEX/>Y*01v=&370EX / >Y# )01[&S7bEX/>Y%01G &38?EX / >Y! (014&S8fEX/>Y$01v &39EX / >Y! '01[S&S9gEX/>Y#01v &3:EX / >Y! *01[4&S:fEX/>Y&01v 8&3'8EX / >Y"01[4&S&hEX/>Y01e1&u1EX / >Y(01[&ueEX/>Y& 01e1&DN1EX / >Y'01[&DEX/>Y% 01e& AEX / >Y401[&EX/>Y201e&5EX / >Y)01[&kEX/>Y'01e7& [&&9:&YQ&9FEX
/
>Y01&YEX/>Y01B&uBEX/>Y01&ucEX/>Y 01B&DEBEX/>Y01&DEX / >Y 01&REX/>Y)01p&EX/>Y(01.&FEX/>Y01&iEX/>Y01& &&=:&]c&=FEX/>Y 01K&]JEX/>Y01"&=:EX/>Y 01K&]!EX/>Y01_&H'&GCd/]011&8Q?(:&Q&Qg;&Q0&QG:&Q?U&LQYcN&MQLdEX/>YEX
/
>Y
9/9/ 
+X!Yаа
+X!Y

+X!Y01#!!#53533!2654&'Pj_PPݘ{dEX/>YEX
/
>Y
9/9/
+X!Y аа
+X!Y

+X!Y01#!!#53533!2654&'Pj_PPݘ{0 PEX/>YEX/>Y 9 /z ]
+X!Yа а

+X!Y01!##53!!!B Tm1G: KEX/>YEX/>Y 9 /
+X!Yа а

+X!Y01!##53!!!xܺ $!ߗę1EX/>YEX/>YEX/>YEX/>Y9//]]
+X!Y9/
+X!Y
а в901###53533#33#7Ur7>(vEX/ >YEX/>YEX/>YEX/>Y9/
+X!Y9/
+X!Y
а в901###53533#33#~; W
9EX/>YEX / >YEX/>Y9/
+X!Yв
901###53333۔Qz|Q  %.`:d
9EX/>YEX / >YEX/>YEX/>YEX/>Y
+X!Y
9 а01###53333Jܿ k&R9dEX / >YEX/>YEX/>YEX/>Y 9/
+X!Y 9а в 901####53333Ĥk_]kb8{.):dEX / >YEX/>YEX/>YEX/>Y9/
+X!Y9а в 901####53333<AA֧ku>cM/&*&"Fff@]3^5P-0"dzW&+uWEX / >Y"01`V&KuKEX/>Y' 016&2Df6EX/>Y 01&RDEX/>Y 01 &%m2EX/>Y 019&EEX/>Y* .01_F,&)8>EX/>Y 01)&IEX/>Y #01
,&->EX/>Y 01&EX/>Y 01v "&34EX / >Y!%0134&S EX/>Y !01U &6.2EX/>Y01&VdEX / >Y 01 &9h2EX / >Y01+&YEX/>Y 01?&d&&
 &F&(
_&H &(e]01_&Hi&,
&L
0&/u{0EX/>Y01 A&OuDA /01&/Y &OeF&0
a&PN
R&1
xN&Q
&2$
N&R
v &36 S*EX / >Y#ܲ#q#qO#q/#q701B&4u|BEX/>Y01`&TuEX / >Y 01&6
N&VJ
Pr&7_N&W1&8 V@&X&96QEX/>Yܰ*01.&:FEX/>Y
01!&ZEX/>Y
01&:
!:&ZM
=&;
+:&[S
Vz&>
X:&^b
2O&3Fqp&3c&(<&<&<d&
X&<d&
7p32(GXQWwX`Z( &1<&jNEX/>Y 01 &jmEX/>Y01&(jqEX/>Y01&u4EX/>Y01CQ<&jNEX/>Y 01+MW&u%EX/>Y01" &gEX/>Y01p32(a&EX/>Y 01wX`ZD`01(&1GP)EX
/
>YEX/>YEX/>Y

+X!Y
9'
9|'/']'q']`'p']0'q`'p'q&
+X!Y&'9в
9 
+X!Y014&#"#4632#&&5332654%#536}nngvq˯yPT]XOV)$[[V``X_/EX / >YEX/>YEX/>Y  9| / ]
+X!Y  а
+X!Y01##!#3!33\g `V0ZEX/>YEX/>YEX/>Yаа
+X!Y
+X!Y01#&5546632#&&#"32670˩{~y`aӻt˽jo Qk&Qa&p&EX/>Y 01" &p:&EX/>Y01`5& &su`Z&uu}C&)1&D1&u11&jk &DO&%|mON&EYF&):
]ON&IOp&3W&(`:&M
T$aaaaa:@?rUJQ~[pJ 5
0
r
 a |  ( v  T  u3Xoq$?9dco 9M-a1.? P p !!B!t!!!!""{"###$`% %%&U&','''(A((),)*L*}*+L+,,l,,-Z----..?.u../+/H/e/n///0
0N0Z001,1Y112 2~23A34.4a45B556k667c788l899J9::x:;D;<<=
=~=>>i>?1??@8@@A(AmAABMBBC}DDkDETE{EFFFFGRGGH?HnHI&I\IIJ JxJK&KL L|LMwMN]NOOdOP.PQNQQRTRS9ST5TURUVpVW/WuWXJYYZAZ[[a[[[\\\]]]x]]^Y^^_(_~____``[`aasaaab@bbcd9dEdQddddeNeefPfgggghhhhhhi$iiijjjjijkUkl6llmkmn`no@oop8ppppppppppppppppppqqqq2qVqzqqqqrrGrrrrs sstt+t?tuuv?vKw+wx xyyyzQ{{j||^|||}}*}}}~~M~",erˁ4ÃÅv2^}y>ĊK{ċLuԍs!dVgƐ&@?r^J͘f)i gכUv؝9,=3uJ!;ңEUܥYϦ5z%=ĩN
Jd(pbv­٭IhѯP=dձoҲ 3DUh{ͳسHĵ%xٶTfʸCK3hֻ''/Z1H_x׽5Le|ؾ6Of}ٿ
!8Ng}3Lcz3—/F]tÊáø-DZqĈğĶ ŦŽ.E\hƖƨƿ2=H_kwǎǥDZǽMYe|ȓȟȫ1Hazɑɨɴ2HT`lxʏʥʱʽ/F\sˊˣ˼L̳'>Ul͚̓Ͱ /Wj΁Θή%<Rjπϖϭ "9RiЀЖЯWnфћѲ vҌҢҹ
!8CYp|ӒӞӳӿ'@WcyԐԦԲ "9Rk $;Q\htր֌֤֘ (0Ibyאק׽c{ؓتt|ٕٝ٥ټ
"*2:BJRZqyځ%>F]sۊۡ۸/7?Kbj܁ܘܤܰ 5NZfr~݊ݖݞݦݮ+DLTkނޛޣ޼6Le~ߗ߰߸ #:Pi&2>Ul0Ke~-Hco{ 8Qi !-D[t:Tk #/;Ri
,8DPg~ (+k.x!x2Kd},E^jv(4@LXz5AMYeq} %-5=EMf~ #+BJRZbjrz Z&2>JVbnz#o2_<.R 0s dw~nieeg&rN5%L~s~~]~^~5~~~M~p~d)Hd.K/j85w?lsz-j5Nv mP10=9VH( X@y9Zm}0\_=]<}`hj[}_ _ i!+)X@q`i[i3ZXeI[fnJZFaB>{CtzzfU5P9oDzDYvN~G[_sO")"hDa]~e[7bjy*2{^Z~o^'8  qsqg>2xEMZRqd.`Pc%mzn%e)Me`,Q]W_zyBHJ*d{1> 2CP/M,Szd'Yla[. XR,(dYgx6XMdd/hMg'+V+(F   #PLqg[
.qg[$~+2uGdtgqf, Vca ~D>1qm9*),4\gojo/? Z/,O>]hi:;.9@)WYdV6+1IRyDu?ve# Fd/, o))
\04%4%@? `0$Oh<$iFWZ~RDflfY;6`z[Uv+~_"*t H]Ozh:g&TdcjYjE?:b ed>/+Ln\<n<<<<_3[5\BzPU`Br0NNc#G+ T&1g|t&( CJY\`T+c C30 g`g>?g``ur&|`A'Ot(Y$. ?GN'"(j=QN{KvP Gy 7#`_ &a&j=j^?G`30B"(>6[V:OI:dL$=|`Pn^iiP6[V:OI~~~~X>ke.Jg`;s#wv7~_pPx ;}2\[[Z[=]}`yWg9 `05%]]188888885w----vvvvv0000ZmZmZmZmZmZmZm0\=]=]=]=]j[[[[[iiii8Zm8Zm8Zm5w0\5w0\5w0\5w0\?_=]=]=]=]=]sz}`sz}`sz}`sz}`h-----j5NNWNNjjjjv[v[v[ScP _P _P _P _P _1 1 1 0i0i0i0i0i0i=+VXVXVXzNv[&(|``````|t|t|t|t+ |`|`|`|`cccc+T```JJJ C C C C&(&(&(|t|t|t|t|t|t1+ + #G#G#G8)7-=2f8V-v 19-dPc]s[!)][]zsP--j5$M8sv 5w19Zm=][}0\)=][ _R=+=+=+eg08Zm=]Z_
Y[ IvPX5w0\.-C -8Zm8ZmzN=]]7b7bC PXv[qg[qg[dMdMMMzYg6_8Zm8Zm8Zm8Z8Zm8Zm8Zm8Zm8Zm8Zm8Zm8Zm=]=]=]=]==]=]=]--v[v[v[Gv[v[v[~e[~e[~e[~e[~e[0i0i_1(zYgs[/?hs[8'.9)Pcl?~]~^~5~dsz}`j8Z9_=)-
v3U0i+}?_?_hNjv }P _1 0!!=+VX2"c$gP#GT`\&(+ T&+  C+T"P`\|`&(T&?G|`+ "g`9 ` C111+ 8Zm=]l IJ 033fP [ GOOG@f : 
 
 
        
    

nt ~%'0S_g~7Y #%/EOboy?M    " ' 0 3 : < D t  !!!!"!&!.!^"""""""+"H"`"e% &(1T`h7Y #&0FPcpz>M
   % 0 2 9 < D t  !!!!"!&!.!["""""""+"H"`"d%eD#
(%^S~|}rsolkiaYP!ߔyMߪެߞߝߖߓ߇kTQ
222tt~lt0Rb{z|  }~+,-.
  ()*+,-./012345678wxLM}~NOPQRSTUyzVWXYZ{|[\]^_opv   ~xcyo{z%&&''|(01127889@ABCIJKLQRST_`a befg}h~+
77YY  ##      "#$%%&/0014556899:=>>??@ABBCCDDEEFOPPQQRRSSTTUXY[\\]]^^_abbco
pqruvwxxyyz(,159wCL}NyVXY{[_`o>?pMM r
}         " % ' 0 0 2 3 9 : < < D D t t      v    !!!!!!!"!"!&!&!.!.![!^"""""""""""""+"+"H"H"`"`"d"e%%,K PXY _^-, EiD`-,*!-, F%FRX#Y Id F had%F hadRX#eY/ SXi TX!@Yi TX!@eYY:-, F%FRX#Y F jad%F jadRX#Y/-,K &PXQXD@DY!! EPXD!YY-, EiD` E}iD`-,*-,K &SX@Y &SX#!#Y &SX#!#Y &SX#!#Y &SX#!@#Y &SX%EPX#!#!%E#!#!Y!YD- ,KSXED!!Y-
,(E- ,)E- ,' SX@cTX(pY#SX TX(pYYY- ,@ ZX)D)DY- ++++:0%+H;.!+XH8(+RC4%+^M<++6,"+q]F2+w\:#+~gP9+ TE6&+
v`K6+ dN:#+ ٲc<+  +<2'+@4)+PA.!+ + E}iD?s_ss/tOtottttu?u_uussst_tttt?uou/ so s*xdNZ`V4<` ! :  ^  ^ j  ^  ^ &x  @   & \@ TCopyright 2011 Google Inc. All Rights Reserved.RobotoRegularVersion 2.137; 2017Roboto-RegularRoboto is a trademark of Google.GoogleGoogle.comChristian RobertsonLicensed under the Apache License, Version 2.0http://www.apache.org/licenses/LICENSE-2.0jd(Y%>E^yy  "$%*+3466;<ADGHKMQQTX]^bbddhhjlnnpp  ((++--03_cz|  ,$%&'y
2LDFLTcyrlgreklatncpspkern
$H
%&'()*+,-./0123456789:;<=>eg/3579;ACEIKLXYz{}
  "$%')+- } 
:44^67497zd88788898D  89X9469 F7\8f5 8:8:8:78f8|9v&5<9v@8f956969v8:xjp55!8"`#^4%885B888&585(@)))*5+n5<3F+-r8f11:3$3$8f2p23$3$3$679X9v3F8f5545<777845<889545<43p444:44`:499:9999949499998666666647z7z7z7z888889999967\7\7\7\7\7\7\55558:777779v9v67\67\67\444497z57z57z57z57z588:888887888888:88:88:8:9797978|8|8|888969v6999:::9999999:::::999:94444::::67z8896677z98878898D864868:79v77z588775B6757z8898D4847\578f9v5<559v99969v44488:67\7z59X9v469v845<867\67\7z55545<9778f5B9v5B9v5B9v67\67\67\67\67\67\67\67\67\67\67\67\7z57z57z57z57z57z57z57z58897979797979797769v69v69v8558:557688:67\7z8978|78f9988:77888:88:98D8f8|89X9v9X9v9999:99:99:: %*,- /6 88:?EFIJLL OO!QT"VV&XX'Z](__,-./0589;=@HITdehjm

p  qr""u.0v35y77|99};;~CDTTVVXX\^0033EEGHz{}}  "%''))/8CGMOTTeimoxx!"(89:;<>@GJPRVXYZ^deghrt  xz{FHHJW__puww{| 89Ew:;= "$prt %V.8EGHIKSUVYZ]VV V"9BE`ak3VVVVVVVVVV#2345678MNOVVVVVV V V!"V#$V%&V'(V)*V+,V-.V/0V12V34V579;=?ACEKMOQSUWY[]_acegikmoqsuwV38:;=9E3 "$2345678MNOprtw8:=9E"$prtw.9bdM  AGHIKUa"B`ak79;=?ACEY[]a@GHIKU"B`ak79;=?ACEY[]aS KMOQSUW_.9bd  Z]#qsu?'+35 !AjEFHI-  JLNPRTVXZ\^`@'+35!AjEFHI-  JLNPRTVXZ\^`8%<= 3C]"$ "$&(*,.024prt(%  "$&(*,.024GHIKQRSTUYZ]"+6<>BSUW\`ak#
 79;=?ACEKMOQSUWY[]_acegikmoqsu|| GHIKUYZ]"B`ak#79;=?ACEY[]acegikmoqsu< JYZ] #cegikmoqsuAGHIKU"B`ak79;=?ACEY[]a:m  GHIJ KSUZ ]  "B`ak        13  # 23456789CDEFGL MNOPQRSZ[\]mnostuvx               79;=?ACEKMOQSUWY[]_aq s u       \^4D^&(* \^4D^&(*"Z\]^4D^#&(*qsu 8:<=QRTZ\]  +3469:<>CDEGISUW\]^bcdlm"#$
pqrstuwy|(8Z]  9:ELcm#qsuw?8:<=\349:CDEGI]^bdlm"$prtwy%'+358:= !9AEGHIJMPQXbdfjlnopEFHI"$-   "$&(*,.024JLNPRTVXZ\^`prtwyz58:<=39CEP]bdflo"$prtwj%8:<=  39:CEGHIJLPQ]bdflmop"$     "$&(*,.024prtwyz18<=39CEPQ]flop"$prtw$8<39CEPQ]fopw8=9E"$prtw9QRT\  +46:<>DSUW\^m
|# Z] :m#qsu
:HJmzvGHIKSU"B`ak19CDEFGPQRSZ[\]mno 79;=?ACEKMOQSUWY[]_a EGHIJ KSUZ ]   "BQ`ac e kp        13  # 23456789CDEFGL MNOPQRSZ[\]mnostuvx               !#%')+-/13579;=?ACEKMOQSUWY[]_aq s u        :HJQmpzMG H I K U :   " :B HJQ` a k mp                               7 9 ; = ? A C E Y [ ] a z   "Z\]4DQ^p#qsu
   :PJcemL
 (L O P SW[     KMOQSUW_   LxLx[  AaM:JLMXb d mn1.08@JM_il :ILbdlm/Vm[m|}+KaFRIh < .0<8:j@IJ L?MX_c1e_i
lm0n
AJVXam| 1#X[:IQJ{LMXbudlOm  :cemJ[   :cm l[  :JXcemn1[T1IJLbdlX_:mJX2[3V[m|(M~gejs^t}y}  .08}:@J|LMlX_kcei{lmn1 AVa1J  A Va1[1l1  h&% x -&~| v8{q?;QyVD3DK>,r'jzb m %),4 8>EGIILLQTVV"ZZ#\^$'()-./02347>?@ABD

F  GH.0K35N77Q99R;;SCDTTTVVVWXXX\^Y\cefgilm00p33qEErGHsz{u}}wx  "*/8CGMOTTeimoxx  "#$%&(25;BDEFJPQS_a  eghFoHHJW__bbddpuww{|t !!%%&&''(())..
// 0033448899
::;;<<== >>EEFFGGIILLQRSSTTVVZZ \\]] ^^"  % 

   ..//"00334455 77 99 CCDDXX\\]]^^!!!# $ 00 33EEGHz{}}
  
 





  "" ## $$ %%&&''(())**/0 11#28CG MOTT eefi$mo xx#     "
 %"           % % %   !!""##$$%%&&''(())**++,,--..//00112233445566778899::;;<<==>>??@@AABBCCDDEEJJKKLLMMNNOOPPQQRRSSTTUUVVWW__bb
dd
pp qq rr ss tt uu ww{{"|| "    
   # ##
      " !   !$   
 #





   $    #"      " " " !

 ! 
     
bDFLTcyrlgreklatnH .AZE CRT FRA ZMOL NAV ROM TRK    
 c2scccmpdligdnomfracligaligaligalnumloclloclloclnumronumpnumsmcpss01ss02ss03 ss04ss05ss06ss07$tnum*
       60nL`tflq3210(sutvrwR 
 ; /0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwyxz{|}~   
%&'()*+,-./0123456789:;<=>eg/3579;ACEIKLXYz{}
  "$%')+- } q3210(ds0ut/rwR 
 ; v123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abdefghijklmnopqrstuvwyxz{|}~   
EFGHIJKLMNOPQRSTUVWXYZ[\]^0468:<BDFJMZ|~   !#&(*,.~
*BZrMxN`H0I$'a_bc` MNI26rJd~"<N$.8J|
<Fh.8BLV( &,   &,68:  &,HF  $$*06JL

 $*06bd  $prt % &,!  &,79;I  $ &,KM
   &,ce  $qsu &+-,. $G $X`Z\^ $Ya[]_ $fnhjl $goikm%)+-/46;=>EIKMOTV[$]^*,-./015  
  OX{@JMMJPPJ*  JXXJWKo6,-
.//O EGFHIghijklm '(+35FGHKSTU nooIKj.Z^XUWV[Y]\OJKLMNSeff
pp  .pfLNMKOeSJU^
.[]^XUWVY\ZJKLMNOSefp.pfJOSSU^ eel%<
 !"#$%
>zst?@ABCD
.root {
-fx-font-family : 'Roboto';
}
.action_box
{
-fx-border-width: 1px;
-fx-shape: "M100,100 h200 a20,20 0 0 1 20,20 v200 a20,20 0 0 1 -20,20 h-200 a20,20 0 0 1 -20,-20 v-200 a20,20 0 0 1 20,-20 z";
-fx-border-color : grey;
}
.action_box_icon_present
{
}
.action_box_icon_not_present
{
}
.action_box_onclick
{
}
.action_box_not_onclick
{
}
.action_box_display_text_label
{
-fx-font-size : 16;
}
.action_box_icon
{
-fx-arc-width:20px;
-fx-arc-height:20px;
}
.settings_heading
{
-fx-font-size: 20;
}
.alert_header
{
-fx-padding: 5;
}
.alert_pane
{
-fx-background-color : white;
-fx-border-color : white;
-fx-border-width : 5;
-fx-border-radius : 5;
-fx-background-radius : 5;
-fx-max-height : 300;
-fx-max-width : 410;
-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 5, 0.0 , 0.0 , 0 );
}
.alert_header_icon
{
-fx-icon-size : 30;
}
.alert_error_icon
{
-fx-icon-color: RED;
}
.alert_information_icon
{
-fx-icon-color: BLUE;
}
.alert_warning_icon
{
-fx-icon-color: #ffcc00;
}
.alert_content_pane
{
-fx-background-color: white;
-fx-padding: 5;
}
.alert_pane_parent, .combobox_pane_parent
{
-fx-background-color : rgba(0,0,0,0.5);
}
.alert_pane_header_text
{
-fx-font-size: 18;
}
.alert_button_bar
{
-fx-background-color: white;
-fx-alignment: CENTER_RIGHT;
-fx-spacing: 5;
-fx-padding: 5;
}
.alert_scroll_pane {
-fx-background: #FFFFFF;
-fx-border-color:#FFFFFF;
/*-fx-focus-color: #FFFFFF;
-fx-faint-focus-color:#FFFFFF;*/
}
.combo_box
{
-fx-alignment:CENTER_LEFT;
-fx-pref-width:200;
-fx-padding: 5;
-fx-border-width : 1;
-fx-border-color : grey;
-fx-border-radius : 3;
}
.combo_box_popup
{
-fx-border-width : 5;
-fx-border-radius : 5;
-fx-background-radius : 5;
-fx-max-height : 300;
-fx-max-width : 410;
-fx-background: #FFFFFF;
-fx-border-color:#FFFFFF;
-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 5, 0.0 , 0.0 , 0 );
}
.combo_box_popup_vbox
{
-fx-background-color: white;
-fx-padding: 5;
-fx-spacing:5;
}
.combo_box_drop_down_icon
{
-fx-icon-code: fas-caret-down;
-fx-icon-size: 14;
}
.settings_base
{
-fx-background-color:white;
}
.first_time_use_pane
{
-fx-padding : 5;
-fx-background-color: white;
}
.first_time_use_pane_heading_label
{
-fx-font-size: 20;
}
.first_time_use_pane_stackpane
{
}
.first_time_use_pane_welcome
{
}
.first_time_use_pane_license
{
-fx-spacing : 10;
}
.first_time_use_pane_final_config
{
}
.first_time_use_pane_final_config_label
{
}
.scroll-pane{
-fx-background-color:transparent;
}
.scroll-pane .viewport {
-fx-background-color: transparent;
}
.dashboard{
-fx-background-color: white;
}