Botan-2.19.3-bp155.1.9 >  A dkAI%z ,êIj7~4“[3vUI[!2Cp}B~O&&/mˆcL!Mv?n*KF74__B Kڋ\eRgt 1G\JSekimZmx =>cdM~YTAiy{m"R2fʸJÁcB]i6TM tQ+PD.Uz Rl-MއCroi1tYW/ Q x'VD9+DؚmIsey&{~$]B\º0_ Ck,xn-N!}Z+ 4>p>t?dd  .(,<@]fs     % (,16X\pH(u8|)9 ): )FAG\H`IdXhYp\Δ]Θ^ΞbΨcQdϸeϽfluvwиxмyz`CBotan2.19.3bp155.1.9A 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.dkA2obs-power8-04 8SUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://botan.randombit.netlinuxppc64le 8dk@b473dbbffbf090808873127f12da05d73788ac2650e1aa310347e7f21d631bcdrootrootBotan-2.19.3-bp155.1.9.src.rpmBotanBotan(ppc-64)@@@@@@@@@@@@@@@@@    libbotan-2.so.19()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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"@b@aC@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 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- Update to 2.19.3: * validate that an embedded certificate was issued by the end-entity issuing certificate authority when checking OCSP responses. * CVE-2022-43705 * bsc#1205509- update to 2.19.2: * Add support for parallel computation in Argon2 * Add SSSE3 implementation of Argon2 * The OpenSSL provider was incompatible with OpenSSL 3.0. It has been removed * Avoid using reserve in secure_vector appending, which caused a performance problem * Fix TLS::Text_Policy behavior when X25519 is disabled at build time * Fix several warnings from Clang- update to 2.19.1: * Add a forward error correction code compatible with the zfec library- 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".obs-power8-04 16847506422.19.3-bp155.1.92.19.3-bp155.1.9botan/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/affa3f2f0429edf56f70d55e3e562f3b-Botancpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=269d1d714f7b8862893b9f1faccdf79b123b8990, for GNU/Linux 3.10.0, strippedRRR R R RR RRR RRRRRRRt+ػ@嶓Cutf-8c3ae0afb1bd3b8122545bb3091c797d923e311012f529590e2ece56c5d35bb2c? 7zXZ !t/] crv9wEĈǎ}J,R.*G$v(ߒ*߉y_.5aI_ 9 j9L,GA|ĺ^A n%3HBY Y4 qfeF uEį iz|b:jC *U]b*T7p{6Է8htsz4[u)>/ ![t<|̑ݢU4$j˂# &B2B3;P`N&zZ&4^*!fyOUT9ltFE*4zÆL 5:XvTj2P*ښ@[0qO5 Il_"\!fVL2aDšC?3KP]j3PݡUi\  ` G@A q.5Ox\n~j#=K$#ZtfhL3qEi]qØN-j" g I#;"'N1QbNה5J)I}kO 'Dp6-x"V і.Cj>&=J.j@T9v'Wob;GRb{%sFB]27áS~5lYM΅l9>L͢ՙxny3&+V*7c#@S5~었V< 7EkdTgGd3x1t;l ~DNLS`Pp3(cЍGDZ#04 ե;MQGE ) ]1JGvImzyJi}!9*sUnE=!<o8 >bz$& x7yKm=)*S'g+vUQN}߿ ">3 $P[vk(_Rv4QdYk})*wl}[M},+h?qoE 5m^EW0@_EhJDH]o+f|S,W1lZSoM4  ,@k~8g92v ԕiîa\q*w8UKB ڼѥx+L_Ls&,PNPK]R׷a6ټ|c_서^T@<\@$Jk ˉ jzD\- ȽzfTY_3(D }7ig/ȨI ZשI'lU LL o*4kBD=yaksӫ[ۘrߌn44 9㑴Nai`-hW;_\y},rT L.92}UHr rD2 U*>#[*Fp+{qUƳlIrGy4%+OL6x`'Vק='4 .*R)q "+WZE#zC 4?ʄMXҼk %WADCo|ҘIh26 jܲ>%Ү9&*jD'3np~uW _ g hxR%ln8# ~i5zUұY$K 9qbBgh+0}mW\m71qyˮ[M ȪIi*4z2Gasȏj>Oys2ή<2qv~ sO1wضufuebю(Π2an"%v$uwȷ*dzFdF-NPuG? 1cd1{(jA*⎭1|,:sәLxU\rO^wM!~J*knkG \nsMjroxr_D(-.C_(/V K!./PPW8ue!%yQjD a.-8x5zUؤ.^.nY*LJi=;D!-BDk O70/FM;y%B3/Z/t)湞$U$ڇqN]n#q),XB2bi WE^aڐAijYD F${dh_!7 ̹ \!S#6Dž\v1N`gUTYnڋ2W.xY )^stu 1wCwp[:z.JƠ*s.3#dh 1a]'i}p擤5zyW!U e&<̀_ jz@ɍ9!]ļZh}`Gws -`әh=zCX3-T,Ps-urHXSL-u5Y5{#/J&{(XcewG]Ѱ%Q88@>2[ pu]=} C=)Hx)>mGd|D}W1חh-<(Vg\2%÷ سJ m/2<򻍗j :<k;Hvphoq[PYʦDǫ{%poLuA#3_[DN)="*e%݌Ov*g}%0kHཫVN@On?*QЩ/qKpV\a@g;X92)7ð\$/G^k'z"D6\EHv1Lܶ`BLݎ 틟: QH;~ d{@hm~C]4aRRpA!^)%KtCǩX)-d4uKxGQ  )<Ҧ&ᬻE挤*S+ /n?gΡGw4b}|/]jBAk&aDjCL2 k u$(\n-- +n[ǰhFl48 _Cdh%BQ*y#Ԟfr饂P J|,SEOٜP8 "$ ;t݃Bdk#WCcpٛ9,ޅZkS{ap'qdu%xQT%nd{[8yS-_^V]ʴ[eD]\̤5xB G>Ws1Fc 'Poqz:mȿ ܵGLiLVgD٣+?Q+`IB ܀@iI5tϼu+gBb!Vt'ip`BMWS;/xvzM3ƯTgqXx=`HNc^ 7#.5qYx nEbL25^9B[Eֽtn|m +DUp[dq2hցYݶwjXЊ$Q7~T#Eq:7~&CHU":<B)}ͼVs_%ܬ/2h; a:8 QB"b(2UdqڜیM@ )4Pk۩~E/ekfM3-OA.$8h°)J?l-Ϩz(,ݽwC PF'ȟVTUQlziFϿ1ӟvfs5P]}7"ȶ7 J'm`ctk+ӕY6F>-ʑӔK‶%$' 7|_~̉a oKO%L XsdpE|Ze24yu/[V>zĕGa>ۗI p1ɂvgIF}St`9Z(;zņ1 ;pq99H\Zﺏa9(FYߩs]ѧd5UHн}^]s2 4PnO1:3Leml񫿸b |:#(Fvu{EnUG}}In`+2EQmܝRh) T"׈H>y#VKsv?N ׳*t0'xV&@K*[{#BiD4pSrҏpO{ A#% 0ߍ  Wld=yj\,6P_V/*C'|VvkѤ|W9ma+\y1d'ܩb,6 y=T#:tXW k3) ˡ)E- ֡'@ p Gms/3nC)BL"+L^1"+򟵢8+*@ *"bK4_%(ݾQ,Ɗ' Ͻeˑ˥ºVĺH{1ܱ u_D9,:>~!Q 8 M;N^| rb!#WZ\L(BMa?t1!+ 5m O;lHS~[J[U9k *[^q7l7z9xurXx%433D=ghN3uV30P[X[R QWWF;eH=Aw'U (qd)devXƃn[ m!WuΟ^nyS>{!ޕWk*F BA6ߜװcoN,6ݒęW J*t 9OjT: ^ㆀWDa%lX<~N{ۢuX#*𼆷gF4A卟U)kN_D"SYd3HU+MQrzX~:3L (Ǻ|"wuq{)rEBU3}6Zx!y o5Cܠ|G oìARNIυ叾tD\*<٠|;P^wZҫ-®C덶|"I !wnBy}K>I]08VGR㘞@RF}M뛝gmo qt/9XXKL{$$>cUs}M,\C.v-9.W!wTOYjˣTUBz[cT>S}! ӧz{ZbLPoxQ2rƉ@mM ~óݝh婵0sju`w^3{_YÓyHY?aen)Ǚ-Y:@^GȘ/ v슳ӔViťbB w-%iA>)a@r]bOKg)SĔ4WoĴǟ힄Ti2=\  ^àAG Lܦ[ﲩO;;."NaD=4z08GO[ش wVj!*mrxli"3.AL<1qX8(;u0#?sn tzIl;em4=iG;{bc߳!|9\2*%w?G\uiF>Yx'3}.e*1KToPd6T`o|ȧψS,͔ ##x*cv7I0j3w.eL5Ԡ_L}A -UãvQHt] 3;.hE`o-vf16]xZ~"Q9+ߴ*.܏(aq2.(dĐu :>#tX٩hr!X v B&hu-s}7 fMk+=9ViAg0@ьB  %朗C&ڀ Ar Uj\Z1ۤqb2-U`*4/ IX5{QR&y)8`A̽M-} LJFD1ua!~z,6 hйHn^coC *Eŗ "ioNgT)U<-pz4*>nM:(ye ՠZM5L*a.> Nc.O@lc9 >՗.!qwO␨lyķ]rYe#\h0 spcb(S8UI+TiA-2zId+;ei4R TX# nl_=d UFk9+D$D͂?uT!9,)ʛѝoK ~KM低ڲ #HP T ]N(PZ3$ Iu?Lʒ "-hT]/Gfl;u q2pMeS`F2?a D.Z&(\:Zߵ~LMz GDlh;/A! @pskq-㠄pE:(n賺0ow#X,Ui@Iɭ+"  n嚛ֱ[ bgݠ1o*%K\s!I|C5,fm"-xdTsX^Hi]Жhh]kRо΢]Tɥn (jݐt~yb'4 Fcdj]9{m5,ᖺUcƃ2,@:XH ^z]wm[]p5s^?*;GΗ4_sto<ex{eGm׸ V>7dOmXwlcujtFH5|+!jq=z6f"_ 7<׿\uNSc)JVP` Yv D}{JXhSSVӕFMxz-Ռd׮9_+겍V15RU*\MNbei'mqT? E[yc8B'rMf%`p +7~)u7 Yb!A W0 3czRQ(XD k!QEBsIV}v h LA…B֪ov}`Cmp 1ZaNudQuec<[(fvkf7x"{[u+]h'3,Bjkudz9#r%˦~=) P6( Klr4+N=t;Nђ-^}lc]+EqY9h!rmѭ5JZ#H%/dYZY35^ >G8ѸKb@sAءA%˾/WS Q[YJM Z5#xd|Ub7?\UR!V^pFGf/{4Qr+a)y@1X X Nj|{!1̩a$q>i4d@BauZZ2z*ԥ[1%")7dp6'cكW59"}k#Tjﱺjtͼ)؀/Թ&~}!|UkXn?r½mpfO]`U]_E^!#g:"8:Z}%/Jp}KJb4AJeڗQ}evе)efȟr v,;ma7- , &sP/. " TEQM; S떝N᳽ 0XZ?v](#j΢(5;ă]0?TxJBmY:ۻq9W^G_SQ}pWMrqߖm5%MYM\+&:-</ɖ#D*;S3lkơ3Ek%*j)kqXF(eAG𘿖8-n >~f1{`L<MpG1:!V!D7Ɣ:5 ^ɥv䯈x1~89+{,󾻩&6-P~)+A N$ʵ>s]O1g;~eqXL  ]!DLB~d $-L;k%U2lZG=jzSG"f""?)ضCw:-)TmZZ@q g?}boqOTÃOSX4(_Ż ZtQM077󼩧 <Xu?_al1cHpM`5ŎAdfU(//̻tun Y~[:VE?nj g_7聫T ~ZI$lA<C/MOjʺe};U稨s/x}j3m8BT blVŘH$SVC$ƣV*rf%b%Nup(Gitt?,V$ :Ma=AAuT-bgZ般aHyJ26?2yƉm$ JsR F>$ϵ쭣Sĸt\M}h2g+,7 ImܷO@RHhD(Y?ð"@YCxj-?!R1(axoynE wQq" r"h/,4H$)z3K|)5Sr},&oy #eWط.Ҳ@r)׷tz>FA'jMa#{Q+Gt]$T@S jzɖLw|T:ǣ~GMO G`<g_\w-:Vj|S6?+nAR$mc9mlRwmncMYؐLff!P@EhұRh ՛&jPx󐶂3X/>>BFe2c8*<CIZd4@4$hkv~N|4 ɿ~:_X;%ȗ=mf2 WYG!HVk'i$2MyZRRmrYZÎ-W̹ٝ;6fя`+'iIaKtv=xb=cn/xsۿa|8lZt}ݘ[&Q?(͵o?7Ƃ xrpQ5ڬQ>~]C+& I!,ͬ?0ي2܂}T# qjy9m j:dtdivYriIc||n6*C8QbrxrwFs~ʱl-:,y1B扉?`شS!3$Ab}!tңM^Zh\WB9X(o+A"٤PePj @u0K}n$y* 1ѱÎl1"a V\agh?"Dr>{D&_ b|_'jpO3m@_C\5pݵW?()'S>w3s ׅT$k)]T?r5c1Or4OLFs\K;vhL~RE`t)G:@!.*kx/xku6yD[D5GYlH Xʣ.l[^(!u'e[ t1K}i]c4Ɖ_'DZ#Pg%($ va0 ixZ#VVpH; Pfٗ2XHZ20߃pNTɈ[-*jogGv׸HlzAQ5] BndQA:Nn\9F8_xQ[՞F,(G* so(uIGz,fDv)+m\$?M}Ȉ%mf\jlhƜsZ,E|^v8N\;W%Q/;}x`yjBC>!()M4k3,Ҭ|.ӎM[[<hZimÖԳyRY /XA7!*1Oi6t(F|j-^8-+a~&{ }<ڃb!=7IMQV3m@/ÀXRKoC降@V+DtsS0 $k9eh'.<;jq]7O{޲3rگLA S&_|S3+n|B&:Xg<9(v/uQV&&OMxB"BcK%pJ|'~,x%99]恻w-k3Ө>GdF1)i-ä-L難kx)p'NgY72XmOE֢)p?ބt6W|8Aw|U$6.+nB/M&KU?ifug1`TWJ{v=-oG՟, (N<$**ʼnjI>Y 4j?ku?vH3w%Zo!;տ$tu|C%!a 5nܼW$)Q7" `n纴&flW:`QQ,]dLAn]/5d֖7Fr]fMTUpdxOJNV"T:hwXO,Z Jyō\{RgޟȌ/Nq3Z.b$ ψr BD]qt)ώ7w4!!\4GNlH!vВ 25o(.҈=s0J)/u{vg#3^gadY@!ɨ) 'g([idmaxBwwhw@^x-i1%((oHfDY (K?Jx *;6x ;+(\{6\î2cb835rˎN}4p.֓n}>a wzj_DX4[6Be!q=kRZ`)N- Mު<ǩ4g ~h0OUsҽ cXۼ%oڥ'螁dv\([9hnF  Ra}ݍ$Y ajWMpm|v/NZ)L7q!1QFm-op &ݑ\nHnR@\3_DH/k%5]y0'{ od{kO|xZȈ#!<>PI~[v^oi-CS/ xXW`R8+,V}bٹ|] g DK$li:B ݣWT8fO>=k**I31qF `Iˇ O dz"5bF!vCr OMr{ڿ̺v3YloӜq=pH!5QƯj-ͳIpķxϝ"p&=DU J.]SԢ9Kn;Fkʼt>!.ClzGǂj0Kj(e"{K׬|?6fm_p@[J=I =3c1MI+ftf+;-. a"*tytzkx-XBt{G /}9 xT`j_+k33]> #!`yIva ?jC TZq>z[}Gjx\m<8X WE7łUo=i ŚrsN)m]zge#oOX^ x43B@3`a _p\p BT O)ygz__bO;d8&he NRXl~JK,fC$BZ8MFAb:5[4B422`8tqJw"GUB[fHK<<tp|?aJZA5_o6 ǎ;ư~20ŜO;@Qs5e#O_1$uM/+*ƤZM`9ƕA70{T?Aަh4WxǎBgZ/&Z -) =KE'籧>IƔGY6Q9 ؿP`T.jZ6Œ|H2 wK2{{u@VRx+ G}l:,'Y ȕA Ft-噬ˬQ4mi 8y rVwGt |f,7=a_2$#|PI;;D:JVp&/gG[^w%uB韂cIXxBG21qDlODX. 6?sM\a:@0!bi#߲2KzѼ3h.)u>;K,ƒ^ǩ[}FhѩXQUwڙ ;#lTX@zPq #ez߂+ab [=*Sz86[96viFfBtwٝH4 7À^xl Deݵ"]*RPU`ͯC&룶DVۂ ?|UcQ*ߣb/(_mXMtj[I+6"̥|7 wzԖVMbgA?<3RM{Wu Z z,-4RlQ d)v9Tx.O"J(PeM[LPAi0&wd r+zEZqMɾCc=u;5F&|Ӳ1XœP;,ZJh?R>_-( =5Sd,Q7 g {Nrqhq uFN|S4y G,i1E:h#?Wg5o(Qʑ+8JndM:$qfksN7Жb SΕ]mKy3M $9v 'X?Y{@ͮڒN:z5HgWJ{(M0]!@snDc' ޷[<‹*QAcX9!.v.o,є\EGE)8(sU_r]Ǔ0@G]PE?RGt뾆<.ۗ8]wߞ#_!Yë0hbT ylm2307f~ݔݢɪr$"kDwHnɉIO4oz)H]Ttov=[3Jc͓{`Mmy<ů)7|IݝeuZpVxf.}Ot/_(㢾sǚ..go g!=˰%s;E2 uakCɅRm^P BkN3/PxϏ4|Gv혃kN\bBP=RO3"a,x5)g:Qtˍ"Bj9%}kh+E5āp;}h|46pG hFSn}m_}A" s9<(A]\)ޙRwQj "l`3fU 0yD"Ow.@aO0 Q/ƗrOAXs>OJZ=N|e ~Ə|d&L˕nl{l,b6. ۖъ GԄj<69W0ktRT<@ ^gmFa9*Z;2|^Y< s@=SmKM|rEq~qF\ž=<WR̝Z^OB(0\K*tq0]0 R3>X/%j ' 8$Rc~:VsM]TiM@C#_d{!xZQo,`~c105Ȃy^4u|˖3J ʮ?h\D 8*!z:Z.6&d ?wn˾J||,m%`BOR 4 1v2lb͆WR܂ dн-7IrDЇPYiLX`f#ePR> bπV6` g'F}%n+`%= Dd6If-h!<+n%Nb!8 #'}ϻsTi&A^[ m|V7.+OF֊i)^iѳZHpzюam,-4k9.`\]Iw6ר:U ⽀*#|/3쌠K=壾:\860B b:: cBvJCm=c.A8R` %ysUvW4 OCo[ G}BEmYVU՛Y v7xHJNLs*_A˱vXF11ߐvz֢`0 cDZ CqrSKt%@9fOƖ8Ps.Qȿw,F* !8#Ye " &~S!2ҳK~(E~/*eA%9"EA {}aT/v۟+ &c:S+q!w?.W.̫qPC;FV2!H@ Xtf؝{)0ZK{W2fsàȣ5qBr@\Ԛk %r473 sx[P媬Q1j;C b@t1} n>Ͳ\Kߤpq;1AVXaUɈ9L¹# SrSu^i0;Q~|P XzE1aً}CH _&J$Tw 80.6;L }T5yu B= q#%R1CF%6~EvA=e {طQӈ濶m*鮞FE9DK<]>݇;b0f\lgD xۛ8»)~z_Zr#að?b0={&jia5G|_uyֲ2`EaZ8:qtpKc S p%LM4P{gM,d,zajE%A'S 7$5k[ K0Fڻq#vkSIHK"A/kXL 7Cf&HU5pp|^E4k*$.$̴ u]~62&<6XChDOsȟhNΩ$|Ϯ+m'J57 | iD-!`%Wv"]e`[:՚o8p|CW;6Kx^)@-y2ְo^< ؔ5 3}xd${f.RasXٮ I;y6fC@0YuqPS}v zM6ޅdT@/8>TX R |UкyF52,Ј0JK}8̀쫛X;ZoHeh6>&MF ڠa ҿ;}&ő#yYCn#oWhK9:¥&;h~q~^IZ-q;w״u#>z ,?V(~$Ϙpy"[&WPq v:,J5ҏ}!^(#'hV:;*$lvS]f9HZ@VA WT|Pi$HWg|E#bdCP1oΠ8\$!ia-bs vױSIXDƧe OǡeҎ U>nFF-vHԢ{f܁%EL( ,*xh~')ǜRq !<#@c;y$VPπF Tڴv^mVlRR&,PX h)l% X@V?- Q\p:9Y:kU!ATQxNqI-g0}RkǷO'հӳ6ch}E5 'ΝڴNԼd% y лl+ =Ӣɖ+ew7 =͐tX<&d76O QjFZ$wo۬u=$^ ůMty}3(XpZ%'rwVOVןYXjM}XeN*tfTFnTR31BgtCƦA'O¼B: c"Yv|:я^$x;LF]|uNFt^?ȿ3LRr&\\_L܆\o7+c&*z8"sN{I믇]DoJ׼9Wϊ؂DCnZgP42ؖ,u|k^/ډMN^_Ro*5$=H _w*5_,#3z`ܓGжT.5=";((u-c.asȄM'4X![c[>NH\Z}FԘ!gkڡ~[c+m܄8})ܛ 9 a'QLG-PTW SlǑgiAI#$ 7F3,-Uj b4.R3$5UcHyج)j $94ףkQ.!?mSM/DoBCOS'WyiUnK&&o7 Ns)ȧ Y$GCV6凥x&NMeLB|,v[Jænҝ,*n= ŹDbP_~tNwqG/]1g+ 8x{4W"Y 0V?$`xf :ݥF>cmsT˃;dk$q פ$nޱ}9v/%%הLZ*27b M1Ij+el7Qz /:uK(ˁ j(q/yd]hozG]61+6!$.SИq|6P"UC$^[!5dcP\ŔL @^iOzÝWA9.cʓ^}FinҬUQ+ys? Gה4X6*9p5ݭ6`o35Z!F"h<:ySj]x*̻-V*Ży̰H28~wp[!(N>2dZˀ&#dΪw=`7͌TJmgQ[pQCuZggG ڠUH;FD{2P->{GdU:ƛi].6)Vm[/mVd>o(/@F$iXbIr2{M\t[KA崭YZR߮xjhם{]SES> Жw,iPd5[Ec=F۹ GH \kYDt?jݝ+)|p- <{ Bh<3u#00*l0ظX,gu;BwF刈- {^m^Z9),5H-퐝M+[ul>?PR6u +MRTʌzOV;#ry@o uթwLa5. Z(`f;[֊nA;S\ &}>j3^MY s9o tUk9vPcԽlQr2bR#UOACpk%fFk qO +1ry N[L7Hgc@Z}$ 9.F/-AſQOdid©s%ڔ7!}_Ɂy[6X; V@j(o?>ԭCI)q#{j@;y%ҵzN夕QgY&l|^YhgE6B~OEq!EN E~*.1?' *HGWza*Q(0Ңp^ \ĸ$D6"Mtr!]7WsmċجZ|97Hxu/g0{IXRe/al&Gi2WEZ&wSrWaPs'ҍڗD͒퍎Z>q_&qG ȱ3.4a$[avBM緝 : &cfbsf(Gfb:WW> ύ iɳT mMk ?5ԛqxTG~hlH#~ 83ͪF= _Ah"DM3qA]] |Gד4j4`PlX#v@"k}b{r ?Rhck1H(

#ynvYf"~Iƒc]DQgVC(ۀ/߿6񋋮kŤo2g>!]oI*(ΉM{E~5QO`!<#~o\yƕ[[/JV׺ơt$skjג&|/y O,a^0C2WA!)I4Y[: Y y6gF0ʗ2SShvN]p^M!m?> ND.AǮTl-uT.LOXQph(@ҎQi#( %!u7;3RNY{J*!̜|P;teml[ơk!AvCLJʲmZALNW4qhr.-u5/ƞTz.wTFt;g|6 K8x՞Cg>/-C<PϝT|2SҾ091gϷuT|,J;Sch)zNmnIe+Sj Af}w%ExsҿxWIٹ^d r@IwT 3_s= D2 v3~D)!Fr)X좡3*UJ8%V!!$VHr<_H>oeχ noZq'1-:EyrWk ӥ,"*A?Eȕ)Q'XI6AJge%!6n$Mtz d {$3@ *Gg5+بdxa4O_3pe2śѤaqQm[9 dc4E!c_I7XU'H SoOۨS o7OsOh aFUAx pN3܋yȄq:6ϋj&̴>imuB=O%+'OP9۬QtZVaL1jFw{1G.VBB6[N0$9DS ܥBy]ah_cnbfEo5;Q5#CބeL;z_VWFKR+T-[W΅G-3]3?2# (>Po%;5,f3Oވotz~uY'FrQC<0`&|bݐɋ`v0o;9f2@#kbZjP4\l $7&Bf}Z/tt|=ĖI\-cf /сӟfn 4\3O~.+)H Ȃ)z N#"x2^1jD49PB~VFiWP&ri:D2TZSs%3aީBWe-~15Eka6OueR" )OJkYZrP|Zm],uҚ`AP-pd t!A?p61Eq쳵#!-Op>~DZ`WP 2Qi2}nO9pTb;vv,Q+7^7 >S1 `OP&OᬧӔ+bYUf ` i,n#egT0:q[JL4 k1${ZZog}gK~fsH? &هOfxO 6CEiP\KVSU2=]:W?o*6)72>WwNr|8}" Tl|Bu\5/} :To 1RvkmǖCgy梕qYj {5iډgg}~I4e'jLH=PQ-W^b'Oʮ ;3(cQ00 |5iDS5t~k[D*QZdže@=tO3aABub23U<>:x E^6jSdyu'y$S8}x&߮B+uVT?iD\ilڠ#Wfe= g%!1*}_O1"5 LYg|.6p\ |_@ӊm.JR=>X_*qQmt1!\IM.jfQfemzõ΀XRP_א&٪rF Q'd"r@ޜp6"H lK&GVf# lV(+*CI52jVFʛwѸX00OQ^֝{n[|O3}v˲5!8eW*K_9&,zc%m*N'4+N+ vFIA=A#V7*&q=Ay"m]_{<  ͞mh/:8zhkRWQ!3hH,g2:bi qAw4BDo}`D:8&X%C]}bٕB8p`ͅLScW'u|@/K0a0X{/0#Cʼؕzē,bR~/K; &!\D3ᡤb\_dˁ&aÉ0oҟ6.= S$IO%J«Sk Ub?V_(GIZh=R.?Jk!s er(:W4=`ʳl?YUzCӆ5Wg*_2y;'ɬA ;ZA+aT HKڜ>R4kJdlf,9hO6k,ˊ<TYXFz+|ss0+v3a`]ڲuIuؾ.u!CVpŞ%QW=SKI!^/95KV8caTq+β9J@bHk~ չT$y(*EyS~^DuC-$Xx4^2#XXZ-:!a&Sk.zy}T7m qg5ZDg!LΫSpN'WCߢ5˛1*,J9@02͔}v*zT= 9BV[ԯmHݣcX=_!9qOZW. RӴыq+{#)dT|B70儱G0Ih; !:Z4"L27> zŇ́BBx7ЫBbxaS@#ěo0G^n*l؁.Bauoʖf`0Ef$3ס zRDzXn:+b5W8ŅIOa=J#]y㸁L $"^ɒۏzc]`i7W$P#n{ RI&Feݍ{eyh/(o"$X:i BVK)(Q\:c@,?3( JӲSiYL~))^?"l@} ?Iee3DSΆޅB"){(٥y?jYY7rRzG}+F31aH@E,(*dhjѤhMB-ORǖCI-{yꃎب}g1͜~b ہ"ߋ"R7):trS'ʦӊ `$8tebd qFD|"O͑+Lpgo<at4s۴8jByWs<0fZwS`E> <:p̡ 8i1{C!fW2em61+@3^i"H /ڴ}3] Фjɏm,D okcS m::4MEj/S^⸾7O02W![pȸ``_OI20@q|(?Q=⿆:ޚb~3AHlbZHKtZ420^=U1_ՙJʔ˴dnaWĉąnxd:#_Z&;]u`xp۰WhD$q-n5_RKw.2<ؘߖU֤*Jو0dS16nzeZ׶Cn[lP,]Bzls|45LfA,3++(n?dW~<}Q6(wisNM^ieV]1`lna夃'Ywɭ~cv]$eWK&.j_E%cdrRSQ`Gu@lI nOe8O5Phyq)B ˾/;lD;JNO }a.z3r+0[IG]ٕ9**'7Sb0 - .=,n);}b?g=kC{7o7!%ʩݲ5Ӝic"x(h _'F!@_Uɠj&=.ȻSn'Q 8AR;$ g3OD}aC#4YHu%i'!Έ.vps4oF->٫$*뱫@a"i]P,DE&^RoCZVN,U̯ͳ|b>Ӛ15i앗Ωg ؋58;CXڗW@ S]FHEȢ,ͥ汢7Fb1 ˥& U)a+aB}h:Z^䧞jJA @ ! Om˨)ZmXO;ޥhr+Q LPI3{{凄qu #+y|-dHx\]Y>=vnJtIn(%_@0o(!8YY۾iQ4iɳ3P+ՅW)8NMA)}*F6i%Nj-*l ʹ١.7 ' VaJ[SȊ]ɞy y:׹$7Mb /N؇[}tɪku#CQ>Na] ]{B nlzn5 5N.DTM53 Oا-XټaKqˊk\/kIdX|f69*T'ǰO{Ӟ8[AY<+~K #˓Bw*e,a5v{VG Aꍎ:H:=mW Z<Īiv:YַHs}qψxV{n,I(_Wv{Zb!ƚAs<'S>Yk#0G C\_P~5t׶(=(/Vx{< !cR! "b&zj&beS=x;V,xTM_AVi0 O} [{ 1-'2}y<O#T>w?yk P=[J[Gt qiwc|bGX%b־?{K[kj;6X}qr9)DtȬ#:|#PM Rka֫ !/5 rav6*F0sAV Gv=Or 4W!rg|Yf3 24Uu[=CHc;ty X +RώZE(0w' sc _zzHym6ൎfh? c"fLeWFX-c3CLjf#f9Q^3^,8M9K/4#Nj@*x΀Z7jy[oD/OE-#\Nc|:%9Q#Ӕ$;"9mo۪ FaԔ4;$YqtA*'"ŸԮL#B$$Ôx58][V`rW9j0şm}2sӶxyBCQto7u?ө,{{QMGDlǒxG帧~t\Id!xܭD^vj'' d#FY0 z8-xbHƤL- mEsr쁚I:^h)Y,Z*k7LYc270@JX`XLb]ͽ x 8bհ`7LoyaGf+LGd Cf,̤YHs"RGV E'MԪ,k) ͆i׶zċByRМc!A0; zi:ϻ'X .&hd2,"կrmS?T=}>Dj3XWo=khI#n{3e/rk7 Ax ^UM֍;q%Pkq"wfܧORb CrEss v9.*E|mǩqSqFv VҽgLGqdwZG5C…߫?.K*sç+)kEY - #s(5-R[_"AS|+mI5>^b}+ t€a[N9<ч /F=0MX268in|*?+ZJ48Τ>֍ȋs_%ְѥ)1bř_[b\ekpJ ]M;`Qs7|虡Nj% '^dO>4iɱS]9b8Ϭ8\Ka ,e +_2wESV4:rKW>Ii04,b ]sGî @Jhݱ7) , p=jKAAX}]+U72LK(R!Z9F#ngn2F̦T~#T:FHG dēdQ.^)ex؇HM^;ҳmcPD`ՁV 7.ʇF@\ïo^c5?ۼ.E˙j\-&)*Ћ\ϮLjZ]#xnhv7ӻ :A O܀K hݢeq2q̽E83S)(( "$:!1LD`7(N 6 s_ ÂýBSH PFc~0.Wq2 wC ]~@כL'P *ҷ iVf6 z'à Yq2II\b#@.[N@o#! wc?hh[C$2?̆$TY?;Z!I^kr~>" 5R+ XWU"X"lf[D'5y^Úokp{%O'9Ogw"OZ^qQe6|"KjPkk'a5`|Lh/䍠?rK! ć4^KU+`va,WĨg"s( +`, 1ݷ1O8=aRlv4.M0{g ꘶ü-GjCiZvbox"W@NJihN5^)Lad7*hjw(;/͂X)lkb6$oޠ*=/&ybim)h鯘c]=V[v ׆ ]P,RblcJPNq1C/N9Hpp 8o3PPԶWZwе\~)񕊵Scv)Do2iۧ"GT瀴B2پgdX";ڋ=;5&F,$}Y0ʼ*om4^ `gL0XA PKV;zB)e{ Rɖ^62. iQUWOZ0-Qq*f)yØ٩) ,> noxFQ}7K:ن+ _FQD/4A/(tD-U4ɐ>MMoe~%=( 0䤺qڨhOn4, 3~4GAaKbCaU*>`#euO)ð n0`եWu/!p[3%䦴p0,H(3aÈKRzR4=p茘'zql<ȇ|T:a$qtz`T˔";'W'AseCO?I;2튅ƻv(z$f+'I@KI=AU#^'`[@ۛ' 蜽cd ~ZބT:⏔%ZnZKu*HAS'US|g߀T)6~ 2h4Ф#hFadf}/pWn,(30MC!Nw)orՀS6NDXlc4V3 (#~RBJڻP17a~ϡcMN>O(ʎVodVP)BC 0eF#ps-n EX^BO`x"~Cs?r9D::F§'օ-B{-~_E3G ֌SrWN<^x۬ MA>i>d];2ٟݲi O#4Gn !# hhr)[1b"xZϤf^6EAq*Y b!ڤ=DK8ROҦUv5G,)'i'&B,$yt:#7:QTp}HhIK~k, ~$(FV8{5?eP#`>Gt[5 .ynvMl}GC_ VU/ `U TLڕbʀHI酄zM ߗFF~OhιU *:h<[ sz*, mrZ|pz F~Bh#,[jlӗPb ܻo0lKRGc<ats}YkI]cRLY3!K f(*CɴyXSԡLj8c4ay@9/~8Ɋz|nO2%RdG_X;(7SYBɕh՟9I ƅ[ v~  |RE(u.-;04^e7h(/ !J6A8E)|: o~bn+|'c$u<{S#K,ɥJq#I¿yNFmgU$e=_E̖IBh)yI0^.:T&1گ~ޚ햅gS<- $Mxa ٩LZ.P1,PoX^&€T˨] aqf(3/ ~{;Hĭ~ɧy;f8DISJFe\ozF"f2PR=[?Ӣ 7ߵX zٍ?j:SK<'Gy<*K]4 F\! jBN f߅6"9@ݤN+`EirLrzM@"TAkK.~yF"p&fN+/@n7`3'6t5Iaw>,9Yy\dk4i[6ўlE4I)-Z}P4I6>ʕ 8qZ LAtY%_W=9L9_e5$A9bg]Ygٜ!ǂ<{Yj  kQ²RiK )yJ; ]CPX[ERqiaa%8S 6qPhɩ] ӆ#8lpOh~p! S^P5-vMPv:{1#Dj@ ".Si]2{Q E4F7@. TO*§!<ǷHz'k(w8A) R݊{kw 2;Wa&\xn +xI>3qhv ]E CR\OYıȷn.+}:q΀MQGږ3'hNd4]اs-Te]s$N 4">^zH3w8,;p-wwƦdjhY6㿢5uDy%+r>-@ )=qnL C$xhK[(L!xCAr'(+fʄ/8]}$}μ{֬Osx>[уo쟈D;N+CȤz/壥~TFCx.p9lNkYdu9{Hޫ6lآ/z!9^E_?DޔN+J S fkUŃ2|d /]Af?i,__{HDtc 1Emo.e#QvafO0L1VJnuiF} $ZMتRPWvՏZ fuRف:/øT`5ݧlfI5Ny3Y@\j5-l'`%*f/J\^oŠs]bOVoAdŭ~}%E}/*2$u&'Rxʄc RLSrA}[gQ"JO6Ƽnt X]1kEew!;ʇm/87+H=O=$w~5*%~͞]SZGg W_Hb7{/742jc=πyJAUL:uȏyXIIsmvd=5.SȬb>sTۏ}\^h;W sY\qI-;vpk fMS=+"cIe˺6Dd1oP ޏE՗z{ł<7LE&U/7ԉFhaQz߶0m:I88#q3<)|GDW\)ڂnߊ{MU Ѧ6ɣ#%n8b![$CɪJ # f RZoͪ3iy Ar'I w@*cR~}°TLD}E`N!!վ2|?u2-= w†&<R!II,:pNhLűOP*Cp^2 ÔYyx`[ -p%卽P0fd9XJryXYLV5DF ln}0ma3gؐj h HTK,qcj*luR,>ݲ'ydb-\ZotQS>D̯&48 9Qt<[bM9Mi#n]w"`L 0V-&AX!"[OwT{ܔkWJo9D.clPۤ߯q P"5wplrEPV%Thsb~ L7"7h,u< aJ?@rvש~@wsrq gO<ء6fjS857v_`?6șh+,KT<ђdQoS"^eV+*ٌM0@-ܛ`y栐af3!ގ11`χW3 a]؏/$GrgD)v9nֲ@QwNsv-K+El7 hI2WM]>X)ŘeKPi@O-s =hT䖁&`56wլe)07MEbcbEv!>Zd7DP6B_igyI|{L? kZ{<NU I8„xUA:on0P9~ʏ;gmZ_1ûC| ao%Iri7/U~^E'^@`><%f/F>h0ևb˪+߯Y[ i,% nxXJѾJ,vƕ^li4t2 |TMM_44|Kj{8tnłGMR` a['lb SK0v%żiS b"- Td-%~yByPTPlKOߙQJ8⻏~G>W b0pR+1Z@gOX{* Ob<Ǩ6AN &4."lwkzA9ވ)<,0{|Ȧw4sさFgZ ; 7y|^'Xa뤘 <)ǎFh.ÅQD*{I4qzA쬇Ʈ׷9CR,f_ITK$\Q1 Ad(+%d]'bOdcb^so銸x3g3lQN*zM* uDpdOwXQL{̯lXS!(BD7ߤZM}&ZNo2&|k+34Th!pf>m;@CG[nB[&P*w;&˓сk3Y dLʳ*M0&h\@ _Y5n̎+ ~9ޝAQۤbk)Uזe߻<^aЂp'G3- 3n a}Mtb$tHQG2J,۠'MԳQjχB Vvۘ~]ٙ1ԭ Ox=c4~27s==Uvw1sx~߂*i 76ݱ*alӍeޭe՜CBhe8UMA'?#vs0md{JKcnh896θX ma۪|!ߟ@J]7T4t~RG6`(TWD64A߾53; qh\:M-!wCyu`޹x[TKZ#g9M ι@;T> gُ!ӐObl;'Tl,kZ.B'{U˳sV@P4-^ɆOVΝ7,¼c+PjDyCDؾM)2G@P&]BΖ)/6߾o+#X$R=G\}Gd#ͪcz*EŰnH)xB`W?}`/#;IXя)Pwo잙Ba,$s#ϯZbǥR;2<פdiRj.<[]+<hu޲f6\Hy6?j]Bld{伍,hI4w~fJ m pM8:`{aDі-{ftlK\vi܋5okGC pUY{ޒ@Ca0Nᣁ.^a((/ZFH&,CMGriM~D/g@7E 9}Ɉ wdF{ݯ0myIݴc\'朢I9Z/{ _ěQ0i_/oqN"լy'f$x"3!}~o93%U1i}ǑT-wAArdYrMC֡?IX}3[v*b!N5AjݜElS吥/k!G>誕.¤rvmhah85z#}6X,'( ?5_B[ {5uʫ%*0|T1m(YƉ`frx7*&"@ h-at`C2r>&w7E'ޙv8iEUl x>u1:[iAǒ,CO,) 3U"+ภfOWϰvIap ٪i`_dL)%lzER'"(SYy ^e)8D<f8%XYG.MAЙ(7 jLw2Sۼܐ_ƫ# 6fm6Uydt}`IG NܱkQ^ݦMדw'ac?!<101!i mBi!rInp 0q`cV!ݫ߄p~tBc(os8F]RՒV^7#Rm=r͇+7EH)@MAo_!g_P5E7l$@OY$T8kcE kxQG[=w܄ߙU"Eu/`;HadL-g[=b.Ʌ;:}UmtcLmf:oyFdMH$204]H}93]NSIum= sD° ܧ%w;'Aۇg5@az2F lvϴ'aKC6]a{❋`9* (D1s'j4 1Cj>]Ibz"1*s] ]AD[S4#WYlzCG7&`?>{-JZ-Ix&AoL oLos\jcb&EvXF8J$d2Cags],?P9Kl { 'wB&Px_Q 52y2`V?Q9W1jQXAQە^07Pļ1\im^LC75^M\SƼS :Wriʵ@ Y$qctW~*Ѭ-@/M)$,!='kovP6"Wm me)^6Tݤ6^!>S8k/23D@o|ĝcn\iB|xSx4o4Kش}8Y)4g A|4kFD?&r@AxN,:N$ʯBV4jSc`.G:uбVZKpP(,G^ۓcz4vϦF'z%)QG٭r4;bJ]0 mL%-n6.{gJuz =af ;h;8t;NJ>'0 %u{OWRjiTКA jؾza 7gWvQRǖ| Ipp"ӻbugUl pSՌrVj)]E;_P0OZ&Ġq'%TXF9*2kP׽~bU|f.9wt),2BE]g?g`Q+(EUFlb٠|Q _J&$ZO?(zfjKʚ{~";R6qWCa) $w]MzUA|Lc9ScIAHo>, u^YXxRQ61-35"& H02a +cP]yB%p6A2_rNiv47`eًtEֽw:b_ٔi>s}×AۭO<*.H e6ԓҘFkl/^Dn7E@)q`_&z:cJlS1 =XHY9ʹΜYMy />2\fhTD+$sankԔI۴Ѻ;t^up`HlzN/FwwFf1AGѮm^qXF7 $_77:nepX8U<+_yFDh @ ö4>VCgл߅Yy7Oz?Ŷ$v5goRt `NzR*?,!k[jJؚ-:YX=8s%^=7Kt11 2tyg'qjSJYs'9[Q@,5th^6eYN>:vQLqAYzXO&+jN5NT!?A|ϰm­ͺ#I?&6mj  QQZS'98^QtX̒q3~X79˛%z[>_[yWxf q_:s#{p䎤cs-\@2>-ڴ:>dkp֡$ ^\qCR!!w m ~ rĐU=DDhҜh ձǰ N*LGҺU8(oL2-eϋMnX-#֭&A7d MX/@Ύ*ep!;Wԓh$hpg2&JxPZM#h q5:t? r55P#4{.\=_"Z q5+) 0ٰATñFw!\S(f? an"XRtE.Y AgJUp,Dkg(>x+]m:5/M 6ҧEE<(yda'Uytc_BOYʬv$Px9YǖS8ziM=ǥpsލpY"#KfA5= ־1-.Ζ^ٻrewǑxgX}~1|&ƒT]-%5e\ʻb kPm o3s)Ű/mj'QzB)_flJr:wL,-nV]f=S Lam`\Ax`9_DvApTt.u)͓Z㈣n~Z>O(O!L\ 5Un&lSj^mrao۲k2,q i'—ӢޅӿOEbhI_*ujɦcD\^X < +k 0^J&?^KgW_iQzJC,)Ԁp2( GltpQ9als%19CNZ5W4@)4fP!]¬&p5'mDCpJ[2.qǗHS”X&<nruurA9-8A})4dp9 R6pD~ @F\_,5Ń9]E1==A6_k282hG L8|O^_ 鏞q'һoD'p{X3J?ztԨzǣ 60ʴȧp%~H-\=4؊8͑)!W ޥ12Mfv2tgKDD]ǬeY49Ǥ/%'~ $uIK3B? ˇaI} gd0t,пNKJF,g$F  #b>40VގcYeQyuzc ne-)m&6g0 ]!ڔ؝LTq06jj 9bvLx-(8F4 &3*%yJ2Ea,FV[D{ N%z#N KGX@fưXO^r#Z$ǀű VxL+D8rOkeēkt t&=>a@N]HeO`| k;O{MQĪNv)1PL佘PHKkdql?iU"\6e{{3< tO!X}x?VrE\$"/%G}_겙ܳFWl Q Xe<ҡ3 t3\j/6 )I+ Lz2ߟżqdsTz-ŸĨq-P b1M(͘ѽq ظޣ؂gOgbNg1Xfvﲨ:3."M'zaEEkC>3(xT[RaDz'"}ʪK]>:ǝbzWOsեAhE.z00%s!;M9 ]'Lzp;n?ԓ]C!Rn^Lj&F1U~=c"a!|xN[R~}bwjdn4K{pԯoqS 3z 8~|!WDWfOڃ# HJdHNZƀGK.4 mo ApAϓƦ/WNv tvVp%Pq HlɐÕ7K@Pr_|-ЕfƎ1x'Ua*#HytvD)"0RgUpR":*R.oֵ52bpy)%|}^NA%S I(z42n\%58y0@bU>Vᓷ7GTX6>yV?uݖjDEV5G%|2`P@R7FFzp1Vʍ%#6I!}f ~;8ܗ5Z?nT',LP>e@:=_y۸ iO@5cۨP5@j¬z]mF$RIw"@I7ͷ>38w S17 :@0jxSSAvV839t㢘{VK?A8rRm}!-\xeح]3r 2 bZg.Ջ^>d?sc-x6ubFQzԣCMMT ֔M5@}Bjk{U )8"晃".<]Aߪ2Ya{Z)?GAB B]mOfd Jf]eyX8oWHSe u˿ I" <nXD͖SD.%ͶW~Bݖ'g^}LI`~ChF6*›E[?Xc!# -EfUs}9|Pj! #m.)Kӷ?'.9ݽ#J%F5_y?snŦR @)+a$xD \̌i^v*A0S^#}Fؑ{% yU{-lfP=q#~0n&[6 8)(Ӧ(E[b>jQ]ϪkwŐ < LJ"^&Jvp!&Ө6N6-q58њ0V@"ùM=f˞{ x1wR'\iֻ|,`N[ 8 `$N7j /\g2l );~'rڞ~#)U*92DhJRpcw9/'UVC{*7şBR6jVZ3}#> 7&ÆKwiYMs sMgleЋ+3QG_ޞV1 H/`T :h4׶0tv´{tոqsOZ+X۔vkYBb4K"'рSNX5y/DWJ%$[˜ơ-˻캽֒ _`OjdzO c}'|pguȁڗDXќEJ?NYOFeD/E1()h!rDJPO`:Zoojmp(O 093UbU@!wE ̭D(y4!AjVWQZE_܄%O<  4?r:YXlR;+Ƿt XoG`'!`V62?y @o1/7NW862X @`wW͈?Q˺}O2 8XRi 5waW܅]nCY&_FS/uɭ%K;XzMm"ٔ n"eDQ;*b9S%ǣ1 m(?B.&r`T{rj63 IytnUr_TM Қ8 _:vN(s["Z+㒑Nh7~y(RB.؞2h!d u-JsBV'aK/|61\_=@j_ "i o@̒q N#QJ|,R0* \nYW3Ch|$K] N"SS6hzd$*\Q|IT?G$Gۛ_''$ilk$Tu2PX bDO[Stz]G$zkxe'&]g+I_g; 'Vܓ}Ϲ囏S5EoңSfFFEPv⥽ӈbJQ`SjtWUו+u9SQm7sneTl KVs6#bW9H\yFK޵!) ~'_5,QqWo^*>/e 8CL2eY.^ڗ 8w8!U'O@O}99>}I*1Jmї)42^:I`C^Ms6T媉3a649}Ϸ*Gwqdv-;DŽ>nNcKt3~Q.{dLd>`(T0ΐ&@?0U.P4K2]?_5/+1U|0:UکD_\c)B1X #.WQbsE(h#^.*7ٌrU()݂ڍe{\KgݣK2J~RzߵWXM'VǟGq]톮XK B|t5VTƑKhN\LDYb Sz JJG/iiP^1WzL쉉Ԓq $UK$P PG%L?U-&ȞԅH 1\ F y"7y+}'Ed[.Usq-ûw%RhESQ𳘯at9g(O ؑY.h)X]p}DOֱY5^ϕΦW}f EIQ,\Z"l^ҺWpυCw`34[ 'D'f:9򵛤m$0}Tc" nГ5؎G/);:rSe 43W"Zz` o&^FH}&{|Y* M-QMQ" L' 0< 胧-zvC8wcg++gJvbccU7{:JF|xE7 Ht}mrvR)]jCa!uqea3SP2ez<ȅ~ZPj Ȼ'z61KqOۗWt8"l'~ΐBVK:☬v2w;@_,!˚hfո3]i֔>j6h'HBN xi |wGw3w -g}ׯJmߵD SYKƏec#TÁ`)3qOMf* 3aQ0=#4ǯ+}+CWm3`8~@ L7"[0;k-3 %$2AW ?}%q=O'ǓRڋU-D/߀a;gR_3! HM$ߖpx؟BMΚ'~AҞ-Hx6crٛ|e>CLXDҶDD$7j 2yj7v2/6Dcx{] tWE䴻%Uʖ$T)"K@ ׭`I.b贪&?U;EXğFCו8x9pRvբr ޞ(ι:O4o 'onOO®.^@;)f,#o9 i%]tKX3%$H΃SŸJ0n` UE>y@ܡҏcl=kna=m|wo7;JBz5lӟcUܝ~аxЗG`'GX#n[4~!kG w5Uˉ\{8?-z{|D}39p0nno9f7{&j.]%k=(-9uTIn@5s+o׮m8\31)I=Dl*:" O,sZG@ xTW1m|φ'Vv5@r {Y@RK (ڮv+Hzl^3;/hǃP֪߻2nۢ@8VNEŤhn%}GvNiM+/ʵ]벡fyfˁ݁*ASeP|XjЦs51D*?U c:S5 Yĉ/~ Pl ثi>hp8ۚ(Ewyro7eс,:8uu5ȅ,1 M}$yzyD}Gyd6 @[A-eim(XbS/j(PsD 1BŃ`y"9ZfP98 *J{}+YHYmPwn_ZhPUY?pi3j/8J-,݃QgWܥܢe<>fJ?,Fta#\MrQ+VA)ʈxp<#DD9|Ī c{hPT66nߒ :΅Py4qj:/UGt/t4E,{9"2W?D_'';ٙe5&M@ߩU!g dM%+ ~sAYb[MsJ"mjB $v9M^(Hȹ)ˏV9Bu{{Wy0đqq+}a#-e.|E=anδ@BVQ̘*鄂FW"I`+F?Bii8GeIە}2?"`DYOPLygUs7S+T=A ÞW>O!ڼ$--c^ĥ}NQDOk+ѵs@jfdPxxit!4XzAyǎQB'O}N8 KQXt5'h//wǾnӉ^ye⠦6tYUƘLx xy/@,޶<'~'AW c`Ŵ]L0 Tߺ4RkOX E.eWzdګxm8}R֑iCvH [r7FWr"DTm\Q'*#g`CA8?Vf%LQIj ig5lzo3 D-KRIJ^2:@3} M 柱ͷB?Aga4Z* n6)j[y6V~0?RmYEq"~{! aj}3h.6)pp@E" Z٣dWF1~HOmV ?mR*(e25@ 3>i%9wHJY^)x'S6N]`,p/(sY"~BM>j|֍k LmP5Xqn󫮴a1S6h􍢑M  ćt(&?vh8ȼL )jSv/> (2ldI~GxSN\cj|}x{[v1'$˰HцC^qFyw{YऐP!Q0CB3aHOhxR{ꂢ^sf5pnc~"ݾH!$v y0:@¨,0k^HALpp0X贾'lͽjR$^&\-`9L]Q* o O&+Z;JTs)a]n'LRݺ;m:DVL)W+[RUdDtzr ;5d- I--{LVeυíEN\4SZt0g/'?s9-WՓcZlyNmd(jƄufR{%)n#WIN,aM8R)lDiD֨t^eH>ƥl:,\bƖL]p<%!*pv 7Ȩ|l Gx!Ŧ7l")8MfРJfSqDa㒠iCBX43s{${Jut:r@  c bb)QU[Qu[PyJ! FdtŴyӎKZ:ޡ.h@zо4׫X,(q,=RlYa=%~!=LCҚɓE6!F^HTCG4B~jMaӅioDcoɫ>u\et d=U`p..vȡe6!W[&4@DYXY1{Jp-o҉FKܸho6e sC%(~LX1縝F߱=Xzo@L6E4J:I 2qhW؆NAwaZD1X(8Ni[hkdC[Ws;wz.]yIZcClyo |P&Q *w^ `n:c5D32~a|fZCodiMR+AuL h_q]<:ZX>ia!e<$rɮרdk=lUQ;Ehi D( GB5wn HgI!6ɶkrSb'7zl*ʊ|x,!*86tp褫;FTU-ɳ Y;m| @c \dtKroe57NԗoŹׇw8_g7wW99qA n$W'𺽧< mO)ԋX zܰ VD?`2#Yo$I(83Eb9637+P9q+&f˓] zx%6BӉc:O{1NFÐddS&* ޹8$H3 X0[u5b^H"XaTRF.77%OAbB=]WN}cUIm|.T_]~!lWO քw>ిmr!taAoG@l9+Χ^9.  ;}7R` ͮf} b&]rwDeP AkΕJ2Q:ՎΧ:r}~?8l13If|h8lp"yFi8C IDa|JoDr_a N ڇW$ JSxMqF+(M"z<1F hEuOG$6!kʏ'}L*я"^`~A &=R6UK~|L/s '7,o=Mlp>l}l_}>xzt{~YB{QE|^8[W¸k'هiU~ϿB)seh$-{fSxL.ymBm?s)BRHZGC$v7qqكx=\T'WN7Dbzqw[ eQ}aUdZ<l ه5>GP7ĥqelؤ5q8v!H'ˣQWB*AW :+MJBkNRɮ~i _'eBtCL/РvJ[?z3'ˌ޲tNBbÉ@=91F_b=ZfݽlE'Hv,_VSytj)Gyܣ唺,x[)0 iO$` mPU>L_>.z,|zQkqmw>W{_}vjcAwLIJ(Jց( owH-˿.o8oM[~Qov@t"uWAn%{F:0%\Z" d :p"t: YJAѾ}pv &3U !r eݿFd1iÍ-[Vp,^B@̍'sݵ3YCȆ'qOGx'sk/n: TӦ7=l5}F5@9oS;Nsn%kW?4F{0:Aj`F'#w% ZOn[cTHj_ -^)cEnC">)L9Y ץ{ٌ=3Ekdn&B +Y|> py9Ǚ2Nǩ|9h(*yJSF:XT;艓0gJGCdZ32 (˂Ba+ZC5!k@7HJ76 x- R;4@^SB.P䔥!+t# Q|Kq3MjsĀ  Hvq/Hm}Z.if𞶐u] %wcyrZ/t R*f_eU8lwvqMde#R 2FdzY:^\pWI{/q#OO_u}Bٯ@$)*Cs5x4c\vcݗ'?_5âߟDi/m#"{ _Vh㣋j8Q n[W #زq ,븫bZp(}7JUh [9X]֋]iefLbT}%,xBkM }(-܌3|>Tn#gs̱ ǎYmߗ|ZI,txaPW8C[ ߿KCy2oVۍ$+e?nH@ZGgGpfT\0W3%EM"Qu{!(5yI00?<Ł9ƏmѪ2Vn>KZt 8Q:!aV_9E+H?sx.DaP+Žuh!jMF-O\F#/K e | w|A4'}e b |d:.@i%**Y[AAJr9Vxu5؁X{䬵ȦNݪWD0VhdvB?:bv}/Tv!ڴd# :4Ik Ȏj aO@Z|!huY0 j kM!~~c"a7*9T .che4Ua\ҢG t xEl({8L7bx}!ܔ\PZSAߠலj;mA܃CJrF>ydm6)eZyb2}:sZxJ[ Kv0TX;4 LsakT`hi/ʻ=o~ͺẏu[ohd xzi^ ì؞B:"kÔG7|xMN(b9ii!gKl_7 *v +j!-.DgHSu5>GVQ4t.Riݟf[FԶ9QkV?]({ќQՑ/qû"M?KZlq}~K'E!!a5v} Ui l`:'C{QR8D8ݤojn_|ע&Ƈ]@Za%64V~/l0r# ƨ /@TO>:ֱI\ 3: Gco7ݐZQOO.AUXɬ4!Hy>>:nLDY@lk,( %23G~՞ Y 뜖ߵ?UNro"2ƭ!YoNx:'Ljo]D_oFb66ڍRol`W577!p K$2_47m2JLf:s1yҎ]du}Gلa2z(fwkR ғXGϷ츸Ľ$}׍O4GVY4@JzJ0*T9M|~p K:t!cN&w Cw7!893M 6ͤӈzYR-[\ {K#纀/*{:G: 1QNiîs?j /=qg;},fo7e)n3[Ⴇ?طР#),t~$ZiN[$K;h,KH'tįk!qL4Ϲ^Вem >d;v@=qKUT *dX@R6heSFb{'X s_.HERx#^DzuDJlM:P7f)AYe")Dde7&8:Y2>|NX(% [zFP]We9z< qQZc={UR6>ؐK \{EFbePg* Y=7t1ZbyCޅ1D*֟Azmuw@BK؎ܾ'nб'@k"@~c& eSzۗ;07L "tڝģb9ڀX~m@,i: )/: ^^ZWK3.Ѳ٣|y⿋&0K>h:S%+̩ii¦QݥIuUA> 's& U6Tz]{ cUGUxeE6Eo/æ՜HQ7!+d\'{Q\mcp7! zd&o"FNsUsoܜb_Y7H,wPT xSegԥ$!E4|_"DIBiB5V!O@n%dΏ{tb0 zQWle !юS{5=Gaॄk19> NKB;7CpMy-dP \Rb&^s&;x"M$r^i :i UP~coGoEA3Sxt"q8miȪ6C*Œ8GRJnͅ?TωP<;ZzLEF,i umȤ>e"kOUqUm2k*Sߠo9A[c ֢2#E$mYCLVYyV.Fo&Y.p/Qf؍ezH\W |oN;}b/PCX 2dػ eRnmijH{+7 19=px7߂v6nv5Xg ;:s9MVcs4H)=\,sf=}$$CJDeg=Ji™zqEmN#gw*׺Ӻ6n)Ckyds1ܛ0+ Ȥ2OkovD`O!1`$Bznorq_YN|CQrhI#s%1jrHѕBQ:2!K/18+ANdH󋥑- r:%oi9W k;& ''ɛJ7ug7HiYj}B=)HA!XqκuiCQOnk q  ,x,tlɲgo efjr^jZ8%6UG{!E_r[8 gYMuEN7^i$C>]>i!/Y)YY |O %r..#P} DqqyP= |S.X5hEX imYlc郅+a.>+<, N5)_9`}8EYL!u$C$gKv%B-C~xTf!SAtE ٠a540 OmDNaF;%}Y>T}b,LUˤ ĺ*jD 0SaOb pQ].mϵ˷k ~ jW y}. -tŐo֟Ko񥮯4Kg96Mfgꯜ/A^ʰ͝&&SZ@[ϴѽz%:]VĔĜ=s^[ࡻ {$BuCE%lH(M10$鿁ĄHuNPBezG(uDL E6>cͦsUahiN]D2 $uzvq$Wҝ;`CPMWRÔ[a" r@aw[)kNg$qDjcJAj⴦<̔BX_&WtPC/C}%! H-Π\h*K-V,Dٹ\rһX+HB{=VgXۥ<\B0aU|X]>%<N~z&TWyUv-oD?~Շ<@12A-LeDZ( U"`keK^>-̀;Z3#g‰o9ܣ\:5N)<[bg u?Suƚ Euzfo<Ҏ+O%,A%>'>Z ̓=1 p_?;(TvD"sZM?\f8JqC [[FE?6WrC'}$aI.-B|٦ػE7E:łt<S]2NܼkeB㾮dI9s4&=W@XA0vb. a3*=,8[;PSPYia|̵\7p@{)Y#)T+˩j0 >ND؇ņSYT?|e3k2@n&g#[OU^E"D|x.t8!E̱AF\&W+6ee(1ۉzf' p%A+ 1 ܁?,eT^a(KAyܾٙS\H > ڜެ>&MdJmI*LwҬBk Pd!gCr~7~/ ')Fh)B皌dzǺ6l Z}nXzoj^Bǻ nO&Ø0f [ [xm\^oO9tnrX UL7Mz.̊'`~âԹYڑ^ui\$4^%bUXӵ315*8*֎j2y-4Q%Jv׵-wBkEщ!ߙ#le3q{bՙ ŝX(?s@Eǫ*5CVjXFX:)+ɮh>Tz ecЭF; QQtGC5 fb,3M3t^&Ǔۈ-*Ŝa4{ 邦=Ix)[xxPfe# eNpa޵)Tspx~ݶHs|$-C%-ZTG©Nknhg"R$~Fb٦M:b,ʔҚBRB]t_fqݎ,ڌELɽg vavgst_!A]Uּ*nR"d!l\{V;O#'|XRKz9h5_-$@8Fv@Z{BFuqڀtG$J+^&ruWZ6t:A$ŭB<=5n: Xb;g/]ז\;* -?kɷq;qzS⯐asPRzrh%%MO@gMVn@:4NTߋY@5qjaxQhe,ej( ŵm =RWpgÍ[Fi։wQ_&ˢpK3ŽI^d ;8`[.}1B$Cg'YgV(ZFK1fM$ \C03|TgU5N,WNlzrFn9iX@eIPB,Ӈ[#)[hi.H2(涨>!5`* 2嶎muoܓ _pvv6`{BVSe0?}>fE9suR?;{֏7::ZW={G Gydg~@g$^;Y { dT+r\,\%r2vf4*as]R\"̾%_NBjF0VZ*`FP@3cӻ þv(][i1:HM{/qއW"?jXELb7ߊNj*ueZRZ괞1 ˛WSCD*$Z?]۰OFXo&t>~VPD?a̝`T 6=Qѭ* g` D,-^,=c=!y@I1vF0 ߙF:+3p۳tim t`G*= ; +{. H$ ̫ nOZNJ-m X2x,va9,v hɉ*(K6'cmc|u$ưB#9I%iֱ8kSpA@$Ra5wHM;@] L cw(D/[ˡujb TZ{rLX2F!.,:1db/՞eQ2WT2NErUȇM @X{Ÿ/ڀm4SUqyMzlBNvHrߣmKH*XZ˾-}F iM-o5+_P/g?/-igdl3כC ,#6*eQGquloCnUL'.WqtXleR#zЦP[Sm@d Ri'c3fB".PA ]@s ]u'Kf˴2]:rkrלqF@ hC,-sq4 } ZiM; Ujtò$\3K&V @l't$nf c=F y/uB@nO'ófUZ^D<4C$xQ^S"娭}+e>iWa@lg? abF#+]9^PyMoTh6$8>e [@07 d~8SuBk6wר֛>I}Rq9&я Şjms1yO :[p lQ*,L;QI];|} w:z=Wө"`Wrr3\kG@Mun#ΞAv[Q~H3Rhc(gwhl 9Bϥb){-LyV.TE[!{=V!| f{C&2Q?l,:n2(őCN4aLY5O 0Z}gbAqhn$} #)ř`)/e\oh}ZJ d1+%@;S煱XjXD5/2&i-pWR+`V=`wd#5 vt[:$ӿ7ޭg)HdLӵ+_GǺ$X Y "X>F)+>K1 kmfG?) Ճ;q4b@.颀 +٨em" w]fx#AA'2bp8ԘxVh&Fy$XqxxĮ@*V0fg2ЃҎA*)9' \8 Uw+a`80UFd7\vs{  #]0=]'Xc W=# ;ajFHX}|XE<3eɞķBAÈ;@"}:JGY<\G:ۮ,~.< uRs![^qi3D\]JmFz>MўSUݿݠQ.høտ~7{Q_ VIgX31RvXڞ!u+;$zc׋enȦqk\oЫD =|ʽU=e/ 8NjDl3/kv,H>,al~=G J6ϕ:}1O`O\|djiM̲5Cd'tHPCAIydP0G,1ݤ@Fiq=t{YŲF[3M@DӴgt/2ݘ=65lIk<?9%OX`|3x]< 0m0ފrZN#_f'C|kgGbܲ`\9l 9ǯktwQZ0*Jc'NL\ +/ɣKAU5'Zx.WJqZ, Bb=g X$ p hYIKl^<5-rӋ4:HrK_sx!ug&*bһ\,m@zmdJ ,JP'(>iQ 6B vP/`򘔊 Z k0uxv2 bR4j ])к ¤j _qhV~L2A}?LT܉_Ʈ3ڽ0g5}')0~ >Oѕ~DB[vv~ w|3!*>yW*̄d? .{wtNգwQmĬ_CE_#ډ_o ߭KP`o56lF⛖IWɦ:8.IN( (wjW fp ˺PR_ 6&B#vn7$m;C#w><; y8up)Q!deoG$KBjSa0>L. hoey9"j8 Nz\ ^ Jк)y2ۆתV іsQCwGm襖e2ﺩryF2:Ao][M#K>Ɓ8" E3^E}IhY2IQ)8v_):(ir~wH "{pM&>ՙd7`;<"^2YKI rV;bZ4k'$~Ut|%ߥm>r+Ram5AHpa ]MBFjꋷ7P{M6GקˈOBB_fw)q rNQYR秝C9ZT$4v.8WZ2> |kv>hKT{6u%eדLr% j3",~c]ms}jmkZWRj[ܽ4e{_%鸿0#$Xs&+NG)"*Kƅ޹? +}3ՙN/6)[#{Z,QhLN,XHt qaYȔflܱ~M&jr7;So)%qK5p&.{گꤔnQ)şHl8I`ҹ^pZz0 ړ9j"Tklzfvr'^sPjoyvX ٯ [Au?+dP?)4ꐲX 3B/;Egx!4ƥb%2m>5VJCW:#-Ӆ {Щ#o0#f/U:Cݶ>tS%9m7FGC{KpCPh@KJ`hJy|`qEn֒<i,%oPucBySz p;7U0E\x덺JQS$~Wlyi~+z tcc)blQX# pط8RDeI=;/Aƪ,c/Ȑ"nD91eegB#C.M%ߘ AkF3 ENˤOUIн @W E83J-5x]=k [>\^\:{iT<#C!8ƈ/3ә[`H Ӗp`$=c=& sauIa9~ɏ#B`M1u!(j(2 Em?cѐ|Q/A'Hğhz膧VoMb̵^.]v)γAd;UQZ[|u[LtT"S'(9?kΕT{| vӌ_g0*,t. Ȗ`5-AA)4D?v-4E;9\Ex-96 vyy)!yPϟt ]927<Ԥm<@&ybyJT9k&يY=zS>GSL=ցaZZ:ø=T~_'t3X`"55ٜiffe]3{TyH98\z!N7P5Ԩ<៮Չlt}_7R$&σ`SyYҧ~>! Yy#=~XV[E+7@Y,C]/λa+I͞{t.\ iS>5}dR)er9Pf~(_gsCg+XSbj9W/"3&Ngf&}`=R@kEL0MkQ<*@h}ۈzN:gOy ϩ4ʗ[sB$ǰDW%lE@BGxC4 }/5 S wj6 p=qt>JZ&'1t2iٱ0T^Sq@i6θVO, ?MFbm:RLuќ#Q[W' Ʋ?*yCQF8M>_ڪ_.{z+Ah+}ђqD@,8@6#>y?XZCxM yd{#Kig>˃˰ ;LH\6u dON 7]~[0dI;G 8,?TqO2%O!K9ĻQfDd, 91#*MMvtgNms~?nՏ ,UhfPVuzT5@F]6hR-;X/–)Ԙ &*֢HMڼ4,AfppX͋ԮPq'AVmV(U{wd rwM3{4e,؋ѯ`3IhV.hצꂜ 6":@kרqnG? mdܖB}uSB͙qZmا&%Bu\KFU7/ys=9;swm#$b8PX+ͭB5-6"(ڈ* -kѸ9rLBBLp4f4AyM== oKH<bzPആl+<;vJaT B=e_vB/wh{ !502۫eE46?^Lˢ05$VWNZ 1ym\#!ry} #j(р-*E:2s]H7t$PȖ(M\Tp`BnSL`¯#G%}k AI3@vY;|1( $&ۚЬ<י T\?U C8K߆W]!Dr qBـeqL -ʪΑF3E+Bz:,f0 2{2i0`I 3jdydbwC 47]n6|E/[v+$S=Q.,9&**j]Lq>YIJ9AD57YHp#k1<,tZ,0q,ԅ^eTUF+H,j Jec"e9@ y^ z|Y v+=6jٙ i\,5W+3ky}U֓7T$&”+` 6MD^J|QJ>LCh]攷,"+:O;E5ut90Fw;m[uX]1-ߐDAUHnnj#ޮmY}"Ύ2-x:UgBRУۍucbB@ m3;VhO8/yЃUQEo{MH[ٽULv|h}5l OV$|N+ey u;g"pzEc63%1r6!OCxGӸ{3>[_c{!Zh %K(ya9#9Dh38}e~NJDcL`-Pz9M3uB8L*' ?}gR{:זtyj.7b!zgb48f9]r=f];cxOjLP^riϘiX ~*<˾QEuTzWkb4"/ @[FD9yPgI}ZN(ve^$Dۃ0OnylI×]6 qs@ T#Sal 3A 4IM\=;/`"xx,Ec{]8I-}Ŧ2]Nݾ=sjgطfFu=X41滦vP rXHQuLVNr'9CDg؞{(X$^wjMQO3 ~ܒ.R*UN^E)E: F$ψ^26qP^3]XAs7 /HYסΙFmH^kcHBe~Ku+sn@A.JּˬL?] B6UuL|L/'(?,` Xw}##,УM1hUuAM1 2aDy c9X|cںIn8ty}tj{F_![]GeF.^a*}:XkfXGƥL*3,uKiTOop%G.360o"%-g=(wf7K$oy,Z`Lg <,iO|BQ!5 " N@ 9?tEK^B\ 2uu` Zl.̆Dq0}"͜zZ?q*-$SwB0^K\k5mϗ>1q2ܝ{gKh蓡c K Y:Vj,O sXo!a֧t,BKB,INt>o՜Ū[+6bBaόeaz*fc]:B9}: GY7ʉMw< ڧ[."r>9Mk(7Lz GDqqpĝߕ-hi]#<4h56B[׬~+BC 9 PL\~+sI/MDQ)g mjyn1?IP>^Mmjρ/\vC.6^a\+)ڳI N| .ZZ_ou?a&:)Jr^O, ,x&JK.7nEg(a@ŝEX70BlCS I+%n%Q;P[m=oczX\0M{rGcm5)s0AΡs5D؝fky9 kVbZ`wɇOɾa$}<``s'KYt BjKL<ɪଆ:`%wؓprAYBY|x󜎁%1'knP^]t2Yt`ȥfb ZYj6p1lA #]9Z QcY1-gFTHt%+~f֔zL~`tZ&@R p)h/, *=8NL4cZk6.!Vj<,BO4Ψɂk^ ۅZ@O5K ]SGm q {փ1w5piX@A_ Y3pP`=|)9߮_콯M6|@稻O'S,@eRZ-NFrV)o~~MEo\CIM.|QB+Bkb%m L'RoAtϟŠ]_@b9wn.NG!\sQ^veD޼yEJLEt4 R"ac,HeC@@fS [Hە\cumKL"!#(sG>lhSEG# (62IoUvU"1_ mUVIĈ?*s Q8!b3[OL )]L\>צ\d|*ms= j[eIi1}nF~a#Pt,=-DϹݤ@|:B^k%L~.bgfFЀ&-dx+5Pl7)SEܞLp{κ(t0#]>bd*,]&GߑMcy™U#؃؄ځ<[⽍O5zHBvT fP7r)RvwcGUrKk[n{ ; *3© QMlis>ZO% ߹ygycc5嫄 cN ZIuh/| r·sC#Q:e n曈 "x^x, َ(=m^=hdǃ{b.ǜMWnJWJ MwxvL$Z,wDaY~)OqS7рoF`"EhrZsҟ 716"I{3|]za/(,ߑ@}oGtEFƭ5E#^siǯ]k̀W{W\>U7 yw`/N[UgPqd=O  hX$.1$EaP]H(#mLyo 839)n~xFh%\7T:uθQ ףP $O^x| )B 1,0acҨW9ce |bAFǚzuhY>gÉs=w0I3Tx":a C;1$E@Α\@?q7'DbuE!8cLL@kk#!g_YWE;,p~^cf  +JpJn`E үqwU)~_w"I : n3ZMS5%LL\W:#b);ϟJ USw Ì0j"xn)wP3dM:v5F+Bxg2R-$sx2xj21p}e=SۯdTɋhmHi橙/( p'#H&-Pnlpl!-u%aɔEt3pxdOWxu'GE&Ҭx!*iCsG0Pt잂6oZx%e6Fsf:G2#xoqx$ Q!&T8oa66UHTĶ`bĜ[xs"Ic\!T)Zr nڔkzch$go>߱NԝVWtZDⱻ[Je_zp/4MrD&~ǶlKSq²n7uU2Xu^tzan`婾m\Mlj k4|Y:߾p@\!>baܝV 7ÎȌʀMvxHuh ^f. FzwЙmvL G|&h(XёnvQDG§ WmcG& ^]֔ܬdP߸(oB+80' OPV-AO&냓Ó:ʼnČW5/ V($b~cj9; K}3'Cl07~f/@fv:/|u2rn\i70?YG#5hL \$'1Wb!G=>RVSkKX|Y{NÛ%:]f7y.[F CF"R"PtµT'[4M2*Cuxw1Zqi#mdᾧj*T 7{nyުSmxwzFI}dYOV^&<.qS})/m0 ׻ܟ:gt)Hx,ʋFQ^t}:?z`nwRTjPBÖ?&|TG`/␣්dM:ak?G/GC^S/rP+%_S[vs>90Sf kR?G_^* Em G$} CY I 1rDg$5G~<^)e@:8,ijf&NZA'f-et#> D^T)>主;Zhi\-K- ]:m\a~x.E}}5V/wVkhZ'_0ctV S!]We؞?Tg#C7B``6QA[ady;09,=P!a3!ɑM8R4}Al3MZ-'QdQN6ź?{> lJk\H-D&?UFY7 ˗߉~ZXF"';Hfin3l._PvG 7 /qՅĚm8e @"$eq;F(b(rBjSCƨ{%uZ}U6ָ0 q܅DٞʖelBkQOzHb=KFojo@_}1z  y-0iF?iJ8䚙/Ta{T~9 HzXc(8Q@y;h7'ܛ8p* G xW S?d?3rِej6l!1*(ԂB( )jͰ\F%f+$3Ӆ ;8pA*{8ѹ;/ "xI~8u"吢]yTqNBIS5uu I1CXtstDrO@è(+ m߇HwG+ĝOo ,BٝPfP)77l0$xW%:S!Q\ Le-&W~^~L7t8fnєJS!P H$y Тʦx0t@EۀY'gv}"y#6Qs83SB :09&FXW5b_읺< s ,CU5B!I4wWfpm=0'%L#P ޿ĄĔ?<mηސ)9quWCRo珮:+gG؏ +>ixZzQ3kNhYKg;p&EN!)93h <=qWW('2:gخ[9NJoU23Bzǐ)nx%P>FBؖHE;n=2r UكNd0wBR?ҩe1J"{G3UJ/,_?0LY8R?V|FlkK1ҁJ;$jY n`msX/#Bvi F^ݲ3̑[j+N璠~n]yk׉u{`͋={L! { gU6O9Β:У.M h3Дfg)jѰ=]BQF})tP7ʔ] fWޅ"Yn/3I(P5I'JIÆ 4twb9:DoCBoptJ9B۵gS5rX:6k*'s)5?I$|7#PW-|^b8tW6z~#;ݛ ,KM" Q³GzS< -MQH&릑ܻGu-VN8# EP[r"d5X$2r||N0-";F?F+`wp{0{ 3Ӊ>3oA8d"T V(# 9B/LKbMMu*j1wMkt\tؒq~o JX)&3[sIq.AG0ޜ`:zX L!#y6`{^n@*Mh. TN!!8pAN~=ɶM}1ADt'+w%sԂt+@4]oO\ϷڋjI (Wzj,w ,Dо .p"zɎulȴTe Njwp=٦#v@SHXJY6ʬ׾}>X+y)'zv0fY[WLUs.xƸ(E{n{8ՐeVDx*IhJEN͡;*3L}\_MPQ`jfOH>f'пؔלm1H\!i2-+L(wWiՠ H6) 2}:9ohQ,J /8f΂+*s\s豾ylnd[ǎ7h嚹w. r?> i` RwUwNS L=x9{ ¿C;$C=k04g5΂t"nLNDܿ4msk=>52d ^1r߰`/w_H7;FQ&2A?Xq .0W(J8E`f)ʹg~U픜qg x 8ވAc ;Vմw2,5e.e=yfFjҤ\S̗|b V>N>*x9ei*iwo DS)<$9E a*U0{*mOxh7x8.HM*{[*eBjI[L sV\Hrַ Ic±ܮn7"- C㚋Ⱥ8`-˖ؗ솀+ZP;LzPy_F_  }\̽fYSXPXKC-ܡT֍/mW[0 h_sKӮ^@~7!fE/CO20U|=<|AgLx쐣 ˵۲8k`Γ-C<ƒ6ߜ{!qV*8S<lG=UPwJӨ6W—%bh+JLB0R( !Q:P#DìR٠ K9>֓]d%ѩ_S@53"ANYA ii6PRus^1y%bEm_6[ sWcVM5|mtbqL3ZH@b]/3?ݸi;xlP`z d!+;zI0!ާ}gܮ\ tv{x1^dS{`R&v*'FQZ>g½EErJÓ4o6PYfI-& Eվ|XNsB R`yɥ0߉IWCVsa"1G3osƫnL:[lec&5xW@"7 2Z:z( ,&Fi _ǿyT(Zl\OaG/|B7w 9H#%:61U?d 8Y*|TBq1ORQ%`{ƳM MZ '3qR2x61Yպ;4bBlZJ"XGDoQBӞq;î8ir7C.sSAf:G4vlk4 :$4 u2eFQo>:h(pyM6+U _9eڇ"4< l TkM+ NT\˘m1~ X6W,(yـv;RZ={w9#S<83ϼRaH,-_#g^iXxA]M"%Wͻj߳eP-a-%pN]l& .㵛tz3 ڤG~¢k(ӫOxM̾ `,'HuS+,BJg-<TP7V)ء!{ԗ6G6Gt:'Pxp_#e^Bqq#Jn*swu Ǧ+.E=1 h:ȈrA@j4" =Ut% ɮYݎ٦HCmf^3яAM̡%/RP?,TmT3iRN1 \*[X3(RI+17V>x0mBɳ "|sQA7L+Pk/f"|'Sw VzEXko&Ϳ}@8ݦ2JIG%W*{,_& zO T20Y}2LZ,蚱̽Gwi- bJ/g.FI.Ŵ ׻?WќtΉ~rWt}RfX)q9GżVE` 9;(-v9!Q.Rʗ CR^Z ṡTo˹0p9$}YT"[Dt)väWYY45 (  ނ[z(%u1 >3:iZ(\~qn41ڒ06yʀAK/Ic{td cKPk4CJPj {BS\J1^kN\A$tGC=|@g}` ]Ohy/ek^74ʃ㲔ͱ0\75I=mjE$GteqC u׽70e;7kؿŝ&l TxDñ S`L ռpCs%U0_C(r=<!SC\z`7B$P@q8fؘe@l7`oCOUX.CLޮN^-jR?+orQW&ZCGgK/RPL94rJXvKI9z9熗zirJs6Oer0KS#zuWeZDϸǗK8~r]qba.[2;5m{}d3[*ؽn}`N߳jKxiH0]u7bdVr.iiƆӡf;5cd:+vv 5&%> 5V/]^Q|^zz4j?! ЏrUa!Dfx+i)jru/FXRf]-cNdW#[ٝH5uL%WESxSSR%8.;QXB1jf]Yl9֐S ,#y`J ^NeHOCqpiھ?W#yji?wNHaf-dۅl;<?};'׈VkdV3_*2q K%X}bKeX7co0n^,HUsn1ƙñ]:1dP0#7m8sEs\ Um[)l4x{N(/&]Peh箃?VgPF|+сQj$+'.QezQJex"?ox^9RMѸzP=0:M(ZOF 01򒸤fIFg䤝TpuBLq"R;{oPM_cD8$}NҪ'Pc&Z­pTr˷;tN^,Ϳ!Joq:'uZ=:/QÚ}JsRSM[ ķgk@?ɪ2 1wh-zex۳[+Y9UWrՃMT jvK$emG]2LM/; CufvY [ZҽK cn[{s G`GK&mhw4@ΦT_М $$pRb rz:5^(& vJ7pD*b&7K3 w譟@M.) S/B.}(ȁs=W0ClCbp..s'ᇇ&f;BB aLI*9BDh Oep ާc(vwgDXH-0NsF}=$؟$VHCPqIh]mv,c ͱ5:yhga]Rr ֝Tz%\60&W6)isjc6&fŋ%fZ_s2 C)/~73!g"|/qe Ȫa#_- v R C:; Z0/J )h/R raw 9b])޻a@&t\]!QK3Aķ>؟ܻώ׌;hhi'7-,)q D*\k:Tmw1^wF3҃d #vɆ dYKN]~Qw  0WちbChFŮU'q4;A0!W:89|^Hmeݢ, XeOܚ5CVT!sꏬ}'`+878N9BJq Zj< vFWδ{Tp-kA%B/;wifA嚋 ơ vܮEvpԺ %jկ'@~wL&8qBK~rd<@.j,ͫ$ V2w슌Yb04Yu/ S; IJ ,׬2!|.F7 I 3s[aGb>bein܊a͵Ѿ2g]:YƜ)-G-OF^<_8C$dI@"68Y]QD2Ġd_^_OFdM0k4"Q'?q,{bD2 KaszqsIL\ $%K6#ƌq?<$DwC":b ?č{Ya;}Lj*Q, gcңV o2'/gZfC´U99q,&'vނ *ӫ=a5:ĐQM^FPk~)0P[0j XɌfh4;"׭{:klcӑ[>?\<d>^L&.r ]XVuȜRIr ~l@ӌb 9NĤ fYUUQhXs܁'.EM:t]G}\eJ$"S8׊7H-0u;]Z}u"e5UcN&ģh@q^'9 OΈ'2F,񯞰4[F֗Q}j~!s`/0N {8'q>5 x]Χ_5$ ^]VhkfpXqZu$ `7ԇ@]h:@GH ^_VO_*5%cن zYhW WDc,Hw"=2moVDiP.gYM=GxD,N¸!XCeQne&$7׵ia XX㺶q׺ =>vLo=$uj޴[z Dl0 NV ȺAjlqCv )ߗ SVgvq^P ūyّ[=i^tdqOwMyb*ŧ^bv3 6qF+BOf$ 2@|C$y?rJTWپ0gDۦ9. ϫI< ;۴<8V3-FE|3$L_CP]"bkTp`?߫(,- e5Z7(mf wtXKn| Cq<"*4Đ`k `_tb|+#Un$n'LnOFY"3TEf"Cq}x,Yjl4}PI$ӗ@{ !qXϋ|xK2fz 7M6ۀn6'+&cr] XRUJ_=ŕ=-аZZN(Nn[ K*Fʹ.^_v¹%+5708VGɒ۠7Tتn-V#~j>*^^Gx[Vr <~ bxRT5#3w3ε%!p}RumkjT!;B2g'+*hVexARgqx1enG~01Q$,j{{4cKRX378fۭxHor&O} +)^4^ fmLWw[WZR`u'!N0oԠ UO!@0 UU! ⠳*a=Kw@4&r-ܻ2⃠IK r`#)RLY\)J!|fWn !e]+:3geDkB,4ىWY}N[}[q 6t쌟mS4amqhKf{ՇuYeK9s\M!s9]X.D2kb)^@|Lg]Sje _҅ [΋M+cÇ^K!<ʬml-Oý2.hKpNz PZB ~N`;I}?v M,bzt/g)/Ot)1I:Iְ`"R^̿ z`03'Q9+nCg=WƵo _w3cEW3ț_-=!aǖ1]LZKū#,ݔ5IX&-*9!frҐJ.BNfu$CgYV ODH JPI6CTQWՈkvG% Ijfxźk46JIi(,oMKb¢ 5ajB 0F\̄NQGK>buYG.򻢾:0?b$ iqwKܦ!(GɕsO#$2:B@}?oFJ̢52)2|=![;){Yd c>9lIe(D2Jn=׮xXoܮ GPZVc튣V2'XZa0*!+QH~, ͚ hǗf\:d`'r<ݯy*sJGM8(DXHƾA޲VՁm%gH6O6{}P:8ffԙkh)vu@Ǵ28ti%6|Ц?@+q=srs__\;}jK θs d")]b"b2_| '*y e*u6wnX*4po :%G*$E"vKt 'G4ID<,z$&\־x9Ԋ^*{*>1qThf#*8"3Ԁ0>(bܱ;gm'% Z %opBҬUI[')c<0Dd PS9 <@gs{(A~TjL)ٽ7^PA!EɎw⿙jGzrd: VV)DldF|G'Ӧ~Fx c3'nj;mTDMO.w;v"uqKmDt'i6С:r)ňA@qvPQSN}s~Z1ų}9zqթGR,O *]R2Ғ NkD~F9zNs+e^[n؛4dd,<^*!GQ#n ̆4VqĤZ`\zNaI^Vi齘r[-uX,^`',F25V4qq+a84w~Ð1kxg4vF9ft*WK= b$p’B` b="ƗY裆>q{"O1X4s#h "&~CLad.qGC+B(UJqFőS.WCU5!0?7x`S7 .t>Im/1u&Wn~X "|/ (X|b@tj)Fw>W>ruJg |xX"26-Ľ G"lp<#("Z,V駗ntS$ĉ'<.#))Nu i'W™Bq J]"}˄i62p~k:s4#>xK5An) ߫\|7w Jڬj֧q Ø-Ku/iq+0" \ԀV 5%=Ю 8!Z[KO5z`[[g\S ~&pm٣bZXuxLb6-ν&OeAܞ-0Hzc"X8*ޠ #CT `q$)ҧۤz)g GӘDi#8 ~$cSQCHK ZilNT5eh\]{JwySrۃ^!X nTD9LG<'96M$Eu3::^Y5u3b|/5EE9U7(|o QUh9 fW@򕛼8Εi)5<脸T+c ry_uDYEDuHH(pHi@ *hOG="ydAm.Ws9`VJBwH4gxc B+;Hq!G'c1F~4C}^͌duA0zƴeI oeyY:0uݦdnkYۢ]S) لTOvQ[B^i)Oy` @(7񼥣Oby;Ikw hJ:\0LA}l9kЙ,; )VäR& vn\X5HȊUQ`}e}9z's{hʳC1=`(*$o5Ao;aO+Phc`9:JMKqZGʙ?JWnVikzJδX?g×s뛮gw)Jd~mXSX;~rS3y~Jią"2l`LkoD)ψDlԵ d2eQ[abFbj7~zL6l:U?0ΒV;34.KKaH|,hJe^Sl}AӰݪ\6yR=ں#)S/[P&Y{=c`h; 6;n`6FePI U& 5hPKUg7{ X̢u*JllЊ)H/4R6L sF.nne Iy;3Lc}@e$Bv/\~d<=@ &xd+h45q#QêHj+JPZ~=ɼe`^['FU,*⸡:vnҺ YCCz3=xGڐ'E?NWoeNӈZHkI@.?@ƗVuyM.Z3w1 vDHYooJ sNps?xz¯E[Kv6Wf ޝnm$OEÿKBF~n oyw!51W9xwwr\WE@,'iVſxBE&*~\p{%Ƹms=|*oJIDfm&DRVas#boNDWa

){5znb(raNXog52/Kq0I;VM0D3|bu徯PI<6>'.?Dc/{9Fpԉ^UЭ05y{GТ6Eۦ+@%C0H&Ж%3̸%ʟH< c{d}V SS+ȍl((] ʢll!:O>@|IŮ_-Ftq5`S޽ >xwE;<4nT^u 1';;>t|QzIk4. ( AQcZ)F=`&`!mN ;(+J$: ;'r$ F,T^*͒8ۇsD1|ӱY>ۗ+3CI!(a(Z@uT $7lh u5ٓYjjUpk*TK6GZvvdTtLp mofMJDXFSA̒a<M:ĬĝQ~a)S{u&';;-O&X.PUk\6. `dQM=ݳ 8l!3b,RiK -رgDlrTbp\ē%c#6C"ӌ-JV蒾=)=f.w3_-NaWS׾&IJ8dv\x/Vϩ 7páUȄPI^Okл87^xH u3H5rp5i -{9U@gWz& }>w]24ɥ/ Wn\<!J/]N+E*qWFex ce?,*}~ 4Pbp-\H|0T _ !H]I17x9fxuAee/9Ƀ _b*nU!vS7.h!2A$2;t^$?dcW`Z' i6 À4пWc?x\h=\βka>xL=ɜs-G= 0}q"FCFFt^AT0+ "ץ,u~mu83eϜo3T] ݰ۝EJYڞ 1\?B&4g,䰼},| w,-Pkw i18ə*?qz5 S7Lϲ x0DںLuܓo,WQ?8ɷuNk$.Wq;|tk{(צ4҈5WPZ)ݙ UGpJ"@8}Kdm^@ ڐHDuh 4݇p*C~Ur<{FHQ2v:/&O XPcq XpX݋l3h:03E,`y(`ͳ sٳgM_jUbHfJGt +i^jJge([?!1y.~#K@!9DzUn\# i+i4!vdpr.-[Bhئo{dp40k獄6Q-:̦aJSl;PON;GEkݘ!諴9$ccmr%0h5FΏpBOSRk4ExKR ^^O&]y/( s x}E^Rb..PSz()ϧ٦XEu3"j|]Ӫ~X "N3[0q??>UPrU\ $X ͙O -E dԀݺcB{)#$+7+w&x:P)X|OqX6 <. ͤ[nqi_CVT5 GhA+Χ%R0,3G4B{WSÃ;f+­Գ~ .ueTW>LD0'\IwIi4ǿ?JfBJ%J,P4i$i"wb}ק|=9VB-ԽrԧFc,h 85$%f1(tfexM)y;1s)=Gu~n8$~fy6U!ѓJt)%BOKv[gY҈ߜ̏M{?V xHaI ݤJ$t\<68ש؜R;“xVy*LqkkcdE[rk>Ԩ֚'FR%.8YkJ-F 7 Q!h(A=,UyuF bCʅ5b(^@܊` =;br~PEvM1mj~HDdaN?NkØ4^oUCJ4,ŷs5kΡF s)擸gk.׬-a3s+Zt=Ր*&:ò Ũ>۟ʪ6P8߆Gp!3_P (yjDh2c86i&By-q{G۬QǗ Y}Vv+E\[J-Ph dP3-掃Nb3(+ KfzzJI̯_7do'fy1IfԂIFHAzD1PmQ ן#?w]@Y_6H e5- |08(c a9/ d>4 +Q@[*\FDw# p$˦ 7DW{):>UX}}mPq- YYC;BpGN Ve0;)+[yw=q`z#dJx -EZV%)`t$[o1`_* :unޛק}M'yiܘM7y`]õ";`aB>ihۍ=v$8$ˉqWBN0;bۄ, &):d,!ȎL#@̕COs:kzB%IPFK1;-ZݛތM~ZN$ڶTi7$c[6P> JRږ)ׯLQqʚ Q|뒊Kߨ؊㏂ER D nZvu}n7_Ԋ 1_j 4 :ȅBV6N/W ~iȻ`(Ŗ[uѳM-;E?J9Wt{vE,㴵A]O&C$aQ6̇{lMj|f[tnXEHv8ZI/)#jd'hܴc QX~14਷E?@}#U>󁘧U0@p1]i4nU0\6hJqeꠓ4. K6GGZg sy x:aR#liA@M]»0Qb!=,ZP/:k4 gq H)h=5}߲ZsȒPN"e LC)5rATCHҋ na/0'+:6DXX6 Leԇbȴt)XMbV2ҫP?CHOߥrɎPpGUAjnoЋ ܗq(2ё]\Vi{ mzF%n-8:]*m&`eޜFCX;pAU i2:5k [xP:^`e-v0Vg[>S zS"ӥ>ihCZ!bYqW9KRY+Bw>g>PUڡ(6t29 -LU[n+LEc4ګ!6G-]7BXagd~$XnR$dKPGkw80|&F–-+Uf%GN߰:1v3ٮ݃J;Nl4Sim DKC>\M%O$;fV/0#a44X7̩IjZ;efO:)rI:eHx7~ȡ^h}Fi qGUH]<W>Aׁ^ }a~\ yI=f4 :һg Is&͐X6dHeC4]1lmz^ w3tеĭe3~s5 '/-~flG M- pAT}DɇqN;)Fj9 xWV!qtYl/9?^r6u,Γ)ӚPĪppt% ךLT(Y= 4MY;)bF0V4lN:`³/`I$d4bi,'U-mB`$zOhaV3o3޸fwpv4B ;2'H~~"V5R[ߵc<.Ž1qhcrPP18Ubt*#A/W9lL!9\JߘnT* F2tNH ^ .ѥ賛:Zi.%%%~cE}:~_ )>; 0 YLT9> T6OoTMR(c5 ҝSCD=]4Vy44K#}~ϱWVA%wBO)H/AxmmF9-p7m3jyO7/{A'w'mX]89oK{IwV%0;fKWd δKoEK[Qͮ\nY˵~i5YVd3MWwYx, &#?#8Qu ]ap[[ (&b0o N]Map냣*(~&;.0f/lR1B@жPU1‹VG)Md`JŌ9j(=h-(֓ ##t13 :>џ0T'k&8-m'MƧ8ZgYL ."c6Ď]KN քjIK(ثz\$AdT龸*Yt>Y~f'}AwnAo$\f![ E3VqX9@K`vcѽzdQeg! Eo^wFw#uCZ{062}2%WAـ "+,{٤툗wҮ#u b!{#O>Xبsh3l5wҺVKȤ>^ΑL4F/_? c~$|Swծ$SQ= (,xW!4**a|_KMTL,FYa FRT

`nF0˪aM'Q{^3, / :=jz3FWNw5uz8d`G8tDLL(Wt V#3R( pPOƜD_#:yPA?#=+'#Mޣ0 g!Csp-kL0^;晓k kԨ$4֢ўZl?ۈusU?X2(;p\lfm<' ͫy=%\RkMߛ؟JZ| j؊bUT'bd͹ѹc"wDd$}mQwW`8_Laz`Gl47rCuO{fT'Eك<:^ `Uk]mDt[ڐ`v`<YOfޝʱ3x<1`ԡDe93%98g\ND/9N& mMV ɞpwk#@W.B@!xJԮ%T:\$Au`FQg[0yᄱ:ϩ2)`QҖ4{:{:1/o&6/<\0AJnv@~b8vS- ]UrTM>Xj6u.B%:zi%U! VÒj 5dh2yvAKaܴ DyRڎ ̆: 9"* h ܦ)/=l; |WKyvj= ľC!k繧?,H:Vf!pFaabBU-g m^^GƐwg>}iUoO0}[T3>FME#M6 ?*k{*#[.r߶VT s@M+ZIG}Cv.}Ԝ0Aw;ֿ%@ .zFc9ơNF6Ke&h~oe2Zb)9 풌zCrTh8c>wvzOXUO%z(e]F R'>\: `<ݑC::2Yp-7i}Fh8b^~;NW|eSn}z ?1M#\(Ա|rېF'"`ޑ_%'k@d4]vqɶ9_,Q56b G3o5?UnF2_] C6<6i3F`r={@^Sy~~1PqF'!t)knXD4ljC2G !]R;m=ouH7h{ON&4 ws.g CBdYT%5/7j&nU\oF9C*moMo6~NN8v4oMp䖦42swڱ>O/.POler&\9vlZPU1l)rMuЫ M&I X4V:s&F?J4Veis"n֋y %JXKt >~@yzXeoe(9u 4Y`=/[tN@x ߭GB:Tl6GsO]H5WX2>LFiJn ܜے#ݠjfċiF^Mg਀Ahz5'*W @d]2Eh11ݲԐ-Z][N;T{9'*5ԶTQ& s=5J<\u3:amu," I,,}VGC4J^D_9_R9,&}l+( NDȉoթeGZ͢N0cnz;m}0J' ]ˆ}u)q,VKD{,m,܋joN7%8>O T^X8z3qZ:y| u)lwaxصPq M~gWfCG `rٹ,뵡+QKr5Kb*n* 6DSVe9aO DNR2*n:G4 b"3Դnr ",πpD<$Q #Tmc2fԛ}"4Z:p6[x/i?q3ryvgS5*(J\sw9jX}ƒEY5N&G0eR( t0 _w1rOW#i^)@poaxcc"ڪM ԪbgϼhF&| Dr[aCFryuW 3vQ_Bc)*:66ZٰTMe|R?rJ1,b%Ys37AY ?UO=csֽER4 ;y:|m%iy8Ex&:-ײEغCyvf]Dɷkzn25TIĜC҇yZƘ"aُRII{P4)ƀdqi=E.߸0Q,tTS~TNGPCxp!5-3=Ycv_U}XBK'}p2;0nv}IԌ@ؘ-f&3Ml,|1` f6DA3VA+բ2ˎ IL YqY gsi;kOih1vL:DE*'Jy:ڶ F</ۨ)j ځ?h`!eG@R bjd'/m ~u)|JUZ!GMn6 ;&FJJBuQ6c뢶%Ad|UrM(ZLj[)}f';JN$bJj<ZeN4`{$1Xxc87[4Xz_>S[cjV9I,fڅv3XهNb")WDUB:Zk[nX}v;K5NvF`% e'DpsL9yʳaPgA] Ut" .Âe%F{<}pbZ{d"ǥXv7l6}boKbc +w".0{7݊|Kl?j="wP5Khg 5k bD\ŮPu3 {784@y/E(1nQ̠xC`%D.H^Ua[%buqv:oڌ=b-:]Hv7%o .0^N/,&-7R1Nn@˳jx){ƻ2 p=|rۢ:Vh=UytubRg[,p*I,ܘGO8J)'zBW \~ּ͑m%,Ӫbroy4)Gn:$yHf4cX֎g1:}UOz d_M|]`[H[2eP-Xʂz8WشzmgRLՐ=āj\V*d?rzFΏew!|hdH$ o8^dZlu=;MC)hU<:bmSDֲ A^1H|#bUszNx8&6ܗːDjjc{4 m(:v<)LSebd1qÌONwRm]/߼rTʶv`l-.7tʅTSmsS#=zpZ,^8ewMl`YuɊs@(IbGU 3"n{&Os'[첞PʤC Cta4HDv9;z-xShn$<ͩY;q|]Rb<`wʮJ:YwA#7S^:MoU-,2Lpr|7Jw3::V~[ Փ5ۏ[KEm8 _*w ~_PF;3rt/AnoEZ5]'jw/)2snOC&NUII?w^Ӈh'"*{8A.iryn'.?x_*vI3>nhneF[\06F9XJ"j |;WQ.D,ͫ*K:LXh*5RL0i!k< n2OWյCx) Mн)0ZL~W}cV9ާ9BRRpQ-ƣkD\#2~4>}H ])xG"o@:xsʏO1δLcEmR%tm ϝwVWkPc$ʫrz{axkX=< B PMO4JnmEq\ DZZz)rA^.M$Ф"rŋ|† `/D*"ƀ`4/seǨSe^iy(]WkS%Z3j,VP }Hz^lDVk]]'o5\;( A)]XfKGOϕ ӦUEeBu S(v~7֩@76%/bPmuv";ohRMn'I H>̵t ώ A ]_  y\&idnB|EnKdu?6 cJ7qlهHi3Q0B q , |ݑu %(Y@lJ>¤8F"Vt-h 9t=%ab{m3FIxl x Ś70fFWi.2nt3܏$;5$U:pߊuX%ųݬxa_B$F,V!Šm{lזkwu~.ϳCqq%%p~ߎx`cCX9m(ײY40stv`.Cv$}O.}/r]Y~\;. `8T[M&xU`*aS =0n@Ö 9nYA(m i<"RwS6k8 aaRCqqKTlH^Fc\ .x5}2ӄ j{7 AAݜD7Go3ְ! LyrTfLKvS^A^&*Z2(QZLB8Ygf05abEpBc*iHȕ'3/T a7|Sn@R_&c04-a2~ڢ.堗~0tcCAc.i@@vY '$%TF+CGYK {3TK̾*Lv9F~S$#K6?J$CEFKrl h.ƌZVDsTЀ"9QGIBYN%?L-Kd^,9Gt\EI&-GlgܵB+-X,l+IC]*%mP&rәlQgY6y>^p^b|}s-yrԱ~e*(I0#BBx^7yv95[h"Vw.ު*z6AAj:%N.L<}tgv;*?@*TKoŅr}>H@'F@g'o`O6z2+&qO< M>ހI;_w)G4T? ՜iXQeoJ@!Qג~{P~ {$ޥUX(r'*F >~v?G0F ށe^MUgJ* +PK=? ٝ_,EȦm|17dYx4b4bQcmYpoa1f}cjXT겍?*S)꤅@ nMkuٖߥo̊e-IS*UͺYfP 7`d( 6Ҥ*%>x qp,t#Ҵa>bծ7 &ǔ@[PTJNIli\+mYQht۰{~9֠w6ح WB"c\CD5D["jE,RDyA*To4) 1ŠA˼yeSH;|sݷFֺ6y_T#2PUR-[qDS*fl\H?.펴܋N>rA`A oF+r4f7F-`-2G~M <=#iR'{&%?Ba0uXT & ߝDm w2\Q|0#^g/֓@MoWfOb]aw_'B?{ /o{3wړ6Բ+p#m6,B.+Ⱥ\Np>iӧ |P H #HlþbG弴!W28WŮ ^~S^c!'݌v% |!p@j>?6nX dA~kcRTAeжž]z#ۮ7e(o N8d>{t[b =T!aou`b@`v(]K؆DYt5vf@cP!`ҖLlPS>ȉsئb;cpͮ4{iQ!ӆRf w*غGgD˨HHPO*SmL%f'PZ(NWg˟s(g=2Wf&P8].]*ܹ)4f0GA'wkMͰϮsmHn.V/O |zavX yvl{g}.3I$r3py$M{/"6ļ;@XXЬ%ؔݫciVfFy ӄƱYfM#x[]Ȳ4%Q,m2/4 Ԟ^b$Z\P 1x&ܟ8T"}Qy+un sChc!nfFߥ~u5Z {qv $ͮ!fU-H1 !~{x&%(6;qDm}eMn yYr tYXA $#dA5@$df &*Kz*?' oW&=x>l`қF 3yX ìS>yST#W!na g{f6ɔ;My :L X'=o .q=*~s@|;_m/&2/,?U~;,ĿO/F6yis9C)i#i+::~o FRS s.7WJ7Kt*VMSD2!bPiPF-h]5'17 򽞠& w?|KF7z&;|xF=ޮ@q_QVbhtQk:^,@og^Zp+1ȑ 4&.͡`ًl+<3͙Ļi {qBXB:^!΅N܉X3,oq9 v#S2U@Xjgpn*eȾl)= kNM#2Cpp28h6P H|3fH7ۍSR?4pyZDN1OA؇ъlE[_  9`H/l]YQFne۸m̀h&K*׭w9F&a; h/|pӭN6-TgXL(^)ȮӃ64u s Jf!9l.W5PNO_iq$ erl}9 h9Ne]J &hK=\/1|{aԈ;.cIsf#N.:uTP ^!1rPE=D88ē͚-#)IQċtW]v2\VBSc{ ](ÏuALV<1$>p[Pժݞ흄GԒCmNr(Ih?*/MydmM뽉g+kADyݳcGmGvYs-U?C?nz9x1c8 q+?&.(dH%ۿy@azI96*}2ЬN^PO^VK+_ZO6Uyd{@-n%@d(-XfVoT&ѯbϐ.⺓C3>nՒ(u4.X}j!8 fg Jp=X%ȬȰv *KsY[xҤYA/ɮ{pf q&2D MRqZa(ޠfj?$K%5j<ۘy]&G*š E!* ".w r 9?iXU8v4hvjFJ *v?=/ud|*t˕!`'b\M@jL1y1Met cM}u#^m# +%'J8=>& ?T\Eٚ6ЊApt>1YY<>p=O[t@xU 7X9|q%~mlMg¾kXY\I?s♌_ &urV˼qɻԢ{WFk7|,ˣJJ3m4ÙmM3 R2`XWh*zb1/Yְ7L2//]M'9^݃oZ=FK^{(̯QO3dSWXѫ1h"21J ӗ%Baihom:NjXXS 9 e$q/Аq7f B;h8ݭ`]X''-na9L*jӛ:(N;t5?)k+H=|ؠl|m6c^1l'IϺ cD ̯̈>F7ru"Bz* Ošy[2xÇP+CO ΐC]爙?:٥}Q䝋S z1mTL6dfe'~1X 2[fS;6 /8r|CF**yVUy-Qp E~ ܽc1.?Ul: ),AY&]&6EcÞ&!=X*ht&M¢ڔ5fSsUx) #^mL(JC9TV FVKQ`Ud6Qfy51%S_Kʴ0p- ۳F,;U\'wq%T,~AkQ\813zc-Sl'5j&A7$Ke+*>7F2դje:Ca3ϵߊ @^2Z8ΤpiR(gZ3"8dF*(;A[ڵ"LzA JTH/mlRMHx0L1,O~6r.r4d-xiވ*Qv!R~!mQ r-TFQq8TPc*C9iZIR,C1@1T,R_AS/[Q%#CE^ Z!IOJA95_RLмp+ th=jTKEm9ﺇY҂ԩepRIތ37[^#> P3T~Tc" EnͫPnL, .4HPy ]*Qt4ŕLoWނmFZ+ r} 28u ￘':aU͏D~K[NdY4w*y y},/pŢle?uƂ4k`@e3?Tg1uKZa1\)XRcʵ!H [4e9!J"*\9 lmN,˳W6j?5G tϕyHc">`jkaX^4,Yq;/W'ugffG}⛸~JJw4ڑ#?#S]ƏYj,f[؃=ZͬV-t{1Kiޅ&=q`@`f|P  R4Ńb~BXk65H9aYlGO qT|u[{\/sDƂiVPprq[U}_jxLa!09lo aFB-(Eb["&m᭪u-©s !3 /$ ]d7ɉ:qZW$}9R"h7vW}p <;Z߇XFcT{kq!* ?e)fEL~b=\~)HYfگEmy(ʞ/y[$( }36;#s#tGHi ܏/M (ɤR" %@R3#hoC =JuUDIj\lA##]NقtSpBȫ' a0a?[vs IvL̛9.-ُSs| @L@#530Hvj&P3S i< %l^C~@օ g'}?&Y}~ԕW9;SS4rXǼeyuŶN<$XC .:$ٗ(WS/^h"`5uj)W:~縝B)Umg 5+;T fj/.u. ZM@ Yc#qd=W٬E~a|Q7˃.PoG"wج;  HUQ?:Kp1FfBЃrjZ2Lu= @O&y3,C=7 E`⩙x$=d[Hٰ̅kؾ*\Tx iI9gr$w Q˂41r֝rfp*4h֗wIyޔ(X f)s3'TQkMLƷuC2ȥ@ >o-0nYEZNWwm ve4?Fܳsy/ok5t Dhy]L704UmW5q:":y2tgLL a3u rQ/ ^B^Ս3?ObUSnVt."ʡgr1j^~b?J*CJKf*ǿ@d@(Tn2v_EECDM &\,8of ?r;r@H{_1SƕΎFB^PhٲS%warmn6 KL401r~}34]xP.y_u3ܗ'R#yp.4,m6JiY}>ˤG4k 3ag <^`I^URSD";ײLBba$p]=m)$ڪ-rа*4d ~}1z-ζ <ߎI̿ r,tj8$S{(焜-=Ӗ2)ܨJUcPNzEWC T ZZU`P#!4LV9yɛ\x.?+:USO 7'G]PLֈgF3;Pm}Z)^B!{̈R6m~{nchHo5O HX|DwBQ | v觛!ؽ~ă(F<Xo'9|E.|J ̣^ j' {ȯ0*ܛyFJE:ibpaS!oԿ1\X-7g.dsUP݌jk҉DĿkύ?qctY`vIRke 8ƕ98l\?Q-(3:I0סRo.MãD;̧Sj@lQov~gCVҞ|5E[dv*R ػ>ȉWn9fFlPR ڏwVފhOPCTFl?o#`?F`R/AI -2BATvlɍF_EN\TϬǫizouՅY6]4dNwt+Fͽ%7r) FOY*sK^ *569u߃i?|A|,UjR],aIk/MvT !SHEf /1Ķ3b8f, 굮\qD"`}A$s.QGbT'*O ax4uidF<]Vo?9q I>!ٝNwlɍ-AYMU9C{ >e, mջlNL AmU9Lh g"Li27]cFSOMN(_TۓQ^ٷ9[%CgeSr*V<{-X39t (KI=U8D1D϶ 1NGx|o([%1z:7:L4нu^l|ZwFgԹQW1U ).zΒz]w˒2Lvu⯦`uI/jO)5S<y9&17dϷN0A+j+ p1̡3dBk)=wT'y2c/wAQ⃉i$]5U c)egvR0Ixњ oR1ȏ$ʃOWú|=6]I,EA<_cqKj􃈔O`DfaR@ G`u&gRu9*Ӛ>MMH,'" s3bKpN cN\PkX),ÃeTlY0eMybkF)(Fe;7+~%{#hj0Ea>WATb y&AT Ӷ_% 8XO^[#Z7JvQnae`PJmtm`ɒ;HߞKQб0w‡pkm |N+Cdc "{[Ĉނ;'ͷư а0i N*kLcg$g ޘɒn؉@kFA5]sd(YL'$}IUSk[/jc (\wߕc!bZU[5iɰW,M%d=N؆>.Iu0vӉG+dðb*GXqb%&[V+FAtWR;`(EpRvpi O;KA/;4Q:8JN3Sg ͭ\RB"(>/BXn@=PZw -eWR=Ў3G{g3rv,C-X)G][CW#C וc_DEA1I3kBcK~yn 4f6!3.T0Bb'~gq! Y|bL=,l(cUg{c^xOf*0~9tGhҐeuXV[ǜߡeq,^Mw>8 sՕD?hk?aJ*i8O;V T/:l ˣkwWhQ+x$qA\S<;uX EE ~=Yg#傖V'9AT~P90J9}˳ԡ>ţ@ F-9)$ @ULe~ĞZ+al"sd2=M а.*{`mX Ep7VXȢQ_9]@]ҫ O􌔛?]8 r cv@m*[R+6{vi&^:F@1/Л&0B0 _}z BR]kU #/\TMyX/4f9cr+GZB6`Kn"- lҙlWƸfE!YSf UgLYq1g]]"ue9e)1,+v2yDDq6X#{KeƤVTU2ˆ/b^Լ̪pU868jHE"2`>8ܸH.D.\4#QC)Z逄1!&A꙾@gՄ74,SFw%MX!v-^g-q300vasd\2י?+,-ydɠ^O+Y~ CK\(ʤk'U.q3Ii{{,)R'wW@=R^;ZD\;BKo Fy3D@#V" <Oq u=ZT{Fij{"S:mjATڦz2,zjf;/*4=sCٲMjxgdˀE9Yi? &z'6p 93]\WPDB^Dgf8>&wtP@(%^UfQt½5>//Y˛, 4 ^;R#?ZcwzARaFd/ǜ&EVg+ɡg+!_gR v$2yӅޜ'de7xurNg '7 1*-S|XDRkE,OLDK:S\M磍e`/tܜ]Dsm5v$odq䏕@䨓l Qf(oLa^K|h>uL b"6ȂdvQ[iS#"kGPolLf{ 2VBTRo*$FHN^>οՙwf&жG@ޱG:Cfu5jǞ˦ˠ czAln\rUl+Fjg"TɆÏ2vv񼥳UjZv[YCAnIˆkxJRhu 0 S6TŎ%kIJ ux ˬǽRoJZ^"p} L7'.RѮXp$?Q0cUC&Q},~!5j:ѿFI|^審_`"@I Ғ۝""+"\mX0@a6 B] 7t!V'/,9x mSC< rHgGẢͽEG /mY4=_YZ:6ܝ0ҩpwE=`1੦#h|BkIB\sg2efEdǾވ5dE"`bAc[ًBuBuնR+C;a^4&& )Jf'z/`,BgJ_̄H#x[xк2hI78YyP{a-芙EFH lzǓj \3I5R@m4 K.V,mclsRJu4(@, UyOz;~u) Ӫƒ;8ҥ&+&]s)x`m``ᾝaZ,c,["gp< { ²{J,:PX=Lnb=ih25v>ٖHO0@k]վ0:;9JpwӊY-87?}+7",K-0LY?,pќ)ҭ!$ckq !f5^m-LZ1Ʊ ;wh OoAHY%_쓓YxXE\/#=6ֽǎQb U߱ʚ__GN4$٩W|g d3 hW^몛B/M[ xDHFvroXB\'P&Go,!ׯDj`Eo E> Da?x,!PKCV;y?wBR]]*Ltŷ<{ T?XK?UIH#$߿ ɶ XWnP~}e1AP#%(p ůFbk0wEƒלk:-߲؇̔C7/-}(sDL%pC$>aMQ)xJ %fbAnFzL7g*Y3ؠae I5"^`JJ`J-S?<ԑ=[*0 SRluҌ Z/: /]0Y;2q[& FcN;un^Hilsb{߃[l2U:v4G!=-D^pN9kbRW­/M5C Io{e-89̐I 7?]ۍN3%'  2ٚ$lg=2. z:y zНZWY)qt/1`D1#,"\JVn@NG0_hqjxmK1yGnLTknAEEK^(1f˃7ɮ4g_/5G<PzD`wU&'ÚgݼBTzCc6[/ `O^HG>>ˎBavJgJB'}}c2@Fr^x-kQLj:nH:=Wٳi`SP)'޿pk YQN8I@/H9i|AIm6׫WE<.#czl2z|x;c:ӽ} (HL˴])< x6wPQi}]mD`O}/y`Y_VR[󓏽Z? *0)m|#"zq2Y25%pOm=^O ^)#sl`w&4cA哶huoRآ@$31p6^KߎoZhnj 1>9?GFXf5<(>xBQb6h7 _2E?YN%c`@ТJJ 2LCWld HTzKDj|ͻx;GKv7㮮Z3o+84Ë+aQOVg_+/5)mZW$Êpה~!cKC 2fvװȪ:Hׁ,yks%L\4pr9 ]ݶ0|w\&*Z"C8M6&y!M=3wIQWDӷ :PFٱ~ב;F:{|7/%T¹.IJe)o|/7~K聩7/idgT܋5F)F*V+!C*g :}-z ,5,H:*Aiم>P;P2ѹ~igq_0}4lnv:cv1_n3\ 潤ZfmͶwzl$sb\7T6k2 T61Z˞>2p 9.2#73\RWȚ`,UXVꔵS`=X؅~ -]i u.Z54bw,I 5h@\C :s"c!ط&0ǽ#i[saDXM-nF뉜mSH8,ys/Eoplgh#))a2}/:"cHQ]Qfh?[FG0./ ׽ḛ b I /2!M ie|')Y:8؟;bn/O2]bΐjG=Ka$C4 7 2, =rw ]³':_ؗbgl"×쮂:w2Bq^*Ʌx*7;t+B-a_IfR2GJNDm!+gck+VQ~P|d=ۏVCVܗʘ79Vi$RMK 3>狩xgW5 ۛԓx>M&nGrT7'OC08bgw.,Wn+OO8e zn1y>2N&c 9ZHX+{ ]0QsMO\Ŵ*#W;Yyn\nu==['*gAdn~wYڤˠw1FG']f S+~Yduj-S*! Fw! hsZj33Ւ%%`-JD=/OH _"&**>.C9 F.3?( az Ltxđ~5==GpWڽB+Rj-VT|63[wf`X^U3-C();mjqֆa\W^&DmlI`3 tίeGO4뫏%1=.a2Bq|nÆҫz؂]z> Ő C8\XX$VkAyowOfv2_ #|{bRɀX,y૔ XZf@ɶ9]P n Y/tAvu!̱d1:aF}#0LOTS©UJXUഷւ[Ac*q1|yVtO#CzW%J&Aeeg%h{yMB ?rVg3:m%H0FrQ)vu!nYԈ m,J nrsMK<0A0zg"bHb4mX胧q?̆`_8D=Rޖ҄yLfSOd}4L{t:OZ0^$kU ۸θxkQ't3#:AfG89#ە%bT;)o T㡢(yq@ V K@ŗCrRT=Ra"SV(h]728V(Ynˋk1||O}d9 ?JJyE66>{0 nXI;&}ˑZG /| AI#1 9آ>|hFt7̍>o((BD~k(3Ad.tp(3?){K$ 6@~Վ?y{o6VJ,@aIAk5BbvNܥF͑^[Gl;e$8ֲ49 lC[+x r}no-DM3>%J(j%Gw\;{,#8ณF( ,)=8k6ⷝGnVg#j?DWɷ^lw/ C'a_n"j53,u2pZ_)x矘?diF9ݿqN3c&B@vQ\%YaL/"/K>j޺[zA' E( G jm}W19_ kV1fad|+S D7(׫zqWeGwuQC!0R.FfK]{hVE^7Y.GSlZ~FؠkiI7UgM5~+5 JyԔ.7yA'[yq1ĔU!D53õrJhEӔS@bKіO'UI\w$vX;٦…#Mʬ:Ѥɂe$NX'Zc=oZa]v\#~ dpń3K%uב~%ƲI c錋zg*f`4Z4-P<| rn&qqԖ]ʹy)wG\ȵh6# *HZ߿'5ь:"4%|Џ*..ͨ{(Crc8P~ WlC{Ѕ0a`AkCdȨ85F4Qp1p)A_BCM;hp'T]믶P9`#{ç^:ouî68j>:ZoLhjekAY,eFi sG{ u獜_2I|$Lu ~ a[uP>< ZLm|+߆΄i *[}w]x,|c4 Us,xKV `6]aD lLRPTC.&ζ8 a$S,R>.֘6}gEuh>Kdi`^8|(%!Pp_yG>o z8JRџ!'5j4u+LocMx#Sgd-ofc"ʑӽdHp%5MӍc ƎƦeg'_= ]I8'e:&_=u«2eDmg$6u5Ι"ş*!\yP#mT W>A@}1y˕noW|^,QU^ wX%#P^$Q[P[ҟE'׉@fɏj;=A3Gf3UMX bA/[OAY ^^ԯ8*_*EdI#ODMٶL H-s̻ oO( 6 =*_T[/27peL/&|/0ooL~@#E9p-I͓rUNii"Jzv,}?JdX"(P ʽp:f,(QZ[N+my [ ܩͮCv2gKikl 'Ah6)4qW9k6]0IH+$Dp Dɽx?yu7F=xȱ],&sfFhJ(K-BXf4B.^. K:a586bD\MhsY)統A=} @?2M 'JWmo`/ ~(K.yBf56O%` ^|Ȝ\jn@PiNnTN V̄qoƹJP7esK7QWNPcOd."$ %1p> a m֛ $Ҷ0'b |״%2TgŚ*bA2mROKh=PІ,E9BBtx zPhtQ{ ꞅX #Uۦ-!/J689( QMYG&ßgn^&Y#Q8gixm_W6qX- <.v[&DŽbYrIix& <)1p*ָ:&_a(TM|qvsi}|*h \'IYsݰ6] "&eH-zB.z1vTާ0:HypCX'\\\Oũ?!S<˲\&k p/w(ɀnP5h b( öTRqpvVIe[Ĝq>EQ|i. XmJ(ZNf3*Oy2k!`(ox-#c/6r(_p>3*Ѩ:GS=`M)_|QY @U p蹦9 5T.F>&EoVLN%iE7׵ 8?0C` - 5zqV_ ̨F}L=0̠&-[06&i1Z2!B]wICw=t>d=3 M~:f$\Wo>KBfMB{T@)K+2Ϩ@pQpY?};6xm Vw|bk| >w4`L߇v{s%>`.EgҜ{cNRlR4̸8~}AdFxH!2qID ΍$7,?8njϬb[@/7|r# ޭ T  ^<ٙ)|FAdjYYhX'r<Ū (@3emȱ Goup(oti퓧; S[#A" nz>򉖧NrK$3yTw"$s~7'`ԑ_ hbGEry{" ghٺӿ&2Uy">?LȨ?]ƔھvM-b]T2#  z%24g?Ylgyn1WĹG~ >}S;DVH!+Wi9;+C"XL-ֹߐuK{ Dɣ-JZIj>#dsB 7nxAB/ܞ91l,eY=8xqIJX3鏤{ih&kVm2U!n՟qnSq"b iV<^&@!-[k۷}6gJ]D`+ Ow-kCikI结&^ K,ğ(VnqO9"؊w0 T hdnЁ!' DT=Xځ)Q#ь~F"4|1 57rs l}?I\)N2Ӛد)mwL QihK/%K4lS4\D,W3޺yvYƥ $^A,!tT+pF[sòϙ31#fxv@?>497)'Hѡ$(l7h;Yvqa[rډs`1{qхL^fG `ȷzѮ]a=wz+Z:TG3Nß/[_Шo2jXFb~@`EH>pu}< ёl9ݑ:(=)ͮ׬N\Udl]PGV nI{J>4qu-8EZJne;0}3ӸA[$-BIr~t-ZEUܐtO0:CHHv(!kfr.9HKQDw2P( +w.-wj^ 6L:Tn' 29m t0)NW/t묍c[6M}v|GXp8ifO+5#>6kDsEfKkSbr?B}R˩6+ ϙh,ЏUp*ؘhh.S-%/})]8ۉ[q?xل52whP3ݎd-^!JCm#=:%_Ь74)e<"t 3 : $]l (DT*.wi#i -Yl% ϣL1)}IZ(oVͤ)XۜPR {EͬL-W|\Y$>-^^qê!I_UZN^U:E" W5}Ǎ1(wtO؁E JzusMn-EsOr`K5b>]'䡍|Y;) HZhP$LdPZm)CD)twƸ%!ae'Z'c"ь/@T?{ށ;@t68A ^LCykח>H rOnmo3ҸPCrXWTBA&pq&SpPAil2[>yiZJ;!PmUNiFQ!E;η5 jNyc/E/~7is\43{7*-A2pb4z3 Ŭrs&32![~kώۅ K u)6 M2 lӰ;$2(p3'X'a{AWy8cavs\&RQ5L`k`t"杠ih" W"~_8Nd#3b2l*8#?|S5kDw À$X0Nvn*v}F25Om5/BDegซʹqσW &2[2tp/K tRp@vx遪x 4R빇J)O[S{3Ħ>) L87ؖ9jʒ~*GA>ؗLK/mI+̿=O@V^4[BXq5Ǭ 8g 'r?t[ޒ{pA.ȿiDIS+u k(N.)HAti^?]B IR+rtxpiQu"(;@ |GnlO[|EIX3h_JĴBEL W1BUG9orBdB$xDƋMk*NNoϋF& !<:<&s><>7"rBZ͇%g1|uaZLr&DXI$.[gvu6H) 0\KMZxpGV{7.%_o0\) !@Z#;QtF+*/8#:oi@ų\QjOۀXLd6xd߯R KIO@f鍙Z* }Q =v}"cGIQ~CS3R{,TB>$ș H n}EP[Em8, Nۚ^< S ēL3V,LR0`?u4G1$i .IZZpvFPՙfH{k;5Zu<x?嬣d5B5q n!2rG^( ZϗyRwT痑@(X'f Wv!D`* uI΅Im^[RȬHkS^W1L2SrRIV)屁e/fKT2W\HOoBF< ;N|W'TL;~Mi8,  F"vը-D&%\FrL ehйMѹ3+ юC8<3+@a_ k%ex=e%c0wRD" _vV»cx.`OSR؎&d뇥U@O;˘fu`3'[K!I˪w)rjŔh*P!rCY2Н)ҮM#!F, }]Q<$|>{ה:&uZP2rr+S?Ek@N ןZ1#v`-lg]#e53s" JMC]T )9ϻ'9e$5.Sh ̾wM5 v #oӈ=̓|zv ؚ;!eviɂ$NTD.@ms^ŦA|1U]"z|)J *S+BG*54e<]9DnJgyS^MojǺU m_siK)U‡a5c^H}o0R0U8aj[ha܍}DZĿjغ&ĒWjǪ<$.鄊ןu|/촥F頊ۋrfqZ*rl* *2~+ģTt/YG5U4{+[[Vzvq0V9E.~OB4<#=ءptRG*?gծh@5mNV#|Ձ}UFTI9:xrC8^BO &X34U;_4P+nA^f=#7'+61,!7مCC3Ǘ\w7*s)hZ\0G^J٭pwLq+mpo93%܋Jty { w/ RQEu*WwY]pRy7U'ؙ*y5:;ex{ p4 +Ш @ ]uB~.:ILC]cH/cb[vH$ʺ 3R3&ٽL%<%ws Z5o7˥ݹ)ߛX{Y`{+I!<'%_Lg/2]ɬLod<jTI4“L_[1O L{u w< QThhIz}z0:$!ăsAq$&`ht29 'QajVu9 ".G _bZGs 1 ~i{_4 W!Nd`˛=I#(d܂sDW 0Zy-xm=›ON 0~ =_PP{jVA3= L]|.>#u]pp' Z;G=6h.$U\k!"[n8V_g/ A!0B9S\&;Bƃv?%MQ*$cZa_U,RuO% ⺗o'vMaE Neus vkJ(CwX+(WY-T&>09hMܯ%kiA֮\kZfKѤ'5>9! InڐX.-&dej_<$Wq{ryRd3֢0Zzk,Hx:Zx6\ѡFk)N+WM4?3>2fbG/O^~]A:]+d)b>G&©=jQWNiw[7($!@0?7Gz4?^."RX Z79 /Է zk}=)&n#=eL 7A]k\n ք%XyN)WJ+Db?٩rh8e1A uy鲺NT3'uGBPx)+ڧړVǶgKgtTE)m|!,]suE93U kaK@_Kb4r;` ^^u=#gDؐxEX\<%Tr@s6(m7"Q1 _-k gm?q~FR{aQ=c> %>%fmjɼ_5x/.L9z2\_z|=j3Tʴ `źql):qq+t?F\'2]02Q6_4{"ӫEcJԴNXXe ?~j9R a_'0m[sewKJz{.Sa^CD͐O:-;EKYq-#p Rt}RQgaS#1;6:WW)}QU+LmIp A+0ַykuԒ\b)9&2|P#NͭBv@4~7 ˭`}ajE8&IK$o͘#`s0aT9ͽkHQVB{H׻j}'1oen,_<2/,+#ˣ^2-KY]hΐ$U?/hܰ k)4p\e/ufoUem|,+N-tN:*ZbAVzf N9^~!tNG3_ٲ6sDx~H~'m HvGh[uk[~0 , Y/XI\4wH Hz":oa,x9DYۧP_K|0Opu k7b~0Pm 6J/0L٣=4 )ruϱL3L貗FHÎ:xaeM ߞ; ^ NOFyL9gw N<f܍KZeC6@u5VV?x7My#S蟮P(Erʨ''0^@`| ]e>Q"w5U֜i4=aЍ<ئ^DYl/Q"I+~81 hGVƣER+0lpcrFܨTIFC~kMv:ʓ#*L`)$<M]9M|*۪=,Js74|Z49ڶ;wƝh2-Ayf~;+j)/- D·ź328;rr/19gFn+2DWE7][K<7SPr-cʓ2u$@0F!*F=L1C O)x;.;6MhVoiaU/8ت)}SLl W)Ixcw ̗xmA}޾1+A< ([auM~qju9/\Ԡ Xq!LArq9V*KGjn@t"\ݓ zMzG@MHY*Ĩ]ECH@IbqbJ0b+ N3\8SK-z9{wcI.Eb|P=!k H'wp=fc )@pQ.B(w_]F49ޫ^ƠAmб썋0quʎ}*D*XOhZl(l% (->Eo*' +}q]\[? W1``1YW?Y&Bg{e, 㼳j"|?W55w(hq9U5߻_ (zRUw`R_-\ڧY>KS:[屓ᆶNw+T%I&H0 d7~^U6CpkTR6 GU v=dB,d/²tt,̪t?OM:Х$=DTD2GJlmmfVY#0Z}ew2E- ESbղȅ`a1{VL=*cB@p n) yΝxQz%W0,\yO,f w85Oo!㢨4!b^/֬T8^F\*;,Բ?NN):I$_qP&~~)p# q</j'HkOHBh`W (ōD`*,zP3}i|k#vp`/ C;7n} !OLԕq|S>^/ r,lJfHO7}k[Ʌ6!|#; ِ؟^z4PCP9uċH4dPf©¨BڅX.*b"JJ3o[!C0{34jfF'TՒִ ӹIώ%G[Y]cމof'8IsCM}*o4$&'J;kZ((9km!iyyWO=0^j#4n \20a9WgK{?RA"`+1ht-}i+)XL{s}HyrJ=&6^f8:% =Dr~ 4ը)S3_Ct`m>jn;tB2BRb[N7E#pVSN +~_yd$VI\4pEav7[ Vj4E-JTϖ{LR? VsRoO+I?_+A"o^sT,a%:MBE(.'H'? wB)_Cg9mQuӐGjЕ}%ˉ݁*pi-+=~j* x߯w5xN}BBf&d1^4qLC88b򤘺A;UQt&qw];S88oCs \2ЏNN+5oT[tOK*پi6=8ς$H=TA}!_5pdaKf׃QS\ ew$K/zXĻkB~uzY}*Iilv]v?ǽ83aȟ AO4Eu~t"Stqt qԧmR]fFW?p0:$ RcR2O& KjX>~ioŁ & G5b7]ws=z}@buG!  ӓ)&$bNBu[!`&%`SLA]sldN8SA8ku+k¾/9 )eHl`2RV-(YZjz rvx];'<xǔwъ/ԄxV#[#l,c4w3𱳼_)pric#fJgI;E~stىB {BXRI&8RT^ _K4)r,% eC)#6RڧL?Ӡ ͡+Y 3vKlU(>qy#R`P,B¦ݕK*SqzSvQs.@ȮX^uTOE:RS=&Rzy0!$6^2ʱ귴EL[ ˮvi/.WvRa0mN)DLo2ڃ~·T(>kԲBkT9cCEiXB*m tBAzq3 Q|)DB3DR9:W?午T wTA f.?nuo^+):RR&7 y^kD=r늙̠P2ٳै CqFr1C\e 0ye{`Nh^v}'[dLB8$* 뾒H0('sq2+bF :T}v4T̓WK7KW 6f@"R4}_KBdo¯dSZ!Hp!BUA{Rt_g.HO-0~Dᙛ^y"roy]{aYs&ZgLWPn#Þ Y`}z1Wy[ =|>I'* }#o쮄SX@n_ݛ?^adBK z⵻65(ک 9y lpV#K= =Ӹi9iSQ$Ǯ^zËMU亀l~>9LѪi16~H5K|IFXbMc5uI tn̞p NňAQ?/+$@ړ; S#C$Oa_,xXTcrgrK=3tPYfC r x?5~fE2e 0aeՑv`Mԕ'F 2';M;_tY?ozhHϟ1UxɟQ,tbHܽUNNPxRyӶM3FXewJyȔ"E^5핲/U ́ 9 vHssPջК1AiG{ 9jG ΰw9eb\.ާ+'ثe"qۗ*ʤaf)ΒYNuWF هgwMNAm(mܗ(hj ?}c$HfH6?,.ѫsmiDq@Õ^D0kKa=7. cNw@3 !>" i9!V*&_oBjS,䁪DI t܂x=΅Iڧ/=/ZdQc끕~@w@2kwR YdH}^ׂL7nYʐGs H6!t$%TQXH/jx.`c@/B y}6jP<SNSnmI eRŧ[ 9Feh_ffb`8U _!"1Ĝ ߀^B .K`B f ZV&Y'{&d$ MߦJt:z|J.#! ѡp廊)LSGvom|j&IUF_Zu/ tv Φ5pg˺>] Vg__Ւ:\MX6KF CIi I=w6\ѡ`8&B9MG+I/Ms:1J9Xsi4OyķRVZZIh5l$^љ@;dFEH0}o]pCŖ@^1|=pw'+\MJK@qѐV]N(^6a[vfr6> Tz~HK={jس6W ӎ(Gu~5wqh;}}l䋕/\嗘эf/3w`Xa$tRkMQŝvL(ccˁ"0[JP~Dng3Ĩ纪Cަ ЖY0.WJ HX00 B#zc݂OPЙ.]2fTe_"JѴqs⣚0pZSo<fzP,!v%/z#SPl0@N2 !K#0tp(T (s|lsIo<Ԑe|O:h1<޶E}^& u2;y2d˹'h>('6C8kro2:kI(4}"5cv͛[.÷ ]S4\,tR= +V1@/zQS E튧]Ļ0_ ՉO9]V%C0|#~o \, LT_eFb WE}oV/ՆMs#Hlj#`%ɷR-yjdiERegN$vR֖n7aj=aHp*D{9ſ7Ԓ{^ 똦VlB"fٔÖ9ׯ\dϜkߐoVNi+q/Ɯ$J=`EP;Hl 3ib6^a;1BCo* Fw`Dי1G6$h(jWoQO?Z˵qa9σf`Rz"$- N!$w3Ђ]g~62kLx*IEr|O NM h;xDa pDρQ5֦r\R?7 nw|S}2G7]lP><;ׇ,RM?]mL"=7Ӗdo\KSB_F''~wgȦ!%5R*:S#5aS'tؗ:^xtd̸yw62ǵdp496\VfkJ_HaR*ԩ|n]U@9sq\C ̟OәmNgY;Fp :h(gdG1:i:mcӳ{菓5 P%FO4ɋ'Do[Y|$ts8cx[ N9? @n-<(De{ >GA4WEȂ^0[`9+=)+ceocCk\벹 2GDM+ȋ 3 :D?$IfW ^f.-cntntPiΓH[.M^ϮðZۙ Q| Ja[h Vho(w\A*r6Е_d =D CT31ߐ$s~H}sNl} S7zbjnu (u.cs ōSm!<|GVFciCu.%z9 +=yΔaG.^6ِ I~DQ%7:)- dX|v;nO G84u{N8 }w#DP!W+ZP?D-Ǝb$A<دrdC_Y3&BWߦ];& jtkqD] bKlKXw F=нq/*n/TUgqnW|4V>1d* 1oqa5քǻ$omm!NTAҮY"Y0S < S6yWCPhnH0=!#ymDfO=Qwm^ ALu%:=lDvfzs󺰨~d=)nK.j,? 4ߺG|&/fIhw 7kJ*C=0P%/uӮ)i:UD)2 D&=f-1.2NCOx=vH.1eGH8R.J|F#L\b.im c!F_"Ӛ"fWV>nUoe&衏K,zHUYo"~:ǎ[bZ|Gg4 0&-8y#곣O!HA`c!Fu 84f+zYtم6==:,rT.bXjBj*p%iӵ)>L$i BR.ND1'l~ŎiQ&`݇Fٟ j pQMkAQZ>Coc3mJJ2%a><êz[!N % G׍+tjlŧ1(f*\BWq["X&h_di"&xc;?_nbȵ♍iNSȣ]K-_ -n}7XU\,1-n9Il})NVVڋ 7?ʖCZ _a@fSg}!cRyU|f;t}Dr;31wϢW_rNM:BV@1&: (af6D-,+3x==̮)ta;5 uO,OCGDpD .(p_>f'Okmw;~J'< _TN=9Ose  h*״NX)d- & ]bVT=GLZymE!w]uY[5u-e(R`kRĄ1[&D{f;:p.]yBQ"OW uˑ"p[yOUOd ]Rg0ij&R#|$U|o~ (!mSxx^;޵*Ab4q]wdTfDV8yu/ʢ97=h W5e+lcaVc"/Yˤ v-'qRt.$w?ic 5>[Ƨx,ȟ^Fcy,%FqJ s_{ ٌO7Za] 8N \ءV-O\N %"K ϵ0Kte≘KVH2spƩp]U)qkictXX9Zb9eFEeTZYq3ݡ.ӝ6DPo ۪LQtӃ`(jbc9[_13pxX'EٲT?%'hY.:r&x 0mQȔxt(11BKVV@]]Ej7qsHZv"*|;>#)0 zG؍y"HjbqJ}8/}FAds"v~9dK IfDNLW{zo\`@6˪=tlP hZ&4Z r˸n$ :tl ^:þcΩ'Wr,⫴Ioaُabߐ'af>Ǯ,)/=\@;bjV`zs;XI"zqGprMXJ#gEoUSA;'EYcmw&ܶ8(x :t.U:͸*<~Ep2&b_jdqJN {a7BZw9'&##C)f0n2!Z-<>WFJiߒK{^,ҿnԔk8k"WrYH5t 9 ?TE;C'?h4uNm6,hҲ2A.T6/ zEl&L]7]wC&>Js'Jx[xĺ{bΒ`iw␕ Hɥ`E2y?Dxe nr A ]<c \Y[8{/ζȸ\,|1ȊNANNwk >>H4u&}egȍXJBaGFDdvP̦#d.^vuaϙZ.oZ g8Sz%SW$1))n1InLq(goZ@@Ey*LD^h}.DzM LVfzM&J>F0^BT92l ƕE_ֆ(9_#~&j|%ӠBx }5aC߭Y@,,Y(ǻ qFbH4[ڒVYߤѲ}U6/eW,;֟ N)qL[9Fdk^K|Lz3*i{;uSg-ɚ 킮)Gm.]-/)ޒ ߔ_\>Qܱ7閐ǩhDi%| dmC[Ҋ _m|a"0rlͳɛRր}a{3ӧwipmUy+r]s7~X"7J Qp8IgDg$%@O}N(G5Sduq)eE_:o)`U Fc[j!(x$NkYb!?3e,?^yNlk2|Ý3#K׫[eDo@Br׹aK`7 |T"q42u"c274Oւ(bX  m~E_)Ou%TV{t:JK \C8] ܯλMDy)RƟV.~9feݵv:/W# n*Dv[~,.myw3q=w瓮tHa Ѧp\:ABYGhtcA[G1p"ZA+Yp\J] 7||L oi{v8[vehZ$0-$ +ux% 6_7:8̼0m5LԫDg\!rK\ՏSFr%N*a$6X0-]tD*1Õ8ewuˠ DzxrCHƜqJᔿ ?-O"\{/拸Lɀ)лP#E:uZJ- qYPo)Ogu/զ]dCTP/IA*ȈAS]޳r):t22V ^ༀZJ-uTa Lx buF$"`vl*Z8g|ݒ sk_`q Mد`ӴE*oR=n1QZVMt/,Ȋ@(o@΅gǠSD *)O҇R @2%;:M̩x!ܫmj ceO2Rw]Gկ2QU26q%R%b£dyzzmW\Lk ?TD|vfv0B#FP}zXF ܒh.wÕqqVYB?:LAVyDJߡHS7+VyhaN3 ڗ+7w?8܍ %%HW{ uƤa 8KG7G>NϿabVDi 8lqwQ뼁X{۳+R){$ i zDoƗgGs(j!ct\9|$ou{t<ˏ~`f0OXID/MlWL~F,P3qmWk8ɴjq'0ߙ4"mMe!ZJu>p:I?A!7_y]b!DE- ̍"Io,±\LRt(X]39O(aI1̖$3D`VvLaY{犰.QbŖLE1O;Dږ1qҽ{횺ykohl/3+5ӛOx\ ͐Tocz{j+Ûߝ=}׳eb$y1Nն+9OFX8|:#bZt-/" kY.MQN6,Q[p9# r g/b$4!޻T}HyP|!°Ҿ(`wb'iJd#'$d Ƭcy%Oaw82HՒ(/ fSS"x*7ǙْN %xqO[̯BMFz@XNw,ba !kLj/dY6xdyra%=ﮊzG1 v:d}`db a{S ,)p86HP MҿV1^JAҮ Iնre&x_cnFL 1>NA%B&.f8en"\ueٺ<9Mut~դG JcAnj"IH6kizɱlNZ-W~gu$Vbt^\jmnrο\ۊ"D!op><'m^y]c P{OIgs1}԰dy\Cš/^Q)vNYi-Mϝ% F'eZIk1ѠgGh|a29NSVt(_UTNwa&KU 34[=:U${Z2n /bjc|18 h]) ֒rF5}hJFdn,)G+NK`=(|]F:Lg}8#<[UnRm}|W']7,GGOTYAN; |e:uR=ȃu&3cy\m*Xc5HmţuoE@Sa)[<Lj3ݽW8^[~O@"u[l|(UKGöZA+ V e^Hr_ȕxٺzƖ~2LD \OL\;͟1=Ra*ezm520]CBaԮbkp2SoD7"̍pb>Zh2Zmkrܺ:(}bs(AMq-H o.RrtôzO'7j%f2ŝ9WfR@3\GѭB%Ѕnc H .{R9sEz2eXB@h MߨW@o$UANM8MOK {٩F^+\!K1mz iOGe K⟷Ol^7$Nf c PU;Ӿ¢` 4uc厊 IX+&)[dx -6 d ZdG.+gO=#ňom(Iʣ'2K߫&prؕ7/wMs j0@l,ߺ9,)aoS5 SOԚ7Q0ء2I#s8ހCJ6_ۿB;R5#mP9ǷRu0FO1lӨf+ pPul@*;uNkzVX vդ rMfZ<;d(l|0uѕC|eoo2'[)|"+#/<#h Fm 0pepN ReC/l揊R Bef D(ZӍ4;Mw*8#Ӣ m' qN SFܴpUoxEY&)^weaxIۏQ1Lxcc x`V:ntC,xwr/6ΣFq c ]Ol/*հR ֜r )c6Br2'H?lzw]aus"xg)VBY-;^]KMIV."ź~-ʥO~MX_3v7_g(a,njbg@s6 P[2r5OU 1 mkŽ+@pMPI-AO99P)Y FhrU`ѱ&<<,-mnC-؝i^!7 kl܌ (Qx3$4N9I.0e&FMS;+ɷb(;ίRpX~yZkT]>#-G)TSJ sk4fo&ߞaYef"0 [0ߘugVŮ*DlhUS`uTHp=S^bA⦋ۯ`00Ѵr (RˌJ~3(AxJK.:ޥ\Z? \=Y7N< !`H80 Xymp9ZʫMk0Y!  *>Ե;fxfkRƍrGËyV2 RI8@q߲u۹aUְK"FKǥ%h8d)l1]wSrF mg)N RQ// eߦV3qjF(ebZ%hR-Ôtqۇtʢ4( G^efd+n Y@Nvoh rp NE.Ε/aE=<#Ɖt[,#q,;9Lź"uƿ]xܽ+ sXZ,W/Qw()=}6#0,\nr2zϻdA.`V7RuAY::y炼2kZGw|ql3W%6x}\j4Y DZ<:\ O6/8tn4:i+JqmO[o$iŒ밗l D>7fpy- vNjHxZ)j1N u|?WE,%3&iKB  JCqvEL>FjON~ ;fLNcoW({poΓ@Iue ۤ8`j*JKgRlLrE.9m`pQϖ繸5dAYLE];B?>;2 vHnIP(GPZҴ4 ?>ԧɲkNZ:kո~f@g1 MMrb,[ Y>^yMCf ;5@G;6nA.q"+I@,]XOyGYظِoi7i Ɨr j=B3eаT  HB0Gd-HJY냘7c>(0VTRbPBӚ۬uI0RR6;@ #@{@}$4v_1y]0>zl u4_3ZA #AB|ƗNe`!tZbeg)onUH糊H.+ٙ{ө`a`]?QGC|xY~Wp87Yݾc@ht#!=utP3(>Kޟ@T)%1[)\g؉Bj*եOϣ"( *rM\qa-m $4+ċq!PL[i.`x|624fնI,96O#e}.Lw,Ic㕍l[scavxJ-cSGQ@,6U gH4a8딲|Yw]i3c7] [0Ak'3[* C²l3/Ni2}YQA玫9DW{Ӻ- e߹>`v.LEfi$Fi- ]t]:=DPWGmlrA1tm$2mH!,]U BtR \kCx>WڂFF'Xpw^>0K¯ 6&-E,ݱ >yہγq_H쥮*yVJd_6 'V^OK0yLAmQŐ v5T'j&}|´ k}Nz!aht&JBR@Sj!@U5\ PL oK Ʀ{Α'낄ǒˍTeR\q8]Zb?>hFeB3?Z1iaV3kO@Z c4P\ĪʮD3}.{BkEsL:ytFZrPYy0{RYןt(T>@&^lg|ߑ#ˈpsVzP/$%Dbd1e F]%dV!Ts|(K*ͯH򚈻i̞8 2HhA&9ݨF6@C,Fwd6+E۵`3BWhi8 BWd)gϕ]ucu*%#E$ +ÉwcQV-K(3 x I(n>y/~YN0{12¯{eBd̼ |M'lYB0ErъIHoi |&#w_ "P++AVmt WU'vtdG4ho|-b;1_#J 5z]ؖ4I{Ck}R 'U;&y8֌2(2w߅Сe Л|DrO^Vh~HEy D>+52EH9='0wі}"~d jk1gDd|kQ$<ZB$3xJqK崿f|GKF8Ȉe(|;j|H]~ HhcްO95S $,=ʳoFS6n?>[HBԺܙAL`E{XO/~M끮~QdIZDv;SJUcO|ȳl_J +!1KD9Lca&mSp { q`ɶ^%Vk4˜#GrH-BN*A@AEV\.m`(\:Nxikd*!=KHĶx'Yy@d{{ 2VpVJt%ƒ9_XḲ̌왲;(!MBWJ 3.LV';!I2s3Й+z  #:%Q_f K_6Dq Rڸ3=acԝ)δʼn <^ MPt}d _5 ds[V*dWsN9pu-gZ rhUdo'<ڻ4MkvKp&57)1@Ĺ5A.YSCyO_ 'fh~9Ek"i '8ƴkkb\Ȫ:W՞K)rxxI)VNog6 8?9%AH': DƵlsNJ-S^?Y5y\][ u{֨x*3v&NFr5V y;ܨYns b +foO/@h ghBKG{ِe`"мk;5jo%Hh)4=HQiuۛZ\D'覜P0ƾ0'yXm?Wl*TR{ /yWgs˳P}*aGe.6^ob\h@lHAqW| `i]rBTbr3 $ΪrM{<9U[AR +){!0_B؅%$%UFJd>?-7){@)P6D"z+`*8ݛa$,f kӄ_BM)isu *wXv<*}8q 0(`ѻC`7)|ٍK,],H-CWqǣV ?jy|.b#59£IDWlxͣVu:!]EFoǪ>*\rloTҙ {H8e fq kT?\] 8Rb'q<4K[ԧ[)KN\ݞ;;^n0~><](~H!KV*KIt"d钦[(ڛ抑6+'}S5p"{&^^KLEAa0pRtD\y'k(}/`Jde^ԇ֢_E"V./nu`"G߇.)eRQ$=y>Bί |rYuqk_1g%H/UCr"m[<5ovky=AԻ˽q7#ͻy 3.%j\+VW%yw!+Fk]Ol z!ؓ'JP94 o99 ]&b ܫ_hb~]\)֐ФpTmMHeܻ- }}!?" g_|hQh/X'5!YR4CCS(wsuu=lK Һ`CZUd]N#5Ka "KT*;G)7v+Z #"[*+жYFǶ{y@)%#V p97)ooL7ٗ?lX#}%IMEב8@s2v{}an,Hg7ܲ{X̯n7SqrGxVa9sP{jTؿB,q\p B#\Kk>IX)$N926;1{zAg{J>R{q>Cin18>344TU9k:(Ft&j_ Ld28[8x4&B̓i#D_֞-?=nW'Y!D :śJ h_/˧ Q@V 6iFef##[b  R:?8MN7rCC7!ZwhOV 0?zWF[k7fDK7fzGߍ?Gfl)^K!bWVyLl4}`mk12-"4JgӤl'.*I֏ɜMM%&w:)vVdib;[&}˒A936kb\)DA*$jSrDK|g1̙G~?0v Sn=]-cytsQ|klvUE.ѪS58cjtaݼ>PQ]rsM0Bh j&E}Ϻ‡nܺbJLءI_gll3qה5T>qk6!åMA ΛI)xOI)wek2w2RA8/{E-1F.sV:B¶_t{EXHX%h翆<@ bǦS{B# k,j2SEe3VCy]՘ #jx1PA8S(Äx[`4{ڮc`\ 1S d㢌F3oЋ4 qaI {afoQ$l%L;݄'YG"ihSF1@>By_v筕.4Y: s)=*2~ig'$wKzm>3 7zK^b8^%0ߏA,4: Aa(Ǡ:dKrf(Gd~ zr&k#MD;1 ʈ %qv 6Ha\`O"g:L%~vM扭m"x:,GK|C7e>ϸ{n80 ŏ1#.4}VůȞAYmP.!\2 VT :t М5S2ݶMML q%Ē T Zs1J@@,_LM-Tpl݂{#+L:I0,DEhN1g{iWÌk4Ys w!رGF˯i}~pXpn"_JSzQ4Ii CU p!@BhhsZS?Ё[Zd2xC1&滘 {KiEw?_jj,n8Fv aaL!Y~,$Y{yౕ?6>w2nQ 2ܑZTU@ECϮP 4Yud֏<;WmHG:qPr>;pel+Imbq,k>K1K(l+b}=WVIU聻:k&*R3OZ&e3d>ugM !,|V>fM]6\ʀPot9=+ޒG;TQU7P"ne[A7qSK\b6N+qt %ҋ3#\t}Z~uN+ڤJiXzhu}V/ޅ;O,83#8s8%\K{z-Dֹ2һK>vesϸͿyRs.)2H+PD&Ux="vѴBjJ.TK5p%̙@EiEs疌U$4=H/iG,ܒaݫLYϵ2.b\( )v"bB|u5FUp,C(.ZD^ZƟVeQ`sO=s+%OC}&1ΆP`ޖ,94(E[F-j= >yo=˖R#`HCIzn0dp!y\8TxE|ik-,?ӡ/g ZJ ]Lewٻuê6 @ߚ0K4!藖uLUPp5wijg2G 噰G["O L1H nEO%fgbU%}/ƥöt3H}E8o&T  O5sӻyJi]bUi]8.i|7Fߚ޲:K*hegЩ~ Ɗu_Ǧ$7V3>'=yשN>mrO::UIk;m h8O0ϒ|J].؉ǎht-BG>9*e`K7A$l0^J^, L$.~m;-O{Ihf#sByܡP\^ ޏ7pO)HDA1Ŝ%דi$G "f&b;=UժM 3?i57]UH+04 hZhTUF Yi.upБa.S(A [oG43΄^ 6K_mTIZ\y';!Q y݀euHypIs,9ւK<ߔز0Ԧctp^pi瑽2ez0XS$?Q+غc~.o6ZH8`/,@ ^ZL(;A_`&7>8o< \MB. !oaFm2clF^"ÖIAbꑪjuy2P lX) TE?$GB B& [ w zC2]•/߉/'OR̝j洪$2n\ #,E ܒon$͘b[WZΪg܁"w#ab@Z|TKtPDAJjC$h΁>(o4EFkwQYQĵS6c # ҞO{0MhAf&Vy$7]A2! >#/6]3ҹC7t'n4}Ct\J5D3I:Ȍu0/ (/X5w=l}`,Im Im^ PF˧(Җ*o]4œPrjSl+ڪ,^}Hn("ٙX:u2q,z .R%$\"\ce::[EFqqzSr/.AtSJ{5cH<1}#e2M{IQ=#V8b)QiibeǬ6W}EB82Gof]?T WM~8uM&&??xRGйezP; _(*.lSH3X}v9IMFU3R۶Q.NB Bz;GZ0E9VlٲA 1p= 8yo:Suo*G,\|<#8Ip8uIaS[ȇ^&GM[IyWEmH"!?V f\']VPOlg1 m*Aŋ?2Rx}eDߣkr30zPoFja7íIumI`7-D 6mǻH{%0w`7eY~Ajݶ6uьhbG? f9dg!++ժXP`F9zμ|+JpEiVnR{hO1VSB9av;6m$f$8Xvl|pΏLW',٨L$Q[ރVK5=t]&7W*Mçl0ib(z_<Nbwük~#oey>4{o+X)UJfIyhsʺ/4pԲߑB0Uc,/5dlZ<фh.W8C%E ^*~Ԝ_1L`dTTs[t% үʱ5'pcԽf`_YѾZ\"KCZLgpéyFS9O\C+pP7.ϼ|D(č t^2PӯZٍ șj0o,Naf2f@#.nJT49 Ԅ/n۰'Ϲ-(jD5;G`S%鬉T@vzqX0Lk%y̛dmDOg$nL :,ʞkHöc@̢궁ѺCE69'0wʥߊ'2ae!q5z\CΦJn;םhsV8Q~/.Ul%M\uqg+11sW"iXUF=lx84aa`싣tFǂeX=_(-işMPT@0/:}_#*@vxu>/DSs|pkq3׍I hpbDffq/~ͣeU ZoG6~k@ΰ4?MDڗ(!c\`%[_ JmĔTJt̽M~{jcFiswIPfq0PQC\LH>jYbhz㻉@Oμ>!guc,eE4X[dwCqjfo,R:RS1vf(pKZ?aʴⵘ (r iF9%eٻuTVW橥C2(hIC5h2ç #R$sw kY--.B/WrJ$%i7ְ? q/0˛C1$M:XbA++ZΫ6^@ 0?ޒ(ǟd#X&Sm1{yyIY!@vQJH Z;;پ}~E׻Avxos.+~!jgnٕRzVo?)ch,EĒA;t 8vaR5qjK﹖;k&%7yaEĬ/ Tؐ7zi6ssQ-Ug=ӈ b/Y'l,{%"{趜$R /g!6쯤h2bDe/1!P+R2õ<4G*[-,Ōbʋ 2m0ڱ4)aXۍ}[+NkE毺qS@vݬsrn9)?$8рbi =++zϰ};'yӉ;C*Q TA+Ij^#ỖlP dЙ9sj!r/h!0zb8(yF\mɻt?Jm`0!P8dcӧ_gG6O(݈ǎV:^]H;=lC}RqQ nb`ojqg;C/ |f%YhڡQ<6'`뢰q/^RM^?<)ױ;Iwm㙲o>Px?k,2xt^:""#dMx9<`_;ku4;gEotXpD64\/rwH|Z| 'Y>C׫K|[jN:`lN]A &nL8G&iLeٖU F^4\,c;`nQ{?4P)"Wݶ $n|n.Ҙ0اѬD^. #cky , ⃿,1[tN=rp}L# HAmVh8%.4ğڊ@3e-ϾXjͦN/in;Ót0Չ`9nUO9+0/0>gٖҵA!X)q 3syRh 6+6BMai''تr$3.Ptyw%  6gReՀąrA.&g"v3e3,IȸT<ޯ;?**,4ҖTWG̋TLѤcD+to%p{trPMd~6kID.AT4իm(XT21zf?ڴ1luc=!*4GO һ D攑'#Y[,ytZ-MڃQX1FK5 ܔB܇.[:ԜJ]3^A @O$IPwfǾ梄W5KѸpU_f}[m^pIε7CҖu4e sd5˛v 8y#.X(.j>Ѱ)oXM2F|?S>zhF?=vsR$ݹw}ʈ.T˞S%DC.\eУwM2{ke!71z=KD(QGa5zZTn0\0 XߥR`$=j'W;`WL@8~r@Zx/֛¸Z9 KBC'MZ)8e)zEJJ0( tg:GqNvK֊Xň؎YX$22:HuW0hzݪQ k'jl=Ye#јukEO'/Ciќ"9N=i*wn&2)RV|<(6Yte ]k%sn,}8 f}΍j4RIY~;. 4=Ld]{9t?=8$ &5|,h7OJ -phٝ1RNM3%`c(k^_ 8J%6l[ 5u^ڱ3'o&GXU{=jŗ[!G<Uξo] '_̾36{勏q@p򔡿O1 8z?8)}z)>CٞZ 8=Ö6cm ;\-&m-QK]e [1 *~KXdQnCC׊_&e^VΝc 9Dzn)YطnzDSK-F}1R7wo\+#=sOJ򳻑>[pZ"<⺱, &zМH\rFjŎؕrUؕ$m"*~5Va݂Y _P5qn /7f{aIWuIPԚw UmdQT-Cp}($3e<{6-S~!!yjv:ȴQfa xIJр)rFF;vʫll庢ݨL}{`ۜ\TǤ J9>D;ٳ:\665LIq^z[UDK_7,C ?/) Tb%0fpU֍bC/wlם-wx¹wT|'C{pD;72~ Pj,t@>ZfuR[0ON_CKUee淁>u}y(R1Wy݄8)i AW{JHzq=Z+zQp3흰:OEm/2s,Fy\Ly}ȁ:J׺˽%V[ˣ&k<#w {tSkZ/(T0\ѩXKX "Kpϭ5pMpM5y435HY/c"^Mhn险Yv5h[Vi&3*3[zP6B(,w\.Jڕ" |Om<@8_|r1E Ӱv Xr,"'4Vo 6P(~qJq8fQ#|bɲ  J;uY|4T7=07ަĭj@aV4nL+'e*K_2ڲ4/#:{,gYQq9Cdpx\ށMs"hX@ϺF ۠r泰O>3b#IdȈ3i%Ps9rlc}( Jys.倅A6+lrQ8r =D_£a/x;" j]"Z7nF\JC〦+@mHLcgeYcۨ%UpAjHStc\imans'5Mt&*ZlEЇ #[r T̂`0]pFp DrM:_hL$1ኃ^HA /j,F )+Y?I #fKG(exJLYN0hapmϫsEZa1ӵ"0{^,N`Kl)*-k7_r}>\<=+xP8$X ;12L 4[o0a4 L/ 6_Iݝ1X,6w"aj얐 <,]Y"hA&?'Җ#Xj[Ab%ZKM+ݩCQǘmv[v`YWfv(?3`(.s@aݴ r~_$h_/\,z .-Fʈ0KH i34">a {7IJl>0Si)A\.vc9.\Hx#Ͽ.yC}\,MiLjp>i@-5PHHJb2h u\8݃` wӺM8@W" ۲\z )hWjDK;VMz~bQoKoMCeJO t(bVWYfDYD8)]FXjF'bCz 0_wW.|"Xy'|: M\ ,X~Y:1LUv~v<03g@ Y,@8.c$IUlq4ZاAxiαBO7; 7Whp?(9ص=nW^6; %(h[!ud<' 6`OXh-޴$!*E&NM6zvvJQO3  i:Kd":,x2}ڥU6É{ڟ;M5 [{o݃$Iqr (nΒ0[\۩mVP>b54ٲRͫbęA`ҽ6ŢI(z4T K܂7Rq^xfј̀s,Yk}ˇ%?vA篔{ (6F[1öG |̼~Uhxrw /C{!YI+T0 SᶭW5:[ `~ Q?;DU.qU R~5t ' S<JbUsF6K#}2[n zѱ :)Y_#x֥p (EؐRaRLBz-Oaa_άa,7C#ra$VOb*30Lif)I١?Gq \eZ:"ᝎM:X#\d@ĉ/yx=(|`fÕ˷,tc18OK8+f?ԖzkOCck$.·&*.Mo`R~ɾ6Cm#otl? )Hl^n970wQTa5@~u37$U:H,>H%@40B3* y54G:d(|[Al kn;Ս{TuA:3cvotk>ӏXX4UK֟ 3=ScImm3Ȁy{/NP[0c%2ב\7]mS:*r2{{:l6HKˤb*6τٽIp{VON{7.B(%f{Tݏtq!*5 &fӈD$.`+\{l/m@',Tބv9XiNBGRCbx : t;9Y:m@xRe~&_c LJZU+`Y "ȬtMs\. OĔh5N/:Eݱ77 I9#Xno-ik) h޼B_H fvkvފv1|e5QkK.åҕ"r8n>0ߵ;&`ΆsX G* !u*D+0nw#6pܓaUx}1鱃p -<6EQX<J]9C^({*Ƴ {DԘGoވv:M{!>7yJzG6sJOGa$r^MκYc 4@oδe.v(&L+# ]|XSּBA4*6l88"HuV Je>{pqOwM:MgfraImWNļ㟷H)9R06#swkgz $3q(@2V3ރ' kjQ/N=W !31~>CI"[ ]^P6uBU0tV'pXVȃi&ܒ#=̔&e3E`J7vX?2]a>?35hÝG=+C9 k\NGIOSDD=q03h ai~s|せ5a7d!*ޘkVG;_ iAH9VBħ+QL SZẙ$i`D~Vc3]SNmr0Q)%BY'5QIVZizI"z-su{_C di)ȯ/ k(Wҗ)Յ$ԌIow_:&$9Ɂ0ԩTrm䟤t=Gxtii\bNzE -cٝ]Ш2ZO^] +0bk>sy6hŶ'-ܚ9iα1Dy]17/kXC.Y }t[Vg_yYPb)$;{MٰƜ:9}΃AM7Kp÷Lmv[G+gL1ad7S<\ҷ|vH#K]Rȉnq>6_Cĸ?(i!;G"}%[SRNpn~0b _/#4[~1h_\9ԧȌJ[53D ]i,4dׯM&: RO >`6 ~Lu]`7ՐZ!:,幉3i[{ELT Q\Yiq: 1R]ukщ3xp7[E0N'+UP(`9ber?Hy󝿟rzm߉J ę釂pw`:W=3ؗQx[r:X+*"&<ҏ>JN]3`ev%´‘4#Ub]2 Q@DD  p;2ERBï'"Yz8!yRnyfo*z\l.~-NDޟ)8o alsVfZao%k7FmЉa`s3!2va>[}b ;]c~cÊTE?x ^`MIvfs^!Ə4B=+ s48( fpũ(Kos!Pj8<4;9>2uYJ_#n[ UŔJ] >P+i|$]\ Zx0!'"aibgTj&z)M_ QkD?!`£Vp)RS ZtQ(8[XDŋƇ d0MăMO *yRNP܍Te^zrRyYP(3c b p2p8hJ;.>G ͮɫY~asdꞥ /dD΄jה8.Zj!"k~"4,Uؐ}wB`7F wɫ\ BMcbi lRA<+cq3 ŢPa4*U.`hm3O?QdzvlvJ,jKPC0j;S5-S]uSòzcb{MWA)>cxscVfg}?F[9]bZFn|YQa_HhLT+B^:VTt<&FT[a3˞R~u=Qٓkʈd.fnЏ*fQU%%HHL:Mg0,.Z}Kv!.a~cO:<|?j~v<#4 6وV_Tzl!cc.-2hU,$'qLqD0D+9{?[!\W}|Mx]XW=9^ȉX!9LxZjo$ ѹ% Ahn?,^/ԧ׃JB1۰d>c|XTDIoi (;r4p;Hhߨ<] Dr͢W{@@_֌0ciXp$՛_8UPۻW.o4f`X)2ɺԄ7Ϛge'7^Qb5пJ:MLS΂p;CiYuwE3ʡxiɉ掛[Psd(fD@UlϚ}LŅV{6XpuWF8@91:I+_Ě:̀ ̪(gF ҍӐS$ d,hwFN9`=6>䂬wbѪ=ibn ;5:X#/W#9#fO/o<הq8'uu. qw.2m?ZޖFW @y#dDHªG%_{ aA5_,5AY@Mc g;뮐e]mVZ)!?mr&LnAPΑR냬]{ P \-XRi;sWWwKQvHSҒ,~D%7eD,$n] 9@~(^6St]ݞiī7FmqoWp+()7h<&'W,9lcً~"BŲZϼ1Ex/>G_o3߹fkN灜lf[<}v~!nfeMYق>hH+OIT7t 1ſ-h9VqNH P.y悆M7z2lzx-J>Ƒ<3śwvA1qLhe$dcQ %!ߋA4IIVx]"٘J"^1ep9gKRb xy}GWQJ9}WQƄwq|w'Lkb?Z`̿L7\}fJo?V6"SH[ewZ3ʀcnEJefA!&Wf[ dBb R_rrjUA8.- 츆L{1x}*8C'q @ 32gԃD<μq7 wj+"YyOU( lOl(]2K{/j&^JB$Z 1A큮/|뙣pjVP]Z_ Cc~u&F9kJռT9W$s(m;'>x<6Oǖ@vb;.M?,^.GEް_*V 4t# s$M׸o0`<(NwSRWih%6簚^} 2_`^lh]lZᮃlH _T[6:9פ/֑ӣ]MM_${JZl'=酗fl( p;F?cM ͱK5fF(*XG(I'rd-}Mʧ|;Og#!4n O㕙BQn 9]%#oHRj_1dIü}tfsUF&V2zWs+Yeȇ (D&FrZArtlT@e:'% *`xlQN:p_ɌѼMe Z-_q:( ,1SܤeM G _5ép=4`}e팮z`] WnJS |W1s~hhA (-/cwJm&`|42aNVޟDR'ذkNNj[_go lŴW;FfCǞEr7yD=U嬗I㿰\1.αo΢|v1MW{f du/C͙q9ގ(o/Amx)Y|{J?%h l{BR@۱.Qݫέ)f6ri&d7DO1LeW)˛ Bva]qkg<n,R,b&.ZCe}.Gq,RSGϗAkeqh#QG8n :3\ڧNnDږx5_|Wrt -}bT &$sBii9w0B\C $;NEf{~9‚KNW3 9n!^?qGdKCFS!zh[2˜))xK̵EzR:+ $%LM3_0ܧ "5p 6\= ?n lIߟΖcoEAnϥPO(F5l<ظF|pޢ5uDO+ae2y $Fh̫).  pBRz(שl&84yP)S70g\ȱcONzpoZ;6, +h\.J~L::'>-TG <:h]W{g ɞ0͒(_m  s6HDuqyp{ʠ5FIVoq K;" 6p Js4zZmRAqlĢ ߳5 \zj7(3sY3 WiWiyR*ez䵀4>0k IGD2'q/NvQEAۏF)]{jNkyr 9Sޙ{=ՑQ|f'aKM#؂]FVL"?L%{;+BLWG9Au,c>0HJ`suGe鸗^[:*z"ùC[ -4Jt=cxEYTxkQК E-*dhSÑ7Ҵ7K.:b(4Yߓ7v.F/"Z՛)n4*lj-`٭`zK Y@L|ȇ?ۦ_ɦ`ۊ J® {ꤜ"Sh?v N= HN z,J#H C|]k &ɍ/@ nEx|"'4n׼f3uRz,Ի$ےuoᗖdUSw%w#\˛NBq(5᪾ v&1G=[M?}mr64k+ j8,?OӧEHXytáPnXFpVE*$[Mx>-lΥLs@4z9txn \-`Yշ޽LHd =2Jvc:mr6㫈&ԑ/7̎3\;)LnUm v.WKݶ踦Tҧfq^ P2) ǥf|XUrbO~C$[+Ħg ,|ڭaɱ`D(Q;Z-FDB愄ZH0F});:k:}ް;RuKq_͘ (ݕK:}5mtwQy3/7 ;e0܊֕jR?zHwm _=.޲,ΛYzlTHphʻCd㥋_9 #ޭ}"LCEǩJn,aetTpu؁qqE,w{Ū=j9{'.cpWcw hZP"em*l`mD%\`BZ-#kߜiEqM,e|{+idz$60)Z p#S]GHN .,)%WIW-53ň[\>Jzq#K\е &/yQRT;WT|"I'4e1z#v&w X{gZیXJt<乮kZTF6Hl-oov,VBi?M;׌W0k~98A e:K['oC-JTRHoC En f"4[ 9(j xMHA%Q t\.Y!>tPPvsR'␴QТ_1$ƛ!ZߘpHݧRSڟ8>P+Ğ;0%ēbKdDDzl/ySr+5R ?z:RJ!?{vC%R+S<) ~4pVFu Ob챱Lsu-SPƕs)ЄLjnkU"q5Qx^1hLNv.(tX$fdHjf^yAIsF4Z#-U9R7dvm%7qFqw s<6n?O9wP=o7tvc. ;vgLADQ*Z:wb%!4HW~7/3W"ZS_'l5pZ8mE٬ܐy m६ݜSxHs+?E$9Оfj l"{Qﮅ.03C( GƗ! }z KQI.\WW_rTݖQ;sTKeCvYLv]֞S=+pPcuv b6>`RV$k2jV+* UptTB(jN8,\n>H9A6DgQXZNMrr1:D^y (nQ=Qr_]L#clTո?ULzjdLݵQ0VxI(9F;Dϫ8^ }~D4ƃÌ@T.b#n>JޗOˉ8.&'\A_A&8T&t%#)s' UJt۬РJ@7jDwN]&X9nB+oU"uv1/4[Xg 39 5MSQFy 2NñULZCuAcNk- ai/-x_{%zk_յu/1`nV}@/.x>;&ˈV8:;Mhe~0yNlxA$2'8B\|]0~LfvlwS&XBqy ByifuM[뺑3KN]Q?2یj^9O/պxZ@l ɤKͽ=Pc0 KWxk!,3iՓci<}]X8CfRLyQxë~I}8tE[Kv?S_8BDy1z*s9q t\+%Tvd!ćף9z\^%P2Nb= Tƿ0֚s) ,$ 6|[?N[%x*S˒8Bq\s/"{U*̢Uv;SL}ZRR4Zdsla_?z%$ȟb]>F!p N@TeY䤰 Va)9[(( E/lKAؤi%rZOQX3ؑlu֌U'$6솣8f㜮~0(~~*9=Ag"IQd*NÌ:-nycWfj(qVSvr7c'a%?2K/W%"3#OYmj] R<xnEWoz$Z$lӆSB'f!~l l4Py1+׻0Giޏ&=d3nQfRTn xYϊZ樝EI~ 8VhM'"7^s+ÈׂQr#xOvP}(teϥymtܧsӭ^O*1UEm`fܭ'~~#N{d'n}$69֠J\;x,w2g/Aă~KT'@ku<5IǽT5?jOg܌*?P:fd_JG6mCaܨ a-ʟܑU3j{.qs\!zC!b4L:c7A9bM [&GOMvƘp`+yNƈ t d/<ɹ\_+ C>Bv|q09J9[,V{xc]^GdJZ+D\Rup!TXfhN^CDR]m\PA|CwЅ51ƷoiM}#k%Zkjv!;FD.I]XupWV67hNž龫h Bx}sq1wfYL+D~QQ jr),_\'5@{Jdam^)7XhGp<֒^_9O0Uc486عHt@)"/eRʩwCy4F}*/d&TJJ\ɡg@ }޵@l`sweuYJ%7:adZ/^+A/> 8h\BE7m p2z9AkWc6kMm^ڜ3Zpf8[ܡ/UzFdփ\TUYƤ5d$J}Wh\y|N~5 je ɲ U@M =4rN T^/Wq ц)6`ڜɆ#\ 7v ;SO QyXTӬW]veCG;łmE{m;UGѶ`>m*: qsi]vSM&Y[lX⧖{gkn5߈kc%{'!2V,iU'{dRg g9뜹i) oXcɫӨ^Ĺ,TG$wQ:_ }.%TL;%cH Yysq$MiٝǘUS"P*) 6h `w1USPB= >mw +9tkYa{ktâ]ij#V>_ܩ܀C-zGEڸ,&cA߾3N^j!NY@h,n6ٞx9%^Nԥ`p>J.} wA DyغWR~9gT[CQiP9/e~e"I4cYpW s取Tϐ $@NPyZ*)1׾UR*[]ns;KXfwaw*m]sH' RbݣWΔ]&j0>%W}\f 4IWjП9(-zևNn,,%uM$?*۞n%t/m>\H2+J+|Xi=aEb׼3t2#ʯkRp26A,),Z|E6RiP+"?$mF5Qd8& tqA0s1eQ-|wo9eo9čpBIf6Ƅi%t`4=Yj416Urv7cǗ~>ZItgjhqIV`|wgȧ[ X4#bN޷=ʳ\M^?0ymf>'nXCӽgQ*:O_lmX^~f?/*mS 옽PM "H)zA}5i"=c~.+ S ֍~H^X< 9KN|j,)$2*bܽGI"@ Q:ЩmGP}Nd+精0e\ }%,dn+|}kvm{Gf'TLYAѣxK}U:w;c #1{Ou>˳3+̫PX+{#I-vuӊ(S$ONb ybCvPv%$ˣxݣQu*=N+W=_A/ '8 " Xsfjz ^ KneÿHW&%̤ ziIP3%E'mRO|Zo0kBK=qa Wؕ\nbAx "3 OM-* JC/To4f%Po)v h{́pZmKW d]5,W \;gggt0ҩN#mFS^B8V6N(ܷK0^zV<ƹ=OTWC2N|yD4TlHbc.S.2lgg_OI/Xx"{7~"ODiOjM.;H%ݲZ ܒ`7#R^D8BDN;UUd7;b330/ض'fV{H3af ~IIg";3*>A —IjQBYQOX/]XK4Ȥ ;1{CC&5l?z/m'p;%gȞ cZsZZ<1 ޤBt !5ِ3Fw1\B+jZֿKzpޭ=$;h3)]}^Z +wC3!*4)}lDJ8jY{iNQ?xt]qWGz֭I軡}G0QtK!L|0gqEWd$: -ɂIX8t%,0_Op1ѩ"MP=$e[Lsi=Ę]~DOH'ݒn2U`3 pՕB۹2 +*GE0;ȓ۽yȰ%ןQVh-2DBL~}E5yz 4G C1=wqJ//kN(8@"^]Ro×_-iX*Sd/WX1#G,}S"Ӧ)ĩl= 3M A= j(<[4 GUT.e̝h+ˍ8&Xy\(U9:W~JHk@fxnТFs[sA*@>@~7-UKe0xs hoUg$z͗N[E((5&,5vWy@MpmPC$P&sdf5+uU! '[ɚϙ)Et<*(2>Q`/=d߬ $lQxʇ'ndjkrwd( Ӓ5^ tr$i+&Yp/Ѹn ;)^+ )R+a!p,^'3ym]! f DžC"Kfv F +ٕ ij κx?;l»l2h66^M"(2od<1Sa%>AS^e*פ"ޝM^;A[DZ5S?Ԃ̛9̦dC;YcD5EX{m Y1Ҟ!tP}".uzzHV@=E(n Q]z@7YV ˆ(ZE' Tቿko\9nnq6DY%_ܖ}c7 ;9&; y]pY jf& ,m_4 Tw+{} .uB WeQ+1t+w7.>x.:Jޣ_ JHdb줄3L\s=hq6Sc_mN-(RuXD (a 泈N?0v(-Eޟ|chX;f}T5;''c|,G  fC*9Wam@stV^K|"G{:lղ9il>ɐ?WѠ>ģ{ǹf- 1V&5Ržc:< U1[Ӱ&&n. '||?_e5pfgSHdX߲  8Dt} YZ