orthanc-devel-1.9.5-bp153.2.3.1 4>$  Ap` !M@eeeҽZOni+;=ajCV6.kLΑy6ǮA†DV> f.b0sgq@s%X>yIa0YUo+ [ٵzh(Z/s uUEw!* zB'BO2Lنlt&̡7.mBjCթ<tV \_ʲRTkaGImoܠA֢Sz;5'&/57ad18fc618e3cab9755908639401d11e414efa5390d48818bfd3623afb0f48729d1abb941331143a9e1b625d3d430243505f8ee1` !M@eeeassP"p8ly2zl,䑒kEI*!:ywBD|h+~LRۢ0n9DShK@&.I4q$+uP[b4,[ևye%"T:,f/R}b>sCjytO',Ca}2^&/"͹ɮ>p;LX?LHd " W (GMXd j p |  .P\(8(9:FIwGIHIIIXIYI\I]I^J.bJRcJdKeKfKlKuKvKzKKKLLDCorthanc-devel1.9.5bp153.2.3.1Header and source files for creating Orthanc pluginsThis package includes the header files to develop C/C++ plugins for Orthanc.`obs-power8-03SUSE Linux Enterprise 15openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.orthanc-server.com/linuxppc64leA큤```686f716ce06853e2f1c6c5b80192c19d9a4d15f1cea59ee5883c6f6130856a378719fa8151b126c10f4d3ca673beae24e9838fa9ad66591e25bf795962b33f9frootrootrootrootrootrootorthanc-1.9.5-bp153.2.3.1.src.rpmorthanc-develorthanc-devel(ppc-64)orthanc-static    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`@`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 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.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-power8-03 16262448201.9.5-bp153.2.3.11.9.5-bp153.2.3.11.9.5-bp153.2.3.1orthancOrthancCDatabasePlugin.hOrthancCPlugin.h/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:16696/openSUSE_Backports_SLE-15-SP3_Update/9af9153a5d3fe8de28f913c536db8a69-orthanc.openSUSE_Backports_SLE-15-SP3_Updatecpioxz5ppc64le-suse-linuxdirectoryC source, ASCII textAr!@XCU35~utf-88ab4af0fa50203e6a52642eeddceb2838c841b06aef53fa76499e137f8848b49?P7zXZ !t/Ϧ+] crt:bLL @)qDf'9%4r܇1FU\Ca?G?Pq}:ĩ*}q &ӿ̭M9;Ү>Sj]r׎kX l-Ip?N.ؕX Dr/x*L=:_ 1NNZ E22$ˋUL漝O#>{vƉR=+ߠ.һ⚚neR7.10qrř+7!L$=o+93q lbKTVjnh%"CVT$XjHBet8U[0}1e; 7 oϪSUy>h`0E梽6u(&OoSb1kmtq 4\ 0Ι(z2 4'zn6D=4{Ld2sYޑI27m '*#S\ VE l4E5VeוAq!FDF0ctď~"vYR[ OҲ<&w>?.g3ēn'B)2%F)CS h%]oq+MU+OJ=@3SKomGn+ DU*[ʭpZA&;&Kl;ݟ8 # v̦ͻAEG^ ;Yd(R`~ɩs6Kl΀z02 $WO533qGF'sw±B.i/we)J yoo6+INGӵr?fYhs׎;»sg_Ձ)6޽ p ,)7,u:Ɣǐ.f%Pn?cO<5O@Swe|.8tKY`BdS?6 f~6m <+tvh(G\-6@r T[r_ƃ5h7ݠe::0lwL&GBF,Uhd Atik8Cb G7I`e3&a29G%C-iZ*2E궼S&2/J3:L8Il>#v*x C9TĜŞ:\#zvʌvϽAZ]$<[ptdżl;*nTœ^IjQ+E_ӇqeK+LS-HސPЦ1J2r%;@B5Yp6Zf S0Qg-GMb>;xp)w*_3aqW hnj 2$dy3W^{PaaW=Is]%Rfxzek$_o@[..i(^$q V"0b/M)+tyAOG6(E }l"/R:W{d$,@{5:$=]ӈ::B{-Tަ{Kz_q[2DKS9mIq>|a6QN3]a.JMhTXL#)Е,B5c49@(kBe(+`9/fxբ)8[17q(}Sєǜ`_y!\Aߋtkpƅ* EW9{$I(/YR5a7YxQHg7K1LeQmՕe0r|g5H}v}C"?eYc|EׅIˁ:9Cf/<C )6bN}s7&]Ԃu x]:)4` ӄj((=8>D*nA" l{l yƇ#"Y&~̀aXCQw:We*$렌,Q.s=JYOA &YW!#oь+_rNJl-?j%: O;&Bxqxf u4;o'b ;Դ+ iP}t5*d밑?4}w?cl(oc-=3f9hNp(yĤS5D <]yvXN_j %R*0DD86o{q<ȸŭ PTȢq%s@$h [K1 Iϝ/lR,@ק7hIFs`:k!o)e ??6Ğ[cbK$)x8LfYQL]BxO6  tA/cRfL#ܡ`lu/襱㗴K|.77mKSnZh _jrEGap[$;?ZSdvޮkᾎ yu{#sx!sRu>ZbsgxvRTNp曢vZ7X"= -;ҁZյ mwML}y6c,¶)6ki)<E?W?7R?岵/ {Ӥ351+7.OW\>!1o?D{yMACWHE.H0Q 0kzAbB*^$h+ PL.f*~Ll'Ԕo ֹ5Mt-aӿA {R7{T bYȳޅH+np GtVl@dyœѲ_zq4yDIDEnMەY\\pТ4o7MRl*e.;Vt4RMhc #ˉt"&]eZ3w orIYDvOP'dd,j/"k VO7/0xnRFAmm]U/Ņe&~xFOJ?)q Ȁb((‡~2Ꞻz:@h\clbRAC^K]*i~HR_bA@2jEv@Ol4CW&7f32=dl=/*S0V+iPe'u rjBHUH9Ir3^cM՛N?" ܰgFo-i6)eg0TTT =y;%ҹ!j%@d pr0<~X-!ˎCᑬ x-ݍ#`-./"$ewz]`s.1n. \:{'3^M5NbN_U Bд DIC|Z TK8!e>Ҩ_LՏv5'H;R"~O.6WK:Nwx62ZJo"0bK=6t]="o̕oD*Vc7ن Bۙ!Fnbi5;J%ZYƊD]R,eMa9$͜6eɮTl͛9`y'lpg3<%%G $>B?(ZudM9@z]~)r5ݧ$.p@SM̡m`7]8}yU$]CwUΨRvs8le$! oE+֋*$F'Ho*~K)j 񬟷WDcI0~0DfTs°q`)6Zmh-i; /7΅̼O)sdOfV*l哅b#,goɭt b4~[Ƶ :0(={ 1-gδ^/AO$ 4ufPXQ'bYPd6'?l}.7y;A[ïBc8z8-Iinb}|wI&?c32if9G޶\n!A\T"(Pnڙ)$F&WiEڒ^6tnNc9~05_%ƾ2xuEa-y -w9<2:Gg..΅" Xv|t?rcqbkCλ4=>Z1!CNEKؔD?c7ȇL}n;s |H۝aM~'H'+՜HdC^KGO(yNË,?Ak"ESKxB k/ 3`eKyo%=6Jg&NoMUH0̿/UjB5(nBsh&"稔]I\"4u2{GCSlH²ܺ5(|J`M5Y]76da@# `"%" (蛮swN0j51&x.ոf(A`iЃvpg""Wv#a#)U ITC9 ꢫ@bg>iƀpV9CGi=dvAŅYdq2?n|0'W4q R/PJ=,,5$d}IQ>=1GP8xoh~]v п!]ѫg( c~t- T[dM}uR`+48?)p |Ҁ"f4T)B L'kq5rva'k*nGC3^>K8C?;(iH3&6:qµjוݴ &;/^-q xVyB5]?Үa VNjsz6V` 1XU#sxRp0,~I:ȱ 6}Ҧ`Mt%^8FAq[η%$b *FNG䬪3h"LD1u16aɹ>2YKElA|Z᳅_`ۓiGŽ6NУxt˦Jg&C/!y#YUJ;m[~ $}HP֚JDU!0yz=FXI21JQeX=vwn_4\*&_O\+b&IlreqkB.9knr;_:k ]um^@2?2$d}خKW&T//n- {~1bh̻3c%D0䧧K۷^0&LliSEޕK JMxC.oUP4tQok5lUFT%7/UynU]W D)o`AjSbϘwE͜.78_./.炽>A2zV%3^ /?Q=ˊ^^ x~{+-'k7Jyrǀ f ]6X Z͞gPn{I;CMkA$!3zjmWUftT5)sm M{0|l)]K0|oCwTӶ㔞;OmoQ?p[9I>$k3-` M']PrftUQu#|-K= ` @ jXR 7݂*dTmu슜7d @! r.U|TZtJݯgOm)VPAy="EZ/m RVnya9\'VgppX,#P?d͈եjYF,Ir,i깟۱ƫr3%LU( 4ks ]?.(- tņ[Pyy-l˙e1sQf֡h k.R4,-,‡:3dm+>V*9*j,6{uE]H0^~AUЏ:e#5֝3а;X8*N9sR> f_jwbNẕhҐ4@Ul9&cMEOUuk|p '@.!,Ef2$kZu@\5diUg7s6\fЈK-"o cMSv2ciCOi\(5g;:1ν`KH5u5E֐1UQuJ*ܡ"A2?,ii4΀`f?a ˅{..G\1ծtDw˓~ڭXF;oK^6_4뮸+716UmK^[S.,p}{MQ='@aՠCDW˟wr76pTUUo9/Aٛwlh5px|)cҷC*C/rYf 2e>)izQVQNحOl?( dʆֲ[R}:΃nXzav#lAs__PqsT\rhjaaY&,H-G6.J9 Ťȶ`TW\pL/>7YvQ!rPw ܏rӛ:b>ͬ kFތ""ϚOK26:Xi8Kz4ԡq+Ȑڻ%j{KօzL Lv#4B jRG$lc>fL^B /|$Z1QNF4A &Y~) Egq6L^_Yrnڣe-J:Sdl}bkI+>MB)n|ˊ?ICPwhkx̢7<,W;gqLu IYf#tNt;jam ny^.iPfq}G \be0 Τ>H1r,UZ$%qqxp^8˙猯[)Zщ֏ նfc`!( c3ͳx"&^vsּP2i79&r>AfaOgNnl`U"KW?`ڹDhR9 ; `J{GNw6$-:?O(KƜD y3]);OZ]IЩ$j%՟,!ujj $jV};uUbuҼ&֍=,+GDŽ>s/-xJճoI.P(|T>6*YAZ5)v>gR@|5!Aq}BEl8?ƒ%_K[LAuVIP ͬ1ByivVRaepzM;sMMSe+ ~yWK%LKڱÒ"pTǶ* A* tgЛI>zsH\ RIϥq{%ʥ n*dl8\*%Sgɲ?"QQ(nhHEs`F>ZZCؠVi')0(F:IN#1y\p.&(M1Q1 =nF+ iHoRk,A YPdqiSrx71^I\R19J^QjE?+m9]qLz$bF۝2͌ƶ[WzGt +s%duTuX<뫤߽Gc ̷#?ʜr)~m\yoYφ%W5vS'Ȕ{hEɀ)yUA6jC-tg:yXP &L bճ'9JG oAzjSq~lO5n h9s5-4(ڛ mB^O-tpjM1ԤSVxM^֫3q\%h9ٰ7&r9*E ]\E?]C0uo{?9 }4m% LPfÕ=DYN5Qq)7Xjr_Ez랁-N+&=M@ 4=bWI`QUV՞cB}.RК1*rlEo]^K@dM䎕 [g l:8gW-aiSF[, "'F'kZ{VÀ/Y0ݥO X^Ϡ l'Irrca܄ 5"B''vRR PCJOgrCm:}ᜍzP :.+x"`t4Ll(H᎗)ަIr{qrsf2z hv!x@*!+B+D % h3 NmBTr L7bWg'OWanreX1΄6j9վ2 }_0{ml cdA$1'z) nE=a,ϳ,.i41%,u'/H.,|-{AuH9>jC;3xVi}D#6ݕ$Bc1t .֬\9j`9MgGONONHnJzڃ 3D H*lrIEkHw]jsV%P|%;uA}qHs!ҽs:ul\pL*γLp-Б+h=iz l{&MSz %c{YOñ+{/7LU^D4+#ݵX/F\^k/ 9A٤0l2Fzv$sba}*%mg^gΥIH:|ӫ=~ײ".fO^оZi2_AӚ*ʲX_1bn]a>f RARD`.FMÐ-*WҌ}zb,k2XC Rѳ8Vk gov|VJ\xa7iRVXҹzRkd},{CAp]MK >fS ЧaS-ᵝ)=n I:&ʴ!6 _v=nHzW*BUFIjSvmg{,V] E=7yj'lQݲ,IyDo3mjڼ7E+d2+mTp!'7_GV Ӄ)}nߵaW<B4ܻwDVLk VCm q_6dY aլ4$WF֯ZEdǀnHCBBt]YTNZ$ꐙj,l}ep&и2(xu> < Cب[D9c[BIiؖqx) Vh"#7;1dYV͑¹A^3}:E:얌)G~IM"[z/Ö)u!N^Qޫ9A "X@؀[. w!. ;J{k x A5pJ[A(<JS2iRح%Ǵ<+s((b- a1} !H0i & g(" R [1r؜|ݥNAM]󙳘dq6RgdL-RbPz4y6=$ ;K7nZX~23)zƏކ#,%#wF[Bhx^w|I@=rxD$?l8gy &o?O>ߖs+q M'HHyi7KJXwO/MӯF<OĊb(!i lYW H1=ZҺcY *"<)}0S?(h(9Rס'.rg(ڟدZ>{8dD H>Mb8{s jԐ%.t,qHMۜ]|ԣpL ;82ߘT ~^P P`թ7͌wϑ򕒀] Y Qߦ0gj몼,XPs+#2(w򚙿'U9#IWh` D=iA.Q#iF3 X6Y꘵I_{-氩p|ܣI# DDG*D81W yP: ~Ls~_#z?>AB¡VĿiq_,ɏ>%y*_ K.Քu \_m>h{VjFچ.Vk1`#"AŅ*i'J:[/lBUxBR-.H"G_Ted0&Lhѫ8b ZyIsR uP}!%@O|, 4dnRu* $ FcgBMFagnY }ݭ9^biDt&3ePFVTT˧Krcv$(/OtNb\|ϑ$NRh]d]M0 %جJ:t]|TC" I!`x06et.Zpl.,qKلm{5t7NF,I3?BwaGh f~фݻD*=RL~-!6}9JCK X< n3{&L x W>U 1<#=g?Y^M#χ=_A6Z,MRa  8L=ff sٍBfӃ/װj g[98*)R7q `>JxLPLZ%.~,t|OҘק\JzquT 7C-{ }s.ILYij\k&ۉ~\=&RZ@RVJ Yٝ]:1[Ώ3ĀVG*9͎Fs DhNTwHI[@&BbY|`9H+-OC$l}NzFxe8ɨiF*xÄcqKȗQՂ|>(vb,U^lmt:1MڊNkB"=d=7"csZF <,WQF)#48noR @;mZotk}H̜~σGcDKS:ZWhQ; X3Ң֖BެchC6Wt('LH`*a؊n~ GN_D87⧢4r~}Sl㺲͡FU3#Bi8SW.qD*ZZsq<8 dgҎ,]kJ}ZPl< Sm2?uHJ-66?!]x:H!e.r~K}dF8W?i%\8vZNo˰[K0~-Zy)Xsl_v\J^"i*THE5鱗 ,Ip ^trXm;/Tu $>Lzp(N'>&=0p51Y/C y/96y3FZ_􌵔xo8/j[,0-a;8Ta,ݰ=" '?G6mh󋣰XM?@I>u1KLI{'DhuHyڨxUTlqbo B"kg1U9 4>e8cEE˒|,ܧĺxS<:(b:B K"Ɏd;g~$쫫ҷSx9 Oi3v}|7К0t⏓;oL4hh%+G;#[k3 >s-@$] K`q' ѳL!1x56Ey":q<])/%UK,T&MncCr8o!h4`7O];۩~r$:Q*r\T.׶Ʈk& c .?#'i@|p)ndtWXG``izwMW^q >F_5kdVTzLl,} ށQ+0t!HDI1*ATj[bSk 1^H35g< bɃ~i9H#(PB _~IBvtQf 6+X ~`F M~Q KĪ[fn)Z>)_Jh$g[_)zGnT8dokwkU`xUX92C,Mx/i; T]7T&:i, 4נy;+e7K"vY %iƙ. w"VMPP}VVpddɰqULXT8}EAt"SXI|(zƚܬxǷAW!.yetAtupvCDc+wy>URx,0&53~ϷřD^J[dG+pAQJY Y{Ig-JױS7|Hs?jO9>$5/77M s*  S3I_Tk1)PJ hrE)\Bͦb5r+ Кpp%w5k!̐=I!kR+(o杗 R6xKi(STq>q=DxRGcuk8k3fxOT4o.K96^eicVhђR: %9xPԱ"+|q-g&AHc ;8a)\#,WGgdԨ JW@mC!}Gfڲ&Urc]zSV+bХM=!par:xɒՊN4z۵Pʗš$IԳ>D,gؤ_C )9||Z[< F{S̨߰b.cFXg`Vo +]il㶼EK32%pꅒC\@&UQ~½Yϲ||xWN 2 LYDL(j{SEn#B1! [zZdick68ǰecӕ):";c^DCw{zZz(\,fB:|D/g~UٽGWza ւkBOJ yow hK#>RwGm׎ >o 66>v}Z3sX^>+AEWDk&yS=9 g82zurYJB?ܒ79ޛK.J9=%n**VH9Qji+4 y8l a=ڕ+?b9=ދrhԝҼJ_ً5ꩋ>_Q{O3';K'a;i tpWOO OMJ).lDk{ H:s1[)ۚfCM¢ i7x+Pb̫\m%e]ϑWz_UGx L A GvuMb%*6U =0]pd.YQ0?gj0F`Yx-Iy ǙqP ^Fԛ05+#w{ǝV3hxfG W^2Z`GwݯC~T>!{DȲT%G;] Y?9UL u+ HIRKKncPg־$wIȨ!%UP Nv^vw̙f(q %.6wʞU@]z̯iZ8玠?@Zw7.zoLLd)4qZ W2bK7zA$sCOMXCd+PGz+uIM܅I=eI}L*:gUf&sIvtߓ؞\j5V(=]l.@M,Vb E%[j,->n  ڻy>Ia^y:,,WhfsA Jzo^T}GW{5DUu~嚒."'$m=Nysu Iy V[国 K*A!Uڙ^ f.ML>JWxf`BaGg@aחxCȞld(J}[o؈T+RLqH ˗(5DlȖˁ7X:# ItHd9_! *݁e3(Y'ϛ#CސԘ׫B\բ)PH Jڔo'At'jo[OzRΨ[2Y>^> ?.›&c%Mb/è4ν$W OBaG?~mAr ]ÀՀ&DI@3i*fb!"[YT)q'i…I'{S6N/YJURX[V]G*-KX2r4HW"x˥q$\]/NG\cthv`t7EpraÐ%Al@/^5V q^, %x~ƔO%HO߽o#GeT''GD\ƒ6!R|o"+E|tS?f4_ ^ D:pMODw/*.QxuXsnSUMpLrKy2sFkdn3dDc,wDq^~o qxr 3JI+D6߻9WcG<^ Dn(4 ]\ÂO fߍ*5`+\Gٕ"pδ`j$SF, ZNaЃ͡MVDLs^"yНί׾Koj:9JX+uGժoޫ6<r?&+M/N~ių-NGD#B U i t*QB@%sՍplz}>1useNE̻;qCoA0"H|[aq 6)m73D*3n+ßnS[(^1˹ے ?R2j|Lt#zͦʗz*gx"׶N]f[BEvY*Y谲}Xz.odΉE}C3~vFQ ?Le]ti܃'c.LrqY!wCxh&sբW{({ ~P[׸,V箽hb&xlcS zrS9-q+u6yDevq$zp~ٌd[Ph.ÔJ]dP^ PO5uEOڀJu% bt[WADix)C7c?Ί0zuc¦[=D摥\)Ɠ|M[Sr pXX@Y8].H"J~t>V-qT:A=`CI2iaU{mWƙ5*o{duǯnS 2^)_laȟ j*촍)Қ}Ӕx>Թ҂Q2bƎg / @9l%Bj1q/u d<91Y^Lyn n~pU %*˽f tЉd~e@+OGeWXl;z* yofq%df^_<6mByҝf$uɱ|*9As==꧕< :u]< m" ,o_pAHZk# V˩1@Oz JFے>TߖoVMOpGrWGrub*eV3*oj_ ϒpG ?5t)tZXTx,ܴiK$%H|F !ٽ#mYj`5 ShWA-hb.: A{8y.隲b7cdB$/pիJY c~Z2/\ڻ ~v(.z*)ve.ޖ%Abƕ̜Lْż~_H "[?eeg*cmsa﬈AVb!|/+Yh#)]OF ӹ}2G|?65Sޛׇ@trEEgӛ(<u_N;Lej䤜!˜Zz@ނZڼ,;Ih;A; w'ۡs}^ƿ/P< G&v܍l| # C{TM5vJWRRPr1hXojr|7Yb _H֣0HjxK Dգ~|W`ńa nٟ[ ix v?m+0_W)֐JhoۊcZ]ts=ՙ伉BoM:uN.>۳RJ?}اZ .D}:$7&ro'F 3xDFT3u25QFI^sϖy[8s}@|щJ#MѾoe#s̏Gl1`+hBnP>/G`eb%FSITǦn)2%y㱅Ǐ#H܆ԐtՐ'q>X*ҠW4Pl[$.`Trk1?cdcڍ`2_ (@^s|传e퇟u q~pF!YeYε+=dۣM#8w>V"{|A*5|$9kק9Ћ 83e%y 1(Iu/Ƥ މ!ndmJk>J}tws҇,6GXmQYr׎Q$i,^ kmcAfvCٌ0L&x < c+ްwh2FZXk*4X{/[vccRIJed:[њX^n}˒y4BIiamZQ^R~J,0ZdnZV/Q65Hn*6P=! AT(Ifx5 R{ .Bct&^:b쨃ȩ2RC/v~JFkn#hdtZ/'Wk@%Tl/VYd <]_yLP CkԸ,2/PdGv躨><N7¢p<4ĞoI9oV }sOlR{T@m$g ?盝"Th#z%X{R0ꚿRİ$(xNJ6PV1NZC:dgOcn"jn*R™,}q V N<1z!J_d*5|tSͬ.ic| &XtlS>FA FwNBſ+%uG>B RKn&N٣Gq.=>7v5g>lˠn, 4;AƤمdn1Ea9 ̚hyNk w㧑^cDm$4_a.Hd=P{R&M~Aɧs CtC~ga()%t̎9ƟBgKY@ͅK_v-Ӱ`$>4TFU 2Ma>t YO}1xS:GaZȯ{أXu ~f/XUIX$dͥ95DNSzEFj4OXή ;v#-6InI[}D6KLy_XZB؞t˒ټ|1+aǤI<㥹B\V)gA G b8|c$jue/)\4?!*`g@7:.CUk˸IU䩤=,ly_?}ȚmWM[>0OQ5[0n҃r8T웠䌸"]QA5oDҀ4BԨ܍ dQT1uZ޼>f$"T$` +' j_WO=M0 8y?ă%S!>V2JV$55E2Mr[Q#Drx&Ã8:S  Ip}kIQSga yN〠`f^͹Oj/;H]Ss$KzivQUZ>fq!Ƥ6r8fdV 0L|҆dbJczU?ہ@jĎ6ln~I~e#x ?PgeΎwCP0yK|ﯭ*gz]|+W1)Yy0%!C'\; ߶sCEnnw]KmҰ&ǧ=N jw=W?p m a}v"'2_W%qu Mdo0@I!}[}Y;&l2#\+gmlBP%C}۲}8tL i$-Pt@ <"w`u]9 ~A}c'A/Nn2oU@1W#aQ6zq X1_To IT $B4Iؓs9%XİUAS9L.j{23>4 T=̄!pEȱtMίK3M CW{۩' һ*]3 {9KZVknIγ'"r}LUF9@Gt9r\k^E0Ɩ!N?T1!}Sbvڱ~ wo%_;sL!n;)hciLgRٺWwƐs`)A- .,BFL?$sX`kQs* h/.=`wH3cX--o$-fJwZP 36k.]{Qos%e*YW*;"yV*_r[(^}WD"Cۧ;O ; Шh۞~uDK+WuXmd-w 7Eש,لSds=U2. oi"y9p"`2Рx^ܾ{2B!#aw:S.9P;EBA? rWMɪ5&\ѓ 5 !x \hP8U%/$vDh ֿ$D SgTv2,gߚ5М(E4h5woކnu0nvssZ|# NEh>>#f֝آFEOb-8SADZ^Bw7hadSmpk#ʢC2IYQIA/z q.y#$\1,7PYwL-/S1c;c* F?޳!^%l̞@ɛɥ Rt!~am£e ޢ 7}ENY"K:Ӭ1ևߡɗ|)4im Swp}o6MǪ YrA]GnEQ`J `|L𻩇'ƮnG^Ñ~v7x5]ĭHMjwl g3UOHC'8.4z\>UGCQ/ *Vٚh91߄kl7^?Joqtnwvn"D]q&8XBvY3^[X-zCsrXE=ҕQW2bܢ_JHfw]5V_~{S~ ss?*$ƳUl{rZo GSZGcϟ}Fʵx` ~k0H+}~2i 8OqxKaǑ"Yº!]uw{;L5TLyF^|"0N Cpҁ.F <)TIg0^݀%߆T MF\ֹ |ެg,edմ Ӕwh'еj*F7wO(E_Fsf۪bݨqeyX~. 9tG4W$8Oj dA$Ce:kX1l`##uJT=TQZ&*}U|ɐН vR|ucڏlC opܧ{zՉHLF)!T}0޶Cr\K5jVTfaf:/~C*&o_rZd)Ƌ-kM wZNyojI3y$7>0F/+U sD泙A ^e ?5*w>%ѶﴂHL&!$ U\Ν/C7V~$Rnf%u=JI[Y0U;L33>t˲Q6B}is/f5(:VeӉpkkbw@.%lVGSO+LVfg%j2v;4n 9%ڵXUQ8g hFBH.+)C SP=ESxEOġIrȹ:<| $>R:h U-Hӫ5b]ޞ蕠% o$p_\@k?jP:paMkX~Mje"sE_O~_90/k{qML-zpX*`7-  $'%?\'/ƪ 9n1aDOIMJ6m _WƲmaeBJ)S6'<a66(oU&&Ϧ!a4KVXɄ22 R@b览JBmD(>"aBѢ47M)(lf8S=‡7K6Qr%ܧ<%f >%:h1P4KN FQuu1m7F^__kK\PނznCJ:q\N _s)UF(Av]R9{4c͎fץ"%(Q1nV XxhS[D#BXJBǫK KNAmLhFO Kc,.N92d vEO[ fsav%|V-PC0Ǻ]ş3tY7DOH+/QŢWxiBE}@|mh,loc Rh ,zo{VUKJs/ j9Cv;.m`+G(e\s.1;|^nl2C-5Zd>Ǿ@`ΫHz8e \U ex\xfۀv?|QQ:gm硠㼖?]DZwF砋 w{Ѝ]vVAAYbV|q(2QvU>B[:Vc$L/4[^Ka.8l wz#b5 l3o>-ZS`dɕp# P,@b!%t܏S ({Sn.KKrU-/cGV^_YN۴oLj|O^ɡˎ3g (C% n:G3E78*5ҟX;8%aNHP63쐩d*leSྔБ-=tsROz^cvNH݉5{d?%KhZ\. H Fb'UcQ2wr.<qk7PTO헚[@6_U۴9k)̼cdcD'&Cf{wVXbdEV7 ;S&diE`[%-8["q=zԅE|Ow>=| oP6J(Qk6Τ؊U].x}[eNAnΉK!U*RO 0]㉄E,uR`>//Us[8 ޲.#1dk_Uv.K=eVH yx1k|F> ;L i ƻt28٥Sbp#Ra}soC>ĭˀ!v!j ՙR$|s\}8:ߤ||QH|ovT%a}<\l// r6>{e(_bzDIUQ-V-On !J8G̭dG‘gʿG͞(0\QN+qGp1vhU8ip&>[w9dTNɪ rWT=Ej8I@.{+_QE1T]P⥃^WUX8퇮/XW3ݛ]/91wܿ /״7~A*k~Q )]ګ]3P "ȧfWn2|,m}kן 0 u¹OQk`=NM?+J~7$ơ%~ M[:#+ U`^]9'ZO,/7`dA  Laogjj{D|%.jW_50+.[G!kR4/腨&l2- ,P"1wC5wvr5|(@{ 5Cy ؜`T0v ԨC`h/)sctzW;JO o(I B 'X.± pq we:.Rc]Zi,4Fq*G2l1;r*.bfԨZgɽBGO NoDλeBʾ,L̈{ ΂4 om>2n&5 /[uO"~6Y?Y,x@*w^a5[[>QĤBmeX*X$,Oˠbرq㿘XA t]^gFy\"C!R 1,i}jR;{[6\q (<7{%s"4$cc|*=Y ZEJ8/kPJZSƇdjLOt lK}P0Ԡs !8h1q b:Z9 ^NC>M?z^v ^˨8 %ү\}yDIKyjPH@HL܌n<;6x)LƎ+ެ^["ḩ-`[~m.uF~ӲQtAZ(4nuH,&pæ+Rx›!6[+.H>RSePZcA{pSAbR+' P<5`~rYb,VٵV | [ mӚJ6RS&bMs;tUjtj%"]a}!0/;ܘ7 8:39ZJ^'G1ʥfkR'p~ndPWrBc)v= qb_Vq(0vd2Xek(;S01zm ZJ_믦^aQj^dcNLBJW\Kq6P0B536 w^!iialБ$3L挫-[v$lU0-e->Ed_/Od*|9MS_(UYp*oS+=N ㍳{)eN8 LFuBAvQKwAqSVZ$'83s7es#8ݖ!̋D=#QbAʾZ֯Kj^BEbdsp揭1Bkx-Y+!qq@^Q d,ՎAt஗MlŬ%gM]x0Ri}ky#fY^PgZ+:T<TJGOd2SUWmxG^ְ(楧ӷʑɴؐ FϷg ci;tY9RC۹/]#nab^ϲ_H׎ro F}a~ =P@s&U" ^5 Uc[;}SB)$0'("7H8%|R-Ơ) H{IsM/FM*s"nX~A(wfR]v 3 .|Dܱ$"q|N$DF|~4N[(qޏbǣ^!.ڀ0د}t3wHYΕYƺlwH6eY" K^t1ڎijjTKG]Qݾg"T+ 4GȞBj9ڊ󟥶`ýK$fJ @-0YoEϗv[P3/:<'s*y Gm@NKK0~STO/ L3T5r6/Mo',HSTVD]I0Π 緺#XP U{ZWE`K{Wl% }ulRURWUI*$38IG^4}ݫk5~#N Ln޲0s39]%W%/85J)btf!ӂ fEHUj;hIOH"-O9XRRMg"l1 o{|ڗ0e ;ƼdsF={*yRŶA\(!b}]wp]Ȯ]H?TEl..թax˹9,?^IMoaQI +!;sJɟʛH]}: v$O+,pp,½5pWcPmBj5pnR+_. AO;{*bGiEE -Z}vY['gh+ZJYd:jbz:.fL` -((\kق ,ـbH.}[ @[:ܠ(,ŊjhMC_=kN+{&f9e}$o,I̡ԣX\Z5(9_zjM䏉_&;dU zw׏FnY<-(T%;וZ%W.ҟxX@4i}{)=eD8(<]QuW1M0Xa+MKZ!0GIF)h} ':aAɉU(w4J |{'< ,5 ¨cYJ8 ϗRSױ䵐6ndJ l3h>(/+Lf)3Lh>A 5yx*BhL|Sۢ F"av+!My0+.ktkvwQljy?u{+i)Šr!(ȲXHF*6*:X\K)[ #VYDFRJ^G^*>O nA)BIsCL̜rd/D"վ_MI=t,pJ3Jڑ-hQ=e}htx9p9,piJ'܃ T~_&C._#Rz63)>k1KDrRhϗƜf/2bܒ3 dd̊L%H׬<(}m43 ID)4EV =ɿ^8E;aJ[RΡDCܻi]U-ʥ dNArobv>Okdr 8!l8\&a!iy7Uh>Ҽ tEA] ] l-0gNU bKq%<ŷk 1^3N޳>XԀdo~fKr@*Ϳ%ƥj$ uC^࣏V},ʕ|ˈB'y4 l8.hYW)8lqFliK'Yd6 M( |f1Yꎛ<8h%0MC̳-O2EvEk<qjFyW*P$3  Jl7hyzH "w(jdXpbJG#$6N`Y5a5\KO.+:q}jKن5?5$Wΐ"1>m4Vxr$ Kݼ+tSy`rڔ)C)u}O ؏p.[sdFOALoQx_>zbR'IWczoωV`D?K/d(g0.#w(9+2W~Š^*5??gƘ,eDEZ>ۘ4gF?ſ׀颃-0pk&;181WKߧ1dC6HkkLUimu(:@_horɄ3,,ףe7‹п7dS e\ѣJRVMCy߁lRNd Z.`Cz,USy,v{EG]Zpkv2'2OV.pCe"r)H$b{(yCzQ߿pN|c^,HLY,\y}HzX􆦉iO}]Fyb,Y̗F/%LY.10cJP'qq֖z}i">lRYem ͮ(a0v9!mMYPO ^uE|; G$8os, n ћ`=Nʊ[^m]5W`s^wTP}͕~4{R$>ޯ*Tl*bj24'{@0|e?ks% 20>e|Wɨ68C+p)R 2.ۧh]E:'t\+2Ek\SXqz(pP>\n?: X&7I:4i(y' `gQ+|yv£Y.]C|\aO:w))?U-,5z^9p>E"E4W W 'Fk+i1>Z Bci=&[ӭנX mxNu@=lURQR7',Vs#6T= ;D# _ыŻU>laydKsf 2dx)w&Sh&-oS$3?/|ӣ/,(1+54 HqVAcAY/|D0s0lm_ѹ y2l[ );ׯfy7^]/E~i͵Uu)IIAWlqܭ6NzXViNZJ]r>&5Z頝5HJ򛵆{?FCw$ jYnw=Vf#qE-|-8nQ40qn5UT1ƹja1a숺{8נWHn)i]Gr{iFqyVE_&.1+9dPcCP( &l6[2a:UtBa'"m^}1DJ$MNw,- ՗I)RjoP?}uAcU9eo*9[:y› Z#n Qi?6GSIR} R+0$Ób?^"o%![t 0M`p>%fPe0H|F~^ZM(Gx]8'YZJ38UsdaR_4}ao#>Fu[3; ܤ_+c ~i$ J4]^!J!V recDŽW:y'HZ0hw2*^DY sA7uۼ{ΰP?h~Hꎡjꈹlg}2P dhwAp3UT([D̡!r{~Fz,@^ `Z[zAg ӂ pcfNUw]~~J!f~8Ɣm]'Sj OeV*aā%y6XVЭh¹9WL|#LϾL0p#Ip[l=OʧWaG)#)J2je>^^` "N1z]L.?\߇#Lq`rGB=M߃76%[#'Z\@"1IV FRYHbv>5M~'WuPP̈Ix+&q5K\^fRlR ~EWOu]fԐmTRz}І.o'm8Z43a+ VV 3Q-Z@̶xݟ7n_ nf6wPW&eajGk%}^7)!r t\$!/UspinbnOP!ksMk]? ̚ 70*BƓ  y/d-i,O7dYEiJB~RiBóZiu6Jeנzɑ %uJbG ~ALxw{ ;ME>!iӐR"bܸ[&?"?LJdMG/0 N Ss0|V6L>e5*ы[Wsa K*A[>6R>-? 1MnGc3>b֪)&Fۡ]q`P4 >M3ġkǒD؈8\nU:a~ |;cKuv>/;ikO..$*^Sm2!qY6vXCW^ؘ"֢޸g5P ^kwԷݗ䁙>f%95qMxux3L`LX Sm4m$./g1$p?a ǵ?Ҙ[EJ?(i%Ǻ-S oydR)r@j\If6%jϝͼc)d Ing$s %Ё^~F`ڿ?Ttρ9T-!"Ejz*䮏z"*ajRcMї}fa ⎨@$}H(Բ=$Ugƈ`-' Qņ %fU_St2ALaeO{ixΔA*6t$a^}t3oæ^)Ᏼ$qI>  &Nkܸ8"eI}7RrK5R{{{Y0f`v#F:{ k9<Þ]4"Ik6J[o:pDW^2v/O"Ѹmo 7+0Š-gS}tr9@,O'[lrG=1h8"58l|?n(|$qHLM(#k|SoyqDɫ{)n⣍z˫Ns 2n+',lquߞc^I:{1Pf! LG-Zu-4%PI#);TVNfi{^aK|W/U?k/=QA~Q [5sb !"Γ9N,oCy|~jl]ndE/IziOC>ڔ\G슮"j(GO2,rGϩwTx5n;$m!>KE)陡F}qB^#<_o|?]/|,=*&~a`6>o龿C*v¡bɒވh"I;0C dܓkx\#|og봎yJ Dfs,i>(R;t΋5]Uh{!._ b{1Y!,>( ?+$[ }j `> eYpCZPJIeGSgLm"gAI=*)fxIb[l=RΡOy͋s6':MNtP,:_R77ʆ;gUCU2UAq^0IyTfNPRqS{݋M\~mJ5Mڼm2ա 1&WaDa= -Xgn_!4bgG>LfuXVD|K '#H? $\4Oȧ='`P>WD$h1%){3 >RkTx7Î.%okgA80LGoTw 𗓄5N F啕ؠ~S'fYh 5GTau ȣlx$(~ Me 'h8`,-dz%v7&VRzY!8a/66.L/k&lj\5o']gH#5T2 mMU,4 \.PD{A&C3wߔi)W˦5L)y2