libMagick++-devel-7.0.7.34-150200.10.26.1 >  A b}!p9|ʭjnބϲX4vϲWoAx|ce]E)nÊV);פ-ol9rWkZP!%,Sb3 2|i3SK(! ` wvԌ7ս8]5Vty){9`83B?5Va#`0lX<Ы}V^P]#- DVpʵ:⾊,7,bp)DCqAXŸ) F۪c72dfea1a3334e11915148b9f885ff5fc2a42b6902d2725c9b17acc0fb6603bf829eddb9ba6b79c87ec0ad089fdca081cf799872e`b}!p9|||r#x쒨z,S @`׈Vv^1@3AY#'6SF(FrDoGˆ,Ogw@;$LacN,XPiڼ{ g!aa;}x.{/LꆖjcuXAWc-zM4#82Hk[juao΋fT nAvN-KXXȝoг{vLIrQ"^dXE$]<M.ծ+U9r-@L>p>?d , ^PT\`y ** * T* * f* *l*>*<*D l ? (n8x9:FG*HҜ*ID*XpYӀ\Ӽ*]d*^P bJcdye~f؁l؃uؘ*v@ w(*x*yxz۔ۤۨۮClibMagick++-devel7.0.7.34150200.10.26.1Development files for ImageMagick's C++ interfaceThis is Magick++, the object-oriented C++ API for the ImageMagick image-processing library. Magick++ supports an object model inspired by PerlMagick. Magick++ should be faster than PerlMagick since it is written in a compiled language which is not parsed at run-time. This makes it suitable for Web CGI programs. Images support implicit reference counting so that copy constructors and assignment incur almost no cost. The cost of actually copying an image (if necessary) is done just before modification and this copy is managed automatically by Magick++. De-referenced copies are automatically deleted. The image objects support value (rather than pointer) semantics so it is trivial to support multiple generations of an image in memory at one time.b}!Ssheep23SUSE Linux Enterprise 15SUSE LLC ImageMagickhttps://www.suse.com/Development/Libraries/C and C++http://www.imagemagick.orglinuxx86_64 b. .Uؐ  ;7 R:&p c> colorspace in the PNG decoder (previously it was setting image->gamma, but only setting image->colorspace for grayscale and gray-alpha images. * Fix improper use of NULL in the JNG decoder * Added "-define png:ignore-crc" option to PNG decoder. When you know your image has no CRC or ADLER32 errors, this can speed up decoding. It is also helpful in debugging bug reports from "fuzzers". * Off by one error for gradient coder * YUV coder no longer renders streaks * Fixed numerous memory leaks * Added experimental PNG orNT chunk, to store image->orientation. * Removed vpAg chunk write support * Fixed numerous memory leaks * Fix memory leaks when reading a malformed JNG image * Fixed numerous memory leaks * The -monochrome option no longer returns a blank canvas * coders/png.c: fixed memory leak of quantum_info * coders/png.c: fixed NULL dereference when trying to write an empty MNG * Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed by the "-strip" option. * Implemented PNG eXIf chunk support * Support new -auto-threshold option. OTSU and Triangle methods are currently supported. Look for the Kapur method in the next release. * Fixed numerous memory leaks * Don't use variable float_t / double_t, bump SO * Support DNG images with libraw delegate library. * Reject PNG file that is too small (under 60 bytes) to contain a valid image. * Reject JPEG file that is too small (under 107 bytes) to contain a valid image. * Reject JNG file that is too small (under 147 bytes) to contain a valid image. * Stop a memory leak in read_user_chunk_callback()- workaround failed test + ImageMagick-relax-filter.t.patch (patch modified) on i586 with sse2 enabled, the Contrast test in filter.t fails- updated to 7.0.6-0 * coders/png.c: Accept exIf chunks whose data segment erroneously begins with "Exif\0\0". * Introduce SetMagickSecurityPolicy() (MagickCore) and MagickSetSecurityPolicy() (MagickWand) to set the ImageMagick security policy (reference https://github.com/ImageMagick/ImageMagick/issues/407). * Removed experimental PNG zxIF chunk support; the proposal is dead. * Fix choppy bitmap font rendering (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32071). * The +opaque option is not longer a noop (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32081). * Add support for 'hex:' property. * Transient error validating the JPEG-2000 image format (reference https://github.com/ImageMagick/ImageMagick/issues/501). * Properly allocate DCM image colormap (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32063). * Improper allocation of memory for IM instances without threads (reference https://github.com/ImageMagick/ImageMagick/issues/497). * Delete corrupt image from list (reference https://github.com/ImageMagick/ImageMagick/issues/500). * Support various image operators for the compare utility (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=31938).- updated to 7.0.5-6 * Revise DICOM window and rescale handling. * Restore the -alpha Shape option. * Fix transient PDF bug. * The +opaque option now works on all channels. * Ensure backwards compatibility for the -combine option. * Check for EOF conditions for RLE image format. * Reset histogram page geometry.- updated to 7.0.5-5 * Minimize buffer copies to improve OpenCL performance. * Morphology thinning is no longer a no-op. * Patch two PCD writer problems, corrupt output and dark pixels. * Support ICC based PDF's. * Fix improper EPS clip path rendering. - workaround failed test + ImageMagick-relax-filter.t.patch- updated to 7.0.5-4 * new branch, see https://www.imagemagick.org/script/porting.php - deleted unneded patches . ImageMagick-6.6.8.9-doc.patch . ImageMagick-6.6.8.9-examples.patch . ImageMagick-6.7.6.1-no-dist-lzip.patch . ImageMagick-6.8.4.0-dont-build-in-install.patch . ImageMagick-6.8.4.0-rpath.patch . ImageMagick-montage.t.patch . ImageMagick-6.8.5.7-no-XPMCompliance.patch - renamed patches . ImageMagick-6.8.8-1-disable-insecure-coders.patch to ImageMagick-disable-insecure-coders.patch- updated to 6.8.8-2 * Support namespaces for the security policy. * Respect throttle policy. * Support the -authenticate option for PDF. * Fix Spurious memory allocation message. * Identical images should return inf for PSNR. * Fixed fd leak for webp coder. * Prevent random pixel data for corrupt JPEG image. * Support pixel-cache and shred security policies. * Fixed memory leak when creating nested exceptions in Magick++. * Eliminate bogus assertion. * Unbreak build without JPEG support. + ImageMagick-montage.t.patch- updated to 6.9.7-7 * Sanitize comments that include braces for the MIFF image format. * Uninitialized data in MAT image format. * see ChangeLog for full changelog- updated to 6.9.7-5 * Don't set background for transparent tiled images * Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the BMP encoder * Fix memory leak in MPC image format. * Increase memory allocation for TIFF pixels * etc. see ChangeLog- updated to 6.9.6-6 * If a convenient line break is not found, force it for caption: (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887). * Off by 1 error when computing the standard deviation (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30866). * Apply Debian patches, (reference https://github.com/ImageMagick/ImageMagick/issues/304). * Permit EPT images with just a TIFF or EPS image, not both (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30921). * The -clone option no longer leak memory. - turn on make check along perl test- Updated to 6.9.6-5 * Web pages were broken when we moved to HTTPS protocol. * Restore -sharpen / -convolve options to work with CMYK (reference https://github.com/ImageMagick/ImageMagick/issues/299). * Off by one memory allocation (reference https://github.com/ImageMagick/ImageMagick/issues/296). * Prevent fault in MSL interpreter (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30797). * Added layer ZIP compression to the PSD encoder. * Unit test pass again after small SUN image patch. * Fixed incorrect RLE decoding when reading a DCM image that contains multiple segments. * Fixed incorrect RLE decoding when reading an SGI image (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30514)- Updated to 6.9.5-10 * Added layer RLE compression to the PSD encoder. * Added define 'psd:preserve-opacity-mask' to preserve the opacity mask in a PSD file. * Fixed issue where the display window was used instead of the data window when reading EXR files (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=137849).- Updated to 6.9.5-9 * Prevent memory use after free (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30245). * Prevent buffer overflow. * Prevent spurious removal of MPC cache files (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30256). * Prevent buffer overflow and other problems in SIXEL, PDB, MAP, TIFF, and CALS coders. * Fix MSVG regression (reference https://github.com/ImageMagick/ImageMagick/issues/252). * Prevent buffer overflow in BMP & SGI coders. * Fixed incorrect padding calculation in PSD encoder.- updated to 6.9.5-4 * Prevent buffer overflow- updated to 6.9.5-3: * Fix MVG stroke-opacity (reference https://github.com/ImageMagick/ImageMagick/issues/229). * Prevent possible buffer overflow when reading TIFF images (bug report from Shi Pu of MS509 Team). * To comply with the SVG standard, use stroke-opacity for transparent strokes. * The histogram coder now returns the correct extent. * Use CopyMagickString() rather than CopyMagickMemory() for strings. * Correct for numerical instability (reference https://github.com/ImageMagick/ImageMagick/issues/218).- updated to 6.9.4-7: * Fix small memory leak (patch provided by Андрей Черный). * Coder path traversal is not authorized (bug report provided by Masaaki Chida). * Turn off alpha channel for the compare difference image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828). * Support configure script --enable-pipes option to enable pipes (|) in filenames. * Support configure script --enable-indirect-reads option to enable indirect reads (@) in filenames. - remove ImageMagick-CVE-2016-5118.patch, use --enable-pipes=no instead- updated to 6.9.4-5: * Most OpenCL operations are now executed asynchronous. * Security improvements to TEXT coder broke it (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29754). * Fix stroke offset problem for -annotate (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29626). * Add additional checks to DCM reader to prevent data-driven faults (bug report from Hanno Böck). * Fixed proper placement of text annotation for east / west gravity. 2016-05-15 6.9.4-3 Cristy * Fix pixel cache on disk regression (reference https://github.com/ImageMagick/ImageMagick/issues/202). * Quote passwords when passed to a delegate program. * Can read geo-related EXIF metdata once-again (reference https://github.com/ImageMagick/ImageMagick/issues/198). * Sanitize all delegate emedded formatting characters. * Don't sync pixel cache in AcquireAuthenticCacheView() (bug report from Hanno Böck).- security update: * CVE-2016-5118 [bsc#982178] + ImageMagick-CVE-2016-5118.patch- updated to 6.9.4-1: * Remove https delegate. * Check for buffer overflow in magick/draw.c/DrawStrokePolygon(). * Replace show delegate title with image filename rather than label. * Fix GetNextToken() off by one error. * Remove support for internal ephemeral coder. - refreshed ImageMagick-6.8.8-1-disable-insecure-coders.patch - believe or not, correct license string is ImageMagick: http://spdx.org/licenses/ImageMagick.html- rework ImageMagick-6.8.8-1-disable-insecure-coders.patch * add new policy (TEXT, SHOW, WIN and PLT) - rebase patches (p0) * ImageMagick-6.6.8.9-doc.patch * ImageMagick-6.6.8.9-examples.patch * ImageMagick-6.7.6.1-no-dist-lzip.patch * ImageMagick-6.8.4.0-dont-build-in-install.patch * ImageMagick-6.8.4.0-rpath.patch * ImageMagick-6.8.5.7-no-XPMCompliance.patch * ImageMagick-6.8.8-1-disable-insecure-coders.patch- Disable insecure coders [bnc#978061] * ImageMagick-6.8.8-1-disable-insecure-coders.patch * CVE-2016-3714 * CVE-2016-3715 * CVE-2016-3716 * CVE-2016-3717 * CVE-2016-3718- Update to 6.9.3-10: fix imagetragick- Update to 6.9.3-8: * Respect gravity when rendering text (e.g. convert -gravity center my.txt). * Return empty string for %d property and no directory. * Return filename for the %i property. * Fixed lost pixels in frequency space. * etc. see ChangeLog- Update to 6.9.3-0: * Don't break on euro-style numbers. * 16-bit pnm images have a max value of 65535. * Fixed compile error when POSIX threads are not defined. * Fixed memory leak when reading incorrect PSD files. * Enhance PDF to properly handle unicode titles. * Fix memory leak in icon coder.- Update to 6.9.2-8: * Gray artifacts in large gif when using -layers optimize. * The DICOM reader now handles the rescale intercept and slope. * Added 'bmp3:alpha' option for including the alpha channel when writing an image in the BMP3 format. * PixelColor off by one on i386. * Added local contrast enhancement. * Fixed bug in SetPixelCacheExtent that made images all black. * Added 6dot variant for unicode and iso braille formats. * Fixed alpha blending issue with semi-transparent pixels in the merged image of PSD files. This can be disabled by setting the option 'psd:alpha-unblend' to 'off'. * Fixed issue in jpeg:extent that prevented it from working. * Fixed memory leak when reading Photoshop layers in a TIFF file. * Support gradient:bounding-box, gradient:vector, gradient:center, and gradient:radius to shape the gradient rendering. * Recognize label:@- as stdin. * Make commas optional for coordinates.- Update to 6.9.2-4: * Fixed accessing subimage in a TIFF photoshop layer. * Fixed out of bounds error in -splice. * Created Manhattan Interpolate method for -sparse-color. * Don't round up for JPEG image resolution. * Read the whole image @ image.jp2[0] or an individual tile @ image.jp2[1], image.jp2[2]. * The -caption option no longer fails for filenames with @ prefix. * Honor $XDG_CONFIG_HOME and $XDG_CACHE_HOME. * Added extra checks to avoid out of bounds error when parsing the 8bim profile * Fixed size of memory allocation in RLE coder to avoid segfault. * The -colorspace gray option no long leaves a ghostly shadow. * Preserving image origin in TGA files. * Support color compliance for TXT format. * Limit -fx recursive to avoid stack overflow. * Don't set image colorspace to gray for -alpha copy option. * GetImageType() no longer has side-effects to match behavior of IMv7. * Swap pixels for -spread command-line option. * Fix ModulusAdd & ModulusSubstract for HDRI compositing. * Added "-set colorspace:auto-grayscale false" that will prevent automatic conversion to grayscale inside coders that support grayscale. * Fixed -list weight and the options for -weight. * Added fontFamily, fontStyle, fontWeight and textUnderColor to the Image class of Magick++. * Fixed reading Photoshop layers of LSB TIFF files.- Update to 6.9.1-10: * New version 6.9.1-10, SVN revision 19269. * coders/magick.c: added "-define h:format=FMT" and "-define magick:format=FMT" options. FMT can be any output format supported by ImageMagick except "H" or "MAGICK". If this define is omitted, the encoder uses GIF by default for pseudoclass images and PNM for directclass images, as previously. Made "MAGICK" (read-write) and "H" (write-only) visible in the format list. * Removed incorrect EOF check in the DDS reader (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28065). * Fixed undefined behaviors (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28067). * Return exception message for unknown image properties. * Color shift removed when reading transparent gray images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28081)- Removed duplicates - Only libMagickCore and ImageMagick-doc contains the LICENSE file. Other libraries do not longer contain it, as they always require libMagickCore to be instaleld. - Moved documentation to the ImageMagick-doc package. - Removed executable bits from perl documentation-examples - Added configurations for: * graphviz * lcms2 (Little CMS 2 color management) * jbig * openjp2 (JPEG 2000) * openexr * webp - update to 6.9.1-9 * Fixed issue with radial gradient in MVG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27995). - update to 6.9.1-8 * New version 6.9.1-8, SVN revision 19167. * Correct install location of the Magick++ headers (reference https://github.com/ImageMagick/ImageMagick/pull/17/commits). * Different gif cropping behavior between versions (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28013). * Cannot read properly simple psd file (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28002). - update to 6.9.1-7 * Fixed and escaped output of the json coder. (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=27894). * Support BPG image format (respects -quality option). * A bordered transparent image now remains transparent (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=5&t=27937). * The -update option behavior restored (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=27939).- update to 6.9.1-6 * Cache cloning on disk optimized with sendfile() (if available). * Add an additional check for end-of-file for the RLE coder (reference http://www.imagemagick.org/discourse-server/viewforum.php?f=3&t=27870). * Respect resource limits in AVS coder. * Reverted change to 6.9.1-3 that skipped palette-building. - update to 6.9.1-5 * Use correct scale when interpretting alpha (e.g. rgba(0,0,0,1)). * DrawGetVectorGraphics() now returns proper XML (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27751). * Support writing EXR files with different color types (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=27759). * Prefer PKG_CHECK_MODULES() when searching for delegate libraries. * Throw exception if frame option bevel exceeds to the image width / height. * Resolve undefined behaviors (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27811). - update to 6.9.1-4 * Support 'restrict' keyword under Windows. * Added support for reading a user supplied layer mask in PSD files. * Added support for reading photoshop layers in TIFF files. - update to 6.9.1-3 * Fixed transparency issue with 16-bit tga files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27469). * Fixed writing label and comment in tiff images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25516). * Jpeg images no longer have pixels per inch as a default value for density units when the density is not set (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27589). * Added support for setting the font color with -fill to the pango coder. * Fixed bug with "-define png:format=x" in png.c, introduced in version 6.8.9-0, that caused the define to be ignored. * Replaced some dead code in ReadJNGImage with an assert(). * Avoid palette-building when writing a grayscale PNG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27580). * Support -define compose:clamp=false option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26946). * Don't extend any user supplied image buffer in SeekBlob() (bug report from a.chernij@corp...). * Improved reproducible builds (reference https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783933). * Draw a rectangle of width & height of 1 (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24874). - update to 6.9.1-2 * Avoid using a NULL alpha_image or color_image in the JNG decoder. * Fix JPEG-2000 transparency on write (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27304). * Identify now identifies PSD (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26948). * Speed up writing to TGA (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27369). * Reduce draw epsilon to increase mathematical stability. * Fixed UTF8 issue when determining the current working directory on Windows (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27295).- update to 6.9.1-1 * Skip empty frames when comparing layers. * Grayscale DPX image files are no longer skewed. * Fix integer overflow when scaling a 1-bit sample to Q64. * Account for differences in image size when comparing two images. * Set an upper ceiling compression with -quality and jpeg:extent.- update to 6.9.0-9 * Writing histograms / mpeg working again. * The -linear-stretch option worked for Q16 but not Q32.- update to 6.9.0-7 * Line strokes appeared too thin. * Keep text in caption area. * A transient bug for the write MSL element. * Fixed infinite loop in HDR reader. * In the PNG codec, check status wherever a function returns it. * Check lengths of certain MNG chunks before reading them. * Small optimization to pixel cache. * Additional coder sanity checks. etc. see ChangeLog- update to 6.9.0-3 * Don't read beyond the end of a tEXt keyword when checking for Raw profile. * Fixed enabling alpha in 32-bit BMP files. * Added support for writing 16-bit TGA files. * Improved performance of dds. * Fix ImageMagick crashes while read EXIF from TIFF. * Don't handle a "previous" image in the PNG or JNG decoder. * Don't override gamma with 1.0 when reading a grayscale PNG image. * Update progress monitor for every PNG row instead of every pass. * Reject input PNG with dimensions larger than specified with - limit width and -limit height. * etc., see ChangeLog- do not use -march/-mtune [bnc#904545]- update to 6.9.0-0 * Check for zero-sized rendered SVG image. * EXIF directory offsets must be greater than 0. * Accept morphology kernels from files. * Don't optimize JPEG compression by default. * etc. see ChangeLog- update to 6.8.9-8 * Added sixel coder. * Fixed buffer overflow in PCX and DCM coder. * Added support for reading/writing the tIME chunk in the PNG coder. * Added eps:fit-page option to the PS coder to set -dEPSFitPage. * Support xyY colorspace. * Reduce noise while preserving edges with the -kuwahara option. * Off-by-one count when parsing an 8BIM profile. * OpenCL no longer benchmarks are run on every initialization. * Don't clone a 0x0 image.sheep23 1652367699  !"#$%&'()*7.0.7.34-150200.10.26.17.0.7.34-150200.10.26.17.0.77.0.7Magick++-configMagick++Magick++.hBlob.hCoderInfo.hColor.hDrawable.hException.hFunctions.hGeometry.hImage.hInclude.hMontage.hPixels.hResourceLimits.hSTL.hSecurityPolicy.hStatistic.hTypeMetric.hlibMagick++-7.Q16HDRI.soMagick++-7.Q16HDRI.pcMagick++.pclibMagick++-develAUTHORSNEWSREADMEexamplesanalyze.cppbutton.cppdemo.cppdemos.tapdetrans.cppflip.cppgravity.cppmodel.miffpiddle.cppshapes.cppsmile.miffsmile_anim.mifftile.miffzoom.cppMagick++-config.1.gz/usr/bin//usr/include/ImageMagick-7//usr/include/ImageMagick-7/Magick++//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libMagick++-devel//usr/share/doc/packages/libMagick++-devel/examples//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:24236/SUSE_SLE-15-SP2_Update/cf55910f63911c08e649a4fbb3768885-ImageMagick.SUSE_SLE-15-SP2_Updatecpioxz5x86_64-suse-linuxPOSIX shell script, ASCII text executabledirectoryC source, ASCII textC++ source, ASCII textpkgconfig fileASCII textMIFF image datatroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RPRRPRRrh9, }u~Butf-8b7d7f8225c72bbb8a5623107097f6e2abbe53a11025480d5de5a1132c4b910f0? 7zXZ !t/T] crv9w X峪d)q)-mit pMn>'9f-``NIo5G$55&. -mM9p 1/䫐v!Ɛ|=vyg oT^Vbljn3} 3V,;12r!5RDXa0 Ced,Υ<*X pB8ٕ Zq/MX x^]^M@-I>Sr+\G AR{&v.b)̦t3>sn "ʼcuiMb0"<TGw. XH蘫_8 Gr lg0\h;",#p2~2N(mtɆc"LHj!R(ɥn9(`cѱ(4Uuwj G6O(`v/kɓ]:Rv;qCݔeU~I\?U7#\Fx`{+U:Qӓ7K[sCYp}uѶ p9uJ<˕>e!Pg3eؐe6Gl[G9*wŪl<M7Z=deA˨hnR ƲBp_"nKm[Go?8{˜PO҄Н%hn\}e-#j2#+HJDK{UdЇ4󪀇C.vrΒGĹrHe|-fJh~eAT*WlR'XF.R}iwjڍlݳip[QJ]4cGWi quERؔϤXe@h7ِ4[=1d{7=m?bql_"G+ #kcT4L*M6Js=l8"$(="/bGn2>=A~K%wc:θ?@^o^PF` P%g>AdC;g`:<Aǽ@]Y m|lja".LEF Pƨ=)MCΜVU¿AyYn+(bTZacGHUDeEީM: X8ʂIƛ7} [l!"އSk:Ǔi#۸܉7oЙx45udTU= f|ҁZ *6j)NΘ7) 6!jh(h1Yfk[ӊ-wo\D| Bvㄗ`ؙx 6@;M7z{]`#`3s747 ώ|Sj3b5)X4k 5bLUyyeQ\LAKo-ZZsV>z$oOhݮ-(*-CȖHіҧke8W< '=>: 7lfxB^ &C,#f.U(qN XHk}jn~"bm̐eo!Eb)`$bRäj>#.D\.M6"!DKVaaw$[f'6*^Tou͝6c8fzcpώ:{=RKiqJ4TEO(1E^șwh2vs4󪍻9da킽1/ l egėOc(ӈbWWuN!rgX9a S< f#=g[Ƒ|⢢ۑW2gR(MRbu _ɼbhWGرy:Rh0{Hß=Ғ+>e~rZwf{`a.څ{rq)YE2{^ý;?ħ%^<L$Q (w5;O3wwƽYѢv,KhaV,<HƮǙewɉ:O@x*}eu\1! | {:f,y.y1 ̞}EMӪMUѳ\b mO[eŘ>q#uAQdҏ䧈?~ Me7\\pCM ș(m$.-A) 8K,Ɔ܌̑ŹZYTN>OTsÒ^ltkeç*p,=(ӳ_!@$I2r)%A2֖U& _8-5*LRd5clG s@pwV"?-uT|٭v@Šr 8MPn-ֹBTG:$K_'=!]F4\cF$/GsF7kRTvF:mFs{,k=̕vU+|SkO7T "Wq ϫ!A87 ݛ1`eҐ.BW `B7& y.ֶDƒ3G{q-nd, nKJkŶ9>S]~UfJ^QD4~jHgm-"XzYbjB(ɼ1[Vh"?CP@yrQZDG\Xf>B?*tZ}:'a ƨs h/!Q؅y$.|&>>_%RiԴE%'=sau=y r>3Y4PF _b{ɣNdoXM"ܐf y8'ۦ M',t{aRJHc{eϡwRFCթ$-6V GNiz:dW:o|+.+]㾍//`ɘ75r-k?cWN>o2BuQXLݤ/oPr)}yJN^})|s"R&}Hj7IUTthe*y9qc-8g eZ  V ;(~-d*g-bccSL۷3U'G:ӑ\9>QDYumQbHEر‡0¸$95xǨD@ 6(/!k$O}gj :FshC>9g ٣,tQJ zd(EP]FNg^0RІ%*D^ۤSU &خ5ꄅ$aFh]YR(-KI1jDUB~ü; iMe2pfH‚Iz b4zt58'T vay Sħ72@w$U/~%𧟸D<׋-CT ~29?{ f^d&v3^Yϼ\1}gmn/3 x,#͢k#DW$zV'ai[TaW$z',! MZ^^@OUS X$Rɲ$JF]IK't`DtH=h bEvrp] jhLQD6v&btTMƤø$g%p^~w$>H+qʂz*}EVz*'L[ѯ58ɴ f]mmZreN R< (vxaa"fd t Ă L] m܎VY!fnk jt vx-Aؐ*}B+pٗz4-tۤzgv>ЉV~ [1 7q1*?"kDueM9' S"Uw5I~ f}}Q᫨*dE~+}y uEƝv NObI˝<{Nz/}=;2H]ƫ=OD_A 8:*9uլKCd%zi592*sr;uۉ 6zmF JA3: PR+3hF1=EI62.~ǘ:PV =u9Lw]KeqKHE{}޸Mp!=3 ,ia2K`K,ꛦjK*ϣu.Ӯ֥5a~`A*N[@}vvOˌ VpcS\-YrJK*Fyݦ?Lg=d=`}^(ڨ{ar}1ҁOd篚M7z3ΩFgEVpྐྵ.^gsd~1HѷpcQ&45@d`6D}8kK%B}uFGEUƭ"x~(CvBct5ju8BkG/ƲK9o]?I˿;lҩ٦>i1$g IسIm6(OA *.htX] ;.1r;1 KtX\U>ȭwc?Rdw~2&%џ?l ]o֕wLkܸu/:JI¬vb(l1ȈFAeP*s,p1}xK= XW+ZX;̠a3j?=2*- \Rn[9qipJS*_ZFd%GGayD6:gDKDfL0e"C\#xСpz9=z29fk~#v 4GOk+1YQ7Xً2gl"d tk9BC1&ƪQ =7ΐH5MQW&O>,yޣ0.68' oGOJ He~{>}*7{3z=nv3=ոvO{Q_Dd7/YELo?kY o?N31`6H3-ǃo5e ]žpr h`6j|4Zk7=ϼ;M{c$}aۮ*9<=Q Pg΅r/[}J"z14N,0x}VAC,P4Zh;kpŁ8W} KH섂³ߊ%L?ʷXlbBUEg2ǓXIJo@-qA8=VɢIJF-e~rn`~?y)4eNќuМ2*vǏH8Ip ~rjr@n@hPrp(-,:uhí,MT4Eg8b@S5{ZWQkzz0qLEC Ug^bŐ0aA;[ ]qYU;)Z.E/⎍[[ :n]"8dV<(b9S[_Эf`h)C:ۧjĕ!F.I kr3^dxСr*94נR{qk 'C HŧKЗ)4`Gb)Ի/m S-YN9Ɓ׼6ˣԨ=`M+H%`\1J6(4KO&F7̶tw>l$ZL?SU&z V: Wa;VweWNm}uF`^{haݶĥ̈́ęA.ף:nW0)"u_ܫ ;!+nσU,.kB'w@rG *EIJ0.&Y6[ ?#uJ۠iò>^~߿qX6lP9֌),R&Knz8jQ[Pp"&\[$5>YUm~Aumcur.py{phZ_ԧ+RQ'd%xiKNxh]r )ޢzd0c>a\ q|gȚM74{nfT0XJo߻p2̳4}JEe;gq7zv3IZ:Dd)v]6J"v>{u6ڢcun]%]ѽ6 ^Eh|Gí6D B] , =f.cD9ns0"mc}C΄=Xz u?WI7t9hVVdkrZG p2η'gDUHEq$ 8[UƵ s*vȉ%f.Q^mF~ 2Daە|֠9G2%Vf|YXkoiu,G}=A>F1Q%thߙ$fwXO|7+M̨jհFG$ 3񖌆5 ߰Hds_$̬nrf^V&rFA#LhmН up/ҭ:/XCb[PxS5lj/Se5rg9w4a" J$וp4u@P-iep8ǻk-_cM~ f_4BWi~+|<[)ODf``qDoM-˒r0J J*^z" $:a캦ʬָ9x@E<#@9Jj?Hu{-ӕRFXIF;`6EI'r:;'͖Y^q\ը;ooBgYԎ$ KD}(eOFrr!|v v( xBE(_Pkp|X+ %?[ /hYsZC# Ě*$A%GkA^vL-A0Rj #\Ѫ'u l3W&Ԃ1<;s.j\;ټ5wˏT0YFvOud) `rb96UJF0Y4&{,Ikinrku4lp;hbϗ}d N c}Nh@ʇ?1a)l&>R#PF|-hl =]b^A9G?!Tat!k/믹¥KPcT^,_H,)zB]sx'S-Zu(ѵ>ŲB5h ojh'dG_p=Lo/`,o/J fj2А@K˨q =7mo~+Q7gLvn0;71y}b3\8sTxISw6&:uuKO]dH |5vw֝wn>GU:9'~I\_:9|)rn A,\X8l:]ccےHS赽ՙF*:Qxs80Qbǟ2DD}X 5߿/<ּ(|K4X\Naۚ0<&t%pOnLtvKeܝcP v9`ozY>G2QU w> =guݺ+};B\ 'EjB:G%,fbb'͟UL1(H3+ 3a1AE^ƧMVjk\00(XJH:uatC 9{Vpռi}7LJ>FP2լ[sd+,)Lcɂ#s}% =d)wD# Y%v{i _hu'}hmLZO 5!3Z\+(2tNt5o/Uz6w$f@,$kSdž*%S$6/hԱ @Ҹ;*#)Օ < o*;1 *]a}8'&sƿ]r[ ވXw'/|ZeUɇ8J3B/mNWfX%lfW0=8C/l\/vUΈ@ƐOx) ?#:1n L*~54)T#1vwkᧈYֲ].Q+oyo kQh)( r%Oc5UyGu-Ά~t34OLDꏔ%5}5vuM;~xqX /x0arvK@)fjt_oAjHM$){0 Ч M<+AN: aY$R!/!u;>WX)w _Ńr:(7#ky 0աtQ{߃2 TTHSJrYM9G@,/Ih~1vm 5ͣ/o .@h oz! I4gk/?d@Rxbc۠eZ^8ۧWᲹKTv &P 5K )i9l$XͿJg7A}E0^o7 ף3?3y(+dF9[ ɔ+tᰳ f!o2S?ASNP}!ݚė'wf \C,b~tGPr RDn)k`DXeʀcoQJrCC4)*M\%n5Ҧådux ST3HaGq'LzI&/4IKyc:4aR&3'f[*5L M<zJ8a{%+q34<3%Lm懆^O6<59K!_25la^\)El45<9C.?4\G]}m1L\r\cDӬZ? $B@$BY#U n5Nr![4ɑ?E pTK?4q>p肕,9K,!`_l~|Ig 3%$2v}. G&\-m]T uW)ã;f) fĵfW}=J|{z_cCk^VzG._1rBJpk20iFϡHhjAeACK\ɸVOq#63 c8A?AG9d kAsvl> czD/BeA`?[$|}"} ^[% ŀ h*wim,% ďR6츐P0f2F`mmE׭F]j๩u]b1t!8`k(ehT X)y EBmNvþuDt-sél`rs ,+$` 5s]،=xcegH,,;_%WĮ/xU5eGƺK8<0| eP,Neފ|#ˍVVvxLDNaZzׂ:#$-}ehs$zfTLc!|{^(!\L<rs: Q:2UOzH;:l3B@k%F;Hݎn#W+38c+2񜬫i"opG " RzS j\ A J3--xXOgIEfӽ[yVrr[Aq]`VǗt7f] ʙ҅Et:dyBi\Xƌ1#G.ID͚_ޝrA͐DGa]1096hD2jHggFkC~V3NnerWmYkՏ E=oRaأIڎWw yycu[Ȯwڥn sjVU%F0a;{g%>0,(.]@+6i@)2_Y`N|R70LտvHЏGT5>\z/>aד ؛:mB7p*P2=h[ 3;#T],sW(w3LD(mF(Y%Ud4Nִg_k`d,?``FSZr8%{MEA4+<"clvR0lأ-~K|m0<^gy=14Ʈkoi(N;5R1^\aZ4MOTTx{/K]غ!$j' 6V9aI!$,Cܘ"e0[" c[-H!FKhL^.ޙbU)^Zr򹋯gg j@LYL;20~hP_п ֤"љ-+3têpjiȎZ,墭o[L C&FN Db2tl+Њ=KR뻷t$}"T L= fH  QWoJ=:>⟝E0oD1se 2/AOCpj 4 O9.,Uo*PwN0 1uQ3oրwز,n/8߸\\aG!(=VBjWÖ Dl-!Oq(JiDvwp4h&U[fT.2eH0dA뷀vi=^~L[JyvP3eoijW Aue J؏=SRclAY "ǭ6([ m*e}.%e`a(-y\Dy¹/'&.Z~e~g'^5yE%P @S:wfϯ_}wH lX7 cfcq|jV0f^s=1;'Ay̒S9 .TfB`WN :+D9DN_jW2Ԧ $$\<7W$I@$K٭HG8'8a%H6uf^qA}$+s]n~a4} fmbk@ Ie]qEh,uh g;y e6sl=>_vgq%Fdzj [{WΣ5ÂxcG,u 4UI̚]Gsփ^K<ѦPbKbԁroѿJ=ӅtK΍3P4ʤ=T^ IeqGbvm{dfzc cHrW"cgu>BLd': ,ްYpn|NGUs2 ,K~b(S?e ZH?s|棑 xU?;֟}yՀo w `%X7p,'{+ZºTlEL^RU>ICe f%kDIH LCoUi,z}x`564@f:,WuZ ď\>nKcelif_20}5أOYK.\?O/? @oWT[d~6#Ā giZIjܪ1w-697LVǩE :Wcx0!-cȥ-[<ro_1KxVB'3vScy gA9MԥFbO)LfWlr'E1 {(])\'w]>S^LfZT48%Y.qjJpF tqi?,}WyK|{8n^1$j㴄(QBdO r~B2- ut^uEXO6o?ljDWl5{lr\T*혹A\LFc:2n[#FCQ]`7-|8h!@SfЊy@US0ϚtI`ucK)yGa}5C5{)!ɓ#`0^m$B)q6.B$!wK9Mf))zoֵOXTѥCM[LC]Hhڱ"sZb"\`3Ofdk$r8K"MD =kR ̞*1"'?E$[HM=U^cJP\F#z:&1Q5cqG4/BzْT]rLg*Ryh>HҝW#~'JI: y]&yE`ReeNJ|KP5iZfzׄV";7e8V;]XB>ܽk40?ԵZKDv{֗\!؃,螺 OEFKaX҂. UW1YJ!B(#4фlT@B' Og[Svڏ =rS뿐@("hbLD1 Yh4wJ6'obs[@f0r/=2'[SƸ r't0GMqSRo*G4]Yqe8[EC KsRʞbq?OpNLT_ϳFGLECjg}8! nw~*lOAtô[?Â,(ck(Gj7uNZҝZgPgsa߾x cb ;/UNM'P]RJH+tB ["4jmb|L3xk@5H<OڽYפ7C$wwAkinNk6Re* mBl3k 1 0x+OJJ>(vh| ;S-\ePGܺ uT 9~ӪaBIgb5#ƭ2b\[ Yc\W h+ς٢VT 'M XH}e|k3qL66S എ3Om 1(be RMj ,2oQvjX͠B '_f9.M]7`ԦEmU\IvSXDʜ8&~~:}90S9˩]%G#c5(tyh -E{nun.rW3@T8"kb:gR-Ra\#!оY:4TGsmN9`s,:J4]YBWC+t>Ʌt$d֙5T~#pR~J/"؅Dh3jx0 ƚWI6zymsPfJTTz-hıJ$-H_x p~FYCtPc ]Clen)l,Mw$m4$@W ߙ2pc(6τ;H'DJv|sitU{F%)V)L8v?].7 +)gLjommƮ2?xGZQpG]7T>)FBw/h iy覷*K)14`Gh"̤ ܝ_jFj$@ŸBvH()\R+;9xL{&J' %fnh'R+ksYɒbw=8uC5?kV7(*cײK8DW]GY5qɂ8; #R8=-)zW*+ܜUStJ4a쐕}k'ɠ;&C 0_ǯ/*vU# 0>Z )L|WpSF}$e=ܮeDOAe2)xH*ozjrKUC!*婭87wH"A3SFX%aFr㉌YYv.c4݁DS@0 w9x5zt;\"b6C-mL77-^ܖٹ"ΎߑwQg@u%^fa[Q;4*ׂ7Y=RbMe e#fDt\CĚ[cLV!f7oxKRSpݣr Nr$6r%IʵMQWJרy(@ F~6^>3 ivɷ\''2L2{MWqI(bK~٫r[]O!+@y$n2d4EϱKCC. wm1qKMP<}lh?#nPߟBC.}BRnOU$iŐ><_l (PӴu5.={qqE-SQ.Ks}G,{^W $3*mW+\#6Jc 0z'tLJyhþUvӭt#T82j\gQ;Ko !4}〥@Qŋn_g:fg.ԘD <2UGc1WJ1&= ]祩twU`=Wg1#Ͼy㘐*y*p- yA&}F~7o QFXR~gvW !I!SYnL pW6(W$*1Af`jcM6F67ɩXx>wyaD}~(tNQN]<';a y6_c~  u3OV:SŐ'9Li;t8wUZJAL"d`p*u*]WxN[;u=U:0h LƷL@ GGt_MGr/ZʖXTe xiFsܘg\Ip|[p)p߅h'Kح!68o ? +Xyp]^%5Xٰf"mT= ]4n_۝96&;c|oudJGHDVGCJ)IS-.'FnxLaJ^ 6 r^I25#NWAVRjFᥫ@@ﮠ.Yƀ,yAWԿ-=~ϵvtv裍r q'jeL}Kٍ;``,A@Ӑf/#ف u9f#u "mHh }\qH;ACie {װȗY&c'a|2sQk~?7}$of+E~8-:R=BrT5-th) kiH/鮄^?Seoܟ4uުC/.|(bSxpQ.e ! #8^r :>TsZ~AԬ>f)1b;.U7L[-Qj();a-Hv'>c .tȌZ\oe%5vL>8}L#)+ỳvwB %& 1䲰FkÓξh/'SQsI,X:A s =OChwW/_#d.F hx`Y(r\'5Lv/LUg_܁[j%'{l<ѫI12kSWc@-2T0 MGCrQz IMrr{`5wZUr`̚m ņV3qḘp`+>I< gwz= tFJ zJur#ԺUGɯ=zFaK N=ʣK8qUVNAqԛZB4#[~%+apC.xZщT-i/=v=jf$eFTT zncH =L2ht$o- gc1BM946x9FLT3gnY[&&e`W+yHF{!\Q71ՇBlīPM3B0 F 3e\Nj M@LH0 NXus6s۟E?k~H+Hz{y~ujW~f>ņ`ڱ~Go '9c*=|TR/ c r ()n2@VXl_v'bZ9I.}Yh<ʽ h씖BP0go?{ py pje>͙V&Q/_9tO[1930&X Ic@z)qLS(?8m@WB=SGgyINr8b&Jx@lM#|a\ŏx/B<`,flO_0,Byt2rH4 B@W/ tYdk1nWhsJU9Ĭ,FD用WwjĦfY%b1}H91eIlh32?"[ r#s7*of~;K}n} : ׭NC&&}%D`R]$qϊ4YAimGK{}]!Q< qA==ĶSPmt>A3&Y!d$"ǤnutfZ~0J*MaՀ4 ܏@?U2 |M~St:qP"WK%p{g}}GDQ/ +IkYX֦B{|:m8ZrCK"{&0Щ"@v5n#)j6GZ<o-4n%xYQ*AC@̳8UxT,:OCH}6^)¾p)fz{ڴO+NQo ;~vX}{,n0687ηWRFV:QY4 R >ҁ@F9 o l!mMU%DuCi $Œ dK3̐HZdhGFT96~vd@:@UH )$ZqeblVuQQf+Z*V/$NVtV^R՝B;Lpf(4. 03n k%ujz:D ́ŗ}#`sw;4Pa 1JL,^\2#!!V21DE*(I3-e6,-/^">>Eh>8xzG |MvAbGgHH'>]?YeH.MgNt[ɩ3ef As-C$!lxf> EYƛ~ĒEߋAY$GO M =^[.%7BT^{(F/>Kp"b.gӕrhp9l:{o>sfN-ZYvh-ߎ!*ܤuL 5ZQ?[7DZkAvռPRHUbHyzW Vm} , g7򙐀s{1Kš0񣡼Ks(4/Qçh[3Hgfl"LJs3ʒvCoYǃz GX{2+m>OM# R'P9PUҽD=_FA?JߦxT'z@SfM'fZu 0s:35Ð QP7Ǒ fĂQT2KvzBD_ ^4c P'#S+}wG5?%g=$P7bCC[G@#4rMb&S8FQdn ͠o9V9l>k,=~puX8ofK9-[eT5g椨?J NH{,ʯ?fjEj qݖmm 005<p>5@DnlZ#ad̫a5'>v3}(SW& b~xp^<] J߮]eCc~hPT4AԔ@ 6(veW+U}%Yʭ)҃4?tszaȹ{I5uE}&_ g xS SLTb*W I!\ltM]AݬrVO/4ދ Kʼ~k@zLsy^tWXȿEc9q*i6;ڻ˚k|@0--x}mŗhw1ou |[r;B 2^X^LǕg=d M &R9fg+Z]DrssX 8%Lv-Eu7/G ,`ZVn|VgBo A`'th;` #E@<LSҰ6vlٟ<{Wd8_ .qW`Tugb\CZYg\AS$$ms A/Zy)K}çY-X#\uYUpbA>mTRsgaD?ĵI%_LGV ^|Q^O2< ԛ5 cN-u$YhyD?o^oGjݡ{ zPK}(&[.PT|Jd`1%RU؈r.pw"H쀇V}t'EKa#E&{Ν´FL+u{Wp̄2K0F;$ Ճyg𭵸Þw |<|ɤ1iY֒oPs])3sI_;uDe< {`s97,2r>nsG=saN$95\Qg.{ (/I}\CV e^I\fԧgv/UI}!æ{/#J6akeGl #8 J5 _IbGϛ"y7}]͹EN,W*rEFP&=V&Ԧ^81|̚1 i6uO ,OQU 4[9]!%eFPl͓u/<9Un^Bt:op/ECBߔ5ke/[c,Qg@'R4LF:u i)7 0 \0=pf!H zt[5]ףKtU/UӔV`}@RviɏAu]ΦwS+= ]}fR֯t8mBYvٛ$v]k^Ћkim,Jт(^4|͜. ']\l3kW1C q?UGy$ Ƣ7?1,o&|I^qXm^XjuqޤNy[`L H;q 3kɦlky$8 Ū fŬ9z< ȴ8qR|LH3B;P3ᵾRa[:I؈TFOB(%@ɂr6dVmEwa]BZA5NE/D(itQ2xiܕ"NU -eVqsNo,/(og]%\U[ \}Cm{$I䷋^I\lڃ6{#sM%j%eRoa|~{N"q|pBH tC_=1ѷ:+Z݋Or-ڐtzzr{2:{:jVM/j'KRhn$m/AB(㋴Y{۫瘇LJ_.ӄ}.8nY;Ecهڕ1͹ݕ0q\OUO.rޟ c$l)a/˄D> mNY}TQ]E[Js^Rp$!|v#| xf47<{ Rrppm= GբMg)ׄH~c jPE[?.BO/RF@S3 z[$O&QKo5apug!ӱ.5810^\) {ˏ/MvqJ㐻{׼aGSKCoj|޶kGrP+3uXɂpׂX;X{Kmկ3!o9SUe*͡dLn{rbۮ5$R.t[!Z2$uZ:&'QJ)a%%bNSt_)#,Fg xG٠],TJH7xTCV'fK&LJE5K*A`2>fg|RyRQe94VU@ڸo%qXpB@_1*0 ^^^ WinJ="5 Sِ Yj YEcU;*' i׾681 :10%sE r p/u4oߜރh<^m m2zJld#Y} sj秝|֩&M,c[L\EXltkg Ü]bZ$ϡ-{IxZ%4p*6p;cMOt.]_3Y2 躇wf;&lk5!X1#/YU/ػ>1!Mst>V (j%b`(@m @q>4b 7qHY"R:8S+)DdoKSP=h5b|y&X\h"Φ 50֞F6-a@?ҁy֣8> |!WIGVd=by9AbH~ta[܊ XhMӞqFNdϞdXڳ* 4<#/B] dZfݰ:d+Np @/n'半vޤWJ%1T#@U q* 4ϼc[0Kyv|.uh_$adU O"B%1y # g>X*̅AF0PTu@-| 9,NhYwh&82.>?ΛYRK+(Qmr9Ho:D&_DٳB"mdeC^C#4Rx\ {3e 6( |O$n_ )|TI 9QQJgkQFqk6Rdito/.c@ ~ͫzUy^kv 3p K肣ۻjE#31-.n B-'VehTOmK25 |(ҕk(@)A-BYS(/ᝲ-#w9(V.d[ W3u#_AqF<Ӕ]gf:A"(+ꇋ}NgbzAWIFlU2蕭eHq~xN` OjOwN;  !ZvqsC ~5/dAwho]PT,c&XZD =<P`fMYo9Xާ\jA bNھ㕹j LW!Dfvկ~,#nC.r"t=!BIwjH3 Z D6ՅHH"(,@LeP!d>BP{Ѓ5'J4hn}Y^/ʂVwۖšA8tJDJOg6E/ 9Ѿ hĵ&H0J':GtTXѮ Bt,Kİ=y3&_>`t4 L1l/,kDvaLk?O׷Z{us.Lk2~SWzرZ3ww%g{ەYBlm UW[QZ׃8 D D`c5[^Hn>-8H]CI! N7e_=kҫ8?#8g3o[Ya}59a1S6Hw315|I 2΅ygV/J_l[V14N;lg @ mq"j9^S^e^.e&~@SfJ0Mt %WR}0[%.P^!~A9#5j2բV9SGZ+Qj]aA5aœ!<>q?ޕS6{(I 23`PX#͞]L@"{ oM7M$eaPwGS7mL͗{fWkKB5js qdW)e$ ˆ:|ز!;)2>ٍ+BgX;2J~(uCuǚH؅G%Nψ{?C nԨhuLh 9pQʒp.E ʠ`:1_`gv#ncHX8"ؐ7،f%wE lKqV] ɋӳb*,6pT[VP5i"HM!8,m8 Ɋ .0*(ِWl8aQ t{~IqriFW@J0[91L,|;~|@h35e-eL??O44?/06KZԪ/`3N;FIdcM؊Xmm؜r :c AtՁ.\`ɭ=b!rCpZç}Q¡.!zJ1GZW1ֆ!J2 ZMEh|{ :80Z[[7pfߓI&O7nӛKwd(Vw9 6@K M>6N:Y]8Ip[ WxTdRBoxX×L}v/V,, e}0#2 QFb@X# %u;)R9EBW1%J5b~] ⥕Qd HASbe?]4Y9dv8KgȻ=?fuyrΌ#|#QNNPd*[A8Sk@9?R Ҥ<ry)Q$fG̫k:K\U~.'D}M=Rt2eQ:j蒙4Z mߕ?A :q5P'C@@o`Nj Wx[/7e И @YFIeh#HãS)l86 (,̎!O8~ ֚(]VQfPݔ>^Ѽ+\d[XDYaes~9Jr3'?JQdXUjoRQHbw&Էp,¬ڸ> ^ a\+ZI?<<9D%+ `wZMyeMˬ; 'FmӞɳਕ?MUϞҶnoV  _T&?MAwƹIf~x,xv4Ql5C)C1L0P]F,]1/`Պg8WH5{.˺5A3"$wV EևP,':nO"񿍆'L=SWQ܇_ڕIyA@ݒ2}px"_Q|&1+,1^/?B\s ÜJVNU޲b/Ѯq{%r/w2 $*b)qsȡяǥ 0xԹ/i51Ғ#sү5EG[p Lrg7f8\rf 0+9\^9jwsҊvj 4@ @jDʠR%TBRPE>"#8:d4@yic"_TcGRuU9ʇG!4O(kDhJIf@tFޔVkGbF {;E$ KT+ W8r~&9- r`Q  upxI`2u9!ެ2<㤎'4 K1p(/]r5gƧgsu8jd@"9xll<=디.2rxxU߄8gJk TPO!ҢW( 9np_gaXX^X9"hOGM~]Ų^W?g/4vtPU\ύ.bkg{k.j!>6M CSZ ~uojHTV}A€DLiTT"$eQ`y!#1ks%1bmɖE`7LGNlJD(ޘus;}Fߕ2&-JPN෧=.Cߏ})AwI(]o<89]M1%D@|B"OTsN2S Kz.ԋM@ISahVnilhє ܝR7Á繲wѦ9]K;K%(xkFf۷͚`W_6I˜Ju_b oU| //TL#;gGZ7PR( N}ļ3W3;|JO!c$z?anUQSeEU7Fkt|Z9ܼzWʂ+VF|7{<(ilZhFtsqhai 2[:-8b$Wիf- mde0B 31j-u/+>c"KqnQP2=YӝFn GgzSFli@-[;..袩o`W*D ktlAr8 |*D M# ˍڨCQud+E8T-^T4^|Ϥc,]񨆮!`đȩ{|jNo-a<#Us66\i%آK\vpN5ה%}6ut*˺QGz5sW0>"i@uςnwt7uIϤ CPo}28B?';䛆?{ ĚwVn#m}Hce__G=wԉ1Y'w %?V \UNg]GCL}Y\-2e $'Zr"Tw=i5^Ljg~Jp{`&)+tf˹ 6ճA.KrN3ۚ ~ܹK..ԙc.Uh6f +zbYS#z/- =*e<:«io\Fނ.k$P 4k&9~) ;%wYK. 9ϙ>\$9+ikj@7*g>/u믪PnϬaLJ=Џ1H ,qTԾhx[7q 2kW%LS%V ܪa&_[OppZuXE\Uv[_E޲MEIb S[!aHcT/7wlyfҏT{9#.yjL{ =hTꌺY&k)\ek̟J99m^AGa$P8 y \o[Uayo"mW˶Wß Q*ϴ`|\O$h!Ťr̳ɗuoJ~ZVŦՎZ&&Ϥr?r.!2J;r9_7_$QZ6{c{6b )7__^o.rp6Y15q%-p -ڑ޴i˰N_s]- NT:o d~(Q =)ROo.秲|z@]]Y՟~\g'9:~].fe |'t9߼O_ղ^{ȢqIB3c=_/~Y|-q?R,gJF8 r:bOՄMb%o =B|Qd5֦RUǀBmY9I=^(G:/rx ?mJIlb9Ѩ\.%VXy% W$gG%]RFևNʒOrTM8msYKW4wϩbGnOdLOпvAR՜fHk] ; *HtPUVcon[ޢp)qB9_BSSd?DJ߸"!! vl[-8CKXzhs}r\I` |y ʃ%ntƆ\? w $NOSyU&ޥg볈UW~)^0rjP8XޱP>KIW9wِgZ[Q!TkGw+u h*X;s$ɂ_o|7Uh2mQ\زHuYYtcla\  ),2fQgM% |zpS<^VI@_#r>9Yc2,+L-Ru;*Z %Yg?^!y⿫&s Pߛ/{ˍ<3F&< Ǻ[YjOZ{(%VI n:;i{+YN3լsb(2m{`]W4Nμq7MF_8EK+#&;3*%6.Fynگ!'[R={b8"[l|^nzZpEoÑW':Z38,l͆Lbn Y$Ɍ\è,0Qj?F"}P}q5tu=_t V^k$DTZr}0VJ j ӸV}]>B*a>q@yz2;Fn /tzߝh|)ɁEG0RsΒ\949Ŵ"n\l\R3]Dı%1wMw$ENK Jz &"`|\'5gV^ Iv`irSdl p;jyR;i*{ JE'fxDwDP(n7:!u!u˪a9V=7XU +s:;a;R%{߬A6rH V2ý8:AUs:- ؉wMhCFM z3RVڀ&URYRGOrZ1dbާ9TWБK33»X9Z`FC<+,I#tj2I8^w9<<6}8^6i;Fo̶W("o@1nO!2bf$:,ֆ܂hY@Ri˟zʳ&y<lYڴRAg-)bVNOO"nV鑚/˪3R/0`4xT1<wL_T[I-cT5PrAL)-@St:qͤ#؁e1zta8)yPđo\P evJ|5ٰfP uLPo4|}nX`Ww*,< v 4vQ&đg{F\oW;A?f/j(OAKGu$qwoS#)|V@\d9gB{lR0.}6$fkzh[s/ҌU.¾N]ORW( $m!Ez!Rbv Uo]0PQ%ƋSK@8KT μW &62: 55U (!\(X#7'j0W>?(1ӧzm1%}kx\pu 6 -+ʹu#ngǥ=Ѿ"{Mz*؃كm4x^x6IIQ_ܯꛨyIJ8B^r>PF0d4T-`\ 㦗e/#=<3gr3E Ew?T" )9v9Z pJVֆUQۥ;dkAE ދ=(W,p5B6&S2OM]F퉜TKh!XȀ2p1ȿ4!BN,wk=01G`~$Cq @a2RP/٬:6;ZsM=~ A4\ zR$4VbqNyxJrdٳh3j GOXP1K ~6uXAg|>S.x5tt?GW8F3_c5 @A6ڂ3M[Ak'רNj> !|W^͒AbhޛB#3Y HJƉ¶^z\)ƔUW$,f b.i&״pu*]+`$:(q{u05 ^\\L'H`z@ap{8v_xteQnke,E%"^ 7LVK2=B0~[WCsH d e~}u {]$jSCz0[ƬfpmD)Z¤%Tt;v4B+0HWT-EO#u,yk}DZCr Qhln]2bZ ^Rx,U!37-tǗMl /f)ۚibw,`aVtf^80صrBP&]0'2BR, =Gp^ͬxX VY~TGb{De laZt)B^||a߿(퀭 4QZlC4X@p% $ô+A @U 4gEP@b&k?bѵ8pHONR2/~cE"܄1KRh1r0b<>D ]$>!T]^ ,zsPuL4_3>j'!8vu!۵Ba_BCuvqǃ7?m񴸤į|kTb-c{Q A25ͥQI d%hҀְfDR՝[g4|Kȓ$ ΪYbmG٦սbn_"&*"}Y #$Y\=Cu(JPs*eNaOβ.,>Y ,vHW\Zg}f+XA>X^hK]SZ)V`( 7PnCc-s25 k_ؤ\}: 8U'O *S%ܼ,0`.V #]pϒ*Kʊw0 v5&`CלGg1fBe 2mh"0(锒 0cթ3!>ͨ׏d2KY҈߷(ܢ j{E'-z(vί +('ĦCUСP$|FoW\iEQ  r^b{DU@ңSi9y4镫Ŷ8=],~lCX_l0IܲXn!2p^sQZm,)=4POض+3`" (IiDIL}FJ(-z ^@XW@BE,Y P~=AiH3jL .p;E`!K]!daqشu iB &{COýAhT p΍cBo|q6U-VF&,J # ) )Q H!B|!* Q{`tK_}.+}qͪdE|1,P<όh<*M;  #Ƚ|f~ S/@U4; ۇ8 5r_~G0 JqgyW Z10 S^a=B`XmKU ʓ҉y,CޤbBjP RYz[ʌ Ԫ2P5ʃ>+"EE}zm&5^&&5T y/?%?Q(u>-8d*dӍuvuRUBÔ+͚}PA,{FC2/Us~!xwS@-kLIwo$/,檶F8*cQ8ARs5/מ6Euk(YUQd<b,o[&ghFh’i2oPB d2ZsuӓkȄ5.t1cpSTzMhloSk)Lh{1|8ѳip*])5ˍұmu570u6?+ 9CAmSRs%pxDF( Ed@C Ei "b|{B3-usD#8ϥFV_W +_ }BعCRb1xӞ\s8+8zhd'y fݹW&8Χͯ/f۷`Kc8^\쭫N孧tz%s:7|Ǹiwg3p Ya@m M1aǧ>tېf"kPlg}mjW999$q'o]y E1Lrni-`92 02P^V.p̓Z.Rp7qK}Z'ĸ:~{wj:yݤ{Te0+ihϣ@ҬPS+DtVΏSrC>`t0 % yA?O{4} yT֍7#HHfY TŗSR^:7sUq2 c\Q6 - 㾯 PIlDt !D9Y6Q On~],НP;05H+>a9ѿ1Ccy0^sQh r~Nrq}\gMCW?cɗ$ɗ`.fܛB3nf%&֎6hW _ClٰKi󻩉x93bsZMtQB[\]{dž,𻡚XwcG_[~ZѾCKf \Hz;<7(JYF8/sR|:%5 j@Mn8+3)䷖$u裨%gkW.s""m \{~&x^)u_J֟,`\*k;f^ /&:zK j/$5GܢVt-i+!p&bn ǂ?Vnhny/(V'-! n4%d܏#9yo M9Tp$ $IT)84`*^_^qWBQ?f֬eFýe3PJČ4W m@mJ97FB(3QUHN`l[-CmVUoC,phGݢl@Hg`^թ@Gx]*(γB:Cg]Ee/{ ]ht!O}x(5I}N!LA-PTۈ0ןUj18Of/_8^/QqtP L0k+NP:&3iˁщb3aDN7w9bT(%^L8>w8)︋`L8sB';g-un@”q*]o%.pvBM7!\!'3{}.:J~R63j՘YtBgS!= X'5/1ҙqB[6BLSGyyY%.7jƧoL\F0iVskg*>뤛mC/P/?u_3e]Ũ1Ћ*,%p ~s*6ڥ{eAOخAb*36 kvl P&E':;;m.O/eĒTjZpgoLҷ M[mJSJjs^'h98jM࿩D%C|oeH $EPTx`;>_GsgPy 7*dvFj)*K:%+P ;`}1= m$d꽤9. ִ18ؖ,>!`S j\Rǔ;1 .@uVX6p>]1 2@__'VZ]XC|F)ۣ@@1C0l.xtV߹poKA gnFyޤ۾+Bw€@SRL._oyTAx{(8KВO &rqQSj 6;MU7}FQ8ժ++.r"C`|#A,u+a/DW3VuÕMO8in =| /VE<uk-6 &l-M?Rc5^>gL!䤪BO֏vl,YW=-md)ii^ E9i} aTJ}v5XJ"@n_Lˑ n9]PlTa U=SÐř[FQtVFu m|]8OYW֣c&E~KŷG!'zq?eR'*D@Epd+ZHI:x #(wȏuF\ry)?O@+Q K? rP$WNo8]X+Js,yGeɁ0Љo1uTi(ɳ6x2?H!0_iP1FRv8lH̓ =HĽ`]sǔF3sETfޱ-4c;܎{f[1"I:NP!IWB*PJ!olRƀ#r,!_pJ>2\=\@ 5s—ĵKnnFXB̞7=%^}A?⍭(9cUXj:B^6B"JA W%F_Ȫ kֆi(=ϻ_+s|OOkGY?MP`^ 7 {5+X;<`c>#:8 Hc8+j0)Q*X5 n:z ?/rV(CM-+Cb1fْ5= nJ|TOhS'*I1m3[„T祼5q΁*vH6'W3Աf&ͱ vCԎ/.HSrw7z7HhcΥ[ʜJۜSq2ٕy<$'>Tl/w3\4?|*Z9fI=v+Mexy5 ҩW@xTU\"oؓ7a7Z䂕࠙,[}=LeYKHCL2;d>d101qs *+ĒUӸP^࿇*z) A<^\R;F$%1?`%Ư^{ukXM+uT>>Uu f 2'MY!^)ҼǏ^+iNw$'m 7&v(~!EcOY9c~gAkk)C\2Di_ҖcK .רOvT0/33yVMYY5cnE|'p>jfGOk9_r,؛E8%q.$+uU 81 ?Է/ SAW5]4V_/fCpc.M$M̼M=()`8=" Ao,Nט#&^8o*$ImlLOֈH͉̐Y?\jPW Uxo/q90zs:z'C"^^0d\MfkMN\>p熢3d~l+z$uNxU*T`۰VDdF$+E$͚Q$aݎHL\eK/4B0<)rBªzѢ}D'XsăeX.:F 9`&':=E!g ]E>b=+ݧ\GNu #xɪIbWboa>C֋ jrn4͞yȍa7D3R ^XO"`e-G:GWNq%no{ Vc{M ,)hrz +9+Ӊ>1{r[mSz +m5.GLf|}Zv =^R1_Lr VVtq)!PZ_!piLLfiV5SBJsWFDn D%Btu"C-Xvay诉>r%i#M, pl^oO$yRs{p3`U(6 笼W 6Xduև' ] EcÞuQˍj]E.:-yaqA<_=j!NHsr8hvQqntUT%l:SXHهl:d^T&1蟛T€Zy87RMvi&,AJD?,{>1FBVztG\oGI('zJ~wg4,_[}emwAiOooӝ)6ʲ&7jFH0h쓡C4W&Ðu%];ř5yYVsEe:;̝]P@3sUea][:FmH(&Oi"hShǦ=edg88FINq,0A${i.󳺂i[לģUU|)r3e55$Z!=o/ںG8 vl.9Ij*5Q@| JaRϲj/dB:(pXu"P]D!O8.ϏKl63Z 4SlE0tiᎷޢax(7i_*e}~5D,)('܈&}P}y1B5B[η:_ǾrčM1BLnt﫻T3܏K!ϐM gϝT>m?ȸWrC,m:SBXߐ]b몋񩂢 L 2X@ Hv< "L(`$^i}}WڵxMHwCƵq$VLkHuWcn#R劂#?~ϐRIBҫh>$K+jv>lgdyҲ`z Rmb7H" -1.|wt:kys&J<ovEwOXiVz#n 7FnBx6{{9~r%*Eo_LcH4BƬ墳&C̠v\E뱔lP4r,5 V N+ kct[$ޘɒU1pWx,Mlg/FImm VsxJUa y*3 'm3yF?dWҳ9m3t5tټZ@x!ph`e 2PTUy'V4> pqT@dbw4Vo?(Dky0uUt9;m˖^ Z?s1[Wb;\$a?ݡVx$Z!O5#0wӞA2xPQZN(ԧHe>?9!һm5J6%?׸VtZLgS'K,8 g` W mF]N @[FqI"\kѼx]VQ;WVB3IPOBhu^לW[(Wh:C[6c<xÖf4ڙqޡ.S{sPY"O /+z@1#C0deq|Zn^K la4x6_VC41Gg#Ww!#d+';[Zg.=lܭfVowMZw0RHrdrnT"`k=G9hn7tL8yHQdH8 o=N1 8-kC8ikdRMS/jPU'eEAg.;N ]Zx5? Ew Td$m! W! ӚWCx$r5κx!ԱTHnd7)#=` ;BiR"ع$C%wJ$A+|H]ScڙpO`÷{ e*f!AXYM\!ClM?'ӮW`hͩqFpjKM'̴̛򆩂3cfLl%}DY8yѮ[F,WZBxZEIQ(0 KlŮ4`j$fdexCA8p;.L'!,oSOCw@i'n`Ұzo)T3'Q˥B37p{Tj"!)嘁%-xcQ,v>;W({ԃ{4 _[O5}D"-ev+?XLm(7zCt ۂDǦPc%6^]2tdCLU|tWuH',T20;a! @㲾VR*pRW,A-O5/ڙ$:|vG.>[j~< yKit50o[LL[~ 죙Xǃ xlǥų.ӑEu%B<"q,:H ~۱=9,j%mH_|@Te 57jU+{ly&XN):sW2)7UfW?kD0hbTy{VPޖ]mlgZX0N0,>=ZiΎ{l__HMuۆ |wUV5 >$Tt=̪alt!16t0:|NT9yn F-l "F$F6p%)HSVzZSe>T >|19WD x* X:wwoO>Y$Q/bZ,ʶ"Rp&g?+;Wȹ;*(p),!RGqak7K8D v4AޔI: N[mb9*^',!z+hrR\'H5R590@g|W$剛QZ /9vJ@$Raew#3V$S0|1薉t.(;A "+LhT%yIo9=ϐ-A(P?ލ!y%ܩjvxo^auI,Λw:kla&/crn>uZLGg9Vmű =E4,t|k^[]\ʴ*@mC\@,@l9*.e 9L1bXʔno=f[f~D"~M j=XӊS,wJ>*LJTe ts#Jދl3EH$cjmwLT"'2UL*U=tY,=W|R'rv' UHI})7Hk #+˖N}ȉSȦ?G<s"=)e@ sٴ dx]+F})30B~jY8N~r7AӹRʬ{*2mXȗnɥ^>Z)}" ǝU<bohS;KDw#Z<-@=F+mWoCeWo߂ iNR7v]@lx٤3Fځ {8vȘܔ8%㟼|]oKp,n fLst GØ}C|#_ y FsNVW;]JL퇾\*CruSxO3\73ӉSFcI"VPJ./vŐ01%\{Uݝ@l-qTCv?aoNREkdk#i_UMJtw%FŇ[jV5 ngp +c<.3%W8iK$$*F5ҸęZ/ e(%nRA3Z~F ?j)$ 8@ *+{fT*QTU 6F8LL[ǃQU*4*gX ؝ ^mB޸o)+l8pōU=혳E(Bg•b;lut%L:XA?=d㴠g'#oTs3/=!utC:r+ E?ǶD˱AEܲdrGs=qeY zTK=BIh1:x;'4 6[5no<"F轴O1s锿De,u3æN{x:p-guʣlAƈB4Ef;Ab ;y&J%/aӽa :B$9œvw2@ΧAΡ5s8qv {m[eN?ˈ$OGR}b}l8;ё)σ^,l1)&j_@਼$!\x3yA܀^֕! +2#6½(? {ZgO>4yjF7R`=|] lZ1b/P lvكWicpL]]TZ7Z T#07/"=06GiGOu} Mf!S5:佳uvid$y(F:3Hh ?zвr&KylI Sh}qS9WN}#8gC0h(۶눇 Ҏ cLc+<(_@Mkc~x¤DWw`c7nȞ%-ہKuoK\/ e)p# G*hfC +Ml=b?J>!E~4Hœ) }*>Gl㚟'!J(~SCNAYt#i%ŒkXa]6nWnJL2UžJL[Nd>K*MWQO#ê{R!$6 (ejҹ!!dR>'_i*ĠLlNQuĞ]na*8`4r\M~_m 0]Z+[găh5ٷ¹oltmOウsy',\=yBm1(-cc>mk̓ZL3^Fa|k G9_/ÊԱ&T:f;b.R72<3#)p1#NwU(c8Uޥ2xۈ&X`A1.l=Opь­x73{f>&ӕZSKN!ɝʖ1t` 8 %c[25js E;Av}K.O] 7/i$UJ*ŀqxJ+fygB9t0_߼KWۜ fR-Sn:ĭC[ʻ <Yr8SIYɒTE9}GMvǗ~q6ʦ[f4֕M׮"Y1`"-0 ߩBd÷;9A9:j/y~|]-=,kaP*YIWc58'ITA gP [o%G+= I- =(1&v70b|)C? CgEa9h>~!(_M cGg LƵ[J$|YɦhlgfNqoC%mYcsRy\(YftSgE0vKSb NU3CVw,zJg3wN;\A-v>7X\m.VnѯWa2v͵1+mZ%D+z8@;7 Vl3FXA6j8'N~`!B=RVEN ͎l kVQGP'ٵU塁V{  5c{V|ӯ bw w(ai,)Q" DQN/PkUI:"jYl")iz8Of,eČ.H%SAI6ykr9JQQӝAA5whTs'u8y03T&b'ht3ٕ?0s@3B:0~R½_:WfIL<-ceì:hdmX6$,\ 0R iTä*w&@-4L'ܮ""mt_6 'ި@. {rU!@:rl_Q%W!BChAE.o$ټ(Heݲ&ԕRF%-~'HV$P'"6a*%4#}█5B>wHo_ |zmKI$y9W@ 5}ҫ7HH2m7r9tkT~ 'ڴueicx3#k)d$=A޴~b-LΕ(k^} Wr2-+ 'QVx|R]jw f\%Ùz ſ-i}n?F'Zbk;(2(Vl!9lh jw XxT@xF|we\dNԠ۩B:; t߫Gt e +Tx}M={x lHJ[/"Gbh\D"a!ƍ_Bd'ڦa#r-aS[خUNp㟔JCGֆ͟5`EG6Q'؟I(^zUJkNh%I?ζghA3%h*NKoc9.p\ЦsIcUuOAjލ-KLpYEgFUJ)|T8P0Axo;>kzdãn[hȎ\gxy9$B5+׮! 33tɣq@ء)å|Wtj5g%Zw툙C$Ne(Z@Eav.*ZL A[[EVp?.k0EN"ȮR w2牬!03KVAPKqmAǒq3ٔkzZ{NBNpIk,+7ĕSJňykTAN*9mEiSabs(r<&yFV&Gnfʙ5.k| a4Zѽ34@ql:[C@& 0i)ⱥ!Sb=d)@s%sbԻ]VTu‚oGwCz)a7sǫ ;.lh E/ b~_FD>wkt#@04D|+Ӧs~v; >D;t`.DŦ`yH;t$6Q Q=1-GaG\C$ rfA+)2x<*fɓ']<6 ͇h\|?SAim1RУ̳gjov® S4.ĒOa5ڐkk}ua$D J?R{$֨^¨+L ;HN[|Rvsa1~Pg-2Pw+xy˝1ĝ,dLꔱ|iaSA@81M!GΜ7.'HA|ӚLWwxW}~ In@Z R=me=$QWVBN+4=]a_~Ō`; *zjF\<@,gP‘$4gac8;(.kݸr yYv)ZP[Ng=)m}ܿszp'A4lpر`fK# # #2(X^82cEH2[~ +MAyU[VHKs=<W #[_ Dx5Q[ѸD(`İ:x@)0xM'%[a8VُIN 2a-"+Rj3 N0U<ß8?>p5asNYQ;ug# +sqvGIa֩r1峭t%eJk̿4)/ATV!KvT2{_`ui<,LJǥ+Bcᑃ ܄V!~{k8?8#NkVT)y<"'8 rjdZ< 7t2hBY:417'kؘQruo?hHW ],%Ks}4bZw(ZΰHt6ui2LѼm%gT3DXy8Qr,!)rpx.=Bٿ>!JM\d/ɏ2`k% TM40`c"Vbfo<'qgRb1P/7OXJbCޖq@ uRЛ i7GtǦhl{bV?}8f_췌_|gn VT]e MzqTO/𴺏6&p6k FRwm x3[K9yh8-o)Uow'GAhvzw)sX;A}bHg$?5sD\?a^ Nt?ar:%1 _!8(tb.(vШC6m5zȞB%tyzם vވ)^d8Dc ٨u'<>(?'~7rdUaC6nۯ*&g\3/ } D>ų7_L\XaЯ(~SܨqvN$}/~gѺ0s}y]e` T3 %|FN9J]t@'80GO.Ƌ 9;w 㭄fK@t*ݰo1;?+ <%8h=[ڭZ3`w$DU1ӝQ@(?賃]&^2wۿ8pDb 3u?m/.V/ ˡncO|mqDaKoiQ+ss?$%G9y٣יԜyb>H" Bxl *ah}G|U0P M໫GrsCRirQFe* [j6Oe:hu>kSʐWpŘ[cp i8c_dK$pXJ谫NܦN%i5't(''R@(LaOYH"G뜭A!!2I3џNt",ktͧKABM72`# %nXu;{ %^`$}CUoZǍ5uz25i-ک1p_[Ф7PS_ "U\jr[WI\Z2C$- OdZZ'&0jK!P5ܺ"vaz~EwAQ-1 bjxC~f:gTK˂v0&mi4fgLPGM &w2#7Te>n\-8bJ;7LmnCb$>Cpv1Ll&`CFrOz$` ugxiFN:A>{ͭʅ]Mާ^տ-+vH-ӀF $;Μ UB% b`"4!Qʰߞz?2 R$ߜW4KUwzqS|ڍygPͨu[ ϻ Tm lյSG7:;65;UX_03iQxqw:ĹkXU ]WE||`N,4{%r{5ecgeA 5 yov[W9E@coKWrSDmEJF'O8V_4G efsz?_*с9S(SLpY/ٯQiu8$DԪ@|| 葼]B2P7B) '4  ~or&/:9)j [x핱t2<@RDzخޮB:Ig9{j`zthQCS#ɫu7}隦igfER1e_-tba=2.X>udPP>nDjshcHό#V3_RUǍDw8p\S8.7CGq-π* B`}("^$9Ks d9׀kN ^d `Vq_gr"]cJY!B?w4kӧؤY҂Fd=U# n}8*0J!5R_9Fl e/\v'յY7TfJX'K{lSKl>7GӰ |J` 6z/|cg89ЯqJHn 9l)s`kcZZ?,4E[0Pc\;o 67tμ 9MH6u`ͺ>|rQz!  EMd\< b79&m$hDt.EKw6σi̓PR0鯎:J.F"%UӾӼ $}='Cf_W6PSIR%`A0NO Lm aE)!HS ӏgeщr XNO`|aZiVZL457[l?:c"o:mD^RBhEG#ϸcV>wa͕cJJFd:20DXt_|n Q?`)n K=qM0b9Gɦ|+Z㚛66 YŘ䜥d7?,}{$OH| "{|;9Cj!;nF5X`kouyN+0o<..8oVA3.Sq#,5f'Vt}I`/J]s*CԦ] mNF<"t)@&.TiQj7Jms̚;XJ~?NU @Yrk%df/^s*9_:=eYrЧ GRqieP=t'V'CXrO XVhHD5BB2X Qj~'1w [p:"~~eŝcfgA\v#LdsߕҀWR. 9Nn\S,Ċ0+tJ,8MĒ}_&kc7,M6p OybZO1Dfvj+j,˾cAD76 *AV]JfԺ @l{=UObC:w&H + ~ّ>X.?&tW K(%ӳOyW*Yӂ/3fRcA}W*Xznn64C㴬\^li?LS&34ȡ ]B?7両fScu5;V0+df/)4f)d< kDv7~@`5ZgQbOc>Dۄps2IQV}{% 傹i2(Ų=g.d s̖XPHט$ۨ`)L,ƣHSY:m .8\^֐%UaaR:ܰ,wNٸ1z}Ȣç$c9:e&6@ȷONwIG5=ATm`zHi>D2 1d76ҧp۽!zsg8_RsØQ{|9yt-r}a[;XJ DaN"Dw݄a~Ujjt/[}P |p塛;|\_Fg/.x4Vdѡ&GRLCX>6(KAJ, G3,ۏ:ڒ{%uC@^4t>VS 9J[$sy;xvI29hVl^T7%Gw.j\Cg$ضΛ rN4l}vӐ ?aX<ː{ Ӂ¢ t tR¢󫔆x)R ;V#qJ,~'~!H UR= #o11w'd$Ln՗=M 6S3y[n@@뺞%[auM)먑iPn^\!xW3:Uk/,vbs\Rcp,tI.ѧ-v"u(ڢT\5+(3ug>Iu a Jv2Wi9V0)fNr0&ՎxyLhb4M0fْ;ʱU9ԫ*>r@::$&lO 5?:d]J=ou 8Ue j\f$X4 ?K9QX:ALN;dZIvfZzu42䢍֫U[T O gHbI/PY'KFmx+$_qqR q=Sfzia#hP"q%mt}xG yI[A%(5\AJ1 lDՋP󁻱 }mj7x[h5~4YOFU(Z~nQX'J-8; 0@ BπE cMϾ*lLqi,} e;G55?64COJ~(>h\gtJ6HbQAeߖz~9ƧOƲٱdHV`hiqb@(聸j<} \VprI!rWO(JEqiP6; Sjh\A_?Δ10(IiɅ1Phj&#m^ =i/8Er3qʁ>I􄍴Xߐ;!DlfI}>;F0~O]<gk`p "n{ņ$LhY3!$!{!N`qsp_vTk|+B1ZǕ/xRn-X "n9-67eRA]pz>~Hcˇtx?x\({wx]y>tfU {RmKA v OM`>s[58ת{;Әq2L#va_4aMBv2X"ϗ||d!= %p 2B|Ĺ"u!n^TBr 4قrt4<98L; apmFi-3f9g|\g *׺pƶD")|h_;;Yh eV g Žݯuf8!\ T-z‰[MMJFU?+'0>MmC2S^Oʃ41Ž_y6KSH˒|WF= ȇ-䅠7SLڡ7W~9؄qwICx^XBeb8LȆ~=ދe,\ <$A8!ag)&óᵕ o)d82$E{寷nd-6"?V7y=@8ui 4 18TKQw9C 5mu-)9S$ķlմ%24*?lN`RތՔRs19ğE#M|^M@(Xwp(-(2̡vkĭ_-BB3Υ'f ʲxF`cBf񷧮nIi&N>jnk[l{#DnTCV [..p$s-'w=I˽P99&ǰ,"̬p W[yeבxv  k: h5k U  303dMW $%[1kֶ0mz!"Z/xn.ȋs—-='Ar"fS <9I+VC k"-3{ɋcC^һ\?ȅ:8P WtY1XQ:)vz3,IN,v+ˆ,u!DPɝ5 Sa,L,ˏq+>7Nmrl<2xqA!@N R6rotw;_M)ܡ}3jG$ J{g)qr_ʇ|zǥ˝bE7P?s!q8o1ڈ{\F:H!C=jw U5vyne ^?;pʲl)sPsQ8 (}sq2\&@wL <сJL`ns_MUQD0 Y>UK'zߘ^Ԗ#e$Ǖ̗>{Hne&Qg <O?5rKvčb|9`*DF$5J!diA5mQ#Cә_[|DpP"OWIb-qMW! .֖?NfSGަRxKW?rTcad2Ծ6 rz. ŬSb &fBwO@G42x0k'&Hgb1(Bp]_grDMy[" Y#P3L`B,o* gJ>*=ɓֈ]A.@Z&-Sg>X<Ie/d]9s,5B_u@aH%5ܦ] gdrPlbeewx|Yϝ%b@7v< 1M r3^3.^>!XP^ nAKN<ʐ\Ϊ4| LCl&:= N<õh6vt c{M0%PvZHIQ0.r֨e\"Zϴ! ,]S~)}k;;5 /moT!Iҵ>7)>. 0vsx\$xA>wƺ)=(y,%pnQʃiwԑ1vK9KQ) +|hS@tէh/f  =fG'e#Sms"Itg C۟W~Y "Cn`M|mlly;x\i>&7!A%voSw%F[ԹͱYu_Y< a֫>e[}#ߪ=JB Www7e[ hku"7D@Se6&x\ ~OQz)W8ݩō~0)bm nC+@Y]Xz}Ip፸6KLj/E'@D@{0cČqnX))ܥ4moz|ǶFXOv9Jc%lQ*f+Qʸ$.Ri4\$?=8k=1(hQ6,v{Ӂl0Q;~Ցk.#ПoTS*dM3J9Uv~W, o"T[^WŮ٦;9`Rw\G-#ewB}'b <]34_ٝ\1Za N7gW5<خ#M, >mM6b - PU48\+*q-Klr6+Ju#Q*A?`o5FOP|G8 +e ݄5!-C*:.`.zP,삼aW7j jZ@>򞊳xoҳbV)P8ddixEL [C 1a\l@ X<[ BƮR7N"L(26-ZQFVtߋ;mw%k!so>NTC?%#A/.Y+%{LM1(gzd$B .)iaX*4:Y9ɫ@ŕz̶Ň򉬗$0P1h))"PBh0_|%&+la0

Z6j"ݬF&,:4{ -ՅDy? cY܌_v3Un/Kxۿj.%2qCkgx>pMPDq @1A>m~TA!}˨n}^r uJnFy4K3Nbs3OV>k,ˍ]f./)!"Gr$Ήf,̐k<)\og9[Nmp-{Z eQis9/0 :liKҲ ?YgK6g9廕~vUV%i_x߿z }ݳ};_pa obό)5wډCrKq& )F:Ke]¸Տ=bUV-NMc׼ͺCdݽQ,] 4*'^hOj}%ȡK֖RP;ܝwLX(dbT lg NVC:?}HOhVz5~D#**fe[?4(]w OGڐh 8[ ?,Y @)}˧eR9" kϝ~|~mAcm5wPhHW@g'yU+FOCg"GP#::d6 bl'BIQM3Zz(3$% 9q /I';w#qx٩iL0M9sY})k8q?J^e[t1ɺ{\pDt$YxprbEx\MÞ8yc ?8˓nO-RYi(@r釽;S+UJ] wO|{W; c۶1[ͥUWu1E6ϗ('>է5O VE)P*\'&6wCc0/NBo(ɯ;hZ*qO!,:_Y}h` &7i=I9BQ%! )p SRZB(\=Y7$˪sAJzAӏ8t2'h[n%%N?^o2Sd,QtTreojzw btr!Hߊy/4&{BW`vDxˍ!"sL|G=IcU\աִD~Uw…{0wmF^}{vx5PvȭוqhyM eP-џ:U_Ve5UboU@K0՞(cլ s%#DMAiu dV6o /$o(dA+Soڟ9Dv촽:Vg1QOS#VPe<~bFeJ#lFX=CS \mC.AlqjpIf߬vWH',r(?!̴7Mi~R|54!l]~_ 鿪y"I֛ UTwrVcF>v59 M d4j Q“F==Aյt@ _A=*pNmeKt T'd=.\q_lKBoeip7DM 2eӵWfN~J818qTyh@s#fa\vL{ڌpͻDcXgyycsdt x JE3b.A,hΛPwPvf‚SDvL+;;:~D,Srέetr4WECݕ謗㳇4ufNck' tlv*o]vVw4BϺ- m@'&F~ՌɅ{yaZ_Y<{A57^a6p'ų&eyJ[=Kcwx&W樌20S[*{P #H_#4z̧Ļüa$_W& rlyPvҪC+Rk/S<|r4*:;f2ab9'ql/h&b@&pT ju-mLUU SrB?!gFA8YqZ÷ O Ԩ[Rʕ\YK3䇭* VCVS/#^@ӁNxjWN-s`JvVhZs']ԷrKU~р@y#jf|6GERFaU^XMy@.a t?FkoioHI+~NQ*Y8/E|(ŵ:#DC5l\] iC%0`3 +g܊.v$zK=`ȅ+r6f3|`IO.SApӪ\>G#i6eFfE5Z:]'V@pѪ}=9WsPQߞK~׬t]b|DAe7ΤɄEoW߲>HU9;%*H7xU|iX6 ݩD["Vzi1P(}c%_t;rx{8F4ͷ˜֥@ad%Pa/O\pHu^ے7MdGW٣Zڱ8pBJNeϝ~ |,&Ym,c#yxS@y^F^J=Oƒ9'm싲m>7\ -S P=SKJ%¡ԝ^#@WXCcսDIbȍt&8TQB{/.bTP{fIL-L-+?G(D;cGE _hx!A԰yw>@b|arEu*4uC^E~,v`v f"tH.4?JA;98(ʟ좊0ck6݋g ҩ̡ S:(QѝGGJ[.{)hdMI'$Jq1[1ƸuׅM*T@ ]7+Y`H0g]n?_g_&@2͹7Լg`3ޒv_$c|GT3!";,O{u$ik )ei?MxX޿{7 6eSoAgF\#;^,Zg4@<u!Lg@hȉxHu=:EJ 1EWJsU_d qΆUtI^eq?+ RYn&'Grx$.;=Y|_sԝ)H_Gtްt<$V" WAq*+086Xy8!ڀjTQK#% n;CΦkʼJ iw[Y^Ӫ!\vt|8Ӈ;ŗc+\]*йugu݈^ TgM Fmk@_PDV +ؚE.M_d}dSbֶ<Th%H'o^ݽӧ,)UAӨfSɷJ*C#2XNY_n.2}ӄs#b DpU1 {#XߐO^њH(/u\bcx#u[ ?1oϠհk݁vyԜ'݇" YZ