libMagick++-devel-6.8.8.1-49.1>t  DH`pZ`u/=„(Ymyed =l[8U< l }!2?>-%}BgՙR7?K]N,i5:INn>:ڬ?ڜd ! aTX`dw )) ) 8) )  )  ) ) Y) & H)   ] (89:FG)Hр)I$)XPYh\Ҝ)]@)^ b c֔d(e-f2l4uH)v w)xٴ)yX zڌClibMagick++-devel6.8.8.149.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.Z`@lamb57T7openSUSE 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#507728lamb57 1516275008  !"#$%&'()6.8.8.1-49.16.8.8.1-49.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:7685/openSUSE_Leap_42.3_Update/898c18e9d368eaca7a266ece885470bc-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) RPRRPRRPRRPRR7w?!G?`] crv9uno -FlյӖZ!ۖhϔw>&\~Oyj2SQj[ ]&XD nϗ1 q 6 bj{k07t/&(*ᴑް>E+]`ނG0]01eɆl {3aj8h$S>ߥXC%h`vBҦVThKj=#ԇ0Ŭ2Mh>dЈ!{hI6es<i 8oZhJO}}4'vw*3Lg2x3Rɫ]nQLߢ R#SE T);*K LGӬ5A^/%&hק$8QGA 1q'%*MP͵ d~ODIhXF9-Ͱ8%Q0O0- ǃO?⽄6cC ѯ Һˑ%MLʞ:! cD۞s'.3S"MjJR*?[\A)Brd7NgE*D6槤4D/1B0)igb Wp`gM*ruxKb"Q[u]ZT㷊%Z#.(Cy;GcgU_}84مZAi˫`xYR 2$% hY_X=oA<_ 6{\$qTPw2o O<2Af"4=UNRbМ2i"ܗn)ҡԿ-~(կDT,%; 9w&iŽb{uu[b_mi󛬸xyݿܙΟ㛎9)26N/-("xŋ_ 紮3Es:+Oge4%:ɑx\{}v#6 E. Ϩ'Uh_B*9m11KBE u= rv(' ֤9hތi플d Kn6 .b7Â홰"RƈD:ZcT DɃ܆"V( >)PA3E]$ .|( oh2ZHx}G*< HKIN("uCBwyޤmS2*} _+'}Â/=)z}9 C.f0t> ¸L;[ ] t3/L`T1.x&ҙOMX:޸`= n} IJ}Moʼn7!eOck؉t ~}c)\7me)ntP~i׮!=_'.ȞhgG< G@K;xV!y*qw_3$_ULNEYF=} n]jIC錵Cv,R$JͦGAAD~ؔk~RnE3NQ9QM>CZWE5؊KQh5DŽ{Mk@ST2rrȾ9h8_pR&R} >WK9+桎jh͟%M#\ouexTi}pvh`1&Ss1ىcj9K=E}1Jn'**fY-CSLU3;~@TDύIPTHȐv>̲J'" 1h-BDiˈCwW$1yd[㧗UJm4m ro> HIU|ɺ+jPClbXxQ<*le-Pr´V Ћ//]+Aq=5c4$%#F$Qmq^ҴCŽ* QC+8g ~x؄I)TOcݢBFY86 @WMrGCh6VwE{O3%9J/UHnT=4ugǓǬV)sm\sr()[_>:10׭H:_>u44)Qo(-Ԧŝ391ȿׄ'tu޿1ڛ*XYx:DulMB0rUi;bp%vy"!u~k \﶑ml.\eaPjE Ώ0L3^aT/EOQbgx'_CTX_?x%pݚ NEݔ_Y#gnQZjz}jNJN62(n %|{cmd#{ra/=;U%74֡|oe% ҉ޟ%~ȵ$%r5}+-@XdՀ ^M~%c9ur(-ꊰOȂ 3+4PޢUF-^zwGZv)EYwpPz9Rc*61OW K} Z.NU|[GxIrNnH镰fDCʹ>%UH„2*eKL,dq3vNI :; !J @"#D_ߥ-'w] ڞU?rS-ꦣO  VO0Vt:AO3&H GP$fealu`&>%x=&J6W/QN79.bU\itȍ78.!rWnM6L̂x4յ׬- a"`R8iz?T>\W #5 C6 L.,[vBE< >/wh8* BՅrS D1=6 ߗM(D<V$QTH8CZG1%46sϑ9 Wv԰KITKIWqkPaf{ /ߤ2vl q>,Kl/{bdTl$wY* V|ws]<~8J8ȯn3="Z%~%xynYJ&UI|YuY q)[pow%2`dJ) $`z}s|c [Ʉ/hU*W'<i@kDˑjDRgbA]׷ Q V - c iC7vg-لk9~SGծoKlv\a,m[ 8gւƉۺ( U#E|a0fH2,2y{j^XG+tE$ #[5k!\DtE,5tDcȓ{K),rqD=v<|s]1X^pو +j5ΊXt0 ?tgGƊ3 sE%?(!ૹjqw,-9XUW@JtI*I҅7  ;pY>0LS$J(o^SzQ)pֹҧ+*/:ŐT0Df\ka5!&o5S0FiY5|ݟBTu;}\tJdiώHq{BBqq- e"sJ,B慠-} (۩AW+|e KUU=E:Y/.LĿiAjdE./(--C Y礽s$/4АvUyeM/;Tzn Vo8 Ռ}m"2:alX}qû=riJ_h*m}Ae{ʂ"tM*t\oΌ8@ovl$k fv,$E,rz *tsÚ7>u.ZܪuKV1(klaX\D4PxgSNtw8Bgo ;VBl E*zk6y#Xi`)jp^K/1v6~.r5 @foج-wG\܉nEZ*݊4 GqYĊ:kאKCIdi4:뒆^iJa}gͮ%O`dS.V6 1OIUEAK݇JpF RK[ }/p*sI#; nQ)YisHk,kUM}YԀ.{K$]vwO{-xvSUlzqRx_,-j (F}7;Ɠvxr}MFv0娽ᜡ(cUӟsAD ͥe!+&u^\ؾ ih+W_ċo+xkOpBi] 4O8GJ_{I;%ʼj[R\l#z'̝0` _od.uWҘA'<ɯɯߦo_&՘AJrq !ڑN0훕k@ԚF+Gnܲs( sC9GqQI=1&2+i?S^I5ktq)"aCSfƚ#rK~ 4lC G)([Nhg$ g]D57cYP;ܷM*8wyOWt@[JTv!r{d/7삆De *'t?h77YRjPIXg9$# N*:#`ʋZҨUyꐴHl ZbqP9`=Jخy1E?ƵCbܨ ŎLy5؏2=UnfU}~rܳ AcCe?YW̩, ::#Gg5Iva+ a܄Vh h]`w#J趰U*][f&eP˳Rco8ijc{cPu/FH#Vfj xSM:Yȫ]Zs;R+&6ΥgSX2+-K+u}ZKMRFBSbyqy3ŭom26wT!wcGZ`g _~+7GEpkMXb M6{C,ԦX`zr%d?b8rQ{(290I0atB~Y^xN.ʇRW4v~ c{?4=U"DwH[% KN&ron &\5%+,[m`ZWYz`gԸ h4l,E k:8'tTgH4X ӄ40 f^YA6P)MUuKMOo  ݞ؆E-_asKwn.?dPi Υ4Fxj9R6@4:@lB mP5E}\5 N7DETT6{)] ڃ'8GGP(ܙ]?Hq D5gPQe'eA@~E}Ric/.?QJukAgՑV)d߯ N?#5G 4ʑZm{{˗ނx3s# 44Q}4CyF otG\(pĺ'T '0l(ށ4½M3%q'{J| %D"ߞǮ nzK8ap}_&"gI1\ A<` 8"K̝qooQcӛLyl!hŐC1CelE Kg2=SCY{ fqIH\x/5dZ&OUPvӁ*F'ߋMK.p@,goݶAm={a-j[i@Hvu[nd! `g~QQ,.~j\4̐m1-b|/$\Gb-kh#;Y6`3#[b8x6S+Mʪ{poǼ;&KAaz H1 ։*U3ƖJRE v?<.M[hm 8'ڳj}'? T+DF4Au6 ~iBk>Uvu ;6I38t\!`v "PGQb/٤{4 姻BS ώkaJ^^ DYM0mZ-e_ ՝#щ+\|OwS$&p1t;B %!3p䔾QN_S`N|_ƂvNEg yș;f: |4IܯZL^ssg0+g0G@LJ57hңH*ۻkZ0gC}*f8 0u*hXRg}>}sK.C|4n+6D9CYq*%R۶%lKCyhG*f@<>?ܗ%@ ͍GNJIJ H0h{oT&0MQ>%n$ZJ´ cm֊l6U7C1hdLv"!T/BzS+'QmVj?FH5ɽ~OA(]Sn4e `TYdLA AF8(VXdd)@`2|/fͰYgw#Ux;s@^<2B]H\4TGP۞"-jdDC_A0J fmvOsvrse&qk"S*ƞD4/ܨC dtH4ZɀߴXc9+3dךMĕ8)6Hdy"Ё^V7ϑ7\qxfk@yDY칵oƛoœ#ԬzDy*9P[<͑ɫ(pc/=BtUpGZ=mh8PieX-4mU5(3Ol@\IU}3_n2z$0L%RH;qMpUuĉ{q+FUzq:$a,܊4Jmβ!n\F5S'Io}S@&m:N_E,͵rnd%g.'y@K=˔mJn~ u_Юz;RN?OJk-v#ft 47\ĚBlY_z돗oq|7捄W{+~ ~ucw#stG4>d/#%},VuuwyaKl?OJIj^JL$;b}F3= zxuq֓ߵYe ^NسաJ8Tp~W˖%7!".+ƞ߽.ޮF`I9;2@* F"ŖyMaaoG!hy5"pBq4Mߖ#(+ Z :waP_j7ik1dDrΉ=vyCnמyMb s7CjCboVLaƱ!9SCVN0V\f,k_κ1',ȫ Y%}$݃ZHi9Bk ֮#A@;JUg1/VQ'27jFMFФ|~WL\Y V Ez"Bj:?௮ALhP/u P|F"K~.dI#SyY,Cnh$o @t .zeqω|qo,FEm"[񩊺{k#M4q%*׀A80EH$#&p0ܛ[[l9w7 )A^=fWi֐2u~Vk1=qh@cԲNiȤ\:7bIz暘(w`.sFnz 6 my'bi{FҵdTMh#;XCX)j3gݣ}$#n*-d^ #X~d2GT3;LnuIa\a_~-T7ħIy`ѣS#Kjj$ י}vш;l 2 g"V,JÿbI,ԯIAsVol:CN먜\` qPw0rZIۖ}]tj#.sҽy'd۠pL,< Zt6zaOusE NNH:=8FȬp:|JbTD$$D6D3҉ $e,Y$89}62!5ͳ~ S/@h,(U-G #aD!galO;BeHKY`6ѕ%JՉa]&BUT+vXG,3q^*[ɿo=]}8tT+ g{lȰ:zk dg+KOթV~A$d00Nc/d%rqXw}]*9޵ ±mVgvi:@bVj%Kz/FQ !TUer0S%ӈ=.^2meS䠠θ26kٙúܓl\M*vJ L ͐~[K7̶>Fk꼱$ʸ5a^{" "1iAҌrﯠJ]okgµW}Z"s8yoNOf"7%e_ I COPۄ<(#J] H]IHl9bڣqkQPԣc7=`*&ӛ{^{;T҉0@~-' }CQdp%heG3k P zrs(*N:sdɐ+[r318W X1(l9K -T \pB|!n(f 2Wz?1N5[f0/G#|tlVYgp}8c{*63CM!ql:GgOvn1Gg ӠEilLW2$Af4}Ӻ.}껈;<|ʨ"Ks6=5#0)26_mܕr@VgjQ[Y'5;O= $R͟qD`n\Cpz2@x %3z)JWYU˭$k+ͤ b<#_N?GR}fW駮սt L{kj6y UD' do^M-᫓p$n]1 ?N`mwzor0~vQ/7Hy=m%%3m;K; BtNzєؾY^~;7$gQJ@I;zSHxO}Y`DLjm2D$3O{/bEl P25&}HNN^.Tq5^~q/-Er5SR4L0WRPu.K?Pq-Fd Bs$wN01>`N xx|L`v<8\)!Nv3x13ݔeeb @Ba 긶olt׻N}kNPz۲`dŘ5Oӳ8&?^}(J eʐˆ1`E<3-GetOXm̿aĩ/A" 6MM$nB.vqnvGRhD {VKX4{ x@wҥ^B4 > 1]DeÏWIL6?5~ԅ]kF%7,6q >T;syD A:W\$ۘzf'Oͨ9mH E ݢ FVsU7ð 7'Jcv=`M@unR-[#wPkX0i4vaɺs-MB 瞤[+.C[M0eeD!?*)l zFIS (KxȖjʹ>D4r# _ޚxD{1?j4U"jȞO7O8DP*w%ކXޟ-Y!\G!3bY4בB0 9IZ¬V2ZOݖH*!n~^s׷b .* /e8= Qr.jʿa[ &]I4|=Xw#8چ>a>>3?2D7䌶,@RT7l˻5hWk1OB,\m,ZEVԢ9·K"3>EӞ4Yؘk 󾌐!5{$.H=8Emons}c”$n4- ?pφ+}<ꐐ8o7@3YN 6H8jDj5@=k 1Jҵ.)gà}pGs OM:*I=> |+>w"#kapݫ3]oT@/=bڗPH?e]:e!M[ hgb@-U}( ]t>3_+[wV"n.8oPҨ'M:uжVK>(JuWw GQYihR]p7ᤏ4 SzM%+AhIMGZ5H4 缾 z {8k f] +oi )ﱅ^:d>9MP) _'VQgv5:9S~qRsWD( 4srm&r.>_ (T@lhDow'}KRzDBߛFoLdIkj Bsk-I6So9bJڞ0: OeYDD 3b)N 㕱Oq5K\ksQ˞ݔ/iRRO>6rZRNvj=d OL'(s2T7vZkTȂQXWOE+UA⺤?=Eb}l%}@gBYƶt *`Lb Nr0Cz,5RSiQNk,SSqkT(ɪY):!;<cǕKxYWZAr#1l2]zy2DEokNd\./TciŨъ0)102 VҁR!=ݱ\١ Ubnb#򤍺~ 1eؔPӴRu;\ 4R4Id3;!8jJQj_A&c罄\_~r`X+eI;ѵ  %T -t!PU͹NrS]_aim-EoвɛRB?e+T'd_KA")TfQ gjՇ-ңBcX2[Np% ,F "Zشûq1P40:"2Rh/wSixƄ! :?.i(X`U9ñl9$x vlu;VhhhJK$lcK-H1M"f;֟ [tl^[¹?DfG!WaC vMo^$x(d'*t]OKFu9*^i{& 0[(&3SW=![ ]#M&AQ\H"Bi*ph9LglE<{͘;ga%wV::c%{%ĕЬN뭯|%(m;*Y_*??H%}WWN=J=В`,=#I ,uWDf+9/GRzҁ/{r%Epw$ SiJHXu չt|Y ZP+CpOE3N~_**3*yTV]v*=CKA>ג8♍ӫRt2B)hV0Өߴhx Tf+x`85>.LA)C<m, Qb : SxGpd9-44ֹM8ťY>BU%Kɪk"dI`@Į3%Xz.L6*$7먴(դ:CtͲE'ɖm ܃[ @E_KMU]"NDbO}*j@= Z6S$'og8q`^9r+XG;/?3M@~e:~] tK>F^rAk)It}KUeW̚-'2!p nX kVSMSX]h~ȭ : Zgb]{9N.aO͒ymRFD|G%L x']K*xl_!.$}nNC_ې3G@?YvQ KY[.?[GHIl<Ljڒ|7+=-L߱dsay&>c]F(.m}7ޝxP<2"rɍ K|ߧçE_N]ٿd<#B ?Lδx3 E4LsP L=Y,` 807B1j"]o<|Y1Kj*ވƌ*wP8pC`Z"Ӷ {rjǰeo~|?d ]$~N? %Ri(eѓ8hGZ;v~"*d CPq1g9?*ѥͳ8|/D4}NR3 kc0WBQ y@(0rr$A35+ʥ4jMgl\"0d'hv]O2 dPǨOFY{rݩ~RB*'վ4Ŋ.m!P?EI¼>߬_ ܵOVaBly6>= FCme ^X z8a$!Pd `RJKB~8폋 BcɂJctع9U3ȋ :h՜:ƆӚ"‹깻(/3z6`h)>QDO_ w7.~ hgDI'5̒TK A:Ԥsw&x,@̴\ 6|5:o$buwFrH8l0PnIX3 wτE^ϺlP6zV)qEb.iP Ҩ ,lKpdbBV(0Tme^Oo\_GhXi?uXMmC/?[';q54X̳ת~^c8_9]0AT? ^ /s*)Ԥ5N&݃L z/]q{G !*6d9:90j/63ŕ!QxTVKf_ܬƫbfgu,zd\Qz~\DMCЄ{NVpa&$b?ZP-2Y#1t%FyHH" ARӀ1VM&ٚ`dWRݵ5K4`g%> N¸eO3\j͍z*8Ů/[M|ύ)bMFgaT# ~>gr yo(DIGx+Ro"~Ob8+g&6WW_} +c_iĊU][^۶GD8W=D,֛@7b*#ODOGnF=N,~TSVS0]_*R)pЍqW.!9,T"d?BH[;*+E-r!Bg7ߡRI=u8T}]GbS3_֍{;g0ޠ?,5+l&s3\}"LIRɐ䓎T?/+eӾ]uǛ'BM7WxfaDyG8(أ s('>`J%gɇ(X]Ű[D B +1IUUskp*:G{t(ϛ`]}koO8sY@h*cy,r L`s M%a4@TO͇nH3#!H/eN-%A Ni$Fͬ\r~Нt[]<$7ʦrkDjo/5 +3VMF+G7&HЌf(y3Cz_4 M?%AᥜM `T6M:f' }kbe[,Sϡ lRzQ ;0núj1KW Jg7I%fݸ) P">hym m;n'NH.z\iۮ8?'h,s,*Va2sFv jd#KtR%_pZM6epSNζl;U"X ["[Lmfn)T!B/lG?S=CNO;iq ,%iR.3Da{N!t=]x/̧Pxo_OW|۳fIYU| ,?\1!8 H/"҈\$KWr!@U`?s;0OY4|}StzPl|uVҚ?LK.h3%OUI.9Zh4cJRn0"iHC4<ˑgv%a!O"AfcT8S^csLVϙ6fϒ eEb(J ϬO5!tss|\E;jF _K^==:S8>f5s!6͸rq+#[qEv բᘕ 6#*t<ɇ@[m]jR<Wj B8B@tmJŊOsi bb WYK7wuuјHͷ*+~ՙjX` XF"(a-)]Gad#PE{;.̚ϸע5Kqh Sl)@~0}e\5U؉&E]rΐ>l@ բ/Cˢ G;Ԏ?chQ8M6ws׫ I95&nrΨ:޺M0]9r,188/mJYط뙭o;?ddDH,'eNV'GػȰM3(JZt}[e&zdrflAW4NYLzrN%%mx#S ޳kWRx8**Nua8]:  p+l8Zf63G5樽 o:L UXGث.WCS2x n׿6J:P+Aj2͵~.27`5r ^x|~gOᔙ![yTmƱJD2o )kƷq~KLL+R`^b!W' Hʧ \13pP&T|ץ_:~JS!1ZQS̰]> .zs>*X/tֈvzMnZ}0gbAղ7$klÚ\A@H (jqO͸VN.*C`YHLGd(t>lj2 4E/ܫf?rS<fMrpK^]W)%K a$6tph^Ex>1ފ6YQ %[-D0{oyn.HO\ ܖ4@unv{ڈ]g<,s߽y+dQw~D,OD%VUV젓.C@Ǜw={ҲEx]aDɓ{K ,sU^LbQEe"rw-~ePhҶzGx{v/w&7Ѭж8qR^ͮSDԾW4 ,@W^80VI4b[4 Di= ^?p3B O:qgW<2B[pYx wGnӥ\5- 44b/V"9s-i*rՕؼD {EqeoAQlrfb{ ~ģG>8bhVь@|c8B9&(I*+j};-vo> W\ڞ'[bBY }X IaJqwgv??j6#wg% ēш&ˬ[ͮ6^(,_|u#O qMJt^aD ;fQMm5SZ9*S.yR Ѡ{72`^TT%}Uy`cu^Mn3oGPG7r0Yozl )g`5T(:F7w_|uT'*s vWPbT<1 ) 4M ' >nvX~32U<* :b1L~3YѺAfb>+ ZN!yXl>$9?0(qVr9=Q:~%Shf|T*K|VDe٭ ɏ%Yu*{)аݧ:Ji E1~]g SE14.c~NS\}(㌸x}FKS,Zt&?ײo3D'-:5*4 @:_1O1GMY׈D9k\|a u͇=r9cF(wa(|Ѣ-Ws>$5ŕ\ ׊%t-'$&V ~<>ύZ-*- i78n'>*JyeXd1no]ox(*M_YeŁeŕnYl^$a2C3*l˷`p4)UFB(bBA8}D&E#hs-CEiYcÅbp Lȉͤ s'}.7 3xO@6-K2h#r./b$2 Iq=PP8&;f2iUeFE%^ (4cJ%PE`Rx略xtins&llS5U H[iGQqVϡ8P[t ,*pd\IpQH4(,K UZ[t+ !-?=;XbD_*>Ƶ1Wa0ߧf}KGaMv)Iɿi+‘Z9Luud7nZ\ ZVvJh[d :M]"*=ƙ-0E|V,z#nS5| e8AyA -~6(7A.zV':J nŗ7 ΒjOf{c h2Lf1@#E8oDG3[ )w˳>be}0f#Ӣ2ch^Nq]=HJG>T)k|RL졍k&XeTnY8 Z^ aaʸâ%**2/:#^gS*ێS)K)RΥ4ͯ"+`18{Z cl慆$їx vtbЊ_&^/~\ aFmjW%BtU.ʂۯIך.MչIw^ 3.qEhJ$ 0Df45#sN\ʾ%cU2wzWkKb Փƍ?Ȃ=1_H%Ԝ IC 9A[mϝ9S9i 4Y\;F,:as]7^9_ݟ8;zRnj(#̝PWrеo[Yg֨ݸ~39[h.\K4!4[%J- ݕ&~S5zECΜgS0R>$ ꤺb]*CtưFe3P |>UG2=_M1a#~=R]MeQ (IڭR0^L[- zî.r!6~xnhrj[!V!NAklkJ򯞳<4wo_72֏Nh S|5j?4)P;ðQCXr"]p?D957Oal).%iBԃ䁦'_m2=nUA'*nmu#o&>\Yx^{7 %7$F튴^.f3jLt}F?:“(#^tF@5g "|pW]PH:)i̤Cܿ=]Uӻ80C#:UjE<*0j׆_zW(]ys9~7ז#'pr++p ;JBkbJ06GI^ z.k|﫡t44nlee?ϖJ{ϗRjߋϔk5c`I$ {B]gƔ_LTm20¢4O3u Hd?%@;(F/JdT%l1ZԴRj+ZUY $[Khwu{% W2'!} =Eyk⺞I:^G}i.{[h $\zЈUc齮* 5qXbL'}ksۖ'?2_~!_3muMx;FxS;O rõC~:1ЃAI roUY׹0[58m xI45 F|]EVjލ%x@%O,+JvЧA*Nc ۠ 8ɖԿ= M/IS<~2NדG-' ]3f| E %qxl,zLoTj'$Oڍa%^sm~sk:tdpٹ 8l0 x]ϼ#;78&K2HUl4UWDҥMDowfehI>Xσ"{a&f Oڹ_3H0g< =!F\x,T/Tƌ$[/иso(A,3hZ!5i:Di)BtaIhc^ j©p?&pWJ2,V o+=ei䅈5]Amec~.=:RzſX eloi5m-C8vh GN)cаKrS8LZd0jIAwg:A S/`kF(do3U/Wa`J_eFfxT^<Y&^ǖ8H@~.S(6>:HUQ9p|XIUl! Q??&lu xVruB;u-ʥLiEDO}:Ve4OtzKGkQ˯Vdq>/Umɕ=4.TĖ{2qf؞cp0n-q 4>a-AAB[w]=-4%|$=!d_A.$]BQ=N /zE4=ŞPϦLi3T P,~7#M)Ԑp`+t~ (պBxcp#(!CO+j<ٙsE93I2YZE`Aaqc16R_^@>H+!nȾqN 3uQT\b8ޜ<t"皯b+]R'Q[RghtrkUoW;ZFm0'{W?";u[u_yǷc̳ݻ >ЄoUHAn(½?4\*>._:cuIdŲmx+Fw_#Ց?̊QQQYشkZo_f32\B\`K|8s6ٴƻ {_5-C; G2)mya/5KHP9jhISgXJg U(2JB6_ȗj_#MM"Ǖ[(h=3|\f  +m.4YVi'Ձ]"ԋ)Q#/o"T2DSm沥jn+s违j*GΕz2w4.bJEfU2x6PJda?UoO#) i'C(Q#sVEU^)q޳f!w(]38 aۘWҏGGmĮ'>1 =~ZM! +TF#^ZY:?~uX;^CULR"nt8+ k;"BQֶ̄흲)jiw7VdS跰=4ֱQѺJ$+mN*=WIz3::XK Spr$ \WO=SXzjpKjF-IہV jX+]ZUps-gYYɲ3;%$sB֊:>?͖ۜa>]0zP^̝\l>>\8f|;j' ?%|h^`X8?~ꕫ=Ay\,[K6%1MVl#d'T,2\ \ѼD|Zk[?x/եN6iܖ}{USsyO"AK[BƥRfgG[Bet~RqځgAFiF#0 q^e+VBAGA1f*ūa*s0 st};)w ]!&卄魑BϦ|owR HVu ಯ`ײ#R^Up ºF]~x> 뾩-B4zieU@]ͮ0Jx<^gňB/ǟa~ FtDo""G`5Q 綱eN0%) Psт40)46C#QfhJFsM;Cmw_M72(=`&_[\4,G:j)v׊PQ-]0)x똡t<oB5K}@vbѽe™0 y:DOO(zEos/^| L 4=;nK 8YSPoW A'7hx7GO{Up]c>uGteGX4GDwGsBl,tiPEJP;[J7YmLh&Uf7z p EYӥk2Coj,51*g2{]0yAg/q zLXx9VڤN)8CAM{h M={ˁ{\_A%ppWzkJ>EE@@?|"D`Q!^UrZz*ZtQ%㥆/|ՔSD F%R;) 6K&yFfz77=єxe˭s:O\NM7 ͐ 0)nfApgpiK@ב( =Ќ}zVM4>~Q]Dg'v %rK[b0BMia=Y39*6QO LVw +7f2ӉůV,l"իEp}?7dUaMMl>R Y tYLsO 6K )'Gz_{(*rt2eEռƋ:y0N4A ٹ\.$΃.zԴK я grl"|l؆2Vv`92ջ|e@ =qˣC@SΒ?JՇJBɄCBs+#3$_&L(6d,EIFPH X2&LĖK4/fK.uyZ ɷ; Vfҋ}5:|3^ݜ:rSf>!fovq7i\U6ԋA K_mBY}w7b Q.bVB=,w!R[L >[nx/Yk*X Pw+C9op%e{>ܿCY퉓H`ipEЂ_6h9n"(Jf/[OIvଁlWrJ njcKNA &dP 33ʤz)&f&ڕ2W"ANhΈ(7oOgC]KlLIXFH oHz76dP*PK[@;Ҝrdއ99d_i ylPCJ=$ ="I*mT+yt'qֈEp Z?"V±!GD)_P5nRY._!&,ti-!$#+Grn;'05ONZeT LGAgO3wERi <$ NRPS\{ЪNІq@_Q$a%$vaYr|qUrC^0|)9+l(Ѐv0Ϳuڝ'IE_qrՙu Lwn6_@m!E=F晵 XXrZ2rM]1)CZkw\=x?^B&O" xC-uYu|^:k֡ sn1Բ2z9вLn7sn¹ L}XȖy8lZKȽ|kTf\>!I25F5H{eɤ~cZSgPT jqSau-WV/q"b; bxV5ssY`2~dR{l+ tK֢\>#x5nV-fITh~!k.gmNG_iV?d(D]Q'|WR|5:Z+q +0N iIN@JD) ~"M T@Cm>:1>z ݤ SGɯoGy*C(Dz;t}]rj+k]@@{|mBI0×]VhJ|LO 14};aRfC&L),2RcSp׾9HGfa*4n<|KmG,&|^?=クu9>(&hr;UƆj黟Fbq6}yiRFvzW Y7U9w0oDA"9W2`FAA=ɩ&մ/Fov$&\g!zf\AL(}7E pi a4r"#4tMN)i5Y8j LmNoiN͡W;LiiST8=oAZ\5^k(nu(!-3^cXG+Ơ;{ rIi$ U&V?LA8Z$^R/%Cb]h-b.qLl@d$ [x<4ؔ Pw]FؤH{#cIrj;U.$pgFobss(eĩ7U6 TW6Ѥ赒@>Q],0'(HĉtUٕ_FΈ[i.St[KYy']1w^4A ,+bC僧/bPhA@ u:!]?he-X &|}o?ΣL'wS?E2z[6 urG2H5{ڌ֬/(=cpHtJMwndr"ox8f…wI@n*W9H X:Xx'UĪȈjiŬJ~  *|@,E.3@98]Pp! Wڮ {'DQ +)Wheq`$L`RxոsMa2/Y')sG9kX.1ۖlǵӸTUX'S}kj!Xn"'fQ-zn-\`@LucM ?CuBZmŪ <={,! դqf%DKunsd>HZi348y#|Sm fPfR𖳥٤ tr6tC^fU0b*p}iN3@KdU)}+1}*G lB̜jy*"S u4B /4o1NJ*1u„fz\ӏ^>[0eTxP mC[ R%"~=nwJ|A <9Ւh:k=X&h3r1ˏNC}S&.o 2ҙ ]NQ@G R.wu )z 5^Xe3sHŒ-FW8_0mg9TDS)+c% .  :yOk|^aӁ]{ZI1kyM;)*z%"n*[CJ; 9FGEP'#ӞxW ǘH'M83a r9n,^tPʝL[c) v$=T{PEmZ+G\-{{Q@\5d+Q", w](Z֡MvtPײƧ]5[  q Π-ˈ&aq艁4IK|}?g|30VYZI1=`ǧ:g7G(-3^ۦ@2V#Eaa>ٓ.,ЏGQe "J:v'}L D6p(ȳDT`K3jr\_5fr`Ņd-$pz re#xh9Ag۷SN$ D`)KDW9&'|8 T\Tge[ ^5-%fds*|,WO]'xҢG> 4-K_+ o[Om/LĘT% rJ_m.*MNtL;BJOH L 0KmY^_<b3@{+0LrT +Pe 4A6=$KǽDw\RZ6:F)HdžBPm(Y"J8dg=LZZ;jHQ~Vu|ꨨ/qTOmr02/7<*aG̼X8!1"~Ñd]p>>v^1سlAD 9P-#[}W8pGֽ}ScBE;]?GAӹ/W5'ZM)x|aES $V'6M:˯FxenrFDYVpZ)"TD3I9^QYD=:s.WlCeʝO];1L$)Bؼ\zpY`oͭEQ˧OjzO^(Aѫ^"srS2ObwrὀS S1~orpo>EhqyZH&`.~²H=,-;9V1窔M'vsO9;Q}/\xa%˘|K삓fz#,e@| O9$A\&(B'"垊O,?{~kܟA U]hqVD 2do gH mߕ#qmiHpۅFo#ߖL@|‘h'<ŌT$#HYѕCݍQ$a_ka뫞` ˚mECw5;˙?'lF* VvL\kBb#*'qN+͗Ę*2DQqEUw \7_doZGӗT)e]??h8tZ<$Wbx?Dz^ۊš q)J;c&LAqTOqx=`^v1?oLR+GXMeE%A2;d 82jvqxs&&`8pPtO3b<=`@>4,0|fre]D8G23~{M׎alQ~ONJ+^E`!L j k@{Ǝ &f( ɂg1q($ƁQ۲ڴ(3;|EaT^{bYkL0 Qm ֆ**@z b*-/h؊`f,}u=RߍL,Qavr(Ƴ}?&]:}[ucQxŹ{mL-[iqZ]+o =2%Lgdح*Lt֯polnXC(;:aCգP 1Us')n69ᰅQ|'.tl:* S@ո>{Ϗge1i!dۜ HLGiYR4ȗ#ʎ6RXb G(pp#=cC\r0Yʼnq[brS}Ud[l녯hv'm'z@2DoR*c~ΏOz6mbPmr祊{GqD򩠪mgcTٔ'R$w52T+2vuhj0ۚԲsdzסEA/V}p A$]a&3~J3<[#$YA G%'76H> -Vθ 76f1}FW%V;[4usv{ޮb#qoo*f#R.M&fG ۗ,tf@g!HX\bA6F,[B"Ɓݲv#8d`l`gSwѴ8 ss$9p:ESXޔCW[Eiz]ޜR9/T_UJ(IC7=Z-ZFNK3R-&Dt ?c7C rM5lzZӖ 칷:Xȑglف:S֩M(<ԋaN#ձ#%~=FኰgOeS sҀZU]XC& BjnMZ̓~3]J! lg9}b-WJF"}lG"Z[yUg3J_-ueсеb#py+_ ?F(`fT#Dyz/ad,ac8zQgr+Vs~xkQ-"‹N]zys!Qٴ$pUDg(ZrUcf=,x^,ոNXRh3Qs# P:;1X3ܫV3H[=?{ܑ{\ tT#3Spҧy s癅3Y]V1&o~[t:"Xm)uNUH[wN!}}z&tpWP}ɻBasV6QOknsibΐcZWk18P=~mx M5pS`H:2 0EM:1[ z:+[uO0wƢ?/*G?ϐeydYڀqS-NhWllt9K99v~߀~JMŪzbʴGZJG JE {ka Tz^DưF8ѓ!]Fݡ0 %G#w!$Lh#Ejk=SO׷5=itG:uDHAoj㬖>;7~CBShu>(w\2m,ՉS&'>޴~gﷃTІ{kqQŗ-w"o͇=u WѨ[e+N6;QNFYͣkALw~.0(c-{-+> PމѳT9]WT *Sߑp"k 0HΟ镨& Q2eQYzLgH$4>Crur6.(jYn-m@/I2t74lh k*F)]Yu-7A*?[։_{U7CYSMrk]cUH撬7JNj0_Šu߇6%|ϭgP&i&>[$W R׸AY5 +@%;K0%҇R^M&5cb/~07\dʫ8꒳x]v^׭o) nT9P$3#ÔLgQ:FSIyoW\c~s/={KCf2êE;ȻХ]!qڠq77;bPӈ4فoPpHw풥$+3I)P"5h\+^AMΪ;R}q  6.eo'g=nedu@tzQMZ@Vу{7rAD#qCk*v`xp}vȊv W -Vg$BPbeڨyF5[uM֣': {!IHVu6 &}gy%(ܧ某8XSM\M_.ЌE_i%~apѝfuKfUNbIe23 pL&h?%̆G>7s(-z5 /&wm7U5+C3tQ0A;[|҅"V=hKeMfJ< !ᄣMS-!үb C GLmJۍJNxgA)4gq #f 7.p0p&Wy`,A~@:"K';8u!zy!=g\$U$,*a E,'"5}f1~ EdD? $ǫ[z#K0s7U^1Cf47]D5qśQ4[P0 ČI\I j39iA+v%gGèVpa)3X0gkJgME/r:tӟEx|}B9'L֎aXS%sx, W=a:zLFۆ!R6M`=λڶaxPd6Ixg/֞B|ml.ivs*pi:5(0XuE^Feڵ,* 4\̸lGϔGiEVJ?(O3AlFxB;!48 n-_X)o,ō $xk4sqGplnk9^;bf.d؋Y&Zop)gTŢ.Uu_?ZXg=GK񋅑buP.hA6(wCtQFUΎ.3mPh"yƶ.pڝ 2v9TXD< {Xf4b~5Mr2Kԑ9ܯW IM5BԣdgA餶"D1P3`oLT0It:-yiDWL#x,+iiq{lL؂@eR.F#$AmP%n}]gl?KkM^ 5U*$ܶ_TTNЌy@-āy)by$+K Fx>wR2?H)2֧It|"0 2?omZɫkcA D.v*K*S;}]^&+'K 0iuЙ*`~+]uFS6^JùSeq $TB/^Hm PY"9>:'J[*#Yz;M8}|y 7lz=:k^X,+[ǭ `Kzaivzd}fTfƱWϻ`,bq?YXhqj' nyg`1rD^E[X:q K?ۜaP b1me`£|CFP~BlTnj3#E<,LʤL?,Ew8pSŀ)~C/5rv#:O={A-~."ۂ{?=lli61lۉ2~qpO#PjzVs &U (Q)Nw޾g.걕C 9ASpWeץQe픴gEUyذ QXÇ5Xǐ0zp%yԉ,!u$s*ɶm(70Qj\yO;F}ڞa{n4|hPB|A?6Р*þ@C/oeĈvVg 6yL+}Ԏƌa:1>;GH-8W'y0CdlbXG@m) 4vH4d`7*!kZƶ~!B^~SedO:7\O뀾uqo%|ܤ;n^:v-KݳF_ xX=ԻKt~'%kKk-ҵWtQT[B(y_4 &&Le{UMncu&yOeu:Vׂ2q4 ~-#t-I_8bKl=ݕ@n儗fa^M -POݻc&B렷v.ZϳuI;h$KC.}Z\6Q(l ڷ 1,* ehd2Ml/T*;C- ;,F`<~Mm:iF`ק/ᴃY'܅0 [nWg(Ezn1 d evCyhlB_߲Yj:E˶Y%4&ޕ~|I~a11YV#"^ *,NJ5 -C;>r@OI\ՠlݘX4E:O$:S/= -jpZG77J4ݢ 3ˌw MJt-fIt p0'4f TOA')Dq$gnA@r fPF(ט.YaOcgx76mYs]80CZUp[kЇ<&ִ!%"/ɔh [5[,/,~h9c$önAx_K* *4):1HԈ #|4{Kl7T5oZ]FSv笙uEySu,Y){]΋:p`m4fDy,UCHo um~~xcه%&Rz76NCO@X`ejcvWZ\ЉTf֑_e4zʀ*2Kp_][/s/c#3Y=5e=Ic؂sDiЩ+<0Fdv! &d8uSӰ^TV~%BF/?y7Z@K{b|$Z0 ߮Yu?e ?lFn`kqKgC<' HՅU8d;GM8^B+S"^)>Y {\渎`xa%()4r |]P{ᄇzI#INwpahTj~&sdwדּOyBy; 0,B%!(*`R,PIg`g¯o:Nh)<1 u1d[AgɗϽ 1"<"0Bv؎*lB Dkd̞b-,QR/4d pn9::8Dq')w\D P̴ 4k2*t-aj*Oنzc t~>S~ 0,aH([-En B%vx}A&Ggìb5loiǿ~gFؙBmBx(sˆ\18p`uڦb'م/%41u\)hTBhka1mك̏E؀p}ޭ:i 80LU%4>h|$"[ 81|:aݥ՞EX/:eab]49fa=T \H Y? vas#-0bfxI>Zw Mk/y3J{hO`{dneyiBNY$6~&wv?e#%t:ϑ,D|ȀԜ6)A膤K`vE ᢾJޮc[̊11LOm3E# HFԭWG䉽Gq˴gZabmPu{|},\^n4JpѾ<ߪR, ‘@D#p)_>!–R#, ֔E01 z aDeÞMKʓ[]x,¨ 幞_G.̺l9ONPX2"&q֊!}w)Ui{j̞C S,sD^݅j@A "8pǑ')wtgʓ* b^0f]>,nNkŠ3c%3v9'Dlô)V&n}+1O F,iTTGl#T_댮ʖv5(1׍MR{ 8)O'g?kFknUNz1fЫb:bفbT$dVgB݉E&Z"TO ñY^!~lafLNRs~B2`Sn0B9ѵȷX= :] 43쿂jk΂IlK70op%/M3f;otD3+Ԍ8:h'P(lhUKZ112\!;D!Y T|mH&dlېn1xGbG¡UR\tHmY&pTgTD龚P+@ Jʑwln%;U&dS>B~7%8i[bp fp$#1ι8aX̬|b_{!gD!tɓ4̻X"3>6u1f 1mb.mpV\ktld}4lԶz c:6 z}e<|0_WÆ|zަ~0Zu37 }QMm3WJ C. ݯ\Cro\<$7FwuVK$-2Rvh%n  2"Z R֞[OzԾ/)oȂK`"nI#l"F*=B~蛄7̷=//[y_})uj2 VCNX9H@fh[1bX4w͞0HuSjJkJT{>AThە²YH*:aƞQ c^| ear D ]94 U>ҥ}pZCXKLo?L&vgrkDF/|K>f%aTHx j+yE\eR)DwGY28"o6C0 P Jbؑ@8A ;alsB4-`tdPx2ۡ*,wxtZG5>gRצ`쳴1U5{{'2plIQ8- VN 1Yb " XJK8yb爫훆 ͅ_XQQ[b4u<@1F,k6f|f\OL5 ؠ г is3*@7[`k=Y"g3',_gUq> uٓ.:{ ;JHe/4ȕWKD‹D1iž2I.KyB]5g?J"6s1W75u@LjϤY**}} hsa8~c"gC_t_x75l/rGl\$a&qUUNV mP..~͡+J ^zeay u 39}סL2x(cM@oƱ]#p,tz&8tխ 2ݗ-"{fF@!?j%2, NQ_?YѵY6rU>-վP #uu ?ӱF͡EHM e: IOؾ4 S=ZtGP6=jvec@!e'/=kY >}S[.ڸJZu>pI9k0{/ѷh GI:R}hZ yB//fn+=2]l]ŧ"FvzJ 4qH㰄SOw|2Wcj8բ9ab\uhMP>FwZή(x3x se$DR R0?: }Y|VLf_vhX{A\8Eۋ{q9nbg\pN=Wu-:|GƗKH:#&e=^=>ڂ{j_:`<@I5N{fպIHQ>rwS_V m[&Vz ;бX(+˶ֽn2M%B?=i/uծ'C˗9y)fZ :GOoFٙPsgIƒ [>q-`t;,?(vg1mƊ`5QS%$+`<$I$5#i㺰{gm#CJ؍W#a ZoxD|vSTT{XT&s;xq6zgYXG 4 ~Y9")SvG*%w 1ࡎqi[kփxP΍|}HW~mW.%C:Jriǻ@訷<>tr΢j܋wEXfw9.:dSOaq:d~s-눜t3DqB:bPQwTƛ Jv1VC(Vk(r=:&0ۦa?[G#)qmr# Dx i 1z w?<)FFHoE `\Ttn …qEv:ejO68a«umZI\Kfx)֏ y·oy8f BXH',gp~rXr;d)BsMCۢPXK3| -bKfbO7|H# \'Ân?NjW[1ԡ7>bb񞿕E _@"nw%jƙ N\r8R4C5.$z=xV,5o{9'R[x0l$;@>Oˬ2UÄt(m?c &g ^P%Iqi[ ["v7hco3-IZעTQ# X|r|M‚'SR80U3Hg3wf+Gdy7_H!gyٮ& ̂0C5l-L`""iH:umkB{3KDrηBN+NQb3C;#wN9,=0P՚vMn*j 2SR 5$^lDCfUOBτyKy3(0(x^klGC{ȥvdۀ.t'❜؏__'O1莿m]Ò`3/JkZC n7) `Jf:'} IXH2nPZEM+ɀ7 By8{B gھeA&.dI' wp>#wTiQ 6x@COg܀lI)53oQHha9rQ}/yHoOmӄVN3Q]ǯ)U}loҡey4alĈFMJ4!4Jzb[30z+r$_^@i;!漐JڜC'V;l>|`Brՙ8od$ S@~ZݛìB?vCg܆kXzQf:"VD]nJIHn= T}aКh9歸iIk=]`^VYl`6p _ dpR@r`.4w>wN~D sߏO5={{|-ٓ9{Eohi;3ԣxkzxr܁y-Y/KAb=]xGUxZ+\:B3"lb޽UϘ{_59#`_pbəZmw,&d0$j`caNb^sඑ\ltt|ZNk;n`5e'FXjZܡ8@Md^?!8=9渤:T' 5% ̱a2#wh,~!nR^a*\^t"j] *Puy Q8($I{d.gz<{ . 5O$&EH \;1vWtb*Z5n`p`oxKHf@0[ЂdUѓ]Uuo>NKV>V|]U3v| PҳTh Iء`[c:7đ:?sor h`ߓ{t[f0 Wl͙tJz x?%{Q/t0omMOݺ;vSoeJ*!D Zrmpј = QT/68izfgԹSgr,aeΞ:{o ez'p$Y?(žA 8_ %ʤs|)%Q_&k 2Zbϡ @M1A/C'@W&F|Ryc*%}aȋ#ފ#W4ؒpvR*dR$ol"&;'*7tY"r]ܓȃI3j?ɵ煳pn QZވD 'L&"&Ѫ$H/t<PF/d~Jg۱:>b<`?Jb▩&duAsd`+ xE'/[#U٤KP4Ёp$8R[GҥIFscR/ІI#gGHC o.{t@e|h:h>puHv|b )ҽ?@Aaמ/AvwFϹbOEkjo& ̶f|ZnFn}CX؄-yhcra[l yC 9H)ܙ}ƚ_7爠 C﹔x|AQ@zi%l׈dɅL췿Cܖ>DmXRs{ݓLYIfNȑv 9~Ĵ=zv\B}]@G쾒QИn>1Tq.-ERJW0W ˶`j npapezY`5u%1IY$كl*ؕS@hL9n}':4Dt(vL¹a#jLmv[Hs1`n=b"8.fl`.Էoq~=/ڥY<_u_kiJ6Sr2Ѣ2?@OۧW6㒋1 i/8yh|x&a0ʀ AkOJtdҠCK$or tr1 ^8,5]Dd (t\=^ǵuNz3s$x Ue AmM* ' y<{W9: )ÛwBe[CEz%#VIx(%r iR"Gpg"r,9x@*1/!uucn* t|#4D HN?.͑\1M}uI5 Zt^6oT`D,<M6 C,V Ƀof2^{\u(+"o͠9:aFE#!*\nS$t,##=s-~?(}iT 3$ǽVJyV*`S;8۬Oz3X',Kcs|m9h^}VsvZ4 h$kow8B՝^p}vV/L4vp=Iid(5<0q x` ~h!YM8h;8%jAQ$ _fDV.\5@>q9Dy F!r• #] ux&Iiw(5#/܎/7s5VfCAK,JXYK 4v7Zc,w!p^vEnDM6 8:_ ?qa?V_KS!x҄uk,Jc@6*5dN9ݞ/DL9-rsۭIV&ngb {ݝ, Kc$-ӌ쌣]-. L9yk)\=0ʙQ%ɏ)BᎌEP;" -_WY[pIpi8@ &ղ:dVnkP:lbvS0YлHI7U|-uJ".wC. øT6*ЕGU[%Ve^ǭJf 3]9lj4DŽp9/ԔNC  tӯ Qݒ(/˓R:hG=l1("8/Fv6 ݏ%s+K\R\@-!"ơkUHW뮸jHst AaB.:ڿպ BDf!Bb1_!70 ɔ*@p$ nuP}KKQ V1NO5F\mEZPe+ o&$͋mOem7G)+lE ej;@ | k`psBӻpTw5Ӯ՜b~Įz|&2jSRw!g#z̲Sf~xa|I@ H rZeh;GNXcb~GJӊ@$ }$Ej[o$c+P,u}{ۯb-# 7b$zuSAU%Er}4"Ipևs!*{I͏?AR9&||j>H(tZ/zb5TIbSUj$झj1p6GJ3` N* Iuۄ]:zުP Чo][͓2(:)6G{v29P3(e9-Ԭ&e/ZJ%̼gU+$P>5q+ .nKݚ`)ms(TaC*k1ëuZ9@?1Eg|(Ы ǣTªm444K ?,5 W%Uɛ&u p <_ԁ (0cP9ՉmBٖ8!:0&K>~˘JxTi&T'o[bv)xji:>~ 8o@K 龖ӲoF;qog{#`ئ(ĵ.{LyOcHG!Y[3i@3ě;#Ce‰ 0O SՋ" -*[i 2x7,%첾T 5AO qu oY񧴶Rˬ{p$w^7U^8(%oR0b81S+?tuj3T,.,I(E7>l<#`}D4yNgš嬶qDpUn7o21y2e:F)@696epGo#3.ٲ&҆Z\-y5anm,) ZzKUhK,+`gF״9Ȳ(a04rqO$P4l/>T-6G_bm֞r Y a@6[ Rf:OD&s>bbFI_+Zd) Pt ˤq'-`"6O!3cxi nSI}Y b9}̺D7hQ":#@n_4Y"?rO~X4F'= u}ϙ#,iO[3s}i>liz)?FgDP@L3r&6r)+zc2iMD+`;X?I1 ^hh^Pwc̛=&2Q@i,㭧J,APlam,ttP-tP`y ٢m|~5 X o2?MsbYt`5,ITS j *Ŵ~<aWŰ_%@ߧ*xbs ^bW>AJ`t[ {5EijÚ{+Y۩Ʉ dbk$=Q0HonF*s Njc=~u+5yhy# LֳH7^13DGEp0ڭ׹dեtZ:G$ 4m\vjÒ8 tgy3+t׹nt}ڊ[HV,8Ί,W _b {uMҦ0#T!,>_z,zuzyaJlb]i#|RAJvt:ѿ N:h٦[E]$z٣y淐ё6i{rd:'<iuL ~1r$ F@H+DO#58oy/ FZӺa=~ 7&-}zS)YVxpuGf5!_&gM>1cu).ծ/ުe {| $M o!B7P3d2?ΤJF3]R~KFҨ ӃTP$д.;Z;713)hf|M WdgA{re:x`SmeRHWOߠ ulz|]j i;x:|d+FE~VK5򋸨6OXDZ=y ډ3%ʂֽ<N{0 i<7јϰ?g^l0noص̕ŀ O\pvkg'S^`q>c= ;7mNDlc5t[v FWM:WʀOxwm_Gi|PcpԖD32/ 9(IOBїM/.KHK?$XgVa ?.EGPEx*4%j x*-FP M3ls%?FqH9)(AU|.u{Bۋ tgSMi5ᑕ8xg=>ObcbecE,bUYnc8p]B07erjs3*Xu:F Tik pSc*Dv`>q_)΋0|2Zmx1u_IªVl$#L f(oQ˹$ BDٸCQzZ],O[dš$1#t_?g{~2"}0A.>:cNZDdoKJ&D&D[ٳn6tEQ.(0A%5Э@GE5[E{6DfixkOLUb'qub7}5w(36][z)邶XM {""cL.磈w~Jjs 5+ԧ;s/`S#sk*(iZp~OߓFPiez^n^@ KIB)RYL E Cb70 $ -O(U>E1Y/'#]8m)$a}U7;-mOx ;A,'X7hPΜiZd?+.K c7x^\Z&%NFL3-ݘm$90%#Qz31<^: ^BS7amO<34j$iIk^B{To#CƷlnC^\iz@:ا D z]Y! !n&(޶wX1ĤrNÔ?F{JGY @@lLFQ+bs5NL4Jo%ͅ4Gu'7~M eXzψ6Q})&Lj~O/5!IJR5О(I4ȿ> b{zCv8!ՙ[QR'[Cz :&\]S&nK'U&k]ɟO#,y$B rL.SlgG%CJ7y0iNA g=S <,m_sZ^gjzwHrOT5C (ܤ@ "/= '391)1`q_8QO׿ jDw_Ǥ#^ u=|8W$:wwւpm/棩0Go@_\ pb|"·:9O?0{fbc$V%Dj1TZЀ8Y޶JraV, CiF*ק8]ƒxWߐ=dJ%+ ec4  A>݈\K4ZFs:-19KLyT~ 24:k!La]9i8M1:DѕcR+T!:gMsb.h=Ά퍸iF$3Cc!?V CwK5;\'z*q3sDg/5|8Q<;oa>Yb 7T:_<$ iZ莡[Fwzwe9: =*߰kGܴsb^t2ycˮ2@Ԍ)p, nq3M^9!۩ $j5^ #(wVoڰ|UЇx i (y);sQn8Arq+X iaAYhp!v=z# uLQZj? e:D3TReHmx-_A3ƃǬ3` ,$vգJy6 9֠ZX~,GC(e=LkqSfQN=;a6eQb's \Eơݤ}\בb-ˇs`O%B_5IJX/#ij58j&+( r edDRObve>7[IĶKogfFi!:1zU#Jq#_p,TS7N*{*Nc%Â)չ,es^_ 2d+F%8:p0E UN2% dDaRU_+ڹ8A8{6V+kEf/n5Ù2*h; O5H_P ʸ~|*%`@(eseQj;/+Z͚a8/Z:Szw\[)*BC՚jI$D*t "n>#rra7Ctr$|Rq`M0۟Ijyӂ[Β[^PتuN\)pGo7#SsK>ˠŖ=YV_ Eq{q '!1Ϙ>^g N!#@GϑGT!M 7szIlTDec ?M>U@PSE2=@$w;{{k3`͸I;mDm$3㝪|Q@<.\y 9$W Z0b렃 TBrDK84ǩt1TǣP((6;BnpٞccM=\]d@VlD +LEz'!RoץU}x%f+.oEC9}9 s(1FCN;E ɽggtH%fNPqK)%A}\kϗyM?n Նlh~3nCitoYŽtSp0(_^G<ת1?*eP,Z3q`"ۗ 4ޫT'ran}ܧD^>2KvͲ['ME`}?}P^{ ~l'½%Ic[J_Ab-G%c}Tb+fŻuAB܇uLSO)5DFP,xI2?Y̋VB`\_»x%O\ rͤX`CEH%I轰v''dNc =iq@/;h麕hLȓވhoLճށvz. Q04BImVt]A7B0͐:9Wc8R4],Ywawce2_T5'98xe=E36{Q˙P2.%CKl|X m2D]IބtDV?2s0XӱnsilXqth,WF褸eu]76J>>oPOo/#ihp1%* w4K(R-tAsLJi` l,/`N \3Pjf2ΐ5CA>*daGɺen.陽!^A/`FdP_s-\ݣ<~ȳ ޿c'b1 t$δ8`A(QF~hՒDZ_*3M*Z:=vn/j6V( y jVD/Kz!ۆXmb2gge7nYC^Ⱥv^HvͶ~h/烾V-Z3(FH."ZQT.)"4.?}d>Ʊ{5ʗex?8i%enۉW#ؓ搷9,lA&kn] ُ{p@1h/Q"  %=px\/ӻo*Z 67$a3-b\xՏրcBt+|@/~(v55L3:x^~bb Λ}O|WQªx!rr_I+W 82#ĹBCcRӑe:0N?M6]FrDJ-K|E@TfL{'r9m'AvFhј #!eW uZ6"e!1R^(-8JI*j{ _[S ɾ p[Y֙sqٞ U9(zi!hbqF?pJԻ7‰lutM@\բXP 5$xN"LIᔿ"tPyj.;J1ɷDz+pOz-Bԕ{9?w%Pyp)_'oP|B JNA) JG]ԕ0pcE0#ԙUQ q? &e1;\%b Av \:V7z뾙z 1jmjb ˚Xo *D [jFos #hl sgzTq#/J`\N s#S,`xO&N5,ٙsεnڮ)eAybni[yE_ucIcR]4 Qa,YWLþբXADL+ƿ{F% #ߖh \%PЧƞqNC4!W]Q1ͺFEP9|[wY_"%?j` M_yPp#cwrĮE> Z/MBcݨ?`8@8=kDD0vȕK9}wQ0F]=DG^x^M``^z=Ǵ'M-5&$on8r oz 9!%XhJIfv6_6Zr&0<9Vk*(0mюVn s+ ,HdLW2&}Ij;ob5bbJ(m7\[Az-Y_(5h:]IJDcid_~0#-h Q%YXLI4PmcO5EV"!i:d~~E3w1!x"ð&+GښWT~*o2~侯i&85-0Y`q@!]c:Uc؞q8CJ_эx;0Y)dQSACCkPa GPtrHX(YOxَ]m=s["hM =O*aiŸvL TA;eWeR26u*C=ANW xnrAk&U9{X} O_ksUf],z tE~I-Bg'p2PTf{S#-*< "2f4+q!EN |&9mR8s (&MZ9Ee`R\Iy_sx3o?̈́69G>tOS3Fo-,x7G,ǣ=SPW(rTw}k]}¾9V :{:;qY)rV! 9O^g_l,oRʈ-_ɖ)x浮 8g!r[Jb_(1taDqIfF=èw#fmfKj87j2),p<=qwsztZs\ąRut)&aɲFh*a1H]?x\EV8_7u!c/P7\9?7s8Thڤ qM 8e">p d@7nӷ6"-qoD(+ I< Su5'CE o, 4'[`w Z0aU特rD(./#d]12Q0WXVd]Hi1(H\cuto?` xZ!S0 11U`,-:Y,'(/b}qWCrO TӎD@" V  *E2?=ϓP !eF1YR?*.yU={D .$k[~S~>'67n8YDE0X 0FpyJQ0Y $S%FTي\a6 ÝJݛa7({L0a*ʾ;A6êR&A?NAx7+:1xh㈃bB[jsPokp+{r_D.ʷz|gȻQ샐4Vl;+B֓B"fa oqq9Xm6Bƚ؝N%ݵdY1 t'DV@'@D!Uёrg\?Ud㘁k˗+{(W$tb: #ޔJuթ)S"@#oHRϰʘ5^iL Qа6D_NEYYp⸿ߡO3Y&)Yl/6Cil0.(TT.T@yeJ Hni6w_$- R@ U4bJ^#BД.~aH!}aÄ!{`s\! "l&dz#PSBQlQQP zt_D|pe`PwI$+= YqiP߃`Ō( bqv`;-:>{O5z[`! VK[xM <]f] C $+4r#}-?zI}U܂)1>*Q˶ V7GGv\==S@!1>}皆uIhcKGXݏNO('""hۻ^$[53+Ҝ M~&{1pvmJ>Kgf-!ol "-+80o~u/$ApD*Q%wSп4Vo~e [k>\M^哽HSg_,*. 1.y#ncmJ*lbI,RITJYmK1 6 nN@XWX&iDA;}:y4o+db!yVDP`fRE g@{Q_I\Ph,U&(H{]dmRǺ5^,X!lOҧ)ub m?m@iL>j٢I07|Y_UA>R,~_8C!0qQuxRBOI^E}: qoLx?)/܌Jna 8W@Hkz8P?pKꝦ\]l|cK v4 .UWtR*><#N/?isr ?tG5ut{K3;i͆C_e]KNa~ ,ddRAn3?N?zmشs_&Yg\89ZP$un~hhK,Z:`Ot kZ ;9׀2uhUts{@-X-Ȃ 65G~Գ&kAVqpAWaJkH&H)OI^nf ۂdM!H̃]%) u(恲0:p7h1kf o[ Tzu daNzm ~+N'N&w0 7BjLtN fㅋz-iO"RSa(E Ggv?gfpniJs{*yIITt ay^|bb8Hθ?+<9c3dtR]ƻD[b;3X4S\[4'I_YK%cK5bJ zbYtdGnY"wN <; $UUl_Kw!z@E)t%~zx<' 4[gQ&p¾Ah@q!;v[, z%EHiY_!T` "#"3ɭvNBN** [d$'yW>j2B2t)^Y2"= J5h3Uܛ,[*s.>as=~Qې,7fJwY 1$5}X'B@d௧o K=g<.} ,,YaE{gP>3Tv)\Csgxǭ9\C`ZHy-=KF*T:]ѣsܨ4wH;۵k ?  }52 5zYEb34z4޻ϡbT 6>\ yj5&۟o⥗\gi[)?|QxJU3 q="Ю%~J{PvRlU{{f睂 n9?/61!s8:\~e4`uU9qW l@!@kgLJ:yƣ~X7:MnWUѰO"ʼdΰcS@!8hʌE} (b=B^L/iʸw'3:M ?IP z<%,;sm=j)j1}s LI^c,E.Q1?R(r /)!$?\}zuIsg'rȽtmߋHdF% Ch9.jZfك8GfuP/E Sq\A綈([ɇDQ On' EƳpia$P9ҞCbu|/Xhi7@|ͬuu! \FG]CDyƠ[ ,x/m+'tM$W1оIOmhJj3+uMjX$D-ؗO 0 98ɲ9 7GͿªΆ*X":mZop{HS{Vj'&'.;g1_ŧ΂zcT?\4P̞KnS;UJqä6&e~NK!{ +;Ig9T8%qsMhq)rn&~;ˣ N%Ih@!iL h("Zڂp+~WFc1zӄ|KB|P%dKi~y,w ۀEP-sG4=i’]TmŲ*RXԎɏG쬬]śQu)Fo#kF`>ZeMTEꥂ찼&Ej;fB/_ڲG};o% +{D1{C֓-yMkIB GG.dÉE1譄C6E5q>Nr(Y<(h;ZZ[l|.=f@[9~byIvkYAf#Km2dRc%xglGFȉT@P wcɮ0 *?_RXv 5W%E9j4Ͷ6'= 놉״|.WX5̒pD\  tKapkTu/ /AzA4ć.Xh Xyf1KGу"#&ZXyl3h ~0͖+Pm/$ӸlrIdZ-ǥdCX{Nb@=[9%qѩS(pPd`SdoKXBɠdC-HӒM@ڟjw`:$鶺͇JԹ\u杩EѲ G9ixy w(Ai;k@ډ~pn,ML@lol2>-K[mњ)}&vAQʲJՅMq6ȘN߃J4BiR2|-y(} < }xdB%-#P95fUcPڰosgu1ZTIӔAS|,~!q֫?Uu%mHE?ox&oڶmTRӱM<m$XXAp7irU@#hˢܹVv+(| Y9rV[twKmT|I&^HWrt`@ jܝ%hGk*H.z]T+@"nky*IkzSn,3Mn\7=jlIɵDWxFպ Ga}i9iƦoS`ߗN夊8Q=J.j-򍝼j< T D kVKHxax=X5T6٤h]}4Q/ח+Xhaܓ2INPX`XM' tbli M+`iY'h|`2`KR@ 3ؕ_7npmx *%qD2L)ާjIM9$5j$zwqa93n_jR*r:6ݖ"DH>{/:O|hX 58YX {v~?W̌7X3JZ0q(/_dқYh2^22L`Aq^TKꔗ,31I3D6E҉QMw>$P&4IʛE}Z)>V51>Ek3v*q'sÉV,%O)+Qt]KaʬAwf\ݺ+2-l!hX]-uX\Q tNÝi@Y=%"*qkG/v_[\tY vZmv>E8':2xkز᱀x {ilJ졀FB'.[H7a(zf ׃,/=yo#bj >.>تP:^\ a8—{{$P~WB P+d|œFQKVF1T4wHrI>7"ͼ{ ʌ1% '˦;k{x]!\% !Jy,絚-6GLj5 iT\%_6ֶK8Lz;C\U!EFmk <=*OxK{2)7"QCj?!s1!T9Y(˶tTGFPNjpߕ]]HBNbK(eespStHgԟxӜE,g(8cFx+~Nw$ mO*8ǻ-)Q*jS]c/&e[gm~7kޣSj"(R.4wLDyŸ^!܀\3 ^7~åg-pׇg&Įo~:g8Bbh-{pe:NWSuc*?x>WuT̶ttBC,gfz5$ſk. ln^Jm{kFͰgm#vhL\Jͪ G-z=m+҈kmpt-l~Ĝйo(rGY(۱Yő켜ech{:*Fh/\U.Rr4Bx8]XA9εci'QoRϘhJٮ1UB[ܹ~ȌE@GM@Sj|C8Klq_L9=ħz&OdAƨ ];@xBXwO+cDWt4GQ\Su\[x55DAC8}-'敀k2Vؙs7 j%Ɗ{1Wq[f J`]Nϥ\<}A9t_$($ؘA¬E7(N֘Xc]etq[V H|ki%S;hMn>#q,V=o7X =C 'Ebf3M3_hӟ?dVJC1M'wEhC[HDf·wN>P%Kuaoq-1 0$qd1kC<:|>*؆: 0޺#?_Jֺ@Q0p͗\%_i_IAK 9yq:?ZCA9,;~OĿpO <+R)eM