libmbedcrypto3-debuginfo-2.16.9-bp153.2.2.1 4>$  Apa*x!M@eeeM jmM-!ѷ(E;Z{Rx⚤S\F V78h]A?uթ=*"&0u%V(@L 1}=[P#Գf'tJj6F`!ӠFqUl$,lyޠ P (̨ sN姈<z,[Fl7CAL[Tc'D`)yޭ/^DwdbCvULNy PU-*5334e122eda25df1660a265f682bebd675c1a0ed8ebef94e695a4aebb3f08bd3d16cbe1981c9c704b561438241b044aeff15de191@a*x!M@eeegpRvUH\=SGVBg&*"(NSvl Lb\n' D1Y#kp@\?L  , Y  9Ba z    X 8`g(8"9":"F(G@H`IXY\]^b-cd}efluvwpxyzHlibmbedcrypto3-debuginfo2.16.9bp153.2.2.1Debug information for package libmbedcrypto3This package provides debug information for package libmbedcrypto3. Debug information is useful when developing applications that use this package or when debugging this package.a*jobs-arm-11OSUSE Linux Enterprise 15openSUSEApache-2.0 OR GPL-2.0-or-laterhttp://bugs.opensuse.orgDevelopment/Debughttps://tls.mbed.orglinuxaarch640_OAAAAA큤a*ja*ja*ja*ja*ja*Va*Va*Ve7b5f8d39f71a9accf8d95806feccbe0834b655f31629653de70c219637367a2../../../../../usr/lib64/libmbedcrypto.so.2.16.9../../../../../usr/lib/debug/usr/lib64/libmbedcrypto.so.2.16.9-2.16.9-bp153.2.2.1.aarch64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmbedtls-2.16.9-bp153.2.2.1.src.rpmdebuginfo(build-id)libmbedcrypto3-debuginfolibmbedcrypto3-debuginfo(aarch-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`U^]@]nU\3?@\\[~[CN@Za@Z%Z@YzYcl@XX(UWW@WhWW~VGVLh@VZU@U~@UUF@U hUUt@Ut@TC@TWn@Alexandros Toptsoglou Martin Pluskal Martin Pluskal Martin Pluskal Martin Pluskal Pedro Monreal Gonzalez Pedro Monreal Gonzalez mpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comkbabioch@suse.comfisiu@opensuse.orgmpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.comastieger@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comdimstar@opensuse.orgfisiu@opensuse.orgschwab@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comfisiu@opensuse.orgfisiu@opensuse.org- Update to version 2.16.9: * Reduce stack usage significantly during sliding window exponentiation. * Remove the zeroization of a pointer variable in AES rounds. It was valid but spurious and misleading since it looked like a mistaken attempt to zeroize the pointed-to buffer. * see https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.9 - Update to version 2.16.8 * Support building on e2k (Elbrus) architecture: correctly enable -Wformat-signedness, and fix the code that causes signed-one-bit-field and sign-compare warnings. * see https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.8 - Update to version 2.16.7 * Unify the example programs termination to call mbedtls_exit() instead of using a return command. This has been done to enable customization of the behavior in bare metal environments. * Abort the ClientHello writing function as soon as some extension doesn't fit into the record buffer. Previously, such extensions were silently dropped. As a consequence, the TLS handshake now fails when the output buffer is not large enough to hold the ClientHello. * The ECP module, enabled by MBEDTLS_ECP_C, now depends on MBEDTLS_CTR_DRBG_C, MBEDTLS_HMAC_DRBG_C, MBEDTLS_SHA512_C or MBEDTLS_SHA256_C for some side-channel coutermeasures. If side channels are not a concern, this dependency can be avoided by enabling the new option MBEDTLS_ECP_NO_INTERNAL_RNG. * see https://github.com/ARMmbed/mbedtls/releases/tag/v2.16.7 - Update to 2.16.6 * CVE-2020-10932: Fixed side channel in ECC code that allowed an adversary with access to precise enough timing and memory access information (typically an untrusted operating system attacking a secure enclave) to fully recover an ECDSA private key (boo#1181468). * Fix a potentially remotely exploitable buffer overread in a DTLS client when parsing the Hello Verify Request message. Bugfix * Fix compilation failure when both MBEDTLS_SSL_PROTO_DTLS and MBEDTLS_SSL_HW_RECORD_ACCEL are enabled. * Fix a function name in a debug message. Contributed by Ercan Ozturk in [#3013]. - Cheanged License in changes file from Apache-2.0 to Apache-2.0 OR GPL-2.0-or-later as the upstream package changed too- Update to version 2.16.5: * Security improvements and bugfixes- Update to version 2.16.3: * Security improvements and bugfixes- Update to version 2.16.2: * Security improvements and bugfixes - Use ninja to for build- Update to version 2.16.0: Features * Add a new config.h option of MBEDTLS_CHECK_PARAMS that enables validation of parameters in the API. This allows detection of obvious misuses of the API, such as passing NULL pointers. The API of existing functions hasn't changed, but requirements on parameters have been made more explicit in the documentation. See the corresponding API documentation for each function to see for which parameter values it is defined. This feature is disabled by default. See its API documentation in config.h for additional steps you have to take when enabling it. API Changes * The following functions in the random generator modules have been deprecated and replaced as shown below. The new functions change the return type from void to int to allow returning error codes when using MBEDTLS__ALT for the underlying AES or message digest primitive. Fixes #1798. mbedtls_ctr_drbg_update() -> mbedtls_ctr_drbg_update_ret() mbedtls_hmac_drbg_update() -> mbedtls_hmac_drbg_update_ret() * Extend ECDH interface to enable alternative implementations. * Deprecate error codes of the form MBEDTLS_ERR_xxx_INVALID_KEY_LENGTH for ARIA, CAMELLIA and Blowfish. These error codes will be replaced by the more generic per-module error codes MBEDTLS_ERR_xxx_BAD_INPUT_DATA. * Additional parameter validation checks have been added for the following modules - AES, ARIA, Blowfish, CAMELLIA, CCM, GCM, DHM, ECP, ECDSA, ECDH, ECJPAKE, SHA, Chacha20 and Poly1305, cipher, pk, RSA, and MPI. Where modules have had parameter validation added, existing parameter checks may have changed. Some modules, such as Chacha20 had existing parameter validation whereas other modules had little. This has now been changed so that the same level of validation is present in all modules, and that it is now optional with the MBEDTLS_CHECK_PARAMS flag which by default is off. That means that checks which were previously present by default will no longer be. New deprecations * Deprecate mbedtls_ctr_drbg_update() and mbedtls_hmac_drbg_update() in favor of functions that can return an error code. Bugfix * Fix for Clang, which was reporting a warning for the bignum.c inline assembly for AMD64 targets creating string literals greater than those permitted by the ISO C99 standard. Found by Aaron Jones. Fixes #482. * Fix runtime error in mbedtls_platform_entropy_poll() when run through qemu user emulation. Reported and fix suggested by randombit. Fixes #1212. * Fix an unsafe bounds check when restoring an SSL session from a ticket. This could lead to a buffer overflow, but only in case ticket authentication was broken. Reported and fix suggested by Guido Vranken in #659. * Add explicit integer to enumeration type casts to example program programs/pkey/gen_key which previously led to compilation failure on some toolchains. Reported by phoenixmcallister. Fixes #2170. * Clarify documentation of mbedtls_ssl_set_own_cert() regarding the absence of check for certificate/key matching. Reported by Attila Molnar, #507. * Fix double initialization of ECC hardware that made some accelerators hang.- Library package version bumped to libmbedtls12- Update to version 2.14.1: [bsc#1118727, CVE-2018-19608] Security * Fix timing variations and memory access variations in RSA PKCS#1 v1.5 decryption that could lead to a Bleichenbacher-style padding oracle attack. In TLS, this affects servers that accept ciphersuites based on RSA decryption (i.e. ciphersuites whose name contains RSA but not (EC)DH(E)). Discovered by Eyal Ronen (Weizmann Institute), Robert Gillham (University of Adelaide), Daniel Genkin (University of Michigan), Adi Shamir (Weizmann Institute), David Wong (NCC Group), and Yuval Yarom (University of Adelaide, Data61). The attack is described in more detail in the paper available here: http://cat.eyalro.net/cat.pdf CVE-2018-19608 * In mbedtls_mpi_write_binary(), don't leak the exact size of the number via branching and memory access patterns. An attacker who could submit a plaintext for RSA PKCS#1 v1.5 decryption but only observe the timing of the decryption and not its result could nonetheless decrypt RSA plaintexts and forge RSA signatures. Other asymmetric algorithms may have been similarly vulnerable. Reported by Eyal Ronen, Robert Gillham, Daniel Genkin, Adi Shamir, David Wong and Yuval Yarom. * Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG modules. API Changes * The new functions mbedtls_ctr_drbg_update_ret() and mbedtls_hmac_drbg_update_ret() are similar to mbedtls_ctr_drbg_update() and mbedtls_hmac_drbg_update() respectively, but the new functions report errors whereas the old functions return void. We recommend that applications use the new functions. - Version 2.14.0: Security * Fix overly strict DN comparison when looking for CRLs belonging to a particular CA. This previously led to ignoring CRLs when the CRL's issuer name and the CA's subject name differed in their string encoding (e.g., one using PrintableString and the other UTF8String) or in the choice of upper and lower case. Reported by Henrik Andersson of Bosch GmbH in issue [#1784]. * Fix a flawed bounds check in server PSK hint parsing. In case the incoming message buffer was placed within the first 64KiB of address space and a PSK-(EC)DHE ciphersuite was used, this allowed an attacker to trigger a memory access up to 64KiB beyond the incoming message buffer, potentially leading to an application crash or information disclosure. * Fix mbedtls_mpi_is_prime() to use more rounds of probabilistic testing. The previous settings for the number of rounds made it practical for an adversary to construct non-primes that would be erroneously accepted as primes with high probability. This does not have an impact on the security of TLS, but can matter in other contexts with numbers chosen potentially by an adversary that should be prime and can be validated. For example, the number of rounds was enough to securely generate RSA key pairs or Diffie-Hellman parameters, but was insufficient to validate Diffie-Hellman parameters properly. See "Prime and Prejudice" by by Martin R. Albrecht and Jake Massimo and Kenneth G. Paterson and Juraj Somorovsky. Features * Add support for temporarily suspending expensive ECC computations after some configurable amount of operations. This is intended to be used in constrained, single-threaded systems where ECC is time consuming and can block other operations until they complete. This is disabled by default, but can be enabled by MBEDTLS_ECP_RESTARTABLE at compile time and configured by mbedtls_ecp_set_max_ops() at runtime. It applies to the new xxx_restartable functions in ECP, ECDSA, PK and X.509 (CRL not supported yet), and to existing functions in ECDH and SSL (currently only implemented client-side, for ECDHE-ECDSA ciphersuites in TLS 1.2, including client authentication). * Add support for Arm CPU DSP extensions to accelerate asymmetric key operations. On CPUs where the extensions are available, they can accelerate MPI multiplications used in ECC and RSA cryptography. Contributed by Aurelien Jarno. * Extend RSASSA-PSS signature to allow a smaller salt size. Previously, PSS signature always used a salt with the same length as the hash, and returned an error if this was not possible. Now the salt size may be up to two bytes shorter. This allows the library to support all hash and signature sizes that comply with FIPS 186-4, including SHA-512 with a 1024-bit key. * Add support for 128-bit keys in CTR_DRBG. Note that using keys shorter than 256 bits limits the security of generated material to 128 bits. API Changes * Add a common error code of `MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED` for a feature that is not supported by underlying alternative implementations implementing cryptographic primitives. This is useful for hardware accelerators that don't implement all options or features. New deprecations * All module specific errors following the form MBEDTLS_ERR_XXX_FEATURE_UNAVAILABLE that indicate a feature is not supported are deprecated and are now replaced by the new equivalent platform error. * All module specific generic hardware acceleration errors following the form MBEDTLS_ERR_XXX_HW_ACCEL_FAILED that are deprecated and are replaced by the equivalent plaform error. * Deprecate the function mbedtls_mpi_is_prime() in favor of mbedtls_mpi_is_prime_ext() which allows specifying the number of Miller-Rabin rounds. Bugfix * Fix wrong order of freeing in programs/ssl/ssl_server2 example application leading to a memory leak in case both MBEDTLS_MEMORY_BUFFER_ALLOC_C and MBEDTLS_MEMORY_BACKTRACE are set. Fixes #2069. * Fix a bug in the update function for SSL ticket keys which previously invalidated keys of a lifetime of less than a 1s. Fixes #1968. * Fix failure in hmac_drbg in the benchmark sample application, when MBEDTLS_THREADING_C is defined. Found by TrinityTonic, #1095 * Fix a bug in the record decryption routine ssl_decrypt_buf() which lead to accepting properly authenticated but improperly padded records in case of CBC ciphersuites using Encrypt-then-MAC. * Fix memory leak and freeing without initialization in the example program programs/x509/cert_write. Fixes #1422. * Ignore IV in mbedtls_cipher_set_iv() when the cipher mode is MBEDTLS_MODE_ECB. Found by ezdevelop. Fixes #1091. * Zeroize memory used for buffering or reassembling handshake messages after use. * Use `mbedtls_platform_zeroize()` instead of `memset()` for zeroization of sensitive data in the example programs aescrypt2 and crypt_and_hash. * Change the default string format used for various X.509 DN attributes to UTF8String. Previously, the use of the PrintableString format led to wildcards and non-ASCII characters being unusable in some DN attributes. Reported by raprepo in #1860 and by kevinpt in #468. Fix contributed by Thomas-Dee. * Fix compilation failure for configurations which use compile time replacements of standard calloc/free functions through the macros MBEDTLS_PLATFORM_CALLOC_MACRO and MBEDTLS_PLATFORM_FREE_MACRO. Reported by ole-de and ddhome2006. Fixes #882, #1642 and #1706. Changes * Removed support for Yotta as a build tool. * Add tests for session resumption in DTLS. * Close a test gap in (D)TLS between the client side and the server side: test the handling of large packets and small packets on the client side in the same way as on the server side. * Change the dtls_client and dtls_server samples to work by default over IPv6 and optionally by a build option over IPv4. * Change the use of Windows threading to use Microsoft Visual C++ runtime calls, rather than Win32 API calls directly. This is necessary to avoid conflict with C runtime usage. Found and fixed by irwir. * Remember the string format of X.509 DN attributes when replicating X.509 DNs. Previously, DN attributes were always written in their default string format (mostly PrintableString), which could lead to CRTs being created which used PrintableStrings in the issuer field even though the signing CA used UTF8Strings in its subject field; while X.509 compliant, such CRTs were rejected in some applications, e.g. some versions of Firefox, curl and GnuTLS. Reported in #1033 by Moschn. Fix contributed by Thomas-Dee. * Improve documentation of mbedtls_ssl_get_verify_result(). Fixes #517 reported by github-monoculture. * Add MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR flag to mbedtls_mpi_gen_prime() and use it to reduce error probability in RSA key generation to levels mandated by FIPS-186-4. - Version 2.13.1 API Changes * Extend the platform module with an abstraction mbedtls_platform_gmtime_r() whose implementation should behave as a thread-safe version of gmtime(). This allows users to configure such an implementation at compile time when the target system cannot be deduced automatically, by setting the option MBEDTLS_PLATFORM_GMTIME_R_ALT. At this stage Mbed TLS is only able to automatically select implementations for Windows and POSIX C libraries. Bugfix * Fix build failures on platforms where only gmtime() is available but neither gmtime_r() nor gmtime_s() are present. Fixes #1907. - Version 2.13.0 Security * Fix an issue in the X.509 module which could lead to a buffer overread during certificate extensions parsing. In case of receiving malformed input (extensions length field equal to 0), an illegal read of one byte beyond the input buffer is made. Found and analyzed by Nathan Crandall. Features * Add support for fragmentation of outgoing DTLS handshake messages. This is controlled by the maximum fragment length as set locally or negotiated with the peer, as well as by a new per-connection MTU option, set using mbedtls_ssl_set_mtu(). * Add support for auto-adjustment of MTU to a safe value during the handshake when flights do not get through (RFC 6347, section 4.1.1.1, last paragraph). * Add support for packing multiple records within a single datagram, enabled by default. * Add support for buffering out-of-order handshake messages in DTLS. The maximum amount of RAM used for this can be controlled by the compile-time constant MBEDTLS_SSL_DTLS_MAX_BUFFERING defined in mbedtls/config.h. API Changes * Add function mbedtls_ssl_set_datagram_packing() to configure the use of datagram packing (enabled by default). Bugfix * Fix a potential memory leak in mbedtls_ssl_setup() function. An allocation failure in the function could lead to other buffers being leaked. * Fixes an issue with MBEDTLS_CHACHAPOLY_C which would not compile if MBEDTLS_ARC4_C and MBEDTLS_CIPHER_NULL_CIPHER weren't also defined. #1890 * Fix a memory leak in ecp_mul_comb() if ecp_precompute_comb() fails. Fix contributed by Espressif Systems. * Add ecc extensions only if an ecc based ciphersuite is used. This improves compliance to RFC 4492, and as a result, solves interoperability issues with BouncyCastle. Raised by milenamil in #1157. * Replace printf with mbedtls_printf in the ARIA module. Found by TrinityTonic in #1908. * Fix potential use-after-free in mbedtls_ssl_get_max_frag_len() and mbedtls_ssl_get_record_expansion() after a session reset. Fixes #1941. * Fix a bug that caused SSL/TLS clients to incorrectly abort the handshake with TLS versions 1.1 and earlier when the server requested authentication without providing a list of CAs. This was due to an overly strict bounds check in parsing the CertificateRequest message, introduced in Mbed TLS 2.12.0. Fixes #1954. * Fix a miscalculation of the maximum record expansion in mbedtls_ssl_get_record_expansion() in case of ChachaPoly ciphersuites, or CBC ciphersuites in (D)TLS versions 1.1 or higher. Fixes #1913, #1914. * Fix undefined shifts with negative values in certificates parsing (found by Catena cyber using oss-fuzz) * Fix memory leak and free without initialization in pk_encrypt and pk_decrypt example programs. Reported by Brace Stout. Fixes #1128. * Remove redundant else statement. Raised by irwir. Fixes #1776. Changes * Copy headers preserving timestamps when doing a "make install". Contributed by xueruini. * Allow the forward declaration of public structs. Contributed by Dawid Drozd. Fixes #1215 raised by randombit. * Improve compatibility with some alternative CCM implementations by using CCM test vectors from RAM. * Add support for buffering of out-of-order handshake messages. * Add warnings to the documentation of the HKDF module to reduce the risk of misusing the mbedtls_hkdf_extract() and mbedtls_hkdf_expand() functions. Fixes #1775. Reported by Brian J. Murray.- Update to version 2.12.0: * Security + Fixed a vulnerability in the TLS ciphersuites based on use of CBC and SHA-384 in DTLS/TLS 1.0 to 1.2, that allowed an active network attacker to partially recover the plaintext of messages under certains conditions by exploiting timing side-channels. + Fixed a vulnerability in TLS ciphersuites based on CBC, in DTLS/TLS 1.0 to 1.2, that allowed a local attacker, with the ability to execute code on the local machine as well as to manipulate network packets, to partially recover the plaintext of messages under certain conditions by using a cache attack targetting an internal MD/SHA buffer. + Added a counter-measure against a vulnerability in TLS ciphersuites based on CBC, in DTLS/TLS 1.0 to 1.2, that allowed a local attacker with the ability to execute code on the local machine as well as manipulate network packets, to partially recover the plaintext of messages certain conditions (see previous entry) by using a cache attack targeting the SSL input record buffer. * Features + Added new cryptographic primitives, the stream cipher Chacha20, one-time authenticator Poly1305 and AEAD construct Chacha20-Poly1305, as defined in RFC 7539. Contributed by Daniel King. + Added support for the CHACHA20-POLY1305 ciphersuites from RFC 7905. + Made the receive and transmit buffers independently configurable in size, for situations where the outgoing buffer can be fixed at a smaller size than the incoming buffer + Added support for the AES based key wrapping modes defined by NIST SP 800-38F algorithms KW and KWP and by RFC's 3394 and 5649. + Added platform support for the Haiku OS. * Bugfix + Fixed the key_app_writer example which was creating an invalid ASN.1 tag by writing an additional leading zero byte. Found by Aryeh R. #1257. + Fixed a C++ compilation error, caused by a variable named new. Found and fixed by Hirotaka Niisato. #1783. + Fixed the "no symbols" warning issued by ranlib when building on Mac OS X. Fix contributed by tabascoeye. + Clarified documentation for mbedtls_ssl_write() to include 0 as a valid return value. Found by @davidwu2000. #839. + Fixed a memory leak in mbedtls_x509_csr_parse(). Found and fixed by catenacyber, Philippe Antoine. #1623. + Added length checks to some TLS parsing functions. Found and fixed by Philippe Antoine from Catena cyber. #1663. + Remove unused headers included in x509.c. Found by Chris Hanson and fixed by Brendan Shanks. #992. + Fixed compilation error when MBEDTLS_ARC4_C is disabled and MBEDTLS_CIPHER_NULL_CIPHER is enabled. Found by TrinityTonic in #1719. + Fixed the inline assembly for the MPI multiply helper function for i386 and i386 with SSE2. Found by László Langó. #1550. + Fixed the namespacing in header files. Remove the mbedtls namespacing in the #include in the header files. #857. + Fixed a compiler warning of 'use before initialisation' in mbedtls_pk_parse_key(). Found by Martin Boye Petersen and fixed by Dawid Drozd.#1098. + Fixed decryption of zero length messages (which contain all padding) when a CBC based ciphersuite was used together with Encrypt-then-MAC. + Fixed the ssl_client2 example to send application data with 0-length content when the request_size argument is set to 0 as stated in the documentation. #1833. + Corrected the documentation for mbedtls_ssl_get_session(). This API has deep copy of the session, and the peer certificate is not lost. #926. + Fixed issues when building to the C99 standard, using -std=c99. Fixed by Nick Wilson. * Changes + Fails when receiving a TLS alert message with an invalid length, or invalid zero-length messages when using TLS 1.2. Contributed by Espressif Systems. + Changed the default behaviour of mbedtls_hkdf_extract() to return an error when calling with a NULL salt and non-zero salt length. Contributed by Brian J Murray + Change the shebang line in Perl scripts to look up perl in the PATH. Contributed by fbrosson. + Allow overriding the time on Windows via the platform-time abstraction. Fixed by Nick Wilson. + Use gmtime_r/gmtime_s for thread-safety. Fixed by Nick Wilson.- Update to version 2.11.0: * Features + Added support for the XTS block cipher mode with AES (AES-XTS). Contributed by Aorimn in pull request #414. + Implemented the HMAC-based extract-and-expand key derivation function (HKDF) per RFC 5869. Contributed by Thomas Fossati. + For TLS servers, added support for offloading private key operations to an external cryptoprocessor. Private key operations can be asynchronous to allow non-blocking operation of the TLS server stack. + Added support for ARIA cipher (RFC 5794) and associated TLS ciphersuites (RFC 6209). ARIA is disabled by default. To enable, see MBEDTLS_ARIA_C in config.h. + Added support for the CCM* block cipher mode as defined in IEEE Std 802.15.4. + Added an additional block mode, OFB (Output Feedback) per NIST SP 800-38a, to the AES module and cipher abstraction module. * API Changes + Mbed TLS 2.11.0 maintains source code compatibility with the last minor version, Mbed TLS 2.9.0, but extends the interface with additional capabilities. Mbed TLS 2.11.0 modifies the ABI and increases the SOVERSION. * Bugfix + Fixed the cert_write example to handle certificates signed with elliptic curves as well as RSA. Fixes #777 found by dbedev. + Fixed the redefinition of _WIN32_WINNT, to avoid overriding a definition used by user applications. Found and fixed by Fabio Alessandrelli. + Fixed compilation warnings with the IAR toolchain on 32-bit platforms. Reported by rahmanih in #683. + Fixed an issue with MicroBlaze support in bn_mul.h which was causing the build to fail. Found by zv-io. Fixes #1651. + Fixed braces in mbedtls_memory_buffer_alloc_status(). Found by sbranden in #552. + Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to configure the maximum length of a file path that can be buffered when calling mbedtls_x509_crt_parse_path(). Fixes #492. + Fixed redundant declaration of mbedtls_ssl_list_ciphersuites. Raised by TrinityTonic in #1359. - Changes for version 2.9.0: + Security + Fixed an issue in the X.509 module which could lead to a buffer overread during certificate validation. Additionally, the issue could also lead to unnecessary callback checks being made or to some validation checks to be omitted. The overread could be triggered remotely, while the other issues would require a non DER-compliant certificate to be correctly signed by a trusted CA, or a trusted CA with a non DER-compliant certificate. Found by luocm. Fixes #825. + Fixed the buffer length assertion in the ssl_parse_certificate_request() function which could lead to an arbitrary overread of the message buffer. The overreads could be caused by receiving a malformed algorithms section which was too short. In builds with debug output, this overread data was output with the debug data. + Fixed a client-side bug in the validation of the server's ciphersuite choice which could potentially lead to the client accepting a ciphersuite it didn't offer or a ciphersuite that could not be used with the TLS or DTLS version chosen by the server. This could lead to corruption of internal data structures for some configurations. * Features + Added an option of MBEDTLS_AES_FEWER_TABLES, to dynamically compute smaller AES tables during runtime, thereby reducing the RAM/ROM footprint by ~6KiB. Suggested and contributed by jkivilin. + Added initial support for Curve448 (RFC 7748). So far only mbedtls_ecp_mul() and ECDH primitive functions (mbedtls_ecdh_gen_public(), mbedtls_ecdh_compute_shared()) are supported for now. Contributed by Nicholas Wilson. * API Changes + Mbed TLS 2.9.0 maintains source code and binary compatibility with the last minor version, Mbed TLS 2.8.0, but extends the interface with additional capabilities. + Extended the API with the function of mbedtls_net_poll() to allow user applications to wait for a network context to become ready before reading or writing. + Added the function mbedtls_ssl_check_pending() to the public API to allow a check for whether more more data is pending to be processed in the internal message buffers. This function is necessary to determine the underlying transport when event-driven IO is used. * Bugfix + Fixed a spurious uninitialized variable warning in cmac.c. Fix independently contributed by Brian J Murray and David Brown. + Added missing dependencies in test suites that led to build failures in configurations that omit certain hashes or public-key algorithms. Fixes #1040. + Fixed a C89 incompatibility issue in benchmark.c. Contributed by Brendan Shanks. Fixes #1353. + Added missing dependencies for MBEDTLS_HAVE_TIME_DATE and MBEDTLS_VERSION_FEATURES in some test suites. Contributed by Deomid Ryabkov. Fixes #1299, #1475. + Fixed the Makefile build process for building shared libraries on Mac OS X. Fixed by mnacamura. + Fixed parsing of PKCS#8 encoded Elliptic Curve keys. Previously Mbed TLS was unable to parse keys which had only the optional parameters field of the ECPrivateKey structure. Found by Jethro Beekman, fixed in #1379. + Added an optimisation to return the plaintext data more quickly on unpadded CBC decryption, as stated in the mbedtls_cipher_update() documentation. Contributed by Andy Leiserson. + Fixed the overriding and ignoring of return values when parsing and writing to a file in the pk_sign program. Found by kevlut in #1142. + Added restrictions to the usage of the error code MBEDTLS_ERR_SSL_WANT_READ to situations where data needs to be fetched from the underlying transport in order to make progress. Previously, this error code was also occasionally returned when unexpected messages were being discarded, ignoring that further messages could potentially already be pending to be processed in the internal buffers; these cases led to deadlocks when event-driven I/O was used. Found and reported by Hubert Mis in #772. + Fixed buffer length assertions in the ssl_parse_certificate_request() function which led to a potential one byte overread of the message buffer. + Fixed invalid buffer sizes being passed to zlib during record compression and decompression. + Raised the soversion of libmbedcrypto to match the soversion of the maintained 2.7 branch. The soversion was increased in Mbed TLS version 2.7.1 to reflect breaking changes in that release, but the increment was missed in 2.8.0 and later releases outside of the 2.7 branch.- Update to version 2.8.0: * Security: + Defend against Bellcore glitch attacks by verifying the results of RSA private key operations. + Fix implementation of the truncated HMAC extension. The previous implementation allowed an offline 2^80 brute force attack on the HMAC key of a single, uninterrupted connection (with no resumption of the session). + Reject CRLs containing unsupported critical extensions. Found by Falko Strenzke and Evangelos Karatsiolis. + Fix a buffer overread in ssl_parse_server_key_exchange() that could cause a crash on invalid input. + Fix a buffer overread in ssl_parse_server_psk_hint() that could cause a crash on invalid input. * Features: + Enable reading encrypted PEM files produced by software that uses PBKDF2-SHA2, such as OpenSSL 1.1. Submitted by Antonio Quartulli, OpenVPN Inc. Fixes #1339 + Support public keys encoded in PKCS#1 format. #1122 * New deprecations: + Compression and crypto don't mix. We don't recommend using compression and cryptography, and have deprecated support for record compression (configuration option MBEDTLS_ZLIB_SUPPORT). * Bugfix: + Fix mbedtls_x509_crt_profile_suiteb, which used to reject all certificates with flag MBEDTLS_X509_BADCERT_BAD_PK even when the key type was correct. In the context of SSL, this resulted in handshake failure. Reported by daniel in the Mbed TLS forum. #1351 + Fix setting version TLSv1 as minimal version, even if TLS 1 is not enabled. Set MBEDTLS_SSL_MIN_MAJOR_VERSION and MBEDTLS_SSL_MIN_MINOR_VERSION instead of MBEDTLS_SSL_MAJOR_VERSION_3 and MBEDTLS_SSL_MINOR_VERSION_1. #664 + Fix compilation error on Mingw32 when _TRUNCATE is defined. Use _TRUNCATE only if __MINGW32__ is not defined. Fix suggested by Thomas Glanzmann and Nick Wilson on issue #355 + Fix memory allocation corner cases in memory_buffer_alloc.c module. Found by Guido Vranken. #639 + Don't accept an invalid tag when parsing X.509 subject alternative names in some circumstances. + Fix a possible arithmetic overflow in ssl_parse_server_key_exchange() that could cause a key exchange to fail on valid data. + Fix a possible arithmetic overflow in ssl_parse_server_psk_hint() that could cause a key exchange to fail on valid data. + Fix a 1-byte heap buffer overflow (read-only) during private key parsing. Found through fuzz testing. * Changes + Fix tag lengths and value ranges in the documentation of CCM encryption. Contributed by Mathieu Briand. + Fix a typo in a comment in ctr_drbg.c. Contributed by Paul Sokolovsky. + Remove support for the library reference configuration for picocoin. + MD functions deprecated in 2.7.0 are no longer inline, to provide a migration path for those depending on the library's ABI. + Use (void) when defining functions with no parameters. Contributed by Joris Aerts. #678- Use more cmake macros - Update spec file using spec-cleaner- Update to version 2.7.0: - Security * Fix a heap corruption issue in the implementation of the truncated HMAC extension. When the truncated HMAC extension is enabled and CBC is used, sending a malicious application packet could be used to selectively corrupt 6 bytes on the peer's heap, which could potentially lead to crash or remote code execution. The issue could be triggered remotely from either side in both TLS and DTLS. (CVE-2018-0488 boo#1080828) * Fix a buffer overflow in RSA-PSS verification when the hash was too large for the key size, which could potentially lead to crash or remote code execution. Found by Seth Terashima, Qualcomm Product Security Initiative, Qualcomm Technologies Inc. (CVE-2018-0487 boo#1080826) * Fix buffer overflow in RSA-PSS verification when the unmasked data is all zeros. * Fix an unsafe bounds check in ssl_parse_client_psk_identity() when adding 64 KiB to the address of the SSL buffer and causing a wrap around. * Fix a potential heap buffer overflow in mbedtls_ssl_write(). When the (by default enabled) maximum fragment length extension is disabled in the config and the application data buffer passed to mbedtls_ssl_write is larger than the internal message buffer (16384 bytes by default), the latter overflows. * Add a provision to prevent compiler optimizations breaking the time constancy of mbedtls_ssl_safer_memcmp(). * Ensure that buffers are cleared after use if they contain sensitive data. Changes were introduced in multiple places in the library. * Set PEM buffer to zero before freeing it, to avoid decoded private keys being leaked to memory after release. * Fix dhm_check_range() failing to detect trivial subgroups and potentially leaking 1 bit of the private key. Reported by prashantkspatil. * Make mbedtls_mpi_read_binary() constant-time with respect to the input data. Previously, trailing zero bytes were detected and omitted for the sake of saving memory, but potentially leading to slight timing differences. Reported by Marco Macchetti, Kudelski Group. * Wipe stack buffer temporarily holding EC private exponent after keypair generation. * Fix a potential heap buffer over-read in ALPN extension parsing (server-side). Could result in application crash, but only if an ALPN name larger than 16 bytes had been configured on the server. * Change default choice of DHE parameters from untrustworthy RFC 5114 to RFC 3526 containing parameters generated in a nothing-up-my-sleeve manner. - Features * Add alternative implementation support for CCM and CMAC (MBEDTLS_CCM_ALT, MBEDTLS_CMAC_ALT). Submitted by Steven Cooreman, Silicon Labs. * Add support for alternative implementations of GCM, selected by the configuration flag MBEDTLS_GCM_ALT. * Add support for alternative implementations for ECDSA, controlled by new configuration flags MBEDTLS_ECDSA_SIGN_ALT, MBEDTLS_ECDSA_VERIFY_ALT and MBEDTLS_ECDSDA_GENKEY_AT in config.h. The following functions from the ECDSA module can be replaced with alternative implementation: mbedtls_ecdsa_sign(), mbedtls_ecdsa_verify() and mbedtls_ecdsa_genkey(). * Add support for alternative implementation of ECDH, controlled by the new configuration flags MBEDTLS_ECDH_COMPUTE_SHARED_ALT and MBEDTLS_ECDH_GEN_PUBLIC_ALT in config.h. The following functions from the ECDH module can be replaced with an alternative implementation: mbedtls_ecdh_gen_public() and mbedtls_ecdh_compute_shared(). * Add support for alternative implementation of ECJPAKE, controlled by the new configuration flag MBEDTLS_ECJPAKE_ALT. * Add mechanism to provide alternative implementation of the DHM module. - API changes * Extend RSA interface by multiple functions allowing structure- independent setup and export of RSA contexts. Most notably, mbedtls_rsa_import() and mbedtls_rsa_complete() are introduced for setting up RSA contexts from partial key material and having them completed to the needs of the implementation automatically. This allows to setup private RSA contexts from keys consisting of N,D,E only, even if P,Q are needed for the purpose or CRT and/or blinding. * The configuration option MBEDTLS_RSA_ALT can be used to define alternative implementations of the RSA interface declared in rsa.h. * The following functions in the message digest modules (MD2, MD4, MD5, SHA1, SHA256, SHA512) have been deprecated and replaced as shown below. The new functions change the return type from void to int to allow returning error codes when using MBEDTLS__ALT. mbedtls__starts() -> mbedtls__starts_ret() mbedtls__update() -> mbedtls__update_ret() mbedtls__finish() -> mbedtls__finish_ret() mbedtls__process() -> mbedtls_internal__process() - Deprecations * Deprecate usage of RSA primitives with non-matching key-type (e.g. signing with a public key). * Direct manipulation of structure fields of RSA contexts is deprecated. Users are advised to use the extended RSA API instead. * Deprecate usage of message digest functions that return void (mbedtls__starts, mbedtls__update, mbedtls__finish and mbedtls__process where is any of MD2, MD4, MD5, SHA1, SHA256, SHA512) in favor of functions that can return an error code. * Deprecate untrustworthy DHE parameters from RFC 5114. Superseded by parameters from RFC 3526 or the newly added parameters from RFC 7919. * Deprecate hex string DHE constants MBEDTLS_DHM_RFC3526_MODP_2048_P etc. Supserseded by binary encoded constants MBEDTLS_DHM_RFC3526_MODP_2048_P_BIN etc. * Deprecate mbedtls_ssl_conf_dh_param() for setting default DHE parameters from hex strings. Superseded by mbedtls_ssl_conf_dh_param_bin() accepting DHM parameters in binary form, matching the new constants. - Several bug fixes- Update to version 2.6.0: * Add the functions mbedtls_platform_setup() and mbedtls_platform_teardown() and the context struct mbedtls_platform_context to perform platform-specific setup and teardown operations. The macro MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT allows the functions to be overridden by the user in a platform_alt.h file. These new functions are required in some embedded environments to provide a means of initialising underlying cryptographic acceleration hardware. * Reverted API/ABI breaking changes introduced in mbed TLS 2.5.1, to make the API consistent with mbed TLS 2.5.0. Specifically removed the inline qualifier from the functions mbedtls_aes_decrypt, mbedtls_aes_encrypt, mbedtls_ssl_ciphersuite_uses_ec and mbedtls_ssl_ciphersuite_uses_psk. Found by James Cowgill. #978 * Certificate verification functions now set flags to -1 in case the full chain was not verified due to an internal error (including in the verify callback) or chain length limitations. * With authmode set to optional, the TLS handshake is now aborted if the verification of the peer's certificate failed due to an overlong chain or a fatal error in the verify callback. * Fix authentication bypass in SSL/TLS: when authmode is set to optional, mbedtls_ssl_get_verify_result() would incorrectly return 0 when the peer's X.509 certificate chain had more than MBEDTLS_X509_MAX_INTERMEDIATE_CA (default: 8) intermediates, even when it was not trusted. This could be triggered remotely from either side. (With authmode set to 'required' (the default), the handshake was correctly aborted). Fix for CVE-2017-14032 and boo#1056544. * Reliably wipe sensitive data after use in the AES example applications programs/aes/aescrypt2 and programs/aes/crypt_and_hash. Found by Laurent Simon.- Update to version 2.5.1: * Adds hardware acceleration support for the Elliptic Curve Point module. This has involved exposing parts of the internal interface to enable replacing the core functions and adding an alternative, module level replacement to support for enabling the extension of the interface. * Adds a new configuration option to mbedtls_ssl_config() to enable suppressing the CA list in Certificate Request messages. The default behaviour has not changed, namely every configured CA's name is included. * Fixes an unlimited overread of heap-based buffers in mbedtls_ssl_read(). The issue could only happen client-side with renegotiation enabled. This could result in a Denial of Service (such as crashing the application) or information leak. * Adds exponent blinding to RSA private operations as a countermeasure against side-channel attacks like the cache attack described in https://arxiv.org/abs/1702.08719v2. * Wipes stack buffers in RSA private key operations (rsa_rsaes_pkcs1_v15_decrypt(), rsa_rsaes_oaep_decrypt()). * Removes SHA-1 and RIPEMD-160 from the default hash algorithms for certificate verification. SHA-1 can be turned back on with a compile-time option if needed. * Fixes offset in FALLBACK_SCSV parsing that caused TLS server to fail to detect it sometimes. Reported by Hugo Leisink. * Tighten parsing of RSA PKCS#1 v1.5 signatures, to avoid a potential Bleichenbacher/BERserk-style attack.- Update to version 2.4.2: * Add checks to prevent signature forgeries for very large messages while using RSA through the PK module in 64-bit systems. The issue was caused by some data loss when casting a size_t to an unsigned int value in the functions rsa_verify_wrap(), rsa_sign_wrap(), rsa_alt_sign_wrap() and mbedtls_pk_sign(). Found by Jean-Philippe Aumasson. * Fixed potential livelock during the parsing of a CRL in PEM format in mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing characters after the footer could result in the execution of an infinite loop. The issue can be triggered remotely. Found by Greg Zaverucha, Microsoft. * Removed MD5 from the allowed hash algorithms for CertificateRequest and CertificateVerify messages, to prevent SLOTH attacks against TLS 1.2. Introduced by interoperability fix for #513. * Fixed a bug that caused freeing a buffer that was allocated on the stack, when verifying the validity of a key on secp224k1. This could be triggered remotely for example with a maliciously constructed certificate and potentially could lead to remote code execution on some platforms. Reported independently by rongsaws and Aleksandar Nikolic, Cisco Talos team. #569 CVE-2017-2784 (boo#1029017)- Update to version 2.4.0: * Removes the MBEDTLS_SSL_AEAD_RANDOM_IV configuration option, because it was not compliant with RFC-5116 and could lead to session key recovery in very long TLS sessions. * Fixes potential stack corruption in mbedtls_x509write_crt_der() and mbedtls_x509write_csr_der() when the signature is copied to the buffer without checking whether there is enough space in the destination. The issue cannot be triggered remotely. * Added support for CMAC for AES and 3DES and AES-CMAC-PRF-128, as defined by NIST SP 800-38B, RFC-4493 and RFC-4615. * Added hardware entropy self-test to verify that the hardware entropy source is functioning correctly. * Added a script to print build environment information for diagnostic use in test scripts, which is also now called by all.sh verification script. * Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to configure the maximum length of a file path that can be buffered when calling mbedtls_x509_crt_parse_path(). * Added a configuration file config-no-entropy.h that configures the subset of library features that do not require an entropy source. * Added the macro MBEDTLS_ENTROPY_MIN_HARDWARE in config.h. This allows users to configure the minimum number of bytes for entropy sources using the mbedtls_hardware_poll() function. * Miscelanous bugfixes - Drop no longer needed mbedtls_fix522.patch- Merge changes from home:X0F:HSF - Add mbedtls_fix522.patch which fixes building of dpendant libraries- Update description- Split shared libraries to subpackages- update to 2.3.0: * adding libmbedcrypto, libmbedx509 * headers moved to /usr/include/mbedtls * remove compatibility symlink * source compatibility header /usr/include/mbedtls/compat-1.3.h * Use primary upstream license (Apache-2.0)- Update to version 1.3.17 (boo#988956): * Security + Fix missing padding length check in mbedtls_rsa_rsaes_pkcs1_v15_decrypt required by PKCS1 v2.2 + Fix a potential integer underflow to buffer overread in mbedtls_rsa_rsaes_oaep_decrypt. It is not triggerable remotely in SSL/TLS. + Fix potential integer overflow to buffer overflow in mbedtls_rsa_rsaes_pkcs1_v15_encrypt and mbedtls_rsa_rsaes_oaep_encrypt * Bugfix + Fix bug in mbedtls_mpi_add_mpi() that caused wrong results when the three arguments where the same (in-place doubling). Found and fixed by Janos Follath. #309 + Fix issue in Makefile that prevented building using armar. + Fix issue that caused a hang up when generating RSA keys of odd bitlength + Fix bug in mbedtls_rsa_rsaes_pkcs1_v15_encrypt that made null pointer dereference possible. + Fix issue that caused a crash if invalid curves were passed to mbedtls_ssl_conf_curves. #373 * Changes + On ARM platforms, when compiling with -O0 with GCC, Clang or armcc5, don't use the optimized assembly for bignum multiplication. This removes the need to pass - fomit-frame-pointer to avoid a build error with -O0. + Disabled SSLv3 in the default configuration. + Fix non-compliance server extension handling. Extensions for SSLv3 are now ignored, as required by RFC6101.- Update to 1.3.16 * Fixes a potential double free when mbedtls_asn1_store_named_data() fails to allocate memory. This was only used for certificate generation and was not triggerable remotely in SSL/TLS. boo#961290 * Disables by default MD5 handshake signatures in TLS 1.2 to prevent the SLOTH (CVE-2015-7575) attack on TLS 1.2 server authentication (other attacks from the SLOTH paper do not apply to any version of mbed TLS or PolarSSL). boo#961284 * Fixes an over-restrictive length limit in GCM. * Fixes a bug in certificate validation that caused valid chains to be rejected when the first intermediate certificate has a pathLenConstraint equal to zero. * Removed potential leak in mbedtls_rsa_rsassa_pkcs1_v15_sign() * Added config.h option POLARSSL_SSL_ENABLE_MD5_SIGNATURES to control use of MD5-based signatures for TLS 1.2 handshake (disabled by default).- Update to 1.3.15 * Fix potential double free if ssl_set_psk() is called more than once and some allocation fails. Cannot be forced remotely. Found by Guido Vranken, Intelworks. * Fix potential heap corruption on Windows when x509_crt_parse_path() is passed a path longer than 2GB. Cannot be triggered remotely. Found by Guido Vranken, Intelworks. * Fix potential buffer overflow in some asn1_write_xxx() functions. Cannot be triggered remotely unless you create X.509 certificates based on untrusted input or write keys of untrusted origin. Found by Guido Vranken, Intelworks. * The X509 max_pathlen constraint was not enforced on intermediate certificates. Found by Nicholas Wilson, fix and tests provided by Janos Follath. #280 and #319 * Self-signed certificates were not excluded from pathlen counting, resulting in some valid X.509 being incorrectly rejected. Found and fix provided by Janos Follath. #319 * Fix bug causing some handshakes to fail due to some non-fatal alerts not begin properly ignored. Found by mancha and Kasom Koht-arsa, #308 * Fix build error with configurations where ECDHE-PSK is the only key exchange. Found and fix provided by Chris Hammond. #270 * Fix failures in MPI on Sparc(64) due to use of bad assembly code. Found by Kurt Danielson. #292 * Fix typo in name of the extKeyUsage OID. Found by inestlerode, #314 * Fix bug in ASN.1 encoding of booleans that caused generated CA certificates to be rejected by some applications, including OS X Keychain. Found and fixed by Jonathan Leroy, Inikup. * Fix "Destination buffer is too small" error in cert_write program. Found and fixed by Jonathan Leroy, Inikup.- Update to 1.3.14 * Added fix for CVE-2015-5291 (boo#949380) to prevent heap corruption due to buffer overflow of the hostname or session ticket. Found by Guido Vranken, Intelworks. * Fix stack buffer overflow in pkcs12 decryption (used by mbedtls_pk_parse_key(file)() when the password is > 129 bytes. Found by Guido Vranken, Intelworks. Not triggerable remotely. * Fix potential buffer overflow in mbedtls_mpi_read_string(). Found by Guido Vranken, Intelworks. Not exploitable remotely in the context of TLS, but might be in other uses. On 32 bit machines, requires reading a string of close to or larger than 1GB to exploit; on 64 bit machines, would require reading a string of close to or larger than 2^62 bytes. * Fix potential random memory allocation in mbedtls_pem_read_buffer() on crafted PEM input data. Found and fix provided by Guido Vranken, Intelworks. Not triggerable remotely in TLS. Triggerable remotely if you accept PEM data from an untrusted source. * Fix potential double-free if ssl_set_psk() is called repeatedly on the same ssl_context object and some memory allocations fail. Found by Guido Vranken, Intelworks. Can not be forced remotely. * Fix possible heap buffer overflow in base64_encode() when the input buffer is 512MB or larger on 32-bit platforms. Found by Guido Vranken, Intelworks. Found by Guido Vranken. Not trigerrable remotely in TLS. * Fix potential heap buffer overflow in servers that perform client authentication against a crafted CA cert. Cannot be triggered remotely unless you allow third parties to pick trust CAs for client auth. Found by Guido Vranken, Intelworks. * Fix compile error in net.c with musl libc. Found and patch provided by zhasha (#278). * Fix macroization of 'inline' keywork when building as C++. (#279) * Added checking of hostname length in ssl_set_hostname() to ensure domain names are compliant with RFC 1035. - Changes for 1.3.13 * Fix possible client-side NULL pointer dereference (read) when the client tries to continue the handshake after it failed (a misuse of the API). (Found and patch provided by Fabian Foerg, Gotham Digital Science using afl-fuzz.) * Add countermeasure against Lenstra's RSA-CRT attack for PKCS#1 v1.5 signatures. (Found by Florian Weimer, Red Hat.) https://securityblog.redhat.com/2015/09/02/factoring-rsa-keys-with-tls-perfect-forward-secrecy/ * Setting SSL_MIN_DHM_BYTES in config.h had no effect (overriden in ssl.h) (found by Fabio Solari) (#256) * Fix bug in mbedtls_rsa_public() and mbedtls_rsa_private() that could result trying to unlock an unlocked mutex on invalid input (found by Fredrik Axelsson) (#257) * Fix -Wshadow warnings (found by hnrkp) (#240) * Fix unused function warning when using MBEDTLS_MDx_ALT or MBEDTLS_SHAxxx_ALT (found by Henrik) (#239) * Fix memory corruption in pkey programs (found by yankuncheng) (#210) * Fix memory corruption on client with overlong PSK identity, around SSL_MAX_CONTENT_LEN or higher - not triggerrable remotely (found by Aleksandrs Saveljevs) (#238) * Fix off-by-one error in parsing Supported Point Format extension that caused some handshakes to fail. * When verifying a certificate chain, if an intermediate certificate is trusted, no later cert is checked. (suggested by hannes-landeholm) (#220). - Changes for 1.3.12 * Increase the minimum size of Diffie-Hellman parameters accepted by the client to 1024 bits, to protect against Logjam attack. * Increase the size of default Diffie-Hellman parameters on the server to 2048 bits. This can be changed with ssl_set_dh_params(). * Fix thread-safety issue in SSL debug module (found by Edwin van Vliet). * Some example programs were not built using make, not included in Visual Studio projects (found by Kristian Bendiksen). * Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo Leisink). * Fix missing -static-ligcc when building shared libraries for Windows with make. * Fix compile error with armcc5 --gnu. * Add SSL_MIN_DHM_BYTES configuration parameter in config.h to choose the minimum size of Diffie-Hellman parameters accepted by the client. * The PEM parser now accepts a trailing space at end of lines (#226).- Add baselibs.conf: build libmbedtls9-32bit, as needed by libbzrtp0-32bit.- Update to 1.3.11: * Remove bias in mpi_gen_prime (contributed by Pascal Junod). * Remove potential sources of timing variations (some contributed by Pascal Junod). * Options POLARSSL_HAVE_INT8 and POLARSSL_HAVE_INT16 are deprecated. * Enabling POLARSSL_NET_C without POLARSSL_HAVE_IPV6 is deprecated. * compat-1.2.h and openssl.h are deprecated. * ssl_set_own_cert() no longer calls pk_check_pair() since the performance impact was bad for some users (this was introduced in 1.3.10). * Move from SHA-1 to SHA-256 in example programs using signatures (suggested by Thorsten Mühlfelder). * Remove dependency on sscanf() in X.509 parsing modules. * Fix compile errors with PLATFORM_NO_STD_FUNCTIONS. * Fix bug in entropy.c when THREADING_C is also enabled that caused entropy_free() to crash (thanks to Rafał Przywara). * Fix memory leak when gcm_setkey() and ccm_setkey() are used more than once on the same context. * Fix bug in ssl_mail_client when password is longer that username (found by Bruno Pape). * Fix undefined behaviour (memcmp( NULL, NULL, 0 );) in X.509 modules (detected by Clang's 3.6 UBSan). * mpi_size() and mpi_msb() would segfault when called on an mpi that is initialized but not set (found by pravic). * Fix detection of support for getrandom() on Linux (reported by syzzer) by doing it at runtime (using uname) rather that compile time. * Fix handling of symlinks by "make install" (found by Gaël PORTAY). * Fix potential NULL pointer dereference (not trigerrable remotely) when ssl_write() is called before the handshake is finished (introduced in 1.3.10) (first reported by Martin Blumenstingl). * Fix bug in pk_parse_key() that caused some valid private EC keys to be rejected. * Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos). * Fix thread safety bug in RSA operations (found by Fredrik Axelsson). * Fix hardclock() (only used in the benchmarking program) with some versions of mingw64 (found by kxjhlele). * Fix potential unintended sign extension in asn1_get_len() on 64-bit platforms. * Fix potential memory leak in ssl_set_psk() (found by Mansour Moufid). * Fix compile error when POLARSSL_SSL_DISABLE_RENEGOTATION and POLARSSL_SSL_SSESSION_TICKETS where both enabled in config.h (introduced in 1.3.10). * Add missing extern "C" guard in aesni.h (reported by amir zamani). * Add missing dependency on SHA-256 in some x509 programs (reported by Gergely Budai). * Fix bug related to ssl_set_curves(): the client didn't check that the curve picked by the server was actually allowed. - Drop getrandom-syscall-fallback.patch: fixed upstream.- getrandom-syscall-fallback.patch: Fall back to /dev/urandom if getrandom syscall is not implemented.- Update package categories- Create symlink to ensure compatibility with polarssl- Update provides/obsoletes- Fix sed for includes- Rename to mbedtls - Use cmake macro for building - Update to 1.3.10 * NULL pointer dereference in the buffer-based allocator when the buffer is full and polarssl_free() is called (found by Mark Hasemeyer) (only possible if POLARSSL_MEMORY_BUFFER_ALLOC_C is enabled, which it is not by default). * Fix remotely-triggerable uninitialised pointer dereference caused by crafted X.509 certificate (TLS server is not affected if it doesn't ask for a client certificate) (found using Codenomicon Defensics). * Fix remotely-triggerable memory leak caused by crafted X.509 certificates (TLS server is not affected if it doesn't ask for a client certificate) (found using Codenomicon Defensics). * Fix potential stack overflow while parsing crafted X.509 certificates (TLS server is not affected if it doesn't ask for a client certificate) (found using Codenomicon Defensics). * Fix timing difference that could theoretically lead to a Bleichenbacher-style attack in the RSA and RSA-PSK key exchanges (reported by Sebastian Schinzel). * Add support for FALLBACK_SCSV (draft-ietf-tls-downgrade-scsv). * Add support for Extended Master Secret (draft-ietf-tls-session-hash). * Add support for Encrypt-then-MAC (RFC 7366). * Add function pk_check_pair() to test if public and private keys match. * Add x509_crl_parse_der(). * Add compile-time option POLARSSL_X509_MAX_INTERMEDIATE_CA to limit the length of an X.509 verification chain. * Support for renegotiation can now be disabled at compile-time * Support for 1/n-1 record splitting, a countermeasure against BEAST. * Certificate selection based on signature hash, prefering SHA-1 over SHA-2 for pre-1.2 clients when multiple certificates are available. * Add support for getrandom() syscall on recent Linux kernels with Glibc or a compatible enough libc (eg uClibc). * Add ssl_set_arc4_support() to make it easier to disable RC4 at runtime while using the default ciphersuite list. * Added new error codes and debug messages about selection of ciphersuite/certificate.- Add polarssl-CVE-2015-1182.patch: Remote attack using crafted certificates: fix boo#913903, CVE-2015-1182.- Update to 1.3.9, detailed changes available in ChangeLog file: * Lowest common hash was selected from signature_algorithms extension in TLS 1.2: fix boo#903672, CVE-2014-8627. * Remotely-triggerable memory leak when parsing some X.509 certificates, CVE-2014-8628. * Remotely-triggerable memory leak when parsing crafted ClientHello, CVE-2014-8628. * Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x. * Ciphersuites using RSA-PSK key exchange now require TLS 1.x. * POLARSSL_MPI_MAX_SIZE now defaults to 1024 in order to allow 8192 bits RSA keys. * X.509 certificates with more than one AttributeTypeAndValue per RelativeDistinguishedName are not accepted any more. - Build with POLARSSL_THREADING_PTHREAD: fix boo#903671.obs-arm-11 163014385061fb04fd7ffe71b01a84f680ed016b59f72564eb2.16.9-bp153.2.2.12.16.9-bp153.2.2.1debug.build-id61fb04fd7ffe71b01a84f680ed016b59f72564ebfb04fd7ffe71b01a84f680ed016b59f72564eb.debugusrlib64libmbedcrypto.so.2.16.9-2.16.9-bp153.2.2.1.aarch64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/61//usr/lib/debug/usr//usr/lib/debug/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:16873/openSUSE_Backports_SLE-15-SP3_Update/b2ee534d25eafce5cb9e911fa2819ae5-mbedtls.openSUSE_Backports_SLE-15-SP3_Updatecpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=61fb04fd7ffe71b01a84f680ed016b59f72564eb, with debug_info, not strippedP 1ag.2umbedtls-debugsource(aarch-64)2.16.9-bp153.2.2.1utf-8ef50d5cb40e525981894e9e46fb498550ddd14ca0a38b7027d4aea61f50d7560?7zXZ !t/2] crt:bLL X/] wWO}J׋rcMUIxܰ*L.PI?Kg[cs&#P0euFȬ&ȷK%A(aw cd8&5I{0wJձ MbJ +:ߨQ)rf\v(dGḵKs@NRĚyqZ20 “t\T8uR@Vo%6Ky_zkjv-`v@_kei zc_m$69TyL lMvu@+3hCG{Mvu%tEjd(W~Xo"_/Bf[Z@c]8z$",鐈b?dqDBbh3f̬(:X p"bl1r3{7i+ [Gý|[:#ʎBRCo:+sO5<&%G]',ERDQ@`2gō`/GU2adEMq2l=F>F} ,y]̾Uftpb^G@,/ s.e|{gCAqgH'Q &sx.,!**++CQQ8'J%lsgc/,LY<ĀI,܌zqO@D' Kjπ C6_uNH9L|g,jg!!}r 0= Ib6|nZ(d}ȶ^_?RUP986P4uǵt=e Lf)%اOZowƁAM@|r^|WM(#b4-(7vZ8IDW'ǯƳyɋk g pJ72ai9V*A9h:pDW8FQyMN!id}Zh/ӆbD$1ZTAA >nm zg(L.LR * TtpA)XeMGwH`fN#W6|uZy9^Y@#ظ w滇73=(J#L ܀K^Y- _iI9: T\ wR0ofpgHjwlO"'={S/K|9׷BWO-CPYqƲqc\˨{`90'-'= fx0KY؉3hpwcݩS6ɉ_Jh=Wc G@4ML^-3:xD҂: bTFz#8DbQU"- T¸{؋A9 ks%9Q'颜||||~$q9.@舥=Xr_s?;#߱Je!뺀RƬßDmG#F;9eS&桞 5A9 0 H82~1ݧi1=^_ݥv =)z=rq6ʻ rU/xtAgm865n\dem_%4!-v< !زkG1z ,Hr Ӯ:Fʺz7/*D๘*,_*.gH%ua-~T8O V6ݓ[6t7 8 uf_uZfB# ;\sL~m!co‘ @7F +?{z90/%u?K-5M8*N@{1=rEZJG!efYiܡ1GNS+lq"5"ᆒO&_6 ?]S P h00$Y !yxVI~Z'8GgY{yA\"0]tra+%j4Bfl)f`}kEr  5m(Ԃ z(ݧP\=RCn5);5]rhysƈ{S?se xJ}nW[_TfRz'^4Vfo@{Z}O'ވ p5ԍ&g.h|ӵ+ q5NM(f \s o4) 9Z艗%7W 歗K_<:}Jd QK2 abÎ򀓳u0&7 jI+-MvRwmU][j*.ac 04$ŎҬ$&j뛺XI6Y{O~G~.ĥ=- nO~ )i}n|b$5in i`ML XpDZ%22dI)6 &dSD&oR1Zӂ[1xPQ6]gU7`PJHҗ6 rTnyez4oWmd@XF8*Z+h^jlPb8b4o dW܍]Rb@r׍.9 赳P.^Hҍ|tˠ5>2Bb6iQ5O/Uh”$R `G8:>Uk[M1p5-?- 6-,d!ۓܥHs+Zkd .aĽ)g;r̃@oy̏`g| PQŵ9x.u>3] sN|~7-W{M=ޛbۃfKqN[<=2(5n<|ʲ./1pOɱ0Hy*eeyթǗdC&;&JHIXiKf23"^,5;X -brsqxf{UV.-ϋ㦵0Pv-m+ƙcܜn"Tt o+ݖ0.k{਩XgyQ]?C<܍^/hJ\a ʒBbWGvHs~½j-e)W>{ͺj8fFsׯ>K忩ZXF [#D|eeR`S?F;ӅJ-IL<Ƿgzҗeݩy{`\nUn՟Y&Pee% 붬!h M ū 4#5j–Y4Ij [6l9uOaΡ?k%(^"(\GLM59f9͔ A&둊tbY&"$ŜňHKqg`Eu=z+H/L& r0ݜ\"'Wˤ6"1vO<[%; [gQn!@g۞ eOtTFG%(iG-DZ@UDEݝRkW oÑd3Sxbٞ=ă=[>}?-px}'P |̩J;u'B^y4I(uʆj’%3 G+{d6YYdg탐ͻJԤ&Qȃ :9S*:EA6'hC6ɒ럠`K# k(c)  }']5{k!q* qʁ-bN]+;^Iicnta8=~Rwm]H MgF MeW(| {6[q0J.K|x`+*K4|U˜aDe]\ǑǍZ ЩԩA*QV|RPQ!@! wIz0=RZIKyytg#'s*#1*ѕiaE%;L;4npz8F%҇¾ZKmZ#Z`j'fꫳu L/#7phB/2Y[tuÎw]dtuo %K 4(퇛15vj5b!aɺ]l9A+/ :"52sp!RV:<h K]˾)..SۉLZ ό$;l^qO2uZ-ݺ3GR(K/F=ȴ/k|yF<(Ēn;U4BSMGx4lEmWLrId@͊FbB5md i /&9Ue&Їv9L7z!jN7NJQdgZ YCq?m}?YI?L`qIbRm9.Q*ɢApTǃ$K,,[ 偆:K(hh "m?_d7Du;˅SɇuA{=Ltf7!b_'{wyűeZ3%us.TO>6Ԓߗ//'6:_+S&KVɇe|v@qvjt |f4.S lK[hM|Z\:\ #٨o9s'P|JFȡhNV~8%NS"N< Ah_jkqQv>|gGװD fgoWL +³4;4ra칶u%9dGdnmY >xZ06#N\f!q/G D ^Qi:,zP q&4`2~瑌q^|?Og|{~c[a ~*[ _2ݪr5$f[ڜPw q"{v7=*L&8J)a,d+Pۻfx$G.\#ɍDx!TĚ>5 3 ࠈsSQhg H,uOEqY^{WPV0w;K"7C;ػ\Y^ X"צ=f>Mmhu${2 k )n~@|̎FsY 0r+Op{D}["{6 d^i:@؍(ɯ*2oW' 9< :,z\H8fċKE&u8/d=@>"W- ԓ"~E] Y[Ocxa3;`V&+CWF.ha@8wLb1Z;y4Rny Y0G5;|n?zz}Ƌ[!;d1,zhKD8cHj7љ8-#Ǚ$"_HS W#D0MVDZ|^V'rdOfƺgMbQdڼ|1zSBuT&PTBN`Wd|eA5 k8YkXD7*Г'{"F )Mۻ-1WU@_HFHuL´0)Q9k9iwZꕲCwjzFMp{V,=-d$#lQ&VAoolV= Tٹk c%FXb勊]vV'PRjJ6=C}}EVA8,'tT.C:kv+MTaK3Ů_vݣelOc`6JG5&G| -Wn0hIs*o\IWUѾ:~"%'}J;cNɦ\ٙbv$IJ8.iإ"MEvoƉ1pTmJOWDi=(NPZATF9Iix$ '!w0+Zxgop2GuNjo =P^EvzDBݩwq.ի)O١Y6^$Fj՘2q=>AxX ηVoObXFr lTWO]I?YQN芟fѨ3jFgAtHqW+6jۋ4a9Q ^a\h3`[]=l/%>O9sIFXzIWG+e9ciG]oZ%яd672n+p[tkܑ ľ\9޿px\[«Zg~۱ܔ៏ $]b C4܅[nPvlj}NՅ*-@hZEpCZ ڗY6mi}ް[nYmmP??C$s,t:sw>۳bBLW!uwr0 gSRF5kax8 @b-/Tdp>so֌w9%#3\Y%wvϽQR~ܑw,.4?uNPo1#][Ά>u?REyz,ABwL35Ë^Dao8Z7eʺdN}WKӒ'i%+yx-N~y4tnhao'<}ٌ4"H'?t EB#Ϫ̲ng Gja,/?s "?~قL s>)vIXTZsH`iIjx&hOn øec:T-6SHHf*` Fo4"m)w0Q]"ZKei D5&e>V "6khf{m4.o&vZV}/i)B-bB 5hEkpߐ鼨4A B0g߰kiJt`c%Sއ)"JoCb *F _Cy/B)IWʟKzDx[lmΝ[k$K-M^% t<"x %cܼv,9 09/@e q]9]{,RXix48MD|GhDC)R R--rD5nE'҄Bs&y8l! #O>*\78L Cͤ^s8|/X' x8#*,h X?u]5uSO2):e!z*deFcJtX0NJ[^^ѷ_mq-6JFbդ[xb6b1hGV"1~ 0A53^= "gLWVHжym#-6h_ VQoIݭ7$*2P6c4xƬ i3B\C*Pe!Z6 4ki%n1tuyYf+^e#ԓd ѽbIϸ>V|C@贋 C[{5lgj3NCd+mɫpii*p+` hJi?I"MԢFHǸ<ADB91Ls;VX$p'[ȈKx7̒yHrM,s.0EW,6Tm*,T "_R1ٽs{3G8#o~~ru,:Qz"(?ܓRс⮽xoo|]=~A7G+un .~KTJo5N>DQVc~9%gcf+BpAM U`]V-una@q~}/R}p!3+j{W)F 'UٸJl>RHV(NxA4=3FOUMЧ.ǽ1,Uë"immFD_e_a焦oS FN͵@i`7TZj|%9RR,5ߙXn@21~\e~{DFf J.I~ MocKcP9G8I;,dTRK] '|ruqV0P :IC|:hj?*3@' ZRL9@r D1<((l [&i'>oܲ&< Jda LfQP1qeH uR!qkIG w,"`[ĊJ[J>]=X A{k[8iGQL%y; 7!RD"K?/.g3PEFtɳAvV^!~!6>|1 MSF!m[žwUNr8<&}N{V;|.5Ӈ|݋Z(Ƿ2x)&>o_ {vKGє @æY +|vtJ<3C*FQr֫8Cqde2$-;HEP,4arV>ՄqY#!Gq"8 $E8/`[M޻EEB̼@VƌY]I7t~wSZ Y1JE.Op^{R7pp?jH Yc<  犐xd9Nr|z!Kl'b/w Iʗ4q8Æ*;jixW or+2:u7V[nO[mES7'#zM/~}dɱuO=~j EA =]]N_foDr—mۛ#@,;: _ ˍcvUGFBdz3yWitMfu51 ~NIo[}pWueDIA|htW <1Y>U9Hd 6d(CE F+v=^ٷG=.ٕ1kG ?y9{?oçw>Fj?Юp PƸtq)m0v?s$V.`D[&b ,iWԿeio4o.9'N$ۂ5 ~@[+˦lu, g`wί)|Kf}Ԭfs8_\&~*l" )aybjyhH Aq `Ns*R^9WY p=$j W]S[y nk!>Epu/؄l]=ojD x $XB Mߐ(9|:{7ra1kA"b]l*.wZis_svi0Kba8 M¿2@iavFͣ|UVQv 0zvҸ^{ RGO`/hnN1>SI'nNSΖ+B4)R_\J!Zk;N{,3PC/H+Ñ:u8!ͼ [3iOlؒ/Pæ tm]>E9=|)H\'/?<ɭRCт*xw쫨3{=y0K3zL5MEEiғ$Τ/ >tXɼH%JL}THrpt'6SfK19#ܰU$zb['rzn`7T^Pr =80:T[} "kyWŤ&ţN]dÃj)7P| ݌KځkfIeJo '`_"N*ÂȮҥ0p !dmTk"_r] W)pÒ&ki!d D Gbiss.̆7;0wMG2m)dє|l%5Pk13Kn)? 8Co"A1]I4 9  E 2?@kjy!ֲ [Z|v$Z 7Ble[":W^΂*3znZIY ScU_h7=5DpJ$!3j(P~ wH@d3j =-CDeKS4T(֧+@,?+,QZq҅Y S$&Bin`l>ǭJ@^oqđfS#z뜥KzClֆӚ~hDچ\=cPŠ_P ^r9qNJj~aR=-^`=)쑾\4(FK\?pS+UXJ.чAO[~?zъ4x¨odnFJ *`pL$lr"&PģK TX-4B_Mlb`= mK2o7[[<$Ψ#V샔6F@/[=ǗT'd%XX{`BLju|p,ʇtMƨC, Djm9[4jSs3:qڃ Hl=LeەN|xr-*`t#͐Pd207>=؀=oD5TY8\J?!DiI7SXf'gyr5Av`N+aM9,~q$s/ihhX_rU)DpI `\|Fi~VOPVtx3i֛ P\8= ]W6gϡs6n=UةLR֝R":Ţ<½j '~O{vj@K'C^k1Ͽ4K\zz+G3ו4VY]C}lrD׆3+vd/ G88/Jc& ;vN+Ё)S oXע`B,r46 +bL$18]AXm9B0L/*|#ə*]쟕0`Z $mh̅K%JŴDiOYS|)vGb,lcӟ9`@ )tK|fN&1zm}ǿ7n+aLN5$h~)f7G?P@@M%DC/I:Q%Y`#wy|"Dy>~봧iF;`!EbϢzb7GbZ(L&`1^ i$NϮJSA#EPsy`)t3 üb]`6Kmsn;/]’[HLbȔ_ .;ve >/6kO: }ӫU)V;xW2(zSk#xIY`9#bE|8yBs5alI5bj ,H{'s_˷] >6i+H`&CTWnBSr` z$jfƦD"^TN+=ٗXDd}8![cn_4' vq'log2V٠sR"YMM! 3{}B%n35ip_{(ז9 JS`]j"#؀[EhcߚH>[64v1XHc,brx0+OfxAZcb A**]yNkqgvT:잫fJɛeY[NbVT( \#.^#ҐV;Kbn`Y8n1=S`s\ etUUoI}5,Le UD)…w ;RY]AYsx:$J { Ӟ/n7u'hiv KHxI6㸋,4OiVe:F64 ^<[ 3v-#ޠY>-OJ7V/+%{}6Zˏ330|o>1YP9X9\PǛw J-_h'V92:9eǦX̂z7TQb}3l\+l V1Ӆs gH8| fr5j0uA'nFuG>G9˽\#lFgtGz>.zHYW'5@1X8/P$P^Wnaq(kRX)xEc4c9gmn}֪ܱ{?O] mJZ&EIaHy-hbWW%ڴ[̬#޹Â+3;Bsq-B{p<_iWǏ߄n2`qKg_ť)*n`o@&Ӑ]ƪȩ[?&b|K\,k!^{`!fYOEttL//㒑2|7iA/)An;8⅘[k>n/t Ps]&)cm50hmXN}l5'7zs֒r`-^V7AV)*^Cz;-^XתXw]HT KL*dυB!F1b -T543?7g]F,*?G=夀d,1:,4sZ/瞦ǸϘ- [r/p,b92|QЈcT8Rf;pUHy&XP(qZ PKƓEjj&KkO2#hBX%2/Qq~l*PϹZcK&:Pn϶I RV8^1{bϗIWh X( ewqfsϩeDpx`8:xl|f.*󪣽ٺ3mW7$aWҎ8ff ^sE(ȟ@2W9gʍ[RG{|x h{dM潛AL Pt)UkS{ N ĔQ aD(ù[u7BUeYr9%|ufg+W'"~{$ZuQ~X(޳{YF7esqT*#`Ncb.8!- TΥvd(4v4Ľ=ֳٗP,Y?^c}ʶF(ΞY*:5b$#.ғba'_2XwBs4 @fj}WàݛhrK`=j~ed}t>Y:}#ݔ?}a*E"k%N8IxVDOՑwiY9c$<Ǯ}d8B?mr|z,.Peeyh_t3DZhrnOy} j!gsUds\@J߆EDncHEAqa.Egؔչj߱~ YCws밡\&Sc u:R2B9v &{zFJ Xz_XrueKNf8?$Dd6;5*=Yb$MMHZJHSH ) aAhW&q|g b>%u-ȯULGRiVQqriAbV*fDC E'A[\A E]njlHfk:tA֩I' kn;QgbVwQZ J9(y90} e{neuk(% SRNY!vP> s 2ûز3$PTOP]hAqm`ˎm9] $8xTMe` {kUd8Dldx#^bt:$|*ʴ8¦e~Hh ܜ9N][&v&MKhڶs2T0CA&n(aH?i+ ͧìZ*ԫ4JCZω~_wnJ`kD$s~k~7Xn3Ro~| lM E"w|/Z꿡FE$7Y%(B]DǴ``)! 3L 2 `27_ж 98Bt=J[\i>Ŀ< 4:g7N 6]<q Swb\7`g-N6_xĘ!oZhvṋ2u܀kJ<`~ ,b80@2x^p( akd2)원9GO fdnaL龜1 [Maߠg| k*t!E(ad ._=sL߳4*m)&IER}RE!zH+^9B$%η_`i~]Xmoq{@g:YQ I})g#jCf&§dP{Ipv;5K/ɺĜ@ܴJ{/[XUES")95,B)Y@4Ā;h/Hv,L)h4='g+x k.?Л;=úFȆk8'9C+|^"5 1;K㓽1g֮G-bS?/H&~2* i33ԖQiOSJ'E\.;;y;lB*VK&[(df#چ* `kٚj/[I8&%pRIUθ)Ą]/ A&=43 @I75xUG\|{$$Nk:uF0-1@RX[\<7d$8,|u mnMyP ȑ\*jߋrĞ\HԶdO$ozPpVM  bk0\v}Ms*y"s(-ZӤU 64v0BLA>㋖iHo,eY$mVPX Ϲ=H"E;0vB`nԻ}I/$Kלl-lڭg(f֬tʏ• *^jd-vFmz7[ 4 bSwMq,gDCM7, A!ml>Yl3&dGHm_?]Nrޗ*܌?,bǚ|/ % f.,w:y6'n I/dPk*tc|N+zj0u>pu~(ډf~^X!Vfx08&R~|7$5rJܢ3%LQ 0{!-7T 5Wp)ݼ:7h_bNHab SZ.c8+n6u ӆt?(9Oɫ"[dlyz} UG{zd+*Y%g^z 7 5M0o;Ƚޥg}Q7YzT`xtbL"JE!fFVލ-ZWY3Ƀr6fCX .'sH^>/ZTH 51_Gjz@.F0Px&d4+[ w:qzڶ}^$_Îbbwtl=LgH:^- wN7輿FǺ =ŽJ˚<1!T [mc~Dqu&0DtV#)qހؿAö=-5,(]vg%ūY /vY9,Nd 9CΒ ?K Q:A ܧ1Rxa-+K&1/GyTFg~$s6疐42e/}J|Ob&.1nx%voGWx\>VęC~H-n:t#d^ʹ׍O|7 QI b/9\I3 {;Eިa HKTdK80 8fGO;Wh"쯫fXi?)ƯW*[hG]wmC]\Tq6iq Ρ"nM-(VǬ5aEUvg\oDxFObwWW5D8i9B$Wwk/&Qo^O'O{$G,2 #"Q9_O7 ]8s|VX] ۞lfoAK"[75׊_([D At (l7%</0˰% AL\ i+I&Q 2fS4q z}>Y,8$Gj`SDžNv"Tu| Gп&kxll+ø|F3~biSY~42 ^ 9*CSK3b9!`ڰහ@͹\ 0Ձ /7q,3-kN){}Gx)lyqHOD乘TQ~U}OgJTWrNh'[vNGܦL@bBW yQ:o)c9iOUnʏ# m%p(^6䌫gw[Z. ѠޙywS0Xc?0[seFSm2Jbc}1]@%Nu!,"銋rxG/BH}t S-eM/Nεg/@s}5<)1B9T1*6qj9i79;ȄR#2@<:=U&;X酴z*P a˞1#9g#j/XO^t9 "(ŷrضWc?2DCw5M ؖx4g|00ulW(`F_IO l*#Z 8_Nz&@6dL@#P3|6lu8^2=+鈐}$URgg(SkJ_ Gn9䂤о\+(FvE24v T~]hgB&}ھh{˓Db\;ⷰġFTnR w®_#9Vԍ\ ͒)#"+4ؔtv^ֽ?[c244~"LVzi~/CX|<2>`@3wj:4ܲA.YQHلÁpmYTb.HNP2dR/V8z;,ٮ ҫւ׌<$;`߭uMR=K31R+k(e,ې9[)nxdR\rPϢ3s3=:T:@ YJw^A!Pȟ#B#BMa+76PE?^|5_iaȼke99"G뮨%gvʳQ =z9 `BCB(#ff FXӢsѩs`SN )e4w]oHˈHkS4 bn\ U/F,΅Wb]R^:/d-v331ȁ4fcx(jFVz7xq|U;ؓgMS__URvq $.NQ1/ɣ: ;Z3?j'@VIRX9.Mn8O8F꺥vx#9PBx*-ˊ(KhoLo]kIxɐsXCfjpoh_.Ƽ>ZI(5a4eG5appTeXe*]>ǯm?xy v_S\caAάO_62L%J[SWN.#;$׮O@>zǪk[ͱJ*9[5L~v. %iZݯS ~س&r4Ee/Pr)TE\B\ G^+eN xx:aiXMjTDr3C9˥(< ܿ=#n&Jr Y\.)!B6|'l ]-Gׇz5* e`0Oy2bah#BJޕ[N\vj(<ei ,zxFX g1!pzУ~**m Mef'׼͉!g惔ȿ5YB pجo/JlFTWR0ErO%2W:gϊk1T5}yݿjKnR$*w2/JS$:2Ihf' r{9W2"QE[TC |}KUX|[ HEa/yC#Q L] T$M&x2~Y9 8p4⮇:z*z=jU}>G(i, b'\-fYhϛH˚PRdW V'üIE:%lC((f"/Ao񠰙GriS>,t]VntEL3֚:_a2ˢj8èspvR"FX`6pU:FT#y3:8PS>vD8O >,Yui{xGW7҂}PO`: Lȏb:Ki&G=]hx;НHUc}HrII"TT\T,x,X( veE烵q'WeŒ80:݌x47`N=F:OHx0M`Jڇ/?ëм\f5{5}S TQ(q9ȴf[L1Ci]Kֺ*)+id"8QJ8~4IhE:vn($094p"6 TqܹA+Fӵ,dR}b.8軜k]) }쀷(Z1 @RX8XϾYY>^4Sh{45M}x -R?=vB굜neFx@@}jLGX,EW?i 麿L}ېl  -Zh-6rDYӔj]6p*+!$. L@Mu$h?7SxVUS-ዝhqkџp9Ci(xes҇MgуoWcf?me- qhCgSOoaEՃQeHr޼")Z ]DUX<3*)44컠@"Ժ۹$*W`}WlJheQ_C0BK4`nwDjT0&Wx/; nfZ]_iND{iE$0ُhIBR|LjK(rPz>G RC`-E _PJ1_/3,io2@^Fzٔ n5x-0ז84Zɒn{~+P!b{ٝGH5'f.E\"ם."7:Maz6}c9{a0%&s$򚠫5}^)+R5kP[ykRLP *OYɋk ՜e@}c0 o㥮WL8错@׹Vy]U?fdu79JhT5m q枹:_z_u{nŬ]㪒ǭ[JX W|pԶN; &EK:ӆ#r!S'APFC }DD>y3qx[+ߪ?UL%ÎRx-@֜zi( >.T pCB tS;۸\H, 0אz7h2|=|zՌ:k.{P* jU}\`N]!a%7@tXG/Ip zbaBs &lQ&*XI ^ł[W1G@)k@HW4`3o8{e ;i)i:b!)v;~V^-?jq9e;mnaX:{ @y@-P5F#wqcx$221#Ns=2ͺDZp@.W'<ȤZdVGjGd)^џvTmUaF4_#P$N}6v@Kd R_;ut=޻ɡUgvN|\5 J;`vI*߾u3~lUNӣ߸8Mf[]7z+)+ۍ'*  Cky}+S ;wu*Re h5jel7rJ[҈;`iwWK<[aT_WeNn~3j:cwH؛@"}8`}h #4|)K f\](.1M%@_ygQD(gjFu$Tt|XD=ߧF-Ac7CYz~SDka"4Du /ѵ/vY{3KhXNe W+^<]'<9qsS/"٪jDž9Kuub8?WU%.IAxi/SiTD)cf{5ʕ`5VWh2\BļSwWGjlYj+5 愾bN G\ZVUҪC4 ՎyuO ?qq_YYҬ#&B osc$,"j0 Gj%zCU|z20]Z>H~P%zwDTȃqZG{fJ, }iL9#z{|03e} Ϻ~X/6/SV ]Ub\ŽHZ޺pTU)9]0=(P?rl}c61޶k q RkRp ZWM6U1r Hޖoy 6?vf3<')!+* 83Zomƀ! Cl|i=(Q%\}Azl|M;xSof%jK#YU#@fũQ4ɒgJpȉ ԙuy;ݕl^Wٹ^rmͱZL KA݈ /㩸*Fvg0p3%vަ3[0*8RxZ+́ZdëNU -WjGIxso-\wz Iُ#¤b CӼ#&xJAO1 W"ZFli:_Ȟ<2b${"e_R/rO&C4"pT&DC5=;D-2r.Ӊ:"PbyjyYbCRybC&tԺTLQt#kK#5=UVYilX1$+v$gC&H\n7jvvcM3ĝʫ6I*Yi6AI8]x49d$̏ ]PiH-zz` u@,[h_KD>Qͨ)ӆvD B_ yk+}^H[.!c |)l*K#1N!7@M~z?_yYj$*r;^? o9;j hjg.B3omUY==lgbK Y+ُ5. w94r(/< H#˚PΡ/j~lRSiBep$Wr׹rCIcр sˈB9s6Xm3Ĥ Z"Ⲫ sgF=Uba"jŇ|e!庸->@jLmv?HbfqtL^EK2/h[]0#єb ۹5V']C$j"yKCH(nuu-8rwIVs*otzc]NUH6ZNI~T|ec Ipt!+RK#0gs̩ĿoܜJc(" xLN1qm{]dP|\^y@*+6KLrwСZF-_̑tr 7)ͬT[x<@-./ ojÞaf+Zb7b }Q,7O>@_*DøfUn^S|G(F7 iCO=;e+uY\S&|!0fsj{t'k:'wΜ._?)nqIV:baD *bk*Ӥw$e9}GUa(}ljƖO_f]Z~ݔiE=ƫ…, ZW_r}S޸AGF_6&:|=S%NcfiEbˤA'Lf >=u Fw/M>mPZNɉZ@ك( nJN!ZE ]s L?aKз{ShWlk4/+ Ka_K&5AUJg* pG-Em@Aﺴ#ĮBWv3?1,5q'lGZ ثGVF`gF$Be`mN0oŐIc;=@w\8ϕ E E&iZZk-8ӺHoOu<x;n"21ᜨJE9ڼ\9İ7zW^ J5%՜R\ G fBeTƑ\o/XjjVl7)AE"N 0>re2oneuӥK[R1{jث[,g5΁GL/Op_A޷ȻL>跌y<0@ɉwE9 "R<cE ~x  VS LiDz)@_0ne%Ѓ.PBBR<m \ȲgDy$mq@r4$~5[?mB5&[?!6G)U}RyAI@odV)f拟#{Y穋6^AURXQwuQmP]p,~Y&;)9t..6V꾺4(Gk5;Q`Jg?J015oyHw2׳F^q&?Gd5z%bBES2OX}+@dg_> KPIC{ U {+%ˑbuOj9 mw!]0;dF,F崵-N: 3_-uD'6_ ,+=)Ȓс!:cI!~ciz+-7Dע4LŽ6e |%KQ?Jh$\a'z5F=%C"JկW.hD; |h+L0xTc!m w gbA72J`=-1~o-h@ [&˱U;-H5a@{Ma8iR}C>I7uI.y(5u㒘8j^lCy##{#w˯ka?`+PլrU5k\Hr=꫎lM,wam9D{ݷ2pA1=QK 6 Q.m}6[Tv=;ߟ"Svyt\1qdM^^.i[Z: %y{¹ՙ*qFl]P4e5[X G++J@J2wdi {2ͅ=76|o Vxy{kn.Q1.Ej&'Dd됴D m_ k!gN3Aým@?9q|Mga #,a.rCNViF3! BofTi4G͙-'4?NِN@^KfB1Gg;H2t#KWq1g9ikpv J=~k5ʭϹ-:1Cb^E4ut_;pϱ Dilh({`rk=y\{k1]!l+[10is( PF!;}JD<ݍ EvGٽ񇈣]5apyN} 2͝xR5mC)Q(.kgf עijjŹT^ VelsL!&CFf0g%4_y$CF+=WצgȻ稜B,q׏)nWHts1&@)9z8e ׆Oѳlja@['.n|K7p5f:ޫ_(o%es #^63@A&USʱ_Otpc[O&R#lS%f^zxI$OgFRN򶨞XЊ63" 9[ak؎^LtoH:TzOͮ*f<:)Ti"L͆_/>6mXf݊iFp%y bR e Po8Q\T}"4ԊyF~yk/"RZ޹2ת#@s+ٵ > ʆ_}ч P۽տ$&H5@Yř/ZHI֛s@k)s܎S:S~yH|)g0};勠9]FXiʟp2r2p ƑW3Z߀+'Ѫ~g9K0m9k#X Rх;Mi;43Hz8 O*tlLLdSiC'J#Q5e{Zim=E,kQaa :/t7ŕ?4FoˊUVirwrߚw $z'y7 \7ŝ !̟?hi  lRמ6]k"}Fs_p+m^L Q.5hvD{˃ҷ W!p4eD[k|M<_[a1\X1,=wCDKi<t٧Ijѿ)y&N9!(:eF#EolTP޺H;|X3} |n]hp4x83n3a BUQ5hƹ " xiErXn/ǸPZm  šP/`&ۢ{oLA@U\*3~p*Xq;Ux~@?$>0B;i$RBn޻`㝋^X™au2>?[ Vg^DT]C+a 03s\rEhs(CK[x(YD4ȕF؞ @1C%taȮ^=>bZjJv/PTۘ_*g@|$SGY~az:#(2NvxV נv@ro,Jw#XE{csִ3h@+a9b$'ך |]b 㾘l^dq L1}soDH0k?ڱ*s_͗v{p: @>LEo9Җb?dU'h\/}Cܶ~}m긣2<+]Q} R#Pޕ`Aj Ya߶)7+C(2@ /ddvT)))Xg>-?5; ifR&;n{0!:PSy>U]HVNUf F@Bru?ܹO&WܗM:pߕ.L6eAC Җ6w(5΁ 6젝8@i|-v+R/==_i| HW1蘈*"$q!,NAV>#2^)aJ 'K JO~4),*~--ֺ|73hω8ߟ /Ds ۂZMk h4L;a! S ^r;v9 Fx!zQO.׍hzu |.MYd|Ʋ*]㺉&<mq'n7CH|(>\ǁy)" :O cJ ̿ep:aPPxђ޾A.4ԟaErBq)5 _cJWAB>8Ce C4idUpgCW|QZD_`3|p9L39YKA0b)Q9 F9b|*]X޺A~ՕGԩt12kHuT~N{A>3C>1H2Oz .1 vmrUm=FDSH,u^͔d$FII;Ŷ5_e+Z߾6]c餿/綴R7xtY%ZoT @{cfPSnfaXʓrmm_̿.(+15ADŽs`B@<"/H/EyΎRt",H/"5X%z"[rx|9P R"Ƀ^w%Q8>- |E[k6>Qk0/3DQ~G:LN1.R(AxaW;o:ɏY&`7:_>SÀ%΄T?^_,I1G䨅Ĥh-=sl7`HoT?ލj _usH<-UwsbRϩdmQ~3E.ߓ-hb vsGÁF/գ%Q55^gj~k\-`ole~SaF"vTȱܡ4I,$ H޿u=Bč(^gfCRb2%zAT}l BTy ~wpe9OfV)U10\LKoys˛bV$:>q`ۖRy'|`9 nB;E7kSD۳?$b#G6US& z=jDݳqn D8C%}GT`ͪ ;Z?FU/# ESsCF7C; K_3ti+ yH}eWDPiXJpF* hZ82]\\Qۊ0 N' 5gE ʾ%y7ybw53![_ѧb bX ~ #YꋾN{1Uq Uev* |tzPgnXy+I I_Jg][o2LDQ,BU;6zL8 .nO?|{9`C!E}SH3e^՚IMFFz:K>KjԙM5]d1wXֲF_Z:aI9F y#w) W[B}2+]'*$!9M5@G+KsaQ\cZRs tM;$AqgA uƌIR84Seq >CR$*bW0~?uk) X0fT\4%|6X=XKJ2;[-HZN)Ls`lr4Uauu!e48G6WԴ+PB=cMⵥA )79LMЈC'd! Lgo^+m0tM{mGY!37;媟߉.H͋dWNe{K|S$GOӕSC Y넾|l q?8nPQ& <,BM񘎘\Ur-P?U%s z;:\ƃzm2f\3P nXq.O~pc}GD5)q\6cp90y`[\#CFgkbDJ>-zd%Hx^۱']uDVBE4< "ܱK'(o}`bκI7wkrtdj_->oSbQf[D^sx:0(]C2-ETڢysgUeS͊8^[Ad+ΎN8m~ar䍧Ed0R(4;U8 xZ7gc8KwV{0@ߞuʲ[׶.xƉQJcCªCX<QCj:Iu};z5š[^O;l爌6sI&KY|ac5Ûa2t=˴ Lʪ9YĺEDN%pǰ)g`Hy*G)l9 {rkN S}rw^SdZqgcɆQSu]Ȋ$l`uOAꑿz` zj_gh&t|FB:(,t, "?[m ' ZLg"`шMZ Ҽa48kRvLeLew""C@YĪ|,0Dwhh YuhEۛmݢV}<(#أ[\mmu~c,jeiQ险"]qZyQm-[oaDɁfG{yU v{ZhL4vd:Pl%ӱ4$;P~#=EZ~"25!zBFJl2\#q~>.l>4Ȣ=$*3"{pK(.as&B ,).T"vnV=0tĜYM^4QyV=cWY$ O@->9o nZy&;t}uSac1GsjRtRFԅ#-Is豆wZ9*5]^Sfi9fp73w`NS!1ІFs+Knot}v<Җ2Nʀ,wx_$cյD|(!,Jm]wLmwkwtAǭ6~ Dh26qx [AL,z)\m9{7`3RGHf}l"]pwIcl[/(r9|pX"${\h%:1TA{ضlȟ,ډt Q/۹ ! ytMR{<",y1!h7A^q8&7ӞCG%ObaND7Wa12X"NPǼPiA}l#rͪ9uV HDD`8{+8S>}XYDyGOU}vw}(1oä2<oy'$ؑ5ݻp˷Gh5e=Yq~l'HnW `Y]ݑ{Y=`$|܆,2zT;e'0#9ܼY5>AWX%֏z}P#&{L̶"0xF.6LICS@-4+ך|ZӸ 8V_6D>$[(ysQ+cT>+'p/µ27tՈqMu+p*i+B :^'Cuii[F5i)+VnDrkqk\)k3 I, q왒"3A/b"o{wk!`մ3g=@F Q$5)#Oi`L_Ńߎ;5vnV|iV-!8d܍k`']BcUЕ Ge#_.tҎשo ϜZ褦. W->_ٹ^/:ZyLxLWvC%+_UASs ,;WrV=$itj}$5`t+:*37,n$ 9Jй|l݅ 9 4]O° .߼9]Obf!D^ ps@':cs9ri ZV\u㝂i'*ŋhg3IRImqQUAiXy x" E5îG^eECcJXJMHZ/Ζo';::t|Rzg#a}*,*Ps&V+eBRzΘYJ5+gvKt#"?ԑdug&ЦG %ԡ*b,n][s/މcIqǒ} {Z_׬Ǣ$)`ˊՇ,>OһWVWjL׷|m^Z'ӦA ;;_/锩`.pf«SUd碾dd'`26k U`3Qr}`8 O=Sl{%{x}߆+m9 @ui_ʊy8aW (.H :$~Gi Ю_I3e'!ҹ&$fu }BD8{SBjI"k.RgND5@L}VM;1ZY<*֑qFvz7*gD 55`gf9<>΀cH~.Tǂ_1Fm<عW*#֏ ŋf,r#uvUi(C9UY~wd3G {rԑI:U6S/բl$Q!0SAN`B`iPjy+AxRl7UVϨ[g=˴jo0}BEl_#bl Uok=Ìd;Qj(?H#vg@x(|:#R7ʡxj5Śoi_=43{]jS,ңz"fcH5fN &4*pL5x鶀qarab3xZRPwZ9Ss8巁Q5ޭ+|O[;ej g'O#U0(*&ޢ5Uee7avY="3X lm̼)[yu-HXz @(~<@Wܾnj*Cō#A 7BCpA'7ḡ2n'B䅷clܠ}|U6懀~2ת?; ">=QI)䜔ʦB5@ʞ-&?;ҥC(+u6^OXX%Ut)זL7AqYeQ/Ib˲f)jYy!]ni (3ţL3^<]aF\뗟{QZ0d% 6R ~.8fwґ Kw+(rpu ph荳!$e0d&.1  ; eֈ!0JxRhJL1L96'hSA(=̮+Nڑ%թђ|m-?CyRD~ "[M׶׏*#FS,?8[ZBkSD'ĆyNk'ZyDa݀\ǽa%Rภ,r TxtF⭲8#j kh<\ƌG5%zHϹ}h;W2QZ!'#sc lN@JZ_Wð%EcGqb_8;Gnӆ~* x}8jc>q:Kӏ*Խ;&U5(},̄ҙ yԙҒ+CAX O")WFuO˜ѢH 7ڔW(d3ps֘@Cx@GMu{kԡRQ] Jա)W3K[IG̕`UZuB]zks貴D(SNcD7"3@O. r3kxh(ّW.Z#0܀fE<&H^]]ָ+i 8EPUr(5~#69TA@hIqp 7~¶m]ȑxc#ܛBxWƠÖaMf037ezl/֎~f4[آgJ7]/b*cOWST|hZPS[|̶R9(s Pl8j2n<x)(cq3iE,Ú/V x. V'.K<𡆊R6<{ybabzg ^yrO;b:FggW~'~gW n:7f:8e;6J׌i^Ei] FNO* !o2"cި&}$mз u*@'[Qvr,kB Nl!=MSKDHȟ˂s)ā 㙩Jm*Q E;|38p-\լ^PamЇ>;Ik (oċKA7Bc^TafN/:l`?d+a6#No&OAPrLWmn?^\_L!$;^4q ioq==Ebo`(i*Q9NM/C=v8fVCތ:4ub*dnj y6HׂADv],돛MyI[BQ dl[9Ge:U~ (A*ΤWcի#rք:p~!RlCEi8* E ןl\>KNrمcxFǂ;uFޏ/'dʌx9dj'Ԡ*ر}eraMsL;=#&aGNBBS\sF&U=a.vTzmQO} 2D0*UFD l&ߟJ҄W_2Bu9t}/#"IJu6Ý⠜ Tw; pQ?sȤS/yw?l/g1 ,Sp tAoy>σR=@4mÛ2 !CpHcD6!<Pĵ BW{:OZ[j#wWR=|E>0n 36QۥABIM&)U\;A+gM/eA1LYНu>oW١^KjV Aw Ȫ[ <#Dm!3sm}ҽۗ `Qךּq YKPDK;7rII>77BTEP@@Z̋`yj66a eeO)Ąؘˈt]Ms< ` U /NJJ/Tun6 %0Kp溴K۪sχ14_GmҧH%X^@k?sFgnRNzWNu_tC#\\;zV!fn*[j,HWF]bιK<[ l'"6AE{vk cd63;Ypα7Ja Z;ßiq(7~/jv;g } N% :&'k3˛"s6f^#IsY4JRxv08R QӱOtd;vB<j%厐V kopxlj^*A 3h|^jn/_ޟ 6;NaǣuC,؆]]rd2܈9rY6YRxM6gk_ҡW|t|n0ښۜ6%lח:6G !D?.NذDҙR+~ʾgε0ޛ:TM-'D1zKO*3-P}shC""8ћߑ<bxnrbk&\ s]8:.ٳ2To)R$1u_yT3 FarJ^6X1`]8!/mN":PNp'5f|66UL2%bUYIJ֬᥿>#qzjӬ&%Yψ3"(%QY"aA<*EG] P\k2RQ&~;c8*WJ6!m53_]}m '(Km ޡAȳnAøOD{ 8C e-Q2gNFcQDYAo "sP]@= pf"nw>+3QfiZGY.z3o[xč??!ֳ"`eȝq4PZ4IQ~ѪݑFcfwהx70TɬW&P媈nY5p8.9d BOZ&f{t@oaln7]S`r)8:tccGi%U/XO"ߎ_V GN!uUܱ܍lhh8g5AZa= IMx ν> 4emsX膐XXP ͕Z"BP4YMO4+ȏ0ƌK ӈKZy ;n˻c{wȝ3Bx}O(NLx86žl!@]pK޳ff&23@ ?_Btkҙ'Z+^m[pcSY]۰UFE%aF2x]vuó a 踖G9jQ:]bJÂ}]a#TPYnۆi$.lEBSD@ );(iȣm!'?z^*n9:/Mr2uz!PE]VjӇ+meG}h߲ wmfG^ k^;u=wzK4o%4M S M/UX'E;a*)ޜ֤,BSbblm\_}P/JB0`͡ʙR2ha>*)Zfo)3LvRTs)CV樆^_fa?Ȳs8~M^@%?4ط,M65fwj^p؆d͎? MߚMde(/oK}b2Z܇+4o->)'?pϬ$fZ9Fne`o ChMTn/O^P@8S?6ʅdj%`Us5ΠViL9[E+Ưo0v^xSMg Z2g&*pSȦFy1u\҆S8JxAjSW;0fBr5mIPZmӦ$f#5 i҄K ܻd`3[XF1xG-'tyJi TA5?Xcߴkd# 8 _Qv*0l؟@9S@ g5M0{Ԍp;D)g-4>88e6rbP!C_ ](^K͢ G!AWzu}57aƹFEp=,o"ܫ$MIUAx\D3 svd%/s%.AihWB43x,ٽYYRB2(hg$42pj0<"0(Xv.!-*4rQxu HJoȿiڢwmIZ-( 6C=8a΍ |D{èEzUi$W'\fikC[Nq%apv kjtAq d .Ȼ sXH~ ̝o!D=]V[Ŏ&Yƨ4މ^YUTq-2e^ʕIz_-mL;LdjWEozNݏ3ֹlC ,U5W)Cl'XJk_yнF Ĩ7 eu 1A@'X*:A=~Mb%LL6=Ug컂:fck{_lw1(zta~{?D ٖ :7R>xcY yE{-~`5چ(# fJ3|k,Jh=WAIk@@cGXR1a[cKrm3aW=1 +͜_8L uGFz-=w% 38@Ws9ZgWXa}M-Dr:"$E`q/Z̋L:M}25&dAZ!%6dހk;4ԹK0kP=3IJ9*шa[ыۊaR~i맋H4jvNF9խC*;wC :^Ѭ3!ťTj< lXZ.!PeVQ%a6X\nvsyq\5n|cJrY ACRdT~ɒ T|9WXYО(^e|y@,9*a4]wo%Ȁ_AJnfghӌt6!VDݿ+U ZH h7J jgbAE+&+|u^2ndXkv.&Nj:5(ژ4sYj)`lb9X3U.T&/n*0J..@BDi3= zj^]asf5E|EwPZڠtOp :7ZBȨj[Iq==}c:ڡ< ^9U_GRBtL=y+ٲ엜A0ɛ7$_0hZPA>*}nky}zQ!?Cncl[Q"oÉn s-|t!ݑ6W7pinJ*ǿhsüJ%֦9Ig'> $@Ӫ|xCrlXh(G5c˻h O3^ km`_/&p'52$Pl&WU댷Lvν&m$˶pi{8xL4s)8,t L`$a/MO_ֳ /spѣȚ?E᥍w*͂2QrnxGH>dIu&:L0բn/s[A_5H;BR bWyn"VQleEʗuZUQ4+?X:H'5 '-^+d *:?/ܣOo5N_ jֹ-=J_[EG Yi,O诱?,Esuɺ?~t㪰mXWҷG=}R>S8ՐOe/MC<:qԾz^1w\Y!?!io]{F/>R94rɲUlO>_"u*&{ȉlVK)0U%V`;]0=؜VvG3 obkhƯ) βW&7dMݛ>@fU1釼 1aN*]&g6Vn.y1G'ޛ#x:ħXd14”$"w z!<1^/tq ZF/X9$_}0O/?ia~}mG֯dzQ+=\yj'P>շ,1癈W>4i; r&2_Л3J>h쾠KF`؃P`q&+qqˬX[k#r2HU@^ +S48?Nggs@ x3R1~U9*XGB<.\,07ztDĔ4.G۵)pg'4T$J#A݄\qPovLYFhDh,z1BhȩњcW>T|nw+Kc~Re(VWz?)`-늗1,ːpnoNR1Ұ4:n2,Tn?Lsp l nLlh䰘4Q>3Y=@/Cu/VYW H٫al2z eE՝w#%TыXooraWFUwsPb͑u-<#|;Sa7Z9uK+>̟ B ZE256?d| $Qv*89/\Of=8S 4*}̝FWi'e?)1b@gRDȄds]C:%VC]ݸ_pa-gm٧ 6Wdr>Bm}%>bݻ@qݠؘ^Pe˻vn2hcs:hB, yL+f꘿9T^8As!'pђi['a5PC9%syCzw1P?aQ/#Zl/i3>lQhtkqrik_ƪNZ /z+̻p8$Z(Z-Йo~R&G#dB+'道uX8YHJ M;V5?+/vג*~;gSErD7MCwko<Ɏ}.aŸ;a&~L) >$yz&RE{3`blz{Y'}8tԶDzX.N0j!@ہ?fJ]JlEL$p=oNJ 6y5srN<.4~ՇkoEQך#qAa2cɰ #r 6oAoqM 3UJȅ6():?ʃ3rf{؉MAD4$rz 7ުT(ƣ[$j*;F=5 (4`4YuT .GѠ%Q4n&3\3luP/ܮ҉L]Vz+B"2c9 CCZb%8z}c\\#u<=PXFoY ᛐQU;ƒ2h"`&~"ҙ).40S% .Qt=C3c@dE؛|  GڎRX $GfUB[M@4IiRM9TS6w3 x5Gc9A0,A&c|SZkiDzz ##IBB[3=Ym$g+D54KfA4Z ,m|KѕG%bhڎsLg y4%Q(E07 [q8=&3܋EyQnAp]Nm}P0/n1΁IU"!d$(2ɋ=Nz;ƒ4qLF.:&wx,~hC ૱4jf`C];LxCjA&\I~FL-h-нV5GTzu=(!*鹿Pqw]8"dB0ٹ}yB1y],3C/c[|B'گW %(5t@in,˶K i=d:'8jz4ęҠ7.16ExE``If_C-OqTʾA) dt~S"ցASn&y mR]3!0.>i ,LNGKAF;v:㸰~򥄓Yiy3AŴ| {6­a&Ao^71m>:\Io(}Nursl(z̹F=&"q|:jGĽ^jS`j:Ə# 'n+p|k{s &3T7J>crkeՂ5w8,bǖBaJf%#1]kl R^a{r,O.\죍M,QI*l^ZSNƃ3iа""=.d¿/3*\_A]+WD\"=%0GAUApzW #7r/R 3î 8#q$L` ۇd旘xy5 kۇ2R7Zs\Fffv l]T_/3|j=]=BhsD|VU?l߄бl?G!@dc0b$r06#Xښ咛 mwf\#aKoI?GOS_}~2 8!LhvbdI)zAZ *kH2a_=3Fd qxbzFJ ޟg"EhQ&# kҷy Pf}eMa_rTq5m~ѡw9^7s=p-j'T6KvBUf1\ӘES_{~D0j\x^;`ïazmgjC,О4Yp%jcf }v`/l#G/ (0an1AT9燨f?Vvnvp&{)]W$rck_!3`ZLyN"WI9=ԦyX BNhdGLH=> 3N^M(`fȰדIѪ kshEn7s6j*ƭM,B, T)S1gb/2#hVSG "}|Ӈ,CjE挦rcd֑H'͢ ݪrw {0Rx4s@L0Qǜ@68?NJuSC?I<92֯ݳ_ ۴<O+G!,7z5iX({O^nQђokRB&m [%. Sw5\y8MV'b(IGXh05Qs[ d;N[g#,u=SM#kaLIPΛ_JXuL 5q nV%uYO%_ގvG2v TY!v Ofdi0"*SAyn20Uɲ=1!  1<2OiOϛ*{JfԢ^@׻/Ɔ;4"Ԟ)=kEg?1ڨ 䱇 rm{9Z.FIJ9#|]ԭϺڌԃs v7di sd?tEœ7*1aS\F]{yk6)ީ=VwuHbhΑEjoǪX"CK^Em2p(qZ]8c"̂)\hcdtz98-E~ 7lt.Ēw0R{%f -dTt/T ^ppe2US$5BE9:"9%ޯp!OI<T"1F`,~5# Nz|htDzQZ!o̕כ)/Wr1kU5Yuh{`c5s<|K캽" N]Y(Šƌj2N,Zg[ڞecjE)J#ZZ2U4XQ~y&TA9֑/> c`5Ѩ[⻁@X]q ݠgl;f^ 9rUY`|#a}? fcgbR22,!;X~繟/ 3A<2tRxvg@M;޾|uq(II1gZ)IwHZCt9澮 BǙ Q̅}w.#Ix%̒x2Xܚ}eR];^-ᩥ"zV S{3ƣZD12nmǣwUn㢈W nj {Rˡq)Piw/ǚd 3I@1$C]4A[&n@kkZI#UX6Pٿsvo1Wu M%Gu{0ksw}Y 4Eef8($PCR,yPD Q^˞(Tɺsn1^)jURށo5_#R/WĆ'=ۅ`LMT- 3?*qt L$+R !,y+ȏ>17^޼J24"i]yBؾV}aYѻ=E* ?8ά:~%O| gJ"nͷ痱-ϡG=Z+%Y BCNolX >Q?Z,eU+;FU qLy' T+G0hϠ[?'{2ŕ1 TV]K`uVs+㰇? ~xD2'ۧ#נjw̎8_课3W btLwL xtڪ,>2>S(LCF ;ke+:սkk 70JneX-J "#]qvzp$o:QF!Ih "CGRU٥ HQə 6+?B(x/̖v+S~R,1^}hsZ* Y|6sp"RȡV,hBhx5r+C/q,V:NYX<䁇z\*vk4+gTp&y֭pLpΎJjNuđ<ܾ0",B+2pl&;Ֆ'p=S$32Rwd1, 3[P gOm&P<׃30V_柶bmbA,jP"OzjB//vyfDlC{wP_ _TM~-ߪ7qcA5fh +'gg/lH7;6>!%J%J"5Hŧ 'ݲnT)AmJ0KsrOm:Ly`0LzڐkxX5p?0 gbHmFv\Tqb y:]X[<Z!=%/mXczIԸC*y= u|Hq4\GBߋeow]{i`9!9I]~Ś( { q7+FTZjŗ= ?+$e=2TO6!uJ~Nwk63 z%&~A ag]9e~ƁYuA?RMhQ88#;  0{Jv{kFۖn_Ks KqSP(U,n ]n2<^MnȠ 2=;eo|`e;X{%H·tAEsYH2yCg"F/0$>y8̋!g#b ̕ZB!^sma;-?G@DBh?Ho4LՇiRk|a~`89Kta'K;ہ~{]\%9|0ɼU% &nEЖ !8)Nx'Ӷ)~ɡ:3# EՁ=9]+ f8SD 6iwl5%A=lyp>cy܋GNkF}<)ab!_e`h[~TxU ^*yHlpMX 74 Bp|ʛ ˜e M)CX;1s!!7_҃)'6i +Ya|ma ] j7M?a&Ƚ ]w p榽JLs|K9ƞ2iW\u$|.xf 9Z9wC-ZK(Q42܍)أ*B;U,]s *$HVy"d \|[D#Cue.qT>Ō`_142W%lk~NkޯA)C,;Xk{vZS}=ݜ(!~ hĻ*»g.fXݐ]+nmj&d&)H)5H՘i# Iy`LXXk,}IP>k{; 0 nY0.)tGo%gNme,qE|(XKߠg(c:>zd9 MԞ吏q0}^׿HrJS8s/Hz[ 5Gnwc !:~VsG2(mJ<^`QD_ )16xX1b,">Ng ow2ICeMΧ̣!eIxhM>{x=0.f_CXaWUB7epGoY![Ut:_ZY>oɃFf'aw@E"J|gS {D2-[/-`J-KfvrLQfa>]wcqEuғt:0 M; XUW7^jMFF׻mڳuD]կ6ZevE9*GkjcDj\]Zry Ө5DO'!F Չ<3σ+qf}Vćr3>p|#G.jlAsl<*3A~]xC`+X+>ġE[[Ĕ-XOAq#6nY~IggJ7|(ЙÄjR myT7D$Dcirwr|<Ѯ2yzed/  bOyFPBP22]ŀV2\}tT!pj|UdU_ʾDъ> &eQE'l8߃"b`NyijB6T?T&߆?kUzmo|կwb~cBo.-h WKJMMy;57` 譭\"7'ɖKܔWt{c^5fwf$=1,J%*h/ ̽в.,6q~gH'BN[{#!!%pPI6{S_j?3A'@\sAMu5,O!{%|1e3Ѷ\Ji/x 6;lς]p3"v7NUy)Pn>  >dn'%́1WŒE[Ls zz&p v 6tpj ԭ`Dg{3դlgT#rHlD, \ѻ$WK_4>>NV98coK|s^a(uyxf"{w ܺgu:1}rN1zAN]nj2K!Q)HrXa؃GHYBEjoeyǛ["B^c1v}pE .kq 9J/Leާ/I7vsӵ2xy(/@^^Šw_vRq:6JL 9d}g6[Oidu }dOBOsjo|-_Ttմrۂogs]}Ո ,^DC<"_pi ҇8j3ZJir\q][ | G^>Za'oºڃݨDIkj)ғz/=i^=f5о. ~x1#whV=b# ґ>inhb4{hm&}f!>?%?ՁdrnO҃|iVbF} \Ye v -A*,(’*g|/I0Y\wcº(D7;FlpsO,ֈ݂"1b'N|QDF&s3JS?bׇ[Ee 6bpDY#os1 ۦ[0B/}uB g^Qem_Q iDnY?tl[tDCAB(} 3{Nr2_Hq.v]p:#ujq,J,<,M7¸!$x[0zzmI; O~ &~aNmd`FkZ.\7څ֙>^Kw_12G@։tp+'[%X&ٳ(1JrO>cgHYZB: nǙWŝy`8G96y\l42Dnqd<=1$ͽkp[Q]xq72$ǖd(K/VSi\,0OM $M'CE_Uo =I0uCk $* [mB8<-Җ"'N/`[^QL&qu1%Y⣿]vc9aQa/6,גr:mOj#g ;4S1ri%СzwϛBq+SFdd˜݅@bpg ̔t׳G\g=OC6v #b7"vd+3J}ʩPX2﷍u{g˹X"ZX0="LMVG_%@JP %!l#)*ph-YU8$!êȬ4lpoZpkunВ8@>#ҿ[ VًQS<ϖ&\qڗ$E:ܼmF;t _qD݂m"Z"TW4*`jtI.w[G\$đSuifک }!MBZ!6|mnx|./H:cΆXrZl9YFLV{KZZSKb_{?}.k0 p.ETE d] y>mG-_̵FɗNs^g m\ 쬴 LsVpBLf-yٝ.Bn4W]I^8S{]Pc9玂IFsZ)9KE- +D.X_ Kh 7g6#SI|zxN}|i9,/%}7C65T~.^m*_I%JkA%/ ΒzyG#-?d Ckqci p}g 6`IAZ1R3b # DӋDlt:S8V"bjػ P'%X6! |׏2cPWb-.-PFdwL#VMTJS`|̫׃6PШ%u'd|f+ȇj*|ZIrL^R(+Jnr@gbtTrڻ߻*ᯫ+yrEzԆgzZdh;.X  gZIvvNa_B4s͖qwH#&9`8݁Ud&'ELyf4#Ty0: Pʡߨ6u\p ;ܻa)+?as^\|m0%-|4QQ;%CqZItv# "f~V[Úbϭv`j&lMna++䷺d!1/_u3XUi^1ybt6t+~|QF Vn|Bj:XU2܊)jaG'/w F +;vUL 156 ݅?DJFU 69x2mkM*ڄaF[1Xt+%w.!@[tK; QEUcRB2gD"!#)y~ޤmq^<^/':JR}e@/iFdj'b^akX*?)xkuRP2' CAg'ۜ9~j/U$=0D"`LX_BHipP%p/Vǿ_)b7ZDYxŚW3Qf!1m'@4xaA6Y) j@ :tZ,|ȊRnŐHҾ ;6W55\Ur8Bs$kͯ4l?9LI/G-P mSAIǛa%g+#ZەUu.Gzت2Rf6Eg;׷ wkcCE[0#$!&0cFd2&%m%3,!p Ui:hQG\j!||Ǚ?'/.i.+\&뤫K;H"XA7!~ pCU)\Q<巠R 2^QMZXSfiGԪ9 =l '>ϟ`-AQ\( EGGy$Ai׍eЭ1RifWw yy]R͘p["3ʤgc&t={F^\p׬6M!µ_urD}h:*@@>4Db1^s{R06^ c775'ug'tWO*V-1FfDd逞L0#XH|^#Rwusַ\^vȡ tNs%xCb]qoˠK8Zm&e֭EYrqO*9Gji5kHJC5ACY\Jm<s2)\u'!!(}2|Q4Lz8H&y*"]$0Zv;˦%;h!ii߯AZViE'mKpR/;{([FSS%(Afv'W#D׆ɑ[0&t~d]"wU'I ritlf\?d >n~p Fzh=q`ޖKan t#)bBy W\_ϝ⋵5F'q1>6xn: \t"ՓwIŗ2p+RƄlppw jǺ]eg/.`$>H꟟(b $1G%_˨ )6 <"jRfـ,pYu8FnٱH Pv*if5dc[}!U'ZӟީG}.IogO>1Aս-TӡS"_] J\sF5J_}pI$;PhEP|@nS7'á/8aoS^^hF _5ߩZ:UllM/h~Ɏ kʟCE I}b:EZy:lW^ `gKyfV6cBts.I|=1"ENtEEdg88r)9E۵|K=xϰ?s*iZ"kdU +n*dQV\޳9fQ,[.SO "?4y!+s!;MST1@l$ㆳ``B ?{,G,8W_k婭dLdC7nNð ŷ/Q\pDu)YjtPV 0*qǷ(wX!/ݵ\gQ޹6@7lGr"…XtChเ'XAz¨uCHp$}TffsIdk%B īړ/I<&bR井j ;KW>498d$$6\veue_ =;zh|(=eO>*DLbNc64%$) !QTKû/>)0I\Q{x) œD9XBYk҉$$ m&.]X$Z)He.ʙ.;u&lԐ6Qnlj7խ3FKUn7+DTʧ'ͮ4i6-zdן ;PuaJ5P#2L,=EG"J okxH-߸=YFj I=;}ۏ !s5n w)_+iQ3婟]k"˹S/T*rUj;َz8NKRTяsሐ󰙟 Xӄz^pϣP`yy$*_f-& PA- ?lGr/ʕM*NT)&Ğ:.4QO*8u!;jNn2pXvrqէ.:S0ڼıٽ CϤ f{d41FmemJ8ίA20HM幂óe 57;W~aQ@Cۂ5T@20Lq &;cո|:j̹g_/?i/D>JĄ3h?!{#`,uG &O@ fUwEz،3&=냣)F9t 1YԒʋ5aNV=Y- oZ[7[bR(ht8I6if7QKRM0 xi9!Y[#^LR$_}Yoe"C\Sj3T#f;s)N"mM9=5 sIVS[ 8 2JG9Kγ rԻS' K#EM{5 ;q^\cb:s8sZY,WI|$*H=0TouY) #`|TA[{cSׄ4UF[uu]#1P<ե߽Pwf(e\GLQg}\^6ov/cnRqj (˱]އ"sA"pur?d<"e\XlˑTsHM i_~CqT?0+a]ژKh_v 1PA{ 061ɜU/EMȚH:]:>?iߥS~+Ȕm(πČ[᫄`MG*ƊЛNn5H~`>⡷ė4fMc*7o{k47Um4P'V\hCY} 8 +G*?#!, 'hx*d;BKQUBkxiR~X H[LXlqԜe**~>8$ T#d\Hm+dXtYm3]FX)W\`Zf6QZCn*Zj/*w\QIⶏ$.J%ŜY̴W7n=pb,r7g?)|Mb8G@ڼM |G/SՑrfzEX|%T2S̽hθ9n7yRt'N!{du,c]XJZ 5m1V5 \l4A!)ח-H[y1fGOf43g*/Z36lȺ%aӤ.H0|hXn푏: )x޲7fh=U?EiO=0O )s)uk=0WSzO%{8r;iA@QއhŗG}6`-@y~fϩJD>L= (xv5'Hcf0"muS.r,є{kSmT ݁s>`n{%UEߘȭb3B&,\ 7ǖT/c;50|T wMdtF&xΨXF[s)<R_y3e-e`CQSr4B5HVF'qBXX ?JŹHb WcNZ*leBHc>iGA ˒}8Y 9G 4~~AQʖ%@r0P&وb ?n}^W(ExCGV1H-%m&u$"3hL ZD\^Xjbތ _˰6y}Cq.K%rxp 4@fx|9q*DL,lEi f0Aųc>n!D3`*C(Ufh i.E"7y8\ϒ x`?Nyʽ}VvEq?ۛK$ YWf5;5Ih_h@j=iՃ5ktÝN,# _P40 oZƦ0B@:P_T\in+߹l eV~a M94lHB*[L)Bf=eǙc.RnSppm|IS:}͡dmidn]VAK Zɹ$vW40q|M a7 2yMid)]_E}KnSrQQ.%4 74CNhF)ہt "ĺ.c:r*=Pa#;TT j&Bjyc#t ^d8;B:ҋ@2}Tp+؍>IਚL>Z(Mz,Xy|ϴk=ԭ'xGiŞK%SǒJe[ |&!2阔YP=}6'4E -\‹ngi}(5yJ)GÝ/ɇQ2Ǒ1N)bjJOFq/^t]|a#$t1ա{.s9qCpHCw W4*?z2OA=RX^0 6펚(A/o ?5-h=K(Zx@a*NI4SItzBIhN@ctՔDI&[a_Um@kpI_W7%}&s%Xx6NAnEq˜`u{e[exe+iqIջQZJ2)4 BE"'1;;qׄODsk衑)PMq V^ OAie%_ވM C9iTxAj+ƜJ]4COEr訧TlTМ*g_pQr|k~Z|< V1HG;,;]sއMᬧYsT]7YU<2Ы:!UNqiA57;"PQUx2Sw섐Vҿ;X'jUYՁjMXʕ}CzM׫d_|b x~Ɗ,5W~1n4P4z0ƷBZt,ь?زik O2|%{MO_j. %F'|"Oݪpϧu*ex3Aq\"ꦻf1&x%3BШ%Tce-zUF0F-WKꄇ|έ -!~0FRػnx&FZY$l~乮 >G},ڥ'諦͇t Ko\4$DVFr JB sG*OqtH6h5Le;?K|6W=YXHuU#ACx- ԒOQO8&$Ÿl9A)`K<gXH6U*Uɛ›zAm{ ZFgs mVHy)[BkO{4 %g L a9;7Uȣvl+¡P2)7 L{wTO0`CŲR0Q,)e#Exe)*f dv\)zt[_á1jpkEX;Wpeί^_eEmqqw/}o CbMN+%kwV[t7ʎ9S/<jwԻYb+,[ŁqϿ{М~J0r|V~uBWسAgQ}p#]:5Kw@@?x;u0sΒ6 A;'Q댶*L–P~E[J4z?XǵZ2n=KX[}U+I'9#c(Eot}Ɖ;ۛ24a2DF;y.ӨJʗա'E[~E.RôɵAjd7 cO_64Cql,:/ HD$wS`^b ǧ*s'/ǖ u 6Є֫Tܴh}YqMJ2OԦoo9lg56L\"+e|+ spV%z뼉ÚrݝFQ O#%d[ ;[16iޫmC=$1@=ߋ7X u0Y\3ES;_-c&4~J1@-6(q)z;^| c*}.R=( /]ԀpD]<Jk>oVsj*lDGfSb"4ߟuN #x̋A l`(46]yK |/ &1pkQ! jxF-1rhc'E0z&s!/:P]ȿ 2nhD5gOLL[d[]P>{D)˻Dn+(}mڎ7&+s:$?Z4119r+T(0IQBMnFjrsR`!ێ-;ն@|Dm t!9OЍBe򁀩'+;ʃ;J +[?Pβ,S\ >a)uHQX)&-_v8FK˘=x(D %SXs.M탃 6k$A>ty[VnYskT %M-sj\:0`ltDzgIEgWY8K]5p:Q"IIZXl[(O)۲lPgPk1LDH}hf\8cz+E!ZlUXAsscT7p$ac-av'rn*Ժ:bK@X6)k;UW/Iht'WI<< ,*r'pM0:\z5mD)ެ$Yù+:ĝ3/Gΰ,#E@Gan(heECX6fWs-d \vzBcci[ߘ:sN*RCbAO´|BЄ |)_G]qb#lnfecmذB$$&;`Hq:N^jb 0Euڵ,do뛽6)khUZT M7hM;xल nW{}y0(/Lv%R,Z)Odo:1d"!ؚ ^bӌe:,\N:u^*!Ew>r!̄|.7l[_ĽVX,d:sfZ㎢3/dлKImš &4ZH* J2~Çʏ?`L~"3Lgں#$L4J?t۾d;o!+3Ld;ПuRr{$yWdiÞ[\ aVoxZ$pM?Bpr~p+-S->s}2:I .y c):z/cǯÐ!7I,H;㤐T1x)ϧҾ6 iv nګ; ,=r`&ZM%({ӂ}3/ҢB lH[L=:.+Ŕ@x>P rޗ^WND,͑AKvIP^~v'Snjp17'VmaU)P?㏱¼k(o28hf:@A5.t)]9kd \_4<=%ۘ HW'EňV>ʈ7&z1y=pO;9p(DG/>k7:FjoaC_O&}*YM@Q%)d6e-VcI0&{3BAϪZ"G ݰ(4g Rs8ȯ%w4  Tv}'iB1g)/PY)4RNNӊnu39kPV O ɴw KG' bS~YoPӔhԍTB"ar ܲri.l/ǁ9R@ 20S tE+]Tخ.F5"SHNfU\sPHAdI)dA8ۆ>> I'C7>&VvgWV *lwsIJz4`Sx3r8{k60z %Bw }Ls-hOgl:-W_XCkj,Aw$ oxb3=asI{F.M󢾩H~^ <dѨ+ZH8"V,0=D~--/XQkh]:۱됒sHJGmTD4CF9ᖂU'9Y)HWNR >?N *js 3f\'KB?R%\$ {I*h(7I[lŧ4KRJ }֫4Q[-o,7i6Ф9:?ͮB*c~^$28}yOU:v9RBR@~U$m!n|}*D dIHLo4x)POGAMHaI|ߞ![n!/k&5*~4]Dp!n{Z3>b%ъY1~)-F9(t^+( @59|[@V4R (ikzSZja5A{IJYGQ]Z-]]1} $%pX GJ˝M۠LɠA'`18{S7x2E_{I!n_滥өᔱV:9C&h2[8HJ^攑W3*ۤB7{l@k 7of<ˍ s0F`SmnHx.6a]fbJ 4MQYbB7]lA|;Nq3ʆTKNJK ݿ _&J9,r}]^g YTӘ5i*RI}; )pۤ Gbø5Q~Xjt㵆PWsK>h)a8*1u= s}? (66^{P03bl[|e &X Wڋ"Fx08g#@2Ogt^zrw4x0׊OL1Kv [<熟^yuU}2bpVUl]j@ɯvY]CкF!oҬ~O|!@,YBLB\7MuSB]^5 6u|u_r>um4:V-櫆8 WKڝyyzD'~"W<{ ɾ'&&&c6TN]^eV̩"iy~b`OKŭ CJN=c;IrxGi`3$[K,75' i2VoqEU)K]T(7=ʫE*1;f/]RNko94gȼD:P)&!VrL|AeZ GKYbp}Ǒ`к0blo3?(_"0Q+N"|:ck<(qJ &L gbwa'Yq(55a`$B># E'~7u Ra`$6݇XIONVE!ä(hnVVm[HBYCg||$D}jLg1+v5b*lޛ/E,H𲎭HS }M14;QkYfگJm_9TfΔ,7Tw^[e7|hI8~ eSuϧݮG>Fκn1}p&AOnM!Lj6c!1:S3@Ci=فg3v:Ps#6r-ܚ''>ПyV^k-?v|>X`8y?6/+P~BzDU$8ݕ(FH]9/;S=Ra7Y+?Q}\{MP4zKGO7%02cKي~v*N=!%EH$bb} !B>喋5a>mb g#rt_^eJ?JsV[tgF ӒC4lFtbRT%ՊW@!Mnj…@YCV' }pcln1!h83|]xv1 AGY է( RMސRd>@{Dd*7䟻A:tC2</®Wk*Ue%xz{vV;mg4_0?a4%^ؖ"7D2e%l@q5yxD$GmJppW!7Z]JVa1)E88^x9&PEa3&myQ\D9$bHN(pz-k BZ؀ӡo^چ|-/} h $ӷ""<8{.7-%G}F,@*x . $gT^xcs^d(LDfA7#MzS3v tH?knZR@8nL S"^OG;:WNDf:a Hd__ B3]z9?ygAC wP5@ +t7lA^gc>wJsKrq[jF oz_vB?(YبBtQso`s &d%g6h&$eT fy|)?3εE/P Zo ӆ/;}Ku)n.I2vXLHLQP գ]&ZODu/7pF+!."͝cNM φF&HSCsb&Senڑ${V޷UtߩVƤ .MP'siMϲOǪ6׋WBw1bv`"er?"p7Є6O.¤Ml;S,e{@ U oD%4;|%i>dHWA354s Ȕ,k 3t%ʞ[);!k燀mk5m'%jI?If?LҡFOh){}%,Ht866*mL{8ɺeRWGr [*Ϭ=@3hEZϑy @%JFqÑaDIFa6F $gKm\^9zceT?ϕ)IT#~EXoƖ[$-v5SIP"P*qu.+|+vc r8;㻍UR} U{G|%G$tkA}߱$lL9TځX9rMi&tY1Wx!"bEcjm-6[d{N L2|] gh7/ncpz2XD_}| +ɗW``dF bv ɴƮWec6ڟ-j#V{3̂Ȍ"۶ǛEgW=VfdU^ӏۣ{*e[iWߪT9(NBz4cppsxE[`Kri HV@=xlLX" k<$bHdYYuy4%Kyb|W&W~AqzRB8wВnyE~j DC^(ټf'VU)/KhPكvBBf<[^|&muh!u tӺ/Jzm6jgMXp̽iz>\I]*f2{.\HETXnƢ4l] 02OT] $H]?4Se-rWwDXXoǾm]"mU%XgUre4tUnWBvmE!Clo p|HMa{W nh yꬹqua>=>N--tKp&t|<.ŜLJ@8" 4eXzy,:"hݱF]f-~&3+""I0QleHJB1wnsvQpy8 t 0Q s .tIa:P`LW0+y;~ Zz}T, vLITK tB>Ȋ1Gg4m?b7YAN\9*W!X>dROND)9%:womI*.bD+[ǥ߈HǟTjؓCbX@s2QCZ}j;ŴJ4r9酇_O'XmJn-1TwJҁSv~ EX2oɶ Ԭ~i˘r<V呂 R{N|\RT/:,D;4@^Q+|\)Ln0-K$z/) UksF7ejXRLԀbP#L}4'Qe\bG:S%'Z&7ГZo 7{IU ppۀXenqilsV 3c,Wj3+?c o&ʖXzم]DCWt!vZ*  }NbJ$ӭ8*zI>N̸9*t^oPŞ"|Tkjzul!Pl/H8!'̡=~EoPQrL}gguQz;lt>z0RUWBn^wfpeAMl|] 9YɛߡFNh<&MRD-6+$Ȉ\&.FlLV'pCU{$L+;LYVVNaWIK@'x @y3oӊ>l-2%; "h`>*pb@2ݪ[Ѣo6rk䯷2M:O?M1lPy&BiNA)B''Z1HxLIY-գ% Y_ᘆ:fCpcˀ|mL#W,S& DufLѫ{5ćy31\p /k"|]ǓdBgii& g^ v.V,.,!Oޅ7`yD@5 R: ,sB9(Bѡ'HTTؤg vB,t%H3]Z7YFwdZzɭ.'X%8D@ת RXt̨/LPG<pӤ`_i9m$KmR,^t, Hb5&yNGaT}(1~ꏷM>]vd Q(.\%F%<`}EX%(_$'iFl2 ^(h7@KM{r8[zQdo1EBB&,++wz ƕW eq҃wwP LD}Q8b=ʣx u4By$S{QƥUo!E2./Q`+ͽ '+|ΥB=&N̫e₢RV#7xR:i 938RZWN®@ll~Hn:o-vx]J +"UHUoS7}` +}@??QϻJ{_M0 z4N9MH`]wC6R*Dsdg3v9<_/D>%##{6?FwRG@ӗqkBB:!T_ p79w紂"@;'ĜJ=NxçVr e+Z\ƍXYrMAV{® 'kdTHxw~ 1)҈U+H&נ48Fm{mk}Š^2HT}KZn`p`U d==_$ŕfYV\,L[X_L}᠛&G'{0M~8?AN RKa[BڢۖȤ=KDƸXG\мw*!ь{< 1<|:aIf±X]gEv/ǧϑg~r桎Hj eNak L`%buEm_43GEszU'6$u'9XM0 b#R !y_:-|x6 (;E4UTM$#"ݎFhhG\yB [?t$$'}b)]K}[L]Tlemu|1ЅC 0S@nZٛ}rh0U t_8V~0(?j2d&,M _VNGVBiC1 ILU`Ii,C8 taJPORD<+@jep3늤f4Eg(<*Ҍ2ua]f_g\*hmKIX !p!](T c O΁ ?*Nf*e-Y @ep0h20ר6%'͂ń[=2GU`ɡ *r~eewٳU 1ܺ@nV=:VYn ߉^d[%aeb)6a1@x1 z14US]\({{߇fF b3` pӼnPmBPbϐ/q1XIu b_w6?P8eV1״%[M(Urօ+FP&f\{ /T 6bmjTGr:RmMcj$<1k 2 f#b%:TJU7vlqxP\GW8+He'W2#?J.o 6#+vNva Ƨ8K-]#;̽蘼Mv/ľؔ Sk )Loli##& \2mUWOo3uN<6G-?g0)DYз "BMlI`-PoCd p`<]Op#U!jGzgJf1ɟ<$grU;'1uD xdcC)݉lON:=` 4ϡԛ8XO5K|(g=W_ol_>d⋊.a Rc}SFz%0΋P-յ_FOϴkp= `yEݝ?o`۬lJՀ a1X)qeL݈M5bx^Eo>y-}R|9nf9UeewiIUU]2Q 77;  (-P UX|N/oIv(zV/}O%qM2o;&S&}(ɇ,uH|5MvB])n/΢xߤ!ӯقVߐ,I^>̈́1*^a"'(? APAW‘?"`Fa ES׃XWuVSiBdeAW) P PHx+E(ӎ,wE8#euLh2iVPsoi v<|K]n_{΁V0:&wnt'Z9$);)xK\y~cmk]ˋʵg ((pb=?%wHVÙU rۮx%-h ݷYɥfν#)8^'4Wi{MGDM͟JӨ:x>D8]F9!Uf+C 3FuuZwDf}e8 Ssrݧ{ c\Me%XttONV0&Oy9Y[`hi̗S56W#Iɾw8gS$@WW Y,\@-.\^A ;-mV[9+haDwNp):k]*s&rd=INdpM3 lkv7PqI !춂݌s/=}՛/g Z0C4@<4. {8u94|ǀ_(m,r$7aKu+xaqhXy߁+|O`%iUlW/S1i'jv<$/z| o ?]X[Н57&0$vk )Uykno >M//=P d-0$BRO5Iw}Sh(;3=üy359 ~x_α[М|9z0߲C& dvF/hÅ;TljD{Gſ6ת3l'}V]iqE]|?VmWM &١~ cϖ83:4Oˤ]#@VcY: a|ho"{DInO\"iDF\`m)YzԾ`cAX0!Iه^ȩ|Њ%: =Ԅ$-ӫ Wgrv${*,;9}Z.\/DO?nWB hHUFxNKj2< ñc뢠 _R5偤a3nnMd_5O!n%WgnR퍚G\Q8:Wm\E- 9aDTW*,!vq#ͨ1Ŏ>!feH> uos^{2D@-"-RU?䒰t6LE3Qa%Hǘ/O8#S $ڌ?kbE51I 3jp"bHV@/jE,ހzWj8*+~GUshtEGg3=&[;(/Ë&#s(&UKjh9d0XSvp. _qbeJ01uwO"[C 'dN oMTy14 zKdYDːƶ^q]5vrD?ԖH-OkCD ,/)dx [EbiMezAѠޖ#č<= o"| {BOY' (CxC T7(~f3d$)&ĒUǛhH{Ijaa9'o!wJAVK -0UNSNQޏl $jK^`K3ܮS,r^ގ7٤gwz&\3UM}rި:&=R" } 8CS%x2er꤆w [ډx D4Jۣ(㡌"9_*pH;}ZUB*rݏ-kXCm qb;noBl ]𔙎FXL?g[a'n(C94g]{9sYGg`ċcj">q{{qW6Cf8?S*tjeIk8Z^/V(\&2?w& 8lYWY K=;6]L8,JEMIO27ṗFwYL*Jp 0 $⤪7H/,d']ϻ0hzT5µ<|jc>%B)~/XmffƒN[:~c 8!*v-`1u'P" Mhp*wܻ]JA/Hq>7|Vb{>NY}@09< XywE LoW`F(C1ۿ0gYLGS`)%` 031ҴLyҡ1sA|巣Jdu O⫻p98=prI _uB> _XT+6, L\-!,aTģgZAdlSzqT!lWC/q]&D 5,Npҹ'lݔB?`/!bY[p'?$P `1 WBcśҜ;RNb#4/ϿDΛnc++-[)&߼" P02Sǧeեej3g46 ı"; sR~!ٌkNS-Ks~B}oIfvBŨy+0&|2~4D =g أ/NA|vY=r@b(g3b޾88S{l{*F.۵` 4"ExQmxsi>--sn;$Ʃr8U'MVGt Ãlaʕ%EBL<<_Āan_4u+;kzڂaG`FU2-a\ƛEו]E8^0F>m2Xy}j^KV eLw p٥ U[[:i'CLFZC"ASI ^4l,FG|10YiMz '+J^`hn7 ֥nOuBorFMݙnruQ535(A9&[RPw X U>6Sko]Kդ > U*<7(mKVߎ%~[׭йuu >,u{Gqph5pEvn}Co(zyq8^5GJ38 A%wjFV ,۲7J{M|$I.zTڊ1hfmu^~r#J|b3c" tY5s=EПmJؔj .x{ Eγm3sj?av\vR[m|@{N{=ʘ pyPr:MGu -L<Ĺ2Xǩ\.^]|e?d.Dew6,7:w?=ޢ`rP.h] t[]}` nRn`H9MD53T}UisnW\_Z3ł9c6p`2kaĒs)îB/{D?[1e\qJ^1biH)1 M2ʧGlF'8iAj~v>V (42f;iU94p3 l";`åeȤ=f_0UPB]sp˽om7('"rFH A4fkzʷ=> DڭcEBPL'Ta;C6EhPSN*<DE ԟZ\zӗ*V^@LV0$%Wfr8e#oAIٓ}"s` hoCh+zgٗ=w>|ҫFv;ZȰO7䧛xUVfF?v8/5^! BmM]0{(:(2^wYɞ=YO@ '2Sm{`k#f$\U/3KyļP֖>)W|6 D kS41\0v%`rx)cLwT2YHY s9 /Fu-` -0`gL}C@LϥOT͋X=Ð#a" fR8fAVNQ=}mvGH?k BH2]9{^è$ϴoݾ8/鯻AEK'A2WH/HlyD,|2Ib*'()-F|xj Xz1J Jf]`lpFugfX`gKF9ǝ3b9&LKՅ5\ϴkC"[%33Aw=Ɋr偰^7v*2[_>s mTkDܐp$rHЗ'wn?v`GnV46[ #"i4zJ  bu|,i8#heLE݋2n޲ҭNLY6y)%|#S8޴eßBDP>(X-f8T= b3,URI}]~hMfb(f%T>xl1MH63'Rhf272MyQk(=NipԹpn5Ju;#B[(h> B ^Z?&zMX0.0 0[bP~;pa\ͺ%[&&=W,+i.ohdJ1)Ezttes{ TpS+G5NHičW-@Ao؃F\g=B!?QcBGm4PҿQNz2^/JGgr!8Y+u& XX![yg9o {-L f S׊F<?uq)Ik-}z]L fˣCqhg1DW@Vt? Zp )%2~.̚"Jrć* 6npdq$ 6j8r WA/dHO޸zso>#E#5c(_@0XRˇpE)S𰮒`2$'IQ£o(dKD+*ӋX$ 7ɁrhЮb9]P|sgs6J5yJMC(;b Ҏf] jpɡ#Z*RCB9lı^rk\+o D֋3V6f\a _e?/S?uC>g%jT|8HaYLo|4sqߖ)t蠳kQk|~b.[3m2JGc򢺨yCߜkxj3-DCqmw=\Q!Ԉ4+6zϼBU?Eoۇ0PWDXި~jc$-M"H M8]i';ޫ]L˨kIöB|7oo-1y^{'?GQHS v?C?mbv]LnD(0#2ͰL/;')N V菦o`. 3y݅tUx7,-M̰{\<4,?6bǘYFM6LUǔ@;=]%W#37 e 8+*OfǧnvM+*,Z$S*Ȗ~jZ5{9c>^qJ1L!|L\}I:[5˱D']bI ʎ8oסz^;t>sKCRT@csxmW9%Jv<4oN($6+j@+T{'%^?x"9\lYW IK&Eb[ /#ic#Y~$H +aO@X٪X r$4vt`d;k1-?tTj}G{˞Hpbk)o&[- dzMS.%U/'73ϒՓgG!&`Sbbq @~|,gdy)^k1JAfq4^V 0POGɶ$RΦai~GVm#o&nf)i"dƽa_jo9[&^nCIuԸ/47{rE|ZGEO3DdZϔ@A/vy+8XG uBE\kgR }$ʚwWDsJvI|i1F2.gUoˁ17@dvӔ* [fDfͯfDٖy.;! N'_ZOAQoѿO}?J_!d"|vhdvB`vDj]%a3Qv;,[X@q|Ugɀ5Uץ/-[jJ\o~vt^P~aχYȵ= X_Gs>AE;6a"'B UζMo93 KMb#Vzz7lGjpyVT$m;议ڣ>Y{yIʽ 5ꠤE릆9K? :}Y9-;;C) r63V?BK-!vE,TM=x|k z !P,h]Mػ|ygFnY38UA6+" Ol`U\%j=Hg2cd'Dߝ9zD´jTi.D}qɮlHrx4]Q͙x>, ^"|灍0yϝIe={Z6vh8=EICcĶצlQz¨xqQ"w+#Y#?EV2U lK&~܌;Q]&v^VB>(;KzZcEd 8x'i CWΆ ?'_ZueּQi7Xk_֒pnVQd4.`[H-X=WlBvrI9޲L0d]؂;sl'!Thg߂ r7CHa>cY?8ؠ؎P`v-'i!yUBzvڈfa&ÕSD&6JH u2@b%-p!:>tSd\>9n/CR̊LDX@P?SlxOϪ!R '7d$nˆ<  +%Y%{(>Q̴6LWWL+jzqpz1*/E(q_vD4_U~3|d=͸)/7mn`ڏtid~4AP/"CdB$˖aPb5o={DX۸ s*D՝ִamR7Cj冹c#JLvM~_>G.c{:.4*-suC/ 俛d1!nfP] 7hYT(֡~&lN ]gw2yHɎ24cn_NK5j{:_8<ϲysa;Ňآ7'puDtgCƽY|>_N4/Ptm{ܫx#M,CTR8si[.E0iftK{LjTs p9i _kW"VJO&PWw4 Ja*gD+hR94E ;b;̙ @"B5'-`7ҍT(!> gU!ad5 VlGӞoƫtĻZ/SyMNL3ƊA_5yS0xN~|YVAkJJN&V*@=ۋ92iH!u8sdwI _gs `+ihF}2]v'^rU OmSTZ9>)Lx¨|&玄giԺy tm\oA$hém"ϔ 2wM5hM8ke3'CaDFO$ e܃8H^/5]6:('BM _0\, #Y\z.5㤎BrC :t3`~q; kFQ++6"MR/&MbtzIN-X6ܖn9*odLgl} )r` &052[utctήx9鋟߈䇹z"Gxg9r&8lDf78DoqD%5gۉqة|Wr;]AʼuNG>Jf#!'0+=-d~v0eX ⷊ/_Po 6Mom7L{Wtv;ʲ׌58H#>HY/.xh3RDAKHK#"԰9΁RR`,,4dBT::,>GU5&}=cշ4Rmfd`yĪo~< ݛՄH5E:!yst}@píD[Z[Idpt2cGV<">ZWUbCsEGkps͒B(н[6κh[-G ;E-ofNA [ P#,',.;1ZQԩ0Vg,N#$E)Tz Ҏ ]?J<PL. Ω6j ItO<u (sz{YJ7!̿ԝЭ鲺[F4RLW|WKuEA=u'̿ fzIlwēbo Jx4 _#B\ԡF֡_EN+ii4ZB!h{8korך{AKFUnOأhXvIgh08]Fx=4Op(ߴ9˹џ< hL+I7qJG8cڪ\ aQ%t#G< O MUf*k?i(9)vCl@=wqfrz>,آZ^ R?::x8Eu T"3'Wk: IYCx[wfwTeyzR]3RA"&*d{5lhõHKWʎ&uVY7,TF2??˚6wRčG+!;1 gn}*P*%Ö .{gG&i!8<Q)sӥHHk;AQGPbl-~ foeּ[d@J(yĨڽMX|J1=Vk:-mï{7= ξ`5P]@3T7/pZ9x+6IM+*Y=vR1e ܩ|{fm&:BQt1ls!y#rk͊W>{n< k Le36N?SWDMQ:wQqʰ:I$_K}7%f/xEHlJA@+lguXf`|Z3c'=·lY/C,1q {H58'I4Q+R auTT""Bb 7M؋ԍ툀JC ( d[Cc ɻjdHRrW5[]MU$?=D6Tr(>vҀQDŽQʸ@#3X.ҿ>K¯tg6P>&[OEI G\.O1ϙ2K(wYfjVjJ ak9g.7?VSEԨrfe*NFjQMu B_ίgֶC@7?5Qf$um5q#0)6᳇[ GQzךG!PކY bndE«|lV@zLZmDc1_w:toŒ6lQPk$8 C0BװqD\ȧ̦L?F!Κk~Kd{5W ,JXTp!?:_Y3[b-6V2U,sfg%A jYSΘ .I~E 3a'Zo]׉gV8GRȀ\QumSf(Sߟ 8V~LbM0 4ǵqkMfAvyq{TqoD5nUX\I6M[D5%Z6t!uʞ/a2A傲r):ַe8['*% %hekŁ``<7] S<ٸqX6"jȺv5?]/Ixu̖_ 2kc^f&g!K%dTLW72i{2u0F T8czB쾡l~F{`ytw7Oqצ-OP5ڀtLUa$YmbaKcW!gm.O} ‘vZ6`d>I`hcjDoD7N5I I j pG^0),>Qe@=Gwl3Bai_SQ\ņo2ec!4W<2-&3wK#w,C,ϴKUcm{6.6 Cb~C@75;J#!Yt2l{ lynVtX@xZaÕL<5 ;'/ qo*%wMt#J&N9tӁD6S9,[(u[N'bJzy7a ju+L%\ 'Ch.v2!Xu&Hݩa-85`(S2ӭlHt #}Bqu%Xvn@źt1sq/yAR8Csefι箴{zɪ{͡ Sx J/6~laL;)ӤK);(;G>Db܌) m +[yO7|hQ2(K$S9^?c@< 6{Y0ZHʧlHYQqb^g<"ߎ#*z@ TΞjT(&҂ 3֏A# ug/)>Z#3=yIm^q% 6䴈w:|6K!51QOTFpw$P çN5NoK{o Q w*w'Ԟ}[Tv/K"c*Ʉ^kXr⭭HxB̺gܳ/6SZH8aIV|p" 8F8`s&6Ck8n#tD1>ᇣRp'P󚆋wM'gp#]fru_^WM!c6'dfۖ< "]&b~#@[ƒ+&sM -4A39̖tksA~K=.+L<SOη ?U1\9%ӽ"o {x]áaN:He2_w~! TyaCs7K"A_T~e\:yk|~e>#1τ{=VkcQs$y'5wwa' .6~}zL}l˝r \,o]YV#4.L-V &K>URtrV-?BtŤjfʶÈO<m~I, S'J*dl<ZcS 3AݫHORO_%!~^ M}QB:2=q8^|ū}Հw~yF}?$ꝙ>aa )#ñp w7pJ^w5.\ nέn욪NOWeYH1ѵms$Clh*W TbZh5 U3E1ӂ*C3!x%,o1[s⥻&αX[ KrUMœ3 3OU&Go "*>Q ̵ٖ{xL#0fUZf~,ev)!V8_^CJJ0r(XHm ̣Qi`.NMC5s)P_!6!ۄlF(<tLځ*M͆x`+AJ?dg8"Mڛ#tCΉ3o$We3y'7(ti x2CSr^g7q?[ZZ# g`K0ž5OQrU+Ozd`և0Wd*yȇXWb2y=$"m~v5%rH:6ɥN5+{7-#SMFJ,a_<C*yDl%z[fi|>4- +>$p;pG=\o:.$l>qr= wL3*ܞ&CFsMiWfy/NRa8x+ː#R`TDz*f53^1`>cK9\PDp-~GSKQͶ" )Y~{*~k )S6di0ɏyj闑I[qR@6On6[/RXDEd5jEY Gkq5;k S3rpD"&Oʈ '&T,ֶڃk'1^LіT`81[ɀHyJ8ϡX Wzxtujv=Mu!&}͑\7k8s<.m4%EtGB w5,▢BU#ΩAF09."{g$gCeX-|MYS6RDnk G/Vޏvz&אǽ\خ#H8:aqK,HeCDtؽ?[l.%jj Rγg܆۝vE/t}Y4\Qꦛ(­wV4isV'@}Ai'>40 ĕBl|*gL}~om+Ulr3ʙ a#1([!F:4m1 ՘Tz1)V $ +ԓGG9ٖe N0>c{i\YDn@b7ffӢ~i)|uE$sʄGa5Y%LNVO3c!ϱ+064'o[5*eT:pLϵ^6ggDqI>9w$ Y%k`r;_NC& "Goncm?3:fՋsj6-|%^pa,<8JTqb%G(@X8+#6cd',Z:J1ZYB{zHV/G=1ȏmA],{4tzPC2c?Xgm}%p%DCL̚y ƻHk;fݔwzp>Ahg-}a*x!iO̻ Dd{0xkqҏ[ Du}Y+W%pI_k|ŕGSi3dBaT%Sa)0b܉L*PV@.>sp. o8*X :ʯUCt`/ց][&4‹uGbQɛ͝.'d\f8XOŪpLp/}-es?RW?.Ŭ"/ ؓ GJ,2ۧֈ=c+8- rl7Ub{ 2SgQY;\ <AG` cmmӖ@^^?9E5/%z! .D@P~Qiy@C&6`׿3ƒ')0V8,pdxRLB2Qp'K]Ey7Bqvn!(tc}!@Z4",,(TXM!D̍9`*(Ǘ&+ҟ@RGv/X 'j?$G8~S1$ EoÎ"ǥ Z{RS ]Q#  jT\QК 8,v87:U,>:ƢʌfOIǩ +O#ڠOą hh+U{ 6HUy2Qm7o3kk+DQ;qHm<; !F+ c4 @z{ԬT,(aB!ۅnʦ%hmfu[#[)ۃaOKQHx6UseRqƄ&$5EQiO^' 7b\D4dh]N#h">qrLl"R9Ef&Ns2ގi&<VֳOʄ uN$,25(eo1M=uVODԠHԡΎ /Ș6%-DP`^ R#8;6|!"E_wYv¥[Yp͌#Ca8H?0S`ɾSd";;|fX!cDEv\114^ývL)Ԍǩ?+&7a+ԮS{lȷYtFvt(8j6S`h,k'8+zQsw) DM8KrTVJn>`L謎l5yG~sH<*ƚŹpʷS/wVfFةIŷ=Og&Q6'խ>Y潈~W{Q<Epo64v -K PJ~>AP X" |7|ygn~mSxG|3|=j3YFyoco*$V6[OT`\sYWn'*PNo.qXrU4R Ɠ5]g}‰'7/e<%Dz/t Oލ\ff?/j_YҪ0Af0VZ0Bosp\cBoO}#L6 !*by(A52u>A'nװf>@3š6޷MmOc *B:PE!,|;^: M4 c'khR:}S>SsGby'Mq`D@9|U{?Gr~@Z'[%%_l:VOk(/LX_ )";VH_G8]L3)aqR GnTq #w`&WLAeU')fE..j8X%3LlrgId%L=Ǔ\:Lf(!05&g c o3}ֻy~9nLe+xXN~_y? *&Md,{̔'KS$REǰ~qd|8nM߻P߱WLxuFZ0B=OkWv: MP+fj=$)e)K X2t'H3X &3ʰ4Ib\s]ӫo 7l s/rʦoucUpAbd2 zt)K4.I f\0$(vh6(>tl e9di5!SǏyMPmq} CvxJ R\yn1<[%I7]$m acq =h0W\D M!GԳgG`ŖcB7sZYn,IYM][U3/kѭm&q˓;ܺ08A^@]d׀sS! oA1({! h!"Qu<)PxW~tO^\,SykCen$Yy !@DQTчyX1;\$Hnyx&HHw^Xc|d-OII!`2ϛSm)5,vdYIW UiblC~'}Yt(KI9"=Õ,˼3\ə~n&#{蓪,PN{-ηL/BVOmX>u lۻqp*% Us}Oi)-՝U8lxa9iz\ vxJ}~?9>CU3Q=5h4!ϤCVg)W=}MRZmEbDEIr%9i Mlȶɲ[5firƋYgY`,]Vra~OAzN9nk n(U Amw +|6r8Ѥ2 7ϻ:?ݯ%ߍXJWo :(jG]x 'хŒz^ҕ[C1߬ח~ ˋZ0PE9l 1Z䖩/&` Ə0"EK'y Z QE'Nr934,:_Gv J;9Y)M ;X=Zȧ myՌksCR4&tlL$W/B+~?߬ Thk+ϭ F_+S@?0z9 ʠ!mzyÔq_lP}@K̝$L~\΄h6+^ Z㳙%I)lvc)yc@)o L2 W>dPkt銭jnW/S;=Fy0qrܭ  휾e}y2(Aq{>6Wĺl<Z4pw㵁[VjuuaO>!$ &gX>}{-qY(4̖—Bx* -Ew4s֨&{ KWOE+C6M#Jeƌ)(dWa猘^֒}rh ~/Gqvӝ6^^RзN&u*P-k^'Blzϋj:׽#Ń#}cߧAE1a:AfHHm˭aS"!d8C5 KY|>~R$A\T)2LJ(#+ 4.p4\KA ݈vH#:Yq\7!pT!'3drCn)f1|k$׆\+<^M7 -hf%w27SBr~F3>RauV}ҔQ;'Zt|S:.zy۱ 0!*?–7-?[\@9uxepLhˎP_WZOz;ajŭ ;yP x5QaVΎB]1ΰ!6?qHE*[3ďs2XB7+>i,@?HZݘM;rsB)}oWC pr:2vpz٢CVEZy*oTo:>SY-|hpwg605Tz՘{?GV\?uZ .})B)4?v*H *$rs&sR$ X 7bלMsO a?Ơز4[`ՠOU!sF"CSlX=q̌˨(D ՚(}FJ{?o::q ' ҴI&UXױx@Õ--0cK;0(c^HS)wR 0lSdnpSpie~)m+:f5dm~yz@ Of]AFPʘ}ϔR%"]d tCIzF==($zi R̾HȤ#%Z@Gk8f|+߫A=Ф֏t3ъoiXvyR]V% k=Ⱥ!`Sw@'Z[gsܰXoAQ QޛaDhٷD5y%ղߟpq`Hmi)iDʘ3Wt /m,^^Cg)&*EƒPBmM]؜g<,=4(Q5a^䋡n6A>fėu\0:Cn羓ƚi 32@rqI$M1ϦA_l1 ٣MքN6F)'᠆-;>_H!-nbVVL+>QBc=ŗ2'V5] sq#/l. 箜F[~ϗ#`~PJBU!:`AybxJd7٭doRwfG7 {،Կٿ2^Ss̤!%yie?VNyM.] h'81Nmzfc_i"K[b;)h;{gRjjÖu7,; 84_Edvy;FD/L c$xpbQ>X !dÅ)bv;B Rho)u5|d ɧQHg.Zu8%,BtN:k&dy\SCP`[ n@Ɂ3"*pOm/rQOs֔ RWd1WMP~#S+drW d(nvT3ģjϧ^0łIEg&@9"kd6WEv6rYe>i8b,N IØ5MRnG#/ ׏H+2J [{#TnLď6"G"dy9I|麬zJa2k(͕oaHf&dz3eM_: fbf|j'<>ERV3Ib1T $T.\Z~̪Y>󂩍z0Ĺ iWcG_vRst;aOqr+rP|UFTȻL)097P<׍q҄O_“+]_[== m L@J5m P)ߕnx mZM0X]z7wPA& ;l,$P^1h9:)sȃ[FGmQʡ&4&.Q|a8 qaƉoX*{;|7!H4qXwxG Ȣ3X"yIv+~_#ymᘌ` )d;pž`PnD:A)ʨlhcׂ0K< Z#jIʲd0'{1tV< 1~.q=Hc elTDyّaa'ٗv, N!mVt瑲x֎66tkA.1sN돮 la5P K~"i)]?$Q0`IED^Z npn( ye~ :ghǻ؅5ðUSuj"sm Y7 bz~c36C-aC"9^ 1%.U`>uAUnl@,='ui4laWMxȁ ʑۂZBӄ)f[2,-nPtj NˠP4Z[M`GɣmK ߦQ^ dƘ0jRSx OHe/zg'x`sB̯vH{r^ A}[C&d9(\=h=nSH?! qoʅ.٘L:)P1z%o|D>%Q[c~#j^nBȅ KmBi-?ʁPvMnF豁ddUmO|W^kXWHܟ@N_̖iy50o2":ܿ]# ʭyl!4v(pnI.!0UV4=]4 2.'e.ɯ+ي%Pػ"OJw@DC,flхyg ʎWyܷqyl3D#[N^>'ͬxՈr%C fvf8V4!iP/#ΊX!F3%gez"a9UĀ pwnPaU)` qƠ%l$>JtFC tkLRڪ5w^VصcX,!3Vfy$g{pBVLQj*O`Bw ZQ+b0- 40p… X0qhٔٛ=u?HdL\e cCEtPʷX,F_-vD,ݩ7ȲWMDUHuΟ,N ˃c5D˓ ōt.2o|1"e@ngXb]^#!$ddL!j}1] s׏|di>3,+K,Ӱx1aEfTL |^ܼhDŽP$ǃ:S9kG\IKspm aY``)ؑt\ӕ]uMHU1Ycof2:r}. =tP<U9 xfGQQ^d}^ 7Lg%Q:A3cec_P8|McIw-,QR`NQr _}$w|&y~nȈ }j+ncK]N0D d޾{=c!\XzwAuC/OC|.k8{}w`,XL|%\]*mNe_ z@fA2~m'7 8ohM{ UHX{{ĢS =:ݒZ* 6N!0SG'D d B_QHoD4 RV.ˆҌျ|[Uܯ+w=czIIF\0iy.[ z^P c0>`,pm^xv${ܫ uG qp}3 h -f!Lﱔ.xG)}YQ9Wl[:/ߢ*$^$9570QÞ~_5b-t,xOaϳ(f y[#cSd)6[ÀhF/$̈́JyK/CfF'KoI>HGpۓ99KZ-"@u]lR]@ W澹!?S2С,z'nF_Z@w؇_@rI|j~f2#&,O*'mh 9mŵ+VgurBQ/)kb|gJ-2Y>`Ĵc7 &NyW 0T'A׮.㔐WX;g\t̸(J< V||5ZpN]#AxwG̫]׃zm:*Xs/?qJu:yU~B1̠6mws"Nu1;И8wx?ĬmaITS, %1#CKۀq nRW~lD(Evs9U5?m'htC関Sh󞲽QBZwwI@8aNg-4&5N&Ru%GjPԕ'^Di%SGIߖ\HyRI&̓ē01‚"~?P4hDaX8M RgB`g/ngAI9㩧*q:acZw02Tpe^S>QP?om5k dZazy\agJSﻳY8yfgT9){~o=IE6f FhSp u-lc*M_U/y9`͙5h'쬇޳(Y!gISyjgE=c6;{'fwO6-rhm ̏.ۉlJoqV2\[4CR?@Y#A鋖@52~Jjrʱd6fKG, zC1l? S@lch iW.cO4'tY 襗]kdoiAz%8d]7W~!vJ R2@!/ٷSo3@#Քp@Lq,s³#-D'z =t[ !+eh%<27)w7AMQcsI=]dB" 2oY򻢊=6t*s ɀjMTd4  `7mӇNr.P&QwLck:N)4w߆ikhUڇ~oC ֜=pp=/X [PlDYp 2?O Y;xBm{z.&=.|R:r_=8s &ϫSLTMXZj סX';ۂb-OӦNšsiZw4~zRŽSޡw[ڂJS1FtI75 MdȎUdRt󗣞dMucO[i{td?zde1UU,3/n򩸚1ob OXv;]}o;nJݮ4!D?M|.t+Lۦ)jNga44ˢFjc;1r)DD3glޤ0HbΪs'ߟ;0ʊ/0[Iy6Ùps4M7M0y4YaOuOaD711}ZQ~3_doxNLѝ69#Ŧ%`-BOd"D)%o%d~9Ø(ɱ>#'WLo<Q,<;QIETpCBd7gå?s?Xd{+uسCA0G+R3f=].[IyM;E D0B8A3#5=$TaIoҊR4 .VZMOD)&[o8~k%3OqUV\42gtT_wIѼ eשlPaz~8P:%_ DnZy Eؾ {Պ7x4;J5DMF}IͰY1ٺ E X9-CA "m7b|4 Y ?s#1''= "N´*-矲[j"%x2~صZ1Yq"D GA tE>Pkf%5Ƿ$ᡳ=q7{b[K؏o՘W1(JL9ىa;|޷bgL\HL.ϖw?' rj@Kڠ>u^OA#k/pA;S|oU#J°@^6|f4V݅@sL®:LEV6SyJ<9DCHWa0!ޙLifD!*ek*Ժbz@53ETQaFKUȸŨ JoM㴩Qj9]P)C:,of=;-KJ2"Q A3rmzo?_`}sP"RHj02tj"T]D[JF0D ht~ث'1?ͥbBvƷ9BvN]K L\hN',mQV2 q/!TK= Psb@TdXʊ-WJNvP!R\ wwc2=4Ԗ OxGd! MxdA xug,<-3#*/݄>hW1, ߯(=ON45"x!^r|^I6D0oH&X#n)N"Ӳ _JO!V!藤Pտ9`_@"E}Y1]paRF"p"-D V]j*TdϧIǝI#bkC"uĵD`D ^;z[Vhg/C$8Z"ڊL $|(GGtMu b54t6t}ukfdE,rU r8`>lH*XGo&plY,ؐ^M OpK6rJ^Ng(QGefǡ53LE'x!ZaΆOY~#}O~:q$EbR9&3o uפ{;F>T.oϦ4"0Kq8KޓN3EmBIJ_BA->3!7x2jy^׎ldrM0S |/|'w{SmgέȤ_4f6uwQ8J%5FRd`xxQ8:fJ|)G?llhvS+y$՛X;s4uPPG?D{|6-; ]7L o 70u&݌$z8?XdOⴇsww{u;WE jOA:Y@}ᕫX1)-NEZf@=j%}e!2H"*<s0,+:1gkEBm~.bV* 8GtUd# \cQBJn@gk(by$VmS1Ӭv!(-<;.b0Az8 SnגtVMjGe%OAS0,|huk[x 896pjvPӢ-Lf\oBQT!S3 x`!itWğc:b&R"vI0MyÄE"SW,'Í.v$[ܶ-Rzg(Se|<W EIds!W֙OL7òDTv6tj]L&@~?^~oG^1'8ÒsO:p^o Mʌ+$x$ AۏuS뵳fM&jwG,'k-)3l8 ,s6CN 7TtbDp:zG@ 3">8 O*Y|bȖ;s㯁M: I5 iIAw BO pzϹ  O0nk!f@jʿ,Cdz^`>ƚ)/\ctLo-]>Ns줽gtw1oYO#ӷ"o񷗙!n.P g88 +ryPI8l 7,wE G}?${{ΪbJڡ|`l&>?:f٨Ud <6J1A/練_yTF5IQu"5̀H~h:k5JnA9@}s\qTJ?|NnG,ǫEsk.6e#k6*Ch\xKP,LcT7/H gR'BnJg>V 4m>j_VU. o$ЙAǜ$D12s]v 'K崏lL8teK6'&W# "sNk|3[Ozvz;6J #@:^ؕ9 Ԏ$R=_L#*ՈFf\S#E N aOQkL\ߤpOۼx0q ^XK=|A$WFvXD!s^Ơc!S!h㢙L~k`Z8`j5RT/u2fypWoBN .ɮ#3Eq}DgKЗc&ҏ[*LZ}Mm [?geؔbo7P47_%= yV[HpiP"xi1Ž a=az][YCl|'\Mׁk<f)Zu$^NԜT`ζ=F?̉B/ F.Z4xKyP6ҔNG}S Ca|~ ^];.Ȗ/HZu7%zkp~)hæ|B0e 7y-%]]@H`S,54Qk#kՃ{-OvcVzqz(TK}fboa8T]x(2A@i`}tҰ"<~aFE^DЌ.||.,3pŇ`5E\!Ynj" Sz Y-C̅ZδOu"6p4 x~KS-󊸯sv0QjJ0:ir޾M?$G,ak#z }sTXh0[erOHHhvx|6ow;L^յ4g+\.y O~kUrR7&({2f&9QړS뽑!( Yk|ɩ',HKN3hپ~?S4':]6zqHՂto0'qѵS%mZ\WOko|kYUmdm20f9Kŵjp9 )I77x-7pq &yaAp0i g}]Hi82.Hڴ4s\@$9^"E坭8Mw$ŮR!sZG+~{;r<# \']2q]O?nj+!0'ə`tȶ(,#z:{%\PSq&/|!5~}v򨼬-Vqw0efCV.{\27|ô@8%=P(d?b5{V/-XMe/2@pp0F|/p)H=ݻ;H -՚R!) @!? znb C_%Zbv `)&ƘC1l R% |"_KJeQjㄿ~+o$cIQWcs~(Vԧ|b,Q fnߩcMW^z&Y£ աf;-g kaȫ(LaNhgBR_~%*Pe11Zwh&㕊-4-D>,&D&\ʥѹp3WH_J % |Gwވ@[l{/`%`:Фm$ԋa%I&a6ѲaZPVB.m9i- T@f2;#T;RGs $`m8 C7/l]s\aR@m6by8 dW!1t:Rr OΙH_U_n7Xϩfĕi qo*a0ňy4'[P'd[̀xoY7?CZ4:9uظGuyFokƮ,Z^;1J;o* C~JJ;g{M&^3ةD̷PJKZCFqoMF)F"mtq:7bb}!OBb[7&;%շ,Ld v$9l;m|_o*;p%6 cJջ[ =xQeC/$)\Iځ C+K>ӲZ-E@<@&&/=Ս0].Zx:Їei][RJΆ :'n@^0HHbkaѯ e$`ۗ^5YBq" DKO\oGeE9m ov{kD~/T=J|/ȼg$1аh% 49mb?209{&̂[9Sd4T(ېjg"˺cFȇ=cw %MŌLYd~yd#g{m@;M.5ʋ3n3 jxcaGZՔ#c&q^;3#\d 5~gYV݇ #9tt6 ,xoD(dyE8-}o!-*=ӟI*鎱O:)jTcCޔ|3~>"ciۋ'S[~H:R?ĮRjwyW]55AX۽e<| |b'akð0/b"å7L}cTK1.cs`Om7ןWyߕt{`L@qNr|;a5J1'MU%f ~=Rj⯿Jsb8uNUDo VL[Xaf7V҅8ʦ rڠ+򊟚Y+h;=PuAfEV3/,_*O(WYe-4ouyW[3qXe5+^"Qzp}MzicN?1bV0uB`B7NЧQ[W@(`+LhsKgެ NP6ʗГobQzf#b)⤃l`)ͺ351c LR~ 1kv|qPËrfqqkug=o$=v jVݵrux9Fqa5[t^6uӠ ]]vwx@m$/ :qA1SD8=N HEŮ-Ⱥusnd`;ia>r)z؆O'g^&+'@M0>a|%as$kV^ M|EP?s5tFa0ydBI_OB+Խ= TؕN >Ɓl,I)/#Z;\{ڷlݏʿl*֒PMs/Cl*Z򿙪ɧ-k$)1߃ӜX \Bo:0b^-@XOfSx( .-1R 9!cu ɲ8?(8`&'O~if%g&9Ki9o>[CspɸÒk[%a``8?K wq"SUpC f;($.p](GofqOe͢7Z BggA;z7c{ڼ ċHt_^Mc9'AÍ}IAa;Q -CM_SBlʐcJRwt v-ꂑ; $#n֑fE)agU~ɭwbuF]гh{ [ YPjߜ-nbW%}Dcn 9dL)dՅ 箥9œa"=L>w{-%ٞ 8;TcUui `L{qFe}:?=/5&%](v?W7ᅧ *ɐ VooOd;AfHWW{?[گ)& Xrn>/Uq/Bۗ )R?!~/Q\]at`D ug"ɔXGr ;);KMX:WjuLL 8pp1l"rF*6^氭Lj"XR9\R%pgJ&,%S` [kixŠ:Gl0SH{]6.N*BbKujx:;5¹܎P<.֗a91*a-Q#b hG]xq2Lc:f:k& မg:C-}/VP5]4u Ei--a Av}vkX$/F;S1ouWPp pS?fHuP#@ GFS$p b`'bѭKGƆ)VplCEv\#MѠNif)OEQ/g3eה_~-ʬ i[a>E`eʯؘT.Xbom? XF 8sc @!%EIo-e79Hs}K+0@c0PfDm,LP4 ׂPLrb/=MIza0ά̤ \T#&ފ04á(vYm.'&N^x $U H= N\ݿDk͉&QFtc!5g{Q ~ _p)|lD‰<14x.4X8|!sIl6IjVjSI2s1s袔Vl-Su1e{E% gdv9*Tm\]u莡`_3.05;~#汖(xé:WшJ AͰpZ2XI}p=C]ZY%^e$9Nt1JW=aH=azV`0걨ErT{QO{0F&xY6L#d*ߨm* FU$%Qm>݄8iʇ{HfTDĴ:Nj/h*Áɼ\X徂"7 >W(.:TܨiR׺xE:akAg#VY0vxhIYmNm?{+͡Lpͨvo`x͏R !uۏzΛ8glF Of <D2'&[p:CmLjQX{W>O;Fe+(7nP`EdžI~r ͈F>~ՆrQE,D`$ze$GxWˁKp+z+`ڻtD6=Dp݆Gy uX_չ*yB5ۣDDIaD z`+giR ";)BskGiת NuX߇NQ|F՝ `,ή̧x  $ 1ud12G#r18y}U̷ކRV Bf$176v42] 4dkGTG]?"w<ުt`e;JfRXzI8r?ZVRcĿ񉫔N~WNu|ɞrS1o#g8 {0jl~"wt|fG$yx^c wڅ%ܿ%=Igcb=쨋hfu:;آ۸/2U~rLȼA[!p9q)g†#6caM>OR $mJ0>1r'zf=V$0C-iq; 26S嗶cB)Vlb41X<ǏL*,8EG‘Zۖo@@@zP5;%hw00{lD"ҤjaeTu8+7$ h)g'C:XZ],CNl?0 1v ƲH_+Ay'O)*1袟12Cy4hb|2eW=bk꟤89N>൚5z[HD:8櫤YOۋS?9%R Ϲ=`r*rvVu湺05`xW.uNSQ/JWqh767q:Soenͪko}q7-c8l!4q3wo-5W K>i>=|%I+Qub{nDm?+q'ے+(,5#;ƍdFL&@Dxh$5Pga {!0Z?Kk_QFCbZGOJE 9\0!o I?Om0 XIDB{ ~LkODؕUsU#]$a4`;Ht'6n@#eML*6˵Tsl twpt"޳tqUa $@sfT^ $hD\N|}YHIB:V]CZQ*κZY$48) fz]E~XAfJi;qΒlҢ2_k{>tuu~ds" 3q *o'Ι.d1T}it3DHv%Oרmڬv7Dy(]8߀n1F-t9YRHߧ$cggv;Cva$jAYϹ8m,; ZY=T1iJKOixͥ2n:Um bpJA⎳zjR>Ncly Gx*6by҇KwnFwCT>=eM:"|CΑȿ SxJ[ܟk񺍕3K$&qc+d>N1/eQC"E*:2ן& #5|]Ggow^euMp3GPji*"El yI_J,>\5A1uS;)1'>~bB9M[X}6x2BMd1O\o=qTuFu#L:Vy@fc^hU6a -&Hn!u2̀6a?ٽsF* yC-"G͂kWݢtᮅnMƗc~=-S]Y0^>tjMQ`dӱ 6-bTR&/i:#([릏[3Bbyq^)g.Ch)QTEWB,p}&GHRĐU lM _V:v/ɕa/ ANxZ#S_jz3-Ed+K?u'";-xuQM[ 0d#,벜!gBN?cA꓈֙/GDŽXGeaݧMT0D樵7b{e$ C>p7^!X oFƿ z@լAI Ƈd0Ż ɵ .žGHEHh]qEO]Ig&676iAg#08k!:hb8s"yEnA?.)ڙ(o-#%.NىӝDyeɍT~,ZvcM,;乩O͗zp`\<]eF6;;D+*\܏ܖ,wFmGz .jJ:.Vh(̬T A= ERYVSSWMo HF4(΢L!Cv^&Gɖ ݭh2<J d k U.vikp]WJnnb f)*ޱ`,u"2mڲ[ Y4q;)q+zQTOT&a@Xbٌ'agS+AlȮ@ tW0$4&UؖΆOWp(%:pV`+is U)Ժ:RIxPH-s,֥r' B =) ERC.7Ügɕaب$T W x 0q7e-Q;lV mTeq\ npoْ;uebKX8Ǘ]ovcq =l Mw U]ǝT}ɷf9=8^=ܮf4 \e@ѸHy$RoSXW*n/Ƌ:,0խ|}, g产wN·mP% '֑g]R ,Hh"S ^8Sb^ν7~~_^0&ȂUP Uog~Wzftv*%W^:v. [>:^p3h;"40W@]w,}4bh|z,f!>՞9-qJ<ݰe2:79 J7L)NZ֭ =YGl&RG$VO0^!"?hYDR)Ea2 glCFck`3. & 'V3=̶3^3_  UHӺ9$9kҙ-%h{՝ \.QG會 Ξ{k5rCʸrChݼ~&mBK8D)#sZEuj5r. E)@Ra M7%QzqС^ a֐~Vly#v; a/4(,<g=KjZ@wJD52ocT\DXSeInN=; Cvွ;[:8_ _stAKꢯٽKŮK,Fڹ CBU7EaRa44 X-Eݽ1j@7" )#`̬R/(QhjBqn{WEwԯūS.#ϭѢ2O ,~p/)/z68yJmWhkuV3U]r CD^Ys`8YЃ1&Lkёӟ@B#5en@}/$#%k걞4u(й]9iQLIvf))m4-ST%CL0T xhEgj%hF$$J}/D:ii^$:6pmh:H!DF^ғ*ǫ.^}J2ePEc5@.Zļ4Kk(M=B>~+ͤI>q7y}+10ߟիw?Y/QOQfВC`GSk7'*QjC^3_j+28"d;MWz&OY4\+\LSHX#-;ʖTfgCjNt>Dq]H5AB -<\!)nQC$&)O{d[H֓L[tĖ'5 ͨk:$<=G)Ք=^<^Ͽ~g^!eW*VCAAG!GiCi7i0 QA>ň]L=X[k'gE*n ַS|uMR5N|,ȟ/!?f@X_,KN/ʙQgGfG=7^_v@=c\  V }v]J)oڹΆ:NKgS/m$5T#y΋N11/<9"7~IFjNy4%zpejw Wc3:5n=t~+F1Kg~j<Z/3(u4E+R*y2HAik;=+&:eҜ#l Gmۇ-=7wUv A3dEz4չH1N2,62*Tr'={BfLGySn'uFBsB fτ(JrUQ+= L eXV3<{msCE.}\f {*NŎN=ҊuP ")3Dz,߷U bbXQl&(Es+FyT ֊n<#r7x))p*aZ[pZ¾sl1[56-3 4ΗܠOVJ#9er̂.zbu,)&~3VtJm=|[N{:cE9xQ5!^OtBYYTFJtMAj+oJ{96ϣedv5BD蠗 R]_ q(Yhp "HpޖufgOlE'ƋdLBEi􉽝}?owV5E%auِ9ɱSNXfz]Ec}Ǐ <x(D]]s urߐ~IHʑcv:x/]o*,(/s05BzΐVcul0^t -wwphLJ|^k$b&]3sϷ5*@Cia7 @Hnܑx bs?VzG(H% >6Ȁy(JeXsg*9ed4(#ch'QxWnmˏt}Id-1Liιg3qfVEKrA't&EklG/x,t':7+Y,"桗ekڭbqQs6\à + H:AkC(w=f`"R@mQYۃE}eISgjjӜ$7O#2IvYJ/a`!Tx42x[ {DΛ,,OZ9r+B@Mzw6[|W"0KЈe";e 6Is>5֨ghKK]qҟ"ٷ.7MdJ-൛AD35 fe5wW17i6euV;J}'m+bY &SŠLy1_US\DqS:h6˨5@rx*@Ws^H#ҜꮇZћ쇫SIePn$&pZ %rC4)݄`^ZlKsş;2-iD 9 gbw $dfD}aS9)P&*NhAobĎ;;tk?|4Au@" I.ыR_/"-~dr쾒iV77Q$hÇ,0_PpuyW(/rֆW^9n(i!&u+N̆EyI4v[svX3qѱJGi^-1 e)<_{ =uY3y(HK0Kg,AoNԎ$"")82(62$8BۈJQ[[% TJ<3~~=[6?; [iiA6JפWkӼ$1L $xɅ6F}tt85i:CW$Rzf&|RuN` ls%ı5ťt"ͬ Мlabq`$S Rvf%H@vDm.? (Cf귎UcB{"*cEް,JNСdv 6ΪI W& T.b?ݫ[B/ 3uzٌYs=GHp8\ߗn06fL4Y3Cbv!m߸poew0aj.2'?!6y;:If"w`mPϘaf115KƒiQaK(FE!5Q~*\fl(ƠKŽH7j4Of/(8S`)gT'Wuh@xԵ3%'aqY->Pn@쌣s7&pk0%p+DVId韚7[ Z;n S2AMWA)wR >x+gC7cf u4O߷O8=Q(ZC:kp^%ųe TFF bv0<F"*VFVDpqcT5v"Jl M>Wdr5?} K*Ҁf0gړ;!xsB3>`.NFs넺W3Dx0c *9SpJ eji '0IIwr mF^Զ9(gYivlJ5fe E0eU*[ LHE(W;[nS^r; C9"AIo{Ah;Ty™f'{RI3m@ܐ[%⿐KO7S>$D]Ɵd`_tWM^:9RX$f>т_y I֊@}Ie+ &9u(5q}{ x2_'Tk2Z ܇ch1}ZG۫pn RR~a]yY%!+ C %2Y+Pk\+RAFCzTQ _V4tkh@s$ $1/CHqP t>*ì?_fgoMfiيߠ8ĭR35"p nhӈx-4t z"d`KOĝ+do, I-ac6;qYeRómEvhQESv{.ر ͔:v d苓v@83 /9!ϛ8S_poT׵W,05,#f3m0dNh٘=K1 /hV&ӳ/hT%Hhw=ʥLy5v|)uވ* 'Y*ZO͞@1]"Ɨhр6 \{W«>C6eL_:f^KGפ]$ uPQ֘d59mOVϨA~.f KwfC+ԛ&$)hMerGviq Q~Tj'mD>ԩu\GɴOoU4B5GJ* >TG8*PB!{Z@JRػrqwڙK_.VoctX6)I zF)fRF 9ͣ+gbfd3hi5^C?b֣N5׹z<}Ӭ"2tyJĂw(50M}06ӑM-Hҋ -h6C^TFprQpK|6HGA= 6~m(.q i;E_ٛ 0ڻDa?-ГOt962S2xY˭ş)Roӈ}"ILeM4q\H2D;`,Yee/-q%N wܱUyk֑G%A wPNNBX<&- "vxtT9ӬH:߂ۥ%9wY\ނO krSF:I?gK#opR[G"*Y>?SZrvZ_TN'@ɗ@k]7x3tRX#ݴ2G(q]GeQù2mw am츚(jE_\SaXBK \)y߿jA9L&Vyd.Iz&rKn-St'ZE陒2䥻0=aߝ(90 :~ryu7JiuNax lm Lz<7oqpqYv<g(=.Y7ncd!ǸĢ ({,1^?okQfՔwցjf-oxOaBwK Us:L zgD&[Ը^4/$8`C ͯO9Zw۫7#}QF񮈁a1'[X'6JVOՔG$ ]2ŅzB􄙆6 *qbŞ|m7% )Wxdc3G}'F~,4]ޔSWvƁ囖/JŻqN&SChgFί E NA:s ˞O=ʎ 07J-w&oO"G ]|ӏhK:&ZM馒ͫ쬷6`CLyՔkS;ͼ-Զ(>5=/EXζή10[ITCg|[܆׃oRU/i۬ދɻ _WǺ-ͫ)LpePDI u0pYM5~y$`dtb =P Ql0qba2nY[~m']F6 " Wٴy9(B鍊64ظC%O_k.@ WfwW  "p f=ɢ֕P Sԃl9dL-a+MLUi$6pљ<.Z)' LȜGҀBU\˷A:5k-56@(WLY-WWrv0GdAxپBp9m_CöPhHQZ]aįB4,Sn*j!V| '{Q-ٞ 7kJk9zܡMhcOt\T:fYmO+T&Mz&F<<璳p)yO#"' os感Rg :մ2~ƴL*jwM18mmz7k֖j_OLEwdiJGP423vTMZ:Y,OyWJB'5؄J>^"hlm+y;4F!0cM<K\H"`w2GTR.X & i:1yn(Z?I+`b >]qk&3Nǁ=гUH^5'=syfYBTf,O7@=T)<JP&7r:Z\SE5f^]QxǶ_/W~) !WCzGYbHhjۿ'+uJydj'`7UXpvC'`8{GLoz$'p=vVt(ժU/V*晊ՏPܨa>"hMGzlND }Y}mSTC v(_t7\S6cK򁒉9ʎ0R^γ#ojͧ/) ٢{/U"lmKu:7y|׾v{AI9 |a_)J1.A#SEr2oȠ|`W WXsA3˜wJ/KwqG4PMpJĖ=-4m]oC!AD8ww"5JM׻0/ "w{L4%H%&J ~<L mi| 嫎̿lGJ#mP:|_+Jq̄$AvkHC 4z*fSک |d']nZ(tf#a%4}O<S9,=x. e0BmqMuV M0iڭY/oW+'Wr*=u%5pt kmM-0=ev?m>hCzZ{B0"mXp5j`~ kr p >l<efq.p؜=hX|G.\_wot4^ha9ZVI\'U΢iKܼxûy_}TzCD.bX 22p @W;3f먵6IJ,^m] Hh9 g`K ؖeF87e\̇7ݲ_g=`sfK߱#÷>t0>M 6 6|8U6ø(F!>)아I'CPe&=j Z0Y`Tr[EpMvVhBؿ*n?nؘQdlHF{Ę"+g.~r`o,*,2t`dR:ffV7pO.x/C4 ޗbᣐ[{ȝFǤ\^eM۶edXs)4&)P/%hb " rpB$V˘o38ڸ7)TW*jM-AVq?X,G}cVǺ4,viJklk*́=4%R,#k)zI`7*WQ =|]hElDJ ׹mɡKU.?$f-scO~VhKLw3vlHsfE>i7;(BZŤW:トfKlC1ޟ`= 3nc$Y񂣗?IlUDܤ"\j~Y*eBdK881L8`:R񔓆1K9XM4NͳUM7j"Uuo%IXfBރ㍟XQ{u9~!['$IFa%VshuW #t!Yz{A&^ /HڬqAD@,9mX!w,"Z{ak ꂭE[+㋴@[+QNbcU ޚn@qs^ޮ"Z4ŠuK\~EVVOӞڡÒZاʌݫ;& "LR[r;&A ށ̟@&D4٩FR5kb-qq~ɐpzE\cBxͮHfWYMޑ˨8 =쁾,;%z8z0j5ݐXqנEXrJKhmXzaUUTyMa瘖jECVsS}MdPR﹔6.zvib l$cNNBN&@53ۥxz`x#zTLt5X$8-=ΰYdsSVuۓeNp5x0 'Rȹs VאHV'.|׀4dq <$ svϼrjBdX vڡ90ߖEez]TyZlߥyPwd-C#B,t{ÕΆauKI0%{I!P/5|APiӥV)ǏlRcAW,QG'R>\%JI rTrma=MV8.,#^h$}U]n;F?BsQȄJMnuBrmO+G[J"@&cqo =J:Ы,! I4TV谮SwLn@ b~ՇG8|bǔu9j,`V֌S, ξJɽa-Pk,zEO[ӈ3m7|W"q@@ePݓr%{JCM5@/Ѧ▮ȴ`+;emB~N4rPVa gH];8+6!_9U`pΆ|ExxB*N ;;զy8+ Q&,:" 1wƸH?SߣGGc Mң6C{ ^>lq_qc{5Os/s袯XY#Ø;n9_ufdS&(O'I6?935UKw't}F8&Y7B#/[{.az}qmxdY1ɽHƧNΟd[?lˋ.);!Gkƿ@ q4r_Af7YJY'&jc4 %˥)wTf4~i@*ԖY2ͥa' "ڸ:/Y(۷r͌i}S#sN.[a5/3X#ϦUOAV)O0tgi.>V`$. XF v\3u AIRA) Xj"Rɰ#"̢-Ճ'O'LA?bQM`޺aWis v vo).BLH.xiMS{ VKC~n[Tk׾o@t$5P#ؐ+$ %(z`:]+c4 wM]TAO$OU6Nܬy4!Uu LR\[Ķ 6b߆| oĎOG1yu2Z|Xw)n;%wwC 7z)41A6VS{7jʑ&-^^ /SꍰF50k<C3$R 0_@Q'Jֲ׶ibUմp㧆g>BVn@m`l=9q2׀TRAʗeݳ5#9 zv.gL74"JmNEZda7RZO"7DWDa3-ș i60OT0M 4G Zg:N5"_<K&O|b  LjW+=6ceF1[V Kxf%cyLzs@诘`cw=7="&!VR'`Ξ94iTG1h ~ohB[/YJrv_rK1ZVUt1ŋޜiwgq+0f[X8?[|\}fӏ>]/% ߡ7a:펇y-矨ZG>ΩyL9W9OtŹ5˟Ro蘴F!:tƓz@̗zI7QD,6P + H䂪*& v:xȷן1Po\-?_Pe}Вh=' R`?|3R^aafdoҼ,(5bsbNVum;M\Wى}b@R x-VuZhqm7_qD2}.6a01Hl6-N>raS.+iU:U~{ lx+v/ d3V jԤ'U>p㟻<@~U?)03bk 1P~)M9]sk*(0%CJ͙vUYZ zSFfsf0]nüAI9KfrI=ܥE׼q`:l}q]/Dro_f2_cM*nսǼƛEJ_>0ssdEu̢IG|O7eF%A`#s`G96By&T"G=:8}-@EKfVFzqrc;׳rPi݋ɔC14U\LiN'pv^:1FBA`(!))/mZ EvJ2 C85xxmy!&DTUW*H?NP}Q:J9(ƪ:pCǿtv3U&.ٛ.kNhSA j?!L>pXȢGKJ*Γ' GGO;l ;2,o}[5wcه5˕=GՅHLl̦h'} Zo|#R%,Vsղx&8>DU(PwSzr`ʵl$7OZ 8Yǃ P\$2!nH!z@1,q]{Qfe "}mfÞ )>~yN{ WxʸTB 5jk[0BrKNX*LH6- S$dI56* &>u4Ae~ޤ/Or8^ᖲ<J6=&eV-@f@ -eWZ y[ @1 לw<<.u{Ń|]a|+x=e-S➁] x=]n+ (ʹq06 5Vfs%R!$`2wqNC[eD16oYzWˌ5QG*<+@n:ba)23ɝW`a7I;7X3-)|ZWkv(8O4/2e7tl}Z$䬠 OS@pX%f vPgU,:Vz,G Tv=WlhB}+nK\8E7vBSz|}}GbV6-gr\x9ڥ9 ՘Ƀ[z)-ds5Ҕ{hI$r T)}1&-wqLg.gO)~Bl-n)ȁfk 4ŕHƅ<WNM[}NđԋL2c>\aUiZcEi7S8ާ?РցN};l6C4?CU9vv" $Z U*d#?ۀ4-CI<k4mT2vtYqNWJY7G\jk|7ἔmq ga$ =b @ԏ1zc f}OzӡCwX^F 1ms Itx_pYzUf&rfQɤ-c`IĐ`I|Q bKVw~`szy\K 4g`pAi` *( 32ݰ-LB 99Pn'aȘM`:B?R<ec`DeDe5 #e#7z s!d@@>yM&+%)(I$ 3;0]gQW"1BKsMN`!WPrHXohiꡍ& EL+qXCN>ḎX2DQh8:n 9r|Yibr=v SFj.stVҘlEfKYl -4LzK_-9y4tI c{P'x 2l] }lvL$D?A{=ŕvXW:Z:S~U~R/ fH$V]_{f}Fxh&t(=ntt,A_^e`p4_]{EϮhFã)t&u /8rnO/ (6%% Q y'^?cB\5ؒ!'Ѹ7ώh\AI]} 1uvDn1cTJ2(&~I()|jL߳'=k`IJ/[dk2jt )@Jŭ/G}O Y|hxƣ O{MgF|kES 3ĉO kS״xW8h<+tZ7, ,j q ́h: R[qPDCZyf)@!ZHk5i]#X9{([A`@b4 7Y]1MVB=E!N׊2(}1Sv:Jwt^G|Ű ⯒s⭼ dvo_ev!1xh]l.H;^ t)Y,sM>P4y4Q0$@w 0t_j/fVBhfj^++=>$^kyeZ~Ϧ( ❒c uΪ! k<]-Sz޾of|dt$GbaVRWlxdwUQ[}pFN~oN=?N":,u'!ьmZ EW{*]T~PFԷ[;7\.nHAFJf9U974Ti h9JzPYҔ[׏Tƪ!عQI-[Ι@L9b?-_ qr'!`.sE8RA/ ^hG,*lܻ"^pwO~{&n6GR )ٶT;K#֒,4{3dR}$Qrc }{Dx`unhf\$Y7SD;j):bm#:qՉUDR{HX~<[{WpnzIy%V$T:JogeHQI[M @GD]`rx?WA'ڔ, mF^.tk;ct0l˿NuXPuʫ FƚGc! eS\ڟŶpP_;3&ohz>62ol Wp_ͺiG -gWVĮ]k*"⎆OdRx[>c Yy˸Ye偓 }6ړF&V$p<:Q zFdh4^Vex4$ ׏"aB9f'Y$s( 9xaAbtJ>`E>f_t~;YixbC؋JUng-!WB@&[m^5 TrWS|Y@c%y(*ПGJMN'˸… v5JlՠpfEvxQaɕx.F0*)oT39D8I F(!)j /?@9}H]H7+ 4,:k0i|OdXoZy#ś_َ, `mqW0XZ+?(8 ϮA)o8!O~_,Z/Qs0G?.AA R*!r<:I m5`{5jq(Vm0y= $^%Υ_=R EJlno&uAx)MtcR5˷_F:k˞#Hs# 58ʓV)*:#aS&CI<ۄvpB3Z0oA!rՔMw,!(Ska>^PdؿDz%Gq:N5BbyKM r,IH:3:wלPq7G mYT\}FVͅ(;5u2{_f5CQ4z,6m)fC,Q *`;q]2_.bˏ}~Ab?O%7N_#i 볮D>Y1TQZ; qvx%ąOYmtXf2ܠ9w4U|OYeZSԁ8aW2jI{#w&fwIE2X2I($͠=GG 2 m`֑;#QhCm$̾En%`MSV*O]r9ZYUxҌ}g%/RXsJP&`)x%#EUc#BiPx햪K!3ϊH(svAE_^|-hf|pG >5\P"pr[k;IBcl(>5}WU>&2htLV"Ethy!MYO* h R4GkrBoD4ͫAuPo`cZRJnY RFݿخjĩzU?>ڣih#ڲ AaCorB3IBhpZf?y&p<$9$`/,H8# I1+Bҫc#uUCs~ĩkt<JH ep Mnڷn|z:'ƅЊ&޽sQ0_I? Te8=E#rp\9g׸qf>fum U~ Ʌ t`42 dVt1ѪZħ,h3x{Qfvz˕E.?p>EsS4M}6eg@'v;Κ%{ΗUPO'geJpc:Q2Sj&80~x-)7,EQV_k$CIDmC?p%w5y"[cUÎ),vo( m g4=GZ`P(!,`@]mۦI)\F_(ɶ0)2x`޸lBҮl(rUzeEf#r)jDexs"e7V^eBDct۳aRd==taz*|n?bBqH|٦?.HY -^]rۛlG,_%ljB}d4p4)a  ŜfB3ܚ+Iei|^MB6AVT[[c9R_1ed߿6lobޘYpCCu^Y"fhO‹<0JV͵nXy#L[|!@}"9l5 hBm~!jDVeݾ>僃䤃=E샵70ˢ#>^CٯǻsqTEvܬ^nnlFc/^6,HOqaJTIKs{0 Q:N+mH~-2J37irqR vaW N:Ԃ4A<3sU d́16#˦&ոtN۠mDQƵY?N.m4G3Z=_"&'P./9 >i.2֑2N<`%C8G*J.К/GJ!G F8=۔Q#8D= lv,XlnM Zmؒ*Pe?YS=7^23eHvvReaZ)_v_dIӢ]u@}"RQGD(/u1kfVk\jGFWųhQ9LXqHqP&ixYͭ=N^%Ru 1c莧\d<6;Mo[>P G,9zRՃ*)2WQXIͫVH7TAOQwLiL2[ J+1[$.Ģ䫶ַA*g8xc"*9Bt/Vh.c:.޺pzI\EOQ,,"5zIJI'uٰ?%4:c6C[t{[E[{ ̣sLfjQfs߳]Ă&a|L*x\hQHyKe7n?LdYޏ r>e6J׍sK0qZ[|L ӫ@Y$V4_CbX:g-YRE8'J>%#Rȇ2 ,al_ J~X9()#u?P "W+_oɠ6.u\'hRMrhߘ_8lfՀb qSA_+eȌɥ$}Q q4 y jn6Wa!QWoQMZV[u߬t5C9 R'E|U^z%JkP8 3s {PB"=и9;kdlRjAFAG8;򹖪2JFMxQ-8GsL#y|H r}}?Ul8_\:np \dw-Q-`T|tLxs\Y^[X_P?+2?G'tUDl){O\^1 %i8>6o)3)ZkfKĎMYg4`th g aeuԻe?l'Ebx$e57W˗DQd\aZ!92ús ̵<}OĻÛvǢytƆzz"(bB@V(g48uiK{I'+c`w0[{`DhH Ѫ'D +Nphȥg Ԋ6,{wAw=:S5gŷ\EӕOf`*_8j҂Ӫ+cDpk;yg'z]F KgE3&CVi,nK֟&5)^TU[[vEPz,[>ϐBu:`Z|\f &%/,+8@e#%|L 9GJ ݅ ݲ 1n-|=75뱰u : =qYsV<-2Կ;Ъ `K6<㥼{/( rI ݯYwD!-|K9Ϧ!n aɷ [-ׁ/v7,Ru7, >hqRFigA6i/G?eY~ C .54W5ٻ0aݢ17ӠQz`tP ,5]fXP|f$GPc|zIn յN<B|[S"]kшuDYy|\zQ MoB71> zAbyZd=.',@Ňy| Q*"lڽlݨOqUa ?4JX>-kYf_$ZH} . tD;R ; ]k/AlWm%8g*@myn-Pl8i*c~ oqxp͉~Ĕ*q/z7U]2홄 (He+LA>_MdJÄ;#,+9e!qmҙRSN):* %g$8" ["{д2mxIPf .<Ô3eF/r\1sW%d5i4"/K%ˆۓYnˮI . `ͻ'-p Z w%ضz !b& پU{ k~q֣ QB'-HEs+#!ѢhvF0ʡȳĮPo1 ~~νԼR2?2F9v wۆ#n1KnDEa4;>ud[&[k\Ktv2bf},r+/.3tV1N:^mA9igNSrΏJu"Vkx>UkVǺXQȅB!UМ Ew^띅%w@s_?ȹè P wNƯ!z#jp d+0<-*tV o yjK\<ʮ 2p@4(_v_z|4ǮYqкp"9etfI褰*o\Os?Ϙ;rkh^pb$v݃ RBټ%vWw]:Ti% M}]t?;3c~ jT|r2)p'35䍀 ٭]pi@kCWLȏ sꮖhj2u A|SG kTFC cPGQ*} 4&E/JXؒC-< 8PĆ޻%Iyae,fx^":Ƞ>U6% 0p ?Eva!q-؋+J_qD0%vEڹ{<кeUpQ̡bDZb-)H{cmN`39yd;W%35dt_*|W[?" uəJEKf6G]w}7;)~u)^މ  J(*ԏ_@tj%C¥SUGGT'Q|ٕ1H[Sph `B'&?`\jyT,,=pO7Uם='O:2'PMzفAz(X /B,o[~WYI:_ 2IFdoςЉVFZ=`A 0HjƁ܅+ss徫wbҟx@}^T82ߔ%z;@zPk/$Ķ,uv2Sfc)&  6?Q9MZ4H1K}>r̆a"r'\+vKlICLYP4k9taqURgZS^2沯//&{7j>wg"KقM\g^oF@R#ՉXF( ɗWWp>w BvS<qJ秫՜G#`a z肚2ta=BeMac&THt J}=NCJasWrƵw ϪQQ -T72w]tF66PZ6/t';I3Գ'v-FP=~aDJWixAV ^.ޫ"uaqSǹFFv9lx k#;t 4uQO&B IJ Ta"nIukyNfi;~ꔯUuY 1V{Rh'gxⱀ;c=3(>QgOW'!d t$r PO^ϳ4i=mʓ|< ޱii=@ D1,v~2d-s&*r Ё5aGXy-GO)߁u@5j!3K4R0κq+arT3AELW=D]gufG.,{mD)aU"d7xD,d Pb߭F{]e9Qb2gnRIn]uw hQ7qt|~ иsNVz1OG\D&7~c,%gϦ ,SJ8܅b| p|};9Wur J߫% RsΙ;ͅɗK$PT' 9u P}] 0wl$iOdM422 řnGaBgbr#Y@uyx-7Mbjh *q>i!2'vsLiL_?n&c^ # -|(o_5+v2vq̩g?_7^lH`&MB =;Mi!7&BAdmUHm`@k`_: mֲce=DHzֶ_Kd{R*4O2<noDp (_C\x/t"ϨOXgRkzEj}%~jCGWDă)ݻzTeqg/.E&?;t5W zf__;ňK_ 0K}5NQY;.5dM!r7 ΰCJaZ@mqdE)ZǿA,>>sj1<Qjvnf{)GJúMsZa@0e^o L_D ~]Jxlxg@Po0:]!AeNYXդYaGVEb^+NW#j H^&-`2l쭪vYuŽ7ѵ|[u ϬX\~ޠ!ڴa~]9yƤ5xb8"@dW(uDXTQh+A׆TnAIJ%9B`N}~G??NbG {,EL7)`FZ}e0/|-PM$zIRsH ?70b,hFQsZjZe t iԟ- !HuʌðP߱uyX*(ɾu{"t~Cq ,9@hʱyr9S<({;67RTwvwVje@Iˌ{%jAcwhw*e#򈯹_hboW$hZtڸU[‶̾{.6/>.qlkSku6r}U(H3X[?3ŜPm_qP[V[m<ɰľ~¡''OOXAg:mWF1yJNׇINw# B٨M#6,C{78 'ϸ@ }כNC " >WBa%z/xug |w`W TYE"3*{P6@AP.5}Cj2ld!uF /KF5}+ v{>"&H_1h#4喟[V;̈́봍5Z{=EL V,Tzނzbi goSZ4*1lqY;&H^^XLn,e@4^&k[.є|wrh-ePK) onsYkF΢dJdl%0&0QHuؘ-|1Sw:/0X%TޖSf<3oS^܍V2*G[í¢ue>Jr:ڬH>+)VG!rNX ޅӺQ^ڷkHz|5IWL`:ōnx }t2/n 55/8.=02TCzk4cJ ,!o?:hHYWa~xce ڛos4qUvha+hѪg:6D9US벃|3b[.?ZV~] ڇ|V-ti`~Y8ʩ/!9LKzztK75q w&RgV*fr'l@H]%1#!Hilc]*hp p34&{m-bi  kTB;:PI[EÜ-]My?uJm>00!!0M1r+P:vncߣbGrt\&x5}Z#5W"e6Υk>c"@]Ip+;j?W{Z0VXf2\"63L,(j&Nz6 * DVe!}8f f6 u3V0výF$іڈ adQ/ASՇ+mpSӘHsz~6*_AԲ!nO2gL\oTEM.r"'տ_PKF%1s]]A:ЙN"?3]ݍ}Z.Kg ի9oavx_0}`]hmoV nfҴtv$L]F:)o8 )]ԚXx^Bo:s%E_ėR U@8F_ wrP92ٷ Gb xk8eO)'uM=(*ڀ$伟>8qL횪'J b^,x@ |f "CuS[zkEgu{pۯzhx54 8x>FlTQ|}_`d/kCC7g4`~#t(ȹӼs㥦lj{ף9=DXw ׁ8!~ i\[$[*HrC^1UTf_E꨿1 OHFvA"!z/qWUͲ"Xvjd\2 = Vc.$a?>%.2lw'·5~з[pVe*_N}Zؐ^vc yb/~Ǚ xei'~P8OIK)~ &CXuCp`ާA>Y]7#LՁu(y!\8|g~pfF}ilJ1^+J72 ~_~$B n17.Fז-dEk1th&KX.MN}GerZ~-;d+>zrƪH%G&l8d8l)dWKu?DPu: cYm.crFCQTrNKXӃQ Mj+_F/vl1*4hyJ67$lepEX 6s\ IL3[TeA{F}tG֗G$"%~r)[Fm5~Ǻ`0]uY\qoG=HE*Oڔ F}~2ku}6U۾Ծ2@[<粈0'5)- `G!| 4 m"b?:[/Sג*.vINgGY6cYaV1m )u.krrR #"y-&;~loY)<#&/ eB3@K9:W}3Wқqw{߾<5 YA-Q̴zoGp=[ׯ5$[;+nTydpۖТEId>+ocHl݇tRf<ZnE:rĕ&,Q;n&"4u$K,ҐA5-FE醘~?uT2<rzoF9M)-kJR|\ m܀E!a1!C*^2~JP)$pjN Lp y*\vYYt/W}Q 6047T5\Tp0GDڀ=sXi΍~AABܝyYTN 4p/zb%Z\)W* 8C{R gZ$4\y2@ v B$?GD=90j4\J d-,1uZ%])@p0@)"%S " IO\"߆C8DE owULt;o9I\Uv3]"dix{PYFͣ'鼠7WK:&D ) pSʀ,S[c覑mЕ-uB\xbᵑ€F@ v^oR>y0_k @[{_&6`+!.WrɅṄ3(Hu&6)Qh(9+Q}𑔹z}Oa2hh7(ڠryJ^/{m"`ckN͐Ԑ_P?>ݪ1'-dV;"7zX}~g 7eSi/?=& 8ݲGfHr_9#p(vb({?}z5א޼~vݞnŵt01@ZВd&Yls|w ~G˅C7%i6'SWD^Oj G_@?/~*WkQSˬWuw-r0Et&6OU]=:ć],u8'b3V+營c$P@7OZ<Ի+cA;' Yqʮ[󙰁#"jbq`˓ M~ 4A il5 N!+tjCn/_hF2Ƌg?Pp%?.TVce%W'd2֔d.P !hHa'^%ҹ/
NJ#hYQnLtZ8yE0FLpM(i !? PkM{SהZ'ow\+sހu98҉'iO>o¾<<7~Ptn^$OVj41]hRFq,ow\oɼK!WT Ս3} Y2f1߯~\jm40LFn~O.8xDbqpA{o@+Ygڊm(v/6BI0F- (|H~Rwɔ#)\WjM! ,Y+CL-fyTl!|x?#( %%!rQſ{۩ i N!スTF<]*6XO/%T2~{Osb19O%/"< vA; 3Cvp7Pf Tjb,PN S5Dr';/ oa+ XKYV1d/@&Ω~Se%ăTi; aڪaO A K=mZnzB]Y=`EұԴпޫ6tS']xFYx`h3)qƿ|m w*f$ui7mTi4#9٥pҋQs!!0;*2<6~P# qn-= \ߣwfrP*#?X7<'џD|X^9ńyY+&rێ^{2 9q՜kiowP,N$Gb@ԥ 9V7$ f0!aJҨXr/8g\_gLQq ;Ca#jf 4*Yjhh5_@,5W=2xW7dduG 3mਸ਼5u*)7j3 Ҟΐ x L #rҗ`Ÿ̷|ƈ2+dՋmN`h0YS =I5m_o VPrDj x/mϘG ٬ tlcga0gZKei)>sJ=m!ѡ2fDZ:SV R6g׫$91מ8x[n`{V|/QhԽH7ң"l( _C3a3T$Y?7޳3H+>?X>'%|ϓv۩eB*\ԳH.eq]ҞFc`אڟ' 7 kNp22}I-=Ձ:'jwL%Qk+70ށ'=HN냾iD(D)['DS`Z<~VAل =\vL* l_R"NȲf +Di5r4A\W-N.GT/%"Fg!M|q N[@P#TcK@4qS`}:r*1Ceh H?si!MbyGg&;9!TM%`C g_Ihb4.S" ]_ x'N `TŤI̿ uZ[5WV VZzVMp%!oƘ\8e`k`"}n+}P3{|!LYqi92"bυoUEJ~߯XIʹB] rn4L⅚|2FB QVgF$z|S:pӸbwPͫObL%[ggD20X//.\erBu5ctظ=V^ ;gbF|) ja*} 7ԏ8"dƍʫݶGBry/B9M AVb6y%;I:AqT[fmHX "ݟp^Ѥ>rw\'W0_3I7r9IS`55ZYp)RG2;E#ART'h'Λvp)# G +O'2t,&9=7w 2[◪z_蔺h"0F-!P#w[ӬDRb!^H[kozih4vu$7^~ޱ_TBf1F)yoe;{9:?p}Օ1(s"!7kK"MɈڐDkK^vǢwqsVTbFI oExj|rq1gt_BwfJQ4xG#M w0ss1^wĺ{s@⨿Hվ_ J+u z]3E:WB?_HTf9_]Rg[xo:o^!޳#PqFmy*1bR$pK#UZE' `zX:vEH&YT" %tI Ъ}"r}BIZ5U2PLU=dv}`No2lx.WB.njiZ9'(P_bcQ NO b*mf2Mjr&H_,No( (xPLVCPh\ ph#pN,`)LdpWtUYF`C?4|}f&nJ53>@J 88NG AV%b$TYI Kz6JʡgNMgi:n6cF/d=Hyi)E*O4!8ه {6C,p}RC08;-'Z,]e3it{Z#s0>#zAUlz/뭏+=ozH{5DhMj?%XOVW[Cj:$T^ze}Zz[!wH/ΣR9:}j^Dm`lit ~6u$.0ՙzV>A-L.lv:{I\EJ{!ݟEeհv3uORfH5j'hM1˞c"hp}m_eƜ{;wcBw;H o;Ef$| &/ ӽ͇XŰ꾕.X^&Z'+K$MVy,LR!̏m8ˈ;&P_?ڼ'g֘-dAIcW/'VXK'js2|w)NPM])zNI|WPT?*7䚐rҲL (;[~;- $A-xy<!TYS$xc]ImS} l~E9^\G tS=>"nLj$2\š2LȑFrϽʺ=C3w+wCExؕ=g5p+UWI9,j/3},?Ɉ7= Aum=7p~PZ࿋MIט^Qe%ܴډ4fŰbe(AN|t`~_oBZicyo#IPoiYK(BӢo 4}qcU"ˠK|9"I^製*a{o)q iE |c/'tOGẋ򞽝oࠀ(|H@ M]ܺ$87MRZ $ooĔCi_9x:IYR?˹J׈K˝ExUG+Gnff^qF$37 zQZs:tm^vs`yMܥvʡf\ $vW[:[}TS^lg$oDL,#x+ɽ6{c?vdt+2U }C@÷L,ͩ+t b. Vи VRC}^7*js*;,ZP/lVD% ӹs]1Ӏ=̥SEצ4Jr.)W"X]-csez28iM:WB %=j*$ɧ `#Is'_Wm}YYXWGFj]I8Ѯ88>n6Ë ϛ#Tʴf³# zx@~12Ép`%B)6_Z,]%@FML 0"+z F1l$˄+[QureTv.ȅHxʓd2PUO^\mW|{e <}}|*ͱ_5V^Mގ@1#LO#VyP>jE,ώ >wݵ`V mS3flqT]4 ͫt E@ONeh ɨ0Fܩ!I_^wT:跽p-sVJ>sR8]%|W޸i&k qҮYk+(OmyEd򮷚Q#Zk4HB0̐%}؉3oV@ i&4GW7q"ݤHykZ#e]I PZ53k҆3l0pw=x[IwT!N"HPy5|m5:R^' LghaLn]|ueZz|ޏ sthy d;Tx2$D5?:<t^_̈kw 6&Lb!' v(Q0yR阺2NtRQ^c~b=h|W UlFߴhB#`pq4&OWa`d0{ f{m[WMvL/}gva-KY@t/`ێlmOW DVit;&ZS"o!c'e`:z۰~x 5go1ho<N(ŝbcDGؗ'S]79MwY>JI㙨$yUoNCN? ܏D=}(\?OB(D(G@:)_ b{S'/g_v*[גpUɕOk¥uYЄ]1zaLu7xK$>H=޶h*> ߧ*Ũ{A$7ji#nؙvz,>i}ru)I 0]ev+?:rѺ:c4@i .%{gHE.V")'Đqw' J=oϚ]9#V>?p;F7awjq5"gE:34l#Sƒ?4`!9ESYu'Zcc~1UO&&NWH`/F4"§z)~R: b 36 eyX0 $ _i䏛.rfC#(EI, 5$Gp=W*DR|ԤʋJevmXUgwƉ9 zbݭ"~_I$Oa#K\O&3X;d4ؙݱ ""!+:TF//D)qE;)k;(di1D-r%*7+9*YO=i܄u7o"Dv=!mP#9i>:X]wRCP5uIh^#Sp"W\xl[+N:Dw0i'/pL_j~]иNÃP?W:ƕ#EgasXM.TOVp,J Wdv,!%cX6"RQC5 RiV" FxgyZ*/١w`Rl׮qbCOOaժP7`fM^HR FhT6Q<%Ɔu5(`T7KÑKN LbIxޟ>R_AxƑX4t':9m +ӟ zLeJ,[vtrX5i&_ ڴl'U% nq^R[(DIRDstWPG$J* /&LZ>ㅳ.n+/BO[?X8f%{Z3cIr*2Z|n5͌N4Xp j=X՚p;ȶbm1.~,wl|w2wJG VL GĞ{-g$ "h{k_AW//G[5]\P)ϼ9k|,bLm)f}K-G/`Ս"dH;+Wҭ,n̖цkx4t~x# ?cza? R(dC@Cjڸ 8S K̨ 3 2Kұ"`,E}4BY7:M`:%L'kll3q[zv$` ZKfN|3YP7Do."lW?"ϙBiSR1ԏ *R,?Ň|%Dnf8FH% mnj ?N81 d/!*uf^ F̚X7TAh?p:2|/|KNUKZD/֐$]a1j'N=*!Ԧ'*HXkO+a-Lf@}ay̋E*!dWz$ M͖]b}w1AZsZ/.* D2 r2&qDJ༶^kRf5Ȏ-0#Skm"XThbG_Ik2 SLs{A[Go3piӤ? ΀ )D.f{QMt֟탠INCp`NxNc d4G %sf#11WPI3'oKh!iH$o n'Lmu3*%Tʛj :絉V4Lw.`;l[(\(xUu FQaX j%S $أiB6b@/ȉgB?YtϷ}̜WUv6w Bjxf%9'< ɼtxqaYB"txFi^j AΘA=Bvhe_p q#5㩾Ɖ:Ł+8(7:kmpDwl90G0oÒPq*8q73H IdtB{`)YD6-}t{!|Dk(1շCBp1ffYFz vR4;$; dB>$};(d`GH??OH#bUoNG!H~^6rkFӥs/vmQ/]VbD?ሗ/# \̮!nKz{=@=!đ -}U ʴf[ |0q8mYbHׇ%[<V. Dj<Yf x vCSDZ6k" p2XgdD2 [aK=m3EDDY]3X򓺧t=$-Hrz蛇h = @]Q0Uz~4HrSh+ZkˋH)"0LD H ,\$}H[QsIZ4$RzXc5n F3q^AWnhoŒХsh;VհĪA29El*e+ż Ms61i1a[@붤<(U8x;z +BKD3M{{ \}dGItl0F4' Aҳ6>'޷2UbtqvQͰyvY% Љ7˟Ij'&Н鴌EֹaKڔ 9f-_Oߧ9FY2S4 {j,5Xqۊ{=)zsmL7AլZK'cZ):Qj/gCQW$sbϋ{d'63QE+'4%lg@ 듦6vpW7“smR l}{RRcsۍhədずhiG4 6ZdsHVxNGьcDCj(ρN Vn z$]9q28`lE>$@ˍ^)s9Ċ8*B>ȼ/6̎N\~C2X VŒ(vf ^##SNI18~- !*DC0^X=zR0on'N>D K =sGͣ; WkG]*<hA7R"\4Yz]+0L|0ѹ/\[)[-t< \jdo#zbn lb*i^iSVd43!/%cWk+G H0y۳Baߍr(? ;~^V i `2fy;onÂ"djW狡$VMvL p\Ul?гl}&哣3$pBEsa6Y7C#RэeH *m@Ġ;WD[0ANȮjhI<81U^c̙=iÀYK̵RK]W[,Ņ: 6 H5Wބ(6NJ4"Qؗ'b~za#NiJHXLSRv:~D%'Bu&T2*IF}OAQ֎6)ESMF1rDmbq?]t`KO<]#ϦN6;}'}wK6>̻ 8ٟ~=}Rx٧Vl7%;vjkm* _/y\ !r"w=ŕJL*~mr^^?"VRI ;毅(qm-+{.]:x$&jlؕFК?5@ )/1OI7CO <{>W1wZ-3d2PCQm..\K2[dVx.A]r(r~g[3,d'Rۧ ҋ=.B`t7x"@Vyο}!2~+oaRBnj;YcHz/dL[]&wK@ЛI8- #B![B H({1;vٿBPqk%3U]~l ;A[uH -Vn;O|ySϻsV:vx?AUݷ-Wc˺nj`"\km^>ѓ2`>MP?{R0BO */>k'_ +Ԍ<l zJ >Y$gBWM ߭2OcW*ř<؁ŭfh`T`|\L0~S (Yq!7'&u`q$dq6[O;m#/Y/.""9;^Bm=#OB9.#J?HRQ9Ht8=kdR5* RY{+5ʢe+ðv/ Ϣ;A3W%,*bDIIrvd Y!`۔qx3z~Ԁ=]I4 fki).ܞ32șVdMf9>-xuexu_hX,YIDNyP7KVxmRU[֡Ľm5yyv%w*VRf-l}aLTXl}EeZn@^Bc.XZ^ ZLv% Yo6y$dڧt t6]ᨘv#ȯЪEA)Ʊ.zQJ9'x]P <m@ԫO;yUIL$쐜_I&,Tq H]^fyR$D5 M7\ػ*G;9%\eH5ע&,%59fvfoi#Q_ɜ(?fr: )y# '"5`1ߗQNpԸ/f=5TB7D`nxD#t t0QHNYԸBdVp-⸦d༁<`,0} Ҡ@\v"o]ֲm( D%F*!ENjzedt!cbnz?|E&P_xl,?C%2erY@~Qx< Tlˮ;mBTh@YH7 Iv V`ΛXI{ez; GV ӗɴj"I*-,Zy+}j瑻)8=m&6t1nOC~H+^־.sϬ:0O9U];%jL)#Y mJMt%;쌏;Tf=Jyx[*맙-룋%G؎a4lWGICz=ti dCXғ9̻E)?Қm$0ΰ[lM608EH'ĐL"J.’Fa#Y1E.*FC6mq_F!ڜ 8{R)u eoo+)w+KU|Ozd<;(,ca੧B Mtűݦi3Zs8l}Y1рR#ISyǹ1R ҷ>H-+nuE7M]rRϺ!jIZȲg H<~+M A^Y CPQT( 9ǿBQFK6D;M#p/v)v5?JL6;_yX]>=0|`h#. #:lKHvmN9gigYFсVns(kI*& W7KRbT{FleB_ :+<&coKEqo5q/bIDs p/U^t+L o `R~{$@614 D{`#Mߟ>UZ)}mapj$30ןcgBޛ[g@XdN=MV`RLxXDS%9z3=uK?E٠}J8ڡuxen|Dضש"lBЇ+QT21;;J + u0_T"L6eEC1hJl]]7w|S,2:j)Lj:.6S u0tBz=ja){t!H|{-ťoLOx-^Wl0xRg9+g+MMS^z25l^Ǘəw!qD"l@b@;Z?űo1^}qq+GNjv2VMUQ~w.p4նOC 5/HHP+5~gNr"^.9V/״~f~lBĽ︶):,~۽hH ?UO% _$|+ =ӓąLM'4*zc׵۠$qk7`*c-6ΘAnŜʜcmͮb>T~cZa4/n l<# /ytԪLy6$P8.h[5q}ĺ|r V8Zh< Vvl5ltgݙfj*S1;CHR q%sR_ *zdbP[=A0q a +__cN KxPqC#ɳp 8ڜLHklB2LdAdW&u!% @l7@¬Υ),0j6)'vPƑH7H~ލ"O":Y\T?KUj/!^1|?](so9`Aoް][[{}e+&rã"K+U2fL"NS~ːp(BO:;/l@QGW2g@d/̷ ŴpH_.hMBT ٷk7Sد'#ߕcfOZ|o0Y-UߤeN?"ΛcbX6[߃#da&E0F@C)=ȷo8Ԗa-CE e';7@[jUmW%)rK^`j0 W" L`0Buq%=!U.#>^KDjjb3v/rig147Iv"]dZ)986ltTr}u͢)ò0z~"\},d vRck {k1SC[:XӾ "V~qO߃߿.<SW';HmU_[{TE]/l""&5";{Xv- ELHg޸{yt|oea8) W~+R*?>'zuhlo;냻yy<BERfXl.pfġ M?=.)dD~[;\x簨a8h\;E';)WnH*J*: oȚǜ?sYS%>%?BBZ*@Ajy{||g,h(؄k8:Z&4_@d"͎]߷['.|5$,ly:/@F4&$:zps_O)qZ9{pH5fn7<8,twcmẴ$[zA{ǗO;aٸ47s஑"68W>@KڙE}1b5Dq*HgqF0@TM}8y] Z&8=5U+A$_$kVz܈zkSuy)>?Dg>SBfi뮒N* E HhgQOHo䯫/dٝ:i+M8p?;HA(a|&6UGT{!@XÆd!:ӊWYi*(d,i>n}g_T@XĚGmk.\D>Ƀu8Qk, K=\N除^yGSOc_ՕaY*hjz$#bDf,> nB/(`6IaɈV_Q%{݄J-o%_aΪ_]ۍ6jnwqxF@wO)1{#xU9!F+8d쎾q@ B,hMiTc(|yѤLcw T0X(;V| +@v>qv/"tKc_?x͞J2$ج &8u6)&NpvQX]1LV~ˁ#Kme\Lypu@qMjgqY{[:D ^E4O4'u`m<\V(3y"z%p hll#v=XG@-lS1+t,:''3|V3t\<;r-7rN0Xw$#!ө DQ຤lc |6-oU _JjJ m5jv B\|mGi]~l^538wKv=xH~HI WNh7݁\m[h~P72/Ҿ>JxKqS]0Whz&;ɣΨijZy 8 ,f@q+ʙbSv&k<ߘ\,gY Y;zJi5PE2j=^# Hu|NhpqL1>* =$gn8rY/=X4ڇfwMYwh8M2V«ZhE L?2bdoɰV ׭MPC o^|79f,>jXe{I9"Q0|&-b\]oI2q{õ(@F-s|s9֯8QǸAB]QN`m62;,>{cI9\ˑ> )@x3gfzMӧ}.n!!G -BNy' L tw<k":UdSGT紨ܜuwrvi[0t^뉥Ft?Ѳ;X$)K} ,74bLsCMi3іisEqMF%]bEڂw:6y#=}2#Snx~Լ&/8{6M g?e|)cTu(_EY""ta6эy>VW442Ut;<_ilA{Gbf֋]Դ-fȮ 6H(QfuFw陚0:w!+>(dSd4ʼf%D*&rȯ !H*-0"}˥~8VBi3S@gIDydž GJ6)1uWw">7wt~c#qz\HXAHG:g֕nRK8SI}MbZ9:89~ bZ; N-8fn_Tә(r\" m`\B/~ ,DVק;@OMu`M-L+SU<4:~[֫8d =dX[%RppX9Z1z4{?o/ҒNJRĵ&TYU62\V*l(!ӎ ڐ4= ؔm"+D/E20~yZX$-T p㛔񱎕ygcp؃_=0lo9袅lie ։ԡh[n4x&ď\Xzc )nmyZҞv%M7ɖē_/if 9Y =t X_u86Ҩ:zժ4p 8Wށʗ. C[ LI{hp?9PѠ#Mr|VУ4bQ)> l3دDpot;%hXGOXo#=Oɞc{Klձ/N f~WF6Yߴ@*5@]c5y΃,Xy'd@˕x0e\eo%} Z<h?rz"[ܭ)A}X6 ;3'QﶾDB%tI3dQ ql$U(l{ܵ6`)^K-N/iIxjP]MȾ7*4,^SY b\zuKrxf "('/Yt͋XKEz0v3SGorA'kh+tK$pwǂkj;(?y@{?k$x}e:FӆVX3#f Ej`bQ_.<>I.,b_5w HjBsf<~x#-~].KxŞ!DHuR;,}cOy щzTͦT xw 1]`6#daEqح4 } uD h틔̈́U_Jer.c) x _ӎ|]z_Vmn8ҿ*>V&Ι<,XUE%ڕE@\lҔxYXa70-N*Ĭuֻl A0՘y(la=~D<0Z,vB.^;^l[P~o)23VHt\pae4;Z% !A<^&֌d#|[>Xjٵs5*hO|4+1d#>1$j=sf fFg4|[-~M4Ax֝L4\65C2@*I`-^l4^ҽVuQܕvrU\+RhF$t:n>{di ؎#U#j%:ϵ̀q[wO"(V8kSVF/7Qai럿aTXC3ؒCL&Cܠ|ꥐM远"Omm+-GuSdIDyN/)$g۳}~5OJ-"x DecG/) GSױZk $aކhW:p i [T `WpjcraJT ™wR\RMn0Pw1и6~pi{ynɽwb; vFm5e2a=)!7Uub{贇=l7" ^;h<'278&x}ԑY sUh/# ?c5=[=`wW݃ޏԿ$ْukF$hWBh=|;H\jGe59SdӢ ]v~^G{w ~'αwMJii$3UT8unO15Enea |Җ| |6".|0LN>˷}Sͯ(3J?rKfxɇxqh`0y d<{0ϩotK \M,V><i6LNXgGX\'$EjO Fݝk) z!;YV6wt5S80U<|~b7yaN*sh.q|aIB@9 p6O{0 *|±~ktL^)JmpR/~c 'iLH1 `Cǖ vkTB_.a(s@gk ǎ1\,PUin%J{N6k+KS9.OWOD"䫉iPoq7f8!!5

>O+zg欐XCa5x,%ŞZ,7f Y#mO(AԝE'\&S{zm~4ّPs:^>`p3'S Ob{  &.sVK+SL S#߇216U YF#Zn[IlTc7p(l*v. NH[櫜kU]TB{l&7 ~'S\ي2]ͤzvcK8flmc+s l/ڡg8s>_?AXvwNQ~vodiMT%MKg0h.hP"c}!ȒIo%rNafӹۛ,5Ors cf zU#+KBn`̝r04 (|!j 1ޡem5_q.a1`{Z9Oo'eW=h,=*;GD&ZGI@yt'F lMUvQ)ZqA46ʲ\! a[%¨*2Ĩ of޷L) FO6g T+Hw=V_Г~4dq"(){=F(tj<)H鐋k;hg f&CM{5doȖ))$* M6p]̯qw^Ɲl`mtںYX\GL/$5RfpGNu6j=ENꔁv8$9&e4{>`\M!ÛV(?^OCP gr/m~JЍ}*bf48d$MDZN"jm?84%؛ 0_G~ö lf]i8~2D<@s 3{M{; amgS``ޙ|7Gڴ4B5RLIUnG$7b Fףh'DHAډ0xA/DtZILO7 C:vl>1E*EBHx@{%!3c 0*$XsvzlwڀဪƔe^z 4q bFm?h2:4^J=hjV?HA'M@dPVHʗ2p]A#.>`ο%8uɝpU?hkP"y; a_w~; aĚ3{E2*q5 T&9Lt"%fo*5W-D UƏmhUfۯ6dX6Z:11{$5uO]94-М#LDiϙ[I!k@Ʃĵ:b.NFm>ETr'ps '(11EB@Qi|i }:0NKw9YL% 8ڕ0:4 b9_:и51fK2Y# pB vbFEؘ~@+:TMK jzxACt&a4PwMƛݴz3)z42BQuEڇG_ra۪7OAGu?Ck7YD#ʆV]B3=с&'q; G_u.x1Eo690n_~z@,>2^8Aǡn2K# $זw^e[MY~"{:y5w&^J!e}|׊uqNw^ b6wq UQ@0S7,[ i-s]ӥ_^.>rA2q[9VbBp礐bLsڻ& &+_"Lpk7CNw )he#LQZ0NAVǾ&L, \%{hhQ~{13Ӡ곸_.}-0h~%ۗ!dSy/^ͩMvn%86T8BEġAQyP0xtaoO uju*5 yh2׿yW Fǫ`XW%ID%lX)oYp*֬VBYS4ؚчCd$z,Z{B힁ŅZ5F:'A~ؐKbsWiJZ [׆+fT)9Y~2ޡmhK&BZeܫFt ࡐl2d4^A%( Ɗx;mtT;+n I.lrٗESVƱ4A(jT?|]/w{iT?TVd*,%.3PǦuP`h7H]0۾lAk 'Qzwv>kAWP‹GR{'aoێU4:}'JKCtN ;#\p;pƤ.'w(U`.[{\WMn*!0k:օ׾ '(",z>n&7;/ע0 }z ˰rQaݞ pP"0d]h;_E[ -.e73aD U g/+Է 0XBXX$)nʕ&¿!y&ir36͇FʏQSo-Ru~4bi[{&qHU qIDZ1ݼx8Kw-Rscıф_WNΨ5FJ.t3WҲ7E̖9oF28"%xЗV&ۜb8 3<=&x煞)|ٓ">ȝ# +!Ȏ3=j_xY.7)-軴H:{s+Tb!+b{n!{݊+*ꖛ4<,ajP̛b^(Y<&{;#bL)G YTgĿnf}LWdvę7j-rqll܌e^f.qD8sWIQTtBRe /:Nod]4Y8]H/tJ0 N %or]#Gf %'bYGGuuş =tɭg!}#|-fY !d2b UmAa@ 7kNd5aoF kC~7ggy䠼׸," 0~=#f[fCKV }$_^2V};~xP";bDR~sJ¡YZ_[#wPII+(B.a-ǖ(d``b@"}هZ5PH\ϘM:>"/Ǐ> ihblY.pbwNM @"ߴ p%>U>r)X؎5/GIt+N5\k.~O{>zV\ҏ>Nbm/r+ qcB\Nؒ -_bu^ .rr` ER<VPcP)( !BrJqDtqBWq:A^3_Iȑw'-=}.meY& @ _rN`]00N1BE054+L9 0S 3#w"+b7H*}8+emJuo{ۛ8|^L?bDˢy(f*TσytbT$]Z{Ypg!KA ֡oI?Ǟ$Q䜠-ƾFMgƤA'Qr3,4ߥ2.ܪk -Ul;KucK 3-"H3k<)t1߱/a|?hE HfQ,W5JϮ1wyx uq;0D}i_α- vSg\j4'Ǝ$4^Y8#l W'K90 QJπOEh7l0D K̈٢|6᳽[ ߿bmn^|*@-i&u{&&x|RT(u`ιrDFُM퓚ZA>@M⦎`GoƲ7YiBQ&y<@z:vl܋E1zꡣ}"O@߼LI5͵V୓)ّfNʩG!{4e@OCPn6rHc9{r d n%uרf{e6Ns"{_ E:r/Vѣh.L1W<拒n)2 _%vTd]~ݓ9EO={9!|Yvz> Vix_w^i&c.xKJBɮ..oRQY@3o~/ppW +dk*w,%DzW+96 ǫu]`g|x)es(>D@RUY>rK/r禨~j1"yK(37,-2hgfZ*H.^ѺMBQ{Ɵ!p:m '2mV0xQ KwrzB/hszEάDw&u-O2'Y?v/ɠs.Wyrna| C&@? R0t-N_Sj23y0^v $9]5~ xzi2{1z Er:&uT_hQx$Mrx?LH7_.oc)nE.EAM 4~'2Ϗy 9 )qjlj66[g9TA*(+tWv lF8T;?,@ikdJg;z"-GZ;#\W'-$+Ƿl8nR&:cDe2J űf6ͭyecV~D9{^H< c0Wa6j' %⟣y>Bg#곇(c~ I`M֠˜0rIƗA/;"婹6aTa> YV,ѽuMg^%7'` 2.i U$sߺ\eq~Wp1vLfpkL*N1u2>Wqnh49sNa}nn]W(Rֲpc Lg.[^qtadbL(3RǏ,N؝7 w}$]L~YD(T+LhW(dM0/H'wWUpr0pj>4}T:W}|[I_U)/3-gh^c׈̒v=7jSV't6Fa8,@̴(1HH<:`q S Iډ4sm+{LO=nBsҎ "eR4=K"))J :%b,<לFŦrGtٶPhaCq}G"6Vݞmsf:?-OZEoA<YP|` "pT~ %?K+l'_@IK2=Hbj ѽ'd"a"awb_7Y$5X@si85M܅?Ta.2n)z B71$ m]=^6Mqġ*TDTh% ιU5 )eqaVzIPpgśr@)'$Ԏ߄f!a*g4ԤV1j5 JQxLtyllh3JrD7cdKҦsL\,*5}Nb&7̂QO!T_Cے J) qFz؆< OuseFݔ$W wuIɧCqu:z4Y_D/9ӋtITTgk{߃&Ksr5\/Z׃ =1y Cj ̾Bw|O"Q2Ӯ;D zDE27+WpaIwG; ܦE)=.g|E7 K7|\ȴޒYqȃ&0 A!(Nר7 塴b fv8 Xe^ EM LI_ ī? Ѭzt0Off6p$ _8,xZe9i ;rT@T-2hQ#S?AzC޲jD;QabAm:£am$ a tP1Doh9ۉ"ӸZkg΋2vn/ 9wCfUe13#k^f;՝ 9Im̉ Vm݉Y0T룳RҡX%O/yg/e5;YB\|)"1 B'P4ތ8pWs˭ͣ$ǩkRhn'تYvn itfpJ͑dcugW(_.6fGM}:ǍbGT6z~lG YGGuSg)-Yh%3޶ߦ;B\1L_ ՎHSd 8V;FisYનKx_9EJ|%6 $(]B/ "A!>+`4Mla6(afEW%b)XeVh}NcnW!ǹHkβ\)Lc[lQ&)"&Pt׀\sYxHWV]DT㱳К* HںȊ'juQ2ԏAن|e*Aׄ՛vedb>d| G(Nћ[uy\0ҵ|WΩ$ޮHURg,&yhm ;Q+&e~:3Uf\heɨF)m җ>"8WOgiSZ Oc)Ă gt4 bI#\Yf#m]]R8 yJ^8}blo$]ٚPN[iǗpwmd[rG} X1] fzZo8b+xqspUNpn7p8+4i$Y }U+P]܁Qcr?WS3w5 HB^`->6Ů 䝄FkE4z˼Fԭ>UE>z20$r-ЄRKbH럚(~گF(ov\$u9tdY9]½Vle0?XqWv. bW4nFԔp"\ʳG x-}->AŬqϯa7Qs*:Ʀ^4(H@;]NkN97l> ."|2 i؝֦{}OWm',ƺRt.,w!DGw(QKhcT\dpb .kZ*ǡh^CV_!3@;.N{"M((|Hj;6_<}SDFZz6aU6®BuHK z/eHc1 YF8'`IJ$q هP[=]o4ԛvx1@h~QPsK_0SӁjofv&X)HbCoF`VX_Y-k-dA? s!=0{u_jYB\!`}Npomq}E+ Ul(7&[ ^ B\Ir=LHJRymKt\t,("ˬLYc9 g8Dyuay*?ssT1nf F]\1:Agn6S3:~s9HY-}BG7t/Լ9q F#ڐn>xKss.KS!We WF^[>p]JUud8@dQ螷%v ޤWVD7CC}agdeBhg0ck",3v{ mvYpΓV {ڧ 8Xz '7fk-?epΛo$ SJy0la [7Y'-KqhFf S;7]i:ĀsOq}t7'"UIS @ǰwC[R%^egh[Wm{z ][ykUS%l'e 9u6G% RBJNaUB^z/uU~߈d=/%q0Berg-h* ~D`VDEGЈ)[x4jݷsUWaLԹqIq$4x?fLBK5<#gqVُ uHOSPX4!CcbL(/֏87]}k 5?*rKiu7b^),8>ϕFګA=mpf`J5e1Κg惞KwL}NAkd7Rz!Q* S1G+y5*HcΒ;Y  kF(g)kP9)LʠZ-}& *˘urC)jlfO~ /s5#~ݖ.B|<'@6nb<D.w'>tx2@Z{BT_1fRʦT&6 IlYhY}k!(*XKk\;> soz&Jxz2e~Ҹl7p5V/F3jg #Af.V5tbt`}^}) Vzt{ +Ǿe.le%>'^P=Y333Ȣm_׉3@G PAҰ_KPFבcam8>/i*+&nI^o +MS5-1Px*Az 2Rx5Yzz{vz )v"[z~9PS[\VѦ̀o_ReX/#逧KtO;6D{2 OƓhs?`BpX\M&W|T_<$~*[un̚ݣ](a 60"p8n]q-h6=u89L<4> #- r폰!# O^pC"NQ}Q,]?Ӳ5|9bD~px!$YuRXeDM^w8^e׍q2B"gtuChXPɉ(f{| 1 ѡڢ\9O卣w@M‘ W?&RJaJvI,/sjox9WKS ȤZ5o/9X=aINO4X&u/ϴ"!bI?KD:"MДP ݔ~gԎR3 as>RWY/{"\t-fzv|>UV83ѦOc^vAi s.kyTѯ'"_hAA `z kcԗ_uHo^4(^טMifs8,CCSUm~iݹuV֝!SCV :; IPqY1R"~ H ѮlMR$ f֐",\Ϋ* #zhfg$IgwD 18iCz[3'h*dEm2Q%mjp6 Μ݀($GmLH4 PG~`9_6TEw|ݲVaQ|_NY3K{OgȞ{?tΞy{܈nnϋ0;CY6pmGgcc6Ieˇ'ڥCh[kY\UTmo DƣCT72G!*Y 9ؐ.C{uui^}0W!Yci-*4CA|nOK2u"nܼa J `[RSKz*)7!L=8&@NvR?F.2-r\Ë 2gAwN{ME@и+ub$Ǹ鞞OCZ..oq2aS/'i@NHCe E꙽{G1x9j"JnLgv]7P++Lm?',Gyci :|}0_7{^OA饑 y{bg4󟠝\xC:&AٌU_!yQ2Lcq͟ `UE+αxuC? (窎Fȝ#QUd]ue [<Z|`Ä=F~ο$% SbȅXrU!A Y؊ '|iUDX.M:}礊m]' ,:TM6 *4 xDg`cս 5]N348*9 0Zs$ه?{dHb"r^ '{NǦt|Xy,O~+gx8"20\5xGN3ΐd#5%qsRc@ le3ǯw!Z/'lCi4e VX (ђ =pdX1b*GEWzDB`{aԽ)'VrxI3RVVO[]smZi#>` >޻tFծܗq+c:cZ=ð21D4 }Ryc9b b[: _ pFD5GqY SD%n 5Y'ƌ꒾xmiBՆ3K0TQL`oS NUkH@}hj+cDn0K~0sFD37L*|AKPHGH#6Zk}v$)(d|+:LɔLpd6, St1QK0 _()e!鷣$vn$ B?˵ufWA$? cQZYPr(M;9@=p!1^Oر ?StcU1l|kv  %Z^t_{/1z۪yE]׳5T!hQ58;\bh׉_^8UZYb1;JzgZÎ!ߠg$Yф/1TWriH1 ]ncfj\ѿڤhk5vNtsZUYblL>/)P70WUfef.;KN'SZmSek8n̓e§P݂}MGQqXx]l斤w6sIљdm WoT4GxT~kC;\WFMqӧDA݈4ofw SD˿R4 4RS[AN¡# (cXO|A9.N ak*dwaxx͈ ,_x Qi DtKR_bW(/57!ԭqSj>Ćbn?Pq4`Iljb&Zk m 9f$Y ]i~S\fώ,zwˋ["-ԂG")2M!g2/#8tG Ob/*YJtqhyGMl$E iPKt)E9 dbO켠Ks8䯜]}dXIo4+06Yak EJoZ7#4Y} 58NyChe!po*_9$>ڴؕVRir= e^fLd*|DaS-l5Z6+-̗ zL wN m7|95$,,*Z=vte}6)3M0(.TSG\AȰ/zEc0DS#WW욣 ֍r5F&_ VxG"m?(K<% h.GpwTYE?}2lH6DOpYc$ C0FSBA2L qXx ВK?3paZX֟KG{YZ{`HwE/wN`6S(-aSx}te]w>Sn 46:l* ڞ{5J'^r,k奀ׂ>9&{GnހfkT[J/qvk@Gw%𮍜5< H%X$#h>bfPz7qW݄+HtI2>>uTv%x!?*W/y&)M 22ⱅOUĎ ڼMM*u)ѷǫTmXnEPTW⿕EkaY@Yh$ж$ WY$~۩Iwh'nC>?c۽wNA 3DǼ[I q1mI~*E2OJ b_6L>9K=.H$<G @WHaf=:mC(FSP*IA8 D_.XW鷞SNg-(Bb 0 |ɝĈkU74})Gm;_FвW̲>N` BֈW2t@ ~&vEʶeoVrK-D2X]hOZG aNxE3mR"5*,D +b) [êtP:PG}0-Ly09ؗ(3Ng|8:dk2އs=IִYԐ< %,warr psD "-AJљ'7Q#Q/ 'V5g,l~eUԘʺ%b Ӊ>uCb^x>a1G=z&vv΅X_఺{}eOɗ3/.Jn 1a9MCk5vsf׉{8P**:اu;/mAcCvxQeF-=Kun,j3R4q~7y:Gk+9G+>Ғ~OCae}$FG࠿Ydt`R,Yj!oH^bX_|n 9i= di?|& "5$;nK-Bq_2*N%oa5WJj]Fh S Pq2c~H.|ߔs9%x K r[]~uDky[ -8ZANn?:j]aYY"\ Qqf~rM*H*uֻXCpكhy+"Z ͢x$a>0I|j;YQvڇe&P4Ysv,g$қ QkƐ+ -q/ڪ\Y(*Gdungzگ?sGhQҿ=@>gҴbmznS(rčJ.3uNF MRwt%VE{Zf^IMɍ:P*NqDx(p7#-z`'9q 3U !5<"I`M=⿄^ly69'[\g6:i|YgOpf`κj|23aIGu5*%a+/=ͣ BG[Qxhe4DYJСq[&~ yCv9 d8?#E&Pb%ќMIn](f޴;,v.Vl[֗wZ"/VI D6n{y:T5gZUޗ BHՌԬ'_3"WJ40B䋸"W;`pq~|\a6L:F V )]91; G6h ncdiڶƒ̳`#^q'})+k wz; Rd,Z\ XO3Or'v]0#>d,#ڕ["L$8VJ>r ;otQt@it!n'd ^ϕ&Wh%P)֐D͸fj7ul$Yl,^*Q·Jy9Vd/g$2 d <LQi0`p:)#wElM5_cч;(~$E{= ,hFU\L~͸g$xo i(~0DDwQ 燞) k}@!*]eJw19cf\Dj]&_8Y.&ү13vD-I³5-ĝ3^HŖM| h= azQa;dJޘiBxXz5Ӂ͜>][i_KPgGC?e,6+4ӰkHz XM%veYyHԭBz5I00at"'"/4!A4™ esϬș]5|ՖdѤ3cf,Q/F0`JkXr JKHnL264I$ېVZԝE$k7}C UQlUuqBgM,!8U=.锋v q8* uowM>z( Gu=b͙0(],72yʁ] ӗ*{aU<퉝نJφE0ڦ'<(E㭙g?zAlcXR0І8N>§A"62Q(dm.'J&qCVup$*0-zX1 S50D vv}Eo7,9+ueBHKk;%t9#dįAkLOiԪLfR% ހHPX5Sb;^屹2| zh(e c9 ? lGa0N=khfw_BҰyqKҖgYZ'}݋3&l4l _Whߓ5*'p*߲'9GKʹ`ߑsz܋G*”0(؎Vl@+>hцY"7HLK]ܬwh@}$!U#e =Jm 4̝X%0$O7^`A!&&~];ȿ%U$()\Q9>ͪM\과 sS.aM㱏E犰6ӳ-A2N|Zc'JbT|U[nɿ[`GQն3 q2]Z_C#e.ܦ>3'$/Xe4b{{Uh krƾuw >k7trҮW6y^*F#~yrI$IAqEc9ZMji ǃj!zk'WK [[7(HE"tqn{\?$>neEoG-^=Y]ȃ h6,S"$Q5F4q+?͕\Lf"߃n!$ d\,fhYR*9hSWmV-p$O5^Np QbM'uy <#=^2|iGnj/vg2<r0gFn.!T#vː_尘y2TeeO茽ʤU+ۂ^)JԈnV"j#y욾^s;$ rѲ+,yf-壩Y@j dL4PM2ռWMJzHB,ā)Rc#Om<L=/](h{"htV/V< ^@Yq&crI°~o/ 8@ahQj[ "r;hH>e ,ыM49Eic>unާǽ86t]VH;~1лF<4ƒXhW!z)loB)]%*޺%voV |%QH_+#hKQZU@!i Q)ϩ*`=UҿI6Qs ;e}sX6@cn|V8=U{1v {q9T(]U.,FR`T-] ccJ$JZ.6*x7 || IC+Տ3Ɋ`44!Ap02Jjo/Zd|1@TE\0Ko3 shkD()yvQ`: #1ۊLݽh}ѝ IĿ.VgB[[4ƫ?tcBg.I (Gi.kA@ߡp0T.kG4Cw ^N]x2褑k:*̚۶i遲,KW@{ -⁅}N2+M5US*It1>rV8Ģt:A{V%:VE5.i0ș9*:gaIU.^T C\PZ\i/ 5 /)A'բ`S=w}>Gvoi<ѫ(_ (GL"D!U< ><"򞕿8J^XqP:b,I1BxDC΄D#`%Fr'-DCk?t`rd?83\^Wg* 93SS{ `ڞkJ I 2i[s_"G$zۡČ@>E K<…# ]}HxS<;$cմqTc?a Sh+m92+3F;6/ 0,ku)QVg[La8@ijW;*1nѶ Q?pEU\|A*#Pz9&)mhvU @𤷇9yM4d*>>v2lzLDo5UU83ncFu,Iy" S1]DEKMTPf=7q)^o>@%@ςeƝɎ2u4;1#2Q;2一iNAqժ9g&^[M"7X{#TX8Ն9d~CG,ua{AM#ԃQ_S]?4کL'ex?Uon;5,u K6yK0CfO[jrWE(D!~3($+]  w֓Bɨ^:"2KߕOE g/?$'za&( vWO奟;5&~73%1.پ #@Dj._u׽KQ +Y̅-X8'ߕT,. dzβ)ٖ6L>clF˹Ɣ 3dW80[DUu (m@ghSjǘ[圕/IlFv bA0T$)۷iRk$d×QYf!xɾ'w\.F\ \5)F8Pa ݗ {ʫa6ʔFI#/1g'TW$m:ۄЈM7zsc̹kjm߼pnX|(fb͛L 1= $ |z 5'НuV{Hy>3E^j?q% |= }ɉ_MMd5$|v%_Ct5K/ȞLz.v"wSm@4%fܶpS2]^Ns+ گ`B%V*by[X76oVapƝs-mHĬ,vcqpEkVHFT ׃+3Mk>LOg:| )=!~:ڈĦ 𕟵N44~dIskar_:AjvW x42.jDUB]Y Τ'O 4®T-z/ڡ,ϝ9\GF^yJCؔ B̯I\$@z3:j(CԿ,gNR"o kNLّSCd)C,h.JV7%? * >&XXkpL\6+24I}-@^SZtsF5.[iؿ\u@:G*hoj9EoWgl$of[o`J#TIy{tQ"iw]D̈́ryEVRݳeu`g7́U`Gq/Y>۞s'BXV$'h將u ,0tD Z&dXra Jqsh3%,gDѿLD*QBA )͓mZ\F9U 0`][ jJb uLL$8Fs(V%ZKD~&T19+O 0ڨɹ&M^{%k^0H{-tGY))* 3h@2N ^U(&&YɈtGtEږ>@))2|}S S@,GCkSo0GwU)ez@Î(,0YܯgB>ZQuԻ4e>-=`mv_`vf[ DH}D/٫G< zsY5KAD}-+&AN}؝_7 yI#:qk [:GБ\ך<\j B7mt ƄH?"zgᘚ[Z D'3? :̈ 4ڄ';Kh|Zd5L}ZЙd9-R٠kj[L4Y_ϳx͊,Aݾ2#V^Nt:f٠3$WJdf_~j1pK-_Fa:Fb/+E}2=* =eޣ_[NJRp|ԉsg~]w /r&5m I!q;X9Ȃ$A~V)n]p12 -<$Brlٺ[-ax`MIոyÂV\%r k! rXI+U)F5h_>_w;~NШ¡. Q9Ȑ K%X!Qne0y\?%kBˌ/ '>V/G J^U59- <.k=G6|+RG5ۭ.?lt P>n=Nq=uvVoVՔ]bu OhGeby|QΉCwcƉi!*+lW(&L=Sj/bzK bRvZ ɶs/lU|F]) +*yA}#̂~#4#$ |oKoDW=ѕ m^~TeT%~tYQ~7EXaO+)p[¿`,VC mQ_ī/D0 Tz x]J <OUE)Ԑtd7&9,@ri*Ԍޤ/utU$<efvd&h6'T2jMC02v¥E>HȂ HZѤgF @?M|0w J6P'rug,fEѹBuectq T^77ZFmm8 ynf%NJG0Âh zp~uG8?ry4q6|MP`fg@D5TVT 7p%"ƉvTYK+v/?q}d5 {}dQ0fm]L8N8IȰL U;kCɓW~bj]"_Lbσv|$?g-jwE33#{CC:7ޗ+J`gө&cGXgi*vR S?]~)|WK5z\sƞ>xRjX;uIӁ}G l1ޫAh2'2Tߣmo :VFavtGUly3~c?ZWJ0fk3Kڅ-0`G# zfh,`YDãme- h*AG^t.@[,|+GL7; 6,TPtZ~qM@N HNf4h\+])xVMM})RS'LқO8YGR fbЅM~a5=߾KhV.(-^ǴHQj [l:DhўU oePַTbnf$WuCc4qlj->rl!*}KqR`&|9?鷻K\W HB*9 -q7yBfgLo ;tvQ_^S ua|0hyqhv4lj&%b̗T褰]?Х3ru3j1"GfE>-6_ P!^;1v>KRE= zm9$@ςh7uZ$)q 0aH2g^ Gp(?0QF_MaNg,Ky #^.< VF7Y)1\E0>m~ΆGQO9$:Scdg~l 01,<#̙3uI\ ]=@6wHP<~8eC,O؜0/\]DL,S9>Pc3 ߭{&YygPIZ<4/l%>DB Ȇ~/S6v16^%r-/:"lM'M_zo@)'<Sb4,-t^T_MROUiV`O105Y,)[N- Л{Dk\"i5ªдKۤ zoPa%5.h5%:km15vY;p7 VDa %7G:mY6}DF$쳆fש63K\ҖIicHԭ5 )s&ڥ5[ y0-^ d\̟lNC&Q7ai䟤h-xߴYd`|& #h@K nZ +ᣁtBɸKVkU5IYF`C+-gD}c@#a$Hpi̦nkJ-a#LJ!Px p|õDtg^iLtNk؅LFx$ʵDgXfS.J%V\7SJ'1{E7K3iW<笗bDf$^RiI`5[^S@o~^W֌)16 T"X m1$$ cV?ji!J'R'Tɠ Ҽ"H7:9 n6_D_m ^Cf9zh:`U5,W-*T2ES $*4iAf5.EdNQAu{D"4"v$œ#,Lb|׺hΝ |Dg5e~" 3Q[YY5J/ϔzx;^ ]ʐf;FYz zSU8sDZ\;Qauv-,-GO V͊#7ڦUXцV` FH;&2/^Md^ KEmY 9Fҿ]Ajj.X T\vԝ\;COJMJvr[?SԊףea:X]x]psx\&1ɥy!`F_tE;7$*9qJa||tmYObY|6dʎm=qV5_Mּ%`NS& hRs/?@t#alzXV*QL`GVm U|C&Tɹ? s#I@YlB(%K~WݢAёۖY Du,k;Œg*_1pr.GP͜dCw57ozdvjE՞כ'&YB[Ϛ*Zw piRq_0Pkp]NQZ蚈J}*B򜋧 #qL=m6}ywb  iE+)ѭ:J$m=m6lz&d? 遐XGGdyk\HȆ[$23+f!@ QԞ/ޒ+g#<&@XS&F9}>3BL(oЌgFS;$͵i h~--M;~" (6Ȓ!9RqbYV2.h:&*0Q ϾdwLp#[o_kXپSAxf+7BjY@C=a4y=[ÿGݣMy] b.{$Tݎ乶GCMin`0${ %j);3m`Aݯ_%jYƏ͹7BILO0_^MAKi-w'T"aA=IȘ欲L&˚EKS!Lږ{CE[= r[%購3|f'@N#C~um1`ƙndNZ Ӆvb45MRF 2@3{w۱-k A=ʴsnBfͣ^#"gev:_ |a9ٔ*aPrZGsO] +2:xR˗_6o)qݥ@ރ1~.@UCOf._ZkX+kR:T/, K8'oQ6XaGm?p߆|9Y'jnn=,ٷ;wg,4|5@R)-DKR,ݶ^H5G"}:T b@C~Ȏ,'RZuO>PFj3uH0It{d>X9,%x!2kߵ|)ei `9( RNEvI4!DύώfcX1d9j؇~ϩ*^YؔhIJz&ܓ+u|{hsKpKiz |{;uC)TîAYƸgYz'lq-qgD:V[8m^^e/lIr7LrP\Κ [ʚN*/ȆGM当:l'^I iDbb>F#JNPϭpnbumJ9Qֵ&~IXe̞]Ib *MhFğPd+M !Y2 8ĉ[T!#>FAf`N't\32|u,㋫l%M?~8tJV S"gBhIj- ;l>Bd$Ju@يљSWʵA,=8w#bpC "9dp< 奶rۘV=Ϛ|Ors2^bnH6p&KZǙ'V  pBdJ>O=-j4\C#8jz#ߜyhD dKrv<.H)Ā@uIE1ȴQN= O*OzD.lL0O^y,.xRk t<(*E_ b _Ypܫ@>HSXm?]^S܇WKnSN')%ZנVGGӰ,Zs~W$ L%K5[|l;OAF?} Vf@rO^b3,w4&l]qWL[8qh( I%(-" ? =sNᲿram*~w6>="-8XPX$H G WU'JĢ$M\s^ȗ1tV!Hjb-Sd)QGK^Q_k7T K*̛,Z73]LY;0L'/Tqy+E &)4pؚH#\W0)QF>6$^-\R f\/H-VIL4% "j 0ms78TqUqIz/d SʭZ P9[:ش6ۑOY srW'F\,)^=X`س/SazU[ /C{"$#"2t;4hpCuR'Ϝ3I6G9 iHk:[x띧QՁC֍a֧ 4޻g7d4}I1Q'\@윤ڬFePL}|GsAsNJ|EGq*cHry?y y%zq$yKҡWU'u֐qeX'F{ 5zȱ'lvCklW$!~$EW[[0B$~]a$W׼JbRnko#,c#dAmpI2.٫f(nYu唃}NNxfoK]aUèC5]}1cnU|=l,. bRZΞtS/]|VaCzh{e?*1Eags̙PЃQ6VotO';y6X<^Nnt6 qoTqA?d@*80J*/nsXZzeYYRb fś-^ty(d^Qܝ0@)Mj3߸\N#Ho;؈]HLmԊ`m+M|KxHwt)wɷ &;MbU|-~a I|{/^4i JDuϊ,zޑNJF"=E ː("X;wUC_vӄ:+Pg}_c> r7zwg淬M R,IVl Js6%nDlt` ڙu6y%uc)>9/Dsv&!@B`:1X~Rr ZDr {=ž6E4ZYoƇQ3o7lMo3y"9'_Q H**s~#,lFOjO ;Ovrٌ1|"#~vsAG@5"˙p8_g%F8l۠me >VБ(#3r(UpAd`,: vyq̗+ؗ 8a&yPN[YS k1yviXbEd+|Y']Tow!ћBU_anסH I!iQWK^,e`oJM1Unm+3Ix-_6o0AZӿ.H+-U*`D0FwZsr-_&FصN9j1:n?o3uj{<(ըb]5PC_tr4H^@Dod33qnmW_n6"4IN`#CVԎƠYZy1{e" N'ǡ]lK !^&8 l[!\j"+4[;@I#W';īI~Lֶ YZ