orthanc-devel-1.12.0-bp154.2.6.1 4>$  ApdC!M@eeeGnEUom[#ϻ(>Xr1wFlc?z og"QT7I Jgi'ftn!ruB˦c.]x7Ӟd0nc(5})B~#/_7y@5p@ R _K| :HA'R"Ү)Ah Duޗ~*rdlu|@Mq Sj4\?|T/;*8cb1895d5dee8be8c06c6a7fc063518bc080fd2c3bcc1ac4b8c19178c16282967d2d19c88b25a422eed9549e7e58a969993ab548!0dC!M@eee -zOUmZaSP;#IE1nFL}>0hV<hbNU3u[OHp쀇+q^9!^2@^pf>d<=jC&oټA*>e5-iGo.⮤<yCLb67]|t^.5!CG w*xA[ L1}jEe⋈=H;?4 -v.oKB) 2{sĭpMw1)r0-} M3⍈f%ɳ1V>p;^?^d # X (HNXh p x  L P`tg(8(9,(: (F[G[H[I[X[Y[\\]\ ^\nb\c]8d]e]f]l]u]v^ z^6^H^L^R^Corthanc-devel1.12.0bp154.2.6.1Header and source files for creating Orthanc pluginsThis package includes the header files to develop C/C++ plugins for Orthanc.d(obs-arm-10SSUSE Linux Enterprise 15openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.orthanc-server.com/linuxaarch644ZA큤d!d9qd9qd9qb27f5ee632d8f9982cd3ff5a517a1196562df50be2fa3f6a0fa768ac80dd0bb0b7e35ec8a8d9ac6de5fbaff8bf64f8c9ecdf49f0b8a06232180ea5f27b965a63bb39bb268bad0105bc0a93dc6ca00d9a3243fb40e9692a02d7e98a7581dc2e7frootrootrootrootrootrootrootrootorthanc-1.12.0-bp154.2.6.1.src.rpmorthanc-develorthanc-devel(aarch-64)orthanc-static    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3d;@d9@@cWc2bzSbu b=af@aP`a/k@`]`i@`@`s``7@`_k_@_j_@_d@_D@_&^V@^Ǿ^1^@^{G^y@^t@]@]W]R@\s\]o@\Q\P@@\G\'@Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Marcus Meissner Axel Braun Johannes Segitz Axel Braun Axel Braun Axel Braun Steve Kowalik Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun axel.braun@gmx.deAxel Braun Axel Braun Axel Braun - version 1.12.0 * Support for labels associated with patients, studies, series, and instances * Added a sample plugin bringing multitenant DICOM support through labels * Many other fixes and improvements, see NEWS- version 1.11.3 * cmake.diff removed (included in source) * install_cmd.diff removed (included in source) * Many improvements, for detailed log see NEWS- Build fixed for new plugins cmake.diff added install_cmd.diff added- version 1.11.2 * Added support for RGBA64 images in tools/create-dicom and /preview * New configuration "MaximumStorageMode" to choose between recyling of old patients (default behavior) and rejection of new incoming data when the MaximumStorageSize has been reached. * New sample plugin: "DelayedDeletion" that will delete files from disk asynchronously to speed up deletion of large studies. * Lua: new "SetHttpTimeout" function * Lua: new "OnHeartBeat" callback called at regular interval provided that you have configured "LuaHeartBeatPeriod" > 0. * "ExtraMainDicomTags" configuration now accepts Dicom Sequences. Sequences are stored in a dedicated new metadata "MainDicomSequences". This should improve DicomWeb QIDO-RS and avoid warnings like "Accessing Dicom tags from storage when accessing series : 0040,0275". Main dicom sequences can now be returned in "MainDicomTags" and in "RequestedTags". * Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing files (bug introduced in 1.11.0). * Fix the Storage Cache for compressed files (bug introduced in 1.11.1). * Fix the storage cache that was not used by the Plugin SDK. This fixes the DicomWeb plugin "/rendered" route performance issues. * DelayedDeletion plugin: Fix leaking of symbols * SQLite now closes and deletes WAL and SHM files on exit. This should improve handling of SQLite DB over network drives. * Fix static compilation of boost 1.69 on Ubuntu 22.04 * Upgraded dependencies for static builds: - boost 1.80.0 - dcmtk 3.6.7 (fixes CVE-2022-2119 and CVE-2022-2120) - openssl 3.0.5 * Housekeeper plugin: Fix resume of previous processing * Added missing MOVEPatientRootQueryRetrieveInformationModel in DicomControlUserConnection::SetupPresentationContexts() * Improved HttpClient error logging (add method + url) * API version upgraded to 18 * /system is now reporting "DatabaseServerIdentifier" * Added an Asynchronous mode to /modalities/../move. * "RequestedTags" option can now include DICOM sequences. * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier" * DicomMap::ParseMainDicomTags has been deprecated -> retrieve "full" tags and use DicomMap::FromDicomAsJson instead- version 1.11.0 * new API version 1.7 * new configuration parameter * for detailed changelog see NEWS- switched source urls to https- version 1.10.1 * for detailed changelog see NEWS- Added hardening to systemd service(s) (bsc#1181400). Modified: * orthanc.service- Test for SharedLibrary.Basic disabled (fails with new glibc)- Version 1.9.7 * New configuration option "DicomAlwaysAllowMove" to disable verification of the remote modality in C-MOVE SCP * API version upgraded to 15 * Added "Level" option to POST /tools/bulk-modify * Added missing OpenAPI documentation of "KeepSource" in ".../modify" and ".../anonymize" * Added file CITATION.cff * Linux Standard Base (LSB) builds of Orthanc can load non-LSB builds of plugins * Fix upload of ZIP archives containing a DICOMDIR file * Fix computation of the estimated time of arrival in jobs * Support detection of windowing and rescale in Philips multiframe images- version 1.9.6 * In lookup and query/retrieve, possibility to provide a specific study date * Clicking on "Send to remote modality" displays the job information to monitor progress * Fix orphaned attachments if bad revision number is provided- Remove executable bits from Python scripts when creating the source tree for the -source package to stop it requiring /usr/bin/python- version 1.9.5 * Anonymization is applied recursively to nested tags * API version upgraded to 14 * Added "Short", "Simplify" and/or "Full" options to control the format of DICOM tags in: - POST /modalities/{id}/find-worklist - POST /queries/{id}/answers/{index}/retrieve - POST /queries/{id}/retrieve * Fix broken "Do lookup" button in Orthanc Explorer * Error code and description of jobs are now saved into the Orthanc database- version 1.9.4 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2021b Table E.1-1 * New configuration options: - "ExternalDictionaries" to load external DICOM dictionaries (useful for DICONDE) - "SynchronousZipStream" to disable streaming of ZIP * Orthanc Explorer supports the DICONDE dictionary * API version upgraded to 13 * New routes to handle groups of multiple, unrelated DICOM resources at once: - "/tools/bulk-anonymize" to anonymize a set of resources - "/tools/bulk-content" to get the content of a set of resources - "/tools/bulk-delete" to delete a set of resources - "/tools/bulk-modify" to modify a set of resources * ZIP archive/media generated in synchronous mode are now streamed by default * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences using the syntax of the dcmodify command-line tool (wildcards are supported as well) * Added "short", "simplify" and/or "full" options to control the format of DICOM tags in: - GET /patients, GET /studies, GET /series, GET /instances (together with "&expand") - GET /patients/{id}, GET /studies/{id}, GET /series/{id}, GET /instances/{id} - GET /patients/{id}/studies, GET /patients/{id}/series, GET /patients/{id}/instances - GET /studies/{id}/patient, GET /studies/{id}/series, GET /studies/{id}/instances - GET /series/{id}/patient, GET /series/{id}/study, GET /series/{id}/instances - GET /instances/{id}/patient, GET /instances/{id}/study, GET /instances/{id}/series - GET /patients/{id}/instances-tags, GET /patients/{id}/shared-tags - GET /studies/{id}/instances-tags, GET /series/{id}/shared-tags - GET /series/{id}/instances-tags, GET /studies/{id}/shared-tags - GET /patients/{id}/module, GET /patients/{id}/patient-module - GET /series/{id}/module, GET /studies/{id}/module, GET /instances/{id}/module - POST /tools/find * "/studies/{id}/split" accepts "Instances" parameter to split instances instead of series * "/studies/{id}/merge" accepts instances inside its "Resources" parameter * Full support of hierarchical relationships in tags whose VR is UI during anonymization * C-MOVE SCP: added possible DIMSE status "Sub-operations Complete - One or more Failures" * Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b * Upgraded dependencies for static builds (notably on Windows): - curl 7.77.0- Version 1.9.3 * New configuration option: "DicomTlsRemoteCertificateRequired" to allow secure DICOM TLS connections without certificate * "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included) * New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua * Fix the lifetime of temporary files associated with jobs that create ZIP archive/media: - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled * Fix regression in the handling of "DicomCheckModalityHost" configuration option introduced by changeset 4182 in Orthanc 1.7.4 * Reduced memory consumption of "OrthancPluginHttpClient()", "OrthancPluginHttpClient2()" and "OrthancPluginCallPeerApi()" on POST/PUT if chunked transfer is disabled * Fix issue #195 (No need for BulkDataURI when Data Element is empty) - from version 1.9.2: * New configuration options related to multiple readers/writers: - "DatabaseServerIdentifier" identifies the server in the DB among a pool of Orthanc servers - "CheckRevisions" to protect against concurrent modifications of metadata and attachments * API version upgraded to 12 * "/system" reports the value of the "CheckRevisions" global option * "/.../{id}/metadata/{name}" and "/.../{id}/attachments/{name}/..." URIs handle the HTTP headers "If-Match", "If-None-Match" and "ETag" to cope with revisions * New function in the SDK: OrthancPluginCallRestApi() * Full refactoring of the database plugin SDK to handle multiple readers/writers, which notably implies the handling of retries in the case of collisions * Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before) * Fix "OrthancServer/Resources/Samples/Python/Replicate.py" for Python 3.x * Fix issue #83 (ServerIndex shall implement retries for DB temporary errors) * Upgraded dependencies for static builds (notably on Windows and LSB): - civetweb 1.14 - openssl 1.1.1k- version 1.9.1 * The "dicom-as-json" attachments are not explicitly stored anymore to improve performance * If the storage area doesn't support range reading, or if "StorageCompression" is enabled, a new type of attachment "dicom-until-pixel-data" is generated * New metadata automatically computed at the instance level: "PixelDataOffset" * New configuration option related to networking: - "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basis - "Timeout" in "OrthancPeers" to set HTTP client timeout on a per-peer basis * API version upgraded to 11 * BREAKING CHANGES: - External applications should not call "/instances/.../attachments/dicom-as-json" anymore, and should use "/instances/.../tags" instead - "/instances/.../tags" route does not report the tags after "Pixel Data" (7fe0,0010) anymore * "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer * New arguments in the REST API: - "Timeout" in "/modalities/.../query" - "Timeout" in "/modalities/.../storage-commitment" - "Timeout" in "/queries/.../answers/.../query-{studies|series|instances}" * New value in enumeration: OrthancPluginDicomToJsonFlags_StopAfterPixelData * New value in enumeration: OrthancPluginDicomToJsonFlags_SkipGroupLengths * Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summary * Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing * Fix build on big-endian architectures * Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246) * The numbering of sequences in Orthanc Explorer now uses the DICOM convention (starts at 1) * Possibility to generate a static library containing the Orthanc Framework- Version 1.9.0 * Support of DICOM TLS * New configuration options related to DICOM networking: - "DicomTlsEnabled" to enable DICOM TLS in Orthanc SCP - "DicomTlsCertificate" to provide the TLS certificate to be used in both Orthanc SCU and SCP - "DicomTlsPrivateKey" to provide the private key of the TLS certificate - "DicomTlsTrustedCertificates" to provide the list of TLS certificates to be trusted by Orthanc - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis - "MaximumPduLength" to tune the maximum PDU length (Protocol Data Unit) - "LocalAet" in "DicomModalities" to overwrite global "DicomAet" for SCU on a per-modality basis - "AcceptedTransferSyntaxes" to set the transfer syntax UIDs accepted by Orthanc C-STORE SCP - "H265TransferSyntaxAccepted" to enable/disable all the transfer syntaxes related to H.265 - "DicomAlwaysAllowFind" to disable verification of the remote modality in C-FIND SCP - "DicomAlwaysAllowGet" to disable verification of the remote modality in C-GET SCP * New configuration option: "DicomScuPreferredTransferSyntax" to control transcoding in C-STORE SCU * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file * New metadata automatically computed at the series level: "RemoteAET" * The DICOM meta-header and the transfer syntax are displayed at the "Instance" level * API version upgraded to 10 * "/tools/accepted-transfer-syntaxes": Get/set transfer syntaxes accepted by Orthanc C-STORE SCP * "/tools/unknown-sop-class-accepted": Get/set whether C-STORE SCP accepts unknown SOP class UID * "/modalities/{...}/query": New string argument "LocalAet" * "/tools/create-dicom": New flag "Force" to bypass consistency checks for the DICOM tags * BREAKING CHANGE: All the Lua callbacks "IsXXXTransferSyntaxAccepted()" and "IsUnknownSopClassAccepted()" have been removed * New functions in the SDK: - OrthancPluginCreateMemoryBuffer64() - OrthancPluginRegisterStorageArea2() - OrthancPluginCreateDicom2() * Refactoring and improvements to the cache of DICOM files (it can now hold many files) * New Prometheus metrics "orthanc_dicom_cache_count" and "orthanc_dicom_cache_size" * Fix upload of multiple DICOM files using one single POST call to "multipart/form-data" Could be the final resolution of issue #21 (DICOM files missing after uploading with Firefox) * Partial fix of issue #48 (Windows service not stopped properly), cf. comments 4 and 5 * Explicitly use little-endian to encode uncompressed file size with zlib compression * Upgraded dependencies for static builds (notably on Windows): - dcmtk 3.6.6 - jsoncpp 1.9.4- Workaround for boo#1180359- Version 1.8.2 * ZIP archives containing DICOM files can be uploaded using WebDAV * New config option "MallocArenaMax" to control memory usage on GNU/Linux * Explicit error log if trying to load a 32bit (resp. 64bit) plugin into a 64bit (resp. 32bit) version of Orthanc * New configuration options contributed by Varian Medical Systems: - "DeidentifyLogs" to remove patient identification from the logs (C-GET, C-MOVE, C-FIND) - "DeidentifyLogsDicomVersion" to specify the deidentification rules for the logs - "OrthancExplorerEnabled" to enable/disable the Orthanc Explorer Web user interface - "SslMinimumProtocolVersion" to set the minimal SSL protocol version (now defaults to SSL 1.2) - "SslCiphersAccepted" to set the accepted ciphers over SSL (now defaults to FIPS 140-2) * New configuration options related to ingest transcoding: - "IngestTranscodingOfUncompressed" to control whether uncompressed transfer syntaxes are transcoded - "IngestTranscodingOfCompressed" to control whether compressed transfer syntaxes are transcoded * "/instances" can be used to import ZIP archives provided in the POST body * Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks * Allow empty request body in "/modalities/{id}/echo" * If meta-header is missing, best-effort to extract "TransferSyntax" in "/instances/{id}/metadata"- Version 1.8.1 * adaption to new systemd-macros (OBS) * New sample tool "OrthancImport.py" to easily import compressed archives (ZIP) into Orthanc * Logging categories (cf. command-line options starting with "--verbose-" and "--trace=") * New command-line option "--trace-dicom" to access full debug information from DCMTK * New config option "DicomEchoChecksFind" to automatically complement C-GET SCU with C-FIND SCU * API version upgraded to 9 * "/tools/dicom-echo": Execute C-Echo SCU to a modality that is not registered in "/modalities" * "/tools/log-level-*": Dynamically access and/or change the verbosity of logging categories * "/peers/{id}/configuration": Get the configuration of one peer (cf. "/peers?expand") * "/modalities/{id}/configuration": Get the configuration of one modality (cf. "/modalities?expand") * "/tools/dicom-echo" and "/modalities/{id}/echo" now accept the field "CheckFind" in their JSON body to complement C-GET SCU with C-FIND SCU ("DicomEchoChecksFind" on a per-connection basis) * Archive/media jobs report the size of the created ZIP file in content field "ArchiveSizeMB" * New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken() * C-GET SCP: Fix responses and handling of cancel * Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before" * Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP header * Fix access to videos as a single raw frame (feature broken since Orthanc 1.6.0) * REST API now returns 404 error if deleting an inexistent peer or modality * Improved forward ABI compatibility of Orthanc Framework (notably, no inline methods anymore) * Upgraded dependencies for static builds (notably on Windows and LSB): - civetweb 1.13- version 1.8.0 * Serving the content of Orthanc as a WebDAV network share * New config options: "WebDavEnabled", "WebDavDeleteAllowed" and "WebDavUploadAllowed"- Version 1.7.4 * New configuration options to enable HTTP peers identification through certificates: "SslVerifyPeers" and "SslTrustedClientCertificates" * New configuration option "SyncStorageArea" to immediately commit the files onto the disk (through fsync()), so as to avoid discrepencies between DB and filesystem in case of hard shutdown of the machine running Orthanc. This slows down adding new files into Orthanc. * Underscores are now allowed in peers/modalities symbolic names * Fix compatibility with C-MOVE SCU requests issued by Ambra * Fix transcoding in C-MOVE SCP, in the case where "SynchronousCMove" is "true" * When checking DICOM allowed methods, if there are multiple modalities with the same AET, differentiate them from the calling IP * Enable the access to raw frames in Philips ELSCINT1 proprietary compression * Support empty key passwords when using HTTP client certificates * Fix handling of "ModalitiesInStudy" (0008,0061) in C-FIND and "/tools/find"- Version 1.7.3 * API version upgraded to 8 * "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip * "OrthancPeerStore" jobs now report the transmitted size in their public content * New config option "Worklist.LimitAnswers" for the sample modality worklist plugin * Add missing tag "Retrieve AE Title (0008,0054)" in C-FIND SCP responses * Fix DICOM SCP filters if some query tag has > 256 characters (list of UIDs matching) * "/series/.../ordered-slices" supports spaces in Image Position/Orientation Patient tags * Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS) * Support receiving multipart messages larger than 2GB in the embedded HTTP server- Version 1.7.2 * C-FIND SCP now returns private tags (cf. option "DefaultPrivateCreator") * Packaging of the Orthanc framework as a shared library * New change types in the SDK: JobSubmitted, JobSuccess, JobFailure * Issue #182: Better reporting of errors in plugins reading chunked HTTP body * Fix issue #183 (C-ECHO always fails in Orthanc Explorer, regression from 1.6.1 to 1.7.0)- version 1.7.1 * Fix decoding of DICOM images for plugins (for compatibility with Orthanc Web Viewer 2.6)- new version 1.7.0 * Support of DICOM C-GET SCP (contribution by Varian) * DICOM transcoding over the REST API * Transcoding from compressed to uncompressed transfer syntaxes over DICOM C-STORE SCU (if the remote modality doesn't support compressed syntaxes) * New configuration options related to transcoding: "TranscodeDicomProtocol", "BuiltinDecoderTranscoderOrder", "IngestTranscoding" and "DicomLossyTranscodingQuality" * See NEWS for details- version 1.6.1 sqlitewrapper.patch removed (included in 1.6.1)- sqlitewrapper.patch (boo#1167431)- various security hardenings (boo#1167431)- ConnectivityCheck Plugin enabled in build- version 1.6.0 bugfixes and improvements (see /usr/share/doc/packages/orthanc/NEWS rpmlintrc for some rpmlint warnings- for i586, one test disabled (fail due to rounding issues)- version 1.5.8 * various bugfixes, see NEWS for details- version 1.5.7 * Documentation added- version 1.5.5- version 1.5.4 civetweb.patch removed various bugfixes- civetweb.patch added- version 1.5.3 * New configuration option: "SaveJobs" to specify whether jobs are stored in the database * Don't return tags whose group is below 0x0008 in C-FIND SCP answers * Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive) * Fix issue #73 (/modalities/{modalityId}/store raises 500 errors instead of 404) * Fix issue #90 (C-Find shall match missing tags to null/empty string) * Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0) * Fix issue #128 (Asynchronous C-MOVE: invalid number of remaining sub-operations)- version 1.5.2 temporary fixes for civetweb 1.11 removed- Version 1.5.1 Initial OBS build spec file adapted from Fedora project obs-arm-10 16882150801.12.0-bp154.2.6.11.12.0-bp154.2.6.11.12.0-bp154.2.6.1orthancOrthancCDatabasePlugin.hOrthancCPlugin.hOrthancDatabasePlugin.proto/usr/include//usr/include/orthanc/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:17966/openSUSE_Backports_SLE-15-SP4_Update/cdeaec8e27717cc4ff985d75ff0bfc25-orthanc.openSUSE_Backports_SLE-15-SP4_Updatecpioxz5aarch64-suse-linuxdirectoryC source, ASCII textASCII text+7nV.YVcj utf-85e16aa09f0f3aa3f4ad7b8fa62718a9105d285920eb99695a8fc77da3236f8e9?P7zXZ !t/Vm] crt:bLL ]v dz-a%XjSz"D gr9ea268w>Dnb}ckv`/ \eVU%J "LC`Kԕ$YRK^H*|͹9qO_}Mt<__5*]swvK!K+ ܳ%@:¿ݹ3F :;07[_mb6Eњn2öhBSqx6*J IA)w.sZjiڠ'wFx{W.ncGȖx_s ؼm\?`هIHL!DdR6F='cŶ yᓳ}#{]dm}1h.92T<tt&2 huwp8i'w3Fo>ϬPaX-\۠DFݝ3>JIWf Bj(}Qq+ax32qL}32{T9*[*R0cSMʌy0%r@:@諠o@8+>>ErUq`_m! )c =en\^~AP2J+E?;ޕgvW柩8RO ]᧲X'L-;YI YߘģәA'=:IqMzUHWY$Mf7p&>.4h0dE-HvP |I{v\xZ^uťіB,Ua|bҏd@o/PGEV€= eBLVݓfh2h7kGpnzj n~t!-wV!h>_YhlQS*]S"n1rS'QU3lJE[ dݍӟ&H:@Lq/8]6=hD ar bo@snқ8k0< s㈨̀}>UyaDC A})T"ǷwRi6LY s@󰂬[A<O/`#oj H3R9#/D-\PFpGvcR?<*ܨf~&ռD{70R\"8:g rwr/bizF2Nj2n3|d:!^o|VM4ad V,9@ X͌\' M\DR ŵfKi΢6TFvCe (L*Pl}vheQ(Cys7F^ˉ ?a:Q`חWWISH\D<5E&ay~]xvr[uc~\Sl\Lx NFSz:b`*qW~kU$!XONDgF2Mkue9;iWTSC:lq@ &λ_W }{$!*:b"fȘ@l'T4n.M<ƥ%-8Pt 1h}+s6;" E_/.΅c N4Ƕ9O%ggʉ+vA/@m.PrI,C~3"Ϯbɭ1DGx4a3R{< ]'挩sĘ b$i(*ɯD./ǘlASD䌂&"1!n)k=@:|B B%c8^APr\ k0)Ew(?c V%O.u?4(1z%.$jXމҾ_MPIs"N'd`eORϢppmhp7s`!!Ô3'FF)U BxɠH㤨xk09cJxK/3E7 NfB_]-nz;,mЌHfOaڵcS=|ѿ9"yµm`iO˔͹JWǏY:`{XhZq^7}|MW0!mPBi晑AjiTduXM/ Ý&pJ9҈Tek0V wkW"w .BS>z63)#uF/pKXhފ!@7 8uFhn?ego#ĺ>9HY <ŨUPfE pOީiB"aji x9Rҩ,i,_D!M*d>YqKQ''+\Xh\?8IE"?e{@Бߖ0/)4s L!ٳ7@ReEB +4~rZةZƜK57 RDeWk0좓Ra?-1OG `9e[aT~b6#ّ`AfqOz᧩ &SD}yLM3uc3?EoY/;} K)I6vRVuɺir Odx~9?fMv(C&|n$+Jߧ_BlH xe̘ic1WeLOq#:{ĹY 16NK ]#I b[F:҇ )H X٣ۢt汥'hёBCr i/_ J80Hg],9MX+JB{kYB)o1G`qs#_265*uצMTXaĤwt.5qo9Q. )u41ӠE-tn6Fp#@7N[~R$m3C?ù/j`XN96_ǏLV ҫg̈́tV ᢈT>;SD,ϟ<>Chv`[5GZΪx$+ |'&NsLG刲W("=/hm<4AS'h(> 7 z"y1^`<+ 9_ko{-.5j*i/l&@uѲR34A&IY -mʳ/@$T 큑K>Xހ?I;W=S d}h-x!nϮy//߲F]txFU՚kBj.п<S߮ -h/ꕓKFwƇ"b:uBɪiEޮT*s@Ã7gHͧfXK=CG\,{_|~ `V/[dq#.iIߟNQoN=3; GuYY~+Oom J.SAZDc봊qaa aaxEΤދS ~CP BB[5b)$pv+~{*/asX٤ 0 wEN*ż%Q#ߠtq-(͒XϺ'Xl7ݧbBn,JPWh#S#Yi1F9g*ٴ;\i>KFq '>yIyE<;gk3A2(j0 28xٜ^N±de#b eχ>M&[waؕѲϾv3R.`2zN (}Xs݈pġk) Bl}f؞J>8&ikh>֞Od7Ht,0G`'QKLӯ J>'K jỺTI[X& 1vHoC>ai ٔgw]AH&fo!D-eqPIl%7]H>J-e! B3'7Je$1[7IJc8l`[~'g*qp75yo46Vty:ŷ}A_jŲ>KJJv7͎ddJ qJ ,P:u_4zyc&b8=N㶥ޮ܆_yDxrՁ`8k+}|9!!~S"Y}1=d1iWdrEc[a6?*DJn5JKe9-7\.l'[@@#q gA |a=رUBkq zB~SoByfsh9P;[1)Y \Ed>}#RŊ5ۑ?uZjw'G/i `WNs9lwyN y ֫J}ŝ Wa;4b4MAXzL5@6BUrGj(A CDvޜÑd<U$\WPl SeU̬OJx!-ZX yLa4h\mԔvpl%>{^j]R><[1aFdffy44`-g]$p#.c,h# J+.曒[q4[2V _e /u'ż8C3b~!6&7w x"޾BZ)9An[E.^'MH@+'`!ؠGf_#r6wXk衃sP31*O-m׮MVv< <N#t$>ԭiUW"hxuε[,g%OJP U f=?CʙuG۵WO8&$B>lvAfUf{9A&rwl7v09다͚ 򸚉.v_*:>,uZr#a)QV}dOUzneh#$8h-&9YYw"&J$Y&.γ[i Q耳pOW5%q+A`˺hJx(h|P8e<[@u i /|N34:{L!NDl*߳ elϥzO= LaW.F1LhՌt<5gXfD1h_EadP4,}"۳? T0_e<N,ߗ<8O\m-˭k[3p1#$8$S!]s 8 xYs/|E@Zֿ qĮYQ?o6ˀœ `~#|:1g?t}C[-lQ@=&=Ҁs9#6enBh! )(WCMR 65sk85p52+e;FZ!$ } v=MKi g[Kc"_0LhI(7ϳo07E"feQЗxmɦ{fV ܢF uZm:wt29q'ic|䋊@i`^b$1$9nJqզ bfs0hKyWL`1^t,w[Ki%ED S֡PZ: >c2A;F#55b%;0^GA*(!cN ]]kU$a6ainUȂP@=-~"Cõ;L9aO(ǟt\Ejs 8ߺ_?b5tt)Ouݺ%rH׼\Ddl.FnVz>O k`".P#OL5It^<p1$2 rNym$dC)ZY7$3MSW"DPCgq0=ykd-kv!9 ^p8RP&2ޑLAR3\Y~{rHp012v?yoqT7ˬmR2̧<\wh(v'X@sNxw*qVׅŽ~24!ͅ|݃ 2S\8",)~QYiqdNv{SH*{(T vgXnv<U.KJZ曅Wsb ݮj%iID{5oȋCK֚] 5VAs{+3% _)&fW55b 0d ԘUvjlc{߼ߥ\ >F& [y+e_. ,enIv"W?G+pqY-1vBӁm`sh~X>Ƙ;keTۯ9md, &O<~/MCo Ybfxumlx/Zg8)vn)9 K4H$O0tL=y9ʴ-,8=ժoGc:oh+hyC=|pl'ɧ wo]?b>a\ЁD@-^ތ&ւpL/0s\Ȁshg1`N0Ժ4VҒվe3S{g;%=<̷c;/#+EҦM潛ik" ϧ̭3WeE3Q(d6g߇t a/|LPqqZ]cٯe ԝ|m xPRWeߐI9jT-kˉs?D[i@=z֝и%:(gcֵ]~lY4eV-{ 1ȧ0n% ~TmX9"oώ1;$H\vkw4 :a>yr%f<!P}iwy0c<ܓ^iCES r_Ⲁ6_GkZ hq Gh}E 0Ѥ%K^lz|Seapf8*Oߩ|Q^833^LʜFY@Jc5?zI}N{s0jϝXo**K},.-op[^6*VU6j]oЏ7l !'"R_RK=r 4'2ӡqw%5[%y>Oñ k ;6pHRŝ>ptY_s, qF2CEߜ PP.WJP&T2Yq̅%P\PWOwYvL%I@7,w h1 uS yqX#zڞ  ƂN@nM]d|_ KƧ!yőm$eB 9[>KV-hU p(d-%/oĊ ˄w?tF&z WA "7)Jlka=wKj'BRgaO"6LN3ʥ5Czz d }&7h/ tF'H̀.xs,^bp5$v'=Xs]aý8<fQ~jb2ٯً~~moCz$Tk߸x6K;gO=;ɵl(B5D'2/Y&fA;hRrgJ58.vO6>dشv`.RAπN;Z]]L]aIkgS}+8A#5]I)76rwk2EҗJ/3P%cB[XC0w.+9,‘$sbU-sE3ꆋū+F{_Jx8]_UWCp(mz4CZdy#ˡ){daVŲ8P{ZD*'i-mmIF=fb+P:jfZ%H/ ~6 3M4͈Yz#*{q.?cf Tv"y @%~.E (M)kq tͽoQfl<<#onlbF 'v*M!)y=&э+pQӋnna'2k˔2蟩b?M$ JW;@UF6Vڄx~N +R8PoӾt?l![}o¯^p)й;Id=\./,KoOzgчFe[ 7qU9b52Um#}AI,&zts{,!TU!T'L.LǯRYKq ]5mhexR>h3W# yEf ']& D- "(RVܤ>LJ5J^qbyH9F ppE!nO\m]"_n9M bk(bS`SAϐA98 N ٛ[ÉSS,ՑM.{J"ط?n bgʹ<~ =m,DY3,ZA,\3pxT'k)g:j(}HoPiv[B48t @lz7Ƅ(ѥͼ- P#G)#6ݿ+lh^NhtN  !X1kELx{'}Hw_3.\NMEEׂ'f99 (.ʌjp!+Gyq;OԵ'k}Ohu\^Fa4()DW*q%SVԅ'+Uʻ]А/Pތßj˧u!{X G )HL>kMA2;2Ce3P#Ū>^DY;@xoC$t&,2VN!tm=\>"YT!nC#K42gRb >R!j5=iҫYX z~ʂRg%}liU> p$T]_GZi-h%k-qj9)0+3M*N\r$|7q2ZssUn~!arߢ.'kĭ*py^A m{wSږ\~-N+T[=AH{Z|1/1 :*'wg/EДpEփ#Y7@ z^6Pے Twg򑄑UgJ%f2bi RD,k!$s]J>rgB ٭𦹮vݐ`ifN3]Iw-3C*pVdIE'hY奆E\.GX|wK㳅yUk㟈^"Q3Xƙ>8\Cu\m\"l:C7 gN=򚳝NGdd۱x5[ ow?ƳI\A|>=8q_.Fhp~KE<|Xywsˏˉ\ ` 4 Q+=!zۇzWJl=7籙Z4YScʭp= HY QO%l88(?AlI|҆qy't/xC^eHlAJp/ĝ$:xbKQwr"]n5>RS$[t{V0 '8꛸mI!STp!: l?KeA&H w'QOEsfkSbe Ang;d-jBA7Tʓyg=*|'T̛=}y7RO4ѵ4z0` ,K7Ev=%41"}kSD'Ճe>׭Gɗ:̒n~lvdKEۢrnZ3l^TlaZ|׼23wJ#N֣G`{F!iCk]uR"IBvWmDؤy_bu[CܴXR0I?Zhr,E[NF;5&{N&jG#eИR~@.̈7nxYyYjgh \h^0[Œfy{kƳ7>۟ M6Ou{ة,/; zr>1Mz;!mWrS.ېIbxCGޔ0c@r4RfbIq޲JȺvO*'RT0 PlCnR:КԮ3.>^n.R}{y&Ӱ#"2%S9gҸKs]Yd:UWBt1Df3:. ^cno=q [:<]Bfrc]l,ϯUJ<$|\:Q\P`OAL"̫gߎ+BUڐ✁xv}}4'G%3mORS;}A&wzɑl'=d זa됲)LSuC}&I6NٸJQM-wfAF)h 1@ (ޯ|R~Hj|Dq'=瀀Aˡ0MYc ;]9aOqodFI~ 9g}f8r7fhK44A* jk_ctUtYqPv jN_0]~M GM$X2P`DaOڙe6RrȜIi, +]Td1+&g}5ѳ_' mlzVz˓9D+VдSyϳ*禴HSO뾔qNs[  }_'n_м[FHKBN>k 'EtITu-_q_޸c2✎\s-F\tu?hto좜b~#O/&A޿rki C ?ЍUD8Ko )/EyfNqES=F=6c6i-LV?)20X%7]mSjyEoz ݂&Z!u0GܡrZ+9Zݡ . -­S)DŽ Rox Mk/ Y+d<+;gחݠ0G5M]؁Zj瓾K^uc̊%P7]³nk(hG}툄K>"ү>1{m;t<e1:G!?@`dљ' CK)1T _Sv|A7-'=pԹK\b\fMan(G|$diGԍԁ2눱ݷ`W >޾zAXT/Rnx\i%Mr IN'Vʠ)9> Q<^XmY/gfN\ *84D59 J֣LoHQ,QT|-#VQ<'A,uZl~ʔјhVt/RsPCh1T fK\bv`^)8s+ԕgΪ:Q w8=/\[l+EQbh&wO ?qdup5׹`HW Tғ,߬?kP !"NI5F^4PS~ƈ6@7B8Q3GU%cX˳W^᠈053}K86L6 ~ClaH ٷ3A-ksW%p`^/Qs׊mlKN$>.S6c{\v5^ӐR\In052(q gTE]Rb'xciK?] 9|~_(XɜM cx3-XQ7e1nq66 W'Yo+\ Aݷdq{eaC |${H>!Z?LEIE[FttqO)Kٕ{lc_g8;ܞ7{0'Ei<$XQӃ0|ԁVxv$~h6KW,aP-xG@ 2-ѱ堁ig[ӮDc&[b3Z _%ғɛ"Yx6CݧꡥMTŮGyz|_N},-=2jp#JUAxj8D/W+|&aGFtjz ;80[j=[HG!҄+uo2C$GX١s-b"Z5ar2C dg,.^OS$$7  $P5)ȭtԴ𻉂C~83S )}VbF74lɬWK*Ď uJ'kL}Dòk$ڛ(&*wr S6'TBV)Td!TX]D^ %}tgIw ŮY3d38g'WrB]sH߄'ǭ~nӱYݱh*Yz?u^DSMDUB%/ ëOEM@$Z-fHJ]F]*4j|ڝ?ݭ^?ןTwl˂198'?߆`ŮX^3̶FØY;rsW-8^֦7Ktp.@3@2F "F>0j P-ÝG|5־;Cv:9XFgeeŢҮPA;zƶMT% 2q"0l—2r@΋ԗHr>4A& Wd|gx؃o&54 =MAU!;CH`=Cʤ#[a-uItsAHI_7 <96T -w)#XI#r:qŢ1)֗|m`iƸVH[FZejSvR_5MbB 'A' =P_*-Z ދVF*\R2F# ҡfM uZ]D=X'MW>Dem1z %nCUݔc[۬g;0q6%2`c%Ta9`hgEvtMh9C[H6=wSod9O%CM0,~p78lO ; `c#\"{7'>@esuZ#ܬh{`y-7umgHἢ$! .QP+H-"'7St tl/IHpF!_Hq :Y3'Ϲ/ڒ 8ܠC URuוOlUwUu jM \Qs|F. < ۡ:daV8j2݃0Z mlx43Wg6*8[ќTم'ν.NǼMa)L69B\XervM kϚPbȕ0z } yC4wPfnu\UzO2}rT:P 0(]<| `e}{SN5PCiôX5*Kϐ/]r3.{5[!,gu9o< &\Pװvp$)h%9O[d0j1!yN pqF#bC{邲Y񍑀YE, bAA=2@(͐7Q5 NJ2!ٜ(i-W}=b:B5tz7R} yy%$sgƽO) GXs4.T,m)P=DұZ}A]ђ:T[<; 5"_(w`ElHIG< #5gOBy3[5ʕLHKT* Z"֤PzbDdO]Rx*wܚ«U! fȩQfMmEK6>i^jL!aFNG\`8xB ^QV0]ۇDl۸@88B*򩡓tRr{Q,ؙt6 pڌH|Y: * lՕ;4yHς2 ˀo O JF?\+:;S4.9*:fg]|61̔ΕBDTXRp^qql6#?V4%*7z!yHZy "NpvB^3G|Yx cp$mw{]W- < \٩kIK iG,2̽;OVy+4wlwG @v2ɀ|PpS/C}3OhYfj/r9;,ڄW)|&S.?R@|ؖR An(+a95ڹ0n @6B=x̳n+vvmݢQ62mx(M6x>ކ_(a>oW3޲]рWÏ.OƜJWĖ5vi䨰Ow.yj[04xme6X!T~o69ƫ0vWlʮ;Nr\ˎvgBdbW Oǻ/|͸TTgŀ.۳? ^ 0#d D2#*Eޛ[xw8&bA.dٔ{F,U8_Kia:r29>ZzLG.T^/7Bմot".el`}xK*{3EO@[FJox=PZHnhsC 6Sѭ3(4{y2Gw߯o(ZdII_ZBR[5 _I;IhOv¤9 HJ Bs?GX 6k,vAr {1 b')}ΰqoCCџARX) XffYatL%Au߇7@8UT@ 6R}!(>e@T#`i`fgZߎrD$>7z䎔G,EVG\ nJ) t!M yXG g{+[}˻ #UdwD|U+ 㜈LN<JOt^u\S= |Jm'iyjP&+bOUQVjÞk9p_ތIˆD}y#}w{V- ȉoXLvئc0+bYn^C4QBZAQOk3!~PqCo8W9KM'W(C񓭜 =t"7)3Ю}#."ؒ"wȞ+AXK%؅S!8]j E `c t3 lM ++ Vew#{PYD8_|1 #:-HR.Zѣ$^jKFU"ޖVgJGYu~CG9C@}_*_ޜ |Ta7K*9etӘ&At \&,+B֟EΗ} r_ 06 :67uq#/ijnmB:TD(*Kc'ɢZ*K;-l]zXyTV5bN~-6 د8/0H@^{cD]DP["6u!CmXy ?cN{m<<ۢ^Y\u *zrtFb)6>f8dB[JIFzNtYNHn@ u@,|f>$N|X9mu! ] t;:}̬q7YBfeFlD r^MpKJSRB| "0z$~'gHKY'UkK15jwGD18wksJ(,ӊ+nJI9Qx :9AS&k,<QCtO:0[j?֐1|^^b]Ȑ(:dhh#iϦS%W@L ?cl`q"]B|@ )VD߲eYHG E*%+3)8뙋0ˮ2uOl҉]mɠWhBUbЯ=2 z]`_ xs3>aK:/6͚1/ӟ\ysJLl9PBIi3ނ+S8x?=6ЫrQ%Ks!ӲdCT YiШhP)68AG!ur.4Ȥ겭u~+̿O>8z^*h NUſ IxW\vEԉemeׇHXU_5Kk<ҿR͡mZsVEfo >'ʪqa-A5[7A> ؑihT2!VHdDwq,r+MNвuK06{ł,צ3_mF1rJ\炀M&]Nz/$@Rڏ"6GA j@dP9U BM _Q&tC6}U.J*wz=t748Lҳ.^~_>`V+*_#-J3QkD9 Bfk{Ş=6AR -&/YXϿ4. Vb!3q^ L^ඒr"=&ؼ|V(䏐ma[sD2iUQ_IvٸԤj,0CܢMo@vRG̀-j<*e~T?@Wti;/OJ$nJGt:r~ett/˗7GaœٞMPӮ,b̆ŪN jU{}=20^W99X( :w܍C}0sE=ڊ*mދ4OX#'q$ƙw& b{:րZ_Qq(TSG $ׂ+e'umrEˀ5֦L ćl(ы>R zkshZs Rqi9|Μ?pDŽQmR>c449vY웡#oS" )2K3Bl!^)oBDh'Xgg/K\)/EM3cr6v Ez%i[ KN]WGR˃@Ccs{J]Jל!wm xfSv_7~_"DkaUY3 c'$6nek$;uYꚉSiim"DC\1Ñ>Ƿx`!ԝvWcuj<6JRNj!/LRQ w HX5)\A#JOmNț|UD*[ߴv0T jXi+Ě`Rی(5J: h7AW(\j/Oy*]ٴ];-ay*NINrgjg]346\D9O!@є%FwۇP(gT'$f NR>? mh6GY93wAo}O:" ʞRHT)eZiBrN8#OUɕX) (":ԓh"En+ֱ` xZC<{@r G5z-j4xh"הjzP0RS/qV5/&~ g/5`78;j6ы$롯k4ƍ'OU78ʬC%>׬RBLNy0ʮV {?pPpܬ䀊c3X*9/|KxGQa Ib[-'K>k*(`|& |8ʩHxic!Tm&Lwj߽*2= C4:rjkEޫ KtBW~Y6(._Y9Damd<PN1 \Nk$}[xf?Li>$$p =:F \|-~EuEfŦ _C;ඇO y&1.N+ Yv^6X(ḝ46:%0HW\b`L]bp>*-Dem x+{CcE!`r᡺af" a^X,GN1VhY j%i9Bۺ٭b$۟PK@`:)lf˜ᨋ߶;9:;/V z2z`:OƊR~2Y\gO&G;%'2[^8ӳ\ y#{&Fr玻 &au_M!InM_ z4`,J= Dv2Zoۼ!x3^'KA-i22v"zddhzkc+k6 Q:f1B9 iuf5>NRKkcl%wnF֘lGCl7-3R:N+{AGժloKSLE;<Md$1[RZ͋v؊thi³i(16g67~gF ߓw*2.cܱ v3cYIF'u (sJCR;rC-0kjuL2%xvTF`gM慠xb~އ's!-M Bc/`AY|ף ƝLQhtʵ]M7vƦ|z -1UYrE!fUK~gm}~G*Tt+60uFp*zo\[i_*h u'~Yf[߸nߔR<Ƀ;%^EюU-ZIkX-$,rN @]o$xK(<=;oU&Eh0SpvjnobɚbEhpp6AKc{ɅDvpՋ4P%?Q7U6,5vrfԓxY,'z^FgwX[T#XZG. N#wOkfGG̓%L-oo bԯdtHwi*d7kAgQ_-hH~2jդ"zy)8wĮLbF4 Ahk } ;*<DŽc攮NeGnz>b;c& g!E@Q1 &c@Ç-h9@)D ꓝ,5"~r,wh~d[4Mv]}:kzjK2D8T}Y7[#$|{e{$ {D ;ӜA9O37JҮ+nG_㵽E6#ĸ^Mj>vzć 敫GQ'0O1o&E&(gς@L Yn,H#A\vX2~yyB\D ve,rliEeezQvVݲKS-u3~ri*u?#|7A?GݧGAόMUN Ц|A0ҧ^ R>=~C88 P\WUW,d1SQ!'=L%gPUt }ʾs~g:b d-~=4^Ɂ2E~Ӏ 6G:57r!pOLh6n3&Ie16* enj>1WzS,VϮW gڷiak=xxv~Lt$}~yms'-5 M1R) )XUst ["J!1aJvK8+md{%f72 zсPv;/]/unx2X~"Ix}P+rלH?b+&~-킷 ).&fg8pOaM.aO a"څ/63@zfh +p3:1 Rw2?M(Ws@`W>ORXq+r)3B!jJn#xfj#R͌y{x,z,켘W=ff5q_ѭ%#H3ڈ4~;Imꊛ7}îۜ[Lxɼn3TqbpU^bg] c4Vϥxb"ܰA)_ԔMfI3N3簅 tQ-J痸NP5Z"|'tpNHS"AGJ @^pf*ChDj+ RFq=9&2B y xVpR?ZͮV#:"C/A)ETHJwbߵcTξCQzvIk|_@>a3}.p0!;[ VoF.;w&.a8maj7~pڊXcC5BqJ d_(`1zÅ\/ؘf6\Q8/iPVnl39;;ΙK'f9wnꐤK*_ _>E, Cޒj) h b 8,u6\?[CcƆh+×]#fLZo]}Aj1Fl]Q)-U‭УQWi<DQo0ѲFm?z"oz/4amM0QdWbj{@wH#&fyĎ==?Y-QĄNK,2x"%:뗪,gt$}%2ZQatvVr#z.a3;Ք(r?{?N:z6ÀKE'rgxYT |-T:Rd2I;JSWڜءY m:\@ ꣯9V4@tp΢ZNUd[ם͎224X2vurמɺ(i2kãQY( ބe]?(FShrbt NxXe~ (l=ƮIv\Jp[Gg7 _gCuDWp+G-:#!ТkhIsk1'gm'{;`5Ήf$w8k+\s*4/ֈ}iH ߤ+bYh*\*KնNr(;"=qwxQL 'C M1+HEљJa̻,fb$` 0Xp]lXs.* 6N^Y% /G|dF^EUJqP2[bKvhg@ [7OK[cI_2ơ#vӷ!+i (V:Z{)a91rP~=E>kI>T;ĘG:k$e;Q'sUQsa"l:̐k,į}{_o]<#Z:X}\h06m^PoZc#ԓ"p*=%@I <3ث%up ۏ2FMWZEm:#)0A\/\=ĸsM§?\u!-_'=wumrzF e_gLJ Skb1˷a9*; NbR7&ݙb L'RA.cT8Iy*$ޅZbdEsK3ӓYJNE ]En6e7WFH7T;_E)L `b"6iA5W=Cա_ #l;`:N+3yXDoH!z5BY $&)sx/1$԰SRg⠸f4x>:u(y~Ffd4_ElՊzk S,+>S"$FtK`jӷ U(C-lnA(a~tC\5Gq:*Q.[yEEwD'j_ǷVI&Mĕcjlt|'2[Im% nQ9YAxIY}02t]yMz5 x/ɚ3+k`2384f8Cv;\ƛSIˡjY9Ր# {HZVI; /6\֊ #|0V'3 P0L8TZp5eko"\ރ^w~POk@!s |ClQy׮e|jEO KTxkb%/{ tdAc%Qzx9 ɿa_jSaiƿM# a=?_HWHuCA-K;벾?+jlen1gb@\q#D4ÊCoqa)}cHzzh\ dڬy!ڥ2xN#kfmL+DwmIbwهr[j7L-lf[$Tyu:"]}|nUK5oNSj4M,Z-L &sOSm𺵄 24a_Bu+QA&%Y{ݰM eVp.0 MA#6<[9fٖg?=DBpsҶ}rF =P6Q>'H.;*WH}D0| D@ؿ%hJ?bQ]+Y0ZAb#W^J~a$9Lj=,zOjA/G+6?fA]PpkS ߨ,j=>Sj/P߭I,)e܎Eaj|a1I`W%Eo< Bx[0)R 鶴Aw: :vྷ~O|g2/q$JNpi,}a)/2ӁC8dѦ%+=HBj N~\7ͮ<0qsvM)q°{A% y"'fBF&N&1.{X⯍Z/s\MR$9`Wk}5_RC{H*PlrC5[^׻~떼.vJ2sf{t]Z[v: ^~ 0\ƹbNs[ȉm15dS%rQߺ&~ Jc{PYGa%uMXxAU ƃ*ȱ%d + h_˱Qk(r"#Va|S5g༞Ga۰~C߁gi1ٳLF7 ^-5 @'hqY{2UɞK@ HV!et1F>W\^r T9by+#))Q.Uktf^_w-{p/rn"jȎ Q fYi,SU+{Fq%:6bʁu,:j;m -1vTwv)|vl1M_vS#oَ[!^3 ehlf: .e9^~t]HNLHa?'ߨwO<?2l>/N<:$YUG  _q0%mz 5<;҂T;#(|}{-O IQ2nO/^ߦOAdȧfl9yN\Nߚݙr Ϙl}$1YlF& JkQNJjxemYEd.o@CCzlokwKffmET@vn%S:Cd`u|v%'co'V [dhÕnX&hY%,"' Xإ}ܛg [7 TĤp67TΑ-F^6d`.4Wja判B--L98|?Rq@r˳OOpT5c P@ V#g݋ƕ3~ʛ(tzF 0i=HC7emS=t:UIރa݊RE*n(Rv(=x|׮%!ßYZ8tMvnʿ? Tb67.绯vҠѱ{lS[D'{|#"O!d-Lh~ OY; WdS-HKZ#v3$(3`׬;+ D- ɇdq/)xpFfk@ͤ0;lc̗@`? n`{l֌>V:uХ%)g^V.˗Nat:(@ϖ8vu@=]Yt;{Bft,n:}]aFh419n(Wor(l9y]bM{~DJi]'. bGXf2sibw{.Jť"It^pznZO/y& UѾa\DRLl Sхm~q>f:\ؽ>WD_*gEuGEk[e[„}/\IE 'C\7*b^rϬ]U1PؽaBvGUL )aQ/8 Q h\d5n` GI8}@57w 9:| Jk${tdLT1P +L72>M>SO˼b[BlZ3Νjs1!KJ+QY!qHRܞi&1e]9kAׄ7|9P{3JTYZpt"ӳThU1YS(F$sA.?Y>j,*6K"fb"DaBg@5B=rCe=֌.´e,9CL>Dſ}#3a'3iP\#3 m#֭(^\issvwÚF?m ;q<m^p&? +YxQ n+$Da#t}X  Ú| ȋ KȾͿœ4ȅ-ϧ'#X$椩9;-݁'cƂtzp1+jow0pza+OUA77A$:VD(.;-D8k﩯| 2Iް$8n ѐ6}x"eN.vJd:ބNDWT5܂.C0@HݫDw37-HT3VtmYI$` S0B#cj*PZ+t=B7◼ i-;qǨiz㔈~ֶf4:q)PL }nR-Wn448X) S^T2HTEo}zS(S_ȓlVʰ{|esvmk3Y9@C4 JLF.}.(7)9CF-|@z?L](Lkf n>%!Dbڐy[wg×w\p4!& pvEC4b2??qm?8W3؁Qf0 Z#=}& kBlِ`XXܡvzkQOdJ|oLnџU=ERl'fqg{/j\uzG1C\C׉UStE`8:jgLCB/ E`'Er[ W]`eͱIZFY_w8u˪یckcrrʲ#אkDB< 'KA@Rڽ yv'9gJ'v#u5?qz*Ïۃ~^E?6g'̼vUob  >[ s,%F`!fnk !n.}&6tAm W6=L5 t\#>ae\{Vy0@ق.:|=t 2|C POc]溘H*YhBŏtAa(_+^M 9:7LIs'9xUڈ)R_rq5$y}F(gv@upk pB{֘k4-=bz2b ^(7~LQ١?ρ9#VAX9d IGHm>0ha%3])7=P8g+FEw*ī7E1\0)kq*Xߠ($Ho1 Ưz,Fwtպq.UXrl3mm ʳOYEhn ;#unW ?^n ᆨD`a/ l bb'.[dBҴΌս8ygb-}?0`f~QbI:$йPB/,\,Ȃ3CwuhA7Wϵ7bO^~ӢTK_ D)(N{D: cwуm6Cg1]Țeelйp|Hftlu-P5 {u% CzEtAg?&ȿ+韛i>vlE4<.[EŶh(&D Sj\dzh'(vH%W_[^w)m>b̚郔Nި .C w*=+J~X bjh jښ_6~3].^V5ah$?"ſS5q:c|f/%n>:bd:V)4ޏ>aQ"Z[nαs%' wxO.ZM3rl h8+3ZǎWVpp0ԁYiFx>2 gƘϝxm)۱D_b$q۾=uC˧d>Z3W-`O(/)BgFϧ(S!4y_x4hB۟6"u}w,W6 `lB'FW[_FG}bo[ E4^^1y3sB/_*N!y-P1ZEzdz.`][uH[9сiAuR$vǍ^q N؛u@7JP>YPR-n@{XfLF 8?Gdq᯸ prj 7\?*,NVT`'{NH1[;1J# Z `yJ%!{G;S-NE׺h &lPq6+#܀Ql3S}C\}&M{F^ ֭4zpzM3o/]B*a/REkx VO)Bq4jU_%: f9v=@ӷ-OHR'W6{C [يW#Pc}fZ}sԖ)ad3pJCS_YQc5H`Cl'Cykh|*aK߃jZ9"p=JmUE 1!!TIRAR瑕^/:ǼQ]YѨN[m!پȆiner-~ H8ݻ.u{jTw ~ݔkp %0݊a¸\!{)?1hJ S7ãM0gߡTsB*7c5{tFo+JfՐa$ZnMa`x12> "#Yg3*M y`;#쁾Ȱt!47 jqUiלʼy,^Y@jg0xΟ8}t,*SlaիWwɘ="y ;67/Lm̫t4RE3Q'X~5F QxM-bJO)>tjtaOTk :Ld(^Tpi3}[(.y$~0l˯DŷLwj?yp#}m.ٸeR $oPi՟ϣp>+WfݛEM2i:´@0҈Ě#A%.:4xb_%޵lGmWB{:+a p-0 bǫEWlY~RIT-(+!Ô2ҸfCDŽ,ɩ"lMm6Ka: raڢ08qFJ(VkIm0{68?&(-P\S։FsbBF--Zid\oS=U> ;O<'ӯ m* Ov-݆$' 1QX>x="sC%k?eR=w'0ls @"cz2sƚfOWTr/cG+|o=Mbt7a]rb3%t әwnS9dx^bzࢭJ5eF b8@ :mgJ1V蘺r: NU{/?@:wQW|}R8^Dl uYs-RwGHJ&MZtCy›0DͰ;7?L y+blD%km{.5o9~C6uQAm&ߴl Tv$OZ`jd5՟仐ht4tj`qBmy79ghcW<|p{uq߉]yyg׹ n: 5YTӐ>XI1V]ԞWT.k~9OtA=9!=m-W,1}|q.F+-y'i io\cˁ}cO/QQuSީEm_ ʇ<_3kt0J.>MJVj3jdHm^gZgU%6fX,A j8@iC>qXƣX}2HP7I#H@e~h9XI(v64/=ah6U9쭇cVbWW|2 [ }w\gb7-ʘ1CIP1پ% #Wm;o- "t kBLyB0C߼&#",pg* V@/$]ڎ'[)d"DR aȶ?qE:Z`?z$ NB[)',GŴ v#*Fcx0Xr'T9yg2"8h^`W]avog# OC_l -wX[XWmjQL>~>7/ {۶iǸ 7 fX#8cEOCV/ NGpXg3}!¦Igf?#yi$M29|j)}n"U+~Gmo*sTEEn60HQTvU)`5RC+q2 `#$;{kwNfjW1>|\QC*÷}tCvTC7wA2AmK 4}XЊ~fݫ@Bc¢=? : A" k^!`Kz^1|:^ɬz7<2|r[!zu!.c\ښGvm DT$*)|›Li`yo ^c%qzT [_kjn?#hstE5X5o5?+Eb7|X>#2^j7uʳ9cRoG2熶#"oq K1rVS)!&Czp|jXy[ə'"=aۀN)^$C#2_+EB^V+/?$1]StNnc*݋X!B4sCFM@]Mu,OC*$j!"/y[MkM9Q,E#r:*% M~Ai)F )jANm>sDǙ'ֹG& d>|Zv|l.{-a@rS@]:__^W D ޻p(ͷ2YC5HIK(N3LGS3k[{a9!!3 DH/JP%ůWp!DhsTv AFVbD1Œ2vs)mڼOf5phh* Y< TF tvl1%Նk4o*leh-e^ڪG_8j~tٙ:!)@g&Ӑo:O:T`kUʼnw\%E=2?n4I1F [)N १=K,~_IͅUN'7Y{(`D @.nqlAHe2a*ijlXN&&&8q>;-2 ([mV,ɔ/? ]{lvP-S͡Ix-4q_/'Wv˙'OfJ Lۉ#/-&1AnԞ_j~lӽ|twX 75?cԧ~P_ȃxXkUMٜ]Ϣ{U  5u9KmKP*J#}鞰FLEY^XpZj.ơf.haT|rZ{鉜j9D+6,:@'8_YrwI }끪T}E,gL{5(![n&$k5H ~0 s!*IYY&+F">:qćqǝh|Пov'|({Gq*)1 c6rPm}L"뷌vMP=;Y'gE}cE;OD6 b}ozCdF_  {IÓMʱeqdxc/w[o*oJL sOIT@ שMՍu`Pb7[9zh@QrY{iJs.k\\Rcfҙ94*5V)u<+n)1M NfX4lkz"$ᢥ,DIe\1ǹ\y=+ڈXr6<*4/&\q9ɑDdKFGZwI|o1o_c;6Ag=_ǥr)guWcb tOJ|yWCK[Άs(xeGquJ= ՜8<л :>eU11_i%aʼn)u( p2GlwosB"E{I^}!:LK@I܏PY{hd6j KE9N+r&(PHK? r2OU'mB&?L8_B4`',"b ky O{RJ E#g%}j{x .q0]d}@SWQ*  *OE=7dq^.H SI@¼z]#s·r?ʃ@ǔ[~j 'ثA&?\`/m{t )^ hhK%Q2n飞3h68tX&ϒ$Y0"}Fc`(6eڹjOGV؇"%)1W^r%Sf-$~W;I r?l ݴ{wD?kϪN?` r&S͘&X/HRT,o@*L$4^XTJM+g*SRWB&yIqra߳6q%xܷk$)iPvuhՐӊPKl~Q!\n+B []A;^}c(Ȫ%iGh 5Q@9Ρ߸hΈN])LM)Nmʀpit}q"Z]ERÄ5oXfϴ>f+ӓ\A?qQb=0$g, y8޶k an̍ˠcL#(,n .]h;6sÍZ̃UKq]_D7%PA Z/nCŶ;TANT7Pqwz< ئ;3|4MT/Ć^s HMݻ^QU@B|c@멱eFsYˋ&SǺAcV_bSqxQLԏU6+Wv6Owj4m' dXXnFНj<Z[^g2"c+@ D!+a< 7˅+} kP-."8[GGt޷KJt\&d(~AZ(Ծ՗(qWą-i+cg.I5qB y9:eڽ/[T2u7kCӶamɄ.NjHH"'(թϙo yvL)}>Z|S!ǫgE;gC;؄ ^Hڔy ֒.JWݖ u6V!-Ufжy+$EJ!Ʒ]K";Kc 8v!T61( lyН H]Q0@6;2ǽUN۽.rj,ihJ0<ԝ5F*F!_m*g/GƔՔ筄a2 .[; F paײK /A)G)e !TSRπ@$E@goCt Aᙗeb'HN ?܆e MUOz1_ܝ=v8aTa9j*1Z 7iCTbC[cNٙ?iH&( Tbt< 6{۩ 9PdʥB,AT=cKd:L[YP5ݾ_K;~Os9v\+ PD8_wG(uCx1j0` YZ