Botan-2.10.0-bp153.3.3.1 4>$  Apc|{)!M@eeeȶ'P~0W(OPVM kF\:CS C|rwF0`2w^$HnG5{  T`El]ls1l}7%zP)W8b&om|@2 9AxV}}TbH+ &92-ƫcIIڙf.r_1 X彅kT&ޘ^e8jkl#5l&"n-13h&nhA혼SF5:($xӢN࡯a-n~*xz 'WwBX 8#V 1ȋ(Z=gm*u#]ʇ4Ʌ֡- ^|efK0E4(#6+IXlV) )>p>?d  0,0<@Ybo     ! $(-2TXp(89L: <F'G@HDIHXLYT\|]^bc6defluvwxyz$48>CBotan2.10.0bp153.3.3.1A C++ Crypto LibraryBotan is a C++ library that provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1.c|{obs-arm-11 (SUSE Linux Enterprise 15openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://botan.randombit.netlinuxaarch64 (c|{21519be55daaabd0d17faa87996404be88bb7a820fa995bdfbfba024ed29d64brootrootBotan-2.10.0-bp153.3.3.1.src.rpmBotanBotan(aarch-64)@@@@@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libbotan-2.so.10()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.19)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3cv"@`y|@\N\73[`O@[DZJ@Z̧@ZlZZ$ZZZ0@Z|;ZWQZS]@Y@Y@YA@YéXX@Xc@X(UW5VV{@U@UUJason Sikes Ferdinand Thiessen Daniel Molkentin Daniel Molkentin daniel.molkentin@suse.comdaniel.molkentin@suse.comkasimir_@outlook.dedaniel.molkentin@suse.comdaniel.molkentin@suse.comsleep_walker@opensuse.orgsleep_walker@opensuse.orgadam.majer@suse.deadam.majer@suse.desleep_walker@opensuse.orgsleep_walker@opensuse.orgi@marguerite.sui@marguerite.sumimi.vx@gmail.comdaniel.molkentin@suse.comdaniel.molkentin@suse.comvcizek@suse.comdaniel.molkentin@suse.comdaniel.molkentin@suse.compth@suse.denetsroth@opensuse.orgfaure@kde.orgmichael@stroeder.commpluskal@suse.commvyskocil@opensuse.orgnetsroth@opensuse.orgliujianfeng1994@gmail.com- Fixed [CVE-2022-43705,bsc#1205509] * Added Botan-CVE-2022-43705.patch * Added Botan-CVE-2022-43705-certs.tgz * validate that an embedded certificate was issued by the end-entity issuing certificate authority when checking OCSP responses.- Added CVE-2021-24115.patch to fix CVE-2021-24115 * Backport 4db001ca2 to 2.10 * In Botan before 2.17.3, or this backport, constant-time computations are not used for certain decoding and encoding operations (base32, base58, base64, and hex) - Dropped unneeded build requirement gmp, GNU MP was removed in 1.11.10- 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-11 16691023582.10.0-bp153.3.3.12.10.0-bp153.3.3.1botan/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:17748/openSUSE_Backports_SLE-15-SP3_Update/937a0e86d4e94024618c8bb0773c47e5-Botan.openSUSE_Backports_SLE-15-SP3_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ab0eff2f02c36b9e290b85595fd093c7dbd16063, for GNU/Linux 3.7.0, not strippedRRRR RR RRR RR RRRR RRRRTJ:s۹4Gutf-8433e0506c0505de7098631a4ab286c118a8cdafad4673a1ef90660987a5bc98a? 7zXZ !t/o] crv9wLN%NI״8N]+{ ;ø?X2A8#v jwLwj__Q9eaqHԴ|Z()-]>y<ݔVSCٛkQvlCYv_{t-3,t \͑L 0#mpy3ij ??0Pfή/g=BevNZ(Ҋ9*X9f4 ]u1ή$Ma֛ 5sY}D'IXiվPUCS)Án2AmuV.>0Ȃ<vq-:o}i2%Y%abjy?qqhiK#TX/Mʸ>7C3~hF\oۇSt`•U}BrȰ0N00$(RB vwT4#B ܇ć(rjfHR6}I4 '4D<\5&;r^a)(X/{~ RԼ[HX֍H΢Es鏀$˓u;]5"kD·lǼ7;;ґةSd̲ŬnL53&?e kHI)ފ;6[4g/OW-aL+JMZH!/sDw3%-f r.-w!+P\$<kx ȄzPhfQִ>u=ϴ7-<87z\$-yN͝zbW/X"s!μ[J"n!Bqj|ZDͶyh^ex~ns$Ln#(tG׫i"sQ1̼(#ƕ$,{ XqC7w+4%D*Ƨst?-;mmdYb.BCbTB4Nq% 1A({w(FT85w[OB/">h\$f]U1AS3''AJZWBDze 'D4ٟ2}/ܣg_zrX/PGG1~ݩ _'xM27Bڕ+#ޤ*@^>*n k-=\7"9|OW6_qfmNtmb>S#8el]#l0KLcv==OPĭVson]xH•S{^0R} 3epF&=AR+}!oͽZ›^ntֽ}>;wyZp,lI]La mkOrJkVyrfdb 4rө-)>rTIh Mq h,q[(i.&CP{^G#cS`x0]_gOzku+]kzӟed/F/,Ĕs";LŊ~s"-9%8m)C:_N|4/<\ݾ $g.MA %doZά9ڸ3 K$'6A |hF:"əPg)U^a{ȇSA|(hm$U@?Wrת:H'sDgAJb* dz&%0ա&a'~7vOc?(s>ѶDj|E@Y"xF#Z]60w\U L[=|oYĞU\hoX&Z^,3R] I:\ 1m7r%\]:Y$8~8p[m-wHCUXWX/[Y`cs.]:jQyH.c {[ P*tI eb)×٭,'cMÓ "aImc+Y3hYء>(J=MȠ1{9绶SC9EG{/2 6Z\8a%>0˻kBj; -01?}Yz&87<<Fdoz Ų8:!|dَ!b4)?+P,u| 6u<6"6<2OL:䃸3fl,ܟ^im2 }WA?ŭu=&]~d{\PV̖{yEM``0{pniMY#vaMC-SӾ8c*9[&K~JLNc!u˞P\LCDe7ű:"{AvSiBa u y]װL1ޘ;uh&9Z. 7sf-czr@d?#uŜpjWnr{h8 Ot o)mpD|#4X "DBÂsi~ۜaE\8nړ I\>h:L Co6Z͋л7h͚Pq媲~bJpy"i^q'Wݶq/Cu= Y*x|ta(~R)hQf |5hrёL[ `-A(N&+Cr53.c!X e X%O;M5j`.!or={=嚜H#<݀=Iٿ*n20v^i%8Xg&nmI \Kso6ZŢe#KbOMT1e$Y:1Pԣi~)oT"rVޙR $J0X~|"/%5TД?sfL@CIYc{ KS*;̑]^|h%q_zJQ6vdib?ծW( vFAVX/%h ;:{0xwD8.Ity1:JO\ t^^l,G"i~YӢWaNFKmxCʌA /bu[D[zFQW"b }<;,cf&R01!!+.rTܜ) ONHg*a  z)Y1|x+2sGhՈg6_kȟqW\DnymSo틯^SwrSU#0_'m+]pOl\e1Wm\ݵg8!dW?̖rƬD/u$1Z 펠vj /?v&}[i8 7|UQz̓BnMƇ qȔ3 ?Hx .w´k  cHWH.aRͰCHN=NA-ٕprެB08`*Emt)44p7 0cw qoh#HdɔDKEЎNH8byo9\n.d/>FB[A܊IDQu-RU*7 VI03~.wawPr,?6 6 1*fPADgʕ RKo^V%BBmBNo>'˧p{`yu"SjbXa!AFq6K#77\R)jԭ'z !~}ބfrzkW*@MRZgމIc}J&W:BwT s?1Sڊ-1R f~K]\=}$.IwaNH7k>H`z͢ӖفcճU-2\;?j%A 2,= hjNzZ/<0Jf1ҩfbK9\igZDͦTt:N*W1pފn 3ybj9kOU@[#+7絙S;DKkcA5h o{F}0Iw} ࠻؎9gy"}Ժ\7S*g0*; O]%~$ }3W)os="ZqrAZgLeQ$Oٸ0%]i *n/XQFKFgz )ur_a+MqmZM,}Lb|׽o&Qmӱ#< 8I9If?4H0.r%VqQ9iHuNN<(Ԡʚw]:qxmLe߿D4!0{g֘ tR' .U,\›qMUN"v~Wg9"nfP%ZR<ճ'?sZUR fh+gz6o4:]*qx/>{~!> pӞ@.zF+ "2JAc4T^d!o'H^dăyKcb44]Tn),&ulnq!D@8Z4msŔXYFf2zr Z0^aDm0,Sjy'+eQ |W=%y'c xP\KowkH7e_׎ ^"|sQe]E$㎟ɛA d}xž7e,+.y̯NؿU GRO86m.+ʞ:|BLlscI.9h2Բ/щgOjy۪nlV=5p,9S<:~EGt }ӽxԉG.&>љ(6w ,Niwȅ<.H=Ɯ4Խ !?OޭJk|1|_"?AʓV^8N\Į|ѭ(Oq3R6ad9N첽kSn/ec7fvL[`VF,m`0esNZkvX tRhYƸX{ZRȏS}MvUQ6T7,4ioTn!]e,"8-U\ίw&Ϛ õtur!&?0S4ƅ.V-jB"j`=_T.`<25+&O:86Akpe |yƾUh=M.$7WysFɦ j]cqID uQ .XӾnlJUCص0~7}#})^`3|?%}w{VE/v4>9g,+L^>L$ȜћRcs߂962JYblzZZ#qb+yϭ~<ITO^*om;Kfd!&#WFf._7-d9wa}f1J ~8s 1XDp-e(mu?;8W Jz/5|;sh /o, sN;~z}ܕ&$qJz lN6NChjܘVPWNb$"(#*ԙVC*Bv푷N-3 q|rvYq`o>T ,QMyӊnvQ}[6'"Q'V4nws=MIW6ZN]/EG8~Cyi|p!6Q+sG 9I]l_sc VQl O6}D۹kJxY@29~B фXA]VEE5?HmڗsE~*DC'"xOЏ>X0ד#bgSܣ>ޒC\A0 G]L돋v&ywq Ew+Sc1Ӓ%>Rw`ǟXsYdF&9}4"y‰GkՈLvdg.3<:L q.{pak{G}Ր?p.4EZp/lDEW]u)ei^(M{Dft!)Z;ܷ{wNAӠז?RbYftS`C;r]֏*SUQ\^_?R+rb1&iL 9:r2f BElRX$<6:)*c3"Z ưa\2m.t<C:K n5M{ psosi5 g: kŢF&WOI.Dm*thR٢z%iy_<-H5WpxR<(q|t.|ý=p~*Zҟڀ9,*ꬿYH"9̄$tFr |Qb)i@ QC[b\JoUU~q1EzeY;+1ۙ=kh[N o_YGS_͑Z&JO2MڒH`1}`3HwAD[1 Y턀?7؏W23x㓲@aH4m<ҍɊdokR[}G _WTOrΧʟ!/Zua[M +ڛ9&ΗvizO'њ9S)ƒ!ZQeY@ $F#>@ja, MhcKnCo0YE4-PM*^[W0q( =^ؽ}F0ȪIMĿNbѦq-xd}zBt3kΫ۟,41kZ!fowMWw#+iEo|@m[z,ukp wcgۘ} O G͋kz}G­b}/S73N7M͌bښcYի+y+a@ma1)&Eז,x#Ӱ~;w=x횎47zO8F]/fK5Ok%km",cyWb8PnR.>h =c8BDSk 0e̔skiK o&#Ôzw'gat76rz Y3 Y2.A4d`]\x!SG>.ZRFw0*AH"~PQ˵ obl1\#*"A[zhog!ThrT1W&B*)Nqk~x+4AVC6S‡:IZIpiY Nq $W>RוKx ƎTB 47ZLQg<E2CeDH%j+cbԔNkNNq"_߸m?}}~!r̥GkCh~1P.FZ+#Lr"j'3uKҒy9%14cQ͙ 1;q/8W|3n_LQC/ԩSI}coMMKPX\Sp κ YITUF^pE<1C:*og"\!L5\&j׍Zj_^P޺ ZxI9j[*^=8sɌ8\>ùAHqtoAP5CwȊhRL>3;~N:Mz2YOx-ޏhX߽L`R>BV%[7 }$C)8 ΀J,͌z/O#\q?]4?OURi@ tbmF; ogX)[(3܏FT QB~ooof##O N#ؔbR `+u>~S#tFaW&OC aFPmp+ 4+3 tiXNl`n@uFFz<&Knk$ gz) 5f?1~)ݒ"d/M30V6j*/XVs(cM 2*jXr5Yh22= A@.t65%gxIE@fb1ꊸRйU#F-5>7삿1r! S}:"u9_(g VʼPL euԟi.GU`5$d"O׽/ЇAVe]bsMM\yk֝yÕu+iP'kIauk4L6S".8|f?G].F67tq@_c9$00 YyevuQ>gGFd(Zi፱eF+0'%WtR@5Ox ~FSXG T&jG(-N9L@KH$V;6'Z@cֱ(GZtgؚB7 #{i!^\>rZZh\4/ɐc$eV0弜 3X+h+ 6ٙU]vt(h˷-=SM.Z&?wpfyz^cj.<Ѩ%9Df%!y0ǾOٜ]_86 }!r,oK@Aq+ˆK7wnJlurt&?Ot<HKrJH uoJ>,Q3*PAf *N B\fW,Q  ǟƵ 2B#+m]^s)C3TR۴HbVvV>n FqAzw:ՠjץ|x8u%g8WDZu0'͌Z嘕ثs :v중x7^,-;++&hVD(gtkzP2%ЛǏ6Hp~ʩʻPaw x0uoK+[waSv*LdxM%MA!MI!KgYW=tbɠAĖ+%8J#Ju#Qh{а7~hPUCMэ[) $6b-*gL3 MM{9=Bs:1Vï `ġV='fHh?^*V^-pPo&L"H0U7cDM@x|0q Hd #3ADhY1im*0lK:sҡF\ʨ{è.^Kr!%kיyqX.gY@Ghyw,$4 ^JĊB4 x~ٔC'Nh} UDlzgoޒ!1 zz}#F!Ͼa#̮ۺ{L/$AgcnG~9 Lx"J-."e`_LȜhʒ-(/Wd+(6xQ#xIajr @uѩ'ᛗoGkt"0{5PV%_}d8Q+JxdFN9Sf2c!#da糒,WJ}L]AsJ$-PQ\bjk%eОeU<\UeMqż>c[a( E|ą22*Ξ`IAMxoSMгUt9ٺ2c3+ѐs#FXAp綫 J%t򲩕 jz%ݒ .r-˖te|HٳFk慫D_ ggPV+nd˴ V0>CJxK ERd)h]?}V?O18GKI}񈺬;1jI~ Ƕڪ6;*Yvfx(;qJAK)~0tQoJrFq%3LN׊̭!ٹX2Hչ1܍:x@952( XT'^(HToasGtsL>rך>r 5V!#ˆa,5r::rRV\Y@=9H}Ԗ;*F}'F52 ¾L뇹i!@0\,CF;aIg=Xἠ9'˿e'Z @m8 P Ot f)b|"{+''xsF LVo6"sjHl77<'>kWh^*iVAAǰF-ύ׍b8E߇!S s^z'X j*ط] l<YDmfF"jQG,P[|_C&ns< ǖqcqmC{dqGȏa;{F0ȟϥ="N 6-ޕ.@ sy /4Jh6Q";@eGV9kGS~COЮ˽AAJ1kN,s 7E6d$y7L_$;zRЋ^{+aR|ɇ Hr3􃐣82BN[eI%KQFĎ V' {"y8&]pMAR{*.R.`0\"`׼gdB[MU5t킸e0AOÔ?Gu|u*}"٬RO0*S'8v0.Ѯr 0r]pVdn{iVT 3\ć|VQUyEƂ:eǵ]@C A~$Ea*r[uu\r`{i]&zI^!EɗEa8k& !o1CAax5y{aH;[c5x:{D}~<b%+ꐂ͗:+uB1pw&HqXH豚XTt[XV0E6B'5o`W^=-V``Դ/Ǿrr .8#_`9J)ꃋr΢kwtj6&P=UZz379iѿa0lh!D_~˫NR|#xB6LGb{NޱxŌf; ,SІed-K~2HKQ_7fz>ۢRտ r ]xD²pʜՌJʴ-gHpS>.=R1 'k%jB4:iШ 3!]{cZ8_qbəRb1A6<$XaYa@ eιoxuH";JPFcu۽/ * %WbUxI팔qL5+O%ܯBཁ>jcFQ`JţV}w_y,j M6j%N 8XJV怤5iaǁy4b Q TܵBt盯3&D|av4+MPCRUu[Џ?d.)wdȻNzf/LȾE{NbXUj1,LiD i$qZ QC ͔YoBk$8z^}G֯ɶ*ei3'y;2d)t~|wD)% :'F[|VDE?e=p7DNc0B[ Y)0aYGq4HbHm~ܟ۱| TIg rtZ6}&TWÜFnln)Qu@Λ^;@17"ijœnŲfן R!~ 4I|<_Ԑy῵e 8sLw(HT; S֩SocT l+cB=IRpթBi99anU~Irdl'Hqn8hLA&!W쯷͒70x"]j%>*@ YԇUOaX* )Tw$7R?nnI|+$A-܎b@k87=a!VDs4R3`9{><Ҳ5s$ȕa<{)GtfN,fr9ٗDfI &GSg>1\4S^0t#P}FgQ7ۑ[.Td j\oe]H~zp%K LRO?AR+]@ Bv%tkRg$/μP}#A Dƨ,{˒\:V 6 NޘcSVР0cKtB=GeastCGvf_qd&Ҵg2u1Vv3B>w`2SGYXOxg7UV˴$_}i2vsŪrx;0L8XH~̈́08qrgCbk=o(' 2Ac 893մ5C#C~#]2io߂6E{xh(x"h|a&1n+%hG XRO1쯏TXOi$s؅5 q=v=?PQ!&4h+j Kl~\ \צ7) -g)0G'N%V}pW~6jrDŽ8VyPT: HYᄼݹ/9%]VWYʊճցw5 \2f%9~Hx}הG.+f/E3\*{'cfVܓh w=&#jmF@t "1xd>'kC&K~2Xc~l_ ŦY χ#~Nu*h|WO6Ss9%|v]C_P5Tʍ )31pGO2vAiҙtcG)DVDzNb Ha3C[:~ǨVkGZ BtwAkfZk!/A*pWqE%K-k$yt9!nzTr* [~)M UL_*r3ک iabh#dFQK(By2pGE^Xg8+b¦i~lشvUarb.D1#VCM= ]h :=ٌ#HEwD=x=  VlR`:GL$KO!O. kժhNnݠbHDNłl&np;lJ+MH}b (uߨ UEE]s®OP)s@OJ4 jS#fd3y@  P7/jTڹL}J|&T# ]G3'mhUɤ~VdqU"oiqUuz*Մ܊ ] ދP+axp *kN\ #sD^kGiȞgiiȧxE?MYޜ_Wt9׸! e.{ۯ>܆Y4v)1nMVhCdoA <"<1H[諢W->RBgl\^IPږ8_#{I7ngj ѕGZ5ӻs Yt^!wO+cSRKa$JJkDF%F4ǔ!ƫ%{x1b8[o}-SdP%xȭzQ1&f$J'呟:qc:IB80GZ%kk.!1Dq,bHķVv+4 PQ%ZŖab76z/)Hy cf a0K:}@v׎m[M<ׂwT[Mp?]Bj_|,_=FBG}%"i['BJ)x/r]UTT};5@GQ+y EIO1Vl͵ ڷ;T'X/yyJ8nDJ)L>Z+ޘFCa#HTP׍d⼂~/9 (Kgl#2@)}GQe`gNf˙<⊵;W4df8f*#FġDpI17In׈'vYGw;rZX fZ`udMKK#:ioUke몱Q'ǕvXwF_@q(xh%%>rd̺*Ϝ߈F: ҥ(ǔ)n 9K|X駢YdWt v2OgC"-ǯ)$۔ F 9X:5\KYma #PCl Ό|A㯻'6$jCW埦FT4[EKo8Ido `Z$m\OF׋☑?_*#MOwE,koR K=+6x&t6f0­-@B2~Vlv*GqAZО7bS\I9h*IeU x|w$ .mWY "eb 0!`,Pi푡%Qq(boqbo2{}$?$̜3̗b9u'`[uBWbp8Q\L@6]i|yrXt r7t'߱Sz@PyHSNlДbe#pC/$9Ex"1لK EGΤ) n& d'*h!}Ⱦ`?Xn3NW,AE`@?=}ԎIyח$=1֨Ϣ3VރhOpτd% GPTH0I߀}%a2$9t)r ~=ms'̗tm]* ,~<)tt$ 0L;V]O5:/cLc '_HK3R@FSĈqGE {C(_4mBte AnRWPY+䘘{PL٢Hgޜp ~A)%}dhDžLC@D2;2R/=G3?+3,o]{]Ml<(lOUᓕ 'h9ޫx=67Sںhβ= H'J0i_Zwu Cg <\2P[y!(t-RMGdn'b-Hԛ1VoKY8R#Gz)Tii7{xAuBKCNǨgX-G=솽OY^R]J*goW&QSkh׫مwFWJKD+ ug/+3 kF^?P."@l/NU~CȃI%#N<˥'=+ h0)q_I_T!F-uo_&oi|?7NKk藑*68q'Ct-XǙ0R3Qe5>&#_:EA"c>AhkL'KB/#x, !n+)?Iр!f[xrNj5mT>G|gsBigڊ!uk) 7虗P-CwwW°HkO/j_$Ko#@ztZFjwPq;D1jnniˋ/>̍wHM |4HLTM†/Iķ,~Q8G&ţ[ŷ[SaB0FyRY?N pꈁpOgQfb/gz5"UT証>`-&3EM%ԠH켺 #KEڬ9nFd^nk<8$g%YҗSW8 !1޽W6GlB[V-A]3OQ|E C+eUf$M%JA劣Ah(xI`(T+>7(aXt}d8 F3EQ Hƙ/aa\{#J_#徊euN3D)0g3`'Us4qD.55je|$tdg.H>[1V5XZljE҂r!' {tʅGSEF կjs -b;Ju WrApjvZlS {aɾ 0ށ.JKٶJc+?P֢18_#ñ>y;`ZYԱB[\Z&}0)U)P۫]sdľ\c-H0$) :ZMbna.)ߡ&3g՞TE9Rie60R}Q(+[i+}6SjSOFj h(iT'65MsN2M4y y?sPԓ&e %Vi0ؘ{u%sZ:6ڵ.>-nSk]#KNOav.GVXO_1( m7qTJ,܋EoǦɘ -@+(P)#;p,ڷc}ӹ?T#>{i3הpiB|1_E(~>rK)ސIjnp8e/ƅ+ }*rmeiT.:Wy VBNw ԔfL7nOZ}heY~#0o.>+> 7D Jם6e3`Aj-)tbYT%1:8lǓ1A (G~EnkF}|ֻ$PLH~6~o݅DsZgԊtɢK4`L&q[-v ݑWW9S!K2G?S ݳ\oA`&JrsuMu]I%{#-AH4>Ͻ1Q ߠ)AvH54FFj 2/hLwC8oC}zHV 2>'-v`F%oπ.l!٬,P[)*ҷh:3j!lu&{ʺ•2:1±-`q+OOH!el#H?'_dS+NBx{ M': @2 V`Y"R`]9٭==Mb Yl0Pf́xi'{)6p6z&2,8D ;dyVMvz˯F+{/ЖaAx"6Ӱq_y#kY Y =0~چ l.[2$֟4£U$w'NU`%Z" A|uUS\YlI3 '(:`ە&/u-qMk+SU :ӕF/Fnj33q LO!lJ t3tfhI`Rv5" [.1P!$3&@Y.Qm\E3 G6X.OOIїG~n 0>w'Yr!1sW{pݤM&-o YH 1"f>yMBML˱=`XҟFu"U'[]u bn+YO~T60_BNtr/faz+PR $ pĈ῕#Rgz՗ T⑝ApW6냎VD?g| ;2Gϕ7(hG ? cy![tmN4viAN2EV(r*BY'&G5 I:Cc[Z+Zp-7b^?A6oK" Xʀ*쨙P=$D9طTNB]FæK*]fEϡybB9w~ `**a \OGK n- `S(("^6;= 뽽^Y V1%wR+GmqCt[PmT{PHpН_{ ~XQ>sў@dG%9gUF)F7N ;q}ǤqCI%м3b@b[(:Q\h+}O(cAh}])k(15\/WCrK,gaB}{HY)[*nPN?8s7  Ķ3f>]_TX ^R^`OZ5Ifu˃*oWOK:")ˍ?,aXE=WFX1鿚HE:xJא2Vd DH&6#D~Zux\ ]GjaI@}(3QF90Sɦݎz^49h3Pp@|.S :# &9OlOѺK̟"c"@\I߅lkUZ{lئD_P)BcB܂} )|x*+OٴX]n֯.Bx ]s,4F I_Mz?b.i94'˄QUN)"AZUic=$oS?c)vE#d$&4F^|o'km^5}AJC)IP6K7Qf;~IAc8{jW1vnⰀZMG{M[zӶ&Psi?/a#7NV+zbn;DHrU:ˑof7|R5@ӂrytM›WɆy nF5xNJn ̖=C: L< x;nHN)YHsL'n' $.XS<ߑqMmy$/)OD^I2kW/IϜ.n살ײ61n:[WlwIR͎ACFAHXufz,SXk94}+/'])mm!ET+ *y75m'zGNN:umI1ǫ-Z+VW=oV-I  ֜</٩zU` R4xJ&5Cֺ Ōv VQwSڇg&;pHQ3Wl^[C߾TT]O5WqbXg(5\*cj#2vH0D{B)TLC)FĜUD?zobMݽCg}6mw&fR%|VqgAڨ+|X0\M=Ġ! \8%tw"s(S)'Q, #}C`66d]xo%4#q[PkQnN[YE`OR$TّMuD)c]%KD;8Yˌ>Fս8 V"AWcN~@F[le,grD=nrϻv[VsV !fPah(eCʉR-=h6$I{<.(81SqvSkV^Z+\4w'UHp> [E4_%u6JdFK #z (7#:~%%aԊL.i^.FB u+Fկt_'n] maDyƙZ&U_.>`=3.yͮ b0MR= u"Z[͑i_PJcj@-V~1 5w_W'&уu<IoĤ#麨Vs+a } 2.ƋrQ_]u ޡb|RLg,g*jbcFz]ޘ̰(Nm VJ;7:w&(^]\45؟Զ=L? Y 9DeOzkʹ>xU.Vɫk"gݶbgsF0*axkǻlډ4z]d*:MQ{x¼kk%ٮzULdlz^ ,V?5 ̇Ң <<&މ1x\]\N7lƼpfˮGN9^y$9[ Ũw mO.1f])Gh6'0JKZ$@Ղ4rnc_%곖^H,sp0 /'\r3l+7 ёT*DX2nQ@0gkc\v#ƊQIc-Ϧ&1wPYtuvX6׈VUScSuPGĝE=Ia͆oM5ٻ&`H$mB:!Iuߏg&'m&WbqŽ:T 1po]]ao$SM'$Mo˷ <} #<%ЙjP}ٮS,Ejx|=|iEMuT5ҋT|n?12SUh Ug%jQ UDg3B[QWW^ qR o,fe+E58"Lީhpa*]c% BlS©IZ]^0|ٰw.r}OGu<'XuZ mdFTt0E$&^&Yd@f yНl$`ZYG]]N`Z$_iGd7H}rNeRcAsAN!`ْ˪c[ @[a@NSͨY=,ܵܿd(ᛏgЇx5϶Lvz簨r6K=(D"/&˥*/m/5/tnPzJ'xIOjF+]&>_=u9RQHOhJLS[Ls͆wh ȝ+*lc\{ EZOZΧfu"3YC`9tY|*b\hU`JZ|p>UniF.Vz 'P[QlQU.~n>|I35[wEj8aƸ7^rb8{$QHoGqf-VyOW@r>%X鐋}<w `IX.ˤ!o˱Z z*aTyV{Kĩes#^Y`=EܼmB`aP(PW)ͽ)t<Nje #*TĠPuXa YpnS'AYA ? -_5FY?`@Uovv?xqpCXȩϐP,nƕ%ON9;igLW;=^dD B#x!R}gDZBlяM}O?iJ h"vd~ewu#?+3pHNTQiH\VIR])Wʹ7䢲+ڑcC l5fwTi<1{䨣ײ"呵J[Q_gŎy<]AvԒI=J̈erhy'_JOL:heh M)*{)N{#`xe^}q\'z1/z|l} Gh٤0\H61M"2|~bg)g V4,"бYdSMSJ ]125w1cK=;CYO֨yZl%mQRF Fe$D=ڨ˴בM SSH9àm#edioq)=_CNcs`Q zx1:rT 0]ژ)6""Vn ?5_¨njuY!BjtaϳOn+qҴ-s:m$Se^YN,պߵ!}\R-n>Wic2peńQΕhiE#I}yOu;m|7O*lGjj.aے"ϗ<tNT,UoӔś jש="jYvYqL>"e6!BN@Kk%OW'Ix'-:@É; ^5J8 !UL"7R\);\pXH[;py;=2}/$6ۂ80#ՑvSVY/ޅ2DrZ%<*-nV%1ŨѬ>=*b's}wmXaQzV,+Ѵ5Z-×! NcL R]hE(׬(!Cj%ɸ1F9ȧv89JP4JZK3_mo|bQ&7k~IS. Z݋AkoAP+OҒh|pj 3_yt0ڱ2 5H~A.ծGԠFh?ؼDL=ncI*4z"a&iv,:oNqxANMT8zQ 3@F!aK]£].!o*txR @tJ!K:S_1D_ OoϾYƴ4I)T )lih@]; +iڙJ뙄Gt,*`A8_ma.U_xڍPDn6K866\P׆;W;G䂤S2EMOw xЕ[h?w e[7H;D],g2Ia!HXF3<y{VNU[!ˍy(P},tij%sm,o":3w^'xp~V%wf+D>H-JA*E6} )W .ќ7\rb= Q  s8f@rqC6W?ƾ[@â*8&|@Vwj">sڍ٥lhTўËuZLov ׵f#qgd( :jKjiH!TFXh%i]~n v_=Fh}ɽ'l4[%WvАyH,QJd8R YC²jjmֽqfZM9; |u{tu淚jEHӴdO+]CG_6BoH1x~iҪ{C8Tγ!OfaF L,(\n>n$Gj):"D^, v&FƼ Zˆ[p ^^Y@N Ԡ0F|4:V ]WbS|j"ma N1;Gʉiz[B.諁vr6H V06X"=3Dv1bx %U-n|*ﴘY[# /}{ܣ7F K1`Mvn7$sʑ՛f85OپL% j;`'~S⭗ tP;oS2>Rn]MjI2o̵PLU՟:mz)6R|ZbSD9<1ATT@YA dzG xgh:pe_U~~:%n86%zc"n'>~(&ۈnK۩VkeE<%ܜDq'q(T2jrDS[yjksĸ0vԳ(@:$6<>gbƾ01^ GFFͩyVXX1~fM5(ߞ@!X># ȽS3ii2*U SIؕj?KcXBdQn )j hBPR*(5AV| <doRhfi hDߺ3M*sDn-p`nFhʔjp$HܩrgE*8pv1xقJRG]qlQ0 }+, B|]hٕSؚt5qX˩T  p'fRFKsF)guѕC%WF"$ʎu@% юth{XA lvBz\'.u/DD(>i+Ӄc?Bp18 ~*i7%hݧ0>C/eaVMO to^=*:(Y!L >bڣ>!y :[TEjYʌ{X']?FS9، (Z6HUHB$YwZJb %sj͞M %5!Uk*7"BE/MWPatf؁N`c5ocE.0: /oWGXc.Rt\>"%s5O *Pt#2*>wZi$8EAlh" vd , l)e5|#Զ&7/⤇aþquh= 6ԻqD /8Y#(.0yR}f/y}WUGTI՚s$ƩJ|s %|vW)g5Pm=irjz;3-Æ @6A, F#eXK|FgcX!i9JR B΍i4.9q T J ͋6, v͎$CkE'3|,h6*^Юr8VasW\-iVfH^DsQ EfCto2(su'k#pRbeҶ-CZʯW"N;k `7u؟ʰDQ圆e!ɷ.AKا@FPaM"k߉݅й)$<ѧ0@M;;ئIewI$C3F@b4ZcSJmwmZ=მz=oؗ-O3hwAC_by;qSs-΂dg4iNhWy-e{hY),gAȃ/M2@!ȅA<φdrZ mQ2' q7sn#9RkΞܨ1VAwm}*lҌV l~?}]=i'jͮ<b'"˱VN/Qw[#/x]P9EEpN($^L EDHf*c5;͎^aM4$xK&-kU_Zv+]rNvݚdR]>ñ+-#C>ӕpZS8,#V$ZתmQi{yRoO'!dw,.:8KM-W-KӘ!fWհz9ydOh+X jPm$a}`\0헗8Iʎ)\u|L`@h(K\e4-1APRɨIO3lF*A8ԸR%pGYU 0/*8%37ޤzYZ ~/V?lfGKqؖ_zrdR.`c'zi"r [;W@aJ`>-j)O!8qdnZ&ϥԮ#O*cd1-juo1gXg$%@ũKZϳQV:9v}% O< >ү YquP 66M kâ1N蔌Mu0(4~Ec/ R/xZ#6is-sK&.g`O hng1}k0pk`(4 3lM;ޗn8 K,z7D}p.1Eдc$ :0BF^ŠM")pDW2\\m| Y?^m #I^z2f =w*3#Z|7w'ư0v@/I yA{ cKM`CSAUtd_Sd[#?b:}j=P~PpJ"ah u,BYz1 Kg hp%YcK I 0U5D jGAp >Ԉa6ŠXS?  ,eL9LSU*~춚"D0#(}rbW@SdG9sF\ ; Aj\kS楱/ '٦i;Y, P2[zse'VD\)1UލT{(3k'׈̐DBX~vm@A0"cz >|\)(fzh:.4aHf>Rʸ7H)*g]Ƌ Au9P*:G/F"HEB7VNo,{" UP@yd: r0zXCb\Hԛ[DCj Y~٠&`hdMX,dPL7F%c*ǩMv2 6DX PRo@e6iV}_صl z]'ȑbC8ONNnY~sh\2᯺U_ LyWQ_RA;^@CoC֧^M%6Xbwt \} 06&6YBՍr 5zu*_ruށaooi{Ms]AMͫ6w#Rt7Go *j\iThq!EUqyy( 1զ?HDs薋n}uVOrkVh~jw `~YYL^ ^@ +VpXZz*K?}[5''b.˧> ƫ4pCi>71KC ʶu]#0+3 1c 3#Ƴ+(m4IT 'Vt{b==`KY.O*87vٔ8r OUqpaȵaLbrNw[Y?d,#q@uu[Ѩӛ4d@-tWl.2\rʸ%cp$Rm$g_cnYΗ -);1QNQGӼ/{:Zض lͭ+&svYp/b:5lP{vnJ@߶' Z|W{Sp;.cM~@x/cZ"?#2sPS3[]JT1{Cp;3fx(8Byl7+iB&fSiCKo2.-J'[.ΰVnF~s`V`i?S*kA@I-) y]v0g% CsMtVQn5^Vln3fz)N#.w"0Ιs"vDЗs8_Wb"7'0auǂLI v/ X뽩Rhy'!Qz%7hPH3{sKxÀ̒qz2ER)(Ud?EF^ -UAFBDy?MYӉ Q~*z&tH|nیy|0!sÜ}zWV@ԥ(%'z"/c)vUP7LPؽPKXaA% z'o# UB[v̦:`4k-i 8m1',qE.%=~_; caq}KRݭ"^$4[i'8=# IyPO'r7T9`R ז2'hC@f3|PًP;:2P(3tp!+-2?)vvOhNLa߼7yZc Z-h.4zf^t^UE)r<:`C,î FU7pͼ/:#A7*9~GXGPu jisF8Xh #L8!͐%$2:?({EݍLI3JPz4]1"wVaI3x}zfb6!^\+EҒƢќd;$JZ0zH,Di=}PP"Zږ/˄n6MZ~ bL-CLv!.ax1CA qwO$2?qK̓Lɥ*Vԇ~;JkMYœ;ez 'QdՕ`sT"ZPc8ӭ}cߘʄ]c$z=s`s+-X\Ld%KYgpltt[;'V1t:ASܶ30~kͨU${>JJ`UaڤݮOw}|(Ja(hiM/mכ$4Szp.n  pNEw`""'K;KxCb(m@ڠ+j7Pnd:+"F-m]k1a3SJיM/}@ȱX3FķY?omwKt3^z`:~)>x9wDC'ܬ"&yś@dLP˸>6;ΣY}oy`{8PTJ;0'WeSSM*cP_ȁ(V^` ,(V^X[t}EcSEmEO~dBD_ Lӵpq##i"x" jXkJ]"'.#l5|y堲kEaWl] Qэ&vɢ68U-[2``!G>xf m#ezW1p)^s(ޯ-~fp-}Pvys%8ΗJOh+鮶`-9s4++ԤP;y,2kz[dpIr`#QP[ڮd=,<-4*6vq !P'D["qR$i6mTBDAhYm`_?dd゜~SáCIO3]a@.W&Y!{63Q(^?L~87fV=5H`'B4 @b%쾧RftG'5ϾBT{H|O|΅6:ֺ|^ysWǰ=R`)Xe4nAra4^v$&`$*fҒWp>bIsN.TcJG&^Fx^ŢoBtzPS*~G<\PӦ~3L&hd8[m7O57U=úBތ~dvn4rfQ춦]Ӹre_;$*&F@W,ՙ".KAC+q)H{f_w;6xi QvGZz#U2'UJv9#}:^-_{h[m xbbi[:#jϵ>Q>ZH'E:D?2/ T܊TBH4e3.,IHUIӴ㧝vme5rQ184'ziKCg Hg%\"L&P bpanDH2$+N a=QXtzpl`e?B].X? At9gcs%>SnHR״|ȔڵQ?K"窸{&kG.~d85B%@^|S hUgS8q:eAUXRb:6O&K_Py~)^p:p"61q>KU;)df!I@l?Ep{ڂZw?X%}%WuwszMN)!8 Ha]YQ\Id+EџqPƺ4%L ך}@k Mh:2Ґkq,NiheHh S̯\_2{SM 91vn˃JJ*]4mͿ'X+3 UqG0$?d^A#FLd Qୀ33𣍬3:ԌtڴOusD5t[no Ѫ%j=JE76/hKH y RE3kw'o=]dbD=H[=CI*M:pUcq[;{׌yd=;<ֽ|Sq>:kif,#NKKFY+ x1ǜqM<=9XӢ)v8@n/ْ>*hm0d94©;,BVb;X ܥ)jnWz2*J@!TPv0)d%h05gp`@L4¼Nvom0֦#o V0cd4I#fGkoqhy50BUv@Uh H$pMI&|r'VqE+se/<+iGZ>hK&q&5%7Yf)4H$itmsb#.G".sXf2n|L-3ia m⺙\>-ڄs~l'kA #;`VWϣ~ncEQݕ:ph~rRN~i7Ir*AWz]f3lgcZ8^&%y^[H< 2 \R+1㛶Q,ŭ1O2>vUȠ< NX]kW#R,h$Hhts gKI&Bnt>> * LŶ 6-d%e=/f4͸)tm6\ԕA-JlS;/*}wHbGiԠL‚([$F,b~>43h#wcXNuZz%`O4UmNi/w`noJ$VJ 10:x z,ċ]MMGHԋ2'8Sz L1|kWƦ\tޖI̧3Be㥢Dok+2VE``ޭg)$rŞ/k9!`\-M):7 J/ubגܡjGer\c)W2HI q LDN]RIۏ$G R`pD"pFKX&wuD<{yD LW$vɧqqVݹQ_-/OO./'FldL!Ȯ=ePH<>e|4^,{M{p>B| 2P `)m@/E&rI~J ~Q/s`A+hG9F>->γ;56FXO(hAH0k[ |kװ(5@0zWCi}b5Kp*I>$TRZ0!k(@?} bllN$:#ǛRRޞ4).9Nz6#,C>]߱JUQ;:rQR$u j?BRS{)x] >KˀJ*T$@#] oHCuTY0Pi^3#i]5dpr~Pr*r>BgHw24Jj )r=j?>g[Aǰ Tu}N`J(Pq,x^eHcek E&΢v|?UpwSS:Q{z XO޻ m :&$_},&xpRDD;܋nAn4v ^8_?ͨ?R\CԽvq~yh]= D'o]9$'!i ÒRL w%\qQRckiI8/,yis?YgL 2쎄u0qJ|F5i!/'FV@=dLoq Z"Qy[ɣvdn!Dm)e| =eѠ8HffLURиQ&vVH7n*2;“2APeS)VT'_9O< ]>"ͩs2fEbu Z׆#o2DYY-2(fAhHE8Kp yyqjHh1aC\"' k\SѻKu*a7;E R+ߊ<:8a\LX/Q$4|p.SĖKg Ef)eorLN@24'"Po_HB IDZFBh⟙Lى uej>DHy*\ݝ+k*0OxVmΰ|4~JKY{ D8gS,Xfnb{RY(`*L~YM75P(7jnеgh$fEjnO¾҆)_AwZG2uI0ۼD VOYhM~=ϋ-s||@2Cm9)ec2Ta y"u:(̮1"Q[cƛv~[J[ dFv & +CLgf|K8݃af֖R a¢_XZҹewM87y'X0\c gQgʆEۢ6>I˦s.f ⰹuJJ֨eE3|yHZ<=ir.7˨,nd|hGA tAMM(uUD9 4a6䏤bGԦƃd_3"8}EO6ڀ~394XW- /|lj=gj@;.b'\"8آ; o3(_YpX#l5CuʅG<%u+rᅋH4~ș6(U R^Q  w1ŃNPWľ <R)>8Ǐn9h[c3yW}d#~+:[S|m\A76&վKDt)-_ Y VU@F/q>,2zԝۜ'|4Dz 3Y nO+qaj yA): _ioýj?=N?[O:¬~ߍay RQ ~+BFhBpM:'-Όyb/?kX+!&JW "fH{?99e| nFGZAX asCbg'yfReYi3]@Z~ {^N^_%Y +۱"/#Kk Y,~.MY'ʝ+,sƽl%p@N {|I~Lӥ\p8+[Q ٩Wvc!1\N;-l ;JxP -{NсUa\O5mW2EhLtپF\>,r(]gɊ(8.R GDhI"YUhy!X&Q 0hP*c #p"mwiǞ" Hu63PJQJWHq3~.x"3Oj$ZS] $Tȅticefp*/wDKPTi8j+N3714XsTUQsm] x4{ VWj]@ XQb1GyO.j5qj 顺ѪA|($= TsLʻ]#5(fiHhsr16YWUO}ea!9)U= ꈟIAx+,{{B @Dk8X]B!i&nxF$bifqTRѩVg3Z@hWl7|`  , ]Q1Ls?[ w*OS,JQfMop5,_^0cvk%'͑U|־f!}GFn}yo-g2m9ٓVk%uNj!e{ <22WIy3!O  ڡ 9(<'=k)swpkQeS;\3k9oYfL>V{t#8J䷘4FofoU 0[ {M2j^}ꄧ2;% h́W0x¡_[QoTPgI WXl$B.>l祏Zh2E(o#f?mu9R GƓ`n(1x_EzS{|D;3dۈÕ9spUX^O<}1$SM=n˨~Z 9"WR;/[Υby[gphf_~K4X\]n7?o"?!Vra)&},N̨&-*񮍴AuK]q]ӋBSl_ɭ|whhgSk&݀.N GyB8k\S?rsFM?\-ʽf0:=0J6-̔]lJ*a)K#\5]hhD,ފ%O@-is쌣HL9? i) qg1_ @O=qcu5Jl"p9OUŸI nu@\hj4ļ*fqQiSa\مzVEb,C)va䔭]~2,^Y+}wk@k3@4 L/2/D K} ƗXc.O$T.Pil ۸?۱ m3kYug}ŶhoZCP.xD,Ӳ26C- y2"B"NYWjG†CԆt~5HJfYEs x _N(i]$;;독%^@"x1 }$j*DXd HMsT=KQ`DRvaF^:6F>o3AooWoVjGg(鮥T\αiQ{&zSp^|T G?Ĩ0ǐHT$aA+&A(1uۏ2'tOky+aSapݕ Kd]݇ST026F blkz]ND2>쁦= @S `la]tҍEKF$gxR{ [exk!pTBHSfJ'+ʐh80;a Lo>v`Wr0#>5s"~ JN}1 .?,.K#g*bQ BxJ$@Bt<桟U:OmjH@Dq#yތ-mt82MCd&V cNȹuH?ӹޅ>Q)ͻ2nk9A):eN,9s`pаODa. *#Ó=4)8d.W`;"#=CSwĐ>oM].\8"+ݤ栎N LW `kzN: %A2ig,U0pJg[D@_g'ɔ@)dw>J7/C=kI/h針<,;[w|߯ )!Nl ~L>qԨURpPqKpG"> s,*]=4pqR7$>)X`WP Y|?`v8o`gd*؇׼ܣ#-_NÈ<=ta@˟ўy}=gPn^XX(7=w9W6"fRUc{B_B5FuFb=~tu/ѐihI:Ģog9妏Y.a`.uxm%pJyںW^NsW֙y[m4;JgEb4mxh@ˋ`dvH,=)ئWp3#QH=R+J&aE^@zT5RԙLkf/Ks9.lc/]+Y. =w>l#} `wuUFuN{_ĭl̀NtclY挫dz,f(c D}G5͹"p/5DeBxb$Bn~ϗҿa4i_VkV ;D?Z5z 69 ^k"kAޘw v ִ][^n%hw%!Տ}p8[LQm&DdSdm$:;l.b+Wd?/bf,i ɨ;͜I4ngq*;Pùk-~c61~2eU*\wiMP]6"P? W=Fv$SfLugxf_3ݤ}">0ђ:HPXݜ-uS]xkD2а0.|v7Ekb$fmxiEdK^s獍V}cNv*w83i۴; l}p(|NP?[cwh+{E8J"K@K/7UXSzkpbDjv'F=&胚JAY7!8~󵛊8%ba{f1DY0Q1[Q ',#DG| DS~ܘ"h9,,&;٢up**jƆW[gl?v51^Rbح,}JDY z`]8?жާ$f rY{[yoF8# *^v櫛.h.~|/w*3d7% {G#d+i=6Ik4ͯZ?~}8]6Kh{xN|a?Kq#CP>6@EwJ_]4- Ĝgǡ+e!=`kÃ.!]Y.qEp&O}E]]CoP†{MvsV>4q0p}'ȁK~JEs-{Fz.LÝI-Og eBl;*tV83f&xXS_dCҲiusVr?I Hs2Q=&ZxGкLf =|~ 7^j/n 6tR - o*ac+KVWpP $VӤ)G!lQWr a|?];Hvw- " :wS>/YzgM"OT!WhiVk{U l;P=¬ZE0:M >}/[`tt"m|U:^v>EǵN~BD#ۜi=BsMqaD¡ݐO.E -ek4VE l%*=0N j6/΋Z? :m诹0;z]I|PҤZ@VYC'`qe$7TzT9$(L$v~A g ~Whm;)nt8uk?꒱l.;}w8s|d_N߾]& RoY*\FWDu/z$Gjac<p7{|hqݶI/l:U@q [zΩ~m>W>ӉMnKio /pF-@s1PO.ԟ-ÿc T;oF$\MҗPA'FoZޙ㆕ ;FO˜\nnەiJm?fMj} zYl P%_L(Itmnt*-ZVDmyH1xX$uơT.v kEX qfdY}(o4E ڊ΃8di}:ΠzV( 4Eonܳ=N[ԔOTǥ@c1ni`>q Ί$PqI*COCy5km-~[.?*#j+u't8P [-s p~`p F V,n -0{%>fPB3ꁠ{?)o9O #u Q>#9}L?qG;"no$U:Y/-ᘲ呟z<ИEe!; n,5^}pY䟼(8tOnb˽7꟝b"9nN-2x,EmS4(k”AC@Pl8P0qۛ>b( OyNERf"mrZcˮe6{B, CJɽ - Ӷr5__rIΠ>4PXsB̕(4ޣZE-cp}bEQ[sj5ծ~H04i2=V*a gAZ6#c~}iIv^};V= ( LPc:[U 9R"cT}E8fS&GslSܨ>GX/p1T}틣Asv*eYD]!,_ |j1]484ZPyOlVmaև Q"C)(h&TP=߈6+K-Yug?Krr*\ݭLg"u~ _znF{=i;tў/uڡռd14"ٰ+fb{E/ULbD?j4PeK+4cL t^Q i:ӷ̄y(#2OUi0#nfn氱;P-C1(-mpUȍ8\%Da*SFѵ&pq~.SѹfY:|J/3P=A.'W 6 A2W玎*'q~} ^d|J%* vÒb:xY< ^ anMԭ|j}!M'͘KѸ.~1iZߖ/Yet>V7S!) tTȮ8pË/6kL/Z AM-|XvXlR];qgvג(Jf 0uL2QfVukLj+w+?G@_oe) wUea)ֶ4yt"PN EL}DR`{]'T w64ԫ7˕v)aI>xO^:zI &c̒5Á8X qڷ{˞R..>5 gݢweCޓn4]7 ]PƝ * _-7d0j5Oc:]b7eL٤пWaʚ]&%=H75fCjJb2VwU+l> <>-o@uߔ)e'r)]yfIRY݃/_? }"VfPxf%f6x[LMa =>q[-\&ǂ2h'K lȘGHB70AǁHX&*ōMG)IcC.|Q3~ҊLklBxwjǎ9kZn7pJ$!g Vy딑.:,&M}w6k`:uVAPB^ /eN9WG!@G0z{#wGx-u(>VŽBaQs(\7Jp'tq&pv7/wuɬ:XP65QOPmIpVY$ B++4J*L5K9P7;k v66(N ۤ&*dM?eI_ Ѳŋ[hN&>p*a)F 8Es,lc͸Cwu=wI̤pA Ujk=7 &+՚CВ l^h^ "Z2e֮ך'0q2~[}UBM ] P֮E/ڛA?+Js.`i!-Ɵ˺Z&Z#t'a\x;%WNVDDs&*@;%_u$j~v Xdf! K.B*K؍ b)E>fwv !Q5NN4_䁼~2Gdz"nRVfY`J IڌCHN^`֍x>Cu^T *G,)FpsgCࡇI,]EG[rw0.ԗSW#77Vʱ{⡇{1S5vapp<"#o1[qG7 O>$Xǜ 9RGEwەG`r`GM;,IfmロC]CjM#ˀ-I\WS&Ï:V=2S KxgX}P.Uv8m?+#ac;kJXez3$p`LP ﶥ}AGps7nQ^EڬvS) ]WP]8Kp7;9e#j@Ho"OmvY<ͲTwΦ-2^Z$Y6d;jM6=*e+~F1! ތeBM5iҎ8s@nn):1( Âw9y%u<-7&3o[yDEUN>&-9`b\G#f<vgd {>LYRUms dp̰hܞx)^Q ªջe8{F7=鮽UPmOEmޔxk(y3^>Z|X7^:B/^h\|2Ն=1#HofTzԄ2= 듣GLWז Ĭkp~/"C5tHQV/ϝQH3(ezxR7{FK<$B)ʼ(V A{h>%H+#B#eq^B;YhxQv#ac-ZǼ 6}%ӹT9cT/ I 6Ox7waGi?_Vv5M4@-†A{jIk56 b*/عAOh@٪"Bɿi)G,bv%$WZr+TfuJ=Gx$ZlA@6DNCl6 8IB<:pV'wUkHEyY2D=b=$iX^.{G4k X:/s{ʿ,:gO5a)gs(3M|>T%5\NaZµs5[ߓ>* p7 wgTzTjd 3l[@0E/Rq]?`Y^iֻo~t^ ;1QGڮES[bzJqO'Xɂ?ݺ&+bdoHI5"LlLb8ƃAfd0TѣaS&smuXԴ)`0!~N_21S2q7Ƞ I%7 %$RN c__sTX)#ĕk4Nw |v ݥUW - SQDĝp3$1-mpWل*JFŷȊ8PZb4,%qT']w=?Sp 13,<<j/"sĩ{`EkJ M9|㶷cWsY>#&6\޴w #8~mz-(߫$" q_& ä x*~ڶ'{ab@9̣ײ?K>~#8qڏFa{PJm|a2ækݘ", x(Lnv@=6_SdU/ↀqoiYa`Em9Múw JKԝ)!L[:'Ys7΄F;w˂^ZʀiL5{4Zt}JVw}"C) nTډoxXnZSH8QhK1بjIg!+1EX"4d3?t gVӯf]n%ХzM9|WQ-WY{˦!صAlcp>}rs ƥg"nXX=id\;oJ6}̓&fvO}Rml6M0 򃪯cn)!">C%w"Pj"jU{Z͒exQdp,%~~qhV5o%5.|9Dg?AM;”_K?6ajHоc)D%E`O%Oz0%Ps tոF1ZyXѰTx+vt7c0R߻=Xږdzx=eLN.-&k@̊{&OJêuz;M`uHsLK.>*&%g>Q왒{)q|-y]}D IZAWVIq~l.k']5ʎgV^XdcNxw*;{qcLcفCK U/6!ߧc.gSf̱Ϲ蜝;?m2I2]y=٘7*rC[_+V4ǚ7CPzH/ץrVVʬ{ҴΨhPnQ4%Ip7j !`SC(1!|9xmW <:CŇsJb/{m+5k-YVUfNQ+ o%ڙ}͕ܽz9Qz7j0"P>. u{=Qph bEg=ow(lwA1& 䃽$ xn|VdL[OWpcپ5cF>H9,1/ Jܽbۜt^nJMwTpj?E )Bѧ^pHй[e*SKaK9do<u9DoFg) 6s9QDqڽ3lpdjs܅̐߆ʤQkcR7[:3/TǺeltigVfXDTMsX|ў(Jz_ۊi:rY¥ p;CT<ـjSHiVt7 ^!$v%`R-\E(̧S5-bXXDem;ʙYte@Ѣ7=k ZtwpF /{i/0.$G:=儍_Cw]E3Ց]N5?Q6Twf qbg~8d}﹨띴i?)Dzfqx̒ (ɱ~y [ɞz(YtUWBZ/-|cD i|z>bEtO&9$"#I ܷ:6 6IOjqDwskTqh֞Ox''|茩6౗=qLD_ [U |wg]| ܀ nv"z`#++; Џ mRЍoL.3{(rf6gJn8cڸpjP "xFp(.ԟ8Dv_DxWRK[$QKA5xCSa_%)/-5o3xU5D \`^*B8*1>ʬ$WZ5&X=X;ڼ2 x8NѳˌVP)MG 1[*p47Akfr5H5 X[.C*q(cM0>WAZy)]NN.SUf2-Kf$ !z<Ȩ#)h/? v욡gWU,w#9'pDRi](QzgNbSjiXsR^b6MN:1bjA  oy1++ZW^GpÐjV  `^a\p칮;JMvD %ݔ'i8b@U q핝437Z5p/t+DQQ2x :YK26{Ŭ%HeU%dyu/YD]ab^~ fqbl M T8#(8UYg~%e%,@D/*],v+h+pʉ( oo +껺 x|!a&t&ݱh$ m5^=hvBw4u2?L$N@H ֘Ku.Ț .:HHԈrw C#]T]D^-~t_h¿E79`1,a譑g޺9m'u:wJY\,v^_M1#[,@irKcR1|GRZ(l~.2X5% >=[l}W2[>%+@7a@7,!W&P Iްs/{TFo}E})sfJ% /2'l-[Nϲ`ɗ|KujؒUP.1&oy>( ;?h,_5 Nԋ avK7܅#: /H/탛Ys$ӌ_"I\Mv򟥚1G!byy"Bnq:ԁٸ Hkt-h-|t K| Aj%v|Q(>~ہ(-4Gx:&2hÿ /+nq, oZkTyУi \5h@Zĥ]Y^Py-w,㻀 e Ϝ,زUp(EǤm{'ei[m-+כϥ }L:?}wqq@nr138@bBx6dAԂÎE z%ed 3e0^}Ku3>OdE:v flw,/ ZΩWD +a~ݘd#e| %kM%*tzCĆJgy~ڸh*gNwB9 :cPV?VBs8J+xƂf+`#t*HLk?D2m^=6^ds@ :H`AHNG;t {~ziNSRK+M#Phkvoߞ_\ Ae3f+3eG))P_~T'OHN*+H aܸvoUto;)_>~y P U,+y˟0]5$^ݵȁ޽ih!o;{LPfYPMz/2|m N@ksҹNQ:x !^)Gݾ3Qm kNg7l:}8{gj3[ZSx<΅ȃ){o }HH&Hj`IDRykI^g)#sB!Jf^rIr'0w;0lUMz!⟆.E69ւF9 {EwMvI>ɸE\H vD"Uyȳf^ vA($%t.ZcSՏ P:E1ا:k ҧvBH"F47]2梚:.IW5(#` 4,b,&%a9\#>埱RjJr/^Ob`X=ԤT7|ό^&CF-cElhRD (+. P;5 Y~f'k%\u((6 >:Q?1AR|olN mlzpJYh7gw0[?F$K>qBB"NNKjKH}s"<61>},Est. h%[ɷIpE~Fy)Qt8@>aSzn?+aP;ۊ0(UIIzR!I¯:Nje˳_M;!@ w+^q)X9nwEyReXԜە6 H⡰@r˖-yS v>Bi%)Jj}s_EbR^sL5íU.TP@}C%_ !J&{5[;Ēe#T(e ImT1=WXq# M6 !$hŅ1C2w<4(Ae4LFcH0}ZOXZpwa4P[˪dq/uV2-Ւ{kOZu$Ox:W.WFdrI}㬒@BstcP]ԕ~:%3s/[FJuDH6SR%m=ew{F6{oaTMNu dل&o-H"7o7j;?CXzRdze`<b.`7)fIWC Xb#̘Pکcu5zPdFl6-,>A o1~K]D5z8މHլ_OJO/"`l@e}sAN;BS֝3/qh_wXmr ڑwQX Qh@YnMyԿ šQsPbQ R\W ,O5:VWd}pt\~{!ungRuK~<̕D*Qo\kEdOd*_[Y'`rIܠiB,O]:JI (WSig1iN:*q9t(\xWf<6<_!ac7P4ܭnr4 $k&ٶI%eib7w#O0U `|eۄG=dhuA'xKɩwnݭ?'S_>T֢ 󃶎Y|4xPw)zk(!>\wM=-8#[Nq5m3ABCr3x,v\AƳusV{QFjuFsiyՕ&.”x_ uZ+K؈ri5:_6P)/mX%+{(ްo_-k^B:8G1S/C,ð.Kr7liF^>>1ysǚk˿<ۍ"i63~,N<ϱlJ<3$#XOawDj9X lUwEHz[K4=ҽQ~dy[4dzTXpM?`Í|Ft.uy" TT.cK)4'X4NS- h323$Wm3"Tt¢u6C e ېKUp#D>8\$7ԡSţ5H߽(T '@r^  C]y0PZ77ţC ( ٰXKD~fCsoj+S{'&yT Eվ^8,S[9y Ws|B5(lJRcv%^v2 q1`jtS7Hq(HmGZ4Ӽ@9XrN}cJ DqT+!sZ8%wQs}fFYvny,ЇGN*%$u[Ӈ!@W!1(u`BXi|ն3BQYm a5S>"tjm2M/"ȑ*CNrb\v03^Nq9_XaShXE;o)lWQbocH] ,r4ǍZdĜ]FTڔlf@*E_H@9=eiܻ"F&A[5_đHYEl-;V[jêk'^1h6KDYT?t;66!_;Kqo`nBwBiq/~]|\M4*z$ 3Ju;i38۹ c!zkXcF݄,#45 |I @hB΋'|s" OIhT0(m⩑pa57;-l ]X` :MF+ADGPo)Ǚoo &hQkM\0)2iN  :3gú녜0Q!=SCBvSM 2i"$rD~PĀo<ږ e<2uY=La H1sިjA;by> pתyHDUMt8=X!m4o JoѨ+fqUʕ:\2v`^Uy֟x)5q~QGE2QZVl>YcI-K^lv`('i" " iBw2m$u0h|6KBwiࣆֆoK6? ģޏcJi⅊R2LPkKLB“9qWG@ݴ&ۯJ$7[^:Ĩ֥~Y=&`5u_q‰dè˷<(zOIZ$AքlW:{-)nZ~ʖg4}L'BMZ2TkΒ*܍jiT+A}Kbah$|-;gwj{ y}%T0a =ĸPbj#0 i*vJF%2Ǚt1R)e#ԊaEȱ>g/bcvMq^$oRI3^!qiijĝc؅舙E7s1WȊ7[<}9'O&wa3(pl@/˰L*( '#.?p*u.Fzq$۵F> ԞK םs,qg٢SD3($Eb##\=.EVcB+'$??! =X¬ ^o^sSƟ2p}5lls\M1tu^cz˂f>p=R.A#qvEȅ`waW+ǡ$?k`T*.M>YaoZl˧m0P1J߾AbPW6KӹAT1]ɮ hMo§o. D ] oA 6>:ӄxP<14>$LV2VtgИtT꺣 sܾu@gP>5`Z*^VDžD P%k?*WG'BVH8!`3(+Qa5Nn ,x0z$3)r [w'+԰@֋ׁ=E]:RJ6穭|ΘGT[zW°'`61̠Q͕ʏ!H?3rD*XB Peɰ#໥^+MxUϑ8I.LH,YXde+j:F4d137ZI{ @'o|Aݛ|Jbu0+ S1{ Ķ$*L-\6)e`U<(!`~W { &c 8ݛ㾢zD<.*׿s\ɍ *ԇ|( mE6a"Fe¬*AdWT% 7WK=4lbW4)qڰy1i+M1}q ߦXUWXUaץNQYcC1[8*k8,K#+G?VDиw\I`i@}xI- `0؆ :s"xAjfj ޒnց'JCDNFSF敐W͒FJ8hBR^WhU?U`kjk›$fєA&aZ^Ą]ȞŬŽo?dv6*O()&]yq]"NP]U 2rE rvkIܯEd AYéD0vH vS\G j+vUs!5$!X '%MɌlΨ-{u=0*ThU.i!|)∵+|,:˿=z^c2 _%.)b_4;qvOLs:zf t}}bpIJeM7?6ϲ.'& v/(>< %(9^V&Q;!H4SOg\+E,o\rl Hxw T6o&=O)ܴ|SR ߓ/ jtUl6u>Z3:֬n>Қ<@#h=W38 d}6k)rL1NZ,&~%6ͽGd*AW4:rͷ Wp@׮P¦N -_ymVf57e6Dx6kՆ,sj[W{5X^<`e&T`ğjTearqna AL0wcTkXКvUt'@k}BD Wh+W r퉲wPFv~O-ƾ3\!u=vew*Li;1/6ƄCWLPGZ˶ؓlRh S].P9)VKq#nbYbxO:Fcgɯ*V}Bj[ciae/#-E;K$}_ c=lE WuUtHm)&}KkKV:h3zc\i䆀9U no978ː݌%Շ|w)f#VzyS!͡*}ʚ|盍G9.e>:kEǷ Z]gSX_O/(0ϓ`ѹq45B{U6W"@W̻ZC#=9\84"&F\`;~p-Zx#3R%bScBt͵W_wĢl'š!AU[=b҆b@BU6A9W` ivu(mے"΋T^5jb҃OGI'"!B[":SSrOSoI #4eXLHƳR4*QGd$PkK3PgaYJPiJ\,wnFQ}mV6 W)3y6'{ NPߘ f;@t}\ZX E[0u7[]~Oq3?L_u0$CWz'DҦ,ܹv+߷q41GcUE>c7ԡe3UWP_ 4Ka֝(9t^ Y\2F jţY6-ˌ{Z, Szcrt>8w3D~8UAZJ%" qr^ڎ2ڬIZSu-|][@~ov?Fa#tzq++cFJd%\ G螣ᙡ=Dةi*fnF6'D8@ԘPz^Hߋw{)xCs|D,p-凋Jي!$3>e e/#{1z@Z$_ɥ[P9=LarPXp,HI4SJ^Njj:t?O2apW0+cLl[m}sTPKiN"L% C%J&x;{ť%dLQdS0}wH O(tuxX]"̶82so&~v:iuĖ?QԌqtQ"jgiÁ's_q:Ѹ(p20C~)My#tslcN95o4Mg)(ɂ1@ knE Sذۏw3խ/bSJ4*jbD45<Ѵ?N[DBm͘o\D0H8_Ymka(=qFq,pKr6,\xo7R5W$z(\8ɄWaɠXEFX`NU\M/g%`ۨ _g]0%.#uզ7#-h~]I/ǍX|B&;3,tq!h\ٍm4~fmyaitmua R1YI54㺖HXKߩnm NP+2~%EYp)TdUk?xh)GMÂ[c7T]⣖Z BgL`HvTi((|a/RGY-IMltT}m-7Ʈ+bX'2 IS7,ϰ";8nu*-صӬjMqKou":K>ᒈ!>#D\l NW#d>`8YvhQa+l?0kSɪ27uowEwNb&\ kŨԞ0n\i;ճ?MT?TUHE«jtRm]==Hp/:֧ѴG{ ֜$Q.*;+dp&J@$iֳ+k#쉱h`2Z cJ)-8ŷ6L. cgk_>%*LƙېCڙ#Ї,? Ȋ!Ii6 ][lMkmOK,l {2~'_:2]oq@̄Ύ$G_&+~L pUyU{ΡUOeนO=tiev5ѻs(;[J(!{ί i~#UlR>tn@*nl脳; ~XYɹ`ʺ7n[pBۿ7ޡ;ӵAàI+ &Es uQ\ڌy`|:)mAg/@En6g-wpʪe\Fb[N̾fܴ<^#B Vi=)?P{$}\:PcN`Mv61*ĸ!>Nһ=0~c DLPkD$S-$\= Jbv֢YnJ~DH(aL~) lp40u|2XwQBFfur/F.\i`jUO{#k bK}*ͺN9#"gcٔ nf X1 ?tN]15XZ+0;Cbjn1Z%ʌzBD@Cѝے\% >i'p=+Ekȥ*Te)(niIO Xz+Sbce£l1wfuYS( ), t^{ {dyHKe@) ';oY$}qyc uK5Ő J0g E0]){\CY,i-HΖ@ŋδU B*VxVM&H/Z@osPE>#:KH7Bw֯)F0Y>Y]#PZ3B/Yn8-O$I6P L46qj}yNd1Sh"r}3'F>>](>FҠe֭UD{VI摘djT^n&n%b~,9N{?܆۟,'Vld^˧IT}V#Q kojg? <]qHڳՓrS?ͻ8%SjζNK]c |Xr~G6@uJk"V8_.$\3g̏CZ+4JGFS$kJCoëeb% ˿JF:eT ~Obs$8D]LFT\i1onͰ?5fG13{L+ S>U~coGpc.9 9jwM,\hޮD&;/Gz<&٣ca䒁r 皢݌//Dl1k%]>QW}h讖T. `AqMbsg[8K'I^B$x;BR4 />/"." %soA9uiV@V؞YBXug̝֙is))IqH9 p@EqiL|VJ4_aaxzFHhu6ffʄL&u pzH2>/8f'K` -k@4P=}) R'^@%i-S8=1>G4Ǹlbmk Vp5@YJuEAU+>͙5*C s6s4;;ENJFf%Y6ڄt&O`2!R=3 yB;c-eWH82RО#CK2$g嬕3 q3 ͑CNccԿͺjN|z$DQ5 ] 5x@z0ՑG3Z8Ȕs^@Mɀ"!,u\-&rwh+C'h(@8|V!,؊/ 7U' l, PR@(%*͵g"Q7-5_m cIndE)2F[Cq֒>:!Gb]Mʪ< [岡79HHUZB֨uL?ܱ-;Tm%l]ߖpfgxH7̄ac"s gCwJmesGV;+Z]^,i=ryOЬni#[1Q9`$jQZJb4>UچbTs:AǎJY[ƐG2wlA]4*[|x;{W %2nj&j10Z{ķ8u%<ہNl1W%0֧"(w.\| e=$rkmfi@ؓF%MP@Yjz^t1l]mIJI0/Vp 3k SG4HKT l+V+Q~Lc0DDX> ʹ_[Nf;_V ^3WTFw=c&(ةPy>| gEa@#vv׸Ԫg4{? ( kuحĆĵ0E6qa 0EOuuʟڞ+{sI wAi t| @8}lV/c}Nõtg1`PR߯)J)urv1G i#HrqmQh.n*c(#F0(ixuiՋ8=X?@q3 tx+G]Xd w&޿~ްux3; A1Xjvd.v,Dy\t8mxTbbȃYcϤX2G]5C* _Bk˘yFۘ" Ȑ6!zf.ӋgRׇR!OVō||?hvs4s,ʒث糆 ¬h4XV]?{f"Ju!aOg8jyEMregd W:9E)gr7pU]/*n1yÙb _vnedڵ7P2>oLݺ)ui}(xJ3R} "dI$o+MAj@owS.(uN۰$*dJ?`ATwyϞ:T\TS3c? .@,9Ɓ akx?4ihsf4Uqxzx (x +z5kV*i,ٜgo8>A^:Oupkj$ww&14nPU $#ETjw.bR݁+'8d2l,`X\lj%! }O|ν(>{_jJ4-CG tpՒ4F4kuEp_L`AIfmoR7mQo* &.{6[cL"0F+}:t)@kr]pFi=YDJ/Uzg`ij#K~փ?!#R;8_$ ebyQ;՛ dWu^ }h$M굲}&ʍ| wSXM: 3ΫsDu>Z[9aقB]VB12oǨ7Rr6XRʂ {lkb0^RXJPp)qD *%Qr-YG0U1R56_!\OSȟ<^WV~Gglb$Rmx)OR׈rhyPaq }EQGjsX8fa#ν0BGh$u(I5L.n = ◅ZePCcNJh5nW; 3IydJZ"ELak[UqN4 ͟[9!lXX8oA,R$ !2{U? "y_`#zt@渣saփza >zt>᠎Ũ|f+ߗ~)5w2WoF?|XsjѿכCE|y׾k-!e}єIF1OIY5MVAqkm 9H4.j íz FxM)O\aPV5?|@u܉1i?>$W~崘q\Câ)ݾ-}F˞ۗY:De^?>._dZ3m?޻ zـ ;y%TZG#6j*G$'{]c0wZ:8تm]]esR#i&gvtjDg!wB&I~wYxezsF%%MY3j,6G&CuJ8E6-ggn{OKS+ λ"_ X;*u3 )EpRfz Fw8^S3ӑ:Њ110BPUS,=jn!剼'Ku%u#ȐLAqϴ'Yvs52CN Mx6ݡ``}=.ÚYZf;SR0HpU/o˵O GOG~/ՒO_=@IC9S;J_,?X-Nigu;G`JrD1ζ87G~4J_Z ~ax@mߎBH+З-Xrw!·JpVt䆗.[q,άj _u6u =ޅ;\!.Ky !Wʞ;ҩ&s?_rSMm ڵjs~!W8A5D}QJtOV//;Ci?~_yL}y G" (Ëu> 5g':妍Ìĕ_8'ћ,{*G+\+$Mo|&Cl˨Ĩ(H0`D%Zg=J&>xEq5PPHԉ0sQLZF{wdz)e.Q߃Pzom=ɀaZyL ? [;*~)({k0W53e҃pYU(oh?$t*x, ({=7{GB8J~*j$7c[A#G5_#(e(F ^!JCX}fن0>OPL&Ǫ{7hk;8LkvZg-3эmA3q~ٿbG ťtGeEx(@3<@).PlB;L zpSMeٔngS>wVp]8uHaA8F&PbDx4͂@-סd ̆-KZD-7L&?q~3[\ώu&[?!gj%RMC֫.H^;2D# /Q__0*d?KUׂ14 ~"Fu&ɧ!9wcV꤮"~1\9z-0Mp}Ey*X<ȟW=E;hr\2w=dDo;Qt40KN'n, =(>i4P=wqx6|o`gfv|XJ;!KaQ75E*ѨF۾A5Ww12%niJUc83 ,Er.I`e202 )?JeSM^`U \TXm-Bdn) 7Q6W};"7Ton`x*A 5ŸC%&ڶwsܛf&̺ @@T sFe'AxU6s ݙGG4LF &7AaW*)u;+6Ř %AVU61o+O‼ӑ/*2̿beה"?^n%z46|B”VD$9f"gԛ9|#4D4 p@l刀쐚F,x Pxv+{).޴S$lL vg ~UdLT.lR;]Z )l `6,0L?y!@UK! DŽ-<Ȝ=k15 INA/9 >!$wIƈ'sV=ҹː,.0Rnsc[nԢ9.s6Аga.*kh1zzLץVzS~+9) kJNRH6#|Ѡ!4E>RboLhٴ;N)iĢ?h׭x*sTo[]R =EMGCWҝc@  FXc=^Yyǡ{ux+>TeT, :+5E6:fYЅ=t.ez`F{ѳe\l "5hޕ8nXv.y%׀az 7BW>iB=f./Cۃ]3py#UQ|}No`TYɜƏ]2t=diD$WBgg͇{uuֽ-* K`tG܉򞜁ƉAG:vȽZڮNj5d %5z>r;LjCt >׺ksD|I`Cnz\7k]ek['(![D|jwQS#M/ ^HH~ͩ/ a3,R߈T㗋^˴KbT4A3XLhb/x8S('o?I hEq1T mfJg !BlDm&kUTlgM]fyUx9+pg='oU/ōKT-g}pӐY0d^p^_- bڍ` .n]~?7dxQ!I{ޞ eS_]r;47֣p-\1d䀘ss;K:e _ѭ~9x5P\ud^,woZh> 8/tTA dZJ ?^eJһw/|J­W̋xZH0{}?QtG A<}AL_+co}Sn^cb1/8On1[=qz@ˆL|!]\?sv9gKyw:[t} xsY܄j1PG^Eq@"gw+ojxt݋UVs,VorsOg_i1#!B-7ˇ1hfʗ%{&N1}%BGLn U8GYnwҬ^̽niXD`[9dabZ2Mm{Np9hӑ8-~ιoIJP[{k.;8os o?1qXftflEPy ({= ΎsOST_Ӑ vav:G&O>[{Pi%tW k?[BQi8!&PgA \RHk )jBoXm*_c{XbO<na2"Mz򫕞ƵT Y).[le] {w傕Dq+ET/7`BI(vz-T1ݨޅ%q!EEQ`hzSlI2׶ R4\. = G=>axU[xe)4h3sbB-{"Q<}¹ƥGtj 8A[v.>k4-H &>*HwQ|Q VKIļh ġK.ш/etؖd'3nuo*gecGs Y/ɦa{rS±ƥLAU0d*,6]H |=q\\1)B gTNE&h`emR<>46=8`}W]*%3Z+U=}׳ɩap=RtMcKl [f8^@yé@[i} z33́Q,1ӧjsVlϛ#. ;ax4OgX}+VTiTl"mm?aK#xdT0io:^I2מ h]И8[8׈BH?@^gu%שi=}ẁT5b}0C09O'A9)TfMuA}-a',Q}nI8cE*r.L3 MLT:X- ?F,_f#\$_T!QUbiB|%VJȜ՝gA gz3Ap]ǧP{oNdQQ>DbM(: p#^YvPm{ذmp2H WMq*KY 6~TV+ %$B)?JwWeWtP"f0^S c:!Hze_/{7bof 3r\u8_!(P=d=dª}+E,?i@}f+[3qY!&pڟ!]XM{R5-~;DZb$}/( ^]_%=W&A'BZ\_P](Y9Z򌧹RR}ESƞ% ]ijbF 0^ #})ckE$~72qA@AAnwDαapFs9T} 5-mudut|P-"<%4z dTJkַݙ2P;=Lo/o{nv+#eM)7懸@ўqdຢ鎫/~8%t3z? LrIp*LP ;>G iT]klÀCөz2= O<x%O[Ǟӧ0V8D_@G:f=c HߙkzŢ/c2%9uɜQ^ۨጻ%F-X :9ΠrʽkUGbB"M9걝gRQ9qxiǼȎAC֗ߐR"DQ뛊(rL uٳad;$C3M#RdzJ9iqh !nQ6:ؘ(v Z?j+e= {UEv%*`U r\sآa.3cQYK +_uh"t6WvAF&ǜa^Lwg֛;t|,:g~QC̏?(=A A }mG)ͺ tKB;{4&;<>~<6%cu8Of8Z)`5ßy-U/\^7~f޹]=,EH,]bDLZ%!z|.^Nfo wWSZ֘`Sa,v D/];${ u8Z=|%mmsJ6f q@pŀ^WYƊhڏGI /% VPe <_3#Q阦8L &"O3-hJ/8źR⮈yU p'BՉǚy;p|%;8(g?Q}krX{{幢=EkGNPJ, -u(˩gSYi[ExAIl!-h_ny^޸m08D+.dM6}< @0zӮzf"e/_SBĩӈVb'W[ vDtMjVT8B '.h Έ&3\y1Y%7P-v Wd~f3˧#p;A}m }~i'shXqo.oW~DZz1W_w4/e1[6ytL_fS4DND[Dms)4ٍm~Q@,-SywN5&z|n]O.Tƞ1,w%M vg\z~|˷H5 +T2B`Ԉ\=+j>CtBJU}\XOe5!Lg5j Crd_]pB7Z jM| {H`gOiTk~Zݭ ]:#b =cyw&MHE&G>Ǒ'՟g,υҽm~*y2(12@lжTkKMIɮe:”ݼ%^ n4kO1ײyv-'l~wFC2b PYN4^#3mUrgޔDI!\QW(P5tí 1,C_!/CpX؄ÁW޹RjXK $:ۣ/EUT 8aJPS4r4XБߠkUGut=MQvZ "q:0o8#2g|>R*: mhiyjR߇4\b?TGh&e~b704M:vK rhVjt{^d5wI&6!@PQQ`S:0{p'S yxF_6"^80ɩhMwO-v4 FH>P( C@t_y}Fb2Kmla2:8>sDg)jT9&UxJ!8Ԓ:E- rBal; /Př'F=4_6v8ټ~D<4ď [JR-Y(3$E$¨>dudR*mӄzQu+X涉x*r<=3hRW^>Sm=T\ͽH3yI}I*Ů̴ѥ*g5Qc@ã'muF:nSz$0[4ꉹPOp:V<]k%@uӌ{ NPc'6<' ab1[W7 7rHMPDSCV9%<7z~ cmca櫠!˜z`|O{`]sKNsk^Nc "ZT?@}r[R -o 6˟fL6(6ǁ+[_Tp"g0MtctK#"~dN5cQrVC'vh㯭X6jީBVw@? m%Χe ٭ 9?EYE@5mzY!H-/Ow!0H>+'x2{AUs^SgW/Fu@¡I!djsz$ϋlDBCj  ;YwpblU<R~Pd \?6P2LAOi(E}vzT-`=8G4pIJd2w,YXHW mۊZ,+gDŢ6 K'`\16jlL)M/!['mp]1zCK|@zs1/TrO#iV[Qq}bz[Ov5 a'L)48}˥rW0V,tԼ`>Tm v=<6Ć]E0=m3b}_1x 5srW?Npqީf}( (܆r]HGb4#f[GY> شe,v8r&b\g6j&0"%wwBWmN||7m fKӻ?\^Ey~9"',mB js v-Rہ>*d;9 q,sOG0*6U7`Utr20z1MU`X7Ŀ4hl aܸyMq}#oZw(ԫ/j.fS{b6T 1heæm{K  ocjN,LgvS- |zKvk1I3 a (n{N1i}YP4YSeTI|YttFR@ʡԓ8K*6я|oVưXIl.BY"&"15\FLސ;(08' U;n4._L#"f6wnXp;vi[gբ[Sox&aI{>i{'T˘>Ӂ:Ѕ;JO/kV4iwpN%8^l 9NtB«PDr_unl7}c/wF)j_mGsݐt{Q y[}y ե%ZɖR;H+՚Q5B2 ZS1m([swR^+op"()y,t_Vn7e. *NtdYi۰a_?3;< :}sxX_XIoe[R.O1BmzUyAFr㖠1'(Z ^f˟\ҳ4eG(ӑ۠d+4~*uMDPߖ ) oI3:chLγhBZ{`țۓOPCzSYof*Q<>bڿM]rA{oT8ջlj&mG1 Vl )W,D5xl~K]n]|JpU^%?.CA'$fr$BOē(} ,*MeubxYc$ir{l~ypO10nU53Ap7ut֊t~kcF& z n{M7 ճ nёYۣPA/d*p\? D/.%XK Vs }ط> )y `㸤-RÃ@ aU 4m )j~q˷"kGhbIa^߅2m˙ 7>WF #m%ԆcF>>U*J%X3̡ݎWM*L"UG5<{8+eGJSq +3ʿ^X#c]:u(ᦒ"y*S{`gK jo #Bg `|'9B\:HGYޠ- z}ljW1oFMk&dU>Vaa~.O J ow9, 0:h'}vYtctz;IJD'I:3-,Ӗ}v99"V}7[~wƧ7d]D@_F3 P׵CO;ܨ4~K{;1L>Ӂ@L)f50ɦ_9@;!#qT|#m[4#>ǸMIƊ\[ͦփ?,h5&:(@*!Qm4HS-BM>YtW|E%YC*_UFw$Q殧LTʎ9FeH#IHf/P^L g0 #ӗMݜ W '$3Dbe^I0}9TwχGT_'5]'#*9h/"5P^kz }ŧǯi |djqa'.eTi <'ȣQ['.Ie-LUN q ƅK⏥~v ő\C8Aj#qL k߳d{,1\8,$ܝ+|ܱ' mla_p%AE|_EO^ |ՠ[ l+Ҝj < msxg.<*=6* ~I?*?u1k1y9O&e^ /d;DPN3܅bb7`M12 +?N:dn%O¤ut*'a"mR:n5xvG3Oݸ6h ۫ ~c C2}:Bm $MBMnקo73zA }TH0E୼h J߫˚_jerEr, >3%ExI8Oz 4NQҪ깣v>^6<>V:R3U ph/[u1h:^ɕФkh5bMV] kTfvf.#jX?-\KJՏBz!t͑{Gzُ¶?V*ԭWɐlQ-|x'ʭ^owgЗDk;X8' JJM9@yVA+`'ڲIUݍgmV ƃpB%⏤{[} Q k䘀,I0oCqz[3-CQR<)- K\hj< &?=悗-n;igv=VhJF P\c2mrsc^UWNXscR?l@3܆wy0f71ϡnBb?dN0oO7M~'-oid*t­"o :j[d='9Ή菫DŽ+\d)%*J$iQ"*ذ@bx2,ki\b,h[s`=SE$S . &c5 y@_'zM%ס7 :kE5 n9"Ş];ɳb,}*~$N2FHM8]~zk7̋k?U ]>6м@Z@Ӛł |8#.PUD-:H>z0}R#eL JIv#lإ* 2X|P0w~4 CF+J%rlUa#_/DS[! xnle vE6F敃x]HS;`Noy*ͽtމY}k$Z- ,c6k}U"SCgP|/W]J%"ɧK_x=Y"!)*4=zOY^K^lOo8mFB>1Jc›(oEe$'Fl/tA̲"0!\} ~F}-N_յPRkgoe:䄼M+;!}E ~+0Ņ@:[}"OɆ#ϖr}EE DRf,$fе)})WPXLr~ H1C'moBz4VB ؠLDc31ޤqQuHk, )OsI_76ػ)5PNJ5\A 9Cl`eA ,i%on:r^6nԦcs!K7y$!9Q?$]9nek0T\R@ /KOu8gty!X0;ct81>uEڱ2W&׏۞iB1_Y^%0`& v@oSTŚY5bN_< R(A1.!ZrJ:5TUM5 v1 )2[e}o _vjUۄc TOce8ŕ`٬/(&|X0,8 .Cij3~غ7n^ |-\_n 趈Qo$U6O*.JU$)$-V d#`eo\+)oIm 16=&h E>:Vb5,(5ݕǴ^g!~TW-`,ͦ, x}Vń "/tj\x|lؔK/odZ43| XfYV{Ȫtk&že[K FwfbrN2OEQ[>~ [E< T\]%+[2ڹe Oey^G&UohWoP٢.,o$4SFA#%Ktyx!n}WPzJ"ɤ*Y_ˀqtd\ዊWcy/"ReÁ!&=‰켡 弿S3f4s`~gL.(J-%",oXR86x[ @ВF}Xנ!uy A^d#YP,\eb=ӓ2V2B9dt6CQe/LД'n s tf}ˢGq#|J'N3Phq*wh- )jNϩ?UCPauAVx`,Jk[ Ve?2!sؕ»Z0җMUo-5PC+A7+;’2W+/eA2t*i+.YSxə!)J%D qQ,p4 ߫O{N.ce*|Z1{ Ϣn=?tHBoũUUb!'pFUG=N҇/?!rV+@lwڒ Lm9 5Ty6 Sl]ۋ@o7F w7u2E`/zhB8xľQE5|- YV@{R ` a9<9ܯ 2u9j>1ҍcyBQcbf^| 9^9q9Qg٦ fE9>r"aBÌ#$d ًiǦshj{7_y;%#2'h!޶Je&v׻hs+p`9Yfr#cf1cR@p8ƣ':[uwLt>X{nvN`&%ErUYGv9'p#Qe̕ɧjy[KZ6kFF# y/@Fr5]u pm0d(sYvbrQ@RȰ}]q]@.O_-slF Qև<^G߸J~yDC#s:q{%Nҧ Bdi3l:9ЯHD+9HwVi?9x[6ؐ*x&gWTLLAj ] |3#O-ȕxmX-ȝ2lzrqh$Q)YFVWX]hu[je3[LB_GjE ɴbcE0]U?-8m]!ҡ{ ߏ2L/M~rwv֡;҇+]T1H==o8>s um}cm=,9;s-F3 ʼn=rC)OL|e/ Č?"S/aT5ǩ[wU[z ;с{D#O y}EPnvgf'ca8&Y.ǒGVht1RL^_Yby/ ſİJwE[Qx r=Nd%ՠڦ-{M5T\Fp* @\ÍkD#W;(*s.8|`j=6_tKR֖~LZԛ3ה4**^,B*Ә^~ĭC_C6dJYdĻ1 AU pCZe漎ap|@ 'Ƞy7"T_=OLf,q*̪'a{eTxSh7lSH6}@;!4 kE_; $}**=E Cw20u c?E+^7Ịw yRD'ge@Q/#Ag! izh'~[ a@Tr.{tt279Tg{yA,,Pu)8~mՍCHo޶R%%׷`6jP+QrsXp >\pT\aStNǺ.OC=_zp9m"R{Dh$|6a+! SnsGj|z&u<3G"n*k}He2 &+GSRρR,4*a%ȧ-Әi@]V|_ߵj9x0\DH^ AѻD;b㠎t|ivdtˎjd`kzӟ^QN'qOgZ$m`Qwht62 6#CvL>>UY Ckw&Dͺv3D ¬oުJ]6;oʵC(WەZBwg/d]b~ RÆ< }AOz\a,X9*ON` D'2(Pe+9^Wt@fv%jj{m{bqn/*en*XErI8ŷ77TSNW +d ًAsW{#_ ÌxC+xEڱ?ZE$oO0"Y\?ovn]YR)|R[,uAV=,&kHeI">Pxv]5z_]]2X.{ DDW~GPK.1U~XD47AwJ3 &򭺁۔>CG7ܻUIQQݖOrA#%/&Sg_8ץ]mbSj 8K E{{75, HRȳ hV=W6SχԩNU'AQwtDkMYJ2TdyâSi뜆d Ce~ʙC-DIח#~$ nBO@NV50:p7Z'z/4+=L\ÂqlYeQ{rm0zFkMJv_a0QJRW> X]}mID*,r8j(9LP,D+{qpXY$IĄ\[v#Sֿ@+ٺqhyy~Uns9]lIԾagu+` HJ"ˁ2HڻsoPg&NVkT/liGD0y`/=opbE6) j=GijO65Kh h*3xȯzJ7{}O BJ_E\&W3Kg&]0qIDq /m(JS>KCE6/>&.IYwleF[w5Qg %/Ӓ~z x˕WV:%u ֔Ð8_ `RNKT G9Ha75ۅh 0e>ۊg^|=3MH9@y`Ҿx4(M-u}%[J_zjY8z'~~6@-V5}dNȲxs/ع EC6`F*: V[F[ʨ"+eBdBO5NGEۨx51fH5߮trE‘A| EAI`5tД$7_6&wح(.5}JvxSְ,]uϡ[U=!.جP/8'cٻ.=&Em:i}E ul+qlu+Sҩ|ž[-d`f(i5`bpMp?pAbŠ<7Y2Dh4DGD#]z -><&}MQE@e'ﯝV jڶɎw}t{m9'KCjoFĭ1"c,y6{/ۣQ޲qh8WSXֵG:lRXc q\kd  c`FG&HCk"9i)H5&B^W7WY|߀,*E=2 6UtkV;&ˡՠYiPs mB@?Ɠڂshv_| Ƙ|n$x(N@-${p]jmƝ]}I6P Yie!1\VC.Sm,:Gڤ4$;[SW]U\zP}j ߽ǵѴq|(M`Ct,嵙G Vc#eTYQ^]$AJthjfn82u 65Nx(6Әw3 RD~'#)q2,r4ѩ?8kR Ba ,M-9íFۃ7YmDy!\_>op+'*99gD$:Z έYxݞU) [T? ^_hm T"-D_~yQH /:O< @I9&$e5EBoBoy W5#E/aatKK*O9^*8$iRZP Н2p+ ɼMkoB2upBؽ~X1SozXҗQֲ mPo&xIifa'˳k4[ UBx)t@'Jo0=VC; H3i9uV z# mH(?;rdQJrx̫L"7x ab-ҏI%/CkcWWmRDAuO%{dDR*\ NQ,iV n]לnx&{]Kޠ,kRe+W,ntg*9#[XEqcp %~"tVk(z2iRk男dnH~(0E3nJt"xΎn6  6>5fG.&Mt+!`z*$6@BLv YaP[ԻF@2E١Q >`]0鲵O%\xL[an+bO*7PNZ%ݪXry˜aVC8$2p"_\;ASW;#Rw`woomi*t@C= ] u81m[‘G&7}^)@[%eb$ MuD ~f 1Hge9;Z;?}?̙?H4U7TͥUO&U>~朙T1Ab(9FĘh M:V=~0^R +c#Nzznv_Uolz=,PvjћNcK 8l )\t!oXsk]1qR7(""{$eUc`^cP~SpL旫 5{ ޢ#P UD$am<,TAmWpBZ*u\C}Ӭ?҆}S-"fü-e1> C+`h0}ym@3v12O^Lٰ }O(P0H7TO I*/oqV4#A)B̵ۑ#v3Ary wk @[& 5ߋɾK(({14<W (o͑mb)#ZPvUJWw$jh&xˠ&c0"S܍@MNڍ,ϡO/b;8SUXK"{`N3 t_H>0E /%6iP]Xt6D|z<k`B>&>$ϰ>s9H9T{孧D^$]s! cw OExYF[@M, 57ʟ.z䐍&IgM+JDƶT`0B#eBIE-v%Taq$Ū֫UIj]51˯Cbi<%--F"SeIkO)K r….H! m-XLC;Hgv̩ǖlE\m7mjتG\ 5UZV?Y5ﴆ ѝ?]BD&W>W[=̓v݃u>k8:|ԁhQ&ye,QުBX8ĵf">w^xH2>Y ,!˵yMh\rmdRr5x4;i ۝h㘶??lѼ$zwr]ԕgAap <&]?exɑxxNH{ԟ? pbHzzak1;L EMc-:3w%xw20"[ H3mb7{"nK~[=9pTBtGX)=iE{eu#-fnov&]1WV Z7Qb.X lЦ¼o];rv50c.,'+jY7U6GKk\"E {vMPˋ:+A8D_^%/'';L&Tٯ=)B_e(fȓV|\>l&ĸ#sBpOUP:Pкr9yC  &vyPmT s f??x5gtYť$^e&MBDLsႵ l+5߯Ԑ߫~Ѩ9L2[U4 p}ţUcc+= =%1pSqa{BKbpKHFu%"`pеyp~[*T* tc-ffd1-lF\Qj de@M 縉||]JUǿ?{FFL}:v0*Cea }D1rCіVjɆV>[qEnYJ!ʂ>";=:Y}#,d~(̭ w1C|Dt~#2̉p\M41!!-;OMn2W6u yS/vc܆|,Cq^fJ$Ps-q ]B#j1Nil_*̻qN}ޭ/A%\Dh <\qܰùNs˜Gֱe8Jh@<*S:U!&dWֿAds+7`Od;2 9 ڭ-_m-Mq1,(ktyxU: БeP5WfZ]sŔ|b$n{ %S-i;&A7◅ȸ\oQW12h'ewlٜ8b"M2u!4ag1ݭ͇%?_!;M̡.fӷDb^[}h|%Qŀjg&H[DKb(bGLդkE2i>Rlך@O"\tL~Y(١sч[Eū4G(J>,xjUM5->9kxo`YKXSW;7)HÐC\}[X>b: XX֫ޓk{A45i*=*c'k)+?To7l s반4CQqcRSF{mkrEuSI+3m٣iG{|gs\7K4sZh9”f?xW|0呤Ns= ?{bqP\Nq$Pߓ74O'G+1.Z18s A+8k#'I?}F#W,gY7Bk7`۩G@ā{K8Lq\-8WVY8J{ڞl^jJ/=U˩"T–ɀ.qиSrJ1#b"i!4Ks^.s;IdG#z "b,c2]h0e5["5\񹗽 9:_^bnV]E/eJ[Z=(7gJ%MM1~KJU)"JR<%m[*v1#c+ר ˯j|Λ3-,2io7'lA EShIͬ脣0wYw{`+Y\!S=zU¦FXY HceiX"|K:ksti+z6P bfE~g*qsbn/d0=R$aƋO/-Ÿo76?]%ys"}ZD䟞![1X>}ͯ'B=vp$5ZseآHr`Rc+c= N LälQ"YmߺW`z@ujG]Gv9tg:Clׂ#2hKm & nTϫ,Yo@('Fke?G#C}8IiЗҚqwٮk TB< M1k Kݎa%ޒj&aR߿x)gUTȐs=OYUUqu3_a?xQh0kŢlIEґ-C(㨙̯ 0N60sw%`4-LBR>(EDϺ9]Z t&/XH+;F|GXP|:D&=-GTaRt"%ʀfJE6ff}}΃r s0Å '7fiú-^Yʴ"!H -^RC>0(*#O7V3* C?MxY3%ae\?Ϳ W`nlɱz5Mn=Ca$NcQH+GCY;n D=PAb.#&4,QȀBP!9Ɩ҇+4mM @S{nkw IXI[[7=qy<Y. 2S 氏3-rr_C%xĜ$^ƒ:jBqg\zi|Wr Oo!xsËqg9@5 wxojޅ@<uPjٮ p4 /pBιCrHiNp&jszl@u.UZ;` _{؝D ض35nʅ7 S79C3&0UGPᘧLGYKSG}{M,GCu"xkF-PB^Tl+~ z(\WvLtC3+`@ujh%ܞ9,5ݰ4,/osN~ko~Q9[ǕŜfAy(dNE պ% o?Ɲ4 %wyamLI x'i(tqyS\(G%ΩT3#)5(_%e|U-Z" gTTI){ܜC> 8ZOt[{O jZY39%K+էkyvnWԢW Jw~)~a$y'R UE*\i]x&~A%H+Hb4 7fŕ)+hft+tq6n.%0^xtoႉdZ%'LsWaE/ (vsE,^_d' f&ҏqreԏ2Dh#4./+rkUD"8o*MBtJ-b*q3u*-n=DRV#r]myuFC=)i' NٛHz~i-HG:1ړruҚкaj:jT I]IG8EqXɹ+=?Q}6%#: ٪6l9lOly`'wCA`[Y\HÊ(!7Z[gS̩VTp&~JmJ>s}"_;!l=9Vюlw[#u:}*qg[hh몉@T-!o A}-COw5! sX7B ͘(ID}>hHKj\>Ѯiٴ!Sc7^jQm8r;u |G-P5%:KXNPY:5ˌ4D#gbT\ɋM27A1^⩈iqtvmJdA X/z?0?fKRG`\(8rx/tOɨl۸w@x\}\M?xJ ׵%ӯ"Fc d{Z !2"u S5]L4!vGrG2\F^n`0;\ϷoV;5=})fT>exq1I!H;ߓw nPT/D }Cc ͵C{Lsq'qP /6"l/9 L^U?ro)UFTErಂ`~ZI'AwD gQgL!)kw*G[5 hK *5jdE]ftEyW)&beJ?Н% !ݔZg$9-x <ēEA4XH8/sV oeGs񯇻ǒ9O4lFs?%STׇ<0|S]N1<+s%*VipLuˇ53cp-LDU[Inoj4cU({툅"KWdT`E[sǦI9vl@òW+ oM<}Ke6B*0q|@OqjIW5!SF//"6uLQhm:oDlxO2ys>xb56[ã(<[+jM%jW<.%K)!NMk#~ 6n JDaΗ=kY䦫ie͖v0%N]" AsYe906-u$Mr+lk/:t0 Lˈǂ"ڊnR4 9_J-wDmr|[CS򚍞q2ܠG<G*rk9 ;I>-^n1K6=Ò #!H~4.]-aYT܆At.Fh]jo޺0M:rC+:AT4*yf(QZ|֖Y=^چO0/pS܃ky}L55Rhz\k`+qbݜp`nWVFFxw8tQGvE Sf[|rat`O5+h? n4g [?cI*~iYlRC/$㕦@`=Pk$?IOZ)=d.MFFA`CR _s=DZ6[6v l=Xof lW=CǨKg& ^TZCX^D5nkpހ6ǫaysG8 ɠq>N;&Hy[/ G2qLDR͵YmUsÙܖcKEc׊+ lNyMˆan@G~Ap=Rr^S!KJ߳/sBFkg B7ά32 bR 'T;oիw g'q)SɚxH{ An x@X %+'-嗢b7/vL敟ne2\XCfKK2{V, *;Na@}7Hy@y߁*!n=Jn I׉c(YI4 5ʣ#[XWෲ?\6)DTq}62M6/8*=Upy|ebk#3rs\y8|&1ؚ > Os 3dHnWEñtJXH3fugv*c}M)e P"HʏSRļ64|A(Pȕ%+2lpi)a3C4o?bPQuwp!@59R#a[tG>k2ui\hmp4Hh܉x7~+\شQß)ON@lb0\ʽl:ub0儯voMrЄܔ Z,B^wЈЏqM =d{^J8`8Gԥ+Dx_2/jbtseyTjB#²'cΨYNB7@X2~s@ VA?;9DK# bo#g&ƆgNj6Q(@$ʃqM'Afx! K{3v7HUC刨<'D8 Hx`j eċ 5.*\PJNsV3> e\8eolԡ"m+΢=7=mM53o~Oq|'z~LU0iaO,;S#B:?8!ũ$z1i9-X&ת̊zczMP? i?d8tIc<}0ܕ$k|6;gHKϕW@# I1F/;0KZ\ z#EeICMMo3y5؀dGLg!`( P6USyuHTD*@nYBضl9l xZCR󓯙FoDA<ɧZ29y.1c? `1)USSa/TWˍJNݏyCLF [H8θCaдFFyeIю&Q?,8*NC90} z({2ӟXv~T8V.ÌQMaWk:;> mō,g,iJ cB㼷.~ δ%Ghx454;OHp!ۆ&Nʆ3QCjKv7]Bi.<,- iFk' -cX^ir4$e!SIG _?ѕ)KB"!Z&#`&C?+ʉݮ. kͰp2,&`@~ IJֈ__ܚW ![kI0S뒋6!Z ֝h&жtz}Ep9رUÍ?9bcT6]\Wذ.UoOK!R=kW,oab[ [vHՅ/,v܀6PTw.YӪd4tPB؃ؗWuYu ^ah6: dܽ%0TM#\i_UƌĠ i&}Vς]tLws)F4S|1i.FT%jAqdxIy9s^B[%Wcb]A׋(*^@RhqudDT?v6:9K TGѴ@P;cuIv~d@fާE[+z-pc a[F lSmϱ FNrxkUdsG~~)M)cՎ AakjL4Gζ@(nIMN"U܍ O$|%Sn*po$*Ŗ`~f:܀wca*-kpW!'٬bq,Eq!< B_4;ATpAP& mҢgXXlj2~ f=첼݄I9GiBF1i=J鋧oDA L3 Ϫ {o~@X8pzX8$T!E[[?ǩ 5Yx,ߞέ4(h㺽ȔFCeڋ&z_(ָ6jk gGKhz"6Vܫcz|l<6 J?]bY(*F%y"J{)[o` 10#t%;=Y dT>qBFwO;XEZmllJ NK@2 ̢M8R3{ͫZw98l { ]"~ڹ9Ø,8m$/9@ s%{T׆害946~B}E^x t8 F-n|nuQM{5{# 8M%e|pkUa~#^gϩ%Ptb\nn4gLdI5aBn$Msp7lV4e7G<0{ܵEVsgH5| 6]6sIP!`x!B[@;ndR*pEi>y4z`|\Y k͑v%'qW-Cq.%{Dv7,Gaɚן=wޣ_3Z@Ҁ#*Q\b>| _ۻeHDsť8`v 1 x֞DH P[os[xGw?م.")oN(SweMp dD<(\: ۚr_xs)<7hYA?zy5V{%ȪخqfRIn(Jkq70qEjY$ JxBCU>ukNyfM5ioX(i ,y|?܉ U5" B1#CU6*PJFV["NioCM➕=7,K^m!zTd_}M|ۋB4#2}; hU w9o:mb\tv vvxGb jR&xo+kGl{8Nz:_l6ˌP}gkR;Y;wN% B̃}˄m^Sjn8ͳYʗ5r4CIZ3W D =T"REc $+4%T!d^^k$)KO!i~Wғ 1(/nݜ7JTM"ZlQ!tZ9Y~w}fA8>R V'~L|ڵ6*/"]F"-bJ2c`d:hKxiESYL'D+UB4nfVB+gPl vBw oD׾T0zq1wd͢ -pa~FwS&z}8kU (䮇x!ok1A yMLA0+,{؝P/m/1]2@A|&-0sIc [ѷ Tr>(o|c`xu`͑K&_~uH/vl߯?Ifq\ۅTBk7.آӛVj$b@bgW4saﳀQGךkFiңj7e(ys!F1b&lS)-uЇ` GՌM>`ZP`Cb{3b(l#$6 r:5fz F[Qmq:b|klXFc"iݵuG%ڄEkd=Z*Lt0Hlxwl_c \"IfݴDiugV 1%A(6E` 襾PxV <Ԙofg=Kx$;F*XxH#:Hʄ$ۖEjiA9U ]J?Tzw^I^h7.E'G'̸Ab~:uŭF !U}@HX gW]To7ǝU&e,5eXUZf~FAvto82 =# @`?+X5ߗ=yZ=-F=C$:hDQxV"z'-Xnh˽_5?q(dQrM]ke?-{&}=bXٖ <EHNttB@ *Ie1cq/o v _/?~% v"jS{P$k󜏢Xh SʎaV,(@^R_\!Kmb)J (z1+ʒ8ԭxiIӜ=dT.5}4'n!4dc ""fRP4K{Xmu۴+$qfHIJ3Jך!e>'[sFc-zԟ~m7@ ܱZQJOX aVm`FAZkcb? ]`[z7>h59>νU|<4#tY1!jV105Ns4  mJl{Y<4Cdq&I|y sRLOPwLlhTsĹ%?{cX9N絤^RjڨP39opPp>}n| ?1=etU6J|䌬1zi_66mɼZX[4Z"ǔ 34]PJ4{s\NOO\m5F1j@!6ߖo~C/JШ<XnF=XLWt&!.zޓGt劓śAЌy3of5EQ ڢyFq`n|yUD4=mꇢY ʌ[5FTf*Q\UE $*v*9X`ү\+@-9b'̗ ک:uLL]^F~h9f@l*u.K!R.~yfq: E7^_a|@)ſ$ V~M{6rxy(VG_coqǵK4%4}"£ϰ1bxBY <7Ƹx9yf_Fߦ3UO-=x+lK. ;]vuFbAE *X=2~1ODT%3a"d@yĽ]`1ݚ2>* ۝X--xJxPM*3̎a-e= (ZڜJv0[OҦ#/T,4p`G䪠iȫ(²R;ZUwN7zveÌ!od~[yDd"9X{JWۿ0 |_ݯ1rY> w豁|#X[/r۳m剒~\5MxKpy$X3QOoȕƙ䬭1$#-K}ʵ4ܛMwnBXbmgg\}j,(,x& *; AuvDQ!9 YˍHGVb8p\%LF]^f;7rΑ͗֒tƤnPYA lV@Vɑϴa TJA${$}nqp6sʛ svm;REEW¯1||[8Zp<9NGYGۉNHfQi(C>ܥ? 7Z5l:KI2|lob+yx<Dĸu}dٝ ~'꿰bғ: b{ґt! ۹W|pL'Ȉgi68}EuVw{5]bhtol']W?/Qd0Sdo~3?8r =xIV9,0/ޟUr[9A[N>O)J#bǏ$f8 uK1 I|<90 )~`Vz,q{g,ZL[?q0H2߶M@C3 cĎ:@<]4cV;)]~1:_m\R;\8vD %]SO L*{_]!rX uHj%2\cw o_?Wsh 1$;IMKk\3ug,uÐ}G=ܔY,6jW ؜K ΔRgflXRj`xrvB {ZFE G[orxM$ cI+fvI3Y]uW-x_vXTPٍzBm iɞ"c v`ѳcU(:OJ2"?%1s6/ELta 6J(BH\ nvv7yɴQ|RBDg>dՑv#F,Me dMiW^‡+4ԗ8Kv7—I+$ɚ+k?xM2~Uion?,=KE)Yɥ,) _ l֔46Pk=mդ0Ϭ=`,%W\jXW*}@ XRTc5|c!k ăw My3KĆ)Pu*MGeiL7R496˔]?+/=q/%ơQ-F9S]$ 1 \*ob$?򴮮 +WԲ#5,cyPnXCX v5|$1%.`=3Bh%k`[ս"݂_(kwg͇aW̎D=P|@c=J$hHʼ*rE^Mz!;xMs2y~rQSFDŹԋjJ榾]Y$>n9SxA_D6>B\ b*\K]0x,H;T ;ZLr1D8,ud19}xl<ՕT$1j w0Ft|C ,9Ef &s"kϓ$:ۛcs Lz\aR+J rk?{m_֭z` ^{~Av(r+ і/țSAQ6%u|TN=Ҹ4E 3J 蘸8NH3P\jJj?x~LT% a 19CeP=&Wo$OWN&po\K+׾eM89sYW-+O6;9_cό [x%ǙsX?SUzV(y a /8!)L!K/3}q% wQ2F I-@ Htf^a }oβd5>*jt?9-(hƚ: @IߕTN4"dZN{LmMXd/hMH& H)As(P(,Q p7q.)u"E lhUoZ(^@nXg7vrski.#h+2rx-5LU!/ m;x͆i@ڑB%TʡO@+qWv?e*eLo}ׅ%0rt$BݭW|Dˁ~jݨH,)}JQ>7hg]Ḧ&gU.JPLxi=$s&q-?1~UW*+VD6t(c#\W+>8h #ƍzU^#4R)/M.9͓ߥ?擅f61\GӂJ :T:j)]Z>jnPzY[- UKo%y-hpFF'Gvܼ&6IߧYEqB_o3-| 0ʷPS9c+\pկ>^Jfh:n~HXghv֕;)xn-]@& Z3؀K#R<`t8~s6>WҺJ|6a`cag{U؅"kO@N=S hl joKdpZ5VU*[LR9^);j&ghp Wp8Ϲ@LqKc*9r^1?1])?0sW`|Ɍc0ȣՉqBKxJWpR)YIIV9 5F j.=ˁ/3@X [yQ 6?[4r`LY9@*J,#'dwn;LGz-OL9fXc6޼ČpH`()KwKnyb#h{fͶSڦS 7XYﬤ~Fp)k J.2e,8uۚb:Owz9C*6&oH c7&߄HgyYE8!ڳ[BA(BfAD ybz߶(cbe7,2ۧ%<){/L'agtRLZC,Mݵ"DN{#4)AM۪֜.c-E2c$ | ;0:GQڍԌbўhVFM!,c;7*"fFWé,P.) jbؐԦL#+xC zw%YswFY:eVq0'߆ 4ArķMOuhYyM[eO| ('{W:gnkVv;Vd8_a++i=k򺕱ϖf& 4wR:)RmX/q$'@Z3񻖯o4+ݹ2`fQ%@6#|1.EOI@z? X DXa22&' a%E@lzZPɀ[tI:D=xxtf>'ae[S }|tɓ[GE!;pU?acm۔`Y4%(m0V{O j֙?kIsK瘗L]DM_}?g͔֕lo@H 5*43}rixl?Xh?)=_Et/YN,|>\d.i9?Uzy74l;/_޸5դYr9jq|Cxl>}ioRGⱞ!vv3Hm!rl1I(ƿSTGcmZI5ߥ@%Vaճ19N)⌊[jT .zflT؟֕b*iNxjjAB j` (XIi/yVJeƸE2f[!ēj{y6j#z!XlRSb@7EƈDlEL E5ZȽYNo&,5#AGtB'7ffFpLj7}йj FA#E/Uötl})*뾇 )7;p2b!u;3<*O)|~t^ W{pQnJ6x7t?Q|ۅ~g#CL״_!:&|0 yjSЍ743/cizx8Z'X בGQw>~n1<3wǚˌ_m/ `Yx$5nBc^h Qh(DwY,c!~%dJP&G@;>C=~ts9FZߧsTt$@]9H_j/<3rM=ke*^_Hù 0A ]yZtcG;G/&Hګ Wj uP48K7D)8t>qtd|YlC M/G&<ͺAv{ <uT&ϚWC) H[cTK+bե!R?),ytW>d7]5 Qm{ Z$ݩQ" OzJJ `:`(y8rf%E(F/`x,\Ӧ$fH"B{#/ MnS# ;g j^A#{z$=t0tGk?BTH"CPaoQ߱Uny΍uwY讒-:@wKzlm< }mfy+B$lˣ[Vgޒ|k6!xCoܒVu*61p}7T}ƆVtT,DA 8Ѣnԕrh Lkqnxڿ !K^l.(L- K 6~׀{)w9+r J 'BOwbrwuT~_\fB(,^ttnvv(B ̗l>WBGG!3޷pkOI$ɀpE&R!Y5tD'57XO hClGy@ܶȌf9qț\gF@l7$K!{DeL#`h32Ҽ=B|f&b #Ku_V8!oTGyaXx0?(xdv,&Yd1aiQFr:<@j5SIw؏X (-^CpB"w61:;m x⫝̸abhT]տ)U=Wc۷*d=@F/"( eM'%xi%f(!Y'kWدX/j0 XAJ נỲ3vN!0 b /V_.}. , {(w,'gٵYBueY>)(Kc'ԟ1zxCiT͘׽xqdeBVwSif|O"٪,CܙhSuvռچ;pkGb'S4I ɟ.U*v*[xD `6ðLJt`ߧZƼ%wXz>װi= &е*+1y@ˀ)5hT#ڶJ =ײ51E ha l4DT1*|*ٛ%{v` \#DT9s2%#9b9x׉Ɂqb9o`~SC=B ;}QNNvO}@t4} eCHgϻ#EwW{ h/! O|?о*4eHOu\Z\iDAdZ!ܘ .d}f{m*[+&IP>8y'Yr yO}, {HOJ".CFQ%r90Mwdt7u=X:Wv2ܴt=lǽ89[~wfIheM/S5NQOH=2_\ꪁ"\[m$pso6+=IX!Eblt )"iġ)8`wXx "N\;qK:qJ܊Lb A ͆zĖ,Cn -ޑO~.#U}{ϑhpn]y1=l*&sֿ1]1G#bM+b#М6nպ`QX281 #M|{Q9L^>hdI3'Iu-EԍBņv\Zௗ⥁&>`ˬV1] %n{ʲ3p-Cg7zֺ|"*2M {؍N_|JFx.k77ML3 E MtГT<W^Q}/!^Η7_9:`:ݤ*6p!̷ֹpm%kAv5L_Dlղ_!>ǵC"zo~L91-}8DńV5R ewC4 $M_'ryӉ iZ!4{l.rh'/NM $ʴ7I꧑h{R(G6XD xR8j$ٺ0qz6gᎳ 3핵b xL҆p°p4YNzn@HOeHNܭlCu-`*9Jdx9ZԲxjW^]p?M~=\|0R gg 386HϳL詧l<'=lˆ\ɗ"8$f"{B3؉9pk6[DNSl-Gv2~<h>:*mc=f^FEq;qJ̎cC^nozQpjaq7N#3QxF$M޴ͨ3"O9c2~ &eVXNwTBm ɩYj mFZOtI+3Ag1IC+ciׯqLH3Zv暘65DӁi/aQC[ 1@2)%q%2BZ:a@SiXS84<@ZQASomlVL[>Ī.`Ji`D=o\rUx<R&bnˑhv$-ajJف% -h1* ,Xxy\:j Jg{u[%NӪ)Im3fh.S/M`Y9Iw ^eJMrp>:8ԙZWL,ޕWIGkmy%r |?ftC#iC= |V.9s_ &M xN" 7JQ]Y~?b_ށ[;piCI̻>l E0-%yn:O>ڃ_u)!b{\c>,{pdF:OY^>Tfl h(l%_2ᣭ!`9*F%ӮUarsZip`6&qFI\qZ३D|r}\l?5&^Xm;XYqw=#tRQqĖDf^㍫PwyMئ4n}6kz#(,em/ȫ?:'Rvn12_^ Mfݶ>"PYBQB%qE"h~ڷp -c\'ڟƽ[&.@$獊NW)YQAWLi}QUTZ.I.q(PO@S95!9pLqdiQ/N3"ԧJl|o4FFIm #:[bY'賓Ky]wt"ֻdzlѕrY+ۑ/2ƻH *Pu&)k6KHąݻ' 0t|I9[BK!{ʥ9)!CRHZp2/>۹=KH\ co~6GZ)s kb{S|YiwstPX)] VTtbѷ<܀GyMv5CSr9MZyܹ!Zp=$U$?F7i1#{pa&W'٢h%FXBE{pB8]ZPZQBU  !؏kKlWH0:v"mH2 3s-1cTUt~u>"eHgM)iȷ,Jh Y/Vo{ EVXd]en "bV 1_0cr<;2r#/H?.>Ŷ]X-nYzYiCbL[HgH07 Eǖ>;.7|phЙ|/:ᛁ !qg= ( қT% '>DQi̛(=;ysQZ.kw"qvLP^0,39WRX׾Gb~vUioE-@U#gHy-9Zp^nyņE)]"E9J5X?ml[VӨʱ^Og@%[}9aaDς ڲ W]?G} )6qN . ۟k%Ȅ0uj .ndCQhȼ]DoX>zK'17QaWKJzujF$5[{@iWok6j_g=-$k fZa#fvrw”@{\WuޚjYi=aGQY>͠C?qRnp"6?ݗmodʗU0g=YI"jgEL}8TCbOo@KN |<&۩&=eDj|./4s,Vmki]#~)W}}/UWijKwÕ5gi:M JM 0YP=v 6(c0YC%Df}hmWlUJWe[-J㵒g`,J@˫=s TZJ;J(|{c1$bTi:&%J6 ruР)ռϨqrU`t/YyMM`-*hL>3ը ƍMnk;^u<RF.Hc(^V$j OၘRIb5CrGCKJٟ?6e6i7ZUI Sl>T ye_,/qRsP,])0CzNτg6`>Vr8w/X*O,lqY {r~*̟i{No+eg.&dթ՚a|OAbv`z? 6*^ز^ess eжCw\Kd5dA"[7 !Yd~pL)MU`)F.z Syoa;%z|(r%b 4Azg. YqD54DQhyqwlVښg2]┅Z= 6M;a|%w zS:Yεdnw_dZw~ۄÁ:!)!e6=UAZǿixWљѢkdM^ "e+Z[)VVGƧ Hݻ^U9y)4۔hoe[e/sM,P8`]#o`¤sCjr$J[paݗZre`^q0JWg2JSvn+ 6@03rOH]8XyZE׼hN eX?Rg L{K@ wOR租PthsΕcG*qFfy'oiAԦm5# /jvw\ؕ͡k8`7eV #/)z;e"8YİSa@+z9| Zh[v,P CrAWq@jlM'g !Hvz¸E#io#.r!u#1 ]x08bi{ q_Wc;Lt`ɂ(_t1l`A]2|Q׍G,vK_x=b@o"%1L9sй$4G"W5u{(8#5(rG"K[lhD|3k2rpԳ,58=gY 6j9ߋ*  c=GlPGK;Xh>`:%8esvQPSm+aG-'^f2rpfyD]_J]tI*C?[=ctUK@6 r{4;C~ 2-Eg.nYOB[J;N%n`K41a䨦mhZ|4s9>hPtMƧ({#؟"x`23*q4e8ig*)^{`_ "S tED @aB :uy\,,xq̘P̈́pO8@aD0<0*kH?"n.͕!9o|QNC|EjRiXk;Y|V!7l C4אAhD\LB4В=!pΥo]cvS !tW3<0C6ۛ9Ҁwv!\<j(S(H?PGݰ- 7f-z(PYGC7Iz\3uky}ω9:\>Wu 뉎YSzq!҄`-+ԁ⪿Nfra97M\WxO(:kEiխ{(C͍5 dη^ xKI7A?Vލ*TNp;wޱǓ]߯hYKs"HTC%[M'pװ8@欱nh#?-VxL=3#HF`y3?/4t3am'q6Λꂍ-pcNleD$:x#R= $`?}Jd1DiĒ%≼K5`UHY%)iC"N^g&g6\S'+gm{ТQ+`/utRtRPĚđ TT 5̔=zpD]PFPJHy]wTʎ@J9 # Z<T ('ūK:b[T'ׄ. (Du7Dh"`c*sAh2Dn=kv>Rj k2HwhhJP\.k-; lO75^Jkw,@`~适'wmG%cuʯ3{Y1Qh5QnH*eh֒5ҋwlBvHORf0GD h ^8&I5S3 5 ۋwf] O"#7~wc[UO{NCw_ qorقv mι4}XmBa40eȴ`1sI|ZZA4D skçsp}pD x}]g+Y)vuh|oZ0gY29r} 嫶i~5#cSYh^}-$I]5m@"BfϯN@4sg I/S 0U!y8_\oҔ.㕪9%P?leM3v8f;ۉƾV.W.A1g^h$x[POUAO~݌Z6ϓ@:M6$BabCPƂi&"o }0$5*`p+CL,PĩLYhYHE%9PUvh*yctŔel:r2e_!ZډW-Bo=9k\`t|v:™*MW1BT/K' }R6+4Ha+GP=a.57wVf="0ؘ8]lǮ {lz]~,&''7fzJ'-4UVrY,ڻW1r'OA0&d1EV.^|$I>K:6+Hgo)iI6]L[j6ܦH9ĽW3t'ʻ2f"%fP9fMpޏcDk<0ga!p/;b>2̲69);!mx4bd#`?~1^9-c^;1B۶-mhߠD~3FC &BMSu\ y70G{bM,OٹÂrsNbߠ˳_Ag"̈*vL͵H»Q:ǫot;@A/S)h̦X!U N+ZrYخȆu5~! s9c3"`jq]K6hqt6!DϘ$?"#\%ߡ TÜv$StťuINfzYUs-:HpW]@||$?c3q3L#eXgFl[(q:;_70y6!ߠW|0:\4[^ 0mǧ/WU-J4.XD$c], v`Fu[/t΀<.]8xP+b hȎ=w<6i?2S|b@NZ; V>3TPmV;e-#ŤK (F;]`߽X=R7ڈtHxf)PbVC.?bAY#A K4,X5v.tǍy$vu x&,8无 6۪:H IB1bfa2+Ԧ ȸ1XDc# hT]q+xdd⵪vx`A~z!P2OH0RbO'o 6P7d|fr G jܟllzї$vjj>7tbk3E@g13F('8G=UeCN'xr+66Q72 o?%ǧa +eޣJ,:.S=eCǧTh L5zS%ssB݅l&,^`RԯҐE(Wǹڪrj+󙴅/AQݖM693~4 M'e fteʧN ]6Ƹ]JO .X$RyhR mËvaֈ ̛5a7nh %wVb3 Qx hhUڠ\Y&8?X"߬tBJ-)qӇJ\2Pj%5ʰ(D7UI7cSYp ݢ*Pr> ƍcuqkX ΕwC_b ˜;7C3PN[|#7 7=bgu:>ٯӁZH|"-k--|2?IN;[mڙWaZ'#шj4T#;}#j8(\N{D$2e҆;V%*kcETI_6-;g AP˖4O} p%fQGqR< MˀYR 3y:#Ȥ*R\D 1Gu!"+-/ YplfrUBR;>u`)p/A,&qƘn#k-Olb9|Ui˂R#6KR-]w}iu>f AMr1wCY <0GB"gDvB>fC"ULfд؞;)4$ $cm+`ȳ1]X@/ zj!I]atuy ""\8C_k=b7NE58ZO6 $₀G FWf=6Y"%K.y֡߳2wO;eO|7VHt&aү%:PU~WGITRߪ#dcoOk!e,bwoJRXjc;0)/?3 ǎ4弡k.):P_y2)S+@Zqz6Nrd-{+cy{ l0Ö?KUZ?$h?kVa* r JU ,p9(-SFx2\:v$t幕W}[5a#X ѝ/`DΛDc_g_&nU#l8wnâ}4r>7>K?!w4ed_(S֤˾4*^ uׯWs}"'uezG cӸY)Apy](a65}!KwE"cOaojC$_k/A " A*YI:ȏ #[FI[?*`tVÆJhcO7IrT*z;# pztllFĦi_9<$?KNn0&j GdN@>u d[ iVZ0.)˜G =]xw1kC\hvh!=X"` w ۹BdKG$HDX> 1H.3k*Z&ω<(pM Ϥ3q/V0ϓ)~ 6{δ 1#="z2ȼ>evfX(0_B!8FJTLW 5Ÿi,1@Zu^q z5p/%x}+آܪ=1 CTD;%_U]||4|P//BNS\dOf?P+N=2D'zjN<7r ehё`[8:sz1>)4;#x/ם6 nNU㫠ʞRnd6 v ]ͽ9@Q`ܔ\V j҇rwNtƫDn /@30H3_dLQ -Z"Y 7)"ڿ0\EE nz8$>2*|F N7/K+dqm[т2ՏF5  \=LLJxEQ^GG*.(ccZΫBBOQZ0[G(ilBW[|F`WC*&1OX-|a8%/^VZuyCZDOόAD>UKjU yh@~hnl}F@7r|vSMg`\B'AtPI>4Tթ~ Hܼ fUGڜpI{]g% .3l^)?T";y<tvb<'dW0ϞUѪciߒpuB^~!|Jl9a ;ITG>UmЮuPu /hxaWtVd[ Jwyޥb;R,p'w%Cs6/;vY:=_昖Vh"-q?Efg f:=J?^D7v%wʙ],+hn6V*Jљ"Vd}#J!/6#hv8ӫ &p~0]? VQ#PQ˯Y7rčFn46vXsunSN\U. v?7,iIqK:<$NR ]Ꝧ!. 6C['GKqƖ 9- !ר -=RMP5.ίw&֒TBy[Ȣ Ap.UadfCƹػ~b#K1of]ݪR9C&bOl fc q톈 k5bRvJ>,g$6cE_ Zj{*I_:61VԳ$We,txS:D(jNY| ui/tE_kѠ;f<t~6Ni Q\6gd b d9nkDl4N {-(FIGRMo9 lފmYTYyog!a3sU:K백EP O5i6?#D}Cͳy􇲮XWイ^ :v FW.J;hhry+}WWgM1+gٖIb3es5p[(KXx7)NDJ`4VS@( _~HLkl[Q5r~FƤ'33'D0dGߩas\e7eK]mٰ4YRO| S)Vڒ+hϻk4"!`RC}**F1 %N aLς=Ni M\;-C)[6Ker;ɲ.[hx4|J 78x4NEu[|tHITπm"G _HlGǔ6ԭֈݞ$W)orB5`bGL$t] Iԥ }pE*UjC w 굦8HzHAGQ_xxC7TUM -J?0<K'Mw4OSnkֆmH|}R䖢TbCj˩ߘjԲI9wAA iѵJ˪:\H-/yud{LE.,Dgk]"/HaK~+ JBzVMHD&bJڣ` 1~pCMVZ1|(~{bFEA"*9a]|RJ7~qCjϒ#.]'Gf<JɂW̽G0&/N c&6Sh\MAGK96#TDq ]Of_9zp>HPJUPv.GҊve*u\TVmmF}h[#XT@CɄn _;lOQnSy{*R bN Ok3bμ7?u+=Fnmn;++ v`'x7ͤ#M=k_-?.D ;/Hw|uadIÀ1/M 6qm  F&Z ;k'6 +:-t]D+702nQ2 s6iﳸ>LV}!܇Li6rϣ?{3BF{1g܉zx܈>KR`B($ci&ql/_@ܮt'3k[.X$>W@P1ߓ4K̨-16.XryƇ E 9Lq}<ΞVCxZQKxɖSRoE%2̡.{9cH L~hD[1q,^N\m2ml4E'EbHeY~F^$c`{#2.޴ q%'{ L&N&QC̆7^h(t,PN4:P-'<`5yeC!{J\Fc}x_ߛ]h2T)-OvbAYTK$81-Eyoia4}dzғn&rƩ: oN)#♖cej("ZO KR:kuOJ=^^n'MNPaGٸvK@%.<Fr[;*1#*3Y;{Vʱg%MᕑW`2=^P9( D[&$ʐ&zͣy`Őpu i&';< ,>km(mMpaBlu(JF]܀6a\y\ צKO;j>sN3bՀPI""/ 5 =UDɋFʺ2^N[lT;36g_JkH-G1oJ;{Pu$xU8'{n`/)6a61wv')Ea,lC -*;#5ϖYNr]݊HĒ鵨ى;@yb A;gR zb1<6J 𳃬IHqD;K?R-&;Yu0#ʹy_3P2 QQ@qdB3*7aFΤ:B<_ k@q@~q|ZN}*-%BCc['6!fC\y'IOw?MHtWL$ Bܘxl8 ZiU$"qJ V8ΏS,W1}*ZebgDW`_" fc[&WrQa h9dUW%af^"[%ay'd c]+B?*1IIWOİB#擔`ҘcX} v93 rGXy_O͹1ۥ(-TPEr4iB`S`S\EZ y~*[R v?GFe .|&R%$\HDOr%!U\a3U5Ԫ Txb ";ah!=h5YG}@ 9P}>imHԟ1$aCɌ,K-,~[sF{YT2 $C-TEÐDQjԆɜBK'#$X˽SG%n+GT &qrpN!LŹ"6lӚs_H:Vby%7 rAVtT΅Bt>:U8NE}Oy?u;qb5k:li 7Cc~'m jPl3&Ҭz̙_a,~*7RGG m",:W=At>Y;zOvQHJ.`KӈP8A|J^eBr Ơ_t>sYCR/D8ϼh*w$nʷp]_ɾ=]^"JnpۊzHo ިacw+a/|sWb{g=X\RR嘐bbu iѵ0ѹ0[GU#v H-SsOC s1$}EtPf--A'#ʃL[yFh{?jwE9#LYR!n"LR@|N>G{؏%A~" {;e s$ A}ZcbX/̿ Vs1|b:IQ" o/I+wuN+ (_a!E쐌'l"8ID_e{]Y@3ˆh ;+qCt<ӇX \Cߊ&W<-MVzN~;cّZ0M"R悕,gL99)*VA&}ofT Z.T9郂/P0Odhx*29Vo=>ֲ$R ۰v"O!9?԰dF7vYfg!)s4j+ )z1]r.:ڋ8/4$ăA uy}74-HXօY#*Y'%]X ȇIVMo|i8ƛ6@cBRc.]$+Bs<ڸbc{a5+[!…ǔBHbYh vMe'i1ދϱ,}8cUs[#0<,!6(.|/V5r$Z7ۡb9L2JV1[廢/͒BAnB>-`.IuB׊㴚kO0aI|tbCϞ,38BXEt6A>HH}B5.Mowg|#`#p~m~"$&@:p=l^#]WAZ sU+ڇ$ڄd-$g:eoQ ]zZP{e ϵXc5 Іua-Ϳ`U/UV`u6.D?djb'5u`Ӑ5'p `sqyE6 bQU΁w^yMd$|ңzͽ?E) YоꚼKŊ /XD001: [簦 [قSf*HtpF"zJ~FUH=ǛZy_[궒'QJ(*n!O62=] = @ @AreF{/dd5OGSk/v+ 2l2-nb=K=D e_*2E]U^/=5۪uEkt5Xci*0gHz Ìl0!3Dlӗl_kp]wºfŵ)ޤԵ~`εqdz g" ycK\{|q8W9$X2wr̵iM+iIR+'nŠzhY|՘w@8t4ylkہd(ή\)3utɫ { %*I|?ɥV]{պp?+~J?=Qx .S-pUŸ 7ĖvV4=_zT5<3amI]64P!;/gj`O(oS.v" m~uHzWJEe= Qv`ƴdz&8nv`b3[B׼B!-1/E}Jg$- \gK`nBҎ!*B]876_]˛v<5Z >L9*DN>Kؿyo5~O,ZF>VM[K_bOPK}ͯOn(tXK0M:#*2J;p PD &bI ͂g.U_Ir$, bQ힡)ytx`7cfHE,Xiq,pceȃjSyVN>k(P )»D LG| \~B\jϧpu-AjV.R8/W%/;gzVq;w,jT# 0*T5(,u-ݝ-.!3/7߻S%B-S\lc9QҥWtx%9P8^r7"'@mզҚ*F S6r>p*)or'ld. F 95[I-*1E?ULW; vF}YAk:S0?o.dq_U'ejz\p/2٥Rз6MEGWb92<.{&7ω|Y掙mJ\6[+*K:8 b(㨙f5ʹ.Q\!ٗTQ$0fx V6 Uan*,!YNGU p!S`Ty!^HgRR&?4㽷(5`敎=OcNN6L|Zom77!иxˀ|g 7SR ix=2=贫2J*&FF@jkp'h݂Biq]Pja|"H>)KBBef%“H:]uKS9jWꩶXدl4WS(EH4T{P\Dld%!]Oe`pm r 4VtQjdDJP[*Ezǂ#~Em[geٔS>9M"e=-!|HHأrȁ sb+3r Pg&{\UP_F|" tl++_::GZ bp1r<6l1a r>.Fs>ZC+c2yq<<$[.vb=Z8fxȃ @@Xr.0E z"띋B;ed;u򬞢A{û;+M>돭᜚H߯ "v rCE `-D'Kx"A]3VJoNXٮ;Z{<#U爪u֠e O?7mf `C`ISi!%f~^2q V&qS՜iS3!}m0njN߳u)%Uթ3 ܪT,GҘIz3`|R1sIp*6J4sPc{G >;VbN܎< h{1[̔,bXE- U&Н:ϑfԖd hh42CrYL ÃN>'<<_M`E(h{xHPPۈʼn &AlV5 4# }I'QU~X$RG:8yC"֡TYv)vf .k9`F؞t3mLH2 $,)sߐ.T2`tr>B1#uI_$oup+i FxH': r-6B'e!x3K+k"ej6t%w5Z|3υr9M-o*_\Q3BY2PfYt; )H,uZP:ۂVy. :O,0gUv#+FEzW-'Ҙ'o>*.$w0d>̻p>KAs^_/8V !I?[ 7^ղsMAH~٫VqEվv\:, OUÐ6jh]D2y\ :-)}S>gc`w;_*ߚ٠NҨ*d|"tm.-_'h芦ߺ!$ 1:OQH8I=?dLjc:)07[Z;TS#ެE`b5)EL]} t b6ƨ=öOaN¸Xa0VdY\+n<2ԔyMG kE(;$]YuqgM^Mz젻zΦ6K/ч!|W(s=Hۇ 1n!OQShW.Wz= Z60OTp3*ON#VPj%^3B%;hIZjFboob7b]ڸI&ZD6?,!;b>˅ t zE& S D4_i,48j1;dK洫T5-5~gbZeOYɉ4.ǒJ)rG\/jğ hќ3BKg.!^Crm{ %I`,Tę+| j]gZ;p@YmX 8ɦ&,PûˤXii]ZÜօl)nC_`:7eь}N5@6HP#h$|zT%B 3R{93)fΨ} Zu/6Zr/d.ވ&c\ʏwݛO*Z1; tGuic`"l'8H\Mw$8r6GQQyl׾giɭ%/T5og:4%H`lJםBq5/ X,죴Qr;΃]<-KWFxPh\Z>豋5Slt rQ\#5၅=ԍ+{4~Z,OѣZX/׈6U>N)~{nt&%i{7 L u#3Gg%ӈ\Dg71߉74!d5kmr8ḧ́>Vm rzG>;0bD.tKD q@xk ` dbi@{%ۛtLTs]Z.-b# PDB:3Jf 6s@܄0aXJ?~ kMup;T76b[UFh5*uM+/g cL̕xZeK:λ/뛑h3zU.{y Y׵p ^iK,_ZU KNDz ]bڰu[6=OV?D!*,4J Ϯ{5z 3A)R5܈`w%{ Ҕֵʊ^.~֤.>B(Ư:s- (Ve[-39LG!-n*L^?M@JpmQH"!&B|\|р CYn{{TbI5`VŖd(iG,gLΫI@ -,+ j`_ۦ8#nb{?Rvױ0[zy\&-bژ{lr2X#NiY/\%x2-Z9$eSnJVORYr*& HgV`ܟ*HJ83&g#pӤXqꘊ!k!:z>"8̝^d 5$aytIT{5j0na$m'e nrV_l I&<ū\ &`N/Ljo(N j1v86#p,G .TP5X&$ !M7zSOQñr:wG#2GKT|c|z- / cTTC1*No+rF|Q)A)qz鉤PUv5{l:E z7Ҿ꽄 x.`K|U#253JbjOMNI@O<3lw28H_L*;ϛM 3m![RmΌA"$-6}{"d5;E1%/vY"2q;J Ύ9cFuvk4bb $4C8(FF<JPcb_#}\*ҟxDQ`AȪUp-Q&c<}̨)$T0\}ed۫0oAX8T+F<P$Ƃ`(ǫ97":4,"+IfߡSzBᤸLr,Q3Aߩ`F?y;7?9Gc ̕zOS!`tˆh-|1Z5^1X 9 }/ `a1[+`F(JrFr~ ,:]5M)hwp̙ A߇ekO{Þd(a\Mi'[dfd) "O3(WՒ#Nj'3i*ng'VŐ}q-3w\;rݴC\+vс;tcM*<Ϥ;?qFw#r ێY:!9+ :]EbsuS^̀R%etTͬ;c`*ψ@nYj?RAG%Z"i 1hԠʛwトz뺭8Є{̇0jPh?!dod/t5ӫF+[2w>w'zqgÉH}0JvU~ IdD]"o6\ Ӎ<@ZB*e5KH'Ւ `%;{񏃎e1P.m( $%_ =d\@AY֚,<&n̉Uqu GV8A={(nu;^eXn-)/SJi\7tD+PHK0]/FLבz]q6Vf+(h%ZWB!{J༢-#"qkW~]]ڝiu?Ĕ5"4Cb͡]|hp1cj;mzP4VR4;mۙ*'?䫙=LYώ!O^hixDd^tW@8:` .~Ձa&>tf,q iߤ;P1툕ivWNe'l$^Ѯ̕QaP 4ݴVx(;`hU`Mh)6HLRb1峊|bSbcHfϖ'QnpXCOI`E[V&y} p}^Q OgHLw}ĭË71iF?MK;q0tG>))_2ߚ2({n~tmp36]f-=_YЂS2٭A'zgƉ2Ưz @]Zc+vWK2*wB> cҴ> `||(%}L-J{8z;0R80 P#\i֝Y[EY]Wf5d ~^Qh 醇ǒhJxF Bj˯KBZxN[^l1'a":t _R,PJ$'0d NZַP` q2;]ћމ[?8u/jwDXȮHђ4q^ Rb_` ջfH; ͌c+/mo!670ۃv/3=)SDi+oµctbuKD+L|]&?P8L(iIVowގq%k9ZNP!uo5,qE׎a7eT՝辕pu:ٲ3kwZMrh?",~x[i`T-#ԸOIyOgԮ\LuAVϺE-c`TA2S@sua]31>uΠGt8\Daruy^bx݂R$㞗|=&tk4_0UHS%~>nzbwʪ7v@AIlM1ԝah qH&b/9 /\ÜTȷ>#w߰%v} G˷>ZDtP=Vpe%܉N26gףN"cCrfׁh_^.EYh]w4< yU•6=`xRWy1=j?ɍEjJ6ps1!5sĝȊ,XWdalCA-`k%T^^ᓝo3څ{1wy__otDC^-Jw$ط͝ж4 UŀQ`Bp|GT_ Ou󰜂 .'xP H<ɊZTl#vv!.羝(KʉvdM0IsOP*抍+Bx.ޡv +W*32~@\I,?,e/RhcvHy']˂~WkJE>5C-f x~U\P}Q++ʱL.joZfR-T@ 7lKXu'w$f171V1Q-FD=y &"|Od 4t{?P2#q7QFRD8uJjFw#ʔ{w4Je܍^z|s43=?Cf'\fLRVSfSsvr`=gBdCvư&i9 MFݴC@1w%%} <Ѕ:fPпK%7x*b!5z0MaQ4O*Bs3#T9-z]Lɉ]SH^#(OrHPc2jW)5(A@ou\[G.#z8˯ ʒ 9j:=t‚ׂʇyX ecoOײG҃**r.L>/Go@;eE䜲vhFq;_~Xf4damv 9s]?#4&#kK|Ktl9j38sP׻X5k\ M@P}\1)qjpo9s wَ$|]Ī`d+=ށxRd]DVkƲ%[I.Xtj,ntv2cYTnv9MF؄l{]CE^] bQލc6?coI)xy6 o ST oD"A0qCOhnu l44:60=X@C{ mt޲3Ⱌ PU蹣$)S%3Q6;!p KujA $r8*VVk蕊"++!.G>6)=OrϣVm%|ػ/Rn>>`)?Mg8֕cX !ZǨ3>w 7a u,9A>a!;VIj]\9[Q+@4v$ Rە_elF2O҅ytaV|?Ꙫ@'x];iTq:1ωNU4̧Vuցrm\[MtswsOsj A/C\C8UZ.:5K)NP©Mݴ_"f~AnCcihFDN EWëc}-%YaG 'WC:0dgA?1^\&$xȻ& 0Gsr8jdUV~WTh #Mp *(wF(V+ h1L0|L!mJeM#'Vrg0횽ݸz'~D/zAQlF_@3S~S0{>PTMuMu+mWV$ۮ?Qfw/قV4Gd9Ƥ.nd' 2 $~z`y|0U LZZȲϙxB|"~&NF ђVZuTe}ۘ‘30.,vC=ƌ6T ocC"3dBf0z%`#o/,j"n[p +aג'Y8ӰL$; O_W3j"ӥ# xBVPdF.3J~r_})uapcVnuv [/^TuS*rbR{H&?SO ||#>@ѯF=bܨ׻+mۀ ?nV~`fuEs9I`hǦkp'[eg?3#l6)Eh[\-%sjZ(_QR>#`CQJb<5*?UIb3YhtLB' oU6rfY'/WD`ˇ 7"9^dWU/T6.%=0)!kX-{}vf_)zH A&ס7g+f]P요@RS FT0`q٠ zᨩԊݤ ##:  T,Fs:4*o@1at|  |S"n) 〢 6ՅaG\=@%*ߛ,RA0nY@Bu|01G(!Ed!8l|T*+nP`MZ;0; rG:e;t(&}J,1wl~E[]9e8O*=0\Z}6c`vl_`5!$DC]?0Xa̷ ŭH8;2'< gCL!AwĨ ѬEI]* od%g'$1c{`ot{ BG_O" _U)gkWDK2g")yVXCƙskюw8c㚷J/iqϡIWʄK%g~H$o܌ Why14ٷ"UMFŰ){RBga&WK#yZfl&mD6p9X \tQ^3Ѝ0}JnpA)BE*OuXYp ;f.&M} w ED|xҌ\y) 7ܷoMJRt'+lp}VFOds*-~V}R5cIB$@$hOP9Kzi?c2 JweG݉`,r!Le"xK5QtZUɒC8@F \7_mԧi%$*:=I]eU9A$5tYHVxS LyTtI$]/cj,-fմg- e=vMIvc(_j47S (F%er_{Q\ n$J]MWΤj\Gź&1 |qHīP:ǮE> ަUlst}VJ8S>c]- ': }G}຀`0Zhf*TVdڽi+ا߄8Vnڅ;/䥻"7 x~4=:=!* _mJzK& nao1QȎu8^SQ1&CYC=2b4s~hS$0a\T3)eu6T"򊘱E`ܦS[7:ɕ'qI[/odD6( 7噔>j ^ε,0nMɱ"_. 4 :1_>;b"kg.94N; O"o.0Hl%f袑'bCqJ#m`7NAéۺ>,0>^xg9iц?}z{z[nc{ɔ0/ɫ>{U_2#ۭa{6`S* 5*.ױ̧ZYGAxovoiPt|h^¾ KE%7,;cTnt/`ɷ/j[4M_lLinĒ, /xa!V˩j7Xs#Ǣ {8؃HgVZJUUj)LY*Q 9r'ۏE+b;؏owN뵅4. wns~ pX̂agUݫ1gp0"HGP&(d{Yx F  bLTBeM^<`Ot"}^iEPʣ+AlH᥏zzrMUѸJ91ݬSthSI}vAXO5qŅ+۪ b8E\zK s!й u`U1HWlֺOS,&',S.1X{sT( x` ;EŏL A<'oG6ƌG\ JP@ eݕN!.TfH, p扄F,W4QqNu;R#\Y X{ _ɫ騨m@1xuƼc8IU_EhmcK*'чRMܨGh=羫xPL1}{-ffAIï5  T_[=M (M>EO} Ctg2 \mH~{uyz?m5KvUJoD7G sWHȥk*)ւ3N'@A6ǖ.։&УfkVW9mmuLr>°E<,{d^J:m./ty4H0yŊ+#-߼Kmo{7S,mڻtl4WhV2G69V4tCJWfHԪ=|)Qk5:jX:EROg֚rn+zpbmb 2JY} Gwu*{4#Cm[VpX&Gv"VUd:Q3T,ަ=OpSJ{!  Xgb8xsbkN0&:b3 ,z"±O=L|dp~| O:s ^55e#nŪY嫴BSәyZ1o5]{2>ab,fV>(N-AO5 ; OeZC #gJ/cz@M8λ*oi?IcȯH )bcILIg6 *9JY}=.nJz"`wyz]_R&@hc{&$ߵ5]qcqӻ$ le©`ɹV^* kĜ.2EQ%P+Q+;@M~*m%ic)k`]~FNR1dGgY]J\$?4T_'2Œ{I\T]҈ 2~ 7Ѯ:vBz,8i:}p~)K'z}.7cy/D!\aԽ=ɰgh%E{_t:{!QՒ4lNvfs'S+O6ef@ ^\C6 ?V2pui.ӳ`DD_sU:,t!*-KŶa8H~ɺ({$KW 6dP`](\&,y!𱙈i>0w$ 8,e{#غ,ZȶqUvȇe5˞1 w1:() ~^g`Ǣ hqV' q/FQId6mh6|62SwMGE+^!;MʔMOp{´X+ФݟOw9T tlCo7[42M\Wkg.yq7k e?FrIH .*ۇ=Y뫲G`Dae;rl\Rڒg]R 'eTndQD!Ǖfsth$k}ZIBTԟKYz7Od+Zԃfix{MHymK50( 4,J4;Fܭ,ОyEJX۔?I qOC7rɼ 5}4` @UXǙdt;7?-+!.+Ѭ:1N+;x5 WU)O]uɍՈTĚz _* >3]qʸkxf7ꗠ@<9HS>I5#8]S1띨 Ro>rR$΁){jN-MF7sA'zu_ A_kU$["_،_߶ϥ8tz0ı]E+PWAW=baZV}{UzXH~'B /FAl `7*<؃ ϶ȎC?o0q 4Jmƣ[u\CR,#s/#"2@nKA;HS#I/N&z&E졠 ip`P($D4ށ&`M WÂvM"\jAUsh!hD OJWۭ R?FV5˳ P{g-cϘyȢw?M~ǚ 僸'ѭN Yz\AZp5ѱeyOncz\ QNyŕ0B)zT jg+uq|Gq .Y!G`"k̐5ХK\ǒb:< (^5#^+`TdYW$$Y\jGTȹ T?vA y#i|x ̳ zzޯX:o|fB_zc_?Nٺe,8m̢'3MՒ:8h4y}&Ͻ#AtOF)a~Lm(A8!NF,7=k0 (A@fVh}$l4 +4@ GL8[Y݅ S :?,.h%@5nM8B|8{mc诠=;zاd|]!V"_T}@~rQ;;odO'8^w~v3$r:wWNoT8_zNОZr)1㼠ޣE: gqXbM,P)xQ2ΘD]GOa`BbK&}1+֣4C*}t;1x#/VRkUG-zLT )B(٘,yW6@Pjn t {T6,d [܌pt-(4Uy˔#@ٺ͞Ld~~<ߩyq4C`$]|"P}U6r_C (H-1|=BneHz2,a0WMd9a QU(oҭpml1wb/`K.ܮ_@G;vO.VadPN41y~ y/_@+l\YoH >J?9&.6`[ACej&6&GKzHZqk~kz20/@-G?(5#݃& @hi_D&;VcoޞyɊ8Y}46 L\B4%uqV4r: ׃*FM/|l,R54}e_氰(GE`ޤvqp[Nb"I"glT2+5Vص\AG@6.dd$ͱ"abWr#ђD#*GbN+_Tod}2qT_0}t#>?T; !vaݽj{dأ¼iὒZ,U)@+a(ʃdSp}䤚X;yk ]7bk߸*LE%r NbzTEގ8 %wRg,tZpuwKr9 /+7 uOl;X䩇jzeS*r>-3ܿYo$xvN1k)˽aGEhB RÓxNtQm0g;zO0u6п-dl.sgh!tsqŅARCb%dzu:3&++ʠqL96bi]I*AF'YnIZdm'2t N|gJ#,;bp70]ta([@ Gи]䔅hC<ߺGP20i;z^}Fʒ@O}[u'r sce-SXβw9qK*{krn`dv/`D¼Ў^=qR6l/ՒH[žRshڃF]z_9KL}W1$;ɈsS@$S,)>{t5f`+0vÈ.qB8^OT=:-C?]T?\TB8XCozMak19 i4\<})[6.Gfzxcڍ23P}krf9NM ْVeI3di_am@+Yeĸ\*eJ]@Ԇ1D (&MfV7Rvm,gq31sDðҬˍ Rx%¥#"1N3 D4 'k tݨ5K&|ЀAD_EF RE+_ *RE?O)ំ,#xˍF>jkL,~'Ӹt t!l ;Jw*48##}G5IW4Y7B|bо#;<%auV}|kc}?(W:R&JdNam(j'ex 9Oy&BE{C(7d^6y3#UbJϨwdֲkL3Z{ c[8b˧EջfWdo4LHHO0{*Bo$,? {?RЉ(uPЯAjU"Y?GbW2 ^{xlL p( c<eP5TN Ae _3!.,~-a>n0R[J)R,&ߨ ivG;UU`r 0F&URJT-4ѱ )w}CeDL _RZAVq5(8%(!Q@S%-zۥ !mz qDPWɢCHEqƙ8]\(] aʾ "j\ _ 6!O,@>L,Ѕ ;h]'hXŘSE]Fv_5+ aFe͟sf,XxIߍ8vq, \>I^d>̢H}f<"5y#Ch€ Eañ)KH|Jt#H{#R[¾1^E3t!j8$WL8B0Fsq1?zeۊ;Z:Úz$ yjzdFdܻSc^ <".۳KYQ]x}W 7̳&؝X$YZ}YC׵"L<6L:%|NZ*uw13r_ܿ i~wzؑ%)?y OΒ(<_h'J; nDM} bOs#Md񇢝y e(6q[{H)7Rkplr%+~H]gù֋zzt( * ыō}ߖ+Mz s) 2uĿqb=H[fPxCuiB|3$!Nُ橻aYQKMW)B BnwbTɧ%o99WN"[tmApf.ʷ} wĝNAr$Y]u]Bk;8 EotfO$UmD"4ɿنR$k΄SRp$9 FFF_mu#M*Mz38%\}ؑ긺0-\L#7#H1~ZSsiw RIMVOjj-SV8MWP=GoXb(Q8nV {Y*9DtTOLP%=Ywۧ#-7 )_iQS+v0DvEؾO2¢BKX^cdԵ⭔~R6%ը~MNDyC<@26}xM0H{ɧv9R9aa*u{}y?_H:s}VQ St%@Pa!u؆G҅l!c/X}iat\^]NG@Oʼ Jf@Gk?:_Ph{.|"8$wъÛևw[D0ai[V862%"G:<2u~ T_wm3íV?Qښm]py&u,pۺ/~hra#X9Вu&]pN Hnl.tfhe%!bȁtew0,!Fr@`%<9@з=߬E`ࠈ9}o<B, F0fd@ď7uURCnaOSR8x ~ظ3]Q/~ܐW&QPLl9U ̆'+!^tn:0UZ~W]"?z ]z/ ,}>As(g܊7 Bh:"!r58yP%%H] Z($$KU)̛xIռOdO ˬjoy[;5ШJ1 WPyk7*9dODuU%fȃ*٢8bD+_FE64 .fpK8Ţj0FT T ,ka3On ,yR A4-}LMyGkX,b$*y@XVh^T;O`[SNH}‰m,b }ګy%<6̑s.yF>UϺ[|[؛,ʇ9dCaQE?̠Rn&$)tChf! +p2Ka/#NG@Axj9.)C^V ~D? Wu: gh"N.[9T;Io#fUH&Wu>4]/<9 0HwY3w}\8}vƃ6LjrZ\VFhQ%_/:xEku*bo-MĽŔ0FWD$ۗ Ԯ0hR=3o8Ԙ]p럙4Uو\Z7ξ=x,f#쨳ki?fx-:B&A~؈e|gb|5 Jߙ!sf38tux>ss# ge'L/|֮f驟5xþTLq8 )n|x nGS`ߩ}u0LyIl&kL2#lXS\u.[*۴*\(&W׎d.{`R ̮!j]sHjJF 8. 0n`"vt+,gᦟ 5ɳIZKO_*4x$I%4EY% @Ag*2"n8W%#K3kK%MV(IQ1 _OWyE&RtIW3Mv3}>o6(cr "zXM dPm @QG"nSRnzWs ;c;Y/ riYOS95l.9n`Bt[m&/O֤ ;tfa];vzOv Wi"TըK}EgC:"T=,]É0V`ύ.A["v yG6=5_RP>TYj$qrVp;i].e# rƁ M,ƉRs?7c秞0:`p)!BE~:cE:49sT`im{dxL$>ݜXu 匐spu#2y\ȋbKp#yAr91u^W^\֪nҟiFĔ"9H%-^mf4GfJ'|sF38S9n@΀C4e  z.m'z‹Wl/mTcbfM !w{>' 2%"Xʾ+hb|mɛ֏xyh 6Q%DӘeRE&%yAr?k"]W~&M0َZ Z' lx3v|=Lo[Y27-o&)jt4 ~ެFMkj;. @]!M?ȀdCzeAo@]JU F@VQp7$]QR8CZ#Q8bZK`|P *loF!3k؃^ >?<|Wr|"!tϞY89KYưӫ6N6B":OɄlcYh(?3RM.+1= sW~6,: h0fgw"&%ZpX@\?WiGBЂb10'peNUjRBOR 7K爫PhdWC]u#'+"])I0h[ՀVmJ_nA=ilEHn!`Z۽9o{^^p)̳? ieD-xA!B޸ g_&C&&錕^fq #S .Ht0~oIHqP`0 eAA!YmR{e БRRn|Ցӎ|>s"Kpjɧeb@1` e'T3RzektwT.[&nV[YЉ5\l*0Γ|ԭI%G(G`j}Ec'g9;ns'~ϻp-kʐz>8Bi+ yCA2?$~-Gs즮d)Pvi^%WH!!gj^Cr*$݈xEgzBjbLԣf-.3呎/s 䫩j}֚O$+}QiMT0z3XlEDT W_L6yG3ꍨk܉>(?hHYɔ/"!t3ؙY}KLNu:: c3ti&REi @ۀ~S U#NRGU: -ذ-pm~<]|B,171o%?IhCE΅Rb%h>}gk+o DzֽN"+S_7R&\.xYWa/jzXi,TЫ8 ŏd1kreOZr>B [t={S]󎌖{Mh!cΫqKHiعQ:'NrpXbSv|&E˖7ȾC2{N$dyQG4/,HM&M{C@ee7̯^;55Cmz\3t)ǧ=)ؤuazVXUhDCac*=$yD?ua X١ Sfr̳')9f:|.I900}ӏbG*|i:*t=OO dl[|R; ũ˂Y^Y|?%'#XcBSu %yw.]o^\چn8ND#oKB](u!-k!W:YMޖ֓$R=Jր%61K8QgcWf5Vm^1NLIϷï&?i)}n@;9R=쀽9t־=GI[ld Iæw=Fᶊ4 5-g+r惭E[z\7GZ#xT(g/{|"k`~erSp.m5,!!u;sЛQ@5bB"ԂޱA)TUjhXHdm @(*9 aa$y虷o6I҆{Z&͕YSZ;c#y| (kU?2 l9lʾc$kt7 c Rfyq2X .I}ysD鹱u{u uy{{$xNB %nSW"+G˒2qԅ0ͣ q )=.pNZ{b}1E~r44 ~$}2|~]lǤ2(sC`eB o@;\O5ֳs6N Nnx1\93~4ACsk s7zllM(liL]Ee+! HPC_萭p>\C} Wfnw='=fY%(38uMmW 9"Ӑ}b`FD @8>G;-ws 4pE YZ