libnettle8-3.9.1-150600.3.2.1<>,g &p9| Y$J"ZudՆ#yY}mUʑ\^n!l09DZ'7Ω:OrDp6qɑ/OI 3W4J5Hi\Ym*rqi`}tH<,x@#y/s\؂~k/2h!Pnnx. &B9q [Mdj]~Nt P%n޴i&mW>@R0?R d   6 ,0Ij|    0 w 4   (8!9!: !>M@MFNGNHN8INTXN\YNp\N]N^ObO^cPdPePfPlPuPvPwQlxQyQzQQQQRClibnettle83.9.1150600.3.2.1Cryptographic LibraryNettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.g &h02-armsrv3ZSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://www.lysator.liu.se/~nisse/nettle/linuxaarch64AHFNA큤g %g %g %g &dx#dx#dx#745eed0736af59723e7cf0fda9c0cc66d4c9abb7cf4c3be3cfe93e416a27512cc47cb3e9533b9bec8799b126513232f88c7c308998c8d4f403599e46775113b0a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195libnettle.so.8.8rootrootrootrootrootrootrootrootrootrootrootrootrootrootlibnettle-3.9.1-150600.3.2.1.src.rpmlibnettle.so.8()(64bit)libnettle.so.8(NETTLE_8)(64bit)libnettle.so.8(NETTLE_INTERNAL_8_8)(64bit)libnettle8libnettle8(aarch-64)@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3d@ddq@dbdxbz@bbaZ@`@`W5@`.V_@^]?]B@\,\ @\l@ZZr@Y@@YXYX=VIVUU<@U8U) U@TE@pmonreal@suse.compmonreal@suse.comandreas.stieger@gmx.deandreas.stieger@gmx.dempluskal@suse.comdmueller@suse.comdmueller@suse.comgmbr3@opensuse.orgpmonreal@suse.cominfo@paolostivanin.comandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.deandreas.stieger@gmx.devcizek@suse.comandreas.stieger@gmx.devcizek@suse.comjengelh@inai.depmonrealgonzalez@suse.comfvogt@suse.comastieger@suse.comasn@cryptomilk.orgasn@cryptomilk.orgdimstar@opensuse.orgastieger@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comastieger@suse.comvpereira@suse.comastieger@suse.comtchvatal@suse.commpluskal@suse.com- Add the architecture specific READMEs as provided by upstream.- Include the nettle library manual in HTML and PDF formats in the devel package.- update to 3.9.1: [bsc#1212112, CVE-2023-36660] * Fix bug in the new OCB code may be exploitable for denial of service or worse due to memory corruption- update to 3.9 * rewrite of the C and plain x86_64 assembly implementations of GHASH to use precomputed tables in a different way, with tables always accessed in the same sequential manner. This should make Nettle's GHASH implementation side-channel silent on all platforms, but considerably slower on platforms without carry- less mul instructions. E.g., benchmarks of the C implementation on x86_64 showed a slowdown of 3 times. * Fix bug in ecdsa and gostdsa signature verify operation, for the unlikely corner case that point addition really is point duplication. * Fix for chacha on Power7, nettle's assembly used an instruction only available on later processors * Add support for the SM4 block cipher * Add support for the Balloon password hash * Add support for SIV-GCM authenticated encryption mode * Add support for OCB authenticated encryption mode. * New exported functions md5_compress, sha1_compress, sha256_compress, sha512_compress * multiple performance optimizations * Delete all arcfour assembly code. Affects 32-bit x86, 32-bit and 64-bit sparc- Build AVX2 enabled hwcaps library for x86_64-v3- update to 3.8.1: * Avoid non-posix m4 argument references in the chacha implementation for arm64, powerpc64 and s390x. Reported by Christian Weisgerber, fix contributed by Mamone Tarsha. * Use explicit .machine pseudo-ops where needed in s390x assembly files. Bug report by Andreas K. Huettel, fix contributed by Mamone Tarsha.- update to 3.8: This release includes a couple of new features, and many performance improvements. It adds assembly code for two more architectures: ARM64 and S390x. The new version is intended to be fully source and binary compatible with Nettle-3.6. The shared library names are libnettle.so.8.5 and libhogweed.so.6.5, with sonames libnettle.so.8 and libhogweed.so.6. New features: * AES keywrap (RFC 3394), contributed by Nicolas Mora. * SM3 hash function, contributed by Tianjia Zhang. * New functions cbc_aes128_encrypt, cbc_aes192_encrypt, cbc_aes256_encrypt. On processors where AES is fast enough, e.g., x86_64 with aesni instructions, the overhead of using Nettle's general cbc_encrypt can be significant. The new functions can be implemented in assembly, to do multiple blocks with reduced per-block overhead. Note that there's no corresponding new decrypt functions, since the general cbc_decrypt doesn't suffer from the same performance problem. Bug fixes: * Fix fat builds for x86_64 windows, these appear to never have worked. Optimizations: * New ARM64 implementation of AES, GCM, Chacha, SHA1 and SHA256, for processors supporting crypto extensions. Great speedups, and fat builds are supported. Contributed by Mamone Tarsha. * New s390x implementation of AES, GCM, Chacha, memxor, SHA1, SHA256, SHA512 and SHA3. Great speedups, and fat builds are supported. Contributed by Mamone Tarsha. * New PPC64 assembly for ecc modulo/redc operations, contributed by Amitay Isaacs, Martin Schwenke and Alastair D´Silva. * The x86_64 AES implementation using aesni instructions has been reorganized with one separate function per key size, each interleaving the processing of two blocks at a time (when the caller processes multiple blocks with each call). This gives a modest performance improvement on some processors. * Rewritten and faster x86_64 poly1305 assembly. - drop libnettle-s390x-CPACF-SHA-AES-support.patch (included in 3.8)- Make shared libraries executable- Provide s390x CPACF/SHA/AES Support for Crypto Libraries * Add libnettle-s390x-CPACF-SHA-AES-support.patch [jsc#SLE-20733]- GNU Nettle 3.7.3: [CVE-2021-3580, bsc#1187060] * Fix crash for zero input to rsa_sec_decrypt and rsa_decrypt_tr. Potential denial of service vector. * Ensure that all of rsa_decrypt_tr and rsa_sec_decrypt return failure for out of range inputs, instead of either crashing, or silently reducing input modulo n. Potential denial of service vector. * Ensure that rsa_decrypt returns failure for out of range inputs, instead of silently reducing input modulo n. * Ensure that rsa_sec_decrypt returns failure if the message size is too large for the given key. Unlike the other bugs, this would typically be triggered by invalid local configuration, rather than by processing untrusted remote data.- GNU Nettle 3.7.2: * fix a bug in ECDSA signature verification that could lead to a denial of service attack (via an assertion failure) or possibly incorrect results (CVE-2021-20305, boo#1184401) * fix a few related problems where scalars are required to be canonically reduced modulo the ECC group order, but in fact may be slightly larger- GNU Nettle 3.7.1: * Fix bug in chacha counter update logic (ppc64 and ppc64el) * Restore support for big-endian ARM platforms * Fix corner case bug in ECDSA verify, it would produce incorrect result in the unlikely case of an all-zero message hash * Support for pbkdf2_hmac_sha384 and pbkdf2_hmac_sha512 * Remove poorly performing ARM Neon code for doing single-block Salsa20 and Chacha- GNU Nettle 3.7: * add bcrypt password hashing * add optimizations: PowerPC64 assembly - remove deprecated texinfo packaing macros- GNU Nettle 3.6: * removal of internal and undocumented poly1305 functions * Support for Curve448 and ED448 signatures * Support for SHAKE256, SIV-CMAC, CMAC64, "CryptoPro" variant of the GOST hash (as gosthash94cp), GOST DSA signatures, including GOST curves gc256b and gc512a * Support for Intel CET in x86 and x86_64 assembly files, if enabled via CFLAGS (gcc --fcf-protection=full) * A few new functions to improve support for the Chacha variant with 96-bit nonce and 32-bit block counter (the existing functions use nonce and counter of 64-bit each), and functions to set the counter. * New interface, struct nettle_mac, for MAC (message authentication code) algorithms. This abstraction is only for MACs that don't require a per-message nonce. For HMAC, the key size is fixed, and equal the digest size of the underlying hash function * multiple bug fixes - drop nettle-respect-cflags.patch - silence packaging warning raised by HMAC files (bsc#1152692, jsc#SLE-9518)- Install checksums for binary integrity verification which are required when running in FIPS mode (bsc#1152692, jsc#SLE-9518)- update to 3.5.1: * correct upstream source packaging problems - new in 3.5: * gcm_crypt will now call the underlying block cipher to process more than one block at a time * Support for CFB8 (Cipher Feedback Mode, processing a single octet per block cipher operation) * Support for CMAC (RFC 4493) * Support for XTS mode * various improvements- Update to 3.4.1 release * Fix CVE-2018-16869 (bsc#1118086) All functions using RSA private keys are now side-channel silent, meaning that they try hard to avoid any branches or memory accesses depending on secret data. This applies both to the bignum calculations, which now use GMP's mpn_sec_* family of functions, and the processing of PKCS#1 padding needed for RSA decryption. * Changes in behavior: The functions rsa_decrypt and rsa_decrypt_tr may now clobber all of the provided message buffer, independent of the actual message length. They are side-channel silent, in that branches and memory accesses don't depend on the validity or length of the message. Side-channel leakage from the caller's use of length and return value may still provide an oracle useable for a Bleichenbacher-style chosen ciphertext attack. Which is why the new function rsa_sec_decrypt is recommended. * New features: A new function rsa_sec_decrypt. * Bug fixes: - Fix bug in pkcs1-conv, missing break statements in the parsing of PEM input files. - Fix link error on the pss-mgf1-test test, affecting builds without public key support.- Adjust SRPM group.- libnettle 3.4.1rc1: [bsc#1118086, CVE-2018-16869] * pkcs1-decrypt.c (pkcs1_decrypt): Rewrite as a wrapper around _pkcs1_sec_decrypt_variable. Improves side-channel silence of the only caller, rsa_decrypt. * rsa-sec-compute-root.c (sec_mul, sec_mod_mul, sec_powm): New local helper functions, with their own itch functions. (_rsa_sec_compute_root_itch, _rsa_sec_compute_root): Rewrote to use helpers, for clarity. * rsa-decrypt-tr.c (rsa_decrypt_tr): Use NETTLE_OCTET_SIZE_TO_LIMB_SIZE. * rsa-sec-compute-root.c (_rsa_sec_compute_root): Avoid calls to mpz_sizeinbase, since that potentially leaks most significant bits of private key parameters a and b. * rsa-sign.c (rsa_compute_root) [!NETTLE_USE_MINI_GMP]: Use _rsa_sec_compute_root. * testsuite/rsa-sec-compute-root-test.c: Add more tests for new side-channel silent functions. * rsa-sign.c (rsa_private_key_prepare): Check that qn + cn >= pn, since that is required for one of the GMP calls in _rsa_sec_compute_root. * rsa-decrypt-tr.c: Switch to use side-channel silent functions. * pkcs1-sec-decrypt.c (_pkcs1_sec_decrypt_variable): New private function. Variable size version for backwards compatibility. * testsuite/rsa-sec-decrypt-test.c: Adds more tests. * rsa-sec-decrypt.c (rsa_sec_decrypt): New function. Fixed length side-channel silent version of rsa-decrypt. * testsuite/rsa-encrypt-test.c: add tests for the new fucntion. * testsuite/pkcs1-sec-decrypt-test.c: Adds tests for _pkcs1_sec_decrypt. * gmp-glue.c (mpn_get_base256): New function. * pkcs1-sec-decrypt.c (_pkcs1_sec_decrypt): New private function. Fixed length side-channel silent version of pkcs1-decrypt. * cnd-memcpy.c (cnd_memcpy): New function. * testsuite/cnd-memcpy-test.c: New test case. * rsa-sign-tr.c (rsa_sec_compute_root_tr): New function that uses _rsa_sec_compute_root, as well as side-channel silent RSA blinding. (rsa_compute_root_tr) Rewritten as a wrapper around rsa_sec_compute_root_tr. (rsa_sec_blind, rsa_sec_unblind, sec_equal, rsa_sec_check_root) (cnd_mpn_zero): New helper functions. (rsa_sec_compute_root_tr) [NETTLE_USE_MINI_GMP]: Defined as a not side-channel silent wrapper around rsa_compute_root_tr, and the latter function left unchanged. * rsa-sec-compute-root.c (_rsa_sec_compute_root_itch) (_rsa_sec_compute_root): New file, new private functions. Side-channel silent version of rsa_compute_root. * rsa-internal.h: New header file with declarations. * gmp-glue.h (NETTLE_OCTET_SIZE_TO_LIMB_SIZE): New macro. * tools/pkcs1-conv.c (convert_file): Add missing break statements. * nettle-internal.c (des_set_key_wrapper, des3_set_key_wrapper) (blowfish128_set_key_wrapper): Wrapper functions, to avoid cast between incompatible function types (which gcc-8 warns about). Wrappers are expected to compile to a single jmp instruction. * des-compat.c (des_compat_des3_decrypt): Change length argument type to size_t.- Use %license (boo#1082318)- libnettle 3.4: * Fixed an improper use of GMP mpn_mul, breaking curve2559 and eddsa on certain platforms * Fixed memory leak when handling invalid signatures in ecdsa_verify. Fix contributed by Nikos Mavrogiannopoulos. * Reorganized the way certain data items are made available: Nettle header files now define the symbols nettle_hashes, nettle_ciphers, and nettle_aeads, as preprocessor macros invoking a corresponding accessor function. For backwards ABI compatibility, the symbols are still present in the compiled libraries, and with the same sizes as in nettle-3.3. * Support for RSA-PSS signatures * Support for the HKDF key derivation function, defined by RFC 5869 * Support for the Cipher Feedback Mode (CFB) * New accessor functions: nettle_get_hashes, nettle_get_ciphers, nettle_get_aeads, nettle_get_secp_192r1, nettle_get_secp_224r1, nettle_get_secp_256r1, nettle_get_secp_384r1, nettle_get_secp_521r1. Direct access to data items is deprecated going forward. * The base16 and base64 functions now use the type char * for ascii data, rather than uint8_t *. This eliminates the last pointer-signedness warnings when building Nettle * The contents of the header file nettle/version.h is now architecture independent, except in --enable-mini-gmp * Prevent data sizes from leaking into the ABI - Fixes previously carried as patches: * Fix compilation error with --enable-fat om ARM Drop nettle-3.3-fix-fat-arm.patch- Add patch to fix build of fat-arm: * nettle-3.3-fix-fat-arm.patch- Build nettle with AES-NI support (bsc#1056980)- Explicitly BuildRequire m4- libnettle 3.3: * Invalid private RSA keys, with an even modulo, are now rejected by rsa_private_key_prepare. (Earlier versions allowed such keys, even if results of using them were bogus). Nettle applications are required to call rsa_private_key_prepare and check the return value, before using any other RSA private key functions; failing to do so may result in crashes for invalid private keys. * Ignore bit 255 of the x coordinate of the input point to curve25519_mul, as required by RFC 7748. To differentiate at compile time, curve25519.h defines the constant NETTLE_CURVE25519_RFC7748. * RSA and DSA now use side-channel silent modular exponentiation, to defend against attacks on the private key from evil processes sharing the same processor cache. This attack scenario is of particular relevance when running an HTTPS server on a virtual machine, where you don't know who you share the cache hardware with. bsc#991464 CVE-2016-6489 * Fix sexp-conv crashes on invalid input * Fix out-of-bounds read in des_weak_p * Fix a couple of formally undefined shift operations * Fix compilation with c89 * New function memeql_sec, for side-channel silent comparison of two memory areas. * Building the public key support of nettle now requires GMP version 5.0 or later (unless --enable-mini-gmp is used).- Fix postun->preun on info packages regenerating- Version update to 3.2 release bnc#964849 CVE-2015-8805 bnc#964847 CVE-2015-8804 bnc#964845 CVE-2015-8803: * New functions for RSA private key operations, identified by the "_tr" suffix, with better resistance to side channel attacks and to hardware or software failures which could break the CRT optimization * SHA3 implementation is updated according to the FIPS 202 standard * New ARM Neon implementation of the chacha stream cipher * Should be compatible binary with 3.1 series - Add patch to fix build with cflags: * nettle-respect-cflags.patch- Remove off-by-one-test-suite.patch as it was fixed by upstream differently- nettle 3.1.1 Non-critical bugfix release, binary compatible to 3.1 * By accident, nettle-3.1 disabled the assembly code for the secp_224r1 and secp_521r1 elliptic curves on all x86_64 configurations, making signature operations on those curves 10%-30% slower. This code is now re-enabled. * The x86_64 assembly implementation of gcm hashing has been fixed to work with the Sun/Oracle assembler.added patch: off-by-one-test-suite.patch - Address Sanitizer, found a off-by-one error in the test suite (bnc#928328)- nettle 3.1 (libnettle6, libhogweed4) - bug fixes in 3.1: * Fixed a missing include of , which made the camellia implementation fail on all 64-bit non-x86 platforms. * Eliminate out-of-bounds reads in the C implementation of memxor (related to valgrind's --partial-loads-ok flag). [bso#926745) - interface changes in 3.1: * Declarations of many internal functions are moved from ecc.h to ecc-internal.h. - interface changes in 3.0: * contains developer relevant incompatible interface changes - Removed features: * nettle_next_prime, use GMP's mpz_nextprime * Deleted the RSAREF compatibility - New features in 3.1: * Support for curve25519 and for EdDSA25519 signatures. * Support for "fat builds" on x86_64 and arm (not enabled) * Support for building the hogweed library (public key support) using "mini-gmp" (not enabled) * The shared libraries are now built with versioned symbols. * Support for "URL-safe" base64 encoding and decoding - New features in 3.0: * new DSA, AES, Camellia interfaces * Support for Poly1305-AES MAC. * Support for the ChaCha stream cipher and EXPERIMENTAL support for the ChaCha-Poly1305 AEAD mode. * Support for EAX mode. * Support for CCM mode. * Additional variants of SHA512 with output size of 224 and 256 bits * New interface, struct nettle_aead, for mechanisms providing authenticated encryption with associated data (AEAD). * DSA: Support a wider range for the size of q and a wider range for the digest size. * New command line tool nettle-pbkdf2. - Optimizations in 3.1: * New x86_64 implementation of AES, using the "aesni" instructions - Optimizations in 3.0: * New x86_64 assembly for GCM and MD5. Modest speedups on the order of 10%-20%.- Add url to the spec- Revert back to 2.7/sbin/ldconfig/sbin/ldconfigh02-armsrv3 17286528183.9.1-150600.3.2.13.9.1-150600.3.2.1.libnettle.so.8.hmaclibnettle.so.8libnettle.so.8.8libnettle8COPYING.LESSERv3COPYINGv2COPYINGv3/usr/lib64//usr/share/licenses//usr/share/licenses/libnettle8/-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.suse.de/SUSE:Maintenance:35975/SUSE_SLE-15-SP6_Update/ecf44949a59febf283931371ee5544fa-libnettle.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linuxASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad7a0430fafdbfd7e49ee8152b9a70f6dcad246d, strippeddirectoryPPPRRRRKH1,Œyutf-85a982da55b3dc195eafd0bdb9b3675caacf7faa0df92705b76b6dcf06a455f98?7zXZ !t/LMF]"k%daMʶxGvҽ%GD)VNuYN[nSR{ }(PxKw'*]ȼQY!v G,x zҾ-_YsD"K_g;tv6'tCG&֭XZS.D>d:};o'tN ZYvܛ2~j0cb4vO֔M=X`^^ L/)H˦L'u Bֵe/5 VTElhj{Nuu|\e*:LxdmMے*9f(~\UޘBhYNjLUO7^S.HMSq[Pnۜ~ ёuC-T 䄼=Qg6rٞ4@qBgѥüH*#3O?t/[iTZZ'ID=RF" h[5 aYY bWC:a* ]&7Z@ܯ *)YeGGmOq8V0@9R絆A _rߥm FpF=xOuRY{i{δ1}W9?H=IS@1V~e.C#<մ/$ZBt-®9S&@M:A n5jpB2F$ߴ(R2KLr]B@m`ց9KF:MVlvKU=YBڂyԏ-X t7ܽyEV8;7Q``1$'{8WɕQ`&" 2b+Ph>r9ٰS떨sAc-}]čfq99PnWl`H]!v08_cNY2l}T6WQNh8 Cs(pBZc)Yٮ4TWN )̔VkyFf=ب5.yYmُAKViHd%^& t^ɝn4E/2[@8νA}?X2k[}EH'x@EDa%}6«VyCDKWZSDF{{jj7|11'St9$tZo%l8 -zR[R(̵6$'-5Tz OMS <#*!5x/]d^# 4nD S %z6l (?l2;o-MHkD r+b!;ngp4SnS7G%,mp}PN|F<ŀ (sdv XU"Hר tDH~]pcq6m(1ϵ`Um)R ͡ޯk׭::S*PmD ůLPJ )JT#a劽}5`˶pVftnX?tֆG_3R{zywX!1e!={ <%qB q6S'E]cOm{_r"[ G)rI01b+x>Z%{&,{; U?Wjv8dSjzF ݏ_'yj蛊j w`fcd!a3 U4Ʊ'Nunc9|goLZz޳<5z 0.ܧ[r kR3IS2D?B3#/1auB :M ضiy@kдSxx V wg|`P>3D ߯*W%tX# $ m\߽(6=- maph>lQecXC_|;Ub "IRu rfBvɌDA<ޙTV#>oIH |e0C˒PӕҜMuR-KވŁ:w ,8ZWj(d V{xXW}:JlhƋ1i0VߨB)m1S7.;WmY]͎GlۃZ񵀊aV'3f.x[a˪RQeL<_+!ԫZf)YJdNl^,Ĝ v0Mq*H3YnYΊpW;E'(i|-SASRF]ƥQpz֎Ԓ& !M>~?z8R_!x0t8NP }[rn}\J!_|W3o+7,a MAA0=c)wwQKOy _HcN~SFMUNAC֩Szj nPEu =eK?xۍA ]\ rotK^Q~幡n L푺i:k!WbC cF3L}P#R*q]HWGK+ %7J34tt4s)bP)F ѢcW޲ "Hl](]0j t FSַBCG9X 4}zVHCѤGdWzL]ͭZ-?Ib ș7aVʳh<= H&BA<9([M']i93~8G‘<D<ܴ?$L,v8fɤvkmkCr~f@$!($Al닒8]o;fwG`sPa9"ꈈ}J)De ^e~*|p+ԷunP|@1>4ϵn;e.FXWL&I.T[ O?Ey#[r BácǭGGz R\JFq̔$e|gÀ@)_V? 'k*yXnwƔ޺5O6ޯlX~ō@R)D яPoCtm犍)AὉ96rxi^41"GD&RxaW; IUJą=&|Ǧ UVϘ07ٜv,5enќF-B V a1b`Ud}!$DO SU͗ݹB5'[ZedjjI-;(hLTgz VLf CeJ˶#V 4Ci0dRbIhRz_/ucQBKx L*mri)k!Vゔw*RB/ DYlp)CoLV:0ٝ笠x<jSm.; )3:~AĠ7hx̷s5?8+}J'>i= u1z W2 F^ TePɜ/%O\L-5CB:)',u&^VnaCx;lnv q g2 /Jǜ|ٔcOLYf쵒PPɮ67+jZ\F̋)Q-0D8? f@ 8/9:*wx )@.A<__\X%^>"ŷ*p5%2'| ̯ZAH֢!h)/M*i ؅)⟫- Ν#Њ0֥熠RҌ\~V>0 1-=.H 0tMksKLӃJ@wcV3W]/x8KFTd3!<q :N8YY&FK< .WNo: ibYuqQ^%τ1q#* 5ڤ(;9G43\E/nkI&,-BD -"_|e Mzb;r}hU=X6s[?^Foâ3x&+5@6Fdf  :vPs9vpdb"  iA7P[Srh0^o޽oku?mfW/|7G8Ʊ;tQct 5·;{w2 ~FL|'HϘ'XIn=/1q.Up]UпG (nkYl?]DGq FïZzևhᴻ$h1\s\ذsXRgyR˙Mum[mIUuYO9{ڊ̺I֑L ?Ad EQԩ|c3Lf/M7#ur{^8KmJ6~6yP}X >a+5wO&C<o"OVF ,{\D8DuOX ;J%y%3_ =Y%e͝ UG 1[ϴ_W6m)]+i82"xYkaH^Sq7{XB7 B)k+'eO֒Hhu#*LG@tZ><"=͛C7]~4:IHnjݔ[c'߬MRs: ^x(m.?coD|gA)Լo+q.U2c`#X TJ"u31P{y~1 :)>FSXQ:l@ApN8 Dۣ͞)'Dzgq$N=¬\qDM8e湃rK8S>Dkfڏvx] U0Kk` 0TN*mkڥbd[>2`$!列[EУz,0S6]CCǍXbBN zҮ+M {pbf0抭?Ng獘Y3#7U1\(alpP5iqVPvu.'n65v:cEmSKqSB7 J?Zw)@QDR]S$}xKd5_F=Dt%Aʕr"'ۉk!wF(ԬzƆ6SrrEUIp>дHzJKC -1ڐsO:'3?6iEUPJ6ъ7)Q@2Stif؉$Rá#o/#Iq(ڟy!7]&̥" ~{O 7xꎢ…[VǕjyłYemՁskytID *`1%2m-Nţ'ܣ[KC5 T9AY* (ʚۺdje~ OvNX &I^VZýQ'_QAb?3茬`Sbi%[c$J#Wp,z H>TI}J]D5d)GX5 5`_^|*FY;'@xFa6O J="U$yw#4툵~)(ml1;{e!!V "S)Co0IbT.@YC8*z}m$&Ax.轎ӞA&e\b@Dql8,2S_[{+&xӡ3ۈӣ(t Z{e,Ղ\jZ-ZL"-¿zJ%o4*QURl4i7FU}t x[7Z?2EWF%eBgETlU 웵\KJv3T6Us8X.]C ږˉT(h96m} }-dL9mcʕ]2fBM1^<|+6r+Mn!I@Z IΘm<[Kj($E^6k&]aK7rmK"J:*EfJxgWlݹ'"i"uer:̟嫼Aq=? hN@`Bdّil~Q-w-bmW@g x@_^ȞR)^H΂;'=P`1^akȚNc?CO}jeH'xiw~dF my_t`5F&1:[ac9<6 .:͝X&wpD\A E?ˍv*~m!_Ӌ*9cߊ 勞=D|έZ nq%w!?BUNai_bHSy䏇{b)YGj4>ZM⫿2cKLziOuɑ♑/JImb0Ś wf_2=Y܋]G/WWD߄ׄbq8Џӱ3)?!_" =\{Af4Y;f3UQVMcDAnY &mB>wVziDo(YCgl+GTKn=$$#i=Pjg?ݺLZ=4O8Js8{«oN;TwhSӴR7,YHwh^ۡ4,';KĽb>$;!"[-p}U$,\ 4ɰ+}qҫP#p⺝[%7&,#^VE4= `]Y-5keccO œSoh8sl/Hlg@#"_$ 8#B \[Qޓv@-_[@%IAsp䒘4LTG$y^Þ, cI>3 J2^-lT=P^Ȑ$ )Wqerɤ:v{8&AOn_"<m3waMu߰l";P UTc:ie~yRc߸Dt.ё$7?<DxVs)7_yۜ^ސg6^]v9neoÖ PT` 5kϵ;$uMz2<}yn",0ҙo:^x/P6GOy'>K!j,fKy{Ȋ*h\ \ ף 7z#etK@^zW՞K}|=7fviJ$ NQk`p^]Tlhe.$XtvIfP;gɝʍnr?ɝ_g[9HH# Miه KY'֧Vs {46 |[)sGƊ!?c(au8\Lu-C7Ge ZD. \׵ϧA8hz1d%UQkpDv aqY tB軞 rؕ8k%y떠t.fCWpDfBMi.ADC-JMr3xLbʛ*U&g$ksn:QA<2)ӷ;OGRf,`Ik/M$4@!͇>d_W xR> mX ZP`ٞƷbB@Q?H%OI/0!]bgE3_o'; {w w?6ʵO 8U /҃êA$ xOcSd+2I>Ru6ȤD=֑_:``J/?'DLH鷟(< AAd{%_y,F{luXqt/ m|/Y0d8(,LTV=^ o5>ߥ⺮el{@[ 7'ZuP]2' 4/+uΌ `c2No Xb-Rwˬm{+x*'cK:"r׆c]][}Cv/V^kVo$crS o-|h.#oJNA '_7n4i񌲐~c*S`ZJL 7_0J k 3_UڦVP$@.[HLBIr'm`g^>٘ju}r;3_V ? YԘCyUпa'͟gEtg ]vl̶;!qhBx@!Z<_5U6}vmZ9fd'%wbs)qH0qI)="RWE Ej?gyݖ7ΠsK?,HZλ)Gd7? } &:`1fbCoAyI{ _5ːG/ƥw3t6Q03\K:G??qWW;PlO`xqƜ 9";P ™N.(tMRK OY$ywQ#HkpG-E uؘ|c{3c3D4"%% -;deBީ 6>Cݦ>AK%(\;7{Ҋ^q[I2@{= dƩh qXy(,/f>wT_ծ&^OvqK$BI%6Dzbkly2~\VEo ^ۃSNgbOWtVG zlX1h7L >ldE@$֓?LHIR;u/ =?n*ig~X3bxe`"bʱiCl!ƀ-t?P{myҏ"U“cSSM>Qv($>#DV[PhX(twVr ]t<ʀvmÓz-F <՚c̟XCoy'\K1"UKbޕj';0-[UI*I`+Mvcqǁ5n-_\s?Vړi\Ebci/ـ-|au7nlhntMaySHMVlfڥ懈D D^Χv6ՃܢKuݙΔrO7p߉el׷d!~(8RV.*GN.׍`1-~3@6Vs/yGժ+U'Ht# =€;E.Zz2a\"aіfZY 4͕"H hSI<'grF - [!ձh* O[vk?9nwt<γ !5UIۣ^d8/%ZE/8,y佺++>j9seo0J+Iz4X?!QgH=$;TZҍ2JksRA"ÐXnИ3 9C94{ԷXI3|-'CN.K}]"q<-DSԫgT4rP2~^u uUo- R^ n2A`Rmc6aěANobYx[VW3O,0Rva_ky1n:-Qz¹ W$4,^q^NrZC:S [fբ*`0SjE. {49tr~Ґ MoG,l,ޚ]p2[1^I+4Xqv" 6SXژdzG¼B78H Z;cG /,{eA; {HnV yǥV7'~Ɯ׆*1w{}e,F|6"w0ؒ|UMko9YIO8 pQߋB~awךh=&R3}yNXK=(SEn|6&qY7d%`Os+!KVv4 d61=.W5N:nP>Wq l rs_EGCܴ5sVmҨ6P^,1>&lrܕ*^=1`<xds{6r;|/u^(W2ѕ7tpN% T5 /8UmXlD{Swfp#~r|!'/- oV:&K?ďv/s~1b0a[-)!¹d``Va-TPWA߹IKIKoUo@]i-l<t{BKhܷ'H $>/k9/\<{\:[ߦTP38qhP][=Xf۵Y=R}'z*Tɂ˧:* #M L|pA`:Zs:B)@# j|жӉ_QmU#U)"jxK0g jO} ͧ2aǨRи$h QoE?OX脓ΪiȪdFz6;W8I5"[$b)XU}zACGn>yGST赬s z\8JEx>"3цi{"ٿaGUu+ YАFhj{Aߗ0Tu/ڡjR>Bpͷb}7>4_koqgτA s9Iljefԩ R\cj:lY#ܱH Q,mY*|ZL>w0҅ݢWq3:P[8,uD[Ɩh9 l㱫#ZrI4`%7R pyNAlW1؞F%<$#fM ؊p@:TuDEA&|5, ˚^&cDJ [N2tL [R`'h_Eik=r}S:PYmf%1c#%#)˱f3!iGQKx2$n3DqUN*-lծb!gW1#>k+]˳c1/)ezxJ\ ub PHoCN8x^^e#P3;uihU6ך4hGnDϣukTetX::Oo/4ntCѥϙ K% 桍] ꐰն|ʨe~+)I Bn n"{]6q#꯸^uU5|o++cMcN?J~/dN`o\>A*ڗ cZ|.:d[gZ^ \3\"rK9u|!^=BųC)ׇG1`䃁0O فdPd?ujr\I ߓ5WQRԡ+xxJ~*Kӊy 7gX6 4I]qݻpd& de>VxyVWi0gd[!+圷ѥȪyseY eD"+2H6wz?E_C+9&PŎ{fHZXD|OP`s+W<f;HGTjWyNi &duă/_}W.: pxߵHf 2Haփ!?U[G#M95•- κ6V|<?ƽCK߻ 3G?߉`avsp姵QpQ0Y5I| ?0U4TA`$56)p4_8^:g6͑=1$u䰏ܿTO#i%1 zF ؇0jB|{޵Tڴ7C֟4>9'ܒДXFu oB[bhx;U'7V8 =+p{{⵰jZPb ˿am2R! D Fð=;mh0tB2e$tEߞ_wZ2qzBzRT:l-PFezvn;|&1yMJQënL#> +ͺ_\ &2ьn_bes *FF#6ׅ[֑&}CZou2,1['FyRYwZ o6E1z*-Oh}2𥯞);Zbz$dwoiНr*SF.{̹~L6ܜ&\tL50<%P4j,.$_7ܖ t&gj&p;3IȣL-f7̅-F]_c#6f}3pqen4Zԃꉵm!0șEr-j 474ke8a))5 4t{ܕSъ˵h }2'NI-#*glIʟ ZHFl`u6EDxWEއh6:32b.ӵ)m5 >n˔SZ)/%[XX%ޤW4uנ晎li _#OsP3%wp4ƵLn (ݑtԊhQOv%zE.R\xݱ r$LjnFGz]Z;o|cpUѱYmcѣj38Ǯ{%N7@6&5W99T?8֥#9C4-RB1j[ MqHaM m15[сcX0MM `^b,/hko\ äMۛ !tN;tf饤#^u](U^iѺz̽4앇`9,~[Fvki% 7slO>XAP Q=\ aWǝPU4d=6Fnԩ+W[LBe@hF-n> ,p&}8ofҰ0Kp"j '#U 7CH둉$t nT#-V:|kz5EyG֮Áb)K`Q# ӐZżYW ;gQO8 Տ/fY7ReC[I>eS-CUxi7}d̋dIRW $z-(h>4;Y?1,h"ґ% Ʊu~h(L0?ה#8 5mS% 8\F'>mAW Wwӵ2(- w=qg?`(~YɯRIG Ȥ2#oƼ1 Q2jءTeꙻ=0BJFMWn%S_<}Y.Ek<@\E tAa ǂWGhK<3BVIL'ez^TtIta/|s?/PStX-I+ S\ݶ+וOP@3FŹ 8_5Zc%S!;F^y )0!qБ!>>> aEy j{Gb{MZfOлepwḊC^ m}~_ivpCJP;+W A2 C*#J/tVhto (0(7$Ԛc}Oq z K !}nU+j|/!SًZ̚:^aIc'z3IOӉ^|dܬE|›-62ѻ.폺aLV~ԑ@^^ .^\nv,z8P]7([Xx,uMx\y\#Ϭ@u,s _cèxi)F7(',U^#܀TѕF(!|pf'qHH[Xp_䭒Xr.R7V2XL}p`P.Q+66>%>.bZ.|&_0 }t2+7۶c7;x"A_9^Λk19@5KUIn׾JQrMr'l㌹R|G?=Ad֒*R蘸.}kpAu4W ;B$wy_6ݧ\XiewCdޚtLhgD>wSm/`٨l#c ӖkJ#ݮ3 ~ v/SqqbVCDM"FZbL?BK}c,UG^Ӻ֗$Zc㡓FWԳ _\J xn+{neGIJJ` ~_-Q+'+mHqw#lFC|X4S>ḍ%?+O UӺs汦Ec} DIᇁʁψB~R}+͗]NaIb IᾏYp|Kޕ܍A=#n1#ϰA9K5I+Yn"nc74 e./%aFVը. O ^6Ǭ5&L; Jw+vq*u%n2o*%f~ë.5քk;Lj{ v8!kF@.',kPQ8%t2q'C ;h=HIJєV@JqKM<\nj@qCUD\)!gIH=Sd୐NGF;ݢV>F>✃b\U*~ `jn\!Op I@PS?o@41=18{~OJ_+9O `98ok+@͕Gەv#FCpnԫndp3)P%ٽ5eN =GT=+-XYFHK<ꪪ:f#ÅFCnkBl:3pWq'aO E7*p:8ɘP1SйZbVRvҴ%U vj/z'z'9'T Z9_ռLG) 50h; eJK6t TR:TW t*|!J IEQ;_o+l"ōs.[QH6b#/7 _I^DVSyUuv1ԏιoy% <>a8Sl_n2 ϋUaj@3o:C QolZ"QCzɂBiu:%_7:wGL[J |]=_O'PteZDZa q 5n:ɁN{5|7y zDbU"+izCa<~Ԩݷ{iHaе0o7Ѩ"c"i'0wj,G[s^ elZLj` y%up'ϙY{d!;Jz. w )GbFalێE%>{ ^@oPO#4q.+:~$Riz? u*ƿ1ք[<~Q5KpNLnUAyyf䒨TCh63 }GvXw cZV |'}g;AJbmP E_uc0xS\vx.axOP5JQ_ukᅕ!v$mLz~ q.S6省MMuˍp &Ց=lה<8WХuOygz *!1*cD !eH W8#w:ʡ;<)AP$X&}zN8V0n/xeԸ J9Tl7є{YaldFx :BW?u`+~*Q\mO9/ n6@dnZb;N4*d9bpLoiȑw:Vs+eh @X"M~;ዚWg :> v3CBMQ&F˩zA5Z0>`ȧ2Փ6|6޾A0͉n"~7vRErmtLNG{yEO|KC {%:C 'vkyVr c!Al婩x2QZt]lKWXTF|%8,R hKbEoreqȝ"P$DkA'Lh*V"^{KCwuWF8o~Kh"n%t`.&|OŪ~=8,pdUQꌋՖ%"{ʏ>qvṪ̻6jy͖+gwc3Ueόͬcs4DTeHcJ2>k81 25R| Ƈ' ՠjo3]V(Ч51RD|%)KǙi ֟D3RȨlpwcܪV?>\~#.p7J1ch|aBd|2zаaLto#1E&4QWrL' eLb&7ӪqKc1֋9i[)"uEz/ ~>E Kg>m>k%WTz̘Ҕ =޾/27zaiw)6/Ӕm(+{ ˴I:V4< $G>pJqf@e9>XQx*:ӝ幰ZG,0v8$sh&9K [[;-"Ya{#GÿhílzTu>E Cb$0jg~űѣLtNwi؆ϡ95 <e_,z6Z-W=3Arh>8##Q~Wtנvy%Xa43qOlg0W`,uAjT"ͺ6T^̖p  O,7g7j"ȦHouJ׺N2 1S_ᨸ9,aArDTj/g/%raWg$`<֬5I79|꾨y, _0|u! \k6̙}&]l}(_@I`ݝ&;tyIՍwk?'RAҨIG!^Vi% &,<s@/Q7US1ZlMey0p"7Dq9K:c0u?fXPQ!F*v pI--#^M;s/&`D3ixW=-TAkCik<}fr{oqObcCa̢]̖\Ý:` VR}~V^bm*fFc4NUWpa(+|uјLxʳ8Ѿ{<`Ew#s_F>Z y1܆7Y%\]{~J;@I&' Z7_! d0[ 08Y;QZca|YSu}ٿ? XhԻ:"!M]|;c(O]8S#;=!C3zB|u:گE 262]4*'A|s[_ӓt~y]>&YY Xܜ5:N IHr5·WUDjߔjdyoӝn{ s[>ac^Z$fv4 p!a mZ-dd0Jpvٳ|.SDg^p>f\P'ؕQ(#m(TyGשḼ~\1J485R_*#!!qn&7q0?)7GLfۭaxDDë]x><.  p~mXBƭȟ&ޡEߩn(%@8ay-o\,(GiV(jX]6\^{ڠVgk,&9 "5D~oo_D }^ze>6{|?٧˟_EaE׵ !b8J]@d,m>,Rp cU {(3Z?X,KW`;LKc /㖈$d_K6q *9p =KIz@TR9K~| ` C.a-x=HS=?"|A{d}מ'gnհBT^>q5Y[1 ƭhցe%ԟݙM@3f" Ɛv4d^pMdBݱ r1큥25bTPȘ1~Z+U&Qd#xC1>{+^b+!W6b̓J,X3qqCWC;0]b=F{gާ1蜠c6=M{d< sg!Ossx'%"-*x'4϶gxG1+|h~_'1։`I7!ރ`>˷tE$[3׻3[g|}RnHRxǯNQwo-P*ewBu; &g20 ߻y8q0B]'[_"ߢʶ@@"):L\zRFƻZ(%Ax)^7P,Ta2*ݷ~cPeZWxf!&-%%0rTj6 HON&_dPlXrbj7?Xo"310S=@Gj&\=fN5*|Ї\`'FDPF{o'NJn.MrE4;ZG!7T[YX+Q _׆s {.&'8R1:r0w֯`gԎ4Ԁ eڥ8v0C3D SFO6vvl6E:AW YUd7=_#z׼>.~ ( Q{CnI!πGVӋB8m]`)p( 9j+K19 [Y \a'8 UIρz˱M#Pv6HDӚu12h:=pn8H`]a%3{ i _(Tt3ތIЊ e.\ +t@S(ylI7Wt5QԘQ)^#S ʽ.E e Tcj_١C\VoR.F8ݢQ)ėv¢ʕ<#N)n~>t}XB;KZ_(B_0՛RM~?EL1&+ˍӝqn~ψ$%@!m1aWy iO-tN/ QɉvL|k2Mc-bƙ܉S?SIeim2Kh3G7iρ:Rz"=Kc(Ud7iPSMTAd x `?%=i] [^m-~yB\NUop'rTVCjeb\dNK%0M!Ozm*`F ˣ}EBFASR1)e]GOpV%Kq9OPy%i00hҤ^ϽNC}V2刎mMY,%<-_|mܔ:6bti4aO xE3f*S:Pv;mQG-I9\X_;t-pǘbv 熩?EgF]r|QIpVuqJ>4tq"X80tzg{m9ӥ-d) (rDJqQZK\~x5P7^ T^Ȅ;%x:x^v{hTG_ g ICi $oeB Be|Ȳz8PqT5$db֩ΓwV?5Ǵ(]o@=rA<u~`( UmA`c !9c&h]&fS&+#op7lqJj/L8cuUY#fIϿhݲ\`gSy\. ?`:Øt2:`҂pU2ɸt+g\7]>F5Y:I<6A:8X ŸoIj6;֓1,fLI)yYJ_ǝH1e*Ɍ9/Dᕟ*vXbxD4raN]?+tZ!OJiju|,(ZzG꽇Iij8T&tQ(՚]B0iAp8#1n0:8|[لIH_?"j XVw5IiͻuxT(T$V9]R~P $ՠ X?])cy_JQ L[EH_wB3(*Eǽ gemG% s Ng3$O}m+.f'yJFF~WE7 d/#Gz:sJ_ JCa }ʔ=0\i sP>) *gZ ;x[G̕=F@qg9̢fr/+Tx%`Hi >SW<,i$/Z#a3, 36. Q8ʐQt}`ڊLf߹Z #@a^hF\wŻb3ow+E~; ؜eB_;[iOcKi'*}>{v#aFO0=\L ;jzo\=62ݬ| NH s90rEfJ]hLnVڳ|bV/'~5mUh+d J[ao؂"/xe Rd1^~c7>bˍ<V/VrwJhX A=TDur] Y;NЌ,Gv< םvi@C@ eqjg=z=PVWper6!wiI\txgy Bhm_;t;mR5$FK,k.k6i ~ 0db¬Jr'%ZT,R@"$֞ׯswgmZoS#g "̲?mNt:>/Z#.( V# XC-#*~'`9V-dz74s$T$L/v=h Z_ e{)~.Pyl%@ۨ}&gWO+~,av&VT xl*.ۅ j[/wѹL)5N0[S.@1 ׺jS Su+T CL-G?#P]ՙrZ0-JҸj}Zu DF')6f$gffT}Z8gTMRU|)+C5W'O/`;o1 ' ~-FS膩 JFem콉t 0f#m1"f(Ag2@PAzH8^Q)Y; UDll*JH; 'A(FK??jg[5Yb&slhB+$?>ZW vڸ }Sm;r.-x36DMKPɺ qo=-&N2egt&1IClO-"z}#(&r׭T]}y`am)gX.X?lĥ|=S]?m]QGӒ1$euD6b 4qis"$*a Пj EdX c޳SZ[n'1.Q!TLNjt0KF Ma#=}UquL]*X"2ԉ|q|Ai2V3FE8٭#\=I`* 7t&b87vfQ֎~i0)9)AX gEDZaTMᯟEmϿLSN$&q]'،\&v(A4MЄ1C۩%J AU{wa["%Wf?2G igyzPha_2chtn:~)ϝHԇ"hK.N@xOwgkTڲh׍φFqHnd߹ǰ1 <שmoiՆwkpwmif7rU'J=mg ΝR*hMIod=5dds\G9Jխo%i\l/ ?/l.AWq!zYl_F`wRĴ.~;@te|IB >r䗂fXUo.6VK 22LULK0/3β$eU/>*⥧$\ƴc2izcH1>Uǿϰ'Mkmڽt'd{{4+ZO8'|C!, AƐژ\ɨ^ӃuѽTSjyr̭+b *[2G28e1+dup$0g.9Ð@ɒȣ~j(`+dqb,o:+ 7pG kӣ/W?Ow<ZpSX+v5v&ċSJ]Oe9GNO ZQC4@BdW^O\t`uB쁓7wPb[m-w^ 2&^/U9ˬ{͘&oa:g!v^Fcݪ[0."=.SG` Tu$8[0QӸ|o n99j@#)~/yk}='-˴&wE9 W+# p(T4{Ӱ1@ Ɠ{ݣ[ )ǂL `|k1kKP=C.q@k XiXr /g/F^ 9Ǽ52Ls6L7gHwo G;OdU?6#YyuyhG 4V*7;N]M rI꒺:gYvY ^Sm C2{NOsmFǛT VH~)D ci@|\x!{Z³G̓P9"Q7 40@bQVB Rn׃gx5V\BcFy% g 8zAȵG|C\e@^gvʓ~,b6tL8]H&UfV@a FoU^uuziG1L lC #\0(Lfmiu ̇D28E.l儸]#HĹ?nOྔ& /Xx nJ˪"bMs mPٝݮ&Uު@ĉ4wy ;,P(`lWrvhDL*WxlwϬT?ɯ5ùsHxv HPUhq~[oLsp\H/ 9UW>{0ݝ83H$E\+CjaͣBaُQU74=ҤYW$e_?ѝTY{{:!9U.E?m?j >Ӛz#R $ ,hBR>,w]sj '(`n]Ȃpk]N{DL_g%^^fH$s8j0>ǜj"sszYjq4LX' )psђ LNcd f1BbzaĹɽ+Z|Y/p=#g232>*ID CEZяd_H ieϜם#>eh҃2/ _8i3yO-jFPG؄nI$4F޶CDFFcc1yѦ#1_]ؒOTg2'?|q'_YksggxI6"BoSMXB(R`)sl=Qi;z3иu~rɀͬC~TN3EQvҤ YPii5ďӊ.9Jk88N27oߠW%èB2-ަdq/9lj,Y~W 4%tA~5BQwʖ n1ЇBGL`Ys[6r}=ecx i_tZ'Zա*ep/P/thϖ@&ܒD6 Qtd FͽyJ?UCvU.& j*KPv@dd ,aL6-P4(V1 h3?gpuar#'„0 Ek&s۰vu\c׵N &NIhѪ`ݥno7Ce(~("M׻: -7>6pIJ ٻjȲ廸 ʐB1ܮtNX[8Y-%Q[o8=ϑrvAM\v=mne-Q)Z ,R39 ?BT=EUY~4@R,?jcHKOg| r@O̻D\' JI{dX)9=?Hn_CV,peh_8z4:MkFdj" lpsiXVTC!T">-B|D$=h B4?&#Sz6Z6b\xrڊV[P[=_' WHȂX0kkmj vVs GXRM>"kUqAP^,ן7.h0ZpP((@ {Bg%ab䇧٭#,M9N9Ɋ_Hr-O41bڗް>PxbҶ_/23, >g6Z'[LkVc`¦ە!40U5!k>H%Xfj'!曲YS*cZb(JONWcx[锭uKϖ4/Y4) &Jhb( iC'q!me?br`Pepi"V'q⬿YVkQW.ȸT_UE%oBX@'*"]I@ɗHP%{@Yt^V%<2BG9 2PTAɨl+u%2ʅ^FeF$ 0Cve\h(z Q^߶N4<Vy+z~zrvQs5 ݯiؿivdi97&&q~z濪aYP6`ZaN$H;b%h[$#W1iOs"br.z9{@j ADnKci!I\^ryuN'GoRAH e">p+1Z.p-|0*vUHSr}֘V[3M k@R2F &;J3I}0 ȸû~;:$aG5):[eu[15(L9 1^N Y$469U9QG\ToHzjM|,rB;m|Jm9y1[1_M?=_Fm]^]%K.IfrTp8' c~R٩CH$f4]=t%PSE|c *)*̋ܬ}o ;!R_*vT8d4nY07gIUn9QCm%zXteXMVIXi{>HZ77, `4tb^n6rg*fmĿy8=MGQk :/x2AWCEصTN6 Hm!آ$]3ԠM0+$GO%-ŕHH; w^QJ@FJ2pLq8]ђZtp3'۫­6׋DH{x\C?҂v }PVW*/wK!_IcdWHDSXxOl δzN9;4Ot;Bq[AODxedWU;xH3:Fݳ1ӒTnIC &8 ' 44-&*ݲ4mdr#k B}iGҎIҬ^C{$R: ~I>•OA[!O1L60'W;&ˡ.,!de-QEC<ʮD{YOsbh kM/__z"1 0<?V9~;<8v: 6kO_=ʯJM2t@qlf^'D$ǵšLmf<{H,laV= "ә<5vnX%lC4g !=&&Xtܕ' S5 Ws,@eYbyl !;zƭ~ʧ?d_ഫ'̜OUnjȒ=KsHZ6T`< H A f{oV^I\fHѴW$2<,z兟3u*7"p '؞|5{_]xszV z^PŰ'g\vЋ֤ 1=ECQc7Rsrk*{r%M{8nCg'Xo2{?Z|=GbVɶRsS3ޜ͏ e-(_ #(`/ RǡѻJ'/M6cc5_TR0Y_)~']`tErx*E4AK OcZz2} 0))wۇ{kp / k 6G}asgUDfiavH "Ҍ>,Z%̒LW31HfdZDB1$8Yej ,O8Aǀ_C+HQ>PڤjlB!E{/(C9rX=a,1H"t !s-HZA1bgӡ|* A?U5HۻS?Oqe` ɾoŴ%R&x^c* [Wh`:1Qhײ>N0.N߭eZ `>yP. O k,-7hŽ=ĚxpzV9k6!EPDs Pڕ!f4ʙ#>?Z-9YuH`tDW꽒* w^sڠ>yYyN݌TNR % ^# KerV*V ^\hw,%F%vƳAxth>ۋNYĜoP$G|GWl$e82Ss{ȌEu6sRd]ad{ C ɗhqKu,NalӤj7N@_T/ 2Nև:hpQ3p| sh^*6y3YXҩIOձy}rK*Z3)QH]EX=d~Ue*lx+vɬI,vo 73* uZAģzEqЦ8WcDrIv[{Jk4$9E~mܯы|"#n?s~YLx[1nWszP2LD_1 ru>X)UPMUԵI>D;K8$DDj#ǜ~P e-EMu{f3F!z8({dwB*mWœ*S:qyma9xN'Y ԧ}Bf=33H R5AMnĘDĉ@>g?5^d X%0# t8!YXHьTCvt Q}'YA_\jT"5vecbS|F"Y8tHbou* m\#Qބ@@}W]Pad%clAVosM{4a 4oA1ID sj} F t: vUIpGWcmʕ] bN}d*SpxT#CD`y_^OIvY.Ymq{g-I7{Ѕyyþ2Bϛ?3brN㘀I6׭}p6tܬn:nM`7+eõ.͜K^(Db~}5E^Ka~NTS9``13@hL. (Qi#n+W7@pw^ZHa=D$?:[&@TxkvB77Y=onJ*dgn Pz*y~ ;ЛL:z+\%o 31a,3=|L}uAxҵqVLVYȠY Ε~( pLFcpd,V[Y}` [gR|ec66}d'׍;++:oj)bA=ŵHx`HPM]+j@W.hy"^4JB*RxP58EbH'2?}B4uUOPV8//[+)+)Nl=0Fgx1@UKcwRY/ m3څbq~pEL*M0lfb0”oC಼dx" I|72E1zFTzu7L2yY)5c]Cak1[-7jf>g[ xe=qa`f~ħ?~au\5b1fkO1(Ƽ$`y%aߙK22:E`'Ts)qAKK\h^"8{mQC TCp9XqyH7|h>oU/ﮨ0-^ɠ@ZC> ɠW~<5Ͳ$Zf1k2%@WM%k+S}P QtD:Uy623;k!Kqh<%CbIB` 㰼^SU)-72&7u@d1fBٌGfy Q^0+XW v"z4y Kx]"Ykq·ב u4I[2o231[I=I3 : w|wG}r򉬉Њ&|bKj ~(*x]:~[הr(Jΐ~W-1R0&"c2P:,l$+#+UnCzpطz,v?gObHgPHYH}3j\߾z#UwRǪAHE[j}~G A,>G֞ Y Aj8hY~NoY_!3gaU}5ɏDyJz̈yV̬H1y4,Wz`^ I\6.h?&EMR`U7qe6 SԪ>g"aHtۜ7Qv4_,$u!Zm>Q[?+0Z<ЃT~a.2u )vQE:Uر0"'W4y Tϡ^6,yV$A[y2%Qdy?n( iPˈ*oenjA%P-ǻCepE+mE&4(#Vm_Q{5jn2\) m(aRMUKѡtߍî|ۡxPo쓍sTe$Wp v#E^bp.R h2 ۊĪGt@LCiW WT8e,VruKy?n"몔{<\[كislzF0@fQ wlRRzaJ@&7wnd`+ctp1lob[Ⱦ.Ԫ8-brn cc ؗZ|IɧAK{D4oςh&_P|ca6^}ܐ8Q.NNJjud~ w;#.BPMJ2MlVaf=޶q1 oHSW{u|B:{l)#y4(]ryaIl3J[VyY3W+:tW4/YzQYDs4fmae&}Sm ~kW va;fV J`rt]9q$2s@n՛Tu"hmf6<&C`Jn?E(){@aa`~/T4?{6g˙½.*nzaDpvf*V?mB"2#m2.5'՜9{M߳Hc}?quȟ961pv-DҩDw"jN;qyG46Ua]W!~Bz5RQoxVPB|۱4.vhB׻z&3'=C?0UYgV`seEpO5Xv9 @ϟV lT;; <ʽ D5K(6u8t(kцPt(妁zC%36W`[g9 \lh}2 y3`]輅a -E8^ v's Gׂ#Y*ĎZVjf@],V }udV: ^o[ 綬swx?^rKBIc-dRX2A}[r)si1$oŘjR{E)0; _C}cstЩI]/h*dTza}#͆WgACo(;ģVLuYv~;5'\: 1@|iک>œZ4TyE:?fɕ#cܙՍ e,ٷsyEZ3fyVٔTZU #$Բl_̾trHu r1%E:xZa b^4;A])K(L * ڨI 0>T\HBhfR +dC2)xO_OnJK~(3:a@&#!o/ץlp_'Qە\a9=aY8pGhpy:3r~%ra-䅔b |]RQPZTuWC_V< ^z}D`6; 53lFnO=lVy9xDRJmd~z|U.\ݙع2 GN36ZlCl$2#^}[oZO< uK*F*F.rtQ9wdd~dS&Ѻ_}?\oODNk"B;Z f$6;hs of] mp<ho]/'eE٘,P@їa)"(~ap4`M% ~/| l\1%yB=kd.lCߦJm&B»:oA葥 5ÞЌaa) ON 褣*AG3)igyu2\3]{=y*@d6 ;Ty_ܗp.-[b']f~Au<[8@èK,[,(kd*܄mjƺZ`B< &#ʽX߬uIE;g,8u[uim^L$=w)Bν!(PO!r/۞s[u?TCro>(S,O>:WiƬ?ρV(CEݐ ۾]ȵ_ %*WAm\1<`WX_&(YI\{acGH۩p, 1ZXٻ4h4?I~ gJR9X/ 7waTgrxv@9Mbts\ʾz du ڪ)`r tq8v1`)TxWL[$ QjA(J,7+[0?BnZ QѮx{Fm琥cEh^uӊL)=*98c*=3#EVbxNsT/2+9ϊ4QAdh[M"޷ҝMGf\('2aV%GJ~6DVW(#[\i/HfOC_)ҨWQG8ײUk<&~1aD2u]fphו,I:XuMb !AH!ʳd}bPPD$^csC۾YGy*9$nz(qBm03c?ۜ>9:d1*zE2` \bvh@;2;n=>]3xƻ+䆸$2)>bOۼ?;C"|ӥ\J1>T6;ŁS>7QLgu[,'īؽ\wj]P6)ov LFmvvuU4y\9. 0_cmwYy3W(F h tj8~)Ótɇ;0n_Pʎ_R#tːBa&**rA1JfO}.'Wב(s _3Fm҆`RR""Em~l;@ | 3`& eD"jX |q8i2EѰEW ͒*}m|*Θ ̆ YZ