Botan-2.18.2-bp154.2.3.1 4>$  Apc|!M@eeeqo(:sX'C19{qLk6Ь]WIWl}7i 2'o舳+L6$?#2Ŷ!V R)E84O8<<)U|pFf'>O9fD"$ovn4aLǵRCNy䥎KjY}Fʢ(E<,I~h(^p,H&B]9Eq'l-ۤۋ#җ/EuT +1fea99d7cd6cda442575d15891542562f168125d503f97b6d3063d8ecd3be3525b58cf53d4f0f1f5269c5ee67ba151182308400274c|!M@eee =AJxF{1:4p>?d  0,0<@Ybo       $).PTl(8'9X': x'F}G̔H̘I̜X̠Y̨\]^bc͊d/e4f7l9uLvPwx y$zpπτϊCBotan2.18.2bp154.2.3.1A C++ Crypto LibraryBotan is a C++ library that provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1.c|ns390zl23%hSUSE Linux Enterprise 15openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://botan.randombit.netlinuxs390x%hc|74830878a40e210f1d535262f25612ca1780448ac8ea8d7eb01da91e650b12d3rootrootBotan-2.18.2-bp154.2.3.1.src.rpmBotanBotan(s390-64)@@@@@@@@@@@@@@@@@@@    libbotan-2.so.18()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.19)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3cv"@a)@` @`y|@_1@_u@_@_ _9^\N\73[`O@[DZJ@Z̧@ZlZZ$ZZZ0@Z|;ZWQZS]@Y@Y@YA@YéXX@Xc@X(UW5VV{@U@UUJason Sikes Dirk Müller Andreas Stieger Ferdinand Thiessen Andreas Stieger Andreas Stieger Andreas Stieger Pedro Monreal Dirk Mueller Paolo Stivanin Daniel Molkentin Daniel Molkentin daniel.molkentin@suse.comdaniel.molkentin@suse.comkasimir_@outlook.dedaniel.molkentin@suse.comdaniel.molkentin@suse.comsleep_walker@opensuse.orgsleep_walker@opensuse.orgadam.majer@suse.deadam.majer@suse.desleep_walker@opensuse.orgsleep_walker@opensuse.orgi@marguerite.sui@marguerite.sumimi.vx@gmail.comdaniel.molkentin@suse.comdaniel.molkentin@suse.comvcizek@suse.comdaniel.molkentin@suse.comdaniel.molkentin@suse.compth@suse.denetsroth@opensuse.orgfaure@kde.orgmichael@stroeder.commpluskal@suse.commvyskocil@opensuse.orgnetsroth@opensuse.orgliujianfeng1994@gmail.com- Fixed [CVE-2022-43705,bsc#1205509] * Added Botan-CVE-2022-43705.patch * Added Botan-CVE-2022-43705-certs.tgz * validate that an embedded certificate was issued by the end-entity issuing certificate authority when checking OCSP responses.- update to 2.18.2: * Avoid using short exponents when encrypting in ElGamal, as some PGP implementations generate keys with parameters that are weak when short exponents are used CVE-2021-40529 boo#1190244 * Fix a low risk OAEP decryption side channel * Work around a miscompilation of SHA-3 caused by a bug in Clang 12 and XCode 13 * Remove support in OpenSSL provider for algorithms which are disabled by default in OpenSSL 3.0 * Add CI based on GitHub actions to replace Travis CI * Fix the online OCSP test, as the certificate involved had expired. * Fix some test failures induced by the expiration of the trust root "DST Root CA X3"- Botan 2.18.1: * Fix a build regression in 2.18.0 which caused linker flags which contain -l within them (such as -fuse-linker-plugin) to be misinterpreted * Fix a bug which caused decoding a certificate which contained more than one name in a single RDN * Fix a bug which caused OID lookup failures when run in a locale which uses thousands separators (pt_BR was reported as having this issue) * DNS names in name constraints were compared with case sensitivity, which could cause valid certificates to be rejected * X.509 name constraint extensions were rejected if non-critical. RFC 5280 requires conforming CAs issue such extensions as critical, but not all certificates are compliant, and all other known implementations do not require this * X.509 name constraints were incorrectly applied to the certificate which included the constraint - build with lzma compression support - build with SQLite support - build with TPM support - fix SLE 12 build- Botan 2.18.0 * Add support for implementing custom RNG objects through the FFI interface * Improve safegcd bounds, improving runtime performance * Reject non-TLS messages as quickly as possible without waiting for a full record. * Fixes for TLS::Stream::async_shutdown - Removed unneeded GNU MP build requirement, support was dropped with version 1.11.10 - Enabled check target, verify integrity of build library- Botan 2.17.3: * Harden against side-channels from decoding secret values by changing the base64, base58, base32, and hex encoding and decoding opearations to run in constant time- Botan 2.17.2: * Fix build problem on ppc64 * Resolve an issue in the modular square root algorithm- Botan 2.17.1: * Fix bugs in ECDSA signature generation and verifications under specific circumstances * developer visible changes, including deprecation with warnings * optimization in the non-hardware assisted AES key generation * Add more detection logic for AVX-512 features * Fix a bug parsing deeply nested cipher names * Prevent requesting DER encoding of signatures when the algorithm did not support it- Update to 2.16.0: * Now userspace PRNG objects (such as AutoSeeded_RNG and HMAC_DRBG) use an internal lock, which allows safe concurrent use. This however is purely a precaution in case of accidental sharing of such RNG objects; for performance reasons it is always preferable to use a RNG per thread if a userspace RNG is needed. * DL_Group and EC_Group objects now track if they were created from a known trusted group (such as P-256 or an IPsec DH parameter). If so, then verification tests can be relaxed, as compared to parameters which may have been maliciously constructed in order to pass primality checks. * RandomNumberGenerator::add_entropy_T assumed its input was a POD type but did not verify this. * Support OCSP responders that live on a non-standard port. * Add support for Solaris sandbox. * Support suffixes on release numbers for alpha/beta releases. * Fix a bug in EAX which allowed requesting a 0 length tag, which had the effect of using a full length tag. Instead omit the length field, or request the full tag length explicitly. * Fix a memory leak in GCM where if passed an unsuitable block cipher (eg not 128 bit) it would throw an exception and leak the cipher object.- update to 2.15: Fix a bug where the name constraint extension did not constrain the alternative DN field which can be included in a subject alternative name. This would allow a corrupted sub-CA which was otherwise constrained by a name constraint to issue a certificate with a prohibited DN. Fix a bug in the TLS server during client authentication where where if a (disabled by default) static RSA ciphersuite was selected, then no certificate request would be sent. This would have an equivalent effect to a client which simply replied with an empty Certificate message. (GH #2367) Replace the T-Tables implementation of AES with a 32-bit bitsliced version. As a result AES is now constant time on all processors. (GH #2346 #2348 #2353 [#2329] #2355) In TLS, enforce that the key usage given in the server certificate allows the operation being performed in the ciphersuite. (GH #2367) In X.509 certificates, verify that the algorithm parameters are the expected NULL or empty. (GH #2367) Change the HMAC key schedule to attempt to reduce the information leaked from the key schedule with regards to the length of the key, as this is at times (as for example in PBKDF2) sensitive information. (GH #2362) Add Processor_RNG which wraps RDRAND or the POWER DARN RNG instructions. The previous RDRAND_RNG interface is deprecated. (GH #2352) The documentation claimed that mlocked pages were created with a guard page both before and after. However only a trailing guard page was used. Add a leading guard page. (GH #2334) Add support for generating and verifying DER-encoded ECDSA signatures in the C and Python interfaces. (GH #2357 #2356) Workaround a bug in GCC’s UbSan which triggered on a code sequence in XMSS (GH [#2322]) When building documentation using Sphinx avoid parallel builds with version 3.0 due to a bug in that version (GH #2326 #2324) Fix a memory leak in the CommonCrypto block cipher calls (GH #2371) Fix a flaky test that would occasionally fail when running the tests with a large number of threads. (GH #2325 #2197) Additional algorithms are now deprecated: XTEA, GOST, and Tiger. They will be removed in a future major release.- Update to Botan 2.14: * Add support for using POWER8+ VPSUMD instruction to accelerate GCM (GH #2247) * Optimize the vector permute AES implementation, especially improving performance on ARMv7, Aarch64, and POWER. (GH #2243) * Use a new algorithm for modular inversions which is both faster and more resistant to side channel attacks. (GH #2287 #2296 #2301) * Address an issue in CBC padding which would leak the length of the plaintext which was being padded. Unpadding during decryption was not affected. * Optimize NIST prime field reductions, improving ECDSA by 3-9% (GH #2295) * Increase the size of the ECC blinding mask and scale it based on the size of the group order. (GH #880 #893 #2308) * Add server side support for the TLS asio wrapper. (GH #2229) * Add support for using Windows certificate store on MinGW (GH #2280) * Add a CLI utility cpu_clock which estimates the speed of the processor cycle counter. * Add Roughtime client (GH #2143 #1842) * Add support for XMSS X.509 certificates (GH #2172) * Add support for X.509 CRLs in FFI layer and Python wrapper (GH #2213) * Add AVX2 implementation of SHACAL2 (GH #2196) * Support more functionality for X.509 in the Python API (GH #2165) * Add generic CPU target useful when building for some new or unusual platform. * Disable MD5 in BSI or NIST modes (GH #2188) * Many currently public headers are being deprecated. If any such header is included by an application, a warning is issued at compile time. Headers issuing this warning will be made internal in a future major release. * RSA signature performance improvements (GH #2068 #2070) * Performance improvements for GCM (GH #2024 #2099 #2119), OCB (#2122), XTS (#2123) and ChaCha20Poly1305 (GH #2117), especially for small messages. * Add support for constant time AES using NEON and AltiVec (GH #2093 #2095 #2100) * Improve performance of POWER8 AES instructions (GH #2096) * Add support for the POWER9 hardware random number generator (GH #2026) * Add support for 64-bit version of RDRAND, doubling performance on x86-64 (GH #934 #2022) * In DTLS server, support a client crashing and then reconnecting from the same source port, as described in RFC 6347 sec 4.2.8 (GH #2029) * Optimize DTLS MTU splitting to split precisely to the set MTU (GH #2042) * Add support for the TLS v1.3 downgrade indicator. (GH #2027) * Add Argon2 PBKDF and password hash (GH #459 #1981 #1987) * Add Bcrypt-PBKDF (GH #1990) * Add server side support for issuing DTLS HelloVerifyRequest messages (GH #1999) * Add support for the TLS v1.3 supported_versions extension. (GH #1976) * Add Ed25519ph compatible with RFC 8032 (GH #1699 #2000) * Add support for OCSP stapling on server side. (GH #1703 #1967) * Add a boost::asio TLS stream compatible with boost::asio::ssl. (GH #1839 #1927 #1992) * Add a certificate store for Linux/Unix systems. (GH #1885 #1936) * Various Fixes- Update to Botan 2.10 * Bump SONAME * Warning: XMSS currently implements draft-06 which is not compatible with the final RFC 8391 specification. A PR is open to fix this, however it will break all current uses of XMSS. If you are currently using XMSS please comment at https://github.com/randombit/botan/pull/1858. Otherwise the PR will be merged and support for draft-06 will be removed starting in 2.11. * Added a new certificate store implementation that can access the MacOS keychain certificate store. (GH #1830) * Redesigned Memory_Pool class, which services allocations out of a set of pages locked into memory (using mlock/VirtualLock). It is now faster and with improved exploit mitigations. (GH #1800) * Add BMI2 implementations of SHA-512 and SHA-3 which improve performance by 25-35% on common CPUs. (GH #1815) * Unroll SHA-3 computation improving performance by 10-12% (GH #1838) * Add a Thread_Pool class. It is now possible to run the tests in multiple threads with --test-threads=N flag to select the number of threads to use. Use --test-threads=0 to run with as many CPU cores as are available on the current system. The default remains single threaded. (GH #1819) * XMSS signatures now uses a global thread pool instead of spawning new threads for each usage. This improves signature generation performance by between 10% and 60% depending on architecture and core count. (GH #1864) * Some functions related to encoding and decoding BigInts have been deprecated. (GH #1817) * Binary encoding and decoding of BigInts has been optimized by performing word-size operations when possible. (GH #1817) * Rename the exception Integrity_Failure to Invalid_Authentication_Tag to make its meaning and usage more clear. The old name remains as a typedef. (GH #1816) * Support for using Boost filesystem and MSVC’s std::filesystem have been removed, since already POSIX and Win32 versions had to be maintained for portability. (GH #1814) * Newly generated McEliece and XMSS keys now default to being encrypted using SIV mode, support for which was added in 2.8.0. Previously GCM was used by default for these algorithms. * Use arc4random on Android systems (GH #1851) * Fix the encoding of PGP-S2K iteration counts (GH #1853 #1854) * Add a facility for sandboxing the command line util. Currently FreeBSD (Capsicum) and OpenBSD (pledge) sandboxes are supported. (GH #1808) * Use if constexpr when available. * Disable building shared libs on iOS as it was broken and it is not clear shared libraries are ever useful on iOS (GH #1865) * Renamed the darwin build target to macos. This should not cause any user-visible change. (GH #1866) * Add support for using sccache to cache the Windows CI build (GH #1807) * Add --extra-cxxflags option which allows adding compilation flags without overriding the default set. (GH #1826) * Add --format= option to the hash cli which allows formatting the output as base64 or base58, default output remains hex. * Add base58_enc and base58_dec cli utils for base58 encoding/decoding. (GH #1848) * Enable getentropy by default on macOS (GH #1862) * Avoid using -momit-leaf-frame-pointer flags, since -fomit-frame-pointer is already the default with recent versions of GCC. * Fix XLC sanitizer flags. * Rename Blake2b class to BLAKE2b to match the official name. There is a typedef for compat. * Fix a bug where loading a raw Ed25519_PublicKey of incorrect length would lead to a crash. (GH #1850) * Fix a bug that caused compilation problems using CryptoNG PRNG. (GH #1832) * Extended SHAKE-128 cipher to support any key between 1 and 160 bytes, instead of only multiples of 8 bytes. * Minor HMAC optimizations. * Build fixes for GNU/Hurd. * Fix a bug that prevented generating or verifying Ed25519 signatures in the CLI (GH #1828 #1829) * Fix a compilation error when building the amalgamation outside of the original source directory when AVX2 was enabled. (GH #1812) * Fix a crash when creating the amalgamation if a header file was edited on Windows but then the amalgamation was built on Linux (GH #1763)- Update to Botan 2.9 * Bump SONAME * CVE-2018-20187 Address a side channel during ECC key generation, which used an unblinded Montgomery ladder. As a result, a timing attack can reveal information about the high bits of the secret key. * Fix bugs in TLS which caused negotiation failures when the client used an unknown signature algorithm or version (GH #1711 #1709 #1708) * Fix bug affecting GCM, EAX and ChaCha20Poly1305 where if the associated data was set after starting a message, the new AD was not reflected in the produced tag. Now with these modes setting an AD after beginning a message throws an exception. * Use a smaller sieve which improves performance of prime generation. * Fixed a bug that caused ChaCha to produce incorrect output after encrypting 256 GB. (GH #1728) * Add NEON and AltiVec implementations of ChaCha (GH #1719 #1728 #1729) * Optimize AVX2 ChaCha (GH #1730) * Many more operations in BigInt, ECC and RSA code paths are either fully const time or avoid problematic branches that could potentially be exploited in a side channel attack. (GH #1738 #1750 #1754 #1755 #1757 #1758 #1759 #1762 #1765 [#1770] #1773 #1774 #1779 #1780 #1794 #1795 #1796 #1797) * Several optimizations for BigInt and ECC, improving ECDSA performance by as much as 30%. (GH #1734 #1737 #1777 #1750 #1737 #1788) * Support recovering an ECDSA public key from a message/signature pair (GH #664 [#1784]) * Add base58 encoding/decoding functions (GH #1783) * In the command line interface, add support for reading passphrases from the terminal with echo disabled (GH #1756) * Add CT::Mask type to simplify const-time programming (GH #1751) * Add new configure options --disable-bmi2, --disable-rdrand, and - -disable-rdseed to prevent use of those instruction sets. * Add error_type and error_code functions to Exception type (GH #1744) * Now on POSIX systems posix_memalign is used instead of mmap for allocating the page-locked memory pool. This avoids issues with fork. (GH #602 #1798) * When available, use RDRAND to generate the additional data in Stateful_RNG::randomize_with_ts_input * Use vzeroall/vzeroupper intrinsics to avoid AVX2/SSE transition penalties. * Support for Visual C++ 2013 has been removed (GH #1557 #1697) * Resolve a memory leak when verifying ECDSA signatures with versions of OpenSSL before 1.1.0 (GH #1698) * Resolve a memory leak using ECDH via OpenSSL (GH #1767) * Fix an error in XTS which prohibited encrypting values which were exactly the same length as the underlying block size. Messages of this size are allowed by the standard and other XTS implementations. (GH #1706) * Resolve a bug in TSS which resulted in it using an incorrect length field in the shares. Now the correct length is encoded, but either correct or buggy lengths are accepted when decoding. (GH #1722) * Correct a bug when reducing a negative BigInt modulo a small power of 2. (GH [#1755]) * Add CLI utils for threshold secret splitting. (GH #1722) * Fix a bug introduced in 2.8.0 that caused compilation failure if using a single amalgamation file with AVX2 enabled. (GH #1700) * Add an explicit OS target for Emscripten and improve support for it. (GH #1702) * Fix small issues when building for QNX * Switch the Travis CI build to using Ubuntu 16.04 (GH #1767) * Add options to configure.py to disable generation of pkg-config file, and (for systems where pkg-config support defaults to off, like Windows), to enable generating it. (GH #1268) * Modify configure.py to accept empty lists or trailing/extra commas. (GH #1705) - Update to Botan 2.8 * Add support for using Apple CommonCrypto library for hashing (GH #1667), cipher modes (GH #1674) and block ciphers (GH #1673). * Support for negotiating TLS versions 1.0 and 1.1 is disabled in the default TLS policy. In addition, support for negotiating TLS ciphersuites using CBC or CCM mode is disabled by default. Applications which need to interop with old peers must enable these in their TLS policy object. (GH #1651) * During primality testing, use a Lucas test in addition to Miller-Rabin. It is possible to construct a composite integer which passes n Miller-Rabin tests with probability (1/4)^n. So for a incautious verifier using a small number of tests (under 16 or so) it is possible if unlikely they would accept such a composite as prime. Adding a Lucas test precludes such an attack. (GH #1636) * Add XChaCha and XChaCha20Poly1305 (GH #1640) * Add AVX2 implementations of ChaCha (GH #1662) and Serpent (GH #1660) * Add a new password hashing interface in pwdhash.h (GH #1670) * C binding improvements. Added functions to get name and supported keylengths of cipher, hash and MAC objects, support for FE1 format preserving encryption (GH #1625 #1646), functions to load and save RSA keys in PKCS #1 format (GH #1621), HOTP and TOTP algorithms, scrypt, certificate verification (GH #1647), functions to get the output length of public key operations (GH #1642), and functions for loading and serializing X25519 keys (GH #1681) * Support for building with BOTAN_MP_WORD_BITS set to 8 or 16 has been removed. * Previously SM2 had two distinct key types, one for signatures and another for encryption. They have now been merged into a single key type since in practice it seems the same key is at times used for both operations. (GH [#1637]) * The Cipher_Mode class now derives from SymmetricAlgorithm (GH #1639) * Add support for using the ARMv8 instructions for SM4 encryption (GH #1622) * The entropy source using SecRandomCopyBytes has been removed as it was redundant with other entropy sources (GH #1668) * The Python module has much better error checking and reporting, and offers new functionality such as scrypt, MPI and FPE. (GH #1643 #1646) * Fixed a bug that caused CCM to fail with an exception when used with L=8 (GH #1631 #1632) * The default bcrypt work factor has been increased from 10 to 12. * The default algorithm used in passhash9 has changed from SHA-256 to SHA-512, and the default work factor increased from 10 to 15. * In ECC private keys, include the public key data for compatibility with GnuTLS (GH #1634 #1635) * Add support for using Linux getrandom syscall to access the system PRNG. This is disabled by default, use --with-os-feature=getrandom to enable. * It is now possible to encrypt private keys using SIV mode. * The FFI function botan_privkey_load now ignores its rng argument. * Resolve a problem when building under Visual C++ 15.8 (GH #1624) * Fix a bug in XSalsa20 (192-bit Salsa nonces) where if set_iv was called twice without calling set_key, the resulting encryption was incorrect. (GH [#1640]) * Handle an error seen when verifying invalid ECDSA signatures using LibreSSL on non x86-64 platforms (GH #1627 #1628) * Fix bugs in PKCS7 and X9.23 CBC padding schemes, which would ignore the first byte in the event the padding took up the entire block. (GH #1690) * Correct bugs which would cause CFB, OCB, and GCM modes to crash when they were used in an unkeyed state. (GH #1639) * Optimizations for SM4 and Poly1305 * Avoid a cache side channel in the AES key schedule * Add pk_encrypt and pk_decrypt CLI operations * Now asn1print CLI defaults to printing context-specific fields. * Use codec_base for Base64, which matches how Base32 is implemented (GH #1597) * The cast module has been split up into cast128 and cast256 (GH #1685) * When building under Visual C++ 2013, the user must acknowledge the upcoming removal of support using the configure.py flag --ack-vc2013-deprecated (GH [#1557])- Fix version in baselibs.conf- Update to Botan 2.7 * CVE-2018-12435 Avoid a side channel in ECDSA signature generation (GH [#1604]) * Avoid a side channel in RSA key generation due to use of a non-constant time gcd algorithm. (GH #1542 #1556) * Optimize prime generation, especially improving RSA key generation. (GH [#1542]) * Make Karatsuba multiplication, Montgomery field operations, Barrett reduction and Montgomery exponentiation const time (GH #1540 #1606 #1609 [#1610]) * Optimizations for elliptic curve operations especially improving reductions and inversions modulo NIST primes (GH #1534 #1538 #1545 #1546 #1547 #1550) * Add 24 word wide Comba multiplication, improving 3072-bit RSA and DH by ~25%. (GH #1564) * Unroll Montgomery reduction for specific sizes (GH #1603) * Improved performance of signature verification in ECGDSA, ECKCDSA, SM2 and GOST by 10-15%. * XMSS optimizations (GH #1583 #1585) * Fix an error that meant XMSS would only sign half as many signatures as is allowed (GH #1582) * Add support for base32 encoding/decoding (GH #1541) * Add BMI2 optimized version of SHA-256, 40% faster on Skylake (GH #1584) * Allow the year to be up to 2200 in ASN.1 time objects. Previously this was limited to 2100. (GH #1536) * Add support for Scrypt password hashing (GH #1570) * Add support for using Scrypt for private key encryption (GH #1574) * Optimizations for DES/3DES, approx 50% faster when used in certain modes such as CBC decrypt or CTR. * XMSS signature verification did not check that the signature was of the expected length which could lead to a crash. (GH #1537) * The bcrypt variants 2b and 2y are now supported. * Support for 192-bit Suite B TLS profile is now implemented, as the 128-bit Suite B is since 2015 not allowed anymore. * Previously botan allowed GCM to be used with an empty nonce, which is not allowed by the specification. Now such nonces are rejected. * Avoid problems on Windows when compiling in Unicode mode (GH #1615 #1616) * Previously for ASN.1 encoded signatures (eg ECDSA) Botan would accept any valid BER encoding. Now only the single valid DER encoding is accepted. * Correct an error that could in rare cases cause an internal error exception when doing computations with the P-224 curve. * Optimizations to reduce allocations/copies during DER encoding and BER decoding (GH #1571 #1572 #1600) * Botan generates X.509 subject key IDs by hashing the public key with whatever hash function is being used to sign the certificate. However especially for SHA-512 this caused SKIDs that were far longer than necessary. Now all SKIDs are truncated to 192 bits. * In the test suite use mkstemp to create temporary files instead of creating them in the current working directory. (GH #1533 #1530) * It is now possible to safely override CXX when invoking make in addition to when configure.py is run. (GH #1579) * OIDs for Camellia and SM4 in CBC and GCM mode are now defined, making it possible to use this algorithms for private key encryption. * Avoid creating symlinks to the shared object on OpenBSD (#1535) * The factor command runs much faster on larger inputs now. * Support for Windows Phone/UWP was deprecated starting in 2.5. This deprecation has been reversed as it seems UWP is still actively used. (GH [#1586] #1587) * Support for Visual C++ 2013 is deprecated, and will be removed in Jan 2019. * Added support for GCC’s –sysroot option to configure.py for cross-compiling.- fixed to build on armv6 and armv7- Update to Botan 2.6 * CVE-2018-9860 Fix a bug decrypting TLS CBC ciphertexts which could for a malformed ciphertext cause the decryptor to read and HMAC an additional 64K bytes of data which is not part of the record. This could cause a crash if the read went into unmapped memory. No information leak or out of bounds write occurs. * Add support for OAEP labels (GH #1508) * RSA signing is about 15% faster (GH #1523) and RSA verification is about 50% faster. * Add exponent blinding to RSA (GH #1523) * Add Cipher_Mode::create and AEAD_Mode::create (GH #1527) * Fix bug in TLS server introduced in 2.5 which caused connection to fail if the client offered any signature algorithm not known to the server (for example RSA/SHA-224). * Fix a bug in inline asm that would with GCC 7.3 cause incorrect computations and an infinite loop during the tests. (GH #1524 #1529)- Update to Botan 2.5 * Fix error in certificate wildcard matching (CVE-2018-9127), where a wildcard cert for b*.example.com would be accepted as a match for any host with name *b*.example.com (GH #1519) * Add support for RSA-PSS signatures in TLS (GH #1285) * Ed25519 certificates are now supported (GH #1501) * Many optimizations in ECC operations. ECDSA signatures are 8-10 times faster. ECDSA verification is about twice as fast. ECDH key agreement is 3-4 times faster. (GH #1457 #1478) * Implement product scanning Montgomery reduction, which improves Diffie-Hellman and RSA performance by 10 to 20% on most platforms. (GH [#1472]) * DSA signing and verification performance has improved by 30-50%. * Add a new Credentials_Manager callback that specifies which CAs the server has indicated it trusts (GH #1395 fixing #1261) * Add new TLS::Callbacks methods that allow creating or removing extensions, as well as examining extensions sent by the peer (GH #1394 #1186) * Add new TLS::Callbacks methods that allow an application to negotiate use of custom elliptic curves. (GH #1448) * Add ability to create custom elliptic curves (GH #1441 #1444) * Add support for POWER8 AES instructions (GH #1459 #1393 #1206) * Fix DSA/ECDSA handling of hashes longer than the group order (GH #1502 [#986]) * The default encoding of ECC public keys has changed from compressed to uncompressed point representation. This improves compatability with some common software packages including Golang’s standard library. (GH #1480 [#1483]) * It is now possible to create DNs with custom components. (GH #1490 #1492) * It is now possible to specify the serial number of created certificates, instead of using the default 128-bit random integer. (GH #1489 #1491) * Change DL_Group and EC_Group to store their data as shared_ptr for fast copying. Also both classes precompute additional useful values (eg for modular reductions). (GH #1435 #1454) * Make it possible for PKCS10 requests to include custom extensions. This also makes it possible to use muliple SubjectAlternativeNames of a single type in a request, which was previously not possible. (GH #1429 #1428) * Add new optimized interface for FE1 format preserving encryption. By caching a number of values computed in the course of the FPE calculation, it provides a 6-7x speedup versus the old API. (GH #1469) * Add DSA and ElGamal keygen functions to FFI (#1426) * Add Pipe::prepend_filter to replace Pipe::prepend (GH #1402) * Fix a memory leak in the OpenSSL block cipher integration, introduced in * 2.2.0 * Use an improved algorithm for generating safe primes which is several tens of times faster. Also, fix a bug in the prime sieving algorithm which caused standard prime generation (like for RSA keys) to be slower than necessary. (GH #1413 #1411) * Correct the return value of PK_Encryptor::maximum_input_size which reported a much too small value (GH #1410) * Remove use of CPU specific optimization flags, instead the user should set these via CXXFLAGS if desired. (GH #1392) * Resolve an issue that would cause a crash in the tests if they were run on a machine without SSE2/NEON/VMX instructions. (GH #1495) * The Python module now tries to load DLLs from a list of names and uses the first one which successfully loads and indicates it supports the desired API level. (GH #1497) * Various minor optimizations for SHA-3 (GH #1433 #1434) * The output of botan --help has been improved (GH #1387) * Add --der-format flag to command line utils, making it possible verify DSA/ECDSA signatures generated by OpenSSL command line (GH #1409) * Add support for --library-suffix option to configure.py (GH #1405 #1404) * Use feature flags to enable/disable system specific code (GH #1378) * Add --msvc-runtime option to allow using static runtime (GH #1499 #210) * Add –enable-sanitizers= option to allow specifying which sanitizers to enable. The existing --with-sanitizers option just enables some default set which is known to work with the minimum required compiler versions. * Use either rst2man or rst2man.py for generating man page as distributions differ on where this program is installed (GH #1516) * The threefish module has been renamed threefish_512 since that is the algorithm it provides. (GH #1477) * The Perl XS based wrapper has been removed, as it was unmaintained and broken. (GH #1412) * The sqlite3 encryption patch under contrib has been removed. It is still maintained by the original author at https://github.com/OlivierJG/botansqlite3- drop explicit package requirements - split binary package and documentation from dynamic library package and make documentation package noarch - merge back Botan2 package to Botan with changelog history - drop Botan patches aarch64-support.patch - doesn't seem to be required anymore Botan-fix_install_paths.patch - doesn't seem to be required no-cpuid-header.patch - SLE11 not target anymore Botan-fix_pkgconfig.patch - this seem to be wrong Botan-no-buildtime.patch - not needed anymore dont-set-mach-value.diff - doesn't apply, unclear and undocumented why it is there Botan-inttypes.patch - not required Botan-ull_constants.patch.bz2 - no reason anymore- change group of libbotan-%{version_suffix} to 'System/Libraries' as requested on review- Don't drop -fstack-clash-protection for openSUSE 42.3 - we just need the Update repository present.- Rename libbotan-devel to libbotan2-devel. We can't have clashing packages in the archive because Botan1 and Botan2 provide the same -devel binary. Botan2 is also no API compatible with Botan.- fix expected version after bump in baselibs.conf too- fix unknown flag -fstack-clash-protection for openSUSE 42.3 - rename to Botan2 - drop Botan2-INT_MAX.patch as not needed anymore - Bump to libbotan 2.4 Changes and new features: * Several build improvements requested by downstream packagers, including the ability to disable building the static library. All makefile constructs that were specific to nmake or GNU make have been eliminated, thus the option ``--makefile-style`` which was previously used to select the makefile type has also been removed. (GH #1230 #1237 #1300 #1318 #1319 #1324 #1325 #1346) * Support for negotiating the DH group as specified in RFC 7919 is now available in TLS (GH #1263) * Support for ARIA-GCM ciphersuites are now available in TLS. They are disabled by default. (GH #1284) * Add support for generating and verifying X.509 objects (certificates, CRLs, etc) using RSA-PSS signatures (GH #1270 and [#1368]) * Add support for AES key wrapping with padding, as specified in RFC 5649 and NIST SP 800-38F (GH #1301) * OCSP requests made during certificate verification had the potential to hang forever. Now the sockets are non-blocking and a timeout is enforced. (GH #1360 fixing GH #1326) * Add ``Public_Key::fingerprint_public`` which allows fingerprinting the public key. The previously available ``Private_Key::fingerprint`` is deprecated, now ``Private_Key::fingerprint_private`` should be used if this is required. (GH #1357) * ECC certificates generated by Botan used an invalid encoding for the parameters field, which was rejected by some certificate validation libraries notably BouncyCastle. (GH #1367) * Loading an ECC key which used OID encoding for the domain parameters, then saving it, would result in a key using the explicit parameters encoding. Now the OID encoding is retained. (GH #1365) * Correct various problems in certificate path validation that arose when multiple paths could be constructed leading to a trusted root but due to other constraints only some of them validated. (GH [#1363]) * It is now possible for certificate validation to return warning indicators, such as that the distinguished name is not within allowed limits or that a certificate with a negative serial number was observed. (GH #1363 #1359) * XMSS signatures now are multi-threaded for improved performance (GH #1267) * Fix a bug that caused the TLS peer cert list to be empty on a resumed session. (GH #1303 #1342) * Increase the maximum HMAC key length from 512 bytes to 4096 bytes. This allows using a DH key exchange in TLS with a group greater than 4096 bits. (GH #1316) * Fix a bug in the TLS server where, on receiving an SSLv3 client hello, it would attempt to negotiate TLS v1.2. Now a protocol_version alert is sent. Found with tlsfuzzer. (GH #1316) * Fix several bugs related to sending the wrong TLS alert type in various error scenarios, caught with tlsfuzzer. * Add support for a ``tls_http_server`` command line utility which responds to simple GET requests. This is useful for testing against a browser, or various TLS test tools which expect the underlying protocol to be HTTP. (GH #1315) * Add an interface for generic PSK data stores, as well as an implementation which encrypts stored values with AES key wrapping. (GH #1302) * Optimize GCM mode on systems both with and without carryless multiply support. This includes a new base case implementation (still constant time), a new SSSE3 implementation for systems with SSSE3 but not clmul, and better algorithms for systems with clmul and pmull. (GH #1253 #1263) * Various optimizations for OCB, CFB, CTR, SM3, SM4, GMAC, BLAKE2b, Blowfish, Twofish, CAST-128, and CRC24 (GH #1281) * Salsa20 now supports the seek operation. * Add ``EC_Group::known_named_groups`` (GH #1339) * Symmetric algorithms (block ciphers, stream ciphers, MACs) now verify that a key was set before accepting data. Previously attempting to use an unkeyed object would instead result in either a crash or invalid outputs. (GH #1279) * The X509 certificate, CRL and PKCS10 types have been heavily refactored internally. Previously all data of these types was serialized to strings, then in the event a more complicated data structure (such as X509_DN) was needed, it would be recreated from the string representation. However the round trip process was not perfect and could cause fields to become lost. This approach is no longer used, fixing several bugs (GH #1010 #1089 #1242 #1252). The internal data is now stored in a ``shared_ptr``, so copying such objects is now very cheap. (GH #884) * ASN.1 string objects previously held their contents as ISO 8859-1 codepoints. However this led to certificates which contained strings outside of this character set (eg in Cyrillic, Greek, or Chinese) being rejected. Now the strings are always converted to UTF-8, which allows representing any character. In addition, UCS-4 strings are now supported. (GH #1113 #1250 #1287 #1289) * It is now possible to create an uninitialized X509_Certificate object. Such an object will throw if any attempt to access its members is made. (GH #1335) * In BER decoder, avoid unbounded stack recursion when parsing nested indefinite length values. Now at most 16 nested indefinite length values are accepted, anything deeper resulting in a decoding error. (GH #1304 OSS-Fuzz 4353). * A new ASN.1 printer API allows generating a string representation of arbitrary BER data. This is used in the ``asn1print`` command line utility and may be useful in other applications, for instance for debugging. * New functions for bit rotations that distinguish rotating by a compile-time constant vs a runtime variable rotation. This allows better optimizations in both cases. Notably performance of CAST-128 and CAST-256 are substantially improved. (GH #1247) * TLS CBC ciphersuites now are implemented using the standard CBC code, instead of reimplementing CBC inside the TLS stack. This allows for parallel decryption of TLS CBC ciphertexts, and improves performance especially when using AES hardware support. (GH #1269) * Add callbacks to make it possible for an application using TLS to provide custom implementations of signature schemes, eg when offloading the computations to another device. (GH #1332) * Use a direct calculation for calendar computations instead of relying on non-portable operating system interfaces. (GH #1336) * Fix a bug in the amalgamation generation which could cause build failures on some systems including macOS. (GH #1264 #1265) * A particular code sequence in TLS handshake would always (with an ECC ciphersuite) result in an exception being thrown and then caught. This has changed so no exception is thrown. (GH #1275) * The code for byteswapping has been improved for ARMv7 and for Windows x86-64 systems using MSVC. (GH #1274) * The GMAC class no longer derives from GHASH. This should not cause any noticeable change for applications. (GH #1253) * The base implementation of AES now uses a single 4K table, instead of 4 such tables. This offers a significant improvement against cache-based side channels without hurting performance too much. In addition the table is now guaranteed to be aligned on a cache line, which ensures the additional countermeasure of reading each cache line works as expected. (GH #1255) * In TLS client resumption, avoid sending a OCSP stapling request. This caused resumption failures with some servers. (GH [#1276]) * The overhead of making a call through the FFI layer has been reduced. * The IDs for SHA-3 PKCSv1.5 signatures added in 2.3.0 were incorrect. They have been changed to use the correct encoding, and a test added to ensure such errors do not recur. * Counter mode allows setting a configurable width of the counter. Previously it was allowed for a counter of even 8 bits wide, which would mean the keystream would repeat after just 256 blocks. Now it requires the width be at least 32 bits. The only way this feature could be used was by manually constructing a ``CTR_BE`` object and setting the second parameter to something in the range of 1 to 3. * A new mechanism for formatting ASN.1 data is included in ``asn1_print.h``. This is the same functionality used by the command line ``asn1print`` util, now cleaned up and moved to the library. * Add ``Pipe::append_filter``. This is like the existing (deprecated) ``Pipe::append``, the difference being that ``append_filter`` only allows modification before the first call to ``start_msg``. (GH #1306 #1307) * The size of ASN1_Tag is increased to 32 bits. This avoids a problem with UbSan (GH #751) * Fix a bug affecting bzip2 compression. In certain circumstances, compression would fail with ``BZ_SEQUENCE_ERROR`` due to calling bzlib in an way it does not support. (GH #1308 #1309) * In 2.3.0, final annotations were added to many classes including the TLS policies (like ``Strict_Policy`` and ``BSI_TR_02102_2``). However it is reasonable and useful for an application to derive from one of these policies, so as to create an application specific policy that is based on a library-provided policy, but with a few tweaks. So the final annotations have been removed on these classes. (GH #1292) * A new option ``--with-pdf`` enables building a PDF copy of the handbook. (GH #1337) * A new option ``--with-rst2man`` enables building a man page for the command line util using Docutils rst2man. (GH #1349) * Support for NEON is now enabled under Clang. * Now the compiler version is detected using the preprocessor, instead of trying to parse the output of the compiler's version string, which was subject to problems with localization. (GH [#1358]) * By default the gzip compressor will not include a timestamp in the header. The timestamp can be set by passing it to the ``Gzip_Compression`` constructor. * Add an OID for RIPEMD-160 * Fixes for CMake build (GH #1251) * Avoid some signed overflow warnings (GH #1220 #1245) * As upstream support for Native Client has been deprecated by Google, support is now also deprecated in Botan and will be removed in a future release. * The Perl-XS wrapper has not been maintained in many years. It is now deprecated, and if no attempts are made to revive it, it will be removed in a future release. * Support for building on IRIX has been removed.- add Botan2-INT_MAX.patch * Fix “INT_MAX was not declared in this scope” in openSUSE Leap 42.1- fix build. python3 configure itself is useless, we should make package python3 too.- configure Botan explicitly with python3- Update to 1.10.17 - Address a side channel affecting modular exponentiation. An attacker capable of a local or cross-VM cache analysis attack may be able to recover bits of secret exponents as used in RSA, DH, etc. CVE-2017-14737 Workaround a miscompilation bug in GCC 7 on x86-32 affecting GOST-34.11 hash function. (GH #1192 #1148 #882, bsc#1060433) - Add SecureVector::data() function which returns the start of the buffer. This makes it slightly simpler to support both 1.10 and 2.x APIs in the same codebase. When compiled by a C++11 (or later) compiler, a template typedef of SecureVector, secure_vector, is added. In 2.x this class is a std::vector with a custom allocator, so has a somewhat different interface than SecureVector in 1.10. But this makes it slightly simpler to support both 1.10 and 2.x APIs in the same codebase. - Fix a bug that prevented configure.py from running under Python3 - Botan 1.10.x does not support the OpenSSL 1.1 API. Now the build will [#]error if OpenSSL 1.1 is detected. Avoid –with-openssl if compiling against 1.1 or later. (GH #753) - Import patches from Debian adding basic support for building on aarch64, ppc64le, or1k, and mipsn32 platforms. * obsoletes CVE-2017-14737.patch * refreshes aarch64-support.patch * drop ppc64le-support.patch for upstream version (disables altivec support as per concerns by upstream)- Fix for CVE-2017-14737: A cryptographic cache-based side channel in the RSA implementation allows local attacker to recover information about RSA secret keys. * add CVE-2017-14737.patch- Explicitly require libopenssl-1_0_0-devel (bsc#1055322) * Botan 1.x won't support OpenSSL 1.1 (https://github.com/randombit/botan/issues/753)- Add patch to build SLES11 (allows for simplified backporting, e.g. bsc#968030) * add no-cpuid-header.patch - Clean up spec file- Update to 1.10.16 (Fixes CVE-2017-2801, bsc#1033605) * Fix a bug in X509 DN string comparisons that could result in out of bound reads. This could result in information leakage, denial of service, or potentially incorrect certificate validation results. (CVE-2017-2801) * Avoid use of C++11 std::to_string in some code added in 1.10.14 (GH #747 #834) - Changes from 1.10.15: * Change an unintended behavior of 2.0.0, which named the include directory botan-2.0. Since future release of Botan-2 should be compatible with code written against old versions, there does not seem to be any reason to * version the include directory with the minor number. (GH #830 #833) * Fix a bug which caused an error when building on Cygwin or other platforms where shared libraries are not supported. (GH #821) * Enable use of readdir on Cygwin, which allows the tests to run (GH #824) * Switch to readthedocs Sphinx theme by default (GH #822 #823)- Update to 1.10.14 * Fix integer overflow during BER decoding, found by Falko Strenzke. This bug is not thought to be directly exploitable but upgrading ASAP is advised. (CVE-2016-9132) * Fix two cases where (in error situations) an exception would be thrown from a destructor, causing a call to std::terminate. * When RC4 is disabled in the build, also prevent it from being included in the OpenSSL provider. (GH #638)- Update to 1.10.13 * Use constant time modular inverse algorithm to avoid possible side channel attack against ECDSA (CVE-2016-2849) * Use constant time PKCS #1 unpadding to avoid possible side channel attack against RSA decryption (CVE-2015-7827) * Avoid a compilation problem in OpenSSL engine when ECDSA was disabled. Gentoo bug 542010- Remove Qt5 dependency, since nothing is using it anymore. - Fix double-prefix in botan-config and pkgconfig file.- Update to 1.10.12 - Version 1.10.12, 2016-02-03 * In 1.10.11, the check in PointGFp intended to check the affine y argument actually checked the affine x again. Reported by Remi Gacogne * The CVE-2016-2195 overflow is not exploitable in 1.10.11 due to an additional check in the multiplication function itself which was also added in that release, so there are no security implications from the missed check. However to avoid confusion the change was pushed in a new release immediately. * The 1.10.11 release notes incorrectly identified CVE-2016-2195 as CVE-2016-2915 - Version 1.10.11, 2016-02-01 * Resolve heap overflow in ECC point decoding. CVE-2016-2195 Resolve infinite loop in modular square root algorithm. CVE-2016-2194 Correct BigInt::to_u32bit to not fail on integers of exactly 32 bits. GH #239- Add gpg signature - Cleanup spec file with spec-cleaner- Fix Source0 URL- bump SONAME to libbotan-1_10-1 - Update to 1.10.10 * SECURITY: The BER decoder would crash due to reading from offset 0 of an empty vector if it encountered a BIT STRING which did not contain any data at all. As the type requires a 1 byte field this is not valid BER but could occur in malformed data. Found with afl. CVE-2015-5726 * SECURITY: The BER decoder would allocate a fairly arbitrary amount of memory in a length field, even if there was no chance the read request would succeed. This might cause the process to run out of memory or invoke the OOM killer. Found with afl. CVE-2015-5727 * Due to an ABI incompatible (though not API incompatible) change in this release, the version number of the shared object has been increased. * The default TLS policy no longer allows RC4. * Fix a signed integer overflow in Blue Midnight Wish that may cause incorrect computations or undefined behavior. - Update to 1.10.9 * Fixed EAX tag verification to run in constant time * The default TLS policy now disables SSLv3. * A crash could occur when reading from a blocking random device if the device initially indicated that entropy was available but a concurrent process drained the entropy pool before the read was initiated. * Fix decoding indefinite length BER constructs that contain a context sensitive tag of zero. Github pull 26 from Janusz Chorko. * The botan-config script previously tried to guess its prefix from the location of the binary. However this was error prone, and now the script assumes the final installation prefix matches the value set during the build. Github issue 29.- Change build dependence "libqt4-devel" to "libqt5-qtbase-devel".s390zl23 16691044942.18.2-bp154.2.3.12.18.2-bp154.2.3.1botan/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:17747/openSUSE_Backports_SLE-15-SP4_Update/bbd2433bd1e613b3565459132791223b-Botan.openSUSE_Backports_SLE-15-SP4_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4d5b8b03f66feb7e1f5c09805458634f64e8b3b5, for GNU/Linux 3.2.0, not strippedRRR RR RRR RR RRRRRR RRRpf!7`utf-8acd40b6ee507161ecfb8db943c383a7ac17a7fd4bc6cbc698c0059ce7dc5289d? 7zXZ !t/Q] crv9wC@Q*I8i; e*rA+2ƄUvw3-DzSv9!ib 9rվVٹ-7N;70bw+6kC-tg_ e ɀʃZ+[ HA:|o2ɥ"54"_d6|ޤQpjӢ6(1W]A=Zb]߆Y߀=&ӗ}?YU[u2lm>*3+&_-cL0ޛD條!O˹$CVS- !P??=E2TBծ{¦bOf x{17))Е(o@qH BAy1Y7/8N/"O**l=$Ϊ .1.H%+շTbr $[T4Ytti㱮:Ӟ)`[m^IO:nRO/H6+#O U-Z ` NjzC;ylB"d=WWsާź R94`eM+(?=$ 4FTfഎ$,p3')sbu1UJCR<ޣI-ѷVk&Arm!:n7 M/&tM~O:YT0s&Jӎ[Z?.{E\@K~h) ٿ_8|2J5GfD =H]s>(9p_&<X"̗~! <<^?hRU?5{Gޗ{QsK❎S_ T( BveTv`򢞍͂ʋf~O%WUf%:ܾ*$c9ll_Ρ؞hkqB-NxP⛐;1wgwle$pKj7:P}5z9*DWCΡn^"HB|qAXy<ɗZ 9 Šj&ĉ #N5qXq=dw^ː3U~(猳֢l H4<0q[M?BUQz 9r/A|Cl㈴hUsy(Rh{U&mGv̀Kx7sg]1>h&(4Gx^7WM- g@Q@ ]*?MFAo՚#N5;Ķ\=΂AcPt5ž6}cGZb!UVrM !.TP aOX_x;;tk9WrIsوiMbOp+ jg ޘJ闉ĕ*\9]`te *WGfjƊ9ZϛVd~jik˂`4 WlئZَ3oe5|:ϫzE(ZpAD!~gMWJd4TznED^̴;%;rlNl 7_hbM4rh@~v|pwSs<02f}̄Ϣ,87ZXPv '%%JBH$Hc SIe4t~x hUk,&MQg ;mv2(i oxfYَ= 0 ³ano~ue*rC[˻! ]I0 Gڃt:Y(i޶Wg}3C BQ b̘I/0,‚{e` tXR #4W+ȑH覘\պN1ybӡ}S+烴}ӄH 3$1D#Z(-3d.͕=lApծ=q+F!Xb+8gھd}q_;+sÆmgh;pn kg[M=LMHLq/2i9~o>Ωd8y߅8(4Yo)'GoGk]7+YS/x mW4ƴc,[z$~e| }רRh5 󲥦/0Dۄ\Xum9O5!3+סA%e_+cqfebyҴ\dKIU../d}ngp-⍵'I Ԛ>bgV<ZT#WW%hMr%m.rCo=\Hl*1%m8٥"|9@MjGQ@pA?Nh:/۩H #Qcm3"Zc\cbT{L^erB2iq&|HD4ƍ0pNsP܀iƺM v>YH#9?E 4SrPAXaPOxCY{QTp* B=6P@;Pie0~[_'TERɓ= ٿQZK@g%Xi9g#R73ԜIV[poWV^t2A17m ;="_1GV`񉭷x#}ZM5\GR)їHuї;b΢eDSFԿGv#)5WHIV1Ho05y=bB y~ )&`yXp:sne&˟c Ģݴt5HɄ'vNFZ=q%ֵQE PgeNljvcSIg )svJnq_ Rn\&Qk5@u 6-p'^HBZhf47~!d Lj %aÿnSv"W"XHNW|^Њdy9q+ٮZj%ppoQp7z*hYGU0ak%ztD/osXl|Z&Oе뷉?!X~'^DHeq\2a(VmYƓrY,Eɪ9ZgGSK|z jeuu"җ5Aw5b>xmu^ 8w"&S] *[8G_n)ξg)yz).bZo1%S[p8sNHRdeT{mNj8=Ak.3o?gMLrEaQiWRmA>26bk`nxi9d+wN_1fzn0mnnCR Os(xr\cc5H 軫n8r׺>jE2S9.X%4.ԈF!_Rя/"V ٌT'rt#^t$;J( 0@!VŃ)5Ĩ[4,vd$bwU wEf9 J7Z Vx bXDZ٩ٟ+g+n/Ҟ!Ǝ;'pqK)dm{"A &k{.k^OϣOh[gӝh$ACaӼkUsӉ'썙'ۜP٦̰ jbbpKS{Zv8x># G3(,i.34/'dkwDd'WLZ*{=veBM8%hʏ1Fmi9{9) \98~, }tj\DM"Nw?"h{DWy;>F!}_X٩}Mv^'Kb,DksLD!s^jՃgOb(3ǑWqs-רwe=)y-C4*"#4UF{i9ЏŘsG4cBqWC*icCcop'N"X3T'Ɛn޻[ƌZ瑎cCh*-_7j8/P1+Ἱ'fdў;JFDZ_p=G{qsN09V̽\o-;LgYnR@ds?ɼ!L(E0~]YiX t.!X{ ?*㡿ZT D56924nj^8%Z2uU"#ܿ/烙H)SI NRJsZYQ`2w=K댷+><7"GhT[\? =!-[A o\M^tc!_㷻p3uwpЊ.ϤʹvUؠ 9xi4yb< p1Gz$cϲ뷓Bz?:Tz |/ ~3+R~ą8Mx$;)8ۂE-h-U ְ++TLc.']jT_c3(H5N1;RrUB8hٖz6MXgnACqOظQI+F1Q=k} OR'Z٧%j Ca ] #(+ gi9'Ο3>t?aaX#T@o2a%:OGʃ\\{h8̄릓f p{>L*fW>-e9R?6fDOZ7S;԰=J~\Č N/B'Q3:B֬x5uPw /Q UnS;; FSjs*FE=E~ޮ<d?*ֺf(/ DcF ȠW;GT;9]M*,& &$ P^İ\,+).or7G_wgdU\ WӥqޞU`F<@B\:gly'2b7ǂzx5g#Gݘ,U͌OyT')g}_pH i e6dyhNtrV'v 6h昧U$GkА\,cNL\1Z_u )QCdn[S~lv@E3 5y.K2b-@feJ{AO,>]U93m>C5N5X2'-o/Xl )jp}Q:W$#s-ш.M+D}0e0yfA.Z^LbĻNrٞۄu[tgɃjٛ#y5͙Ui3ҷTpΑ☷bI<{|x^&쟝$=h$L\6FMpؼ#=kE̳;wڳL14LD0Ҩ6Mmd^eI5{FELfg}r66-+weȘCy#bFG|8]xьONQ&R$Fꧼc@#/?0좎$"{gVIO[iYA Qڔ1E,dd+ yiJ݊,4K9>]7Mدu~tS L3z~gE6Q;-Yj48eEQ jB->H_/^;S@\ l]zތm8̵N5ك>Uw8s҈-^q<) ܅(Q㌍/p%@D !7У ^F?ZYȽ7Rir %8<ݩ$Yi@ Saz\C"Si6zL5}jwO0T+Ϧdc/gnjhUu*ڶ%K*h GV(dTסXQΏ<'(f! ܖRqьB5mT7CՔ^?v[Dr=PD9 @% P.^^dr&L\ezۚXڤgdzmg1B [SX ㈗@{Ċ()ح7y7Lj;! oϩ_&|imyA_rHC$6u3(n})\귧ew>HR(vR;BJRTڋSPIGdNb? tDL,[{nC ^^Qfb"!— Rf{mK0|~!NPz!oxG'qu$d_ ^KF#ǚ/>Q}Gx\@"պ'ޑ"9Fn~~#2=y[\GĿٻ61n"&t21f4ȊV pm}-CËy0m i}#)4`Gx\n@PF=Fev`;uyrBwb$-,aLFV,Y}t=8҂4BiQljK*N3[<`(֨gLzViH/0t&%|vmkH]4?vɫ/KQnl:}nbAa~݊~ 6~k49>#/`EEVtd%p DU.zjjrgbG%pKڶTmF&(xIך_SDƬ#$#\X)jDF Mkat31+b4m%m `B+3*]J(Ê46J1i4?SVVǭܢ'Ac1sx KlTgKΎ)QV#6CRHC͞l&zZ/^k3ϑX+еn}W_C씉qQoM>` r0^RlJIYJ f`fJSUtZEUAo peМkyCgzlwU܆R> M4.נ b?1gs9q©o> ‰ 'ܓt2$n)EkRmO,:9?ZdzhE MoW-&qMNLBzܺij#Z wm<˕n";z\ͱ=Tȍ#)zڡ5r g%h0PV~n$DQ(iv~/znBJ ,k*A 'ۑ4c^IU&j&`OcfVLPGWXHgV$K8Q m/%ՏHU&Qlk#CZMGUX\hCI[9 GrY$+tqɘ*\'W(McꅓJ.X~ΨN|]\F^)'v Hjݕ[D /ʕncoAMB ;Kcۍh$x[Ct;gGj5E8*baQ,\$R gnXslݨQymqƗ2RB Q3P\*Nj!a5LANEsp;+],6'|g0Dm9OV/[|wDw()+JhIvR$ *2 2CrSUQZz ĩ5š^BFZ RaSQn$D]rA )rI zZ]Ra-M,Sd/eUGk:M\q` 9p`:xg0@̆fmVȊJ:8ko-mRF#d\ n:(%L`!6fTs1qf%y$<6i 54Ma Y{ aa,o6w:R[f D=KlʒJRH3Z(PAՕ+ZywQcE0|d2#Cn8}Җ![ZX>¤P֔~SA/ZG zp]WяRH{2u#x`/bqm1' gb<..W'[nFmktRf4)M=^6@4L#:k3{%)p}":̺ŋqfllj҇URVSv^o >}aA,^|@Ӑ-7Ζ?&٩ L67ǰ ABډNd^wCf$^f{`/1[hpiaS87Fc ZOJ N8w+ƍoPȬܓVH[8ևE\*[BÛgzWRh=6>V( 6g!*P0#U+$J<9Nr, 0n-:䀇FhhY.qF\]R#q`}:ʁ ƕB4Pm+{ั#j20z"à2}$2>$l6iӇ<\25ȠovMf8 ucw.G-<"TFkccȀK6m>>(&=X_~bA"foQD+6 O4bH<5su՗pmPFSpC#wCk՜S*X>#x% v,{0?Ba ¤?PF*pqMV& Hf\DY?WU(Y߲nJZv9<Km ʏY$x, ¾S.D\Q;6fA*{TjzިI/7 3|}~̊rݮRAŀگ܅gˎ{d(-/ؘT"0mW;R&@u; ëNW *0K4WH d?BedqoF2C&Pi"c8bEIF@E0 1pm5Ε"\ETΌJXY/w2Ti,ǎېDX.fLK) u9s fqjG۽}8^ dt 2[GIHA+hDR)@{ɿ1F߯mqƇ));qǧrk4ǁ՗}tIZTCV !ܕՎT bNoZS#\t݋(&QiYF.615OYVZXɲ .E?cnEjL7!4sb׌L:2'uJn(),5S"pQ(^gŴTE(b^d:>J+Tzy}xe1ʜ} : f#yhƖŭ>"B}wOC=I=ᶻޮL>KK$d|,< , +O#2Nʐ8gWgҼKo?(5GL͂5=y{q꼭Zf')/XCԶU{O<qQ`mDuhm ğ&OA߃yрC$ bwN/{z(3R)Dv`O'("I=Q$Pq/tw<$kF?+= *C %pUE٣9iGpeIӜ4 686=yBQ Uhݡ̻Gf6 4+˿~)#7)Qg=!d8!Is#zI|Dx#8cPƷ4 A w$ާ {I $TY^c cmWs_MÞOg]2L5iOb>Z";T5%CFn>>\^б:k>L^Z$N4 P;V65a $&g0mrہ쮓I)'w Lxm\Y^*(+۞1eKZ,}rz7>U3=6\18<HwH=ItZ3G1e5oѭ0<̺0L oQ\H3fڌzXcZzaJTXʰ}eb4i2:UyH1M7lj3<ܽhޮ\&Un\1#þbx,s5Aa.6}gO 77u׊@=M7eȓ#$"b{г_Z8qƫBn`+"c9?^M'{1RiGdv6j|E^ރNSo5% fP1R9T޸U#kxW/ƃKt:Uhg#;lX3#] 37GbTy6 :062D!$6Y,z=yF[/_UhLRnzU%5/$'Dú=? e}x<}PRfMG]{n¡(2F}60 7 t-#\ Ӵ64''@J"d6N T(Ax~#aoT'DGGwM5%>Z nl撺9nO@54.f162SJ4QsCrG;חXu y5er ubu͙ QnvÑt}>`!8 IJLΣ:yrHcv8vN:s4.U,bˣU-QZso 6aBH*UEhk1`8+Ս]ME -(l% c*"ש .`zʜNTgc`vހ/̊."aGrsF&ʒ`iK -,IW-elQtQlB 7}XfɇCf` v%Fm8ZgU2f ecI*sfgmB]z^ߴ # qY* y_5욑V A Q;`d= {D9S(BIFz=ƒ˫M^}zlR`Y979цW[Kv-W 4b#j9,ǫIt[Tzx^{n'-N639MK;62뺽UG*OU>p5ay4YkȄc/<'VշIdsڑ\ƀXn9 #CLWRS<e5B5NH.x !]X.;ى$y0$}Яj+)3U^ egQJ)-4[:ҝtB`Č#jLCxMbȿa< uK\UXq[}nrfx@؟jTh59,I^͏]&:`ՙ(c =J訶Ɣ=Z tBC6#$1+rdKlq.aF1*$ @𺂄%4(~{v]fWVDg-{xAN[f0(m֚u^3fm˟:p+ndY9 "[FcrcP!x+Ep@;M{u,VT)xgޏ##BY.DΒ,J²m-D<-9|CXz|n|lnW$B,Čx^|0[ؒI&S{_Ojco&zc󜦾O]L3B7@ԧ$B2b5F2q+|mR#fOy0|,s=v*o}}}qlw519\0dJ@0[IXwcMX+}z%9r9\Gw9Qw@>nl(GB]n>.I u%\Q.m5Î:R9/mzkAC^g E=]y&Zƈc./{ =wPAM& 8:$6b ǧb>W {*EEnNs1zS]u)@K] nd0VuKnkB~YFWU O#ǧ!?fy3pbA1He:V%RSӌz\%lo)D-~cWJr񶐻"wHA gbF7W!E NO%өB?αsHWĘDe=XV.&j̍W`n1(Ɨ]m[o\VWf(ـV8}p-NgtlE6cvPxU0Mg;6*xg;(s'rM)xS9 ݵff~Ds}%?m)˺Po"vfEHa (V>L_aظJ>8H^ e!ڎ"AXC{H Bӭbq%tl3 k/Q~Q1cVrr~>)KQD,BdcR^5ErO?NZ|o=1 隄^zm`)j6`Y`}YTKf$7bl))|VCN[!3(>Kh#peoV|9pZ $ٮ kݑSI-Bt@7};0g^٠MoCclpui2Id{9'bCN"i7v>;-gaxô-EHU]ypVCm_&<pAY]P hX٤}xrPҋ! XJm`@(BINd-:mB, Yc/j6c;.o;9t`(s_|Nx%mWw, H@ p*g5<6gz2ٜ%b<=ADߧ5OB@:N_'# 1]k4Bmc$!} ]1a`] wq&%'HgфRiH_ehb:޵wIc/1+HIfG=(+V6ځvC̲ȵT Q62aw m Ӹ%ʣM  @FOn⪟ZrǹඐoS;-٭￀!a ABpfY}jz :9t5wGZ[w-8 jKBXI@6$N5ON@x[lP⩴UX2|,зVC~]$RYlU7Kմz\ 1aH&N5}a'c3F;靪69ػX #M%X |ȴA|,.gpDb9?&dt58Yɷٻ <:aZS oԫ\/b{rțC߽Y΀g؏E܁Í\ajE UPlѤ *K@?쿬\cݶ2 T ~xtMR䇖kD/#W-"#MNdS1!CQ^dYӈS?~zw VTJtp5ɊyB fӧpj{dGRw0U.(zJa N*0C"h6o_JdESr|脦xFm1y+~~m"{LCd)苡Ww .n (t-pT Nmݓ#0;lX5C^ ˣD0UN/TwM1P̓=lC^yI_YDW3 5_oQB ̴lOLuRB:y b _(ˤox V3reS"+A<ҞGIN"P)eO\tgKP(QO "aT>NBɱeK-3k߹MR)2-9dw:A (q1R"3 QA+\WSzm3Y1#(4r13:ew*)=lgK*?)bUX"`?"A[$y Dª&X<vI%[ Q9?껨i 6pS ;}~͔LQYp V#7oAx$x$zvݐ-~mWH\<3C+u۟(F]o RV6hN4 ȳE+恋S##vK9E2)v>ߵKfWg)5 CF4櫼̆qMN7Q#`hd#ݡwc} qƞ1D<)taYlʥ1;X>?cm [kY0T^a ݀Gfm~I. =UW|PII^X>0ޡ7_Y;n-J+Y?> L"dc,_zc9f{ӞQ䴢At/9;=>``9H,֔ D}uiֱ0n+ٯ- ଫFfk*5uzpٯqu^o9Y;Fqd}=DWŴWm z@"t҇}"dug/3JYѾ#yaq)AB ;π'.;Kf6K̑ dzqﭶK37s^w*GɃs3\d^*9CR,J&G@*z L\6fu[+[y([ b#B?6yw }TO}4i:X݋6N"21^kդ&bN?uR$›HdM., 4) "/*L!Aff.U*}1X6u\#t PڿjN.I;J'qp`^pP5MtcwW4mWdsZy=񪏩{@%-D$Ȭ~#ζL4Nғ  _eAWu65C>Zx/ág^ a IJu70In$Y'+ 64" n^ßz!3U>6b!h+1'_F׀c!ܓtjsbrAmG8`r{ rf\ #l9en-EJ6O@>?b٭۶hs;wmu"s.1OIpf&.{Dcwda|SX<5K_hڃ8$᧱\; Sg~_ܗ J$nȒ8ArO9FhMkA~Lag,SfT/c*M7gW=zJj{(˰ ;Nܳ_FB#NK\cN LrA# /0?a. ;X) ֮d׌ 1ja.|̱D% b`+ q=׀'?mt֟0_۷=o"fDK#C|ޘIٕ,i97)&Y}qYÔзoK8~+(9*ybcHjYm*ku.ꗒC@c۝+o^ >}nit_ZO~(04I$m 2dIz %l߃[U#\.>0z܇ +7 9WRwÛ4~AۘaxmZ6<ߪF6E7v?ZfFKh?rKnh3FilZBC0Z[2;;'ίm3 ] jaKEJ8J]h  i/0Gs] e0Kaҿ;xk>~KXQc*쿯}?Cސ wq6€7O!PŴ |- ėV YMlW8,݃UGh -L\Ȥrlͽ"@u/]=nE'EFא^51UE1PL E EM`)YQ&9.K\ލ]^a3I6;=y"bj=fSK^}"z/H\3޴d*h\saɘ'l _WQo9z]шO˵V2=+Nwb PW3ߤJa89R=nC>9쩷j$hvc^:(a&TC3Gje #;]XOҨavvcα/躟o$-}0^ ^ %D;vnc.0 "u<ЗDje?QWuKH)Oi`'){E)vDE+b Rꌂoڨ+yʢe6fgAީl u!2ȭ7`?@Y=}.ŴˌafV'ފraׄ@msy9V(@EѲ\*8o3^܇ӂZEEfwWAgCy)+?XSiYa+>![5NZ#8JE}_Aǿ}ˋ 6 _DŽO ]w9Au:\DI31QTocLX7%3Mf+سj=23VXVa83=y±T,:*\ we:T9SC EC~ XatdQ vQԄ8ڵrxXK`">LZO)DarM,jqGI?O,xفF2))ozG%'w q 2+`'xS YVBgLbJ,;KWo:߳D~st\ d$ I2`-U8C4yOD%-,$@^;ڰ OQmѠPb\ –>L2>qG@4%8x͘[1M[IZ9d( w!ŘF3 ?BHjccAl\䌳p"l(`L"1LȧJO2 ) ㉠}2ѻهRrk,h4&:ȟFW P6O+׵ Ep#)QYaa$;F@.^9Mvq =yA ?bZu'#5a@ԙGd+m)6$܎r_v"mRwߧ$yݯ3J`*!hbP`I cXJ߱YrFEG{4ԙaYGIjQe2.>\Cܼ]!.g - .}BƠG(aOͥ LL]#o, M8y0O~9ܔyJM7;w~$N8tӮd27,랎'׍z;#$:3"Wc|`+Cb8-ԁy *i#2&ܖt*ȓ!Ž\}?G_&BqW홑6nX̏_:.FEGND{pp&ŖarB@-rxdX=+6Nr0%U ~n\5hE,B1xmGsLa8"Q 2'0]]9pP`Ǚ91hB$.$zwdK+ݻt5ٓDD>ZSWFEs{K: V&̟r2{i ӵQ.xiC$4"\{ hfg ϥb*RBmV2VFG^=|y.!3=H4$|y<,Ǣ)<xCKdޯ!v͉Tc$ðMؓ9o {Mq#jrG 5up',y֯gwe"my0ޙ_%TW9ꋎD&Ӫ*K&>rc[ mGb5q`4߸Ք1./ab/d;ZY){1-*'jKy#Gp0 duk4X+Unw<@w.>#r3.cHh֣[WP{ܬ s !Ljߟ!0ؔn+6ґu|Y,%oϙD#UhЊXф̼Td3qY!ӭ2`wI_dR{<cRoi *X'9\Z̈=E0w '?gE@X.x seU?vs `"N[:kafv$:vJ5ո${!)ܯ]ѬN@T:/' w+{TXB9G~"ӴSrs4Dbóx2 ˾7JT|3SXw8J.CsUUwKϥ+ǀj -o)Ru?62d$عeɖXR#]tv=UdfC m8fg(=W=>ؼڷ&Xz}ŬMk*ٺiF˗$nHgmF[w%boztPa0=zP)kjBRVa𪪬ᒭQ<{MlK|Ix(tt6U )A*0qz>rok {.h'ѡ6ʕPd^e^GW4-kU3dwk̂*깦jzV} )6:ygdeL,׮ &jF F'ux~U\{e4~bPc:0mc{[ro ҋ.'B#"|tWcD EkFF4V&M]]z-MnaoasQ bP"X\F[ ea;A#oH0|ӏtPy0mBRb[A|"`!Dƴ=מp.EU1?]Vi^އI\L9 &3'4W"]T6 ް.҈X|<;}!Q$KEh=l8sb}.r#=+07-WpN/oTv5HNڪ1V{3.'ݚ<0󽱆Z9Jzwz̚h^o,>rryMG;]cnav2TR92;-=*~?zfwm?0,dfn,hOЈ%P8Y#"WƂ(};;@]Q%om{agք+q5Q&xuĥMLB'ExZsB gݘ"0)v*@>@} ݒɅW(̂\*{52$FzFY|)Վxh L%݁W2 47LxѲukJ6Ƴ޷sus|ڟ<~{ 5jȎWNꀘ͛&5":Di[Dʦv~EX0ݩ[OZ -ܶ7EL֩qJΞ}7t% 6gmP)ݲ <nIJh*35,}.FGgT(Q_ Bfj")ymu[iC"&> Hk-M|ċ7u'[ט)[s>uWOMdA$4@ßl-;^:MB} 'cA/.׊2&d鑃/ݕXC;.?m6UPMn~z+a57n5@(+f$)Ϧ0cߡ4UW F1 })l}DFuS;@,r.dokt ^bAƎ*"),SتQD frNgІ Z-\oSw'窼!Ɏs6#T²Vբ:X!q'/x%/bmci`B T1 ?[ "wthB/ *ăleE}6|q(Y_p -Ym"t(t%Y9$C*XnD)f 0^a |9ֿ1+~{Q73F(%_p FgUR#jƄ='yشӜA+.ˋv?Xx>럵G AK'T -.L݇x ,Oǯˁct#& Xl&L+ )HSI;R{0r_1H F6_1|a; "HO>3$&w'Ak)vsjO-BSwO1P{/+qj\L>߹>;I@ݭb:~C[ m2OZkXs)Ml_uG<@({E-*)%f4A2YByq[C!ݶurW<%8U #K#|d%4#c}H *w)b*+(j|j+_@xHXo{`wh󄳈Ʈ{5ϙ2˙PNLJ@LՒ MvRo taTgaFFaW/KX%ˏ %-뾼{g})' "K#B#3[JlVT$ 5EAQ wCCh2*%0IcSN^tLce^e |e~.z;fT A19{} 2xyo\1ΔσP83U/wLO8!ZUgВλ]W@t^2 ɥ52AKZ[MMs*2rn7/4G9Ǜ(_y<'=TvQV-(3W|6EKeL[&F*Rm(<wB9p?ysUYR#ohExYքpt-@D;hq{{ZP6/? 2 ,K̓{>Cut@Pv=m-IG`᧿ojoxN/)guQgQPetOOh1QYy*Kl7;DucZh4B]~jb^x÷,R1| .56f~&dߵ}}79v2V[ ԥ2&ߝ5\2>h%GX2I[U7 =]k\F @WV mfQņ^=jcw=sNk:pYcY1FD>lWU+$(k:[e& d-r/;h= X0ͩ 0Ov$ɍ"-syj͒Tw|0&CCgDV-p:ނLu%FCU3_psrغ'i9ǧ RR5#-%Egʆyzi$wk~IQyhv-~Aѻć赟:!q~;u((xVQSS#7r,]v 0$ؕNA;;*ۆl[L@Z3>sFPVNg':ndy</p%m!0FN~É1HEg6:J.@>F\^ p, by:?+[4 J`6iaY^'j2"pڑ_6IGjװ7,RNȲmkO.Q[R7IDugbE;w!E 5`aE7[&T {/ V1Qa/Fo9aRy~2<{-ܔo$yyxD#r:#B2ֺͅ/!;aԟa/)kK(pl- Dql^ZTBĮBu f@ѥuڼ dVo&U4 QٙMEDM[J-vx,tM'CY6pobQgDaJZ-r6d~pĖX}68̴4h/ X gh+a=ZKKyy32]eﭱ#r (9? OE>+^1͠s],&ĸΉF ;x%ENA£ p3OB#j@73P%}م5;iCXTq|%DCFEZrhdeoRć^hwÍ& S*Dáٱ$_zx+jICs0H9% #,#D[=RN5M=|W_?)/3>Ob h'"]J &BvlӠVxSIrT?gZ?$yCH@&GROi14u}QpOP3Aq*n[l^z "qr}"GAwyu vjߢir / uJf`AAruaV8;-hXʴ˰@4RsɖH}';ads&Z)3\;2^_=6=)fL|ے9zD՞a,q/Q<9 4R*ow42mH"j+hc@ԸsI$L}5'Ap/:%I@*bH-`fn3@tOfPD٢JZx͜<9ej5ޓ<-XͿW5[%MbMK?n,͒8:#?)+K:R+31a4Fذ lGQ(ɡw;J{ky'ZmD\X8mxEt6 "We4AˣeTBQ+͗mks"a9%X|[)H ]HϜْs١m^҃=K]HL[#i(KE=N j[ytgt_qo=D5W Kt}V}7.%=ԏ%;Ŭkn3x1f`jyM (ܐ_O`ݞaYc8rT{yYmm>  DckioFI6mATEX!fmTP"BE#7T䳧ZNTll(\ѰeܐRRJǿD۫ hcY .H⩸q"ǫvN:|s_) D) y-O^XpxD7F 4' Wu>77@ؔk.m R]U)jZ`h|YL*ׂ8RhiaC hVL1_ԈpJǵa>jަN.fۚ-lUo-} G~wUGNi?|JOYy_n=@IȣH{r;)`へx:_.^2/:ZxcGtpQַb/mEfKGqѧ&_W WJ?4Vmk] {=6*(m-dUF nEGR(\[*ۀhB$÷.wsn;+WT!tF4"F0 .e'9;Wg-n+܂ 4мN=|BBg:1C@:{VZߧ*T9 ZRρ7o&Wǒ99oG:Nrd[^,\uy6Q co)J ±=<_niWïU#N%mFc\zp ݑRS*I[d6SxUmi({kGz!Е91 ڗҴ_\:|I_Z|GT&KƊ"kC<3-v.&Wu1ҽx2.@^4q]AƕҲA,7~ON0PV25E%^HV[DxL]0,eF-۾Bcˌ[f 5mvyREڹ7:Igj+ԣY AݑUSxcnT7Oc/&5sElz"4t6v}g;w\z HhQ`MVUði,E edq7N)ns&y=z v3A)]kC`\ײ'6|PeLa@h3[$BJ?t|ja| ٞpq.ZbQ;5i olzb4B)[E<#~;Qu%c]BRc7 ϷܕUh5;.Vq"ЈWIiz_insW8^eahvbKX S(L66ε *)8 [x]tK[$'ٕƫ%x6GmTxuqgh[B"& l۷]Yx"qPXxK>*ΰ :^Glk=£ SО-0ЄO[SslZ\P,D|'BYxV瀧]`y=';rNYb`&"`{"n.Cq냡Bvާ`OČfM;HdT}(%¼ ح`5DrA5;*Mo\ۇ*U0E?]@,xszqr1EL--T`d>,_v2h)n.Baae |9N ƪ{,F(z%Qh.EER{X Y{.XgX] (<EkX{hrT E69톭7f < ΰ M{YhGl;yQWF\y޹P1-] --|\DiH(퐸(K&q&QΓtJFy{BHӝ*(E6=W.վCYѢ5\0kaA1OݛR$ 6[Ź[O\JT:A>jpv}]`gOU=hd4ֆ}"_|t5M,bBjnOШ̝צqi1-Yط?x{dG\lU]״A Wo.ޥ@Zrwc?&XAA%pF_4bͶ&A@A'# ؜<|>A&޴Ua+[ccKY8 e.SMTw(tgv/aqMOaKBqfR_VPH뫠B/*=s ]]dboTFTy`6xL%V]W󩋛/P5dlBUEZ+ȉ&z]N{hy+BfRR @Tv k""^vH?߻)k *ö q:;4(Ta:d$>>"7p _"0Ι`%4p(1q])٭.^{uu"v®#0Y/7/\{ }dC* ٳ4~Zh+ވBҽGt%à !XeQA N\t&B%pSRT3󭗤ZΓ(Ӝ2"Z\lgV|@]mn"EVXXlޢun&>V_Z_xyyCRܪ3H>IIG( &ڛٸV,nkYAnu*:ۂl*?HpY&,#DApt *ǘ2 H>laY".N|4qH_ՋKH5A49Z X _4/v#|8siTh,qi!+@rg9n#aQѠpD.S営o^Uk+' 85OW!@qb{tt)DF]-EĝIP{#.?m:Cb_ì%/ҿr +(FTZg Ba[k_O%V_&?Y$H̔ ^w(-G9+-2?P@80A?+v>bcdvkvlUn ۺ 0˟w*5͈ч OTf¹  [3Qow@!Iv Z"w@N~2F^ץ{[n67/ ]WAU KmsJ,^LO6w8UfC7/v+`NC#(BLB684L}&RIR+j0]KDK')R"mIMjYtE}1j'p.K* M/$ m#nx(($jcc SOx؉~ {BvC S})mTHK>8m-@YJM;J)3cIѺB$w|/iNeO!Rl}%_l KV Y#DOq{ }XW ^:&l̝E+NGy#8? n`qO]TkJ.̓=-3^%l5/*y bvOكNH9BCьt_DZD!BGnFÁ7ry%qVWi m0;Ձ4g\ț8AN9g&:1`K3 !?CP˖M$κ]3`vތDտdmwP5?{B@Z.{\r̛72 tȲ)oA 8I 3tzEsyz (ԮJsIhBz-b `E.԰mEit2 Kk\[@QcY)>Zwh9NB@7‚,2HKgWUnq6<B= LQ q?|!\ɿ]ptث(1$;a=dvep|d26hLi M>;m:О/MZtXS:沕IgES&O ռu(/Yy#\(fNb= f'Qbp.8~"T"eyo-gS+LB/j͍C\u,#' cZQ,NF7Ҍx,E$[*]pIV&yATdGfCh({`|'ru2Μ|d7wIPdte|纛Fy %Z=YHΚB5OfW5i &@38W-{S_~V},+mb|vU^׮Z[g\ڍ=zgNDi_/ָwC_3 q\C ̼T5Ji}Mbwx˶EEљ,*7!P<)uњ "fd{͎4ƺP | Ï x^nbSJ+S:yRK$*JJΣEx+K*)vTc6\o̰ԁ_0xJ,N 1|Ο.5ŽF d(4|pX+^/U5K45Ss0p\Gv3D]234"OjCQlbfg4/eWl"1vh -'!W᲏ ~C<.)Nx|X> Z#!y}:9/Y칳+DB]$K#xS}Z~c o|]9RU57Yr!7Cy,J4!_28 2}Cl%)HA:[sam&ӤsGl՘퍢 sYfMSof?OUC}o X rmП` C|ME38]#yb4=  ےȝ. `j7guɎpa~FQyg'ň_e2l&ueET(ź2P7,uLϙsz%byGRo)RH·O/ɋe/x=WmT Z}:2 ;αyJ  [8ߍW'P/ɁPm$ zM)5wh&z0h9\tpo7{*%?9!6ޭn: oR%lb汤By7tlU{8uN9H(F*ɯ:F~ D?ӅL1D;$ Dy^0;9lO6ˆBWf fړftVЛ&5!E+|C9DDX թ3kNv1D25I~X!t~gkp,x`P.R*o)Lw 5רպ!x:g3ljy (`}O33>xp, [n#TH;aV ⍎5=MMÓD(*`~}NZWU?[0;:[@(mԓ6##4?s_Dz5z )i'5ـUǷP53N|7{d#fX5=ģbmD4 ҫx0̝79{v3Aoƒn\y#%@R{} ~uDE$.vJV´H _3k T(LbQ%lm]ڌʑyq-ن9ǣ"IvnƖVhJ<^K:Fv ]8|P7I݉8ȣ `.QC"[~ySz\9tZ S/8e!mHgqI=xЍ/r8?Fs&z./nJOa."xD[oIѨ K5iQsI .[Jڋ>[;ZZRN;࿆WNض5tfz= n%ß&&Osd}wTN2ӂj5OaҐBZ Gt! 9+./DXǯevb>ߤc 2]|YoS@ҋn'`⨨%d%JOpw/L]Y_O=S~! 4R 51H=zFCiATtuB`迠 /ò-llTNc;K骧Xs39득0+n:_2S/|xf0*/SĔxRY  ڤzDQ2z m>d :_ Ξ.Nί磲5}bH 6=;ڛ}@֒zx]8Lc:2+5ȑrJnƭII-fxcX-$w%oa4A5P(cz6ԅ] 4FhiQ/E7ǘIY T$`OE(c{;;X=[I̻ʈ&e-\`gkPbT,*n_]0[3`ҤG& =0.!.>=s8T0+!l.QCW[HKO4w+輔ڱəCMl_@/-n, s2@w4l3UvV0l9382Ԑ*MԒ}~U)k5x8(\@~MWv)'-"mW@ۊ5@ @IY~N*䌑 6a {hLv"Dݎ3Uov zGI,5CRVmv>n9YaTE+XMv}.Eئ_K\ja~E6;s{og.h:TF=.u{ ^n-.S4xt^L`R"x5\G}]Cbn&y.!5m*r[ҧ$#FBrr{V"Y^=k$hQxYbz k~}SՎv _TT:?3LD}+#ɫ4KY5TJt;07$0Wr=sk]I EД~o7> ޥPRK<ohV:q#I}& % A:7"ËftotrvU KefHo&kJ/ɬf[f;/,syňulSɈ7 (J IGjG[7Wۜ3W1G ߠ۰e;s0}>SN]ƇhyzY==4 %7ȯ0hCܜKv\Lx?l ))^/NWr"q#$h\1cs?1 (dɶq 6<&ey~0og--7ڕ< XqnmO%~J6W{cE56?Ed 0|) 3EL3F9^'l=1d/7G݅8?n'TKp,]m rb@o1+^X 0wM\ at 3~T?J7$N뀬^ǀ]8pk=hT|ͤ>}B|h˟@+x6oT& *9&ƱcZ}J >X-{s5Yku||dBv#ܜgpX 4*Kf1@؏RoP˧M,`5(z Taj,v^79̺2w GThr,^1yG5zGnNergT,%:0(_4k"ROl4;Kj00p7z,浿|PROJLTYK|AST'txL"dESbCq 77t/#b䖊,wfK v[ zmSboO7xfjT3]]KHyvU&fH{)fJfޜ2r #OاX`=@$klɋǔ3Z Drjz݆Wݐ!8U(_z Ei/ɅQ⭋ᮨXJYD$m mctkIt*d2^O.ݣ̬>2eslfv-K~mٚh`EL;<3?C|`S3[>_kNǔN#K`w;wX:aVAWd.Ԇ1O{H%]9|_jЙwFIk羱bބFmy#N}\ybVY:>,;f` -TC9`v%_~45]=MZpUf}xOk٩bZ[5{mf!>~z@ SDtsk&kqLkU((׊ WAέbnv%yg9 -7XTZ&Pb❂lA982Dm3+$N#,_O|}_\K,8&°PU]K.I\aN/,yskIax Ka2MXg pX!()EJsX'V"#,bQ1{n7 P>&/b[ޝ0wYwPqC vTŋ%g)6 t8?hUUbFZ')d>4S%`Azmut =/`5Vn Lم; E5/m$v $Y46ߋQax/ߙΏ.,!✉G޻g 蠂,\HLn-_WbI'%H-%Ɇ"FzX S᜚%%͐ *W ^F'=P2#M{r4}N861Fndkgtt2 'гjBG/R@ϓ2t~##bReRMn\j;2~@<~.ʾTƦ+d32VK1evi@+JM t:􇲬mܝ&Vyj73'ܐ*4NQ_BLT á ]_sO'>r2mxJ7cdžVM6*_}&tfAV<6`iB5x9 ~0bp]*ufs!ګ<ߚ'ȁ$2>#2bhͱ=\RƑvRп;ekN$(:J8zbpOfuC+^<TR UY_ E>Ja㏍7ĴNTF ;;qL{uoZfFT+ⴻg2N" Ȇ𥄮hRSR@7.B18T@ Ľ{2fKf4LG}O{UX~Ǔ>T#댪z<†L.k\xc7wUq^KrPUKĄ/듞0ܟT~Lh=e}ޙѴ[[YT bĎp! Afw2uNq/>\V3?AXЗefMi_SbKeo#kyW& ޿C]R6qkug*˻M]bg` ǵx|vGHdd2EC

ηL1O RB5{H9W&~}d@uȤk:L^J9N=L⭶&hVC0>T5?BG۲Ȝ XIJ}lÎjMH\onѩGIjm~ 6IªlOP ^}q 3;Ij۔֚◆@D>pAU*܊֨knKй.YLTu=z?8p\lZG#ȉwYۓ㙕=F(5G8d'ؗPsE z x]%JKiskwj_Nt*ͣ= %9r'cXߠHĀH(6+YZjFath=ij:sXi:7r>ęv'A,`KFȦ~X2P,m+f3@i7o|DӨIG=Y^-R`~ q[y>mp rQOՓel%Vg5?5HJe*Ck"?/plѧ"k m1{s"<ާj>LqA.u-#voSF35=P{|PE e 5e.wa$m//MzY_J8R k" ESGXh$c/~bcqA{$ãD~}H@qRK10x|39RLe߫~wl=//5NZv<sg0%x% 9YVH!(H"IS0 xحQf%fCxZfT/2iw-ɣtaԪMK.B/i30 {F5C*j'e#~lC趗g0 {v[~YJY1gLw^~sl \+H⨘붶q:R S  w ]ޔs~ܫY6~/?XBLFoMu65l/7ʁuѠw̔^O5ap&onL1|:P-h<l WJkL& M |{U*􄁲uם;K-C{c, ]a_U%1Vy^1ʷɍԒ+_q6(&M%tԟbpR2onOjP)5Z^3x9e//sc=O& Kd%[WO Αmey|ts%ug.XTdzN&`@eڂƷD+7Q =VfO'z=]eWRbXLTX;Z vQ$)Zj0=Оeg+a%I$l7 # _ N_БG3$1hLxmKt |Z@}i¶ҼrAP;t\྇^{ΨzwB,y9BLJaZT[`^8yGYP1@>t'TF+~CjFxfq* s8܎oJ$z ۹P{>eq)D֨:т7ΥWα(+]f=Iޫ&vgm]Zs{M% 5ύ8\H BG6 #iZ¹MFeF`JXr}TrQAy%ҎF']ZᜄYcS=v"υ R݁,4\0 ד7z  U{[9)>l}xߵ jҹ<$|7_RtnOO(iL*FZ!,wC@3Tk$@a~̰tZj'Z!n^||;ʤdՒj3i^ Dm *i5ĖO}<$;2Y-۾{OU1ֲ`px2Fau6 G=>8t b-OR~2jҭUDuɀ)Q&mP<% ǵ:{J*Z٣b¥np(I p* C6Cll]`w;J-Sn;9bh r(r 7C8b\K6ڼ*-$ jJ$n3pX$Կ|y+7lnZv(RNRi '-7;T6PEQRdZ])wc_w<U؛ };h3e ^s{mAoTH o N&Gr̛ T!}! qæa NݒҡەzGBZw]Fԝ+2yG4x_a@&Eu>ЉOf64a4V WcR^,e 53;: /M}|Ju̇'FxA 1 " DW t]ȭ^%f0a8q(}QiMV/ ɷ?۾~?mC07C2vGR`i'c D T^GuV73t>r {n2%uΉCrШ_ڭ '0α=S32#XV٩^?:c̽~yںJ<`be Vn5s1n-!rɢ iܬg"f" s- y'Je7}#\q~Ӿ FKz6Qu b(\qW\ WB$Fbo~VuW*]?@p=b()¦ZI~_]{n&FkN uc!j?ѧ_'RƦtX&5>Ƶ}=yˤf,oDU|Y(X}ڼ lZEScTG\}&شAd"eüԊ6? p H7mR1Bu?lLqt*c7|2FV2n;F1@J ,awg۫ Υ״sUsENqCeqNݚ& !I] 8a@S%v >H4#ĹQ#fP8 ŕqo-ӧqHB& +Gڑd.?&}WY,c^:$%+iے͇r0p;. 6AIi\fx9oy5PFŜWʰ-W[C*.CDۣf[M}ZO466Z`֔0~W,gVO_*?`"63ljAǑwAXyI鸡D7<%aKP k.G}'7k$Oxտ)X %a%"'A2CuN(-6zI\)7yl& gti]] ȬT`(~f'p,C,^[8}JWcg*Hi V"/'*ZCf% Ո^N·:/?XѥǮ\W-jqr.= P[NPR;nP̿Uu-Z<[LWG0d(;T$}KڄuzYM3'#S~"AM@->|܎ Wu>O@MoCp׌+84n+'{\A2<0sR z83~ MÛ)i@Yw.䎟=y;ՈۖA Zf?3"m@ƒug!dU Ypebm캘.k^h~ZLFHۂNƷYN?G*`^X_9Y;2"xC6NmQn+ C٧) +g8?n <mu_CgC%'rOox1]A_l:ҽ 3%$k܁H>Aյ!}aRgx/\BVvpuGMK9Tu3@~3|PiKifܻ p ݃0F}ky룃k6%iZ'0s,%FnVxvp(b&@o&.o?*~&@~_0(ϓ!VRbRݽa8gE Q+2&6` ^TpXr&6U};>kwYDǻ:p1i%6RtuDuZ*^C[w:vuG V}J#[,[j*A\LjB *c4[hy~' Rl%rl7$1oCn%j-k&S8lZPҥ өp : Bsԡ,)k7AS9wIU9Qn#Uof7(W$qD1͇EN}/09PŒVZhdf1~U38ٽIZA!]L`o2$ 8if\RDWkC!]\bmyem{L\=G+h2 ?^ػw A%Zθҋ YX0vn'Ck"w ~Ő,$a\/x4f✛Q-!%se6^x4) HnowbA8ɂ.s$E$ߐ&KB)W1®ХYmٱ9磗8c9/D~g41PߌNt㮁s3SfiL+fxxպ^%rfw!sF*&o xTS[lP0(pSІ [K1!Qʊi6>Kk}<4n7h'\KNO>7GH$G D[p /l^;Ӥis!$nv0_Ի*or:sxtwV/3exW N'qsRfA_mxznFFtX>Y(s泫NKmH=mqw'Psu7 3Vqaھȇ6!y}LE]F\js~l G*K#TNC0z:;*.D!`R brqm衺3NAϋWJEX>r%pw[ΖlR%kN?,4}e1URa4; 2γК=k@@TS+X+fv$ɰG*PGZlcg=JUb\L.K#jE cNwf%H x~/0[TZDFemӚkVlc\ߡU@DWnjvG {R*:a|E֨T?oM UgG~&I㘱ɆqRT7r1>'K~7.s&5[|ta|e0HuAاKh]sR /6$áB6q\j]W3了t5S6urED[p/[*/5;jNwҚhgN(Gn#c~@vr1 z`. M)K`*ƢB"02%{N"/֔]D-&ږLo]4L*O*l!z&vaB:Kx:aPsE"S& VL?济3K疎Q8\r.[T=9F4UB*Le9 L|NN*ƭR0} % BbQ@]h "0^Ҟh!Îf3tĺӻW=lr|ddְyK~4 `ۚΑ͉:Ps8@VMQuM?Xa[LԿiUhA@v_aQ> ]̭KR=I0a#33pY0"+M4KZcRѠ3i(r1Ta-b;#뮷ҎN YXoHN0>JP%pL!RxB@ڂ4WD]=Dh#2?ZpyeELHE:rJ1P RklzCuR9GXХZ.,N`u?K`ý[Q[B%M>N\Mr }"{0;cԇOj'$dy!i:I)ы!N'kG6q[qmQtQV M,E!* n D -q#'M_i)B@t,:q 3$_qR?Ywϐ.iշ=KsuKvyz_c@h Dpgo%rSE*i6+,@LXBv_hyH1TooB.>i= :71 /8ӕQ f;+%}iO$Yh6l7a4Q&;n \f!F0_+ WO3i ݃ Ԍ G">a`J>S80wJGg3d~q91D$KVC}1]攫믉N"ʙ` ialY,{ݣ.l6?_c+I:ub7, ٣$zqX -^"/iRyfI[_FA,} 74UC;TZ+'OFҺ;f04>#5y: 0XJmx q 0qF.W,8r@* "9{~05cQ2=kc]@tc}N SOj8$ /T,9%k&LO ~w~h0Lӻ)1[xho7=wtaOLZ6s$sq;~4GS.*'oe"km$Hk~ȾS7"{X9G݉7&N-za4 'e{KWe~dĸy-qgr B4K%YWX.ZIflS'㮦ULeѭd\S)\kb=% lʵ9sE1ճkYW~nR픅՛"bm̖cs=$nU;KqWw?b$*/r֢4 cfaC_93g4loh`mȥ-'~~1c?wzGBP=zN ߶\"H/˦Z|.&y3 |7Eg 7U/`Wk,?ʟ5Agx5*+sƩ(1~{w!T Il'd4Q>9x'MWJeql.i3Zs>4粨^mpϫ6_W 9;az ]܂jR_%c{ 1tiIy'i8i&YJb&5r܎ꯃ2o@B HU>%9&#[qb?Ǻ|ɯ2Y<>{+{B&zqmFL@6xrTSrc+one'9t+LVZ6,?.S L{`01βߨKz+o[,֜UPc-}XTy[kԨ--E{M1T,AIdY̴>S12S=MWQ_hyoX~?ͤs@%r0^pQ c )j ꡿({ѵ Rp>X[U+>9S>ۡ'=rsK4!`p&e/'&I iokjJcQxU DZA-zU8HQA44΍4hͫ>>29yC^)9`'`0=ttWf+YbbA"{w t[/) AgVaQٝv鑹PB˿ڟ@>VڿSY/$n簧Hg\UQRj*dm_{ xAT! /7i4Xߙz왣dk.o (w>"_.Ft >[" vx􅺑;#qHs嘐3.o*Ԣd  h<d됋hJ㥼Vvor5[WkbzUFB`l:AXi=|<~T;N d.od:෦q!F_duƪk?Ĭ W`!T-E56&s*h+P1i:A&r2+F+,AC(&ш ɞTxS9a`>$L!l~j?+Cp(\fhe7:Mzwt^qO2M Y4Wۗ71+ZZS:I}CQfhC1nc祏O" }:7jrͯPwf:غrQgSac @Ci0M>ov*&)/Cryb=]7ZUeEkYH]<ڷ$Ţ`Ub{gI8? MI;۸ҋ{bg'd Љ;ɌRʣ5Mē}nj2@Ou8jWgFw;έ+F`uކ?yV!7ݷD)ޣSzf/>$ ĽTEVڌhq? 0dP\7֢\~%9|ٺsq^Sϧ%]Cfs&RN_?mO@&U?I̪|̀";0۶m ԻΎ0﹧ŰSɭ_ֈ$p4uDq_w(. uZ.\U^ :$R?+W2ΔC1|`X+l*KbI]IVUlJk,\>_.#[o$T0?!t Ae>S:Ē8T|$.lӢuaԴPyPx%y%;f,?-ZN8NEcZqݑ!nmlo] .3לa@wpt\  ^}}3VQ]\lچ7 {"Q HMWs۪Cx7t5]v AN{>)=p' V |Ϸ|=))5:aZk⛶FdhTsv@ݢ%Tƹ#ETKx"S?{fvNqc2}ZCA;qiѢJUQ$RXaab3_iEgiD-HBG yAm-XfX_[qWVxe3M,' )3_4E;&3*Q=U="l4SO4HO1a֫Q&6̷ W@2aO^ׁT٘ {S rV\?MUƷnCqׁ$d? \ Pi$Mx`d+ri-)J~B"M1: V(dҁJQQœIayȗ> 7߀qR&ܿdЌ"}kkܮw v+`G^Cgr%z=~ұ"bh1I+WzʚibGi2G auYO9sbx*Ga۫5Ǐ5PaR@Q{Blk5 "uh,p8O^2,t6 (ZL^izWG kE*D%arj 9FK3w #BǏ㲉qiqId\H7 WSElŻ#mM a̲qxaFȀQ0o8b4cJOuQ!/kT\`AHlm@=/<2ECB%]-] eꄹFԡ6ϗ4/GiD`F!)1.y9 7Vk@Gc`oZB v ? JV[K&tg/Jޮ z㤔Ҵl` Xŕ Wbu9')7?;ݥ7A]0LlketGq/{b22Jr%$G-nu$pb`4b$,KP]a5iG[sEW*L9YR9r? cS]+DD&f:{}Y?lL]j\( \vQK%+u"Qk37n y#)eioۅ@n]2Jn <"eeŀ5]ւ*i[ooN"e[{ˠ;InYV1yDIվ(=Kg}ȆD> EC"ʫ$v ?. ϾkDOy saՔn ?9iI> ?F,%Ͽa\G]l)[#JG/EAF&V# *S#iyEm6BZvLj 9t(i3;rBFejq3lOoeQ/xo_ uAHQdx}v(${ݑtx7;";BQg"T9h-M"O`h*Ѳ{@~BZ ({ۀ7K/QQ@:d[UlI~=-Rn(rJ"{Mv-<~Z!>5gޟתO3'lZǠa\3{dGHſfc 5S{:[,pk[rsV+N5肬` [Ɛh%Zz^}rNew"{iYE0k* e]pKOC`4$'̉n sޡ9juў w"3`3\O?{@mW.(jD]^B7ߝW2 O uJI7(rޜ˟ 0x+"H/;G7 /r4tQ%j US4r¾ d,7%* ;MV.(1s(tX8`*/>A9ͦXQ.F/d0l=#w,.vHR%b1*cchQTR W0hV{tSs0p.C 0ɳW]n詋Z^ +A9UkۏymSS޺2˯rOOءs>x{k<ס?)?oyLv؟xMO҆o)M{jXC@ʰ**A8=m}!`uKw6` X>TDgUٞS?d X Cgst}K-\GP]Xo%i}36帰 0) 10gP3B  wjЋoW>y6b|n`}ԣ__6=+<4s ,jVOڿKyB"p~W!b{S]zlonydsGK?D)vJ /|t2vo$8b02Ǯ^>:!4>ɚ dM#s&e}a. 3zװi=Q9[ GkOg[v } v7 @׽m`U:Lt]i'SQх&woR~Q )!p:Ǭɪ:DVs:r"wU ćer!0a5M4k6aWcgy{f,]6ܛg?$&\Xc#G'l)or7!}lsb1:U=haLf\=pҢפGwbQ h#pY_(W((NY|=Z !]Lvvu nDe"x+y&oxpȐstUjGUbmӶ˦SuW˥iyT-CK:+/3X~liqGE>l}wsa) '[:A&*UQ8AKm7"0$2 {N@$%}3HoqBX[hwR`3"ЮqT.$ԝjV\ҌqfzaHJ+'l7 3[$H'!FZڔM*^,bk{[RuCś(Ϥ b;KzTP ջWz?߃~9F+4`{uy앺*$:u6狀;Gs-8 D,|̱I[ΜGB˼'5 :''U:sZmND+yV6H7obz'gP9-mN9_XMI>ܶLa&.|FqtЭ5Oք$֚z2 ωR}}u!^ƊSHB ;[%%ZSoBfD 4$oџqӠ'ݻjiv5(;gh=I]&SAGfj$xB2^bʪ/%{ e-6=)fv;Gs]nXwYyC1ک Gǧwby&| Z> `b2ۜO&U|lM770C:]W%l*;[YYK2F?[teDvsUɝWm7N$1 P"RKNOs$?Ue]rA5Ui2Ɍ4>$pq)[dU#h:W#}K I4+5#|n};M/穐GpD|'K׶E\UzerfKw40 VQXN34 d<X£;y[ h dɛ9Cv&E飾;3\^zIuo"<zfZ3[mg~ ?1BC}^ OM4S"#}4rQ㨢gfFf|HD'VMjEZ 72SRzT;Lm#rR01!<9@XPca] ĉ"N*{TLp;0 nvnFL1|=CU>uCԤ'y*s|2sO!2*52v>5͉W6rZMtKof@o#UU 4%K/tnǙm&};;s(^Zw5$1Aӕ"ՆΑ|/bY\SxY_Tyo \Y(|M9fKNzĐ!YzB%,PPP,^Եy,J)8+BuՉ?m>z )[q$g^^NmLD)#b?w XHgdvc8C6wP0u Y+ M/A 6Ϊa-W(?8zTÏ¥V$ʿrsF`fĢ$tOZUvMK}4$qۢY/*Fq2M{_Ylel>TLsZB&5ئqtVSUޜ(McS""ՐUWB^>ll4J3bï]uaEem0sDv=(_4$u)w뛮[xW=K;.k :+>L--ޒ^VR?T^líw6r2JmV"vw^0'}i^(xiz55%9pm\K,˹#kLR7&tVU;Wym זMU!H_7%^,ڸ &hSrJ1Ljj / %ϋFI)V9*ޘ mUsRJs,K>WYD/Qy*q,CYtXl6ߪk[&e.lI9Ey, wz$Ƅ:FוuV4u 8]KCH@uW^PM9G9snϸq4З͛ڇH wpA]䪺񟖰4Z\K6˛w' cX$,KX݇vZ`g\KVoo~1bRB3ipKӦIޯYۀgNan fϝCڴRk6;\:TSXߧBX\@mI8|Q;.f xDʑ+Tq#F_{ 6\z[5<6cZ9w>kf{uZReW4܍6b+^,7uv䝨mieNixRS& w"мPAΞ6de5i˺1EZ-ލ|ZỐ0+ɀg bKŴppNt1arL]Ԥ3jChR̈́x`MI:(c Js&ISݸ˕  \KNyZ>:npViZ(REb+xZ&ҘL`W8BW8ؗ 7+]$/g':~2*LO}]=`CkT;vxv2aCN.-/ΣcCVY| e=96 `:5*5U cDԒت|_P{dF&H=7>TӲVkhU"el'ۊ?f{iS\^hws8v['"x/#8ͽ^O[`izQf&ycock~1 >;, 4q T "jS-sYm~BI.ڊ͒?| :\wIhUܾtC!S$ir=5xLE۫Gy-k\#lIc9Nx/FeBr6#%c %](1-JURVʡVEϭFPڬ%+ԍkZ5aLZ?R$x%!ŐFN}ggH멃J[ mv.`&ѮN<-J4~8K 2L+5G$.ĊbWD#| pIJAP#]׫8)Dq_Pš,+rp㴀ٯowbS;Zùb"+8&nu$JSф3Ap۾;^V7I3"cPm͗cr "{kj*S͍iXTG0Oh֗e7I5z_ڔ-za؜\Ȓx[ڄԤcOqmD=wM R L7JV [N-ri uH~ -?CZvɥiRT[1UnL˨ }sBώ^ t BȊhT*+, 'V[X rS&uJ/4T3BT5RGV8{2 Hr|֖̃F^6m0~C/s8ܼu0}E)Z"Y ZIj,2hkCS1Z g&,^(P7|y,ԘW=E-jjY3rkq;&8-L :sҩ6 #X֍ ,~\-_c ͐EO%RЈ _Pu{Ɵ.Mܙ|4.h`$NfG)tl=ART@A\'keA/ݖ SaJ^s|@_5z5o Z#Stq&ΰf7e"5eނg£t[{-ST3W :X=$rO,I nV7Y+-ȡA/ӕ.Bߺ,7{3# r䩹\N$'M=`h2P,#dR@S(>&[KT*Y0hL7F3i*w Jy&u!3c=>~zڃ܊J"{0{JS.s|DIOF7A,s=N~Q uЮQif Sej ̓ᔱlF9=Mo_CB򬙏],.L>oֳt'1 ~}$rJ9'WAb F%oav[I'(OFcS.r y6 E'ּ@'c$'ID{Q>c52qA7]`\VbFWXzB!KޗgOrne‡D {ZC q+3KrIW3Ռ2Z7u>3MaնQ{dYi>ؾAKj3Jt:Hn5(FiY ~?@˹N/K_c~WJj9?Ld!N9^;9tWj`zi@gR NU<(OsMs􇅕yԅ[: y~ͼޮY?lzW8~ x{xW$>,ӱhӟW}IIq/ـmr+0NN2[ 65Δ#À % hR N[Iʗeȍ |aN<~:&Z4- FSR0܈Qv6ϻ B{OƺFn{U %.$q\`lhyR\[T}+ac+"(g{Mb H0јKgT%r_##A1-kq&-FPJ^?kjC=Y>ŧk3P̲a67Z(,G !NѮLYr#03;H쾺dӣ$.7A~Ol^nr,NSf{2b<5x5%/?SO6& n>o [X"_LQ딖o;[nBPm"`Bi0>WIk XoQ?s'|rlhws#zpZ`Pr܃cD$PDzK&d]Į_cI%(}YrT9}Dx]l䃕 q-\DAXKK;\rb٘A"iMd<,PhDL uP9&T'V^VűSCZ;pNO+fHZ0ס[kw&v[8KvUǚă`缠MaH{X_78б ɽn%#.X*J"JiiyVFq)y)̓;v@8lH"ſ (ƚ۸f٠Ĕ2ď 845?!^VDQ5e*kڲkD_5jʡwn\:6%3Ѧ#G%Җ8]~o3um휁'Eq:Mv9/tXq|& h/I?GQTP +-P^ǻgg'ohL95j6?-2SjNÜNiдeiG* cRgjzlanu8M*:]ij<8E1!Ťﵠ0{(TMv6G>4kE0FuR:&%>H#ILt7 }fb ;M6$UD8~ -I{wVWonv$Ԁ͎`%GH-b C 5-0PX~K5Ai}[8f]ro^Mby㩒hݼ 4) 9XϗAX(@' !~ 9 mHB(ʳFFyV0^غ Yz~tNDa[*7f0/$n34w1$c|=$L: dÞ ݤotf;+0_0r,'!J}oFU3AYm/`EWS-9 c-I q I}:ny{cq}qJYN:d mOYNnrrj j_5DȺdi6z_QB<)A*)-o9 L(G1.t]1-tqwD돿78-gh(`1dz.2g֐tb /[X,sH^k.7i/;p4Tui O?9%6z`+SzC[{ e .,綏dPÄN Uz&Hmßi)N1)Z=c!,p3 $1;bJ664.9ImC4wc ;تr@\KA҇cM3QqժŞGi_1w$޺AiU0Tl CN5#b0;[;2U/ya'ʖX)"+LC׃?UifWUq,P0)bo֛6s5btDB{Sb%Aͥ^7M>ך";zHiш2I~דv߁Wd(AE@[6PRԸ(E<$38oyDͿ 0)N6|fIva0llN{+/|^dZզuKsޮb@Ʌr *Wb!--{?{n4[< *LJH~iRh;UUdW# [Pgu)Yܚڡ9>T 162(Jsa@spIˋHmzaV 呬\ξ=pI3s|_̎coG#~g?g}.DH6`-=@ =&4XKͩy,Q-6'ly{_F=1))]4@@w9ʸRֿXNTÂDD?Qj ~vɔ7 /󛛓cSז/M[6-m>nbn5Sz{xNtAeywW:,9hHDKvم|X=tP暰xLϖݰShm>--T l'{tļ瀒HWڮ*4IKKpӄb3Yɠ5WχIz_ ׄ %e' TC}aE\~t Gg -/ RZ(Nې2}Պ0VdX>e-v|=fstWQR-,m1O^XC >5Q& I mRȿݘ t9drB܃Qha}*7нm($ż2ڹ"(%XJ7οkꇼs&ƝJt* :ddc罏qsJإ쬭FaTRœ0 4*l{+  ft~3EVi{iI<07єz`hl6ۉZ LANl"d -(:M3$ȯ\? |}:{ht}¨[ϑ<V*'Є~+"}ԈP{EK5ʛwN64KnȚ̆PX܇?9wN HRkTS1'q;b|6iD_Z|#/Ҟme0PF[kbYu9g \3im~6D-綳dUG&Gdr0>/3c#<_h52Js+.> eW<2:64#vdS Չ|[0 \KI,J1}p <52ԣce"5I oL\-uTqOl.Z`.!)\Kn㤷k7|y!I50<9µ0ߤMA]|Fw0)'WJ!<յ%udwCza\ha 96UC3u-ޅ$WΪ,kPхɲm^n ´q=ѹKrH-#͘Go7 󷹟[r?7QHJ){]-Tc\3SA^,3~T".@dD(mm=!;g+Mi kHn5U=ErVrx3ҭdVUo숪d#o-= Γ$n,4fDڭݴLM,bW a[FQNO+ctMf-ڢM;Qle:8A8f}B.殅 |9)7t$i(ɛ,)8^I g%ָ[Q9iW"n$(T'F`kz""*wR vAؑSms;XH:)# #l@$tDz[t{EŢK@ -XHpzOɜ&,B:PdFϩ\st74} -\VuMH|]Üy/wi>6EV%=4[}P83 +Y=5'pbz%v.H{D[N36ZKJ~0 \6ZQvX-d.$Cv(П#!AQFu+y ~Oڻznʯ|, m4a=Ply({ uq!j58j+mBK&L@D6U9P ORxqLAY`=/*[^wlU)9k>$¤&RcT sٝR-:zgQ%ytv$0{m]~A5x%::>W Rt'@xأ!$q"bТ Úyr|xrNySĈWbl b뛔#Zc1mWG;/eo4nFe yfioHl;>>>6C_gs)G_+qAgpbx}'q944f0ekYD4mt1m KI7&:6` tnFel";x I.q^9ڣëhPL-Q`yP9*l\.= E k;c3Ff 7&t4D~B$qLFޭaY<^roz'= 7M_Q:XL؊.w^]RAt Y4$#acUuR07&n. 8h!{ żWh.ʟAFWdJ7:F}O*v&[^W(=h bjQz\t\Aق:P 7te2IHnh$A.Ha$O_-\NHhO+ݎGu4 Ȣ*-1 2"cVi"D;d%E^j> &3hp؍ 훣ǃ@@kDz:"hOsya l'FAAZBT/u*ѻ \{6Sw[%&Ԧڠ_M2v!+SHM@"c$|C/Xx"*].UB pߘi#pߐvy.$'N?|C3PI f%Za9z/҆vc-՘ Ŷϻ,,MPw;%ͦ.LjIGV,U #Tr99:I׼8;$w*p 24,^ 'Ŭ"\hc ]!ihIá:'M*6 \C~${lhhi iC yԊ{uW3}YJ+Uͽhbo"`_&¤,?8+6z{Jo Y ,^(jɄ0VIQqc7o;lPysM֦C䟎#&OTgg9Og:>*Ub^+jPa)i,8fv &~)NY%s\41W56R`B V٤?MDv$u N`UjOT|NiPTkLJ^<{b˓d ^)l.p)3~ 0!I:#3UΜ$r-׳Zv+Kӷ| $=?Zo1u`\sk![0[B[Ԉb>qyJPl}τvf7;:m%BPgv1 }?a,: vt8(r?]Gub5MS.eJ2gV>ob>-a\c-h'ezoZ-R/8U BِYD;<}܍y7%zPo?m̜0GVԉt/x?;Gn|P'7DB8ӚzK6LMry*q6I\Aij}jF3.Dt(˝n';1&CZtVuK8Mڲ1-mb]&JƗ6W[;5a\_>[ϓ55m{ix70, |l~hաhQ53Ɠ|nRWX7蕇ڳ <նH iE4 *䌢F}d&1ʽ -E+zBVYNTۑY#ЬKIcn죍?2JWSEYYk7 ;LdGϡ>Ci 9һ}瞐;UNqe@&pKQ*%0"cy֮y\\Χ Vk䎥͍H_$`vEܔ{j*(1񊖙I`p mN@(ӘPEɛCGh\pI" -.V@9CY6ZFvb^Zf9I/Pzg37~9T ^7ǶK]#S: |M"2@aw,m{UBP$P;7LVR s0V#_.>,׺j0gY G_Ґu :YePN\Մ|A;$]GH^$ Qrdt>&G* ֻenE]%{qN.~2-Ebl+h ^xعOoۇȦ}Pю.i߇DI­ =hBKճ=1u \lx`CJ%pӲ 0(]I;4Nr](5.vc*]/uKƹ+Ύ'?33Q=&hYR^7_츮;a(´J5'ō2]oÁ9xm0r&ܚ= 0|5~֡!0c$Tћ}Dǝ%_k!n'=n1g'?,p`yXɲXa(.74 CRLt5U>˟+5}c^2-KwP!5D@`ԙc/cڊk?@[h;6l+L A䕛E) #~-0tJkB~S [FKIJ{f!2( &Rt|K N(u<`]`~bMQ;!4Vƅa\l#C_6}.:1e3p aN7Kd:|qgex$`5x<ߢTGC{Bnv'AP_Uh[pW:ߴA@R4x{Bl Lfu 1qMy/(ܪڏJA?G`;t %O"JSDd܊fl/}rJD=] %;& SkHA9Ștc v6ZeI1B .ҬiMDt]uG%\R+b\b7smD`[7ܚ|[XMoO8&z?{{F!Qg:3H.*S( Bmo+eBä͝Dwkt-K D\ 314i"AN5lEac|&[W;Pd !A$Z(up /]b]l `ԙ珂8Tö:cZ2}Z5 ^&1,ʡk㋨^kjmFsd#QrzԃT .L \uC܆nbYa'D7[+kCsNע0X@7_}x5}w3c-v}C l,LwT7w`s3ȍﲪw7m dQC'wSV"qmar :/e\zk5$qT-Rf"8 Uia?X^r 1$I|2&]z&-q06hMs/%)v*c)./KZ_Z's8paq'NϽevÊNް,?(8˴yL1Ɠ,N2`a? Hs^V0yE!a*@Ɔ*y}AV&ac?(crl!lǽ>=tl&aq`@g.A}g$cbՎ2ƜNh8 0?qʇ~bۨ<.e_hG,͠z K&u<̾5MO h 2o+gʡZ EkΎWRH.[g/qQMc Õr[#;K VOUZMhC3h#Zĺ2kENY{%Z *"yL~ib0F^#HtA ;[r:I`_MZc^VN)(}=l!ϕliӵHvv4'V-_Ύ~Tn@?%0[sPA$.*ɋ $cf03+u̙f%-}KTr jM J4GdbقVa>H4yvGW$a@W&Jh短JuT!'l'HXdZQ6)%a)bA]$j Cr QΫG8 -@SoYb#d[ o ⊡3<&(n;6EƛQ҆2Wp4;dmM#mS1nYsb v#0{n9Ű;"Y<=GA-nAxic?*e<[ϴw?[Bֹ{7qppELUrla-yt)39h˂ELW*%`;> 1esѕUH$%7-,+?Hۜk V W\ wk5 Fip4ס׍;; V3`:$}yqaܦfO?޳hzLBq12mtT|ל~%#mmuqZZg1&O2ƀ>U+5&qr3Z x'Fz0PEƍyD[إq( 2{av(vIl mb[(fz^o5H-Z|I Zq%]ť=v*g4ՄC- ̷.SOPfpE/ЍNi"Xlyu0m!pI_,}enѮRp9–\!^/0ZS.+T1W:Ǟ ;>o#C|SA4%puRMqx :ɟ>^&t2`<eu 6XS@e3}4VNiLc 7x;!+Q~G\sLE"@ov"f$?>/zzHҖgM .%:-\bN- eT~SLArBM#ί xw *q%S 4 :mL*V[K,~4C{~ȣN IƊ|NS/O"7xm|^Ȝzk6/~;z* "'>@'To^DRȋ=.M;y(bɠ1]evPqTm ˜LZwSƫ$b e&xᇠ~g;L0f?[*P, @8m>%!4H썷R[DlhRն+C]8E& ׋z'2o셋& 6%uKksXSOFڈiAW]7^ֶK=r;ٴX^= M1&QKGU4MO8rHg>N"Aj_6[0.̇~q#X1W y1jxSvB%/-CH񾩺` D'U1Mކ\e|Ke]uy0F<\wΧJwↆ@|9^iC:">\Rja{;[8bȥZ뚾R:L'պO %Ũ>gCGG)O(c@n,Aܧ.= $D 9`K\.18{p~  n4k8"ZQ@K͹xLv[zVJ !UNaatMl>f?/hVCۓ-qf@nGH*m%l*mL5.;mfGS!cc3̉[[D1̻;koKPt ~ m&/@oF³dK cPG?BzĶԞ)3vŕNxuG>!SU;ݡxƢA֩aoU.Ddjl\NjՕP$txYǚ0%߼^B @x:LJ&&̒:I3& TMGF(24 lkڛBAL@D}br F,C/$_9ጘSh"ĀR,DbǦ9_42X< }R&)Ύe"dL&36PO28}]\),z5|.+xFrlZ%\(|ބu_)D|j Я:cۃkJdXE%u^S/ ⓷?uN6̄!PᖽOSGɿW67BW 4A\?tҷD $D5⠽5®텚͔mco9o@AG?Z~xN Qnz=cI _['2IcQ 4LIDXwCHIgA\v'Ď3̍1E´]ue wG}ݮD􇺺IZ FJHqzr_4'p<4hĞ[)Z-Vm:g}_okjώs \ksCC]^i׬ B[L}^#b<)Zvmi:xr V8r'84GDG@gG3`{O>.?BH@K-NrX~2VRE~KYȿQo5y,_n/pugEfCx--wKk5d qM-Z>3 |f/6񥆯H闀 R GtZ3pUdi4 Ktg a @W01%F l9:F`)j>Nä*Gi/N;<ұP~Du$vY zpLR:<8PӐ_*2YN@^g.1m\g){c7$icf4X8G—{lXEϒ.hw{(8{%^>W5JOpk*-tI/ kT*@^D Qq /iyCGLś4%`/Ʃ{dP0.-g8tN6;`6ߕeg[T.N!_ -r)" ; s,/~7ߵCjl3Sjk9 `U[$ oM5v W>EtyLlC^%I{E@+c$l^@'MkLŻ\[[#7Nv5]p[;Zӄ8YPcOA,!H=Z5XyAepO)XlJPAQsd(Jwrt4G:G4"N:HC5*o!װxo\r |v1B˿+!4P PBсA-aE'7i[fx^T WpYN +pԹvD28Tp`0Ή D1R}^CN|mG&i}aB6Bg!hMХJòtCε&c4n[; _fo.+sa*|d )䱁d 7-$8=:|!G + -TVkm3`ZMd#/} AұX;kڎ{8Eݝt:]d+Ea %Ib8f'oYl-j׶6,#e%h\cXFy?UwHhO5Kd8gt":OuʗE(RR WTJ_OVPM OJA): 9形ǻ}'C6'" +6vhN0#Md}O 8vŸeTKAVqűVIX 2ׅ1zaVE@짹vhhɓXxƁzKʗaSdgA' X{ sʋ{P~+^+AGiҫYJste &,#=o~FҎVͱA$OH q m+𵃌XOzHD'VYnNcW ZR"i?J);vBNgT!3+PsAi6?'γ>7ug}z|Xa|P0*qxY^ps: ; z-!M Ggl}% HzNtLa&:ca&nP!(BP9*ɞuhp(2B|- k#H {b6Rgȟ e gi$qO !ghe? Ñbޢ{xA~dyT͸$:+]xȃD"vD u `@sOI=p_Z _) ,~43w15uXŜRn$/9_wAEĖ'w@ >+y ^p9W~/t~42}{\{*SՁC`ឍ3wb|v rH\8JFFnNQAEo xw@cG pLv(G)Xg8imEl["G ʔok,GXHNunpLK/,тz-k1!!hݳ-[+"I Fza^+!3!#o!n_*g(ĒvY, ޏ I0Hy&t4}ͱ}܍`?E@OLBƪFvBA[E2;W'} %#ŏ˳,T.Bd(5RBנmIߘb" yam1BIk==L!yR[ Y v)=J!Ҙ^X%׽G\Y._@ƅ^`,M#Lֲ16^bx_w0Rz\^gˣ:vZX;[wp1xY|ر~Oo/QX_tO:% ;)-oJˆQ1ޟ5%E6 c`O(7Diu陟J@Jj >Щ8{a^vnW:B\w֛W[$N4BڭP?4Y +4:?&3,ZQYAc9e "H*> VPb.cx~eŒ|}"G_Qx--FĨ~I'{͞80/7Qp~,S6x`*Gih A`Ǯi?@_ǖ2 ܂a], ?`l?JiOn)wFN6s 7jqBeJK{LN2#v @pz[=GN J}g@0Kx!dvs-0n;ŮNצ$፠Y<\]]I4t+'=u~*HЌY;ڶ >H2ǩ.~Lk/LR͵F:9JM#j_pƴkV#7y|Jk CEݹVŢ?{1'g0a"Q~=z/dq_3fi+{#r'pc14gcf}Κa\&$15Ɏ/ݝ~IW:)Tqv1! 0&yթpyxwMeJ$C0/_C̾G5rnZ1*aAϒ03zgI@\1ƀĩ AQc±BWGYfEU_lTf !T~R 6UKS7U#ԲZDmGߏ$sLnUhڏ2N-@ya rb.ܮBNrFp9)0X6D+,,n.sIo9pr"pWVvl-~rDkTLHrw35z_[!^q?)d?R3 k@?KN$SkW%`cG&>-@M?T}~@ģn9GԨ]݂}V\rͶ25ˮAxZ'J.[G߈*Wcæhzo?mvaQ6@a\X?2K]!i#]-, ۠8LRp"ul z,k69XuuTäA*V<2c(uh!p7[צ%}Ja&YwhgL"y4q1(_D3ӑv? uN#]܎+6 ` Ou#aɟaỵLc|$ tt%xEޝ1WwP3`55ᦴ§uGqi/9V_V'O3ee7ً-S0g:G/Dըc zEԙO8#.y tL|?AV+.ߜXk0G)9՞%$f w%V۸)ڃ'ڋϠ؈:\f)$NlF {c]%rba% b[UMCE)?5^kΞ {BpExiTƔxxg@C$}*][?C^5Ue+K q"|+ < (/qޏ/!a ~y/^{Ie%Of-bP4'_RJTUUR@"505txر/*;^Fir@- a|UqJ>gdSmFZ8s0ѿ9(os. REO7ϑotP痎Ui8DEI3nÉ|!eܘ]8K[+HD>1CG0 k e|=IVfm~bfq8KZObVD=M"~;7[/j|,YqFIvTkmNHG,.\.2/zejp[=ccnh/_ښE#} yea0g8n1 zD&. 0/.Vf SUh@"8.94Q"IOS_/ǞBޭaH}g%Sާlu1ܑ\a`69X*G\A6@%ICt<SK"D~poWZo|Ba2VJW?-X81_&$kS1kD9" tAd\͗orBl &[$(R}Oz0IWxrlǨfuϣq*uFd U$F><+w5QagT2SBأ3i#ee`F˺r>@>#+"ݷbM {xݢ*6,Ncl:P Q4eSNX*?CзRɃQYl4cjL@xqDrT'/H/#d7gHL[Ohrxdu-V]Bw at| Ձ`(HX$7L-Ջ͠X1SBPâVQ7'dPUe$)5@ɒk,3*.XZXVmp1iUZnCsZ*UEQO"R ))RD`Ե5txTtu׉-R+hu,M%f9)_cWk36z.rA +ؒfFHsUP4@ coy 0 9؛nh ݡaˆ1|grɫ:P JQMx4}I V_l}^W:eyT-ÌÅ.BtE3,yluK??pJj @=RX @B~|zS-OJٝ/ÞЪPI:jA q>:ɺ;ou,l/8~.}h?q^hUNfHEmgD$6Zu&s9Iii"Z edqA뮣5C)h| ]k(YntXLD8$4:}ӟx ?ڡ~Ti-L/wj}A!kO6F1xBMQLD3lnLynKrQg^- A"AsB>uy@PVwrìO78NMfW-W\4s*;8AW|C~/-z4Oߜrؘ-vR 0Tf?;DvukTB{d_L8Fx/62=Tdq8dj\7_,9K'YE S{WŸiD!W(ӻ/\OSfk]hs 5jG}TBk0NsջT,3c3s܋&%ߙYiSz%}x̯ޫoFQbl?̩$U| }X/Ni`ơ$;JfӼ ;^ uT(l94Ki(i:Ɉ -60\C%kDMi· Pk2TN]_GAJ%jAPIcBĚmRjš Ωڧ?}&bWtN,s=`ſ[JDQU1p9E]^ujz'G7@:a<>{a*'P{DiD혖haydr~7X$i_jd^_ %׶35wxVQ"?_(m| ʬAwF _ڿ^״X>!{=W`! C"X ]l$ljK#vRT1PF=(.SڥR I5CM.@y~ ]z5PL#fӬ30%po-v ?e7QyAh!+僛]*(kP]Az=mhDqSʦس2OkW.a@)*J+%,DjGnTg6g֍[ -xʧiFvYŌBa>k'f#3.m߂ez}sFbE9$TszIY\.;ǎHAg.{KUKrhj0fjo[ֺ*yyfAU޼x*.O*S0NFá9H}a^WTG:Me5XAz6Wٲ ~]&s|iI=DIX͑8*`Yغz& sAq~ Z5UT'>'!H' wW!D W6af/棝1<. p'`V/]TjjydtBRp W}kHsEX q1[PM'Fw BC*@D77y={;&cOE{7MlbDCe ΢٥P7GBwb֍&5!"KJk\u׬taD׌?= L@8 ^GhZvVy328֮Lqu 4HZ h]M0C}>A_K #"rjE?!)7]փe*(H9CtfxysT9VF~J)\j:%ri>7ɋh3p(`3ґ*<~TUǾ %6 ,%zk}fRE|i:50Gj} b{sͦyO" AW<G ż!]ִ_m &IO"d>n:A B wG߽s3f}F"k*K$Ʀ-R-)-Ҋo oW`!Jd̋\Lv-=H'%p9xri%q30^W6 {݄ˠd=@*;I ЌF^oIl3 (~ +ҔM_㟡H'A1=>ޝͨ\F+%sO:X͔R@ xH4=[VpuY/fqϏ˦hatU$!S@ʬ*{"M߼jʨOL+,i6Z47z3FؼLyO\+>׾^>C!,_vp`~u_tzJ2>5IladpVzۭTxyhTz:'z X\b3Ⱦ1,oM0>b l24@1*5 ڽBF-ڀen{$bu3$VRGgZ4>FN*\L䡑xvE҅pK"붋r|sq7k؇6N}+)2$[b Ϋb_ #y0SLJ֜Z!; )L.42uZB Ȉx:qx f.蓦{-K9p(yG'c[R@3R^O_ӾIB+W7y=АRG"OcAջɜ3+z7ʶD"b|)]1141гOZgP5#t;WHm=D#FQlgfOַ6k<1xLlZ44}Jq.ta4v u:W)Hz YCquWw}fəRI: U(;X5`#EAD7zge/<ϳ= FOϸu'\<7gI~[,&yMr~V>ǼEOܢUp[ Kr@>#(32q7l15L̾3r=tuٌm| G٠qfʉRSC !D8" EIIlI)b A&MPXUNxe|< |)[ƄbtiFQ"u_KjG՝9 imv}>kw rw %iu?3uHx@1U7ۈ%ֻ_x/*i$FKzlYlW:=wuc-6Y_ڈ-#Ǎ`L&ꖔpL"yn vX &Q4dWkkR!Kb)qڄ3lZ-RR4K cn}f pǪo'cɅ!9`S4\3i"PK1Hq Hݙm 鵀G[KܒRƋ)8{Y]p3ƼVz`qaUHHʸ"e1tnQ#{5#YXVT_`N<%'6s=d}7Ң넀\#%sܧ8*s0 -ݔڽU5{P".(@9N,mW3W_zaPPɽkruAэ< U$о0;#4{hh9"G~lD߉ "LдA 2˂hp:Z% KUâ6ufɍx'zx_\櫃 9=I$;mW @rc8o$:4hM̑OnNf2Sx#~f 3!VeUݩ]6 w }/WUzBg{"GuV赁WN/;Իv駁Yb a_l4`ѽ>v|>.PO[#1yqS&߁W.T_f? ¶+ڿzCk_;:#,DE  /F3KtYުln?}S7]& XfJ}t,ѿD`hI?pyAJ֎t_$=.#bN{DlUL`&DcI)yV AΞh@G T,Xm fL˗;QIVʽ tT۵KqzЭZ:io Z$KUr/-r61hA8jksoahv'_rcQ`:ںƤ揙gڂΑsџ)ui]U<κ!IXfBǹBS: /eFTђs~P( Al[KsB3V&٧hzvM[t/j,z]Gx'EaBZ|\D`oqu~S)T8RfIW96k0hKŌ+N[.DjLEɫѱ ͍{w-h+hW9sP6+ EthHľy)631B wWnR7]X^R;x*k)$cl% s [ȼм-Rq墢7"x?Wl$4.%|{.mMs& B:QH+WM˘UC\k;tYwK EMRfa8-33g 1jxm [vRT۝jh0y7 X:cb&9 T% Ie#F9Ev!S-Ԕ6ZH&^>2p뭯K^4ePi. R$IW&[?寕mk(<Z>nInV8gKjf>.͎ ȨԜ#qGpV5c |h/{eF8?sAG3zx9#fu;3:5an#55q&goXm=:kkRDФ[=c O+mz,95Vɠ] ATZ:n SQMvUll'֋j@9iD~B66E &I+.ܒ܅* g!uմ\OuIx_ ZquŬ&d%,\" Ϝ2yq~$$ه6%@^D_;ՆTl= 7V5]JhLQ$ VN#V$vu:f|:@" ]fc(m=ybXÝkI>?{bKzcQ^!@(}ڼXEbxtPSxTot1WM!|Cq YZ=e1b޴VCDWٟ(Ǽ ->ZepU8O5Xh'~[{[E;p? V{ ~ƝdN]n0㦓GG$H|vc>hISIԃ: Q$l+֎ivŲ{(ilo+z8rBIqSIR*^(Ni :pIcnk;]᭕]GXNiaCb 7YF[Wn_?AKҺ9ߒj2} 7zb'V i/U]HNxYxۤ3<>l@c{gه3#Yg؊YW+hQo~mcu?UD8!=)O];2;:tvf*O9mn7@8תئ>4"|d$#= 9Fl֯V>:^?CSG׉!c*{1ߖd0L#TdHg7 4>4.;0=\1K/u|gc}xSziy+r(7ehLP>oѭUNNLkMnDrx`lyS'&ĥe kkY  VDw ٞg- (KC_{w%tǙDH؃r3( _ hI?Sm"~Z\s T1jHh?hpӪl$l ~bF- w\a[>Oz B@||r0VsO"^ƪjkR"8wz|D;Suڬ.S=Ljq?;E 8Sb 7#2-d^N#tehTd>Md@'H˺.ݠ9}'ʯ#a r; 8j5{3Vo|%|a ?ug~!4'tk6`kJzT p H5 њH5߰nuGAhj CAyӷ4 =0|(~THg?d(ۗn$5t巺  !TͤpiH7ESVAnѪ=f9YWw)B.ULf t|0XΒヒ&+U+@NՎ>3tcCǿqn3;gCsZO̭rgqvxͦXqdݟltf'݃tY܋9]X"v{e*sS^$"vCJt _63+De7_xmNq5p[%:0mi:ڃf&~il^VH0@ Y. 8L5Ncș4@_tc lvYnd'_9٘+H,ݝ|~rNlSR/zqEsjHj7E>UZbAl1$*$sEcWh%Am@a=)˝x O!S6-Xct EOȨ'Pل)Gz{M0Yt6׷KC"+40d Z(/1Bea9ȭ56u膦AP#oB4e}4*|/YZ_ѥ7ыq%C;Sjnc`'A- x7@.]>w vjd:dldL:H@ &w ̧E1]%D2V\8[m&2h ZbY> K\l}`ѡdvˉ&kB؛RȨf:>}i_m泋Z=Npw)HUhf_\o\lYbH=^e 0E75X)U7&rr{=_揨FRQk~bJk]ZHC&=Tv m~@!2ޓq{z1x0#G?k(6>ߎ/f#e7k[` PZxD-^aogHؒ;BJxj.Ƃ$d6 B#0rz( VPlqx9QHOyc{Gj"~Pu۽J1DMoOםQw+߆DZWL*Po)vq@xXacbmx:jn>"ـ7K3؃?|'m c$Y ~ُch.5LBha;MƎKl}d)"r<ȱo k8嬵U%XڪAuNtYҡ_uäD}큙|ѢѶ5cvb}ץGh#]vt`-CL!W1kCZ~ģy^m×ѳg@(kxrub L՚ hCy[a^]vܗGNCʹXsM!$A:߃RGlKU=}v˺8)ۭ;ɫ+fR*u&YI1T3P҉`Lw77!’{)O)wVGcu<5LY82PJc- $ٞLơ$b磤0DAgBwhlA2 Y \ !F`<\SS9vDW|QC#v:&F$+K0-9<tϜжoI?q64l $]ϝ+0G-x7̿ٻP= e=mP0%A.qȏ3:gn̤_A4pۇ $ҹć&-u#wq 0{-oUK,{ Pm(i `wO7r4!֥NF[fGa'g>IQM3:Mε~$oi/:Ɯz#խؐ7m O0_<&&}a4 CB/L)UP)fTF}ھ9}?Sa.5wAa!A%x%c2+$KA<yw5cfIA{*6)Ћ<\K`OʠTgw 3 BmzhFW.{d}`|`pgL* Eճ*;jZ]uODӅ W_c\iq*L˱JZ·}OӥE QH"`C,vdN%ǭvh?PÖ}gd:f[$&'xߌvH.xM>HE2pvrjԍE:i #C80&L`*{v;YVE=# ~ַ4l;#v3U׈kJtɤޯ Z?_~s|4g䖖5Wv#3V( *."9YA ؟zđ?GE6m LyV/Ͻ, /\Kjx\nr8,`FH0--QZ%"c>]*۰} \nFOt~£+ߋe60vȝvğE#$ot#nb5@ֹrpW`-q ьʘLA#^,_.a-} FlҦ׳x60"qqÅ)wЎJp '~Zzxz M~Ena.YsyP<W=W{7ǏBIۯMP/Z.xjOy>2G+r?g쑟j^~8 Zj|jvO6uK 0IVr&tvN+Ev 3yGJ,f`?ɿE9om<$JQM/dYҧbLZf! J GNߒ|.çXn9:\G{hKhiG}2:rJy$Ǜe9k(0iB֘H3l#6@g7d4+0dh{uaƓСᾞWv `f:wcΌN[v?`xQl v 6:u٩e$gm ْa.Fyc҈tb]]LMb;qvybAi;Y2i},o&Ky/WCɏJk/ p<3"yИBj)]Qzl}h72l$AV^(#Dqn8BX#Z^+fQ|n^<144ktwVHV|Udu.}]m{'\d"Vk>s 3:tM=$x119IjzҶ(ɭv A }RLD?H vҞ;HҬe!arF>cv\||U4ns[rP, (]m~B59߆J2bAB6퀿Ì0e5*wطcG\b^w3@\Vr tKt[4D.!"ğg&.%ÚNdpN.7Og`S@ɕR+ag5d Fmc Eo޼X2iVUCҪO%Ù{tW0i+g>5u7,T]]\4/?sChloĄmc\= j9dm=m;ͬ"@ > ;%'yo~{;X~&Z{lr&#G I4JEj*WM0VJb=EC|L. Kt c`Y܅O͎p@Ђ1'8TUM>/ev2,r.XDNX)#wCJaAJr: %ewKO bhAvG QNܛ7},rt=aw6z8@A@vIĜ9Q$03uiK4Ă'F;JU)M$11V[0 e<0& `L ɓS =z!$N"̟H3Dw" HQFZյRJuV:ۇ ZyS3y4[Y?|h|l$C܌w삨v'ʤ/D/  pPh'"#MVJ|`Ϡx=f"7_nZF \m%ѫ-><ؼU  KPי ƃH.?|,"˺_i B{LgO"z\7m/{}e \\U8,J;^cqp)s,0y<q]c`[*,tu'$BW4YqdJ 7& (NRf0LO_0BER /RgSDOF ոeR-Yi67M_u6OOdN[w8 ]۝ʧfc6vU[Mow2,Q\ jfxoՌ,.0JncѮLC PnHA ^,dqs[KuB,=:r?2ŝ'uK"#z|[ jd{#]JR-˳t8.8^N?c>:6=j B9q>V[0Ɵp&il0F>O&4 x7x77Vլ/P!cƉd xOPɽzRJ]Vƛȃ )_0I7CXD3$w"qzJ{#ۅùU@i{yP%)dHfZcrm2C>8fU8XsQZjU^դj'{2JXɹ2$^ٳo>5dK@9SZEPQ#DxMAYm - W(mc(6¸F&yB%˱OPvgnΰ;ߘ~Ef\m$Yug}xcYwSl3P[;@}ܛbԑV?X gwU˔~uB_߈G*GStF:m_Is6]D ]p_z>H醳HlxwuNѢ*N%_:we{>dLa! ŎE>_9PUA%eW/zn7÷cȮ4,Sr\ÓI! kmޏ_J12/AZkYDKfrYjκV";DžN~Ԙ.1v$s@+,YFٙN5o Ti!Hk;⽅ܢ?U0IΘ=܆Fk5nd$|̴sgr]N^p.2 ˭Q;߼o*ǩbTԳn wJyǛF5r`'aЭH&(S(XhdsNønm g/.T&%+ 1A1%~XV`PT jD8ji 8o CZ NA4PhTJ4C$Zuts.` Z^Qyզ̞C%&z=T:lF$pw*6ڷaU/],>V~NxǍfjGm;*;$|)ۙ 6gT1AGؙ jf=ї9jYK ?51l2tL";_glyŽK8?v̈́4";a+a!b{}rA"O;NsDB@\o+ڧ" CwzX#977+DV0TJF>!AR]AcHMF>?nw?&1XCx AaZ4PH)x1K4O4|x6uinǴl!xOg>`m{,qymЏw,ql oڄWNWc`D_U ; _/Y 2pH܍^6ڒ\H;A3M$)\Nx{9ń+훡z-9d^۽W $Ј"(&{fҩPhx(|, _ݮ?V`*,NJB'ŸQx멌a^n,ׯ"'c y1]dXEo]a>MU_'݁Xs~Oݢ 2I\]fomau"g~c%r)FdžKcTEI,Ȋ/F = =nu{Fen}K*t+tl`&Pldc"5M:?ѭeQP7DYЃIpDTP[ I? G(Z @HGx+> 2k͌iǛwt,ɊRF 7`&͙ #rohD !C 9qٟ)uxJ3©]NA%֒2UكpdI]N},̛GNh;]ģ/5[{ۃ_!i?A֫6, bS1څfgIM JW bxAr;.HcԹQ)l|#D;TB's~bi8głK\=( D&u@)BJn ? 7d?<ߐ iٯe{~+ڐe'MoL3h!Wޡ\C#f{x ގL8©6rGΓTZ#@jɌcܿ]=bfκ8`?믮XoK^W^0Hn=֮\⋊ t&SJ]*?rB\O=T5 x(ub%6bK_Lksu=nZ0oeM[!oӣ}_4` A<{6@}c3Z-|. 8Z#pRq` "JBy:w q&oxtfCaB W;F6>3,&`e; Tأ[:*hӶ1|GÞH{S'Lspaa!вV|GaRzW6P;3w?BZm'·Ζx4qw7=tp@Drd8`ķm ܊MK3pB>f~`<4uca,XZuex\V=0ڔP:1vK 9]~=YV@;3@cL1}ω P>I83~Lď W:_Y=|cǭbZ)8tR!5Dw> S+O_iTB|bŧK{yL#Y z1o-ƘiZ·I?wFJortR'p17.RﶂbQ)5硌 8xh^°FqLu\ϑQ #"[[ZW;Jz!EtP]y4\^l-uAJ mC"r"q Ȍ2T}m{9m7gt[U-7"yTh5M2S]S$-! Kcb&kU*5lW2r.w=)z#.HD'kē/60r/ig15' ut M53l|8qyRGً)߾)6n?S.2R%$ Eο"VObDQ@=14GBOaU\)g %6 F<>K EB"چ Y`M=]]M93o"!A | Bz\d&e^̽J<b\[PO-R5o0dJzF>9oޕQkLV/4V? dS%<GfaU-x愛7n{N^Y>|Y:D?]:9x]ƒr* H_,c畴k2$ysMϜnVD_Rnc,Vܠ.ݝ$?@&=txc2GGzqc'b"ɥݏME= 4yRRms## if-Bb^[HNU4@Z/fCC $;.k|1`*7I8Gw\sKfNԐ|`)[ P NIujA.-WDiaY  4 Xeķ$QVr.JnITٖ遒] K+UtQaIEp(uTSl=Er` 0P} 7(0hK喟|QMx$ߖ8l<I嬵;rp%Y]'"a;n}3Y{1Q݉#/i3e܈əbN[D]}vH B}zZXB2P?I/Aj1ok+E}p^v t<%-7|UFހQDBjD W&:F!1ĉp:.{xt!'ΧhIim(.^ Hkd̥8Ű=n-0{illiZ|j`l:qv< dG,C֐`#|<Ʌ11x8s©Jh\MYBrϒ-j=[=l=u "{`RڥNu6qϱD2Xq1v*zz85 QPF1. J{}Ó}Mym\LRe%td9Տex@c,jLb kA>Jiǘ\!g nPWX[&I JZD4E!JCV Zh^z,kl^\K@2e#;t*E~>^>O6XK`51ժ .I'ƕ ڛܙ>,<ڰOjim^ȱ4ű\OlG{ wb, K6= WҕW. DlH񙖞y?N&?ozR=I:&|Tރ z|O}[}G'`6B>ANf+Ki+ڛeHFC0܋a#տmiиPFiP,6ė[ 1ؽ_~on)t{ niS ?QfSsXSӼj %2{J*Zd|9$ :ϓ4/ge(,w3605lDK2`'v\+cΖ5#8%2Ai?S+S_:e 2g04.!`T DCͶj ݈C*"x qvu@hZj IA'w^⎎ȧ3q93Ą%.-.{nf"H'5m{᜕eN7X7tma8Z=o6T&v:ޏ.-@Xw]4iM&C#|Ųv2U̴GDYĸ3dq GӬf+/p!ߍy՝H7Bʯt 3bN&dY~40dy"XyvB}XH|Ϊ ƕ`ӆrτMqRL|Sjr}F6w $M1nR(@2F$ԐP3+rR)dҲF;#L'B$VD@jJ 2g\?s9I* `"]cs3wqOm[gtjsך>iR^vbMz>x~+5u)3-)6"_y3ej˨5'U4R2m{). B[¨x8 `UBA.0)`Mn&Ac,hL9nANa먝G2lid:Ѕ|9#7Ve0d-0w9 M/S}%ʗ(Nl1!iMx7ORZ7,=%7=E]}E@/g@ 2Ddz<#FJ]?|; MELRO$= t\@D8G`)SVmOe{;C:H! @M]؁7`7DCN6X)5;G2oiel/jxKeG (6g4ЩԚ,kBt.nޜP6 { bޑ[9RQ3R2Cc" zHk6`rUFbC\u /M],::# "2V[>p.˗sTSbi|su~x9/go. ^j 5$' ={w.G\ Rj_Y!й5h&3] R.@ٟn4 }B_E~(uʀc퉯)IS٬nSo>yVLbu2>Uk9Cw?>&@ a@dmx.R S̳Y(ȅQx>Q ' 2 E~70fl]A}Ps@fl8Y0GBthvrI/K̓;AFGـ5vEEEs$2dg N]x&1җ! J*(eGN޶K] jo0B`p<>"G `NOKd'M@$4#^%ļ=RQFYA jG~[ILn =Q?' a(5~8 ~ FN!ðjͳ)rC9ŕLj,0P;t^3=ZK4DH?Oto<6ҊAg 1S[{=TKܜ#Yu넫6C'# .Se k ^Χ,l@i >.g{E}+KV 7\ XaAluz{"av[kՍ P;$A9֌]SL @3&^n~Mw$K W@UsB40tf>+"tbe W`r%6JCԤ|ڃ!殺GtH>ޖ ۽&InhaX!==`*:]k h _\s͸dA =G'?Ph`UM¾us<|++L 9m[+Sܲ|fYϳaQ>$i=gł!$ib-lHIbŲn7AW6T/E(,rEotqO{+NRgC{M`RP peQ7d^ 0W]"&ؒi?J҂eB>nGMM?:W Iu&h?ӕpJhH*͸̬LyEAck7."ّthTQc6O6'nkIRIEUņHuk-Yp|aܔlr>*n>Ғh,޽)X5W_;K6E1K\!(-wh-jWXt۸ buUA@xvPTIym~q7_>PnۇM(y),0Ѷ"k(5+~$0adb"L1a̽M0= 7S,[L֊BM-r,{Իxiqܧt)yoH8cGoɿ!wuVVԶ&C/n'iJxR2gKqM (KIo$2VV8XWMt*yg 9}]?VPӼY@r&P`v]Z:Q;3nX]v՝)P? ?C]e'-G>UNKP Blݤf,71ҟ(*]}x㿽>"9%iuG+tXxb1;޴zj$c<4qjp/ 0x<{mj9}%͙z2YA~JdX;`F7*hf0'/(&o!P4PmT}ɞ|\\x܎\Kpz=] 3k2p'^7K4Y]_ x AXsafW"N¬'r@}-m֮on4]-ͲKnE1q_+`S ^6f ,S(91JݿΟhИ\7B}ޱo,d1H{E0l6[c4*84`^/!]`LpuVrA QZ'+(t*4&۟>qŷ^X3M X0{~9-~{#C>m>2.g954C=(:[  $bs8;*&:ҳ"]kԞ*X_&:6(1̶R*bwXy;Dqj+UBz& uf^3;ٺt5 Z/YzBRe6Q=qL$3mY|3%=d(HE%gLC1Ę!PGt,D 3O P>NFs]īp3YPZ.'5,w1?M17< l;2DDtNn@U5(h80`ρ1D>X9ū}MznJʲUlWؗ;Z?ڄ(njzcns" ʗtRvuCťe_@Nj `lvӽh4Yj!$DP_|!e38^e%іW g^;a);u[HЬRAZqJwXr_aȔ0=0eKF@K=׫ %So KV6!fKhmT+Dy6?t%o.9UgY{s$G$)@l]H9[OpV% 7Bj=\=:tE 6NY)oJ<ѦjJ8,7q*R?hӤ9pJב!U(Foq/,{+@kMܸy`Kj K71QTwIM=y6:ŮQANKV%El^qFS5<[q*S% Y> p2KYtݧKV @4^>,QŠNyME ;>U6`빐7UxAdhL1 rg<]wGIZ)"T.SG*P(b kUa՛FJ+4un/b"9mɄ,V$mڛѪ%{g,\rܢ90FwzQXp8Xtٜ9/*?U&S#މ|khê4˕ 3B/ M܍Qwr(O3?|@r j{z= Rѡ5 WBd!H,'*" Q*MZP:ta6Vpv LI8P,#3/zin6^ҖKwl+|\DiEV]оg8 ȞO-yv"Df+4L|V*K_~O"vGpU:D֚чkr#Xf$jUb\:[NzĝcڷGܚĸ:zwLPd\;Kfg[ {XZ0Ci 56(n3ޘPROw7'c‹h_AĪKjY[C]bBSMJZ"=Zoѯ; $;&*:aȚ{8n_J7l?O'mx\qV gPRw},mZ TJa,5y>sԡYuYR/(qW^ӳ{ M_3Y&S>a}~u n[{"%Нә }3=-W)}{@6_U.i1)*:8Nf Tx6:IBa;y/&;M|Dvvc:m#ghDe$7Cȩn偀J]Z|DWP9,f: <b]|!} 8V>akn4J yGn>ᆟVEQ(~Ү9;Q,I== (> ǏԞcXsx? \THU&ֳVea.?7+}ESޯ5ۛ0`3AWWJ@N$C*6QjKTThvx ^oV(OEt>U5jB= Ǫ%٩30-wl<s9wHCX{v3GD~FHG^̽((OJ~s,&@OQπvrg(jM7orNG=?*,eqJ٨%lCa7&[hW  R*p x.PMbkDȽVCpq:<>2"?.-ˈ°f1B6r.DOR-+$(>MI$wMtroŘ@;N9 xX>\w CZ^I;^LIdM̚P3&bƒ &Hk=V_UpyD0 2(_`2RyŮ Wj:AwpgZ dwP!Cԋ*[DKòS?̏uvD X2qk>Yݸ͆RqiXSG$C8}Ŀ.1mD2Mv ;i/lqF5xw JӲqxy@Ôzo؁h]Ym[BU},^AͫbtbpiGqI\FKHԔ8>, #Yk7"cn(2ޝs_;YY=nhu?l<1}刌muxCX~Hqe|v!T/qMzP|SAޢz8*Gd"aZ1|<~+"oRY +ץ asNt."4Yha8is'+yMw`I8[4m=F{F< *"PśuYᔋ~7\)'N~%oY-:8y%Py\* gV/ d]`5.0 ?S?SYv@Vb;&[v~k줈Cq$`J(>/@dFPW˭Hjʥ!(5zC3ir&O""}ȗ*m7Y:߫Y4͏U5I7QXow[`xh]Ţhڤt1*ilNW]ÐV𞋉], wP enE@h|=y,%f悡HjUΫ"YhHAYI/0A)JZϴ܎V8KJZ 渕z!mvl{Zc8wB2 ||? oP*}H>BKmzT>?!ZrQ&˩&@^!8炞$k$Kt73|\,6h\Z!eZ]ڛPfxp - /漰~ =\ˑK8.lۼ&용?&~AVA > u*k`eݠmV8ң4wURcӌu) *?ʵ@.vDž^)v 6Ng d4C3Q&7GN0H5;"SضvƓg8|<  1#(/R`Q;"Øy9>,fwQ=;ĿZC9ƾg WB`F| Sk3 08$뤩S^2< .:ip2IjɣB/ڍ/tñMte^yd^N,s-0D\ApyXt؏ U)e. {$$3jW %t1_:-~6%$Џop_0A4vej/ją|qA9eu2|xlDW)pZkmyyY ͡RT:m|8wf00 '"Aywss3 %ifif5ox09ɹzC\G@ LշChJiffIYd`s6gT[g{^hҖ玉zxAHz3TuK@ P."/wŨ YGmޑWX+o(Y-hWlu(H+5pY-iFO>8-|J1}•kp];dInPY`q1hHT LtlϨ Y h6Y/ays߫ UE=CgyLj3^7w8i\¶rCQ7EC"rqa޺N<.Z+U!6Mf`sπqw|:Η7ʕzQ0{aBwM}(Fņar<׶XK-Hȑ%v߁ 5QL>!xwZj^1J6 1ckBct +ߪh&g=EC[җ;$͹D Tj1N+IMAQ-Kxy-Vuy[Ez-pouŒxʼ=:-YJ:dhM(dRftNl vts[S %]5<ۺj\ /fynrtg|k9e~QNdJ~+HZ3,X0{0<.omEY`Y,q>Oq 릠 R %St.1Ip5-~5xk]D/:n ˹w^d;qg}>KL+{%ћtW. I a> טG$ZmO.Id`1EoĖ(i)vdӧp)̡))l/ɡ ?d%CmLZ|ue@iKbȁbuw"2M4gkBj8ʖ>|rxwW$KxFD'H(ãҖEuV75*MPPm#/B25~bhD~@D@n/z9n޾W[ xk>nrѩ6< W{ `S}K~g۾ߖ-̴GF>ʞWŲ%P2TO ^^U'! .>?{%?w׷#f@JuK ` y\B-![+^g~ue@i. FPc0 .3n ڶ.g?rq:<oCVɂӎdw<^ CǸ0 c@ ";|Hxz-ʖK U <^~-1m 6Bژ($zv,d<>3nҸq Z|h:IR.n'pF:Rlwq^[j%Z4ٛT}G3ܔ)6>op:ПD=nj=YXXpc dU nCFH|Ph7V5.dƩE"x5 lOYSJlW=G]PH = DP;>:>z)#]6i`kl̸dxg\i*p'ˏ/5ћmGI7@.DWW`XvM<9_U{VA90HUrY 80Ss}eߒig(6JF۔rdci='w0y39/ژ:O QZ~/)"zËc?\(ٮ{/Lza1^RЉmY5v}B`vaJ4ަ(d ͅ PRw=ghRtG|?G"nK55r/Sӏ+x]!iH#/bIJc建kbY7ZB88? Umq;I4)n )wqW=4ރp?ppREM-I dr!Sb5YRX*  m9QU_01ހUh4n ҧEb'mjTHx2Xd.]L*y.,ҕ kwK EQD1:UMlA}Y1OlkIbeJVAT8c}%P`1ʮhC𧱜і޼w.$Vfh>J3 XM3H/+oedA |tvUSp\#h 3PV+qmICL-=4DNHf“dw\ނVzrE")qx`tW(C=7nHRZu5˟wp&9 )"6;%噘8(|x_|m|UW=(,ܭ{=FVa١? @x%xunu$yf6VHɐ+/ ƽt8rAܑЂӘ"I[LT(y([:,Ƌz%NpSxz\i<5Xckʘc7lfYO'LУfVhR >{ nzༀ ~1Ɇ/T q5RN 2ب\[o5YJWJ%%PQzFArP`?zDc^6Q1[~1!ʝ6B֔aߘ k"F#cC%:/ Z3"EK[F-f׬ jg@Yz{Rퟁ>Mu>ОR` lC[T.Դz&!=3)*\qOZgj#P).85\!݌f+L49<C-)8-)ُhËNqUlb(-bVqv*S;k[jEwǾYQwa&(hP Re@Q/2d'#7%I/>G30{V`w]†{KJ7Z+Li|w Gq(Μja~%YD]>'as:Xk`Kkc@@[R{f}GKՙ,J 5QSDUUDn@"UjH;檻gPڲMvr\pDTGbi|le҃)`ki?Ŭ,nFE18(VE| -ОQTiN~2©~_!y1~fvhiMk"+Q'nYfWf2ʜ>9@Q^9Y[Ճ(tAa7Z$}T7ۋUUMg*pVQ}2(Yu~Hq-kF ΋b2+?fm?'uDnP/_^̵A,^Nh 5LaldFXnJ28 ]{gm] wax28N"$U@LOcQYBȞOQKWS.3Txa?U4Ruf\G0M.8H k@D+ZSM(#R߷OyRihHZUP%SU@ H: G߽CsO #^N;'"{Lˆa8"˄py^m+{)z9^sDq: GWgA19C)2 ޥ{ g++9)9KwmҝT(V@:5FzFQ״>*(~yGG"0%nL dx.c?nX\(UE uDFKGFHt\ֻ}70Z2.qiA&H/UAkSϢ-Sr HsBvPz-[D"{3`|o{+ #dv*&d8(yU"?+ATAGL}2)sx+AvBJO}*=aYQiaqnfzguQ?uc iֲCZ=zw*Ms-*g?=ȑM$<;r B7iaBv}78K&MFf?6"(hvN3`yJap4!̸jZZ&:GnCɟSb&>~ۚo"8!r MU72/Bݫc |Gf7u~~=5dBb>}jI@nPsL3 (+/F%x*՗7X}AMܳsU٪0B.\T֌o-/#S3ZS{ScB`h|.]8RL[:}mmjiJcnSPL < ؒs.'u㦩V'#QDG)qƾ"0=rs`IIn2#cU-||LOp5ˁ :xyL U_`Pb2+MJpy1M.3kI-u\Iڰ^}2} 1 L?891V I{r` <]ugϷ@@w(*RIҘ&BgJD:taX&fK̿>x(Rc|ngFl/Bʛp5O8%Hrm,^ oA̜C|ntzK]1ols^U#*_3u+D#e{w Ƈh" ȺCi[@{1E,ynPmYu⶿V rN3LLI0Q0HjKq[n6&~64;u' ϩYpnP3%Wjv&C\ /z^ii:f;Т@)iyhi堻S yrl-_ bzuE7 t9&y{KOv [_u]vfwH.)W$+p-٬MmR% AYLӤ鶪P/Ї.uIW\oMUu Gh.36 ۴(c'l<<*V,~RXm, _S)X]5LO<Ǝا_-Ą@789 6d!$lNBZ_{%_&^\gg6ĕ}ݜ -2ԎP@(LJwv| f\#Ϊ||뿧oX&$;T7;p}JL&I6ڜYeI5Jb<|.ۏ|<*q4:uǬRK$eZu\/ƍMTsVqA.BIr01OY֩%i3$eZo;VD bqщ9*β5:b㗇6+ $w^R+1ŚFF=@'^r|ՇZd.k-K68KR eX#Y`"O{~,H`a/T8N \w,Fv<KVؽ?%3+ =8$"]j13;2Q Ɯílִ Ȟ+aC'IkD~F ugm-kZ*<:9|q˽eSs@ڮDaJf;X#9HMُiEU/^_IBnEvs`|~ֲXGL3Gu>:MJse1(m 2Q!綤DA`BOgms%\iW*G%%c=!}oDڄ)e{񤄛LůJ S*hh{bo /5X"z!ĞڀE1/?|fLc&bXmxcD-i6ٝ0>qzl$s]7KAJouwMDEQsumSQ:M%JrMGªp0 pk[şPFS(#`|S !G7?5^ۧ4zLi?. H{E$mzTYrX!2UeT &`y%EB~y[J^\zs\Aw|r}'KGw% I 3`.(?S([œJƺ<2'}zeV, d[ͷkr8"Vqw.8R E;&?bd̓qugy I@[eu޶6e}}[)tYDܿS';3^3}9f԰+L*3Oapaf+o$wk4s>F9^)Sy-UHƛ-5^e1jEOR8';Aj_hdA= ?WtT#M2gDL!ߨؘ15⚠.m& R3gceXp|%'I|<]Gce#i$U HぺNJ/%M{apObu({EhOed6S/*jf ("f7aUڦ۰ԘF*o=YIDn2y"Z)` 7 0lG+D۠U XKCVn*祁Z}7: wm7r ;wsp!v-o_1Lkhnc'$)`yW:z62#\gͻ19Tkٙ)eZ&$* b˹6U|1fT z*`< BrsEzvYf=mw}Ӄߨ(9G ahsϨ @ 6F{d"% e%cK598O0ΊK#茹`liVaou~*7_vaWh$ W^. y,(n#~JФEe`T!> |~-#chHmbS.³bF;/Tr'䯒7( ~nCC D?B : Aњ-9\C7،v/f`IQbm̶M}NW Dje, v !~`eLΚPqK 3`)u bs {-][BE^̘j@h& kterm{C.g0yHو!rRu""1iva9s)-='p{n]|2Y v[{Z%LHbMg,3 _?}|td62<BLI[U=)zX|Wb\lk^ 푇"#Rˉ= F:ޣݹޔU_s?`Ce <?vyJk5yH=Y?'~;TKge/KTNgFgZNi ejq 'WfD"H l_״mw{ɟ2 ,H\Wmc4mz~o͟$ ߣ_T[{'E_J=cZ3{J5tHBl;]P{ޢYLU4~i mMlS!w᷍IC-;S /tLw8]ˇDt]\-G%jW $w^Y *%xd,Yb;*oڴ"oR4M '\ͩ^nNf':6HCO!\(ENȔzҢ,ή^.AqxyR"A5K̶U5xv\p*l5ҢoP.Z+ÊBnLo2C:~6;4 ĈGЃ- ƤYa4g qāq9t6%ZP>/]5o[.Ϡ/5뮲nk՞nw7 ėpJ+(0L͚BQTT1 奘MJOTY]!.<:Daqf S.t"+H o?\o2Q !}0ZxyNC@DG Ua5⚯m\u 45 ,Pfc0185ޖÓ՛a6)5D՞W˰jY1P<)FJ̨EwMKڥZa"l+ܱ_mRX`4X 2Ho{xm <Ӈd<.^1̣L3> L2Z48FHG\d ~6f|zqGְUJ&gqf]%{bz7/w_IOVDEuz-s7TiUeba?Νennĝ~6L+y־iZTc " ; %J7Y*{рn9(kZkn8w0Ge%%2c(?d0-\8+Px:b@elĎ5Gľ~2n\Hrhي͋Qna%v [|p8e+ҾQnmfеsCCىnyL|/$w,R'0p`.Wwd+Z z]vW ayq$MGxR4K-y)J%F')ΣԖ:jNW=!6"\f3ȴIiE[ӑR'dBɑ|OC$l7^w~i4G[aI3i9a(^NËPW4Zw{aaXZ09%Jԋ-ş]{nBoBMߊ![J:cFR0"rYbN!5am> G27~?ŎkO>ԟiNS&e߬d&{XFam\(IT|[쌉R57]!MW8졕< o;rj'|Q낊`DRȀ|Ǫo!a_"!gsj~1 g k".G1㻖fnDx!=@]aQ`c}Ӝ}<4xR^@EtߩbG3FmdxV`mreС)LIPM FEݠM*0177kʿQf5.<>.{*0n;6YW o`a*'3KV>BsH;j^,臩Sչ* @܁Vu̘Iq.qjo/=JTy5-*'g?et]f #)@(]_IZo6g=S<#F:VWW.n6E|<&2~->܀\;~)?]ZTh1o|? TojZzOyp5Pk70Ewo5d ֩;//ﻠ?t.R^5OY$d_i8I %qѯ9:XTNE:&z)EX!̎2E-g Ӟ7õՕ2z6O\:~6#%{2@BJ\OlT!br@2=XSПWCJE/u*V1D470i2}2-:RED`?/ }G,ʮA5w oҶ֔ژ79M!)<5CqmiRZGK["h^h}Y$? uZkZ_^~[CB+%yhևp Z9&A3wH%P>e ҈Т7Xz\J멥'w`=\$+}AVXűS4-L2H5\hբP'b6鎯nl"*ZYĢ/T9U0K)o]O ߏ[hFTP蔆+BA\FCku{e݁LuJN4IIG'$63\i +̛Gp~=$oGHr 6;4yYWr!hHi*fc,j'gҭ;YSn8evɸx UIǎ9RxѺ nm,)xEAhʜ gʼnV9M8Ow=\}-LI[x#zq3*^/"Ne}t^O6#G6gJ1?$!w SٖPВфrhҔw&dDwA:gEU+X-.7=YU^Dc#!uCq.>"~f3Tj[½,￟_sH`p$'cX 6F3˒b>Sd}K=DZ R܏[(yl/ڷ.'OvkMB#Jd0v\jcd "ҫ(ځn,eDSŒISO#Xc\%Ș=b>YCdjV />QAotXo6-/MQg!QpT0+1/2"z[zPWɶ-"ɠJK'#FkOҠrmPN5z(HF݈L.R8bɡr9kH IqJ> =lqT\ Fsl{"aq%?&Pxd2UA^*gPmo9WqOlnR5bڎ:Q&vdO) /馐nTj7b̕+z*#a=5>:l9vcf"Lo(wU({Y?Yu6]/OAUOǵxt0o./ T}&`֕}aݼ_R(I.w9Q+-.z3ƾpDWzGMLa-fT>,5?T;P#I$=T[B<\Ejj՚H*cwpx;)W GNJ!(*!E;{w_OL7lipBe%7~f28<Zjy_<LΑV$dzE# Ӑj!Ѹ" ܆حBPF\XH@4)AHEdY5u|_qwe *&[_LV~s Exbo)_Bt^K}D m3ǂZ=P*VW#|vJ?L[6%i2|ζF10)}Ϣ%">"{"Sāgr-Tw=ĭ^v׫w=y$>X캂Q?B_:HyㄤkV;YID `޴G$YNo!R> rnznG$r_2A 9mcS|QE|ݔZcA{WV/%Kx% .FϿwI$oUpv;=FF WHf2w"{V%>R~@I5 YfYǓO}vݠYϧܒ2%\YwC:L~O1d,jW ۗA֮Ҹ/A^,Nv_a̲u.u 64T 1[Nutkurj حRxr%E~sQAǐɣ]qHToG~xkþ(q]b fp,<-EQg^_ mY㈾-**cd7F E;b}! J;eO'K9fDM i:(u Zsb^#-VQAD9Ht6 RmLJUWv+}*֍TSoVg4|}Y )G:v)X D𠙑Ap6!0kɀ 0/06P3jI3I\B83;sE0G|zaqC04D?4IH s]qrtvW)H- #z.9RZe!L?J $n Yn(DT ~I\R@.5,IHV9#aY,2ܣ>+VK7kC3P;;Kޠ&pϭeՊ[ J.P1 lv(+-m  F$Prlҭ7O֑&g D4CYWtRtZvT9Yɵ#eP/~h=ɬ|%N;}uXq-BCϜhcZa߂t8tݠ,Wt13-ÂV~;ϻ1dF {VZ}mY wq#+:SHYr%p_1t &l変325Ɵ;=iA]. dg 'QAVp;$O&6r"!_C^T0Zb2֛u$T#Rv}2fz57,poAgkL-óA}R}߱DVw;q]&뭕9(ŀhh`y ފP6p,(ڭCUg),M0y>b|M~{#/.w/Σe3Ud$Y;ݜ:!;J|W6iey- ŧȮ4#[_H,ly᱇0ޘnbUف8Wf-r("1+|)s?4lղCIw:(#Z2 P㮬n + ]ēU4/dڜ9zM,?,L"lxh'u+=tvCn"h񜄚>59z"x3 Y8TH}39h#ؑ!LӞ,Ha$eG [lwbŸ;VHoGVInHt}![@dPQP {ผ!՜7ػrPK Wpl}ՙ/lNDѭ%6GKx46v<{UZIU};Ό W{ArUSIJ@I=CZudcDk+㎅A_f4BŠ'Jvݣnv,,찪,V4Tf- m߫gڒo904hRjkچ<']A鞁 W9|$5:^3ЃNiJ#kz_颢'%J2A.,i}- Dv`/|; Bs}{Uף*R.SE1*i "?rv>Cfetz Z$f˹qt6+nBU@L$& _[~M0%V t<$j5)"(\/ء%Mz‚ ܕXBAwc?Pg{Fh 򴴆i(X_arȾҼ#O khr|܋W%AS.bx*7BΖC &x`NDguu7M 6W_2Yc 7^YcoIM \ffqeg{B(l<ʝwI1^bET<$S~tP$ŇQb27bT5PרSl%~3"kxy+ր[@4%AA,:U>Yb:dzaxa+ G)ؚ[}/Ln/N+L_C*z-KSJC_iĢŢ*64i^&q;LC.&4{+u\>ֱLĔ#*Xwb mRlD`*\;)i7ziDZ4bINN?ThSKm' _PХq_Yu/7MM .} jN|$+g0 vv'ۿwdoبrU,*;!d}xi [T`o[kzld,j(X,c߯ ž^K`GIF\(L/獱K8qm#k\!r$ xұumhVr,jmɡϪbw W#u˂^iVS4+yMg5fn~:v$] *D}PTyBZPOi#Q 7#xWۢ`ΔAFl2AJ/.&Z%~ P®c@YnA y%ٝ)<K'~}M/tAMgCV@Qј}5:΁_n?ez O%N&rON_u]r(^x\T)d &G wb<Evnoԧ*hgY`2 4mLlh0&@_ꕛ, 8 R[C[J_ůQ ݏͦ4$|5Lψ\r0HlQE'7P{6Aj54:5a Y8gߞp/u5V9nH0 {7U{N&)$u(hΰ tP% P}W1"J^;*AO0TMӒѯLwKc]Vڹr5`miK J8)F^/)S\ٶfA%>0NMA(qQAóGG)v`6n [g~pXD;Kv [sĢWL)E8*yU|J;$# $>kȚ- Q<"vly0?&t+&>pb g/Z5siKvj,bI^ʝ ^(]{iTyEC?O[#(F}Rt`9hӫeYA7ȘaCSuڨ(b}M /|,1Ӿ%Q`5:2iYpvt)T@b#$n; 5tg7v~GȻxhpuIR!\A$)Qe "=%7;qލ, { >0hLAQeo{$3 PU;!vUy|!ꠘSw-j"29:gD> \4Ja ]/`& {U{Z^q+_e?9u/{b F8`X w`7a5r}qKrk,.Y|IJx/RHM&VCQg$@/3K[}~JL%WnRS&Y/-i;%7yr"Z5.Ni͚LJ5c5ȹܔ? 7yFviTzOF,E[Q&}^,p}&HMͷ_mj\;=ΚblH@:^\WY_Il6hHP1;xBBkuL.9 rPǽ44{jH~O0o/[lS-4) {7ӉJj;Zh@l,V27Qk]諸- I`Sc0÷Ip&ie8wۮ wE/qn+8HduTǹ^/lv >\Ă*LkSat-ݻ_jZD]WpX1=ܑ^G^,ת{ij> rD*1F=[r |j ѱny`,~3<[|Tx)=}hZmѓ~'?xud%6KR-0x/oԵ?_;5ȠٛLq brjQЗ"dІ8S]1L:M5\@qWg΅}e"^HRr oL &Ivqa5~B/W?~薆%qz),w.[<`iePB3n6, =B?ȑ>Z#tU6d;+^AݶMW{{j9Ǟc %)F-HNn{uPO*ξ%wݾV^8t,BH8(zN1'A#oJo`Ͼ6$cdoM刬STu@':!hA5n+ЂPáBRLЃ~<@[)47>^>dwjV ŋVPG,d,#O޶b u;L8 _!5Ef Gbas*l%"(^-[(MGGwu%T  u6mIX(HX/=fPINvz@{[~8l%m@?7Ŋ(#KeWVnēQ&D)V 8=quZG'?'hw终c!aJvܫȉ/cHobML 6 Y{ؓN30GG{ JõUxkTd2]9^*8V$NRg91uѥHP8L`<;ځĥ0/%\!:)c]'㎿e!r cyG3/:IJ*2q8D!?ڰ},[sW7{IpWM#:ېPqwͨ6&1#+wjq35NKv"8>Ó!zAA+}.J^igج[1xO빽 :XP@fG[`]Uk]IR[PZ;s Vw>ZwQ$ 2ֵzR|а6m† 'YJO L3Y/&hZJqmf[*(#V7IP =3d>É KSfI3FlI0ć&ԙTAC&'B7RAm2ST|~sR{l(ŊQ+V%@ku/(4`"]}nO`YKao9>jVgT/%K_֡]EE{vPE0\QϼSx'[C:lTvH1 cu<:)ko=Hݗ C*4g$^zq7^,n}'ΆKƹyŵt@Þ$Cf9kǔ) iO "f es  m ۞fo"KU\ 7lŗ9:UӔ:=}wM{]1@P\%hQ }rDrl7NК@1/]nʶP!+^=60{-O^+rm m5W#T~Go{[35pNvqj^'8BDF׾h'숒{,?Ip~F2jtdT#Cn &";|:ֲ3M~ZEi|5z1#cԢQ]ǧ0S(#3:gcg,"&e ZiUk* ;=̒fD%B$"iae׃J4XlOR3z- #ک%__[*Rmdž9A3oo*Z-ZSHhp—-^<;`Uchc< !D&{Ȕ'1-^QC|pb~j$x'$s*F֊1;eQBǃ8?sP%R"# r'% T#S0@Uםd3¢=xJ} F!`srpũW5VK.DPhIAx1s*`zu^r=dT6(F[\n#lrB!OM~Y*|#Fsb,@CPnl6Ú$pU"z?0bϮEԁT}T"y&E]%juÛQ+ʤLTS.,嫧mpU#1" ڙ,=tm?=Z 0* }U%;a*XG4 }tLZ Ֆ 9>X?1ʼnn𱞹v 3o)Rj΢*?2 ;SkQ٧uisGO}6-jw;>F$2XVF]e=󵡵'BF ^QXgY;xhZ VN-}E2p~ !Op]o|98a?M~%" \MV|k@Ͳ$9|($|/;/ןI47u}fhisyEEQ&IJag%ܞ3]3 }n;d]I4~ >^VqВC{ ,u4zZ=_ʜ,¬꒺k݇a(ۧu:zMA2.kا\f\8qej{dgNI LTP(jI\i"ZU)փmd n1I.綕׍e͛c4 ݩLw:U*ޱsu$Ίo8Y' (/ sZ4HRLP \J:2 Z;/.HS:~頧 P´\MU:n LGGYOw~5y҉ o\YF.p~gd.nBޠ*K˚իp&$6`omZ>$Տ݆vxTœ~`YR˹  SۖrP F!qݘuyqf9X՟B䖊vzaX0J~f nk" By{:dk}ExØh~*L5mJGD3c؎wڞDVro22#e զ$l %qN:_mnAFr7lI#~l hg-v` Hul\+8+w*9R'6D_ϳvGɳJ{;li')ʴ:[}Nf+5fΏ7QGѪa쏆̗OMׂWp$_7T3;0#YEY냛 s.VV3Kؾ_a[Ū庄beOyy([p vT_,wX!|1lhe@Gk8\ I_2@K(XL1d!wDw]iߪ"\g5!(pNf_ǟ15nAgu ^=/R^. X "ޥɰGH4EuDpׄ:g)q{H;2 ݾ"Ƀ0v}s'[ W%&*0 Je&qrN#Gy!9Bz <Ý&olVa&<=Ƀ"o`OV<ӻqC !2/9S}dAQ/UzO!FƉ|z4X3s}\qY>`ƕ$6"ق)L|H,Psg#w: SJ >`i'*  K5|pqdU,'=c":%,Ȯe1p$ LQx]al?-l\%_l7J2>bk=f{3b$#Bg$l&1Vʻha1^sr+ -w`1}~02SMD=r #V9TDK4hqBX7?iܝf="BbTO ,H[jMZV$"G| 4q4' %YN}C%rzb !\*) 5'OTbPL;Bp2")lp'pf|kj )p^Nrwֹ,Pq!"% Ղ)/q{CJqu.5\+` _ݞ,5QxgfN}SYic^G ilzal[Nn-QPeqAms`a0G)@ (q;O+WC]D3" |Ii2Ȇk[ 5@:)^]:gNgSM3Ț)LV$dXn>A [qCkiTUD"丅F! aGW|sӘ?R7f2פ=|?"\IKϜ6siD=U3]튃RRFc}YױNsxEiAtFY0,( шߤ9ǽL5(5 D.$?^*@a{,c>[jpXaNݺ>+ UNh~\'cyogf Or[͉ jNE[MqOSva'Ey6=ޚ%惬7XO<8e$YJ#b/u3x a,|C!zj,fr6[C7muӛ&{m`4rxJti@Hʿ }zlK } )Ί~%kB"?}6+4_xY zPA,a0OKp:101 .3y4Z|/D4TMS3ƜoܓRٜԪ+4dcͲ@@a+oӈ5DQY:jF\o *Pf'BY;,}P]JG;y}hhedy kۛ^e G)+gDټ Pi6RMi=%d:H]=$>IO%'RIcBgVIߌ1ao3:"ӶHsvиƶR~9<#5 6KmUN=i3^C&*j6PIzT}=#1eqj@Ky5+'ͤypH-mWx2$#Tb7=bz_9vHcNQL.bI>wocz5sI1}[\u@ aNR.-] Cf* THg#!Nn )Ś M:C>TO5zeM1Y_+&d=@ ,@V;tW=%pH! 3s a!(gMcjV _;X)[y8A Ւ,[[iem +q5#7h ӭp㲝-r [$h/z@q>?T-x$\<\O\ViM֮Z9bϗ pԮY[O7yа؜--yMҶ6Zs$;:($C" K㹪 k=xzWF{zgWR ~`s缋׳!ATiM6`<#dIn㊹KL3=,rn:.* z%HM[LdG'; fȉ􆜤ຸ=LЮJojNsx;$dFe J[ ߀oD㝢<\4ȷ`h&z70ǠuEʱKL|9 7ݓ'#8K3.]%;j~.A>&gRM?P  D'(XKs4tb6ذr2.LxGIk5Uf$ϯ9ۥX.mQ^ fuU&Ye6L[ع J:K' #% Nd'˳$ngc7}:z78G&Yz8x2[;(/ep`}m`OV2O骵`x"i,֛5ck7m74Tp# UNJe(<(@oM<۸8U7q( (o&C"SvQ"NWs5ŭ-xIE/n,3"0MړUg"PİyGiaNk~1cu`5KeCmL-tU[ϊ7Z9Α/Ff_xQXKw+ {Z5`?j ަKqz u@vgS^KEⅦڮ n=;ή:o5P/t"dL>u%$)QL3~>0nLbf4ډ2:KNG}J-8c}L@NbTPu3V7dbE/ wns{G׽LVw&ê[hxM> k'7^4ڸjIz 7Lz^5n$ Q2229J: ǰT"6]n?r[3Eׇ?Qfz;PH-$<㑄= C` T VVT"Y1 ,ߊ \m_}Tޥ\D!w[sZjo[]e%BI"KNS+f%<k&ynuhT[˟ΤHl(<omp|Z4wg s)CI\넰`q[w/%k0ZU9^1n7WWE;KD[p9Vx?KbQYԜ|c%dn3.zD\}bF C*8ȯ]CZhuzZj}KAI@q TWdZ)Fc0 Q}-,6>}`.r:mɩٍ^/ժrR^h+innQNeo@;w+ mQͻ/`8J7l o/aŊt98pH[?02c+\Qb mJ0'̢%P>$;Fƒ <֎_"$: !Ph#%KҟbV0k+z-F "L`;iDjBU/N,ē}#ooA(]VCrǝ>e- _ߜC1 ݉oܹ_Nl9O Pp^L 57쵖ϫqkg3s8AJa/?8 ,h2=i|TرWka!awGT,W1^;|: ĕWvqefPt!)xo^Q˜ Nd#+}U֯d/۞dVCL|F?yk"BU &ABp/g֮Z /Ir+$z✈p`@B4EFTT8J+Wԁ]ܜqn+y"H8$IʅMfR(ɦ]k\VF=h.-KU*Qrӹcޯ2f#ev j{T䐥<’7)!&;ȹh~-ޘvvi qUAY=Vv&avF.*7 `3,I.\=ͨ'h |7<Ub@Uk v "č'ykQYg\/u N:o愆6*gP_KfuG '!g=*IZ8F _q|rāT{rDdn}'|Ԕ;7.TCc} ݰaTb;Y7׻IHw&u6^*u%\9XAChz?u./[#$aW)M~s(f-r\tH q\HɈT2U7D4[D~ Znz.[ۤɒ䉱+ڳ~mr$X]uĨh_SaOgPjTL5)~ ;PD?!B*c 2qM 1nn: m-7F$44-)"wIBcc-,VI:"ChaorZHPkt'?2)9ņW~ߌ<X!jC6=}dī~5^#|ra1nMu&aG 'Hz2[/E@N+"v]jR]#\/*A 9 / 磯ayͬE:R R{i;,:儔љjO:)q<yVRc4KҢr3[Nu#7 _% A.yi5$EO=^K+i}Ō ?(81$Áy;7]I[w%7JkU>ҁ]W sDNE.C҄qۣSf\ZdƮU\>IY% }b6%V2cKk̓U% 5G{e~tn@d\V6nzOl+nICW$kYHܪ)Lh)=2 D[*EwYv4 0 U~yxI0Mܳa@;7KJrgI@Ց -H$#,uPp71"Y!'C44mCYPհPKbNc6d@-%Ձtw*9 퀷-/zJgRpᑓoډ>bP2۞3[U oj[TUbA-._"h$VN@:ܭHvsBbN܏ySԜ/Kbw04Ŗsl+TQ(M*:[[zk eeވ r\@&V0$OagvY-N8X 38$i2fx"y.;Xy=!D9z)!PU.BwzGòm%[ֺnHEMOkf-C! .q/|ryD*3%~KZm Ntebzt>SV:wpd'1Ӷ10mײRYƇp^..g`3O/c8w0q-c,Y@ꗒ؋-v_+(ctIJޗMe-}ᬡga |aGl5AM̘N͚nOFBS.d]Ubg)M$"q`G^\=BZru]&MTljc\|Snw2ӁVJg#eAU܉twʸ.5$/R,*hF^'x|E|\x3}k64ǙavoePBM}+[ȝUR#'4g'oM0% ~|ߙQΙ c@/ہӷSx3Α%NbefYQ Zjif"'NddT|%їU{]Iul4Ig?$acgzሌ2)qL8 kq صEEwr.TD{Z~MuOt7qyjxF {YU?%ziW'#`ys+$vySN0!E4.UGs`LaӍsO~poNQ_ʏitxKy [y~/))Q`0) 51 Ԅʃ0q ahȆ|V RSj:A#QA~ׄ Ij !,MGt5 ۭ>L?R}`JP"Mv'=̂Uc_ ' |CLxؒ%a4tG7<.Nj?@& -ow3KV]oJ0hlaG8}=wk}HhLqc4K;qq[0G&-<]32qrmtٳB6؍ %y(649>8hKY @r7+K9U;csO ɠsh_c D`^(&U+Ytz'#8xRb~J |k 5ߎmBw p"J x5_X|# > ncݐ-3f2+CWIz)oM Ar ,fjSHjl#;4-Ȃlz\AD='t1x4 Lk\YE37=wmu+kuC9zC:O'3XZҸX ǟDQ;KSJsmjhD/'}BZVR-fv[A~mUUNZ障tL7dݲrm@QQɔ]eJvJ5rbCiER޷3шYsm 9y-٭2a{nX1=z,hL3/#{iI :?ר##Z~vb>[v3f /Uyk5GdK^2cpmQ!wfRO\a<|zuenW2 :Pz:Զ6 :H3M;XF'PFR -h[qPB埝[Jh\͏_K|'TB!,%+۝l'Tser- [Ur񟐐aX%THWc~%FmWȡ.6ldM 3D&Z|hŰ'D~*$ zc;WlhZ5zTH5tvVրH)?`̔>ݯd%vNj"cթѶ5[Gkԑdoldj+&3a܆PBSX1l':9^X Z{`EAB˼z[;DZ81p(;8(#ɢMpC`6%iХ]`獳}8gᰱj.Ldc0i 񅫍BC8{ttebRa /doPӰ* 9l$0{&Mx `84V]ANҋB{kvyيz"Bd!e Sp W%2zH&~-O?\52ncW;qnag6Ƹ̣~䵟| lGr-1qWґ\ ǁ[ƮRsƫ"з\InYаb#b۲usp%8Y?cPV& x[ 5]()}!PȋwKGvydtxw_)gQ,b=-84=Q?|D; ʨ_!L*?(U1 Kc6Pu Kd\ks5eDϪcUW||>q;8>Q{j/tA6KG?iE-m C`=:DȊj Ƶ''$^3a7(t>o(Vm(21U ga>K80i/P5B-bDIMWŏ bXfuL!G:D#>pT@Oiʸ1Z*3(tX Wb.n[?}L]$r:*׶iM fuS`S^Ď Y/{]\f*Wqg;i-Ixs|Db67Ɣ :rO+(/LIڢkyFdڭҺ <4~Іr8Y?6a%u49‘rnU7 g&T}Mxp3p:=4n0bRjO*5e~hWN.9g9v Q ۴6(jd|;]gu6bKVxE=h!ut(>;%z…`ޥ'3Bh]RakO3mQn(RoMZ XװVJZWG|: #]蘸B Z(ƐԤrM~k=C[TFfݮPr _o@?@#_@A@j97K[*``^FVA~"jUnPI,hLFK" jbm `g_gr!/\ 'ڱxVdK6W4$lֺxh*xxZv (Cjyr6y\R4J^n?8-a7iQrSOu˃ج4G7Mz>($:>>LJʹ 'WdblL pmp28p vX`&ME&8@,@Bkw7uhu*崁Cniu0Ȕ|O=Q"{*9sRnu̅;3q,sƷ|sjJ(lJ}g/ Zw0#xNTቝIϞh CgɇwILڐ~OF V(aǞ2U/B `+D9Nݍao p.}|BbR>y3tǼϒBQS3'S#Dj7 rd¶;IrЀk,-9j hъu#[`~oAvYSюvɽp!z 1{$!>Hz Xt]]haI`'G E[8Ԋ{g`L]IAت}bM4aVHK$gV hT/1UR<%sw2授H{V @ aFLl?]70mL%pQsYW-?ų,< ?+XFܱ)yōώEhFo6sN /pI *G/x: 7P%eDf *tV?lZkE2BJ)pk;J)W Z?+!k+r43$}=qZ2ÍDBeW+GSx1UwUH/[E(*buR.S4Lqҹ5BAK$KC"!W+"%7 )1$l$IZp=]U('o[o)OOag/I|sr7^Q.-b['Ih~ Sd2 w7)w}+2A6˅wGw؝U/HDD j!J4hSiu*dQ~YX箿#^K%{QtT6v f~}[aMtZjGV)V>[b+ _كSIWv&x6ȷC TIK/f4-]*$Mz\b='zדwÌa4'9{#M%ji9`L1 J >l*Mw+êA`q"!U%-p+-͎Giߩ)1Ux:o "9 ]){-1tOc6fE 3軶P\@Z,ej0p< 2 hbi6?]`?\N;KlDT #b3avgɐW `84)/:>N>cr;u)CJUFP|p;/Z֭j2):Iaܺ &ˬhYb-x`S#y %= WWl?ɆV=&,6z޳j /U8Fpк#%~)Yea_}rf׍*9![+뿎4%np3NvLMӿ]Z9rz z:]˄QӰ'Q5n3X8Y.NQHhBqBu4"H lq0i/M|T%ۯ| < /Lhݧ!,"w2/=!bSpie} S'ӉNsR+bm&!,6 ZNF>jV'+QvK&WwEj@u!2iWOǧ"8>ML>kx{c*ZK6N-#"fԿ:'w+d OǼoB8о4Vȫ8-+t-k=`KGHƮ}GiPn1?Ի@ pkZS2ƮlPӟBu2/& Ds>P ;̬ {#+GH3\TipqŝJ{I,u96:VŢ`n̬J4l0dKc{GID$zB#!|Kz0jÎZ#Sƪ.*OMMF\?/ WC𷻹~rT0ש(gͦ֠!0|u%jfr˸z:z :U g]`t6U*x7|P0؜.jּřn(|mh,ХWԡiWp!!<[#ΞvpOTVhWk<=$93Yl}Bs[by mMIDU%`]}YzazDo)lq05=lc EVꂼXK=";28?}#?OCsoV|sA +\ˊV_<kE5 Ѭ1FbE؛^>5{IkڕIaW>AkLjy\!)U!<:#FQך$nߒ!@y5SF!OXwpɇ{WݑN_j{Q7k]Y M'92QH C䕹8ݤc +m WLd)CjD䟦k [7^3eZ۝PXj6~/G#yb.؇׫_v bnyK9TP\Nq'o-xbKP>*56}/ץݵI4+^7?,$,C}=^6%2r/޻wPpHx&NDY0S [P3Gp}pXR s;ZxRYj<@>E\}#4k~̒cy4}Ur30 d,ZS疿-_~KY:RVy7gFfJ{;pF$ߟ@uH,Ssdi#ާzV[eCt0Ņ(ErR1Kv/-톑 #^x ?'ȫ7H#ٵWiULrK dmcu֜8C'O#X`|JOl2)i]i:UuN꼯t!cG~`5ts&ά[/GsO+M,=ݠy3izβ1Tt2gv݄/#a\@)ƒ7p4BV>8+t 5ect8hHi(oJ; I)mt:oW|z/sy4hvRi'\D+zZ^54A~#S)%.ߝ*[l"EXJ?A9ʱA4%Xu'kЈ!(%L=*fٗ{YMf^ uaJgOun^NS9fr29@_XٍyޏC3_sױηm).+Qܟ~YbN4 >*7lpp7y$t U#߻g f@>yJ=Pl3 兝4qVy:>h,(h# Օ74[aɲ?TB`5> )T!g9t-2CRwc2xܞ^^{j65biX<dz|Yہ6?`cQ2*8{mݦ 2JYK+9Lv2$WD&Tb?&B?K/@mc ¨5mُr[ݻNYs &)/ ߧ-msr薇 ^>7ZwuOZb - - %G-4i;TcdO4A2H?ɜrӞ"vD+ gSG^Ⱦ <6xj*vӋ4K~imDI\>X1֏}FC _IZswX>gF. Nλ 2 w%m3F ^wHIS,-toP>Gm09ƙ36P@^QƯ\"M }xq oΥj?Cgr0܆P٤2]y8k"" ż5:{u!fh Ds*I6  V",1[ +*khhݖs$>ѷ#T,N4>9]NUouuŹuxLq;8)rFʀ&[^:Ԫp>RX%'[P1d^qV>x񍀡?Ԁg>IIPO[ZH7^DW3=O*jMOf_AHU7>힧4LKfꦥ0|P~a<f},þwY2v9.4qe> ] C-Sԏ;;BBdc s'hҜv>IS5O@Joڊ;뚡is*7tBi9:6=HXuЂlx-/ RX " rof0V9PveԮR}Fq7,G$>'ֱ)]Մ"+xkFYel^щJ}|jb&T;準'u`W?̆[32S6'd*+XɷcF{+tS {cYg ~ @\h(U^XvY#'%tD{F'G@j"]bভ ܭsbBPc2TP~,TسNN^ \4$YX"$J8uBf6 R>kn=@:|qtGCދy1^U%]E}moP?ϸ܎SX^R Moq E$}Ϲv~EJ+० #81F HnzO/B_K)pt[HB6M>g#[D \@pyi,6զ/G7=s18aN2QԪ_d%`X$vGǐp$e*5.Oai*4N3 .ԥ}QEQ26O H-<WdwhGG+=26Mο% J'e }x&v +~o}=uEVMtiM۹]CWBl'=RsJ8fXN`#9'zau! X:Z)43rȣ⦶uf8%KJ Q#䓺&(]z6QARϴQ6ΐ C hDsZ+"cg$I>e櫯mM_Sh$9z6cs VRf F1AihdM祢bg6+, x*dMd 0 ьYzfϏo#^ÓJ:M{9}Xt-Wl:;9fP\GĜ L_S$؅a7~ Uł2͖')7YPu0:@勚c@{z8$~T&y,#N%Ds65止cuDQ 5=*AP lKGކ$$tG_ijm}4N~ӵ*XJdފ0̀4EU%NZt4ݵP玆Yk˕5 Wϔ%nt+u!}]($`CuP榮`+3X,x~4 ^e@ zQY $UF-dQL@/$WnFvmvz+ WOA([C-SQh@;7qGck;s`'!K΀zM<Sc)8yfR,N#G}GykMijz^DcIJ{ղOdÑh hab }CوϥXOL& `5#Nk-j$10PU"5g'ӋՄ*sKqtq +OሲhV\F-^.pn stV%X i47tTa|~2ۋaԸ'&RRCW/J"e#XW2}N캝+I=}'E0#M)\jǘͥ&VU7v @مGdq^*C4OCM[͇3Mb+2h&E+wi !-Sh$Jj̇ޢ1M-cV0 UeZW(8dωܒ&Iq"֋D˾& @% \4F<8:fg 8rUDGc?:3&(35[>;L۫$Imfck ϏK2c;A_@C Ѐư_oٰ z[O#7^;r 8cp|,Uf^3?˒5vwBXղE.@t_6Y?ȳƓEhح=K.I}ArGؕL"{(d3ZvS5eK8mΏHMbE <\9{`p )Q&Z ?^#V1`öЋ_9YQPE jjݝ0)?;m;.1JS[ qGҨH. @C34PK|X(;'X^Թ9r$kWHa o!`U?eR o-22 *W}?'wC?JwםvO[r䗏u܈!tK gc:"uڶ7֑ͅO˲֮fS@3p j\fBƋTҦjw4,%A#{]ǯnK(KhYI' v֫*zq6 䝳qaʊtj{D]sE};;@R-t!+A|Oxw%TpT]yQJ[xcf w`&D1dOerP7l4픚jncE,\s=\~u`|p_dZ4k9^㐒!j,L/ȝ]'d!̄"9Ҿ{ _٠sn/1Ѣ}$w-wDgZaO *΋v.0sH'ӆtG)Uo!݌l9HzvS-S;R:.(RbӀ1ZVy\{g(.$RS_*B: m&U&gmE7 ɎƉv~=den…ܜGu$Ό+I>&g,y`2m2)_#µjUuLZ@3w 5nOpS;#m)r:pj|<AjuCqs߰ׄE1c7BCQls$$z|7L,n ^&;ox{5t\'$$!F&kMԎi"\.g#q_Yͨ.N^N g)EnkLIE),tk*2ME#1n3'}I2ba;v92,s׀؜}jG#Q|ц&bס$ajkOT=ʓ}n8dzRH5nOp2LmKr΢ZÒS 1uQT?d ჭ-T1̭V1D(nX{Ƃ~^GQ |_zw`Xˊ Ҝ>ZW to}JשVv"Dвv/Ytdd+N?#3~hѿa:eFľLiӁ`D|>\ǿ #rG/d+/"{yaW<;Ʌ{=Wbhjp78x*L WW^T1QU⃛/ N pzXo\]%ЭY+zߡX~%K/,%T\aww6Xkp^;Q[Q,{1= wa0VZ.JvkrcUb+3&u/^UU hQ<qZFM/cDmf< ,-D+سC.d)ve A͎͛j%o^ǟQ qEiXy%o>.N"a8|M$M#rEI4HrubꟋ9쪎tGs$jsy I?&Іv~SlyosÆ KJ`W o1QOa-z,G γ?Kgr\$h?`]\e"9ߪb|&H/i>8ULQЗ[=!)%}dto)r~7=>FACSauLk~ 榐o'$;>&5)@~TeVmM 7}+K} SXI~4~2 X=hb^05d mr~ KjW{\n|]hj)+A@Jm_K0p'ikΔ qvgNHh'vK.v| [`6U~De,?e:*9\CMLY?ݕ\60!DEÅAӉB{iags0$\⚹! LϺ@߲}m+01Es*hPHHڌz'bA?Bˉ8uȋ\/s"KjK#*flZsяV}x!BR`w -78􉇵|B Eu6 a#uЭcM"Dx/䵵K~,Q\h?3mΛWw5`rO;ؐن}ʘud#;05?Uܘs[}wqY"&Z3-$8} s]HBDh,UiA;uZUYEÀT_XbPKQP$"IGLՒ$ 7 A[OYIS @4 Ug|C)*~ cRdۏ#QyG'+W. {e+.7?,n8˻ݬBjQ-b)eSaR҉T?ub@` u@vlxty ƺvgɾ%os;n~D%%CsՆ~,ܰO~Yϖm|}R9"0 }\>̠0fӂt\9;aSWfϰڦfzf eh&LbU@OB1W[g^bCw/$rK(Й]}!8A,R,QrTJ}3Gi ƅOov/ኘ?LңreXށ:M ZۓF΀ o^QKrf D̓Kiyχ.E[4$ %% vnGiS((=i{fT5H>S%sTʚ3:6ѝ EDճܰ.J,2f:h\)l\N0N%DsBP* 2T؉P(HtQN,]&{ْqGt&d'>7w{(WG*iBTM i?6134k0kKx: ns DM]筿]i`SzVB b2uQ1m82 7W|b gIgJ'DvvJ_0 ( ճvNqQ 0F; $9/avm~|ؚ›S ~gS9(-ᐖSIOô&tF-0vrEaS0-̘z~V@(7+ޞ8+TkL v73j@Ϥ,j0cKz=8,WCU]: Gj%#0\'XqFa("^vfîRx=34Y\O&ΔRPh鷻~og y-"hǗ~Z'VnzSMXgHp)76gpKQ?njˎuqLhύBƆFDj= MC m|(90?bzR.nkQK @b# 4_V*p77._|c\.b3-zCp&"HXn}o#z5p~ /\:#M>6u6WQ7zB᪯bKE@bf4flcT[UXdK;uvmq򠖂p&Nv%8V%{%`DBJ"aB +c#XTe%;K @u;u(a8RtF.7j .. \ ]Qzlo nJ߭廬 (Qq6Mҩ N>,j2]ݪH_TיP¦׋U4۪Y"?V3\m\=''gKdJ~KEaVhuҪq3w? }\_ڷHNjn&Xs!>;9!F9}.'CCh*!\2sF~t7mji$i2q0tR4nw8#2#FZ tyI'.pKZ!(3YCM9rU"pͭ~ٻB8+[WCV>Nw{]YzDX@A 맄~ȌcN;O2TQv\4poP徯i#ɨ/ءsYfq*s[=n؈a-ܖ!d1}P?Az"{,z7 U8<$T^ gS(#Dzkq_MJGŤF2џ-,Y//TO*[F?_qQh\ӋpδsheFL,i {#aLln /Si@Go_cN2bOl/Of_G[*^U< =՘݉% N&Ce&0)^|JkՂ`O?e$ .(T2?b\wɍ:4egQKbZed'nphfD7k]N|pGFIJzO\ 5~kiO!,y81?Ӿ&4E'vb.7)CuiBq|_~ن)`7VN?NߍN ?Œ%fFM €p^B`Q?'Ǯf0sH/7|*DDL$Rn.4r9X9hJO.O3]5Ё~Rrm㷽M x`}Z"}nl)(<XznݷX?_o226sMJӋczkW;)4-5VRAg'D3 naGdґ}ga";1-g5=YG]5FV%mJ`ז3X/_ ~G{Cl>ĝyNV42%KT! c/iIjD:FdB'GG#a4fP'kjKOuYdpO$gFMdַGxYALpGFcm٩3֝oH1}*eo)_ NyaWPtcHKp(6!)H%U&/JN[R.hM03ժ[h޵r%#!a(FhxwjȂ҉tSX ?tO# s#_yQ+\Ԯv|//pzA6 Y3nÀ![bTͿc=%DMYTK]l{JDs:F37  6c/Q“ݱdњ$i/EaV+_v#tcצ7+0IKݍomdcPTSa#,''BPqH:KӘL:勋uEi9aNK% o=Wʘpv'X[[fu.ĭJghsz6YFІ}Цe7`('T)ưM "PTIZw3 u>pdRdQT1ZluaB6;p2zXs_DHS<(vUqSb?dz([/٤c[ݶBr$':zւگ4w 8g'w->i'rľ4M(كV[ӄf Zxyt K!ʆ3SLPDꚇ[_(gz6CnvÅ z,JymuTF8y(}$sAR!@؇˱EW>_XhIC[щXGX"\69'kA}Xd-x.QD%$szҜ}j'b.%'{>: !I!& 8E+=hq^ @7iΚd{L/RϢ%gg!jsN$uz9Ao* (F$0M.8\6ئ$e&85KJ~| |(Oe&}ynNOHm~ܸ$VX<"L?qR7>G"*{Ixq Ĭ9BGP&J3R7j˹ d\| }Qi_RB#%*ԏr M!@G0+5.2Et-s`oImUCd]jrf1 J75>í^S5K e"s0 1]s)XB<&!~Un^+IB-%%%m ױ,`=. Hg呎7-ZVWf=Ζq4|a=.شC,o(/56oLUMoH ]bGz0GCd*K]k,? Xm6)ɀ0Wa5ru-y 0fs` /?Z&!RY;Al꺬s7~<["gq7ѡ8sRL9@;J_F;k??2kcag,Ԛ~6lKܣ9m#IZNMC`ʙ@Ҙ⡨¶ʨyD+Jٖ:ZOn?+j `[ڽɹ)H܌q>KmdCW,'O1|$Tmx4-<b 䅒7CA3'aTʻX;\33=2.sZXaBJoxwwS(@<θd`|h7)2ҡͺ&^-f73-QE!JQɑaaۉ8Vd`X@zF6lj~\`ie2 UdɏE͙B 7S%WH"˞Sx_s:qa 8l~u,a.E=h E˺h5ֿ\kA-=JI6[NRv||U޲v*yc!v1W~)UeٺQ~)n<|59=>yN,qZ_TyPoB^2V2n`۔]󗝱N Ce8v)?ssx>팣R)%cf7$Ðx.;ycљUW]NqFHRCv CV'Schn7XUv[ *2<b" pEzWT+Zlԁdu#Cč12\ mL-#aQQTX0Gd X1Yn#x>re#pS5ykr @.{*7j* WP+FWiӺ2 (ö&6 #9GSRK7t DMg j&8*ˠ3|!M/c6*ըV]t7a!& 3Hѡ/UiQC :A ~>wRˀSY@3@7d2RO?@I! 7ٚ8y 1<ѤeLR +I8ƊPboNaB kl-S}|8χp`UԌ3&fri-^缨Um Zډ[B|6gk2ia~X<wW(u}"z.p_ qhonp7Q7>0`1AB#<VIM $mN{KPN\՞L z?#>'R~Ԣ59K J1vTpĞB'#Ôj(`t5^_cZĖn8wx(k񆸵:c {$еԗ a 'NQk7WVXòæUɾJkuXkOyu A+j_Ҫ]qVNG0ÍnJM=7J1Xgh!O.#=zګg4û,?٣ 9k'x,y):HCMRոR*8KbC Mb I`&Bp !/FEE'CQ-Eb+χ,[ޖ6dե1 @Ng Ջ.o "D<7BX e ]awwbAtQG1j7e/ 7֝T qVaXqxIk*%2_9GߎFFA7KaKCYjM+:=[5v'N|.]y3m(żns%fʀ͈ԑ _ދu%&:=m]팀k{sS9תY~3_o.]Sw#1)Q?qFr~Afy1IBF:6ҡg ~m.5`2=D/+Z$-|=YR FSj@bv |td&I14hRviZnp9lJdsH ?[3NKHR&PWpVO=eXTYXSxw)h C4$ M}W%nVڄtE6WxבھEmHށ UbIՓct *8=K`5)/2cW)xrX; "4˸7Hvm ӑ\M= ꨣJ{v%\U\醋ZjfvD^XGTssZryo9Lj$ɿ 91WDw7TuwH"٩ZV!մ9UڶroZvqęs]Z8 =꒾pduD*9~3ܠ9CSP{ ?,β7єaSGmuV9ptM_HK=cP|3&{b˿o[i꿇C,?l5N@3!#Ҧϡ%TAx?00%Jܱ6RKЁT]NSmꉎ%'I_\7oEuȪɹ82+-<I2XPSָkOȨ#X-wB/qJ,2_q[=o:;_uUL]֮ˋ/Ybǰ0j9Зf=ʳEy8#UyQ!E.Dc,{\j~Fb;+ b ~ ʞ~"Ik@jn#MYLm))I*Qv.Tt}!^{9l\VY깑|ka{.Lkp!Lz"((x%P'Z^QY{iq]:VhactwKEo`Sijϝ t଩~Bp,[6 GL}JV)8멥F׮Te.{S.PIڕٜM =4tt:C4`@4Q?>ȨXLsJ=hJwY 7bjeǐɴ=.sҫ8VX׫Ϻƒb֞m9ّ?xuٱb~z0U3#uZ2̝o:eW(Ҁ/Ni|;".-Ƹm=6#hJW/mYOE4#` IӐHf%7aA 3͉CVj. IizkpJ"`O\gc#kr] `NP1E|8Ԇ(h%YF*Յc٢u$ړVR;izkҖ)-O5s P_4Ar֧4=N=ඏ/>_3Ѯ^w(0>u1I3+&ʾ+~hYUN\k^-;,2A5uV!}wUϿXֈ2o>J> F}V|_ަv_%AͿ yM.y)kVU)I*5̓IK4*mK;Rr܎ y`gfTMZR > "]+Di3tIˏAzኔG2c+b{@1zr9*:+g9qt6HS>mjQNxp5ybrLvAj>NgQ{*B-MC%P+S?-Z>n9C&2hVtys+H; qi:!:^* RFD~z_e&S"_2|8"!zADL?ִ)<#"EřZǞڈ Cɮd{FWdNlX㆑jpnגφ߳$IFۧaslkZGӓml?̚e)kRSҦ|fاfwmq5xUb~ӯX;{ aLpVא&Ona#e[Tp#=*X,FBl)5uB#/RVBs QMY( [Ba:UJpE6Ws509,?{tgrFiODHYed`Co#v-M/tp2-yⰐU{gJ5u{Aל,􏧰l^(:8j?swqz. g O,oVo! ʔ \vzwf [kɒF b5Qo[UQ$&pCr&$D&!X,klsx ΉqmG8,7d,9h;ċ" ge~=:cJ "퓢~(ڲѨγSIa :iip;߸ANP3ix҄8M%,=zwJ]OG#┋΢09pHpҴuB0_HhSk IgVsE] xH[!;ܵ:/d]UIATU"e"w;j)W'bl?gT::Lse0-Nl_Doq.ᐣͮ)aWEZVJE oeͿinyw2-{`C ED(ظ9fbD.B)+xc]!OBf#~1I?D43RȗaT]#' aEzn6ϓE{x Y/uobo#]?&_53_Fޖe&xX^CYG"$e\Q@南'vC֌x;'w5_^vúd37ݞ雳t˧׶NP@ ۹!C\dpp1h`Ji c՜GI\r#XVBo @UQRU;"LkSIBxIeاo)7,-Q2ӬCDgYxO*v:Fn+}jًQlku9$+ hl`ԥt'>.Iq s5ZI![&k;9 @`C8 Ȟ93SYSGc:MmG٣w>tJG")*Ӕ?H5UKZj88T7 ncDn.5%)-l={O#Z Gp e5|J@ڬN,DZפ Tڮżw_Un(EBxѭu]mvɩu]{>!-biTڦ0-cˁ݀^F;Ď+cFQ3~I!BmCvA%g_ySY?.}[?\%2wbu{jOUy6&6=;7OgZHߚ"zP#P̮NsdBIےVBB9NP޼Ӭ~B!ľT\(B a!z@:5!CIu٘併:L[ZkLgi#`-s0s[7K߇,]jٞH>6F2f\3GEi _wyځ OC(f?NPޅ݃+IsGƶe?lpXdQ9ŀ8y0-Dn S.9F:lou'zHN 2֭ZxҮi@Lj,ǁcvo(/|?@t+%Cw٪RuYoo3=Wi>PgzHؼd1-ޓ+UjAhumW]nS\y{~,lAR@qJll 6 *uBCHV?`pߋRMoT|fvX;0y0]k@y-`ȑ=> i.E֯~0}guM) 4SԻ(2K|+b*&ޡSt A"=/w9 [~7]tv*ڹV 1D;{OXew4pLF-4̊XLqJ[!qI/"#P((;z%ޞRt Xsuy~c=bP>]2d`_{Ƙ(0 䖴1x' O'L̫]dVُ3i'A.#9%42R|q 8(D`7&`%;Ljɪ]7tW#QuT6X 8z.lw3mmV{afxqS}<^,v$c8;{N0W NEv\RE'rxO h0rnĪHZ~uSO*6zˮ]7&Գ-FauoTG%5\eYg _FFc a_LCB+9tmWm^hT5J8=ܠ^~>ճLUz50 } \9ü$(2Z(P! dG5hG$du=JESS;p?29\A> f?0ϒNEȟ=d7dv3~+ nD _$@Ūqbj(B+`(Cv[dT[9r_l },V`R>a^?39 =Bvö90q_h:W"_YvPu}F.!D(aRCUI$Zpݳ0ѧg],Ig}7L`&g: M @Ц)2wGc*&׾xukC+Y2-5ɵ5?Np풪}vFt#D;_a CwȭF$C:Z>9Y#)4l˓#㼐%nD^JSu:,C4vYCqy MqMS !g1vSm^;VKkynq|&<7,Q-9qL_nk`ڏQmXu7γ/&M✀8ZYSRlfQr2%=Q@LzSzsb!P?@0HΜ,"FD&1FN#s;fb "{p y=GuNaQ+LPf q9+ph6&^*d vNvaG_3~ x NAf;ԅW2jHs7e;WTf?}w'" A 8gg@T\d]''=dApKgB$#)jA5=In *HhIl-i>]|`iۮn=p@V }xxʪY 8JZjX8$J- VSԫN8g4Ng;ifdIA6lChq4!7DF=u3ȨvW2(b{pc[t]˨#QH %0^ؖ+n',K}t39̒@Ã39 fGt_)d 0[R_WL GR^5(1 \$dBT, <S#^718詿sD-lh]/IahY@WN7_TTFE5F/?})&eeC4 ޓ1sT3m{X (_f'8'z˥mѲ@NGJL=܄C%:aA+ξ brp,Ӕ) H㚧ώTvVC?,ھ©ӱ$AD\BmTNZ_1=|162ʷySqųH.}5}m21zӊL k6aL PK{˛ϭa{p)}.Edeo{? a"qQu>%|[euqI