libMagick++-devel-6.8.8.1-34.1>t  DH`pYR /=„KO RP|Ɔ6vp#zWi?eSO !Ip^+3^ւSŹrIetdEL+5;ZյP˲ԏkѽ"[{)g2?Wu4!l QC]SB!FXg(>X&E!.Ct+C(6yLN:X)e;s/m#cAOwRX B_6819d324af5ba968534b47acb86fee91554901b6c8YR /=„,#cmC(ex.T 57ܳ/Y1'4Iq#6rW!?AKA~F7T5ϗ?_d$?omKC,"%VrF&o>ܬhr1<@eYlkעEx0msK W>pxAp#~đ^+Y|[d^}㩖j4 T1dߍFM*G`'UA6)Ǡ$N~n>:?d ! aTX`dw )) ) 8) )  )  ) ) Y) & H)   ] (8r9Xr:rFG)H)I`)XY\)]|)^Q bGcddeifnlpu)v( wL)x)y zClibMagick++-devel6.8.8.134.1C++ Interface for ImageMagick - files mandatory for developmentThis 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.YQlamb62T7openSUSE Leap 42.3openSUSEImageMagickhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.imagemagick.orglinuxx86_64.ڒ4" +--((0;7 g<p c*  new test-signatures.patch, see followups in http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22479 * created rpath.patch * created dont-build-in-install.patch - upstream changes * Do not write zero-length TIFF tags * Do not split words for caption * The -blur, -guassian-blur, and -sharpen are now convenience methods for -morphology convolve. * etc. see ChangeLog- fix baselibs.conf- use versioned /etc/ImageMagick* to allow parallel installation of libMagickCore- name library packages after the new -QN library names (thanks dstoecker) - depend on newer libtiff- fix missed variable expansion- use a quantum depth of 8 for our package, as we do not require that amount of precision, and we prefer faster conversions with less heap usage.- updated to 6.8.2.4 * Update libver to 7 * Dropped upstreamed ImageMagick-uninitialized-memory.patch * Added ImageMagick-6.8.2.4-revert-r9087-montage-signatures.patch Related to GhostScript. Discussion: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22479&p=95023 * Add support for -QN library and .pc names, that express the pixel quantum depth the library was compiled with. Added an explicit spec variable for it * BuildRequire autoconf >= 2.69- fix wrong mean-error output: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22586 * dropped disable-matlab-test.patch * added ImageMagick-uninitialized-memory.patch- do not disable checking altogether. - disable-matlab-test.patch: disable the 1 MATLAB testcase that fails.- disable check for the moment, it breaks on Factory and 12.1, but 12.2- enable support for Pango markup * this allows rendering formatted text with the pango:"..." syntax see http://www.imagemagick.org/Usage/text/#pango for details * to actually use this, libpango needs to be installed- updated to 6.7.8.8: * Added 2d named convolution kernel Binomial (for Fred Wienhaus) * Clean up sigmoidal-contrast. * Use ConcatenateString() for multi-block GIF comments. * Caption no longer chops off text (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21558). * Support LUV colorspace. * Support HCL colorspace. * Don't transform the composite image colorspace, set it instead. * Interpret -border 5% as 5% of width and 5% of height (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21537). * Don't normalize zero-sum kernels (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21584). * Transform grayscale to linear RGB if fill color is non-gray (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21586). etc. see ChangeLog- updated to 6.7.6.9: * Don't write an invalid PNG sRGB chunk when rendering intent is undefined. * EXR images are in the linear RGB colorspace with a gamma of 1.0. * Correct annotation offset for right-to-left labels. * The -level 100x0% now produces the equivalent of -negate. * etc., see ChangeLog- cleanup the package - updated to 6.7.6.1: fixes * CVE-2012-0247 [bnc#746880] * CVE-2012-0248 [bnc#746880] * CVE-2012-1185 [bnc#752879] * CVE-2012-1186 [bnc#752879]- moved the libtool archives to the main package - separated the bulk documentation - added a regression %check for the locale comma crash- license update: SUSE-ImageMagick Use SUSE- proprietary prefix until SPDX upstream accepts ImageMagick as license (e.g. like Fedora)- ImageMagick-devel requires libbz2-devel [bnc#741947]- update to 6.7.4.7: * Fixed -black-threshold and -white-threshold so they work properly with the -channels option * Promote image depths 9-15 to 16 to avoid crashing in the PNG encoder * Fix problems with JNG encoder "quality" * Fix memory leak in JP2 coder * Use maximum bounds when rendering PDF * etc. see ChangeLog- Add explicit libbz2-devel BuildRequires - Support LZMA - Use libcms2 now. - Cleanup huge dependency bloat in -devel package, this will likely cause build fails on dependant packages the solution is to fix your BuildRequires.- update to 6.7.3.3: * removed upstreamed scene.patch- build against librsvg as recommended upstream [bnc#724222]- add libtool as buildrequire to make the spec file more reliable- fixed [bnc#717871] -- imagemagick display wrong order * scene.patch- update to 6.7.2.7: * Fix memory leak in text annotation. * The "-strip" option was excluding the PNG tRNS chunk. * Caption now wraps properly for Chinese text. * The PNG encoder would sometimes fail to respect the -define PNG:color-type option when the incoming image was PseudoClass. * Properly handled continued JPEG embedded profiles. * Revert -colorspace sRGB option patch. * Revert -type PaletteMatte option patch. * etc. see ChangeLog. - obsoletes reason-error-message.patch- Remove redundant tags/sections from specfile- Fix baselibs: add missing requires to ImageMagick-devel - Remove redundant tags/sections- fixed wrong error messages [bnc#673303]- update to 6.7.1.0: * Defend against corrupt PSD resource blocks. * Properly allocate points when render text with large font size. * Added support for Z_RLE strategy in the png compressor, using - quality 98 or 99. * Handle "-quality 97" properly in the png encoder, i.e., use intrapixel filtering when writing a MNG file and no filtering when writing a PNG file. * Added "-define PNG:compression-level|strategy|filter=value" options to the PNG encoder. If these options are used, they take precedence over the -quality option. * Use zlib default compression strategy instead of Z_RLE and Z_FIXED strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2, respectively) that don't support them. - switch on WEBP support -- require libwebp-devel to build- updated to 6.7.0.8: * added Initial implementation of Cylinder to/from Plane 3D Distorts Includes deritive (scaled lookup), and anti-alised horizon (validity) Currently can NOT handle extractions from full 360 cylinder panoramas. * Fix transient error for composite over operator. * Fix one-off bug in option parser. * etc., see ChangeLog - adjusted inc-struct.diff- fix requires of -devel package- remove the -fuse-linker-plugin option, it's default in gcc 4.6 and only confuses scripts- Require ImageMagick from -devel subpackage: Packages that depend on the -devel package very likely use the tools too.- updated to 6.6.9.9: * The -scale option nows considers the alpha channel when scaling. * Don't use comma as a separator for stroked tex. * Fix transient bug for HSL to RGB and back. * Fixed PNG8 reduction to work with an image that reduces to 256 colors plus transparency, by merging the two darkest red colors. * etc., see ChangeLog- created ImageMagick-devel-32bit for cross-compiling- updated to 6.6.9.5: fixes [Bug 682238] * macroized and cleaned up scripts * added conditions for optional components * updated file lists for upstream * cleaned up the include tree in devel (patch)- updated to 6.6.8.9: fixes [bnc#682238] * config files moved to /etc/ImageMagick* * see ChangeLog for more details- updated to 6.6.7.9: fixes [bnc#673789] * removed survive-exif.patch- added patch for crash reading png with exif [bnc#673789]- packaged README.txt from xtp [bnc#671047]- fix build for factory- updated to 6.6.5-8: don't read config files from $CWD [bnc#653572]- updated to 6.6.5-5: * Revised PNG palette optimization * Added some debug logging in coders/png.c. * More precise blur values for Lanczos2Sharp and LanczosSharp. * Added location of first Mitchell crossing (=8/7) to the filters data structure. * Added Lanczos2D* filters now named Lanczos2* * Reorganization of AcquireFilter() to make it work better * Clearer EWA filters (LanczosSharp etc) comments. * Added LanczosSharp (3-lobe Lanczos with sharpening) * Filter sharpening factors are also always applied regardless of usage. * CubicBC filter formulas simplified by constant folding. In particular, P1 coefficient (always zero) removed from coeff. * Revert the Robidoux filter to a Keys cubic with C=(108 sqrt 2-29)/398 (as already specified in the documentation). * Ignore PS bounding box offsets if -page is set. * Add support for -evaluate exp.- updated to 6.6.5-0: * Added "filter:sigma" expert setting defining the 'sigma' for the Gaussian filter only. This is similar in action to 'blur' but only for Gaussians, and does not modify the filters support, allowing you to set a very small sigma, without the function 'missing' all pixels. * Patch for DrawableRotation() and DrawableTranslation() * The webp format requires the webpconv delegate program (experimental). * Replaced "Robidoux" with Cubic 'Keys' filter that is near equivelent to the previous sharped "Lanczos2D" filter. (C=0.31089212245300069) This also is very similer to a Mitchell filter but specifically designed for EWA use and is the new default filter for Distorting Images. * Added new filter 'Lanczos2D' a 2-lobe Lanczos as defined by Andreas Gustafsson in his thesis "Interactive Image Warping" (page 24) http://www.gson.org/thesis/warping-thesis.pdf * Added filter "Robidoux" which is a slightly sharpened version of the "Lanczos2D" filter (blur=0.958033808) specifically designed to be less 'blurry' for horizontal and vertical lines in no-op distortions. * Add support for "pattern:vertical2" and "pattern:horizontal2". * Add support for "pattern:vertical3" and "pattern:horizontal3". * Properly handle PSD layers with negative offsets. * Added sqrt(2) bluring default for Gaussian Filter if used as a Cylindrical EWA filter. This resulted removing the last aliasing issue that was present in tests for Gaussian EWA resampling. Of course it is still a very blury filter for default use in EWA. * Adjusted Variable Mapping Blur Composition so user arguments actual relate properly to the sigma of the blur for a maximum mapping value. * Fix horizon anti-alising for output-scaled perspective distortions. * 'Bessel' filter is now offically and more accuritally named 'Jinc' however 'Bessel' while not visible as a filter option can still be used as an internal alias for 'Jinc'. * Fix memory assertion with --enable-embeddable (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17201). * Don't permit access to pixels when pinging an image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194).- updated to 6.6.4-8: * Automatically set the quantum depth to 16 for HDRI. * IPTC profile not always wrapped properly inside an 8BIM profile. * TIFF tile geometry must be divisible by 16. * Rename of SincPolynomial to SincFast for easier user understanding. Ditto for LanczosChebyshev to LanzcosFast. * Switch default resize filters to using the faster SincPolynomial filter by default internally. However 'Sinc' will still use the Trigonometric function, and can be used to assign the trig version of Sinc() to filters using the filter expert options. * The default filter for 'distort' was found to be a very blurry inaccurate filter function. It was removed and replaced with a correct Gaussian filter (as used by resize) * Added a switch so that "-interpolate filter" will force the use of a cylindrical filter for ALL pixels in distorted images. That is you can use that switch to use a cylindrical filter even for images that are being enlarged by the distortion. However EWA is still currently using a fixed 2.0 sampling radius. This switch complements the use of "-filter point" which turns off EWA filters in favor of interpolation for all pixels in a distorted image. BOTH switches should not be used together. * A bug in the support radius of the EWA resampling function was found, now that correctly defined resize filters are being used. Suddenly Normal Gaussian distortions are not so blurry, and tests with distortions of the 'Rings' image show extremely good and clear results, with only minimal blurring. The filter 'blur' expert option can be used to adjust this further. * Don't negate the geometry offset for the -extent option. * The RGBO format is now listed as a supported format. * Added the Nicolas Robidoux and Chantal Racette Lanczos resize filter function as "LanczosChebyshev" as faster alternative to Lanczos. * Re-code Nicolas Robidoux and Chantal Racette Polynomial Approximation of the Sinc Trigonometric resize filter, as a proper filter to allow direct comparision and speed testing of the filter. * Expanded the "-set option:filter:verbose 1" output, so as to also include the actual functions and other values that were used to create the filter.- updated to 6.6.4-0: * Repair a few incorrect LocaleNCompare() calls (ttf.c, ps.c). * Path no longer closed if join style is round (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16943). * Add case for BGRQuantum to GetQuantumExtent(). * Support no compression on PCX write. * Fixed bug in the raw BGRA coders (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16880). * Fix off-by-one error in the PSD coders. * Nicolas Robidoux with the assistance of Chantal Racette contribute an approximation of the sinc function over the interval [-3,3]. * Eliminate a small memory leak in LevelizeImageChannel() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16951). * Recognize -fx logtwo (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16958).- updated to 6.6.3-9: * Eliminate useless message about assuming zero delay when writing a single-frame MNG, and changed it from Error to Warning when writing a multiple-frame MNG. * Only use the first alpha channel in PSD image. * Only use XPM complying colors for XPM images (e.g. green is rgb(0,255,0)). * Eliminate bogus "invalid colormap index" when pinging ICO images. * Support -set density / units. * Properly map PNG intent to image->rendering_intent * The orient option sometimes improperly set "undefined" (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16795). * Only list orientation options for the -list orientation option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16801). * Return proper standard deviation for combined channels (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16786). * Handle transparency properly for the PSD image format. * Emit a warning if the PNG encoder can't satisfy the color type and bit depth requested with a "-define" directive. * The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16833). * Add -subimage-search option to the compare utility. * Throw exception if image size differs for the compare program but the - subimage-search option is not specified.- update baselibs.conf- updated to 6.6.3-1: * obsoletes units.patch * obsoletes grayscale-tiff-jpeg.patch- fixed jpeg compression of grayscale tif format [bnc#615223]- Do not compile in build time but use mtime of changes file instead. This allows build-compare to identify that no changes have happened.- fixed units in the output [bnc#598714] * units.patch- update baselibs.conf- updated to version 6.6.1-0: * Fixed bug in equal-size tile cropping, when image has a page offset. * The -recolor 4x4 matrix is now interpretted properly (previously it summed rather attenuating the alpha channel). * Support writing 1-bit PSD images. * Support LCMS 2.0. * Improved WMF support under Windows. * The new coders/png.c was failing to read a 1-bit paletted image properly. * Finished eliminating the deprecated direct references to members of the png_info structure. ImageMagick can now be built with libpng-1.5. * Respect the -density option when rendering a Postscript or PDF image. * Distort barrel no longer complains when 3 arguments are given (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883). * Support -direction left-to-right option for rendering text * coders/png.c: Eliminated support of libpng versions older than 1.0.12. * Relocated the new, misplaced png_get_rowbytes() call. * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5. * Add support for monochrome PSD images. * VignetteImage() no longer crashes when x and y arguments are both greater than half the width (x) and height (y) of the image. * Eliminated some of the deprecated direct references to members of the png_info structure. This must be finished before we can build with libpng-1.5. * The animate program no longer loops twice when -loop 1 is specified. * The caption format would sometimes hang when the text was not UTF-8. * Don't gamma correct log to linear color conversion unless the -gamma is specified (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799). * Detect CMYKProcessColor AI tag. * Delete image from command line cache for -write option. * Add support for the Adobe Large Document format. * Recognize -remap option for the mogrify utility. * The default Helvetica font is not always available, check for Century Schoolbook too (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780).- updated to version 6.6.0-5: * Permit user to get virtual pixels with a region width of 0. * Reformulate the jinc() functio so that the main peak is of amplitude of 1. * Resampling filter must respect the image virtual pixel method. * The -evaluate-sequence option behaves like -evaluate except it operates on a sequence of images. * Add support for the Adobe Large Document format. * Add support for the -maximum and -minimum options. * Check to see if ICON image width /height exceeds that of the image canvas. * Set the DPX descriptor to Luma only if the image type is not TrueColor. * Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15685). * Don't embed an XMP profile in an EPS image for now. * Insufficient image data in EPT is a warning rather than an error. * Respect -type TrueColor when writing gray DPX images. * Fix problem reading 10-bit grayscale DPX images when scanline length is not a multiple of 3. * BMP has an alpha channel, it was treated as an opacity channel. * Write 10-bit grayscale DPX images properly. * Detect PDF ICCBased colorspace. * Finalized -set option:convolve:scale kernel normalize/scale option * TransformImage() resets the image blob when called in the PICT decoder; use SetImageExtent() instead. * Support PSD RLE compression. * The jpeg:extent define sometimes exceeded the specified limit. * Resolve "too many open files" (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15546). * Added Correlate method which does a Convolve without reflecting the kernel. * Initialize grayscale colormap for PSD images. * Addition Third-level Subtractive Morphology Methods: EdgeIn, EdgeOut, Edge, TopHat, BottomHat * Ensuring original kernels passed to morphology are cloned before being modifified for use by specific methods (EG: convolve scale/normalize) * display -immutable to display transparent image without a checkboard. * Make -define png:color-type less persnickity about what it will accept. * added use of -precision in 'showkernel' output of -morphology * correct use of a 'reflected kernel' for 'Convolve' 'Dilate' and 'Distance' Morphology primatives. This does not have a performance hit, though is only truely applicable when the kernel is asymmetric. Note that 'Erode' does not use a 'reflected' kernel, so that 'Open' and 'Close' operations work properly. This 'reflected usage is defined by online morphology lecture notes (Google for "EECE Binary Morphology") * Added convolve kernel scaling setting "-set option:convolve:scale N" If undefined morphology convolve does not do any scaling or normalization of the convolution kernel. A value of 0.0 causes normalization for both zero and non-zero (added weights) kernel types. * Speed up reading the PSD image format. * Add the -precision option. Use it to set the maximum number of significant digits to be printed. * Add -features option to the identify program to display channel features. * Add -unique option to the identify program to display channel features. * Add support for compact floating point (i.e. -depth 16 -define quantum:format=floating-point). * Transparent images no longer flicker on certain system when using the display program. * Permit interactive resizing with the display program. * Support heterogeneous distributed processing, see http://www.imagemagick.org/script/architecture.php#distributed. * Fix semaphore assertion when reading a corrupt image with Magick++. * Add support for -brightness-contrast option. * Add support for the BGRA raw image format. * Added Kernel Generator to generate kernels from user strings, which allows the generation in many built in kernels for both Convolution and other Morphological methods. New Kernels currently include.. Convolution: Gaussian, Blur, Comet Morphological: Rectangle, Square, Diamond, Disk, Plus Distance: Chebyshev, Manhatten, Knight, Euclidean And both old and new (rectangular) user defined kernel specifications including the use of 'nan' to represent elements which are not part of the kernel definition. List built-in kernel types use "-list kernel" * Added -morphology {method}[:{iteration}] {kernel_string} Initial methods includes no only the basic morphology methods: Dilate, Erode, Open, Close; and a pixel color preserving 'Intensity' version, but also the special methods: Convolve, and Distance. Of course the appropriate kernel should be provided for each specific method. * Add OpenCL-enabled filter (e.g. convert image.png -process "convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'" image.jpg). * Added StringTo...() processing functions- don't remove *.la files, see [bnc#579798]- build -doc subpackage as noarch - spec cleanup- updated to 6.5.8-9, which fixes [bnc#565014]- package baselibs.conf- updated to 6.5.7-9 (See ChangeLog)- updated patches to apply with fuzz=0- splitted out doc package, see [bnc#533439]- updated to version 6.5.4-8 (See ChangeLog)- update baselibs.conf to complete previous change- updated to 6.5.3-2: * shared library version increased from 1 to 2 * subpackages renamed accordingly * includes a fix for bnc#507728lamb62 1502958051  !"#$%&'()6.8.8.1-34.16.8.8.1-34.16.8.86.8.86.8.86.8.8Magick++-configMagick++Magick++.hBlob.hCoderInfo.hColor.hDrawable.hException.hGeometry.hImage.hInclude.hMontage.hPixels.hSTL.hTypeMetric.hlibMagick++-6.Q16.soImageMagick++-6.Q16.pcImageMagick++.pcMagick++-6.Q16.pcMagick++.pclibMagick++-develAUTHORSLICENSENEWSREADMEdemoMakefileanalyze.cppbutton.cppdemo.cppdetrans.cppflip.cppgravity.cppmodel.miffpiddle.cppshapes.cppsmile.miffsmile_anim.mifftile.miffzoom.cppMagick++-config.1.gz/usr/bin//usr/include/ImageMagick-6//usr/include/ImageMagick-6/Magick++//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libMagick++-devel//usr/share/doc/packages/libMagick++-devel/demo//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:7150/openSUSE_Leap_42.3_Update/fd8cc8fd787058c8e6cfb0b1cd2a7428-ImageMagick.openSUSE_Leap_42.3_Updatecpiolzma5x86_64-suse-linux  POSIX shell script, ASCII text executabledirectoryC source, ASCII textC++ source, ASCII textpkgconfig fileASCII textASCII text, with very long linesmakefile script, ASCII textMIFF image datatroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RPRRPRRPRRPRRfBW]xWX?`] crv9uiڝԥ.w,Y?N#4PHZGh D`}qmw bB3t*LMAwƯ}i-SC5ە/G0KԓM479f;+)גX9V{a ux>.+ kFܾs-~s$&Ly:&46,'3[@7) V5 E'RQ{{_*,AcK9%Ȑ?V(݋H8ii5ֱR~OGYbbG UfmOF>Xrqa3\9#گOBA 2)jcVkr z7ROX˼UWz8*\8,5b]^rc| =,vؑrH GBctDO%h?(JR\SΈM@<*[&9yV?j4x 0IZM@K+ e(Ȯ[lP\dr2_Obك+-Xe7&<$ xIi52jPWMf\X86Ԃ&%bRvb-52ljzEZ|\K 8op/{Uf>ͽY@a6++a 3{npIeXKĤ>) 8ÕEYh*!31B`ChLZ-Tݟgx-PTc7t:Ӫ7viQvJoN j g GpؤWYϓr >jWA֣==˴BM\#+O {u;Y:P%ibВGfOSR,!'/ D7r'NВ&;b mFfMD]ljޭ#UƵ+z̮\H80w/S-c9c2%_4^X%]7z-7A&7LZ3}WL:(>Z+t.ExrG Suǹ"4 һYп=x/ qkx|#d0NǞhk hlc@&b1}nDa˿U^^b5Uj;Q*\bb:LXC_NWij3.|-D. ؝iĶ2ڿm5ڡeTyT5Qu,y+h6$ qGBU[cž/&Ƚ? hT2BY$>}+gNmhp@(P~Omyt+Aׇ#D2x"Z!*ze.Ű)ppqੜ&-'-@g݆ oȈ^yبye h7F$Xtu ďbSՠ)'-kԟIGQ1W ƺPiSPs3WI.A I?oz`"8JN6{{ `Znb%jSFZCE>yk]@=T<ӡcnN.H3ž,ԟ6ɅӐ}D( 4wĴs ֳ3G⩬'>{IK(Yۘ>x#s^>-Gk 1^pk3TF_r*<>\P83d rzg(mo9 Ԕ%>K!+Կ}<68"h3lg, aL66([h֬?dx'Og8K h+^ Y)PH REJ!@{| Wh(U5qn_ g÷wU@ 7=x9XSS$,m+Q9.;5]Iz? K͚zVA+b_T$ 8=;bg;cPxas^/VүfPOY ~΋<,gâ=n4DZMpPqe8'֝;B^fcIkA[5`G+ɠp[1Vݘ')n\sqͮ#u*|IHN 1T^?0+4`⓮eK\*5SDsl۪{KDGʱV-, z@,͌u>(1rz੨Eߘ!l eH9lffn5 N5@m $ֻ{;ߦfl9Ҝ$vCT 5瘳̡=04Ppj# _  v餢H<{Ċ8 OơFh ނt+PY٪7W{FͰlJrY; n W0ոWV!CVvm潼frA-BL3R؀A!؂G "+ jOqNMHd+:Ns'畮N4L&k4З[w,t}`mdqn,ְhôn@FqTd9(]B*? OKwL~ n,#XBɈlmJmdsD3:#3"Է3l7[gV\JW^M/o+ )sn&.ELj9]y٦ۗ.]EZ;;*F0^ k߂ET'J}gqJ8T]%uh,6' 'Ag;I |u%JG @$55`\sg55E"6ӟ6$ou$2wy}G0`a>15:WyRL>S;;3Mym+iɲ T,Ud3aRqaFdIJ T .ðTѨl[>\p_ T1'tb$ZJAx*CL+lo˸ˋǘ#F*m#Mw%2^h+ HˁwbQQ.)ss  L_[(vc;|1>x6AslsG5ZK'>tXPauDC#aw@Rw`OYI$.xC_ɉ5 I@lW/<|ٝ%xXTs$Gq@UVT/q, bզLo;'d=d;7cKU/h%鮼ux@١W2)ыNفUaU0xfPAvm `ox`vz S4sf+qS.ۧ 7%9%^FWO]&wD3RbV;Q8od +k.^,bgWnv% !CC(0bd#ϱqpf~wX*l0Ý>Aٶ9EDjZO#d5oGQYv#z{Tȩ7CDoPS6\pZG` &s%Zz}H'rȺ/cQĂÿ#l"L#9h@^nuøOQ2n)1:īX[sEYM2/<01.PPo俵 |(vY'-˃Dgt9Xy*%bhWJll+C4ҁ3-g/+٧?vw$-Oc(U> 6@Ȅɮk w1ZڪȲvrl~S=xvHp ά$H K EB,g~4Iym L{H`iVN`E_C:9Z/bygIR\ Ծ=f]\MJqcY:a&}=MYGѭ0ͩ!\{L-72/QYf0|MQ+ñO;{: UkylәIWZ )x 4ы>RX7:˄LH^*RZ\>~stH#$ِ-eR)tnR"*tLql rt5Je: ;,ɪh{&؆˳f"-³5Z`X$(0Rַpz{4?b&= v_OP~B*)f{H7];KT`(H l8_`AK{Pri”N ⿇fN{ԌnOUfoLWB7Yo]dF6~s &ۢdpOiXaTů)y]!;> c &*H} h{n ]F7 t{`5 ׌ci6r@evUKx⓿6AZ>^^k2:o3m7˸ƻS溗c}ވLi*i̪|Ad p蚺\OyNOs`˫fF֮}'36:锉M63H8?= aBe/&-AkE㰑QtDan#h!J$ehj <6a2`]c,QH7Y){ Qp¤kl$Uqot7˭%cE%A;HB#6?ѓ)Q˝x%ʻ8fx`;=dH mQ6m28)2m:թNn$r)3;_Y;o-98Y̹~-@$Q:] Ψ8D{b=:"Ko*D"hJ/JËd \< NҞN .9B4VQX6u ]+Uh +@%FMpތp4P&C@7Ǥ\j'e!`V@6^!]*!}X)i I4KvXP#l ~Bkw3{,}Ǯ{Tq>A 9L_@n>ٿJNg R5/ˍ_[Xp<ҽ _\5 gcsL.p"|fr5"TSSpv0w4Π&s"UJ?sX,L\S5@Iz/`Tu@@Ǹ #iDYҼv\Ҳ봇.umK@=*ƞb%,] *Bhy,xf[ٮJ A\؎xų(e SԌIp=庮F=Q :a lhP*oz>ߛgV䝁2gʙ;G,CG7pH>/+1"&@W޳Sz# `}ʅV:2?#V.#={]r"<ޔudmJVC9ں*M5(T8Z>:iN#5[z&[Q&3}wUIt^(yȝB*@U>ٮd T\ݣ3&ߎ۴DTDVhv_ֺrqH{qBݖ.T?,˽hc@v V$/\ `KVZk_n I /Kج'\sKmvhىWή+K~1ܓB%FF!p#|}>-9,^\Dɰwq%LB Po# %o6./-YW LRGpn/&` mI񘥷Bafnt.ďkQUNQ~.>Ojx]g)nDoM.0WK~ڽ@^΂ߩZd|\qwB9U ~:e;DyW5`58Fe? YD?oτz Lnu3^R:V^W  ]hSpIPuAk(!rH*FxcB@a[W LtMB]&g$(;2[j!}tKf>1TEqaqVtPIєc[Rb: k篗!Ñ8c`!m``]#ٹيIMLM$F`KqylÆXСfS$@ q]De6DPˆo"ꄂwm9:WyNk&ozP}ƸJHUsj'4+DQawGV^m꘴OKRܪě!0UD{M1R#q^G:sq}nz ,މs`0Da#F--1组x7\Sn\q/ ϝvha>ݫ.m-JI{D#uM;:!̃c${2Ye_%Wz5νAZB8qR'q$&2.cak<Ύ`b3㦁9KO"&L8-tfh8Ҥ/* a|S`IEdY Y9 w桌X w(8Fdiۘy$= 3ѡK![F__Q~@2y54P .ṉEro7'|5٤{ʯ VC1s?I-& k=IZ]ZD}m3H4OxlLs|GT)WcEI[l8@l5Htyrū 5Zw(r6fel:`cmrO|xj>0x[Ut=yRj:I=n_"N%#.? 6M[PfRKr'#HFO5FCc;I"il| ^'i5ʴG Do:-:'3c7;|MI:w \Yoڭ o2NG;GMorw-L_0Zdv_HX^JJaK~GXHvӋ;@tg僠xba5HNqH//<K2'@ L)D4-0}đȫ9n7P]uw.qaM{=ٽ;jLN>r'cpK4PXNMLMfqnooi^rnL]Utؘ{C{JCo/ oQF#.R۽ꍟiU.Xx!3`FBZqY=) $+Ж,G5fI!Qn 4eRi{fng+xr[0=ڿz|_n8H<&_vwe[̨ Kl!.E&ئ1|<(fc.ɎɎ>p-o-2OnwvA۳ĞQ eXg9VpzдG?=4~( h&,'p$^8L33|2$Z3 d( )R`q4*zH#*9ќܕK0V]Be4\^ia%ȳKeʪ(z>,ղ1TdqNml[ZaoqVˣ'zu\CVMA4۠Ӧ|8#dO [{H(%A@/ `M"%(f<μ`S])ዾIDF`4z-/êU4%޻9P>F,v*GZ{(U]ym]0a$VNyP5=~wg#D] ai.)2+fGC $木̈́'-*szŤ$aa t喝D6Ђ4EJ_o MeK~sdg~[J\dJi϶ez%^=]3E'"~zLNX!Uv#*w1YtßoDПPNx?E^a=.TV~b}>#%u_!Bea戽5znM]#%ǂL,<;G]25EI<0Li+;)1ˋZcg2< ԑw[KcJ0a3ewZs}V =G8mM<b3Y$bw0?[Wrx{E ԋyĈ5 7oѳ~iS)ǏMf X/%-wiMG)es*cx7 ȁDJ[Z [ C?zk3y&-`}j/Umg҄! q(F&  S><s09#"B !(gCmf*4w ̔dW;0rLaFcui;uڨ?sdۢ^ٌCN^8}[ 'n4Di+ cd DU@ z>e`1pØ0j'v\8vlCM ,oC5Yc* 3*I-ļ(r=C3qpξh 8 ,/[,.A[eF[s<1&eC)Q4>NV3| rh1yHBggڪuV@A{gÄ]DO p̞0uap-@ 0vILs:RW.c?#ozf.ꁅKGc)B2H'"!ur};9=|OmN0+hdT?zj~N2SC(G/J.=ҌC_rt# ȬǢLj)od'ツA=_60p a#>79Ǜ8|$)z#ZR ܟL|_ih}^!S*M/Cv[S|_;u |ؚǷL7 9ԛ:HKC>%+dhJRfdj:;&μ] _1Q(1v(fLeyQ+5*-h~'-(q2pX0L\ xW(%Z3- )oMZ(bڗea,̽{ȴʦS->"j>);6xg浩%Eu~|ݦ0DbVc8p}>gUJJ3PwBӄ ¦PyΓiٝcLA~>՗yk=M P5}j$v)QCP#, 'ș~K&da`Q ;Ҧi&~aPW~n.ϹCA؂ńّ# 4 9;Z>dS>)zuL7T 7oIu(ܞεTQR+q۩-m?_'di^a>܅iѻ 8m>laigaKrp1]=Q+92PUg;Z|6V Nr/j5p׷ޓ;/۪Rm侏;c_%zsL "v+-r-F>|1HqF!tUk8L4fnbߎ[f.rG_:<9DGX`J@$nZۭObTـ,=B4$uPgsأ`B:L'Ww f#O6l|-NAݸ43ҽ`,{&M5?`NAA5;Ǭ0HqgJ5ٱM?󘎸LK!Lq9 .#V]_: DiVIY}ފj^hp0Gsd{Xp%vht@Mm[Hո>22vl08>x C ɦb+m4 ּF-A3c".O2De^."؄(/!b}Ej#Ruc&hR }ִvԃ]QJc/w]P4#5 dyD;W$4#lg 5r^Gzp)~Ћ '{I7:ssyoW.Z?ц9xfkRPNt҄v @K{>9,5̈́B3Uv@.zJ*}0q.9)Ի, ^T<::ôr+\ 'S㲡̀,SaNJ<T_dn,CaIل?sϑxƀK/+,לӕ^\wyAF;0'|_5C\gaKT$_\F\ٽ tmB4 #S7 mc*&xrZQW ~^؍RKhMʡU 4"UCM7cޥ>ukGbնe*FƁMt]ө7S@w:hd謸Ո?*>B䯗|<'O[hgI0"jp4Hj!x$S,6f'G&<]t;Pp7$0l*dՎdP~:Tpcxj|b'*ٯWKti=}~u4M){!v> #7CJVrf٪mz[5ZqxhbT#Ӻ`%YM asF}Y|*]}i?7CW@߉/W4D|lQ$ H9JT="Vz9pKĐ9Z|- y+ VHxB>OEv^#?>?{*S7őgc( dOIgR2:Affs ?ݰA&^cy_PNZs5Z ~TӉ&O[A˔DI7̖/l͚BEȽJVJM?D/ ѭ/Π/NjMPzYKod1n0byl-<>ǥXIIm+;Ϭ(ЛG6220)x!&nqS/VsR;ԲwCq2Nd?ҖϣQj'o<\u #@6`SML5>}с-㱩Sp > zCPD¯JF%4ğ5Ƿu/ސFio &glMm 8Q5nIZʶDdU#h\-B>!/ŭg{e˛mO3ާ8]%[\o[!*r[^9?y(ϨRT%P\Kj.HyMx!"huh8Igaܽaqٗ /IOi1Onʒ6Ԥ>mW%_@% 3[I2ANF :Iqz^2JIyzaZZP̍t\Hh/\T:b_#I^d F~] I+NFfEj.m撚t'k*SVXm:PZd8K[]V] [&Rۥ2`sm2㘙[mz8OQrBf[,xjp@=8;oLL6*~\RG[ޜitvq?TpvR5,Rg%x[̵i@2<4aը{Kjdp{#GuhwմflQC])Y;&Ja|kImr ܏,THhꁉba89G&2plPa`~?ZY" =4 -=ZCTڜh1u5l7vm̢,>o^>AY#&dMD;΢_ A'ƽlYv'n @IlT*EfO" =:gR58inOa! m,jָĤwkֺ'e+%FAh:xL@p^*G^DCZMgB-o_PD(5quhFM7IXfj␛$0,@bGC䌫X 5_2Gn-KNќ(\ud);.Ld"uJ0|59y"*z{-RzI ?S$ʟR7Eh-*"<I EPgr5ivK(V4LY^yrX%D}v sK[h~w#^MLs܂Fu Q;'%\ %垲aqBY!OJջmgШe]SrbJ_ꞇ+t:WwK#T6'q.ӝ2CkЦUy;5]§;$OHez~W7tsB@Hœ6/zG؎~,{,w o59P-9%[:"ЩY RTQVT~fz"` _Nn Κ׉0,'א=I(\DnLE0m@qcmaS?Hӏ't:3ϯ_FxMWs1T=-f“䑜JjaF ^]PA]/o|gtoRIǢL"9&XQr-TyF;V%H{@ zTK>hx fսwFP=fL3n۴g ^wu|=2_ hg|D#0@c7i}fc<>~@]z ll|%|u!Y7js LGA=,F(Z6an frHk#(9l<9PXЬ,+G#Ͼtߏ(kyNYj5z m?YV1~n ؃,"$>@Av,Iia뿡\,uKyg1mC9V+ "P0*"nn'xRf:#N q 뜳dBJϱ~wlG wGH$n9ƴƼH{.6#Gcl-ǖO5"5 IENI57e8kܪ4cz¥0k!h`!%N*g؛P";B_51^?˫BJNƆ7TH LAEۤ>ߔv8epz?|# d~ZN0@/{my$(O0̯W* T(7OrgT⪾r ;@&b  /Kw7,W(%fzG@Uvn}o .cg& o `>kܰz ҉XcUR[cĎމrD!?box>DoGu C] G;~Y4gŤJQD*0gUJ7_Ő1FX APW6l' Ϟ Ԯjt+绸ɢ,mR%](rl^98w$GjsR0 ;Q xCO0rX-W`Cn=m.,(Vh2ںK%C[7]any= z FġeBdDo K +fT3~dvqš}1râMHlɵ3<0XfW h_%=To=0 (}}`c2Aj9,+ػ6qo/ӢX頒 )`\MEF!C%#YO$TS Cii6+(&\_Dg%{> w\=ab¨!TG`_ȁdtb]X1H9Ul,~V$EM HaT᰷Dۢᜭ?ܛIMS7ULj>@u%#T*5{+C͇ fk0KNt_⛲lEj J>h@ǮurjSJP^fTgbMu|'ok+C:|.{;WwpR2Tzbj.rEZ {uUU($ Iyٝ K/Ue}'0WRۙD|A0%UI9*Y H@4N+Tαu9Tun`ⰼh. ϰXM;I|\.=W2a Jy$Q 'gtJqh;U L_ b! k3oz]X,((ܟM&q;d(,X6ܹGO~x~,vrL| ~8[o s 1|JdoV)<٢U ^^ǂs e~vLeW^lu4{oAy:>Y{'fnxpn~m6K5E;z^U`Տ /I|WO,LREo|FӤҠ WpqpeGέg[]Ȓ)x$ W+`hE?= ab('QޡvXSiHl0\ƠQgW_c0V[s Rne>?wU `R?"G~BhRb ʘ6槽c]t *>9'U l|t͕;8Bg4gs*I̝F5iI@؇R X]31/;oůUX]8_ ѭj]Onc{"o9فn3+i< `_:Yݰ(_ = ^ٗ ṖbM Ib)6Yt)t=**J>_@T›:n#YYA4%b%Gq3EW呎?womLyC P 7ϼ%} $8zi . $09ZCYwCfXn྄¹bb@JE+JtY i1+aBFvc jFN˪CًjC$Qm`G'B,*kBlP$ My%"딀cI}dBy"6 ZB|V0:z(ڠ'qCAGQfKiZe_NDvBRl>A$*5Tt9)@`{h6]~ҥuN`*HD蛷54m>&À`r^?J!U;j h@aP3ec+f Qqv'o-R: :_.׾.Xl]z~ⴃ?3ᶘ@*^:K*.[mZcK2yʫXNL"UҙcXcUg~ @ *PD47aדrmF}ONUwzK w,6hL߬8Fx A> H N.m`<ה._3|x]"w Meu֓$LNy;=iJcCZ5Ě2rڗ[F?KP1GDy ״haO-jő\#lƿ16|ݕDұ߫v{뎵7Tj)ByI/8\K:m6ai;P@|&7m?sib>IL%BsqY؎`ޑE.?[vMp6f`/xmF8ňzg8lYg%Ums"3*o[@@)))i H(LzG D5 3 aÑڑÛoe;>.F"RL7|x-","gFm bg`$~1P9d(E>}-g۷eU߯ KA%ymplKrW_'>+S rPd"TԿUHT`W,-0=X,}'g'|AqC[J:uiallLBILCuU0k5';{AYcY7 sy>=ޕg8ޚt4MيJs  y~0 ?ǟu<(J8ecl^P%>:'4渉=}uCYXϑ`2-ZYi:R?uD _6 ̜:;Noq$ ςN#jO_Nqdx,_@ibߝ2Zhg`|+zg8ϡ: y3hyp޹i rdQipe'o׮Z voSbr6cOy^JgN!dĢxc3CX&d b?F>_5>_P?"@gY#|'HtTY1gH= MgOo)ʫS8UpG;HQb3*) #/L,@ki`29^ ͤQlg.! u,v-t]\Uz[yaF 9ggDHV8'zumd|Ai ciFþߖQ7H>)Dy:g]P=tR[8q6v$ZybbkQ!T A>+4f)S 5j*G_aܚ9I䘏 C5|iR9Y m}!{c4̽o9>AN!)}Ը;Z*߯7*ˈg_=c=Bmx%;3N)Uv:S%{e5wK3>řNV҃Y0_& ퟢ{$ [a" GCԢ 9wO_l%YīR͐ϐ(seDcluX>"л7+{ђ4 z}A xS b8QF ,u7W=|["DP^ibmD*XYPj72l/E 4CVDiHOY" ʟpA ^Eǒ+IV!JrGPxf ZAlM?Pw>0:NɀMxmw R9¯N y$5~9 >7Eᢁ4FWL5S"k{\=2-P.ҩKl3/OPo3Țc(qg[#WW!ysE!'[$0't %F@~.J_zBvnk%QCʱ"WHMX[\.̻W4Fv>cȴ \lOt|$SHIW K&ΆtCT e01H$z{0'ݔ8 ָq};KWWH(a%]^Dž~.p;qdζ;RY2fp;(j:A0["[IyL3DA&3Kλwd>ĿWGxy~.2:!iO2X P:fM#!Yܭ22$aL%`>@ v,YkPiP2vb-gr#ϟPO",TU,_x8 ԄzDe.y֑38q$%tVk ah=h ,4zL:?+xJf( {\B }{ wUҡ/8e0C*A]OS5$xFrKVzډ'hD}xrO[|O}T}nEvy :B^YG^PDB13#JlDʯ6˖wJP%d]{i+PO6/|xyt2 SqBowrG2,#$R쬷oaOX'tlz:a]2`bYWf#:H90+[֭ ߑ hFhkɟf^S <{-G0-+N %d0{Fv{U!@Y<|>ԉK(~ǓE6B( APLPh`u;va+qOQ,\~-Z늱+%6 N(R|CF#a$ml AOr巳;(ϕ RȔzԱx#JGbg{g45wd~f~<\Ï(WrA֊#UQ1=BɄ3mA5#ąC$H|hn/!ڒ^59vp7qrMvjߤJе?kS,Xyj9_N6xʭvA<ɩ ]#^?2`3) ^ՙq~=-.:h1r6 +/؄rr Z:"ᱺ1 oCii; 7IE}G*D  JAT"y3z]! MÎD[/Z.Ԫ?c%5ֹ/1u&PHN^ Zi 9h?.ąt>聗93(k4esPg񀔟!{Մ2}7r}LZZ&U׍+A,_gmd֐9v*H\%O8no94D 7y傿z?G.b`͈{z92ܙR|id^-6sNjSn{q٠4ͺ0h'P# S-#j-7f,in5O=5P2v ˳~^10 ?& e1*% c#EhZxao8ˉ'w7OM}G6 tx'PgNRP3*L[/}_k XT y$wOBs8%V䅅M G ֎qM_ L޿L|psؒŸ xuCOk&Ej{Tl7Um oL*KI1u܊֕ظCڴ6خ;M=FX GR( ~F \|) /{>2q: Űtk6Z vcc27ZI8]$ (%KpnCK T}(R3zT۞Z0 @|@$21ZfT(󅆉\Ner"$K\TڵEiaBWS6CduomTx9r;+P)Ƿ+ e.C'cT,SӋ*FǨφAz*|j,XuIbz rBOǍ-Q;#aUQpBQ/nҍ4vqGnG PY%)<Ȯ[3[@sߖxQV=QsdA _~ڣb?蹩26NbqGx&<+ Ly E0\E%ART Ks<=,\ -lZ&p[Dfdi zjH[&#iJ/I N<ε0hSDDzx,$b{/^v^%۾_]" b>Y'ǮXA[=K4;WX L5bA֌1|&#! tm F8LUYy2:(P]uLt8FbnP]#wEز^1 >SQ]q)I˺GLHnD1noz6ab\F1{o"a߄ƨmmTC\_٬?:+:ADz/_`aylJUC NZZ?߾jپ^-9AaNJ;_xleeq̻]v"u:'77*$ F{( J@0S /2 ;SkpJA X@r!֒>Jyg2ȥ'}}8oANCir8);XryaԕY*V wx@5Ю\Y xt'p#cd0L7YrÕU3]_Z3ܫ}#qػ&21e|i/6b^T.,K6 ޙvK!&Q,F &SaB=e|)W%TCG$;d/_3_II3`$Y~HY2pwHF]j+Y&J aۖK )__4g֮|a=sG/\sgG bZiY)ȗ@ ery}b>)HeXQNl+Iӣe qYvV57{Ie:v!(P#S@x,95fE.w+-K퇄u7뉘?'w5m˱.w#E~}_YVQ֥Xyo%4`$u DK=|Wr$vM3ȯ}{3RofՊMxUəeD>@72V p ʲEzR-0+():pnMHף !(K x(Tc}H3"3ADK$uڷ>HRj+.b5Y ܤƟbTIG;ASk \i j@eY8kAVIxЙ7Pֽºo$؏hao- `c`j)fyҨrhL>n b&Ss-8v.5 O'Q ~K![F9twOYXFzӘ',]]ie'PԞ6faE MzyuFݾ\٠`#t+h\l[Uo;?7̷Tm+GNi/aͶqR\INN4/;qgEnEe{4YGҁnɔ i Pa>'|Wx\%< kS:z+01c=X[~ܰG; חtyt(k"5nA!TknCb07zjj]C*0 MK&ƪ0@t-,H: bI89axK6lF([ 8eN(0 G=fw'q9j*]O\Lt8MiϬMD%O{4QR!?lR$5~qX8I M: O~ʎpjgp/izxOtfl͵H0LZ9+zɰ rDy Br-+F1 b?U"lfLT\Ӄ&KT>Yx+PzotݧuilEh=}:ϰy쎴I#- LBF;4QU6w+͔M{jg#-\2nO;@:<~!n_w:tÑ|֊uV\ "X=iD1c!A?+'A648]R;'C5a p%SΪ]M WӮ#pV6;^<7mD- K7Hp*]DP9&EsA@988 ʫ40"q(cɲ3]0b=+7N~T[v4$چJc%^**Wk-ihigsrx9jY We2l;p^ݲoz&ʖ/O`M҆:G%vuvXI[)%uCZ_Ukz֟ז<m肰L)>6b?+YA/I?h4B\:3{SMN}Ɏ :t,LVȄ孙hdtI*?ؠ5a]P_[tE =}@dp($ܪ|e 30t!ߌrKhH&euApR8>"FWv&eV ygחO,ʖ6d/T+\](k3b?() K06E-D+c?\z94yP<;Z3N0Cn̬=W2kԪnKVKh \|Y>;T. h_lRڶ:o@cu5:T|i8-܁rĸfD",aGf*3{?_&BܨrTNI3Ŀ&v0 %#Q5ם?YY.ʄ+1d{i"dYTUΧcIw-s%Ҩf&}\p%h=UAUlgF{ՓsxVkWdsEsM}®3ߞƝjx:94W+H,[ zLl)˯.l4EILQ\~a+ଂ3gW i0AN6JV1k&6 RPy/j |87N y:7r!K3|OճҒ:f2  ͂+3F :+3,-b' 䁆yՒg>Ջ7<,7?h{ }KКOUưyY 2 oTjK7\jƞH%P>dwoMvhf'+sjOny[ǒX/[u'[BSԼo2iƫ^?٪ݻ;!xbm r,RL}8&Aˠ4%~l!q֞^GzpWDMw6}?Xb0{>)6+.sC$'=ЄFl_B{d$/PJH9AZ@"1pFIzhX>Ss&yz1Hf&C4#Lrt=Q/* DJ hoxﴴw&Y78}{Ow7식M fi@mj9aJ qrwB@iJ!pf 2Zљb^Zoznn(Y7y;囘 >S,b{Umo.] A -&sgڠ2z> P(#wkl12O0 h+g~UEWVo9n8~:돴^ϭ|[h Ј z1ZRi}}Yϵ[m]WsoZkn,pL:V*}OmF=kNscs]7L ߀oU P(af,K*bƪ@ TtV##B/L!$ j*h%Gl8[XOt{Cgʿ{oȣ;6&2X봜 ,k~_eGD_$TRڹКfcL*ߢH*D$H^e^ +{>e /b1evkoc$렭C;OARY9f$V1|'6 4BmYcѲPCeK=ĝ4MVV,p?"_& y`XϏt% y;Gi2Ǖ.!9W{^N5[0_o|T6u557˪1&^ flH8QtMrY.u "SK%(q"FQuV֪xa.V Eu*!L\Ez=^Ԅ2fZNfDFO4Bn o}p ١a2е$1%GE&pZHA=4l*esQ4-qÀ&ݗyT$,tsss >^ !zֺiĠ5{dH ]ύ,<辰H?j;(˼n~ݯD~jDV=?{!./TRm v*pHMň+4YCau:s֥K*DmkpѦX|>sүP׃!Y aqdNA$|~Dքı(LY8p3¸2E|4j'A[ 5s:$ͣW2/x& LϬdn/*ǺzT8g*B KVWۗ"^yu@+[ISwEu/u)/+eduC|X98B$_r[@Bm8%YzLУtW䱵)kbl6|`FĖ0fIY %ɕ/P-TcP;AXt DO(%J%ճ3!H rUBgMG7qh)'Օ.@;I7VW_!nGO֡ W"4ay[U%@Ȅ;0J">N7jQ<#Kbc%J(Kf,!>PfmvroAe8P$:&T5l+0uc.XFL$^b5`fɭ_u>E$a&.C%yIg1GƝ,d]6K Q=`GЊ\jLKBNWj]+BZiQB;\PVgl#8¯+DZ -{{7?ގuqoZSMnOt_ͭ1%uɊ`" ƟV#D%5;G|~\gfF.zhȣ5۝laӰuQnbd-iD@p~y[~,5?w!\34JY}$ߙ؁?):e-U U9p ]לGQNM)_v6}"fLžI|h ^|Z1]|ӁJ4|+ x;dy^ jEpCp]mFaK B_]Mdᓺ"B["x ŹҾ Fl ib5q׉NB,GB 8sz])n͒:23o%s3tpoAtUynat4\׮Ă2p5E]N N~[Z:Ham.Vy^}ҵDmhUrUZiҝ"rj'/H〼aђ@X 'nh^aET"ּcyV% ;AAPYՀ bڰ=0׋7| LNrK3Si`EO]yٟ!\ˀg܃qxHkéw?c+QBa͉5Ƿ ,"3'Y`e0'tb|*Pmb<TX,eigxz E|盲EP1$҇XO|{˦i EV'+·ƪLhCR_r)Η.*s]&G rμFܵMcA1a@\X_` aEvM+s%~Ң2"!,iVP(]Unv{o߂IsH+!ύA /jyR޴&k;6bQ,ȳyJYNxT }D.O4gyꘟ"!&AVٜ#Ա1 TFG*P )AM7 ZQ6r#c΁zon&].s2/aP؂"l^piiUa:sr &Wsa,=s^AވN xjwu6K?hͨS|qZt$"6& P؇ Cr`ȢIg,Zl\aN7NuWq;x\o`ٹ(}^+~Vƫ$)+fyTբi-nV vm `'2oo}EԾS@:i"9L9񸴦 o #[L}Mϗ+Hq{> d98DN3&r/`K DIԸ/\EoI ,:ek[AmM2bp@M6G>pyr\` fiGf2uvyO:oZ ~֋YWHN$ʢ~htgh6EI]Ȟs&) _̨Cm>T`;v.GZrpҰqXbV<1Nֆݸ>6^BLQ4NG!(ʹŸ y(Q ;;&jfSjY(Sn~PP凙{C̤*`홞!u6=26fNa"t7wݐ,֯A@T2Z t N; W{B.QiU4 0!WgBhPԷp!)+M΃ȑ`e!`1g/M$od9z7B$GeSQg*!/e!ό.qc>-wHP K2KXf rp5s,̂& ѓe(KD9&m$Љ$u7]M*}|=&]cBr{cX,ئW9 n2[7uo25L&\TचW "$E:vZ@qʹy-ӓm}ەu*~x+GQ_Svl E I2O.[,' uuszQC:E9ȏ; cP#e3W FW:#Mw}Nudz;}1x+OC6僚||@CAJ0Ȓ͓F.u2vCe]lsJIPCwAI6aZ0\kbq/fd߼Yv㜸 Qfz2B|̜.W͟$ڱivCz-g. y~Hhyyh$,I(35SO.)SN@TۮM|MtkOw=D+_U.j =c+W dM1'#gwX&qp?O`g7A*/}/ag$^x:/E$5Y+>lɓ/=kT yo (m!eL'G3B{U92u_3?-` 殆X[@bjqiX x4t!c"pkA@bPH >7| jQ9BZin%EH-=ï.jQT@2`\f=1@oީ_BŠ[)V3KDH9.`s+*, ڂ/i%nXp~}ſ:ȩB5^>IE[}Az~nc c[sFQHfv\YU-=PϢ箒i*C*qgp *yxp[侭M̾Aƅ*d]7K1bbqmR4ߗ|da>P`1>(FA$2KmH WRd= >Єy;?;sznucmKXy657TXyٓ{C"MBf??щ7 8n"ʀWfK1W{RQ?D߂r. P'ώKP(OHڃU ?w5ֶ/>xhl)z;+TUx?S1ݸv?* ]$s%>%ۑ+=YMY MV 2_)-HJTv*c@IzV-ea o{e_.:+uEDD!5im+}/76 ;n`<x=4I96#Wf#fTJŹwJIVĆjϠ6 (`A\ VZ3xH`o h:=*dO/?@vPvu`[Rͩ': > )Jޕց*dz8QOKe.5qƲ ~s`S6ɑvڬN?8zLzd8YĠ?nr~Pxu!N|.k _R.N}XIz]IϬIX3wDaW(vufn-0Ԝ%rN`Z޾ +}cMoPO{YzP dWx\ϡ,Di4 +Nzm8f2ǡ]_9ѳ V[i`SBv}Y174Ղ2|BDipNٓGhBB'?UD- cĹ`z-=i ADk&XΗ*iFͱ l)/a' 0pyq[@.RV{;Mt? bGšJͧޅKzTuTNu0lN݌Ɯ,0kTbD;<8Z i?ݸT`/`t2Lo ahq#kOfϝ _bP]OЊW+{ڦy"/YSA&Sz z؜P$BWo ѦyvnI:x%`c"D.]ȁ˲DI6ml _PJFkQrJ҈7姻=q-sDCJcۭ%`,Q4%wrfE3uJM`ScJO1G8B^MdS܋CW ݯ ma-,8!Y$DM.g1$U(UL[-eݴԿoA \bu_8WwӗK-1钫unlr59IנIm'$j[> 'Z/m9j$Yp "RA Q{^ ^Q-2Z0s! v$t/h_t)PT,.<hB`qO~2z;^$b4kaxyP `v| dze!pݥcqNMc U?xqlrֺS逊Q ]@cR?JjXU1E|z;\$ywƣ69H%0[Y܄}uVdk "O#"(h5HK5INI_7]mR˅cq4-JnLlR2XH;AqVV^_*]EJ%`:#C@ dX~3x8Jkn7' q,boN/eB7P)J7W>N2IE$9KlUw1pd%l6ױaR})eXBamzm=f*f F%5j|z3c_) y؝_d[Eҫ&YQZ{'(,\N:h{; %Oy,KjJ̌~{fFߖ:go_tJW"M{)j_PkNV:J7^*)\xKxpm|roh,)V%Q"8Rc)Rj?![N+ö5nɒQJʬ ^ACv/̉T6~ЗJwZd·ojlTFYyG7,h ]g5! = i|e_ P,ES^YƠil~.h{U<~$Ć wT^4coyn]SJ:1IL50.92MAmjъ̖N5hZ & bz2$zsD1(G[ԲuK9(l8خ\x3qAHZBԜz0m"Ғh'p W>gk*r63iƔoF餙zamR1f903y1|,]KCҮn4V0ۋ Ŝ}Te"K[謃X}g%-LRN1ebUٹ6oHcۑrjA @ ]Dz %pfwK 9}~@v%غxnmXL-jZ>amU٥-kw7QHE-jإږ,͛K P`q&x'RQ:."|iC;j!z!MN&FS XF `.H1@FʚEn]0΍ʫ۩.G:Pzl1@§eM~pA2AgB}zp9~) 7y`]p@(7Z)\of0xА= 42Uu*~ +?^_ۼkȂܢΛBz3V=?XDrXm,gefl:J_ŢUUd@i7xY F D&(N3&d}k"BFLWsiܜ)6x:'x8terq`3mɵ̷x׎wnFbzqlEv8xF #!{SVQX-wCC Ĉ'^5A^&hb@q$= "\a|Mx覝zdt 0,{{Z &d`Qi63Ooѳ,#oqôIfTtch#*a3WE dI#2:d7Z O INPa4PX t4qF42'N/dI#RиR<;ŚkMH8p mхs=3p1 f5{::1wjMNUX#0݌m"w͓jD!JC&׹q~i9nQX?! G%%7{a[)><Q>6j% 1:%̖P={V)$ιFgO,nCzKae~ސFERm/xlT^ʜM l *-] T oݫTߦFVY/??zWb+Ub}uG8oJ`pqIpԛ}#/6n@/$8b6P)bY{4)"S9= =<]EM)%;]dJt48G8-NԏrL$kr@@)e4%/\g/\] 0:XR,!١_:C?#!Ο Zm~tRG0/> nN+\*1~;OH$6kqKO3;^_ ~3}H`cid0X rC[ yF0>3IgeȈS~ O )טFE#翻7kbW4yIrWcºEyϐ Nc>D8`pͶD\F]K)QEV6;Z8oHҮU5"ѡ,"`P4Z)9G5?Ld^%@Y8K_ܶyvH5joƒ6&BS}ph(~VS޻rsx$xq sosV0dߦEWLH%||=njzYR!]qܔ]IɚfY%kMfod< U-3a_Rl 8' SRq{tR .s1h`4snR(5]76,:׸<8;leTUS1lD 4w3O'#.n )Pzj'T}E2>(cT{*X֨S_Ն7Bq!~2p߉D+ g$hTT%3pD6b*pr]4DH:5vF)181X*u]:f%驯sq:0TdK7y%$qd:t61.ܬ^بEK-C6EiR])n֨GLvLmb}on60kM ]kPg䳆9e0lgҹ;6)h 5|v'eyt5L$j9£A^T-웸&ü?`ՙg庼vsWsKd ͝wpeVrGIT!C=>2*tHOZ7JCdٻֱy.{X? KaZg/IC.*iHG3*^}@e꜍?J>(HvH#"]!Q_X x&Ldȵ#4fpL2>[lUl~P{$^%4 ?#Piu=jUu~>!&q( G:)][  &rInZVd8N5G ӑNd4[j[ń[k2uگI1&.8g"4Siũ&j@vm8q3#5F`0;#*}?:UnDy!Q]`2~  Tedz,w_YG8yXǯ(5K4t0&?DDÀA99!PLjHr+ҼYR1.{![VA\ㅧIJv&ۉxGl:^SU]Ӊs hXш=6H*ecH9+҅;vTP3bNu1 .*f$54cC!Y%iCL݇G@o{Y%2 w;!lUg*.z];Msp>XiTPz H*6=nr:) Td߬?PI8jSr]DQ,Or\ @$?kT"jd+ceGܨzAXv@37($ J^7,.*i{!j^>&=ӳ67=OJ'!k`&XqN{㷾y҈ ~01*߼>9&xp R<ܭQH'(JG}ϡ7/!?x*j x69ucZ_V:rTS$s#J:,m),$St#U5K,%YG##rr5J׊1t{nhI="MdY ]cYwN]g'_룬$ˆ!Dh&Oџs[C\eb/>eߒ鈮^ͨ)D屳KϹMULgvyz/E֠J !:@B)w/wP.PUx\,4ES' (xrUEi&eR-O]lD'="TN!Y@Y6R}mM]MғJa9e&LjC,ōP&S`\P߬lA/5zZ_lǯ("#*XXķhDE'HTp]莁QE(rcR/4(s>&;܄Bvpewm,>*i)H[SG~ހl<+^~&S$ד3+_ͳjDxns;bcְWei0fokҗ5| JR®Ih̎@CҬpEpBc7=2'q =Ss]i83EnG[o9H8ɦzbqpE~p|X!k4XVܩB$*Q:dqHH6xH^fywc5b|ߝYi՟ ɿ+6&*&d Tp==9V`ygzk׆D V:6ҹi;yEHb]PTf6FDDƜ.^ vq 8g# &JƯoja<\gPmkZK3=IY___9eaqXo^0㹙#JEmmⷩ: vFE=x–^;H=5p*hCq-EDM^aZa6lF%܌ ,'-2& <ᬃ-з!]0@XtiO;cZy;j)SwZ=`ԏjZ鋘n/]FOE&<'0Ή\^cU$BBC s8tEpn-{ȥ$MS}O~9ѵ56_4B%<{E@EgĶHq33/ M(D}gZ J,|2*{ܰ,[]<=Za,hFkz'w v_\BZ>fM'[ؤ0a,UG9cBy|T AV-\mGd WNE6WPɻ[rRZ9Iӡٕ#ն7sN^T $;@|(P%g(Q 5Z>Z]u.DSlO6Ⱥ9 ;*P8!_?CcQGX=nӤhI.f"no?Eb+& ͯFֆDys9PB/ rM Nl")[nV\ W51P?fkP מ)+Y4:ylB+*XzRu'88ءg2l\;^)KEԎE )Ӯz2(VsܝqW qV&`[(F%! ΋38O&+LXXF De٠H>MEF /AO/Y ,(3R)NK3+U\6c\wP]d(rz֝N:O#Đ2%FcūuHS/I@_.@(P$$-щA 3 h*\ Ȑu.X-_10İ4?} if߾mtFg{-*;5%ֶ}r}[:J=CHb3y0 [T", 7)T=qLEۼkbA-iq 7.ړ'_w1 8Zfx&fY}Z$ļYoUVT)!uleuhhidY35ބ*a[ tUTH]7,P%M V=JO-\ 4MpmaȆoD ĀM|60B1peI: 9V[#̌$To=سgHavU;sių 6yn%ۥ7l ֊b2/& ?Wǵ`p.%(FX#\`{ym&O3kC9l5mHc\Zg@ǏH'u!vk 7͵A2Dv3z$AQDT|bylVl%&S퀖KS)c;.l_|.eC飷1 ;v *hP:I${;ĨD OGIR.wS>|y޺dMC%М/:=OlFW[<PZ x(v9c"+Vt@B xPa0qh_-ZiC[?L{)%fF( lyf5H'/ϕIe{cJ}]+6Aզ앗H V1Q?t<"Z@%Ӳ0v-5FDaGf7: !: (G=ܬ֯fz;%+VP*$2A/HoAPLTufWdDfZLdx2Ux!=^E3i1z<%CGG d}k3ʭbV'v'6s7,PR9;lX5IFZ`JCANDæ*x#4֗)vXK琉{5/:X k!9-ȢjB:su3t6 P Ɣ C=yO@};Ԩ2`%dNI &}(|ifRAـIfO&C|2Xӷ-c({mJY3#1@(iwVq$!5_Z?C+[Mo3_5/aaڵ,l  asa-m_)c=,p0'vq[7}E ),\c-3mH[93bPSڠۦyI !UCSN#ǜ&ȱ@a9^25CL'$?3@FC 9H+9M|(_Ĥ|eӴ@c-{*rGȤlBK%դ090}hZ`\g&@ nfyVm9 NJrWUe}cO1p\~v|#@{$$ZA,ĪM$x͇Zcߑ4{2-h5VG'ިZv P!] N&F,/KEP.AB'<hVj9h5v|}t2祇Q f(މ40n7PڮD7llL9#ןadhʡ+bW8褎 urB`^Tn6t6>zvl%2ba#%J.V ó/ݓQw`]|ձ{TqM&g<mrŝa8?%7E_|i6ŝk?s_%C"xh9^W6̸OX֢aqU⹀ޡ,K퐘ijVC!W%E[b06O(AVn[Qsb2 Β{zy;V[dHyw0xe,q |i9ERoPh}Yq@-f[ N$+q%TXB$-n3z:5"X#7D:; :]Oc7}ZJ᾵ESWD5ۓ盇28^x~K@2SLL^pOB8fDaUSlbr?mtЛKN:3P:w Ak_mуh0M2GQ1yMjnqz7_]Z]Լ/3 )ԴsUf|AZT/x STͪsCKI>JVrpǷp>̣gmebsi4!$ Z|KQL`7D+v  D68}%=Vb7_S/Xg"7`$lȟw9a9Zzmƫ? VK5b@4p9}!@8TOmVbE#Y98oke O92A]%+IӥM9)vx&:2uQdx$M{@wKP؀S4̏ی Zzs\~ v6vS9X=;ЁF Sf0`by,%Cȧ{*qA߇PAY&JJu,d \۟A*Hh>^Ǫ(z!,dMa$ o(*2&zv_W}@XB 硒 !Vo y\(ڑۺP} &zkޞ)u s:DAnϋ*I#pE/$|X@og1\2D#p)37jiF7ȫ'Z^ٻ[9jH Yvpi8E'QDLP[(2^=mPb)fʫ g>ƻh"/TY\P\he5 HR{Ȅ{.xV`UVU!&-JSw,7ity&NS%0Kwb!a44P[f#B_kZq{l:\ BJdyJrWXIgUdr7M$RhMkx^$K.t{zl_l4a;fH.-foFvdW2낀/Y_i{:1ٷhXXuޛ fA|Ȃw ,&r]rGU6)3A Gt=U4"7(Gܹ>gÃo ,{EWlC7EA6$J & K;PF L1s+OpbͯꐩFӒW{$0<&MWJrp~)lﴮ kǰ@ц>x8 n(Zf=rFӐ%tUM>T?sC4 <}vjdCX+~U6aQ9nqdnUv2Zh,uLrAY黀`}ͺ)UAB4.Y/;;L0Yӡd;`PW";l[?psgM̌{'}wR6.&jXW_pjI>X8=[r{IT.U1 j#@N0 R5 r|g0y("RW!Wr$sLoR00N&y^f#Fآ\i%!5&eި1@r|>mָߘ G՝XO?dYT G [U 8{d_#U8%PwzGtۭ7k',e0 a :Mtr⑜F77b[7r3N%w{vwD$E+J1:4f~YcX*uJk ROz #FvpQӿm9RЙDm"HĠe9[Q@Goanv8nmaR<^=Ԕ\&߰jk4P^#nmH7ka&yխiٽ$K%"]fboįx^ mxZ7AxuY$eio@`0&("Xc*y`?;uyσ`>xhzg)if'@p5ݿ:"X׻yop"iYU8n@;zl{mޅ5 M:Ī@g<@hLb$WO&'^lZDM8ʆI"CS&`UrFl{ U֗h;Oi@X? #ǘUtlTNK*..b×TY!0:`] 7q@ה)wŻ@GpDNMd# fV͇Nט _FcP= 7.~ C p 0OnJxՋ^P-iC<8!3_4_x-pA[ĞZrAelT| +ۇ/23p«r⫺-[d\wHx^օ SQQ:f1t ۣG +\dNL )7 a:fX98W:"l$A5^7n?Ux01J6GݕW8 >G)MJ@ZNH?AqQXN63aC˯L7&|Na?;%|L34zԉ.FԒ\cbb֖5¼*X?nHr.p}Q ̙{tYzmgB|k=hY&78=rXDS OGc 61L#z%rdE1~lzbgS J,RЇ#ffșuhp>m' ̪7sqr YЃ]3*Ԭeʑ@M@h%*SZ+ҥL blb%4w+% R3Ȳu}~;JpR\[h@NeXr_l'cck<y_8Q!Ha~63vT2Jw6#X6=nW-[(fJj-%a H[zb/UڳUҮ=K{y[ u#z#AmoDATtGƾeƮ%icq(j~5tGXw_ _'Q@# i$$ҥ2Vd!ͼ3?]NUMC`_*s㚮b\-e5wk*(ATgK?+!,@M^wS֩,\q QpG86HcwΌ){M>ܤ*?_J&Цc&)&ֵ$M7U^:ғO2%9Ɋ`~)82x0ѴD*oţnI5yt4Ei4tjJ"z,!8`f 8=o!Bo@w7}R$\ qeWj_8eɳd v`#{UPҴ!S) ekUzE@Q Sd"X4TݩGִ%:MߤQ0`*=2i f*Fe~0SMB+ر@jeE[9ktЫgCFEcLlA7M[_Ux ,I8~.YLDKX~vdBwN.7Av+IM)a" }¡fpL NKv#ub-:q;6RotCRVK;w_ϡʳsfT9wq' Hg<5kY$n?^:WݘƙmiQ?1k7Q*pva1 gkmQ uF-Id"ڐLf04$nF46{cjtbdo~Y :zXbm3aTgvJ[wpcc$9n2f-zKWywޘ\?"̙F| dGZXE1!^Ql _k0(ȗ K*R%BN (h@&;ࡘ%$?TD/Vԧ͔^(xQڝ[g8W9E.p ! c<)+ 蕻J9s.AZ˽QТ'xFRC4UI8USUjU*'&IkҶs8^n4/Sj?btZ^hzA4ݖ5 k&+: ۾koϬe7mkƒ83O(vX3 <\=8/TBa"Qk_Sq jK0y0!G(k]P&@fbPNl{6q &X  { +|^Xorbjk0CrGdb!WVs]0 Dnm!.݂mxLxl[HC2Y]숫eH:l{\R_<ޢX͐!a2$XKLDkS-*C ,37k _jTj erA ,gAH69@>CXO!2CrF01d695 ͗$[:V T^"b˕@/Ʀ^8zq73sYTho_1R`x˝tafǙXt轑~*J> vߨ957*G,b~Yns'h92bpK_fpGǣ~jr?Sd 0$D&߫5`j4jKf"';IpXgAuSnD=vn0T~OA.[PE3MԳUEa2r Jh'jOk[*MXʀ@x@rխ۔4pJL&"QS uo)0ՅUM:xAd/+=:BGA<8mZR,J~N?̢%WsB2+#'xnD_IZKۜ9J!NK#&]d,vhkP" w}0UO^.4rJn/✽snq+( Ϳzú6 V+5,ү~{5Y.<,kgוR lciN{zWXè΀ig$;j`!$Fybf+GYqg RxY$( ,6˺>.\@KdT2vX2{{\P(/{q@1F^~+ >c۫Bu4֑3W̒hTv<3ű#*i^O;YޫD*;=y@̷c.L2JR%!r )`Dz*?D.58ßtI0db˃8hfZ { $m~ӎqOhˍ;%'4 T Mqby}D@1w:3zӲ{a..)Op*TT0M6D- }t,saPr"TyJ$wQ[bW7P vU ^QfSJU954 e6bKg fy %6>nTWR.PBzAJqPQSdjEi`~ܑmmQ »S6T^x'S$nl۬ 25ae@$!=>L`^cKϾ^4Q݆?P"qqЪŪtP@\ʃe`(xPT?0[fsr1Aa[XCE>輋DD}e7(D94j"JRr[ XCW_B)AMM6D2 L#fmY 9*P6UT({tӻELX}Fyb6?ThG '5 Q57N{}aDʌ%qw2 U@2S"Ȃ;'`I Es^g҃wQ[n\N)IIקvG1jߟ g] ڡP~7y}•0$fz`QkWwz{]کpw5'̅=&ۑVUOKAi&1- :cҜ4#Tzn6^ت"98MUXwtϪ1B} A܃59mQMr0Ph 9pGz5grxV0kRtF5͏;L;U Vv-Ox,@)Qo`y9WWG~z" w1L Y#d*%{02w $nN'2&>u:Sn)GqlLwb!Fm*k\q4MƷNICFEx[*17{*7Ϭ}lq'Z=]H(XpLCjbʂ7|=er)i1C' &ۇn>vo(bKM|g]SIE;/!I3V@9JԱ`h2voaJmWڷXJ"rw 0}1Taj$L(5 OzapYIpNX XZe'ű Eljw(]h2q](]ÈxM[rCډ5?2FXΉM?q}K4$GR" }47,d%5GWF2#S]-\pXWqv̟&DL|74p\ݖ~|g1EiRj'o!fe+8csP$J_O/=BM R ?TnbK#@<Ǻi~=gR}3#a:R0]yo~We(,mř:m@/ td6XA:EՃ!fcM,ឋ՚d$%q""H+3ANCURh0Ϗ9Z'ޔe^}Cg:O'zny?dH;[mY*}M&_0\(?0g n"zȈ=ML{_}rKUn}ڌ:'A=%y(x|X!:2>s,+ .+R8dg1![RVKvbQ ˧oGMG{AȺ p yⷈ5i2y2#-lqWS5X[_;]0k5 kTJ %~mJ3!31$ ǸN;29Ʉ:K1Sb-U2[rm!hR0/*qXYGIңsFG0淳Qv;-ͫw] +C1 o2&c@0/$%cV' ӛݳ`Za,@(l/24,(Uox5H; iB. Za9` 5ű}^\NW?y8Ӈ/gK m1*R\o9LC-Fzg[n&HTFTQ G2,`U^íqMZR5z,Eߺ <ۇڑGա&3ғ208 ؠm?5:{JU = qWt9?bCїhYDXVp:о?+5"N{Sd5!fm:ǁ|f fW[SY7i=pגl R%-m!;3ݯ:U`na=;EI`44RCLJa`0※ Nɳ!C Q~+#6V/Ps\W{zqd.PnG¬X@@N&;dwtaق­J?]\7/tCY}TA1ؠ|(mL,{t(TfR-Z6Ql]69*%dל<ܚA?dT7v5a9 VY{!VfF6<شP5"n}g{CdVz7 bW[#S*ʉ); -%ҨWL_vs 3[ʽ}rC02UuH ކ:>vfdj eN`!RtqyuڮAQ7,8,U؂Wj 8f O)I0* >_|Qeh[kOĂR%l^$O R!u^C/2Kax! M} +agݪ\ĎuTS? j oH"!>H=W yD OHSiD[w"-`JDfclvg{ggBtXN)~q b̍X 烟8"z_e| lr0A9+-m ցT>V~ NQ:;rASru [~y6vB}pS_:Knͬ6l%jce¤kAbt 륞y۸K.Ta^G> fnT*)TB%AḒyDb{,ӗ#%zH87dB)|RڷoB*{a%dj:y,Y s=q36x eFlVFy) J1}\] b,K<9{3Gi /y<swo?4$ڕȈo5ܳUy *eCUa 7H(XUi9BQ#_޽.hXaPn7WB#:wȞ|*p7FazmhQ2`ub9d <+gJFgA^87W%7Xc79*- WdLvUQ#8rU)Ś X? ,H 5V67f:hSD4+z?!鏮\9kYt5~9 $)O\*@pp>ZAzUOߎ@gLFPuיϥe7I+ T+_ ٣(j堰OlWz6xmFN˿;N[3OV Ro@s6uWŘ@aҧ}e1Y7 d4%UAq m:dLO]9!ק8#vUX ;; rWNY EWNH);c S҄Te ӂǢA7T!3.(E,͊δVث8_' 5;[*Vd l~8مcEGm1l}}4Q];Ӝn:g,jcPIV@&b`mOn2V[&OS-~5iP%!l |(e ;TVV0Y'ϋgC χXE@Q#h B!WےD\!/nvtfl8q୑~rt<%2bDXWT:uwHLbfZ0ţ0Fwv@bU@G4׷-c`D#FGQ"@Z"4'<]VXyV5&lxzLe'ٔcO]v4KR &tGAEZ5!H0wF[\b-nl*6[t:&5?з^(W!cK,vpXYٕfn&KuOmwVv{cPُջ1D`})8C|{qoĞtÊƭGE!?GǮ;5jm8xmk׶6fq#2IϬ< oπ:Sy~ҰMm!-{@F/h7:$$KVi5c8K:p}nz*UZ-ߠv.z3gY4n V!0aڴ,* QEm+V&̖5KHZk:F1TtURҢj!pB 8bj)nV2I@T<X"Xxst4(u$ImYS)`%88іVD`yDyrJs$w^TSYuLkm;psMMk̵:E I kiQ-\/ۨCZNH,w7d2reT^3SFh_}|)}#L")/Rc6Gq o¥KӀJa:z..ok's|%lb;y] Nd3^ N3"{gl)& 9 @fuh";\ QԾdLJ>eV<7Ji6-oWқ;j^[i:&W8 [A.W`7y+j#3>;H̰|A ݿ`Ǟ(b7D&5iqknB437\:'[/Rdr>hZ} =$v!و'Br~Ù\.wV,>bgr?8@`ڒNz 5(G@Ga%J#d|Z~Cg8 ʻX`Ge͇AС=X.$<ǂ1.d%(}y!PX 3a4۸Vխ \͟)1 akC<*Oꚠ~`GeIK ,k( 6.Og؟X\w`^;9<+ku ̪cU%?i[N!@ N^Gѵ1υP_VSӵ%OTA+_$i,X6UHxZ=py0Ϻ[ىN*c~~mUgFsy8QR.wrKN<c"|P?jbD9'%a.2d?jN`2~Y!"WV85omӉ$bJH&5,RV%z_o{ջp ^/]pqo_|8] z:Lw_W![1f/͡IQˇUXv{L0ˋ?iB.r6V^2uGɸ$ofim~v9߯FʁRtZtw]nнTZJesgwWLW٩fw@CD[B9h i rL-.Ϛ4]Av4("`SOH}o,ЖND@uG$"&}նqbƼ}}]ee[bdllmc%m䏥,mwuVjLA".Bavw}q"`5#P1E*yL> +Uu{:;YDH+ _i:VtR aV8^J5?]Dh*Jw Iћv٫qoW-IrL\ ׍};MN9Oj*jQVtM?hV{;̋}BRm3\bZʝNtܸ+ F^E{δ~}ym W4֟$GDx51Y gGU3bR ݣ^~;6"ݺM_41JCcj?ziQ&FU-M*>N2gy-[+bQӌ]0x o&Ty}d:4TȗGƸi|>qX Pr0Ű5bfJ%;DVY~.>KuFSֱ2zEsB cW L(ޕGm{嚓*s:*2 <`JN@ Km7KHMZ9'S <*X'ᮅί5,1])sQy۱2Mߍd5@tٗT7>{~sU5hRu(&E𙴸fFgOϦU]#\y#4xdãY4]g^\yZI*qr28*(4F%Am. 4|RG0gBZWbo'|UN?x/"A"։!{׵;iΌʠ+v#: W0~?Js:UZO䧯Jݴ"*4ĉzRT<~Ho}JktOd> qa"0D2}W_G!=_rCHSuf-C})6EX F6 {o2ԨcٱBRY9t~. +5fcNzƊ|i&ыȼBya912>;j T 3^s|\4H qL^dxg' b4-OڳhYFbwfx"+qdT뾴LJM$4/lZ2g2QjtU_b5U^W bZznZpb߱\?[<8 \R+YbxEq5?X! ޾M?XVm.fIku+DY:ٸ94ꀿblj`56?2O$+FMj,~3ueϦA|CE![Z eKç1Ah|[=Vh=΋B<ϟa[j !pmUGoYXo nA71F(F\G(Y wN W r1/RV;Í]ܱCҴBx8)SOAI%V'U~ kZeG(,`{>uVᣮxB+ZC`QS"-5qyuI~C(qqt7c_pTթMZ'z&=M hk8x+nEO~=.M K|m$*9l[(GdyߋwUhLVn*9Y4uXT,̎Jȫt]bVߔI7\耳qM1€.r߇ռ+1̫\ &j''m It)TvyeSt `>g,e+/H\[DWpfd]J><̌>M JA(A{uKB:[8;Pp|>r]>.hB7;v.>W6\ #?X ᆥݱⳁ" b UhTwpwY-qGS@m՞-T,cv8A:)fэNU(q;ƤL:"|QVIC2Yތ"Q^,£N P|?(CrCK>tpLitٿa-88}tNl`j 鞴^Qxknj˿IL>C)e,eT9b$xwaUVaWqPM,4`Nph[ 5->D$6gZ׷V-d$콮t#75I:E1^%Yi9RR Wm+h3buѰ=hC td $~h1A_56܄V&[mz w36|h4.1;ڌ4,FƄ.&壠5|G9\Fc+)/9"[p5O2}F]dEK6Q!=623nmjuˌ +J't-*.c|!Uɣ;ȵ3F)#PQ g WIiO{^hw зkc ahPM%ď+wA&FXHyc*[cU3gC,FINgtp-|.8T8Fk ;w&/te8e9íz⼨JχiPYƻ9|7WIڈ6^4δϪ`Xec&6[ogVa北hWgJg7r#_ pw5FNo@r9#.O$BжL@ǚml-i\zy%/Rv&@Iɣ2Wۄ9:yKC H&7").VV-wVʬT_Ǖuj͆ g ka)$N@GNOF3g$!6ץc֦*{6r[|Ju@4sKu6-xvCYIviP&9GG4zK0-(6Ͽm5y=Mkgl?)]hev>$ov~uY lGPHZwE%BW`z=47_iKg<9KB Ln"6nubFu}h>!>uy03,HnЇ!v൵Z_ԚI4ǃ])0A3rOsS}7>_e!&Fmg;JD(,L[㎴&xXMP+*q_ \= WD~랫X`SHUh$ʜo-Qi!TZ!Zd\rFI(*h .ٜxc‘)YT@ثId01U=^ ' Nٝ9eI :TvLNqZOc]Ib|&CPÄ/@Bpo"!uS96foZ "QB&5/Π^EhUaw=wL]qܨS^<Q8+;*H2 "TmL\bQT_ԏ=[wr9\+u;M .~ 3=xo.~_o*y~CE+p,T ^8~Fb7n[rWC(⬨`YwzNtO6-I7Qu+̌s~L`QYsnuKe"$.SvjڭuKҍۋ}dXb.'&G%Ut/1Nplc fcfB:lXn)nT=v(4>K~>BfF+GU^o>c* Q\4i}Iq8y8m6tz' _& Ƕg}!HU)Du8D dhwOZu'._BS=SʤڇUit%Lu|_|+7OYl挫֜c}PΆ|y o_5Z7`0kSDjR¾ԗYYң[BY`gEIՔZ۬[B+