Botan-2.18.2-bp154.1.30 >  A bx!M@eeeol1f,իg m1-'t{2΍>F% #D/{qwX"&"jaAnOƣ-#iݏ׏@Y=WX r?^Np" WUMv ;]i{BCV*{Kh(Mu=[Ee-`0e=wMΨ+K A{$̰WVoYQ{A;R fe88238267090f0b524ec4297cb1f4d94f959d42e035e2ecc6ff87b00ab2aecbcc178f118d63cec884b5f3bf75935df5cccd391axbx!M@eee,`+)v_M5o+;~ĵwPb2 !i͚?Q\--[|aPmM^^t<|{@z.:~Tl;ht* =^  醧}!w?9?w,lZ3ksf],؉uIdDL0݅U`fK.Ɍtei3[N'Ȃ%HYm}?G+npRΒy#5kZ,?+,lmD >p>Τ?Δd  /(,8<Ybo     ! $(-2TXp(8&9h&: j&FuGˌHːI˔X˘Yˠ\]^bćdefluv wxyz4DHNΐCBotan2.18.2bp154.1.30A 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.bx^obs-arm-8 SUSE Linux Enterprise 15 SP4openSUSEBSD-2-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://botan.randombit.netlinuxaarch64 bx0e2b170dc1b5d530314ce126de94bd35d50993ef8b64d944192cf61dfc3093592rootrootBotan-2.18.2-bp154.1.30.src.rpmBotanBotan(aarch-64)@@@@@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libbotan-2.so.18()(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.3a)@` @`y|@_1@_u@_@_ _9^\N\73[`O@[DZJ@Z̧@ZlZZ$ZZZ0@Z|;ZWQZS]@Y@Y@YA@YéXX@Xc@X(UW5VV{@U@UUDirk 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.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-arm-8 16520881582.18.2-bp154.1.302.18.2-bp154.1.30botan/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-SP4/standard/a28dbf9e004bbc63b313989b48f2d5f1-Botancpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=204513094d8b45c34d9e254e73d3aa8a91829250, for GNU/Linux 3.7.0, strippedRRRR RR RRR RR RRRR RRRRm ZP.Q GB)utf-83cc0a27c9e49de82f94d7441890238fb25ba04c654176c178914303f3b2f4f10? 7zXZ !t/P] crv9w ,q{*}Kb"OcBl[ ,v.so %yiH1+=iD\T4FVn?!}GG$x덟{18&M6,&w|16}twY$xuGuHO(رM4 l-s]&QQ;x4"C&Hxۻ;jEo$a0K7 ˕h\*KYi@y&ZN]Uְhf9.^:`_;o$)߃}BS¸(d$3X⏕ls їa8k a6ػՓwߟ8`IF y8uKW-iJaTRI磰^GO"ʿIг8GA͢i#¤K:;}@l]g2/ĨD,\Fuߟ=ΧX~l0R׼ @Nl:u# 9ZcrE㣊sNw=8xEzx_>t"=aLD~9cQ6bZ($,-!Bg0M]y &^P=r NfRz/b˨wYR.piνS}5"`c,O7G=fY#c tƍMs< l i"2WTtXǶ.Ƴ@,^;- '::1WߛYᎫD{-䰚nZm0_mVBwU|vtˆ W8 Xag tE:\/8,z_3Yrm)G\Fu;," ,~K|W)\ّ:I>JA/{ب4o%g7F"11eJtO(E5?<6𨧁' hӐ-]8u:1~<$ *OWYF5.xr_8T0.tvfohcbˈS,RktM[9,-Ð $veEz *lbbG]I &{p5t+ (@k-(8RIu3֑'xn"xƒ+\l؈OsLiCOd՟f[6I0jdNO.>G.c2 T$4wPXw |H dqlLbֿՈǔVHmΜAWӏ"&g+BAoQ18;u ?t7rxaP h[/ 3 &93RWZNDv2`-+iuY&E>FVY?~r̄gHfN%pg vX 67dkˡ8 9ͥ]b}-/pSKSLJWh ޵z֌cgFzǭT#o.'@}vZz_J;*u WiLZ{5jE(S{ NϤ+vԼ_k7J*P 7suT].IQjÏZZTJJZwAs̚FBwӟ̅c<r2#4yLΧm7n͆' En#SkKZF҉gJxO̻gI*( oU^ #f՜lʚdmnntyw!Ck\ٶ[/To| 5|tbjo(sH`b`RPHnt%bkG?}ηSQv)<rc<0o+R/4,˥ߡ&ФU݂ܖvf󠛂 Nvp|C>0 RH6}ji` "Xd; 6;c {\ "a8Dۺ愎Dl=dZYodTk O[\^޽h _{+"1u- T3'4ZRhX/7n⨲@Zu fOcKc j0ر+kƠiwsט fFފl2M?(@Y^?VPevq( 4x5څOgmG}FtcC=4)4GȲe AL`*@;kDL̳sٌti2 -wow-I$M2R޲>MoDm=<(HiȬ]{`X(8T=m XfqzS LP//zN=կ;{aM'.V@J ZsVlԳ@yaZ:ËwsPvE72|@55vsG=2!{Eri=^O Z%^ HݧwNgntMZra?E.}ˇyQp=YvvtS$!abvYҺvaمLy?j13KU$ + (ՖP5fRWGxHG=i!*w.p$歜GhniViy 䖈bFA"m+:r/6g˕e֎# Q.U#eqp:Ş?N%.va} }Gr!r =R$o\kj }7q*36~UYdžy;|>1M#(8rs<'g#Jkpp`p L/KJ_c!wLM]moLg2l\Mf eBu }Վ0O{b?ixY/ jR]R P/oV uQ 8I΄GPpaɫ#-_佣8ߴYD"X:{C n8JdF BJ1djSyZ\o;yF{_l"` dНj",G ?L3kQ] ~gSH!oDx>%^<〄: $@8,(8]8w6TuK0a|lQ[˾Xم/) Wzww-Q[@cl覽'Vf"mWu@NFׄ[QRsi8 .ۙ-vH'S eif?_k2ԏ+n,p eS;ܝ4@D~ݐJAvk%髤&i9vNSumk:HC:lS-^|Wr[(,O_S`M*WȲGͭ(VF FV}DY0V`焜9bfӱ~ !fcPΪL:t2?CmU[]h3>C/l\5>ivWWX+ W´A{ZppW@i+q˃~$:4hBW >?BZIC *gBD K̀t3Y,{zj1al pR $ /mD vPǧؠ`ȮZj'i }BaL|`H3,&* >i':1ѷv4>$kE=Bl'&jQlx/q4#v8 >+Z^NG u emP(}':2P3_H 7']) 9TEU57+G(p5Nt޲UWN{vVI_]Iˣ8XA AqՖ[YAJNDW vwDcԣi:{X);u3)tY=] e|_&A:VQ/ ?W;!b r,f Z՛2DaaTynC4\h2{kldA8UsE-n͆ A0t'2G&ηZ;?:粒OaE=/%[b>0I3)ETw )*0i#zNo$ODVg.~5C<)Q)](mW iq$UC<:ޒ"cRs"$&7u`>!9.̼O Wy ᠆L:kf`#;].!̶p-{Uj[! B8m8/Q7max}Ns| eɾһcV<|XJn?PlյDaqWEhE6Pd:cd$1ġھn 8NĸB)E檌\{Smcsj~appù4BkңOs,Q[4]]cP QW=}Z@99W{3N$_M?lIZa`~0/euuN66!Zsċs}1Cnn^828l3.˶|Jx,^[)j>$;suxU'vqqKX=hkj"&!<)P`֚kLrICdU`Х2c;sЭ)&aE[.w V<Me,i*8pfg+Jr~&J *|G^|Tme^0(]!`cˀxKDk,z,(y#8_2@aA ñW;s&GnvhR8w5F#/`%7nS׬s$3#RhK-Kk(LJ5~ܜbm7b"?_-c Rڷ+'z,;u9Ŕ5&£Â؅y :]lz "DHQX)@E*}.'،O q)+ ח,YjJ.4τ,vgۊ$A L$\F ȫN6̹#Nc:XKCtW9ʒ/^h0[vW\d%eT^cǼq nz2 ]Mć J^Y)G,5p/%!mS;ƚ( Rk%/~)Z$1 fK;gdq%Wxl#r!g )v|4h^k+g%E`)'b-"&{ ʏ |"z[;k)72fvĠ=wDzPOߨxfY=;Jf 6V+!-lvMn,}ȖpeXpĤ ml'}QjKW6k$F7L`4&tz d}l KL*| ad y7ğL<1h,GwavFxoa`wf0@Y{F/XJ? I64⽒+j' *BOЅ>Ji%c UĴPi[:#l[] )+HkHhd eAZV5S5&2 \PX骜Q-BdG3h|A˭;Ψm㒡V_ɚWt^o{жQ TMJpJZg:af`沺&0]?+܉FMF$G!{6b\Vf;Zm& "; kujyvmaҐk '֛ү8gLlс7=?C_s]Oh+z[Lyo8I[IE׼Y {"o5HNj ר+YZ&3\-[Fki"{IK.8w.'R 7T\j]d8ΛRÆGm8A1'JweLw#kțW0vqP%׍P)R(NupK2߆5hkaފc f񄗄nw|utKYJz٠W'l_n:}!tY|b^+vK&Y h,L+}Ԕ^/j-u@;u<`vJ#*(⹔U/vqCT>F1L1.VIkىA=P/(c >}BPzBpݱ3ʿN* 'u }h/XJ|;Bu뢘V5ǐkkHT "xuv6xvrPyuenʛ!-lJ:6ѥ4[8,T^?S\[Z]p;<"zmH8MHh ެRn5¦AgQsWPe\k$ZpZ754Z!Yrw"_!nOrzEɚՋ}nN9n'NHvu{ Y@h/_ܚ8bT&̸0 C.%'!#J57 /pdU4w\he!fB1v[?w_@<Ankxk) U?1H: kpЏ!ʸNkc :og +;Xlimg@@/*M=x_DWfJl&" ~z<@lt\B=t8^LVeC H9W!*$rkm}A cxn2}ݝԸ\nss(~ozᡂTtjLpu }4nsW)g6FĐa?+q9wxfBkLa6 s]kdrW+J̖Tyߤ! ݦjv-&:GXV6pzp9(0KgO-+~O]H|J,wBv.rԴO^H%uȓYm|rdME?8K)Q3ݢc2˲ԫNK .q}{,;A9lH5zY8:ҕed6)m{09J5P|cPd@ f8[`;R.*(0w) )5`%E |Bp^xkH>t2`?04p_zV3\ @sC2 {)'# FĤ;ٓƱP/؞",+4׀ k8dP,H4=3rM 踁o>t㐂ӅDKWyS|->tZ~[f:Pht(Հ01bG\BZ恭2$J3ۺd"hpl(O&#HN?~j %&uVM\p{zlWZ_/eC.2y`@DOuu 59:,G7g؝xn Vӗ536L}v"^َY#;4t@DE/ܫ4X٤{Ŏz.ņ }AR}%׋>o -ߕU-$æbsv??E f$VmfvooܬE{kx^ n3"Kp,<}T]^v9ҀGOlv _qJ"!`o%]bh9l2NziMk~e~/-=35[hßyЄVV .T(bo1ko:ej/2ܟ8"8RSmGSXx#=SC кD[1<$'潅Cω|b| V{ 72 9S{-Vz/ )+C&TDj'U]Qi275pM Vi_;X-l]67ۭON%MFz.5ZAkR>E!1ضTsAy-Eї8@Or2i?d1_Y *! FzޱWt9Zl/"LDi@Z8m? iӻČ2-cV=-L ptA_UHŷaxgf"\h :u zog'J U]&(MBOѕzfʪp:"GVR^^Eu}23ds09XњPd/YY%ݿg<*LpHdIT"+ (kU"kH)o&B$QB!Ļ .ۥ U/ ZPGR~s?[6yM? q}l.ubԄztzX֎ l뫩3i$fggV8jU!tf0WYJ5]YU6 of):b0SQu%|OXp ,0PHl1w~knuYn[!D)1WF Ce?zW[woj>M#bliRCmԉ|Jv;Lޕ5H<@%#ׯmb-C*9sD{|"7{(,V.D0Kx?Ux^th]N#A0um?ZQNy.ˌG}]X~FK_Rȷ 68[[<ٸW)(L1\-F S44OK#Eqg@"̣W?__(=  9@o< "]905żhp9'^C0n"I:=oN?OKAa8dv/|H+/-# .{3?Y ]^W36cU6ȦA)Q8]bPfE 𖇚Mq [cM@sx?$9 ,_ Y*\޴EUW7 @伍\z<-g^S%  {nM 7[*Lvj953WHҦ/ő†S;,LK35<`rL6 |&h"cTMW[1$-VLfekC{3䊩nch1RI|e;>A_7k3b菝6x?QU>FLPR/=<[v,VvlgrHw~aN;*>1*q½g$ 9!2|pq߆1(?!IG;f rmĦRk%n[{&=W\I)XWʗc3:Ì: [׿ttqz-# y0rCix!f5V2vIҕ<·sm1S##(JF9֞+j)Hev%ZPdxq -D8A$6*K>{l ޹5WL{wCUAW=7DKBc!ñ⠕z'VP?&g0{~@2dq"p#4Ğ8EqR!Vi^pk46av"MCsBTb,}tnB $lxy:Iw6ߵMD0A==΅bE =̰8h 6Y;c6odIx&ؚػޗ=8y7YtJ/7_kGKV % KZ}A%7|qΘߴ&}MJSVK^vLu32yqQ"-j&Dj`E h^ ~E8K‚s1uMLe oWu*FBUWX8Dicp E/5 [pA77LᏃcA=ʤV|)J 艣uslo3a u+, .'g[Ăbbw 7z,ILv; 2>ի`GfS*IM(AҎӬ-٘K|ŋ[˕ ~1+cyX}~F0)^ԊwVî! ܲ ڌsE2{/k %ZquK |jfH.g?FxGhh̀RĈ|H/F/u,өo۠& j wJ,S2>u%A8L?zO4 SʽE@4`B@z`e{5bB?>4%u(j2Z'XTBE/2kYaK'2'm|OM/ϧY"A)C!9bf9[/6QaM~%1h^qh+w[3V/-ʎPP(BZ_C|и/U[ȔNRſݮňbyzHP2`&dXG1>ftgCs $|+gƱ^+X';JflQNSi2i֠:`H@ X@:?s < Ud8_ DwQ!h|uBU X јAɛ g"RLײݷf" ;Xf)P ]39@vP`6:Pu:]vvsz?9"reGK-?߲ XV~!&&'OUϛ=mBQEwֺE._6bL+Ifo'eeRrf'Q&˟[E:j8pEl&7ot e|Tk'oFb4Ќ(9k&~F73u%}v[w*Gfc7%nql}a*AzJX:`ڈrpRiWG`nH@U:Pԑ'oh)|7NY7 ]@OK*rqiڤG /4٭BEPQ*t=RzSnVo> ZRÓR|$Ň7WȂ:@VeJ(U!q֎`wL/LqX/ޙWcU{]:qB/r~RGhM=AЯ+a9,j85\4dZ2r3¾&5 ?HQ &8>mFfg{]efw:䅣|h[g~%ÉPcr7!r;6 vv[zyC= `x}k=:;M ܗm j~=Va^2\X0eu^'훙-kSy9 A`⋽jnmJ͈/0Ky)Ռ(6S?7~ObG*g?t"# *ar/`V>#C)9 Vi2hTHh6|kx h#^] ۏ E~ƅ52ݛȼB'q$e^&Ե!k :4Q_Ҽ`Az:O{DI[;K'W̨ mGc z\cNAek#-A[sӔ7!d ٺ!q\|p K&fDzElM#Stf$w;dXy˽NAF-T*f?HoIQ+t%0}dqTw:ru/ap;Y ɋjs:p}<3)Ǩt}Я1 *tnkcB.Ø&K*:%jѺ3j6vqn HspEP0 $A[=A'DJB2{pHAf1ȦtӼLJy"]f0 $?HK/Á-5;Pop9O;}R9K3m2WN=A>}0yÆ7@ϢG? FIfaNݦ\bf3K䉈Y}B)ćJ )<9g23MP A,:ha,|'.b"j .ɨ;s9 H:Nً'ܾ45WrD D BHV;Ts*]} λ}j ,ޓG/+#<ՕH2 +A1G 5ugۋAq;<ގ_ӳW/-ך,"!/n U"Yy! >nmJ)zH/iF)IP(y}&QdPs6erX&?VL7L8A}ArP2j\)?w ]W1NX$q2A+HiqxV0~gJ&B<#v_m3X*>B-NIF6(YVe5ٮpo={A)ss 㹽}FGyK DG\}7+Q;Šp+A 'vRm)>֢ۊ{ PS@q2Kyr}_'"@d7RE(Ƣh9UbtgY+r'9i8\2eKPjOܿOZ@9NvZ]6zu :ӎx5Gg4YvXT#SL׵Zŵ>2y6LYHۏFKo .Hh6D=$Y<`IaagLX_"0kl P+f Љ4'?4%^k*36"kRK)  o9 :D+3G@: ~ʱ1-Nh Э[o,Q픔-X%IBÎS<,)ion[0Ჩ(,VXg8pmϚғh?~EJfCcOMG[Fw_Aezti㹳'Ho~+eW4D̀7xXջ78n ~!otC?RуMB uWȈEP|l 7x 켡e6VpFyt+/(DvP(6U"nNH!DZQo$p5<d|s5 ,R='Rq!~C䅌"LY3u}!XY'U7okOb`|Rt/ElbĊ\lK:',(?_j8M%Sȗ~>ފm(|nR/cGݍ,1l 5Q= %1C0lq1biJ* j0v-w+FO\>gB#PUW9=#DQ^Bu} ^B?} 흔u!^- g4͕89C?̝!Ϭ Me?99 ط)kmLظ"J)k>ϫިNW/t!7x#c)q8H-vTവtnQ!𗙙K5c)J.]2jBu _0S8esC|6Ӧ`̬1uWE?7㈍,tvI"C[9<.C^f"U͑mq&jv11ӷ_a<5p!96RM53 Z6l`FvsڏM-WtKl[yf` FV d+Xeu}OEE8@.4-׎iBSTbYԢӌKGb~30uSԂ(_SwWoRX8{Ȼy$I%nLntoa{=!d@-ݥOMN.^JD(fi}_M - "P Lئ=rĸstAb g)U z JR_vl_KSu&ːœ)G 'S>vXYrKC Md(H@f_'^&/ (܉zXHP~Xqv/ũ=>) ?I/yS9uzCcP&&QzK#S0Қo07b u2|s.@]e$-6kX u_ yT?/HfahC콓T $R#V f;ۆHL *xH54hx'VoMZ4s5B t+,<4>vkYP%9ZYGGgccBNҠ }p_OYS|*qFTJTg!#To0qD>}!ͣ=RiQ`lģ j i5hQz ZXNasu*$~#\ڳ.VAM;\J|~XPG _诬XlO<8MEӧlkd sςN<%( :bLv c<%KΣm?t=D!>"՜;hY}46(`cU-7`#U nJUk(CYXPoƍ 2UyT;|1M_CVBj >zl-u\%2A?! 8xs>opZd#AdtZ\Geatf:hd^+*EƟM(ZM_0Nׂ,mb.ac$T7b@ܲo==8L=\$zm-@ R=\ߴXg!M7*7go pҵ&v  χ\]vfh_d *['8o[Bpw7+hnrILם`x+ o^T ~mh޲3J5Û4KaC;ZRٴV||`l  8XQ -,`Odf]dn{*FR'<++D"948;fY0"ȝ̨<VvL"@QbS񟙸mll]GgЩYOOJUoY 6`^O .Okfȵrr 8iAL @W@||IM/1/ǽ BCʻ8 eKh@mW%ر$}($ps)3 هYm sWfڶ^gs[~Se% 4|NooZx2N(t.k<!PR$%6H#6wf4[s:w#=V(S)R5wc+\Md?9˳9"N̓{Ws*jWؗ>Y@JBGݯ%:S- b_ugfPXWHbT1[zW橯$g-壹zۉ9V)%6'<}螳n6tU8Nb.@Siy:"H<|x"ᄎm{c*{NOi!:d 2 U`4Yjp$wl 'Bòc8$mN8lSNGz<r^ fz)MOͅ[R^tQ~vd,&m &mn?fRN UmkŽ Iz)v4t [*+h2o Ǹq̏ ĉRA Lv*'׻S˖TɢcCzQeIRF[ƨIKyHyy!FA^3A*FxZ&=:ݕy3M1}%['S6[d:.*iV讲;o>G9^a(<'kA37F^mR30:)C&+O)s\.޹@M6H`O@E~LZr;_qyaFec}\͝Fp"2󒎃ZDTd`u b"~~n,b .3"_7$D[xzG5}RZc@NJ|'vo,ɋ̿\tfS\}|{ &&NNVT 0SSyl+ T@̻sRO&ݨL iZ7DY)]Sp&[:٣x%>ޚ i*pAPe.GBIT^'ڝՅAMȅq"}۩Ik Ĉ܏"E_&q i:&6\0 GNgERU d}ߎra^P,d䳾x6Ļ&Ğ=^?~Uo-@C*d)K1}[Sǹ>dIcN O7=hKno1u6D-EFL4sY }4H!cj$Ȯ|1K\:ɿL񿨈d[rQU?on,VHdGVU@̻٪Q0W#44s6͆bBWvO|V6L_(d4:Z$nqFUm6{vAS ,P'QFǯcrjorxc#@uHj'c!tmYxSmplTf:h9_`׀" 6oL1ûc.4,MTDgwWٲޞ9bֶw` srU3"?Dۨ^n)`}AXэfo 'u{Џ:?)4ܢo }2IH'#fi:/1\@,a/D\޿ !UYI`a%=Nc/P('gCz *g_J0d1Ll(Hi-65ȝ}%IƎ~EC6n/C,6!p,1N;pFhS/ mW{SvMZRm??Io9DHܢe:LC"; ]yk2а!cs] J ?{ƨ;7k*edޕ /1h_HB@⣉XFmwҴ<ӁEWF\g&e1}Kw/y:ˌ7+θ*+]'j=AlrRk * imxddCUSiY*[ LV"B&΢wQ|B?wKO%=` ~{ӓ,Mߦ .kW3Xd93&@p5g;O8#ë XA w4P^.X*y%#ml~_J=&}r}]+!HjeS R_kB8)MF[UIJ!ˆ.fYץXR0Ȩ~N$!jfq (R-lJkfe s ݯ,: 95:oHm}Z]Y,m mɺw)ksS-ڮ[%۝UTnGQFgt~c gߛk~Ƽ_:5%°"'M:6i+_N  qεTv,q>AG`M^R03147yý%XJvra&wS(}n*ں϶w_cx QĠC捏:zJ'{5 cE,Q܁ۡPł $_Ko]bbh+h9\ WE*]e]̓KM#W.ȲL獷h_D7ۺ}a}kL/\$ƾC VCLy Y=F9\ܽ%4sedf,puCj{ !qk* dAm{%NNvy֚csݴ&>|R+,$z⌁26}b.ϳfҿ+94t˨7]ƬYꬵ86}Qe^xLX7"xr!tSV{A#S=~j{9Mۄhd4Si ͛-(D|h4U0'Z%e1/yO/x?j=$P,׸joSjٺc`pÉLA4ck5˻-﷋ }y7&>ʤ(tF[d)Zc>ͶD6ڄ̭+HTLI58d/qxr!}6S]N}\N=z~۲IwIc^@<&H5~gghrJ:!"hug[Wu,;,0Px[kLʛ+>8 gỷp "2"l/}#*?YNX6&_I6.(QrSd4TwaӘ]RvWҐ, DIR,HA2 yYw^!\Wl]BMzDl{FRj8=Bac9B2Di^ T~)-⇯[MI%f.O 'TAvfJܰuv-o,\MS,~dT|VAFb,@ ^>Ԍ&fRUs\Tvxr6wr.AhD˂mt|S[ fV5|qδÀ7R%p?ц:; /̣\&Qtz}XMM6YX_P 6WϞFadoXH'7=RP:#Hgc*(gܘUN490zg Mش$@6UQq%PՑ ԥR5΃'$*p<D%qfA;A5WZ%j+7/)=~F%zF?t`qOsGx=J+/-|'۹hH[aո)mڈve~ʻA% 08_.T,b+;coCw(JW'nDZ jjMiߚTTG`N'$X )FS_ _{袀ܺJ׌|pR}-E7 \EOT + Z>#:LN;c% m2AmD!⢝w3UnC`=? 7^8SXD#.R+ xllAGHPx~ 2TKK!ЇTL ^ ݪpwqɷ i4X謷J8; ̐wMe˥?fÆ{[=NwPV##l=8mf(7Jړ7h:L_?꣭XT65?> 1@(ܳ:h'|Գe Og/Z3poUGݿIED^9U9iಎ9ӐK@Ţ雠nc8o]S\ >kl~ā}">睿)yot?I\l:)g-*d,8GbǸG͆OAjg"L#jwć&p_pRϿ௲,0h%,l\j[-G4|F{R|QT[WtsVӯA` xgb"WׇY L|*uWLX.ץeD"vc t8|3B$7Za/1i#b#0Am`I,u%aՁi{ tDy!|X+u]/eyHDJUGտ<6?L$kcW-CՏ[~IvX:߼((%%Doޟ)=?tWU =??%MIyE|ϕf\c$;vԁ:X'3jJHkMfc襓9;68SB5{_}y7.),"Y4& wƳDg= V[h-T]T J >m3`@e!q'C Sfǧ_bw5t\1G,KY* >u9j֪6/B>+jxǸeἹj;;(sϑ ᱽ\:a$^jn"D\bjul,Pj$r}0u@T'ڤhu(__e>:¤4ƿ sNѓ\0?S%Fk@^(/ C=rϳ}ׯ@[gq7ݙ8ՂfO.lr>3.|cNDIEpW5,?[/II_ yM3x6n:Jm `-™IhZ𫧪]~/>NterkW18)Cy3;9,B8HXwzH>բ[#WuKo^isYbS.xw2yc^YE:V~ltob1΃{'@ fIA4Av`ѵPkJwn$TPBqrQ{Yb)2 C&:InA@R`?ZJ/kMiQe!KfS2P2zv ER> wR3?-8lLG]MUcX2+1M90:2夢q+`M/]#\+s{=?IZ=5AO yѧF/\!ۂ"=ZV*14 clpI!g|(e,Μ}l2Paw4O&ٵEQboEe wMC>w<cUo&b#Pm#Is>sͻ;vZRb0 u'qhOW^yh|qmlQE66(mC J]0K쾤ojQgۉ'&v$/B3J sK]t [2)mOe4ޣs#u֑̻Z_ Z$<ܦebqW lw hDp6lL,+囙1K9;$cQ!\9L>g0fKXXS.MRaƸxN{A8#,IjlͪVcZƗ7ږU_;PxatgE 2ugFo0% pp;R >9ڎ1TV݋Ez?Iw0Itk%qӐBr+xvwƋvǢmF_np Qs oF,g'jފc`%wc, .R@CMe3MnJu_|OCnwмEQ 㛘:j+^ӛ&e0tTE X*eiB\]T;Ϟ`.<0Jf&%uZdsh b͢u\ kՋ˄7E9$cD5p`2#=ucvP)|K+ImС8vt ' -ղ1 ]s*|Xuؔݽ|Q6xp4 "*CPocZGpqD/L7nNtNLob'lX MX~/5#ub@!gMTտ׿N {^EMZuSJW%%􁱁ƭLҟ{Жo{b{Ie 3hpocO`8&gDA@t]$XMx*O/(w)EŇ-+d+濇|z2,}Ԭ(M:+S. z@ܖA|p{V p %kuܳfӔ6$A euy-ZmN~v孕'SI~][E)YN`C AsfY:{0L҃nLʻ !E&R DЧ'9] B0a=׆RI}<5``DJ׫,zd86a13#/dU{~>!/'8T`4pH5"f4/л ݜ{l0s}\۪$IQ Md>c+gƾwɈ 9bԻt1g$tf_ׄ3W!2E.s m2 {Ϥmt+ BߡoO詜%[Kv t¥\30|4{$XEB;Ֆ9d?;¸ED{#2_ڐR)3.5G'n٫*-L #v.ȱ^}=Q"n5Y4}9$V gxez(@3@W%:y_|'`|bgÛlA #\ B3fǿb2w9 /q%fa ^aNWqϴY-bNۆ#-`We¨QP~աM{ ɑi[h{Y}[MEb1 zWū1\/yǖ 1V//葘K4z.J#`Yϵn9@{Mjrop^+&>g?Nj(}z8%Xn'; 8ONO G;QB//e seSжM~L) <*+@SK3R: R|jcCil/. It:!Qԋ| 7ۺ/UW4mК~4>И"왐4 )֗GQDzDa?,8cKi*J|G$^8`ܰ7N̜f/Wԉj:k6ltq+.~C`Q K4[7ߐKwҍ؈v?#}bVX ]'j,%%.58>uĬm297xlZTv\]X5shNu7dğUY ̥c,i-5RV4V?03R">\vbw"Z"5l]CuՏ>(ȥfMKʚGh`l$+<$L"T#iG d`gвJ2J1&3U&4xN ~և݅EP`WҝDuIԌɖ QTm%u._IP>V ,^&=ɉjdG7vehQ|aۉa Q Xa#(PWqoA Gт,/AG0GŔKcI 3V|Ђx9+:VTTMH pyTmAPպ7އ;TYrN(B7SQU)C bpqĆcYy<8\q;1Ck&y0A"VaD!?;-gJN@"6\ }UffЅ` oSض`~]T &Ft{|'KԬp`(n8"d'~JG~ /+1P BͶ,MCׄH` *E| z:ի8yZl [r(oJޛH&:ͅXO$Q==!W66+TfXx68K`x(=̱B!P~dXtt{ 3 ZU }XRVGbT xj@MRqal(L J!EIt&/.m̃ϷqOަ*n$ΪɊ|E’WqBXd-MP7iHeaukj i&DQ\Ը LsڽYUbn-P9u3Zިs0/zy8riM%'MY>cSۃA~v$K~3 ŗ HYUm8F~sjº7$_KdFSqdNa!<} vvOϳU)I*7 \pD>8nh"{ғ+l,THUo&*?(Wr 3+ LH"bhَ. 77 qC9j2_طR{H7$YM b%DZv:3G^o$hӗf6UׇZ^b1 cOp!yS@_?s~pqi+je!fLdܦRpMOF);z1`0#i<Le.:c5hqZH7y.q~%8o peXֳ.7e2mix]@@_bC-Qˇ'(L&`jpno{wdMG*m⩁oȥoVE*Au;SƉTΕPYI`D=wC{yi,=dB/{sZ0,.R%~ b…4;LEйgae2ZW84EF(2?1]&J}5 MuZw1'F} X ͎ōVӬ,=aq8-˞c6s%W+f:K.&y* K|nVyz蜬٨o] XƵ,:=D4q.CϡC?!wk>h?V/uX,)&pWw1;r5| r}L),PʱtGx2Hy 8Zݥכ-MϞ ,,&~y/eZi,^;VA/Tc'g+҉/ϷO 5(l!M5 fYAbL&jX7]:ka \oբ2Ngþ3Y fV@yrvF*Ð\8($[Zo7z_6h ȧ (dNq =D%P G h.h>DFDjߦx?jǐP]VkeI@j\ߛM.q(* TmJ" c6F #>hġdW]·d86uw+k jsdx:h:HqXMZXŇNP`@#|8C-.ckooE`$,4]+.SUb/peV, y Rji _>9˲R0fje® <A̾ݭqEJL tW>x6q(lEǜ}y֡`H66;杰f?wJcۅ#m)LEV*1B0(ܹr/0rf2 e2dhZ4O-w4?o^:X"!1XzeH%oݥ]ܔDO:>} "ϽQkwZW.A4X?}էCSa9TdAM[[7l:;$ J+!_ /r(\%3ZGwҠ13xKkQl+]l<` TLT}/ 3vڔ"Sv3py \ϿyfxmwF%CLQ= Qr%lʟR٢ qE>>Ha:MXS®NHKd;/a@b+үm2fSg~Ō ?SV (/klA꽪|H-ͼ5A2Ϋ0𠚭;'ɕSe0S 7%=y+A@˜QK ?|ľ,5Y wu܇jY\FYFu5FDj]B ~f ;80Zj_r+kVgD Ypigy) (DIa! oNIXio2bP*+g?uowiO`H ӼWe /Xq ~y?'zh)RW!@ (1E授s.߅G76wP,ϑ0V=4LlmmT`Xpd Axցq~+ N֝8agֲ58J 7ݱ! `-00PG9gi'2n鑿VY% JkQPN-Zt51t O ŏec+У!a/hKPmIQNg}<~2$em=YGy4= ag43B/1PњT+rQ#Sx֥K(g9YU*PUx=7peLP 6N|8(hqP.0j%=d$(Y]o|DY4d5~9_ lxSXzf_NA=x\nidSNFxPy.g衔)~, H?} u$AJN7j²$V]o7%t"Bi rG51:Xk'/ʵ`i0i92ܪ}xBn$'$!_T̼iR(qv>{R8M6Up_]_a[9SjfʤA;|wZ~;o1,\YhQCQ8vyy//?{!4[G-}tY 'v <6PjK)cvy/DFsEb=Ui;Bt%1S'YLxFiF !iW>I,N~=48 $\}Yy7yGX 1' AO˟m<[$m/BQj}85-1VY A7޳CwM%l$l h2)bA,v M$1KiHtsUzŃ>xr< vkcKW万h̐x19Ss 4!'4Q0 ϟO;V+|!5Wpm^6~Q!l2rc(|"9QX?xC%aO h!ubK 4hUw!G60%*Nxe\~@õjN~zǺ (ۇIsiSa v3^`}~B=EwJ"_<`1j@\rQf9&kc?¿eܽUg5+uܷ jLešI5)@*ml0A@"Io 6%3vXH;/Xiy0Ι< s:)aOP`ڢd%RA }qm1!fc[Cs0S'sy߼NH8'1p'C=* gϧxz3 .<̦oƋ0p\g'oUh<Ç'wjlHIκV[N"3,#{TJLo<*ZTx>QZY,q=7Auǘ)Ԇ>$"N<7 i ro ZH K*si_L7u"gy~!Ծ~?MT33]gyn,T™)^G'  &!ڄ.,g;BTd)=8FZxDxYcEpb|2PE%GfI"aŰn'BĪ+ΪCbG5CHul,'mTΥy4 GAP|gå H% X&5Y;/4xowlc>n6pDDw.q(@0V}=NNcX}d(TJTHV-Ia}*hLS (X~%U-q?b#H ~Fm=.41v '._!Պ<_a+.,؅mg6"|&{B9(<OHU!/[aֽ#k{IXt&aLWDsGT#2Yݔ{x0x떽q PD`k:IPaBgXA)# GZ"H;8nm{gyH;x=v XEĊRK&Iv5;^_ 5G^+`ˮ 0T&ؓڎ)l%۾' QwNR5CAfIK Tӑ?/6fز{m4˸`X7Ƥ}2skugUEܑ&3q \.MT)fIŻaGW~ŇY=R"nop ^jDg;\Q2)(ι>@t\Q2frc}Te\7?yW7j%${6=n\`q]GrDlԮ#@|#K!j纫Ght"kr2]PъRrFɫ{OL:6(TV5'3w'2B/8 );:2 Xm$͌PCXX,ؚ:Źq$44[)G y.(Ji?V,(4͙7) ʔwQj 8 hV+P9- ]vG,$SP]D}.K9$N֥'x\,JTj{٨]B9BڽQUϴ["hj8<Rf#^2~^|'4;{=CUH2մF=?ばU?ƱjpLȏN~Nٞ >s# A :v>{} 6 5P,9{_/IpI:վ?ax-[(>&+Rp]Ft'5b8t00wP愗2^lʿmA4^֥akK0bɥnI䓝,w!X>-wFi+D"C!G–t$%AiӏU~L&2EGDޚ(32u6kҎ]{u.S}~8 q8>y(^G't%K&LX*yt_AԱ_],w9gxGsix );Y,a<"u)aZEn[ urW#[193z"kef@D">oz8E9LhfW`6g3_BeVnյr21Ng$m KueY#8ېZ$-V2,k  8||#]|PQBe[4eÀ2]Y{3c怵p3Y$7L&LCc_lE='~=y[klc.DoeТdZM2-9i1J0Ħlx:BKDarcyNa3wFiSupwcz2nlF+x=XFR \axoQ}8N.g}ς׺wki Aw\ MH+ o#5'E +bقԖ}~VbXmѓ:4_| |(sqSsT+%$ %Aބdo#ƣCIe`` L`mqYr{,=yV[YOd6h{ R!=XTmi0l't\^~G%M/n{ч5R5tA̯'@kJM֮upn%ʫYҲ侂Mb Ow9?N\ Qx-?F\C%=-M뇿Q+eH?c+F[j4)JJ'wi-C [v>t}ï!)ͷ%S;|3k $.;1,fV,,kc2 fA\kz)"I`3wʫ4<0}2+#kHJt7zg6Vo@mc+q;IC`_6L脪LRr:&d({cʻT;u൜#_l 0&f>Z9)ٜ`%{t+'uf}f3Z{;}rkASh.r:*wb4ſb5!Y7q۞0;1jX H~$a BSyGmM v4G!@x\n < ~P]91j(w3\HUi8b ]L򶟴ΊLO5;.qx5 $z@Wpԕ9x @0 m@QbFdX  tF~ey8kc^TdF7DI%[=$:Q$SR, WfREӈm~hz%Aq;Wx]cI{0cyo #5Rc:sa ;QL^;D[ٯ-zk\= M>dWҦdl\fP-šgY0fuan>}>Jk>-hoz8i|3MA|5) Od)\o9`:͆ w1ܻK4qx^M&NHJ"4Kd dCZ$z^+j?kTfjAiFf}^Og9ʗ{RgYG<(i}AvOi2X5inFP]$pIg/'}۾GHS.~'KLII*rHhG5^RGsί1"d.l{͇& ܰ_;&䇡Jghqo3=5is fu%ō@~uꜧ"Bdal^u[ `=p/Rxi9u4"?i٨;Bkfy# ק,3BHcBt`ȓ; i?wk ac%QnѬ3:, ēx*8a'[z=+8o|yQyj\튊rcr$V5oP3OQGAؼ?]d ZfN(~$Pj1aX pQA)BUGåC?gŷ \/džqpC3DC=g|=;tKF, =A$R8va }kGC}wsPs=Ýɘ,͟jZ9 ffX)F~yC|ww^1n2)H0of[]@ˡ/O.U{fF`TeލCݩ7 vѧpFѤb##-֜5+k !Q.A]IJ__taiğܴ(8!uYDI:N`8UޫΟ 8i8db-WD ОzJ"7SgC=.iybSFJ~.4$(ϟ4cZ I+dD٤WHGa^ ]3*yN?%~oq,:-:eu]#ph@Jj)>#D׾ ;.\t*:Wiwݜi() QlwJ};<'x hX{^>QW6o4ެ:N-'l m<5s_leR*ѥxQW'=f%W)3x_V&,Ke M ~&ќpS\;3ÎXZ; Aǰ00-Ι}!;[T„҃?c剩˄G"3$X};C'|\5.z34ܧ~kYV.Ò}_p^`Xf4?}%3-Vv\1}-yyLJ!GRTVAw9FFAO6ʊŮL<ݓuuB0c${QL-M?Gz2bݰIhINmgY 2'~,~8f$Sr N ECA--Q# #(Q,eQQjVY}gQk-ٔ8Z5 ƞ9HTg=He4_~n r&5!K:BVfbB/ Y"%&LgZ6Jؓ$)WB}=$a93J'^T!Zo"a!U>r 9Pyx1;m2=]&p t`h) - - 'u.5Ta|U>] rؘYss1L/2'/$TN߯;z}M^ޫO'8oI\) n]^j@Xu-n->W)˖>(\:."3أaYI8+ h@1l qG>7 )UOaSK_F7O7<˫rah*\v⫅mf؀j P܎ ׺ߴ'͟:x~sx5%yDIC2MlOu$q3($R l3Ŷ@CXRٲTzнy-BSZ ^ǰҒ%_S6i#punTsyq?g-3*a;#u]Äz'xJkt*iT/*3ai>^(EU;h)N׸m;gf9y vuTQ: 2G'Kn\1nF+3b"%+:έh4N f|_0ֲj!/6h@,,:7I)hd\gqʘDۗAc[_ U+"n QO9agOYz A##1wr(Bt&,Aԅ'6U ~M[Dvocm gbUƠ}tmhBCC6,/4Sol"N70ŜHO܎%T3g e 5!*;-1Ps;wgh_;Go&iխ7Zgo`~vF Èc.& t)z֜vNzBMhs]C<~޶ӹ!a8h1e:igڧؗӫZV]B]r1XS%1]D%Plnt`U>Fj*z4_XPvP5?ZH2=p L|LyP=(E$tLzڙ⾽.05=.N/{q Y&Nx뎢&|ɵ{?[zpٝv/e0 -֫ bo*ؘ|);MWl{h q(j'vS7̆xԮҨ.@|XnBULl N4-8x m3q jn2_FRV} X@Q}28܍1,Ij˵;;Zh0O}T3<_'芲wECSݭLDVm^3Do鲖2e=h0{rWtXaīiF^MJN䎘dwLV dcyZ v8'NoXm޹kS{J4 Ż6;l;򸱯t ~{a7j:U5kEcYd7 ܲ*,+QMSN7r,K^4p _,@7fa}N@WʆWRh׫Ya20Mz C`>\F4H @ϧ\~! thi /'ma^@L;>FfD}]srb_:JXA@K{SLjg:=mm\Ud;+Qf W%эb.c%x}Sƪ ьwOˑ3 *l )-Ff KUXđ?D㨛@ŕ!Sdd~J )l%09>**>@[ۚ}YR8$s{k},kam!L '?(T2t0Ps# x(~H*S_'%WNJ0Mfrl}cj3'Y[3eҔ:Bf+'2T37q# D.PavD5s$a&ZBW<>m낔>i %x)jKZ\,$bWx7GBk*_r3xd)L~)GMo.St+yp|&M#&mZ+C{W|KxCؗk-rvLFl5- ~+阃0dq!Q-='C8pB)a`e`9] "]!m!1Z^n2, Lt{;O`oF(R#Sw[ _'agDTw\Xvk=.A(i=$%NRv#glpV30F?. eO K֘>xԱ|>:z[Xg9pwA[g?'}OJ)@Q1`Oiת#<$GZ'D^s.4`"Tn^m>T(T\:OBi ?"{6ᯭSiK\r+/ r<{)D eX*#.iQEqb8~hz_ӟՙ>gB1Mjɀx[@~dr/bhGLQۍE09ߙ`wA3'Gw݂ (3eդn:?60ʄve1d#H@U8XrVνǦ믾\pZ۩LIw Fk8)zT)XX^X_.bv:SVU9UtU~4ZP1Gk:,Nܘ|4`s3(a@ Ix@%$Dɧ|p 8EK>P]fxύQA;G?銙|cӮ%{E1^ tbٔ(I]:P^dPWWϔK7j.wD Jrkba+-7#[g $ڶ_?b0;5 N`)U»ҐBH)P0=#? L{=T&*Pmzn e,:hbYo-(459խ!cwL\/?Hf :M'[v>R&uJ2kSzs ĸtPţFn( A;oP/g|0{{ v^P<2jY+W{\sA7 ]]Xˇ)O[~bh-y.p"~@*EAGOw faa45@L'4NEoT`KxAK@<" *ZEDByC"%ϭiT|XW+"c>~/36z%Q9ҒW\7jbmYOXia&ق0He8sӣrH%aRsJeG}Bľ:28P~(G~hlO4GȠ[&?ޝPwtKPs3x0x~'0 ȜO٦Tᓔ|b!8.H._gINw*hrG::Eufsāfsڰ(J&}0q4Y:X$ک x<٫yW-}/?UO,w;N.4-qᠪ)tHXД(9fU1[*0;'|ihgU:?1FӺ/jxqێ;w#0'bJo6dɟԫ =A؛A!V%ߔ?44 ܒR \RkXpON~ ıۃnƹ$pn8rqbiwơ-01PF}IJ<ЕǵQ("ANH(JR9_u`hzajH𮝄~u6+x);,Lrx'bڮ_ Y~gKGm'C%LCA~"]/1ڧꈓY| GbSaA#`)ә>/|Ps$ q2 $( J^&ySo pq5cH]|07>=Ey.`zN ¿c% {FqCmߙzH [og-uMMrPEmv0,%:4+=35U5*;,v$n3/!BnbV|6 KMH@`@x6 3^R}6V*]ɌXFk Q@ 'wQ H|XCRx$n8|X*jY 0:qksv,@S$Q֔d-GfTWlC}jye5k-_Ah/dx5cy>a|;/a [Ñ7T +{~Ti]0Cv˗ـ5RQ6=VAۤ4D~ey+o`Sp*G="ǰZUHvq+<]?ȵ,'T}-,pr8H5xvw[/;Fn(ȡ[#qT7*ZKK{.s%Y:[(r -6h>6uk{"Eg{a;,ҁdGv 7%⨪xӖ<,CF겕NHxx1nGPܶ;eJ4PQN. K{3^SJ+9qE^P~'tkhnJ&7ٵV ]ΠX1G#F4l}0ۀ/H|V*5|"\a}Q-ad#yk`FN2_ XQȯ+eˆ)&A=a&5QkOa [\_IWʼneoۀ#Cȟ8;tlwvL "?Tcpk[qFPb\ m{o=H؏_~H+}Q%BPPe#BTI p:Dd)?) A2-t#i2їv! [/ŠgH8R; GyM%(E&rfLRJ )uA=ȍrGd_xY>@Sy=F=AA{kXy 1 ۣ.V*}^+M]'>YЗßlvwj-'9CŞa6jb .Ki8L% 5Vafv2c~{n@Ȳw8C\W*1QNBo1ZWeoܐ65$+ 1~t?N;vC={N+VJ&YqIhh8 FmΝн>{PDruQD|'9W, ?@9Lk Vw=H"Mplq=1~5_bFt%(䊐XS`fLB:Ш@CbfKMNYWUoaZSDkUgg!5'Zۥ!|7ãxtybܭT V(Kp`- >D:nA- s15*׿#lj5dл!$5loGC("wg1:$6?̄$k#]ro=^"vK<*֕- x-SsԞt .[6  !=F,GyAǔIqt27g8L%[}^v3ʗ`I D(fp(@TxVo<%gmThzi* bܧyn>-VAT"yپއp=q4ڹKjs CN pq&Щ ^ Gkkl'g~41:سʦ mM hQ"!LZY饯jWB/I-;vDbﴧw,Ŗd{f\%mXpW`undwF<;?|L*mŠW#l?^7M[GjYT2ՕO-oO@]eU6,~.2q+o@aU_3f~huk10pX b~Fa_M!QW+gs4i/ȹH*y9YHXH'm$ix [# ?dhv;,K<3JV3}:P*|`"ψёMQF2a"؅yEzSy lmj*>g (  aܲM Hj3rxנ_0: H8>dUN5ǹU(dɯfCȹ{*=`0Ϊ3!=v[' )!q- 8"D9C_P6bA‡٨VG]O='w)/$jB0|σrF4^tTK\a Hn de7t9^BI5L ysj?l?`Pommsbu;^zsW >;>RI@ԹfEnJGy!4<4ri(f<BV*-2V5qEOejZ`r <_Iu#kK%e33s=Ǜv nHOcsJ|x' x<#^Ԧ* ѢL ^2<:~#u԰A]\m3,\'/[l@3ˀ6t.ʠJb6WI'wKsC?8fpj¡=$ $t"bWB*/Y{ @˽PՐuM B*:v\"4M.%ϫgBy9v$O=9eԩEFpt|, Pzcx+)d!<‡Y-8k< O9)AN5 b/g!Ƚ/t7H}mfs\>|Έ#Amp`(n띞Ŝ WFzfXA^_v/(KkU39E;|IΊHW_0--qyT5S1v흊1wkd*$[v {C\r^_P&ˊ+iڲ&w'rkE:șO=Xo1aR-"T8@zL jACr"%DYd7Z"S]y?y%pM yZ@KYgD5wٜIv(\DwYcl$3eaT4rsYNuqHN+TVJdn@Iu7k0$/ʳ_۰5Md5==UTghaq>4%?DCC.K8 ί0SҧN@z;9un@mr^?Jn{YHZm";m> .ԴyR?}m۠v]iTCq>yjAX+쾥a6Α[Y7YI1l|fm&ܭ5и漧# kx=p V*K">NCΉV*O|WT6惎^!QYkO?,)1kC3G UZIULT#<+4prݍQJ2 _a~ .؉iJ]> vX0v 'S. 'f} dLSs̱UӶp9+Al?~XY vOֵe\J-7}8\쁑 %6.D-zQT>]jXl~ 桲r+KvD ZlWJzNzҰ|i>E%^*zV E4rX; 6b{ħ{NCO(tx:7x:`?!O4WH5%2FӘ? ۀ1\z[v"*u?ؖ֏$*sW2-;#g nof.ZB<@׸1qYq<2Rȡb=u={G[es1;ãbnu)SϠkkhy1ĕ^̵Z^O XH Ee+kqe'xӋvF4~0-6)%խCYBۃCԝ\viA\#d^-~JAJHtHm]:O/j~˿v'sn10,b3I"9%0d>l/M5w .XʴO'oJazZ*^Fc{ )F43Bٓ >~h7}^9ȵE"ɣ^I9C||lC\{:%s՞yO?E0B] Nޠ#P I"JE5kvx w0?M c;T75%eǎFF<@Xڻ=r+fC֓;>?gg-#N耼0e*,GF)NuS=.Ѱ>TbY;b0iUx% QWfv .hy棌j#3kY<_#kS.efHNfoѹqpHQz+ BK&tRŚS\rEFչ@?SacVtN@['ڵ!+x/CZjņ6oR?{v*d&̓"2}I {PtR(>DCRmiGlNGD3EdJ x"  :Wm*%"Idc ݃I$uQ_JE␧۱ د9-t|#ߒBMVUA<ǼnTa <CǮvTS@$־A%t:e7N "w:{H&g j82g_6+R +MxPIHC!ttdLr Z0x/Vaڽ #+y Q)'H^q'7Ꭴ=Gls~eg4.JB [ /Q@o@5C2'u!r.WʺnX^tR~wtg՜<Ñё>*ihrUH(Ƙ缾uH T&;2kڝW)\)AMB5nrҕ%:5m pʭ#DwdްP&ˡ𽌝2GPGhC?sO?x $S]wa 0&Jp<63Ԃï~MM`^ o[$ͷmJ˚p-$]n-!z_39H*2JA ]S1l]kS.(y5vܸ2D61aosRWɆ'B:ϯyܨ'}W>2^p B%ٻiШmJ`Dؒ}۴P+'l~7+e`q16_lO[5Bz f~6GX+t9 P$: sAKO &YYU8>ծ%r;ѵxTa;%;^"=/m_#O{gqo os<- %MM\=;uiDWEkyr#U$̄1*lo(ut#qmHj^<.,a~Wc7_kkي ^ \q`JK%$9 dPjz^Q ޟ[rulmFDPj~mq%zv:EhQ[7PNΏ`UfE]~ʣYc5 9i@."]5pZ H n/ Kĕ Xq%i2e3kDV g97XKDX ΕTS7BēD:U->թQiG厌YMpʄY6t_)vcN4#5 ztny>Ȝ}D}>"W‡܀z ׎DϦ${g4F(lm'at Pj*~hBDsʘ)ow@0CG$2 α.4ƺM,S%d Z tCBf25S3WSc`Qpc~(42 OqT_x nj⼳FrSU(k ?sSz$^7*@ b~x8u,bG"~LXF>u+ "Z#mIFc^u%MVLui; ̨hwN-&[l.8+9jv@ a#Q͠Rԥd qLGۃݪ=VGՕxJădI@c'[[42頼uJS[N17p/eKxzaQ% 4&yHFvR 2"ζ($?#Xv/J&Pn9@Wls]s8L<:?KFN;@ L ҭ콹R _.p1(Fuj$wyjSW~\U饁 }"㞛j[Iw7t,Z~#l40XZy>zeV#>sYښDqEZJX^$xY|0kX%0Ī2d wZBzĶ[};f.m]d܈Zy60UN V}h;rfɛ3z0gskA,%SW\,ᣞ_oSlJy[5hX}WX gq&,Bz+5>feɴ $Qm5v9a&%l0qWQb#=(zf8ꎗdNz9Z[-ܨ} 7?WC)_Dx[ɽ6BLyg`)fb#z@'X01.9[p&cc{/ˮ^F"&")yUWdNyl_"s%Ґ鞈syQPY8駽8e5ĸs A)dC0M PY bc ]|›DکڎcP ͅbޟq[ق !GdBC`3$g􇘈 Nuqpdz1Ɓc{ܬJrI|-9Aau8Zdq w ŧ^AI?<]Yfr4!X|6 ([ocۈʠ!ŞEuӿPDl*P1sΠ*Jx/%r:M7R-&?VCf.܄Νgu"cɴ!: )s?'KGE?mg%{gҗV*%|֍y\T@>`H&FPLOʙ4=p#75(6.qAM&n~^.F~E@E[9u C1C5D/7TLz>_.}֒tT(TO^w\"5'2|R[--wbQuB!%g7BN\9Is[W{!"^>|x50S<9Tj!m/( Ebp9"6ݤT ~#<\Q ]HhYssSo&:eCC;mk9 ޗSڭhT5k( 8x^0MHaojp͇.X68}(O!Qxh>'ϯv0pce,BE:E. .0!s~* ӷ=6wK*DCmΏvϴ,xk +gtq=Fy^YlPebqR0?>XWl 鬀KbV/7 I^ʘ&Q5D׭]ѺR.=#~z dԮt9 Suźv=+`LURd86׽cIy$ϣ\߄b `]Iڟ? -,~"ڻ'j@"yD$K&/NT1CĨ|:C\S ֲ5|z ({<>@|g7ҿrZHI?3]q:v-%2G /绵:0j=5;E$e;GyzeNMjI9Ί]7F]Т<;gyKA!ju%C,ߚJ'T J Di^ūՁU)t;i6 7+e%t.Ц=b2ñ@? 3(tNA?12[La+j 5X *y4JOwaqD4o-w؞7L\# PVԭbP~2G}M'CXDCl}{+f ''ߐOwpNjE{7;RRQ >MW.c{GfӜkbMA `ҹy#<쾛[ 5!՚sX@r&\bDE/Z#lڼJ|k{1: `xvN**F]W^9dq/:'ϯ;a"D7̱?!9Ag)QN&zNN/w.toFBL,T&ޘ-sy(r[ .n߀9\oN 7I)*B]z{L+XrؒOf';*#K3u^뭪~vN,$L3Um, @k BP(((yfe]Gf1K`dΆȩ$o f|c֫ "b;#!pD<⨫bk̘]7_YT=d-y%?XN>54n+&x"r iK r: cYUɧ82(kyi YeX3 h\:H'WS8n*zHU^||&6Pԁ`kqƴ1 In@u<ǁhp N=rH͎g+xPDwn&qvs_42( tFLGcjoY&PiA%tڅAja]+Wd%L9Y~L0R᭒\_4 Mu`݁s>UR,l O|Fe`b<4#c:xi$hQJIT+ l/7qn釟]};C/Zp5|'*\mֿ 8z+HTP0fGK9zQ BM `=9#{GBUAEj4V+yU|.Ŋ )Fϐm)vf%7=\iѱ |1CCSC8x|ھ8[ZϋV/r8 ?vXm.$9hsrݙ/)~iHs-爫bVWA +S"Fǹ7?08L7s*n eB3B7?Q*>V#Pr:wEb^T{ !&p~\ܲo;Hn!ڍpn%`Ccr>WɃDQ͵dutP▞XK38C"/2}H  IϳW?aq6 bζU76)9rRo7|>IFZ݇S;*szON5c z9lzi\0+%.%/*AG$ScK;̘V%1qr'UjSːXfIJcO7w 1"ew4Ml{-1jg*l IƩ#h6poJY[Y>Bږ_ f}~1 axs RwȭC'w@6N_.oI~GN]c\<< xlbu",6!;.TW|:/_}ʼnX~b .bA}H}x`\MS%@jtҘq?<*iw4gh+hͮV=t访: -fs/GYF-uxNa*G,Jjz.(~eSU.T7#39nPw.iaEH}[56%F?ߦf.zofg?o+@|cFj"VHrސ[j ^o5~=.`7eΊQp/'|-l苽; TQ^eŤћ}.Xy& \r-9]%yK3'[ jmjQ $(~;K-ΎnB|3V~jOz/N^9bbiXW{ @Xiʺl离p !C#}E?^6tP^Km;ɎQZ 6%VBժs{9U(락8KvT$14Mtsw`^\ {bor)9(5'F8XGQiy"MDbb\?ԟFXwm+;0>K )(p˻pvZ_=KE3+#Rtl }9B!(yGD9 3MT##$-sȌ[ ӔW8SfNnKLVy7L.,59 3ƒPbnOcEk`1=iɝטY8má"дѡEswC'o~gH"ADMB5%F}[k2$ \o'J'*sZ` ,pʼn5<({ku{֤V~V(2(BC/zE4bPX z@+ \b2-И2XkWWE(ÑI3 !;rî[@ө RsNK¡4[dFĘETdJ̓խ(%io(S9/Cx^δoP#R6X`,BC A֔R;*')RgVDq[ya[jdYYx|藟e2w/WLt&C)hQl{ze@OteŒ҆8ȿ8f2koU8'D%π:P#heKGwЯdoY]퀺޶pm ?ȐY>6GkhDFQ!vbԠ^,_NLKbI\ vn!\Rޘrе a`FWF-5` JqTTH% `eX,ӟEX+Sy)eޚxu,Ijh:Mv*"0 bfEVt_5zd(\mPPc…??SoZmȥ;u۪eMA=3#Orc?F[/< f7O~YGũ`i?&ܷ  `PuSwA B|x++sWtq 3 37she>+1,=_U`Ԇ~c1l);ʡpY"|.P-vgU'm7|l1Mкݳ_%غ "&k+Oco4sȖSJf)`JN0p&-KY (? (p[)pP)Cf eI,X^y䤲S,-B%\\̍VOO!2|]nU$nMeLTzdab{GT,k7K/^w >@u$ժxKldj쿭):c&G~nRVf4^V8g/$ d6;itXbڃ{= XLV A[B3g< U@*!Tsd07m4fispz i3k(d,5205{F !(&s% re9TU4xG\ŷ7'υ7я3x0kyUѽuɠNzY;wDpY:=Px0vaTU'aw% WqזK Ri/GtAn%R=p$M4g!hWzAX?_}RׯH` r4^-P49ےQ SmTADG sRV'댍zwptKWKOˏOENTpdwH@q+{+ٹvVt,䱺]h6`μnzr,*t :YBD}F(oPT$(`й-4khNۥ dPT&UFvfALW ߱dـTrW:"^5gO[iv' 6Mrnݙ|1O4XGCWP>\8 γj(!M蒇)ý;\I=*wz_ѮQF@tyeXtq6roj*y7Q%\$&JMHiO_5laS͢q2$>>4_Z+il!d;Γ .oMi,/_0oA=S C%_ #p@`Qv WA aNXш#EVNDzLN'I 1Ѻ<4^_>H k F>ʑ$Kֿ>1UL%&CAA~#X/G!*x]0Qynek|Ҡ~SVxL7´[}qD[| Q,CNunU_~2ƎV!MCѷs"!bdt/(Qy^ӥ e:\U:{ @ѭ/Ȅh-B쀎!Ih:)_*w$Mټ8~V#aFW;Q"m ޟ7.\:y@;s cb{)s "Ԯ-8(l*#մ4SYEƗfYqqcu:Wf I} NHzg?;Jx6>xrQ6> M{YH3a{ $ܖ'!@T7P( MELm/LEB3ޛϵP\~"4pOY k`H$ ES_|^Qn=/4_JyXDb[ q^.Yr"'Ir $͹mAQN23LkZIǔrt(F{z-MSLؒOyJK\#x-,ED Jވq Q .J뒟&H i[2/5^X: 77vߊL6)IJ`SA @8N+kJ?$fрt"ufY^KHU4ʉ7q<}5vÙFt6nQEA=0y!Fp7XŚw<2\RIށF.mNólw B?f]|s]+ Q@GT%V3HC% o=-A:lq(|Vcpbg`!+)doU 6޹(dҸ<ЫQ3SU0߄E4e|9()&vNZD]zR4 c~ޯi4+4b#S떼?CagAkNb`0s*<-3d79qq8_N}>I#KNb& (+敗Lڿ:|Oo|$}!l㛄Xy ݌@tn?%3 )B/{ /WF$by㲡ISy`yJ(2y658Nb[~ JgUM*0&p4eHؘth4M;ȭQvDEkV| A+_c %k#n<>t6{) ,,zZŁnGH`\q(вVAOzȧm~;+B36C@Q ۶F͢P[İz:oVë]}&˿ҩWt2<NX,S3t k8ZkoY[IVîC6 [x<:x4+fʗKa<6yn>3k]0?@Tzore1s\I& qcoҪwFGC4H`JH%e՗Cjr'[Sv)R4kmZ [:&3k;'v2$t1嵒\-=yb*3 H;7uv]`d+(YYr% :%:waVC?heG|J %>OH6ieƋ x@Jy +=rø-{3(N(?H.rNjUjMI9#d=l@pK2v v **P2P$_HyLxvTGe>t~aHuoOU:ԨV\l6>Lh?KyW+b4s_ڢp8K-  +ۼ* 7T7dT)K\4^wq$ b59P1Zu[yW2t`Iz:54sӗxc58CLhfLA~?Q@u ZV*M"C#hXi %8ML7z 0`Y̡g7OCP8J2$+>v-C@6!,\0W3|eKoƲW&ނnu7_ GKW CǓȹ rYA,nw]8`!4 ]rpճ[V )2`/8,64-:9/1^']p"v"%#m SM;d8)o+~o<J'cL5̒6rP~"jP;8M7$v']HFQ[6Q@Px8Oy̵k=!0Swl;0Q}VceÙ^c\ygS"wm;?pcW`hN~*P8"Y0-3jQ.t36;9E$ʄ1&Jӱ} QDt[N?a4_egw%<'9VF q2>Ի&s;!~ rssa`@Px4zWRʸ'F.&v9?R`c4nX lF1iGNN%z&dRXt"VyFlC.(]?{ Bk3+(2LܭeP5=<w Cөtˏ04_kZIj݉<$.3 ҟ&dPgLfŠEF: aTr(63LG:'Z p7 ?Ҹf$do l|l⺾욲6FnKz؎VrU|S̱Di~ߧ r36:6fy`|UŒzrbgäYxM4e񯹎E<,i2sJI}e;?hdZ )WLin}3uݐ^eh4fW1lYon ]Jۣ_KAT6psld@H LzF0?1۫27f>LSɠu[8+%i+] -4صqG.d2}q\l0Q+1o:']"93~69 }v}>+ X%y"eHѝ7 o*w Z)㛆O*yi(Nyi.fJ{vRf17=cTv$|tNߔ ve,fn iez`~&b{!›͹jD0tɱfOZ^1f=-hB܅=tt%ylU[IYTw7dDz7{/$Mq Gei!o ^rx oz~$ɳZz B:$[=f*t&;b#@ؠ<`Oo&iL?w;k~ UK4KX1.ܩce5/*dQ+eȐ`_]e I^Gkr)[s/C%/l~t4Z/[ xbÑRFѭvQ IKViΛ% bdŸ1 Z }Π`$ڙ\ TyJi'Kwج$۱S+:_(iWg_,ɵ7Ȼ.^/I4xلzbQsJ^I)ޣZ}d]Pk̔QlB_b\o@7KtwPJSOʠ?0B瀓ݤ7ׄIH FXQ:xنp93x(:f&#Rާ4m3}`^`0bt1[yР<{U*HZjT&#JvTe-NJM0#2+[-O F݊܃/ݙ'2OhJJm# 6)=ЧԡY+&@D&Ϋv.q.!Rqu#d1TT^<%6O<9 !ZyϬ(kmUx?{zߛ^ƄI.fK@ҾnsqSν8i O5R[g%f7# sl\#f/3>]y[~ۆV_,>=dN Ϛj@~(Ʋ"iqޛWڛh+U˒pQmxRpjf6k:t,ff E%-u6!pmB&+ b#fC PV#*t#J2{F sGOCZan_ ʻ(w(.Ǣ eADDIGR4..>iGOxisի -^͢0?kꂵ%Uٱ6ϸkzȉD.wg2w?1 AUIäu~MW>Ɲ0Y#p`HH(& Hͧ%1 ,k7|+3VˡjWA5T`bCez(؆^7A_PM}[C)#׍iZ sSSNrbBͲOpZλ KJ5~rGͯS/t3N T޿JGy| qKw8 H\k΄z]] ];y=7yB k|83okHM]ut9)g M fBXx^TLV;fdL; )JzL&='T(\˦ 1eExx*Jh-0}c+i&Я]wpgߌ )6b&4 \I2#trObDBY~B'. #5>yE7Rk ;"euLcAВ3YmAQ9#V`-i&8Iݓ)Gj֘!/I0UX !go(jAo9t\q'Yh kClgwWtT,ag _ukJX.Hȭz(zӉg89 1bjqdh5zibݔ%_N h35CNB^H$k*cx.h۝8,pW1<z51ی+b19sBЀ2GK\~7G)g@ޗ&T+{8oWfH>ockbiI~gF3|!bݧ!I[g 4S_aO85Fjׯ ܾ RZh~Rݓ-w jK_+f/KT?0+m3.=x;9v\onI%ʘ;X'+asվ ,_Po,xX + m|SltLЗ6D'_rzo΃6)ӃHLO͸\e270yqD{Aqsِx1H{k}6(̜V0 { |` NngvV4@E*Ю3Wgޱt"^Y g˱v.& A];){pY 2R5ЀǿU\d6a>[$EB qqJ؂[q1`n c;Lg Bdl6B7x XU'eyJӈlov]$ ,FhRVW )Z46t )Xf#sSk7OczX&$?vxb MƸ3{Ds` ЧE>a ?}$\,-6%@2:T}k0:B}6_ a*-<p*"Z#bykO`ì1+~ hPl!2<NJnfSUHAvi L3ߑM\U>c#?B~RYfg3{:VԻ$XnAOiGBQh,³b#tyęmיQa TƷX&cR,lRG^~2N"r ~3S1 Dž.5Py;[ |- `c> ʵs+GB1hNڏ%#x*чT~HY 䏞M!o!'b`ޕpo 4=/554(,ȾZcP܈oN㾠#ۅj>P'vK~[1~p\xo9,eڌ;,+-bc :~W[D6d/ ՘lJbSkHkLg"JĊ, wJ8mW'p|YCP N L3,`?XJ >GS20 җ߯Dsoj:- p6 m*Ѓk %S'֚E_fulB&b"^z^nfpz9o5)OM*d"uuXge`#5u~?~ŧ qc]7-Ipgm#-||t3A]oo 2|JLyʏD⤘'uSpCE"+T Yb+Nw`2:8=TF6E:5))@bly9Z52nԹEBEt6ʒ)E&> JJuϯٛjܻ1adގ˓/[C) n;b Ƚ1GWF_% QDZ̺%xڰz|ȤUY.q/~%$Z'֦쎸s%zYc1爮)>ɟw^+&hLܣ"Ft][رolv\׫>:bGU8U2'yxlއp'9EĽ3 >:)wThYϫ@. hAѩoiP`+L :b)^L]9cdz~]?|VIFk,h765c 7',CBl&j{빭}Oy5׻A-zG: XH06!):K)2nk_(t&<\r/lkiQ1;`bJK{pi릔CDEˏFk,RC:We#!1ry*nݖƏXI5 LلmfZGnx ~F05a*t3`vSEOu(Ov͌OU^7zKlp-Y9,~(3j6E2xzpSshpEg-Lߝe)DDG@t8 jމ~yL[հB24ȡY QDSV::#< 6,Hw]%u'%^1i#s'C8B"R%jcT`6%?+Br$n ^LyCͬ wQv:MɨKiVرFiڱƀ)Dg<$#GC8M'1O[3`2<kyZ*|'nZ7ˀi }ӗLd!~'5(yT W%usAv^9 JmӅa;+jwƞ$>Jg1g;VL}g#=wnmn/˸"҈5uE~lc:¾azk(#3n|-2 17m^HGbSe []=9 &*L"ڐI =dnjMgWO^ Mc (:%"y]08DiAQk?b! g;[<{aЦo\3k}m|5pHғJc|FB҂!\?Я5*Sۖqgy j0݌f$$ TtBuxN\wa!n <.]ǟ:"FI~,W] ɌADZB? ^` ouHEY' >TSvTiE.mO<"ϼ{u-R1u)A Im2 ̦NUn\߻\( N},WOǺM2`Mb0UH8F2)G{T@ 4i~yDazh&0We'̮:]^;q>(C!"C62:i?^4x\qжFdKw3"|O5fGu)- OR"ްBi؄bӆٔbIck ai?)lsޕ`9*icd3}f JBX}@i+q4"TѸ4MmD տ#)9s>NCԚ͋u3L|oWMk@,R6zH:lCP|.^mHVخBǿVo@aYn =G."@Gq9r|1`5cŘ#' }vQ}zUE[ub,6TjDpQҎ.t!',`oOq%[+WE}ϙy _?''Gjsƭ4Z1Y |Z<¹i#A6(`hǸI|dg dk]݄g9U-s c`4uWb?YjXt|w6w˃9Taj%0?qAtC@@:{RP^qԵh ͘ZLAhBK!&ZPt %ގ%Bg4xfc87qlFTIw kCI\T'܁2)n2&S5ʰ$to4ʭ{iB**6&(~UDH?P)n1ǭb$ۭ=^N%mNM*p vkdpp/'[NN$s|;ˇľ2<˰A?-6\OV!;Cq [T1:7$:2TQ.V6Kw,MǢNi S֖dFDhZV/;$O$&+a.PZ\un8wJC!P$妖$]p7 ]#u ݜP&-LCkQV} Mq6Y_{v }.[0m*pkz+wVKAӳ *څo*)z{ǁ[ A?F $I)Z}^I5[)?>YpwOmqySz@ܑJlexp-Zb\ a|ia1? ;ʣCtH>.>jd-`zd4 ɦ6 :)3:M.{HPh{bilʭRx&0}|SQE=,XL/~)L{GWQS"<[!O< cb ^T6Es. kX,X11Q$?86$6JdLצU=+\*Bʎ'R C~u.jH|4Нָ{}/D6T~ϧQ.wK)D~= /{7N#hDr`9U{HLyۣfJ|c3<9ӯ@9K JٍA#zL_M?ݸJ;˻ƶ4)}bR!,F tW*Z!afA0T]8MI_+B78a_jcq`*+1)9AuO'5jSy0?e4ɹs[ϝ侹5"=Pfx6X݉N ȊK( $P" d(܀N lfh-oA:QysI[k}q>[6g_):3OAfSE*/MG(n3LtD rL$n;юIT[QozezkcM3NXSl@'Ghɒt*ۖ.Cfb$8{X?i8{km8+=ý_refuuMϬ7(8Vx(@sOmI_.\4Im EkjHiX8*i{z߱zá6ek6''a|! /`m#=v:0MԓS9PZQ'Sj 4HDqc`!V?I`Ei] &QwTuL} t cԁ '/K)Əo.= *aPQODf.q^--2Ѳ>|xwbyqn?*: Ji(Rs5ߔBJfXIqqQOք"p3nUT3n]М"M=p.h}:ZAԵ_?Tj{n+L_ M :YQ)NJUsF\;ig zmŴf Ų1.2!30 c}G`h ůRCQCb:x8B F5^9JN~nVj5~ ,g뉖Ǟ߹Htߗ!%3Ubc f [[s3׿? ʼ[Ob崝ūq|T9Pަ/-W KTxoYkr/p'9Gd'7u=#Ţf+yxkF,z.Lh.IΕC5{CEuUxGZ7,H+@k;?k޳L**UVU]wT3<*+'v[ COuW=xWXBcTz4^R<@Odwn9C.zt@t0+˫_9@biE&n{w"QnX3& u$ӡvESv;43X&*8 ]v<]K!aIdMF iڡK L6chz ܹhK- 0AΘ6Zy KDS~p[$G>HLCNT#P怖c' <4tDbB %CRR J<*sP[GI+鋕.\q !ѕ#FP]d|0DAU%~0O /Is []@4 Kθ5xsz%9%E18sk<#-?iӤTB=4+Ѣ`.dx^:֪K8, q&5uؙ0&Hsa;.Bg%= ,=ɕNu-܍fQӨqۋօy|u|:3*݆w)g$i %}5@6gt ^-laCBo7 4=G@'w M5xoPqE arGmE+xut*IG -I Y;%#!dߢnD_  i 7Gh0ޤ.>VwA&lL4wUNrdUp0O-!ݗHa*?-VDHpUt:=ơ:"(ߪ;_s[9B ?;\ē>:4%Ohzv2R1/1׍Gô/8?;z(iu֏K(pΛjy|%!jʽ[;0)؛6C)7dEM}NR'-4%MCgȨq !yE-=XZChY^6=OeӐRBw|}bGDs~/uKEmwz2 բoH7o%`|Dc%߇/h3j;4YnnS C[mtTΑ0SX&vkl؍[(6 T3g]!9–Jꥦf: ]*;u16*-gLRSc H.'#4Laq_5? o* oLsk H{BJ+Jbxo$woU>%j9"Q\S"}u:kft]cX~%m_Q˩^vb2z]^! Z8b|VDI W%,>.fk s?; ny'ah 0,`/dPl}>Z;6.O tRV'ҐM0wvSKtrpgs"rr iK/ͶVMT<&+Q5SȵD|Ftj5%ݐ1#bφ!+k@<:+hX3MlVs+_sߐ ^&ZaLG0ٜxh!_/d6&G-lDGW<.P>E_3V#X){+d#pXbPw%92 v Ȏ֊dT#;%R-O2\6<{LHm3"0S}p~^M[W8k|U9G>D1w=^07A"XNh0!v&aC>iDf Dap[!DUrAH.n٫ vSp.cqH\Uc B%%\ IyJmw ; T p%Kb_86n x"f6Q9`hHI'V9 \ąR+k){( 'RSq:T"7pPz9=AFh)8wXY\<]Mk`4p`.D!Q;qe +FʹӢFI-ԒFA]b [M.\Ln+lWㄉ:rMhVV,SAz*뚭ny #Rj;qAlӻfz2/+:HJhŁ}T}w)N{LJ3+v$鼸_koycGspiJIWքɢ=+YE NIꛏ% EdLtr⑪4g;`%6RѯT%=~1ڭ&jCaΩ!iod̙e!p3Pi7ELbU΁ rjM\a7=(i|v! IxQa'־a[9WIRuYqG21t0uXMH\&R;TMp .j[>'(Macl3̝K|' / Ηvn13l.HE-yyŗEw&r6S5wZnПg`MWҖBn6KCbx'D VKIPE=dI6Bs-Fu"0)Fx~FJPԯe8e`r?Ө2LGz@斩%xmT^ŦĆ :a`c6( ɇ.Oi y=Y|V<;' /p2|Pse榶k(Kj3CY䭽2C1VoQn1a/;2rPxGLw^7&.e5`Kȁ;4[]r$ xmWD+͑.5>fpii~o*NP I%XDW t_PGT$ t%xXN` ktl`j%uZBqo]q?=. | ?zeܭ,1px̞ &i{u|(f#ז DLOe}}d3^8jH{ݿ[= +e_r3P&S;.8+iˍ{:lCtt9܁_܉ʧѾ%x nc;fVGn{nuc w~n~̡m v%eVJQՒe3/-ڐ[Ġ1)Fic苟+24* :s!&P. 6'amSxþlSD%N~<; x!ZSCʭn^?mb m 1R}jjUXw2"Bř 6yjƯDJ$zLcCsҔR>Չ> z qA(6t^A_,{_d}qܳO <*ADD?եjݵKcpz'N+^1 @tԽ+Н~sFaE#b}Aizgo'9P̘EqĢԒAx{u_d/ؓΟY@GUKuwM9{`\he9fqXmJ؆E*cT0Z31@sR 4[^t1\@ X - WXLV[c,ٳz~ظ̕܈e?,adY~:( j|3l-P" %eG~kgPZApS(= }݌7[kuо4n4ΒŖ͟@f^ +GSJZgH_6-Dg-/}rh eJEꩋr#^m&בj6́/aV/ۧ w(Z*Le$w8%WA{,vp3f&fv,E ΠRlY&g,2%v6nq1j׿ylC*_gs5Pd:WPOKwȋ V%7x }Vj&.юZ@84e}vPd/f+8u:|9Dqa0cjIG]ܽfLG>6(A :w[卙\NT'6Muq M/A:6hܠ.(<, `]qI~?+ĦAfaѴgSj'& sxБn0:rÌsgiGSD) tbg –^}JH0$8# ?-ceӈ҉p4򨃟{jA:1y5YZ4>+,8+0o!#!ҝZ?`4LU  ,D@_!y"Tpm}qFZ 8ih^ Y{ia 緩Fx໧zW>!&ݕ`v\*Gn b>9bvΙ5Z桐if /j!z9xݴila"p 3L:Ee_RoEY5L-It J5QFڧCI='(r n'(m4Y *NZhsn>S>jdS&;dۅdgWhMg;ۦ]\, v!y!5%*ͩ<е&ni^k~or} *J졃Xj%kI{cg4mU%GwV$_0=ab=?[u,7D\eKU1M@ N=la?HIA1,tsnsqG̠`PY($~6v䀩SF=[6W1w!!xa'ZœUm o4]hɵ Ђ>Ti.-b|7l~.ݙ[6`.BŹ-Z\yDHlyЌm7u-eF8FzS_?Mv I- !6v9dr$*a⁞pg"\њj풇г!K*1w~Y`c.Jh|M]F { -fG;8 h"GUUEJ%Q=qH2J_B/9ˡXe${V!9 B(juT(H.idERFo50n%0+DL@~6*?09L/a.Focb'Vx{7I$ \/|:g2 i<ƍ8H>GB'h&rL(."_:= FK(̦Jj4M7Kz۾ 䧆:]1?h~ +BN~2FƬUTs_H?$jG;cqč_F 7#ۋy{"}g,d DlSE LoD=ψBۙN -<_5T瀇@L_uPcߘs!()ԅ$yEb 7xW,%/Iy`2!aPG؍8{2V–"ې=|$=cRxeA]rkU %[yfNVt+C$laȁlSC1Yx/|UxK;"rtC0RΧӓH:3劳5EwkKnovpY%xGUW.=*<}$Qߏ9f5+ <,{S#1O[>PV@/ 39X SP ڛݑ u[!H-G^^ 8Tpnq0lae*g紋< ):;+yҦI3"~5]"ؐqPe#o1Im=@j]T|RdV] %DzZ8j:1h?dh/ PBہ⬣7VM䬼@#c3[QORĿ ?5T@&زRl>4 Ǭ3do=ɯYg:YDސio*D]}-*?+!C7h,a##>BJ\"ĸ( ѓSuIëbri ,G| u6vHT?sæUG <ȡ[U_;1z~v>7lP \E;ex#n[Tי3Q uWX 3E<̧)}_a!xrڧo.M?^oUjIYL$>ܶ~<9fE{umorK?xny7wx 6B927˱anoo `|&ťiRW}v'$詢sQ8i"crLQ.O?2*\K7MQž}`BGԂBhK{DC@>$|jkSˏ>e0%(8`SIb#O"yR~I^hcʻ_¹w}k.~H7n!5zR%xX Î6}A!ʲu8Lȡ -e3Mr\[ ;TK}v4!x7T07UoirXGQ'^cUZYM| [ތ2P˚齈VKj n5Jvlq7h|z~VAі8V. aͶVX#B|"zjiF1ˣEG09,aLMfn,wCpcŔ"nE_j2p@(IIPDLC tH" ~Qt/ XO S}T!ХEԁ{!.bzd C}Q$,:w"D)Ƿoõ P/QB͛Ou 7W99=yߨVq[R-v#TmUč0)_HUADϦHiW ց*I:N_($Y!Zj{o!R 2l&i)=mɁZiL3|Izשy"8诳>PnK*_# oUo|T>ft:bY,\uFX`N נƢ\mjE&h1/<\hRh;p9CO(c!e,-s-n LM sƓ̞ȜxN!SCR<ԮWhA5>ʐ hSG(`UNucʴ b,_;22ѷTssI1K|CWLeaw& BrШ+x͏-iNrWz9,.{\@ կ)KC7ȳeӞ}XD5myoF @2$TX{]ƕ529ڸh;fjmCx;r^үUHa sɇrj_eKx'y Sy$|'䖭!+՛- ƪRS5ʟW^5+Ö27ޒ)HS?еjNRh؋`r2\>3Y~W[3{(tآT7±KI;BڲgՄicLCz//k@#|YV@Z V H/KmZn909 @Kv=uBIMub ihEw\k-MVBƝLǧ6[͍/?F- *O gYR'.* O{`t=ءbɬ~}"(PG0f.k2t:/}=B1*;>LneP=>^ݙWDIQ6vW6GNZҐtԦ萒c X\4':IKCP$A6Eiu1wTAYݺUesIe-?.ܗ*KWs|f8^.j{:3=7h7ĝVfw 70caSʹܹ&Q[>GZwOcGִ| 0r口ӿjr,Si-޿ASQaW ^0=@<:ĆIm/nCz|Lg)U€d' $sO>;=>-)ZjdLMz khE )4 wǵOe3)1Q(BO'o,+; gw,DW@|gGNs2C$E$>unT$Ot,_K#Njtr LxNOPT̃aDPq`9# z.l8w> ~!l6JZ$0ۣp ;1auQre;7"CkC0A.u2lޓvvF`&+oo*̀{4i.e-?Ү_-,B }hS\c&L i1& `19uũ{kZQVc.]ߺa UuyЊU; H:ԌS=\_ oz0_R׃qs=(ƬK3ۄ><ηǧo SsD3m T ^67\@g8{UR2N 39s0~][xbnPCHPZjI0*q?gG]t\X#5<@,`g#/|Z ?uAWY]z0wsꃦ_^x`$@T$r]MBtz#X)$fE]q,|DZ ' Tp*~-k C]g9p 139+VSh]ΐ x{rGEv> nG"j2Yƨ<'n$hUhqrh|¨S:G1-`ʝO¡Yf̢4l Ar_E\o U]}u< lH jXRkP͉wqxK?E;L{/)h+ 8)&*3rw͔hbgenc$F2W:p+n-b=܋CAhɥC2 +vq6;"vbwATUPv9~kISZ$hoiW$:/Hld!OQ`^ {a(S.A&kn2;x鋡dʻG.EVtՈ}x&k舂%y%bQ*; FS$3eKYkW#K<¾tNl-2g@g@3&](zgf3wtڀ^>aEQBmx`9z&jLmZ*X_XpxT6 'Y܆PzDF*ٯ].~;}=Lw}^zV4[%/#T=x= iZ=Z"F| S G(yfl[Кo< z}S}P Ju) Cܳa.s]Nwj&CKޑKZ]oO؇p)BbPx{4kpD Enta謐7OQmmi-|֦luD-#c^ Yp=n&[[YeT{zp3|Kw(S,CSHůhfjY 0uњzh +Exw T(+H l~T CV6du4-8l\"\I53GٹKK2M:gfm i=<ILd51TL<)f-{ʕӵ(Bj>J؜&ӥcC/piY^;{^IpgZ+1T3mh;ޓ䒈Ǝ PA%%$GG#`>NFF:! nWr[ z Kd5epک+w֌F}OZhnz\]yA>ړWyBPCB j~.۴n.T|8?>$1k3קf0ָީ .$d ح<6{!ZbDeX~Qn4) F_ 4hPUʞ}  .7J= 3'7-4FKnb-%f9hMmi`eެIӗ4!6`߼S*c#TV`pֵ2o~7?gL}F8+@OdZKޠϜJ4ebNNRl-ؠMctz{B=>@YXbMEEbB(YBgYՓM3*͖EB4KמZj+*LR#^GUW΁>8߬lnibq}8hgLKCvb& 5}Qk['*-&@n(H7g]>z~6BVqKdbz2_YK>Bby%#Z Ȓ>>`HQ̐` ⷩt7_d%-FPzL3A(=4їݭL%ֆˀNCQ d> ԌgƉ,}b6/^T w'I~cFP KETsLpi~NВn;pOqyEƛ[/DLD0n2t{"4T !ZGw[~kG8Y̙3"WoFW=>ԇ#mVU\X{jA̸Pv >G:$gR2BE M0CZѾ`kY!^(ϖC70˽ Ԯ>Sngt7ռI+ܻ;+&9M"|~ׅ=ed9 (n.9^a[yc|Y2[D%8=yqƁyeڢ b~&)H[/e(>-DoY{fisyBӉ[8Foe۹'0[H4/HPyVA$[/HD5$޽NҢ SJ>) zSx06 \@d 'ٻ:Koޑ*ĺ-l;Zv+/w"P@M~[4x>;m˙4t$npr*?A:' E[!zP@MA2v| jqxz"ⲇ_M3+K YH,(uhV~H Pjy E@<%e:_g]_yTʧW\L?Sh#m:'m>T2@!UIA*Ygg|kyG84oe_gw0#e/W.FxT?" Uf\e#1fZо"/={ڕtW>6п4 ab CYPXU-|*8Pu^ 6os4so3Q2r NϺX +RI*m2a>Y*qK9 l籣 ]ַ{L|T"xHw*77BP ~ luꚻsZcoqP&|7Re9aF~q3>سe]?"zR޾n~=1rDm/[:徾  Q~cRsꩵ8M䐓oBQ_֒ԸZ9 {u _Oiz,>[;:P/x@H6%v6*ތ) yB.ix+jV掮|/m.Mū)T=D$6腳S"7v<5fkOf]b2[Fy}>tmVn,oka0I}C9U^`)C >sƨxy)P_@xhv/v]A+C%bEh1+N$ 2&PRZb԰'D>Δ616,IH_l0Ҍ 岺5MTn&]`wK EjRЇhzq=yUkwGȧb.wo϶i'Zо빋]C'X'C汏Xs7&-gd o8GπB$%Ĩ\23ff78+.ur.bY=Ĉ38R']5SUQgl)~.0g7UJtV`ϑqks29¦Gk VZ NMFYGخh13V̭, /۴ k6bس.a p4&)tڹ5,NC4tN`?B6\Ts@{R"әw⫉}52n+\l72 Vas|!EMAjGoVʻcXGz'5%N3<{A-yjf"#Ŕ-E dX (ȇ "{m9(a%CRfj,s.YU/'#[M'R\ z!;:,w7MU)?D:w+u=*V6%`uhD21E7ɲ  q=q4жWKRμU=R5yzR>YAud+_e3i䖟mX--XQf$n$Wa'پ/ X]Usyfz``}ŋ15iWLq`J\9wd1;Udl.P @Ñcq(d,ʥ JaRL9Cs^/G)t2v܈6zP)(D*[+ld%ҟЉasstow?6OY%(=ytRu͇tXXZrC&@ge`!o hs MTY+FmHtcLJ8{~U-8^?P,u[Î?:%R*Oaal "o7P!)r{a{Ԯ왈yB `{xf@do[85Yu%|K(# h=+HY,=[K, {7޶psAN:bgm[so.6|>WV0-UׇW<{ZȐX/NfrTXu+-[ţ)KNlP_(tZ72\s>7X K̑a זVG%wSb#EJBTx4ErqJ֗}C KzzE*O-3¡Mhj0ڏg p%!͜4~3b+vhFֺ-_wwӯ,`bޭc# @95{GI*r?C5%6S߻,"ʂ_:? vim/ .6l@&t^@vˉ-VVa v(#Yx'ۭj/26.iYfthp Uv-zi.Jb^=݌!&M2i`:iInHzVA&5x&lFFdμygw w[0^tF<֝>"]z+V *aQ6"LxєzsVxGY\O|] ᾜ̤}h|#xc\.fBN> tk OC*na>Σ[d Q>6||RYle̱q>R]l.k<] Sa0{GnƿĨ#Cs t&{r%(mg<ƚHcl3Q'~zjPE(4)Đڝ !p% tb3[CϽ$kwxX0F<5W 1 O姟{~h`8PQ~m)1A'O{8i DA^Eim ..L!YR~JpXCv%dD!D'4g-j.|xmQC]6M liXXib6Q/%/\JM5m]ڿoglsliMG5\ƦC]Q_ӰMBEǙl摴.]B'K}P"v ]u{ȴ |7gEr/!~n6T k'#;0ώ2<-/~J}t_}$۶:⡂cg-jmWN9bؒ1y`ϪGd H 4Btlxpf8=ueqZy4KC7<_Rl45z3~o+ )ת{=:MVM#/t(1"< `)[U g9Eʬ3<6bB?Ʃ iRG ;L s{/ok)AZ?qoW,r FVl{D(%S#*WOۏe{[f 6:0b6;s֢#2QjlQ#{۹0zm]Pi}1zWY@g,pJv9rmr3r.-WT ջn_N9Y6.e3c;9)U3S^ÔP k}pqvx *buuFY5Y|[Ō8Tt~wA(2 XxƩC۹03wfGz]:2D+W͖\:jݥMęFZpչ]d:&ɛ+B}{Ҳy\;Ɨ-N@V;|Ύ1_a^&pW(ٯ HVdwWm/|l9o/Shvb) ;pSwM{9 (/vZn aCzla۶nCB~ 'vUk+ЭHK9%X<7 }5~!b2<;bM}MpK}_N}T=p+F-Kp,ԣ.-ʿf')d:=$—\{Jiˌ%`9NUyN12|Vd1gU10:j ^"ǾS'6MV6~0CebI1:''m_gu6lts`]WZvqh7YѲvᝤVzm9GAVHhLJD:Yڸmm<7Y TA|YHƭgK6=Z@J(FɁ&O6IJZt 32i3=WH?82:|({h̟G|tG9RہbqCc oWr{k Gf- (i=7?(~}^|Pb盕w*h?U\O -}rOfO/)n5TrO'H 'q~2l[ّqӱ'g#8Or]u~%md׎@|{o\BP;Lf99Wl`SYM?"e/$ޔ~$dI7~_--~1dt:A>XKP-CǑ i #lvHy0Zy+1B 念LMjw槀Y"`a6I%&p6ͬ]\)IIŏKv_~G8e`ωZ,RwO~7mf>aHk=ҹ^ĹN/t Kr%wҽGj@Pt"}^2*J"Jd2@qr{P #edھ7>9"||6MˍyJ+j }t(4#wIc 䄜 Ȩ8̓$r%WpgN.rhYr1Ul]%ev?g8թ\U]V _ߐy-!g꧆iEѪD Zy#)bwކ(;L3K}mDml&Aˁ~UН <vRdرoX|4tkL2< Zm-_2k;ck}^P$,6=%0hj<f>ɑ"y0rˏx85mL PrX]ReSC*֤sUW`_-x˓&L ]`tZ0p27ĥX{SFx+s6hapKi)o;I`msU_MqtwA43{ ݠ}7FeRP%ytxO**/ڄٟE6,9UGME.6zm{[ ݖwg }ވvTx>k)s{BtNh^]ĿodG@=YG#MCk/FTU[_m(7=OXT("v1fqDR#v@6hgBf_WؒjsEX8Ң(kB(a"[Un)2Ա`j6g0zEoh.-@Qx1u֋[3{/f!ӾS T< CfD3dLt߳נI!LH<, >~|I֌'+q-@ϊVFl^B/ ֆ §o~<1\g"*dώu3J*<4Ab&<ɍ4`JYɜMXV_{T|Ƌ%(閼?e۳$m6%)٪@ڊ,'J.ꄖZˋ4  ZJOV)U\?˥s"F+Ns+=8ִ džbG,%VH=z'ˮ^rcI)]=,S3oIP69,JH"E[QQCSC` m(9H.q!u}qUsnGMA"1-AkM`i,Zz+E+| )y-~+z.k?2fXC:Y:v*evm-Rq&]g?`ǥylCZOt M&嚀>[@,AZ1TU^W ?z (M <ŜrBsìeAN-` WZ4ws$.1ܚi>a`tf⏫.O^,vRЍ91I"Jӹ]FwOc -&=Rwi)e|hFOimEmoXA^V}C6eN@冢+%(A#^&$FCsSBݕˑyנ($p} !!İRG~ej~%˫@:;c˝gU ؊\yjϡ w96cEG2+v)o +)B2cQ-,D-{J Sz3RfQ-[u8[ OC|vd 4A8/oz;?ov=YE\;X8B!ƫv^`52[cږ&!ɖvt-vK-.U1a%v2G 0dlKO5N IRof8EE| *fnmhQ`drHa;ɔ DUAp'ttVϬgߩfHU#^#<\2ĭ:%Sʐh5x|烿nN V8I9EJf+xhOf\)<8=j TX|` ף'򆆐lRXQ3Q>%I| mu-][OMA0weE'ʜL`2I4?_ujVx@6% &GGt{3)%X(v2X!Oq+nMQE{TUxZ/+ njڕz\pLQn18٥v_fi /UqQ[m '%ż m3mnT }{=%fh!FSE9) U$c_Ʃ^SE, w`4`)։(m јJ+E(\OI=:H*%TmB7 Evy.o֌R$oH6&=}y J*eK:fZTydDx_PLh[?q]3HfD973?M<܆-=ҷk\abܭ92~Qۗ_>f]1s;[j,kQo@OА5@Ԑ8gQâVn v)rm3azF\{ |>A/ ѯXD'1~M7X' ۪LC%ktGX̳fq utgjUG\og) c87;\j./fZԧkx$RHPG,mܬQ:B+}o6 WaQA{p{MPuFD{Y^k}9kFKᶝ@ W@v3[I`zp} ,hwRkϕ]EOvgZ;,#+JFNp4Z䁸UWiebL')!59GBn?< .A@{6=sF=J֙^ Dt-Sȏ\4ݰ |B6>zwh4mt&]JiDؿsQl)xѤ8O5edC)7ҭhfq:gAꔓ,cAT tVͰp Ր? ѩK'J,ؓp3 Uً&{Ժò--j7qUm251bڿ8EJI80V, y"G;;L ߹t"VW!lL:\cl|mPT  C.a&v;2WCF 7Hu}=8*WJJpP쯞b["ʼnZd#0P3zBo3~BW5Ls*{d.̨5׾A4 H/pUGlf()0c["n:7 (Ǖ;5s~a-á'x"ãf} J8f$KgڮfEz.W/}T,4w|4YE:Vb+{<-U=,EKvg^Hu"XDL <zٰ%% sfA\xKtBGKO;v U FD |>)HwbZZ@F?߲B'p#*͞L) \`dl/Q^ Cj3L-G6*= Epb+"r9W:e_ePcBpv?R0g=^q"duPdFNwEh\V$N!dH[E&~==$@eP#Ŀgi{`kChfZ;S 8Ę }*oO|1)8SD~a賐۪I[V@ua`ʻ_ԱsDxίWexdq Lq:zQaI|/`C-Ȕ ʎ̨-0my%}e<4[rߗ),Xm^,=Bc(HkEa}4V +ĚǨ2eU 2d&jdNr6-ԉ|{CxjLgx*z/x:+Z{PMlOFT+/$|U|UHmۋ3 \ v\#( 9vP;d4A`t=\K e\ʅ!5csDLz("Әj 7"f&; YN?To}-j_f#~~:1@AL.U=m f {nkMrPu(@.Ŵb*We ?} ɟ#$4c=7ƒ)Ma"1/RwL:BYܹmZ&Vo:1( D/VJ)6"d+;̓+;S[mXĕE(%CcQuƄ|[_Qŵ$]|"h][5Gb w рdWƫLƎ,-=Gf`V= iY='6#g#-7)TKmR_]zKq 讷Xb4qa)~ǠP KG&J|fz餀O7f0_FwbfUpn\OW%,D{_:l2uA5MPAy8To8eeoI_>C'熇}dET*N}=O<= MӭǠ KC@03P- t JԭZ]S"}%\|EC`{-CCQ2%vDUr>t[p^ϙ65[MEmtHq_$%Ե7\0bh) =}oŎC^q殐0o^CxZGأ(ǧYM.CeܟM ±l=9{ɧЕg{ߢr5$]:#=^x*oLE#AK\\ BzFR|4E yfa{Kܚ3pm\Qjz|U^p$^7D^ Uؕ\qk؄6IN+"@N&^ҺmY|k.N+`ۡtY_U֨\Ctŝ1BFg*`O^|:K%8Uf!dt 5ò_Dr&RHn/RTx֝:&"赒On?N\5=p7nG)¾*u0jTQȓ]Dy EM5T0mA-wJ(xjMUHYyW:ulR'^0 v>JxIzS[܅fu磊dvM#d#@@l/ۋ{Len5*ʕ=[BM2f˒|7 UTӉR4[P=WՐZMgUVm*1#i:{D>|K.d'rb_ +P^=CCj)5K?"wlV@1UxΗ6 >E<mzG6eVeDMaŬ M-&aI ,E`TjU1>ʗpKlH濄N5{ k#!GL3z^ҤelXaI,kxeuƂK:\{J hdcs w1qZ+cy мky+>K$Qolq:Z  Uq_jB um?NM2zI jWѬ5~(H }F[=pZXgp|>r#52{W'@LKXby8B!*ReKW&!}n| -2*+{m4 Cua}fk\=~]%n(elO}Gy dHI2nyEi1.½Sa=Js*JN$Dc{i,m?懎.&f+hKćI_Ts "n;A4p*Gg@hrdH ?[JPhu =Жc /\!p:.;MGF=`":ӢidzNFIP6{|}DYuh`Ag^4l'HƇ{.{!#ҮOΦ_&S:OPt5oG%ۡYu gӳ#40t혤ל oQO"N|{RIA)r"Rh;Gr5۱%G(gEgGNsj6(t3ȘYٳ0OXX̍(B{o1?-KGLqr(tEMe4ČӔv0AlW#t=YH/h-m# | ^%J5ϬuIa*4+/(|Xq|1lXw v t'<p=ɩVeG ir'1*|ŋQTTp@"[.nqQEbihhl<ڸ[SǬBxX7Mw=EF^i~m'1Dh})INU °_Q`l0/1ġ2 5V)S5n&Ny;+#*#!&p*R=g'V@_;lbs~=lU[ &T_CgЯ.]?̙3cfr{0IF,ˌ$ھ42hc}@9^vV02ܮ&]58oL{cU29mLK$3DsPBmoA-o)Rzti)-eraQ$hZGI %Ǹx_`Hw5d*a3?d0Ҳ􈌗VeNQKwS{c/ۊ̀DBXFp }É]=R̒Вۄ:4{sglA!(V ]uF@>Vt2qMXo$Ē$vP]O9\݌9X'B K!IN8f;<ϔñ3֠WNȦ;V'}Ja|U"9NV_5ZPH=J4C+~ ڕӪY8p?0"cp׫0(|ԻFn:6轒]ߋ8?h%+$wx)̣W@K PQjcO&OD<՘%fSgP5qq^a {ATV.e Oj5ǸAƙ;0AuˁICHC&hdT|aIexРn'_ӌ.%L. 0$2FYv,%ؤjTӜFwgLDwOA◯Z3πs`-U+Ł&$$”!B }ruk(r72uT&ôy v>x0&77HKࡄV[Q.Uu9&Ujn|ק 97z'ȃ ?=du;٣3t10_t x|F%=U' އucIm7ݴ9U+ibW>4ecȥb mX;z%q Y`IyZĩ+,lX p^Lt#f7޲Oͪ)~$BFQ|&Ou}mÖ?EhΥ_g4ޛ#VXFܠZ#D~:l&cudT1Ɯ1gMlϙRZX&yh LKZ *C9卡kKKXc0z>8q`X*q*+~y}"߷iY*c4]TY<˳07eM̖̚͟`N^l{uW7~#ꓼ 5y(&dbPO͹J36=fw&y4Uux^'Y RI`bD⨠٥L 1UKq1*%t8و#B>$zYhw.Ӽ7ZP6` ԝ₣~êEO(dz#gN'(-jT"aRK2*)G^yl=yN d2kkEbSe%{8viwڝ 5zkoVY7 6DhTyRz;TU!fg@k-:q( t|LBHX.ث.J'DzE7N] EnþP%Y-ºN*nrˣp*^:w)"}0q(& }.;D.aJO"moR,qf߁Tv\=5n|@Efb=eKKr=ϦEͤ`Xe02]ۡLUO0P6߭{=&4 ^o:"y^]G+Ό\5!]1r='geG(j59ܣk/h4@$|_#ws+~-A}_bk7>-)+Otя>o»Zj7x!sƥ!.*=4[YOSj"2,U^/ąmoY$*N'􂺃k UL ܽ@ h%27RB>*&w *‹0raa>Ll["h~U#B:ч፣`\%z) z2z)u1)d8K?C@ɧ(8f_ڂM7w-2B8_7e=&9ы*%6oof7DiCW{bs/ Qr4,ȼrásyb*%tAPg}.P$5c)d{r ^LͯQgcOfE&^R/auo{7ʓHM=Boy0X< B܏=۾G^B0O:5l#,zUgG̓)LؒphWHSa%$WCEiIC[f k:h0C хf)]Vl/x1>4TհP-f#84=o_h (eJ-դj*3{qey r]:6i!Lr^bg,\--)sԆ=j.\!~mDy p2` PVh20-zB)DE,ᯡpG{FM{aa!? P4#)|2{Qo,GbRdgz~|iI\o0ט(.lPKq#W[?ٺrWѫvx5X p 9/l{xtN;ۡs ]jי</ 8i,ǀ}1(EKdfɀ3..WDdR#UG13Ҙ0iki ˷hA.ijj05lI$g#C*̶|㒨`s8_T`${/nպ=$~@ؐ@?n<[ 1\SojF_%ȧ x$Y,D=JG, `-{XS>dr*L\L-f;*Ϣ06F[CssVVGrUb+T]#=ضAYDROwkXf\( fU$Q\5aJu)EQ)զ̫x6P-dwhNiz`I20d|r\ ϚŊ* _9Y,l-V(U|AD!|mWYHqQ' OГu>Hq+D=3΅ 0V-\<b0kLKc۩]D|(s2X{E2CYt6 6+?JW@+LqoO%!F?_b)? ]y=Kq&.ͭp4:wtriJѡJ^QαӃynˮ,|IE{ kf(@zԑ&QDn`>65Py5Mpcɇ# f>5 0 u.P{$8onLZW/P]nJsPN mZhY( n5Q*9®)P+Z{GBDU3)k4Ng N;˿FIvu@/3cisK : aR'ˮ m7[E563̏EW*]\ʆ=PGQn4&,+SGoV2[7ni&;fg=TJVY[$oDe2+=92Ab-7t e%cn˧";m&k'KĦR6WYn:H1)ޯ0Il1DWE"紑-髵w{C/ tQËԵ1ߝ1Va0u.S-+N}Zmw,䤈<6F:V^=ZU/s! v (mG,݀| +μ&Ÿ?! mΣKl*(-Ws4A )s."֒B f5&Jֶٳ"(v i`N7\y6 u!eae]42/!T֡ ZAI3\-V׮evFbڹ)h] -oh:ϙy }p/qsyDZ+hʩH yvj>4gANj|$t2i[8$ǘ9cpH閿.EHW;O.ץY{y\xDR@kտg@HW",en@>+vL4 k.}i9)=S@ǔ&6a)u{u;՚ /XY^<@1Eƿ֔a5׃&vT#ۧX80с$ +h.6qbs`j<)0TRȆneH L IR\lpyxY:73rq1H;L,XB?`3Tt:J3R$J$91 :~]PrsDfgz ]쒔\C~)8;|A.␰|S G>Vl tN u9Z]u}7%90D[=c\Dk0L8`\IMxlUaGSm?QUA$ ixtڝ'2ybtq%QbLp 61eN(fm2 O)J 삋>aʽ_K`HESh3>sYވx~gݛJXz d}()idZ? S\"?۠h{#OS[=Xd dQnP7-{ C` 9HD 1~QyDJ5|Em2 ~M1G?f \CpLɎF[ r@qގt2#D$Ċp'+\$M'-jʑEPHZjg]zWDMI~4-nL\6:g8]K-JI}V.tY u.4:=nYiLTWEjXR!]h~(O8_paF,MranDŽL;^, xdY`R<4dW8UI+Y>åQ`2,)(ė .HQ2K+ȮwL/u /JQtدub<|u O91{?0BԗY,dC`0 c۽EtcT#ezMkXB-g|z[:(rgcڍ362x!<SPYSJb7q^ $h PW1*xhO]2^ :m+^sj jֹH,K\_Cf2w.61Zv`eZd-bh6lo6~{m^ Ow _AmWmX$xeMkoB{}( G,OI]ea5ItUࣵ1biԹ5ҡ'?!s z j}ryfBPqh h٬4'n1wXҨ6a#Fb?NŠpiwn[ *0Y~>[_&)758Cp]lkj»fB(ߗnˣ@>/N7 GDnoW{B-a]\ hf6@,y;1ߝw*ȖȁOR@\klNcv~XFVm<ؒ XoytWCU 0wWP Ԃ4iRO~͢wHejW]ֱ-4D].'f rFv+*ڏ;E9އS?q8xGbls?o߃oJaXKp ~8YO̓:q^ֳ{qA1vۨE&\ט?o(x`{dӭoNaٖR['uZ:]ETt {4_ ?mz0PikLȉ^Zr:B8z6Kc[l$WΒBq?'Kj$,4QI4`':NS<{ÒiVC4`gpU}|( ?"LcԾQY;@f6XO@*i!C]X6i Gc޾R =UD~ /ǫ lA-'voQ5rNK=B7T,6 &X m'T 8eɓ}3zU.Yk^8La!3hHZ; ;HM+ggR}Ϝ~-Z}0q #s;bZ$@nxP s>_QouqYLL--{.*( <Uːix L>oI̝?=#y\yl)lu[ﵺ}B)a# ۤL~=MV:9w^Pvq8.կro,lœNQPM׬)Bܒ!0)E>q~(@m8f R~q:;!]h,;XC?pDM:tf&E`}cNhHx~h(Ϋz#sL27hbSY7iZ_+{FF$y*ƬE[ 6R1C[g-OF?nF!frhjVyy+3A3^!"G5зjޫadm +:[ߴBῖR6EhgpP/thUuDqƚeR X QI<#G\{j@kai*29G|C%럡CZ=?QJ.; M^ r(pV[)}YTc)9X89)3 5* J𚄨x \JeT!:X< X6KdenEnm"}CH4V! ЧF*f!Vv Zәrj~ gy*7nF؁tuY5dws wk9~'A/+@Ҩee|5|SU;Pɀx%w.GCt8nuj ꐗ zYj$VT̼<궨g+֏ukGRA*kDvV/%SΙPMLTK[/ToZraX"ds/$岟^7+ʘ.Al4F k7җ w$K>; ɗR/rЊ UBѹ5^C ͯa<˵u+Դ4=Ң!p Ζ\|c)CbJovG/֊FY&ݒ  "gRfhpU@6㴮'2)Ó 6B&{w^Ϥ/x6j/m?_p0IÎ/3kmZ հ3kheL'\>]~Y S02 k!vQ%[~wIGc Rj2Em_KAi@"u| ?FV u ZaD`\9mf#o#PҒ\cj~鸟S%;1)mSa3cc1މ؀$Ǯ52 $%8_l؉=uZ$A>A+ƨAS v5j  GIfq0\JL`ȍꤊJ=gXX8k+"b%<ዕ6Ǐ)pq7VJlcd9JkNNe e*-0f(LՐ6 18t$fRd>:y :RRD?g*,5"@jqns"+{6Knvʓd8+6 4XH;~}&?Wr*$rƘ9yƅbL Qېc%[,K:f|yvAy ܠ˘ @o0Dg3fS~Q*,}V6^.|L5SA9wQ pNvo| n?5N>UU0խX7(D w~oʴ^'hhES.8ΩuP80+YRySCͷd=&"NLg*Bߨ&I}pRh³c-P!))(z|$d&鴉0_P0ϋFӡ suuN!Y|tCy~#QtxC?LSԳO04P5KJjZ8qfwVxf039lfA!Hjye̚m(׎S]9;~nڃ|Ohyx1vH_k74Olب& qu5Ⱋ_U= FRyuKĈ|>7b(~:_-'ӵr= b =AБJ[LMă`o2ÖnSr%n_Ƕ`v UE'k猪,럑c|I6ο_җQޖe-I5|jT7+Ǒ\;obf ]C8+5j` jz&k7;mjp-̰m3Ė>b 8B8X嫫;W!ՖɢYASR/f٧#egz.oV[uЍ7墈C{jJAȇvÜ:][Uԡ;uo* r{e$Wc >&@hg}PJtƏՋ4trٷdPC L̷sY`t156`wkq(s0z8pKuA#%#P6 " BD" b3Hag!kNcQQ2LR26 ,Ina)qgflY>'p˿Z80.݋c9l c%:Q݆c9Se˜P E1ڼh@':rGI h(Hw7p|*"ǭZ4<JSOH'h5`$N^! k dmR^Ѝ+Jgdɮ}gOt _gOK8>(]ĒB9S.>V"v+Y t˻V&_mB_r.@uvj<+z%"}H W) }dBfTpЃd*q̿RsκHbj/SFܙS=Ae5}t8iCc$nYGaRTz8Xz{Wʾ3x)( #7~zptq>Dkue1;y$ XA! P)mӃ *9#]C*3N𝋗1h g4 nCw0H~h~t(@v`qN= ҃2G2Sw"bnh/b%yQBR@6,4Mνj8¦{p!gT@e &S1@@?I*?mՐ@I"^6aZe~]] yDSmpnRP=}-?qݽosrW@[>ثe#d<ƕ'ڛEv^x,US'H0{|(uNu(%l̆qWi L6gT$(Q&ZC5aL+ 4dJ|ȷ'F6*#(X.J}q 8)e( TKIbuᒾr<_5xvC+@aWWt"*PXQ tqew)6̆ l\jvQHQAvԷG䄓m0*}09GZ@Y~X!NW?+y4A bsGu"XM =ۗ獡`U+A9G{+W *ie1KYﷄܟ~a w=VK ?H'UByvǾpXwբfͽ3U3V#D,xְ+H+ a[ b,]В܃5 Wt(ޢ8 l`51|5 $\6/!!VK6xq(L #TqZ%gٴU4%I<2W⺘vjJxĺ&QM̄3Hycff ;:]WY@Y yl㓖 CwVdUlGq@Czs##i|2ҋoL澯0-&W+ ?SǍcGtZt;0cZRo3j[B0 PG|JA‡Bf瞢-]: rs8Ia4 6'Zyr46n=gP`փQTWK_U?ȓT9Y~6Pҕ+]vI-ㆨUxcߓ\߾pU4p%:?^EJ jVpx[ʼɓwᤊyv8c  UF0Zb埸z:~N6{?i?9}a)-&7Kc;M+^2˽8^^>7v:3ε"!1gn&J}-EދEx?R9dQn"eg ɎuMOA0Mh*>*BJh6מɵ Y-K(|*5r0+]JqB#Hڗ ȆޜV:_ÈB8Ǵ"սXT)C28:t'j !˼yӞF\2jĢb\F"E&PpIYO%*F?.O^ӋaZm%GOJȭ$l;X xu~3.KY-H:-Ӥ.,#2?k}C\.G0rRfa d$۰8]PkBp~ּ&*Sj4$}ҙQIAL6焳SUC;1pJ!yS"ìi5``u,w7O~z*4fw[m**7 PM#Bv~֣nwKm{k.$J]uZ1$=?V5h $?nj& fEp؃$?ZWco˼^g];clL߀k%q#]3*1-up7/(H͂os'RR6L @(aDjyo4 _ɡ;*omTIe)|Χm$;-^k>Ґ,Bϫn56<=Y-h)oME/S'ŕ֣- s7CTnز"RG@M# I% |S+7gu910"MPr(x"^nɎ1jRVpc` Dg]zI<`ETi>b]j"Z^eʈd0L*(`-uMlhJhH$sr^f:ʟ3Nt%Jho!AsQD;L4.,iU bM E5گOE,#T7(2H6WhS8J`"ðdR z0X1ΥIz^ ͪ3lKJnj<=5_KZmLlɋXV!@/ԨUo'}^bj)m:-YY4]HS$3q-01K10@nHg\:`%ξ`.uPUJBlC5$InXT\3`· ,F[=o yv-eK3QKTw9Q Ixq{&ԙid6wr?=w&Mޅn8Sf53vǵ̅l)F--#ݱYhϧcV2$Wy0pB_G QB/ !.#\%D(ns|:~VX&CZkUC&uR Mpage(*,E}}VB\r 9F\G(=95\GB$*Ez4r-YBr[Yޑ1$=WZNUD4/Ԅ\T2dM| ]>>q+9G<@bo&(ʋށ~\CⵘNX5̵!@x;i* a)J3!qa" Ss_.?Z[-2!ǡ0xTAEn>[8p?TʣQ1w`7chX3?1ltↂlnTA0r-F k4)j/)ۿ:4LT?Oe99ovw71{ hDWE%ɱzkFE@ӿN8 T?խ/$0LVf-K 5NJ\ɔ5͚V1bE0+qs&.^;mAI_R.poK'F_u̜,-H"n@=VVlDE~|xl?E@I1A $OTh(4s9OnEF0{hi3W\¢7X+;5|le@]1X"*Spyc L_KX}o\{ȏE^Mmƌ!V,G2x(Zmr Կxd_5r[ȾgҎeLL !T{yUa/]OPFrk5+U~@Caf_˒d2`Fˉy_8 mh|_9bb \Z}75|8Q0!O?0;Z_:CaQXmEna:މ|N4w˨y`Hx֒8cr;5)HJ {=|w^7)_iz:? 9$$CvlDou&|Y֕I[F9þ"cXN4pukw\VŠ;&\D!Mk05N1%wg8 leXw35zq((Qlg$,nZ%LQnAt3U@{W]tott`S0!_F+!14~QUf.oF=4AɺZ4% ,O_5sdhtoD"9xB & pHhѧ(U-3vZL}c~\D Enr)Z\BX/sFܳOVŃ^ĝ1TpڳUp#OKUOAgŽ!L3gL=0{&EVI`\e}y7Paeßa$I ] .7y 5eiTY!.ْ#H-<(Ddx )6D)ѽ玠Q;_FtE ڂU9Lj%Uj5Rc^SrG=ɂ-Λ٬l[LJs,3&F[I< \Y),a _!fǿc<9c9/gĀ66uH?!`z=6GݷOyl9S3'̓L~=CL.L8р_it46S(g!CFRQi6e8X.b~t@Ԧljm^F sQT^^ߩ`CCWʼn&I8~Bvܺ-YwZP an% Z k<}"-7ZK2Yv6Cd{Rd_@=z!2( d )Zb4T>D$um]Y5GfT2 M] fZZcAri[sۿ]Ip<y܃BeL!Ƹz{P U`-Ʋ>f vxXzV Lv|?Ҏ2z؜5PlU) b,͹}sxv];7|#d,/KH߶̅@/@s.ʤ3t.v@,Rv~.λu4-5N:Hb7>@%*tPDRPt rѰbKTI ~ RPXJ2r} >Sm ͹,#AZrTH|u=I2'ĤCw(,H2/Q vEzeF 'SW$Pa3cÄ{ ߳ey#k 9pK7?)WtA}Sf.uv 9$ɾI9=Ví|MyMa=GI=Dm xo;{T4g[!a˟V.6|٥`}B4{Q;Z+e Otl/L|fʁ~%+Iɓ@(҃PwU;In'K/L+:bk$gFrՓL5'$΄pzgQ\ʹ3k+'z!Co0m҆(2-E Ǯat}PV"S.Z}#z b=F1kYpYx0@SD?Ȭ[:Aj1JeX FV.)OP{Ya5]m⬆mL6.b<d0BeSN-iL|^[R&m. |&n6 ^=?ɠyHB 3UW bJmD{nd/|ب&h 0ERBošN @wv_ mSč/׬V6I1(ܻ(𽏒`ҽ:A`)f]R^^ok S\$,n]$ ⛆=6B )qvTϦSJh_f'iĤ a0)_ONs?ZhK|ޚpӣ-0LIw_A1f(7¬p~s@_% qy|)†(^ZN*G ~ƷqBBoUsƠQ3ͣb_3LH-F^e^QQs:r:~K&fqOo/;ޔ6{$o0yw+DE1tbXlQGM.Qs\:S#pa0/;/$y0AGuʨ#n7-A3ۄ4Ve0WP:L''6$wyܼZ8=fkOJId u 퍜.kG,|gchϼ;g"x$kҝ 2JtZvPPb@9o5[Es xӴN ]@?,J!^M s5_Q% '7M6Q'ldۏδMitոBCsCdc v)k< dcO`ȠivE lMh">qK*x #6Yla^^0&XQlP4$]Jhw=:íLt\QH!Rt0Llvդ2k'ȼ&x8d (q}NRM$8!~jC@:v-Ov0arMCPsՈ>~mjhB=vfV-S'og;;guRIʙHZ! ar*{C871gvp!f.:6RHI3!O$ѻQ%[L܊s@*,)?ZA bdQS^#WNJ8)j(%/Z٩ZFN[ qcTI۸tȵ:.ي./EGf:6 -iG PF6:(!o^_[O@-VO}8a7jv㳦|GvPi?[kz@:}|ئ4W'P80mI?WA(Jq=SP,{%bOe~DžkSsژMaəI}l=4ՔRC Wn*mkOAM?/t\ /J@D#Nu牠xE-1nWIԺ/Rۏ8)iw7bA÷)q1d @yd$†&=a饎|7Bw~?rA?Ǻ}vKFM* ܙ.8HXA 01ױjI1eav\wBlܤvG2sc@:NBjsRW֓@ZaF [*iW] yEZ|Is:/9?0j,e'C g#Ϯ coFx#cݩ@>1/W6=&W" !cSF=sH

Q xI_O0×NoGn7;D07 :~#ԍ4u.Anoqd!ֻdȬbMXòghf V^†FT69_v@/U'܎IxnA~.BV׭K %HK$A!Jx: ]c C!T#D\8[+;^NҒ?(e^#b8t/jGe@7b%|ɤBD|CQ߮9ڙyB|r6\-JMD:ý J1O~`'uAXX|7\5E vcf#SU2}EFWa6 >-Ldf:&zP|IΫk ^kWk7MA0,P\?(ZQ*}XvNcUZFxe^!w94e5Bex):ǔ"Dla)%+/zPrt;6lI֞K^E|$T[쥒lBѲ5HtH!*ckƘ/+vee·f?rsQ5eBNMaɯ"|:\5X.ur姕1ה4^~6+ fYPa 0&38]eL~R!gHS(Ķ=\ugp"O/JQWbu!i\[x,s]aWZtӧ!C;mxQυ0 #\ヌ*fO]A_≪ =)2P(D55[woP|쳑S9cY:?6U4R~q>oz-zK8:P0@5khut"F(`U?b7yt@"}bޘE D4cWl>’eyc-0DmUJFRTwL~cg6~&jQk҂S2ؓHmUT}evlO .5b~ZT|&"|mHz#ڼdd_Zՙ_Wތ6DPIIU_c,;# ;P)-`|q^: DLԩb#@eȻl#mT#2l\~1s|3JX5(Bs!4v)TfD| *5#Z!QiFol)]q3`Dgv ?~E`L.rןbQ?iNF55E%/N;}`hs92bv!C߂ "c9bΠ>+m[ƛ~mQs—I , lxL ~8< ϻd. 'oG$3|ɘUr,|ס9VC{@|PƏ$Z?ې1 v ܦ*YձMq:#g˒L޿4nE9f/ƗQ4OwAAQ'|aO ?яC:+\]vYe*D=|8!ۖ*(Tm̻ ԉYux~Tgv+ !\$`( Ĩ7MO#/$zn :y7yqHo|ЙֻɯZiF]Յ(zqtvIDX ,6KrBeIeoλ·=C9i]!qVШ;m5$uhKˬPA*LQ9nbWuX۴W蚆T;?t#a'!H\,{#I$4xP#`'c4j{Rujy# M֛}'psaYg:*I,O˨jٮς8+ P'j5VP#m V;OVT1yI$oi-|58hOokҰ35!FKL=O* (;r‘i<)D3V-R!Mwz20=,Gp΢8&nD:ׅY ÷`^/=g\TLyQÙ^>eWU$#k]Yg}5HMb(pߺFE ətsDM:P*m $&﹪2r d W&oal{y7KCah΍`k8czEq21$?w{T3OwĆzɟGo !̜W]41kQ2T7Eྵ?"8 :'%<[IW;'eYt!)̍P8" ~cGTBIt}tE菹C*ZT$;>n-"XFra*\ыpZ/qS M/7rJ^zz @Ilw%&϶c%%T+R(}9oi=Z ]4ݦJC)57%Muich(<8և\|n ? HNd=u_Cv?roO,hԓO<80AϾu? 2 hU9>dc/yru]VnvJ9=2ԂWWuU|G!R8|[ee72m`#kJjW]A8*@a*(eJ)p~Y0B#[+JfJ-Ze/W>oU& K?yf_~fֱ5×Ɔ3}H7PPv],}&o  C*SJ\ zW sZߔ1l󉎔#1a=izQSȎ$PqͮƤ剾m'pQͣG&}R!nm|8{$~p# _1$%.IC!_%Ktyܵ%0:M1#9yRhyBΉt@B%0=Gz/%p>KZnJj( C%4yoU@qPH?>xuTãhDyAj׵'e6OrZͮcҰ#x׳"PTuP*gJ1UĿYdVu ga(Jdkqb6^@L~zS8&'SFF+V#Ќwۓs gj9MwD|HCl*+DLe&ӑ'RyN ^9] :e1uNp!Wif='y$N|#Uퟓ+F, B\e1`%^۱TaM|ԉ; WBWADsUՕ!K ?f j?ku65ɢT3K1-vJ˫aG '#F $HȒ"r\t&-6 U筚Y-9σk\=#!ri[e(vYGUB<&>6SgV"D@yc6.p҈]RNiP{Wv0u/lBrw/I񞓻Be2u|F^"&cʃ u`wȂðXrf#,A{ ˛ QZ&߫RhD$z^Fb=ivg*isOdWH[pex g:Rhty)Of4az :n]0$hs*rPoaAvVCUxyj1(PJ>kbM8i4,}dMugkD(=o0)dUoVVu{s sth9l NPu"N o\Qw %B$t N#[hr_|B?v񙇃%<ya `qsGzs=&C_le\un<8D[2zF_a")NɄiw%RK&f 6=m/t6\Mkc>}V}HY<"Ur1YNg D؝ Bj."vʹ$[Z #VԆj/d qqDf\R?NdDknSPR>ڠÞ,2,"ɨVFȟyD0)0~6G,^(5R UMeO&&*W'26E~.h of+i}2r@of9\ذ90>MSDژK{KcXB%%EB< PO[,[ ߠ}c[S @QXGeBy&x W =LxF`Ԏ7A 0UJҶcTNc oM&|tWusr xЄiۣ$fQ~.Ћ.V% ung$dB rwkn92S{P^Ό;>=2*}+YxNSz@xdlW; [} zIx:3}hӬ -HqS4P4NR:E.zȡ`fYC&b2i-PRDV 02ݻV&ElYF\5#&ݺEwn /sF<y/ď<Dҥ]Мǫ\Qflc_~%ią}uCTxᴚE1CeMd\+ ap}vd5p%pӎyi>\)==7wFvآ%N @UH̚Mn}<rߌ.Mg Z#6Es`Z<ܞH,ڡWX N Ы&ыQc9}nG2hYޜM)J }8d7*2=%!)D-`ɥbL.,0v"(}@ܮR|c?ȽV8Z+~sQ657raR`V |"͡n1l!**(D:PڭxEœԎ`23 *7vW (5@'2\bRʵ6 pA%bUvW.?a|a˫էqh$Vߕ.T..1Y)#,n+0kosRp׼SoRc}d#5G&+w5;.=D# px:BmˍE$,ƲXI$T:~@8<eeN,9ǥѫ徨u_x˛A9.ؕ1k5 sjIjbn, Xl gAZkgC'|@d8`u,Mز+QCiw Ejw9=i* v'ជ4s]PbȒB)u iS/j"zvk(_,c^ H_#Z \/ DŽ*U<ܔ@C ҕS@K.*74Kč'v?2ÏQz|RFs?&5"}Ol. ]1&Ub Y%Xd Nn2HD C)>Hu|~RW#x1~Ŏw/oN82(蔉)IhA(8[>׬ C3|͙@ͩ&i@FR?/TC=Na8=?# 6gk4q|Yp.Pl RY|FvHI5J(mFcۛamDɅ02mh0nf\.}M B'` ݮ̩[9?4RYK@:bn/yހ Ec&VH(xP43uL"Ab8:#RZ1dػ}~z35c HY>jO;ҲaS6pB9! "A&[Ct=Ko˸-6ʞ!-ySdl͠c"0V&^v @cRirPzY 5=LȦSheC~|\-7o*y '}K/-^wHXZIlXX:Q'()3^c9EFٲ JgZRL#qcýe̟6i1%n{h@휸Cоnk-Lf^EfApN>e?EA\~'iOe lYY=Hʹ YQ$mTC|~0Aj@ &1˼}ӟe< u< K@bq2g͠L懛.8qҨi>^ pA,m0g2>+| &q+#*G۷vBfܐ;A'f܏a47P"e'7(FfL*Cj.:|`8Y OUG30WH߅@|5w%!Z 0kfP-8߱C]ĝet#T@Jb['$S.bW1L:-L7#ҹCoypyєlQ~#A 2ΖYuJfP9lJ䭇C7P B O.6<]̴8>4) u:GX VFӔ˶ݔ1 rpڨQM4J['XgfR E GT<<ԙ 3M~ 0*=/v@}"(zl/85ۆj5q+28OstPgWc-]cRMZS;7žTgI'<~Ont~1-͉.?74=!9IX-x/a\DޯmZI_E6CR DwkNݣ@͐L\М["!+tQ@p$D_\u2q _#$; Z;x`iΰ<a?:iIU\2X_AΩEo(R`}?ςj":@KV䅺nAk$"[\' y/C=2o7F =M;A6LV0t4*q_y״<%Gחi?yKq3(<X9E0.L[4R-gc2p_molTU^"`L˒֥b#|Ωe6i<<4lM(8YRQ`EeNxٴ\\̰2䴦 Co̠a+$i)3*=|?|M]87s^wJ%aA|:~Fr(SFL[ k?P Dګ/qs({ +wѕK{X:sgX1`d}qXaa@2{:F[)e5^CI>yg%1Uj"5z5Pw'vS|ӛ=R] {4.K)d4qI&8Hmd bdPfA1:J۴;C1QHǝ&Ľ˚BAgIfv KAj^0g1x4⇠&4|>밸\rE6fAMǭpf3#F۫&W 0 yjy]ѬNLGwRS2*(0<=oq"=nU}VؾeRRee-yj,O,M _Өc-c7b`MBz# m2 D!C7PG7בY鑇.%s tj'X ,y'5l߭Z3<=N!rTI>s=Cv3U I٭к.&doS09NB,Ȭ^SiH {bRll*QR 'Cp=Zta.aJrb7b-x`y,b~[D4JEѺ]OPF&s;ᕱj[[T $\ΗWdLغR!5܃UkuG)a+bd!edABKBU6T!I{pMpծ/L=K!~#0A3,.PE=šcj(pz6!'Y /<5{ix F .}isۆQQxЩCI^cKL?'äaJIຽL./zCfF֋ XOlv؆ KuɱRCxzܫsm^qYPaR.\{frb7M¬pRkNδBQ9*)Ϙwd(_mPm7Du;P'ȏ.OJiwvţń]Msk޷e6H,6 Nq7h<%EO@xe$a.q^r/¬^`Yz*>k$L@5go*1>! Y&X olJ7ģỤÉ;CȲ'2cbHB~:;+!ntŨg~9Ϊl^j65ÅiBP:5T,_١r;G[hX%{+s P *UXLtw+UT?/Z hg 8u2|<:X,jq8vR"E\n:[i%XCa%MW^U'7$hhe:w'J k -ڞ@40p(cm$>{|0g!(%j2L 9Q$Jcӆh) MRx̛lLXV;$Jyvjml7`"S*p %բCD[Fא nevpV d,Wߒf\!- -ĕANݱ>vTY+؄k\%ƫFG%3YfW)!CLmӌHWmg>Om<K!X ߉x+nfG.\e,P2N|=gJ?n|S2\rRjWM ;h [幸0+q5 ԭ!Z3DQKIǯatc ֙<B*B6S]'>:- DC+ML+GNvK*WY|Ln.Vm1Bνe̟oT~ Rj5mu6ZAMO_RP-{AI[.#3`KťaԯuՕZ+ٌj9@G)qg\$AT܄ ]#z"f>OieO#X_^Om)ydkD7vaNȸR?;΃YWMᔠ1َsd'C4V;/tx{ʹ 4VUEUC<#kxĺa:1R7G8} ǘ΄^3KQk<9n|̞. V  zAL}oY(npo.,^' N,3mcX^sMG,SV'2̱*K2aQ Q5.@:Pfe[cYw`&g`s>%z]?aMS h+KV'`0$@D%H"0xقPWk @˚!44 |m/ pͽIudgکދX`MH+?iڿ\m&||K.t=uOQZJ\c9[{]ev 8lIEՊ.oZK8 P$)0GN2QxO7Y @C'XCH ;Tf4S:5J f}nx %(:P$ѻ?^ҙh!r!qDxɒDG_^udZ'|vz "z MЕhIJ\ )BJlnț:N'#S-]ShKzsf.?.|\H٥!][Tݹ2K]i `K"\0(2!lX53"ՂoR@6l4'wa,\#|ruFl|]xC09D^~់:vlkȴ<fҰ"tO /\8{Y?73 Y! "_B̈́YD 4VIMGI\$*fA_;'A Ne&I~CuurPI= [/ VqK.3k^$o{ 2^NT݂=F>QW57ֻ+h х/b9Ed6ܰW0{>mnX8f㒄[ )@`&@éRMV S>D⠓lόUa[ToIc6J2į*RއͲ& לo5=m@()n0*R|KdPVtq6fS_: %Ȗ ]Ea5(([ nAT<'@JbOm JFҩf>Vp oN|zP#?T%'t&{fY> qb;e'떸:ЫrCLgA #^G-8zG}#X>ŽXHǿc w8c{i@'XUO[NaO59C#q@W~9 *_~9]V$rN .|T㍐T"D5Y|֝,Uk~mXk^|@ivS~Yk m &]-EwܼUz7dxfvk2A~\w!ȯ2i-y4B}w>hˏ֡ cO uVl!d#奩}ޗ'J#/>~]?YL+n±X[S; 0Fo:19}Tiahi#zxoAZDu 5a#,0W Zmype"h瓀tQzP~kN׫ UPm'ΜvnHhDJqK<IZ;u27G j!@Rr(k$ĺnK MnE)y>= /d78; J ra%w Q+[$\yEb:hoGR<|I/&HA;= wRzjAjJs3灭Kw`Cl@ZǂZ~P[}A΢k$3)@%oM\)/rlA#4)oF%Իa1M;u| ۭ)¥8 "t _v;(Dm}*\Dy,J@QKUH@xfB0x~D}.fJ >&.h d0Mp#g^sXugGSUyF%r~ҎѾ%s&fAQp;X AOԊ3z䶢fU7l]Wc}te zt3ڌܲ} ?A++$Xn\Ҍ"p/RV+ŧ/Ѓ+!EJIi#l^ecK_evg`φAh_TS}T~jeicO;9 wp\ %B_-Ԍ}*VTDAna SxxZ(8z#d IIq4]]ujܦ.G*wR:inB]Ubs1CzPssH&Y[Ϡ['@Exd~ TQD>P +WBJx=S8ݥ\KGO+'BEӆ |&MinikKij(Q۳9d:Egqfyb$AYї\h1` yl m5zL8P52łn?:sR0F5[zcمp֗^x&\ˆHN^\h$ƙמz:l,v4uTQfa`IK)xY"G[N+LZAP-ņז9ƒ̹oܬH[+7n ,/<#n~ŏeySJb-9={m$AhD4PJ<_'4}jx 1*)9%a[bsj0En,j wؗyUB˽Ș\GϖadR'E RT\=ΝE 1/ńwPY0jw5$EYk7 9纁0=ĩ(ğ|ct2YĬ=bBQǣSM?1!wl@}3|" 2,!T})I%'UB$J8(Be5义d+CBQQ{Zf-Ꙣӑ+&S( P⇳ްHƶeѝU{XԑApgx=92n u~'/Cuw0LyYt+xdGy[ Cwkf#[Q9ؠҳ6r.!^%-zI*˝׍Xt˃+XS躳I&u.h\NN Ӟ] _* c!rJ2S^ y+_QOinŰ&,͗Gz@g# >kUL8:eb.ݴUͦ;C9iVTsѼvi>:6x(LCV {qI]4c.V/Cdo5)ѢK$/ HHܶqk|;=!tUSLu5kj ,7}V: |ߵc0 Gx;6D UNIOC L.)Ѷ__:Yɲm1n6VNı|9ѹ QPv$KBhQ"+SUy H-: yTC(kpbNO(kq-O;uHh1M@5vLԔNq],TA*:miT!!*a$䮇0lQK[8Zfè _~!j:Rc6K6Eg_?N_Nֳ:ƺS=0P2[KoD`N\o8WK\`1=5Rk"D2AI)"p/Up˔9LP򡴓p';#keˁ;E>r$+M{[WM!6G#1l0P9sI|"V%2}TJeqY~%*6 {Ԩ"!/N8J%z*ݠnqhL j#F٥pN2=&/l-&j@ s2]K{m3*J. #5,<#]›BKFSZKtq1׀?P'amSq<Qo~4U: +E?vEMz`q1:|]nWBB=5sA˻vO>XKB=SS>GҎ2gXːq+8 [Az&klGro0~sTc6"Lh֡ή"QRuvJyU|ATXX8Id z%Z3wN +9)֬ipҽ6dGaGнH9s G]1*1,w;KdJYpl{4'DXaACq5gx% .zX>J4G4S{t wRpFqQ**0Xz:$/EBX|+f88ee.*Bpݪax낮~i {v?øI] iNg{ӕu IcE_گW^]siQ2tf< 'U֒ۚ CܼHb!,#ajbgU_M¼paިV_N[y9 _]Wo޼` c`Nč'Ir m+D}/aNjK&QF+ͧҖnh >>6^8h2r+7{߭.1쩱Mb<1f_q-^!EX. (VeIMS6Mt7`1,'m"% ^l9-8Kf \?KD[35+o{2#)$^G@/]:|e&:*?/sPhA<+fp[BUFY=,Ϙ Kx˱1OHN JsDPG]&sVPv) S*v7 \S*:_)_%(P 7+o`:g³aRR8q/(Hwqv'%a?B0 ,{TpPvz(N!aRtf1kp؀ںXBEz8бRxFx`_U ::G"0|,c x3խ8\ WDtcM6Qiõjʓ QCd Wq,QUL1i3 1lRl^J^c=Gybo>{g%aH3J^aD  Bm]*rJPx.ld19vXQphnNDL[Uq9M8AC%v:W5%"!}(l},İk{nR mE.>mvpU`؇:hW6Lo2 _HO+,$.Z˘̖˃{;W!8M cV%Zxv)2|DV\mw4[r:Mvo5d hoh dDp.+cJQ n`ʹ>Ng]yQ/"h /\3J .Hؔ3TuЃvOW0CtW-҇VgBMPg^DTS< :vZNJ3q^ia͜ܐn'ezS!eM(ۃjԥ*f`kJsr 4XZ(wMYݍ *( kC?sPAwIVЏA| S~H Wuvp8⥣bA:$D_\7WrJ pE JWgSșB1šz$?2ya'`+7+ Gdwi AZ􆲝6g{\vjCPM8tX|J+-E1A}b7ԶYlS?|M?zrptԶ%'#Q&Ų:E1,Kb58ϰ EdQ%.rYd\Z%vn-Eɵ& )eh+<¼op,: T%4D < WrҌΧ31 )i`M^R g9,U( A+0`GI>ڍ##~<laˎX5r矋GR*F #8c"i7c #%N*i 5   U/ яqíAŜcF*B Ykз GOܜp rm"kD`)ҫHM0×N9? (6T>U6+I[Vn }"ĨIyI .@ҿvtpX9XEKz0mW~&iBUo 2W> H|ciieSOrQ~ HA 닦=Vk mH5Ѧ"^7.!}ʥkH|~6ovEFOQ-z$WvijZCZA+vwZ~Z4S$U+$PS1tt"G'wK{ArSj){UC1*ʠ2(nq9La#kրaAe}LR}jwz~CIz?8|D%@8!&T>Qk8g_4 mGrhu]†al[JY9 :[fW u'ӯ줉p)uN,qR~Ynju{ ~?,OYg< JK_Z -antf8p!GC8Q@eAsm'f@U5Je4 hʟ.w,H&vfwF(>h0Et*q?/3|W*̕ 'Vyafie;o fYʉ(3I87HJ>7|x3Zak06ج]&GNc 7YVχ-rN"d ?o! QǃzN{aI.OXŝdĄjekW,/"8H])A=G #!AE% \ ob^Ue/n"lg6^+n ,/OW#UQ,)e"G> *yNg dv'xZXw2+A@%ۑrIɩkQe(] U`36'/ ,ҶWSyB :a{d ^ؽ+S R:s#$uAX_tgԀf렾;3G/!?u 'ŦWm=kT ڀha+3ʈn" nyBoJ;2־EP/;{]9IsdCGkUYD2035D磀Od! fEU4LD2M؏nAR|Xo(.3_rP.)G\+@p9*5q<, .?"OWʮ>hI<81'|! nJ- dEkĞ5W_Ai`^|5dAgU]jI׽\*:bE`z-3谍^L,'5-,^2 "+̈́"957t\Y!`W6Q5-.ʞjmޕa1B?d;IƺdZ47=hŸX#ܕ`{\%hgSjw#p=8[/ãTw֏}pki mkP;E0;ޢEt3$U2`twء)B>|ÇW˩HXlJ 1eEeq08}(-m~>72ϻtL~ӗL~zz4;w/6qٽ_RHpp~|1-Jay)=ϦesR]awۗGۇaYu_dHc= cu "(,MʋnՇ;0:wR/t&0]MERX$^.jv]]\3C(VH-X(V>R9s܂4{!輊 fS⮎^Eou2HJ+ +lVnxS၇XSvqjŀ Pѩ2|Vu1ә'V=7z8#l7ζX)wsMǨ,⛒2]}=i}n9<)ms`TUSzY#,mV| 8wЃQVj׫]78gQ=mJ I*$? Vp[ wlKu/elfmIkHMs,ah8՛\JT(OjI*GAT)ki[%C|W|Ђ쪝{.(aɲFOe Jnuthf% J$`2ZP"߅{/_=븐hnQֽU^2ZG=x` ›SUd#Uz: 89,!=\pm8<f/ l+r6Tfw¸Xy'>Q"ڇQr(Mb ؐK몱K$۞N\ర * H slm cpAz&sX F%^j1E33|&[NTmf{y=+ʸ:v<ռܹppȠ}$]<ւ+0%i;@R+~b{̙Tg堶*╃h9"]bjlzr`ͽ>9&I&*zh0V褳|7"Q3֪?(7u?3| fBOfيF1[B48?9*`CK#2}=dD/향es#мӾ4;珸IF` ['{r [TQjJ$]Rc>Žj }#ȵ43+5vǍvH7XU_m9G jOthi])$K'f-Ż1F(.`ћ+7p<孰 'H!1t,Xcy6 ʅoA~N40šQQ >ͥ:`dž&0ֻFR8rҙBhp[CǶwjr e/s& _%C5ܚeXAL9;v yBATvUyF}:Jw*eaO!=:ffb9.8L8B= z[\_Y<`/ ,h[ ̼)V6key<LsVTE,6c!Ĵ~`Z NpD͋|NiZ b(0n=6>RپAP?`UcB~ lѾou+H#i0"(7>ÓM1$wZ":;=sq ?3P5Fb~k6ZnGFO~^O@TzO'wו%T-3LKw9^$yYv5wx8y>tʝ|؈̽o?A%2r"K۳Q#Ұ aVeלUxa<]ANz^c1Jqz7[쳂fjCYP{=(FFƄJ.ij.mfWEМL2 X5Ú@fDb&~oX)K~3q,_$cIAs#na;͡6 WgGIb% Ziu˼[LMrЦ/_*6 /۱Jȇ O\{Ll͛L B[/JS7#V1F8GHtF_Z> (;jAnis?\le@B~`|,9r_)mtD^o!zÑ"m/'5QSsP- *DZ <0#w;HY#!_YGcǾP[SQ' [5H;^gAG*v͝X?3n%/.3 o=`5?{RK[hO˳w;`V5V{x%iT[1x+PY9!ZifZ~8r`\׽jo0-Y,]awl4"AI=BVڔVQj &¸DG啼KzD}ܳYk$"q^ LzjܸOFہ_ 6_+`h^ ɨ ^>=VemͿwl 8Vp&Gxdde)rpYgHiړK4<^wԴ[|*>QBέ:3 X&Ԇ+J,ND!̒хCd>#C]Z$M5l""TOm3  [=vh>{;WF~q!̈83ӓ )KoE|VH1"t8C70ߪނPVc\6aFCan#FK.%m6i\:,;m0tJp!e]Sw>FO-Ra`VmߵJ;׮5?}(M6]Q$PC֖b|<ݡ}ܔP8dV9Z?;VQaQ-1 k.R1hoG>.rq@ӆ8+ (ΓWژ!pረG;bNbyQ#DㆶfIrwvwˋ -)xdrݥز5Dlf|X ]ZuX2$|i $92D֢3(L-V”VIb6Lua'}FKnȦfVj5kdjo}O>cKNI|OC\}&q@"{h43݀->Ė;yƐl%.->Eݤ3l'T7ՑRahvdvF_&$.xaMu; Z?i$rpC_Ƕ#|[_T\Zİ rA͐Li'ߟ1BKU `^9qhڙ{kC|9}ofrF:&"F`` n]Uyra-p~[WD+Gx!ΡHw>l[?r=79•szaﻙyj7ȵcUCS(D~x5.nE)EϢKQ6dV>bc։{MC ORAYVު %]+B쇰0÷jR5$SK:Cc2DzRkR3xs+i<u Y':N)<&ZrCS-ʃ  x>,?櫁,Jm p DڦXᾌ?鋀(hY^,rp)SBP)M@:Vܹ-Ӆ<}> w'0fΙݗQfXVæ~nڭǭ]zfgSNnjyCǒ iZ*(yD)vɭ9Jꦢ)}>n 4r&=Rf55cSGT!'N>huU.Vߜ1VX+ 2tӞ *ڲ! ;(r O([S3YK%s Kt {NQ{p氹|n}1q6z[So\q/n׼?:b/k {T9)%X7PBC WmY~U0`iЏ=y%=$j3/ Hrrv-aUΏWU|ݥ; -qặѢ_Jf)>;SjSNJ^ECOD.dqe~] Jc9J7Ya~,Mw䲒LcqBh@i)DCx/|$ԆNmJ{6 ɋo]C60Kw;fm0ӿ|Z;7vW m=xa=FR15нN{a_G$`Zaǯx 5yܳAC[v22mѝ#R+'mvi!z r7fmk\#~\E]a|d׊F gc|, CyS>f9'K1_3!#B L,]Ǵ~Z4 U1Dc5v",5Ayuf70~xijWu4X l Î\J֌P O>aL$;yh36Efd)CpTT\ M_M`UtݛIXn}_ /Lh S (^@ mȾb6`2m{/M48Wdog2 e!ʓѾeVoՑϾg#9Śm‚RYr<Ό ҒcQt/-sn(t4 wԱ`,pdSTYSI58h{ [xn gr}%!w4?0ْ n0_^S#!O|$,D&23q,"{~7/RCU^}]Zl#@tsui㒌mxrrSTWh,:2h z"Uv ɸ;`4Z=f)#7MM?ks|lf2ݾQ/zl~Td_=!\or0EӍ㾹|JXu86|#,wsId# h5rY˸{uy(>/ $F)Tq~B(S53y$ѨuޔB|#DD"C<.pm;,B~ LzDãru/3|6y'.Nr{^^]c1@eg稑) HG핁Z`KQt` MkₙrҤˆ:7& ]j͋=Užl nr`Qk%,bgV:z|. *5hF2ʙ.з.bJ`-LG*"Qd1L<,ť L><u֗9;\2Aga ^J_6)HSD#TSx$̻x}U1@t)Cn{0;!-t.FI6=vc=*zE-Ѱg~p0Z%fs_fF-v7ѪpHI|)D62I4۲=*O* e7Cd9Av2J`Ay `V8ꔹH&D Q. h_ l`~x~-l!zljɶ x{jN#{ǐYFNPjOi%r}ɷ(z&!h *kwCXXRɏ{5E<5wT[ IMbP}ͷb'b!V@;GHQ $LyyXl 탥pzpGmG?!&*3=5w;i\JLw\C!5|XIb/mzH \i]S)벴6;4gKůT3qzUbfěG"4;gr?K zH\ݒ4ޒ T `rv9/XG"eTTWV}ARcD0!f_?Vu,Ț"je|N|S2~n9!"GpNfKTvGiϒ =.0/SM#&xܰ׃e{<[.>1et|76R׮x7dQKgrxp}=/k}Z$S4;ɜv oѦ*EA֣Seu/5 ]ȗN6*%yZA.oKp87eZQUO׺_[*dkes`>:(窂Azk (WMAH͈;?vM7GN.0EOC!5 riъ~]73{܉sWJ6|Tܓmy >:1Y噋e6뇑͎)1'am dD b#ň^5(}D3+[p8bS Uy'@272BT47WeSTوt _*j/%3)|}$8yNW)1)0 V_SԳ̡O UZa!QAF7􍈋tpX P}3Uld~KI2un '?EHSc=Efbf8Ň3P; 29mI|ثxes‚Ne4;v쮚0YhFMv{O4Of?tV!=No,x l)P\o:vK7ӏri^OR@ eb#H!s}b =XIm0NXo8x fsrb`Tiq ?+RˍxE|vE:hqѯQW4~^(,OM0D_ΚݬexD~ 46!Fi[ ˕\Ya naśljm 翦aV;byğ" X+ͪ }.d!,w:/n2GAӸ mg$[\xX"T֖wj62Re큡T"oYU&Psw/Bsi3_qa}lBlvL ^$EA8:!Z;:hdE U{^pozvi~mwB2M7/vN4}x^>+I`@N}M.98uJȕ?6~ "lex:}+3Tou/mPlY*DAńh`z[(-OEպi\Cx4!|Х*ܝ% CA^9thrڔ{n^V*w9 ģv3F8wU9ޟm& :"a5bЈHEоv>â*xίW-~a@U$:!ӫK4^TMb8ʦM%N.4Ģ9'wf5Vs;**;Y+x YT]#hd[jݰ Qd,#@D!eo CQQ45U|Y'/~5mŗ:h E1j33Y)*djm(٭1yڻ IXT-E7C m871_[GS"֨ecДtP%Ʈae8U~|rQ%!BNkldh~?^ҺIri#$uVV&I?\<^U$I5Jj!t%^M- vOog<'J]oȴ;)tGc8`~SuM({!x tA4זنFP!iR`Q7$Rؚf6D3%ޗv*f7w*P9xpvTtH@fTU[Yh En0N1?4ZvcC;' ٢*tD?wl_Qą48HA\:I^!U X@ql\!B,Ji;:{=̤?tXsaU7lD0e({WWcb."'t-X*3j:W[]ëtY*Q=_%\PܸW+k;qDHUa2ߏ&E$.Dn \>ҭo@|3T/ў]:.[3o: Da!7QmEX.z-Cx2zkƟj km%B##Q,YYeh<~US?K uկǰq(Ծ[>$!zeGFE7$[3 is-赐yl)y14i=pNgr1sGagY GoUUIlfxtLn >!׊R{t}@FC/6MJX**xvlc8x8}hfFÕ}vQ*X@=.ϨӃL3G-\=\:$S=Xޙ_I{|'b)VXYJŽอۄwP:|=C״ Aρ~Z9[jב"M&]}}0W!s`YX_`er8 Bb{vX@T͒ix].ʰѮQ!NDP]+Td.~o*Y+e 6N(D mj Jc_ЪܧfMeKm= Z%>߇+x|{vJxJ-߈5ua9VtBrG蓎-$^ 18]n%UZ\kXiug2k2G&<#lcq">s`mLUujxǺ \VƵB՟}Ѵu^ڠ;l4F T | Esk#q?f{kSOA]EA ;ve)*q]+`#T+T!!qT{H9<=(f]vy_`˽#cj܄/4 B;5G4db3)/waM?FhixJݚon|ޅ$7pKʜ197g7mW_Xzʚsdց.ND/UF!#3~݅ ^`[.u9}LSE`яYތNcyK Щ$㈊рCOo(w5%KzrgL_r3%,yE+e1dqAGi02D>]?=,,:;*CJPVu58޽yWJ=Ny&g譱5'KhAu*E̩ݢW|8/V{n}%4@>l$M>~ѳgA]oi(FLO)%ąN~W4 'u*vg'!FhEf\lCYj0OhD%ɖX2p-;ܕPd$g7Qp}Cơܷn,B/T) UUCm";ջyeuW>匌&< pXB~tD[Ǻ" d뛋0S^z*\c cfޢPzM-\F)I8 M]_mk׼qx:Iev-G4\ʴ3^ꯄ!7 gP_jݺfJ)q =F(.3_pF"zkw kD-QJp">L>֧3ks /)jvqh_ ylЮi>Bʈ,,o|GRJo@$Z n;fVү}*]%R0@D Voʦ9j[A6}Pt|3ٴxk՜XlxUo I֟T[+wHbܻ t?P`,]?zvRXKj>y%\&O>3lϭakZ72â^IXW4>q*d'@`*6;KhX" /(*Y ϐ/k,S @gI%żR[_bҸUa,6<{A5v}aByS; !NDkث}t)*MPEˇSO֘ FK6.Ɩ 0 v?mL~O&泹}7?Pk6GlV7ϜJ3HvxSe3vN7 S/&quYB3JʛKdFm~!d4sCAUsjS<*2t'T!; >M Q K) \,O_dEm3pts?7Fݜt︎g\4 3e2 l1).T_ 8*SU]R4EGAd>t_Z NoRVbp+&ݰ3zƨW@* ^5øAV"R2>@| zZhf[m ) vHP(Zc+mm;߃~[]()qD,["o6)1Lʃ&7Q %jN$z. dO-sxwH Evʁۓ~`HH KmO!iוpwR}*XZζЖ$L'6Ө/.<"Pr*AvM(Wظ"h;I(7ځ,Q9ιm.-aM~B*Say7=OmqCb̊p=eOfB* qG5Ѹ`;?ƠRݎm my*ipf\xo2yt#^,Vt'A7IqDfA<9?hM\a H;*+ʛZ wdN9,//Ss3*fk*D|f} 5 vH nWΎ;G8u(ܩ1i^kJ{'."[Yc3%Q@g}&`P;Bjݒ@a bz! fUi 4:6E 6CV-Y'D+ɹU0#6TSocQԮ43krZ\IW Wj%=׏.% 6 ;JL|xiDA<>´`P_od򑰨xkQS0>tVx4<;-J1}U:%Fȸ{/U O6$)H\I!)$Y(H,YxBU8&s|{ҙ "@_򛇋Q)ٌ*X`?1,fr#mLlw Ɏ8ZI8)_ѹ״MJS/W(x5yTb@(*y*.`hJ2ɩiN'QrZN.BTd-Px 7ϣjts{"@N0!h@,쇏WPDe6 ȗәybl1>vݡ(.(c`?J)E6xFo#d!%AiKk:|S]Rd[8&/kxX@6JA1#nZfI8jIU^k\4 t CAZ BG,L[C5~fJrw%xg*{L-&dxcRg k?sc4?):сyXoĕ4,.V|T;X `wDJk8v3S(d4t@ xXhx/Ķ~+dm~Rq..G9Jaٮhy ,uw/~BpA]o(@5ɶ b/(YZ($@X@h ɛr6? BD<#HV!,)@Ӧ\iF/ZE/xA_C1 Z%-gh $(X8I+Qε,8mhA".KH8T6 4fZ8--4tmQv@g-Q@敟Oc&#C|;vwyr@@`˫JaawU7ڜj{"EqE|4 Q{*Ў`ѹ3и\њ8 ~Upr9 J/ ?\Oy5D"jNDW-_ >g6|[b&^wm r>.âWWW⣴jml&̼QY >X88+tW3 ^n)袓{™4/y&{bAw'rfd:~m<%-<%9ƊFb9[YeȠ˾J3A\ 'f65-m{Z`N2MHɶ9"taf)_6$-DGpbv^9(m(|?Qm1P`7FLr*S8U`p|4U;^u$fRw&L3]uM&U;cҲ;Q"VG(B Db*Axz8 owJ]-Yѳ*M;4 -b!2~f S@e. wk_sՇnxgqwX R`Qv('k f{&޸нz2@LT19Zɻהt܂gsu/hg-V[<Ҹ5D臾l[gN[ ,xءEM7s C݋ 7m.gr/FM)"R%g:x5mO]-Wd)Kk2gcJyaV6-wmF0G"PGF[~\%8lUX6mm`AZyS-p]'ZPE6e, ׃ kQyqK{%VɤSgta6N*isǘ-{F fAA͖H- GK3:F-@pQNFh'Uz)/WzW7Q)#ѶXGK4@x8U{GCwQ<|6|$ k_4r,OPzK[>`s˴kj:h ؙsvXqVCKU~C'Qǽx G?X9iحoʅTr/1\6ۣG6ZZ jr]zZqt`Fҁi`aHH}ʅk?۰D|FWo*s҉aZ^] N:|"ʺ́R\IٍqNx/2CU9¥ᄋ+l=>IS[IǼэ.i6h1W;Γ M1bvy:m|Cq<2j̫/#qa|rDvCޱCP"Pt"BJnEH_o`*շEXK % ߴГ_&9i&xޡKJB9bS"  E?(%s[vohWfFe5WԞy+pLl4 7*O>3ܡEr+d{( bE- )VfGUrj1}˲pLTժ YP`_Q?*d+Ǩi<& ] 29zc} [v/ _}نbq^G Q ]a^&v6+-u⸢=tKևřXr| "=8_c1DV8JފvLƗ'-uND;]uye} {!g'ވc['t:Wδ Z,ଞ8-C7ݺ<<7GML7ﯫ\*ڸaN]B[̟{~nm)a6N<*j ׌*sF闸瘠ÈdwMk32Ӌ":kIR4/4?ՍxnDL {0OI8kT1̳w|OVc3›1#E1Iy[N)ɞhlC!VTiBv~O[MB.Jeɡb`b^E^\@64ਣU\2Sr)jg`سQmЍ`_]:"g^t9qOdp˻\D@X?:/8J?⟞]f/IXYN(GWc⑛Eġ)l]aAQ! -bcI6TFZ,ش<.Ƶ6`pސ1r*u<Ӫx1ՆCQa,p/ 植.K={G뤍;)'H>ׇI+H}B1 TiQ<7+ݫQfE*Z}< E1r[ՆbcgVʌx7kUƬ ,:k" YZ