libGraphicsMagick++-Q16-12-1.3.35-bp153.2.14 >  A `8u!M@eeeE$7Jw{U#j _-/\YƂc">J4T(gḿ &h -`.[Ѹz0<#`{." 68nYXtRqw S7cm@//1z^۩BqO֠%+CeU#܍ ,3^pPް16sT[V$In2h$628bff90033d048cb3f84ad97f67726d320b9edb4fcbc69e56f8a8f522e24f08034bf094a823c4c34416827155b0ab94d583b56fĉ`8u!M@eee.iۻ} PwK3VuZδ[^gѵU&-88*Q9 yK6 ՑLb<ɴGk}*wd81kjtX߆֯gCN 1fRl(ٔ)ӄtPy]e>U^ zrXGGG 1+u΂fDT R+|5̗0v3Mk?Ɲ>mL#p@?d$ / lpt     $ f D(8"9|": ">~@~F~G~H~I~X~Y~\]^\bhcd~efluvwLxTy\zClibGraphicsMagick++-Q16-121.3.35bp153.2.14C++ interface for the GraphisMagick image conversion libraryGraphicsMagick provides an image manipulation and translation utility and library. It can read and write over 88 image formats, including JPEG, TIFF, WMF, SVG, PNG, PNM, GIF, andPhoto CD. It also allows to resize, rotate, sharpen, color reduce, or add special effects to an image and to save the result to any supported format. GraphicsMagick may be used to create animated or transparent .gifs, to composite images, and to create thumbnail images. This subpackage contains C++ interface to GraphicsMagick library.`8uobs-power9-06 NPSUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgSystem/Librarieshttp://www.GraphicsMagick.org/linuxppc64le! NP`8t(`8t(fe93bb8397c9f728a2265864fac91f8f828d5c98a037b006f0672f6d2e513d80libGraphicsMagick++-Q16.so.12.4.3rootrootrootrootGraphicsMagick-1.3.35-bp153.2.14.src.rpmlibGraphicsMagick++-Q16-12libGraphicsMagick++-Q16-12(ppc-64)libGraphicsMagick++-Q16.so.12()(64bit)@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibGraphicsMagick-Q16.so.3()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.8)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_D@^?@^{G^!@^~@^ @^@^@]z@]]2@],j]@\2\2[}P@[dC[WZ Zhu@ZV@YYzYu@YqYqYP@W Wk@WUeWL+@W0{V?9@Vf@U ]@Callum Farmer pgajdos@suse.compgajdos@suse.comStefan Brüns Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte pgajdos@suse.compgajdos@suse.comStefan Brüns pgajdos@suse.comPetr Gajdos Petr Gajdos pgajdos@suse.comidonmez@suse.compgajdos@suse.comcrrodriguez@opensuse.orgpgajdos@suse.compgajdos@suse.compgajdos@suse.compgajdos@suse.comjengelh@inai.detchvatal@suse.comtchvatal@suse.compgajdos@suse.compgajdos@suse.commeissner@suse.compgajdos@suse.compgajdos@suse.comsflees@suse.dedmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.org- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)- security update - added patches fix CVE-2020-12672 [bsc#1171271], heap-based buffer overflow in ReadMNGImage in coders/png.c. + GraphicsMagick-CVE-2020-12672.patch- version update to 1.3.35 Special Issues: * It has been discovered that the 'ICU' library (a perhaps 30MB C++ library) which is now often a libxml2 dependendency causes huge process initialization overhead. This is noticed as unexpected slowness when GraphicsMagick utilities are used to process small to medium sized files. The time to initialize the 'ICU' library is often longer than the time that GraphicsMagick would otherwise require to read the input file, process the image, and write the output file. If the 'ICU' dependency can not be avoided, then make sure to use the modules build so there is only impact for file formats which require libxml2. Please lobby the 'ICU' library developers to change their implementation to avoid long start-up times due to merely linking with the library. Security Fixes: * GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Since February 4 2018, 398 issues have been opened by oss-fuzz (some of which were benign build issues) and 11 issues remain open. The issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list under search term "graphicsmagick". Issues are available for anyone to view and duplicate if they have been in "Verified" status for 30 days, or if they have been in "New" status for 90 days. There are too many fixes to list here. Please consult the GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz issues list for details. Bug fixes: * Fix broken definition of ResourceInfinity which resulted in that GetMagickResource() would return -1 rather than the maximum range value for the return type as documented. (problem added by the 1.3.32 release). * ModifyCache(): Re-open the pixel cache if the cache rows/columns do not match the owning image rows/columns. * Fix DisplayImages() return status. The return status was inverted. * HISTOGRAM: Histogram once again includes the histogram as a text comment. This became broken by previous security fixes. * PICT: Fixed heap buffer overuns reported multiple sources. * JNG: Detect when JPEG encoder has failed and throw an exception. * MVG/DrawImage(): Performs even more parsing validations. * Clang static analyzer fixes: A great many fixes were made based on problem reports by the Clang static analyzer. * Visual Studio static analyzer fixes: A great many fixes were made based on problem reports by the Visual Studio 2019 static analyzer. Many of these may improve the robustness of 64-bit code. New Features: * GRADIENT/GradientImage(): Improved accuracy of gradient levels as well as dramaticaly improving performance. Output PseudoClass images if we can. Add support for using the image 'gravity' attribute as well as the "gradient:direction" definition to produce gradient vector directions corresponding to SouthGravity (the previously-existing default), NorthGravity, WestGravity, EastGravity, NorthWestGravity, NorthEastGravity, SouthWestGravity, and SouthEastGravity. API Updates: * InitializeMagickEx(): New function which may be used in place of InitializeMagick() to initialize GraphicsMagick. This initialization function returns an error status value, may update a passed ExceptionInfo structure with error information, and provides an options parameter which supports simple bit-flags to tailor initialization. The signal handler registrations are skipped if the MAGICK_OPT_NO_SIGNAL_HANDER flag is set in the options. Feature improvements: * Replace use of non-reentrant legacy POSIX functions with reentrant equivalents. * Timing of image reads should now be very accurate. The timer was sometimes not stopped as soon as it should be. * PICT: The PICT reader is working pretty good now. It handles all the PICT image files I have available to me. Behavior Changes: * POSIX Signals: Use the normal termination signal handler for SIGXCPU and SIGXFSZ so that ulimit or setrlimit(2) may be used to apply CPU (RLIMIT_CPU) and output file size (RLIMIT_FSIZE) limits with the normal cleanup, and without dumping core. Note that any output files currently being written may be truncated and files being written by external programs (e.g. Ghostscript) might be left behind unless they are to a temporary file assigned by GraphicsMagick. * Some private string and integer constants were removed from the apparent library ABI. Some private functions were marked static and removed from the apparent library ABI. This is mentioned because someone is sure to notice and be concerned about it. * The remaining private content in installed header files was moved into -private.h header files which are not installed. This should not be cause for concern but is mentiond because someone is sure to notice and be concerned about it.- Remove xorg-x11-fonts runtime Requires, gm display no longer fails when it is missing (see boo#619103). - Cleanup, replace $RPM_OPT_FLAGS with %optflags- Revert the change to relinquish resources used by OpenMP on all devices. There are concerns upstream that this might break applications that use OpenMP too and suddenly find their threads closed (remove GraphicsMagick-wait-for-threads-close.patch)- Due to a broken check, it wasn't noticed the typemap file is already provided in the source archive (removed typemap)- Relinquish resources used by OpenMP on all devices (GCC >= 9) + GraphicsMagick-wait-for-threads-close.patch - Set configure options to what is actually build- version update to 1.3.34 * DPS: Eliminate a memory leak. * Debug Trace: Only output text to terminate an XML format log file if XML format is active. * EXIF Parser: Detect non-terminal parsing and report an error. * EXIF Parser: Eliminate heap buffer overflows. * HuffmanDecodeImage(): Fix heap overflow in 32-bit applications. * MAT: Implement subimage/subrange support. * MVG: Address non-terminal loops, excessive run-time, thrown assertions, divide-by-zero, heap overflow, and memory leaks. * OpenModule(): Now properly case-insensitive, as it used to be. * PCX: Verify that pixel region is not negative. Assure that opacity channel is initialized to opaqueOpacity. Update DirectClass representation while PseudoClass representation is updated. Improve read performance with uncompressed PCX. * PICT: Fix heap overflow in PICT writer. * PNG: Fix validation of raw profile length. * PNG: Skip coalescing layers if there is only one layer. * PNM: Fix denial of service opportunity by limiting the length of PNM comment text. * WPG: Avoid Avoid dereferencing a null pointer. * WPG: Implement subimage/subrange support. * WPG: Improve performance when reading an embedded image. * Wand library: In MagickClearException(), destroy any existing exception info before re-initializing the exception info or else there will be a memory leak. * XPM: Rquire that image properties appear in the first 512 bytes of the XPM file header. * Compliles clean using GCC 9. * Python scripts related to the build (enabled by --enable-maintainer-mode) are now compatible with Python 3. * Now supports using Google gperftools tcmalloc library for the memory allocator. This improves performance for certain repetitive work-loads and heavily-threaded algorithms. * Configure now reports the status of zstd (FaceBook Zstandard) compression in its configuration summary. * TclMagick: Address many issues mentioned by SourceForge issue #420 "TclMagick issues and patch". * PNG: Post-processing to convert the image type in the PNG reader based on a specified magick prefix string is now disabled. This can (and should) be done after the image has been returned. * Trace Logging: The compiled-in logging default is always to stderr, which may be over-ridden using log.mgk as soon as it is loaded.- version update to 1.3.33 * It has been discovered that the 'ICU' library (a perhaps 30MB C++ library) which is now often a libxml2 dependendency causes huge process initialization overhead. This is noticed as unexpected slowness when GraphicsMagick utilities are used to process small to medium sized files. The time to initialize is often longer than the time to read the input file, process the image, and write the output file. If the 'ICU' dependency can not be avoided, then make sure to use the modules build. Please lobby the 'ICU' library developers to change their implementation to avoid long start-up times due to merely linking with the library. * GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Since February 4 2018, 353 issues have been opened by oss-fuzz and 338 of those issues have been resolved. The issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list under search term "graphicsmagick". Issues are available for anyone to view and duplicate if they have been in "Verified" status for 30 days, or if they have been in "New" status for 90 days. There are too many fixes to list here. Please consult the GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz issues list for details. * Documentation has been added regarding security hazards due to commands which support a '@filename' syntax. * MontageImages(): Fix wrong length argument to strlcat() when building montage directory, which could allow heap overwrite. * PNG: Pass correct size value to strlcat() in module registration code. This bug is noticed to cause problems for Apple's OS X and Linux Alpine with musl libc. This fixes a regression introduced by the 1.3.32 release. * Re-implement command-line utility `'@'` file inclusion support for `-comment`, `-draw`, `-format`, and `-label` which was removed for the 1.3.32 release. The new implementation is isolated to command-line utility implementation code rather than being deeply embedded in the library and exposed in other usage contexts. This fixes a regression introduced by the 1.3.32 release. * CAPTION: The The CAPTION reader did not appear to work at all any more. Now it works again, but still not very well. * MagickXDisplayImage(): Fix heap overwrite of windows->image.name and windows->image.icon_name buffers. This bug has surely existed since early GraphicsMagick releases. * MagickXAnimateImages(): Fix memory leak of scene_info.pixels. * AcquireTemporaryFileDescriptor(): Fix compilation under Cygwin. This fixes a regression introduced by the 1.3.32 release. * PNG: Fix saving to palette when mage has an alpha channel but no color is marked as transparent. * Compilation warnings in the Visual Studio WIN64 build due to the 'long' type being only 32-bits have been addressed.- drop JPEG2000 support [bsc#1144240]- Cleanup BuildRequires: * Remove ghostscript-library (support removed upstream) * Use ghostscript-mini (sufficient for path and feature detection) instead of full ghostscript (implicitly added by ghostscript-library) * Remove ghostscript-fonts-other (unused).- version update to 1.3.32 New Features: * Added support for writing the Braille image format (by Samuel Thibault). * WebP writer: Support WebP 'use_sharp_yuv' option ("if needed, use sharp (and slow) RGB->YUV conversion") via `-define webp:use-sharp-yuv=true`. * The version command output now reports the OpenMP specification number rather than just the integer version identifier. API Updates: * ReallocateImageColormap() added to re-allocate an existing colormap. * Some improperly-exposed globals are now static as they should have been. * The 'benchmark' command now shows 6 digits (microseconds) of elapsed time indication. * The 'time' command now shows 6 digits (microseconds) of elapsed time indication. * The logging facility now shows 6 digits (microseconds) of time resolulution * Dcraw: When QuantumDepth is greater than 8, pass -6 option to dcraw so that it returns a 16-bit/sample image. * Dcraw: If Dcraw supports TIFF format, then request TIFF format in order to be able to acquire more metatdata. * Scale algorithm: Eliminate artifacts when scaling an image with semi-transparent pixels. * Library metrics: The number of shared library relocations and the amount of initialized data has been signficantly reduced by following recommendations from Ulrich Drepper's document `How To Write Shared Libraries `_. (Security) Bug Fixes: * see NEWS.txt * fixes [bsc#1138425]- asan_build: build ASAN included - debug_build: build more suitable for debugging- update to 1.3.31: Special Issues: * Firmware and operating system updates to address the Spectre vulnerability (and possibly to some extent the Meltdown vulnerability) have substantially penalized GraphicsMagick's OpenMP performance. Performance is reduced even with GCC 7 and 8's improved optimizers. There does not appear to be anything we can do about this. Security Fixes: * GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Bug fixes: * See above note about oss-fuzz fixes. * CINEON: Fix unexpected hang on a crafted Cineon image. SourceForge issue 571. * Drawing recursion is limited to 100 and may be tuned via the MAX_DRAWIMAGE_RECURSION pre-processor definition. * Fix reading MIFF files using legacy keyword 'color-profile' for ICC color profile as was used by ImageMagick 4.2.9. * Fix reading/writing files when 'magick' is specified in lower case. This bug was a regression in 1.3.30. New Features: * TIFF: Support Zstd compression in TIFF. This requires libtiff 4.0.10 or later. * TIFF: Support WebP compression in TIFF. This requires libtiff 4.0.10 or later. API Updates: * MagickMonitor() is marked as deprecated. - see NEWS.txt for more details- disable PS, PS2, PS3 and PDF coders by default, remove gs calls from delegates.mgk [bsc#1105592] + GraphicsMagick-disable-insecure-coders.patch- update to 1.3.30: * Security Fixes: . GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Since February 4 2018, 238 issues have been opened by oss-fuzz and 230 of those issues have been resolved. The issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list under search term "graphicsmagick". Issues are available for anyone to view and duplicate if they have been in "Verified" status for 30 days, or if they have been in "New" status for 90 days. There are too many fixes to list here. Please consult the GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz issues list for details. . SVG/Rendering: Fix heap write overflow of PrimitiveInfo and PointInfo arrays. This is another manefestation of CVE-2016-2317, which should finally be fixed correctly due to active detection/correction of pending overflow rather than using estimation. * Bug fixes: . Many oss-fuzz fixes are bug fixes. . Drawing/Rendering: Many more fixes by Gregory J Wolfe (see the ChangeLog). . MIFF: Detect end of file while reading image directory. . SVG: Many more fixes by Gregory J Wolfe (see the ChangeLog). . The AlphaCompositePixel macro was producing wrong results when the output alpha value was not 100% opaque. This is a regression introduced in 1.3.29. . TILE: Fix problem with tiling JPEG images because the size request used by the TILE algorithm was also causing re-scaling in the JPEG reader. The problem is solved by stripping the size request before reading the image. * API Updates: . The size of PrimitiveInfo (believed to be an internal/private structure but in a header which is installed, has been increased to store a 'flags' argument. This is intended to be an internal interface but but may be detected as an ABI change. * Behavior Changes: . JPEG: The JPEG reader now allows 3 warnings of any particular type before giving up on reading and throwing an exception. This choice was made after observing files which produce hundreds of warnings and consume massive amounts of memory before reading the image data has even started. It is currently unknown how many files which were previously accepted will be rejected by default. The number of allowed warnings may be adjusted using '-define jpeg:max-warnings='. The default limit will be adjusted based on reported user experiences and may be adjusted prior to compilation via the MaxWarningCount definition in coders/jpeg.c.- update to 1.3.29: * Security Fixes: . GraphicsMagick is now participating in Google's oss-fuzz project . JNG: Require that the embedded JPEG image have the same dimensions as the JNG image as provided by JHDR. Avoids a heap write overflow. . MNG: Arbitrarily limit the number of loops which may be requested by the MNG LOOP chunk to 512 loops, and provide the '-define mng:maximum-loops=value' option in case the user wants to change the limit. This fixes a denial of service caused by large LOOP specifications. * Bug fixes: . DICOM: Pre/post rescale functions are temporarily disabled (until the implementation is fixed). . JPEG: Fix regression in last release in which reading some JPEG files produces the error "Improper call to JPEG library in state 201". . ICON: Some DIB-based Windows ICON files were reported as corrupt to an unexpectedly missing opacity mask image. . In-memory Blob I/O: Don't implicitly increase the allocation size due to seek offsets. . MNG: Detect and handle failure to allocate global PLTE. Fix divide by zero. . DrawGetStrokeDashArray(): Check for failure to allocate memory. . BlobToImage(): Now produces useful exception reports to cover the cases where 'magick' was not set and the file format could not be deduced from its header. * API Updates: . Wand API: Added MagickIsPaletteImage(), MagickIsOpaqueImage(), MagickIsMonochromeImage(), MagickIsGrayImage(), MagickHasColormap() based on contributions by Troy Patteson. . New structure ImageExtra added and Image 'clip_mask' member is replaced by 'extra' which points to private ImageExtra allocation. The ImageGetClipMask() function now provides access to the clip mask image. . New structure DrawInfoExtra and DrawInfo 'clip_path' is replaced by 'extra' which points to private DrawInfoExtra allocation. The DrawInfoGetClipPath() function now provides access to the clip path. . New core library functions: GetImageCompositeMask(), CompositeMaskImage(), CompositePathImage(), SetImageCompositeMask(), ImageGetClipMask(), ImageGetCompositeMask(), DrawInfoGetClipPath(), DrawInfoGetCompositePath() . Deprecated core library functions: RegisterStaticModules(), UnregisterStaticModules(). * Feature improvements: . Static modules (in static library or shared library without dynamically loadable modules) are now lazy-loaded using the same external interface as the lazy-loader for dynamic modules. This results in more similarity between the builds and reduces the fixed initialization overhead by only initializing the modules which are used. . SVG: The quality of SVG support has been significantly improved due to the efforts of Greg Wolfe. . FreeType/TTF rendering: Rendering fixes for opacity.- Add explicit buildrequires on: pkgconfig(libwebpmux), pkgconfig(libpng), pkgconfig(x11), pkgconfig(xext), pkgconfig(zlib), libjpeg-devel. all of them direct build dependencies but not included in the spec file- update to 1.3.28: * Security Fixes: BMP: Fix non-terminal loop due to unexpected bit-field mask value (DOS opportunity). PALM: Fix heap buffer underflow in builds with QuantumDepth=8. SetNexus() Fix heap overwrite under certain conditions due to using a wrong destination buffer. This issue impacts all 1.3.X releases. TIFF: Fix heap buffer read overflow in LocaleNCompare() when parsing NEWS profile. * Bug fixes: DescribeImage(): Eliminate possible use of null pointer. GIF: Fix memory leak of global colormap in error path. GZ: Writing to gzip files with the extension ".gz" was not working with Zlib 1.2.8. JNG: Fix buffer read overflow (a tiny fixed overflow of just one byte). JPEG: Promoting certain libjpeg warnings to errors caused much more problems than expected. The promotion of warnings to errors is removed. Claimed pixel dimensions are validated by file size before allocating memory for the pixels. IntegralRotateImage(): Assure that reported error in rotate by 270 case does immediately terminate processing. MNG: Fix possible null pointer reference related to DEFI chunk parsing. Fix minor heap read overflow (constrained to just one byte) due to an ordering issue in a limit check. Fix memory leaks in error path. WebP: Fix stack buffer overflow in WriteWEBPImage() which occurs with libwebp 0.5.0 or newer due to a structure type change in the structure passed to the progress monitor callback. WPG: Memory leaks fixed. * API Updates: InterpolateViewColor(): This function now returns MagickPassFail (an unsigned int) rather than void so that errors can be efficiently reported. The magick/pixel_cache.h header is updated to add deprecation attributes such that code using GetPixels(), GetIndexes(), and GetOnePixel() will produce deprecation warnings for compilers which support them. These functions will not be removed in the 1.3.X release series and when they are removed, pre-processor macros will be added so a replacement function is used instead. There is a long-term objective to eliminate functionally-redundant pixel cache functions to only the ones with the best properties since this reduces maintenance and may reduce the depth of the call stack (improving performance). * removed unneded GraphicsMagick-release-date-missing-quote.patch- update to 1.3.27: * New Features: . PNG: Implemented eXIf chunk support. . WEBP: Add support for EXIF and ICC metadata provided that at least libwebp 0.5.0 is used. . Magick++ Image autoOrient(): New Image method to auto-orient an image so it looks right-side up by default. * Behavior Changes: . PALM: PALM writer is disabled. . ThrowLoggedException(): Capture the first exception at ErrorException level or greater, or only capture exception if it is more severe than an already reported exception. . DestroyJNG(): This internal function is now declared static and is removed from shared library or DLL namespace. * lot of security and other bug fixes, see https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.27/ - added GraphicsMagick-release-date-missing-quote.patch- builds for sle11- fix perl bindings + GraphicsMagick-perl-linkage.patch from fedora - turn on perl test suite- Trim descriptions. Redo summaries and RPM groups.- Drop patches not meintioned in the changelog ever: * GraphicsMagick-debian-fixed.patch * GraphicsMagick-include.patch * GraphicsMagick-perl-link.patch * The package builds just fine without them and there is no refference explaining it - Convert the deps to pkgconfig variants where possible.- Version update to 1.3.26: * DPX: Fix excessive use of memory (DOS issue) due to file header claiming large image dimensions but insufficient backing data. (CVE-2017-10799 bsc#1047054). * JNG: Fix memory leak when reading invalid JNG image (CVE-2017-8350). * MAT: Fix excessive use of memory (DOS issue) due to continuing processing with insufficient data and claimed large image size. Verify each file extent to make sure that it is within range of file size. (CVE-2017-10800 bsc#1047044). * META: Fix heap overflow while parsing 8BIM chunk (CVE-2016-7800). * PCX: Fix denial of service issue. * RLE: Fix abnomally slow operation (denial of service issue) with intentionally corrupt colormapped file. * PICT: Fix possible buffer overflow vulnerability given suitably truncated input file. * PNG: Enforce spec requirement that the dimensions of the JPEG embedded in a JDAT chunk must match the JHDR dimensions (CVE-2016-9830). * PNG: Avoid NULL dereference when MAGN chunk processing fails. * SCT: Fix stack-buffer read overflow (underflow?) while reading SCT header. * SGI: Fix denial of service issues. Delay large memory allocations until file header has fully passed sanity checks. * TIFF: Fix out of bounds read when reading CMYKA TIFF which claims to have only 2 samples per pixel (CVE-2017-6335 bsc#1027255). * TIFF: Fix out of bounds read when reading RGB TIFF which claims to have only 1 sample per pixel (CVE-2017-10794). * WPG: Fix heap overflow (CVE-2016-7996). Fix assertion crash (CVE-2016-7997). * DifferenceImage(): Fix Fix all-black difference image if an input file is colormapped. * EXIF orientation was not being properly detected for some files. * -frame: The `import` command -frame handling was improperly implemented and was using already freed data. * GIF: Fixes for "Excessive LZW string data" problem. * Magick++: Bug fixes to PathSmoothCurvetoRel::operator() and PathSmoothCurvetoRel::operator(). * PAM: Support writing GRAYSCALE PAM format. * PNG: Fix memory leaks. * SVG: Fixed a memory leak. Fixed a possible null pointer dereference. * TclMagick: Problem that TkMagick could not resolve functions from TclMagick under Linux is fixed. * TclMagick: Fix parser validatation in magickCmd() to avoid crash given a syntax error. * TIFF: Fix for reading old JPEG files (avoids "Improper call to JPEG library in state 0. (LibJpeg)."). * TXT: Fixed memory leak. * XCF: Error checking is improved. * EXIF rotation: Support is added such that the EXIF orientation tag is updated when the image is rotated. * MAT: Now support reading multiple images from Matlab V4 format. * Magick++: Orientation method now updates orientation in EXIF profile, if it exists. * Magick++: Added Image attribute method which accepts a 'char *' argument, and will remove the attribute if the value argument is NULL. * -orient: The -orient command line option now also updates the orientation in the EXIF profile, if it exists. * PGX: Support PGX JPEG 2000 format for reading and writing (within the bounds of what JasPer supports). * Wand API: Added MagickAutoOrientImage(), MagickGetImageOrientation(), MagickSetImageOrientation(), MagickRemoveImageOption(), and MagickClearException(). - Drop merged patch GraphicsMagick-CVE-2017-8350.patch- complementary fix for CVE-2017-8350 [bsc#1036985 c13-c21] * GraphicsMagick-CVE-2017-8350.patch- update to 1.3.25: * EscapeParenthesis(): I was notified by Gustavo Grieco of a heap overflow in EscapeParenthesis() used in the text annotation code. While not being able to reproduce the issue, the implementation of this function is completely redone. * Utah RLE: Reject truncated/absurd files which caused huge memory allocations and/or consumed huge CPU. Problem was reported by Agostino Sarubbo based on testing with AFL. * SVG/MVG: Fix another case of CVE-2016-2317 (heap buffer overflow) in the MVG rendering code (also impacts SVG). * TIFF: Fix heap buffer read overflow while copying sized TIFF attributes. Problem was reported by Agostino Sarubbo based on testing with AFL.- Build "gm" as position independend executable (PIE).- updated to 1.3.24: * many security related changes (incl. CVE-2016-5118), see ChangeLog - removed patches: * GraphicsMagick-CVE-2016-5118.patch * GraphicsMagick-upstream-delegates-safer.patch * GraphicsMagick-upstream-disable-mvg-ext.patch * GraphicsMagick-upstream-disable-tmp-magick-prefix.patch * GraphicsMagick-upstream-image-sanity-check.patch- security update: * CVE-2016-5118 [bsc#982178] + GraphicsMagick-CVE-2016-5118.patch- Multiple security issues in GraphicsMagick/ImageMagick [boo#978061] (CVE-2016-3714, CVE-2016-3718, CVE-2016-3715, CVE-2016-3717) * GraphicsMagick-upstream-delegates-safer.patch * GraphicsMagick-upstream-disable-mvg-ext.patch * GraphicsMagick-upstream-disable-tmp-magick-prefix.patch * GraphicsMagick-upstream-image-sanity-check.patch- Update to version 1.3.23 * See included NEWS.txt for details- Update to version 1.3.22 * See included NEWS.txt for details- Update to version 1.3.21 * See included NEWS.txt for details/sbin/ldconfig/sbin/ldconfigobs-power9-06 16143127201.3.35-bp153.2.141.3.35-bp153.2.14libGraphicsMagick++-Q16.so.12libGraphicsMagick++-Q16.so.12.4.3/usr/lib64/-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:Backports:SLE-15-SP3/standard/93a1deef900a545c0f5530b0385b10cf-GraphicsMagickcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0d39a9ba8ffbdbfdd100c1110e48db44316844d5, not strippedPRRRR R R RRR RR RRRD,@I?/ utf-8111454a02addbb3ce106f2044e0a8c4b88abeda52ee176cf81ddb76d9ddf49fe?7zXZ !t/+] cr$x#DdwKUNa6+X(W r֟BJ-~A^iAOkSup]>"`LʕkYȹ#-tlO<˭Rf"jK&+6CrN\(8\ȗ^Y?`4jJ,+qZSIk'wB#)l\ /&7*&_)k}l @O@uTߝCj|Yْ~o-|2 ЍiqOa"6ղB]xF͎6g!b6h)7]ɊF\?Q^ͳ-m?tPUoTTNx5iFwb8pwR@[͵H9pt w /&!7p3̽jAtu~Kkz0eW4:&<$⯔^R^X`k(&,( Η:)G;`t{%@]pWyS]aJ|@pbY& UӵBkl5`ByNGi{%KPtB7[gPDTJ {!Թ)1 AJSHob aM88П҂]8~l!nWџz;1/>|} &՛8V " 46hɑO9?-5cߴYLpo U{p2$AAlQ\Ÿ=V4-aXEzrt)'3#9pm~# AIP(qly_1O xuϸBYM$9@ v%,EMܲddq:B54PgN8`Һ~Fz"B>'p*/KؓE!K&F2lM;…1B 5 %TjJqp7ks+ u޼rX_^0^o*}[4HZRk$/bK _:3v[)a-O{[%S"琼 vjW9@gA'6@ 8BǽdabJ7nu * A+Pan}?D[B$X}&%$;%PpLI7%)d xQ7j\"1ATp Q6q2D R~@ >8jW#μZ!t'4@cS ;ije_ IIs? @-隫E<8Hf0l-_-D?|gVbo?WN)*G:/huA\:$hhDWcެҽ=D|3_LD!* g]s# ):p|@|ݡϻG5ڿuL<1,l%SLg`x_&dCZ:եinq~t[~' 4 q/|l̴ /|*/"K@ӑt$mؐi^"0sN`vZd.w טz@At\HN8unhWׯJTg|S0V 7MK~TJe` ҹd/ . +2TAebڱVLPF$*o7ϋ\~% v.Ї'5pui8~2ٗGYBrD<זs}u;,n=B`\0fOp1J@cbiC%ٮ`jZ.,(uHu>:Cmߊ̦ g59ϛ|}vg*Xiqik3GF!VKz5A/9i@ j}=?CL"] d-I3Ó#ybzC5;n/qN('6`G@uq!ozJ.j&KW˒s΁\a;MQsӔة# Ռ颁>IKR"k/0S;@|Zg~6=/xDX?_:[&lvC܈p[z[>`ir0- Qky83ZDY_kFz ^i?`9\h_uFߠy sLQ*zҎ|I tbj=$ Jʴo#n-Ns'Zuj`=yqеCװʡѨql/I_rrax.5?ܐ/аn\ X hhZ`RuhY~}^zpH-@ڨ-W]|P1K Nm7U Y6Q0>O)߃ V=Ԓ1EO֞{DMF8.MsdnfG[| 讐V`rZ:3pGaSt?gv;O&-<ߥsB$7ಿx ,x!e15aĄsg0!wraXw q.f^G%$rHWmZȡ,U+(NGɩa7s CKѭ%64b!Lv{CO@$ɻAd_x?^&L ^S>%&]6֑Ja #E 0KV٨/0 У,7t 9UAlЊH"r=e857h‚U 5:Tȥ/q4]Y0m{Ȍ2@BwzlP!3w8y?=.2O ?gkfa&]λ a"iVV(Hr,Z]-Tĩbz͜Npy;O8Koitj||чa%@^9a: PU,G*!. x>Sts~8AYT,hXFRt(({9¶=(_TgLD[/4pNbTSh:.E, IsUfjJl,jpݛ linM^&J'$W.SqKGWW.a涴 i1&a9[-E9{b)sР{]tr^"vȅaXKysFY&~Ѝƒ?hu0i^%Qքƥ̚ o94fG.)^w󳤭 m.O/}x:Tfo9SO|sϧ@&nvDD۳GD/4u h[3TExw1t1 R޶Xf葷n,=WVWeb 8")̺3 ti/ڻGMaHm|Ƴr{{M!h̺$u0\ -ɣ\$8+,t춠\'S eƦR\kuZ:t,0N=q% [ķYzc=za5.Y;m&,\_y$僢 tty׊8Wt"z`"w$zIF58D;x*ƤoTVcaC8**VSȜ]mow:S]r%r˷u;,L5{w#qf EuutmQ:iauLȯėARqU b Ȯ/ܾѼc`K2Fh0!~{HHXhOm?6sٿI6fD~=FT*A1~63'0iÝ.u3 Ti5j.J0uC41M{:f+ʜgM'?z@V^]e(H8jA=NqFZ6&l_+TWZ"|_3ǪGߴ(n)1 pD]2Ax}\']kr ,pOۯ;Ф'+oB2@ u% cЈ?SkGD0& Z6;d}ff?WIJ;=a;R)LQ::9 - o>31EwcFnNcDkxcub'l"h\[Rz U{Ҫ1z'9*pA!=]wi\s) WPn~'1jrHtM(6n&V2K #/zò[355!ޥB%$g^{GѩLs`2Cd l ]bhszEj'b0akU u^SV u3%JS,ɞMDKkLMȆa=Vi_THwbgSmUv:|$Oy"`yX0Й%?ky![ɕo`MQ]ڵ΅֯$1o|ʴ dS')c*HD[) s Ч$uHdGFa薽 2@27-yC_RJbȥ4`@}&$4&O߼@L ºEt{Jaoԋ@)Q"8P;BT֥lYi1R]'£{ w2D^u (ؚLEy؋\_&*!h_tAؾwZ~ЀIa *|) )%ج6@0p:q] R2zz4sV2D$Gv~=uUlnTE`F]q˟krac%yDǂQl!:CF1p*4oyd dkˆ~S:\f%W*|Fw4`/? uLJkx:tK?qoPotm"m{ gtU ѮL-~: ɖ ALeSY*6qKv$$~H;Bc&'P<msPoVuH ]o.$ M3ZOo}=!߂ulYr]V#=ayRL GkY&ylTH9c&lq2\UJ9V HB# (nrޖ*} bDJ||7Ipq/B/t US;qpi`^qGsQR8冱9u(u[)`\m2`y[N4 dGtJ@2mw)A:ۙCݎ}'40 bҏ=`:[vJĎXГ:Y)q,t#&;|nAK/,ZGPso,jaLTn:ϊ׸*s_,2V{suknNmzV" |܋Rz$gya ړM?z[v<0W TZŻ*}E657]wô= Or(3x! 7>:\4eH͈ E|44zoeVA 1{;B$˜`G?8rdAM2Rg=# mӇD>: 3m& Ru7тIeƔ| 7[!%?^*ԗj )̮~\bkV6Y2NAiP_/;^$nlv|c&9q@NL館 XlB̯ #t 78B?ftfq>w >We90X)Ɔ,y/z8Kj[4x3QԖ3REwK0zUh6>*VgbW,`Mҷn:8鶞FS^u8!<5M/$?P89w"ۃu(J{VW2u#ږYĿ^$d,]̬ѳr z6e_52Q)x4M]Ϲp/8=]l833MoZ,j5>̌ [פ{=xQʻC,t>LJ8* Kv[)JӿNEޞ%Eb B.QגX8Hx(H%ydtܭ!? ;"Z/tw,>MN=QՁٖ]XTkc\'!Ct>uHt $6s8fnZ €,Ǝ/c b0[o@MW%.eZ2SF؆dǘ {eBk,m%&"uV0jmՏ?r<1Dl!PngaUZKGD:A8_#]LdNgԋHq HWӈ1A@,,ECբCo*$2 #,c̛`ڍ&r(ZO*RڞLu?a+o,eImqRT]+8ka#=?Rh^PrMX?\"ztWGb  \= #da%2`-Vqzeų~`FYHx'*|ېE)7e ;h';44n[F!cwN]}ގY$ԻuY}B&fSAz :k< b[֊#rhZVyGę>Ʃl5n/ ~ASk{~+?g +7p_NsE'٣)m.Ije@W|,mtܶmSَranQEڰ?؊Қ,ܴvuAZp-pgXmg#`潉ٱy|/ŋL&^i,JN´_'G`~.v^w23w}E9Z8{2c?y5H.ڀ|27 gzqavx6?w>5o_+ :h!u`)zO]yY{ ạ;y:9uRnG+k+ڪEy)0%ҪhWvi얛:vه8jBlܕZ4Mˈ=uO[DyQ+,#w폩tK$|~ 6(P6/[߆lndNT׀xJ9MQ6y/1*#{^0 BBbh8Sb7@H| WjsI`% 6>Ce&:Y傖5~sB2럻K7:pe'i>c{ݧ6bmN43794Q+h͑ 㽫v2g6А(YΪ8Ee j@„4+DYAHqKmuD P6%xݣ:n V0HLxJrelP͟^tÒ(;dRP*%R 'n6I"v:Ƭ٤jC᥵68%ُ&҃}:B;[=kGwja^tN!)"''ɃPgkFATI_L*iErC[t[PѶEؐpTRbZ5J 3Uw$΃:7T\vF T-]9x;=]BX3&ͻb]3h4<aId:x>sp LjrV@Wnj caJgSvu7{XcƍYpMJ% Hm 22HR`c'vR[Vj FDOEwv?Eug`Ќst[#j 9VhYjS+¦1F[f2rs!zI@a#Oxgҍn=; Wo4)1ݓZJm~C)';!Q <Mx&T!Z-Vj<$^U'" ܢB%1c\ ,ܪ ֺh"7!ш:W0.Lϯ7@`> _MHiDUxPWZ28Ҵ |]1i0YG$l  wOUP8֓5 `<~uӍkOzI" d$*pjf`jߴ5d?*bzoaі&o1+aiיxyz8qo]38{||\*˙00_2 Fn*ytV=\I ZVޛJQ>C`i!K%6ShlTޤ7ڥX:r;*Yגۅƒ05v#12T#RfDbr$kLY0Q۹ _8úc *WMqdKV p}h[& RX Hړ>e+k>q-Mpwũ9JMޗj(JE2 F;Dz)R fZm|nn.o./x?kҷaƋbjc u_FpgkvRTK9{ X`jf%*a${]Da3Օ+:*;g?hWMʷB^eD/DM[)s!h#p{CmӍL%УeǍjU0d2ICn=4"C&'\)Hh)ҩ)Dr9BE?`2QG",EE V0O;#Wkܚc1eo1~[/#l PS^RETh[Ƙv_* *ߊ>O='ɢգؿQFwCZQF9-H"d`|Hc u &q9' vO%q/w_,ADsgܴ40qxE=qQHS/+ qEByGFw\gSWpxqu!"~e{:$ jm[=37/_ Fz"M(P-WU e )VTZ Rr]M0y*:&BR̽Ƒ6x$2EtQfc t!qќxn> і.sMaizG `GLc2Ao{'|Sƅe5O1PA6QLl O ͪ: R-ĉf~< rjFq7;O(N[CM̫gpH8cbFNv qF"\q?ހ R$ْ''+)fY'f<RPh{*c<̲m0<)@f NbRfļ(|؈SYhQJU~4u 9Y:qL<ȅQҠpWO$0W]):px% rܶFs|=k~ 6:l< :a [ˊ@@vC,i$KR]{(tE?K &F+* 3_MҠWV2LjypÊ8CŲyUv3 &&b/gbP Nc=M3^+V9q^:$@8a%aiJدNpJ>r{{.w\Sk%z].nKF*!晊 "LqD|⨕8'QI'XsZ;M ˹N3IQ˕SKsǿ.1UNVTT$h)fV }(PoFz>Elgvmd"#晸W(\ 7yu-e6`yה17h'CWxsK:#'Wobf!b}pBڹ ײ& ~tcxg\@bC%1&A O-Vzj7fČy:J d ~#oXvD -3-Ela_T-ryICQ'7trTޢ(ұ~=Jԋ6iϙH(W'13nsLucAN,TE3uT}٢dgm蹲V 7 #(@xMAX%ז'dF~ +A su.s{*%T:?y} vURF8GQ_&+h߅P%/*Kڟ|]3 nVgUurk0ݧz]S# Q ]O+2z5M<:..K<;yR--=/`;EmQ^8V[0DThGG*?H]Wx&eP AC8× ,DBV}"uz 6R@`EVuAO^f̡DE_K*z4*+ce囀eۤfwF>_B˶}W4Be;lrA}1Z/237>&RȟeWQʯ4n H/>j3633kb[dʶҊk:*7FDA:I}2rxb{RM*X}ogB8*?Wkꀻh49( ZfU+gEʼnGwgKݳQvFRn9od"{^NLD]ShZB_Y^~FwB$|=ƦD~6B-Q%לS޹C= \XıTjH9 ᪣OVELOd O ߰7n@PN)y`\6xX\g 0 5œ~ Y"= 4x b)j܋#= 8`gy[. UP8TD;Sq s1FdyrɈה%*Q%b$7 ȅL ]h9sPJkce,8p!ֽ=AtKk/ܧu6o˰/۶v<@߅M q*oo=Ot\sU"^یjP=w3Y0)p` Ć6zi:(AFI[>yzYR{DiINsטO(q;QYJ6JmwBɊwos z<`0La~yo\ =XB3r\ͧ&P8U$9 +Ҍ X'$de8/e膌a]m'0- q-^ Rd:Y)B( ^{^* LpDcXΎuu7C\ðFq4SZ9k}fNJQ=|&PoH LBy" Ur_ʃ0\PswfEN K:iB}v%_5ӢG1>A"*|b cW/'+AC*Zli3#=ygc] ԛtک ƛ:2o"{i `$ o(M_A _ҕ0^F` 7?`؃KrwDG B4pwPu<%4^f(nZ=4C V~?OSgyhfUȞPhd\!zxF,n y' 7Ga߃!G{Ii'xx^",GIPknW]н#TosWȊ@Hy Dvgzl-}+ m1ͦ x PQMZ=\On{{"f1cCynr[o r1K` 6/IU-!g|fA jQKDq]9;`]Ha[#ybeǥD Xw2KA~N7R}FH',?|@oHk~"Y-ͶOaF]lNnu^/w)Y/ yVävY]:#;ypoto-=i4(rO$~@ݩW@utq(k t>vbfl8*dQ_ym|u9F/)(&bd0$%NI i*?`KEaq;־U+^Ŗ"!|٧x 2ߔz(+{̤}y:n*yF,:fFUWXύ-e~$z",ꆆ% K2SC -f}bSptu6Os[ is9g5$k+AW~ Hv",Xe:p0o?2P[9Nթumc9tGTD JDZ'(9kAEvyL˝~bޢ;$ɫ]x(.SP0e;uh~ R:Ǚi46gR*wQk"Fi&Vߙe0?tz:v]M^01%@#&.[?y6QWAqx4eҶ3:LF*9VV?4bh_ҫk+T,xطJ%HwnE󞠳:VuTprd8Z Tmɽm/Xi#,Uou? (i!&DzN;4@5yrj~M>@4e=`E'@#)MwO &in $/<` iAx|68HR*]cooO>EL·3Ѫl\4ǂ$7,52@k0đ; mc 2eJf#n6o\Xj+sޔGJ/LxNy!6mcGܬ6Zףn5//& A-\nzLJXhA*U;]/?:-?rsue%{7S3l;r1n&{t5g(KN=M6ӿq )xq <^`u[ޗ5x\_ލzڳձY5AOH]ԱX;u=v'L=S8/@<@tH^-Ç"Ta;Lm2KGo,GI6-9C&ө[ PK2ݍH[ArQ+3=TmC)ڝי ArdHs$-9a4H tp/(JOx⋾ώ^|Ҿ8n-ݸٛmd50iQ$(n&遳n=ҤܩL6 7n2tϮ ų D& umI=\b3 DH^g jֆX:%H}S9")Vw^Pk(ڮɩDJ Yyi|8oDV$L/GTk0xb;ts,2nrziz In">rFrq& 'WMy+$y)>]* FjUe|3Yۅ!(fn$R?xMÃ!)I߼"2:?V:Yj+v%9I;"qZ :MF}^-xFy%;һ(yb)ȜJ&F]QB&{qI q`Rm5J d@*ߦAVrgКn3232qG! ~Td+Ќ;fTW+lT83 a\H0(/2nmJ^]ְ_9# v#r8713bCd$y^$:Ncb5G\XGYsDx$C$W[+cꦇTو߭k ~%9BRu8UŶ>}x~,>G8zT=c^پҾq_o޴Cgwk5C1E;Y*;- xYڟfx'5&RA>&jjwtUyL~\%Da@&CxZO @ok<£0ooED2= pOɾD39* 1o4|x9:k۱seU$/sSpR7d],'M>ÜǓ4M{bT]+mnjx%:PXŢf8Mv0y~ }[U]T0^ka}@g8`us7Ntq~py`k!-bŞl!YA1ns'}(0z*Z-GOܾx1iDnOkG]@ ݜz+F9:QBYlft|/%?DyRk1nT_lۼ/g˺v9έI#:7j[U+eHHwF~{)b>6e</]ɐwx /dوJ Ȃ Qv=&~KzodPUb}X~Y%ku$"mœ2gλfVUo:3ʑ2n}[OQSRX1)'&煬(un}STXy9){Q3jFx@Z)޼Of X=aN zB+z"] UP' XŐUUBH . [9مܺ Mxg> gH'@QkT=P9F,b2EC 룉` TE Ro)w6i#,oDU[6!7{cxAQ;t X9؁9{"MN>?,Οr/VkA*MU>k1cV{ ;]Jݽ$ Rnގ@I`^6Uz]hxf,flx{͔N^B}Įo-4EIĥ`Ktїi|`l=_]T(t.wn![v+)ѹfoQK68f-!ײ#Qގ&s<yHS]>lJʊpHp =paS tʽ}z /oOF[cJAܱ͋)Zݹ3B:h#ez&[S<⥑y- W'0d\hz}6Ů |BM$W?WEfد90zPu)VO! YHG?Yګɬ2iCcUjա8Afzw<@4hv|hs}γ˲PMZx5 $bR_Rg-Zb_`0XVD 5hb#z;)JK ~ΙkO`#<ZñrEe.ҡ)TUHD=DU-她tslm94mړŏ=mP޻ggm:4uO:|E0 PXB9ie!œ}o Yqʹ #DϻR(5{u2>;{iBL7@^vU3׫޹iLJJxfk-k?8yB 7X<8%ڠ㳇 Ic7<:^} qT؂YGhQlPr'O`ϱ?u@?I⪉ٕ[uB; ;jÂ^-{eK84-u/;aU[էVaw+}Y I;YrPVAZ%W/çP^{`$//vTውԉ~Ҋu!/%[yqiJ^ܷ UITT?{$LwPN6Ir 33% u"df[Ⱦ,IV-#9lXi|=kP&m3Wa3g8f-1ِś 4~ӋˢNcft$3)'1.ؔIPrSwi<E{. π-ɯ]೓d~J%Ӷs_}@S[2&ftGǾ-7uI|e% F,_ۦB&ły *^-/}yͯP nk=2^ lc僬WK'g[nlIZGo>h^G &9xg"(N~ɗ&$^}/zGrMN{_HHفj[ {A\)0.{ͬg%SYe^¾0E3"A}uЩ*h1@L]-2l䔀YRSGX?yGɄ1o/G|u{<6 sr?-@B ^8=%,ēG;ȃRg;EW5u=Psl 3OPgK?sV -Vs_=Odf^0c{襺,3bqulI/23r|5P]|3iMeSFc˗U| zQoדg3TdJqD< Q?:Qq[my5^uX li‡aޝ4ܤY/a(*bW9 ]}_l-ٲ}Viq9P\s2}RtTN"lS5;! >ckY:!LzP::]xy.#m&I qmWF^@YLj+ "SP/UReQ~";M崁 jŰN]?Rre)k02(:, eޘzD2(F1 0$vCҘ7(`ZQ!zzf|ۢG};잧}aEAA ~JnU';cwQ=gYφf6##6§{,~$0e0F4?Z_ܚ A / :*^Gv0cI VvܕAn埾 ѥ=l1N^V* ?&zCǼm,BQŸVmd'Ϭ99ԿlJvտ?K7k7e^coDBe6,:y#mRQV f.7Q]y^޷'GwEC~PcBY3D|ʂvUִ9_' EbBwCu3c(VHA0$6k 7,rCJs=GZ^pVIZ@k~WN{*׻|ؕ䬊LS%T*A1{ 0?-Yh/cSa/nT*} GZ]a"P9Rq--٥8|:p|3wQ!Ѡ(1s͐."errEQ%5Enh8d$](Mg1D7@=÷H!L?OUD|LL;os0NJZAM.4FpsieZcb=7 k(Gc@w3\)c 9"ofZF ң:a_{6\Lˈ-31RRHEqM^S`(l<åiڞO 3"멀u 6j6Χfjuviq МϔBq]f\Os2Yy.g bӣV mT/aj)4j~82>f$RqR>vLkh딻5 tq^`vh$aG砒pC^̢qV\@jTc~qpIGr̕l'6{iF;zŊ#XG.sFq_gQw|ǔqg7)K2OЭ{ӑ8 *wy~$yu-E؃BSyZsrp Uf[tN:eN%'D@űcKl{LyUWA^" ye,jPwfi1Q~Tt^/T `nQ9B51Yd|CvM'eו o<}w)I=qM1Hoɘ6WpXs,_trSe}񄈃J&Fs{* ^[>[L`Bc,}{ ]2/_^ תΉО#hL hi̶TK%:-]PrsS4P5/-/8Fr[2Rc1zm,T}S6‚UU\l(a%.!W _$9[(D8ri<ً8VXf^'hS&$Cr B/u[X~Kk=F]i1E #U>ԭ1;0D(Ϊ `oK Y%,5Z版EE*ZL+w ڻY6Jo(WWY4i ٞZl?iXѰ71SwhB[=hJXsUrZItQVTUPߒnA 8σ=˃TLrlCkA\n,؈z%%̟هߗ|hھ<,,X_9u~UjMGJkB21^=;vfq-hH,)Q B㎭F9VtEݸy׿:f&C"}E0202YYB%B\ ?+4W3IٿjM_L ǝ< HA>u>MB%6rSJ y9K,Y 0:zL;2`Ikצ@[Y\n;hAעgp^}dKMpܵoѝ, C̄.ϑ[p> U~C3;bRȧSe)'j荧P&Wh%dxtL8-m?@ 6ǭm}t}XeH:vs{eIOvFNY8m(!M 3QWwTEZB5 -b\KK}3Z~:#r!c"@ߒPkYhN1{#"emP!+rngZ!}E%BCj(VlX |UNA5{_nB6:ٔw\ScRn {yG@Lm@rg#]ܲkX?fOVn[_rؗ`8Ӆe"~i#4Z=쮒|qn^4tGyI \.IJM?EcClۧ[r<Y!y)<ȹ[jHd4,j]Fb]IbXCZk# 5qk1(5Py55ki b`:?@RbV=.̽[мWpjn 6ͭh~#}5D!'s#VHXS7ϥ~ X~Ġ >R?ST: 䆅 %W+Čh΋š%RlFqC!j8{"ھah)>9~@i Sy{t!;p2XVpԫEMFZ3WVq5ac,0c=ws<QxKY 20FPY򆻄>s'lg >p|ܺיQ6NEu_"JTdJG`usjRB}Q3` w C̱PxBSNv1=gU.y=f &k$It1Uoүh~w ASܫܓdaO^8abZ"(5U~V29z# C@RWV⑮O|fE?[j%UHyZRph{h_d?׽7z橶@k8PXF.PZgTUN`KMʴ,B%V1!]%6TNPg!PMSa*2t`mFú\_!n10"jC ^ig<rSæVWCl'nݵԯ&UimbusOCw$]٥ :dwĖ -(YkWa|"|1 p-6 aCjeWA 14q- @%jȠ|Ϥ L tl81D[>NXpA-yUfH!X gXVKayPSq0Ԧ)fp_133}3ൌdB!8nm=/9 2krׅ'; Fr_).6sJ7 Cb́uc BlJ"eQ Db&9ҔmOzNuxu 7Bb_MOΙz#+P{ܕ!3JMmuOOfDנRLA7XR@[fϪ !qʽ vjW.xTRCR4=Z1\&E)<ʛ}k+jz)&OaZS+\Ձz>4!A }q,D.",K)QyQHu(?= kT}m~rK۟;t;?cN?b{'1;g[JQx4p "`?fB \lP@^sQBޓ6PuQb.mOSs2 #X4+WVL5"ZI 2pԞϓt0lԞҔm ãj\42L^.ȏ ÁL.-nX p>1E( X~&MHt1jtpq,kǫ_"U͞O /lVHļ<'ٞ[7Na|L]ZbOPOlM]ж~μ71kqٟv҄]4c}._P?{-CFoI'?+ ML8x5&>it}yl[fAqvaܭHR %Th^u#X#`5㨈8_0©weU g^eY,L$`tWlJ1Cڌ@b47G0}Ɠ28#tzMjQX>{z 9bN 5=qh'wEv/̳"%`.HLP-EPc"I6,Ն;܌UQ j  ZXeyc$ayuG+W`AA،ȼ]~Qy*u0^h5,FjQ%m vgLσ+RaPUd%K WᶼJVҹvMæ; 6ؔSN@9m?nָQV5!-I66䢵0XH+cg-.'/}gd*Tl%Pfyu=@7RoבJGQ8-h.# /zH~jZ*yɍjN{D>lt~n^4>D4 k$"u*Rj1w-r'"<A0$ ^Bb དྷs΄Uȉ`!|Jw\I"/.9Qj^:5c&LVp!& SZqdԾzҰiͿmPpt=.HGE^2~D1jNn.<@yJ1}Bo'z ֎{]=p_Π(MIEMˉ0(t%.7=g'Qp棒՜W=IJwhRDxj(ɝ(+|x24g]l>zYV/ǴDw=$?|%R}&9nՋU@=ج`2,/WFÖ [ W"xi@1``զ^5(ɥq.l]ֻki79()T;ϯBl#?$P3y $cdI5Ҕ'KUonipG3o6wd9BTCnPϯ lk)xNQBą335Ͻ]4 >U5i`,vĕ\W@"uVk]%gJ*rc{ӏ߲O]Vc:xgEJKiG@}`ƘIwЉ`._Mr}J<9 +؛(j[A7"L"y3W]"jJ؏$)u|vBχ`l43 (d,%wtB/&`,뚩շ l0)>t 8[jaIUE(/~9xj HxKy骪-{{) o4@kAz"p`l CdnUE]TDnj(.?_A5#`D%m =:\ghѥy1<6g@G G L rxUBд] !GYXow(=Ի1-}y,IpHCO\2#hEI241 1תh}UAin 5Qh=*([ι^q v7 !/՛ʵ.k%  1EP۰.9d9[/TȦ>%k죲Ix.䈴VQCbG?@#r'>D"cػRmR iLWW|aGҌg':m<:<=?%ҏ*weYS_k镭nIIhS]q} E)J?a#pfA9Ȩ {+s-cUGRrK&b7Ne+2Us ҀT6^ܔQ%8h?c'hԣ-!5FK;6uTcQ1EZϽ|  8ecW=geyzh%0m`S#4i^H!ucUvj ,q󚏷`@0kpb9ɶfQ,g[1Oo+,E6ǟ%bUryo:E衻Shčڏ 1Rsr (ܧvR逰賡6'+үX$%tuڂϴxASrVU+fgpmX,* TOԃ|K7~{0W0(e!G@V5S„֦iIjSb`aHZLp1zuF9sSj pDMbKYM$.$8 H +=,?ޟ4:\;掣xYUU0I;C${L"9NyFw0 p0&¢SKmqB vKѽsΟ,$.2WV4(40~䤤Oľ/]*űblCVӨ3% iӑI0^}P>ֳׅrlVOEkYuEGL7o0"髠גEy2?$NcϦvpڡQ٧\M ١h؟*E!srN<ˏK[H; Epi;6BKW/#'ls}.Ysq:C0~lroJt篲[ Gb1QY/AQ(sjiPxl/|RXTΙWkDYdFzxJR( 0Ѯ3fq„]Ch^svUāvب$]hCObe '.m[7Q uzp 0MUQmt+wy:\YS&UUI#%( 5x.+PJH3YbJzq}!3H}&/O6*?Sj&.ҥ [ i 4Fxo+sÂ:rnv2f:PZ5*q*H|΂| Ƅ-m}P7|B%@c1(:U4:&GUWӰdv8ԁBz,0 \̈wav£ZX2Z7{>ZY5ep9y}p&zỖUuK@dר]9R/m hYGubg<:*qc4[w:5q*8(S)mp¿C#t0v-fX;wx?/RآIWnGKZtLQ(s&tY0Az@'yCKw;5jZ#V` j޹ݛjeMD !ga  T2D;3nbڐPn"-3}s#mYpH]]_׋${{qº'E%&~ϊ>WKגvuW$yuNQce`oGq^DWd+fnp+s 2UfaKN>`AuɤNP`Nv5pm :zeHd$t/BBv>)p.+`{>aZkX=(̶r2> o Prxr)D9 ~~#iF^.%CfJW,o6ǯSވ?`?r'V J$΍Q }itH*T~Q3j3)JHW,Vz8 Fs]B抦[VAl]^܆al4QBb$F$;WPt'zgN՝7%_ ͽ hD$d=@Ă~NHx=R)J"}Ϋ8vVpkTFlaBz~HR7wfKUjE}xέݴI@](2#Z=Gl1tdJx=(̈́$9QE?u~>[E^hxyꄍH+a¾ 6cdj3n+F1]Թ$lT]Tp*$o 1+0_NBI:PޅUC-4Hu+ĢfPŕPSw WaMhO̷VਨB1pY҄c?;UTs ޞGŗ ^Y sTiqi%}$\؅\J|H$A qXEJn {F~/pio>U&C@].{[:˿$@gBhP#7nU^Ote<^$]]}U?2&CMݽ4g-S\MaGT!Zɺblus$:Da۬ޯVx5@urr{,eTkGaXFݪ:Q7u9,_ /aJ,F_w)Mn0ʔfп@wt"Dir /ۻ1|tທ<^ˎ=7!i 'Xnq.|]2o&LQ鶹Me=y``uK^zyAM.AJْk\lZt]R9O^;5d ob[N{{6uzDX-@HCF23MtbX7[NdrBiLiU6<큢mL_Qc]-h 7 w@`J)LU/L5b-D^ߕ44g4VV詛.Rs  $6)wRi0^J'l匘Be& 7reVu}k&a*"i|ZC/No)<*5 m}L/fvI˲|"g89y34)s%CT2i~zz_< G/,-OJl؂\U (1XVG%wRzNc^0QnO7 OeyLuoU79pӄx hh U?iॣ<=%CqZ#S{aXͧvcꑘmiJ|ի #=?_?bVGLH"} d;pC09t zwlP,$GE M$l]*'_=g[YӇjMrxyץdCEo?J{5”F㩛`J舚9};"qL橈fs`bZQ8S|mp6e;O҈JIg-c#%{|mLWsƜ/z/Irg -ȫc<< 'x95v+O^8g/ra~>~ <*j[~S? N'"  %3)VJBan$ wnn!O9[O_G9J4X[Wƙ=a@ QX< l &e|UZj&/`l3VÉ.6-l߸u7d&cy'M$ئ̡0 _vw1߰ҡj~1UOo] h-?;_D2I+!{W*u3O@stps&5k ӓj vrYsxʢP[mշtR276s)I7<{2]D/rPiDC4_p(Lպ~^S ]+Tu!0LFΞge8%,}#0!qCaNk!DŽ'dO>΄aqip6Fap wNxopJC'|xm~p_ p+޹NUT^Tj79+lB&Ηy;(F!nMfY5HBKi 2>%Q/0#RN T<ESOR5JN(\`5kXF4AJuɣL$ȉ++(][e -7K{uxu{&|pFryM=_3؏%BA(S9soUW|xGY_֑] )%Tݙ>S~by9\#Uݧ ;#(,4P8 w"z0tm6K @L|}kbUL0Qo+( )Y1]H4V^ed8іk*W˹B T}5T̶.> [3( DlCt# M}_eԝcAy]؄gvjBD3\(>8e an7.Vi"tcW7ʑtO%z92gf⪠b:ufM,Q),7Q< '~Wd*I߶S1]ٟ; yF&[8͊Nyh]vmԁ#D&߻α5! fo*Č]s{ uOY DrM_by@GO_&p2d5V{ӠJ]_(gA^RYx_{|9[ҏu%-{By)hS9?..häiiAU9VꪲLc31 ʓ =8 )X2_0Rng'UF ߃Ƅ2 #:/TI p_Af,^!ax\lhݟJI|* TtǨ"<:Kk+2k9Dl(Gv&>yV5dM%nQt'nJl=F\pһBB+)%,*雝\\3M<NSH|q~g.pOlGx ɟԉ) "p FS2Xh#+}>ᴀ6.c#[J+.\q ʉK yrtq"uxھ`goL9Ը:gn )HΔ4feZ7?P ScN\2{I>Nyu%E?,3 FG6ai+&F(Vၦʵ.mW@Av0=VW8%]'Ӝ84OccSERsvx>sLuM/3KMӦ@DcpTĦvGG3l \Bô?vH+HN۫6 )yQh 663@FZUһR^LYݙLb5J/0s;ag_;Wl IĪZ5`25IX ޿;~T5ĿȷߢXf3?]\`S{)HU!oÛyC}֩wSvHA KUW{_e+c~MFt1ub+%ug;<` LĊ4؞ &/;yAٵU'?0nw#K\s<T9zOq\KߛmҵaaM4Q~!(}i?Zh Jq4XJު( ˌh.] oRRX_,b7l6Ny;d0=[į~Fkg X/01f#P9M6wfy_5 uWjS"z&X'G 0WK*JlP@Jb +W_lEh I NHR[qvKIA-]P/HhS5JVתxƬgdCMl~"`qḂt >xừƍVK1WSvQ( uD]duYx]yOnm"_)kТȵ&wFn"j k<--.ʠյpBCQہgں*n|7xqTclOj7!7 2Rn:oT/X^/5 s 5%E_^oʾ8rAޙV>UL#eeIbQeLys=u%^6xK1Ļ-!W~,ٹŭ 5eJ5-];n(uI&7mVN:iI0:}6v&>woq2'emEEe j;aKUآli6J+$V%qԤn6q63[Q g3=G$Uy%K\SFмH_`c(R 9i[c|%_e~Q+ :S"myaid%WSn"t6-gbI4!ҮH/ܘ_3uP_e\} (xKP;_D'9/z9v0=F̢N:|+EvNLYvjiIwܐޫq ;R֠գmK9 4{{Τ@e3@nfzb)/SFSk e΁ ]nÓ `UT5Ng.IPcXlQyU&e2h(/:4!ޘhVV\lQٷIWȻC]1I5E鋆`8/Gk\c҅Y]ߓڐUq=uɹ(qQb1cL*_Uyə/y0mgeyICmaM]Φ;a7 MP%?Ol507"^b 6!%Ki.^%4[8 uVgc^ P^q+&9\v翜#>Ïf%VEO!RؠghVu AKm"q;("= u.Xҝi2FVV.3;'i9/ 3[@q+=Qd{+mZ~}3B\ ^9e4L&nD$|#ԧ oyK\ysnfLE`Md 0&֖yx/^ n㞽ghT,bǢ^*fPżo^`M+Ϗ7Z !eAhY3e4yO5VǿsGԟqr󺕨lKO=;F)OSjI娶EYΪ4T HZj %.NڼB fJr'%+DmiDoeASY4 k=_ 0`:@}]p0lS@):ozHEڀ݌P","6lE]pG#(Xslo;`h}Y8_EX mdV:d?/04jC~fo^< mHyTwVpwArejN % J!F6GNYgimoS #6&5ԬW(T@-VUN9P^ UE|^"@}QE?H29hSq s~gaʿ~IZbKc`lh1RpJCa7Ѐ")#r&$]3<.\*)pשOB8=J0}esp ښqņ %Wdhgl+MM`CgxڦLMYfC_i&]^_oiU |rW?.mŏ$d .oӗ })i[J1+/%ʲ= 5pt㋹Io1iH E Ψ0+pq }(I$DW&}.Cy3NP}&l pPBYd%] rp`,GI.dp(m~ W÷<#\ȥ44\j ҂ ߎE\N, H>VGf6ViiO;]~ݎFʃ%Nt(x:c4+qM_^MSKPh9}5UcȑkA'4A@ e{)cd~!YoGFʝ!]X9M0L У5;7Sey=,zq 0誰نS*t;(nd0 oe/ v80%>q밷+b~̓CD֪ "YY\jM+" i־GY,A?/x Q϶÷uAhF4 yFE@TuonzVWS)^~]lt dr)@:i$7ݎ\!626T *G؞KZDSN r2]9Tl&mq4ɋ&I$u//˕@Z6 Bv6xj8kf1ҒMAqo anJqB&x;J9-T0`aopPZi4i~\h +#G8ޘ?He+2RkL~V"0!=X͋'="~h'5+}tܯP,+F$^$21@L?T Vе:: Oi<ۑR&oJA^_2V8ނ6bj>WyovѪ-GnS5e۬nb5֬ǢztqE3~0?XdEgUЬt>luH͝Pj* }I̶8+_ "^]*So(h@P  bKn_!=_7$$fWK3]T-Е!D'|==@ǓzP` S77 ڙ0U-y#ޫ3hp3%j{7x, R .޷&']sswN47 OcNQ7a (a A*Glp{ hߖcg>*qo*Mf)$A|}cM[FF!g [?WWôtqbk @;H=aǪ.oL!?_~v\}/ڽɫD*\V>63qHaRFb F.[sψN&;l.=O 8p>L_kG25lx@Dܧ0ԊU/lJ&9qB~0kEAb̾.]J:GD|2"(nΓY;JBw}"W;J ڏk_?R_t܃Nב dڶp//њ*jF Yvw>9!hh;uĐyu|(Gq3[JaDW¿ȸI!POLM3=ze N)o+)hI!qzx2m ϔ*nSRZ\.5nzUwIe uF[C siؔ[n ׏D^˜{Jڦ$74CJV;,$GFHǾM p;JEӆ o]u KO`5qEmdunzʖ@AjTpPT-cZҬԩee\[fBg_Q6Hu!ȭ6Ww R5w/ˊ:fa7{"RwyY0NbA̦{Hp[EϿqT V|ndZsph93A D+y>- M!sPx:n_6]~SC0nD3Zr4ddR:OñR-j{pkEluMHk)P%kǢ ?$?v{(ghh[@'^j|瓃o^sM q 2rϦYӒD3ŦV%j}B\8} H"6e" Howx),4"[r&-\Q|O0'4' ]9%j;=1$ˠlg!s?ѹzƞ~Yɡߗ O9oJ٣_oy!E'+^iXeИeZv+"ח02]v) U8` DdžK2\ "C!.C[ 1^{v^HZdS4;3 i_*^9]SiN5?GZnwR= Tco}uSTR85n7 lTCM8duf iâPq@FזpngX}[.nWBת !g$0KwؚƸ{Elh-Zʼnd7}Ëh^c^QwWo;9 @.=mhJ^æ#|l&|H3ЂVbRN~ZNv?EIƂ<CpEDGsTow%{Yԓ0a' ޴?Kv´"e?z>w}m n_4m\rdo۲xe^MVtc6Ca zAM9%p,4Kq$aդ|YvH˭} OyEu:hl%6J؈rr`4yt#sios On Q3σ8`xN?! ]v3 mq%<-P*ha|q9Kc :0~vG#$hGoBR$Kp_ywPJM\5nj^ =?%89q{9,{H89n4!j"z67rтҽJh=8#!E-='ȣ唥' C?eN@MhA|q1}) VXSV_N)cIU' У&Qt!<#m7j\ܢf^)X|5}9m*@ל?ֽ,Rtq9po??$ȠZ*$bCzB囆ξ_OqJv*iVjY\ߕ{׹a XLqߣJqR '6~)_ 8fخ"#ܽ$q3@Q%,c͖BD1K ȁD:$?͇ z-t))olk6>jBI5&Ѩa! =R5d*6O/wB"XHH\wqG!~PhA_T`ГK?Hcb5*W.J=6Pђ* MO e~iXoFȴn-f=!R ?ݜBJoc]8ZR+îZsw֐~ ެWu>uͧh2|%+KU)?7뚄Έ^kbCiJ(2o ,@8`]#DY4"qA׿cq@wZ\'^'1 S *WX+K⟍Ci?h {mh+#TwDL*|qubX쿚4-UU?N4m=TG:{B̡tDki"Zp\n*IDߙ2d^aNu>\َ&GZm}N2 T.2[,*JK|Y]0@+P3LiFLZ%V&kظw|CӴ P?PWV:b@C$\O5IEֶi[͈o,8rl߿}e0L7ܫgm-i& A+>_Ǐ-( χ@!X|lzK J9@B5e\. ~FУ']/2M>k؆HT?.֘Hɞ>ѭlϷ6Nx=g{jеDPşx3/V'GW}\yJTҺ{>*Ưם|xycߟi)aR'*dd8ᙥHDec?/.6( qծ}-b:^/oB+A'x'۰b6bgIĖA?jc@ظJW)Փ~~p9f=\|8Ū*DqkP꒾~-ƣmݺ._-@LqeBc@3x+|R2v,?2n۹Pe|v7^%qx؆zߡ% ޛ988/4wBblGm<ԭ@Cޯ-|Dt^8Yh& L5P5ڶ86#fO R2Q`opt.7򁘃nA  G`TBP ߫Wܰ;2h?=GUcfnWW&4_.rbFkiYbis$p~:A}Ң' 6ˉtJ6Jv;E ~.J4f=*3;ߍ}}lƛx|2 ~B Sd4]ODqmLu|L Kx-ζ~`1QYS<0D H4ĚͦڥÌ|P8,p* wԠkad+tU2J T6xJG RE}/,5^{^~ VRƝ|IG S+X{6@2C jk f1Ǥ@<*kA_i5sAʠ N!KZ ])~@?9B~DӫI9c)\Mٶ+R-Iol;b|Ƈi`,G+jKrrX :9-_ a(rWuZxdk?d$tRnۼ 4Zx<wm_@Qe3zʛ%tl{tzbz7c>ѢSxZ9dF }F;%Ժ,blk>]c~vf`}$} 5Ϯts d{[XmtĞ"̻!jすPН/-߸2SYX @w&~`ޞq5/Y/J>ӮzN-,d4Þl B;S.dx} ]?H*3Gq{KC4$lc[R?UY~wK~M`X4+*[zM߫"cqܹxbx!v톝5=pVeNN:=}Pb >pAT Ǝs`jSUh#Iz`遧ÞgOYIUiV 5Cc0w§Q5Sc4qPh^l`QX E̴"sج֧!v܄A:-,s)CWn* Z 2`x/E :GUuywYAלy<¯ )熧lbrzGJ6UppRje{Iqd:6} WEOLw 4Ͻ&Ƕ3uA!\)w152h0<3|9 > NGst6'7rzbi2\?lP8bFq ՉE9x.pн sc7/ r*ĆebRB}TEc̃:zxA$VFuX^6//FQi&;ra?ZHvEazk?yzoOgG+!_H=G`E`Wڄ5{SU<:S:$>AR'(CMH+XLv] 3vڑN,*0sPכ{+>]ƾʟ ؆UK.0w)^bmZO &I#18E7\_QۜJ `+ k`csp1d:;m|tTDֹQ4,gdp78cbZ֏3[\:Qd'Ծ>y+E( e b}>{7q(g:5Hq8kz%/)yFĬkbbD0(*D]4qz GCH*QKWOVuSM~̜S}g$(_L]:*/bq mD=KSEHRY!;OoBZ#Hu"ݙGvS1T|`GE֤n<%9_J}Til&01՘Tl'gh}W 56{ĭ' Ub$6;0x)ryX.`R'FhCwa۪eo74qlq`28evW4IS:HE OefŒd N55&Y.~DkΪ-vB8Qqn;c. :.譅HV+ NQ.֩Xm&$>`zȓq; D-@Ve&b4+ZAtmҟ&esK8)2В47 uuDAպHNB_]Itabi3=WBXʾ0AJ"v{Q'.,_n,&&h)GbA͜C"R^4-rIИkk{u0@=Rr3j!Ez}GMD#F*.\Η SyMIs;{)S&oQ,گKy$kI|* |"/1 NW1!ìj B9's-A3 :imQl%DiFopY"s鸘3K;ӃrIY&3QB15Ϩk Pff|T4-lq;6 9=J*([8'%=ai|4oLߜ їLG3Ƒ5cK vQFY`Jv9ZGJӏ?zב ݔhƱ[^<JAxx>96G |6!}\K?̠ŝ!vnt33]8 VfڝIw} G4tV DH/8b",(,c4׺AʕvMwɨU)EW *gdo9^ZlY4h1@UJ;d&$#Z ,_Nfn#ݎE;Euی?z/+Gm;y7eQx9m {ݦ0> YYylh!toF0*˱98wyyF:-R锉~/5JhNLس_̮*S܁"0^0ݗ\&D."Pt7ka崋1ur~x2cnM-M(4Z5@d{a JRT![{mpi?9!A -m_?%}lEve˻(*K;D:H|r!l>GQkM[JhX6G!z=|mm9.thuGXTҡ ȷft4HK(_]_rDhc]svϖs_ 7]Djew,UIⶸblۤ2,Ws4S [ɑ͆^D].!&sVK! MxUm] Nz%aJMx%Dk]+c-GjdzWD ۀ~C G(^YȖ+b2yIsXo 60~ݜ7@gK`[owxđ}ݺb^1>b~rs`~t#%b FDŧ"=sw\ݗ[VN0w4b!]d!gHz7 )$N7*o(#uKhXf*&&-1D`XaKO2&Dx{=c `~Xc.@wh$ïShh?Ȅڅþ0 Ak/S\g}l'CxLáA4XR9yMZJtKWb@eيn1ޫ'1BQyPڼ5VS~=gu/Rʨ p _ͯA5F{7Ea,na"Դa0[vTr֨gpO>!K:v֤q}Os˒lN%@j7J..D*'. M@R(r%EYXɧ<*n;#Bus=J8x;}wx .8L~2%ʹȘ&¿|1Y;Wg L$\15E/j/q/ߘT:(۔Zv8`V71Jp :.kJ1{jO[& .Fpnnmd8 U\Ujg^1>ࣶp<]WL@!|D+޹Wxhɉ((~fq;t 4GUTIt)u Ӳ5Qy^ͭ5+iQ)ќKhKR4h4EPj:GRꟖ +tŘkxBje._y8e~.{j͞OF,[EF_ap'qgZne1tb9k0؃ 俶_GoϦP4 ԔSiCB@N+5+H(I{Gqm9 bWe;’}JIXCuei[:Ɣ_I*P\N|?˾ 9`9j\ \ǥܻ4 i[|0S4Z2U=N)} ,90ߪ%8೪lu*IQJ1P$+RKV.ؚ-X|a=v$k@-)(K[ 1 aafܱ P0SKdl~7I"8^[U&%ѸEY Wl uW^05X\~OGi4B:R뙦#Xᤎ/3 Uf &ň}T۞X;?-ZC]3W,ا*>-7n֐#΀񔫖ۏNtW߽O(n{ؠ7 O,9e4e%wi6X|!GiWyhw"${" D)/"ǥt0M)uƊta.k-S( bu5ƤhCAH(8/rv֠p^.eb: VO{})vE˒  y*C%·Ԍ Q5E #e% |G!9V+no$1~ȌnfQcf:b aS+Gv]EQ'/) ,apOE5VVl1i0w=@A{AvWR,2*%,9-8XC3uVgخ0nLR5̫}2;bՀYӕ6J6ܗ5ޓgPľ8oj>>K&6Kv"2tRB[9 ej.jζNĊˁFID!A;=AA-53 ^o Iv@W^t +a9Sp{y( $,Eo_=Jq# k܄ [z6+t.KjX1Sx ݒl% _zGђнeubi2KhB#){(ji0ۋhGa 6eS4p[w>M/#|žϘ^#$"wvtɦr?U>2Va%5tZjƁe-fDFAo0I&t҆YK-Dy͑K78pKhb.2#vL!Pm+ꇚ1d_U&xj~rMjzU:Eӿ=Lt ";RJT4~>I&VTO4uS%6"B)O1je]<6;^Т i>`D(^ZƤ_tptm%nɽh;V]Gx L7ıR}3xbjt #PGԝB7&إI zWsLRv ZTQ7tRZ:y|n!>fXaX&kc ` g5;TuCpDSυ;jKRpr^F%gi(ըFq qnХ+TߗF).Kv[{N{ֈFO*f*dIIS;96Ȳ䴄U٣O HP6%iCIގe^ knʕq08_럮+88pNҘ+C+PS`&~Zy14:#h@B&&$d|ߥ&j˃+ٽKz؀sɽvdFO> N572+"ph-$A{ddV"mnȦ ʅ>)X6+&_o->W $BuRMU|Q`T>m T}miQcBV͵KA@14x;-E[!?I4=t GCGoc*>|I(v4;'; 6O?H##\P3io9ݢ<,2w PX, & ]$&s5@RוZ" wo$rAc>xP<.XƌkƓCW"!L|JMn <`(B+"W0h͓uu!Xqmgۦ]2LIZS5uI@NH@7 IW/T;{$T7$R!01x,`/BՅn6>?1h-4ٖMxRѓ$BSy끧ydDҤ0q&G` =Q΍)HVÁotHƊ,xPlѥke⹗?(׷iFȅSעuaIe|.{BZK^(EZ}lHbqS}o!? ]\ N`x5i!3j+q2Q ˍ\흪Y\]p)%Nc${F%/CK[g}2ѡSTby2эoxn+(عrr#3{[7={Ӻ+,"$kG n=9*G³ʔ5uf' inK WVq2TqjLYTnՋ:cL}&>:(FZq2HcߟT Ll2S) (oQv CW96$2XAI 0Y p:UoO/ (K}_O3M1=j)ә 8j&Fo9!F䨙of(g/PLz#' @= -LN5ZPOk^/AG9H-l_Q`Vx7DhƋz,?X V5{q*ҌGIT_ J5M~er\C)HwwGy!nCgdJ^ưf<po)1RZ$Q z@Q6 ɰk.WtR@<*Q9vC0방 ڪ(PYJ~msK<£ J*6E3ۇ'W i$Kg`Dy%J]w~B#8hĘ\sL3xn6kH:[H5Щ[9$0K^4wWmst~a*û$τ@ڴt#gنcB=BAu*AES74/nԄڝQ= n#mUW9U̷l>S(vC} V og`Fsz1Z.4qwXU~hC;s4?z=:dcXk%<&h) cX- (jajy-#պ޲Rm 3Axt\}9'3Y\qzmS ZoqļD`cdx=XEsZ`fģ !3bU#퉤Ɛ[.BV]HXaͣ}Qsɺ`\4((HlN.Ċj]T\֯&'#9C f% @ [ oQV.m8c¾t|az+sW{ r l.PD,t2*6 *cp[|AIPBծqvc9H9>00϶Z*t,m;2]gҝ2pWsNze{xlR(xt_VJ+2RDkb+ V mUYeYY3hQ)C8o"]UtQHWD'g()F|;04Fi`#gp>16H#xA5!(U1XPx!ce8JvwyYnXkH.ᡈ'~]|{#t c ~ٔCgIPЫCzWsśj0EMK.! f]P0mgѼ3xsosf^UKnkĔ_Xff.|v V*$A@6Kvj^- ސqɋR\HmvIO𴳼\"μ~T>s0F5=G'UBFĪ e|@ԚsV<33|Y}Ep{lG*!X*$9fۮGCx}.l(VddGONvUsviSz UA3+ݜ׌GϨWVwX=r*< ۤQ{&B2q[ÉfoF׳}E'-k48:#PX/ῳkc[8$6@Nd$=&x~>?'l -/ϘQ)6)iw[fŃO<Å4ӕ흘lL(DZJY6ϰ dL@=E{K| !nu?E; }cƃj*MTw2or-24Jwi>`] C;QS'(KkYKp-KG>{DX,|FR(o*G6jvKs2Ce&= wR\E iC!*[kxQ(2Pa.D2!5_n+6o|=(PZ[ F/vsB$4{ 8v0`_f^5i*BL|dUR2B||!N2PxajKt*ӒnRCDS[ QJ$[mK%9V)ʅsjH(NRf1˅T`#q=RZRmq~=K|2\"F"R GRS=P{[:bq$lQUGBj~~l9Bѯ_ UFEO7Gwtm'Ct,@Ġnӫ8zF󴚝Zu"Ksw{;1pyPy}3";ػ` ^5CA߼Wbv&jqb^Yn- L_?D\}&ER{ڢTQ`fLd+"҇[hN'm7HdcHGl.%<ARvv73 n!u Ceb}W1b#F  KPd֚#=ʹjY|TAAھˤ[Eqպ37WWCIC)(%lK}ݵ [h?R Pz$J,2>}";{"<&6tY֧ǍUBO$ib6:ⲔΔO50eI~"e$w،>ԱHچtp &5tY{dEzE* n^/]uInbZ2QE*%1A ׺_~P*F>m00RZmCɬW 캞Ш*=94{{bϓ־ Lǽ#'DjxL'Z,,#/Zd R\ϫEU"lSI,Ӱ<(}7 zs1{%iJ8k[0Y^8@kv%D,{0"Ύ(w$v}_[ZvG!TM.BdN <,Yq{኶{06xuu۵w7HgÄrK}&ySse]r $gX?pRMadJw1Nwbt宇dZ쬺g5+2vGdWkOG }eQ;76MW=~N/Z~y&XmNVU Zvj8GsA-mDpk {z%GM f!W)5EjoCJ6nA&J.퇮\S@}V@/$s4iZn᭖_a)K}<jum$^:r*>$˅{<1楓g+R,ϩ!\ki "**ݪ(vȪ0IMq_88d݉@D\zV`DYe-R0&!؎k'xn Kj`EEma]=Cź*N9#AmŠ}Q)΂ ,hcчU5C O=MkjaWZuK P>u`%Xc7`/(U{y(:Ꞅњ)\^3iaMBƔ)BR5}S0vzl]O2Sfpn:!5aˊ RqfKIp_Zn4o$7go͹Mx~&9s˿eL(nu|5Sc!K/Yfٴ"5MfZhw\d;gN[p j+6捅 b!@Aj^!P9f[mXs?:uX~;.hY8A8mt9<^`l*ʷb{B$ԥ% ߛ7, w fIT Qcl6W&~d`x-ğ4oXf:Cla"JmN}4>h ; HL. K#l65/vT:@бxwa+^zôrZ v6S"RAZ,p?q\ Qc&/a#j bHmj>3Q=9;qI#qAzMoRqiEmcLͧ:0#wKNkwh{$fϽeDАB>uxDA=WR6`KҩT=$bK\ٷRSj,qsI+x. eξ ){8[އ|fKC3H&Rm u병 g+j!VrEp570K@9hAqoжI_>'l$Q5wLmFqdp}|\wLƛ(_Am{\¤~2vN62 3N냾Nuv}3%/X1 HYJ=uLQ[^~ngۛ VO >O"Ce7ŪJK)ڔNK, ӓX l>/8&BVw&$n?d}fI0cWhD,Y6av3}D;7jtNd22vπOg8Ǭ~ x R6Ff&r?V`UG#aZį9܁U.9ZC!r7R|k9%wndi *p΋b(1yD0%kEeqЎ5A}@1i>#Dv +2RPnuk #)Y^ZPZ(: d^}9IVעolQiEjEYn>c\lxwc'%DI2Cl8gUFկO;9)/T;=i-d _5V-U!P]DyKWyQȗ"ݟo/%|̟4x3^7[":66N1Tey&98XjkTb^"s89Rbft틎&LJ3Ypw T71rs͝ Q`ޘ.pA`t< VTU}e/6-Q:m[QQLMC'5VZ9 bTPNA D1>)XaG %/qP$| EŃÇ& ~ʀޠ:_j ɿۇ%0GG`]<*031 lk!X `)= u+I2Ja~w{$$" "6ȘyYOֵrFYZ[8ֹD (ehITv&f 4 SVPgPrP P}_2$͉O3XneˠM~/7jpAEn,R϶$8W}'4>GG"#wgd)ˈdZhSO \#'-si_ ߦ(a݈C]@_jv~fG%? h#~ c8yu Ur ^0'[]>k%)Fď Czv$[Onsf- fz 2!:AŸ5D5hMJYAeLT ߓ Sպ~) _oѷ;="w-s3k/X z)Pfĵf6 /n Štt 5BX. q=g Ya| ZyCv3[ztQBL`b5@1%WPH?Mwts_Chp y GLIpT|j8:@3VO˳+KKTрlZ Zv60TDNڈؑ{yZe6=\jY"Ib],VtڢT{Qdʾ@~Rq: 6?@/gIUQb Alh*^{*{xp9HcqƯۤEx,2504p⚆hH _W)ވ`J:,fFvM}x}O)|WnX>߰g섟TCm;hb$T[ ֕ GIdL Rڂ&7)v0KNG)6 ~;jl򜶉nj2LŚ˴ #3f"#$\8X<2ovE7usm⚴le+4=Q`7j[VÐ+M‰t.pGi`ݙ!ou{dQN}T4)ug3\?拶0*,?9^aK0\Q<5h[gi]Df!m`S$BHPݻ[vHCRwQ 5$9oܕpjaΘ9[KUfq!ǩh-4}:^ @;A[\\(9Nix>Z*9`uj&?vOK3 H]f8.+~!EÑ<[ :{H0G]->LמW@-[}dօ^9]+CC3b F܌uԗ &y9TyWy0{!&bv% j0?'ʹXv'$ĺB pYXݰx(Թ߈>0/J EK25`T Jp>حYH/z Oy23(5cJ8LuzWk٘OycRQL<:DtRg,,RF{ÍNm.K+݄?_߰Q94<9g$m~`ۿ7Y{ }H5=91s$zGD!)7t{%!{kW ^Dd@67Zba;<2P@Uڊh;TkyDT6IR^"9橲&ͮBF"޸l)=oN?9`An"! U#'ӕQkY*,HOoPT=yΦJ1)YDO%PPE=|Q=|\" 3҇wŮCү(ME(`YbBZ[9^i}V(w7Xk:}j ݧ @G|[N-q9I? `|W9"&,3~i ;,atqHG@ak.\אM8q0*L v29Jt+Ibt-FSsă$ /S rO2C2>h8k,\qUHvFh;9dLx lqM42gRw^~Q!ƥ+On|5?90"2H ])#ITcO;&*$~/(K3󱜳h}ͶaEF1GtfvjWBl~i01'<_R@\Uɞy kqEAz|qahG)Qؗ3 _R^4) b!SsLj;pY!V<\WA6Q%AN1 %Tuu%@YBe\I?32ؼIn2{<8X9ɭ!KO4- "KXVT(N#g] .\K)Qql. *~ac}\RZLp,&fR-W]ޛA>2`dEs/T m/4bl'xr߈tImJu6HI*;PR8|2OP@BS`R^3`I;\~+'">duwK![!gCvCm-ۻRe~ךNY#L5K(YtYܿ3 h F1lWGj+ɏ$4YʻZC/j+{z@2;52ԝU%ӑ&{Qsf'pS̴ i}(t9AάZde:u#3{%oo&HDRhk_/AZ!=n{wC(ƐG*F gNҫy-^D%>8s[C918& $UJ8͛!0Tu؈!uqk_DⅰOAv9~X{{3o\HtI"3v%8%i7n}zh8RZC5wvO$ЕWrK&SݫV;GLe[BpPRL=w}}W%Gfi5 J3GPBm[Gk@bp}ӡ}Ћ(nRM*F,\QX*;X6|R2Cd#yD֏Vv4 u q,}65%Y{\1=v,H0Gs;2bx۞g_&G>3 f-9V) 1/Qf- qR #s";Go8MPbĵbqWRxi9^pGKjE8EI1<orw &X^DHOK߮ :>Eg3/.bӲ&Ub])ѽ|WD~6: 6zfc*їWPl/O?yI#w1ø pTSuC|W,;Ңw`a=hhξ.^YATn/J~™I WHز\O Ju1GA_J c;3PX:#'yܭ;J/gEk}LIYRV< ,Ϙ"NDNbi4:|ޕqen IL`.&_aw؊")Y %+é9Y*F0Rb[לevGI]dMG-& ' >NA;u^eW*ėL[L^AMO]@/>wfeQ,GQuዪHy,@Kp7@{w*τuW+huOr#8M/@'*VhvC`vb6av_R s2:P~9Ǡ0ZW3@{P eոa+ndWӫ$xooCv{ 2aCr5qcj2wpSEP>1pcS'94{O:A<垙mhuYOJ bWB1w'#y*%;1Di'П1u-0}NEd@zD1{iսyێ#9IG\+HXkdH?U)S΄GGZ'wY, J:lxQS׏};% vIah[!ZyJnNE0>V誚9k]<|#b6h_$5Lf*YKW#Lk_55S&'Ioלv ]嘈y 5 8U|w%Ү^j4m<**4f] .ϣC:#7"lKHim2D1[0+S/KVpԩEӼjz_0ݍ0;UgH0G&}`Rogѳ usީ^Fc=_FwF} W\_o#t02y+ЌQ @GKrkn*]#}m&g.n gR}Dh6J+@j~t^ J4;qNj$:o ?~K`)ed%4kq F1Jnڈo%3 קǚ Y4&h4*6>:,s#&[`9 m ?:D7:LI{[WRlbvu] saO)GQRQ 4nm I9YUJVbd|+y9e*DHf&uGa{˒" ƍ͉p30׮44VYU#MʄXe9o(0C-& g2#Q WѸ@,ƫ)ųMCCf4 !{559EM%79 4#¯G4RGa$eNEa_Юo+B%%A2v< ="4r ry~מx]?deeE<.Zeʪx|XP(T=ZGapprZğ*?i0 TV) ڐG6N~ ]1uUqM,=ݏDIp5kh^: 'g,:@.}lR'*4Rc6[&+eهȼ*Ot|Y9l慆r\q (gX.ڮxq<~eIU?(#U=6|L!P9Rfv"'ɋ ai6E]СdkIL$LRIA 6܃ZCJ&OvI|<`!XPS:z 4lԜzI"V{ͭ?`cy*0&ؔث΀Q(6 7lƥCflX'tbGA`#Mҹ&0g3/lW+^SgO7F(7}׃PjF$JuT0/[/E`:,ͬԅt@n*Mx5i lZdr^-[^n5hWż 70sՖzA]Ƹ :'\JL5uYh\!v3aA8 ^2V 'r0;Ue`:/iAb1C]3J{ GiNp2&~vIMC75 d1 Mn^&rѽ+흺8rPjz󙋐`{#(1!Gf;0}adLճQ_qoҕlCS'eY1.ຶTH#CJ􄨁u1KMxwZ箐۝5_]e_;}s*W "v@$A@<AUh N;"\*@l M3KW'u\CJ4V 7F[mի)]NpBAcT aOWJD XJ![?sVrCWr;z yڡ]G nlGPOFf~k6Aj3Ĩq&w0(靗\pNK(݆E}(lS @YT/۞SA^Sh]ζ -;Pw8Zmɧvv CwGDbKbAr0mY\p{JuA5Gw#twҿ@DȄBIFKOU{Vw|! Jd 98Bli.TBJuL;!chx!:[O߳I@r_8ӯ-QhcH<+"Kh֞]e0VZ]/EGl%f ^S}:&ex>.R{si\YyzVN&&KM)xssfd+R[5Ʉ(`7,LbM9Bq=3 DDʇ1n/p((^Mi0P$ pGPBNbMW#?}Tu;0=(\bЫ[Ttf:',(#<(( [L ^v]w$)b4Odsj;T HlAR+E8GmK0aIfP5ߎ֬#gV9S o+装Ӳ%ǝrGsJt`}DamCSSӜ/4׭WA$Y|6ʰU, ^{7f0dzdi۟I Tv+)p[=hUt dOXH$vՀ9V:;nHt/`/f@IR+5KH!}yMx U wzv뒫?(bwP5:?H`{Gs<, Ѡ0 YvUٗQdvYuȗvmLGjǻ!Vt}+m=,?o'h , @1`2huOnthu u?qad bɼE9oC. ٦ƞ\wU D^=e ؁KlC PȖ<pB#VL.YEm$f8XlFK-HMԻ$nsV>K~jbo!{u }o\{7 y}6Go^\-ߛvz'do֞f5Ϻ\Q1ޚnyGyH鴏I}jKa9K G۳Ofyh)Q>*@sXk,I5eGtAV᲏AGD͇m~ևq.'d~!AT:ܷjS "\pZWXkp溌$ (HݼAHKMSAA4m9_n$/ B DM~VaO'̶a5 /p,d*"5׸{JB@834j\Ǔ j\6S_k.բ:WvG ;,fC1#$@Gn[BÙ釜ZX>`m7rH 9%!|oAy{rJ`5^L Հ-q3iGQ]+ûT? afg9As([FaE\#e?i7S`>WnBSGh_f1$H_d:o|*}2B$U!Bs %/n\ 0;--]>@6US@=mNc|SnvvI:cյ y6Y^_~#Ǚ59Wv{DTgt0<-pDJlZQ!u۴3LPY ր#zQ"n{7y)9:d}S+as2F\p;P6c"h#_ '`)(*(7U)m* ږu{:c\}7곶:V5G ۽zwhT ]Kt AkJ{I<=$m:q%W1l<N,{+\yfy$/1w_(3Y̸,6>ʏO C'=$Wq˜"nh~Ŋ@X&Xt|L ze<aiS=,ٔ Qu-R& 9۳Ew'FHwF?w}*5ތ 0PS5M^M$a~pR&G]綜%S.D r‰ jy0GhI_~T1d`'"[zzKzVZĩIV%I@LeT+^DNrmNs7@OzQ"/hP8"@m|.ݱ?nN\&`T5GaSPBjT2A҉u<]jCV.OL4h'GҫU4U[׾XMWU%:}Pl&%=ݫoo4fv^9 BM_[aK ~?R-Y\ &WyHy!W+u^oʿ>:'ɶ^l潞_'LīY[kdz*DI qmavP 7K6}\$mu ?g_b+ḵtk`W<eǀEKhZ}bIٵf~ޣ2'. M(02kSSƨB/Z.k*3LoDY hxK. &/XE}Vh *p*O1HPuHAY0 K?Xfi9qI}{Wdz\b`b6L$833x3F9cwe^/ކw`4#R<=ו6r]@[S3S0ۑCU}e GW8Wi)dLWgȳ{gT=NըI$Qi`8!x%g_w65t&NiqA)b!djV )QbŨH2B,ֶ{ll,X L041gi0ndqlv[D`k !j|YRԁ({{:G-ųeN +*S,/ À)Bl.GDU߲:(h'RJ>R&xjsJ4Q,{|(8XJE+BbJ\\mw&2;oz7AT:sMSӱA:U 1чYaݱzg9f$맸E#sk7.LP0M48HpYAU(H##'l?//.7! xuZ̾<V;2 VGl~3ABNj&ʨ' 70Jo1z۬29?)2>9H.Әr9ÚI.Mgێ,nܖ<ΩXDXm؈VK3*-Y)"skqܧWjp_f7fo9b2d!]#7S C6`gˌՅ0=} bz{mSb_|IČ޲v Yh/X>:"rt9';d&Vmp!PZLxk\a>*B*+&!s߳mJW8: GQ {?^ R:3C>Jh73h|I6+y7t",}3ұFuLF(=c&2z6݀G]U rZTENqI RoǼ0!{L>EpW+4 $^z']>yg3Td)Q.PjPA2x}ۥL^}qf)=S%uy*AL0DPU.OAAd]?gQbփHf}79֏SvmXHA)28\17DGl)՗O#o[۔q;B~Q^н j! /'\aēEV& WG@ٴZOP,mkl*Ӱ*5Q'?Il^r)>acJ8Fp4i~Cwg"`&U[-S77ʩ:1ELj[L+ 7>DӳT9`\'jHD5[넗)E鼫B.rQ+n<'8Dq(<ɶ /5:ghՅq\Owr^nzGzô^304׺v6۷sx@.Kr-7^rH^AB(-e ׊4p&5sN?r$R[f 3S|jTqVT Dܮ[R t*y -Fr|sj~KůCEXnAb"gJ@p3ynkw1HN1!L S7xßJo:~’O)L42#UTh7bN\J֖il?ұ;q@gi>wzlA" t嬈 MˣB,hM>"\ݰ ,ve0kkXD-}K MV T?8~SoREom*Pk>I(6a+[*y59[d.>Q,Ybz- II:m=;3mHdy 3* Qr^]~K >WQg-7SOCЄ)ba+,E.J҉|B+#8GOF}T$ XOs8ȁH'iQdBB~J =MO~KQJ ~'Mc`#9ڌjCx~]QN ; ߘ ` jcٜ-I]X N:5\ה1nsd߂Ļ+ H(@xe5P3P-i "7152SNb:\sǒlEπPH:e{kodr?b/ETn>:w{+"Zn*8vD$)RwҢpS {-Т)u>u|krwF,Cv\Je;~,\Px6)ε QB/Ft= $'gRɥ竢=Bg,#8p."di6FJ?2ę%!8nvV<\56 Fd_p,L5Zڟ(kpHo0d6t}m(Ee 3ZIl˺`I_v4y n>Lgeknᩥ.2SX]ܭ8yh< %hM Td!nNśe~~N\6 sgzhn}~d$wP}J> d*bI^"Ew8FaݯX[BͺJy`:;SR\ʣB ~)N*A2dC\hM|EK8ǘ'~Mm|}g[F t Uٹ+[N~24@#{'dB8g$,E_ǹD>+S,kLv0J3CXxq5 [ .<$ Lt e='0v6d󚡭/5k KBlpЗ:6sDЅ1<:FZhDE+u{>95izjM"F-/V'KXM&K@d i_xEeOv!!G;rѲ "|(JDM 5xa٪c;΀j]EPI}v:Î}NehX@Mﲲѷp=F7h[ 5B4)ũ43'N&T'Ȳq=xy*6E[]\܍iGLنDnDPwQC{U9%: A_-hp~!#+㎌ĩN!*T5=]NSҕVPn}=FF z5; zo+R5Dd7Ju9qG/.rԸ_n7Q ;!MTqeUL^>_FKʇўuv#& .!X+Ԙ^vDn.%Qx*$M%}['bdJVpryEfu.@܃ U p$2Py6˥X|ӳҪ844!OcIjQVk.@ A5KQaMFhX -Y7|eR4*û:T-*<iep۞Je- #Ϗ17-4EUQinSm`42O~37H  ?XƁeIf{ҏYdm>`".!)UgF&e"gZ_]\*N"CP}"> uqc*D8y}O}@..բ3<);NSWg7\囵8IϾIQ.Dv X"ΚOIx1ϭcFh9*c{3ЅhphԜɏ&tY1X;W>,qEJփl&1ӑ/^DuÉmWwQazϯ #,}gRjUbA8⌲z&mz,0󸤪7}{Co܇}`U2% .w]`LmdhKؔS2)D_мƔ6^}K&|~ < ݣ7-?8eR!JE bF FB&E߮=pFl3H'؞H% ZB}w{%?۽ڈN@ոf~1:C=Ϧc &݋q'@4F4۳dٌQ_ՓB u??Hc- q3tJn`Y,BK`&d"?S((UT8 \R^eo HS}3L=)}PIGwO LYesVAq yzH'1lĴo|ukj~"-O β>4AЛ1?lbe"[: :Z&^;m _ wj!^#9ɪ̫ؐV0Fݮ8<,;&Z<9q*!ƚ/^kf\sF#ŭ$faĥWDSivAN7Ȕ)](0|ϮNL, a+tI\6|Ͼ|'Հ.mKN,[6Ng~ kȣ.8 xz H3oԠKQǢTf*jdKɧ ?Uq(n 49" Elh^ZByx'Ki/ޒԋ7mH`A8\3u{ DB&Kgr1w; ?nME-hf^a{q-K/w Bw eFY`:'T'yu Tc.EYܳ8xqigG sJ*\TTE/"HQj0 4T`-lгr,mfBDl7fa։~izXAFTM#|F5䀪G#x B]p4/Q9U91^W 񵊻Nz S[CS$jGqh҅0. 5<<O^a+wW=ȖVQ8BH?w|BÆ+gQ~ƿuv =l%P$(e$Lcl_iA6 ~rY{pXU`v+NTۤwPG44d1¶Jx+$4^Rr?0%;+ tB2:M`ʄr)h Jg$3Yg7ш2kA<4gO'/> '74U-ټ9`xȁBgS}{ a.ozeVO#8jW\RBHxoٳ?"%3WڒdNnj,}olkZBg7Jjd!/2< &i ~t>|>;J|̹l uYGVѕifx Ƃ^+ )Z?_[:ؤsc[RWrƢ/^= hF[26>..KjxF qBtI6gk+8 :]H[6B,zwT ^H8?Q\/}7d nIop66A vol=RXIvb쉟_/i.*sF'\uWLp{> MJk\*W^^͞:5`)O7GF΢*hs܋m^i^ >(wCKJKyv:BpLX|O8JC eB-EjDJOvZpiw!_:mKp@tIqS^A(,]H-&/<ɚ F0eUJ0Gma b )k;axJw(3 PfEŊ~MET">/)<L"rp$d{wUX2P]e}3+L4KbV>hϴQ)-Ȉշk׍7A)@V_A޴37=E_VvO ?JKvIW;mN<'InW _ѰW:ȡb:}@Qs$&'soH1H\ʄH'Gy~/͏ +T/Ig086vWۈA$vOacĆxdDeDĝHq/tX@I"y|Sg0WKZIxGٷUx,r .+jr ZC Az$ev>kGd/^t,[8kȬ*δ]@D,x5<8lL> K`iG x>IJB[!_y@Ȏ[OhK71 $Mf~cDpk9BBslG,>Y*^=TM_sGƙDl0qF/Gon#O*ej'j.%|TXUNj_;6T…}Mtվ!DX*'( #5IȂs#WYP!.]d9U^`Bqvzt DIȥo7BDQ!m҉ƏQŠ?B0 *>kAWY笀H9?Qe,hږ2,w$.h흉|(lXG DqʋDMYPj 5Y3cE){pبG>6DXcmra[@dfe21Eξb+.aRӁEUvpޡqfU6WX*rͨњGzYar S56$E6W$|h_vEP wl~gr!"C2"sPo?42"sݗUc$*tupdTy9lI֫ jk>O6pK6; ;]< su%,zS9mX HbdPs4 |z@-]e蒬4"v噴-'Iwxs'(OI$s ](de5=.0\8 Y +$-zh3Mt*j:+f7PM3ZZf|z0ERp?ie#MfM32kKoά@8Uܘ|2м;Ϯi]v ѐħWW7>'ō8aHF2+sjCHKcaU] zŁ-T({d6(-e&/aS |Nrr7P##!4f%\xө y 0 Q~"|Q_LϸbT~Z#3F^3%=f\|>6l&_4Mx ;=j@&^{S@* mW`ᥫgC CZ0\x `kG b(b+ƌ i0NS0 p=[] %qdۺ`@l?XH*gx%Ox>]<ҵymfkJ+#Cf%hW?\ps #" v 8Rc..c8mo-nr%''S.F')ʹIPqx5OaXFdߚ\)4MF1 5*w,WFE["cK }D:Sj zK $ST|v!%:v7Ovpd݋aHOUL 񼔓!Ńi/ҵK2x<xn}nwLA~yYn,2b QKţ:Jw&[p)15ⅠiM ݫJiG5V&L쿛^_*zuOiISmGpRpr ݋T a{6+ޫӰ41G m/A.sHJiZR獜{ոkd8݉V'mD ܽؓR?.4eyv86ʾ#g#xwVݾ,S!2-&yO-dBe7 $upv-Xњ0ჭK9Oh0oUh,=Q P~˔Ī@?BckMt]I`  m95t` x("rO\D1_kOT׭lREU'=Fq gfrZ;>~i>z͎ąݗO뿩HgQ[xj"?׉9˳ 6KZ[)CԤQ;W*Abf7KEj$1gM4mWhCͬQ:"Zې5-&85}osG*s!3 ʽE!v46K)s O4de7n6ĘcD5 o;g>ɕMg9먗1ܽErR$ޮjjlGc,OW| p7<> @cw;,gfÃ|" `S/#HWX[Oܤ=Hz\oc]A{^?\8rTM+%#N 'UY,m/y%OnR5yx50wb bF;$ /Uidxzi?LɇD5KK#El8UL z'8 EaIVOv!`f'k1qDKYؘHc%ѝguȐ =5Xqeɉء%~f%wU߂PHs}=PEE(qo8vz[mJܕky84!>+*롞*%*DA&}z8,iϤhS[N n'.xS5 =_\}(.vҳ3Nы?;H p?Mȩj>`7 Pt+&0(bfF&`NÊ}{ 9SwNJ$JmΏ:͏ l /*r>O]O7LC샯]7j==Z}7ec 2[K hB/Q:gնT""DIˤU;ϥn95 *GMD RT_l'2v%vA 9plhf2G%y풺+ #yͷR K#Q6xq:N(Zl.pdlRTcq/B*6ϸ|b`@߉|Ff-w˓)hL=37~W '5/!$\5bhEcGqod 0kkI-f2=aycsqzALCe]aj#K3Y?)7r<fʛUSX3aϺ , D O?Q=k*Fp$Yw9M4a*nniV6 U}Û;QvI\qSMUb\հ^Zc`#Ő6Hౡ}(5L騏65걚6;ǵuH s:(P[ QZD.gD؂t@uа\Xހ4ޯ"ýl1i!$$`dՑ_pT"kY*,Ybū\,w 9v=4e.^$h;=qcWn=1T`qm}AzeЬzM4Zx3Z UD&/eSSvpup<!aX0fF`o_H*F{l өKjː d [#}N@"vܔFWDI(iXDo|1 *v:0@kRhBxڔ6TbT"_> #Ɂ L͖uTЙ!ܷ˄[A/LFᏳ}}0n3TѹF2gB8Xʯ(NJUeql#5-7[`н2b`4N}i-GT^oNbDJ+C^/ OR]TLԻ0!\U*m7hkԎ5tD2G >-lC+=սjүҸߌMVSY'T, O~13)3ݖOҰs0>I@d V Mw7?G- :\c54n`6yhfgm!BzRqt6~jX9-|pn{gCrH"W1cW`p%gzM%EˎH~2JKҝL@s=`U}!3;`P']C;bmS~Qv`jX6΄et5=:鍏E^Εt`{NaIj@"$xI`.4PgsGuO%G['B\ /_y'LƜEMeT۶蛟U61.LWhwS,;s34Lo=a5 ~  7; iܡGJ <oI4+wOmBW3ǠK(ƌ# Ei=oaP*i։;I?2:rpl!CZQE43t9Bc T!v^%fff_K{E7ZOY)ΆŐQ@!I-O?jH#,o!c MQy{:\Kt0*-qA{R`|'ɘ;wZ׭u) -FIieh]xsw>kӊVj%KPEDnag 5쒷#MkԊ%r6E7_La6wk?{uV&2nMg W-~ N‹Y w5c`buÂQM[|H<9~%[L4 2gd|!]T|P^a.j҄J O 8TZXd6I5љ4gĤ xZ 8_7䈙O Po 4s5$#DW"$dGVEBfrȱIg4 DCWN@}䁷^t\U-@lMa=KP~Kcn;FݡLv[3~O/DO ;uE_,0i*[ʭ]) gv8ۅiY`~p yZ :ܒ,׌D j>ϵwنiȑŃwd8v=Gzb լ6L OAd^|x=U\[9UF tSƷFî"\Ѽ_p˴[G nYtΓph\2|A.أIL èFK 9"h(OܾG~f^.ؼD]ht0c{QiQŮ/m`~@wPtJ~bdaJ="(,vA?d-OPN(3x\Bjڦ98[#԰&'eZǺֆ_k\E %Qf)e ta{ya6C&e?vҎ;<_lQq|CC(q{D=!S`漠񾏅葲81hvٸJ#\P,iiߵfp]rK4,J +[Q a0+TYD'WH}v_'͕9Yܢ& Dp:BўJ,5'3Kθj@ӛWIHb ىͤ^ )͓_ik6TG gu6cSX}i6vuPC ]'! 9aHCWc%TCƧ-џ1;l GR0u+=[I1@O[3Ķbiq/J*lVIhFReI2{s(5Fqlj5N[)*5~ɤC'~#Ygo f[NAȏ=M蕔\{I ;,}rxRKB ^ݤTA(HUgcB=Zi;2RrAƣƿ?a#8-[2ZcҬϞ.˓Zpb~:[<q]Xq},s5}$dDMKrduf:zg3?WzsLTY!+!#Ce*^Nʖ~F: WZa'l#pWgY6_GA)"}%p\ };>F)Ym(I+_ F) \$*U鬲t/#֑"Bo)9SBZ2̕3k7r[DAG u i$?OH޴u]IC}5zm<שEc]f5-t|ݴWD1,4y5];Fpl_v:Wd(Z]GYMsEBr:Gc!vW/!nB !&3 'wSU>W|xدcU{.Fb"@h=-G[(|亩"XekZ'$DZ,}5Ǿ[dj{[=Vam>8F\Q+ !9͘QQ4k]x|l16^%.Sm䂈ի Fs۹.3)#5!Q;د=NQ EE:'vw+N 2Okw|+,) `=-ŷ)JZZh Dt&-`.UP?`835G;6M QAQSvb>KFu6ȈV0R"N5T#g ˈ$~>^ms4򍏠uE7Gq}kzߒ4Y20NnypuY輻5Kke"H w8MBڥ*1`MSx:PvKt 0;Xpr s#}*nG hwk׭p%I=b(>JfQQMcX\_{1z*>20Um0;|;;q]jA;߽Bs,1K\طp{lj73:̟WrYשӠԽXx+dBU6 h&RF(ߪ^Ɠ#J~=]`xJOg5b&>tB[+v5, Ch1*[x)jƦiL9BP̂j'T{+ p'dxP9W2flzM<긖!Ir oUlX.Ep! U8EOgOٟ HtPe!QF%{vF)(yY'~Pw`uscaX ѣ>fLxU72{(Mrڀ2?=uT 53ZO pS>ذ:KaVCUq]Tr.$=e 4EG`K! P#hT(`n)muh,eLxZrY~J^f R[\!oL[Hii^5H1DV%i( @l3U sJz!+lĉ|fΓ,HI!L‹5-tUWCi1v[r,gz|+{ë,oLcvF!cKnh^n$rx"$TD/W#_LsI {}ƒe9k2%4e`0]p E~5v4ȳC"tCe= e)/7PZ~ G MY=T' dX0iqMteFfN޶RGܣ%PsH H{̭|aK$dl̵d @ȧxzB7BNq)`9.2UޛM5hkYGtPޣfB"{6A>p> 忠ၞIImqjkxE@Lׂ|v)3@kMo< }Dqs >GoNOOKMpP[RK0l,dI\f^-+u4؅MQ9(N_`X{’GspՔ^4Z[1SfWh("@< %.\ ;Kg86暫3ѢMڃ0l ꌀ=2 c.3Jz\et:wZPbנJ$3)bsI'q! M:0GcKfoTWFYt)_ ?T 1Ҫ&p3?,(L(nnl;46#lD4$--%{Kr99v8 Hct"DH'_UMM" 04}p>4qD'LM =ru0,IhFѦECT@b}`hކ~3v"&!^}1=yN{} Vc,EFV{eJ@Cgu۶h2VXIJK t 8%X34ss"qͰTm 3F9z`0&iu THT?T Ԣ̺8ih0;X T c TNI9u8ͺ'=$r(ycfa0 a7Φɫ<7'w>raWBHubxl:-&RCٞ'i,~}vi?K"` %DonZ?RV%zI i;ZM{ukFu~E%iԈרz ɡpE 58QA$ zNP뉵hҺ>)°~櫍NfWm89zzCoӻ䙶 P6#}BďG"8ZzCąԒQr㸃.f|I2HWaDr|t:{<ɻ!.Y%g{pPMx$fݳJ7~p H7w_ ظfvQv WF  )MڏzomH^m"6obtw) \%;mǵ׃>b>F9!do;S^EȦ(%Ij7XzGΊFゆU];'!t1{_b ߱RXjl*GJTm6r3ۋ;eiA%x'|Jot¬"e8JӞ ]pȗ \H̓a$Z?f@ڀMO4^Z},j4UD͞-o,toT]J1n^#@b #Vx8T*V.@}\:p4 $RU~i&I 4R}nߵrz3Dc6W*(GZG[@= \ ҽ0/<}^*KV2H). 8B{{ Pr4mDLuiđb7D Д:^KC8Ð(;زzd[thg)VXё<1H|>\XUW6x+uxW/cmԼ wjKEb_ Վ|=.H%!d4a?՛y |bؗ%A< sjvwBZ, u }^À5W5 ؕYM񞄽r\|;oH@D3:3Q3-H–ZkPƄ&ZW)Z;oȄ0^3iV-e~Jr' reE4o.܏pR±}B՞»v,YI>j ̶D:uFtiOjc{^7a۹B-t?L כcN h"B`_=nЬ6|!"@gjqKgk?gt4E,d)Ab}j`^Dl OͲs-VBM@Zef jͪ^Wtm*ƃFXWtz×= T{ vv x;'$A[.Nb?[ѭw8[t){:^ " `XO%J*iV6%) }aFUA)'h!0x<5, 8gLo#anH)G%!>9Q3*,'a* [:lɄq.VL%ֆj0 DR=\sQ5nN@ل OWnvݤi)uqPiSxY=$f2yǮe)0;;|\ s6#.Ddə ܣpGӗ^ {DVП\_kLu <ٽ,wd[Vbf%[!6y8HsbwQ*VaONa0"( Yx(KժFZ"S|ZjYjIsكex{"T^XZ u3di-Vu2`QT8"Rc8(| 48.&QTuWļ'y6ZLUU eu*Ԛ5]b$oeL6+ ݴPIʼm!ősoP]nǝ߯ G\7& ʼ _݇^?@Ƚ׿sJGl6QazZ$: OFfnq'E‹bxow$P款:l2։KZp77%Rd=JSwl^ՠ_zs|+M/"'ձ*BCVǩkeD@(XиAz/A_qbŽmK~6yݬE=cw3#_38#Dˣ/xƚٯ)=BةEp};1aA`0SEz?(aկo94m m(z{IHK=$k7JK*-,v Q^m :'z'} x)SMj:`!E 7G2boMϽ?5) h_ⲶVIy7 Trߊ-j}(Sל˒U9Mz ҩ"_P~]Sgѭa70S'98$\okhSRds꒍Iv6#E Œ0fٻs@⁅z,@-aw"q.5=*f&`\y"pv:]J)6B[J.isBy u"C܃DW&hH6ND^]5{e!Yq+M1Pp1! RiiUbQ8nk*5{a_WcJ& !.$I߾7_XǴD- /~Fڧ^T'.jS]žܸY0(tFxjmJ~钒;o[0h:E E U! b@nv$ Cd\C(BPp UU0z0W0G[`b0kj/»xj7}ƱDnȜhT(z?^ޗfK+:Kt(D\'fG"x_~wӰ`&m5Cmn"ޑ>j{DN&0& û@:UR{3t~o( :&k]gH ȸOQ,m_| ڕ^xE<.,Lc] C_[V~?3o 훦C4Bʱ/Ȗ('N371!wrp)c}qmX&Cbo"Uo^[[u")o؏ -aTQx9)C.zñ;xNG'H; "* ?bit?.- m|h)ZpPڧ諴JRۤjA՗ %9m@H7 L ilJ*Aj|/s\GID:v[sNJe's|QgH^W6~خ(gY72xzu{lWѺȩgyD:soaNxw6s@d  y݂*e"(kl$rVq]{jXd%KFy~e[_tG~uSL@ErG,91RkHԫ˦am Hk-5^6NX;kBHF_gdJQ=iͪIPWD1%{ZiuqL)H f5[qqCWcicd .19}z5$a7ʤ$8[O5gg GVGN]s3.#8f@7e^Iƕ3N<=Sd1@$2[x yk`g۶ߕvkYW-U*44uQt[]a'BSI2Ā]3t XUuF;\n3`jkG$)AA8"%Ч7&"Q;p=(O|܍&5UV8yh㪿"]Vc\hn:ڿP^X;[<*!bT؎ˁ47a@1 "9Pם-ϕ XZ{Ѣ=K\)HmCb1K*ʒ.7&7&5)٘_k~j].J,aV6ʴms˅AK/vu&;6 1haJqrs尧,YWQ҄%EAg㶿I]^&Y@g%dRO_=I+\ x,P}=MS7Zs>9]lo5;Ƅ Z*)y_T(c2\f||ŵTj%oVJ=Θ]1b{xuy@Cb_x}矹PHgBZ ;iW8QF+[OPKYq*Pt؃TOC+2H6B'&I!4 ,iT I9w^y|kN; WpPFC|\@h[ 8 23Z9.?DRkx,x"_vOY3x5ZkN Y9ƀ@EWz%1;I%UG:ȅo(!nt=* J⡈QIFZ+[3TlQp.sY7g@1V:8Ebj/wKh8sA_6ݬ !nh}.RƆ%z=`=vϑcJK] wxL2;4p[WXtvQk3R,.hqr8wgy:!#iv8kr,KxE؏柞UE|]1c5%#`u[Z.ӂ']aڿAB+*>= 36r:63nîjM]ldzѰ8Mq8/Ce]ow@}O ,QtZXNj#[s+cɡz3YZƒ ݁,Hn.B2ZH0d~[a&[iqueo_M0sAz. !U:?jj?R ](y2ir!7٠QñIսC~ӢŜE#jw*P`KL8Iը{+]Iuj?i۫j tPKF8Ni~XgIUs㦛4#<^"mB#݋̙L@JrH {rY ܔcBO/>dQ;1 F1l?L\9*y.eG K\piQVO"5E w(}'l7e9px@= k( TOE#{7I)n nuv;Nj1fcRGK5 µ$yalҢu]E<^RcďX7]"8N ??" v!Q G)Fi3jA>.PtUc^p%v Ϭ0+$U6gaH''=/b,6< 'pyP!jM:wAW ծ&Ѕ<;̨#ƥ`tg/#kFNGξ'=a;UB溲핐~VE"ְ2TQ+6V@ȆjKV.NT{G%VxH);^R$//$bE+qD*&jA_Wߡi XvyE_ctJXAIU,3É{1g L~xDU r>E[(2ZwW5 {N /ٝ چc!ƭHL(0NM('QS #&J.N+*CbC(B)g1!LP2ح~0 gք%4iC𜚃_s+/mNB/   J՝]+v>Pmkr ]<݌4[ 4u3 g4P tÐ-8/)^`Zԍjq*azqq,,ݷ;&i*-bHם=#nq6y< 5_Hga*5x0KQ57իZ}Y>֣G)L~Ifa`DB~T -p EZER65?,ڠ"hʟLf [r伃,Ȱ6a-#Sze ՞5E o+7TcٰF҈˚uhgb x X3"j%"~`/"q3u$:W?ƭm7>- 2eڭ0eM^rF~'Z!G b<ОcWIΈok׽~[ ]؅$~Obw̱uDÑ\4_(֢_볅6jgԎEZƚܷ^xVc&|?8K "DwxY$OcX#kq|07\!a:^>5 oz6E;Fȼ.nbc[]?> IewCG/ 3mbz9#"I`_XYʥ}yV8V4 _ +xz*.N̨_vZv,t"RB}7 &|4Ȭm =Ϳ2" EGɰUa1՗nX"f,_Ld{Y->seNpz[GFtHto;yuP?/ 4r)Y]7u<ծ\5T 1f+oEr{U8<1T/Ekvf |a2b,IV3~iT{&K +j"t_qpFdwy~cHߣu^~'E%07ﲊ㥷}%9&nBUhmw77V^6)V`Q@f3xS׺Z iUUKw{oAпTEQ|C`/¤x o?;pIlIJ ~lTڃ~R]%D_U&{gQ"?r2soO0'_mN'ȆMk&k :@e^h-vDlDhNv< ~[x ƩyTC؇.Y,Cj h^ 9}u1v O%FGF@]Om-J3%=қlv 54N 90%o45zC븭J4L_;|, N.3t$@YXGy8[+3#.VG%mB)M,>_20a=yZ"HYWϚʎQ_TJ=Mt xB! tl';=׽a_+$h)ƽ!RrÝPԲg( *L5']sIp_&p.ͫ7 ^,b`UQvI xQmmtNaVJ1Q%#Do´u̻ ˊ]n]/ΐ]Ö} Q%YP.r؊xKO^YNűO-t9!k,#2cHnů*@F.ȣSh_OImbX:r;窾%8.˝zgitwN)܇Чt(l m oP_ :bo_qj]Rw*04CzՉE;V,#3&;q%AT0DMļDM:/˙_Re64e+yg2=~bYҘP}*O9A7gŞ{-9rEFY!ʭ#e}-YPJaҢp\i> ?21|r:ծ!d`{+>Yfs?jvM d[{)b*R[Oŕz"."R(.}GAso ,CŸjl"mȽUCekwrtMB `u:]9Ejmq%o]{z3ND}N\  )ºaWj7y7U E¼~4&ʝQD$;v&{(?V-FEjKi˦:ń"[!,06TA+ЇdTK){6.Vw-%lh<7lGduaMlHM){8xFGFݖ?<EF!qO!A(m2Nt;K=D ;ܾS 0@~ƣ+goϬK }t4ˢ'rMuUKUYD!fVX͆^ƥre^ zTl:r6KCnvEx| kҟyC;#x"^4eՍ32R0QqsKR_A<62+}4-qXPn:aNg*N* \vFaέe0΃ؼW$7+4~Ӽ@l^zucP} kW|\˕!sc^۟pt ā9u~ 3з{C6TFĂN4wFpﻤ93|Ը(zazʜᱧPBgSɆ{)u37~G+d7w5ACt\5!A9.?,:Ur2径*Z/0QN]A& hY]f"vxD14%4Ub:k?4-Q)?|v\"XK-."J _<*XeJNj/ 8BηJfkHxN ]5{)3B'gugҊn>5G >%P\Sx$x6J' |VfeB&.D?Pҟ>Ҹ0Tgu˒+omm߳YSmK๰"UYk4}dG-a0T8d$HeF +Ww7*%T ۊڅR&dVL,Q]AHJq.GZ%͗QXsr%O i@q$H )aUveC;uYUC4=R*ԯ"ZSyCV^ٸ~`ߍ%lK8|ك5p @4k{C5!~tr<pyz GcA>t#.8"5<#m6_z-keOtm3Rd~ [2 43{i]\Fa激5"tSXt?cnĸg#'d!rjHR\Du($B,3P/7nҠV1|u:챬eIEMe$V5Ӡ] F!CbaBAҴJ֕1ڿ7^ b`s9$Љ 'c/nz0r6cWDmWOǥv H.]cx - K免%kt#߰kvB*DT&ǾH~ UYVО83Y>K~eL==mJȠx9P#L:LYs¸Lx6-.qM$_h!,AngշH\YcKOwc_rJf 1 >vgo",TܻVIM Ge>Wىd&٤1qђP玿/Dd'Ardܿhgók@^̧O|>qk^QĮ\ %}쳵E=a#;V϶7yt "u0ϙ8Nj69݊q.{F;s7%9QS :yJzB= 8ns87F>t_wF,bTY!Ћ2zvzs$9*YN~T&chnɺ 򿟤.u~b?׸6w|{k&#ZR#*(Q5䴡-T˲V? ׋m zދe*3I!G4bZr81@1g4]e9*ި]sH!<緮\ L~WU 6nP;G|S^JqNL{,0 .7.npHȴb*~0xgg̞O + M:zSp8HآL8YM&ً^G3S9HY#PĒG{QAoI3sYƚ}zoWٲ~ȡ%𵂲}.U>tQ'^bm穝?) O Rġ %()P iW?1UbJnUz|+Þ ta~Y P̗M1s`^!?T jAcq0Ftx8hkHyQŵ*Ӛ7T6ꨬ\XfHpʹ<;SLq."-I X䥀Y px,8n#ZBX_< 252P-D~K8zA#a6'f4' $'Gl8/%@i|9[.ٮ-x J!'o=uYifq'Hu+b$-xŌ6ؾC'Pi0OȻ.cLHq5Φ {Y޼e zȈ61q`4r n6{)3'H§`"wx"c<(#E'|`ۍϱ xR!#77N|HEw7Z&UhUY8T:y= 5Mg%T r'Z9d Ы.:u-w\ +cp*gWr1!PELN ui"-[]Ԉ' 3WĎ*"z2TqhGxFW4zD\M5Y&.1= iE$JCt m=$^qq BC$3OWw#[_n- ' GDGr2T&¨12wCm: }8V+}\VX}B8;r"ydΥn-݄:&_&% lj&MA.!Y1MξcX D8qLėU*trsbԦy?Acόt[sg+:Kďa)ހd2-#WaQob^9F3i.NpUU*씼奺t5boxWvw>w[KGlb-"+l0,%n;?0z;O˳'Y[3`}0U_S‘,ʹ٧5^YRT``G1~Xt>ފ%vl蓖6Kmha&.ZmSBr$ND@D*`5|QPS;lɄq}cݳ2OJ]C4bwnn#tzh# 0 7zA8,н Lt#DCL_PI2y77$7׬Fl_+Tƶk)k[?s/ѿ}q"~KftקJ5hR+i@Kv97#sPh|6GA-}cFV n٧Hdށu1L6%ܻ ZWEݣBТt: qD aIÀͅF3I6"#gߵnSLk *tʚK聟eVju9t c R[] pH*LFrdGL_|5y"B]~e_\f.r O:;c+\̝ef7dU%b_j4G/`/&$,-^R9*FJ^MMfi}{&kp|YI22?nn& |ܦ#j.acfr`JBnL_2Z5vPN R/l/8-F<{_7_#[M줜wg ,>GEwzU -v&ݥmIdm#[D@UT3Ch6' 2Ppmy} oBʺ!IfS<ך˃ԆIv{Amr3zj3|y;GW+Jhtmayz,KDS0:=z'0ouU &z$SN-/|I@CG_^y.,DMVFYVD(7oF`T8=⸶!J5ki6(QaZ|oWIAF銨BolBx-'ܟ"Y36JXT@0P?CPf`FeXj5d0e/?x?l 9j:F:Ksj`,fM8b"0Wf(kx[ kEG0Uu0Q;Yŗ JpjhMpnά{&?XpAeO`/d@H|aҎNG 셔ݍyF KO 7ҸwLNJ\*ji/8s SF|Q*:3ҵ$%ZQ@T`avQE$X,=/Wi'p/׌p^1a{f>v(q^c(Rt!4s#y)`g? ojxotʜdƍ!>u$Yii$&4#J/f0șqN*7m'Ibx=/N|&p*~hTuM; 3gT !${@4wnT77o,=H:,D!)_*6 (^ \V+UM:,=jc)J]I-FIrBgax0ŵhxdhwkts,U\P.ʌH/]`mR9Mk&M!ǐVcfGuaҎLÜKbI+PE\yxZFo_Q7`}- (~Ԛ~'9`Ic0Xf=l׫5m}~KL'ErǝъCq& ` 潪ey⬧e|j, BI풙zh\@o68 ( n""<>M0=!x& ɞskDj"j #·c$5Oχ20j:!V./K:pFVWY'X)yE*sj) 29u (zyto28ay]?W Z2>`KU9E)a)L_ϥYS~=F}djO(!jw,jC%6qZVĶc.`&;F4fVR+ nK v1tScnO1ׅg *;G0mi.og^k)0i}9dbcC^Jʅs \_$S> P=>KM Ҙ!J(G))0OK&Ś.0䛕GTbZFBOij+/)4-`HN8n{m'eZ IpOĿB }'$Sc!7!(Z׎R3!s aqr ,U!t)tdWߺwl '8M™I")ҒJRVekUEKh{=A08`E/Mϊ | &B%ؖ;֤ ɕq˷_~kHX`GWR]7T`Xe0DH &R"2dz1 R m8p`^R"NXl3XЬ>Dy>qb;kA>o1{A\rZɚGsA3462'5V&T}]k9J>{#i:[Nm"b:&5@őIؚ\*KTGŢF2diT>ȠGbK_<f~F2.Q]}ҩL' >\{SuKyb8 Ӈb KIrto,ܭ5ֺaYR'x@A +ǏX+\Se^u}y/Μ2^DC{-[~*F!r+fuC߯,Yχ-{4&S=$)ߩ <ΦH]CDT;z4:,sE&<`YJe lIYYVycNȹ5SW/f٥*vs;g~éaڸF]e4P(G]`֦IeYU yMjii[r|eMR-P.iPuF1f~ʘkxsbc[[\W/%p C3&Hyn!֬eqr@b$@MezFɃ *xPG4S7ri*mR{1(~ C YZ