python3-cryptography-2.9.2-150200.13.1<>,lcI{p9|%)fTBwF^qYC8gҾW6i9JfNpR0%v#g&& ǰu-VG=-#B @HuCE%G}NX:fޝW [>hjQgJMrMaCI>ULI5<Yz_óYT%,4Qu_%V/CS;ߝLq!Vuf'vEӀ8`D{A[jǒ٭ϨJ>A5(?5d ) k-Ni #X#  #  # p# S# T8#X#^s#d"dP#hiixk(lT8l\E9mpE:rEF G #H#I8#X\Yd\#]#^ bOcd e f l u #v%0 w'H#x+#y0`z44444445Cpython3-cryptography2.9.2150200.13.1Python library which exposes cryptographic recipes and primitivescryptography is a package designed to expose cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.7, Python 3.4+, and PyPy-5.3+. cryptography includes both high level recipes, and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests and key derivation functions.cI{s390zp31*GSUSE Linux Enterprise 15SUSE LLC Apache-2.0 OR BSD-3-Clausehttps://www.suse.com/Development/Languages/Pythonhttps://cryptography.io/en/latest/linuxs390x.Lj.0 C C55vvd  >>U [??*Pff [&[&!!()()AA Y Y < <-f-f**..GGO'O'v|% '*>'1.\) | 6; 4D #ZN(]((x+;+;+?yy77@@ff"o"o<< 2 2  '' p p N NN5 [ (rIIqq!!%^s>66  )(kV  = =py  $$\\ :^^__--%%66]]]W( 94*  `,`AA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤cIu:cIu;cIu;cIu;cIu;cIu;cIu;cIu;^^īcIu;cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:^ī^īcIu:^īcIu;cIu;cIu:cIu;cIu:cIu;cIu:^ī^īcIu:^īcIu;cIu;cIu:cIu;cIu:^īcIu:^īcIu;cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:cIu;cIu:^ī^`E^ī^ī^^ī^ī^ī^ī^ī^ī^ī^ī^ī`E^ī^ī^ī^īcIu<^īcIu;cIu;cIu:cIu` . * Correctly allow passing a SubjectKeyIdentifier to :meth:`~cryptography.x509.AuthorityKeyIdentifier.from_issuer_subject_key_identifier` and deprecate passing an Extension object.- Simplify the test execution to be more understandable- update to 2.6.1: * BACKWARDS INCOMPATIBLE: Removedcryptography.hazmat.primitives.asymmetric.utils.encode_rfc6979_signature andcryptography.hazmat.primitives.asymmetric.utils.decode_rfc6979_signature, which had been deprecated for nearly 4 years. Use encode_dss_signature() and decode_dss_signature()instead. * BACKWARDS INCOMPATIBLE: Removed cryptography.x509.Certificate.serial, which had been deprecated for nearly 3 years. Use serial_number instead. * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.1b. * Added support for Ed448 signing when using OpenSSL 1.1.1b or newer. * Added support for Ed25519 signing when using OpenSSL 1.1.1b or newer. * load_ssh_public_key() can now load ed25519 public keys. * Add support for easily mapping an object identifier to its elliptic curve class viaget_curve_for_oid(). * Add support for OpenSSL when compiled with the no-engine (OPENSSL_NO_ENGINE) flag.- Dependency on python-idna changed to "Recommends" aligned with change in upstream source (see below) - update to 2.5: * BACKWARDS INCOMPATIBLE: U-label strings were deprecated in version 2.1, but this version removes the default idna dependency as well. If you still need this deprecated path please install cryptography with the idna extra: pip install cryptography[idna]. * BACKWARDS INCOMPATIBLE: The minimum supported PyPy version is now 5.4. * Numerous classes and functions have been updated to allow bytes-like types for keying material and passwords, including symmetric algorithms, AEAD ciphers, KDFs, loading asymmetric keys, and one time password classes. * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.1a. * Added support for SHA512_224 and SHA512_256 when using OpenSSL 1.1.1. * Added support for SHA3_224, SHA3_256, SHA3_384, and SHA3_512 when using OpenSSL 1.1.1. * Added support for X448 key exchange when using OpenSSL 1.1.1. * Added support for SHAKE128 and SHAKE256 when using OpenSSL 1.1.1. * Added initial support for parsing PKCS12 files with load_key_and_certificates(). * Added support for IssuingDistributionPoint. * Added rfc4514_string() method to x509.Name, x509.RelativeDistinguishedName, and x509.NameAttribute to format the name or component an RFC 4514 Distinguished Name string. * Added from_encoded_point(), which immediately checks if the point is on the curve and supports compressed points. Deprecated the previous method from_encoded_point(). * Added signature_hash_algorithm to OCSPResponse. * Updated X25519 key exchange support to allow additional serialization methods. Calling public_bytes() with no arguments has been deprecated. * Added support for encoding compressed and uncompressed points via public_bytes(). Deprecated the previous method encode_point().- Update to version 2.4.2: * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.0j.- Update to 2.4.1: * Dropped support for LibreSSL 2.4.x. * Deprecated OpenSSL 1.0.1 support. OpenSSL 1.0.1 is no longer supported by the OpenSSL project. At this time there is no time table for dropping support, however we strongly encourage all users to upgrade or install cryptography from a wheel. * Added initial :doc:`OCSP ` support. * Added support for cryptography.x509.PrecertPoison.- Fix fdupes call- bsc#1101820 CVE-2018-10903 GCM tag forgery via truncated tag in finalize_with_tag API * add disallow_implicit_tag_truncation.patch from https://github.com/pyca/cryptography/commit/688e0f673bfb.patch- Update to 2.3.1: * updated tests for upstream wycheproof changes * many other tiny test tweaks- update to 2.3: * SECURITY ISSUE: finalize_with_tag() allowed tag truncation by default which can allow tag forgery in some cases. The method now enforces the min_tag_length provided to the GCM constructor. * Added support for Python 3.7. * Added extract_timestamp() to get the authenticated timestamp of a Fernet token. * Support for Python 2.7.x without hmac.compare_digest has been deprecated. We will require Python 2.7.7 or higher (or 2.7.6 on Ubuntu) in the next cryptography release. * Fixed multiple issues preventing cryptography from compiling against LibreSSL 2.7.x. * Added get_revoked_certificate_by_serial_number for quick serial number searches in CRLs. * The RelativeDistinguishedName class now preserves the order of attributes. Duplicate attributes now raise an error instead of silently discarding duplicates. * aes_key_unwrap() and aes_key_unwrap_with_padding() now raise InvalidUnwrap if the wrapped key is an invalid length, instead of ValueError.- update to 2.2.2 * fix build on some systems with openssl 1.1.0h- Cleanup with spec-cleaner - Use %setup to unpack all archives do not rely on tar calls- Update to upstream release 2.2.1: * Reverted a change to GeneralNames which prohibited having zero elements, due to breakages. * Fixed a bug in :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap_with_padding` that caused it to raise InvalidUnwrap when key length modulo 8 was zero. * BACKWARDS INCOMPATIBLE: Support for Python 2.6 has been dropped. * Resolved a bug in HKDF that incorrectly constrained output size. * Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP256R1`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP384R1`, and :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP512R1` to support inter-operating with systems like German smart meters. * Added token rotation support to :doc:`Fernet ` with :meth:`~cryptography.fernet.MultiFernet.rotate`. * Fixed a memory leak in :func:`~cryptography.hazmat.primitives.asymmetric.ec.derive_private_key`. * Added support for AES key wrapping with padding via :func:`~cryptography.hazmat.primitives.keywrap.aes_key_wrap_with_padding` and :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap_with_padding` . * Allow loading DSA keys with 224 bit q.- fix deps for hypothesis, pytest- Fix previous change and explicitly require python2 instead of python because python itself is also provided by python3. This fixes: ImportError: No module named _ssl when using python-cryptography in a python2 build environment- Fix the previous change to not pull in py2 on py3 enviroment- fix requires on python ssl once more after the last change- Add proper conditional for the python2, the ifpython works only for the requires/etc- add missing dependency on python ssl- update to version 2.1.4: * Added X509_up_ref for an upcoming pyOpenSSL release.- update to version 2.1.3: * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.0g.- update to version 2.1.2: * Corrected a bug with the manylinux1 wheels where OpenSSL’s stack was marked executable.- fix BuildRequires conditions for python3- update to 2.1.1- Fix cffi version requirement.- Disable memleak tests to fix build with OpenSSL 1.1 (bsc#1055478) * add skip_openssl_memleak_test.patch- update to 2.0.3- update to 2.0.2- update to 2.0- update to 1.9- add python-packaging to requirements explicitly instead of relying on setuptools to pull it in- Switch to singlespec approach- update to 1.8.1 - Adust Requires and BuildRequires- update to 1.7.2- update to 1.7.1 which contains regression fix for 1.7- update to 1.7 * support for OpenSSL 1.0.0 has been removed. * Added support for Diffie-Hellman key exchange * The OS random engine for OpenSSL has been rewritten- update to 1.6- update to 1.5.3 - python-cryptography-enable-gost.patch is obsolete- python-cryptography-enable-gost.patch: temporary patch to run tests against 1.0.2i, GOST cert extraction now works.- Introduce requirement setuptools >= 11.3 to follow egg-info/requires.txt content- fix download urls- update to upstream release 1.3.4 * Added new OpenSSL functions to the bindings to support an upcoming ``pyOpenSSL`` release.- correct source urls- update to upstream release 1.3.2 * Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2h. * Fixed an issue preventing ``cryptography`` from compiling against LibreSSL 2.3.x.- removed obsolete cryptography-new-bio-new-type.patch - update to upstream release 1.3.1 * Fixed a bug that caused an AttributeError when using mock to patch some cryptography modules. * Added support for padding ANSI X.923 with ANSIX923. * Deprecated support for OpenSSL 0.9.8. Support will be removed in cryptography 1.4. * Added support for the PolicyConstraints X.509 extension including both parsing and generation using CertificateBuilder and CertificateSigningRequestBuilder. * Added is_signature_valid to CertificateSigningRequest. * Fixed an intermittent AssertionError when performing an RSA decryption on an invalid ciphertext, ValueError is now correctly raised in all cases. * Added from_issuer_subject_key_identifier().- fix license- Add pkg-config BuildRequires: in order for the last introduced condition to apply the patch to work, pkg-config has to be present.- cryptography-new-bio-new-type.patch: openssl 1.0.2g changed the type of BIO_new_mem_buf() (added a const).- update to upstream release 1.2.1 1.2.1 - 2016-01-08 * Reverts a change to an OpenSSL EVP_PKEY object that caused errors with pyOpenSSL. 1.2 - 2016-01-08 * BACKWARDS INCOMPATIBLE: RevokedCertificate extensions now uses extension classes rather than returning raw values inside the Extension value. The new classes are: o CertificateIssuer o CRLReason o InvalidityDate * Deprecated support for OpenSSL 0.9.8 and 1.0.0. At this time there is no time table for actually dropping support, however we strongly encourage all users to upgrade, as those versions no longer receive support from the OpenSSL project. * The Certificate class now has signature and tbs_certificate_bytes attributes. * The CertificateSigningRequest class now has signature and tbs_certrequest_bytes attributes. * The CertificateRevocationList class now has signature and tbs_certlist_bytes attributes. * NameConstraints are now supported in the CertificateBuilder and CertificateSigningRequestBuilder. * Support serialization of certificate revocation lists using the public_bytes() method of CertificateRevocationList. * Add support for parsing CertificateRevocationList extensions () in the OpenSSL backend. The following extensions are currently supported: o AuthorityInformationAccess o AuthorityKeyIdentifier o CRLNumber o IssuerAlternativeName * Added CertificateRevocationListBuilder and RevokedCertificateBuilder to allow creation of CRLs. * Unrecognized non-critical X.509 extensions are now parsed into an UnrecognizedExtension object.- update to 1.1.2: * Fixed a SIGBUS crash with the OS X wheels caused by redefinition of a method. * Fixed a runtime error ``undefined symbol EC_GFp_nistp224_method`` that occurred with some OpenSSL installations. * Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2e.- update to 1.1.1: * Fixed several small bugs related to compiling the OpenSSL bindings with unusual OpenSSL configurations. * Resolved an issue where, depending on the method of installation and which Python interpreter they were using, users on El Capitan (OS X 10.11) may have seen an ``InternalError`` on import.- fix build for sle11 (disable testsuite as it depends on python-hypothesis which is not available for sle11 anymore)- update to 1.1: * Added support for Elliptic Curve Diffie-Hellman with :class:`~cryptography.hazmat.primitives.asymmetric.ec.ECDH`. * Added :class:`~cryptography.hazmat.primitives.kdf.x963kdf.X963KDF`. * Added support for parsing certificate revocation lists (CRLs) using :func:`~cryptography.x509.load_pem_x509_crl` and :func:`~cryptography.x509.load_der_x509_crl`. * Add support for AES key wrapping with :func:`~cryptography.hazmat.primitives.keywrap.aes_key_wrap` and :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap`. * Added a ``__hash__`` method to :class:`~cryptography.x509.Name`. * Add support for encoding and decoding elliptic curve points to a byte string form using :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers.encode_point` and :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers.from_encoded_point`. * Added :meth:`~cryptography.x509.Extensions.get_extension_for_class`. * :class:`~cryptography.x509.CertificatePolicies` are now supported in the :class:`~cryptography.x509.CertificateBuilder`. * ``countryName`` is now encoded as a ``PrintableString`` when creating subject and issuer distinguished names with the Certificate and CSR builder classes. * **SECURITY ISSUE**: The OpenSSL backend prior to 1.0.2 made extensive use of assertions to check response codes where our tests could not trigger a failure. However, when Python is run with ``-O`` these asserts are optimized away. If a user ran Python with this flag and got an invalid response code this could result in undefined behavior or worse. Accordingly, all response checks from the OpenSSL backend have been converted from ``assert`` to a true function call. Credit **Emilia Käsper (Google Security Team)** for the report. * We now ship OS X wheels that statically link OpenSSL by default. When installing a wheel on OS X 10.10+ (and using a Python compiled against the 10.10 SDK) users will no longer need to compile. See :doc:`/installation` for alternate installation methods if required. * Set the default string mask to UTF-8 in the OpenSSL backend to resolve character encoding issues with older versions of OpenSSL. * Several new OpenSSL bindings have been added to support a future pyOpenSSL release. * Raise an error during install on PyPy < 2.6. 1.0+ requires PyPy 2.6+. - Remove 2293.patch . Applied in a different way upstream. - Add BuildRequires for python-hypothesis and python-pyasn1-modules for running unittests- require the cffi version it was built against to avoid (bsc#948198)- Add 2293.patch for "osrandom engine already registered" (bnc#947679)- Add disable-uneven-sizes-tests.patch (bnc#944204) openssl in SLE12SP1 doesn't allow uneven bit sizes for rsa keys- update to 1.0 (fate#318838): * Switched to the new `cffi`_ ``set_source`` out-of-line API mode for compilation. This results in significantly faster imports and lowered memory consumption. Due to this change we no longer support PyPy releases older than 2.6 nor do we support any released version of PyPy3 (until a version supporting cffi 1.0 comes out). * Fix parsing of OpenSSH public keys that have spaces in comments. * Support serialization of certificate signing requests using the ``public_bytes`` method of :class:`~cryptography.x509.CertificateSigningRequest`. * Support serialization of certificates using the ``public_bytes`` method of :class:`~cryptography.x509.Certificate`. * Add ``get_provisioning_uri`` method to :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP` and :class:`~cryptography.hazmat.primitives.twofactor.totp.TOTP` for generating provisioning URIs. * Add :class:`~cryptography.hazmat.primitives.kdf.concatkdf.ConcatKDFHash` and :class:`~cryptography.hazmat.primitives.kdf.concatkdf.ConcatKDFHMAC`. * Raise a ``TypeError`` when passing objects that are not text as the value to :class:`~cryptography.x509.NameAttribute`. * Add support for :class:`~cryptography.x509.OtherName` as a general name type. * Added new X.509 extension support in :class:`~cryptography.x509.Certificate` The following new extensions are now supported: * :class:`~cryptography.x509.OCSPNoCheck` * :class:`~cryptography.x509.InhibitAnyPolicy` * :class:`~cryptography.x509.IssuerAlternativeName` * :class:`~cryptography.x509.NameConstraints` * Extension support was added to :class:`~cryptography.x509.CertificateSigningRequest`. * Add support for creating signed certificates with :class:`~cryptography.x509.CertificateBuilder`. This includes support for the following extensions: * :class:`~cryptography.x509.BasicConstraints` * :class:`~cryptography.x509.SubjectAlternativeName` * :class:`~cryptography.x509.KeyUsage` * :class:`~cryptography.x509.ExtendedKeyUsage` * :class:`~cryptography.x509.SubjectKeyIdentifier` * :class:`~cryptography.x509.AuthorityKeyIdentifier` * :class:`~cryptography.x509.AuthorityInformationAccess` * :class:`~cryptography.x509.CRLDistributionPoints` * :class:`~cryptography.x509.InhibitAnyPolicy` * :class:`~cryptography.x509.IssuerAlternativeName` * :class:`~cryptography.x509.OCSPNoCheck` * Add support for creating certificate signing requests with :class:`~cryptography.x509.CertificateSigningRequestBuilder`. This includes support for the same extensions supported in the ``CertificateBuilder``. * Deprecate ``encode_rfc6979_signature`` and ``decode_rfc6979_signature`` in favor of :func:`~cryptography.hazmat.primitives.asymmetric.utils.encode_dss_signature` and :func:`~cryptography.hazmat.primitives.asymmetric.utils.decode_dss_signature`. - Adjust Requires according to requires.txt- update to 0.9.3: * Updated Windows wheels to be compiled against OpenSSL 1.0.2d. * Updated Windows wheels to be compiled against OpenSSL 1.0.2c. * **SECURITY ISSUE**: Fixed a double free in the OpenSSL backend when using DSA to verify signatures. Note that this only affects PyPy 2.6.0 and (presently unreleased) CFFI versions greater than 1.1.0. * Removed support for Python 3.2. This version of Python is rarely used and caused support headaches. Users affected by this should upgrade to 3.3+. * Deprecated support for Python 2.6. At the time there is no time table for actually dropping support, however we strongly encourage all users to upgrade their Python, as Python 2.6 no longer receives support from the Python core team. * Add support for the :class:`~cryptography.hazmat.primitives.asymmetric.ec.SECP256K1` elliptic curve. * Fixed compilation when using an OpenSSL which was compiled with the ``no-comp`` (``OPENSSL_NO_COMP``) option. * Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER` serialization of public keys using the ``public_bytes`` method of :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`, and :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`. * Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER` serialization of private keys using the ``private_bytes`` method of :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization`, and :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization`. * Add support for parsing X.509 certificate signing requests (CSRs) with :func:`~cryptography.x509.load_pem_x509_csr` and :func:`~cryptography.x509.load_der_x509_csr`. * Moved ``cryptography.exceptions.InvalidToken`` to :class:`cryptography.hazmat.primitives.twofactor.InvalidToken` and deprecated the old location. This was moved to minimize confusion between this exception and :class:`cryptography.fernet.InvalidToken`. * Added support for X.509 extensions in :class:`~cryptography.x509.Certificate` objects. The following extensions are supported as of this release: * :class:`~cryptography.x509.BasicConstraints` * :class:`~cryptography.x509.AuthorityKeyIdentifier` * :class:`~cryptography.x509.SubjectKeyIdentifier` * :class:`~cryptography.x509.KeyUsage` * :class:`~cryptography.x509.SubjectAlternativeName` * :class:`~cryptography.x509.ExtendedKeyUsage` * :class:`~cryptography.x509.CRLDistributionPoints` * :class:`~cryptography.x509.AuthorityInformationAccess` * :class:`~cryptography.x509.CertificatePolicies` Note that unsupported extensions with the critical flag raise :class:`~cryptography.x509.UnsupportedExtension` while unsupported extensions set to non-critical are silently ignored. Read the :doc:`X.509 documentation` for more information. - add python-pyasn1, python-ipaddress and python-idna as Requires/BuildRequires- Update to 0.8.2: * Fixed a race condition when initializing the OpenSSL or CommonCrypto backends in a multi-threaded scenario.- update to 0.8.1: * Updated Windows wheels to be compiled against OpenSSL 1.0.2a. * func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key` can now load elliptic curve public keys. * Added :attr:`~cryptography.x509.Certificate.signature_hash_algorithm` support to :class:`~cryptography.x509.Certificate`. * Added :func:`~cryptography.hazmat.primitives.asymmetric.rsa.rsa_recover_prime_factor s` * :class:`~cryptography.hazmat.primitives.kdf.KeyDerivationFunction` was moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.kdf`. * Added support for parsing X.509 names. See the :doc:`X.509 documentation` for more information. * Added :func:`~cryptography.hazmat.primitives.serialization.load_der_private_key` to support loading of DER encoded private keys and :func:`~cryptography.hazmat.primitives.serialization.load_der_public_key` to support loading DER encoded public keys. * Fixed building against LibreSSL, a compile-time substitute for OpenSSL. * FreeBSD 9.2 was removed from the continuous integration system. * Updated Windows wheels to be compiled against OpenSSL 1.0.2. * :func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key` and :func:`~cryptography.hazmat.primitives.serialization.load_der_public_key` now support PKCS1 RSA public keys (in addition to the previous support for SubjectPublicKeyInfo format for RSA, EC, and DSA). * Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization.private_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization.private_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization.private_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization.public_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization.public_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization.public_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`. * :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` and :class:`~cryptography.hazmat.primitives.hashes.HashContext` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.hashes`. * :class:`~cryptography.hazmat.primitives.ciphers.CipherContext`, :class:`~cryptography.hazmat.primitives.ciphers.AEADCipherContext`, :class:`~cryptography.hazmat.primitives.ciphers.AEADEncryptionContext`, :class:`~cryptography.hazmat.primitives.ciphers.CipherAlgorithm`, and :class:`~cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.ciphers`. * :class:`~cryptography.hazmat.primitives.ciphers.modes.Mode`, :class:`~cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector`, :class:`~cryptography.hazmat.primitives.ciphers.modes.ModeWithNonce`, and :class:`~cryptography.hazmat.primitives.ciphers.modes.ModeWithAuthenticationTag` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.ciphers.modes`. * :class:`~cryptography.hazmat.primitives.padding.PaddingContext` was moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.padding`. * :class:`~cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding` was moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric.padding`. * :class:`~cryptography.hazmat.primitives.asymmetric.AsymmetricSignatureContext` and :class:`~cryptography.hazmat.primitives.asymmetric.AsymmetricVerificationContext` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric`. * :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAParametersWithNumbers`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithNumbers`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` and :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithNumbers` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric.dsa` * :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurveSignatureAlgorithm`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithNumbers`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`, and :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithNumbers` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric.ec`. * :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithNumbers`, :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` and :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithNumbers` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric.rsa`. * Updated Windows wheels to be compiled against OpenSSL 1.0.1l. * ``enum34`` is no longer installed on Python 3.4, where it is included in the standard library. * Added a new function to the OpenSSL bindings to support additional functionality in pyOpenSSL.- update to 0.7.1 * backwards-incompatible change: GCM module doesn't truncate tags by default anymore * removed deprecated arguments to MFG1 constructor * ECC support * added PEM and openssh key loading convenience methods * support for many new ciphers and new features of existing ones see CHANGELOG.rst for details - spec cleanup - reworked %check section - added changelog to docss390zp31 1665760030  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstmvwxyz{|}~m      !"#2.9.2-150200.13.12.9.2-150200.13.1  cryptographycryptography-2.9.2-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-saferequires.txttop_level.txt__about__.py__init__.py__pycache____about__.cpython-36.opt-1.pyc__about__.cpython-36.pyc__init__.cpython-36.opt-1.pyc__init__.cpython-36.pycexceptions.cpython-36.opt-1.pycexceptions.cpython-36.pycfernet.cpython-36.opt-1.pycfernet.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pycexceptions.pyfernet.pyhazmat__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_der.cpython-36.opt-1.pyc_der.cpython-36.pyc_oid.cpython-36.opt-1.pyc_oid.cpython-36.pyc_der.py_oid.pybackends__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycinterfaces.cpython-36.opt-1.pycinterfaces.cpython-36.pycinterfaces.pyopenssl__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycaead.cpython-36.opt-1.pycaead.cpython-36.pycbackend.cpython-36.opt-1.pycbackend.cpython-36.pycciphers.cpython-36.opt-1.pycciphers.cpython-36.pyccmac.cpython-36.opt-1.pyccmac.cpython-36.pycdecode_asn1.cpython-36.opt-1.pycdecode_asn1.cpython-36.pycdh.cpython-36.opt-1.pycdh.cpython-36.pycdsa.cpython-36.opt-1.pycdsa.cpython-36.pycec.cpython-36.opt-1.pycec.cpython-36.pyced25519.cpython-36.opt-1.pyced25519.cpython-36.pyced448.cpython-36.opt-1.pyced448.cpython-36.pycencode_asn1.cpython-36.opt-1.pycencode_asn1.cpython-36.pychashes.cpython-36.opt-1.pychashes.cpython-36.pychmac.cpython-36.opt-1.pychmac.cpython-36.pycocsp.cpython-36.opt-1.pycocsp.cpython-36.pycpoly1305.cpython-36.opt-1.pycpoly1305.cpython-36.pycrsa.cpython-36.opt-1.pycrsa.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pycx25519.cpython-36.opt-1.pycx25519.cpython-36.pycx448.cpython-36.opt-1.pycx448.cpython-36.pycx509.cpython-36.opt-1.pycx509.cpython-36.pycaead.pybackend.pyciphers.pycmac.pydecode_asn1.pydh.pydsa.pyec.pyed25519.pyed448.pyencode_asn1.pyhashes.pyhmac.pyocsp.pypoly1305.pyrsa.pyutils.pyx25519.pyx448.pyx509.pybindings__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_constant_time.abi3.so_openssl.abi3.so_padding.abi3.soopenssl__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_conditional.cpython-36.opt-1.pyc_conditional.cpython-36.pycbinding.cpython-36.opt-1.pycbinding.cpython-36.pyc_conditional.pybinding.pyprimitives__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccmac.cpython-36.opt-1.pyccmac.cpython-36.pycconstant_time.cpython-36.opt-1.pycconstant_time.cpython-36.pychashes.cpython-36.opt-1.pychashes.cpython-36.pychmac.cpython-36.opt-1.pychmac.cpython-36.pyckeywrap.cpython-36.opt-1.pyckeywrap.cpython-36.pycpadding.cpython-36.opt-1.pycpadding.cpython-36.pycpoly1305.cpython-36.opt-1.pycpoly1305.cpython-36.pycasymmetric__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycdh.cpython-36.opt-1.pycdh.cpython-36.pycdsa.cpython-36.opt-1.pycdsa.cpython-36.pycec.cpython-36.opt-1.pycec.cpython-36.pyced25519.cpython-36.opt-1.pyced25519.cpython-36.pyced448.cpython-36.opt-1.pyced448.cpython-36.pycpadding.cpython-36.opt-1.pycpadding.cpython-36.pycrsa.cpython-36.opt-1.pycrsa.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pycx25519.cpython-36.opt-1.pycx25519.cpython-36.pycx448.cpython-36.opt-1.pycx448.cpython-36.pycdh.pydsa.pyec.pyed25519.pyed448.pypadding.pyrsa.pyutils.pyx25519.pyx448.pyciphers__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycaead.cpython-36.opt-1.pycaead.cpython-36.pycalgorithms.cpython-36.opt-1.pycalgorithms.cpython-36.pycbase.cpython-36.opt-1.pycbase.cpython-36.pycmodes.cpython-36.opt-1.pycmodes.cpython-36.pycaead.pyalgorithms.pybase.pymodes.pycmac.pyconstant_time.pyhashes.pyhmac.pykdf__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycconcatkdf.cpython-36.opt-1.pycconcatkdf.cpython-36.pychkdf.cpython-36.opt-1.pychkdf.cpython-36.pyckbkdf.cpython-36.opt-1.pyckbkdf.cpython-36.pycpbkdf2.cpython-36.opt-1.pycpbkdf2.cpython-36.pycscrypt.cpython-36.opt-1.pycscrypt.cpython-36.pycx963kdf.cpython-36.opt-1.pycx963kdf.cpython-36.pycconcatkdf.pyhkdf.pykbkdf.pypbkdf2.pyscrypt.pyx963kdf.pykeywrap.pypadding.pypoly1305.pyserialization__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbase.cpython-36.opt-1.pycbase.cpython-36.pycpkcs12.cpython-36.opt-1.pycpkcs12.cpython-36.pycssh.cpython-36.opt-1.pycssh.cpython-36.pycbase.pypkcs12.pyssh.pytwofactor__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pychotp.cpython-36.opt-1.pychotp.cpython-36.pyctotp.cpython-36.opt-1.pyctotp.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pychotp.pytotp.pyutils.pyutils.pyx509__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbase.cpython-36.opt-1.pycbase.cpython-36.pyccertificate_transparency.cpython-36.opt-1.pyccertificate_transparency.cpython-36.pycextensions.cpython-36.opt-1.pycextensions.cpython-36.pycgeneral_name.cpython-36.opt-1.pycgeneral_name.cpython-36.pycname.cpython-36.opt-1.pycname.cpython-36.pycocsp.cpython-36.opt-1.pycocsp.cpython-36.pycoid.cpython-36.opt-1.pycoid.cpython-36.pycbase.pycertificate_transparency.pyextensions.pygeneral_name.pyname.pyocsp.pyoid.pypython3-cryptographyAUTHORS.rstCHANGELOG.rstCONTRIBUTING.rstREADME.rstpython3-cryptographyLICENSELICENSE.APACHELICENSE.BSD/usr/lib64/python3.6/site-packages//usr/lib64/python3.6/site-packages/cryptography-2.9.2-py3.6.egg-info//usr/lib64/python3.6/site-packages/cryptography//usr/lib64/python3.6/site-packages/cryptography/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat//usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/backends//usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl//usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/openssl/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings//usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/openssl//usr/lib64/python3.6/site-packages/cryptography/hazmat/bindings/openssl/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/kdf/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor//usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/twofactor/__pycache__//usr/lib64/python3.6/site-packages/cryptography/x509//usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-cryptography//usr/share/licenses//usr/share/licenses/python3-cryptography/-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:26408/SUSE_SLE-15-SP2_Update/36108ee61e5682e7085405a59332f549-python-cryptography.SUSE_SLE-15-SP2_Updatedrpmxz5s390x-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 3.6 byte-compiledELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7254d1ed39fd391967a42abcf08b6be75e5b5326, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=63c3968f4687754d402722e8e4a9717362d4f9a3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2e4604416ff524ae37d192ff351758a7e61b0ed9, strippedUTF-8 Unicode text  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_esyz{|}~     R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R RRR RRR RRRR R RRRR RRR RR RRR RRR R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R 鉍V'python3-idna2.1 utf-81b9484815210ad631abfdd86c616d6ad0f5e2e9d50d92622f679b2afdb5402cf?7zXZ !t/]"k%Ypa SP|4GvD $k,)/ ύh6xa py –L; L~h&H:nb/We Uaj(Vh W"%Ž`Kmc2::g!(*O BG4`!YSFi;b%$$RMCgZ'7owS3UTڮi{=*Ce-l"{ ?no'ՏK*-䏛Ӛ_|by1z}_lDZ&"E&E(} '~ IuV`wб'k4W 0>Jwj"7iie2TP.`<lT>SO"@4b w3lCxY]Kk* x #B)&?IM>ګR6E][e[3>LVQd~["r`z_Vmϸicý i/8a_Hʆ Pߟ۸9xWU)zJLҚp1J@ɻX, e{Tp2$ڢzR"6Ny[&̭[߳.DM0mG77H<ySz}Bwه?E{]\1 cͰ;bH.,?bȒ+e!wU>= 85ǯFwX:lY8:Zƣ,Θ K~ƻٛ^gwŮFyRA%.H ۆn\m;GO /|O 7li ̥Ȃjo<#l7!xƁ) ZrzwcO,cT7g7ys?1?OxIor6掩o]E\fƒa$)sO 9 JiW xEB6O&n8"q$JO(5au@1lGvt} R~+2sK2$bx(A7tbҒ< v9҄I= ݑl.]nH8=HɝkG> dACLfJYɉVtG)`{P{&Sh[{dRlZ'\X\c؛ݭ ME:&VbD1Ms1x|_+H0ǹe8%m=d03r< vȤ[sا7|n8E~:k_v0eo-"Ȍ4HqO)}`Vw[BiA} J隔mI5(J< GGwV`&'qzx!QW#Wz |J,oT9 b# B/&s,:"@twM2;Zױn>,eFI晇ީ%Z G==i33 Xb+MxŁh#U/:ATeOnդkwKVok$MM>[z=Zh-f!+GMR0?,vejHeL!2V Lj؝;_\ :P$Nu?%RkT5Lֿ33*szmޓK$Wuڱb O,twENckѻc7,M"sj?3 J^6Iґ7Qt5f 6i흖Һ^@O~԰R[54Z%kv0[q4? LH)CN/ כ`F*`E= u<"Lm~QĂ@$3οϚPHDhNCskK!Żc %1풣ne e7"ؿC|Vm4:?Q[d$w\S U꼆8.]lj FIapWb]< t f1kg'"ϵ4d"уPek &zQ] NL[h:J^><$_TAXC8dy0wlk4%rz>a֒Xگ:;[`yvTG1/%IBR2Y`r'QP{p >xrM ؃qcsh? pSyYB{1~c2΢=DDEmT -˾sy7ˀ QH Nnu;)2E hqmG%RvmAAT.^i: ÙɢJ/ڐWF5g0*Ͽ*TdXe٦xκju9*2r7^uԖ}́w3 X8o9?I;JllW+pVWzJA*tfy21qˠqqpL +l< lNE^F|+tӴR;+!ER!-$aCG3֭ j!sFZ'hM?`a ^LBW/^01(-Cyqgb(hϱGAXM&N##P[+ cSm6^W%g>사(5?&9U΀x7l9C?]~)8c ̭G`E)~wJk{Tߛ(sGg+f($p#>%BrA&kV$t#t4]I2G.V_R<]js>Ψc;ҝY#j[ײA:p{ +xDav#;gAnId:72/iQO`$F+FS' RUZx-ϩ"? H %慅~A>٪(E&k\|3]p'UG/1/reo dΪcdXeKQkOTaVrБfc '_5sEp v3"9 <ES1cFl+;҈" o?I]! yJQQJUŎ,L\3&X>Fj"$ACbkN~+/4L<6lK` Ɗ޻b'D5^W`4 JX; vQd[8~Ϯ_QŴr̃) (UH㫂leSǶ\$xCX)[hn KFQړelh 4mbxz)Y*^]Nv*f" ZLf}:8?4 #{MJ@޻T3q!havqz`}R\$y0GO=.e@sI!!~ E;H$g)wC#MyB5-ߠlz@N/BM1ˡU MJл(ؖdKֹjNљᛇHtT-~E=޶_8hi8Tdd@\ntEaQء"l_xOMIX#/zeO`%?fJǜy۟V[Fwº᱒Nǁ>Ԙ}7@W*T%2YƘIcIZTH2a59F\-Aazj]C-vO/ mv>H99(uq+h:֮5+t8M IB`4jy5ɯ,e} @\v+}ޅJpҘr ܣG^2:qZd5|&|toEYojs}QD[Wh[*b@;?Kf9 ReL10nO?J\Hp`icm/EmaTiLLgwT<-ЕqcUKldAfzlYbJ :mu%f"/grkS̪ޕ9+Fg% $ VGqIqv"hBċV#+6>u4U0-vlH7J@RAZ4s M'2U4 9Rg4I [BjjL v@MP!CV!sې10yJ@@q`R.%6FNjMwfbU1B/'b GUdlWa>K>蜴͒ƭ‰!es1@(B%M\.`ēKAN/2h4ԙs⃏78CG\m !k6Z4}!2;R4EPvP$aXx*&'Ʒs4ĭbHTypaA|)9DrRCҌE G4#8b)ӻ.NY?!H܁Sz #&M(r_sQbĠu,TAT4vG0EP3e7<3i(H$ 7UB/78]9W NFu[:L6aff +@VF}b`j- m-y+ZD*NY{,蝠}N"FkV~cC] XЎ"b=  y"LG#fi!Ӕó=Fuq+?2|B7UV?6#GQPBۣ괃WZzpX,ʿgb<BGi)S`m._ncSQuر=.{ScwN $Jnc!gr嗲j>VU^][|/7R'Q-hSAl2p TvϝPx +X':fk7!2J@W]rk*mf0|3?K.dgɒq xJv?QD4/Oݕ'F-hwim@m- zk^iٮ$Kt79'kYK AYOP":2]+Mr# ŦWGQ{Lo"%Qk帚^也-aC&ۯRG@Ŕlh(/ؠrSN]̊RjiPLG#gc*2b :--{|4M1\U`aMP{oG>Dn-8hFv|ű >uyoD݋{"J+L!dWhknXlx׵qZde@cA!*>?C-mVZ~iʹE^7p6miT +rq>sqӞPHV* #LЗ.q$@yj@ D ~9Kֈf Ju2E#N4QwyOBQ"HfXd=]v_0YO]Grֽ&m.! z5a{sCbJSR.2iTX" j jc­W9F%Bmśb+!aӹf_id6n Gdq5ܸrHL!hguH-24]-M~fB 7$-=9 V/mr>׃wm2_I#C2寷O^go}9Ϊ;m, ESH̍gYM'8'Ɏ)Z-`d 3nIO%,6V Qp^RŔp@ʊ#f6PL^;>?#Dt^46A eD"f4tctsh8eH 1s)k V&lm Z"ѐԧ=!Q0LϽJ]c8Y*IE寊#.5tvt8& 0l=n5ܐVª`bXAB ^ƺ)cA;mYj7CZ1ij=5U]`ͅkJxufWGXDHMp~iiZHQZ&44T,ީjk*oL-61K1w&<.8E}P⨂+mGd|X㾰*݃ލ6)(h;J2VT ߞ i( P )ȵmzT`S+C@)r;<(?M6s؋?l~/)Ӈf5ͬ{<Á[U<}Gl* '&y7Lsr2eto0p 9h6YvV{Od㭚`=Пm+}O*j &D:ZAB:Pgsy*rk܋(6 9TpHu: V^>ѭAdzr>is5p1Yh'ƻgUK+ʖW]hk)_w{_ڧn8>Sb h vujK]z!^r9+!ITuo*Rjݫv Nap}@N'EJV`% iaMzBWlIZ[עB̾sɒV?-h7 8J(Km.jdoxW8FiGc`C&nLw^LSBʍ1=Z!g^s|) rL?ӐWԴeg #E6L6Ώ T1f Y㒜-763.tVM&PڶTvp8VdKYd١Z\sR$Z3G"q|q07=SmqmMEW-y %и@ eR0׽ |0wZ /5M'e>8B8aŴS7>NtZl8plVz Kتaau˟N,eX2 jf%yit2Kqxahfd}^Vau(IPߜq6Ӎ8 41Hf#duFem«~p}iG> Xw(#2xa:,($a"ix3ؔ!B{wCB֟.b!LnƖB}1 d}Yðղ(ƸEZ ;H5mI+M@Hp{泰."R!Ƶ4(>U}3h Ɣw q&N C9u58m_(j0#W RI|K]F"%xKe2ig8ŽHb ˠw&:Q=6v^I麪ƑE|F )6yK(-˯ mQ:q B4+l/Ըu|2оgL1ZdT Qm`ET͍=DL`l-=9'&nA]˛%LdQ'Pɘ֚8M \f=m>hC x5.+%"9,P&‘T7-OґW\ W-OQVތql)hPC=QujYh3TtQ'8Pb-]qQX_(b)L5)(8oj=Mv]ڹѴ@45\'Au1O}˄y ZJb,pj5gNy 9-JaQruoڂP[͈ ގV##tiV?sBH ݈]y~AQTvʦ?2|MWTHcx}ewV~2JSLUdVZ"BHٛƣD@7$et2㶇gsu 0^ДmIcC768Ǘ?ٽ5'|j)V~ߌiJf!E "C؎?ŗ\wl9@T˵~YvΚ]D[ d  HG/uv%&=G-sZox)91b~6R3 u%z$@l&90ǽUr1f9_7 ).WҤ"z c W8kzUU1A`Tk˱AkD\# |7s9Bbf]j%=kc Ig Ųq6j\w -Qx+i!p>?Y⿵Ѭ`6=թ9YKi/c{njs]_b+o*yJ?M2f:"#:؊sHn+@"n;TĮ,,ʿwcl؂Vm.ZILBAxQ8s PA"n'D{f6Mucٛa|J 1xoz\p p[_}$$8@Vʰ6xfBכoaQ)  4h];>bkY ZX-i?`_S"i].gyJ+lkNp!&4XӰscM4fpaL* / i$Yue:\ֵ16q`A1=W"qèY~ܵ0P0Lq}(ȋ87`3V!f)n5!v*ĺ"7Su)m}9x1zX^d)E.8C0&v#*"cw4" $ ]! ޟAkn,ynԋ2ІvPi_iQSK\l/r&,dby9|AAB#A :ˁlrWPo}`ӎ.Q䙕=5~z>A@۪^qͯ5/iGyXHmA鲸Ԟ\^U0r_H0I :BgH;)E2pGwe l)*微.YK@ji 7mHV )پs} <~x>QNoXCzL 6^#v$ uFrK8hKցzdeϢ$|[WҫCUpqCAa2ȅLي3B/už*[כu*d(J;H-v [eP>"2zrVSf ϦD *=wOu{68ɦ&BJV9!^(Iճ06VJ5n  Cw”,Ӛ^RW ,ھ,~*ۋUXNDm̴\^}Ϛ\Hda1^.0^ D@Nj_CGˆA\q,CtG"ĚSHc)v@sXaFɉ^\y׸;Q҉B] VUzD8J|L(ފ<*-M:*/m(PZOKXC3"`hJl9 kdFj, טf7´7 b;EHFJ}Ffv҃FSzl zy}971ՙʔ}\dRg|o:uUn__g+-eDx$T+$RG,!ߗ!@vrg.FB g1Xކk4w{@'WEv⫯ϯ1~omW>!#4-`8QGXZv{W6@zYQ *דnShz@,\$MrfcthN^K+fs| &xHz_0CQ 9ў3IzSSd#r{-ö8ehkusȜ>3$|SÂx c1Ri%dށ +d5P0.Yqj4yQ򧿞*,)u  96 tKNyb)ͺp % Mrg˽ڲܼ`-4z>UO*Yr0 ;1.ubgیa>WHDs]f2 )UY˞/obmoLgПs6KnW=JH!~).bEĻHZap"q-G]HW\Ti18R%}^&g=ҁe3IgLԔ̒ n N /i)]K786^eyhv/"/=Nm+Ͱ(k[VWcŶ~Ȗ5V~i#BiQWݛ@s࿌>}7QD;&C*1ňJ,wh0qͶwBU(\kzIO1`斣)ܫLPJ-L99mьվ".ih8[GʎPN``V+ҋT4hl\7zC&[S~2JSСI-fxd<0ƅ5pi<@};lB4V`NLDJQW'v.k&n*Iz] :Ԡx8D򗾔0OU`lAcl;,#OMbqa&&F_l;dwξS]7q#맜| [}Y_nd gɹ_mZM#MЩY!ڍ:n7ZWbJX`.rї.n7 +邑u[_уHHLݔ7&)شn/t=|P,f|4NYyw xT^ӄޫZipCl/ Ry{>.hI҃ qj3;pwc{;zaʜ)o/,JpIz\I辗m30WݜA!I~`79#iLg(.;2Яrg7E-ks2_@}ZXWAS-3whHSęL|dL5y;F?8{C<04TA#yF ErWA7GgYۯm&I1ׂ|cm}Bsڰ%N%JY06aYß~0 ami.dw*Ep{.OPceʼ+Ď~eJ'S[ݺ])NK0_0v)#Q@MS(RTEAr&?Hz^G%/ ̽͹}ߖë*A -/=xECO[^Nvrkج-rנ 3ʧ!󁖩@:{ۤ_ >6^OeˢKtWa쏕d_|0NP!+!3Нڿ?/O, +jXhpvߓ ;|ySGGvj{tp H_U) 掵ȶdұa7 Z*qh{ϼzn-`ur̈h4%' W1W9 Y!Te4S,%&nT_k et4*എ8s/|c7?p5 'L738ӢtP%}Ed袼HCh},ޭԩ" ut-Ы({U!?/aZ:ȵ#Ӳ6)1+"r Bͭ,bhV;H%`TDmZ@/^s؁ߍ;=u]BUDcҸ[N&<֑ʳ9!AG4py E%)tEjy=2{GC!u0U.V7AH eO]@oOo6u:08.3=sgnՈ Yr%G9":vQ-,ۗݢTO?uZU'֧>;GO*d#$Xl,Czs% ~}bA⣨4IJcظϭ7*"*XF2 ,9-Kb4~h2r-"gKJZ-cvM5g?GuX!9If pc\v5Ozzn(/UѠuo,%Xk` U]@ lTbz= ! M$O^P<: zLf`\+!n1fg}}8`v{+r3 h6:8_®'6,s*hqҵYTV Z118:NGgJhT7Y9BezV}:f٪Qʶ ɽ\_u(NДj !Le70j391p|>2)}V,ދ!G@;#W_bh~k=R} 122|vĝAPUi U]jCmUR-\cn&8N65NDu#ڪ>S0T‘|٢QnBvh$MQXA5To^'34Qҹ|9mS6SFvT GHYtu2µ㵗t37aHIkN 􄰾Q o#ng; aKح򅯩D~yc@=.yw6%q 5Lw$h*xCh3f)0x|rPmEw6}X{OkՃ`κ%Hr1z93X%Q#81a+\'' :e(H]aܙ>ik,J/z/tPʥʈͿ]w>jֳ#і(o14 '^0MR'6]tH[cB;&0_қ)X;'mlc[dc*Cv(Pvl?ր+`% NƔaǢ Uo7mkNd@ᤤU2qܨYN=)+}1#AS'-+54ϝ# 9]v{MةrE@IѨYEp+V.|saj0D;_ݽTԅSY^6+P)8u m > gcȀz˕zI %i R:' ٴG=Cc Ag,1jORJ4y+:|TZ laZjҭuؖ,R@eL>-|> a4*'a5T1NV$plڀnk]Axk.$t&& 4y]60YCϝĻ? yt‰sZ3z쑑IR%3vrVb_^ :ss LyjGtsM.<>Ʈ8S2Ew>"~-5q%EIXh޲ s 1ܹdeY++^ڃ_J~ ['6|HyRqΜn>(}Q L[#|p!JC;'*ڣ  -•v58?-s+&ʓFtQ'.|!w0oO:fɾo?7*d.!<i3򩠶+r,_ @8l uqu6E3%hA!jAq6]@yg黏wj)6QSE:'~~O7aS<<*2tDEm-"RhQ!3j9b`EݵT?Ď+1bAڼ%BCk5&* {[,~u1J᱕DITklA1̽Iluq5NFPe+68﫠ڥbάx㍲sdJsؘ${$Xe&\)x"jؘn2@to8N5U^R?6~ \#vt5(%% X1Q*{<2ᨋ@ 5E=B+?d]ʈ)=I"'Y}W$<#ARϬ|cfЖCs~e::ޑ I TJ'灵ȞJ=!.g%緁@U( ݚa(bHj $~$)mxZE:[rB?|U\D}i1[-fG빽<ƏaI9[>ֽYǃurwAur &"DΈgg5f@e%ӃSx|܈qR+x `M5]|K20cCGsۧ@N- oۮ|X-oUf~cJ*J'CP(IBϴb|BZBa{hA}z=C.?dq`ŰUБj8;,RꉙuZ- `ko#Rufֳ赕g]\\w!Zcrş[+c1 K/S07MQ! ה?- C8ۖX PTzk ay((DCM_PX4zt,`4ICt'٪I=s'!m'z}2O|)هݚ=( CpBȑ&9bʾ=SSb_"q^/@Ubn*'T0X6oC5PTu1_OX^“0_Q8dmd9z_aeʝ b~gV JKGG0ǟ@C~Qk$Pі%jOCZi&,KekF*X6+Xfxϣ֋tF-ٙl;a{E/@w0i\ Es [)od5,JGZ<'T˟ɔI 6(B}Mn`kȆ<].rp&s|YmAXDUj_kexF: b5TVꤋ?9A a N˫"MOUƵ>$fq%'EI "K ˤ6N}UK_11@J'Tܳd&;BYipa#~H?Z7H7ă͍LEH`xkǸ4@O78[#SHU9 P0Anno=R~&تl닳#0i ?:LT7̞j Qejn &LJ'~'VK|w8 c6#)X:pJD|j:aYJ+u%&īo'&!L2Ud>ABb,IY?El'I#AiʞK&WT_]oV>~@TPȩcavߣ2*6e !LC(80,Q+B]p ,Ft1n_pOO8jVrSɛg&*.j W&I|5ޓx 1UΔ2ͭ˞5&&e\)f'=3@4t@}Ɂl)2hwy[>lWr%n]Իn R\>55oF =퐁3~%̏-d+G@ƐUֈ\@_cƜŨyK (7Q-ݜ'K}3^ԄtF}~nNr]aPG{\@ o5w^`ޘv --cbBpU?&tP+w,f #C`;n|'!SWFDonUN9yw^c `RH#ư?44/Ex^{ IAEJgk^+O$8FIxU 3>?`RJU}J>RrOK<"N؀]Z%nmH?2v8Q=DQ tu 롗=3D4.>:P \c2ZHZ@"!xn{Zd`60LyߨkH0֊$0c{V~B4Q-`2 MQpTݪs+iKr-1# pi81k(kf:qee~4`AK&%?(!c/^ dYIۑ~ vT`Θ-3kjXOc@/72D(-D[,zK3\‚5n@w+Mә @Q * bҀGbVajppBsE-^rX >n ;aHeJdDfGQL|#V2V!s6S` ;R &ڰ Rrv9A1=NSP"$E˻A6DTeِY{",- `e߹/>ĩ: {:O=J:vdAKёk(x}N!Ruٝ [4F,!jq,l]\6GVT=O|ܷ~ȡ.=MTese"(qfIB}AN=`|d~&W={*- & ޔqDStd "s+ڧYq*ilK#vޘrsAd=6@Fn߹hVY0j,-xb8>综ئVY.c^0 PT1"[%u@lZLBn[mA+~.&lT5!%S dPiI鴏9cZb߷ddBċ"$kt{o1B2cwX,ΓZ(z|fhOicEl+tVߚO%}R-OH'?`%uP]}_! #v=Л3s^LyFK3;z':z3s%<n%Wj^= *gg$ ?zu_| و̻36u!tj{ƱCIޢo0$qA-Q/zRyE=Ǎ؋L. |eXE %ؒ*fFљV[t7b|Td(WZb1]ЂGk*yHW{mRA ̘Q.RDTKcKmf<Ӗ9[%맔1˒riƿifKBtG:ݗPUُ<[G"FG ei?!kjIGD)0NL ~u0fDN t|kL`\9^Pۧ{NnR*%e!T,0v6i/<658#,NLfe\nr憙CCς58ѱ1Sd;]&;%14ָ+lP+N@wéGi,[6vfkZq@oP,Hȁj (1 Yk,Ð!i5~ ȸ0q^SH>\'xFS8BC6pMo# w'-z-ONvg!ʰm3|>^4]Ժ>jq z\yǍ+/?$/0kk}5|\6 c4-(Jkx-jWMʸx4FR~Qݴ+>G& JN/QbSR<#=5JeUU,H7o$GT=vcF`m z>]lu O*\>^[Hd6F o.(Od?x[~\>ZhEж:ee]|ɱ>cx~B-WO|q̥."7K!N!բ]0!πO;i.#;H̽`y%E十QgugcRӔ3sx90HbiśxȿWWm*Nk+6E6xy A?hc{[+NM)Ij2J'-"])XOi"l s ѱ1>(][ULbLO=i ;\L;]16Z~ ^`1d"4oyfm&;wfXαZ[P+3S18K|IcAsp}w&-S}Ġu.JLH<'ʠ&B%!ۼI -?ܑQ^0ؽz'_3ۊ`h'XI3NO~~GEe܌2Syy|}7T!l+E:YlҠcK UķT!hUo(4/'B7D_cz&l 3גȤ체4ǂ| PPiV3POPT{,3 L>"24_z;XwM9&gUk\d0P./_=3 E$L%l]Y0׎ )*' 퓄d"FMM!Z{:a30B @]x;e0 3chٞGPEp[ZG5I.Q cZoiM)Pc?+ywKLn=:*Y¿e=STڣsepJi:ۃ 8{1lSVE JCD2b) jGO nT1 JǬ'CI{ghB3\EjάcyJP#m;8aNJ#o+/o,U2pTej%nQ٫-eR;>9(x!IjumRh&n-,fwTr]@s:aAcݷ ]J4,4WIL77^,`P&:g=sO+V%jFsd(HdD [!߫: ^\o9`qH΍J5k22:7vy,I> x,@}ZSPG}KmaBg $R`5sʨ"J6$S֓63",[MS81\].zqeFL -]DŽRMU*[9O1ԟ`ᓮNӅSoX6W ĕVճk8%H,)K@_KWcK'%;U?9gFPz bZkTTAtLPǣ[( ɢ"8Ycb6Ӄ:8%. nQK&2kW> %`Lmrs2)R4Mx}u?K10rԆRCw Rn7-bY#+r9NYLM}7p` U~6}Vg(#18wkj_IgIbi>~׊m\I<(eF*179Pt*Y?M dSv0eZLĩ2o*Mm֎npDUlocT֚M=;m sCLKT^U;PW=W 5U!o`P4>0P%VO$}-S!=^}8sZ^ 94}MwdP̴oџԃPdKu"%VYc!s3ej}*JĵE/ݑD9gt\#PL4,ӐS}ΫDQ~tL(պK[NS"B A*Ήn6|_ϗRwD lqf֌#Ս{ ՈD__Ɠ|┱WPM˂όEoNf/OH#bYz\"6`1$9۪_Cs.Pr5Fd \|#o'i)*:%X#1EǀC![]Sf3_ʽiCp{늃TG%h$rfqAc=$ukn=enf}%뀲,)C\k`1:^;,>gdZ| YS/'N$h1I3|" SXƚSnvE(r(ްt}ߵfYO ~Aw/pl>v üы*\5C,Dlþ_څկ@7m3]d8ّ|"l_uRjgaR}x>ln -.α\:Ь ^˶h~M/K TmYՎ7_רVp 8i1GzJ09(&Ik!y2b]w;7O|”1rTSɔ'Oʨ-stMNq^LygDxF$xvkI,gv.CmXk7U vCs};v>v`Qp^~VY7_;KIA7'IKe=JLP FյZmC?e3t(=?X҂aZ"]+5 Dڱ:<,ɱG~tެ !Mzd{oLQ,<0H)p&x'(@`S&1%?o"I@+I/okӱlTA@i\ ^܉($P_,}rd -Lq%4RZS\̀V`NڝX)4RƊ"GBMn+QNF u$ꯢd.B,T " ǹ{E\ژ\cllZf.j8 o[wHn;$!%(:u SJw={uI[xA[ 6o>}kI O1?\ VCԋYrE3$+q0U\q<n(YRcD/g|~ }-lkڟT*q (Gmah X; 61>kSK0 &cjM@]P5g'y4+D׺d_ʘ:~m n7Uљ8o"y>R`X~eNsd.-m/.8?]@^"sĊ4}& g;NS?`yj5M)jU$J[ޛ b9m[|u~sڮ7#ٝMV&K3ڥ03et5+z֋ժH[>zX`ȤL~VNBI܆L}X e9 4rrч5Ͼ'SF$+f://3 xC5F鞓2hsZ:X4xh.HpM$FE$c^F}v0y;tmP=4XenqoE RF0h6a omLaOrL=j f[*W;1"FZ;9T%"$Ihw;ءdq1bYDT&?އ@Ja5%*xn~btGNHdfP$o)rwSd}Hl$h|t# #g2+Nc5^LE2:[E Pװ+ ձ86ɜ& !PQeZ69ˤ;Z#[e"wsczy`3!.1qʮw`S昒=}^ѕY UЅHo?k|,aZ* LlMe DEi@o]JH' Co(c\g e[x:x|K #&ZUҚk0 Ny՚GKKEjge{q:jmmivbԽUсӿ#mq+(2K"W͛Tn4nCFK{JDdGV+' ^WFCYnO/NDʍ|QbE; LE N$a1 a~2$-G=hr9Vt6]y7k_{LT'{ΟI1&^C{rn\(z)㢉F7PXgxrK xW|E ;hduBn?(3ꆖvRru;n\ս#=B;I;9w'*W0^AaN-{YfwR NB,@Ѿ.,\iŇo6h!OҪ=,9qVf(} dR,-4mEpS\H;A['zh{'^}\9,<') !Qi7?|un@<Ӌ̫ӢHYV}裃NE3t1 lfd/%"UN}O /sҼfZȲG/?|o\%{z>FbHLQd౪W(CwJ5X&$(i NN`pC`mYbּSG+`6z{k("Rm19hoo˧E%sݫt/k}u42:i!!0 al,7"|됅(O,0k_R)o/<j>͈T~ k:p_7i28+jϵr*2Ws;wo6rֲw^v$ W7`Vwov@ѕWm,G"Q^wŅj&baxAw5Dq8M y\I0HC䝐zQ0Puu𞐃eiXn.,AODwm sH؎H$rgbkWg#73 vņQt݋ȌLv 6W(uϳdwaPP;²AXL՘,HIČb}V/c2y%Z̈́w?5 >eFSٵv@@u:2q#s&e.?-9\%=ZPI]RΘ^hzjd&grk%KDs@ \!y>]˰"͆Z}=i=Xޡ`!_cZD^ e du+dUӇΛm~uLg@MJ$aˈy+bIƐJP)/v.t Z,ɑvI*x@tc0˱[ Gno12WР#ab ے10t(7m|u|q5؏%AFFBc\&E +IKm`NEK@ZM{Q@wx+SqTs 6Q88ɮ4WRs}zUAtBbd]\panwT h K By<5'2xqerrGldilu]Ƞjfp*cVBVf&X@DW/ 9i@ʣpqEۈ CsH3QZZ@/p ?K:3՘MyGWka+IGK3hٌs.gŚ?T%Fn,V#=Ahz`' 7ͳnx _-CXyN ~z~PGg; zNg;.Tةmx]ɳ`N Qqy6DC $uocn/6ц`:69K㺢P|KDCJd{oD4\6A>XA%Ŵ#ˮR-уEԱ%)'I(M p7 G񿤍cq_TphJv4@벂3RtsS[og%=Ty-S_&^kkGq-RR{b\\}3y.\G*`x!V]]6@ӵĽ  _>v|.O4d9n':E쁒iWJy&DxZxRDzL+ ~:;ayŠR)S`=C0 fTG*p6Dw\u}B Dޥb07Զ_^F7StmlӨ9QTz@uչ^)Yp=8Ccx*ha@oE [LCw=GY"*=f tno}ԕ(ji _.gWć9q~2(q ҢV28SҞq: VgU#Mѫ'xl(WUSO7:KXFM+C s<Ķ*Ht6oѐq6l zi>(\3V#x'\6QFd,0P&39r{\U=8ҒmeR^Z?1[R7!s2t% i<}Jv#@nً3KSвSzNSNr6jd*axeSp ̓W \*/1/[ `5K;w}(C4I9ĺac2,V?:#O!J[ԟ èڤ1=z7h/z~7!$pRεvPpǎӿ WјKsdSKt O#=* vA6eL2mJZ(> E^=Ҟs;]z! 3\˝ evgs0Bɓp*y;Q]Ajz&!`K7E9a!u3l{22 6cuMr]`ыT9ckuG V}R$8u`BuQTQb?~u̳M\݇عplr[?1,f#O-TWӊp=WW|#%:8: mBt{, e ({3o'Sة CDRtuS" 2^HT%}> nC`PĤQpq``L?srAY3_ZdGRk-O8T)Q9W+7'اf9Xjr#g:c=X0h?q̊zR9{GQ;:6FVrRf϶(eA;2pFB줉8nPa8RN>&YX]?׶΅91E9v3֡6&tGF(*F2Hh0tJ XC CQ c{W>=w:dJIlz3t>-2%fQ Zso"ZmkS V`Fe(aj9]C҅fjW CUU[s6 mc_). E R@ԺZ@{gakX6]wcvd:;Kyr6ѣnF!_nd҅I {.3QIiׯp̊"7Jc9;qF ;Z7G;(/Lo|NsU+AΝ)-ZX?+7̈DZ, %ɗBJ7Dy@BdhwMs"KZEaM^INg_֍-]d 9)L/[K40`k9Ͳx"kb"+_M08?k3LoB4onpwq|u3ұ6fvǜM_}2GFI 4lWk⴫PP=Ҋ9;nX7w.^(VO%Z-y>X2#z`BKGWf'ѻw(Ѩ%R-%݂ ;`cI\rǴ-C4oC6yb)pO7e).LrXĦV Raq.:ޮ]O$a @2lbĚ6Ď %$4a!6f|H8/U@5Z{`sFU F:%mđ%vBT =mрA=`-.Y%Nܚ!{bSڭQC&sRy!O _2\4d``sm]/6C0r@C:Yp?fXѓ& );1vEx/ܗ 1d${`䤁:Gh#qG{*N—tTJ 9#Uˏc ?N!@EG믈awFp:`kJN;x}",ȱs{7 x8hc(MҧՋĤ-J Z9LDQ] u?ЪBv5|#4FV!`=R5͎HAam|Off+éCgDNQ{IJ˒r!άHthj:qCg3(֛4Q?q R^5љb '\NQ>+'H7'Z.]sMva_ V#bu ]S\S%LH9~ʂCp.u\ ͔F`ZgA 6b!3 D7R"(Yfa ?up!o.&A܀1&G:r~U2vݑC1|g"fU0^D Iht#ÿ:yQ\lfAj66Q0[UGj>{;nݣ?)+=3.{6y3|'VpfPBLO}4&<+XV]HPԓ"ƙ,m׏c/zV9kKq~~$>h5Z-y^ɕTS{kx wѼ '(8VPߟ+rL-ARw?,?87ly7em*B#Ix?K!jo u#A7! Zvn0@-vEWf۩6rG}`~Qa  R˅V"Ѽ_LAC/y"#/ųХ,w葙)kC790HoCb*%#GDn#FECq߼FEe$.q9}gv^;s:g=}yQ6QFxW;JTayka=H)m`vx~{+F4.*ۣ#@<{C~&s(|\,.yЂ;O䦞P_.MX0Rsqv$˺q}b_!俾&iˆ8ZJy) @o>``` =]P\0nkH=Mn,ULk ĖCAxSjkmY^:a* Ҍ^%@qa19Pj~Bqxϔ@t),Ͽ- +h}.Z9'ch(֬~yzYW=IT/k a$/\fgod ~ޠkbC9UODQ;egєtbLB|mCWs#xodIvJU_)7zSfob<HXu޵:mUF63j a HA 89"+u`zt·. Pͽ9633(!Wfz^Mw=m_1 i"@E>zgӦt]O l@͛U@Dfun[6(ѰG% j)$Ჿݠ RsH4 ߗ ayxfcI'&o=^EN81r%ܩ (~_kY? q4&~lpn` z v)XJ5bnytDhd?w8;EZesf;fAP>(&9L ԛPd1|ҁDךOTKx::oU.-5BKxz)֧闭1>Sj5ٔc y5!= ՖB% =L$8/G{DUdݯ1qWu1)уFF'[M'DxzYr :֮>9?' Wm=πR.A`lr"jAy,2)#쁚a$lmr>n:s bş.{˒ 0O22]HVR|J=6Ÿ3H~O4W/pplŘ* K!lޜYҾCx^_t .<$7Mi; oSCى.VOg]>M#A@ҙ6,޴]^`>!0.5YxﮉB`ĎF]s`Z"Ƕ = c 14z:-KO/a)}_3ij]`+;՛VGpz [27?eE4݃o2iCzO-V8yVCAPc`LX/tY v YPݎ%LLZbtQe)-NvR^Z{Tzr }frW+W?rOșW)]:0J(2Pd%!O/Õzg#ԥY+?x ?2bgU uKl8Le>+bM<VHuZmO? vS~ fRfnw ^Atf.cӸ!8M;(33rFx\ JO#DɌ~ԣ[߰lSCTbC5gcL؇j3(̸6B+tM%I|NZ}Ho?%t˺p, ۩ݝqlzWc47sW(z]OpD+\1/qL1znpdN~z迖;tPWN;}>W3b]h>7#]ޟiSgSh899m-zS t~c7Ѓ :嚢 N,f:wԄˤnDQW[@qpܯS:J2n:$Y ɘA좹A҇W{Owl 3_K#Mq=\lnW"a| ~1z|bD4kh㻓 -[,Ot[8{ZS jVg ;~ѧJ@w]|FOF;נƺھyv]o?%ecēX1>T/ ɆKHkݮBM[]Ť1~_ WI; uSö $I mui,Oo^O+Κ w[ɮٹESU)U4..b@N) _$2Q r}n/tn,7[;[3l"7:Bu |BژlI3{TF7 Lރ'Vʣ>dNCw+)j9}kWpc3e!0G'99?ɍ >5ײ5%uv>EfxTW}f?+hFoo.͌-(=U*G jK?  A-#@/,zgDE2vYz?$0FC4x}/UsХL*btg @u32SϊuM]܏Xhg BѓH,9`*GgLx(U%SeUl#bRpQF.DqU25b]RSd 2YtU% ^9AŇu'Kw1^xU<ԖDmҼc ̵Qׇ4 828^.!f-nҸC@vE!@=!-{EуpIoًP۾@)af38+xYhgɾ1* Ft<2@n@Qc(n*@DKG0<JB|"h18 ,`rЏ֬Cږιn[sa\.J0l2(<Qت1ł33EI=Ѳ yoP68EI:fӋ{8@o6HN3U,&kg Ch=&|!d9BӉS076ǭi܋[0܅]h_KO@hCjQ4ڥ/Ё)2m(>_D[.ZqzZt.fn/c mr^5kqE2yQMN K2ꅭq2&Қo-xs3$y( `էz<}lfA(WL5'YqU5zU`6NlȎh)12X'p)[@iB-"' f e?ήtLZo 7 n7| .nn _sH#z?6t6{3t.ROn_-jC΀#vmvKE#ܹE5pmvHu@T&Rci΅t8OµSYe- 3_1ak'['j1S-nۣ3'n)+(-4iKʹǘ1:[ ~ZWYE)pK~䣢1Ҡeg(~g@"noIص&>-k$!w;cb9|ꥼ]F}.V(=nzn̅~3@|Wk4T"$B'vVǿX#XJ[5>z-u|ڨpsB4uL,zʢXnИwO+-`w(*1g!;_Mv&,,Nx'=!&ЗQ@와ʜl"Bqt˺-.U]Oy $Pm@aQR>?p5BD7wAڻHOHSgw#5\n#C?5q@Jc0` ia'#wX቞kRlPAiKS:z x $ Ki]( ;9$D(}vʪV;(NRp4@yFyiO;H:1mg@*d GGr Cx 6Bm:Ru]+CWJ&S2o$aR.|++g ĭ}LaxA\]!j;UMcJaF3uǰت,LFE8O_j"z/u%};NznPOV6B%hy/->F_-]9Qi9Νf 3BF]wf+<1e9/#R+x'"\ٻ6V8'G>C:!CͮNz(c oz3o:2omÁ :ff?R 7aff Bw#.ٽ;moMMrz?ӊd*p@ڜ*u)a$PKoaO&`C=a5!7T`H- pO+28pӘɟ٤~`#LxʷqdY\߇KPcWc}0a(Rjcnr?1QkXD ehP(}x_f)1{hLbؓcZx aen/Ca (fqnm`jAQ+nZ%XSC jybe_XЙ~T.+AIb?@*gu%'}1PǛ,@:*Cwu:hp\] $&kD`Q-[ٕars:b}'@-ęTEysz2(tcx ?&k=&:#&khD4FO+H((/v^'l{, zM Ho @,Kb8.y>bNY=0"eoχ(g =f+km}8*c*+\gJST}.T GS>&* 0?Lf^gh;Vz4-H^W\WiW5]toOjB$!>*M =g'zt\ks i#Аfrb |h<.1Up"9b vn2?iZ̥"EQ*;  b9AHck,k>CpU>rNs E"<qֺzDkBaSZ,)-ר Pnݯx/3֖rحT#yЯ1>r6⏔4F*h9',+$7;?lP$~!2x xI*%&W5Ȥ9y 5er<#=C}t] wL'q6^cQ2`/TKDΖp״J}VaNVNb{ )0> ZT7 ͌Τ1ԥp욾$)̋c( U9P=`veo eJvm캾O"3Zʄim6,qdhǦ8(rxϑ޲Ҿ@)4sFDR8-%$M>s*I6-Ma >Y173٢OT)!e_FM)ICXhWC\UP)GmT,b(ETn 6PQ+5j\%FlLs,γXE@ D 8+Z 18Bx " EaS|}[Ue$@&SꌌS1!|py`؇(WcvQN!`vyF08BFS#2l\XD; z%?W"iudBu:+h Bg/F<RAyɴ~'H_$J '|X⢿\$5Y x6YͽڠmQ@.8E/vt"NW 8@q0B9a!/6'2S׭w 4C"Jڸi{={m-[Q.s{Q7"urӵ/4 v?Wwxd}.o <\ My>㋏Ӵ{w?{yĹ. fP\Idb3=m.)4.vS;(1d@5%$#ռ.i,Ύ*Gf~87y7 sAx^խ̭bn;A@DsÂW@_l'}!L4LJBzN=UP9Bɥl{AH+hxh r8v;swixF߉r)o%B^USap4ؕg" ]b-ZI0o7pnQ?{-cx-hSf&dݕxgjR6$#P:k֖\ݮ J#դ2d'1' edϰ%ۇ:¼g M2b7kī I8s2HL*FGS}>rMT:e#m}0Bd c4>JO?3̉<9T#[G3:Ipq.7m+ȣم\X٫BPS( N0K!&SIɂ\P7^gARaͣ,P;: :UFQ߸!.X=}L&YԋvBpV='%qI(C I BͱqVo!=W106y㶭0gC¤ѯO(ct{f0ω%jFv#I$zL)LSXvx:G5|;NFATnR*P]CG=G ǡ}t T#JJJ 2_ P.оۇûV-軘p" jB6cNrc}#rWYQ~Ůp^Gڒ66r9.h68Ғdf Dȿl5i(joEέLqc$A|F4/7֏7UQ.-;r`zWYsϓ6F՝mbI1e."$T7],y5oӖ u,=dn|%ɫiLon枏bȖ.7R).L6{NN);]! o͕߭O2r')lT8smʰDh}I$-: i_R<2N(L t>yr1/C7>k]pC6% Y|b@$ | `G0>XG[fTPfgaTf;il6] [# ,`yp 8.REw:8 {|{#*:G]p. 0ssCA%3А5Y8α8n£4%7/ތqƏYf l孽s-`SH,3 vaeHBJdE?({?Q='!s&W$A ~Mڐb^gX]r4;U( !x vbCEQW~)<ݍR Ibq% xf68 XR]m 5|`$19*|TҸC"-D  2х^tepZ8t ܃͇VV+bY2WS2t6?zوn<2ٰ}Yz20I#'$YabtSq cTL.5 ءkW'<(.XI3iPG0Kj e\=ݸJWdl 93GfPׂM&g)y&^Kv%~dQC/"pibeR1cw̼ݯU&h?,qE"-A*ˬzSQ]DEEqcN~}ʾ Ȗ9O_}ǀ`NPe&š tc ʰj? yl k1NfOXQ&Ū`ftMiڊByE4ѵ*#% dЄ2c^ig_zݢrS#)n'c;TӠkolu8W'G"ۘ/"vDS wS;*3-i%r#du$(Z~WO!ޅA\au`O}yo5>hdۚJ` OXv8oz2]<rE;j^7D尺uF w.d*Ɔ8F&/?i9Կ"Jҁ,}E=V4\W!;qwũrV'uZ|ۡd$OXVszDw}WKz兎k-t͡f険*W\)' fژtAnKkS !PUv\Jag)c{̄{lG~,9QE $#Mб2 @&9Zc %isj3z[tV,ў9vA3}^.M/uǤVf6!ރ<F5aZI}n'y4 L Q+9DV#QMCf Us^`D#ܭڬ=L} 6za ⾊ ̘mVЛ) 2!nDž6U"mȿp\,A 6_~(YrC(]6'; 7f>K@]QӀ.G%$#ԶC%A2>!|y@7b)-9^b!}uRBӆ5#ae-oay^[coUd/U隌\ I(fOLnr3٫CD 棧b 6,{ӒnWmhlOmynƕۖG|όH/l9)Ir@JhU`&'C&Skj2C P}FٱN-_JU$τ:sC MB%VN`mߑ[I?H##U$\0@ZDS@V>P?ng:?䅕N[4,<ʼn$-EG h[(*v@inu7؃ɵG`Sl./ڭ$<9DF, ďܒ^SA薣32i v]f*[,W\:szc hd1Zl/saNYoVիe}J5c'8&8a"b(8^*R G`)~Ae0)jE ?W+WOYAr,V|#:a6@/Yw/\?dHK84,XIܬcS]p!6 WXCXavMbVv tfR Ӎя ?2S(Sяi4; 1+ om<{a`:lMhH c-8ձJFB:WAoY4z<>/wv^ Ȃ'M, _g`A`h>JAZ*xb%7Mp+{x asӍS纡u1Ό?: VݵϷߪ ~8aN(͐1sCxyw ´O 5/LΏlzF!}ìIP"B[ۍ{/M7uĺw(~M~/܎ Z\ V(ԊRYKC(^cv7ez5z\W_ޓv+AF~"ǿ^gIWAE"N6R Z1,B9bJHULEh&C:-4}11uz#ci N+;K`$5ؽ>+(Y2'B˜[Hd_ :kcE6:Z~M$ϠY}Q,C^կb|콭/(% tNχ-)ٝN$T|hm̎㨿8 :ջ4ve͏OQ,tXai}o*7YVpGwZai$oLy/vZ ]L.Ơg҄xǿ+3|.i:mPb7^EZb`g'Bjie6:qRRgu/,(%LB^'e)/LsV{& ?"zwXDh\u+ RQD)rBOÈ&d#]=]M5VKw;лŵ*܉ʂӣz$m:tk=Y1^SW6)铈\s7dr*6GZls @".f@IyuX=[:_=b&:Q.<|Rv.z25êpzi`Ρ 'e^"ފ4zO#ɫo Xެ'Wg$:#}(f ۑ{L-)+nz^xaθ4"j-BPf++oZv?-L 1ά>v!j;k\'PƶdpD$4qyEz9*k2JcQ, iM\ Q =xQsXҼm#)B8هdb{8(2,|"ƽ7gq ~Լ\Zʹ\*f܉;J=/H Ř[.4ݷqQeycv s A2PIM ~L{m)I 1qfnRZܱ] l\r6P$5$iᰛ^,{PuEidZfYj2cQhŕjP9jqnyNxslj WAJ=I=T`U ,FBלOطMDhyƨd_21y ђ]ŲiO"uD'ž4s]b UĆsE@QJ*L{RH$%:UY+bv/W#T kCMV)#GH6sdFX_{zb$#kN7gBK,'d':xq!Gn8̓FvNjTvWG=PT;z;֒g΄'nVFТ|p#݃OB3^GܒZe1-1 s㰻#Ew忙=h IMs+ߤ"v֦RG$ 8g, (;+&=-nng|N]̥ʜ)Eӿ`lYRQ c؏ChyzҀZzi~﫾3OqfqT7~O;ÀG_JlXkε߽'gDAkKYB=6N-o= YJ%0D~^Q#f׼'2NUbz"I;P7njFE8 IgAR㸄iZPyVXԬ2<+|GeK4 "0ž5!m*i2a3Sbu?\gMྛiҸ=/C|?}k?5+߄RYzr ,t[΃:GA p/$ "Rp!8Fz< "LlNSA7$K35@Z.ebFHl|V%A]C(3ENUh=eR`H)>*a9|Xf>C#B|S5۝G_U`getV Σs=xX kÊUi*̬!V4@`?]/eR!6?:nv?N M5#: }O)ze )>Bj8?;Z2@Pm>݊X7ޜf9Sϴ>$Cp(Rr 2,mWV5,0i+EU&JƗӤcdKP{#+fڃxһ~ܴPB#pv@KK= #+#b4勈)Ӵx T{j췅O$RY/Ur$S71!sش:0Jq%|ZGؘ/aOX'׺u5L0*25ռǎT1Zj}*qq5,|g u $"81gY,nH? MT>kihBYG1y tNpOK翞h3`]=;Hk<ڂG=r<C[CG"\:#8'n0NiΑ[_y\׀Լ4gfvvS i[pC4ḛgcuMgbb.:=}(ʎXUX{wa72:ܞ,1/:Quuז=)F])D:u}kkmU0;-thF-I*f:@u-m{7ʕTDzynk/dCE_+cs y֭^X]A~{2r5(r3@Ut.rzrbԸllVra>L! _L89rBh8 {z%t t> ѢT (z@tzcr gz 3lپ}=6.b]Nmy}"$z7\' j,0piyIcL]Mi:FIJ(]Y2ݔkf2xF 9,W So+/9qPۜ~)[R4jAB3FeÓgKyތw<tut{7&OB6.z&D#|T=9juʯ]5tjV^ep쥌[PLOq{I*[ ~/ P0 OBƾp.򰂟ł#Q־fpF (ˏUV,Z[@7)ń{<c%2Kd0笀2ɛE?Idm_Ф#dEyr"mn ; # Ddf8bQLu53zo4 ;? AKt"ɫY]KLqhI(|˻̧?:_FWE8R') u5y]3Ap4\?=)S/ry$eu_ZQK]cФ7[N]P%{uo7 'e2pBvZ\iH7Xb, ĭ{)(^iӗI1W,lQ80 ]1]gy. ? D^flج;.:m`YVGe:sщ鑽n̓Ǖbl8貊bW; kaHL%}?懥䉒iΑyYA}{݂ \GEtf@Gn9(~}L`Q邻H^lQ}i C Fh?E:|U~}"c - I`.uNl!JP+zi `XٿЈLx\&(`9S| Ed5?򑚉q8|MbXk'EŇZZʔ nDW2HSEO%kҁ2- b!iKeϝN_v@v[mg5X ՄNZO2Cj;լs=a]?Cc;J` fC겋3a\G ޫuG2u'|F`` v]<U$u:ד_km+ RVw]Fvk.Dd'wqZI\62&G~\oO5ȏ`zC e. c*tgZ`Vk^F`>S 2KȔ/DnjZMaȳ{Qj ZMt!ˍy\W2j*p2\RyW=l[5.G A-G r (`;%; {QcByqn|z -lL R=1BjH)z!;9A_At2A\ܵܦܝ-? -~ifXAס:30~]_nԨ9(.JLs4 Sh/J!+EuYIqM#vACH s]AhO96]()}EEh=*o&ݘ4 M5PPҴZJa]_#\U/]K>UeJmǪJilVA`C{qNXecKXh~/_{CMYyL e:j-PlŘK$6^'=Di EQW֢([IĜ+J3ƏVJ_LR[+!AtNQuR(ɍ#2$,ό9 /LYGvQJ}" .f' NTRXQO`&!N{-WlJ$AV+;_N#=^Ppā3S_תے(? ;LFoB,KޤAҳOܡ+/T> KǼ0$'9uƢ<{0V!to8!8D,2pƉ$;+ Nƪq=ܪuTZ/=81-_ R)ޫzJV]3d ?Q SdL& dGVUCl@&-E%F$ CYF5 Ƕيd=+KG(Զ|(Tg@p^ `CƗF3oR:֔eAIk3#眃T}{$gG+O I9ߛUŁ7 6uSnR2=zmفE{=*`&Z=$6>BL<ǻߖuܱ9)gQgo춯t+%VY1)ዟ@,3/$>{gK SgF4i!:%X:rnQΠ!ٜ¼KD)䌚3/h{аw>ՁQ^l] NӦ"wJ֦\ۖ ~`ϊ*n:) }18K x hVbkWYx@]N"tA)H(@HOcú>lcBDY>3VWGMEv9"x]{aXg* vkrW?W\z'<3B5P.^L|!@&cyțM@l3]Q0NCj.ԳWI EBW˝c/}ml'S;>$xSZfR$3oCO_ &!/PFDN9)c U H3CCD[TOAmdWJuLj|悥Bz/[n *#j_B|6ȵf0]8y1s %@N1#9JN8WDL45"o ݟ)&{1/OJk% >ԙ#oɄQ 7W6$mӡR@lH.F7ifYğYyE8ڗZ9&"Wn⢌̘(p.gq) ugWu_e>:2aN bdws邿h2/#$$ :}*.M lFv#GXFo(G8sOӞ{,sViO6iHrLu~03dGp3m )[䪭ZCt [`Ҭ ɕAaki6 kwB `pIU_烴"ڢc $}cī1'fюf,kˀ{Z(2 }8hёC4h&&׿&S0yN_;ou $p@F^v.y,Zݯn"JZ:ئdIJ_|?09Hd a cur @SΡuU~Fi1ʙH{v(5.7; $AvѴjô>/ H}E2EU鍥cxr$4ǔ_GK?sSuhHEzDPtk 3Krэr 8ĿV:39nЁ<>f$Ϩ`ҽ^d3& 빪TH磟 ⻴JnT ł0!Zdf.S"0? s6dZl %l2TE+.4hK>m< ()٥&vvb V@n_A+Pm1ަ_|`%  ECH ">oO!3 0[0~uֆ͇F 'p_O}V8ЗQh\A;KqUniH0$؂U6P(/ )=/pc7?=l\֦T7bt`CK0"Q\s_bXN9VRCIR|NQZȟ#lqf'{BuВ9 ;/-R$6>SmՕd,;d0/.ƭڣ9]؛hAٔwFvj̑`j(eZp.HDHZ% rb]mq-FrHx80L!zpqtR̊؃\ʀѺ,EY<2h]>#vEi4mSo3>OZrqM>- bbFY<\̗`W7v{MTڞ8j6.R6J?Kgi"Z-z;EayEo+6Aa_oF (](x0$.*5׌3rgpmDcgXdžoܰĠ[Rf6 !)Oő( 5j̋3@$bv`!&6J;FRZ> sUsQn=Eo;kNLVJTb_qPq8wlg%;RW 8DŽS@:N(E xo޹ab=&'jT`"3r аÜt`P:Ep l ՠhr#mS1R'oĦ'\䨮0ËoErœi:;S<-?I ݂xz.צFyVH 6I=*rw'&ML/mxH33h /SFAV+wڦf6b8 ?'v-> u>,vy{^ڰhOmmͦ%T p(DA*_хB \vL9Gₜ7a#749sM o"m2a~f\27 oX'.Z={n7 r3 VϬ[nCǚÌr@#hӥ;&5]əZB{.leB"jqݱ+oʿڻ?W8$_qt35pCVXB6%5l"+MYXcY1 }rxS@>\=MJ!SżB 0 ׽ȳ$A5ܛ(ś}iֺq o f{@Z$AuEțz >ܟ#DEXQ:4;wl[ǁ~ 9w_eIcJH[1(ٟ5xc5(D|:AnwurǓ@z6;VEC6ܣ.0]˱| b 3I*}bB3 RP[D9kAu};Ӄf1}{I+ֵ~oTFh,'+ZΆ!m RX 3r  ~x9eRgz h5#&r"T0&Tƚ:Ŧ锢XL<=AZ&y w'_ɡ\} +-0)h&\,Fߦ~RdAxH(:C${&nsFQftĬS`G,·%RXtrRhVa8|L9r#ëMB2Xxygl%׮_bL i! +}gy .}ăA6zL8/0o pGq^ =Ǘ E;zy뼒LsЙأ ȻE e z Aj@²Xrd>+_sG1iD6rd1TmV9,&y!%m.sn6;l&5HW*e$:K9 L>v(|j90OB elZUͣWR(3JZ]ߎz <;4>WHJY8>aܚ9˜@Qݙ}YjЪgԞ`~AwA = 8(X7of8R[kc`)jSr9$$}ʒz4(Y\!agY1eb]T>v:nyJ2*%Ϩ\SCͥ,]Q<Q~ WnB2(*\Hx#C>(;BAeC~ثh5௞ AqmoJ+Z$ kvPqCx\B,GΕ$ vbzb0#% K]uj=2c(- Thorho~7;P`@i#(ՖذD0#+&Sʡ+37  =~ 'Xm{|tU䓵PT1d_._.s&5.f054{Uya~`s&][z,~a:7{TQwS-DQjA *#ܵ>6 ~"N <.6۽a(>k [mnm@s( k6NH#j7  ͰmgD&5Nw}[%;M ! ;]! SD,c>&gv!a6|ثƽf"Uf 49y*݋f%er"k3g d>J[uJRo-D4^ҖbX+)odnB)㈒?<;$J-Z IbhdrKtxUW4_>M4`Mz̐a2 M ,9P k,MԒ20l*:"uܒԹpcJE~AnNw%oM0er'lLCRbO룍ʨg,PYgLukID-Vw '&sΞigUu0׉.ZTɩx e*R]4,)]퀍Je X~ogIûk08IJ}ݞ5ODM'_AJ{O[dkb& XcJ@]_%lcF@42m!n9bA%3a-3,}ȓ  rV_ÏBygYNSPc]r&Sی $(ܥ1բu|`Z3FiEa`<8&R_jiU"E"3kqPK}t}e1r&pm%wjsJ@H[*q= p KoY /$"y#Ю!]I ^ŵKIC:TV匔V~v^K.aTƃ EBȷke1~Y+c-3 t_ftegȩ d '[=f i pd΃s20bV`Ⰳ*𝭹 ƒap,R ɰm/|x92h^%'DK%6OXnGGYe?( I0|%gd=NrɆxzklمIgOI VIy^c'b,-p_Wmz/( nl_ٙul3YHW wX]?P(3ĺ7vD Dt8' _-I EGa8/_sgfduB}%ZTO͖,LeO4W ;."q*LP^aV# ȡJع+y"w\M,pUaFAuzy`oEjSE2hRGfmסo'Vp-JIRm+-9U #o:ю̺T4Y-r("\Qf % SK3*r=+L'ی}E}("J87h1=G!v'8"V΍:skӊ:McSX_lq&0,8:QL|n+p!CJ)id&[#%”$NjYoe!.+f} d :qT*v+gBJ0eۘɟ=t s}lv9UvFa(<#[R N!B8N"{qbdMQ0񳯣0BM'simv:(ȸQڕT#w 2*cpCIN?X%4Z\HݴuNGCp?Yѡ"BV˗.WE̋"\+rҩya;Do:}+7YjlWZc6ϸOF2Y7zvh}oXgt\̨Q ),ʲkCPp mbӿ/^0Ͷ%+"¯=BKOZL0P@(1O{#,@'$?ƨwӹQ:uw ?:oyE?_A^B+73]V:߳ϣ[{SH|D| YoQLr*C(L Dcу7+ik,^]Ä%_?CEa$ʀ^`ߴ}gKZ߭ʸjab*f5hmRJTi,gE%4xon' Hה`kqSHo^pm=v eRF5gR*h|m@UDJ_CyDVƿ_1NV46sSH?!M%gdr|f&ibo`'Ҵ;Gm+;fbk>iQPgnm撑Ph~ҊHՕW33\'*.?x rk5.hnA(Ԧ-ޚ[? euO,P;PK`nӆM>̥. ̌^d"ZkBjKHB-\uVTyPH&a5?j z7%LZ>'Y]B6\ < iqʠ;g#}y'8r1cdv߷4]t}?4=`k9P/Mߏ7{**-5/0PN5;߽Mmqz}C"?-$b S 鐡J ҩE۽;X!'Ȫ$3P_n/J]L#4~hilf,c A1>M O S8h${Pk#CIa!L(ȷq6?5͸5wƾ kaMso7?lz*3kx*J D+5M#LRW*ߗ9JWw4I^7d י,Fbzk]q#'Ep`u2Jfy0h{bn54.\0s4#h[TZ& W >, H%~c ĿQIͧӰ|Qn==GuVHn=HwN>ӪFSi P<#I.6sL}6 ޜI]ُz/<-qt!)`3)r 1Z-RSUuVRDŽênxˆ!FJ CPЗqieAh Bhe%Ceۏ}Oqwl0#ݦ#9kǎ8^~tDm(b_|?֭I5V[!×xT9QHW.xE*ɯyz?-Ax#٫\n}?BtO^<3VQwBP';j5)٦&uoD0y= 2Rӏoz>4k~XiyO1_Ho^[W B87Ṡ]ÞVT1KUuZ\˔f!CO = 7&%cnn y,c9 ܹ L0z`y8_0JэeWXXn6I Vg9DHX#jqZ4 6܃=iznRRGNNH/*GhNv3rɹɬ[M;q!c16Y3 Y'_6}G?f ӎ'͸Ơ(\u_?)!^'$pr U@2cxj<9Iod8sjźM`XW"pMy4C!y* Dy#Qz}PPKx "kN/zspdnWM\l;Q~dg4N=`ˌV @$]lz7F韱sQ4hm/ٓ1k PiϢNk*T 0'a)@EnP{TkF֦8<̤qvw !t5DT`Y"ԑ=? 3HѯX9ZljS=٬rm?_s ? *xOLJL>w_a kBVjGNyK/~?-ꣿkkR.?*A~6VAISw.iŸf]C83,c`P~Loyh/_/r.D |̦'s -IJg`R Q;a$ѽq NlXb UW8i.sNR^|z]ִC5)ȏg**.q_NjW3pR* =!M(Pu- xgĞt|hoLD,T:UhRn|*Jn![ty\ }ܬ%׾ez( eݓ@J9#0Nõ kZLё2fSPۦT}K'=U)^\a`.>{PK:D xزE#]3vOeaRqKTpt>v7?Auj_k5B0|[[MuXJ(ړ?&!tk/Po;qrfJ2u[n8-l(:6G`+<*19#uU0?{<~"Uk hsu`+Xb¢ͯݟDJe /"@p[G}0,r?WqxJw+q6ް<\eqNy: ZpLM%)2Umyg3EJƹ.TDGߦ_ #7`@ҧѹo 檇\ ta&kz%I$k)sLo|1Ho=w6 'D"Bz5uBlڪoNFG?=8/+RVv3&>pmpqM6@QHe`€x^lr;@p)䩟0 ht/Ш$9jm _b"5-a/6X6h +ܺoUGX H}Sّۭ4_n{U3Ȉwґ(]~km.u^8yPԡgK&IwenDӊ`) E>jk-=}J22 JH wz#B`:, 6ԤR-2'#5ʻDz$;'4^]M럔v#8okR3(Deض墠>|4}Is2&S*N{&^Y,.-R;&uH~"w]J__OٚK tA-L~e/M0yY|`7h_.U #m6tj)ޯR1'ۯ\Ad,$ɼnwiP ]fg2T1M*1Hw !QE0Rnrp.ee}&-xlvRTr>KԌ n.wN+vwJ-yTD%xQA؛7O%-e几_h.m:-Ztߔ{$Bqvj7&'-w="ryԺl{)՝ؔ0}i]a_ydKe>Ij --w&Ry+\Ns®]iW1TeBTVܙ/72|HZSY~C|[/ZY}>[(ܶjPUc+2.zb:vh"xȲV=fMC*5(8O[XeBCfʎNFl?Bn <xY'/+5Q;;uŚ(~yؠ A%3ir|I糲DFZgbwW ςTR4X|G?g"aA{V\?se ,NH@pCaY%;m]iTvOvcА 05'S/YS{' ]ɳl˭n@xr2dPhx%spjfJ}7{;hY)~F1pX}SAȄ*_ p:},,qY<ۺ_"$7c/+\*DG sۉ#جp@3htwBY0fQywb*1OkhƤma(qً`sj9H>A6j`811ס,3 G}pE0(y9tBdzy#8O9T ]"[ DdbuN!fԼ}ВgҐX֙G0-7ٳAҍg8뗕ZizIZ2\o6=ntϡR?&hRTl5ւFv].yy&0 ArU۞*`.h _^oTn4| VDr sn Ome]++<.DssEvpbSmgowhAJo@ 3d?o4ŖJۼŐO},ɰȵjɌ;ԮR"[YilLذ$QM@CP7d*|fH>Q3f"[ &Rj{3ezVp I}-^8RWMQrY#gb<. _VSu.剸ooUoqXLC7 rLkU;KUcimWửRũOvE:CʄAᏼP"bB} Pi# MҘJaagFt Q8H<@fjXx{U6`QN;? ҏ"P1̘4-Zz4_=`uR\%F i@ `4SԊBN =XA񡈥eq m[ S`J'&:vp X*W ỵmksRC\>Un@&CTGP-qt?Udewn"35_c5F_u0/>Lg@ ୌ| ٵI# .x%<)DqjӮܢoϭt4|ZE?[)p*Ptnx= @$/˵b2G/>a* VrCV.6j!>@OH-\:&qy1_v✧!#u<9|i` xyN>%GM@ǫz ̠@BE}ݴGhآBև48/3O31h6tI<9~yП+uvf&1D^(3>TGsWVKiiCb/!2|p(ZC=Y+k/@>{W 2Q;7cep6^-ul5l$D i: 2a :KQ~hx :F}$Oizُ#^eA0,+!Z/.uRt&EB\ u#MbFdu<Uʍ}Tͩ]nuM$iP&3暑Ԏ (Ŝq'+C&k'I$ckEUHy\(Ǖķ>IK={oIFJrQe ExwшY#>|zk9Tl]C O6:}*iCMYf K2L Q0xϠ4oCOJ?TwZE(a 2(c튖.bI{{qk֔eGh9@|aSqݤnIwO,VoD[;0~N'QԷUi*btm9DkxƣR)ZFPjiR:K˝8~-z i;ao8m0K >'oYR2.#S~Kq %w?3{Ij=i߇Q`u0bh\cJzq;DÈL[ .mQ^\t'POV;0DoE5G֜,۲-& յ)Zn3\t Z[0}N̕*LAgu+t-B)tsu0 IrL F]"Hyt}2S+u)lp*Ƭ?jͫv9bǥ&</6_sFMpt] h!"r-HEP*CXwO_㋢p1z&7<NdL%֐9fgsS2_<(: sF!k̼W:Q< )~R)rY#KpмԞ 8ݔ0R!{efAsOUψ d$XCDu7!9VމvcaGk`ZRE2ZF[+DM"e(qF{ڎ=My'Q~7mqf@8(!G䰯fKe-p-p}.YbE-IQYNw8,ؕ&;bU SVmޔѦƙuSt[쮴'EfDZc^vhZ6'ieQ2䪻 ^B^ hqB1<:h;ȌML̈SE/BoC4/f%oXgt{E3\HbF_U4pC%ҷUqK@O)73ὫRO)|;4SMVM!ԃH\UOtӧo2syJ"Ѭ\lc!>UZq_)*x^A\=21Ւs%MWkLba a%l[I3~Uϡώ)buk-ŧZ[c/6|"0UBrdo8<>j|7 + s'\o [E]0j{4VWtSխ2W?wjM7n[kcgIi_ zԄۅⶎC۾![)nMJϮJP :V~K#SvY0]hY `ڥ:@v ctp pAҕ]3ltB Kh {|:%9omǡ}H/wX@\4Dyv*T@!USnN8 5 q$28K8Rg3;}sҘHHv2^&` pHOxM=ĻCq{~[\a[9Ƣ[]Tsa!cb+v}iݜtٶjOGR+ic#<ꥳvHf_تֱ,s-}+<q_|*)mu?du-$&V+kgwzb7hI3rr6r4b!K$F1A+x(w0/s]uۤypVZX1"&7wEP)Aup/)  w[MLxc$jodDV힎]375x"W}鉤;?++4Oa&jy7'WbMB&1/YP۶tҋ&\L)K\*NA"@9ѻЇd¦'ܨGiC?VU eQڇڈ[6ڬ,|: sOcjG_\qG*`"0y@2BZmC_9ZULYm Vr2q15GQ+N *lsZbi`BqzckTz.;v'.0^7ƻ1޻-gs[|\&DPC޴y5yyhcXGl[C#`9ƒHi%9g_դX(,U]mDozï.I- \c;r/Dhœ\!?6.8J64zL1 F&~)U8z# O$HSH9"I"p=N* b@ SKb®DZRK C-B?lA>8\^57Ƙ-Ya6iz=Ibm;/$a\a독qvș1͚KY-Űi@Q+Gǭar~IQ_t{f2eӑcFE Θ k%ŃSAvۃ_@7a&H"em(q@;[]ŖV[I 2PtOрK[9|i'gvgV0V E1pPc(^cEŒ]" ILf~+6z~k |#M%.{R`ա Acqʍr IPY}2j\ QhFM}$m3{J`/qjF^xJ:d;Ev=|9#As8k̭+~86gyt"e6|ק=@`'Ծ-2{ƒ;K^˒ehjc#:l5 PA,nL `ZФwp(?O 9*ƱTJe"ȃ&@H EY MjKd$D]F&'pݭaDUc%.)4fZ K nth/7Tt%z Ua.m8 3\eb|z_KėJQOA"w#[s ?N b"v(T3e/;j;*b^*KW?}I >Sou4$eҕ"c^@|WdcL\ #yrɼ3.|C+MэPCD4;sɗl=K+.E-Y)X. ]}4DRrd3(ꙩzr%LИqSth*3{08f@޳dސʂ88ȎJPU[VӮu=~y`=4{2: -&=15HfNЗKWwn,]\dXB EIv#WmA^ +ϟNdI84EbG{FX/w%ԊeClpgQ}\T'2DE '6%ÆTnzBˣ#wBTU(KM3MZtAXw_An "Ő"c*m*nsu)K#A|n(tԙ/FE:\LTe払pʳ^r[8o9xb@+,"T$hˠ VfgX2io:w۴O3"u{~|f!b\J:A7taYokwʘDn*KekkVb2&] e`&XqmfVR(W_c{!v~YeT{"7Z1ovxr_(P]jݖo +,J!)pab`rTlRneX2 Yd(*U_\b0LjIt'8a 38m&+ 4O;5oޫ\wsg j(Pbv>q0"@6= ޥCWӧU2H;q6 E@W# ki7ًsa(&.I Yi4(P(.oV"c17!x&HQ']K F@kjl& M]¹wGo|JJ!?ݦ_P au(o!6%b]F#OlrVO Wד i2yB&,rl_"v 6z1U:0w)~ZX{X䭪èџ]3v8 ?àllyb `lEyKSM+"M [01xO +yw0b,B_T& AP%;Y 6\џ Q@o!wH>if+XN'pˆ\HG7>~=JvhնR6'^*G;Uq|e`]>imJ"k{5ȵNycE8d@.Dob{yDjF˿νn9#>*QU#.1ΑˈGה Li6 e6>yhoT\K?ُ`V\z@R!H[{Y P4c/v&`u@iZ <0wf [}cHuBcUa ^+y@`,IwqMOwD<﷜PL}ɦc2t. ֛?^n;"wΜ Q.kmC+ Ն|#.!""[_b11PQYl۝lQۍĂ@bˬx[Hu9Q"0 C y M /Ժspsүa u,s@] jv;[!AĀ g n~n6E|7EQp9}H4%*hX>#pfSj#\CKkOAa`b$\Ay+1n{wf`jH Qc04\:dždc {_P΂:{_ԥj?yÎsw+5fNu eDD,OXlo+[Իw8ܹF_(ԆJ9";{>$v$Җ:bcvBZi+/-@Ev3бN.Rr  <!ꑚW2<`aw})q<6+nf&tNJp*~/p%:1u*KŻLv#~ufC:kΈB{_ܖDgŀR%^X`̍ ۛ\.Q8X \"CBSʷ삃u&1P$jR'ν yӘ(YK:$ݧF} 2Umyx%~5T/֘^Qp!C&&)DoYEFa/ hNV$JAWF@oPbQV远H&=םhצCdыG^]|*UtWQ.}:+ uO^:Cld' ;~)x@w qtKɆHt.Zc 8D|6G{ͦkF6҈37o)z㵴8ƴ@v`ъV^їnVv!67~%zJNE5{Q}2;v^L˟fYT+CQ~*:ډ4c!׸ =@g?.b\ =84j!"d]9{l |̜/IN$lLi]FSӟ 6boNOsm+׏;B?E:20z`!.5AB1}lW%'(Y}㈢a3% W z9%i%Z|G$jBgݶK9i\+Z=4 ,~ (*ʈ$fL9&䏁,^_gf:;o>Ac-?h$sۗvvna'ض& ?O/aRAv׏5H}qں-6PU1}֋H͇O22șA\}͔Uu* Q} PTW* BUN^-n70l,ZP~/ /V6 Zvs%CͺzOmsc>W4X #G#B}#L(YFФcTO.MzycR\f@%{᛽EaRM~g,ARM 8Ō'''`0̋q{q.Vz1螱4}Y "~F O ENpwM uW1{{E.7d;P~a.r?ûOlPbK9:HU؈C"Me=Q|y%GNj+Pn:eT5 &5\۽)ؼ!ؙ|R?7r9vƯ~i卝L@15lt9l֟XVޏ-C J,*g~Z׽ Rb ع?# ;mM8 [9"\cD&Lr.$#e<8@弨1^°Bs1F$./Eτ@H2QqSWv 2Q(Ku=/.Q(/6$ƆU*`?=t)|‰'D\2Md?A:4!|3 7j֘˫=_]0;R&WleSutk^s~FKmwDY{vQ,#(4t.OS{gMU<)|:) Ji ܲ9DJyMY2/S怽\UѻvMȢͬ ڀaQLoVsg+qhv_Y]_g?|Zfr ߸ISHFȟcYnm rH3F_T`!WYGxU98Ta-bP,JNU1.6mM)RjC Ѿ&ck[K_^0J;Y?Q8LKՃ$ꔌzɇX!x[@uOI]t]Qa2K;vp =΢OR{L1$"ʹN5˹-CQ.(z$hZr  XCjWR46vs; eV:Hqx(4IF1_]/G*aLvUGiȸ˼۷M2͑w9udxi;Lly2: Xj#`Vوu¨I(U vEΧno)K"{ȑc d*8L J~&]G< -*{DH3&EWny_d*HyLI >ډ_kCe%ؗ~v) O>$@U. L4Y>^tUn!^=?t_,TJd ߱5|UCuZnca\?xqxsO0M6s_|_r4!θS-dži+M$fk.27̡6\ڧyV2>>e <~M&Di2 1ּD,Gm ߧpq 3E^:/Gj5Rr:g4{!0Iaol5zrm.4ܿюFD lyJ-a#5=4X2gFMES3`L$JڻTŽ*K$mI0F2zI4NJ5ɞuQ]vɛaI˖H#"䮐[ =>Es>y6?& sFCԈ_|j$jϧǨe4(Fq 9f92V ۿuҘ%N_M;Qnd=O}W8;DYqgUHEtN^#zE@v 3t%d;B#4fB9`r p9WJx%t@qI $w~s^e+nDroEA\h y 2:TX)b[.QՓy~_N =>[?Hܢ6ZIɧ2kgG?=j3.re׈]Uvju;5UX{/NV/v{T%K&WWG bB,!YopWܻ#Yؓ*"lM߈z$wZrr; zmnP\lnFHE ;\Ņ68T~a#eԞXdzAڍtl/e=bsp+HՅb`(ؽ=FH,5e# Y5.$-[yM=:.Q[nd8$fwCCHzᱽh|IaHՕ {Kْ lܕOiLH }6Q~=TQ{ qjd dXw`b.ޤj$nJ0cmVO3xxdh9@ZFJ,j|c0k7Z5=۝7H&Ӽ)WALzs|CO_-BfJ|H^ \opmGKh8T6PFH=/~B_F6Fd;^fC4ZZYe&Pяg`xSr/r׌4xt٠EJ\ʼe:[W\%"pS|ɅM}RWsE98;t;yW7rajYMp'ܔuMo=[鎰:l2t=M@ow}\f!mOd]vZvF{x /=vL%tğr9TF341fJfp bsUe<ΰ& +FF G'ުމf[TÉߵvUC^@3Rcrq7_<*ЅJE˨yuh-`QϪiكTCPeb=i iLnߤYDS^oF0lřj yU<Ç(|wg깇(LKYvLmy9zȈ"^FPAaK9r`@1_+N19}#Y wL/XJE%@y91ROklV=G@H ֘Fg-Xj Е-(/oEdwNUo! yLko 3I# s[VG:d&SOφ[Z"%Z{UnGވkK-:D)Lh=ᚁ"|,ϙ3 Fbl5{2@-E% !w,{H8r ukӞSߨ+˹?]7T8BF]&ZZסޚ4C4_Mc FQ/<+ęxy +JdhK86 >rɾF*ܛώdE-!1tb4&!KsXĪBPyTޛ)Lÿ{0w o5er;iڼӤG9_} IIz=V'Y|)-r%P+: k4jtË[/)ޮ~ʬ`tۊᶄ擓|$Ea֔t9pxB!1W NC\SxIhpuN}R?ġĹ^j#B3 GmFF=vX/YHqBIUe3իzO1 Imo"<"/XA.! ,>\0|5 Ge"-> f76ðj,1\BN(]P}7"4ܗ#Ҿr1p>T I )077iRG>`ry*ȮE> bs 74!& Nj+ZAr>[iԟNh;'NA_NLn'fI-e+ YrcMWk&^%,M{&,Y3S9e}q/qk3xHh^ }>]z ZU {w1w6;Í6{IY5sm?,ұK3Ui1 y2nΞޑ|=Cץ ]5.1z~-|,Ķ9R+V$6Mi?YGx%_]bJɩ!_v_9ﱥu)`cބCWqл!kjM?82ze-nR;0a'U4I%AwJs0TN  ء€#'b#m.XH:pw 7蕯⨅,7$`;C9YWaj󵃀kxJ86j{~ n!b@6#* +i8ӼX!mxd /E Ѓ/ͨPKb*żGW9>]%0#E,ФyG ps~VeѰ)$hI)i81Î'(0]tzȃd*es}DR0";4'V:[>+fAhAWF=(@T\UkʈkDžWtRMBp(~ZZX[|0ZQ%|R#h^(5Lܟun@=q }fۺo괚 &vq6._'E/'Z ˿|p1z̶8G{M< E) 쯍B<{_BCOj?9_Zk*# 9H)LI0a=LզŃqI'N9!_S7dJwZ@x_Ş:p mY;Leco@,HSXnl 'ϯӁ! 95nD_T)F@bsG[ Rـ`){~\0gܫl1k l^u8Rw'nvnm׫aHz6LLR'RJ[LE?4½:6R*齁׹IHh{Hب Y(m`obdUdOV' oBoeSc D豦y4zB{)9{7 9p*k\6NPt5k>ry9fH+y8K)7 g%ɉӞ{#~A`0 | XYÏssn ]}.ɪ%f=W}lT# "mQ= v'!wMoo5@VܑC;,tYt{f}[C!Uf [oeYQ" M@pcOln=BAmn}VߔJاTxNqY<ܸ=.7x|bj zߋ>&?nMl8hݫOJ*iD#mj8?%6$MwY . I#rؼtgxo"\[9'N(^ޤ*-8ܨcۂ !z".4c4ƲRǁGfZ ڕg-Q. wd2Dv36yp==Zg@rR̃A.G|<`O# 's!} $XY?ə{%#FY;)~W/Ȋ|:d! 6Hq6CpQBƳG%8*8zhϕ$!a4ij [bܡgi+Sp~bG0Z(o&ޜwOWlh_;UoPO~Iw,>Zv]>Ji's,pGhQ(PQލR8\De %~`5645RtIÀ5a`.Ay TC\Dyi~>.OĆyebf^S.qMPF:LZG fqy7[mnɘ#x,m*gB zt)"W hq-;!G.kO #rl1QDwצnH,T'wtTk PJ &* w"<&o 1)Pl5&M,u!FEFAh[钣A6b.K9 D#$R{g .c;k<(I8v I&YGYl'fQ 6]Lgʎqx3Zà v-$005JR2fJB+P.>gQ6WJBQ#Ic~[C}0x/HDZ}c4 ulp>E\4 RA[W^r&Pf?рǤ7X}A 6o!RBAR0Alk:~e%1gH]ILf?pEX Fkح|e͙bxax$O`O1,9#|'+Sa2k)V=c6 O>l\3S󇂕N3U?n4*cɷޫR(V@3M/ZÔOom,a$ p Mxdvl$~BBYڵ( [e#+^'"rI SgZVϼƊ-  d\"Sw[:m!,A.a5V6 c1eZ% hRd[ ^aQ8AyMKڭZUERbEی)^3[53#&'֌<y4զ^gɇɎݎyKDRyol&rPi˄?Al'"߉o@jol wFSȫM-#olK ~olnK}!`!& ،JX{+:K"*[+hA.aCg~ a><W%r̾^##.|\V'L?>A|u71yhcolHd[*I0nqÀƋ_Vf5I 2klSZ1*fDځ 6|9b$jBv"朠5Vڪ*,\m EV0ԣ܍'$ji0! 6ONGMjh(^"@Ņ2dUT9M5d/- ~B}F_)cjd=? Y ?!YQʴ+_ʕ\DBL!Ƣv+)q=Hu$"\ W,~4:1_=47j&hfi0TGwر8p[^b^l[xARa'bz\yЇ(_&4 _`]y^2$.P詊ݲz(Uټ[fLpeLЊ+=bWM.ܧXi& :B'vKB甛ǬddNaǃɍuspgOd Z PYA.`\<0Z(sDmֵض#+ƟJ){J%?)٬TZu:* tw|PWHrTcYMdXp_Y_-b_"yYNN^EC\`x9!J7\$W6hP=ofP%bc,r)K0VnAei0rTb(%)de m71P=f{ضqCX?n$ݵUcY33|5 wە$?'^v#1[>K .>:nQL؝V5Yc|"Q:h$ta{pm@܍ZT :a;vx ^HR%wOQlz02HS|_z,LˋX>S3LVɺfh.t~W1&cܕ vyfHgs%?u 1kQ) IOQmڱ# E_ t[HRf92bӺ rD@=1A w,@bM*2)MX^?S&KDyp$6i!$|:˼ɲ:پ#LbEU!}N Ry8;n-:{{k47s~T4ii]_ɺ0AI! , 2 vBTOU'*R!;A^GbX˪It^^s;Mxu$N,{K1-]_>ڮzwul r}c[B= 6]"[UvJ)F1G |}ojVNFj2P3d O O tCW5UwB8.ptLJjPH$Q.#qACZǖ 0 J8}RCp60r&4\?{OJ dkӇnaLker/"\~ˉ '@^bbs_ ?#>iY: O)ac:G|Jk ˃aߔnX*p/RHkt:lff2xvrs .sLo_YZa6Y}~t7q%&eYiTgǻ$ etx PZc(yth4Ti\ۦ|y^S{ߩ҉woU[TD s˺+WY${/ Zz;V(zX7*N*|l;ѹx<;?cا5|㬃Q ?6yM,8#̼q۸хvc 0.[jf+u^*8Y.1pSS@ Aة%QB!e߀z:Z]Ԩ=AvDaQ}Cl2t[fε25n84ۆK+$GXL0>&M] za߶~|3xğfI@l;u4*/rBnEjYGf,w@.>^[񮵇N gb6ca(HGtuw-LDpzew@){tǜ^ clt ?7g_1ZqbN0JsEY%phBbBf\<`ষDC&{FaB(008+ގPqe'H2En :lXj!4 GlÔ3w 4\ XH[jM1q'a3'XaeCے4M!Y]c2HȷGwf 6d1QԚ!j@P1f2 iɾIɡDZٛ8dQ48ג.oтK_5KsH9LwNP\wMd=o% ɗqQSӋH6L|smSaZKi["Ldpt{Ydi;AwРClt*ǧh絽aR/47>ID7@ױ_5}ev("w yO#%$ݍד)^hhaM#(b`$O_ee;FhT-9 `g76NK딅sr޷w#!#)q뙁Kp;b97=XTJ6Oa鬵v{ABǿ:ڊv4 !R]ʣ? z؟#mz>R0n< aCnT0ʫWް d55@7߬8?m&j,"#zTv8ʽT]S~QS^[XAx ;ʢ$s&};x#$deȊL[4Ѕ*/O2lD:%QJO?nK/KEljJCL+l~d:wϣ$GA))4's.BO¿@y^fx Yހ*o۱FlAsXfv0VR܃S 6F)rZuwy[w axA&4ktN2# ثRoBJRTzI*4P.\rVHf\&{ƺLU2z0Pp%tF{ EycPîq FSbώƱ;#a6,<3^ReT؟V.Q@ 7>)1['5 39H}w[x:N3]y~/R;ME5.z l{fk`CІW@eI\6LdY%j'hD ZB;m2pJ'|*lK, I&$C%3o[S^bjw}l9H(ŗA3`:.'GH]+^I?N{ U#6~AjC'a|&1q]b e59e6~ Bf ˶rjʺ c.jkx;CQΜ0 , h]Y1{+u*F u.4ZG$\]8= +Gk)@G62(k%]`Cy$'"mcEYH 0:AT5 Hbh-W}&[D#pjhp>1{/ggPmp]~^~?Q`LX0R֑Q@В׷Dyqquu8!1aMsUzZ3RM質1_ˁrQ6PG99YENø7 _-k1z4NyO\aΗ$]J#(kդ?b!KkN2 Zt4TKk@Ut| zK_o#9?y$51wo&X_+qiMϑ &!zp?{bx-;*zV4G4;&;?lQsGwf ֊\2xDpŜu_ީp e#%Ҕ"PXִVlE-( hch~OvΕm0v-ff"sr<1%bKږ5q8kUkFҡ}/s'/|FZLާ݃Ҭ$,\g8=~/G+OT>8S!儮J.]iU0TXØȫTΘil }r.u6I"n׌xve)E }=:Q•6<4=_^`@nohc)ҙi#}| I?u.>U,㧛Oa?Yqh%SɾzW儂SAR*jQ+ˁ,&u?Z'5cHd1+94 mvU~`}{@/d('i  uP.7m ρ6}'`ƼbIhxcj{*P&Bn%D{}8 >(Ltls_vdM[rJ*?X)4IL?=P#nH alkx6F۲6o*_AE4\Gܻdp WjbO'GY 3 אH @ĽM8iޠbZSJy7.>6XSU ӰKAn3C %ɴW(1N6];D|!!"Ïb՟>y4b6G04t#^[L/5 Ʊ\mvT/MJ!eXTX Lw +}f㸃 G/k|}Y e|6'ҭ%4= f.&z?S1jt$I_v<A.Zޱp B`6K8ZHe]oS!a< |? ^y_on&vલ B9'·kInc!-+Pb{GCS=5,0ud䆢\JZ僨|GOHbe2O>C1{%/=սGV9]y.W1Oa63J0  SƬueҔK1!:)$iG8QT$'Uˆ`Cr;F)/1)Ck#I\ܾ?}K4DF-yNN}+ИܩL*#SsTYz7P0ފV$lëZ} &{xǗI_xdpP; J5M8J~Dɳ=+<&ޠUfj&̚^4YX\Q5Lw Θ'ԲPxLKxն-0TjO1몈_R ~+xGm ~D ߱|0M!4:>'`,:%I97 Lh'+' #ϔj/D`],@KC +fۨE7sU G+nIkx.lJ>7C=}4qj^=34&;q ޮ 4ZErQ+Z r,Д[ ~'&(̂^Z^Ka $7"eP͒p9L>HԽL$vCF( r4loxBۇ (5J>cZ%d<;_NƜª7w57)HucΒUOsHdhRT[Fx\%3Q<  㨑x mH aY|˄d*~.{é7-*Sffj?nL,3F2/E9ۦ.w팀Ђ+w>Mq)d.~UfESxga3x&M*}|MY 8H8,}uS._*1@]܅ )/q* P|/x<5F?ܼ;)nEk"1ڴ f&"az5 n~r3RW@QR?#fSh $OT0fڡg';M,ru ûXfn͎3W^NFi}`'P6k! I,(EaQfsI.ZAQ'TLk>jzH( <}/Ut|Uy/i&&^یD}>v;|hkHz·wTl ]*.,cvIOzg VSu8;ZWU@*3q{-v3:i0.AAS]@3y77QGBN̐Ga{(˨(P6^$fqg?>`/mE>Mst>r4>:(okK5ԺڙHb͝s!1-I{ (R:\Y/zHm t[-iL%V6x .jZV4xʱ!HspsneSg$5,jRa{iVm9c$B³P%W,otpt$oc]257bU| ɌM7iI3̣*1,SfܓH?Ra\9^MrEMA}|^>]CۜɠYnm&h/l tI{dYqUc\p?zT?X䘄x-ubln:"Ȩvŝ9(7Ϡ+v1;s(T>q\52oF=vNI e憹CTSB"G{VV001+$ %&2PP}q~#2.H8>۪/|f]XsgC<]e"i:銊E_:F7}m.E<[kĶa KsȦ%^ 0^[aԐ쵿y`I/3p+iIU\fɿWsSUd"\TH$Hrn]}eIL!`.0fIV hV3(ȮÍbM$(1qZ&z.MK(-VY05ϙac%ڶݙlwеPc`p Q7h S_s:n! ] *©]z~Pz&CH]='&!I?n@sUm sqYddoݝW{$ /!9:YPSl"6 ,;Ú^xmfe.(p/;F;sǎt?vg뚋56T~®q'ɉ|)f~F~ d9b-ҠVi".-W M4iJd@qH/9!8CKBؘh.jǏt?ŋpp Gl8kWFmWGY 4kxKs32Hfv4R*e/K pEU eyR