libMagick++-devel-7.0.7.34-150200.10.39.1 >  A c٧p9|$ \{6K qܩ1[L,쇯#~ b[uM%S$k6Gb3ňh;UCPM^q d7?Npڿ ԩJN !E p v^3#,WU TfBY#b̶݇ȳ`fa& }igܣMVO*s^џ =*I^E._OS{^0f\Enraj{RC~r,bbde065d5d6c1d0434f9af7f968ef3bad06411294c971d696e440986c1d6693015054547ab5a44c1b3ca31572fd400dc8115a6d4$c٧p9|v [jƬUřK>2pTrVS=BA-`fx)3TʶPƑko'୐,je~YAu^gCW3Mod ?*LSel˰Ro?uJu9 xj8}͂;.-C!D%ZSVW vr0tp|%D ?H;<\{":|.a^ }1E6BF`yb P>p>?d , ^PT`d}  ** * \* * n* *t*F*D*L t G (v89: MF֩G*Hh*I*X<YL\؈*]0*^ bcܿdEeJfMlOud*v w*xߜ*yDz`ptzClibMagick++-devel7.0.7.34150200.10.39.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.cibs-arm-6SUSE Linux Enterprise 15SUSE LLC ImageMagickhttps://www.suse.com/Development/Libraries/C and C++http://www.imagemagick.orglinuxaarch64 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.ibs-arm-6 1662703903  !"#$%&'()*7.0.7.34-150200.10.39.17.0.7.34-150200.10.39.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:25859/SUSE_SLE-15-SP2_Update/c490a8c68cb04f9d724a116d81dc86fb-ImageMagick.SUSE_SLE-15-SP2_Updatecpioxz5aarch64-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)RPRRPRRfDic9c_kutf-8fb575453f24df7860d1f55110c84569abf1ec42ad423e1ca72adb66beb758269? 7zXZ !t/@] crv9w٬-5kpowrHaO K瓯¼ռap6K=cc/P|n`yn.|97?>IxSYMdqY԰ܘ㥧RRچiݡXobH 8T)}v =olIY\F Ѧ)CSr|(Spa[:4$a/`%o)# &)4(;U#kR>qQVLrWn/^/!{=4 G"קX7_֎A%<Ѹ#UgUvGYXM#P$4i"vz9t,gPϝkh}C6ߧpaDQ=2:?``S؜IBc) (M֐eM)'B~5. $V𝞓C+p7/c~H>Tr{ dsHk Љ,N#}u >>I$y ]Bq 7}Ui?={M ϳUhb,fZ<![`ۥTe;ȀE"-鏅_T )x?l'nfQypj|tRM6PO)#^LldY 4iҨmȜZ."H~M$ߤ#IPnf7$8lп'nUTxm̗_e $)rD'ppum ܂fjrf $JĿ@[[ k/4x, :m= z @(I1tK=8&m(іz1:,ͻ>li^p2Me*Rz=DortX :ֽϚE@ M!ܢqT@yJFx#JW i&ӏ 5DO B4C*U90E>i㡍^&4J/k$_8L DH2mBnQF7WEъ}cs{8W)RuW ?1tL{UQUS@]6 8?7[o('A'3T7nP-o`wsҖh3z F'ONxI7.UYQDv A2'NUWW7gH;Wע~ݺ|}3c\DZ_U@BQ9H١wc>ԋ*2ٍw}Qx7:"vI5q؈~v6Nyy϶Z?(:XxM0/Ppd?f|m+3?NӶBu'A"TA ZOtZ F晊`7sBT׍?"l٠C ʫ5.E^8J"A6-+C6ΕN1 ^0EO\is0Vu6Նfv m I7#_5Bf `y2Q1d}'BwA u6oDf2&w63ұOȏ3Tq2uVEnYr*1I5W]jpH1ozxv gt,VfR⮣O0͍`f7Cá= #}|w|: ^9e =_c%iL˨2FH%T@;zxʁč,3zUN4DCT,''Aqg ^hh" H*)k-WYڊ1ZfR`׊A_|KPt->%O7)?gͤ7Eevv2 D0R*`M<RS5&"6Q w17UPYT)!qԺ^B? >my@Goc?TlOE_ZpC m2 ד%8/u1u~I6E"ڽpT*3\v$u\ɈcLZ'Z.qGKF_k'*O'opHX{N&tVm zNV2ZQ=Y.a aRn)D N0ӥ-G5\/1y[+thp q. 1uJs֓>3\. ClюՇij9rYVc쫗aхQY,iy꟝KU"l$l%RNE? n,˩,.͹VQ*2neucZU6_vsJ. @)bXaX3jE~W6RBKQ>{ (Eiz &;KATּgLa 9<$!=Nn |V<+"^γcFNkNZZˌ"o_<'<7Ib1 v=ڋwc~d||k6CCkch<:{ |tz+!Czb8wǜ/~*]\<^F3+6$ixm6HC1@_k p8wghlk8YYe\Tʅ䶆&ED4?o.29F_|zݑ8oUuc_=i:#? _LVܱ/p_>P,CPQrrmdBԱu4<^FY4MuV]8ӉqؒmF5$t+~2d|8QcJz+M3߷#3>pm "&ڦ @Rm{8I ݞ \%K.ǵ41[DL|eRWkNOm;&4QZߌ2GĀUDty^%~dSAݑ+)ۿ%>2Mٞ(6;kd|)R|ݧXK1߂=AtdOAU0$L̋XF]@x xs;Y@oOxx`~kٌsP} $JDy7VMQ1յe ;ߗfK<5}[wG5`N@8&G,׮{ d0680֣g[;΃A)F66Ughu,M@!<&",S8$[:&V9N"t Up`X~& wȞQ*Hϯu6]S%.~B,GY!}3N/C4}%ϔ% ԊxD6|Inh9pL|܌>z%;րp^̈́о}|>! /RIztKto^*tTXYdڮRBo߆9d1JSF[Zb<׃s'E=<q_lR%WmqVHkFojDp6R($!=흉20Vn6.P9SK:_!o>I nu9pˉ{6R<(~p`hb0Vt@>܎cA1TnyB/#Xx'0}zNL'V0t 2:</ Lb x`zH휌2FpDIU{KM!'9g5ڬp% 0'̄B0;̱Y={84PF▂!wnɘV.`-H\4㮱cDmDpDm'ѷjĜV۪6yJ2~ ,bckg%*:M.6VKJne).QۆCc2 "-eVn B"YB/zy}MJ\G漍ئl>mx`*o9TT+zr'灓p!S&AcviJ^si`֏qB@#Dx KO_ؕǢZ4! Q9+Wi=1 Py EA VEz%VTm!>Ƚg5IIЀHSyZSfK0zQvN_:rXx.Yj@!0PYD0PYӻˑΞgݸ #ZY!=f 1eCo?H~2d$uN o%rY(7%Ѩw8څӪ  $J1Ssd/r3ϱ)j}CJ߲Eo0uo oG-֙;"{Ɓ"h_Pp~˓%Woc ,i.GTMȴB{of{XΝT#waaQ'6!a_`,~v rg.9Np& Y JfWdtw z\dhThs"t?8ʮ9A{y tOq#MJB>D $o[x+,kc0_~D˜ +u39 CVa؞vyzp;JX3ϊzFC\86'>/ ؿxNaY/( (qJxj^Y'p3b*vra#O*biXri}ZSe,kpe pd[5]dZNye7/xj\AT!l@9 qE* 206t Qd*J[gO&Ѥˢ:tD: •{.u(P1mg%h%Iɺ{ }SGa3 !I^^71amW*dI lΜFkwI3*]cCz,vNL,%SjM`Xo0Z*wd^ծWFeD2MA]ߓ-~#6v2iƃ7EzEr`c˒ML]Iholl,)p"#-wM (L<kيlu\م##h0e+: "O#mh"tVq|D<)_Jr^1Fp]atfVx|SgM~$dvkuP?F=*ץ"qkfYA9o ggAn-z;BZꗌz0VMFHR vrvRΕK:ຄQY{jA@^DBA,jSY\\{v3*.ZƸ: ~xao2\QþRس?,&ùy5P?2:_;hbE>>=rl)_RիSW|i96-nί[C`}R$9Gos2 "D7t/Er``FO:'mJf~r]\YNA,8y'OHMk\$*荥e߃rrDJ8a dD)ҪHDD5EKbqdN5ͨ863@ɾ>/(qfOWh-7i]r$QW ~նuLks6J{)ju*[+ e40%xe= 3RO5冷oTۦyM[AqPP˱`kAF,ͺ8  5/7w^ "͙tiR(6<6<4 Zu^3#ٌɼS /X^|s䎸d5eSkx&yqvsa.΢HJF՟&'h`wg+8Yo#f̳ZwHndL_2ZYZ]3N>SǀmV7YI`քc0 :Me.Jsā)Qa^N'S<ەkH4 3jT32RyLB!TgS,3\vKpJ`- RMถ\8VgV ;'(f7`%2DmeK]-T+!?|R(.$, |ħhzpUem%\K*p1- ,81\%+ZFDڀ(5 LBw?+c0K:eGQjhSJ`@,SCt wX/N`Ff-M)fp҇Eg%Լ G6٦uib-퇢u1jREnL*%ܔ0Htn_CcIY ex5ei'{<{Rܰm1rּM(YlHĉA"\{p5jp1ȱuEҖpTDiʅU*pHXplɴۄbTuv.!MBii!eGS>GS~˜kE#bI#oeaUvsZgE,;U«EFN$;͏z_GCb#N-$[!^G(=el!yRG&A6K·~kc7nl!P0#ͭpn8 @dD4\ɼbhL*&ry&S|MYA_{V1B.k!HNEB.[U;孟ر‡#$ku[T78a&QS7 nZLYɧ7g?@$/̯ ٌ;0{x + X۪kUPrRΔ'{-b) (ɏ.CܐezȜ".C5ܞ[.2nk元GI/M||8}xC[4~"ŇcahpSQaܙIPؿŀuN'MθubtNs sq%0vpZnNl[@ᰞUg ?@wgY&aɋ 6Y[Tkt!?ל_xY?ҊY\mYfV,0YFֽ2Y^n#ጡ~Pmj8¤YPym!^  1!->! qh _~{P'â}^}Gj 1kny-M:\AZŖ˞ *?zn$3t>F(Zxtsrӡl_Qi@x +RȹN홴7pD<^u4@qrϒl)+-4VAQ}hp([mrgBjf5Mѷ/;ܡgÞ%KCahMcrDĄG*(943Ԋu\pOxrk,1,F.j,[(-p/q熽D5 pŷ/#oڞI:hӳ N*Z"~^F궗>v7gWTFl:.>ۼWo!҈@0Q!Gm֦ +l.s.%}ߐ1#*;r]&+T뙪lO"v (!A Vsˬ6<2jkom}$AOWsGt϶k O!n~[8@&4ǚͨ"Kπ 3r6/ivmI{aG 370ED`-ojChXVN=i)D=qdj11hÌBrU9%^W1u2b=EXk85&q;6Wn'L5bĄ-NFaݪi}& :..[TYJA_2t3,1ݫ>$Rr wO+bAR?Jh%u]1'Q#0ia`/-ϿBM=lKۨ Y_!Wg1cީ0s}w&"`[ak|3ǣ*(&fE}F \/Edz6][KXvNUQwS-  cBh0qP0 r)5Ih$8^;O>E+m)5d3O1lI"C]I!p 6HoϠp\0W@N\rj vbLEXRi\`7r׎v':;1@ԆW>tq!&JX{R*qDŢ(K䁲M!ѷ*Cir(g!Cb*ށBD>Ô#FHs("ļ´8vI䢿5+u}=ǻ 0N(e=hTOd)n;;zءh.u~Rf2*&f_ۅܖДQݤV}Blao-kgCCZRɥG*,=48 TPGJ|M*yQѽ;,h'˻&VɕUƦ;vHZ 3L?o\R3 Aj"Ef@Eh*,Ɠg*:(?)@GV?5Rv S <+d2]E>?+e;欉I[~lnYBUU$A춛SJlA{ii ;&W9i[?|+ݣ寷S]Hm(uHҺ^f?lο@2HSo%FrM}w@*'N:Z/fm+ѻF!@p{Ѿj)'3oVbxK:NiYUowG< y8fN삋xK@o)rqY7ӣyo . >H@K(dPz)$tjߓ)lUbN|e 㙯UiPIor>&gh%<uEsLkr9Ai$ΈOdLq$ ncdE@@ zKr1^1y_qveCŎo%dN\-%3SF@m2)I|@B+CWqGO'&o(uq(w. SgoB5 (ǩ){K7>?@onBs=׎XH6@LY^lzG X/[ѠQ+#$" q_*#U9PZrV\rc/ity.*ȣES*n'm*-W)go]<7!)~y .]|a/MFHVh\DPm +R ? + +G( (Pbls!Jk}˙Ci: I$d-,uo(7Y=.$ -SbB!(VDDЄTPoLS&Mm/eFϡIc?vcn:E;VNꤰ-b>؆qĪ`N+( Wߠ^WLmI~)jsR3[Xx/bؒtG5^J<\YsQFu*r J |X]Lb%iڅ'[3,Q(vutDO/SۿaC N::5N!@4c_=)ZqƑ:Ehߘ"AD;%A } ;#dv5,'Z Q{Iy0|UKF1>ڼȒ6]]gʹ=Ww rjݸ t 0 5rK!ZVAo!scI$,= /)1<^4$ w{TUQ{ J ,Y:QQz~|ψ7Dr8d)J~:qoQmos I/r2ˢ$3LǗt3rW]*YOޏVE@oLSǵ WbRrDq2)(^-˟]F7|Quw+e/䯒0I;ĝo$:&M%Q_LDכ_:N*<~{޺mH';_{罧kF쒯Ai? ]LvaWt-MQm9!yՄoj_&K=k @ $>T6#g獵MB'$ZC"bNsZM9WVƏ+p1d mJcR 棾D+(s$*+-eʛj_jQ{R'7q<;>rK^yN%J#1ʖ>nt%k1vP5x / rKX#+̿~lD5!fͪpGV-beHEqVՖ2{63v!WZ2&Z0 Dм҈=nw0m{XWW$@^׿Ho9+*܏(KOĠPi@EzwGTAf'T g:YݍUW}BMfйSgX^/Y-Oh QZC/KNL\eW:ߎ+ ~][z^ iU=6IlǜDQaf׶OWJ+nT~aI. `7E%C6~pqi 1,k?q MO(hNW'W^TK~qlˀT+ DSQ9 "-hG)N!q*"lo}d".B[&.䴔;\̙|MYtڊ %׻0OӪϙ*]%ɭHcIFE-↴^u4*'x"-&_NG#˩~o\-^Zy ^̺{0 $'1d.D4y70mU«&oM[x((/V _A5.~t&=[C$Ҫ阰0ZOӬĂ(Ώ^#)o{}/7UbtJ@Zy;PQȉ݂5g(HFzݘnKȗJ>Nۜ{4Kkb jc]Yfuek-ԾG+,;&ӗv=R}qWazGLQ/Cr_=㩸(E?a)7ZzxKG:wol O~x@r-4R:%;qqQ6$ܨIH,\H ^?~n+}jaB"<"ZI9_"ϯgݲ-F_)XMƇ+1xc_j|Jj9.ɔ,Nr5Y>(J WK 1^Oʒ v{NKB)Έ0ZE8ݜRHb#M)2N5g4|_!8&xâsj2ZN%z&֡%ku7EݿW 5TG1 ymt/B|4~h u'챣TS]2*w, 0[4b-}:؂A?Y.fpOq_ ;%]6$}:A\r'J`ǘhN_ /嫴'TEO,d0|,.gHTW(0WAK+bc!*\wв۽cmgMjx0"̕n#S/Y8"D p̆3")囀O)VLqwZ3m]g0ty:¡4vr3m[R# u9Ґ@JmXi%c-ljN|ˣ M͙排@|qcvuf6HJ p ƍ~ XnKǂr ǹ+4l:7N\N>Dda@lGɺRF{ӒЬ3X;UTg Lj'o%{g8pA!缭hќ؞|I>K$ASC7$%^(=R_dn'lob6ѫ8x5ҦIM1dL*I߾?Npj8-w6m SOd[zo_-^~vd}] #=VxGAʌ;`9n[>}^ <`ܳ3 p:2SgpHe54"CubO?bm \D SCC+!_ěSv0Ynъg_l~qE6 ?"J8 7CطGJ:∷_;MVfARo\ SKO_!.9u: Nůq:1$O]]H\Y׽,WfVo1 fw{]TcHl޴.)L Nhꪆj`o`qUmӧ|T%1nNJux?4F|ڐM%)T ΰ*Ʉw ,ނvG׷ռ\.>#c;!>ry>W -e1n.!e .z< RѱC$5FtSCXIs0 Q^ I˫CRܟi^4vqUBBpiƥjbԄaHpJkn3@vVRva3(lVa;ڥECE_uɓ{,|RU&-g=QY_'\d'TdWE@q K0Tؠ;MkOaU;Lujlx1CBAv/7S:U{T3FϥG\B4L B<'3@e?b :W6ka%y3K@A8\B bKʣ),q\StDŽ]H!Uæ GZb[] ӌK( BM.nBn>;"M,o/t![;f`r̸{RV+O*8{ JFǸ'&<.|:ˣvrxOX ']z3^ASAm+6ıoX`B\h`H.[&P(,[֎ #'\%a["5)ʬ4?BtQ-d6 &[`ʽR<ٞUH}pR8YS%Wx/se]8e]#bX۳UbZK?$h7ڥO|C*x9Nۤ)_ s #鈌K.x,=ŘᲐae.Qp,kP_;{#sڞAՅunlb*QF%RO+lw;yQ6wLU Jp"g؟;9WDq%dv/#ԏ/+)Ar'kNu.{NMV$Sj?%8k}K ? ,)بW!5M0j !&pqX/$ڈkܕeUrD\̚z[yބYũbuG gVcϑk  0&/(u>z5v*VP3 ӤgCNfYۧ]1GPV{+`BxqT3(;ȏh }`cfdNuJxGJ2}0ߚ?:P6d[ |#?ysQ9="z@ ;[20Hx*Àn97d)w;&-PyX6p1 B+<~h,@ƽL:Q\hUSxpPzmn#/50uH yzVv` ~p^A쏶lS ;Gh6F粺'oh}RXrXB80J2#!K$TCL]RQDO"k.eXd I`8e Vq;8\G%U4A( ێGҡ{iIµX1|"jI+ U Ew@ב~1gQUz1i2g~u^2r:Hk/KڻOrE;F^&270k^5ZX`]Al\#x)XB$가엨[ՋݑfG8Ʋ.=F,T6m!1;M:]kN. x%<60DZ| [xc[xHƒ l^M'.8mITIm cAED^J3Ed ңK}pdj` Kd s7*q@8!*u\l,oS#m`7T7rG]_nb"jPޥ`C##A} ϟ 6dɡou"Cɺ(g:ds{_ =X ՠ# &i'̉x?!|t FfefWn˯0RI3.tjDwrqvݨخ?TJ3bl&7۴+r?d,#6chI8g;4Zq2m-PܨQb~aYn)c@)YNHH~.,g=;;!]v]k>>=c cQ99'=e|~oIc4DiK[X5M!\4.J>ٮr L e'$A/saD6曥7A7@dVG *(2(xx!:$4h2RPyXfYEZ)O_PxFQHOs⍥‹I>`O\zs1H;'|9x[_y%MGf9guXRwԜ#//vm+uثJEΜZ7UI W/='J=^慂NRFYx3gc=V2q''m[fUYޘ͊IIB3%<Č;W3ZnH+0߆7|JXž6H}֖bvObS0s%8풺mjj\w:1ka^aǭ`V+d7N)ݡj`]oAgUhzejPDl ,lz"{SQTdTt k9ptcp k>@ hjF:{z֖'Jk: z -b$o&|ZQ0]8|N6.oH?O8~xcQtI%vW 5YjQfaOq\m6]&ue٠eA&}Trcک׊X1Ri -U|^$@BdtcIR \̿Ŧ̋B֪ggמjLXV1p8|8j~{2cYL?hPJsfu Rn`?:š4͏ !(aϩdcn]TWz ԃlf.[bM3^zS]}8,&+ѫNy>9g 2t]H3YR OPú]hsSNI2x13)<O^`>_Ql"E7ʭ y(%=?iEƮާ,}=gSr0Q`]~Qw:}!YAyciy@ٱJfRͽôBFKG>Qʹo5%ȫ63=NJ.ʶ/v%D <;酕87Q% TJl|novՈ[?󼭿;\T[[DCNY (sC5@ʘo=o|\.gjQє).r`<ƚ<9?oҀeQIQ/7FgɤSaD ݯm!2 R7 SD#XRWN7$ 9G٤׭_uGZˈbSmtrT\JЈICλJ5U 0zbDTDzl_w fߘHT=>@ v6-T2 ;N0[UIAj\1@y* w3ȵܴ =J6)ͦX %Ar97у@O]Wly#uPKbo+=V<9Awu-6ySKϜA5?gxh\$֢$V8[KT^kpѬ*8džyjhv sAUb]iwer$w@PvIܨU)bK0Oq<#JZ2.PԠ{}^e~ VGW?$E.V`-Nj {l^W,%Q' 19V/L!S^>m $ͽqosM%~ s8Yi ykIoiA#@^DH߇eTnM8PZXyz< &s1ksatYPa.Uu}aDz"H^ KGP$ALtN 20KI{//$4KSU9Vxα .{G+h಺#?k^%jӿJz5‰8Ǣ 1@P/l7j:t,DXn-đ+szG[rvQXyi'J|xZr۰&=RK$B 8N;Iu% O:;]F;G0V`9[ 8F _4TYJ^E2X# HJ"g0s$&a1N])\ʺL3 %zM ޢ Y1jND:b84L 571ngY@DIl)zRS:o&2 {lk)I~C!=kV/)b?&r(q,H-|7b#&XyyCѡ.e]3JK\)`u&BqǶ&)oP;*lώa]I,XSjꂓȫ٣ Rf3ћLyf4˖a E1p|h7i-과_)=iIgH8D}\ٿ;/rQUs]6$*#KbPI<!iǾ^Dǐ}gb'&|Hg1 3CI=V`,q;a= 6Fw9| ?Q["v1䑯uQmﲪ%;::9dA} {pis/tQ ;O n :ɑԪP{\pw=83R,bU7yo@6bk0!"Fm2w.iu /XH8`KmK(}٫f1z1Ц8l"#=]l(O+Saa,5}I^U6s9.]L S#k\%93cn~`.kp -W-q/]{%FK/jD@BP Yh`ގ4#Q3 ԝZSVYʒIP\İD!/I IQDԉ"ށߣMZC\"5rv(ۼ"iM72L"s sOKH}A=~HP(|=KPO L/.-w=I ̞vK)=-`wpڅM4S ʭ9<1s Ǎaf:u]!)}c˹L[ O{;OQm|hxdi+;gmDxBe~{NfMU~0Xleپ _Ԓ$Dy_d-g\=XDjS: Ut[7I* $)t'6bPX  k.rriF48᠇u5{/\8a~SN q^&?3Tdv 9O)`Fg?BIWX9o;-!8Ch 3Cw{z!G1Yťlv;cw E,3V稗ƨUa.=V>(۟戙tpfzryjTc>[U{XiShW: o~8D 6d;5Mgmꚟd 4 )45b.w:&_jbI">R0ޜ)8<Y%=I>J*NЈK>D0'qn峹 @7=|ifj)țC7 Nli1Y(Dp e $IX@ +Ol1LHsۉqi8@i~k3j3L ("6c),22֏tQVe9V㶬15迾lC{.{z  @/92@i@j7U?a@kL?T)FbJb d()oZTG]GdPgiH`$?6bd^Tp_g:.C*ͫ*1œ㝕ytAqºHBbh`|Q"0:15NxQA@<+Em+N=-ޏk.cW(ved+pfIz]%صҜS0mn3wXnMTSB*0s Zȳ֥?&Tm0oX[ Jl vqhw fR&8À,vbmQbٔ?\׫ǫ_FKi!1\x'MlXS--9@<Ojo騖Lu`ln"1-v:bg~R't;;~`ЊI$w">tl/lެb*z4298T |n)Mp4SE~m hFy2Bx=}w 7وƗ>b)awTjB`ijDKr+Ee zgo8!:Fafw^",hEP1\mn-ˀJo>=ZTfb*&#u#}`Nn/I,7Pj/!Ƌ90GҮAn ڬ"$]N6sHa;lj0l8TFZb7="?r1 O` a^~<Rwnjo*U3d:JFG'Mr"^P]P"fRrm\] O{V?>f\89Kc~{b [_Y>=GPu%I>t6/=h}\^cZX{I29x\FD?J?)d93ux$`$w/}Bx|1uTu|ap)/ui6S]Kz.0 H@ٗ/Yk\[s>SdXؐrr@BfH$MÖds$_`.&\IUىk2ܖWX}yk/UVe7BsutqH Cǖ1i5}Fq=fMqj Pl5n#+q2SH=YzDb=| S_QX!2u=M&1B'= 2֕>GJe֤XkNlxA+X|OkR#cGbb7[?mI;&tiJmJ]ӈ1 BUyE,W)Ƚ>iq5URc*QP]۔\-kOtyc&q#%=`Y_y< pi}Ȁʄ_xkoA?eN]}qM՚ S l 0]br*ZPve]rQB&1/0{q*UqWuf]^>UJ߂3Hxh5 3Q=`XƂ+ gT tq\6_-c\~2:n'ݧ cӅjq~I̠M&|Macx./rSsg5ADү4k0yD{ iqȸq(3^pn]/)jĕRn*s33(x݋lEaVcsME3FxXḴtw).[֑8)wMw7>6KB~ Ĕmj,,^˶Hj"UGH꟰Xdn,^gKn\gܐP#]d?apF/`~UVi2R+ٟ(%&Ik)F(C (/,`h2~@_!l`&ګEՓ*ƽ x̌;I'DeL `QxL^ MN*Qm~U wM][lqPi"ּWĪ}lhæI>EVDo8z*A ua6&  c<^p 5r6D' 4^2$<_E84_kJl87cZ{HgZ?޴9>rg,K{h2?<7rgM;?8MZu *MqΩCu0 ɁQ00IR^P@ԝU}D`5] ^qW,FaG_T.Gc=wJaη,!)ft y]Hֵ3ݑN>cndrzv6_];B+Ju.ޮ<X0$sw8S &,K,24%iews /)n]a0@q nzz}58䋻<&LytcÒ+dV\ 譬+q?]ȩirIeyiŅJI@HTg'Jꡁ?Z ٿ$^Olgun~34Т_' /wLWGB$I^Y R ]*x+?6S7,S5כK_Ujކc;d47?ؽ㋳Rd&^T7(Tlz莏ɻzhYTE!11_|灉 &LK$~!ü0&sdF5ਊ. Fj-rNo=83>ý;$5CXa5lXU]RIgqIXĘH@H B6w#81N3N!]H!B!_R᝙93v P]E]N]O;a1txI|n@|lR[#]= +i 2G> L1폦T ''=9yP nL$ӝ}h0(')I.+狿۔VʃV+2CF4p% HqWqdJNQR=,v9`*L[N,\-=P=XޠVE-+s1t-8 :ZtQUfܾSd2;#H F'盡Yƍ>@4e-|&zLKU rǾFY7Lmcuf^WT96ąNOCBh@ÉgWV6K5љz׷}>p'OK,AHTYS:?k^cͩ>&q78 lQvSۗ+nay|MLB$GW CpY6[6ov4J_B*!I7Q-`$z>%1^(Mჟ4K_\jvKgaE$$I%Zij>ukJ ܫLO`RG~۱׼ Qudmr>罣MO:Q -b54ٝ+໴b}D!-?|pN'[tnC_1=)zYZ}ΖԼ(8ɯ)nId7[)ݿP:y4J܆)ʡcm׌ ?~9cZJ#7r[S );K3 z&k{xIBe .[ojjB% |8Y @Rh(# Dx\炔э:ES ^AV骬% tj!bdJ^rn67?Rh$p^'$3l>tFCbt )I.slyPm#?!aD? ہp찒>4U^-@o\p.VN1ۙ= zZ~BPqЂWٲ d[A6K&gbk0щ©UW)qHO27%qk'@g(⁼^H< ?rPZ{C%T삉* =3 ,#:K'u8Wl`: JΞo@9g ]i! *jYh/=Yp.u4; | B,GJ>OcB_п<43>/)jݦ(fDho3h:FV,߿=Ou%`K SC[X '3`$:h?U:4C K@EgձޛiQ,.[aMJ-{X EIYx%hF&WO`«Ľ]R*Di8~Խ=f$}ʠt},ξyjDx࢟e/(SDqIk܈q + %{$ Ju zTVi*5uV/Hjw!w]j yyLkdb+\WPg*A4lY0 #]v&5뀽]Yywxy"e&/lϴYƸI8Ak0<ɗסE?KTٰo󻮎B˼=1MnWT6n\mwr~ld"SXݲj`F% |A)8G|j>B>肚Fz8i/Z w/!\4{+k1=RM#Ck n~:/t9*PZ\K'b {# .>Ԕi}=5ک1-M )ūbQDo\|N<9ݫe rڣuwƈ1I4r@;1Hj[v+KWeK6߻|&tE"vV_q0:+͟?rJi b4'd'C6B_7w쟕A%DRclnZ͠28P{Uw֋^- ]C]Sih8RsM42&'K\N^rYWgƺ(q.f.mMW=NBd%. lpE: JCD0XA 4-$%Dv6*a>lp+M ]^%½uL4oP³R*"ˌ٣*f0c[]1%%$[zua /fԹ,`Q>yS'Mx-C_=v}* {X7=Дv~"0?j%:?zǎׁM>۵L_C+QqhVJ`Źl 0UGы)|-eDID+x) 1+JdGRLAR+O=̒zp) M> ܰ47Vfݺ A4~K' ĽN>~MһLIFQЛM>{玮S]d$ӽAU*c3V@%CPs)E= .mNbK Gh_VfMH *:Ro4+|>89!CϷ{ Yۮѩ/mߊe7SPk򴾏 $~I+ ];Pg !,|I9y^O'J!wJRK(\y_?V 5rd{o#<RuNO^|Ϋ\x_a?de=\@Ð}[wdHXޜpsb*ؒX E)@gB6b _85QlFĵRcҠSRACN jLj{-jF<6}ǀOm +{=$Yƚ=~r9&kV-BqP1Kk a5i^o//1X0TWS E\ⷁka0Qʚ_f vҝ\ZCͷSTU< :\S}ړ􎛍P&?-O[ 3_+-g[ R9Ld0\ `\\S pr1hu.4)lT:T#&ɒ=Lѹl3,Iwճ:_2`X@4s*#TD NNG B}N)a&)0P+">3 hU$IJ[lM.znOFC5+f7&\S.z ^O}h߶*cKveuDUO!g@wT.!ou.Œ0ɁFAp3f3l:U9T3XtTucdAEU֧mx<% ,v *Ը9 Ue$AU-^>+@]"> F zj`πFS{8Sj7SI' rb9ǓcϨVGCs6%C#;}8 1=5/$G6f0K<3a'))Cй,DZ^#ᰙx5r*8,DRNԿJO[zMv|kT|":AWKZoiu[l58I=FLALġGM-f Oߌ QPmqZH`C68ubhu(NH(gD/H C l98)"\z0!slƉoL8ÇON:򯿾5,uI97G"(UD+8 JeA43Z<㗤| lࡸf=Ō; $YPў7RsTY'0Gƛc^ F [e0nZeyOGėܤ(\epwd{|ae7Yf#~8vVOQljJ _gNe D+jEfϛ Ja鬷@>I-@}j@EB*,dt3 qgxgb\Ï<[XjsH"4,(0FTEhA]DD/ʇekM\s#m.U+].Qβ_Z*mDס}t&9 0A%&AZخ 7Hcis20z4Ae'y+o\ݕqDkx,f0P #c1~Ø:J sZۄe Pv{\DʴE_`oi@9n$s(8nS(洪tg/A97Ru} R `u&;"!@Ʃ5f_-pS:[|i /[$zu $ɋ存XRaFԸ|zH +]ݶkW D9 ۶y+Uȧ`a:v+O!~! C [~6QV;Xst[Ԇ%a'{TY\D0\_COTKsA{0Hqz MJ3=k7TS(Ȫl>?Z~I.cULޥP {.'Hf5(7TW[C[.Y?~pKD$SG>G?4=˟Uii6:ˌ#՜$Ds#iDpW)y~;Adt[=:ww)Z j~2s&? y| PSDd|!Ӡ%ݼEKBM3Hr%.9y 0d)A ئ}vV'3 .:YⳓrPQ)Jlyǡ_2b_փ:rN-[u>rIhd JsLaͣ$e-5'8GK =l>jH(ƛ ާ~ k mp/vЉn pptߵskM)r~_r!iu.v[@5VQvBeykGR.2| 6p[3OW?!UP y( m ;C0H>9ޅ.J9&(NP"vQ6I h&*pfĊC-&P XԾ]>5F"w(sVsJiWXBªz#-x yf m'U9L @G=]}lrAIpKAw>a\ SL%Q?8z-H VEaڞ~BB? WNx~Ł28?94 k|0 F00P`d+P%(Jԅ?ќBaƵw5 jx+ _} 8vbw0zv ŬJ xAO!`"N2{;I„Lbl05 r*[.(}r;Ў}p^XhVZ5Xf3Gغ\R٣h-gy-oҦ>I6(O=qz!.*{eEĻ*tm k_-)9il.ì'rӠ0goW.|HW] 9\(v3׿?ґ2iy3A`I,; vloraŜ."B ğI̜# M V}in#蠨;܊8TVkq bɶgE:Uzed2HRmÃk{t#)Jm_Am3BD2*n`y(٘aĎwOQc"Z# MRA>yI4 ,i}$En_S&(j;gҴN㚠  :( _0P[(XK+Wi rRHn.pywen_e\8 [4 d ש*]*U%Tj5v"qz|0[gK%඼96&dj(ųBa yY'tc!4G?.yP3fQ\F6 qIWfE0pa÷-=@j N O+[^"7G| n:O$o0Z K DoAḫO*Y@C3j6*8_ '[vݾ0!̟d;Bn[F^ ]I4W[3DffVRHCN";_SLcj.dnDÁj1r 8$=`T@<_ʉ\z,§\X۱u1c Av&#g/AֺdprGUeʜ6ߝFKMIN$˻u1;63vW`PXu@@+t lvoqP]%*;h4z:bt*xkUG SF0F0/N!så;dmX3) = .1 ;Tok7+wH;$dw|2G||){9qH ] z"{": >z|߉{i;J86~IaFhnx:ןQ)xd_I& @j!JN>4 7^WŽc\Ym6DAdwUoC+?6l$u@밠(; 0_)mu^t@Oli?4R j:S1iPxM}3ZmTp |A4-Xu `_x1уO1`Ч:#Cu T ZڢnZ;Ub|gC/(9Re0i50r sa@ #2}_ƒ"pr!;T]=ˏ8?@G|^dvF"%-Qiq@7^Hyπz,|_@A$1>>~U𲖠X I$Wݥ|ull:l˦?'~~i$f\S B. )M.:y%YFhuW!P/ L cØ+Nk DM:li6< GAN[>˼[|_Њ ِ?g.PN}Ǽef6;(äXM9"R Q<2\vF_uUTK]VeM;A=ӡ-_gF!#ٓ%1o4|r)HlK}6R؈P6ba>l ܮ@z[RƉʨ#6lZsl<ۓ 0M8ˈwAja RFY966( AjE"4A$m6/GY @nMR PPRJ+f`R6݂B8nOX%rtf "f' @=7xG͆"`$0GGvaL|ŦX&b1;/w#oiш;yG','ҝxxC6N$`硠}É.S_^PBZ<֑KfL$& {in8 K|MwҬRt&`٠λ$.q\om5:_ަkFAl+6R F턡1AוRye&jxaكB A[ڊ^MΖO@/o[&B%uMyAw6j޴Tu&~Hq^&KQinW:| {#E G隒og Il wMw۰iU hᱡ,2q&ܤ lgpwڷ[nAu3;(`bӔ_&RYu7%ȧjd0"g580{;:J*!-x.0)ѐAI!n ):LK?)_eS%l,k`vY%3ٶV] nOuUz(a$}f/7؝˅~!B+L5,=Uh`LꁯԴ51 C;1F\z쇗vޏJi8ͯȭsŊC[X)ulP?flw4h`/t6x:iQa* *E;}(M[O>~rC+⁹!G R(3WQ68m]D>,:r @)WSh:02PR_Z[^Z}fnoӊ-QJ:BE5E>#3));fSOj-hKăxDa%#ߘ)Qxe73,Ng0lFP1= cWfK)!3 Ivc7^N6K% ArG쓮i,} 0}FdnV $2dng"cHg&0-̟tɝDUK哾^&6䣸J`b ¡1PX=e8}Xwۉ(*rqϩkv*K]m&k+L|t?jlAa_ueK?P3VjLcy=gOb|L5h0+nBep?%U鰽T5pcF;=EX5vy'rp$ۖhCô CBxpNZu5N]tr5{՜D٢eDYN_+\v[/iu{|KL>2 HV;/ vBFN$,P磪fuS:ȏZ./pV7E( B{DUWsTjJeMcɃ|ī"1Az͐ޢUղI6' w-.P1 ;kaFDKBB;p&:jyM!h_9+~!u8>X|%Fq)79XDe 6Ћ ‹|zK4xUJRA}ӦN<2^nAvAs q u<|ԩ7_mdlFs[U^mTk/|n 8@bBD^" [3Ҩ٧f~Bj#Tm=7a%@#5Nyk5s?oS0gL7``BjbB9FYtRx–ng!#iȔ/Zz dl%g7^䜡ݠ!Gf'7#y4Rbصp X='o7j=vm;zQG9΋ wn1 %yIm ;oIJ_1|Q9O( `QaJý/t,hat;5`KXYȘf٩LE[ S[_ Jq* 'j \%43GO݂(J-m*G!g@nwt7Cf^-|/DCvպ9Ef.[vb %ay*X8?Pz0#L{Ԉw2rEORyս-bJR%OT^P<6U+_p+(֬fe1;Joa(E~^n />6f2qbPSNz d *KoAHrVi*A PwIyoW'/B *S1"]hQ ;7#%*?1Q2g$8"PĶ\iCmozrޮ;)3gQ:ciݝ[B3>cڦ $ X+u"^ܻ"]*nw@^Aw~~!Q"!Sjdŧ["ͧjP@޴4|X =quÚK {ʋr:hz@8jTVt|Kwħ#{_}H24)JNX!WcG,M(RP_3P v)v?9jr\A"im$m܏gl~gXF"i}"{ Z&~ŭSj0 i.G?V-,ˢ;a,_)VAܠ=h4K**:Ll}4lY+ypȨ- FK~Nr6P=H50|bTu FHHt1.J-:OO`m> d. W 7Wwj6`c=\ȿ{@r&aBF{`%;<|c^/k!9O"1_00ɾ˛DKDIkTڢw֨*FUyDʼm5p>ٜ'b[WW? ąwQeR-K"0xEC`drDV+D !yJT%4o.$pݐ 2 `'Д=$A~U 5.+癃 {sJ~)98>Cވ4c >_|}*y8 өd/A1i\SҎd&UE\&q b3$* RJ1h g)N{AXbsSeN]ړ8L58D\tIY;/2NmҎ+I"z,axl}'Vim:GF"U@Q!~\Eky14!r:/Լ_F-1PH[U.:jto1fj$=.|]RW21GgJnSͭن$h;=Us>p ]: QCq}#]?񐜋 dNۥ+0F(=h8~_yV 6|#LC|R6pP}N`<\m4s>Z\LRgi:aY=M*^KO'iYd(׌jkRWc [D^8=QWmSu\$s5{ WU('ROt@$ܷ᷏ H#c r|Go)긅ֹ[?u[JaTRN.P? |co/g Wl"pMЈ1UheZ?M\{ 1A@1_/iz 'dzeo!&imvZuEm;m( К{gPBZ 0se2uY R=֐Hp^9"t[W/y "r{g"/OYR+8ұkN\)Y80yތك0ч.Jb46 0MdYV4<Ϛ*+Y:Bżo~_8\eb^5'׈woT?;vvt*Y޸/@G{uޙqYӝ=ӯݢh piTo{M$ ZPbꆪv^rDqSdh؝U2}dy=ap_91F. Ÿ/3(d"ckp ZN1ԝgς#,#ྲ/W[ri0-m=k{6BH p!;B>XG OX~u6)6>$f6=\$`4̀"T횪 7פ!Hܿ_Wm@iXI!K.ܶdJ6n#$ȣ >: zgK OOCr|!L+Uʀ0`%:FsyL}2QFPòDv# SBC)ZT(YY6ݼnG:{Tr1 KdZwNwmnqo#(CI]E@za!.B .H=;Kȷ䯗 W+ a@^2g& +9R RXܽ_O_Ғ:5NJ.We_RItìU&/p;h8l3jC}؄,NBGw@F(6rkh蠚9KB!H60sif'CO@J`x/{2(6"l;LGJpjsYUm7c-8L6SKΛxUw6jgYrh k=[ꒆ__Z E*hGk 7%'V覰oL֣$f|65>={7+/{u 䕇Faʌ!?n@R|'gT?==^vPS %56jiK4,44+PБI~>[h_fsw1dd6F!lҴ"&iY{EVWVUސ;C* )F/; qULpz.^HY~kE 9ʘo5&e}V H| H6 -^#G>Bq,@!2m_c JhB_~oNq4`DNE/~6g7J.r>GYR&ƶ# C'Y_96qn%jn` &`^)k('m2Tޱ:c;Kǧ>:x  Olݏv^^+@-FPLAxwh[YR~'V~b`BCޯSQ|yqw Ԣΰz?Ln~j:Bjv"Qc\z<0c/x/䕭k)oJf2!h|6$l B *J6bT=ڷ튆ج~(Hq͐mXAy:7_,̛Jk bvI$^_ 䙩b 9%Aeq?q:?[/dKP-qy u~Mi9'к+W"! ,Y=Ԅ:gpc h|2V\d apicRN`91Ó?f :"CVkG|A5ѿY۫SwJR=Y rHƘ}bD8]9?( Q,8%4 5E#_̭L 4|+F"dbL/;5tI_)N3VLU,8T (ׇxe3^JEj-oA} sftk#vG~wAA1_Kw]HN=|R!fF׍fS9m-m-~qh:2IEH2qgl9l}m=ϾTI6|6G+{Q_xY; Aeq3 Ց]+!L)l UgMO#?Sy36(qT򥒐 ֻg+M9R Svej u6VwD[9#J[$[ '~쉝=ڗ]>; ۞*P(2RMM߮ɟP @ 91QƳ]q;a[!MҶqu7ŀSc@ wY|?ۻxܴR_ۣJOp$Thk ڜ)}NAIgQycH^YuVY-37Vp|˶ bP!|\7ՌW˷vVn |n6䊞՟^;k󬢇5cj_9*U\4g "Sŋ6uLnlce}(P(Q2TOWc8p]oVKfzզ%Q]v٠6h8>PXt[OSjOhV&{\_kݯ-Z_\sBG52U2yM4:Is/=Y3kBToWRV&lЙD)ESNr£ϯcmb|ov醨ś&UD;xǧW.9:yYljCS1y3^c>Kdfx#B hIIJ[3pd')54K}Rx L9>Amֱשڈ^ړ,!T7,i/e9]QŎ?%tU,fkyH6! vWA|{ }Xa(}vK|NsIo;ƺq^M6y~{0?y]^йK #lZ!($[Gvestt؈S&˚n$:ƣviIfkqxIm g LBRAnw;Գl=3 if;fa20x%l3U) ݼ,sl@jmdCX?4|_㈇˃dq^h@#!Hl:ͲLUE |TQr<ž^1䜯l(D x~fsoDfL}]S{ XԜ${510a^jM_Bʺ!\oؑ(j\}QѸ³e/g\wXFhuu ]$V0y܋.w6GI{'q:6#/K#tщ NQ(.֓An H»R$8 -C !Y]/ Дz޶Tu)uT$7ۧAxpVN%vC{a劵y1.JkRx_*[0MP {,asCTQd_}eB; vF~|7ޘOÎ]Yh(5OpeyRmzH;GCh8c oq*^ոhTJdtV]%W4#.C_#!jՒZfu2CyG4;pHkF!'qɹ*8+xjw/ >t](SƠRB9q tI-``zB66xbۙb3=~gGTP*jnqvQ@,{dzd+>|nu(%8TuiRJ.hWt%Il BD =JjW oQK,[ 0jrv*%{Xp)iW&>e *[ӂirx'h~РUc6s4Qӷj d.w9N@<Lp`=d;)8>IPG LCU"'ŗ~>Za/,= (u۝7:ā͈[?d| a@ \I"kJt Q87P֍@*רּ Q {jgФ_;o7ί-@J0<%*c3 Bi̲Q$KJ/T`GhNu &CA)h;k.1EQ}>MgD#f<7,<oˬNk5F9߿vA$x7WUr%չ9WK @ "[Cv}ks~fE+{H@M={MyU| k =@؎? n tt5% 4:N_o:)I;;w~TT%è޵Ǒ`L8DZ(uV-r>*QCkH7!?weHsBI]YxA {>7.]0H N9ļ%iTd*["<=)WD}.flB4_JC(*#:,c[䒰=/%{2ѩҕ&>KX`%d3wݬ,%NEztzXU :̖*' S$/w쿗a=[ 4zP[Sr 0%>l3Zlt*; 9> ~s lԬ~ڂ3Bŏ"ZJh'R)}s5KiiIud1I IAcXQ(olE;cdl!O)r7'p=˷74s1}L=Ds[)Û"KB>4O;#sE>iI=Eݙ΄'aS|쟰.A1Ruup'<8KZ5HDHLYq/T bhcԆ!։Fϡ+wv_"ң'GM srn. 5׹O֖*LtyRw;9Wr*@'z6W/Itss R&Op5 ypwv@ rtWei4F bQe<s G11*=GeQ+x d&Y>~bKr҇c'!piҐE06}}-Vˏ) ,pOZFSQT]*m_I"g8WV?g,; > !T/D{ȓNy*/*=7@l2T4 Z%!O ߑT_]KFH#cG*ㅠd`dSk׻iJC_BIB}ojL"Қn}x]nb[`{1RvءӲW`GPfn$E\o{ptcn)Nw<< 2P[l8!ueVR_7yAR_ [(Ad(D ;Fj@-;#9cKJ''E!d%9n5W#5 =>z4̆ٙW\_8fET<%Oa9O]X:`n.fL ;qwX-4CǙ3[W=kS44o fo:[3^qTCk\|7eY"`փhק ̂VA]ZxS}qnRw RY/X%^d>P^$$[J zg 8m! 6Dn:c.^0+JRђszwRS3e-'ErQAڔ5`UXG27Fs53hLuop"j-z^%t됫}b7`WY>i"TW'?*[:5fŋx06ѕ-o|اH,翇ќK]gM~b $8& y ƨJ[mkcUQԶdɊ'<`n*@$|S)多qRgW65Zr5Mz^QFK5+3a$Ԓ 2 훛! ))p9ONM޽8*n)SۿR@l(>ѯr-_cǚ5ZH~ZrM"ԤmQa,U_Il˾] %$Érk[s̞kb$ӄC9L@.{S_8mHRia,T3EDB}j01l!C ]c^LHG>+ ,S1@Qd-9@!!L)n\绬L@vF[垁(Ch7W61%iȱ=j{uK$7T\V)O6L5!cp}GD2L][eʧ@a#_rm]HM>%wxy20̀AߔARMq%n|49;]. l@;{F MDiIWp3in# y{g VEF _^o㼩~ͮI @L4g+*+ tpFة{?J~MsPX8J.f֞#Qvrshhฃ#gLy9ux+K)׺U:<4T xmL:[ҿkʌn/l6ecV7MuUVq2UpbZ$9M2mZ[}f<}yg[p Z)̮65#`Ko%]/mR".xZQẃVld)1my߇n`܈qKHw2Sr1QVt"U|! /1eTq8+o[tC<ԬyMdv0 :} A҂:Q ,Jg{9*YxmDYmד] qV:L'5ˀ Jn /Z@Z: ?R@ O&r^JDI^G􇷷z' s(xG`:SW,)oi씀%wؐKؿ6J hwQ9:h.,?I4'v?)c@M|g 2ޏ hWHd241yd8W87DSX 푶’`ZebY*߻pu#^jj;Xw"P%ig@;j],` LEFee> wǛh<7ֱ69i/t5Ӆ_cg̀Uk^"#q+DѣgVq ʸoCU;ܽϓ&@ q9jKcrBǟ_2Žh*#M9zlWfrA|ol^UV~zxV(IiDd짫 j>^-)rpH{8z/ibƧR6 mdlT=Y9ҥ 7`mh㨘tvNVJb6T5(߇,b`ЀƆ"6w647 qBe.m.k00CaBɔk1K)nm1s hFs?޵T "q3M@&U;.aT/EJpT8^P;N TLRploͭ/Z"La 9f_ L?u Uc,S@IY/B 3@,z-QT~]ήUXt3R\,{wq Ml;61 `bpyɟ0!W;0J 1Ϭ&QH:Nr׷Ɇ$a?G F($;|RK(Eζig#|.&(FIrZHV)Uʇ֗ VoA~&&iJ߫vsxQS(yB,UDZCH $ PrhߝKmBf"mtp;9k^ӛ]QpYAچ0i.]^'PɉX6b9@yao#F\ tI \HHk/,6K Bc8>⋨(@*! a*Zj"4Ł)=C4;9y'E<{u<)L%HT7~QPRﲤ_CDV3%f,iqv~L F})\b" cCNK#vw{&D*6 gs]tF׾kN2@jT\%/ddgFnL!KIKF ke-{Z\ɊQtӺXGEZ 0}(yKNRnʺVzܙ x}:y "glz951 P>b'=aPVgx݃*{y^.z2B ?R_FOS?so8b]~]OE} B 9 {~zft-y2FN^ |z!LP/i*H~_6KJ8VQ2D(= z']P eќ3r\9S̼6<7[AԎj8)Ҙr;ۥEЪ.j!G'0ln w^0"lE) mƛř%K>0KT 3"ߗ>0FDhe9#iT,RM!yW xSKF綹,C KJ&}:&> L4l]@ܽ8=TK\Mggnrke RÛ|kr#/+j3),u SbEGzDŽf5g_~2'W8"&Uuj ]8 [6ZAؓ| 9(kԡNF&幣4>4ފ}Q-h&d6 oֽ%50WmqGiTJZ-2Yozݒ3-G/oUFA.U*$z\:u=]Jץ..&{RZwb3T@+̞ -/7U>} dYf t4+@ T~1ȔJ:;A$t:>Hctn6*SK-.j~V|DU8'}癙O]UBǼvps  dDu_ql}L-So_/AqVAPh.y}p*gK:`&Y## iKb }cY ysԼ |hzc)}&ױZg>YXReeH$(aL'uCZw`9AL{}|o`Vґg#?)|M4C'zrS" `J=Ax]ni"&J! ًl8~xt&s0Ijaz<6P#}D#Ί(jqQ_JJZ={z+Bd7R` Gf3=;m\ Jql?.!"NQy}8cx Sy_&Dd:"83O#įZo?d[W{L0|Va3a mp5C+ b.9m6tˎׇ1:H*!he 7/?×d_0KneYmj˜թĿ^Z8a:Qמ&otJω>RwԀ걑m y*S&E ǫlR2[ҡha=1[#IB^^.ɛ6pLS @K]W_Ai)({b#'lO0q,=B\f=VHj l__+qKtZ'Qijv9;c~1pcWͽ>cGMZcX(),يlP$5q"glι5Y ,W?ݺM6r0" Xg *yrZͩ҇1Cw_+,ixj&hֵܾtK K<$Z_Ms a^/#Ws!ʭUOϔ"sPQ~XN#΅d2{0A|I*v|;%Io^x-*-׍_qVW A\P!<Ԯws㛟t|:gQl8̗7ȚE 籕:eK 2QQZf wjPFӰ /ʼ K(=KK_A[|~e FIn `ГoeȰDs*2`^%zyH(0ێMkݭI6鴾+YiH ߛ51vA5*_8\7b`V8S'r-䊯 gQւvubY‰V>mL Dm˟*^O I,żI HxP5?Q:6;3|+a̘g62JYepÜeR ?fMk9CuRcF!@ש={aʺ8\a? # F~US۰$Z`NZ5 cM-M@tϠq¹wQXV st+GbRIww`߳#x~axpI``H 5e͟mOj&lCt A<~$B^CQI)! \]t+TXԊw"V7GcPYBEsa]4yV|ڥߑl92!j~+4}vĕ޶vyLE}O~ ?3TE:8V/.|m.aNNq>0]}Wku/[Ywfw;z=ʕ 6428SbƧuz 'AUؼUmو*VJ\%Ҳ `-W K&d8֛`PJ4LRkfVܒ9#Bit6ᖯ "yQҿh]n&jyh:oβW-+' M%3տ2 w@?ЂMY5-KϞu2j?SooV@MZEމ-o:|]ÿZP}D_6DLr"ga؈E}Ÿ:g{9UAzN'Xۣ9<;jʋ%Ẅ́(MTIr 3O WDZU` 9!Ǒ͌A/ Wsch}aI+ջq_xx9u# ȟνJk2 FMw<1 Szm[QD1t4k' nѣcNW2iG` #SE<oAw!<.:l h`MWaUA+I9x ^Rwji¥ 1-k%GE&G wb!l0kōe׳ZN5N٩P$]M/;k, HÜ[yU\Wϰc/ ,G@I~ 偿vkl,/sq}D{rouFYmswYQ0ʘpJ YRCt Ӧ6ĖvsLDe>ˏN|W4OiJEpR k_\K{r\vIwh7#.(j6!,YfI7О:%&vg4"T=w"O:\0H{j {Nv2vXoώSW)" QTyWՔK{bNEBcWW֨wB˅t4LB\}P~e." C;=tARk|`ԹڥT6QF+_F 0GN؎h@a qI޷&p9(x7 c*u^ܣ}BnqYʕC&6ʭ.% ^;w31yc EWa]ͨZoMOI w ӨPӐ̴ ь%$}y[k A hGOtJ^t$`>ɐBHBWArSv G:R`“bPsdw= ߆a޴)(7HZ-^)F{W#4)W#kb][Vr9tz(\E8TlԉfQU/j̡I76>7hX*KfqUǺW0_9b{cY );,'Ytp˷piT94Û;0ߢ7*gU1Mpo8>KfCja/6X-b5iAyo_rI:C,?BN&^umB%֋t# 4}:"Aڒx LF-Xp)]"2Zθu7v.VD4g[aco:DhM;VN<qSNNE뵳d ݎ(xfI]Is[w;>\񫀿@IBI o/hw?}#c8B.@܆x@=ֶ k!ԙ l zq0S+oˇp|n6rHKgp,j3.7:.u6_ecO+:-ڲ e<\(E,NeRaEIlgo;y+5k? JϵVa$,C|}ti4NӼ0Rzӹ2Z.TkYKs:c3 FG3.o G5%EWmHo$|:("*uĬ |XMv-`4ucݬS(F.=}M̕3:'/pax?S0$Hu?e *;]]'}g~lnhmkנ~Uwf%#1\ND=1qDfY<2k|WD}?ѓI'z@1#b;Tՠ.WR^a¥eWfK%&~dkЗ$w tGh搅o`3ˇ½u/Rף5d,J%oTK"0ܹǩU7L#ikE2^&owP욞Pk <@bc+z [b4~\O2biz0rnw-Z>j&;wm`"*r%LmCqr.ߎQ;w.a;J{4Ũd&aWUO2jǚIV >y4IQ ] gU3zY+N:EYlХV8ImvCP<Ū I qrU|'f:mrϓ>i zKn< T{M׊S62n6do@#ҕ<ͱ4x^/vO,?~B.Hy;`b_|B2bG=hwלdXt|H7`ߏ&u(gsX^ӖbLyIA-)6O˿x̴0sp}/rp?/kGJec[uuCo6d}uP^b| ѯ fIӋO<vl>źCH3i`"7bF :6D C,^`EAzGjف 2jDŽk. ?ܙ.9=L<Yf^GO]Ok)k Y9^m~ķ+u\>o5k(j{KзEzOS4qM&R Jfʩ. p2Ü%6.lUD'zL2[=i6Ƒhi `d26ӑ@Q>99No3^f#lx#W/IhkyG4xtK7"#{u÷#pMKQEj?~ gF$X\ /%r機ˆ"(IJS 푱s~2ׇ sW]oKn(Ϳ"- .zl0S_oLTRt1kA:mǝ:0Q(a%2Qf:S'jģJs> U }tLC{q*1&~;@N炈J0ph!%dGn*ugឍH#^bo ~e>;PzO,4>X.t@uSE\Nx˩X&PAy74Gc΂s }ۥZ8ہ?֕:L|f$̅ʶgLaM؝F1ʟ”Wtu%"[X,dwzOX‚⌴8DaKah2 3AiEW('# Vx+SE4uҞ }8,.JJBڪ4[!'SRW *~Ɣ ҃6` H7ٕ>2lh}c']}I"&d E4­1Фqރ X.G[I’lh2< 1+&tF BR@'}D!^u x!P6a*z= ݨffyE~l'Ci>:\M?t?O<X?ʓmOUp*O8V}4KmڝˍC*γh,N4+y{b:|2HK[V~8&TMYbg*A. rkVP$=FPJc>%Ϟ~ SyehF-X_I=۟'Qv4f$%ok|Ojͦ,*l9[vfW':a+~qMJ W`^023/I1-pIIjr@Ȥ#V;H\ہw?\hzVr r!uD/p8˅aKlC0]" DFb%A&:܉d5`%Pkf] /xAj[֟mMƘpJZ%YkAKq_ F2 x|/z>c#!Ps}.GBk'\DH H&&T7@$ʮou }ga*Mr@G'amz&DU5,|D⟛Fq; Y_@ω[89.nP@H 1h&_N,,bxi]R[Ld$3qJBOڻSNU7>}6i?kn\xQf}d;r`WP ƃA9q{9H`(=-p ^XAx 2G-[V[UL=m=Xȟ*s94jy r"%$d4C P1U0K($GRYm򣜃Q<З}pZU-ۙntσߖsrĉ ]R:Ch&^"1W[X/dqHQ7rm{ f. 9ebAp(3\EiMu tx *Qy3!Sقg h'bTRz7E>  aliht<@d U~Ę8KYqs!^S *KLE}b7_tmJMd8b~Y(F?@=LMn.*!q:` [6yR,rBw:% cE|ʅlPd*'e#0XoQK[t*L34GNRvfre! +SmV]5Ǭ.9z@GwfmsT&QQwh| YyX Z]L$ny{wh/z,+'P7Qw'zת&9.G^ j)k@ W$ M#qhy=}L;5N[@l|r>1wT2k[\ gnwý= Q&.?jmTGem߇'d@5:5s#(o>A~!i{Nb`]ݺ$ 0LwdJVc Jn t`!K iCw`@I\aRZl7 oBa !&"I$/8&_!EKe.[A~$E._낉+TVU #8v%d繍//W#Kng4CВd[} BWˀDȝA*BFی:dUSz1 -1@JXtɉސU9L1)͗,Zn-٢5R6D!4`Rtf<wK11GWݕsCȱnR0[2*KyKO@7&{ p~-_aْGU9i&' E?sCnU빛-ELfPF?BbP H 'd,m15RB3dk6eZ@/d<ùb7|m!TmXݦZ 6{~4ʻog) 5%59kpHQ wN bV]((7B>γkX|!UN-,()`D^灲"~+2dFd?=S݃˔پ221}*-i zB`mU|3q 迲x SpWuVy}(-M&vtia!kɬ!6"Tp[ڟe1t:*^y(>ļe׎Z^ek\bBN DND8&1tL9u0:ܵ _ؚd[_4PiWAY<]Rv'204Bvxei ^Bn_bKq 2$Em sLǚC(wCW@ w!¦fRQ#;a5ěwPʸ#_Qß- :F3 'p#+VkhҪARz:Emo]@l*EN{=iO/6zX?&ک f&0oPџ%&zG*`-a|Ded> ͼrX["$FhL*q:}N@]2(HRHI^.8"̢f2_gVzBV;5GE_ - 3y$6kF$^nuq__o!`8[Գ*]}3!RudR'1o "A=%׎&k1^x YZ