R-lattice-0.20.45-bp154.2.214 >  A b|_.!M@eee0V\Ǹu_3IcHd|c#{ (9{# u-X,ɱ*jR^rGKuH λ8Zi>-?z;_@}dق EkNC9y `4xjK+H׮H׽-UvG6=MgGCC,q 7>fKQ@^rntìh@GJW`.D!\D!04f20cc659d2b9bcdf10110c2df2d02eeb84b712f54c47b1a5394a8682838ff18482890a868cda9d35def2feeae661b60fe1165f^0b|_.!M@eeePy&[-v)Cmd<.FJWoADCm ~O>@l>p>?d   G  '-8: : : : :  :  <:$:F:h:t[({8B9B:`BF 'G @:H(:I:XpYx\:]:^bcdeflu:vw:x:yzCR-lattice0.20.45bp154.2.214Package provides recommended R-latticeThis packages provides R-lattice, one of the recommended packages.b|^obs-power9-11SUSE Linux Enterprise 15 SP4openSUSEGPL-2.0-only OR GPL-3.0-onlyhttps://bugs.opensuse.orgUnspecifiedhttp://www.r-project.org/linuxppc64leC"]Jw V  xEy_305&u94Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Detlef Steuer Dan Čermák Detlef Steuer Richard Brown John Vandenberg John Vandenberg Detlef Steuer Detlef Steuer Detlef Steuer Todd R Detlef Steuer detlef.steuer@gmx.dedetlef.steuer@gmx.dedarin@darins.netdetlef.steuer@gmx.dedetlef.steuer@gmx.decrrodriguez@opensuse.orgdetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.detoddrme2178@gmail.comdetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.debadshah400@gmail.comdetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.dedetlef.steuer@gmx.desbahling@suse.comdetlef.steuer@gmx.de- CHANGES IN R 4.1.2: C-LEVEL FACILITIES: * The workaround in headers R.h and Rmath.h (using namespace std;) for the Oracle Developer Studio compiler is no longer needed now C++11 is required so has been removed. A couple more usages of log() (which should have been std::log()) with an int argument are reported on Solaris. * The undocumented limit of 4095 bytes on messages from the S-compatibility macros PROBLEM and MESSAGE is now documented and longer messages will be silently truncated rather than potentially causing segfaults. * If the R_NO_SEGV_HANDLER environment variable is non-empty, the signal handler for SEGV/ILL/BUS signals (which offers recovery user interface) is not set. This allows more reliable debugging of crashes that involve the console. DEPRECATED AND DEFUNCT: * The legacy S-compatibility macros PROBLEM, MESSAGE, ERROR, WARN, WARNING, RECOVER, ... are deprecated and will be hidden in R 4.2.0. R's native interface of Rf_error and Rf_warning has long been preferred. BUG FIXES: * .mapply(F, dots, .) no longer segfaults when dots is not a list and uses match.fun(F) as always documented; reported by Andrew Simmons in PR#18164. * hist(, ...) and hist(, ...) no longer pass arguments for rect() (such as col and density) to axis(). (Thanks to Sebastian Meyer's PR#18171.) * \Sexpr{ch} now preserves Encoding(ch). (Thanks to report and patch by Jeroen Ooms in PR#18152.) * Setting the RNG to "Marsaglia-Multicarry" e.g., by RNGkind(), now warns in more places, thanks to Andr'e Gillibert's report and patch in PR#18168. * gray(numeric(), alpha=1/2) no longer segfaults, fixing PR#18183, reported by Till Krenz. * Fixed dnbinom(x, size=, .., log=TRUE) regression, reported by Martin Morgan. * as.Date.POSIXlt(x) now keeps names(x), thanks to Davis Vaughan's report and patch in PR#18188. * model.response() now strips an "AsIs" class typically, thanks to Duncan Murdoch's report and other discussants in PR#18190. * try() is considerably faster in case of an error and long call, as e.g., from some do.call(). Thanks to Alexander Kaever's suggestion posted to R-devel. * qqline(y = ) such as y=I(.), now works, see also PR#18190. * Non-integer mgp par() settings are now handled correctly in axis() and mtext(), thanks to Mikael Jagan and Duncan Murdoch's report and suggestion in PR#18194. * formatC(x) returns length zero character() now, rather than "" when x is of length zero, as documented, thanks to Davis Vaughan's post to R-devel. * removeSource(fn) now retains (other) attributes(fn).- repaired https://bugzilla.suse.com/show_bug.cgi?id=1191380 (rpmacros now go to rpmmacrodir) - minor clean-ups in spec file- CHANGES IN R 4.1.1: NEW FEATURES: * require(pkg, quietly = TRUE) is quieter and in particular does not warn if the package is not found. DEPRECATED AND DEFUNCT: * Use of ftp:// URIs should be regarded as deprecated, with on-going support confined to method = "libcurl" and not routinely tested. (Nowadays no major browser supports them.) * The non-default method = "internal" is deprecated for http:// and ftp:// URIs for both download.file and url. * On Windows, method = "wininet" is deprecated for http://, https:// and ftp:// URIs for both download.file and url. (A warning is only given for ftp://.) For ftp:// URIs the default method is now "libcurl" if available (which it is on CRAN builds). method = "wininet" remains the default for http:// and https:// URIs but if libcurl is available, using method = "libcurl" is preferred. INSTALLATION: * make check now works also without a LaTeX installation. (Thanks to Sebastian Meyer's PR#18103.) BUG FIXES: * make check-devel works again in an R build configured with - -without-recommended-packages. * qnbinom(p, size, mu) for large size/mu is correct now in a range of cases (PR#18095); similarly for the (size, prob) parametrization of the negative binomial. Also qpois() and qbinom() are better and or faster for extreme cases. The underlying C code has been modularized and is common to all four cases of discrete distributions. * gap.axis is now part of the axis() arguments which are passed from bxp(), and hence boxplot(). (Thanks to Martin Smith's report and suggestions in PR#18109.) * .First and .Last can again be set from the site profile. * seq.int(from, to, *) and seq.default(..) now work better in large range cases where from-to is infinite where the two boundaries are finite. * all.equal(x,y) now returns TRUE correctly also when several entries of abs(x) and abs(y) are close to .Machine$double.xmax, the largest finite numeric. * model.frame() now clears the object bit when removing the class attribute of a value via na.action (PR#18100). * charClass() now works with multi-character strings on Windows (PR#18104, fixed by Bill Dunlap). * encodeString() on Solaris now works again in Latin-1 encoding on characters represented differently in UTF-8. Support for surrogate pairs on Solaris has been improved. * file.show() on Windows now works with non-ASCII path names representable in the current native encoding (PR#18132). * Embedded R on Windows can now find R home directory via the registry even when installed only for the current user (PR#18135). * pretty(x) with finite x now returns finite values also in the case where the extreme x values are close in size to the maximal representable number .Machine$double.xmax. Also, it's been tweaked for very small ranges and when a boundary is close (or equal) to zero; e.g., pretty(c(0,1e-317)) no longer has negative numbers, currently still warning about a very small range, and pretty(2^-(1024 - 2^-1/(c(24,10)))) is more accurate. * The error message for not finding vignette files when weaving has correct file sizes now. (Thanks to Sebastian Meyer's PR#18154.) * dnbinom(20, , 1) now correctly gives 0, and similar cases are more accurate with underflow precaution. (Reported by Francisco Vera Alcivar in PR#18072.)- The line %{__install} -m 755 -d %{_infodir} no longer works in TW or Factory. But without that line it works everywhere. So this instruction was commented out of the spec file.- CHANGES IN R 4.1.0: FUTURE DIRECTIONS: * It is planned that the 4.1.x series will be the last to support 32-bit Windows, with production of binary packages for that series continuing until early 2023. SIGNIFICANT USER-VISIBLE CHANGES: * Data set esoph in package datasets now provides the correct numbers of controls; previously it had the numbers of cases added to these. (Reported by Alexander Fowler in PR#17964.) NEW FEATURES: * www.omegahat.net is no longer one of the repositories known by default to setRepositories(). (Nowadays it only provides source packages and is often unavailable.) * Function package_dependencies() (in package tools) can now use different dependency types for direct and recursive dependencies. * The checking of the size of tarball in R CMD check --as-cran may be tweaked via the new environment variable _R_CHECK_CRAN_INCOMING_TARBALL_THRESHOLD_, as suggested in PR#17777 by Jan Gorecki. * Using c() to combine a factor with other factors now gives a factor, an ordered factor when combining ordered factors with identical levels. * apply() gains a simplify argument to allow disabling of simplification of results. * The format() method for class "ftable" gets a new option justify. (Suggested by Thomas Soeiro.) * New ...names() utility. (Proposed by Neal Fultz in PR#17705.) * type.convert() now warns when its as.is argument is not specified, as the help file always said it _should_. In that case, the default is changed to TRUE in line with its change in read.table() (related to stringsAsFactor) in R 4.0.0. * When printing list arrays, classed objects are now shown _via_ their format() value if this is a short enough character string, or by giving the first elements of their class vector and their length. * capabilities() gets new entry "Rprof" which is TRUE when R has been configured with the equivalent of --enable-R-profiling (as it is by default). (Related to Michael Orlitzky's report PR#17836.) * str(xS4) now also shows extraneous attributes of an S4 object xS4. * Rudimentary support for vi-style tags in rtags() and R CMD rtags has been added. (Based on a patch from Neal Fultz in PR#17214.) * checkRdContents() is now exported from tools; it and also checkDocFiles() have a new option chkInternal allowing to check Rd files marked with keyword "internal" as well. The latter can be activated for R CMD check via environment variable _R_CHECK_RD_INTERNAL_TOO_. * New functions numToBits() and numToInts() extend the raw conversion utilities to (double precision) numeric. * Functions URLencode() and URLdecode() in package utils now work on vectors of URIs. (Based on patch from Bob Rudis submitted with PR#17873.) * path.expand() can expand ~user on most Unix-alikes even when readline is not in use. It tries harder to expand ~, for example should environment variable HOME be unset. * For HTML help (both dynamic and static), Rd file links to help pages in external packages are now treated as references to topics rather than file names, and fall back to a file link only if the topic is not found in the target package. The earlier rule which prioritized file names over topics can be restored by setting the environment variable _R_HELP_LINKS_TO_TOPICS_ to a false value. * c() now removes NULL arguments before dispatching to methods, thus simplifying the implementation of c() methods, _but_ for back compatibility keeps NULL when it is the first argument. (From a report and patch proposal by Lionel Henry in PR#17900.) * Vectorize()'s result function's environment no longer keeps unneeded objects. * Function ...elt() now propagates visibility consistently with ..n. (Thanks to Lionel Henry's PR#17905.) * capture.output() no longer uses non-standard evaluation to evaluate its arguments. This makes evaluation of functions like parent.frame() more consistent. (Thanks to Lionel Henry's PR#17907.) * packBits(bits, type="double") now works as inverse of numToBits(). (Thanks to Bill Dunlap's proposal in PR#17914.) * curlGetHeaders() has two new arguments, timeout to specify the timeout for that call (overriding getOption("timeout")) and TLS to specify the minimum TLS protocol version to be used for https:// URIs (_inter alia_ providing a means to check for sites using deprecated TLS versions 1.0 and 1.1). * For nls(), an optional constant scaleOffset may be added to the denominator of the relative offset convergence test for cases where the fit of a model is expected to be exact, thanks to a proposal by John Nash. nls(*, trace=TRUE) now also shows the convergence criterion. * Numeric differentiation _via_ numericDeriv() gets new optional arguments eps and central, the latter for taking central divided differences. The latter can be activated for nls() via nls.control(nDcentral = TRUE). * nls() now passes the trace and control arguments to getInitial(), notably for all self-starting models, so these can also be fit in zero-noise situations via a scaleOffset. For this reason, the initial function of a selfStart model must now have ... in its argument list. * bquote(splice = TRUE) can now splice expression vectors with attributes: this makes it possible to splice the result of parse(keep.source = TRUE). (Report and patch provided by Lionel Henry in PR#17869.) * textConnection() gets an optional name argument. * get(), exists(), and get0() now signal an error if the first argument has length greater than 1. Previously additional elements were silently ignored. (Suggested by Antoine Fabri on R-devel.) * R now provides a shorthand notation for creating functions, e.g. \(x) x + 1 is parsed as function(x) x + 1. * R now provides a simple native forward pipe syntax |>. The simple form of the forward pipe inserts the left-hand side as the first argument in the right-hand side call. The pipe implementation as a syntax transformation was motivated by suggestions from Jim Hester and Lionel Henry. * all.equal(f, g) for functions now by default also compares their environment(.)s, notably via new all.equal method for class function. Comparison of nls() fits, e.g., may now need all.equal(m1, m2, check.environment = FALSE). * .libPaths() gets a new option include.site, allowing to _not_ include the site library. (Thanks to Dario Strbenac's suggestion and Gabe Becker's PR#18016.) * Lithuanian translations are now available. (Thanks to Rimantas Zakauskas.) * names() now works for DOTSXP objects. On the other hand, in R-lang, the R language manual, we now warn against relying on the structure or even existence of such dot-dot-dot objects. * all.equal() no longer gives an error on DOTSXP objects. * capabilities("cairo") now applies only to the file-based devices as it is now possible (if very unusual) to build R with Cairo support for those but not for X11(). * There is optional support for tracing the progress of loadNamespace() - see its help. * (Not Windows.) l10n_info() reports an additional element, the name of the encoding as reported by the OS (which may differ from the encoding part (if any) of the result from Sys.getlocale("LC_CTYPE"). * New function gregexec() which generalizes regexec() to find _all_ disjoint matches and well as all substrings corresponding to parenthesized subexpressions of the given regular expression. (Contributed by Brodie Gaslam.) * New function charClass() in package utils to query the wide-character classification functions in use (such as iswprint). * The names of quantile()'s result no longer depend on the global getOption("digits"), but quantile() gets a new optional argument digits = 7 instead. * grep(), sub(), regexp and variants work considerably faster for long factors with few levels. (Thanks to Michael Chirico's PR#18063.) * Provide grouping of x11() graphics windows within a window manager such as Gnome or Unity; thanks to a patch by Ivan Krylov posted to R-devel. * The split() method for class data.frame now allows the f argument to be specified as a formula. * sprintf now warns on arguments unused by the format string. * New palettes "Rocket" and "Mako" for hcl.colors() (approximating palettes of the same name from the 'viridisLite' package). Contributed by Achim Zeileis. * The base environment and its namespace are now locked (so one can no longer add bindings to these or remove from these). * Rterm handling of multi-byte characters has been improved, allowing use of such characters when supported by the current locale. * Rterm now accepts ALT+ +xxxxxxxx sequences to enter Unicode characters as hex digits. * Environment variable LC_ALL on Windows now takes precedence over LC_CTYPE and variables for other supported categories, matching the POSIX behaviour. * duplicated() and anyDuplicated() are now optimized for integer and real vectors that are known to be sorted via the ALTREP framework. Contributed by Gabriel Becker via PR#17993. GRAPHICS: * The graphics engine version, R_GE_version, has been bumped to 14 and so packages that provide graphics devices should be reinstalled. * Graphics devices should now specify deviceVersion to indicate what version of the graphics engine they support. * Graphics devices can now specify deviceClip. If TRUE, the graphics engine will never perform any clipping of output itself. The clipping that the graphics engine does perform (for both canClip = TRUE and canClip = FALSE) has been improved to avoid producing unnecessary artifacts in clipped output. * The grid package now allows gpar(fill) to be a linearGradient(), a radialGradient(), or a pattern(). The viewport(clip) can now also be a grob, which defines a clipping path, and there is a new viewport(mask) that can also be a grob, which defines a mask. These new features are only supported so far on the Cairo-based graphics devices and on the pdf() device. * (Not Windows.) A warning is given when a Cairo-based type is specified for a png(), jpeg(), tiff() or bmp() device but Cairo is unsupported (so type = "Xlib" is tried instead). * grSoftVersion() now reports the versions of FreeType and FontConfig if they are used directly (not _via_ Pango), as is most commonly done on macOS. C-LEVEL FACILITIES: * The _standalone_ libRmath math library and R's C API now provide log1pexp() again as documented, and gain log1mexp(). INSTALLATION on a UNIX-ALIKE: * configure checks for a program pkgconf if program pkg-config is not found. These are now only looked for on the path (like almost all other programs) so if needed specify a full path to the command in PKG_CONFIG, for example in file config.site. * C99 function iswblank is required - it was last seen missing ca 2003 so the workaround has been removed. * There are new configure options --with-internal-iswxxxxx, - -with-internal-towlower and --with-internal-wcwidth which allows the system functions for wide-character classification, case-switching and width (wcwidth and wcswidth) to be replaced by internal ones. The first has long been used on macOS, AIX (and Windows) but this enables it to be unselected there and selected for other platforms (it is the new default on Solaris). The second is new in this version of R and is selected by default on macOS and Solaris. The third has long been the default and remains so as it contains customizations for East Asian languages. System versions of these functions are often minimally implemented (sometimes only for ASCII characters) and may not cover the full range of Unicode points: for example Solaris (and Windows) only cover the Basic Multilingual Plane. * Cairo installations without X11 are more likely to be detected by configure, when the file-based Cairo graphics devices will be available but not X11(type = "cairo"). * There is a new configure option --with-static-cairo which is the default on macOS. This should be used when only static cairo (and where relevant, Pango) libraries are available. * Cairo-based graphics devices on platforms without Pango but with FreeType/FontConfig will make use of the latter for font selection. LINK-TIME OPTIMIZATION on a UNIX-ALIKE: * Configuring with flag --enable-lto=R now also uses LTO when installing the recommended packages. * R CMD INSTALL and R CMD SHLIB have a new flag --use-LTO to use LTO when compiling code, for use with R configured with - -enable-lto=R. For R configured with --enable-lto, they have the new flag --no-use-LTO. Packages can opt in or out of LTO compilation _via_ a UseLTO field in the DESCRIPTION file. (As usual this can be overridden by the command-line flags.) BUILDING R on Windows: * for GCC >= 8, FC_LEN_T is defined in config.h and hence character lengths are passed from C to Fortran in _inter alia_ BLAS and LAPACK calls. * There is a new text file src/gnuwin32/README.compilation, which outlines how C/Fortran code compilation is organized and documents new features: * R can be built with Link-Time Optimization with a suitable compiler - doing so with GCC 9.2 showed several inconsistencies which have been corrected. * There is support for cross-compiling the C and Fortran code in R and standard packages on suitable (Linux) platforms. This is mainly intended to allow developers to test later versions of compilers - for example using GCC 9.2 or 10.x has detected issues that GCC 8.3 in Rtools40 does not. * There is experimental support for cross-building R packages with C, C++ and/or Fortran code. * The R installer can now be optionally built to support a single architecture (only 64-bit or only 32-bit). PACKAGE INSTALLATION: * The default C++ standard has been changed to C++14 where available (which it is on all currently checked platforms): if not (as before) C++11 is used if available otherwise C++ is not supported. Packages which specify C++11 will still be installed using C++11. C++14 compilers may give deprecation warnings, most often for std::random_shuffle (deprecated in C++14 and removed in C++17). Either specify C++11 (see 'Writing R Extensions') or modernize the code and if needed specify C++14. The latter has been supported since R 3.4.0 so the package's DESCRIPTION would need to include something like Depends: R (>= 3.4) PACKAGE INSTALLATION on Windows: * R CMD INSTALL and R CMD SHLIB make use of their flag --use-LTO when the LTO_OPT make macro is set in file etc/${R_ARCH}/Makeconf or in a personal/site Makevars file. (For details see 'Writing R Extensions' SS4.5.) This provides a valuable check on code consistency. It does work with GCC 8.3 as in Rtools40, but that does not detect everything the CRAN checks with current GCC do. PACKAGE INSTALLATION on macOS: * The default personal library directory on builds with - -enable-aqua (including CRAN builds) now differs by CPU type, one of ~/Library/R/x86_64/x.y/library ~/Library/R/arm64/x.y/library This uses the CPU type R (and hence the packages) were built for, so when a x86_64 build of R is run under Rosetta emulation on an arm64 Mac, the first is used. UTILITIES: * R CMD check can now scan package functions for bogus return statements, which were possibly intended as return() calls (wish of PR#17180, patch by Sebastian Meyer). This check can be activated via the new environment variable _R_CHECK_BOGUS_RETURN_, true for --as-cran. * R CMD build omits tarballs and binaries of previous builds from the top-level package directory. (PR#17828, patch by Sebastian Meyer.) * R CMD check now runs sanity checks on the use of LazyData, for example that a data directory is present and that LazyDataCompression is not specified without LazyData and has a documented value. For packages with large LazyData databases without specifying LazyDataCompression, there is a reference to the code given in 'Writing R Extensions' SS1.1.6 to test the choice of compression (as in all the CRAN packages tested a non-default method was preferred). * R CMD build removes LazyData and LazyDataCompression fields from the DESCRIPTION file of packages without a data directory. ENCODING-RELATED CHANGES: * The parser now treats \Unnnnnnnn escapes larger than the upper limit for Unicode points (\U10FFFF) as an error as they cannot be represented by valid UTF-8. Where such escapes are used for outputting non-printable (including unassigned) characters, 6 hex digits are used (rather than 8 with leading zeros). For clarity, braces are used, for example \U{0effff}. * The parser now looks for non-ASCII spaces on Solaris (as previously on most other OSes). * There are warnings (including from the parser) on the use of unpaired surrogate Unicode points such as \uD834. (These cannot be converted to valid UTF-8.) * Functions nchar(), tolower(), toupper() and chartr() and those using regular expressions have more support for inputs with a marked Latin-1 encoding. * The character-classification functions used (by default) to replace the system iswxxxxx functions on Windows, macOS and AIX have been updated to Unicode 13.0.0. The character-width tables have been updated to include new assignments in Unicode 13.0.0. * The code for evaluating default (extended) regular expressions now uses the same character-classification functions as the rest of R (previously they differed on Windows, macOS and AIX). * There is a build-time option to replace the system's wide-character wctrans C function by tables shipped with R: use configure option --with-internal-towlower or (on Windows) - DUSE_RI18N_CASE in CFLAGS when building R. This may be needed to allow tolower() and toupper() to work with Unicode characters beyond the Basic Multilingual Plane where not supported by system functions (e.g. on Solaris where it is the new default). * R is more careful when truncating UTF-8 and other multi-byte strings that are too long to be printed, passed to the system or libraries or placed into an internal buffer. Truncation will no longer produce incomplete multibyte characters. DEPRECATED AND DEFUNCT: * Function plclust() from the package stats and package.dependencies(), pkgDepends(), getDepList(), installFoundDepends(), and vignetteDepends() from package tools are defunct. * Defunct functions checkNEWS() and readNEWS() from package tools and CRAN.packages() from utils have been removed. * R CMD config CXXCPP is defunct (it was deprecated in R 3.6.2). * parallel::detectCores() drops support for Irix (retired in 2013). * The LINPACK argument to chol.default(), chol2inv(), solve.default() and svd() has been defunct since R 3.1.0. It was silently ignored up to R 4.0.3 but now gives an error. * Subsetting/indexing, such as ddd[*] or ddd$x on a DOTSXP (dot-dot-dot) object ddd has been disabled; it worked by accident only and was undocumented. BUG FIXES: * Many more C-level allocations (mainly by malloc and strdup) are checked for success with suitable alternative actions. * Bug fix for replayPlot(); this was turning off graphics engine display list recording if a recorded plot was replayed in the same session. The impact of the bug became visible if resize the device after replay OR if attempted another savePlot() after replay (empty display list means empty screen on resize or empty saved plot). * R CMD check etc now warn when a package exports non-existing S4 classes or methods, also in case of no "methods" presence. (Reported by Alex Bertram; reproducible example and patch by Sebastian Meyer in PR#16662.) * boxplot() now also accepts calls for labels such as ylab, the same as plot(). (Reported by Marius Hofert.) * The help page for xtabs() now correctly states that addNA is setting na.action = na.pass among others. (Reported as PR#17770 by Thomas Soeiro.) * The R CMD check gives a longer and more comprehensible message when DESCRIPTION misses dependencies, e.g., in Imports:. (Thanks to the contributors of PR#17179.) * update.default() now calls the generic update() on the formula to work correctly for models with extended formulas. (As reported and suggested by Neal Fultz in PR#17865.) * The horizontal position of leaves in a dendrogram is now correct also with center = FALSE. (PR#14938, patch from Sebastian Meyer.) * all.equal.POSIXt() no longer warns about and subsequently ignores inconsistent "tzone" attributes, but describes the difference in its return value (PR#17277). This check can be disabled _via_ the new argument check.tzone = FALSE as suggested by Sebastian Meyer. * as.POSIXct() now populates the "tzone" attribute from its tz argument when x is a logical vector consisting entirely of NA values. * x[[2^31]] <- v now works. (Thanks to the report and patch by Suharto Anggono in PR#17330.) * In log-scale graphics, axis() ticks and label positions are now computed more carefully and symmetrically in their range, typically providing _more_ ticks, fulfilling wishes in PR#17936. The change really corresponds to an improved axisTicks() (package grDevices), potentially influencing grid and lattice, for example. * qnorm(, log.p=TRUE) is now correct to at least five digits where it was catastrophically wrong, previously. * sum(df) and similar "Summary"- and "Math"-group member functions now work for data frames df with logical columns, notably also of zero rows. (Reported to R-devel by Martin "b706".) * unsplit() had trouble with tibbles due to unsound use of rep(NA, len)-indexing, which should use NA_integer_ (Reported to R-devel by Mario Annau.) * pnorm(x, log.p = TRUE) underflows to -Inf slightly later. * show() prints better and without quotes for non-hidden S4 generics. * read.table() and relatives treated an "NA" column name as missing when check.names = FALSE PR#18007. * Parsing strings containing UTF-16 surrogate pairs such as "\uD834\uDD1E" works better on some (uncommon) platforms. sprintf("%X", utf8ToInt("\uD834\uDD1E")) should now give "1D11E" on all platforms. * identical(x,y) is no longer true for differing DOTSXP objects, fixing PR#18032. * str() now works correctly for DOTSXP and related exotics, even when these are doomed. Additionally, it no longer fails for lists with a class and "irregular" method definitions such that e.g. lapply(*) will necessarily fail, as currently for different igraph objects. * Too long lines in environment files (e.g. Renviron) no longer crash R. This limit has been increased to 100,000 bytes. (PR#18001.) * There is a further workaround for FreeType giving incorrect italic font faces with cairo-based graphics devices on macOS. * add_datalist(*, force = TRUE) (from package tools) now actually updates an existing data/datalist file for new content. (Thanks to a report and patch by Sebastian Meyer in PR#18048.) * cut.Date() and cut.POSIXt() could produce an empty last interval for breaks = "months" or breaks = "years". (Reported as PR#18053 by Christopher Carbone.) * Detection of the encoding of 'regular' macOS locales such as en_US (which is UTF-8) had been broken by a macOS change: fortunately these are now rarely used with en_US.UTF-8 being preferred. * sub() and gsub(pattern, repl, x, *) now keep attributes of x such as names() also when pattern is NA (PR#18079). * Time differences ("difftime" objects) get a replacement and a rep() method to keep "units" consistent. (Thanks to a report and patch by Nicolas Bennett in PR#18066.) * The \RdOpts macro, setting defaults for \Sexpr options in an Rd file, had been ineffective since R 2.12.0: it now works again. (Thanks to a report and patch by Sebastian Meyer in PR#18073.) * mclapply and pvec no longer accidentally terminate parallel processes started before by mcparallel or related calls in package parallel (PR#18078). * grep and other functions for evaluating (extended) regular expressions handle in Unicode also strings not explicitly flagged UTF-8, but flagged native when running in UTF-8 locale. * Fixed a crash in fifo implementation on Windows (PR#18031). * Binary mode in fifo on Windows is now properly detected from argument open (PR#15600, PR#18031).- improved spec file according to comments of dimstar in https://build.opensuse.org/request/show/892685- To get in sync with d:l:R:autoCRAN the Matrix package's split in -devel was reversed.- CHANGES IN R 4.0.5: BUG FIXES: * The change to the internal table in R 4.0.4 for iswprint has been reverted: it contained some errors in printability of 'East Asian' characters. * For packages using LazyData, R CMD build ignored the - -resave-data option and the BuildResaveData field of the DESCRIPTION file (in R versions 4.0.0 to 4.0.4).- CHANGES IN R 4.0.4: NEW FEATURES: * File share/texmf/tex/latex/jss.cls has been updated to work with LaTeX versions since Oct 2020. * Unicode character width tables (as used by nchar(, type = "w")) have been updated to Unicode 12.1 by Brodie Gaslam (PR#17781), including many emoji. * The internal table for iswprint (used on Windows, macOS and AIX) has been updated to include many recent Unicode characters. INSTALLATION on a UNIX-ALIKE: * If an external BLAS is specified by --with-blas=foo or _via_ environment variable BLAS_LIBS is not found, this is now a configuration error. The previous behaviour was not clear from the documentation: it was to continue the search as if - -with-blas=yes was specified. BUG FIXES: * all.equal(x,y) now "sees" the two different NAs in factors, thanks to Bill Dunlap and others in PR#17897. * (~ NULL)[1] and similar formula subsetting now works, thanks to a report and patch by Henrik Bengtsson in PR#17935. Additionally, subsetting leaving an empty formula now works too, thanks to suggestions by Suharto Anggono. * .traceback(n) keeps source references again, as before R 4.0.0, fixing a regression; introduced by the PR#17580, reported including two patch proposals by Brodie Gaslam. * unlist(plst, recursive=FALSE) no longer drops content for pairlists with list components, thanks to the report and patch by Suharto Anggono in PR#17950. * iconvlist() now also works on MUSL based (Linux) systems, from a report and patch suggestion by Wesley Chan in PR#17970. * round() and signif() no longer tolerate wrong argument names, notably in 1-argument calls; reported by Shane Mueller on R-devel (mailing list); later reported as PR#17976. * .Machine has longdouble.* elements only if capabilities("long.double") is true, as documented. (Previously they were included if the platform had long double identical to double, as ARM does.) * p.adjust(numeric(), n=0) now works, fixing PR#18002. * identical(x,y) no longer prints "Unknown Type .." for typeof(x) == "..." objects. * Fix (auto-)print()ing of named complex vectors, see PR#17868 and PR#18019. * all.equal(, <...>) now works, fixing PR#18029. * as.data.frame.list(L, row.names=NULL) now behaves in line with data.frame(), disregarding names of components of L, fixing PR#18034, reported by Kevin Tappe. * checkRdaFiles(ff)$version is now correct also when ff contains files of different versions, thanks to a report and patch from Sebastian Meyer in PR#18041. * macOS: Quartz device live drawing could fail (no plot is shown) if the system changes the drawing context after view update (often the case since macOS Big Sur). System log may show "CGContextDelegateCreateForContext: invalid context" error.- CHANGES IN R 4.0.3: NEW FEATURES: * On platforms using configure option --with-internal-tzcode, additional values "internal" and (on macOS only) "macOS" are accepted for the environment variable TZDIR. (See ?TZDIR.) On macOS, "macOS" is used by default if the system timezone database is a newer version than that in the R installation. * When install.packages(type = "source") fails to find a package in a repository it mentions package versions which are excluded by their R version requirement and links to hints on why a package might not be found. * The default value for options("timeout") can be set from enviromnent variable R_DEFAULT_INTERNET_TIMEOUT, still defaulting to 60 (seconds) if that is not set or invalid. This may be needed when child R processes are doing downloads, for example during the installation of source packages which download jars or other forms of data. LINK-TIME OPTIMIZATION on a UNIX-ALIKE: * There is now support for parallelized Link-Time Optimization (LTO) with GCC and for 'thin' LTO with clang _via_ setting the LTO macro. * There is support for setting a different LTO flag for the Fortran compiler, including to empty when mixing clang and gfortran (as on macOS). See file config.site. * There is a new LTO_LD macro to set linker options for LTO compilation, for example to select an alternative linker or to parallelize thin LTO. DEPRECATED AND DEFUNCT: * The LINPACK argument to chol.default(), chol2inv(), solve.default() and svd() has been defunct since R 3.1.0. Using it now gives a warning which will become an error in R 4.1.0. BUG FIXES: * The code mitigating stack overflow with PCRE regexps on very long strings is enabled for PCRE2 < 10.30 also when JIT is enabled, since stack overflows have been seen in that case. * Fix to correctly show the group labels in dotchart() (which where lost in the ylab improvement for R 4.0.0). * addmargins(*, ..) now also works when fn() is a local function, thanks to bug report and patch PR#17124 from Alex Bertram. * rank(x) and hence sort(x) now work when x is an object (as per is.object(x)) of type "raw" _and_ provides a valid `[` method, e.g., for gmp::as.bigz(.) numbers. * chisq.test(*, simulate.p.value=TRUE) and r2dtable() now work correctly for large table entries (in the millions). Reported by Sebastian Meyer and investigated by more helpers in PR#16184. * Low-level socket read/write operations have been fixed to correctly signal communication errors. Previously, such errors could lead to a segfault due to invalid memory access. Reported and debugged by Dmitriy Selivanov in PR#17850. * quantile(x, pr) works more consistently for pr values slightly outside [0,1], thanks to Suharto Anggono's PR#17891. Further, quantile(x, prN, names=FALSE) now works even when prN contains NAs, thanks to Anggono's PR#17892. Ditto for ordered factors or Date objects when type = 1 or 3, thanks to PR#17899. * Libcurl-based internet access, including curlGetHeaders(), was not respecting the "timeout" option. If this causes unanticipated timeouts, consider increasing the default by setting R_DEFAULT_INTERNET_TIMEOUT. * as.Date() now also works with an initial "", thanks to Michael Chirico's PR#17909. * isS3stdGeneric(f) now detects an S3 generic also when it it is trace()d, thanks to Gabe Becker's PR#17917. * R_allocLD() has been fixed to return memory aligned for long double type PR#16534. * fisher.test() no longer segfaults when called again after its internal stack has been exceeded PR#17904. * Accessing a long vector represented by a compact integer sequence no longer segfaults (reported and debugged by Hugh Parsonage). * duplicated() now works also for strings with multiple encodings inside a single vector PR#17809. * phyper(11, 15, 0, 12, log.p=TRUE) no longer gives NaN; reported as PR#17271 by Alexey Stukalov. * Fix incorrect calculation in logLik.nls() PR#16100, patch from Sebastian Meyer. * A very old bug could cause a segfault in model.matrix() when terms involved logical variables. Part of PR#17879. * model.frame.default() allowed data = 1, leading to involuntary variable capture (rest of PR#17879). * tar() no longer skips non-directory files, thanks to a patch by Sebastian Meyer, fixing the remaining part of PR#16716.- CHANGES IN R 4.0.2: UTILITIES: * R CMD check skips vignette re-building (with a warning) if the VignetteBuilder package(s) are not available. BUG FIXES: * Paths with non-ASCII characters caused problems for package loading on Windows PR#17833. * Using tcltk widgets no longer crashes R on Windows. * source(*, echo=TRUE) no longer fails in some cases with empty lines; reported by Bill Dunlap in PR#17769. * on.exit() now correctly matches named arguments, thanks to PR#17815 (including patch) by Brodie Gaslam. * regexpr(*, perl=TRUE) no longer returns incorrect positions into text containing characters outside of the Unicode Basic Multilingual Plane on Windows.- CHANGES IN R 4.0.1: NEW FEATURES: * paste() and paste0() gain a new optional argument recycle0. When set to true, zero-length arguments are recycled leading to character(0) after the sep-concatenation, i.e., to the empty string "" if collapse is a string and to the zero-length value character(0) when collapse = NULL. A package whose code uses this should depend on R (>= 4.0.1). * The summary() method now maps the counts correctly to the warning messages. BUG FIXES: * aov(frml, ...) now also works where the formula deparses to more than 500 characters, thanks to a report and patch proposal by Jan Hauffa. * Fix a dozen places (code, examples) as Sys.setlocale() returns the new rather than the previous setting. * Fix for adding two complex grid units via sum(). Thanks to Gu Zuguang for the report and Thomas Lin Pedersen for the patch. * Fix parallel::mclapply(..., mc.preschedule=FALSE) to handle raw vector results correctly. PR#17779 * Computing the base value, i.e., 2, "everywhere", now uses FLT_RADIX, as the original machar code looped indefinitely on the ppc64 architecture for the longdouble case. * In R 4.0.0, sort.list(x) when is.object(x) was true, e.g., for x <- I(letters), was accidentally using method = "radix". Consequently, e.g., merge() was much slower than previously; reported in PR#17794. * plot(y ~ x, ylab = quote(y[i])) now works, as e.g., for xlab; related to PR#10525. * parallel::detect.cores(all.tests = TRUE) tries a matching OS name before the other tests (which were intended only for unknown OSes). * Parse data for raw strings is now recorded correctly. Reported by Gabor Csardi.- CHANGES IN 4.0.0: SIGNIFICANT USER-VISIBLE CHANGES: * Packages need to be (re-)installed under this version (4.0.0) of R. * matrix objects now also inherit from class "array", so e.g., class(diag(1)) is c("matrix", "array"). This invalidates code incorrectly assuming that class(matrix_obj)) has length one. S3 methods for class "array" are now dispatched for matrix objects. * There is a new syntax for specifying _raw_ character constants similar to the one used in C++: r"(...)" with ... any character sequence not containing the sequence )". This makes it easier to write strings that contain backslashes or both single and double quotes. For more details see ?Quotes. * R now uses a stringsAsFactors = FALSE default, and hence by default no longer converts strings to factors in calls to data.frame() and read.table(). A large number of packages relied on the previous behaviour and so have needed/will need updating. * The plot() S3 generic function is now in package base rather than package graphics, as it is reasonable to have methods that do not use the graphics package. The generic is currently re-exported from the graphics namespace to allow packages importing it from there to continue working, but this may change in future. Packages which define S4 generics for plot() should be re-installed and package code using such generics from other packages needs to ensure that they are imported rather than rely on their being looked for on the search path (as in a namespace, the base namespace has precedence over the search path). REFERENCE COUNTING: * Reference counting is now used instead of the NAMED mechanism for determining when objects can be safely mutated in base C code. This reduces the need for copying in some cases and should allow further optimizations in the future. It should help make the internal code easier to maintain. This change is expected to have almost no impact on packages using supported coding practices in their C/C++ code. MIGRATION TO PCRE2: * This version of R is built against the PCRE2 library for Perl-like regular expressions, if available. (On non-Windows platforms PCRE1 can optionally be used if PCRE2 is not available at build time.) The version of PCRE in use can be obtained _via_ extSoftVersion(): PCRE1 (formerly known as 'PCRE') has versions <= 8, PCRE2 versions >= 10. * Making PCRE2 available when building R from source is strongly recommended (preferably version 10.30 or later) as PCRE1 is no longer developed: version 8.44 is 'likely to be the final release'. * PCRE2 reports errors for some regular expressions that were accepted by PCRE1. A hyphen now has to be escaped in a character class to be interpreted as a literal (unless first or last in the class definition). \R, \B and \X are no longer allowed in character classes (PCRE1 treated these as literals). * Option PCRE_study is no longer used with PCRE2, and is reported as FALSE when that is in use. NEW FEATURES: * assertError() and assertWarning() (in package tools) can now check for _specific_ error or warning classes _via_ the new optional second argument classes (which is not back compatible with previous use of an unnamed second argument). * DF2formula(), the utility for the data frame method of formula(), now works without parsing and explicit evaluation, starting from Suharto Anggono's suggestion in PR#17555. * approxfun() and approx() gain a new argument na.rm defaulting to true. If set to false, missing y values now propagate into the interpolated values. * Long vectors are now supported as the seq argument of a for() loop. * str(x) gets a new deparse.lines option with a default to speed it up when x is a large call object. * The internal traceback object produced when an error is signalled (.Traceback), now contains the calls rather than the _deparse()d_ calls, deferring the deparsing to the user-level functions .traceback() and traceback(). This fulfils the wish of PR#17580, reported including two patch proposals by Brodie Gaslam. * data.matrix() now converts character columns to factors and from this to integers. * package.skeleton() now explicitly lists all exports in the NAMESPACE file. * New function .S3method() to register S3 methods in R scripts. * file.path() has some support for file paths not in the session encoding, e.g. with UTF-8 inputs in a non-UTF-8 locale the output is marked as UTF-8. * Most functions with file-path inputs will give an explicit error if a file-path input in a marked encoding cannot be translated (to the native encoding or in some cases on Windows to UTF-8), rather than translate to a different file path using escapes. Some (such as dir.exists(), file.exists(), file.access(), file.info(), list.files(), normalizePath() and path.expand()) treat this like any other non-existent file, often with a warning. * There is a new help document accessed by help("file path encoding") detailing how file paths with marked encodings are handled. * New function list2DF() for creating data frames from lists of variables. * iconv() has a new option sub = "Unicode" to translate UTF-8 input invalid in the to encoding using escapes. * There is a new function infoRDS() providing information about the serialization format of a serialized object. * S3 method lookup now by default skips the elements of the search path between the global and base environments. * Added an argument add_datalist(*, small.size = 0) to allow the creation of a data/datalist file even when the total size of the data sets is small. * The backquote function bquote() has a new argument splice to enable splicing a computed list of values into an expression, like ,@ in LISP's backquote. * The formula interface to t.test() and wilcox.test() has been extended to handle one-sample and paired tests. * The palette() function has a new default set of colours (which are less saturated and have better accessibility properties). There are also some new built-in palettes, which are listed by the new palette.pals() function. These include the old default palette under the name "R3". Finally, the new palette.colors() function allows a subset of colours to be selected from any of the built-in palettes. * n2mfrow() gains an option asp = 1 to specify the aspect ratio, fulfilling the wish and extending the proposal of Michael Chirico in PR#17648. * For head(x, n) and tail() the default and other S3 methods notably for _vector_ n, e.g. to get a "corner" of a matrix, has been extended to array's of higher dimension thanks to the patch proposal by Gabe Becker in PR#17652. Consequently, optional argument addrownums is deprecated and replaced by the (more general) argument keepnums. An invalid second argument n now leads to typically more easily readable error messages. * New function .class2() provides the full character vector of class names used for S3 method dispatch. * Printing methods(..) now uses a new format() method. * sort.list(x) now works for non-atomic objects x and method = "auto" (the default) or "radix" in cases order(x) works. * Where they are available, writeBin() allows long vectors. * New function deparse1() produces one string, wrapping deparse(), to be used typically in deparse1(substitute(*)), e.g., to fix PR#17671. * wilcox.test() enhancements: In the (non-paired) two-sample case, Inf values are treated as very large for robustness consistency. If exact computations are used, the result now has "exact" in the method element of its return value. New arguments tol.root and digits.rank where the latter may be used for stability to treat very close numbers as ties. * readBin() and writeBin() now report an error for an invalid endian value. The affected code needs to be fixed with care as the old undocumented behavior was to swap endian-ness in such cases. * sequence() is now an S3 generic with an internally implemented default method, and gains arguments to generate more complex sequences. Based on code from the S4Vectors Bioconductor package and the advice of Herv'e Pag`es. * print()'s default method and many other methods (by calling the default eventually and passing ...) now make use of a new optional width argument, avoiding the need for the user to set and reset options("width"). * memDecompress() supports the RFC 1952 format (e.g. in-memory copies of gzip-compressed files) as well as RFC 1950. * memCompress() and memDecompress() support long raw vectors for types "gzip" and "zx". * sweep() and slice.index() can now use names of dimnames for their MARGIN argument (apply has had this for almost a decade). * New function proportions() and marginSums(). These should replace the unfortunately named prop.table() and margin.table(). They are drop-in replacements, but also add named-margin functionality. The old function names are retained as aliases for back-compatibility. * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), rsignrank() and rwilcox() which have returned integer since R 3.0.0 and hence NA when the numbers would have been outside the integer range, now return double vectors (without NAs, typically) in these cases. * matplot(x,y) (and hence matlines() and matpoints()) now call the corresponding methods of plot() and lines(), e.g, when x is a "Date" or "POSIXct" object; prompted by Spencer Graves' suggestion. * stopifnot() now allows customizing error messages via argument names, thanks to a patch proposal by Neal Fultz in PR#17688. * unlink() gains a new argument expand to disable wildcard and tilde expansion. Elements of x of value "~" are now ignored. * mle() in the stats4 package has had its interface extended so that arguments to the negative log-likelihood function can be one or more vectors, with similar conventions applying to bounds, start values, and parameter values to be kept fixed. This required a minor extension to class "mle", so saved objects from earlier versions may need to be recomputed. * The default for pdf() is now useDingbats = FALSE. * The default fill colour for hist() and boxplot() is now col = "lightgray". * The default order of the levels on the y-axis for spineplot() and cdplot() has been reversed. * If the R_ALWAYS_INSTALL_TESTS environment variable is set to a true value, R CMD INSTALL behaves as if the --install-tests option is always specified. Thanks to Reinhold Koch for the suggestion. * New function R_user_dir() in package tools suggests paths appropriate for storing R-related user-specific data, configuration and cache files. * capabilities() gains a new logical option Xchk to avoid warnings about X11-related capabilities. * The internal implementation of grid units has changed, but the only visible effects at user-level should be * a slightly different print format for some units (especially unit arithmetic), * faster performance (for unit operations) and * two new functions unitType() and unit.psum(). Based on code contributed by Thomas Lin Pedersen. * When internal dispatch for rep.int() and rep_len() fails, there is an attempt to dispatch on the equivalent call to rep(). * Object .Machine now contains new longdouble.* entries (when R uses long doubles internally). * news() has been enhanced to cover the news on R 3.x and 2.x. * For consistency, N <- NULL; N[[1]] <- val now turns N into a list also when val) has length one. This enables dimnames(r1)[[1]] <- "R1" for a 1-row matrix r1, fixing PR#17719 reported by Serguei Sokol. * deparse(..), dump(..), and dput(x, control = "all") now include control option "digits17" which typically ensures 1:1 invertibility. New option control = "exact" ensures numeric exact invertibility via "hexDigits". * When loading data sets via read.table(), data() now uses LC_COLLATE=C to ensure locale-independent results for possible string-to-factor conversions. * A server socket connection, a new connection type representing a listening server socket, is created via serverSocket() and can accept multiple socket connections via socketAccept(). * New function socketTimeout() changes the connection timeout of a socket connection. * The time needed to start a homogeneous PSOCK cluster on localhost with many nodes has been significantly reduced (package parallel). * New globalCallingHandlers() function to establish global condition handlers. This allows registering default handlers for specific condition classes. Developed in collaboration with Lionel Henry. * New function tryInvokeRestart() to invoke a specified restart if one is available and return without signaling an error if no such restart is found. Contributed by Lionel Henry in PR#17598. * str(x) now shows the length of attributes in some cases for a data frame x. * Rprof() gains a new argument filter.callframes to request that intervening call frames due to lazy evaluation or explicit eval() calls be omitted from the recorded profile data. Contributed by Lionel Henry in PR#17595. * The handling of ${FOO-bar} and ${FOO:-bar} in Renviron files now follows POSIX shells (at least on a Unix-alike), so the first treats empty environment variables as set and the second does not. Previously both ignored empty variables. There are several uses of the first form in etc/Renviron. * New classes argument for suppressWarnings() and suppressMessages() to selectively suppress only warnings or messages that inherit from particular classes. Based on patch from Lionel Henry submitted with PR#17619. * New function activeBindingFunction() retrieves the function of an active binding. * New "cairoFT" and "pango" components in the output of grSoftVersion(). * New argument symbolfamily in cairo-based graphics devices and new function cairoSymbolFont() that can be used to provide the value for that argument. Windows: * Rterm now works also when invoked from MSYS2 terminals. Line editing is possible when command winpty is installed. * normalizePath() now resolves symbolic links and normalizes case of long names of path elements in case-insensitive folders (PR#17165). * md5sum() supports UTF-8 file names with characters that cannot be translated to the native encoding (PR#17633). * Rterm gains a new option --workspace to specify the workspace to be restored. This allows equals to be part of the name when opening _via_ Windows file associations (reported by Christian Asseburg). * Rterm now accepts ALT+xxx sequences also with NumLock on. Tilde can be pasted with an Italian keyboard (PR#17679). * R falls back to copying when junction creation fails during package checking (patch from Duncan Murdoch). DEPRECATED AND DEFUNCT: * Make macro F77_VISIBILITY has been removed and replaced by F_VISIBILITY. * Make macros F77, FCPIFCPLAGS and SHLIB_OPENMP_FCFLAGS have been removed and replaced by FC, FPICFLAGS and SHLIB_OPENMP_FFLAGS respectively. (Most make programs will set F77 to the value of FC, which is set for package compilation. But portable code should not rely on this.) * The deprecated support for specifying C++98 for package installation has been removed. * R CMD config no longer knows about the unused settings F77 and FCPIFCPLAGS, nor CXX98 and similar. * Either PCRE2 or PCRE1 >= 8.32 (Nov 2012) is required: the deprecated provision for 8.20-8.31 has been removed. * Defunct functions mem.limits(), .readRDS(), .saveRDS(),..find.package(), and .path.package() from package base and allGenerics(), getAccess(), getAllMethods(), getClassName(), getClassPackage(), getExtends(), getProperties(), getPrototype(), getSubclasses(), getVirtual(), mlistMetaName(), removeMethodsObject(), seemsS4Object(), traceOff(), and traceOn() from methods have been removed. C-LEVEL FACILITIES: * installChar is now remapped in Rinternals.h to installTrChar, of which it has been a wrapper since R 3.6.0. Neither are part of the API, but packages using installChar can replace it if they depend on R >= 3.6.2. * Header R_ext/Print.h defines R_USE_C99_IN_CXX and hence exposes Rvprintf and REvprintf if used with a C++11 (or later) compiler. * There are new Fortran subroutines dblepr1, realpr1 and intpr1 to print a scalar variable (gfortran 10 enforces the distinction between scalars and length-one arrays). Also labelpr to print just a label. * R_withCallingErrorHandler is now available for establishing a calling handler in C code for conditions inheriting from class error. INSTALLATION on a UNIX-ALIKE: * User-set DEFS (e.g., in config.site) is now used for compiling packages (including base packages). * There is a new variant option --enable-lto=check for checking consistency of BLAS/LAPACK/LINPACK calls - see 'Writing R Extensions'. * A C++ compiler default is set only if the C++11 standard is supported: it no longer falls back to C++98. * PCRE2 is used if available. To make use of PCRE1 if PCRE2 is unavailable, configure with option --with-pcre1. * The minimum required version of libcurl is now 7.28.0 (Oct 2012). * New make target distcheck checks * R can be rebuilt from the tarball created by make dist, * the build from the tarball passes make check-all, * the build installs and uninstalls, * the source files are properly cleaned by make distclean. UTILITIES: * R --help now mentions the option --no-echo (renamed from --slave) and its previously undocumented short form -s. * R CMD check now optionally checks configure and cleanup scripts for non-Bourne-shell code ('bashisms'). * R CMD check --as-cran now runs \donttest examples (which are run by example()) instead of instructing the tester to do so. This can be temporarily circumvented during development by setting environment variable _R_CHECK_DONTTEST_EXAMPLES_ to a false value. PACKAGE INSTALLATION: * There is the beginnings of support for the recently approved C++20 standard, specified analogously to C++14 and C++17. There is currently only limited support for this in compilers, with flags such as -std=c++20 and -std=c++2a. For the time being the configure test is of accepting one of these flags and compiling C++17 code. BUG FIXES: * formula(x) with length(x) > 1 character vectors, is deprecated now. Such use has been rare, and has 'worked' as expected in some cases only. In other cases, wrong x have silently been truncated, not detecting previous errors. * Long-standing issue where the X11 device could lose events shortly after startup has been addressed (PR#16702). * The data.frame method for rbind() no longer drops levels from factor columns by default (PR#17562). * available.packages() and hence install.packages() now pass their ... argument to download.file(), fulfilling the wish of PR#17532; subsequently, available.packages() gets new argument quiet, solving PR#17573. * stopifnot() gets new argument exprObject to allow an R object of class expression (or other 'language') to work more consistently, thanks to suggestions by Suharto Anggono. * conformMethod() now works correctly in cases containing a "&& logic" bug, reported by Henrik Bengtsson. It now creates methods with "missing" entries in the signature. Consequently, rematchDefinition() is amended to use appropriate .local() calls with named arguments where needed. * format.default(*, scientific = FALSE) now corresponds to a practically most extreme options(scipen = n) setting rather than arbitrary n = 100. * format(as.symbol("foo")) now works (returning "foo"). * postscript(.., title = *) now signals an error when the title string contains a character which would produce corrupt PostScript, thanks to PR#17607 by Daisuko Ogawa. * Certain Ops (notably comparison such as ==) now also work for 0-length data frames, after reports by Hilmar Berger. * methods(class = class(glm(..))) now warns more usefully and only once. * write.dcf() no longer mangles field names (PR#17589). * Primitive replacement functions no longer mutate a referenced first argument when used outside of a complex assignment context. * A better error message for contour(*, levels = Inf). * The return value of contourLines() is no longer invisible(). * The Fortran code for calculating the coefficients component in lm.influence() was very inefficient. It has (for now) been replaced with much faster R code (PR#17624). * cm.colors(n) _etc_ no longer append the code for alpha = 1, "FF", to all colors. Hence all eight *.colors() functions and rainbow() behave consistently and have the same non-explicit default (PR#17659). * dnorm had a problematic corner case with sd == -Inf or negative sd which was not flagged as an error in all cases. Thanks to Stephen D. Weigand for reporting and Wang Jiefei for analyzing this; similar change has been made in dlnorm(). * The optional iter.smooth argument of plot.lm(), (the plot() method for lm and glm fits) now defaults to 0 for all glm fits. Especially for binary observations with high or low fitted probabilities, this effectively deleted all observations of 1 or 0. Also, the type of residuals used in the glm case has been switched to "pearson" since deviance residuals do not in general have approximately zero mean. * In plot.lm, Cook's distance was computed from unweighted residuals, leading to inconsistencies. Replaced with usual weighted version. (PR#16056) * Time-series ts(*, start, end, frequency) with fractional frequency are supported more consistently; thanks to a report from Johann Kleinbub and analysis and patch by Duncan Murdoch in PR#17669. * In case of errors mcmapply() now preserves attributes of returned "try-error" objects and avoids simplification, overriding SIMPLIFY to FALSE. (PR#17653) * as.difftime() gets new optional tz = "UTC" argument which should fix behaviour during daylight-savings-changeover days, fixing PR#16764, thanks to proposals and analysis by Johannes Ranke and Kirill M"uller. * round() does a better job of rounding _"to nearest"_ by _measuring_ and _"to even"_; thanks to a careful algorithm originally prompted by the report from Adam Wheeler and then others, in PR#17668. round(x, dig) for _negative_ digits is much more rational now, notably for large |dig|. * Inheritance information on S4 classes is maintained more consistently, particularly in the case of class unions (in part due to PR#17596 and a report from Ezra Tucker). * is() behaves more robustly when its argument class2 is a classRepresentation object. * The warning message when attempting to export an nonexistent class is now more readable; thanks to Thierry Onkelinx for recognizing the problem. * choose() misbehaved in corner cases where it switched n - k for k and n was only _nearly_ integer (report from Erik Scott Wright). * mle() in the stats4 package had problems combining use of box constraints and fixed starting values (in particular, confidence intervals were affected). * Operator ? now has lower precedence than = to work as documented, so = behaves like <- in help expressions (PR#16710). * smoothEnds(x) now returns integer type in _both_ cases when x is integer, thanks to a report and proposal by Bill Dunlap PR#17693. * The methods package does a better job of tracking inheritance relationships across packages. * norm(diag(c(1, NA)), "2") now works. * subset() had problems with 0-col dataframes (reported by Bill Dunlap, PR#17721). * Several cases of integer overflow detected by the 'undefined behaviour sanitizer' of clang 10 have been circumvented. One in rhyper() may change the generated value for large input values. * dotchart() now places the y-axis label (ylab) much better, not overplotting labels, thanks to a report and suggestion by Alexey Shipunov. * A rare C-level array overflow in chull() has been worked around. * Some invalid specifications of the day-of-the-year (_via_ %j, e.g. day 366 in 2017) or week plus day-of-the-week are now detected by strptime(). They now return NA but give a warning as they may have given random results or corrupted memory in earlier versions of R. * socketConnection(server = FALSE) now respects the connection timeout also on Linux. * socketConnection(server = FALSE) no longer leaks a connection that is available right away without waiting (e.g. on localhost). * Socket connections are now robust against spurious readability and spurious availability of an incoming connection. * blocking = FALSE is now respected also on the server side of a socket connection, allowing non-blocking read operations. * anova.glm() and anova.glmlist() computed incorrect score (Rao) tests in no-intercept cases. (Andr'e Gillibert, PR#17734) * summaryRprof() now should work correctly for the Rprof(*, memory.profiling=TRUE) case with small chunk size (and "tseries" or similar) thanks to a patch proposal by Benjamin Tyner, in PR#15886. * xgettext() ignores strings passed to ngettext(), since the latter is handled by xngettext(). Thanks to Daniele Medri for the report and all the recent work he has done on the Italian translations. * data(package = "P") for P in base and stats no longer reports the data sets from package datasets (which it did for back compatibility for 16 years), fixing PR#17730. * x[[Inf]] (returning NULL) no longer leads to undefined behavior, thanks to a report by Kirill M"uller in PR#17756. Further, x[[-Inf]] and x[[-n]] now give more helpful error messages. * Gamma() family sometimes had trouble storing link name PR#15891 BUG FIXES (Windows): * Sys.glob() now supports all characters from the Unicode Basic Multilingual Plane, no longer corrupting some (less commonly used) characters (PR#17638). * Rterm now correctly displays multi-byte-coded characters representable in the current native encoding (at least on Windows 10 they were sometimes omitted, PR#17632). * scan() issues with UTF-8 data when running in a DBCS locale have been resolved (PR#16520, PR#16584). * RTerm now accepts enhanced/arrow keys also with ConPTY. * R can can now be started _via_ the launcher icon in a user documents directory whose path is not representable in the system encoding. * socketConnection(server = FALSE) now returns instantly also on Windows when connection failure is signalled. * Problems with UTF-16 surrogate pairs have been fixed in several functions, including tolower() and toupper() (PR#17645).- CHANGES IN R 3.6.3: NEW FEATURES: * The included LAPACK has been updated to version 3.9.0 (for the included routines, just bug fixes). BUG FIXES: * Fixed a C level integer overflow in rhyper(); reported by Benjamin Tyner in PR#17694. * Uses of url(gzcon(.)) needing to extend buffer size have failed (with HTTP/2 servers), reported by G'abor Cs'ardi. * predict(loess(..), se=TRUE) now errors out (instead of seg.faulting etc) for large sample sizes, thanks to a report and patch by Benjamin Tyner in PR#17121. * tools:assertCondition(., "error") and hence assertError() no longer return errors twice (invisibly). * update(form, new) in the case of a long new formula sometimes wrongly eliminated the intercept from form, or (more rarely) added a garbage term (or seg.faulted !); the fix happened by simplifying the C-level logic of terms.formula(). Reported by Mathias Amb"uhl in PR#16326. * The error message from stopifnot(.., ) again contains the full "stopifnot(.......)" call: Its attempted suppression did not work consistently. * On Windows, download.file(., , "wininet", headers=character()) would fail; reported with patch proposal by Kevin Ushey in PR#17710.- Don't mark %{_libdir}/R/doc as %doc: This causes issues for rstudio, which requires the directory %{_libdir}/R/doc to exist, but the directory is not present if libzypp is configured to omit documentation.- CHANGES IN R 3.6.2: NEW FEATURES: * runmed(x, *) gains a new option na.action determining _how_ to handle NaN or NA in x. * dotchart() gains new options ann, xaxt, frame.plot and log. INSTALLATION on a UNIX-ALIKE: * Detection of the C stack direction has been moved from run-time to configure: this is safer with LTO builds and allows the detection to be overridden - see file config.site. * Source-code changes enable installation on platforms using gcc - fno-common (the expected default for gcc 10.x). C-LEVEL FACILITIES: * installTrChar (which is nowadays is wrapped by installChar) is defined in Rinternals.h. (Neither are part of the API.) PACKAGE INSTALLATION: * Header Rconfig.h contains the value of FC_LEN_T deduced at installation which is used by the prototypes in headers R_ext/BLAS.h and R_ext/Lapack.h but to avoid extensive breakage this is only exposed when USE_FC_LEN_T is defined. If a package's C/C++ calls to BLAS/LAPACK allow for the 'hidden' arguments used by most Fortran compilers to pass the lengths of Fortran character arguments, define USE_FC_LEN_T and include Rconfig.h (possibly _via_ R.h) before including R_ext/BLAS.h or R_ext/Lapack.h. * A package with Fortran source code and perhaps C (but not C++) sources can request for its shared object/DLL to be linked by the Fortran compiler by including a line USE_FC_TO_LINK= in src/Makevars[.win] and using $(SHLIB_OPENMP_FFLAGS) as part of PKG_LIBS. The known reason for doing so is a package which uses Fortran (only) OpenMP on a platform where the Fortran OpenMP runtime is incompatible with the C one (e.g. gfortran 9.x with clang). UTILITIES: * R CMD check has a new option to mitigate checks leaving files/directories in /tmp. See the 'R Internals' manual - this is part of --as-cran. Windows: * The default standard for C++ in package installation is C++11 (as it has been on other platforms where available since R 3.6.0: the default toolchain on Windows was defaulting to C++98). DEPRECATED AND DEFUNCT: * Support for specifying C++98 in package installation is deprecated. * Support in R CMD config for F77, FCPIFCPLAGS, CPP, CXXCPP and CXX98 and similar is deprecated. (CPP is found from the system make and may well not be set.) Use $CC -E and $CXX -E instead of CPP and CXXCPP. BUG FIXES: * runmed(x, *) when x contains missing values now works consistently for both algorithm="Stuetzle" and "Turlach", and no longer segfaults for "Turlach", as reported by Hilmar Berger. * apply(diag(3), 2:3, mean) now gives a helpful error message. * dgamma(x, shape, log=TRUE) now longer overflows to Inf for shape < 1 and very small x, fixing PR#17577, reported by Jonathan Rougier. * Buffer overflow in building error messages fixed. Reported by Benjamin Tremblay. * options(str = .) is correctly initialized at package utils load time, now. A consequence is that str() in scripts now is more consistent to interactive use, e.g., when displaying function(**) argument lists. * as.numeric() now gives correct error message. * Printing ls.str() no longer wrongly shows "" in rare cases. * Auto-printing S4 objects no longer duplicates the object, for faster speed and reduced memory consumption. Reported by Aaron Lun. * pchisq(, , ncp=100) no longer takes practically forever in some cases. Hence ditto for corresponding qchisq() calls. * x %% L for finite x no longer returns NaN when L is infinite, nor suffers from cancellation for large finite L, thanks to Long Qu's PR#17611. Analogously, x %/% L and L %/% x suffer less from cancellation and return values corresponding to limits for large L. * grepl(NA, *) now returns logical as documented. * options(warn=1e11) is an error now, instead of later leading to C stack overflow because of infinite recursion. * R_tryCatch no longer transfers control for all conditions. Reported and patch provided by Lionel Henry in PR#17617. * format(object.size(.), digits=NULL) now works, fixing PR#17628 reported by Jonathan Carroll. * get_all_vars(f, d) now also works for cases, e.g. where d contains a matrix. Reported by Simon Wood in 2009 and patch provided by Ben Bolker in PR#13624. Additionally, it now also works when some variables are data frames, fixing PR#14905, reported by Patrick Breheny. * barplot() could get spacings wrong if there were exactly two bars PR#15522. Patch by Michael Chirico. * power.t.test() works in more cases when returning values of n smaller than 2. * dotchart(*, pch=., groups=.) now works better. Reported by Robert and confirmed by Nic Rochette in PR#16953. * canCoerce(obj, cl) no longer assumes length(class(obj)) == 1. * plot.formula(*, subset = *) now also works in a boundary case reported by Robert Schlicht (TU Dresden). * readBin() and writeBin() of a rawConnection() now also work in large cases, thanks to a report and proposal by Taeke Harkema in PR#17665.- Remove obsolete Groups tag (fate#326485)- Use %license- Fix Summary of R-core and R-core-devel- CHANGES IN R 3.6.1: INSTALLATION on a UNIX-ALIKE: * The default detection of the shell variable libNN is overridden for derivatives of Debian Linux, some of which have started to have a /usr/lib64 directory. (E.g. Ubuntu 19.04.) As before, it can be specified in config.site. UTILITIES: * R CMD config knows the values of AR and RANLIB, often set for LTO builds. DEPRECATED AND DEFUNCT: * The use of a character vector with .Fortran() is formally deprecated and gives a non-portability warning. (It has long been strongly discouraged in 'Writing R Extensions'.) BUG FIXES: * On Windows, GUI package installation via menuInstallPkgs() works again, thanks to Len Weil's and Duncan Murdoch's PR#17556. * R CMD check on data() fixing PR#17558 thanks to Duncan Murdoch. * quasi(*, variance = list(..)) now works more efficiently, and should work in all cases fixing PR#17560. Further, quasi(var = mu(1-mu)) and quasi(var = "mu ^ 3") now work, and quasi(variance = "log(mu)") now gives a correct error message. * Creation of lazy loading database during package installation is again robust to Rprofile changing the current working directory (PR#17559). * boxplot(y ~ f, horizontal=TRUE) now produces correct x- and y-labels. * rbind.data.frame() allows to keep levels from factor columns (PR#17562) via new option factor.exclude. Additionally, it works in one more case with matrix-columns which had been reported on 2017-01-16 by Krzysztof Banas. * Correct messaging in C++ pragma checks in tools code for R CMD check, fixing PR#17566 thanks to Xavier Robin. * print()ing and auto-printing no longer differs for functions with a user defined print.function, thanks to Bill Dunlap's report. * On Windows, writeClipboard(.., format = ) now does correctly pass format to the underlying C code, thanks to a bug report (with patch) by Jenny Bryan. * as.data.frame() treats 1D arrays the same as vectors, PR#17570. * Improvements in smoothEnds(x, *) working with NAs (towards runmed() working in that case, in the next version of R). * vcov(glm(), dispersion = *) works correctly again, fixing PR#17571 thanks to Pavel Krivitsky. * R CMD INSTALL of binary packages on Windows now works also with per-directory locking. * R CMD INSTALL and install.packages() on Windows are now more robust against a locked file in an earlier installation of the package to be installed. The default value of option install.lock on Windows has been changed to TRUE. * On Unix alikes (when readline is active), only expand tilde (~) file names starting with a tilde, instead of almost all tildes. * In R documentation (*.Rd) files, \item [..] is no longer treated specially when rendered in LaTeX and hence pdf, but rather shows the brackets in all cases.- CHANGES IN R 3.6.0: SIGNIFICANT USER-VISIBLE CHANGES: * Serialization format version 3 becomes the default for serialization and saving of the workspace (save(), serialize(), saveRDS(), compiler::cmpfile()). Serialized data in format 3 cannot be read by versions of R prior to version 3.5.0. Serialization format version 2 is still supported and can be selected by version = 2 in the save/serialization functions. The default can be changed back for the whole R session by setting environment variables R_DEFAULT_SAVE_VERSION and R_DEFAULT_SERIALIZE_VERSION to 2. For maximal back-compatibility, files vignette.rds and partial.rdb generated by R CMD build are in serialization format version 2, and resave by default produces files in serialization format version 2 (unless the original is already in format version 3). * The default method for generating from a discrete uniform distribution (used in sample(), for instance) has been changed. This addresses the fact, pointed out by Ottoboni and Stark, that the previous method made sample() noticeably non-uniform on large populations. See PR#17494 for a discussion. The previous method can be requested using RNGkind() or RNGversion() if necessary for reproduction of old results. Thanks to Duncan Murdoch for contributing the patch and Gabe Becker for further assistance. The output of RNGkind() has been changed to also return the 'kind' used by sample(). NEW FEATURES: * Sys.setFileTime() has been vectorized so arguments path and time of length greater than one are now supported. * axis() gets new option gap.axis = NA for specifying a multiplication factor for the minimal "gap" (distance) between axis labels drawn. Its default is 1 for labels _parallel_ to the axis, and 0.25 for perpendicular ones. Perpendicular labels no longer overlap, fixing bug PR#17384. * The default method of plot() gains new arguments xgap.axis = NA and ygap.axis = NA to be passed to the x- and y- axis(.., gap.axis=*) calls. * removeSource() now works not only for functions but also for some language objects. * as.call(), rep.int(), rep_len() and nchar() dispatch internally. * is(object, class2) looks for class2 in the calling namespace after looking in the namespace of class(object). * extendrange(.., f) with a length-2 f now extends separately to the left and the right. * lengths() dispatches internally to S4 methods. * download.file() on Windows now uses URLdecode() to determine the file extension, and uses binary transfer (mode = "wb") also for file extension .rds. The help page for download.file() now contains the same information on all platforms. * Setting C locale for collation _via_ environment variables LC_ALL and LC_COLLATE and _via_ a call to Sys.setlocale() now takes precedence over environment variable R_ICU_LOCALE. * There is a new function, nullfile(), to give the file name of the null system device (e.g., /dev/null) on the current platform. * There are two new options, keep.parse.data and keep.parse.data.pkgs, which control whether parse data are included into sources when keep.source or keep.source.pkgs is TRUE. By default, keep.parse.data.pkgs is now FALSE, which changes previous behavior and significantly reduces space and time overhead when sources are kept when installing packages. * In rapply(x, ..), x can also be "list-like" and of length >= 2^{31}. * trimws() gets new optional whitespace argument, allowing more extensive definitions of "space", such as including Unicode spaces (as wished in PR#17431). * weighted.mean() no longer coerces the weights to a double/numeric vector, since sum() now handles integer overflow. This makes weighted.mean() more polymorphic and endomorphic, but be aware that the results are no longer guaranteed to be a vector of type double. * When loading namespaces, S3 method registrations which overwrite previous registrations are now noted by default (using packageStartupMessage()). * compiler::cmpfile() gains a version argument, for use when the output file should be saved in serialization format 2. * The axis labeling in the default method of pairs() may now be toggled by new options horOdd and verOdd. * (Not Windows nor macOS.) Package tcltk now supports an environment variable R_DONT_USE_TK which if set disables Tk initialization. This is intended for use to circumvent errors in loading the package, e.g. with recent Linux running under an address sanitizer. * The numeric method of all.equal() gets optional arguments countEQ and formatFUN. If countEQ is true, the mean error is more sensible when many entries are *eq*ual. * outer(x,y, FUN = "*") is more efficient using tcrossprod(u,v) instead of u %*% t(v). * vcov() is more efficient via new optional arguments in summary.mlm(). * The default method of summary() gets an option to choose the _kind_ of quantile()s to use; wish of PR#17438. * Fitting multiple linear models _via_ lm() does work with _matrix_ offsets, as suggested in PR#17407. * The new functions mem.maxVSize() and mem.maxMSize() allow the maximal size of the vector heap and the maximal number of nodes allowed in the current R process to be queried and set. * news() gains support for NEWS.md files. * An effort has been started to have our reference manuals, i.e., all help pages. show platform-independent information (rather than Windows or Unix-alike specifics visible only on that platform). Consequently, the Windows version of X11() / x11() got identical formal arguments to the Unix one. * sessionInfo()$running has been factored out in a new variable osVersion. * slice.index() now also works for multi-dimensional margins. * untar() used with an external tar command assumes this supports decompression including xz and automagically detecting the compression type. This has been true of all mainstream implementations since 2009 (for GNU tar, since version 1.22): older implementations are still supported _via_ the new argument support_old_tars whose default is controlled by environment variable R_SUPPORT_OLD_TARS. (It looks like NetBSD and OpenBSD have 'older' tar commands for this purpose.) * The new function asplit() allow splitting an array or matrix by its margins. * New functions errorCondition() and warningCondition() provide a convenient way to create structured error and warning objects. .Deprecated() now signals a warning of class "deprecatedWarning", and .Defunct() now signals an error of class "defunctError". * Many 'package not found' errors are now signaled as errors of class "packageNotFoundError". * As an experimental feature, when loadNamespace() fails because the requested package is not available the error is initially signaled with a retry_loadNamespace restart available. This allows a calling handler to try to install the package and continue. * S3method() directives in NAMESPACE can now also be used to perform _delayed_ S3 method registration. * Experimentally, setting environment variable _R_CHECK_LENGTH_1_LOGIC2_ will lead to warnings (or errors if the variable is set to a 'true' value) when && or || encounter and use arguments of length more than one. * Added "lines" and "chars" coordinate systems to grconvertX() and grconvertY(). * getOption() is more efficient notably for the rare case when called with two arguments, from several contributors in PR#17394. * In .col(dim) and .row(dim), dim now may also be an integer-valued "double". * sQuote() and dQuote() get an explicit q argument with obvious default instead of using getOption("fancyQuotes") implicitly and unconditionally. * unzip() can list archives with comments and with spaces in file names even using an external unzip command. * Command line completion has a new setting rc.settings(dots = FALSE) to remove ... from the list of possible function arguments. * library() no longer checks packages with compiled code match R.version$platform. loadNamespace() never has, and increasingly the 'canonical name' does not reflect the important characteristics of compiled code. * The primitive functions drop() and unclass() now avoid duplicating their data for atomic vectors that are large enough, by returning ALTREP wrapper objects with adjusted attributes. R-level assignments to change attributes will also use wrapper objects to avoid duplicating data for larger atomic vectors. R functions like structure() and unname() will therefore not duplicate data in these settings. Generic vectors as produced by list() are not yet covered by this optimization but may be in due course. * In formals(), envir becomes an optional argument instead of being hardwired. * Instead of signalling an error for an invalid S4 object x, str(x) now gives a warning and subsequently still shows most parts of x, e.g., when slots are missing. * gamma(x) and lgamma(x) no longer warn when correctly returning Inf or underflowing to zero. This helps maximum likelihood and similar computations. * convertColor() is now vectorized, so a lot faster for converting many colours at once. The new argument vectorized to colorConverter() ensures that non-vectorized colour converters still work. (Thanks to Brodie Gaslam.) * download.file() and url() get new argument headers for custom HTTP headers, e.g., allowing to perform basic http authentication, thanks to a patch contributed by G'abor Cs'ardi. * File-based connection functions file(), gzfile(), bzfile() and xzfile() now signal an error when used on a directory. * For approx(), splinefun() _etc_, a new setting ties = c("ordered", ) allows skipping the sorting and still treat ties. * format(x) gives a more user friendly error message in the case where no method is defined. A minimal method is provided in format.default(x) when isS4(x) is true. * which(x) now also works when x is a long vector, thanks to Suharto Anggono's PR#17201. *NB*: this may return a double result, breaking the previous guarantee of an integer result. * seq.default() is more careful to return an integer (as opposed to double) result when its arguments are large and/or classed objects; see comment #9 of Suharto Anggono's PR#17497. * The plot() method for lm and glm fits, plot.lm(), gains a new option iter.smooth with a default of 0 for binomial fits, no longer down-weighting when smoothing the residuals. * zip() passes its list of files _via_ standard input to the external command when too long for the command line (on some platforms). * data() gains an overwrite argument. * t.test() now also returns the standard error (in list component stderr). * model.matrix(*, contrasts.arg = CC) now warns about invalid contrasts.args. * Performance of substr() and substring() has been improved. * stopifnot() has been simplified thanks to Suharto Anggono's proposals to become considerably faster for cheap expressions. * The default 'user agent' has been changed when accessing http:// and https:// sites using libcurl. (A site was found which caused libcurl to infinite-loop with the previous default.) * sessionInfo() now also contains RNGkind() and prints it when it differs from the default; based on a proposal and patch by Gabe Becker in PR#17535. Also, RNGversion(getRversion()) works directly. * library() and require() now allow more control over handling search path conflicts when packages are attached. The policy is controlled by the new conflicts.policy option. * barplot() gets a formula method, thanks to a patch proposal by Arni Magnusson in PR#17521. * pmax() and pmin(x) now also work for long vectors, thanks to Suharto Anggono's PR#17533. * bxp() now warns when omitting duplicated arguments. * New hcl.colors() function to provide wide range of HCL-based colour palettes with much better perceptual properties than the existing RGB/HSV-based palettes like rainbow(). Also a new hcl.pals() function to list available palette names for hcl.colors(). Contributed by Achim Zeileis. * The default colours for image() and filled.contour() are now based on hcl.colors(). * The palette-generating functions rainbow(), gray.colors(), etc. get a new rev argument to facilitate reversing the order of colors. * New str2lang() and str2expression() as streamlined versions of parse(text=., keep.source=FALSE) allow to abstract typical call constructions, e.g., in formula manipulations. (Somewhat experimental) * Add update_PACKAGES() for incrementally updating a package repository index, instead of rebuilding the index from scratch. Thanks to Gabe Becker in PR#17544 for the patch, based on part of his switchr package. INSTALLATION on a UNIX-ALIKE: * The options selected for the C++ compiler default to the C++11 standard if supported, otherwise to the C++98 standard. * Visibility macros such as C_VISIBILITY can now be user-set (including to empty), e.g. in config.site. * Macro FCLIBS, which has sometimes been needed on Solaris, has been renamed to FCLIBS_XTRA. * Macro F77 is always set to the value of FC, so the latter should be set to user-select the Fortran compiler for both fixed-form and free-form Fortran. In particular, gfortran is now the first choice for F77, not f95. Macros FFLAGS and FCFLAGS remain distinct to allow for a compiler which needs a flag to select free- or fixed-form Fortran (most use the source-file extension to choose: .f is fixed-form and .f90 and .f95 are free-form). If only one of them is set, its value is used for both. * The special-casing of CFLAGS, CXXFLAGS and FFLAGS for Intel compilers on Linux has been removed: we do not have recent experience but the generic defaults now chosen are the same as those previously special-cased for x86_64. If necessary, override the defaults on the configure command line or in file config.site. * Long-untested configure support for HP-UX and very old versions of Linux has been removed. * configure --with-blas (without specifying a value) includes OpenBLAS in its search (before ATLAS and a generic BLAS). This follows recent versions of the ax_blas autoconf macro. * The configure macro MAKEINFO has been updated to TEXI2ANY. * Support for make install-strip has been enhanced. PACKAGE INSTALLATION: * Source package installation is by default 'staged': the package is installed into a temporary location under the final library directory and moved into place once the installation is complete. The benefit is that partially-installed packages are hidden from other R sessions. The overall default is set by environment variable R_INSTALL_STAGED. R CMD INSTALL has new options --staged-install and --no-staged-install, and packages can use the StagedInstall field in their DESCRIPTION file to opt out. (That opt-out is a temporary measure which may be withdrawn in future.) Staged installation requires either --pkglock or --lock, one of which is used by default. * The interpretation of source code with extension .f is changing. Previously this denoted FORTRAN 77 code, but current compilers no longer have a FORTRAN 77 mode and interpret it as 'fixed-form' Fortran 90 (or later where supported) code. Extensions .f90 and .f95 continue to indicate 'free-form' Fortran code. Legal FORTRAN 77 code is also legal fixed-form Fortran 9x; however this change legitimizes the use of later features, in particular to replace features marked 'obsolescent' in Fortran 90 and 'deleted' in Fortran 2018 which gfortran 8.x and later warn about. * Packages containing files in the src directory with extensions .f90 or .f95 are now linked using the C or C++ compiler rather than the Fortran 9x compiler. This is consistent with fixed-form Fortran code and allows mixing of C++ and free-form Fortran on most platforms. Consequentially, a package which includes free-form Fortran 9x code which uses OpenMP should include SHLIB_OPENMP_CFLAGS (or the CXXFLAGS version if they also include C++ code) in PKG_LIBS rather than SHLIB_OPENMP_FCFLAGS - fortunately on almost all current platforms they are the same flag. * Macro PKG_FFLAGS will be used for the compilation of both fixed-form and free-form Fortran code unless PKG_FCFLAGS is also set (in src/Makevars or src/Makevars.win). * The make macro F_VISIBILITY is now preferred for both fixed-form and free-form Fortran, for use in src/Makevars and similar. * R CMD INSTALL gains a new option --strip which (where supported) strips installed shared object(s): this can also be achieved by setting the environment variable _R_SHLIB_STRIP_ to a true value. The new option --strip-lib attempts stripping of static and shared libraries installed under lib. These are most useful on platforms using GNU binutils (such as Linux) and compiling with -g flags. * There is more support for installing UTF-8-encoded packages in a strict Latin-1 locale (and probably for other Latin locales): non-ASCII comments in R code (and NAMESPACE files) are worked around better. UTILITIES: * R CMD check now optionally checks makefiles for correct and portable use of the SHLIB_OPENMP_*FLAGS macros. * R CMD check now evaluates \Sexpr{} expressions (including those in macros) before checking the contents of Rd files and so detects issues both in evaluating the expressions and in the expanded contents. * R CMD check now lists missing packages separated by commas and with regular quotes such as to be useful as argument in calling install.packages(c(..)); from a suggestion by Marcel Ramos. * tools::Rd2latex() now uses UTF-8 as its default output encoding. * R CMD check now checks line endings of files with extension .hpp and those under inst/include. The check now includes that a non-empty file is terminated with a newline. R CMD build will correct line endings in such files. * R CMD check now tries re-building all vignettes rather than stopping at the first error: whilst doing so it adds 'bookmarks' to the log. By default (see the 'R Internals' manual) it re-builds each vignette in a separate process. It now checks for duplicated vignette titles (also known as 'index entries'): they are used as hyperlinks on CRAN package pages and so do need to be unique. * R CMD check has more comprehensive checks on the data directory and the functioning of data() in a package. * R CMD check now checks autoconf-generated configure files have their corresponding source files, including optionally attempting to regenerate them on platforms with autoreconf. * R CMD build has a new option --compression to select the compression used for the tarball. * R CMD build now removes src/*.mod files on all platforms. C-LEVEL FACILITIES: * New pointer protection C functions R_PreserveInMSet and R_ReleaseFromMSet have been introduced to replace UNPROTECT_PTR, which is not safe to mix with UNPROTECT (and with PROTECT_WITH_INDEX). Intended for use in parsers only. * NAMEDMAX has been raised to 7 to allow further protection of intermediate results from (usually ill-advised) assignments in arguments to BUILTIN functions. Properly written package code should not be affected. * R_unif_index is now considered to be part of the C API. * R_GetCurrentEnv() allows C code to retrieve the current environment. DEPRECATED AND DEFUNCT: * Argument compressed of untar() is deprecated - it is only used for external tar commands which increasingly for extraction auto-detect compression and ignore their zjJ flags. * var(f) and hence sd(f) now give an error for factor arguments; they gave a deprecation warning since R 3.2.3, PR#16564. * Package tools' vignetteDepends() has been deprecated (it called a function deprecated since Feb 2016), being partly replaced by newly exported vignetteInfo(). * The f77_f2c script has been removed: it no longer sufficed to compile the .f files in R. * The deprecated legacy support of make macros such as CXX1X has been removed: use the CXX11 forms instead. * Make macro F77_VISIBILITY is deprecated in favour of F_VISIBILITY. * Make macros F77, FCPIFCPLAGS and SHLIB_OPENMP_FCFLAGS are deprecated in favour of FC, FPICFLAGS and SHLIB_OPENMP_FFLAGS respectively. * $.data.frame had become an expensive version of the default method, so has been removed. (Thanks to Radford Neal for picking this up and to Duncan Murdoch for providing a patch.) BUG FIXES: * replayPlot(r) now also works in the same R session when r has been "reproduced" from serialization, typically after saving to and reading from an RDS file. * substr() and substring() now signal an error when the input is invalid UTF-8. * file.copy() now works also when its argument to is of length greater than one. * mantelhaen.test() no longer suffers from integer overflow in largish cases, thanks to Ben Bolker's PR#17383. * Calling setGeneric("foo") in a package no longer fails when the enclosing environment of the implicit generic foo() is .GlobalEnv. * untar(file(".tar.gz"), *) now gives a better error message, suggesting to use gzfile() instead. * Method dispatch uses more relevant environments when looking up class definitions. * The documentation for identify() incorrectly claimed that the indices of identified points were returned in the order that the points were selected. identify() now has a new argument order to allow the return value to include the order in which points were identified; the documentation has been updated. Reported by Richard Rowe and Samuel Granjeaud. * order(...., decreasing=c(TRUE, FALSE)) could fail in some cases. Reported from StackOverflow via Karl Nordstr"om. * User macros in Rd files now accept empty and multi-line arguments. * Changes in print.*(), thanks to Lionel Henry's patches in PR#17398: * Printing lists, pairlists or attributes containing calls with S3 class no longer evaluate those. * Printing S4 objects within lists and pairlists dispatches with show() rather than print(), as with auto-printing. * The indexing tags (names or [[]]) of recursive data structures are now printed correctly in complex cases. * Arguments supplied to print() are now properly forwarded to methods when printing lists, pairlists or attributes containing S3 objects. * The print parameters are now preserved when printing S3 objects or deparsing symbols and calls. Previously, printing lists containing S3 objects or expressions would reset these parameters. * Printing lists, pairlists or attributes containing functions now uses srcref attributes if present. * Calling install.packages() with a length zero pkgs argument now is a no-op (PR#17422). * unlist(x) now returns a correct factor when x is a nested list with factor leaves, fixing PR#12572 and PR#17419. * The documentation help(family) gives more details about the aic component, thanks to Ben Bolker's prompting. * The documentation for attributes and `attributes<-` now gives x as name of the first and main argument which the implementation has been requiring, fixing PR#17434. For consistency, the first argument name is also changed from obj to x for `mostattributes<-`. * strwidth() now uses par("font") as default font face (PR#17352). * plot(, log="x") no longer warns about log. * The print() method for "htest" objects now formats the test statistic and parameter directly and hence no longer rounds to units _before_ the decimal point. Consequently, printing of t.test() results with a small number of digits now shows non-large df's to the full precision (PR#17444). * kruskal.test() and fligner.test() no longer erroneously insist on numeric g group arguments (PR#16719). * Printing a news db via the browser now does a much better job (PR#17433). * print.aov() missed column names in the multivariate case due to misspelling (reported by Chris Andrews). * axis() now creates valid at locations also for small subnormal number ranges in log scale plots. * format.POSIXlt() now also recycles the zone and gmtoff list components to full length when needed, and its internal C code detects have_zone in more cases. In some cases, this changes its output to become compatible with format.POSIXct(). * On Windows, detectCores() in package parallel now detects processors in all processor groups, not just the group R is running in (impacts particularly systems with more than 64 logical processors). Reported by Arunkumar Srinivasan. * On Windows, socketSelect() would hang with more than 64 sockets, and hence parallel::clusterApplyLB() would hang with more than 64 workers. Reported by Arunkumar Srinivasan. * as(1L, "double") now does coerce (PR#17457). * lm.influence(), influence.measures(), rstudent() etc now work (more) correctly for multivariate models ("mlm"), thanks to (anonymous) stackoverflow remarks. * sample.int(2.9, *, replace=TRUE) again behaves as documented and as in R < 3.0.0, namely identically to sample.int(2, ..). * Fixes to convertColor() for chromatic adaptation; thanks to Brodie Gaslam PR#17473. * Using \Sexpr[stage=install]{..} to create an Rd section no longer gives a warning in R CMD check; problem originally posted by G'abor Cs'ardi, then reported as PR#17479 with a partial patch by Duncan Murdoch. * Parse data now include a special node for equal assignment. * split.default() no longer relies on [[<-(), so it behaves as expected when splitting an object by a factor with the empty string as one of its levels. Thanks to Brad Friedman for the report. * Line numbers in messages about .Rd files are now more reliable, thanks to a patch from Duncan Murdoch. * In the numeric method for all.equal(), a numeric scale argument is now checked to be positive and allowed to be of length > 1. (The latter worked originally and with a warning in recent years). * Deferred string conversions now record the OutDec option setting when not equal to the default. Reported by Michael Sannella. * When y is numeric and f a factor, plot(y ~ f) nicely uses "y" and "f" as y- and x-labels. The more direct boxplot(y ~ f) now does too. The new argument ann = FALSE may be used to suppress these. * Subassignment to no/empty rows of a data frame is more consistent and typically a no-op in all cases instead of sometimes an error; part of Emil Bode's PR#17483. * Calls like formatC(*, zero.print = "< 0.001") no longer give an error and are further improved via new optional argument replace.zero. Reported by David Hugh-Jones. * methods::formalArgs("") now finds the same function as formals(""), fixing Emil Bode's PR#17499. * The methods package better handles duplicated class names across packages. * The default method of seq() now avoids integer overflow, thanks to the report and "cumsum" patch of Suharto Anggono's PR#17497. * sub() no longer loses encodings for non-ASCII replacements (PR#17509). * Fix for rotated raster image on X11 device. (Partial fix for PR#17148; thanks to Mikko Korpela). * formula(model.frame(frml, ..)) now returns frml in all cases, thanks to Bill Dunlap. The previous behavior is available as DF2formula(). * ar.ols() also returns scalar var.pred in univariate case (PR#17517). * normalizePath() now treats NA path as non-existent and normalizes it to NA. file.access() treats NA file name as non-existent. file.edit() and connection functions such as file() now treat NA file names as errors. * The internal regularize.values() auxiliary of approx(), splinefun() etc now warns again when there are ties and the caller did not specify ties. Further, it no longer duplicates x and y unnecessarily when x is already sorted (PR#17515). * strtoi("", base) now gives NA on all platforms, following its documentation. Reported by Michael Chirico. * In the definition of an S4 class, prototype elements are checked against the slots of the class, with giving a prototype for an undefined slot now being an error. (Reported by Bill Dunlap.) * From setClassUnion(), if environment variable _R_METHODS_SHOW_CHECKSUBCLASSES is set to true, the internal .checkSubclasses() utility prints debugging info to see where it is used. * max.col(m) with an m of zero columns now returns integer NA (instead of 1). * axTicks() no longer returns small "almost zero" numbers (in exponential format) instead of zero, fixing Ilario Gelmetti's PR#17534. * isSymmetric(matrix(0, dimnames=list("A","b"))) is FALSE again, as always documented. * The cairo_pdf graphics device (and other Cairo-based devices) now clip correctly to the right and bottom border. There was an off-by-one-pixel bug, reported by Lee Kelvin. * as.roman(3) <= 2:4 and all other comparisons now work, as do group "Summary" function calls such as max(as.roman(sample(20))) and as.roman(NA). (Partly reported by Bill Dunlap in PR#17542.) * reformulate("x", response = "sin(y)") no longer produces extra back quotes, PR#17359, and gains new optional argument env. * When reading console input from stdin with re-encoding (R - -encoding=enc < input) the code on a Unix-alike now ensures that each converted input line is terminated with a newline even if re-encoding fails. * as.matrix.data.frame() now produces better strings from logicals, thanks to PR#17548 from Gabe Becker. * The S4 generic signature of rowSums(), rowMeans(), colSums() and colMeans() is restricted to "x". * match(x, tab) now works for long _character_ vectors x, thanks to PR#17552 by Andreas Kersting. * Class unions are unloaded when their namespace is unloaded (PR#17531, adapted from a patch by Brodie Gaslam). * selectMethod() is robust to ANY-truncation of method signatures (thanks to Herve Pages for the report).- CHANGES IN R 3.5.3: INSTALLATION on a UNIX-ALIKE: * Detection of flags for C++98/11/14/17 has been improved: in particular if CXX??STD is set, it is tried first with no additional flags. PACKAGE INSTALLATION: * New macro F_VISIBILITY as an alternative to F77_VISIBILITY. This will become the preferred form in R 3.6.0. BUG FIXES: * writeLines(readLines(fnam), fnam) now works as expected, thanks to Peter Meissner's PR#17528. * setClassUnion() no longer warns, but uses message() for now, when encountering "non local" subclasses of class members. * stopifnot(exprs = T) no longer fails.- Add architecture-independent package directory. Taken from the Fedora version of R. - Add RPM macros to ease installation of R packages. - Fix building on older versions of openSUSE.- CHANGES IN R 3.5.2: PACKAGE INSTALLATION: * New macro CXX_VISIBILITY analogous to C_VISIBILITY (which several packages have been misusing for C++ code) for the default C++ compiler (but not necessarily one used for non-default C++ dialects like C++14). TESTING: * The random number generator tests in tests/p-r-random-tests.R no longer fail occasionally as they now randomly sample from "certified" random seeds. BUG FIXES: * The "glm" method of drop1() miscalculated the score test (test="Rao") when the model contained an offset. * Linear multiple empty models such as lm(y ~ 0) now have a correctly dimensioned empty coefficient matrix; reported by Brett Presnell. * vcov() and hence confint() now work (via a consistency change in summary.lm()). * confint() now works correctly; reported on R-devel by Steven Pav. * quade.test() now also works correctly when its arguments are not yet sorted along groups, fixing PR#15842. * Installation on a Unix-alike tries harder to link to the pthread library where required (rather than relying on OpenMP to provide it: configuring with --disable-openmp was failing on some Linux systems). * The data.frame method for print(x) is fast now also for large data frames x and got an optional argument max, thanks to suggestions by Juan Telleria. * hist() no longer integer overflows in very rare cases, fixing PR#17450. * untar() ignored a character compressed argument: however many external tar programs ignore the flags which should have been set and automagically choose the compression type, and if appropriate gzip or bzip2 compression would have been chosen from the magic header of the tarball. * zapsmall(x) now works for more "number-like" objects. * The tools-internal function called from R CMD INSTALL now gets a warnOption = 1 argument and only sets options(warn = warnOption) when that increases the warning level (PR#17453). * Analogously, the tools-internal function called from R CMD check gets a warnOption = 1 argument and uses the larger of that and getOption("warn"), also allowing to be run with increased warning level. * Parse data now have deterministic parent nodes (PR#16041). * Calling match() with length one x and POSIXlt table gave a segfault (PR#17459). * Fork clusters could hang due to a race condition in cluster initialization (makeCluster()). * nextn(n) now also works for larger n and no longer loops infinitely for e.g, n <- 214e7. * cooks.distance() and rstandard() now work correctly for multiple linear models ("mlm"). * polym() and corresponding lm() prediction now also work for a boundary "vector" case fixing PR#17474, reported by Alexandre Courtiol. * With a very large number of variables terms() could segfault (PR#17480). * cut(rep(0, 7)) now works, thanks to Joey Reid and Benjamin Tyner (PR#16802). * download.file(*, method = "curl", cacheOK = FALSE) should work now on Windows, thanks to Kevin Ushey's patch in PR#17323. * duplicated() now works, too, thanks to Andreas Kersting's PR#17485; ditto for anyDuplicated(). * legend(*, cex = 1:2) now works less badly. * The print() method for POSIXct and POSIXlt now correctly obeys getOption("max.print"), fixing a long-standing typo, and it also gets a corresponding optional max argument. * Unserialization of raw vectors serialized in ASCII representation now works correctly. * [TRUE, ] <- list(c1, c2) now works correctly, thanks to Suharto Anggono's PR#15362 and Emil Bode's patch in PR#17504. * seq.int(*, by=by, length=n) no longer wrongly "drops fractional parts" when by is integer, thanks to Suharto Anggono's report PR#17506. * Buffering is disabled for file() connections to non-regular files (like sockets), as well as fifo() and pipe() connections. Fixes PR#17470, reported by Chris Culnane.- CHANGES IN R 3.5.1 : BUG FIXES: * file("stdin") is no longer considered seekable. * dput() and dump() are no longer truncating when options(deparse.max.lines = *) is set. * Calls with an S3 class are no longer evaluated when printed, fixing part of PR#17398, thanks to a patch from Lionel Henry. * Allow file argument of Rscript to include space even when it is first on the command line. * callNextMethod() uses the generic from the environment of the calling method. Reported by Herv'e Pag`es with well documented examples. * Compressed file connections are marked as blocking. * optim(*, lower = c(-Inf, -Inf)) no longer warns (and switches the method), thanks to a suggestion by John Nash. * predict(fm, newdata) is now correct also for models where the formula has terms such as splines::ns(..) or stats::poly(..), fixing PR#17414, based on a patch from Duncan Murdoch. * simulate.lm(glm(*, gaussian(link = ))) has been corrected, fixing PR#17415 thanks to Alex Courtiol. * unlist(x) no longer fails in some cases of nested empty lists. Reported by Steven Nydick. * qr.coef(qr()) now works. Reported by Kun Ren. * The radix sort is robust to vectors with >1 billion elements (but long vectors are still unsupported). Thanks to Matt Dowle for the fix. * Terminal connections (e.g., stdin) are no longer buffered. Fixes PR#17432. * deparse(x), dput(x) and dump() now respect c()'s argument names recursive and use.names, e.g., for x <- setNames(0, "recursive"), thanks to Suharto Anggono's PR#17427. * Unbuffered connections now work with encoding conversion. Reported by Stephen Berman. * .Renviron on Windows with Rgui is again by default searched for in user documents directory when invoked _via_ the launcher icon. Reported by Jeroen Ooms. * printCoefmat() now also works with explicit right=TRUE. * print.noquote() now also works with explicit quote=FALSE. * The default method for pairs(.., horInd=*, verInd=*) now gets the correct order, thanks to reports by Chris Andrews and Gerrit Eichner. Additionally, when horInd or verInd contain only a subset of variables, all the axes are labeled correctly now. * agrep("..|..", .., fixed=FALSE) now matches when it should, thanks to a reminder by Andreas Kolter. * str(ch) now works for more invalid multibyte strings.- CHANGES IN R 3.5.0: SIGNIFICANT USER-VISIBLE CHANGES: * All packages are by default byte-compiled on installation. This makes the installed packages larger (usually marginally so) and may affect the format of messages and tracebacks (which often exclude .Call and similar). NEW FEATURES: * factor() now uses order() to sort its levels, rather than sort.list(). This allows factor() to support custom vector-like objects if methods for the appropriate generics are defined. It has the side effect of making factor() succeed on empty or length-one non-atomic vector(-like) types (e.g., "list"), where it failed before. * diag() gets an optional names argument: this may require updates to packages defining S4 methods for it. * chooseCRANmirror() and chooseBioCmirror() no longer have a useHTTPS argument, not needed now all R builds support https:// downloads. * New summary() method for warnings() with a (somewhat experimental) print() method. * (methods package.) .self is now automatically registered as a global variable when registering a reference class method. * tempdir(check = TRUE) recreates the tempdir() directory if it is no longer valid (e.g. because some other process has cleaned up the /tmp directory). * New askYesNo() function and "askYesNo" option to ask the user binary response questions in a customizable but consistent way. (Suggestion of PR#17242.) * New low level utilities ...elt(n) and ...length() for working with ... parts inside a function. * isTRUE() is more tolerant and now true in x <- rlnorm(99) isTRUE(median(x) == quantile(x)["50%"]) New function isFALSE() defined analogously to isTRUE(). * The default symbol table size has been increased from 4119 to 49157; this may improve the performance of symbol resolution when many packages are loaded. (Suggested by Jim Hester.) * line() gets a new option iter = 1. * Reading from connections in text mode is buffered, significantly improving the performance of readLines(), as well as scan() and read.table(), at least when specifying colClasses. * order() is smarter about picking a default sort method when its arguments are objects. * available.packages() has two new arguments which control if the values from the per-session repository cache are used (default true, as before) and if so how old cached values can be to be used (default one hour). These arguments can be passed from install.packages(), update.packages() and functions calling that: to enable this available.packages(), packageStatus() and download.file() gain a ... argument. * packageStatus()'s upgrade() method no longer ignores its ... argument but passes it to install.packages(). * installed.packages() gains a ... argument to allow arguments (including noCache) to be passed from new.packages(), old.packages(), update.packages() and packageStatus(). * factor(x, levels, labels) now allows duplicated labels (not duplicated levels!). Hence you can map different values of x to the same level directly. * Attempting to use names<-() on an S4 derivative of a basic type no longer emits a warning. * The list method of within() gains an option keepAttrs = FALSE for some speed-up. * system() and system2() now allow the specification of a maximum elapsed time ('timeout'). * debug() supports debugging of methods on any object of S4 class "genericFunction", including group generics. * Attempting to increase the length of a variable containing NULL using length()<- still has no effect on the target variable, but now triggers a warning. * type.convert() becomes a generic function, with additional methods that operate recursively over list and data.frame objects. Courtesy of Arni Magnusson (PR#17269). * lower.tri(x) and upper.tri(x) only needing dim(x) now work via new functions .row() and .col(), so no longer call as.matrix() by default in order to work efficiently for all kind of matrix-like objects. * print() methods for "xgettext" and "xngettext" now use encodeString() which keeps, e.g. "\n", visible. (Wish of PR#17298.) * package.skeleton() gains an optional encoding argument. * approx(), spline(), splinefun() and approxfun() also work for long vectors. * deparse() and dump() are more useful for S4 objects, dput() now using the same internal C code instead of its previous imperfect workaround R code. S4 objects now typically deparse perfectly, i.e., can be recreated identically from deparsed code. dput(), deparse() and dump() now print the names() information only once, using the more readable (tag = value) syntax, notably for list()s, i.e., including data frames. These functions gain a new control option "niceNames" (see .deparseOpts()), which when set (as by default) also uses the (tag = value) syntax for atomic vectors. On the other hand, without deparse options "showAttributes" and "niceNames", names are no longer shown also for lists. as.character(list( c (one = 1))) now includes the name, as as.character(list(list(one = 1))) has always done. m:n now also deparses nicely when m > n. The "quoteExpressions" option, also part of "all", no longer quote()s formulas as that may not re-parse identically. (PR#17378) * If the option setWidthOnResize is set and TRUE, R run in a terminal using a recent readline library will set the width option when the terminal is resized. Suggested by Ralf Goertz. * If multiple on.exit() expressions are set using add = TRUE then all expressions will now be run even if one signals an error. * mclapply() gets an option affinity.list which allows more efficient execution with heterogeneous processors, thanks to Helena Kotthaus. * The character methods for as.Date() and as.POSIXlt() are more flexible _via_ new arguments tryFormats and optional: see their help pages. * on.exit() gains an optional argument after with default TRUE. Using after = FALSE with add = TRUE adds an exit expression before any existing ones. This way the expressions are run in a first-in last-out fashion. (From Lionel Henry.) * On Windows, file.rename() internally retries the operation in case of error to attempt to recover from possible anti-virus interference. * Command line completion on :: now also includes lazy-loaded data. * If the TZ environment variable is set when date-time functions are first used, it is recorded as the session default and so will be used rather than the default deduced from the OS if TZ is subsequently unset. * There is now a [ method for class "DLLInfoList". * glm() and glm.fit get the same singular.ok = TRUE argument that lm() has had forever. As a consequence, in glm(*, method = ), user specified methods need to accept a singular.ok argument as well. * aspell() gains a filter for Markdown (.md and .Rmd) files. * intToUtf8(multiple = FALSE) gains an argument to allow surrogate pairs to be interpreted. * The maximum number of DLLs that can be loaded into R e.g. _via_ dyn.load() has been increased up to 614 when the OS limit on the number of open files allows. * Sys.timezone() on a Unix-alike caches the value at first use in a session: _inter alia_ this means that setting TZ later in the session affects only the _current_ time zone and not the _system_ one. Sys.timezone() is now used to find the system timezone to pass to the code used when R is configured with --with-internal-tzcode. * When tar() is used with an external command which is detected to be GNU tar or libarchive tar (aka bsdtar), a different command-line is generated to circumvent line-length limits in the shell. * system(*, intern = FALSE), system2() (when not capturing output), file.edit() and file.show() now issue a warning when the external command cannot be executed. * The "default" ("lm" etc) methods of vcov() have gained new optional argument complete = TRUE which makes the vcov() methods more consistent with the coef() methods in the case of singular designs. The former (back-compatible) behavior is given by vcov(*, complete = FALSE). * coef() methods (for lm etc) also gain a complete = TRUE optional argument for consistency with vcov(). For "aov", both coef() and vcov() methods remain back-compatibly consistent, using the _other_ default, complete = FALSE. * attach(*, pos = 1) is now an error instead of a warning. * New function getDefaultCluster() in package parallel to get the default cluster set via setDefaultCluster(). * str(x) for atomic objects x now treats both cases of is.vector(x) similarly, and hence much less often prints "atomic". This is a slight non-back-compatible change producing typically both more informative and shorter output. * write.dcf() gets optional argument useBytes. * New, partly experimental packageDate() which tries to get a valid "Date" object from a package DESCRIPTION file, thanks to suggestions in PR#17324. * tools::resaveRdaFiles() gains a version argument, for use when packages should remain compatible with earlier versions of R. * ar.yw(x) and hence by default ar(x) now work when x has NAs, mostly thanks to a patch by Pavel Krivitsky in PR#17366. The ar.yw.default()'s AIC computations have become more efficient by using determinant(). * New warnErrList() utility (from package nlme, improved). * By default the (arbitrary) signs of the loadings from princomp() are chosen so the first element is non-negative. * If --default-packages is not used, then Rscript now checks the environment variable R_SCRIPT_DEFAULT_PACKAGES. If this is set, then it takes precedence over R_DEFAULT_PACKAGES. If default packages are not specified on the command line or by one of these environment variables, then Rscript now uses the same default packages as R. For now, the previous behavior of not including methods can be restored by setting the environment variable R_SCRIPT_LEGACY to yes. * When a package is found more than once, the warning from find.package(*, verbose=TRUE) lists all library locations. * POSIXt objects can now also be rounded or truncated to month or year. * stopifnot() can be used alternatively via new argument exprs which is nicer and useful when testing several expressions in one call. * The environment variable R_MAX_VSIZE can now be used to specify the maximal vector heap size. On macOS, unless specified by this environment variable, the maximal vector heap size is set to the maximum of 16GB and the available physical memory. This is to avoid having the R process killed when macOS over-commits memory. * sum(x) and sum(x1,x2,..,x) with many or long logical or integer vectors no longer overflows (and returns NA with a warning), but returns double numbers in such cases. * Single components of "POSIXlt" objects can now be extracted and replaced via [ indexing with 2 indices. * S3 method lookup now searches the namespace registry after the top level environment of the calling environment. * Arithmetic sequences created by 1:n, seq_along, and the like now use compact internal representations via the ALTREP framework. Coercing integer and numeric vectors to character also now uses the ALTREP framework to defer the actual conversion until first use. * Finalizers are now run with interrupts suspended. * merge() gains new option no.dups and by default suffixes the second of two duplicated column names, thanks to a proposal by Scott Ritchie (and Gabe Becker). * scale.default(x, center, scale) now also allows center or scale to be "numeric-alike", i.e., such that as.numeric(.) coerces them correctly. This also eliminates a wrong error message in such cases. * par*apply and par*applyLB gain an optional argument chunk.size which allows to specify the granularity of scheduling. * Some as.data.frame() methods, notably the matrix one, are now more careful in not accepting duplicated or NA row names, and by default produce unique non-NA row names. This is based on new function .rowNamesDF(x, make.names = *) <- rNms where the logical argument make.names allows to specify _how_ invalid row names rNms are handled. .rowNamesDF() is a "workaround" compatible default. * R has new serialization format (version 3) which supports custom serialization of ALTREP framework objects. These objects can still be serialized in format 2, but less efficiently. Serialization format 3 also records the current native encoding of unflagged strings and converts them when de-serialized in R running under different native encoding. Format 3 comes with new serialization magic numbers (RDA3, RDB3, RDX3). Format 3 can be selected by version = 3 in save(), serialize() and saveRDS(), but format 2 remains the default for all serialization and saving of the workspace. Serialized data in format 3 cannot be read by versions of R prior to version 3.5.0. * The "Date" and "date-time" classes "POSIXlt" and "POSIXct" now have a working `length<-` method, as wished in PR#17387. * optim(*, control = list(warn.1d.NelderMead = FALSE)) allows to turn off the warning when applying the default "Nelder-Mead" method to 1-dimensional problems. * matplot(.., panel.first = .) etc now work, as log becomes explicit argument and ... is passed to plot() unevaluated, as suggested by Sebastian Meyer in PR#17386. * Interrupts can be suspended while evaluating an expression using suspendInterrupts. Subexpression can be evaluated with interrupts enabled using allowInterrupts. These functions can be used to make sure cleanup handlers cannot be interrupted. * R 3.5.0 includes a framework that allows packages to provide alternate representations of basic R objects (ALTREP). The framework is still experimental and may undergo changes in future R releases as more experience is gained. For now, documentation is provided in . UTILITIES: * install.packages() for source packages now has the possibility to set a 'timeout' (elapsed-time limit). For serial installs this uses the timeout argument of system2(): for parallel installs it requires the timeout utility command from GNU coreutils. * It is now possible to set 'timeouts' (elapsed-time limits) for most parts of R CMD check _via_ environment variables documented in the 'R Internals' manual. * The 'BioC extra' repository which was dropped from Bioconductor 3.6 and later has been removed from setRepositories(). This changes the mapping for 6-8 used by setRepositories(ind=). * R CMD check now also applies the settings of environment variables _R_CHECK_SUGGESTS_ONLY_ and _R_CHECK_DEPENDS_ONLY_ to the re-building of vignettes. * R CMD check with environment variable _R_CHECK_DEPENDS_ONLY_ set to a true value makes test-suite-management packages available and (for the time being) works around a common omission of rmarkdown from the VignetteBuilder field. INSTALLATION on a UNIX-ALIKE: * Support for a system Java on macOS has been removed - install a fairly recent Oracle Java (see 'R Installation and Administration' SSC.3.2). * configure works harder to set additional flags in SAFE_FFLAGS only where necessary, and to use flags which have little or no effect on performance. In rare circumstances it may be necessary to override the setting of SAFE_FFLAGS. * C99 functions expm1, hypot, log1p and nearbyint are now required. * configure sets a -std flag for the C++ compiler for all supported C++ standards (e.g., -std=gnu++11 for the C++11 compiler). Previously this was not done in a few cases where the default standard passed the tests made (e.g. clang 6.0.0 for C++11). C-LEVEL FACILITIES: * 'Writing R Extensions' documents macros MAYBE_REFERENCED, MAYBE_SHARED and MARK_NOT_MUTABLE that should be used by package C code instead NAMED or SET_NAMED. * The object header layout has been changed to support merging the ALTREP branch. This requires re-installing packages that use compiled code. * 'Writing R Extensions' now documents the R_tryCatch, R_tryCatchError, and R_UnwindProtect functions. * NAMEDMAX has been raised to 3 to allow protection of intermediate results from (usually ill-advised) assignments in arguments to BUILTIN functions. Package C code using SET_NAMED may need to be revised. DEPRECATED AND DEFUNCT: * Sys.timezone(location = FALSE) is defunct, and is ignored (with a warning). * methods:::bind_activation() is defunct now; it typically has been unneeded for years. The undocumented 'hidden' objects .__H__.cbind and .__H__.rbind in package base are deprecated (in favour of cbind and rbind). * The declaration of pythag() in Rmath.h has been removed - the entry point has not been provided since R 2.14.0. BUG FIXES: * printCoefmat() now also works without column names. * The S4 methods on Ops() for the "structure" class no longer cause infinite recursion when the structure is not an S4 object. * nlm(f, ..) for the case where f() has a "hessian" attribute now computes LL' = H + uI correctly. (PR#17249). * An S4 method that "rematches" to its generic and overrides the default value of a generic formal argument to NULL no longer drops the argument from its formals. * Rscript can now accept more than one argument given on the #! line of a script. Previously, one could only pass a single argument on the #! line in Linux. * Connections are now written correctly with encoding "UTF-16LE". (PR#16737). * Evaluation of ..0 now signals an error. When ..1 is used and ... is empty, the error message is more appropriate. * (Windows mainly.) Unicode code points which require surrogate pairs in UTF-16 are now handled. All systems should properly handle surrogate pairs, even those systems that do not need to make use of them. (PR#16098) * stopifnot(e, e2, ...) now evaluates the expressions sequentially and in case of an error or warning shows the relevant expression instead of the full stopifnot(..) call. * path.expand() on Windows now accepts paths specified as UTF-8-encoded character strings even if not representable in the current locale. (PR#17120) * line(x, y) now correctly computes the medians of the left and right group's x-values and in all cases reproduces straight lines. * Extending S4 classes with slots corresponding to special attributes like dim and dimnames now works. * Fix for legend() when fill has multiple values the first of which is NA (all colours used to default to par(fg)). (PR#17288) * installed.packages() did not remove the cached value for a library tree that had been emptied (but would not use the old value, just waste time checking it). * The documentation for installed.packages(noCache = TRUE) incorrectly claimed it would refresh the cache. * aggregate() no longer uses spurious names in some cases. (PR#17283) * object.size() now also works for long vectors. * packageDescription() tries harder to solve re-encoding issues, notably seen in some Windows locales. This fixes the citation() issue in PR#17291. * poly(, 3) now works, thanks to prompting by Marc Schwartz. * readLines() no longer segfaults on very large files with embedded '\0' (aka 'nul') characters. (PR#17311) * ns() (package splines) now also works for a single observation. interpSpline() gives a more friendly error message when the number of points is less than four. * dist(x, method = "canberra") now uses the correct definition; the result may only differ when x contains values of differing signs, e.g. not for 0-1 data. * methods:::cbind() and methods:::rbind() avoid deep recursion, thanks to Suharto Anggono via PR#17300. * Arithmetic with zero-column data frames now works more consistently; issue raised by Bill Dunlap. Arithmetic with data frames gives a data frame for ^ (which previously gave a numeric matrix). * pretty(x, n) for large n or large diff(range(x)) now works better (though it was never meant for large n); internally it uses the same rounding fuzz (1e-10) as seq.default() - as it did up to 2010-02-03 when both were 1e-7. * Internal C-level R_check_class_and_super() and hence R_check_class_etc() now also consider non-direct super classes and hence return a match in more cases. This e.g., fixes behaviour of derived classes in package Matrix. * Reverted unintended change in behavior of return calls in on.exit expressions introduced by stack unwinding changes in R 3.3.0. * Attributes on symbols are now detected and prevented; attempt to add an attribute to a symbol results in an error. * fisher.test(*, workspace = ) now may also increase the internal stack size which allows larger problem to be solved, fixing PR#1662. * The methods package no longer directly copies slots (attributes) into a prototype that is of an "abnormal" (reference) type, like a symbol. * The methods package no longer attempts to call length<-() on NULL (during the bootstrap process). * The methods package correctly shows methods when there are multiple methods with the same signature for the same generic (still not fully supported, but at least the user can see them). * sys.on.exit() is now always evaluated in the right frame. (From Lionel Henry.) * seq.POSIXt(*, by = " DSTdays") now should work correctly in all cases and is faster. (PR#17342) * .C() when returning a logical vector now always maps values other than FALSE and NA to TRUE (as documented). * Subassignment with zero length vectors now coerces as documented (PR#17344). Further, x <- numeric(); x[1] <- character() now signals an error 'replacement has length zero' (or a translation of that) instead of doing nothing. * (Package parallel.) mclapply(), pvec() and mcparallel() (when mccollect() is used to collect results) no longer leave zombie processes behind. * R CMD INSTALL now produces the intended error message when, e.g., the LazyData field is invalid. * as.matrix(dd) now works when the data frame dd contains a column which is a data frame or matrix, including a 0-column matrix/d.f. . * mclapply(X, mc.cores) now follows its documentation and calls lapply() in case mc.cores = 1 also in the case mc.preschedule is false. (PR#17373) * aggregate(, drop=FALSE) no longer calls the function on parts but sets corresponding results to NA. (Thanks to Suharto Anggono's patches in PR#17280). * The duplicated() method for data frames is now based on the list method (instead of string coercion). Consequently unique() is better distinguishing data frame rows, fixing PR#17369 and PR#17381. The methods for matrices and arrays are changed accordingly. * Calling names() on an S4 object derived from "environment" behaves (by default) like calling names() on an ordinary environment. * read.table() with a non-default separator now supports quotes following a non-whitespace character, matching the behavior of scan(). * parLapplyLB and parSapplyLB have been fixed to do load balancing (dynamic scheduling). This also means that results of computations depending on random number generators will now really be non-reproducible, as documented. * Indexing a list using dollar and empty string (l$"") returns NULL. * Using \usage{ data(, package="") } no longer produces R CMD check warnings. * match.arg() more carefully chooses the environment for constructing default choices, fixing PR#17401 as proposed by Duncan Murdoch. * Deparsing of consecutive ! calls is now consistent with deparsing unary - and + calls and creates code that can be reparsed exactly; thanks to a patch by Lionel Henry in PR#17397. (As a side effect, this uses fewer parentheses in some other deparsing involving ! calls.)- added gcc-c++ build dependency- Setting correctly R_UNZIPCMD Corrects this bug: http://bugzilla.suse.com/show_bug.cgi?id=1083075- upstrem updated to 3.4.4 CHANGES IN R 3.4.4: NEW FEATURES: * Sys.timezone() tries more heuristics on Unix-alikes and so is more likely to succeed (especially on Linux). For the slowest method, a warning is given recommending that TZ is set to avoid the search. * The version of LAPACK included in the sources has been updated to 3.8.0 (for the routines used by R, a very minor bug-fix change). * parallel::detectCores(logical = FALSE) is ignored on Linux systems, since the information is not available with virtualized OSes. INSTALLATION on a UNIX-ALIKE: * configure will use pkg-config to find the flags to link to jpeg if available (as it should be for the recently-released jpeg-9c and libjpeg-turbo). (This amends the code added in R 3.3.0 as the module name in jpeg-9c is not what that tested for.) DEPRECATED AND DEFUNCT: * Sys.timezone(location = FALSE) (which was a stop-gap measure for Windows long ago) is deprecated. It no longer returns the value of environment variable TZ (usually a location). * Legacy support of make macros such as CXX1X is formally deprecated: use the CXX11 forms instead. BUG FIXES: * power.prop.test() now warns when it cannot solve the problem, typically because of impossible constraints. (PR#17345) * removeSource() no longer erroneously removes NULL in certain cases, thanks to D'enes T'oth. * nls(`NO [mol/l]` ~ f(t)) and nls(y ~ a) now work. (Partly from PR#17367) * R CMD build checks for GNU cp rather than assuming Linux has it. (PR#17370 says 'Alpine Linux' does not.) * Non-UTF-8 multibyte character handling fixed more permanently (PR#16732). * sum(, ) is more consistent. (PR#17372) * rf() and rbeta() now also work correctly when ncp is not scalar, notably when (partly) NA. (PR#17375) * R CMD INSTALL now correctly sets C++ compiler flags when all source files are in sub-directories of src.- Do not buildrequire xorg-x11-devel but individual x libs.- upstream updated to 3.4.3 CHANGES IN R 3.4.3: INSTALLATION on a UNIX-ALIKE: * A workaround has been added for the changes in location of time-zone files in macOS 10.13 'High Sierra' and again in 10.13.1, so the default time zone is deduced correctly from the system setting when R is configured with --with-internal-tzcode (the default on macOS). * R CMD javareconf has been updated to recognize the use of a Java 9 SDK on macOS. BUG FIXES: * raw(0) & raw(0) and raw(0) | raw(0) again return raw(0) (rather than logical(0)). * intToUtf8() converts integers corresponding to surrogate code points to NA rather than invalid UTF-8, as well as values larger than the current Unicode maximum of 0x10FFFF. (This aligns with the current RFC3629.) * Fix calling of methods on S4 generics that dispatch on ... when the call contains .... * Following Unicode 'Corrigendum 9', the UTF-8 representations of U+FFFE and U+FFFF are now regarded as valid by utf8ToInt(). * range(c(TRUE, NA), finite = TRUE) and similar no longer return NA. (Reported by Lukas Stadler.) * The self starting function attr(SSlogis, "initial") now also works when the y values have exact minimum zero and is slightly changed in general, behaving symmetrically in the y range. * The printing of named raw vectors is now formatted nicely as for other such atomic vectors, thanks to Lukas Stadler.- upstream update to 3.4.2 CHANGES IN R 3.4.2: NEW FEATURES: * Setting the LC_ALL category in Sys.setlocale() invalidates any cached locale-specific day/month names and the AM/PM indicator for strptime() (as setting LC_TIME has since R 3.1.0). * The version of LAPACK included in the sources has been updated to 3.7.1, a bug-fix release. * The default for tools::write_PACKAGES(rds_compress=) has been changed to "xz" to match the compression used by CRAN. * c() and unlist() are now more efficient in constructing the names(.) of their return value, thanks to a proposal by Suharto Anggono. (PR#17284) UTILITIES: * R CMD check checks for and R CMD build corrects CRLF line endings in shell scripts configure and cleanup (even on Windows). INSTALLATION on a UNIX-ALIKE: * The order of selection of OpenMP flags has been changed: Oracle Developer Studio 12.5 accepts -fopenmp and -xopenmp but only the latter enables OpenMP so it is now tried first. BUG FIXES: * within(List, rm(x1, x2)) works correctly again, including when List[["x2"]] is NULL. * regexec(pattern, text, *) now applies as.character(.) to its first two arguments, as documented. * write.table() and related functions, writeLines(), and perhaps other functions writing text to connections did not signal errors when the writes failed, e.g. due to a disk being full. Errors will now be signalled if detected during the write, warnings if detected when the connection is closed. (PR#17243) * rt() assumed the ncp parameter was a scalar. (PR#17306) * menu(choices) with more than 10 choices which easily fit into one getOption("width")-line no longer erroneously repeats choices. (PR#17312) * length()<- on a pairlist succeeds. () * Language objects such as quote(("\n")) or R functions are correctly printed again, where R 3.4.1 accidentally duplicated the backslashes. * Construction of names() for very large objects in c() and unlist() now works, thanks to Suharto Anggono's patch proposals in PR#17292. * Resource leaks (and similar) reported by Steve Grubb fixed. (PR#17314, PR#17316, PR#17317, PR#17318, PR#17319, PR#17320) * model.matrix(~1, mf) now gets the row names from mf also when they differ from 1:nrow(mf), fixing PR#14992 thanks to the suggestion by Sebastian Meyer. * sigma(fm) now takes the correct denominator degrees of freedom for a fitted model with NA coefficients. (PR#17313) * hist(x, "FD") no longer "dies" with a somewhat cryptic error message when x has extreme outliers or IQR() zero: nclass.FD(x) tries harder to find a robust bin width h in the latter case, and hist.default(*, breaks) now checks and corrects a too large breaks number. (PR#17274) * callNextMethod() works for ... methods. * qr.coef(qd, y) now has correct names also when qd is a complex QR or stems from qr(*, LAPACK=TRUE). * Setting options(device = *) to an invalid function no longer segfaults when plotting is initiated. (PR#15883) * encodeString() no longer segfaults. (PR#15885) * It is again possible to use configure --enable-maintainer-mode without having installed notangle (it was required in R 3.4.[01]). * S4 method dispatch on ... calls the method by name instead of .Method (for consistency with default dispatch), and only attempts to pass non-missing arguments from the generic. * readRDS(textConnection(.)) works again. (PR#17325) * (1:n)[-n] no longer segfaults for n <- 2.2e9 (on a platform with enough RAM). * x <- 1:2; tapply(x, list(x, x), function(x) "")[1,2] now correctly returns NA. (PR#17333) * Running of finalizers after explicit GC request moved from the R interface do_gc to the C interface R_gc. This helps with reclaiming inaccessible connections. * help.search(topic) and ??topic matching topics in vignettes with multiple file name extensions (e.g., *.md.rsp but not *.Rmd) failed with an error when using options(help_type = "html"). * The X11 device no longer uses the Xlib backing store (PR#16497). * array(character(), 1) now gives (a 1D array with) NA as has been documented for a long time as in the other cases of zero-length array initialization and also compatibly with matrix(character(), * ). As mentioned there, this also fixes PR#17333. * splineDesign(.., derivs = 4) no longer segfaults. * fisher.test(*, hybrid=TRUE) now (again) will use the hybrid method when Cochran's conditions are met, fixing PR#16654.- Corrected "bug" "https://bugzilla.suse.com/show_bug.cgi?id=1049503 R now installs zip and unzip, what in turn eases the installation of packages directly from github via devtools.- upstream update to 3.4.1 CHANGES IN R 3.4.1: INSTALLATION on a UNIX-ALIKE: * The deprecated support for PCRE versions older than 8.20 has been removed. BUG FIXES: * getParseData() gave incorrect column information when code contained multi-byte characters. (PR#17254) * Asking for help using expressions like ?stats::cor() did not work. (PR#17250) * readRDS(url(....)) now works. * R CMD Sweave again returns status = 0 on successful completion. * Vignettes listed in .Rbuildignore were not being ignored properly. (PR#17246) * file.mtime() no longer returns NA on Windows when the file or directory is being used by another process. This affected installed.packages(), which is now protected against this. * R CMD INSTALL Windows .zip file obeys --lock and --pkglock flags. * (Windows only) The choose.files() function could return incorrect results when called with multi = FALSE. (PR#17270) * aggregate(, drop = FALSE) now also works in case of near-equal numbers in by. (PR#16918) * fourfoldplot() could encounter integer overflow when calculating the odds ratio. (PR#17286) * parse() no longer gives spurious warnings when extracting srcrefs from a file not encoded in the current locale. This was seen from R CMD check with inst/doc/*.R files, and check has some additional protection for such files. * print.noquote(x) now always returns its argument x (invisibly). * Non-UTF-8 multibyte character sets were not handled properly in source references. (PR#16732)- upstream update to 3.4.0 CHANGES IN R 3.4.0: SIGNIFICANT USER-VISIBLE CHANGES: * (Unix-alike) The default methods for download.file() and url() now choose "libcurl" except for file:// URLs. There will be small changes in the format and wording of messages, including in rare cases if an issue is a warning or an error. For example, when HTTP re-direction occurs, some messages refer to the final URL rather than the specified one. Those who use proxies should check that their settings are compatible (see ?download.file: the most commonly used forms work for both "internal" and "libcurl"). * table() has been amended to be more internally consistent and become back compatible to R <= 2.7.2 again. Consequently, table(1:2, exclude = NULL) no longer contains a zero count for , but useNA = "always" continues to do so. * summary.default() no longer rounds, but its print method does resulting in less extraneous rounding, notably of numbers in the ten thousands. * factor(x, exclude = L) behaves more rationally when x or L are character vectors. Further, exclude = now behaves as documented for long. * Arithmetic, logic (&, |) and comparison (aka 'relational', e.g., <, ==) operations with arrays now behave consistently, notably for arrays of length zero. Arithmetic between length-1 arrays and longer non-arrays had silently dropped the array attributes and recycled. This now gives a warning and will signal an error in the future, as it has always for logic and comparison operations in these cases (e.g., compare matrix(1,1) + 2:3 and matrix(1,1) < 2:3). * The JIT ('Just In Time') byte-code compiler is now enabled by default at its level 3. This means functions will be compiled on first or second use and top-level loops will be compiled and then run. (Thanks to Tomas Kalibera for extensive work to make this possible.) For now, the compiler will not compile code containing explicit calls to browser(): this is to support single stepping from the browser() call. JIT compilation can be disabled for the rest of the session using compiler::enableJIT(0) or by setting environment variable R_ENABLE_JIT to 0. * xtabs() works more consistently with NAs, also in its result no longer setting them to 0. Further, a new logical option addNA allows to count NAs where appropriate. Additionally, for the case sparse = TRUE, the result's dimnames are identical to the default case's. * Matrix products now consistently bypass BLAS when the inputs have NaN/Inf values. Performance of the check of inputs has been improved. Performance when BLAS is used is improved for matrix/vector and vector/matrix multiplication (DGEMV is now used instead of DGEMM). One can now choose from alternative matrix product implementations _via_ options(matprod = ). The "internal" implementation is not optimized for speed but consistent in precision with other summations in R (using long double accumulators where available). "blas" calls BLAS directly for best speed, but usually with undefined behavior for inputs with NaN/Inf. * factor() now uses order() to sort its levels, not sort.list(). This makes factor() support custom vector-like objects if methods for the appropriate generics are defined. This change has the side effect of making factor() succeed on empty or length-one non-atomic vector(-like) types (e.g., list), where it failed before. NEW FEATURES: * User errors such as integrate(f, 0:1, 2) are now caught. * Add signature argument to debug(), debugonce(), undebug() and isdebugged() for more conveniently debugging S3 and S4 methods. (Based on a patch by Gabe Becker.) * Add utils::debugcall() and utils::undebugcall() for debugging the function that would be called by evaluating the given expression. When the call is to an S4 generic or standard S3 generic, debugcall() debugs the method that would be dispatched. A number of internal utilities were added to support this, most notably utils::isS3stdGeneric(). (Based on a patch by Gabe Becker.) * Add utils::strcapture(). Given a character vector and a regular expression containing capture expressions, strcapture() will extract the captured tokens into a tabular data structure, typically a data.frame. * str() and strOptions() get a new option drop.deparse.attr with improved but _changed_ default behaviour for expressions. For expression objects x, str(x) now may remove extraneous white space and truncate long lines. * str() is no longer very slow; inspired by Mikko Korpela's proposal in PR#16527. * str(x)'s default method is more "accurate" and hence somewhat more generous in displaying character vectors; this will occasionally change R outputs (and need changes to some * .Rout(.save) files). For a classed integer vector such as x <- xtabs(~ c(1,9,9,9)), str(x) now shows both the class and "int", instead of only the latter. * isSymmetric(m) is much faster for large asymmetric matrices m _via_ pre-tests and a new option tol1 (with which strict back compatibility is possible but not the default). * The result of eigen() now is of class "eigen" in the default case when eigenvectors are computed. * Zero-length date and date-time objects (of classes "POSIX[cl]?t") now print() "recognizably". * xy.coords() and xyz.coords() get a new setLab option. * The method argument of sort.list(), order() and sort.int() gains an "auto" option (the default) which should behave the same as before when method was not supplied. * stopifnot(E, ..) now reports differences when E is a call to all.equal() and that is not true. * boxplot(, *) gain optional arguments drop, sep, and lex.order to pass to split.default() which itself gains an argument lex.order to pass to interaction() for more flexibility. * The plot() method for ppr() has enhanced default labels (xmin and main). * sample.int() gains an explicit useHash option (with a back compatible default). * identical() gains an ignore.srcref option which drops "srcref" and similar attributes when true (as by default). * diag(x, nrow = n) now preserves typeof(x), also for logical, integer and raw x (and as previously for complex and numeric). * smooth.spline() now allows direct specification of lambda, gets a hatvalues() method and keeps tol in the result, and optionally parts of the internal matrix computations. * addNA() is faster now, e.g. when applied twice. (Part of PR#16895.) * New option rstandard(, type = "predicted") provides the "PRESS"-related leave-one-out cross-validation errors for linear models. * After seven years of deprecation, duplicated factor levels now produce a warning when printed and an error in levels<- instead of a warning. * Invalid factors, e.g., with duplicated levels (invalid but constructable) now give a warning when printed, _via_ new function .valid.factor(). * sessionInfo() has been updated for Apple's change in OS naming as from '10.12' ('macOS Sierra' _vs_ 'OS X El Capitan'). Its toLatex() method now includes the running component. * options(interrupt=) can be used to specify a default action for user interrupts. For now, if this option is not set and the error option is set, then an unhandled user interrupt invokes the error option. (This may be dropped in the future as interrupt conditions are not error conditions.) * In most cases user interrupt handlers will be called with a "resume" restart available. Handlers can invoke this restart to resume computation. At the browser prompt the r command will invoke a "resume" restart if one is available. Some read operations cannot be resumed properly when interrupted and do not provide a "resume" restart. * Radix sort is now chosen by method = "auto" for sort.int() for double vectors (and hence used for sort() for unclassed double vectors), excluding 'long' vectors. sort.int(method = "radix") no longer rounds double vectors. * The default and data.frame methods for stack() preserve the names of empty elements in the levels of the ind column of the return value. Set the new drop argument to TRUE for the previous behavior. * Speedup in simplify2array() and hence sapply() and mapply() (for the case of names and common length > 1), thanks to Suharto Anggono's PR#17118. * table(x, exclude = NULL) now sets useNA = "ifany" (instead of "always"). Together with the bug fixes for this case, this recovers more consistent behaviour compatible to older versions of R. As a consequence, summary() for a logical vector no longer reports (zero) counts for NA when there are no NAs. * dump.frames() gets a new option include.GlobalEnv which allows to also dump the global environment, thanks to Andreas Kersting's proposal in PR#17116. * system.time() now uses message() instead of cat() when terminated early, such that suppressMessages() has an effect; suggested by Ben Bolker. * citation() supports inst/CITATION files from package source trees, with lib.loc pointing to the directory containing the package. * try() gains a new argument outFile with a default that can be modified _via_ options(try.outFile = .), useful notably for Sweave. * The unexported low-level functions in package parallel for passing serialized R objects to and from forked children now support long vectors on 64-bit platforms. This removes some limits on higher-level functions such as mclapply() (but returning gigabyte results from forked processes _via_ serialization should be avoided if at all possible). * Connections now print() without error even if invalid, e.g. after having been destroyed. * apropos() and find(simple.words = FALSE) no longer match object names starting with . which are known to be internal objects (such as .__S3MethodsTable__.). * Convenience function hasName() has been added; it is intended to replace the common idiom !is.null(x$name) without the usually unintended partial name matching. * strcapture() no longer fixes column names nor coerces strings to factors (suggested by Bill Dunlap). * strcapture() returns NA for non-matching values in x (suggested by Bill Dunlap). * source() gets new optional arguments, notably exprs; this is made use of in the new utility function withAutoprint(). * sys.source() gets a new toplevel.env argument. This argument is useful for frameworks running package tests; contributed by Tomas Kalibera. * Sys.setFileTime() and file.copy(copy.date = TRUE) will set timestamps with fractions of seconds on platforms/filesystems which support this. * (Windows only.) file.info() now returns file timestamps including fractions of seconds; it has done so on other platforms since R 2.14.0. (NB: some filesystems do not record modification and access timestamps to sub-second resolution.) * The license check enabled by options(checkPackageLicense = TRUE) is now done when the package's namespace is first loaded. * ppr() and supsmu() get an optional trace argument, and ppr(.., sm.method = ..spline) is no longer limited to sample size n <= 2500. * The POSIXct method for print() gets optional tz and usetz arguments, thanks to a report from Jennifer S. Lyon. * New function check_packages_in_dir_details() in package tools for analyzing package-check log files to obtain check details. * Package tools now exports function CRAN_package_db() for obtaining information about current packages in the CRAN package repository, and several functions for obtaining the check status of these packages. * The (default) Stangle driver Rtangle allows annotate to be a function and gets a new drop.evalFALSE option. * The default method for quantile(x, prob) should now be monotone in prob, even in border cases, see PR#16672. * bug.report() now tries to extract an email address from a BugReports field, and if there is none, from a Contacts field. * The format() and print() methods for object.size() results get new options standard and digits; notably, standard = "IEC" and standard = "SI" allow more standard (but less common) abbreviations than the default ones, e.g. for kilobytes. (From contributions by Henrik Bengtsson.) * If a reference class has a validity method, validObject will be called automatically from the default initialization method for reference classes. * tapply() gets new option default = NA allowing to change the previously hardcoded value. * read.dcf() now consistently interprets any 'whitespace' to be stripped to include newlines. * The maximum number of DLLs that can be loaded into R e.g. _via_ dyn.load() can now be increased by setting the environment variable R_MAX_NUM_DLLS before starting R. * Assigning to an element of a vector beyond the current length now over-allocates by a small fraction. The new vector is marked internally as growable, and the true length of the new vector is stored in the truelength field. This makes building up a vector result by assigning to the next element beyond the current length more efficient, though pre-allocating is still preferred. The implementation is subject to change and not intended to be used in packages at this time. * Loading the parallel package namespace no longer sets or changes the .Random.seed, even if R_PARALLEL_PORT is unset. NB: This can break reproducibility of output, and did for a CRAN package. * Methods "wget" and "curl" for download.file() now give an R error rather than a non-zero return value when the external command has a non-zero status. * Encoding name "utf8" is mapped to "UTF-8". Many implementations of iconv accept "utf8", but not GNU libiconv (including the late 2016 version 1.15). * sessionInfo() shows the full paths to the library or executable files providing the BLAS/LAPACK implementations currently in use (not available on Windows). * The binning algorithm used by bandwidth selectors bw.ucv(), bw.bcv() and bw.SJ() switches to a version linear in the input size n for n > nb/2. (The calculations are the same, but for larger n/nb it is worth doing the binning in advance.) * There is a new option PCRE_study which controls when grep(perl = TRUE) and friends 'study' the compiled pattern. Previously this was done for 11 or more input strings: it now defaults to 10 or more (but most examples need many more for the difference from studying to be noticeable). * grep(perl = TRUE) and friends can now make use of PCRE's Just-In-Time mechanism, for PCRE >= 8.20 on platforms where JIT is supported. It is used by default whenever the pattern is studied (see the previous item). (Based on a patch from Mikko Korpela.) This is controlled by a new option PCRE_use_JIT. Note that in general this makes little difference to the speed, and may take a little longer: its benefits are most evident on strings of thousands of characters. As a side effect it reduces the chances of C stack overflow in the PCRE library on very long strings (millions of characters, but see next item). Warning: segfaults were seen using PCRE with JIT enabled on 64-bit Sparc builds. * There is a new option PCRE_limit_recursion for grep(perl = TRUE) and friends to set a recursion limit taking into account R's estimate of the remaining C stack space (or 10000 if that is not available). This reduces the chance of C stack overflow, but because it is conservative may report a non-match (with a warning) in examples that matched before. By default it is enabled if any input string has 1000 or more bytes. (PR#16757) * getGraphicsEvent() now works on X11(type = "cairo") devices. Thanks to Frederick Eaton (for reviving an earlier patch). * There is a new argument onIdle for getGraphicsEvent(), which allows an R function to be run whenever there are no pending graphics events. This is currently only supported on X11 devices. Thanks to Frederick Eaton. * The deriv() and similar functions now can compute derivatives of log1p(), sinpi() and similar one-argument functions, thanks to a contribution by Jerry Lewis. * median() gains a formal ... argument, so methods with extra arguments can be provided. * strwrap() reduces indent if it is more than half width rather than giving an error. (Suggested by Bill Dunlap.) * When the condition code in if(.) or while(.) is not of length one, an error instead of a warning may be triggered by setting an environment variable, see the help page. * Formatting and printing of bibliography entries (bibentry) is more flexible and better documented. Apart from setting options(citation.bibtex.max = 99) you can also use print(, bibtex=TRUE) (or format(..)) to get the BibTeX entries in the case of more than one entry. This also affects citation(). Contributions to enable style = "html+bibtex" are welcome. C-LEVEL FACILITIES: * Entry points R_MakeExternalPtrFn and R_ExternalPtrFn are now declared in header Rinternals.h to facilitate creating and retrieving an R external pointer from a C function pointer without ISO C warnings about the conversion of function pointers. * There was an exception for the native Solaris C++ compiler to the dropping (in R 3.3.0) of legacy C++ headers from headers such as R.h and Rmath.h - this has now been removed. That compiler has strict C++98 compliance hence does not include extensions in its (non-legacy) C++ headers: some packages will need to request C++11 or replace non-C++98 calls such as lgamma: see SS1.6.4 of 'Writing R Extensions'. Because it is needed by about 70 CRAN packages, headers R.h and Rmath.h still declare use namespace std; when included on Solaris. * When included from C++, the R headers now use forms such as std::FILE directly rather than including the line using std::FILE; C++ code including these headers might be relying on the latter. * Headers R_ext/BLAS.h and R_ext/Lapack.h have many improved declarations including const for double-precision complex routines. _Inter alia_ this avoids warnings when passing 'string literal' arguments from C++11 code. * Headers for Unix-only facilities R_ext/GetX11Image.h, R_ext/QuartzDevice.h and R_ext/eventloop.h are no longer installed on Windows. * No-longer-installed headers GraphicsBase.h, RGraphics.h, Rmodules/RX11.h and Rmodules/Rlapack.h which had a LGPL license no longer do so. * HAVE_UINTPTR_T is now defined where appropriate by Rconfig.h so that it can be included before Rinterface.h when CSTACK_DEFNS is defined and a C compiler (not C++) is in use. Rinterface.h now includes C header stdint.h or C++11 header cstdint where needed. * Package tools has a new function package_native_routine_registration_skeleton() to assist adding native-symbol registration to a package. See its help and SS5.4.1 of 'Writing R Extensions' for how to use it. (At the time it was added it successfully automated adding registration to over 90% of CRAN packages which lacked it. Many of the failures were newly-detected bugs in the packages, e.g. 50 packages called entry points with varying numbers of arguments and 65 packages called entry points not in the package.) INSTALLATION on a UNIX-ALIKE: * readline headers (and not just the library) are required unless configuring with --with-readline=no. * configure now adds a compiler switch for C++11 code, even if the compiler supports C++11 by default. (This ensures that g++ 6.x uses C++11 mode and not its default mode of C++14 with 'GNU extensions'.) The tests for C++11 compliance are now much more comprehensive. For gcc < 4.8, the tests from R 3.3.0 are used in order to maintain the same behaviour on Linux distributions with long-term support. * An alternative compiler for C++11 is now specified with CXX11, not CXX1X. Likewise C++11 flags are specified with CXX11FLAGS and the standard (e.g., -std=gnu++11 is specified with CXX11STD. * configure now tests for a C++14-compliant compiler by testing some basic features. This by default tries flags for the compiler specified by CXX11, but an alternative compiler, options and standard can be specified by variables CXX14, CXX14FLAGS and CXX14STD (e.g., -std=gnu++14). * There is a new macro CXXSTD to help specify the standard for C++ code, e.g. -std=c++98. This makes it easier to work with compilers which default to a later standard: for example, with CXX=g++6 CXXSTD=-std=c++98 configure will select commands for g++ 6.x which conform to C++11 and C++14 where specified but otherwise use C++98. * Support for the defunct IRIX and OSF/1 OSes and Alpha CPU has been removed. * configure checks that the compiler specified by $CXX $CXXFLAGS is able to compile C++ code. * configure checks for the required header sys/select.h (or sys/time.h on legacy systems) and system call select and aborts if they are not found. * If available, the POSIX 2008 system call utimensat will be used by Sys.setFileTime() and file.copy(copy.date = TRUE). This may result in slightly more accurate file times. (It is available on Linux and FreeBSD but not macOS.) * The minimum version requirement for libcurl has been reduced to 7.22.0, although at least 7.28.0 is preferred and earlier versions are little tested. (This is to support Debian 7 'Wheezy' LTS and Ubuntu 'Precise' 12.04 LTS, although the latter is close to end-of-life.) * configure tests for a C++17-compliant compiler. The tests are experimental and subject to change in the future. INCLUDED SOFTWARE: * (Windows only) Tcl/Tk version 8.6.4 is now included in the binary builds. The tcltk*.chm help file is no longer included; please consult the online help at instead. * The version of LAPACK included in the sources has been updated to 3.7.0: no new routines have been added to R. PACKAGE INSTALLATION: * There is support for compiling C++14 or C++17 code in packages on suitable platforms: see 'Writing R Extensions' for how to request this. * The order of flags when LinkingTo other packages has been changed so their include directories come earlier, before those specified in CPPFLAGS. This will only have an effect if non-system include directories are included with -I flags in CPPFLAGS (and so not the default -I/usr/local/include which is treated as a system include directory on most platforms). * Packages which register native routines for .C or .Fortran need to be re-installed for this version (unless installed with R-devel SVN revision r72375 or later). * Make variables with names containing CXX1X are deprecated in favour of those using CXX11, but for the time being are still made available _via_ file etc/Makeconf. Packages using them should be converted to the new forms and made dependent on R (>= 3.4.0).- And again that ldconfig call. Newline was obviously wrong. Hopefully correct now.- Jan Engelhardt asked for reverting the change to the ldconfig call. So be it.- improvements for a) calling /sbin/ldconfig, which no longer gives a warning b) unregistering info-pages in %preun instead of %postun- a change in OBS now requires a BuildRequire: shadow for some openSUSE releases.- upstream release 3.3.3 - Most important changes CHANGES IN R 3.3.3: NEW FEATURES: * Changes when redirection of a http:// URL to a https:// URL is encountered: * The internal methods of download.file() and url() now report that they cannot follow this (rather than failing silently). * (Unix-alike) download.file(method = "auto") (the default) re-tries with method = "libcurl". * (Unix-alike) url(method = "default") with an explicit open argument re-tries with method = "libcurl". This covers many of the usages, e.g. readLines() with a URL argument. INSTALLATION on a UNIX-ALIKE: * The configure check for the zlib version is now robust to versions longer than 5 characters, including 1.2.11. UTILITIES: * Environmental variable _R_CHECK_TESTS_NLINES_ controls how R CMD check reports failing tests (see SS8 of the 'R Internals' manual). DEPRECATED AND DEFUNCT: * (C-level Native routine registration.) The undocumented styles field of the components of R_CMethodDef and R_FortranMethodDef is deprecated. BUG FIXES: * vapply(x, *) now works with long vectors x. (PR#17174) * isS3method("is.na.data.frame") and similar are correct now. (PR#17171) * grepRaw(, , fixed = TRUE) now works, thanks to a patch by Mikko Korpela. (PR#17132) * Package installation into a library where the package exists _via_ symbolic link now should work wherever Sys.readlink() works, resolving PR#16725. * "Cincinnati" was missing an "n" in the precip dataset. * Fix buffer overflow vulnerability in pdf() when loading an encoding file. Reported by Talos (TALOS-2016-0227). * getDLLRegisteredRoutines() now produces its warning correctly when multiple DLLs match, thanks to Matt Dowle's PR#17184. * Sys.timezone() now returns non-NA also on platforms such as Ubuntu 14.04.5 LTS, thanks to Mikko Korpela's PR#17186. * format(x) for an illegal "POSIXlt" object x no longer segfaults. * methods(f) now also works for f "(" or "{". * (Windows only) dir.create() did not check the length of the path to create, and so could overflow a buffer and crash R. (PR#17206) * On some systems, very small hexadecimal numbers in hex notation would underflow to zero. (PR#17199) * pmin() and pmax() now work again for ordered factors and 0-length S3 classed objects, thanks to Suharto Anggono's PR#17195 and PR#17200. * bug.report() did not do any validity checking on a package's BugReports field. It now ignores an empty field, removes leading whitespace and only attempts to open http:// and https:// URLs, falling back to emailing the maintainer. * Bandwidth selectors bw.ucv() and bw.SJ() gave incorrect answers or incorrectly reported an error (because of integer overflow) for inputs longer than 46341. Similarly for bw.bcv() at length 5793. Another possible integer overflow is checked and may result in an error report (rather than an incorrect result) for much longer inputs (millions for a smooth distribution). * findMethod() failed if the active signature had expanded beyond what a particular package used. (Example with packages XR and XRJulia on CRAN.) * qbeta() underflowed too early in some very asymmetric cases. (PR#17178) * R CMD Rd2pdf had problems with packages with non-ASCII titles in .Rd files (usually the titles were omitted).- upstream release 3.3.2 - Most important changes CHANGES IN R 3.3.2: NEW FEATURES: * extSoftVersion() now reports the version (if any) of the readline library in use. * The version of LAPACK included in the sources has been updated to 3.6.1, a bug-fix release including a speedup for the non-symmetric case of eigen(). * Use options(deparse.max.lines=) to limit the number of lines recorded in .Traceback and other deparsing activities. * format() looks more regular, also for non-character atomic matrices. * abbreviate() gains an option named = TRUE. * The online documentation for package methods is extensively rewritten. The goals are to simplify documentation for basic use, to note old features not recommended and to correct out-of-date information. * Calls to setMethod() no longer print a message when creating a generic function in those cases where that is natural: S3 generics and primitives. INSTALLATION and INCLUDED SOFTWARE: * Versions of the readline library >= 6.3 had been changed so that terminal window resizes were not signalled to readline: code has been added using a explicit signal handler to work around that (when R is compiled against readline >= 6.3). (PR#16604) * configure works better with Oracle Developer Studio 12.5. UTILITIES: * R CMD check reports more dubious flags in files src/Makevars[.in], including -w and -g. * R CMD check has been set up to filter important warnings from recent versions of gfortran with -Wall -pedantic: this now reports non-portable GNU extensions such as out-of-order declarations. * R CMD config works better with paths containing spaces, even those of home directories (as reported by Ken Beath). DEPRECATED AND DEFUNCT: * Use of the C/C++ macro NO_C_HEADERS is deprecated (no C headers are included by R headers from C++ as from R 3.3.0, so it should no longer be needed). BUG FIXES: * The check for non-portable flags in R CMD check could be stymied by src/Makevars files which contained targets. * (Windows only) When using certain desktop themes in Windows 7 or higher, Alt-Tab could cause Rterm to stop accepting input. (PR#14406; patch submitted by Jan Gleixner.) * pretty(d, ..) behaves better for date-time d (PR#16923). * When an S4 class name matches multiple classes in the S4 cache, perform a dynamic search in order to obey namespace imports. This should eliminate annoying messages about multiple hits in the class cache. Also, pass along the package from the ClassExtends object when looking up superclasses in the cache. * sample(NA_real_) now works. * Packages using non-ASCII encodings in their code did not install data properly on systems using different encodings. * merge(df1, df2) now also works for data frames with column names "na.last", "decreasing", or "method". (PR#17119) * contour() caused a segfault if the labels argument had length zero. (Reported by Bill Dunlap.) * unique(warnings()) works more correctly, thanks to a new duplicated.warnings() method. * findInterval(x, vec = numeric(), all.inside = TRUE) now returns 0s as documented. (Reported by Bill Dunlap.) * (Windows only) R CMD SHLIB failed when a symbol in the resulting library had the same name as a keyword in the .def file. (PR#17130) * pmax() and pmin() now work with (more ?) classed objects, such as "Matrix" from the Matrix package, as documented for a long time. * axis(side, x = D) and hence Axis() and plot() now work correctly for "Date" and time objects D, even when "time goes backward", e.g., with decreasing xlim. (Reported by William May.) * str(I(matrix(..))) now looks as always intended. * plot.ts(), the plot() method for time series, now respects cex, lwd and lty. (Reported by Greg Werbin.) * parallel::mccollect() now returns a named list (as documented) when called with wait = FALSE. (Reported by Michel Lang.) * If a package added a class to a class union in another package, loading the first package gave erroneous warnings about "undefined subclass". * c()'s argument use.names is documented now, as belonging to the (C internal) default method. In "parallel", argument recursive is also moved from the generic to the default method, such that the formal argument list of base generic c() is just (...). * rbeta(4, NA) and similarly rgamma() and rnbinom() now return NaN's with a warning, as other r(), and as documented. (PR#17155) * Using options(checkPackageLicense = TRUE) no longer requires acceptance of the licence for non-default standard packages such as compiler. (Reported by Mikko Korpela.) * split(, *) now works even when the split off parts are long. (PR#17139) * min() and max() now also work correctly when the argument list starts with character(0). (PR#17160) * Subsetting very large matrices (prod(dim(.)) >= 2^31) now works thanks to Michael Schubmehl's PR#17158. * bartlett.test() used residual sums of squares instead of variances, when the argument was a list of lm objects. (Reported by Jens Ledet Jensen). * plot(, which = *) now correctly labels the contour lines for the standardized residuals for which = 6. It also takes the correct p in case of singularities (also for which = 5). (PR#17161) * xtabs(~ exclude) no longer fails from wrong scope, thanks to Suharto Anggono's PR#17147. * Reference class calls to methods() did not re-analyse previously defined methods, meaning that calls to methods defined later would fail. (Reported by Charles Tilford). * findInterval(x, vec, left.open = TRUE) misbehaved in some cases. (Reported by Dmitriy Chernykh.)- Fix typo in Group tag.- upstream release 3.3.1 - Most important changes CHANGES IN R 3.3.1: BUG FIXES: * R CMD INSTALL and hence install.packages() gave an internal error installing a package called description from a tarball on a case-insensitive file system. * match(x, t) (and hence x %in% t) failed when x was of length one, and either character and x and t only differed in their Encoding or when x and t where complex with NAs or NaNs. (PR#16885.) * unloadNamespace(ns) also works again when ns is a 'namespace', as from getNamespace(). * rgamma(1,Inf) or rgamma(1, 0,0) no longer give NaN but the correct limit. * length(baseenv()) is correct now. * pretty(d, ..) for date-time d rarely failed when "halfmonth" time steps were tried (PR#16923) and on 'inaccurate' platforms such as 32-bit windows or a configuration with --disable-long-double; see comment #15 of PR#16761. * In text.default(x, y, labels), the rarely(?) used default for labels is now correct also for the case of a 2-column matrix x and missing y. * as.factor(c(a = 1L)) preserves names() again as in R < 3.1.0. * strtrim(""[0], 0[0]) now works. * Use of Ctrl-C to terminate a reverse incremental search started by Ctrl-R in the readline-based Unix terminal interface is now supported for readline >= 6.3 (Ctrl-G always worked). (PR#16603) * diff() now keeps the "units" attribute, as subtraction already did, PR#16940.- further cleanup of spec file. Removed unneeded explicit Requires for libcairo2/libfreetype6/liblzma5/libreadline6 Removed removal of backup file that was meanwhile removed upstream.- clean up of spec file after comments from Jan Engelhardt in https://build.opensuse.org/request/show/393426 Some unneeded explicit BuildRequires removed.- tre.patch was removed.- and libbz2-devel needed, too.- added BuildRequires: bzip2 for i586.- upstream release 3.3.0 CHANGES IN R 3.3.0: SIGNIFICANT USER-VISIBLE CHANGES: * nchar(x, *)'s argument keepNA governing how the result for NAs in x is determined, gets a new default keepNA = NA which returns NA where x is NA, except for type = "width" which still returns 2, the formatting / printing width of NA. * All builds have support for https: URLs in the default methods for download.file(), url() and code making use of them. Unfortunately that cannot guarantee that any particular https: URL can be accessed. For example, server and client have to successfully negotiate a cryptographic protocol (TLS/SSL, ...) and the server's identity has to be verifiable _via_ the available certificates. Different access methods may allow different protocols or use private certificate bundles: we encountered a https: CRAN mirror which could be accessed by one browser but not by another nor by download.file() on the same Linux machine. NEW FEATURES: * The print method for methods() gains a byclass argument. * New functions validEnc() and validUTF8() to give access to the validity checks for inputs used by grep() and friends. * Experimental new functionality for S3 method checking, notably isS3method(). Also, the names of the R 'language elements' are exported as character vector tools::langElts. * str(x) now displays "Time-Series" also for matrix (multivariate) time-series, i.e. when is.ts(x) is true. * (Windows only) The GUI menu item to install local packages now accepts *.tar.gz files as well as *.zip files (but defaults to the latter). * New programmeR's utility function chkDots(). * D() now signals an error when given invalid input, rather than silently returning NA. (Request of John Nash.) * formula objects are slightly more "first class": e.g., formula() or new("formula", y ~ x) are now valid. Similarly, for "table", "ordered" and "summary.table". Packages defining S4 classes with the above S3/S4 classes as slots should be reinstalled. * New function strrep() for repeating the elements of a character vector. * rapply() preserves attributes on the list when how = "replace". * New S3 generic function sigma() with methods for extracting the estimated standard deviation aka "residual standard deviation" from a fitted model. * news() now displays R and package news files within the HTML help system if it is available. If no news file is found, a visible NULL is returned to the console. * as.raster(x) now also accepts raw arrays x assuming values in 0:255. * Subscripting of matrix/array objects of type "expression" is now supported. * type.convert("i") now returns a factor instead of a complex value with zero real part and missing imaginary part. * Graphics devices cairo_pdf() and cairo_ps() now allow non-default values of the cairographics 'fallback resolution' to be set. This now defaults to 300 on all platforms: that is the default documented by cairographics, but apparently was not used by all system installations. * file() gains an explicit method argument rather than implicitly using getOption("url.method", "default"). * Thanks to a patch from Tomas Kalibera, x[x != 0] is now typically faster than x[which(x != 0)] (in the case where x has no NAs, the two are equivalent). * read.table() now always uses the names for a named colClasses argument (previously names were only used when colClasses was too short). (In part, wish of PR#16478.) * (Windows only) download.file() with default method = "auto" and a ftps:// URL chooses "libcurl" if that is available. * The out-of-the box Bioconductor mirror has been changed to one using https://: use chooseBioCmirror() to choose a http:// mirror if required. * The data frame and formula methods for aggregate() gain a drop argument. * available.packages() gains a repos argument. * The undocumented switching of methods for url() on https: and ftps: URLs is confined to method = "default" (and documented). * smoothScatter() gains a ret.selection argument. * qr() no longer has a ... argument to pass additional arguments to methods. * [ has a method for class "table". * It is now possible (again) to replayPlot() a display list snapshot that was created by recordPlot() in a different R session. It is still not a good idea to use snapshots as a persistent storage format for R plots, but it is now not completely silly to use a snapshot as a format for transferring an R plot between two R sessions. The underlying changes mean that packages providing graphics devices (e.g., Cairo, RSvgDevice, cairoDevice, tikzDevice) will need to be reinstalled. Code for restoring snapshots was contributed by Jeroen Ooms and JJ Allaire. Some testing code is available at . * tools::undoc(dir = D) and codoc(dir = D) now also work when D is a directory whose normalizePath()ed version does not end in the package name, e.g. from a symlink. * abbreviate() has more support for multi-byte character sets - it no longer removes bytes within characters and knows about Latin vowels with accents. It is still only really suitable for (most) European languages, and still warns on non-ASCII input. abbreviate(use.classes = FALSE) is now implemented, and that is more suitable for non-European languages. * match(x, table) is faster (sometimes by an order of magnitude) when x is of length one and incomparables is unchanged, thanks to Peter Haverty (PR#16491). * More consistent, partly not back-compatible behavior of NA and NaN coercion to complex numbers, operations less often resulting in complex NA (NA_complex_). * lengths() considers methods for length and [[ on x, so it should work automatically on any objects for which appropriate methods on those generics are defined. * The logic for selecting the default screen device on OS X has been simplified: it is now quartz() if that is available even if environment variable DISPLAY has been set by the user. The choice can easily be overridden _via_ environment variable R_INTERACTIVE_DEVICE. * On Unix-like platforms which support the getline C library function, system(*,intern = TRUE) no longer truncates (output) lines longer than 8192 characters, thanks to Karl Millar. (PR#16544) * rank() gains a ties.method = "last" option, for convenience (and symmetry). * regmatches(invert = NA) can now be used to extract both non-matched and matched substrings. * data.frame() gains argument fix.empty.names; as.data.frame.list() gets new cut.names, col.names and fix.empty.names. * plot(x ~ x, *) now warns that it is the same as plot(x ~ 1, *). * recordPlot() has new arguments load and attach to allow package names to be stored as part of a recorded plot. replayPlot() has new argument reloadPkgs to load/attach any package names that were stored as part of a recorded plot. * S4 dispatch works within calls to .Internal(). This means explicit S4 generics are no longer needed for unlist() and as.vector(). * Only font family names starting with "Hershey" (and not "Her" as before) are given special treatment by the graphics engine. * S4 values are automatically coerced to vector (via as.vector) when subassigned into atomic vectors. * findInterval() gets a left.open option. * The version of LAPACK included in the sources has been updated to 3.6.0, including those 'deprecated' routines which were previously included. _Ca_ 40 double-complex routines have been added at the request of a package maintainer. As before, the details of what is included are in src/modules/lapack/README and this now gives information on earlier additions. * tapply() has been made considerably more efficient without changing functionality, thanks to proposals from Peter Haverty and Suharto Anggono. (PR#16640) * match.arg(arg) (the one-argument case) is faster; so is sort.int(). (PR#16640) * The format method for object_size objects now also accepts "binary" units such as "KiB" and e.g., "Tb". (Partly from PR#16649.) * Profiling now records calls of the form foo::bar and some similar cases directly rather than as calls to . Contributed by Winston Chang. * New string utilities startsWith(x, prefix) and endsWith(x, suffix). Also provide speedups for some grepl("^...",*) uses (related to proposals in PR#16490). * Reference class finalizers run at exit, as well as on garbage collection. * Avoid parallel dependency on stats for port choice and random number seeds. (PR#16668) * The radix sort algorithm and implementation from data.table (forder) replaces the previous radix (counting) sort and adds a new method for order(). Contributed by Matt Dowle and Arun Srinivasan, the new algorithm supports logical, integer (even with large values), real, and character vectors. It outperforms all other methods, but there are some caveats (see ?sort). * The order() function gains a method argument for choosing between "shell" and "radix". * New function grouping() returns a permutation that stably rearranges data so that identical values are adjacent. The return value includes extra partitioning information on the groups. The implementation came included with the new radix sort. * rhyper(nn, m, n, k) no longer returns NA when one of the three parameters exceeds the maximal integer. * switch() now warns when no alternatives are provided. * parallel::detectCores() now has default logical = TRUE on all platforms - as this was the default on Windows, this change only affects Sparc Solaris. Option logical = FALSE is now supported on Linux and recent versions of OS X (for the latter, thanks to a suggestion of Kyaw Sint). * hist() for "Date" or "POSIXt" objects would sometimes give misleading labels on the breaks, as they were set to the day before the start of the period being displayed. The display format has been changed, and the shift of the start day has been made conditional on right = TRUE (the default). (PR#16679) * R now uses a new version of the logo (donated to the R Foundation by RStudio). It is defined in .svg format, so will resize without unnecessary degradation when displayed on HTML pages-there is also a vector PDF version. Thanks to Dirk Eddelbuettel for producing the corresponding X11 icon. * New function .traceback() returns the stack trace which traceback() prints. * lengths() dispatches internally. * dotchart() gains a pt.cex argument to control the size of points separately from the size of plot labels. Thanks to Michael Friendly and Milan Bouchet-Valat for ideas and patches. * as.roman(ch) now correctly deals with more diverse character vectors ch; also arithmetic with the resulting roman numbers works in more cases. (PR#16779) * prcomp() gains a new option rank. allowing to directly aim for less than min(n,p) PC's. The summary() and its print() method have been amended, notably for this case. * gzcon() gains a new option text, which marks the connection as text-oriented (so e.g. pushBack() works). It is still always opened in binary mode. * The import() namespace directive now accepts an argument except which names symbols to exclude from the imports. The except expression should evaluate to a character vector (after substituting symbols for strings). See Writing R Extensions. * New convenience function Rcmd() in package tools for invoking R CMD tools from within R. * New functions makevars_user() and makevars_site() in package tools to determine the location of the user and site specific Makevars files for customizing package compilation.- CHANGES IN R 3.2.5: BUG FIXES: • format.POSIXlt() behaved incorrectly in R 3.2.4. E.g. the output of format(as.POSIXlt(paste0(1940:2000,"-01-01"), tz = "CET"), usetz = TRUE) ended in two "CEST" time formats. • A typo in the Makefile for src/extra/xz prevented builds of liblzma.a. (Notice that this will become unbundled in 3.3.0.)- upstrem releases minorst bug fix release NEWS: The 3.2.4 release had two annoyances which we would rather not have in an "ultra-stable" release, designed to hang around for the duration of the 3.3 series. One was a relatively minor Makefile issue affecting system using R's bundled lzma library. The other, rather more serious, affected printing and formatting of POSIXlt objects, which would unpredictably get the Daylight Savings Time wrong.- Some version numbers of recommended packages corrected- Release numbers for sub-packages improved- added MakefileTypo.patch to enable building for 12.2 was a one charcter show stopper- upstream release 3.2.4, only minor improvements CHANGES IN R 3.2.4: NEW FEATURES: • install.packages() and related functions now give a more informative warning when an attempt is made to install a base package. • summary(x) now prints with less rounding when x contains infinite values. (Request of PR#16620.) • provideDimnames() gets an optional unique argument. • shQuote() gains type = "cmd2" for quoting in cmd.exe in Windows. (Response to PR#16636.) • The data.frame method of rbind() gains an optional argument stringsAsFactors (instead of only depending on getOption("stringsAsFactors")). • smooth(x, *) now also works for long vectors. • tools::texi2dvi() has a workaround for problems with the texi2dvi script supplied by texinfo 6.1. It extracts more error messages from the LaTeX logs when in emulation mode. UTILITIES: • R CMD check will leave a log file build_vignettes.log from the re-building of vignettes in the .Rcheck directory if there is a problem, and always if environment variable _R_CHECK_ALWAYS_LOG_VIGNETTE_OUTPUT_ is set to a true value. DEPRECATED AND DEFUNCT: • Use of SUPPORT_OPENMP from header Rconfig.h is deprecated in favour of the standard OpenMP define _OPENMP. (This has been the recommendation in the manual for a while now.) • The make macro AWK which is long unused by R itself but recorded in file etc/Makeconf is deprecated and will be removed in R 3.3.0. • The C header file S.h is no longer documented: its use should be replaced by R.h.- The big split up. What was a monolithic R-base*rpm now is divided over 30 something packages, with the following layout. R-base-3.2.3: dummy packages, contains all of R Use R-base, if you don´t have a good understandig what it means to install only parts of it! R-base-devel-3.2.3: dummy, contains R-core-devel R-core-3.2.3: R core, no packages at all R-core-devel-3.2.3: devel files R-core-libs-3.2.3: contains Rlib R-core-doc-3.2.3: all the documentation of R-core R-core-packages-3.2.3: dummy package to load all core packages, that are R-compiler-3.2.3, R-datasets-3.2.3, R-grDevices-3.2.3, R-graphics-3.2.3, R-grid-3.2.3, R-methods-3.2.3, R-parallel-3.2.3, R-splines-3.2.3, R-stats-3.2.3, R-stats4-3.2.3, R-tcltk-3.2.3, R-tools-3.2.3, R-utils-3.2.3. Each of these packages may be installed alone. R-recommended-packages-3.2.3: dummy package to load all recommeded packages, that are R-boot-1.3.17, R-class-7.3.14, R-cluster-2.0.3, R-codetools-0.2.14, R-foreign-0.8.66, R-KernSmooth-2.23.15, R-lattice-0.20.33, R-MASS-7.3.45, R-Matrix-1.2.3, R-Matrix-devel-1.2.3, R-mgcv-1.8.9, R-nlme-3.1.122, R-nnet-7.3.11, R-rpart-4.1.10, R-spatial-7.3.11, R-survival-2.38.3. Each of these packages may be installed alone.- Upstream release R-3.2.3 CHANGES IN R 3.2.3: NEW FEATURES: * Some recently-added Windows time zone names have been added to the conversion table used to convert these to Olson names. (Including those relating to changes for Russia in Oct 2014, as in PR#16503.) * (Windows) Compatibility information has been added to the manifests for Rgui.exe, Rterm.exe and Rscript.exe. This should allow win.version() and Sys.info() to report the actual Windows version up to Windows 10. * Windows "wininet" FTP first tries EPSV / PASV mode rather than only using active mode (reported by Dan Tenenbaum). * which.min(x) and which.max(x) may be much faster for logical and integer x and now also work for long vectors. * The 'emulation' part of tools::texi2dvi() has been somewhat enhanced, including supporting quiet = TRUE. It can be selected by texi2dvi = "emulation". (Windows) MiKTeX removed its texi2dvi.exe command in Sept 2015: tools::texi2dvi() tries texify.exe if it is not found. * (Windows only) Shortcuts for printing and saving have been added to menus in Rgui.exe. (Request of PR#16572.) * loess(..., iterTrace=TRUE) now provides diagnostics for robustness iterations, and the print() method for summary() shows slightly more. * The included version of PCRE has been updated to 8.38, a bug-fix release. * View() now displays nested data frames in a more friendly way. (Request with patch in PR#15915.) INSTALLATION and INCLUDED SOFTWARE: * The included configuration code for libintl has been updated to that from gettext version 0.19.5.1 - this should only affect how an external library is detected (and the only known instance is under OpenBSD). (Wish of PR#16464.) * configure has a new argument --disable-java to disable the checks for Java. * The configure default for MAIN_LDFLAGS has been changed for the FreeBSD, NetBSD and Hurd OSes to one more likely to work with compilers other than gcc (FreeBSD 10 defaults to clang). * configure now supports the OpenMP flags -fopenmp=libomp (clang) and -qopenmp (Intel C). * Various macros can be set to override the default behaviour of configure when detecting OpenMP: see file config.site. * Source installation on Windows has been modified to allow for MiKTeX installations without texi2dvi.exe. See file MkRules.dist. BUG FIXES: * regexpr(pat, x, perl = TRUE) with Python-style named capture did not work correctly when x contained NA strings. (PR#16484) * The description of dataset ToothGrowth has been improved/corrected. (PR#15953) * model.tables(type = "means") and hence TukeyHSD() now support "aov" fits without an intercept term. (PR#16437) * close() now reports the status of a pipe() connection opened with an explicit open argument. (PR#16481) * Coercing a list without names to a data frame is faster if the elements are very long. (PR#16467) * (Unix-only) Under some rare circumstances piping the output from Rscript or R -f could result in attempting to close the input file twice, possibly crashing the process. (PR#16500) * (Windows) Sys.info() was out of step with win.version() and did not report Windows 8. * topenv(baseenv()) returns baseenv() again as in R 3.1.0 and earlier. This also fixes compilerJIT(3) when used in .Rprofile. * detach()ing the methods package keeps .isMethodsDispatchOn() true, as long as the methods namespace is not unloaded. * Removed some spurious warnings from configure about the preprocessor not finding header files. (PR#15989) * rchisq(*, df=0, ncp=0) now returns 0 instead of NaN, and dchisq(*, df=0, ncp=*) also no longer returns NaN in limit cases (where the limit is unique). (PR#16521) * pchisq(*, df=0, ncp > 0, log.p=TRUE) no longer underflows (for ncp > ~60). * nchar(x, "w") returned -1 for characters it did not know about (e.g. zero-width spaces): it now assumes 1. It now knows about most zero-width characters and a few more double-width characters. * Help for which.min() is now more precise about behavior with logical arguments. (PR#16532) * The print width of character strings marked as "latin1" or "bytes" was in some cases computed incorrectly. * abbreviate() did not give names to the return value if minlength was zero, unlike when it was positive. * (Windows only) dir.create() did not always warn when it failed to create a directory. (PR#16537) * When operating in a non-UTF-8 multibyte locale (e.g. an East Asian locale on Windows), grep() and related functions did not handle UTF-8 strings properly. (PR#16264) * read.dcf() sometimes misread lines longer than 8191 characters. (Reported by Herv'e Pag`es with a patch.) * within(df, ..) no longer drops columns whose name start with a ".". * The built-in HTTP server converted entire Content-Type to lowercase including parameters which can cause issues for multi-part form boundaries (PR#16541). * Modifying slots of S4 objects could fail when the methods package was not attached. (PR#16545) * splineDesign(*, outer.ok=TRUE) (splines) is better now (PR#16549), and interpSpline() now allows sparse=TRUE for speedup with non-small sizes. * If the expression in the traceback was too long, traceback() did not report the source line number. (Patch by Kirill M"uller.) * The browser did not truncate the display of the function when exiting with options("deparse.max.lines") set. (PR#16581) * When bs(*, Boundary.knots=) had boundary knots inside the data range, extrapolation was somewhat off. (Patch by Trevor Hastie.) * var() and hence sd() warn about factor arguments which are deprecated now. (PR#16564) * loess(*, weights = *) stored wrong weights and hence gave slightly wrong predictions for newdata. (PR#16587) * aperm(a, *) now preserves names(dim(a)). * poly(x, ..) now works when either raw=TRUE or coef is specified. (PR#16597) * data(package=*) is more careful in determining the path. * prettyNum(*, decimal.mark, big.mark): fixed bug introduced when fixing PR#16411.- Reverse the whole split. Back to the big package. Had user reports of broken installations. R-base, R-base-devel and R-base-libs are provided for now. The big split will come for 3.3.0- R-base was changed from a giant monolith to thirty-some packages. There were requests to use the libs without the interpreter. Furthermore it is now possible to use a frugal installation of R. The following binaries are built now: R-base-3.2.2-5.1.x86_64.rpm : A Meta-package. Use this, and it looks just like it looked the last 10 years. Requires base and recommended packages. R-base-devel-3.2.2-5.1.x86_64.rpm: Just for backward compatibility. R-core-3.2.2-5.1.x86_64.rpm R-core-libs-3.2.2-5.1.x86_64.rpm R-core-devel-3.2.2-5.1.x86_64.rpm : The R-core packages install a bare-bones R. No packages inculded. R-grid-3.2.2-5.1.x86_64.rpm R-graphics-3.2.2-5.1.x86_64.rpm R-grDevices-3.2.2-5.1.x86_64.rpm R-datasets-3.2.2-5.1.x86_64.rpm R-stats4-3.2.2-5.1.x86_64.rpm R-methods-3.2.2-5.1.x86_64.rpm R-tcltk-3.2.2-5.1.x86_64.rpm R-compiler-3.2.2-5.1.x86_64.rpm R-parallel-3.2.2-5.1.x86_64.rpm R-splines-3.2.2-5.1.x86_64.rpm R-stats-3.2.2-5.1.x86_64.rpm R-utils-3.2.2-5.1.x86_64.rpm R-tools-3.2.2-5.1.x86_64.rpm : All the base packages. R-recommended-3.2.2-5.1.x86_64.rpm : A meta-package including all recommended packages. R-cluster-2.0.3-5.1.x86_64.rpm R-nlme-3.1.121-5.1.x86_64.rpm R-lattice-0.20.33-5.1.x86_64.rpm R-class-7.3.13-5.1.x86_64.rpm R-Matrix-devel-1.2.2-5.1.x86_64.rpm R-codetools-0.2.14-5.1.x86_64.rpm R-survival-2.38.3-5.1.x86_64.rpm R-rpart-4.1.10-5.1.x86_64.rpm R-MASS-7.3.43-5.1.x86_64.rpm R-mgcv-1.8.7-5.1.x86_64.rpm R-foreign-0.8.65-5.1.x86_64.rpm R-nnet-7.3.10-5.1.x86_64.rpm R-Matrix-1.2.2-5.1.x86_64.rpm R-boot-1.3.17-5.1.x86_64.rpm R-KernSmooth-2.23.15-5.1.x86_64.rpm R-spatial-7.3.10-5.1.x86_64.rpm : All recommended packaged. Note: They now have their own version numbers, so it should be much easier to use newer Versions of the recommended packages. And the source RPM for all the above. R-base-3.2.2-5.1.src.rpm- Disable building man files for openSUSE:42.- Upstream release 3.2.2 - Most important CHANGES IN R 3.2.2: SIGNIFICANT USER-VISIBLE CHANGES: * It is now easier to use secure downloads from https:// URLs on builds which support them: no longer do non-default options need to be selected to do so. In particular, packages can be installed from repositories which offer https:// URLs, and those listed by setRepositories() now do so (for some of their mirrors). Support for https:// URLs is available on Windows, and on other platforms if support for libcurl was compiled in and if that supports the https protocol (system installations can be expected to do). So https:// support can be expected except on rather old OSes (an example being OS X 'Snow Leopard', where a non-system version of libcurl can be used). (Windows only) The default method for accessing URLs _via_ download.file() and url() has been changed to be "wininet" using Windows API calls. This changes the way proxies need to be set and security settings made: there have been some reports of sites being inaccessible under the new default method (but the previous methods remain available). NEW FEATURES: * cmdscale() gets new option list. for increased flexibility when a list should be returned. * configure now supports texinfo version 6.0, which (unlike the change from 4.x to 5.0) is a minor update. (Wish of PR#16456.) * (Non-Windows only) download.file() with default method = "auto" now chooses "libcurl" if that is available and a https:// or ftps:// URL is used. * (Windows only) setInternet2(TRUE) is now the default. The command-line option --internet2 and environment variable R_WIN_INTERNET2 are now ignored. Thus by default the "internal" method for download.file() and url() uses the "wininet" method: to revert to the previous default use setInternet2(FALSE). This means that https:// can be read by default by download.file() (they have been readable by file() and url() since R 3.2.0). There are implications for how proxies need to be set (see ?download.file): also, cacheOK = FALSE is not supported. * chooseCRANmirror() and chooseBioCmirror() now offer HTTPS mirrors in preference to HTTP mirrors. This changes the interpretation of their ind arguments: see their help pages. * capture.output() gets optional arguments type and split to pass to sink(), and hence can be used to capture messages. C-LEVEL FACILITIES: * Header Rconfig.h now defines HAVE_ALLOCA_H if the platform has the alloca.h header (it is needed to define alloca on Solaris and AIX, at least: see 'Writing R Extensions' for how to use it). INSTALLATION and INCLUDED SOFTWARE: * The libtool script generated by configure has been modified to support FreeBSD >= 10 (PR#16410). BUG FIXES: * The HTML help page links to demo code failed due to a change in R 3.2.0. (PR#16432) * If the na.action argument was used in model.frame(), the original data could be modified. (PR#16436) * getGraphicsEvent() could cause a crash if a graphics window was closed while it was in use. (PR#16438) * matrix(x, nr, nc, byrow = TRUE) failed if x was an object of type "expression". * strptime() could overflow the allocated storage on the C stack when the timezone had a non-standard format much longer than the standard formats. (Part of PR#16328.) * options(OutDec = s) now signals a warning (which will become an error in the future) when s is not a string with exactly one character, as that has been a documented requirement. * prettyNum() gains a new option input.d.mark which together with other changes, e.g., the default for decimal.mark, fixes some format()ting variants with non-default getOption("OutDec") such as in PR#16411. * download.packages() failed for type equal to either "both" or "binary". (Reported by Dan Tenenbaum.) * The dendrogram method of labels() is much more efficient for large dendrograms, now using rapply(). (Comment #15 of PR#15215) * The "port" algorithm of nls() could give spurious errors. (Reported by Radford Neal.) * Reference classes that inherited from reference classes in another package could invalidate methods of the inherited class. Fixing this requires adding the ability for methods to be "external", with the object supplied explicitly as the first argument, named .self. See "Inter-Package Superclasses" in the documentation. * readBin() could fail on the SPARC architecture due to alignment issues. (Reported by Radford Neal.) * qt(*, df=Inf, ncp=.) now uses the natural qnorm() limit instead of returning NaN. (PR#16475) * Auto-printing of S3 and S4 values now searches for print() in the base namespace and show() in the methods namespace instead of searching the global environment. * polym() gains a coefs = NULL argument and returns class "poly" just like poly() which gets a new simple=FALSE option. They now lead to correct predict()ions, e.g., on subsets of the original data. * rhyper(nn, ) now works correctly. (PR#16489) * ttkimage() did not (and could not) work so was removed. Ditto for tkimage.cget() and tkimage.configure(). Added two Ttk widgets and missing subcommands for Tk's image command: ttkscale(), ttkspinbox(), tkimage.delete(), tkimage.height(), tkimage.inuse(), tkimage.type(), tkimage.types(), tkimage.width(). (PR#15372, PR#16450) * getClass("foo") now also returns a class definition when it is found in the cache more than once.- Upstream release 3.2.1 - Improvement of build: include libcurl and texlive-dvips/ texlive-hevetic - Most important CHANGES IN R 3.2.1: NEW FEATURES: * utf8ToInt() now checks that its input is valid UTF-8 and returns NA if it is not. * install.packages() now allows type = "both" with repos = NULL if it can infer the type of file. * nchar(x, *) and nzchar(x) gain a new argument keepNA which governs how the result for NAs in x is determined. For the R 3.2.x series, the default remains FALSE which is fully back compatible. From R 3.3.0, the default will change to keepNA = NA and you are advised to consider this for code portability. * news() more flexibly extracts dates from package NEWS.Rd files. * lengths(x) now also works (trivially) for atomic x and hence can be used more generally as an efficient replacement of sapply(x, length) and similar. * The included version of PCRE has been updated to 8.37, a bug-fix release. * diag() no longer duplicates a matrix when extracting its diagonal. * as.character.srcref() gains an argument to allow characters corresponding to a range of source references to be extracted. BUG FIXES: * acf() and ccf() now guarantee values strictly in [-1,1] (instead of sometimes very slightly outside). PR#15832. * as.integer("111111111111") now gives NA (with a warning) as it does for the corresponding numeric or negative number coercions. Further, as.integer(M + 0.1) now gives M (instead of NA) when M is the maximal representable integer. * On some platforms nchar(x, "c") and nchar(x, "w") would return values (possibly NA) for inputs which were declared to be UTF-8 but were not, or for invalid strings without a marked encoding in a multi-byte locale, rather than give an error. Additional checks have been added to mitigate this. * apply(a, M, function(u) c(X = ., Y = .)) again has dimnames containing "X" and "Y" (as in R < 3.2.0). * (Windows only) In some cases, the --clean option to R CMD INSTALL could fail. (PR#16178) * (Windows only) choose.files() would occasionally include characters from the result of an earlier call in the result of a later one. (PR#16270) * A change in RSiteSearch() in R 3.2.0 caused it to submit invalid URLs. (PR#16329) * Rscript and command line R silently ignored incomplete statements at the end of a script; now they are reported as parse errors. (PR#16350) * Parse data for very long strings was not stored. (PR#16354) * plotNode(), the workhorse of the plot method for "dendrogram"s is no longer recursive, thanks to Suharto Anggono, and hence also works for deeply nested dendrograms. (PR#15215) * The parser could overflow internally when given numbers in scientific format with extremely large exponents. (PR#16358) * If the CRAN mirror was not set, install.packages(type = "both") and related functions could repeatedly query the user for it. (Part of PR#16362) * The low-level functions .rowSums() etc. did not check the length of their argument, so could segfault. (PR#16367) * The quietly argument of library() is now correctly propagated from .getRequiredPackages2(). * Under some circumstances using the internal PCRE when building R fron source would cause external libs such as -llzma to be omitted from the main link. * The .Primitive default methods of the logic operators, i.e., !, & and |, now give correct error messages when appropriate, e.g., for `&`(TRUE) or `!`(). (PR#16385) * cummax(x) now correctly propagates NAs also when x is of type integer and begins with an NA. * summaryRprof() could fail when the profile contained only two records. (PR#16395) * HTML vignettes opened using vignette() did not support links into the rest of the HTML help system. (Links worked properly when the vignette was opened using browseVignettes() or from within the help system.) * arima(*, xreg = .) (for d >= 1) computes estimated variances based on a the number of effective observations as in R version 3.0.1 and earlier. (PR#16278) * slotNames(.) is now correct for "signature" objects (mostly used internally in methods). * On some systems, the first string comparison after a locale change would result in NA.- Upstream release 3.2.0 - Most important CHANGES IN 3.2.0: NEW FEATURES: * anyNA() gains a recursive argument. * When x is missing and names is not false (including the default value), Sys.getenv(x, names) returns an object of class "Dlist" and hence prints tidily. * (Windows.) shell() no longer consults the environment variable SHELL: too many systems have been encountered where it was set incorrectly (usually to a path where software was compiled, not where it was installed). R_SHELL, the preferred way to select a non-default shell, can be used instead. * Some unusual arguments to embedFonts() can now be specified as character vectors, and the defaults have been changed accordingly. * Functions in the Summary group duplicate less. (PR#15798) * (Unix-alikes.) system(cmd, input = ) now uses 'shell-execution-environment' redirection, which will be more natural if cmd is not a single command (but requires a POSIX-compliant shell). (Wish of PR#15508) * read.fwf() and read.DIF() gain a fileEncoding argument, for convenience. * Graphics devices can add attributes to their description in .Device and .Devices. Several of those included with R use a "filepath" attribute. * pmatch() uses hashing in more cases and so is faster at the expense of using more memory. (PR#15697) * pairs() gains new arguments to select sets of variables to be plotted against each other. * file.info(, extra_cols = FALSE) allows a minimal set of columns to be computed on Unix-alikes: on some systems without properly-configured caching this can be significantly faster with large file lists. * New function dir.exists() in package base to test efficiently whether one or more paths exist and are directories. * dput() and friends gain new controls hexNumeric and digits17 which output double and complex quantities as, respectively, binary fractions (exactly, see sprintf("%a")) and as decimals with up to 17 significant digits. * save(), saveRDS() and serialize() now support ascii = NA which writes ASCII files using sprintf("%a") for double/complex quantities. This is read-compatible with ascii = TRUE but avoids binary->decimal->binary conversions with potential loss of precision. Unfortunately the Windows C runtime's lack of C99 compliance means that the format cannot be read correctly there in R before 3.1.2. * The default for formatC(decimal.mark =) has been changed to be getOption("OutDec"); this makes it more consistent with format() and suitable for use in print methods, e.g. those for classes "density", "ecdf", "stepfun" and "summary.lm". getOption("OutDec") is now consulted by the print method for class "kmeans", by cut(), dendrogram(), plot.ts() and quantile() when constructing labels and for the report from legend(trace = TRUE). (In part, wish of PR#15819.) * printNum() and hence format() and formatC() give a warning if big.mark and decimal.mark are set to the same value (period and comma are not uncommonly used for each, and this is a check that conventions have not got mixed). * merge() can create a result which uses long vectors on 64-bit platforms. * dget() gains a new argument keep.source which defaults to FALSE for speed (dput() and dget() are most often used for data objects where this can make dget() many times faster). * Packages may now use a file of common macro definitions in their help files, and may import definitions from other packages. * A number of macros have been added in the new share/Rd directory for use in package overview help pages, and promptPackage() now makes use of them. * tools::parse_Rd() gains a new permissive argument which converts unrecognized macros into text. This is used by utils:::format.bibentry to allow LaTeX markup to be ignored. * options(OutDec =) can now specify a multi-byte character, e.g., options(OutDec = "\u00b7") in a UTF-8 locale. * is.recursive(x) is no longer true when x is an external pointer, a weak reference or byte code; the first enables all.equal(x, x) when x <- getClass(.). * ls() (aka objects()) and as.list.environment() gain a new argument sorted. * The "source" attribute (which has not been added to functions by R since before R version 2.14.0) is no longer treated as special. * Function returnValue() has been added to give on.exit() code access to a function's return value for debugging purposes. * crossprod(x, y) allows more matrix coercions when x or y are vectors, now equalling t(x) %*% y in these cases (also reported by Radford Neal). Similarly, tcrossprod(x,y) and %*% work in more cases with vector arguments. * Utility function dynGet() useful for detecting cycles, aka infinite recursions. * The byte-code compiler and interpreter include new instructions that allow many scalar subsetting and assignment and scalar arithmetic operations to be handled more efficiently. This can result in significant performance improvements in scalar numerical code. * apply(m, 2, identity) is now the same as the matrix m when it has _named_ row names. * A new function debuggingState() has been added, allowing to temporarily turn off debugging. * example() gets a new optional argument run.donttest and tools::Rd2ex() a corresponding commentDonttest, with a default such that example(..) in help examples will run \donttest code only if used interactively (a change in behaviour). * rbind.data.frame() gains an optional argument make.row.names, for potential speedup. * New function extSoftVersion() to report on the versions of third-party software in use in this session. Currently reports versions of zlib, bzlib, the liblzma from xz, PCRE, ICU, TRE and the iconv implementation. A similar function grSoftVersion() in package grDevices reports on third-party graphics software. Function tcltk::tclVersion() reports the Tcl/Tk version. * Calling callGeneric() without arguments now works with primitive generics to some extent. * vapply(x, FUN, FUN.VALUE) is more efficient notably for large length(FUN.VALUE); as extension of PR#16061. * as.table() now allows tables with one or more dimensions of length 0 (such as as.table(integer())). * names(x) <- NULL now clears the names of call and ... objects. * library() will report a warning when an insufficient dependency version is masking a sufficient one later on the library search path. * A new plot() method for class "raster" has been added. * New check_packages_in_dir_changes() function in package tools for conveniently analyzing how changing sources impacts the check results of their reverse dependencies. * Speed-up from Peter Haverty for ls() and methods:::.requirePackage() speeding up package loading. (PR#16133) * New get0() function, combining exists() and get() in one call, for efficiency. * match.call() gains an envir argument for specifying the environment from which to retrieve the ... in the call, if any; this environment was wrong (or at least undesirable) when the definition argument was a function. * topenv() has been made .Internal() for speedup, based on Peter Haverty's proposal in PR#16140. * getOption() no longer calls options() in the main case. * Optional use of libcurl (version 7.28.0 from Oct 2012 or later) for Internet access: * capabilities("libcurl") reports if this is available. * libcurlVersion() reports the version in use, and other details of the "libcurl" build including which URL schemes it supports. * curlGetHeaders() retrieves the headers for http://, https://, ftp:// and ftps:// URLs: analysis of these headers can provide insights into the `existence' of a URL (it might for example be permanently redirected) and is so used in R CMD check --as-cran. * download.file() has a new optional method "libcurl" which will handle more URL schemes, follow redirections, and allows simultaneous downloads of multiple URLs. * url() has a new method "libcurl" which handles more URL schemes and follows redirections. The default method is controlled by a new option url.method, which applies also to the opening of URLs _via_ file() (which happens implicitly in functions such as read.table.) * When file() or url() is invoked with a https:// or ftps:// URL which the current method cannot handle, it switches to a suitable method if one is available. * (Windows.) The DLLs internet.dll and internet2.dll have been merged. In this version it is safe to switch (repeatedly) between the internal and Windows internet functions within an R session. The Windows internet functions are still selected by flag - -internet2 or setInternet2(). This can be overridden for an url() connection _via_ its new method argument. download.file() has new method "wininet", selected as the default by --internet2 or setInternet2(). * parent.env<- can no longer modify the parent of a locked namespace or namespace imports environment. Contributed by Karl Millar. * New function isLoadedNamespace() for readability and speed. * names(env) now returns all the object names of an environment env, equivalently to ls(env, all.names = TRUE, sorted = FALSE) and also to the names of the corresponding list, names(as.list(env, all.names = TRUE)). Note that although names() returns a character vector, the names have no particular ordering. * The memory manager now grows the heap more aggressively. This reduces the number of garbage collections, in particular while data or code are loaded, at the expense of slightly increasing the memory footprint. * New function trimws() for removing leading/trailing whitespace. * cbind() and rbind() now consider S4 inheritance during S3 dispatch and also obey deparse.level. * cbind() and rbind() will delegate recursively to methods::cbind2 (methods::rbind2) when at least one argument is an S4 object and S3 dispatch fails (due to ambiguity). * (Windows.) download.file(quiet = FALSE) now uses text rather than Windows progress bars in non-interactive use. * New function hsearch_db() in package utils for building and retrieving the help search database used by help.search(), along with functions for inspecting the concepts and keywords in the help search database. * New function .getNamespaceInfo(), a no-check version of getNamespaceInfo() mostly for internal speedups. * The help search system now takes \keyword entries in Rd files which are not standard keywords (as given in KEYWORDS in the R documentation directory) as concepts. For standard keyword entries the corresponding descriptions are additionally taken as concepts. * New lengths() function for getting the lengths of all elements in a list. * New function toTitleCase() in package tools, tailored to package titles. * The matrix methods of cbind() and rbind() allow matrices as inputs which have 2^31 or more elements. (For cbind(), wish of PR#16198.) * The default method of image() has an explicit check for a numeric or logical matrix (which was always required). * URLencode() will not by default encode further URLs which appear to be already encoded. * BIC(mod) and BIC(mod, mod2) now give non-NA numbers for arima() fitted models, as nobs(mod) now gives the number of "used" observations for such models. This fixes PR#16198, quite differently than proposed there. * The print() methods for "htest", "pairwise.htest" and "power.htest" objects now have a digits argument defaulting to (a function of) getOption("digits"), and influencing all printed numbers coherently. Unavoidably, this changes the display of such test results in some cases. * Code completion for namespaces now recognizes all loaded namespaces, rather than only the ones that are also attached. * The code completion mechanism can now be replaced by a user-specified completer function, for (temporary) situations where the usual code completion is inappropriate. * unzip() will now warn if it is able to detect truncation when unpacking a file of 4GB or more (related to PR#16243). * methods() reports S4 in addition to S3 methods; output is simplified when the class argument is used. .S3methods() and methods::.S4methods() report S3 and S4 methods separately. * Higher order functions such as the apply functions and Reduce() now force arguments to the functions they apply in order to eliminate undesirable interactions between lazy evaluation and variable capture in closures. This resolves PR#16093. INSTALLATION and INCLUDED SOFTWARE: * The \donttest sections of R's help files can be tested by make check TEST_DONTTEST=TRUE . * It is possible to request the use of system valgrind headers _via_ configure option --with-system-valgrind-headers: note the possible future incompatibility of such headers discussed in the 'R Installation and Administration' manual. (Wish of PR#16068.) * The included version of liblzma has been updated to xz-utils 5.0.7 (minor bug fixes from 5.0.5). * configure options --with-system-zlib, --with-system-bzlib and - -with-system-pcre are now the default. For the time being there is fallback to the versions included in the R sources if no system versions are found or (unlikely) if they are too old. Linux users should check that the -devel or -dev versions of packages zlib, bzip2/libbz2 and pcre as well as xz-devel/liblzma-dev (or similar names) are installed. * configure by default looks for the texi2any script from texinfo 5.1 or later, rather than the makeinfo program. (makeinfo is a link to the Perl script texi2any in texinfo 5.x.) * R CMD INSTALL gains an option --built-timestamp=STAMP allowing 100% reproducible package building, thanks to Dirk Eddelbuettel. UTILITIES: * There is support for testing the \dontrun and \donttest parts of examples in packages. tools::testInstalledPackage() accepts new arguments commentDontrun = FALSE and commentDonttest = FALSE. R CMD check gains options --run-dontrun and --run-donttest. * The HTML generated by tools::Rd2HTML() and tools::toHTML() methods is now 'XHTML 1.0 Strict'. * The compiler package's utility function setCompilerOptions() now returns the old values invisibly. The initial optimization level can also be set with the environment variable R_COMPILER_OPTIMIZE. * R CMD build adds a NeedsCompilation field if one is not already present in the DESCRIPTION file. * R CMD check gains option --test-dir to specify an alternative set of tests to run. * R CMD check will now by default continue with testing after many types of errors, and will output a summary count of errors at the end if any have occurred. * R CMD check now checks that the Title and Description fields are correctly terminated. * R CMD check --as-cran now: * checks a README.md file can be processed: this needs pandoc installed. * checks the existence and accessibility of URLs in the DESCRIPTION, CITATION, NEWS.Rd and README.md files and in the help files (provided the build has libcurl support). * reports non-ASCII characters in R source files when there is no package encoding declared in the DESCRIPTION file. * reports (apparent) S3 methods exported but not registered. * reports overwriting registered S3 methods from base/recommended packages. (Such methods are replaced in the affected package for the rest of the session, even if the replacing namespace is unloaded.) * reports if the Title field does not appear to be in title case (see 'Writing R Extensions': there may be false positives, but note that technical words should be single-quoted and will then be accepted). Most of these checks can also be selected by environment variables: see the 'R Internals' manual. C-LEVEL FACILITIES: * New C API utility logspace_sum(logx[], n). * Entry points rbinom_mu, rnbinom_mu and rmultinom are remapped (by default) to Rf_rbinom_mu etc. This requires packages using them to be re-installed. * .C(DUP = FALSE) and .Fortran(DUP = FALSE) are now ignored, so arguments are duplicated if DUP = TRUE would do so. As their help has long said, .Call() is much preferred. * New entry point R_allocLD, like R_alloc but guaranteed to have sufficient alignment for long double pointers. * isPairList() now returns TRUE for DOTSXP. WINDOWS BUILD CHANGES: A number of changes to the Windows build system are in development. The following are currently in place. * Installation using external binary distributions of zlib, bzip2, liblzma, pcre, libpng, jpeglib and libtiff is now required, and the build instructions have been revised. * A new make target rsync-extsoft has been added to obtain copies of the external libraries from CRAN. * Building the manuals now requires texi2any from texinfo 5.1 or later. CRAN binary builds include the manuals, but by default builds from source will not, and they will be accessed from CRAN. See the comments in src/gnuwin32/MkRules.dist for how to specify the location of texi2any. * (Windows) Changes have been made to support an experimental Windows toolchain based on GCC 4.9.2. The default toolchain continues to be based on GCC 4.6.3, as the new toolchain is not yet stable enough. A change to a new toolchain is expected during the R 3.2.x lifetime. PACKAGE INSTALLATION: * (Windows) The use of macro ZLIB_LIBS in file src/Makevars.win (which has not been documented for a long time) now requires an external libz.a to be available (it is part of the 'goodies' used to compile Windows binary packages). It would be simpler to use - lz instead. * The default for option pkgType on platforms using binary packages is now "both", so source packages will be tried if binary versions are not available or not up to date. There are options for what install.packages(type = "both") (possibly called _via_ update.packages()) will do if compilation of a source package is desirable: see ?options (under utils). If you intend not to accept updates as source packages, you should use update.packages(type = "binary"). DEPRECATED AND DEFUNCT: * download.file(method = "lynx") is defunct. * Building R using the included versions of zlib, bzip2, xz and PCRE is deprecated: these are frozen (bar essential bug-fixes) and will be removed for R 3.3.0. * The configure option --with-valgrind-instrumentation=3 has been withdrawn, as it did not work with recent valgrind headers: it is now treated as level 2. * The MethodsList class in package methods had been deprecated in R 2.11.0 and is defunct now. Functions using it are defunct if they had been deprecated in R 2.11.0, and are deprecated now, otherwise. BUG FIXES: * Fixed two obscure bugs in pairlist subassignment, reported by Radford Neal as part of pqR issue 16. * Fixes for bugs in handling empty arguments and argument matching by name in log(). * all.equal() gains methods for environments and refClasses. * [<- and [[<- gain S4 data.frame methods to avoid corruption of S4 class information by the S3 methods. * callNextMethod() should now work within a .local call when ... is absent from formals(.local). * dput(pairlist(x)) generates a call to the pairlist constructor instead of the list constructor. * Fix missing() when arguments are propagated through ... . (PR#15707) * eigen(m) now defaults to symmetric = TRUE even when the dimnames are asymmetric if the matrix is otherwise symmetric. (PR#16151) * Fix issues with forwarding ... through callGeneric() and callNextMethod(). (PR#16141) * callGeneric() now works after a callNextMethod(). * Subclass information is kept consistent when replacing an ordinary S4 class with an "old class" _via_ the S4Class argument to setOldClass(). Thus, for example, a data.frame is valid for a list argument in the signature, and a factor is valid for vector arguments. * In qbeta() the inversion of pbeta() is much more sophisticated. This works better in corner cases some of which failed completely previously (PR#15755), or were using too many iterations. * Auto-printing no longer duplicates objects when printing is dispatched to a method. * kmeans(x, k) would fail when nrow(x) >= 42949673. (Comment 6 of PR#15364) * 'Abbreviated' locale-specific day and month names could have been truncated in those rare locales where there are the same as the full names. * An irrelevant warning message from updating subclass information was silenced (the namespace would not be writable in this case).- Upstream release 3.1.3 - Most important CHANGES IN R 3.1.3: NEW FEATURES: * The internal method of download.file() can now handle files larger than 2GB on 32-bit builds which support such files (tested on 32-bit R running on 64-bit Windows). * kruskal.test() warns on more types of suspicious input. * The as.dendrogram() method for "hclust" objects gains a check argument protecting against memory explosion for invalid inputs. * capabilities() has a new item long.double which indicates if the build uses a long double type which is longer than double. * nlm() no longer modifies the callback argument in place (a new vector is allocated for each invocation, which mimics the implicit duplication that occurred in R < 3.1.0); note that this is a change from the previously documented behavior. (PR#15958) * icuSetCollate() now accepts locale = "ASCII" which uses the basic C function strcmp and so collates strings byte-by-byte in numerical order. * sessionInfo() tries to report the OS version in use (not just that compiled under, and including details of Linux distributions). * model.frame() (used by lm() and many other modelling functions) now warns when it drops contrasts from factors. (Wish of PR#16119) * install.packages() and friends now accept the value type = "binary" as a synonym for the native binary type on the platform (if it has one). * Single source or binary files can be supplied for install.packages(type = "both") and the appropriate type and repos = NULL will be inferred. * New function pcre_config() to report on some of the configuration options of the version of PCRE in use. In particular, this reports if regular expressions using \p{xx} are supported. * (Windows.) download.file(cacheOK = FALSE) is now supported when internet2.dll is used. * browseURL() has been updated to work with Firefox 36.0 which has dropped support for the -remote interface. INSTALLATION and INCLUDED SOFTWARE: * The included version of PCRE has been updated to 8.36. * configure accepts MAKEINFO=texi2any as another way to ensure texinfo 5.x is used when both 5.x and 4.x are installed. UTILITIES: * R CMD check now checks the packages used in \donttest sections of the examples are specified in the DESCRIPTION file. (These are needed to run the examples interactively.) * R CMD check checks for the undeclared use of GNU extensions in Makefiles, and for Makefiles with a missing final linefeed. R CMD build will correct line endings in all Makefiles, not just those in the src directory. * R CMD check notes uses of library() and require() in package code: see the section 'Suggested packages' of 'Writing R Extensions' for good practice. DEPRECATED AND DEFUNCT: * The configure option --with-valgrind-instrumentation=3 is deprecated and will be removed in R 3.2.0. BUG FIXES: * (Windows.) Rscript.exe was missing a manifest specifying the modern style for common controls (e.g., the download progress bar). * If a package had extra documentation files but no vignette, the HTML help system produced an empty index page. * The parser now gives an error if a null character is included in a string using Unicode escapes. (PR#16046) * qr.Q() failed on complex arguments due to pre-3.0(!) typo. (PR#16054) * abs() failed with named arguments when the argument was complex. (PR#16047) * "noquote" objects may now be used as columns in dataframes. (PR#15997) * Some values with extremely long names were printed incorrectly. (PR#15999) * Extremely large exponents on zero expressed in scientific notation (e.g. 0.0e50000) could give NaN. (PR#15976) * download.file() reported downloaded sizes as 0KB if less than 1MB, only for R 3.1.2 and only on big-endian platforms. * prompt() did not escape percent signs in the automatically generated usage section of help files. * drop.terms() dropped some of the attributes of the object it was working with. (PR#16029) * (Windows.) The command completion in Rgui.exe messed up the console. (PR#15791) * (Windows.) The choose.files() command returned a blank string when the user asked for a single file but cancelled the request. (PR#16074) * Math2 S4 group generics failed to correctly dispatch "structure"- and "nonStructure"-derived classes. * loadNamespace() imposed undocumented restrictions on the versionCheck parameter. (Reported by Geoff Lee.) * Rare over-runs detected by AddressSanitizer in substr() and its replacement version have been avoided. _Inter alia_ that fix gives the documented behaviour for substr(x, 1, 2) <- "" (subsequently reported as PR#16214). * Loading packages incorrectly defining an S4 generic followed by a function of the same name caused an erroneous cyclic namespace dependency error. * Declared vignette encodings are now always passed to the vignette engine. * Port Tomas Kalibera's fix from R-devel that restores the loadMethod() fast path, effectively doubling the speed of S4 dispatch. * power.t.test() and power.prop.test() now make use of the extendInt option of uniroot() and hence work in more extreme cases. (PR#15792) * If a package was updated and attached when its namespace was already loaded, it could end up with parts from one version and parts from the other. (PR#16120) * tools:::.Rdconv() didn't accept --encoding= due to a typo. (PR#16121) * Unix-alike builds without a suitable makeinfo were documented to link the missing HTML manuals to CRAN, but did not. * save(*, ascii=TRUE) and load() now correctly deal with NaN's. (PR#16137) * split.Date() retains fractional representations while avoiding incomplete class propagation. * R_ext/Lapack.h had not been updated for changes made by LAPACK to the argument lists of its (largely internal) functions dlaed2 and dlaed3. (PR#16157) * RShowDoc("NEWS", "txt") had not been updated for the layout changes of R 3.1.0. * The xtfrm() method for class "Surv" has been corrected and its description expanded. * mode(x) <- y would incorrectly evaluate x before changing its mode. (PR#16215) * besselJ(1, 2^64) and besselY(..) now signal a warning, returning NaN instead of typically segfaulting. (Issue 3 of PR#15554) * HTML conversion of \href markup in .Rd files did not remove the backslash from \% and so gave an invalid URL. In a related change, the \ escape is now required in such URLs.- Remove tex(inconsolata.sty) BuildRequires for SLE_12 builds (like older SLE releases).- Upstream release 3.1.2 - Most important CHANGES IN R 3.1.2: NEW FEATURES: * embedFonts() now defaults to format = "ps2write" for .ps and .eps files. This is available in Ghostscript 9.x (since 2010) whereas the previous default, format = "pswrite", was removed in Ghostscript 9.10. * For consistency with [dpqr]norm(), [dp]lnorm(sdlog = 0) model a point mass at exp(mulog) rather than return NaN (for an error). * capabilities() now reports if ICU is compiled in for use for collation (it is only actually used if a suitable locale is set for collation, and never for a C locale). * (OS X only.) Package tcltk checks when loaded if it is linked against the CRAN X11-based Tcl/Tk and if so that the Tcl/Tk component and the X11 libraries are installed. This allows more informative error messages to be given advising the installation of the missing component or of XQuartz. The X11() device and X11-based versions of the data editor and viewer (invoked by edit() and View() for data frames and matrices from command-line R) check that the X11 libraries are installed and if not advises installing XQuartz. * icuSetCollate() allows locale = "default", and locale = "none" to use OS services rather than ICU for collation. Environment variable R_ICU_LOCALE can be used to set the default ICU locale, in case the one derived from the OS locale is inappropriate (this is currently necessary on Windows). * New function icuGetCollate() to report on the ICU collation locale in use (if any). * utils::URLencode() was updated to use unreserved and reserved characters from RFC 3986, , instead of RFC 1738. * unique(warnings()) and c(warnings()) are now supported. * The Bioconductor 'version' used by setRepositories() now defaults to 3.0. (It can be set at runtime _via_ environment variable R_BIOC_VERSION.) INSTALLATION and INCLUDED SOFTWARE: * The configure script reports on the more important capabilities/options which will not be compiled in. More types of external BLAS are recognized by name in that report. * When building R as a shared library, the -L${R_HOME}/lib${R_ARCH} flag is placed earlier in the link commands used during installation and when packages are installed: this helps ensure that the current build has priority if an R shared library has already been installed by e.g. install-libR in a library mentioned in LDFLAGS (and not in 'your system's library directory' as documented). (Wish of PR#15790.) * LaTeX package upquote is no longer required for R's use of inconsolata. * (Windows only) If both 32 and 64 bit versions of R are installed, the bin/R.exe and bin/Rscript.exe executables now run 64 bit R. (To run 32 bit R, overwrite these files with copies of bin/i386/Rfe.exe.) UTILITIES: * Running R CMD check with _R_CHECK_DEPENDS_ONLY_ true now makes the VignetteBuilder packages available even if they are listed in Suggests, since they are needed to recognise and process non-Sweave vignettes. * R CMD check now reports empty importFrom declarations in a NAMESPACE file, as these are common errors (writing importFrom(Pkg) where import(Pkg) was intended). * R CMD check now by default checks code usage directly on the package namespace without loading and attaching the package and its suggests and enhances. For good practice with packages in the Suggests field, see SS1.1.3.1 of 'Writing R Extensions'. For use of lazy-data objects in the package's own code, see ?data. BUG FIXES: * dmultinom() did not handle non-finite probabilities correctly. * prettyNum(x, zero.print=*) now also works when x contains NAs. * A longstanding bug exhibited by nlminb() on Windows was traced to a compiler bug in gcc 4.6.3; a workaround has been put in place. (PR#15244 and PR#15914). * Rendering of \command in HTML versions of help pages has been improved: this is particularly evident on the help page for INSTALL. * as.hexmode(x) and as.octmode(x) now behave correctly for some numeric x, e.g., c(NA, 1) or c(1, pi). * drop1() failed if the scope argument had no variables to drop. (PR#15935) * edit() (and hence fix()) failed if an object had a non-character attribute named "source" (an attribute that had been used in R prior to version 2.14.0). * callGeneric() could fail if the generic had ... as a formal argument. (PR#15937). * Forking in package parallel called C entry point exit in the child. This was unsafe (_exit should have been called), and could flush stdin of the main R process (seen most often on Solaris). As good practice, stdout is now flushed before forking a child. * R objects such as list(`a\b` = 1) now print correctly. * getAnywhere("C_pbinom") now returns correctly a single object (rather than unlisting it). * The confint() method for nls() fits failed it these has specified parameter limits despite using an algorithm other than "port". (PR#15960) * Subclassing an S4 class failed if the class required arguments to the generator, through its initialize() method. * removeSource() did not properly handle expressions containing arguments that were supplied as missing, e.g. x[i,]. (PR#15957) * as.environment(list()) now works, and as.list() of such an environment is now the same as list(). * Several tcltk functions failed when run in unusual environments. (PR#15970) * options(list()) now works (trivially). (PR#15979) * merge(, ..) now works correctly for two `independent' dendrograms (PR#15648), and still compatibly via adjust = "auto" e.g. for two branches of an existing dendrogram. * The plot method for "hclust" objects gets an optional argument check; When that is true (the default) it checks more carefully for valid input. * (Windows only) If a user chose to install 64 bit R but not 32 bit R, the bin/R and bin/Rscript executables failed to run. (PR#15981) * Various possible buffer overruns have been prevented, and missed memory protection added. (PR#15990) * Rscript no longer passes --args to R when there are no extra ("user") arguments. * objects like getClass("refClass")@prototype now print() and str() without error. * identical() now also looks at the S4 bit. * hist(x, breaks) is more robust in adding a small fuzz to few breaks when some are very large. (PR#15988) * sub() and gsub() did not handle regular expressions like "\s{2,}" properly if the text contained NA or non-ascii elements in a UTF-8 locale. Part of this was due to a bug in the TRE library. (PR#16009) * RShowDoc("NEWS") now displays the PDF version. * Matrices and arrays with last dimension zero did not print at all or incompletely. (PR#16012) * plot.histogram() and hence hist() now respect the xaxs, yaxs and lab graphics parameters. (PR#16021) * bw.SJ(x) and other bw.*() no longer segfault when x contains non-finite values. (PR#16024) * R CMD Rd2pdf unintentionally ignored its --os option. * The internal method of download.file() was not reporting file sizes and progress correctly on files larger than 2GB (inherited from libxml2). This is corrected for 64-bit builds (32-bit platforms may not support such files, but where possible will be supported in future versions of R). * Work around a bug in OS X Yosemite where key environment variables may be duplicated causing issues in subprocesses. The duplicates are now removed on R startup (via Rprofile). (PR#16042) * Adjust X11 auto-launch detection in DISPLAY on OS X to recognize latest XQuartz.obs-power9-11 1652317848  !"#$%&'()*+,-./0123456789:dededeenenenfrfrfrkokokokokokoplplpl0.20.45-bp154.2.2140.20.45-bp154.2.214    latticeCITATIONDESCRIPTIONINDEXMetaRd.rdsdata.rdsdemo.rdsfeatures.rdshsearch.rdslinks.rdsnsInfo.rdspackage.rdsNAMESPACENEWSRlatticelattice.rdblattice.rdxdataRdata.rdbRdata.rdsRdata.rdxdemointervals.Rlabels.Rlattice.Rpanel.RhelpAnIndexaliases.rdslattice.rdblattice.rdxpaths.rdshtml00Index.htmlR.csslibslattice.sopodeLC_MESSAGESR-lattice.moen@quotLC_MESSAGESR-lattice.mofrLC_MESSAGESR-lattice.moitLC_MESSAGESR-lattice.mokoLC_MESSAGESR-lattice.moplLC_MESSAGESR-lattice.mo/usr/lib64/R/library//usr/lib64/R/library/lattice//usr/lib64/R/library/lattice/Meta//usr/lib64/R/library/lattice/R//usr/lib64/R/library/lattice/data//usr/lib64/R/library/lattice/demo//usr/lib64/R/library/lattice/help//usr/lib64/R/library/lattice/html//usr/lib64/R/library/lattice/libs//usr/lib64/R/library/lattice/po//usr/lib64/R/library/lattice/po/de//usr/lib64/R/library/lattice/po/de/LC_MESSAGES//usr/lib64/R/library/lattice/po/en@quot//usr/lib64/R/library/lattice/po/en@quot/LC_MESSAGES//usr/lib64/R/library/lattice/po/fr//usr/lib64/R/library/lattice/po/fr/LC_MESSAGES//usr/lib64/R/library/lattice/po/it//usr/lib64/R/library/lattice/po/it/LC_MESSAGES//usr/lib64/R/library/lattice/po/ko//usr/lib64/R/library/lattice/po/ko/LC_MESSAGES//usr/lib64/R/library/lattice/po/pl//usr/lib64/R/library/lattice/po/pl/LC_MESSAGES/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/631de92c3583835c071931756906c7ac-R-basecpioxz5ppc64le-suse-linuxdirectoryASCII textHTML document, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0c1d8a89b5998aa808b400324e673c73325b0eba, strippedRRRbcXyutf-8da4cfe348892a7d6d8da3b7874dd92ac3a39494e000976eb5e3ae0556cdf0b57? 7zXZ !t/~] crt:bLL &pʊ^*H2f?G}ִY;BGrnM|Ge]dg/ ҁ>u?"o\Y#t!l9p9.%h+yj Ѧ~E@bjM -nF]!hNz}Qj& r~Lhfk&y-cv郒Rna6 UHqKF?/e϶<'';mĿD0pYX?@GH-U. =ov"kO{"N>M_W8G=A0IJIޓE T\j ,Xgwy/;m P0(Bps:>EqˆBCzJ'ԗ>5phc$;KGg~at ;'0z%sW[%5OuP)ƱbJ /Bţ_kc_Vs1|@cc:3\&70ZA/ф^^} gmAZdE ]t|=87YnR,g+ o'ƜZN9mlZtt#ּ{LD췶#mX+>Wf;ųsKZ*mkο#3%%'u_F `}d_4h0WR.^iM,^M Q0?G;nJ-4ֺd~%'Tso?7RP`@^9eahCO(9y}~kwZG^%Al9!W؂lRO+Q:<͍C6T1Xd̄T ؉"!G">.4Blb{Zq#%t߄+0oZA3A\7cw9iMSݸ $rF\7N)ANpc80$Hٚ7>T#`HN8g:J[ׄ D IPˢOiΉ ;04K7,2='Fێ`oPξ\(];"$¶g.qV1]M);'U̍SwUFtĥ`K-O`pd+kxDo;|-4RBl>U hRAX3@PJpwPI|moqSXfkMTqiˆr1ߐ,xG?HwGGcG,5ØM9:*9q`UФFCq{ƝSa4Evtѧu*ݶORnWQ*>\FnaPݫa!L\w96`>`ԂƯ>LP@9dkrW~G" o WE s/̀m7Sj+.yj&*cκ?=mh.B"G](^)3SpsoZ&oק|0Ik rKj92~*Jsk>̓/uHejQ>O[蜎m"Gڳ Lj+e&s QRaV}*CF5VOIl!m>Ǟ0t 1; p#ߪ7O.>ZW(,$G$>"&r:^voiS0{mhơcKxƏ|Ѿ8iHI ROķͺ3qvA6%֧ٛG]V3*Rۑ5XC]E1)ON׫N85%h: Ѭ 8^8 kCNrԬc\S:1 )m3;^JnmeC ' Cc.`;Z?7<]c& ?]D7[և%/fz%p\ HBSV˺ԢOwT鷖ytTdyiTxB1d .q" JN'|ܸZd!aXx1_gͨWF5undj dRTZ49/{ECuϳdў=gn`, _P))$.{ɄddFDEbnq-A7,*r=Ү^bxZiH}M bn{](&XĒٺ:!f" /҅vSl;j6,]܅'Fs-S͚JUnڍtcJA q2gWcA=DE=i$[#-Ok5$[drV k*?0S~ñ|qQ ?oaY݈2({;E ,⬵hF5HSX6Vݤ1k$1D1K:RMvD%yB?sGQ<9NJ%Dww8YNMf6_eNeQ0@&uƵF+O*#.U^K('SL"<)w aYt׹.>,@ T V7_H<]?49 ck@B =?m,8am=Ts[2?W9^Z,〟tl* zFz&cĒ2pn8 TN/]QPtExI%ҐD.U{׆U2Gз;5 (84K#|BIKq,+ #r*GkF>mJAc*xp1Kgю]+q.3Z121}.ֻqIX4F`w(Gxc:~S'הb=6M XWύ {׼ m"JaGwr {}Bqdhn~=kJ2 w>V"W̹uRv5Av`qt}k5׍`rHPw*!,0;64{tW-# e<:˴ކAfOu<_{d foM35͏m#јYn; \Ƃ[QN`_? ؠ=n0Yܼ ųwlkL(JaCuq4i^'.9D.zF~ 0r VAe mo{^n 2@4&CjL{ma+ZgOYhDxkFRZK\F6agķ*3!j(S I,wlOZ`&%̊_=xA,֨ >s-Xcn [DTYd3ovCk-?OzK y?#ĎDUa{'qxG:Kx ˂sg(Cu;)|cO¼y' S#*9c _,M{M;Z*9ܬCޏ8VAoX{eS~9}& m4~~vAj~d*\f}Dj8 a5iM4ߓNXR_ `^dx0 Jvr~;8Y6{9PU}ӼmHr>2H䓴mo,d ]$Jy/6y9V.4:qL?"(X?12LB̭}h"6].ɔ^" \TIIXa婝%G*7Yax\cBuX4/$&myO8էtk /g؎9i;Ⱥ/:\dP r cXSX 7CQC^nkZ]-@ОFGy4)Xh?\.HG=NbP^wk)7.4v),=2* `p_£ jn JQm_I{,s{ͥa TQS,A4vR_|LyJvސSO$!W_ЈJj7%S$))>N; ˍ ; 餼'NDm*9EQ2^W+;>m\2ZOT\lDlYYvʪĽr%= C0  7ksB AS鱷Q-pdĈ Cwەh=)C[y2%m6AH1<̊$oHAnH{AArﱏ~S`AoӔt(E9ڨ e-AOâv4yBgW߉/-گ Yuj "Zz!sAʖGFHxx!fʕEߪz]MAZ"$,(Kj$T:a-aEYR .VsS# YXectΔj1RQ42t8j2ncEs&KwE@D^)WƬX;^l=o&cݳ/3|ч&/<`w7&3{@YAv_sxN*&%0"U*J!_"RA|u(+ ?$)^wp=Q MVCZ"} Ƀ1vF:83kĕZWergn[ؙIl Z{È|*ܴV*'1}r((J _C|A1&ovhg;DOcaTp͍iFnVzrUFIDӼt"\i0Vmrǔl 9xu6i_$ F,Aɂq#IL`a==/]Bfݡ2l,yhUCvҰ62 %Lt,0#SY$*T3'x;hո'?{0ʐ &Jb#-MmA{2ZTV~( Amr!yn4VwSrOh?~[(P?OS0ңWH};g1ni9ByZH=VK)Ľb抭pe]%aq8K(ßBR0rX,[ +r&耽D:roa j8l8Y&Үr#XLA$HCw{(꣝Bs^Z^reK*|%Wzeb0_z5AP ԁ? >C%ae:E$Oi~|v{,~ .Ufn?>?pMVha8y[d0<d12SlEgfޫѥ|oN![/0u(!]6|)KJ,j"u!#UlȊ~>>:S V,?:"9ߍl]{]H!A!+]YˊI72o1Mim#78Fj]ˊ aTv`k)}]-{;ӪwIT`.m掚<_œ:$#FهB}+UǃˉwW-{bHgEmˬb ·Sx`[MQ+>XLuuMz9-Nt=\2;0:z|~1"Sre65yo~bkUb a;֦Bz9reg'I瓛+ }0\u[#Y"o;ALh $F)ěbJ|Q8r7ZDUdR-aVN&msB"gX꼹wOпsʪ3Ow"ev@j}ێE ez6.b]cJ: 5`1ӀMj/iLvKHLjK6.a;Z57[ 3MV.zڨn_uZ>-tI&ST EKZuݩccQ;pT=IiP}"ڧ3jurk1|qD۶A$ۃW.(nZx|{C.+ad*Ya_=tA~n2x?E. (p}I*j9 ?T[}cVzIj Ť<<l +?lt${2 c1W|u@h-z}\~9>auRS"8`xN&)ik<:02V-I1'7a1#Ϋ-"]r p$K _Ecc7Iܠ/]Ro?nLRG)S^!ʥp,7Erb2\I3Y Ȩԕ To- 늁5-.KܥSkٳm,|Q(ދ$Lܢ1UQC? ʚUƔj r &N0ԸZx3=HIr bVsX;F*shSH_ݐ'Pq97M zFO[:O@kaA~WּV]ۖZRF︜qwCo$K-gl{k~ 5߻S2f.%-^ލ>Lt5mw)osٚx@2@2ֽ÷vyχa~?d4LtŸ@Υ}.ϸX3ـ1J}9-q'F% AAݍt02F[Bv/;bX\ƈ":2EfMpcf OH OEfU+(8uUw>HdOj5? ?tBx&oش 8\cn%IN.+?vʨ,+5S.sfC x7IL_#lN2BW=)4ijm{!p6XBuop]K\ Б1i2贝H O[QhZk;y[̀ $qT5+lqQcӈ9=3iJ`[bR% {R{Iɱ>K?L x/iݪ#kij/)~ɑف}s/y$/F laJ`O-Mbzhl8^ G,|'Z\H+O n6+Q}G 5w"ܶ=(V^ Bĵ{g[>̈́[l/lk_ދ:o} ɀ)<=P w\BL= VZDb| <z$F>QrrrtCiDk7, 1i<[{:Ց9ځ9ZJu.c}f:Ϥ^]Hի$ɭme@}#TF$7Xkf#Z+׋e|arERDm݌4ٌD{)TX!]n(B~j 傺44AEcT >g\tG2ҤN TGCF l,ct]hx/W%%7ԍߩI0z_JL]&i6$0EV1‰ޥWa L ]

ͽRKY!*4iKiSppcll-|&r𣙰v|t$`HәՒ֕bBsW{7unrP4FrN ^AV! 5iSt6-sFgҳ!?5q\׵p3Eu Sh7jțbNj-PeA1.>2o̸X3"hU}L%mb~L M~)b,O>Z2XbBC b%Ze(3.R|fl6Jn9Ȯ^hܯ2j$ Sۿq+q_Y@*la3~7C#E-@.wznyUwǡ9J/llOZypxN&|LvԚ?y^.Eñ ?;UݸbygQI_w$?7S8*.s3p-3fuzӤrq7Ec~J!rt=w*$^æ/@)A33)IKkNfZ֔%i/FDZҺ'd4Qb# gH8܆1)m$g@?3[>!侴QbQe)n#V^߻ ~  (z=4xOgaOs[>:]lOnbz:} )C}dao竺Ph~^azu8>N+_ uZ Ǡ!c,h\@fO^4ZX^\ MZNE*kxySS2gX&ܶ< 5VێNtL*9!$xa8C0XfcuQOVB,ÁFҞ DbRlAN1Xť/ײw5!41!os:A#QǟzFԶe0do*؟EEkR)h\OyJj\dMzT^r{Vp:s}o|Ԗɍ\ӼXB3hé{NDR5]#sE壐2WN"}XY;3xc>Bv 񨛜<mc瀓X㚱i$vM[@ W Cn ğ5?wz}x=>}b낍dki'_B-nҴ$3;*pN2FiTvɬ-5kmD7w\gN_F1L N} Ο[H$}ޖp u%x~]`DNӫ_Fޠ縮PHiꖣX!xc)W1f;Diqb+4\ /*R +c-͍V~@abF(]Nf: ẹ}n@ _F+˩h -nu+ߝF63R˧D$Y;Szq4 CbVl{'+ՊT-Xt?[+)bu6pWf) f\g>W.-6AJ[6}Bk*L=SR0(y|!([Ì4 c:c;iؚxjRD;כ%> hrch>%_1 aNִAsaGl'nP dE*poD';we՝ib 6OڻR ZR-DhBZvNP5lO}"3so -Lr" ck]Ť$n~LB;o+4wI ovhr1擂qwxcOXXrQ:.ˌ7FBRJ LW}PܝIC/oPg|~MǦ%Sa/˲w#3F-Ҧ"%BrMq2Ƌ5S|R0\9̲׌) ynDwn}Ď]~k|F5Myr2M>R_4NQS9*UeP&f-4C7) #bv]օbJj|Ew~Mr3T0{doWISANu4_Z^8u<?r? z\7^OCߦs3Y5ՠ'D'{Gbn U&]?]w )c]$/geǩX.'y#>1.edYDVvQ3~(G5Uާ?AnQ1fUY0LfcŤD36XN:(/̃xLbVc۞&}xsz͐;\LGD<ΓINW6s K_cY4Zf/hiS1l U1jԇ25Ʃ?:w@b;:ޒיtm۶ucqbu,gAz슏 e!9x="b ;K5-DK_~udz: 鿼l>nTѼ8|XvQ326i vֆD-o/1_*}=t.{ ~}3sy4&1a\0+c%dn-ZH<_DJ<#u%ctgv]i;eIZZhm|:ej  6 .糧 rՁ DQYCT>XxzGp&0rmH&1OA5 +Dh|)ԲqGC :4]ilP*z3Yxw_->8BU-gK -I+/m04_ W=W8\a'w>6f fR}<-dZ|xz&kYX:nX w!.`,Ӭsq_Wyi Vb^T kk7)-MbDKL~LځpTM Z,_axvƢ#Y2ě Od<Q }Uη ()rxnY䪬vʮ8"|/OqGc9s؄G"o?JLV:@+NC;hfVW9Ae3WKi]w^̓Zm޺U .O'1j铼YIVi,m=s53BAq~ \khe uaX$MCm&$%Om%cv҆2,0#7a)źh IPu*Ǭ.ԁj͛ñ+v}?'[$&郈UR&{ @ e@.r&+$ǘtkR_c `Of-&Wؘf2K&3ɊMYʘy ~_@bL r#U} goJC2Ǫ̔1ަ^= Ze$q#c.-)V ;/"tXS楘޷/*2/"%-EIK=\xlLH^E?80y/d ̂?% 0Nq:4;!*mj%D ~5EaحneD,]> C#=mCa)t]tθA!I_>R(1t)WzL3qldn ʸ >6B=@Ji=:Ӂ:sY *@X";(yS4/[iGIJд1b<1Z9D?gCҶPצ,:R'1+(lpĚJaYk=l ?#f 9{ @0[^Tds]kRgBLʜhx Ö, FHL؋L +ٶ3c460{(u8Ñ$m),rgm9 # Z\9Pwd,;moJ*g{v1`;;lo YF!,tmĜyz2vHv wUw.-' kZa@N@;|~fXO8I=(ewaJnGIfhFpa'[a:vhCԳ,NVu *W=fH¹bLfo9QUqm4SL:a9o˙xI(Rt?Τ(Y٭! Qy޽WYY(g&T$Q@MÈ٭\?u9s-#QC=QS2^]yޘ?/AExa!IK6 ->ok1XOFesw@rO`  y0S|}]Qzf4x'3rM8~~/ja?H@I/nһܑ,t5%[sb0 (PN3T2iu~GGMgHAT]&$ _z7'.c'cnRZJG2.o.f s0 Ƽ!ut.>c;Oސ qw}0"Gʣ?a=yΐ Bw[[[*q`O(G_wP;=EfPeP9v4w|(Lh  H@;AN)v_zrO>6t,pĀ` Y6.g$g" 4]]Q89b$Ir̾Nu&TS9BauBԖlsf >MaFn4 L0=6e6ƣP<RP/.аPC.%EIy}FACNQXrsc;EFnɼ-aDK Fċ,ڕo ϲ{U.%k RbKDu 4[08GNJ-A߷t%xk831iVYN%ڞ2+uѝs(ĵEq# D>cE.k=WwMEFġ?EİoB: \p+=MQ;MqvMo5"jxYgm1;LHy;ftK vuLGsoo/<ԝ|g*4b2ҔO%7\T*ZL`C# 2v琀s]T -Z\J73_ZQW`U"MHERﱟ7H\ߎy%wrMc]2Ą Еije}|ʆq~WdyPbwkD/ ]~;RHXJ']E$A?У8N E VXVPCPw4'zSW0oxz{J2bʨOqBZaW9V+6 U[*6= .2Xq4h} H\@"[֬J~[7|O=i4>@Yw۞#d*1yv-RGļk61&ue"p! 48=hn !mAɟ)Kcӊ2oZg}Յ`Lum2)B[rgR/ ɯ}ny-\I.q*Uiq ٶ9(EadLt6a;v2Ђ|^(c"2^F19:O ˵h2 M7Wf=_q!~l=lG W FlSN0KzaA=]q/rthy1tؔk8)mQ: l-MۮunD|Y}cA9%ŃcM$˓7ZݳtY/5 $is?p%䨮X̿ L,~Cyq(?m0T؎6aw_]$D0@ļ$6tT-*"yrcuL '5ϦȘaSADT}%u_%|zOo"|< gR<뢼*3Q2-@V(zIeqg[@b" 73w9%8a=ȕW{3-wP ׊Z6Т4f/w)U*fmZsBl/7?k$5zj5 c^ByGe%) 'w7ݪo $C;058,L4JlN9^u^>XO3&;'% o@>E[y;Y( ć ##kZ<2tB;kk҉+?d8`1ym&6Yyۍ;h0MkvjvwTēQ4Cz93+"-B,[ Z8C*rM~]i?h=c!??Z@RG37UFJ9Eu4Gbn̔H6evP{iV:QH3yZdbέl O37}Շ`eijq̣R?ȇ 'IR5}g{'K︽qVaCQNX4( B+^}v6䍩TDOTUj N.DoX^+*ه(".#*#|59NMs^NJ@xK0,JZ:` Z/HX=ͽ^91/uuuJk3}K3ȿD*SKzMb r)!5pWLj2wŷ&-ko[9 މʯ}0w5.- [Of`Wpgg(F[.(˿HC]`)%u7DWiͣcG-pǗ([ѣ$mص.OWUj9m-Y\GN7mmy?KPou=:*secI%^} N&v?KNøڛΚq$>iGH>cqNf<9la Oט^_H>!>fvލzlm1/m%Cq[L_M𰭮P I"QW|%%LWKap̋VY+G`PNcR3P ݔ+G2Hg*j.s$Hm$G[2?73^CEi˞X zV#^ӕ%CDFt`ƅ8 *N xx4928ĹTTbnB'9Go(q\@ܥIB4~\$TЊeV<`G!5\T,ww8LxBPp 0b6s͠iaoPSL>5ݯ̯O ,|,=E\&YeCnk"7`xhVLkMo{/d7FHq/dVsǬ] Il+& d^R(C"\! eDT#hp@P!}#Z|4aO{0TګK(_v_.툭2*E10 8ef?]XY@(uH'uwC{Q|?`U`e k[Js0k' H\퇸ٱ U;62ܮ?Zذ%([A$FUT5§xs@SQ̝ L^v%H_eZ!'23dj$⠧*Z,?Ƴ|gaͦQpR+ Gփ4]zp)=O٬1Xq!/Ф3sokK#DxiG38yCvc0}76* mU J]u:SB.Hq]( ̣@d4r`+j[ezV=CA8O-)tn.,[^M0ߋm&KGӫԔ f jvNc +C&Yd }-v2ٱ];.Lu鼌X >̵2v ~26.S|U3zݽmI:ahR@sE#$r{iW NPWJENפr-eTSkӹxzAXfnzy0K UT0u/ Qi?>0v7fO;s3h, b1^96Us*#^jǎ{FTƖN+UHtp]+b=Z0a{F}uH$aq{vb|*;m3 1]Ia-'gutl)5DGL{|U΋KA{@ۓ65͓D]Ī i-mղ!A߿Y,WslrIYXac.g6h˥ n>5 *Gisv܄2ߐR5\XڵZyţC!G ⻆xbXת.G0HРR@ (,d\&8 (SaSr;-H5ױYޑ&|ar'ލ4xT]P("$!eDsʳo6jNuY$t8 o %Up U'`re2YO}ȥa`[ǟܝ,E"DQ^r[ |] > ]vES+!w,ٶJ}HeH9>ރV}e<4yjMɫbm3ƣ՝cx`Ń)2/!qN դ>_mn\"^a4Ǎ+ jv<xJauMtc-a $8% >L,EdÌ1ߍǍp~}@8IY5\'w)Zk@=uhr]\% I>Mڸ1NBc8zB"|&[Oϒ' q1 RG;+a>:AC.#R^«stxvP(i[Lďhvsv>58_Co7 #UgYSV=+J$՚Q LPX]VhAWwX7iYEپ]9l|X6t97~(D IƒeIߊ;]:Z<> !􇇬o.h\uk N|\oV=O:F6pd%йۉ^¶SMwbJ(oZPz\KElw5c<Nm߲NB=[ :ckfqV_vE,Xl늾Ch]fME/,s.2$X vie#b&n",-'V%x dL/lB}ņ1 4  a+yoQ&̅M]\ڣ}mxE/NC cHѴ>ɯ)H_ uJMN:,&#m,s!!̧hՍDlF졌ߨ%O{PQsI rTwrp QxmrZ˅2}"nr܏^~_bYm[@\U8<zWyEYj!qf o꾑B }Wcglt+Erl V`^>SKH . o b6*>Tށ}#}1(Ғj^PX\Ѫ6( Z ;cX2@.}QCلCĚz;TV@P5.bK'~U&E* z y,K;6TlmeYg'ʬZNpjrn\nM@-Q5 t,1 8Gj4=ĉFFÓnńl,&)^ sP=ns$de;?l o9Wp|%(+ D-Qdid9g[3B3P-M>8:rWڥqӯ>"U/e6 p8a![ѷKo:xFozҦkǠ F;KUȬa#屡:W邍7]0ri:͏֜Ze&:lr2=R>l'yrEYӪ{<\d] $E\Jtgf>([VFHL7i3DCG 3oQ!mcgNiȶ7eh׾亓A=ٟ7;Wuw_O{r; #%,yf{Q+P#]tUٖYOEb bc}]\Gfʆ|tM<5/Z3غ7;"=6LKxq RSFgq|6FIϹe*TzS&Ѐ&O%\Ƙҵ6n^ O4<9m0yOSLo6#:Y qJMwNL:t/qæ ZOLPF~Fx[[}Xibyc1-G.O,vF!B$tOBIcv үC(CB-Q0I,+r#!,5v7;G)H`"2U 0+i{9}+HD$[s^$Б X0ݝ K+,;b|Ak"6vML ggɈqG("z;Z3%sE森_׊qHZ7c !жF?7~T / XSi8mE1QO0D,8xO 2Ghg`WYx 9oos`/nIeȽʘ@۪&I\]⩋AUOo6V~O 'vJ>J#rؗovd3^TyQDg2;"l&(ۤ;zRvUEt~ ȅ i:N{Z1Xw)礜'A 0-uZN߂D"%"cO5Ejd < 4iL@\F[Tic5.a)1TܢWw+I`9A|@ѡ o$MMPV!hOKCGQӹ-?,)G ckRQL?4b&F+oVI@S :]^J0h ͹f1PZAjx, H(sS :|dX!* e[YS+ Nz}sN-= B`7=]k,v\[S[Q$(17 OYU.W\`RV9˴&ɧ%.̊~*B`o)6!3/dFRw+æl-6NYcgic$esidEL5,]]d8o*yWgHLb J%^4wv'ҵjz'K;WeYB@kKؓCAq+/X$Ip:)=vy6blԐvȫ@IcoΎ=dOymd+ph)XqDi6h|]LQ0tF>l4=Qrwx /ԹnA;)cu`ۀc yQ,B\rdFjܾ\poOjHAj9"T4l)[ILeXt=^}Ȇo߯O& QoU3`G5H{$kS-Bx*b@Yw%v.vqR أG %J:|9Qsc7AY KvO7ɏm2 |tI1T;IW3#EAc$Q6,G-rd-NDp$a|%q0dq~! 23h sM&#_J~x !@:6fUP:W(R1Zξ;P@.fCay}wؗ!ͭ]QV#cz?a]܆?ȲMѷ^YMij&K^ʳYWvW'6E”:WT:8KqĠ( 76XDb8=gRaE6D {t,lΣGfcC?hgdSAiR XÇ^tĸgnnjxp,.F dzaӛ$8%XZ)c ^@L>rH_n }+l3_EsgmxtLX?@aW lwݾOO@f3{`ː|u9y_]cqhk*%_ lf=c([vo4fI5F\S@ w4@y+`i~6o!.Og:FAUjN՛/sBS~YȐPoNdf3sY?_M{a)Z:/=+٥}<[%Ij8#h` -]߹Y %~nhIf~azIV / ¡td#K߲X>|.(S{ z}KZJoZO|-kGc[\$^IkRb%,QSJhYF L}VlU xjw>Wm@j:>FIG]Q /vIVWGF=(~$ ;PLTxm{7UHv bRK#>j[ޠG.\!clP'=~df`VB3e<]7}t12~x.m9d]&3h^cL3‡ajqyk]xe8NJ6GJ\P{sF+0flP+r_4wѹ?@U:rփ\7)n xfPɥ04Ao=v%|8(S'zԑ sO1,)"!Sn?IHm%fAE U U~onC\twXOPFE˜8CR@STxh b_W0G#dI{b!!L~Q+iiqpW,F.]{'S ZʹT,jrvK+D=}ɚG6G5w˒P8i!ХDfJ݂_%K|aq${1Wh,R?̭ T-6;兡yµ z8󽩨fgǽ=BLi? ,r,?|`  uC&- yuF#cZO&2 l2vrْ7sst$ޕNqF 9?9ʭ8YuXf x-8ud*喚ea)FhpM+#םD+!%( ݞT84_Ώx ز߷eYI)j2J QqfQc-.R0CzC[y- l}L14fRFC1YB3<Չn +?HJ!oK[\׉w2kvPr)^9[N+I!ֻ^ͼjmwS)")|ʿ#V`ŘWkoX9A!> NyO1L5Dc<}~Q*ƅ{30T-Vx>'k[]/Oxb9YIv,MۍiZfJ'aS%!TNgYOsf ߚ^LaȘT[jkHAڨӗdMq jIUcwִ44u'ɑ8|mDX?@lqxa7ϹV{mt--LR/)E$/DzbcEMb\JGj&4(ZbOV<Լoc`Pun8o{[Ī)[I {K,;֝'  Ԓsgmr_mgO#@7M7)ZO)RX&㖕LCY&,;@O2_r/9ތ_81zgci`k8y'K!xJM{D!fAoc1"ZI&5'$!E;Azb$q?,4LU&w&۰BwphsFVE) Dz尠N58Wd;<\A[vd_QXE|1:@cw'aθf,VMiRL ^=ɄǤgFh*7=x[X1{ISYZ>a ۱Q+Բ(\CDK/C ۻJf8K+Nt 1wR5eW {\"Y vL-D[B_X)g$CeյvTDj5IBbẅ́k ^pq=yA,RFh(5MhW^s|022/J)l=`@ć{' &GϮ@r]tvG 6&c4r1%v7f6RLxDo1lF{-W.zǯSx{:RU҆In%0j6pnD0Eiڥ TyJl_ 3م!]3ǝ ;xp}}CiQ응5krb>Λ?ks]P0y pc4,M0{?)Y]>6l]k,A}d|9dQ< ,d$vtgx|hwm,w_u[*@:FI)PF~=w(k ytjaVox/POywT)eE_AyT乩z iBl_D( 'wo?W,t~qHGK ܩ 捻4wzùu ?KdDHEiOd#(pSj<[ x X{YMdRč'x*'ZX|Q.3Rcp]sV <pUՋL,%<6{f(p F2v@j5Qm #z3=1)E|I ne33S'Eq_<G^#Z\s=&u] v!%XsEa4Mo,]쒕aXkZ^2:x52m*lY?D<ʪ]z#I81=!CnَXr)rkZb쌦zsw]䐹rzXTPwLyrObxlU8 I^v>e@f)y3z\g>!Ln~E)r\;Q񣃣-biHٙǚSVw$ ..K6<3Pꆹx5T UHep3l5\bxV<2sAdS}O T!ӡV~0caVCuhWmKA0zq݆ %V+^P3w, k<\:{BwF!Kz@%}9<%nvP1MDBF7IG6@?]n FwԦg<=>B-$rSY`a6&o-Vf-+ւd?k/FG7ʅXnK86A8ܽ}x9ڶ5Cs^h;zlӲ|rŔΥ*oN<@}ӳ;]@v Ja1^#XWȡ ӢdoESI^er7+Oj JaqY&j+w}|&#Id52m4ǭԋ>F J}QNd,Wŵ1w(~# :{6\?Xr$Avi[t'w.1eK eZ6y{m , E*?ou9t\9;Oo_clJN!36#?oc,-ū,8<2*.&qx@ MgȢcT!jfkŀ(6a {3IfXbNPfq=挓)!`q tEѽ@.)UHז5CsY?5I1.4Ma/1KrXMۇ г M,pΫ6bo%nQ(Nrk]!92)WbnLS=;nȚ*hL;lUbXPFVY#JxWKR9h9@cx+A:Fk~=ib0Qњ-F43Zkjsj[ӿi '\ Ss^\4X\f}fIߥtzg4#+.2; t9{n*—0oB ] i; QQn1i1G;)w3;:O(l`$Ӥ((gxĊ8Ϡ2J[S( $ApB}祸a{i5#eT?VLTN!TnI7Xsx\]ia?ʮfdWPe$5>( dY-'/k>65~;v1^L"@rZ)Ϋag.> ' 6JCKI9@$/6ioREHx g׳WK=#K?rĬ@ZtBH j<UB[9pzՐiyHD51.ȯxυrSHjz@ͲxS;aՃ=7W}9,oDZ iar.(=Q%V5$vߓx!ZX^.p`(s#x^ƽƽ}_XW'sJ걶pLvolwL03To.znݰP IjlM;Cx-'5)J+$G9eIQ|m ?Bd(QpSod. S9˂+`vJo}o ? !v q t 0h/6 pX:-Y 'm6H:W'lX2(P[>VRaHөDfcdiKą4[H/М@rjXSѿ-(Gk*=l fbĽC  39"(IPATڤC!!:O|H[52.ױz3jP*Q> ]ΕPͮ:RV2Z8ms#U-,XsA uFNHkSlI$wj 0D-\4^bPXD_j†TYet@ `)}~~/#'\BiDY=;Jx%ɡt>-6%ZsOL5]}\T M?_-},snUVFb4~ !yyhqשe^RP*{ߑHn#w3&!1fʨn wQ۪oݎV!Z)醟L,슀68\DPax?X i*{ic >E6E /5ϗT"YJҽ д-zD*ձۘT9CӁd,=U_a+IAD. kQ#2-{G?a{]]3";@+)ļHF2Qµ@YX#MDHx>K834sӳsAJR;49 iw/ ު1鄳y FD{|t5PLssbl ϓ-PA7/o'2:}S)D'WVzXEa/^_6[#@[/!eaƛt="NswҊјؼz*YI|eU.*h$T!sі.(e7̔sFAL㎸eKmKNs"dUf3A\4AWl q ?l/[E 0#TtA Q <.4maL%xӔHD豧v |F*IR*m5b'j?i7;M7(?rA/0,z //g=~ȥ3PmhjvZ\#FrJДA3!渇ӒD?I5 I׮>$ `+74#5D〛W"6(gc*q|V5`x2p:'Pm9_Zư"[aBA`n|߂,nT1l+9p~Y/k&*<:k}e,T*f>8A|;ݼ\.miaNb/msT{"wE+zn{:SŬmDN[76<~f܇Ugszq{zkEy0b$>1z=DU@bwq,w/[!A/GšzMa>ҷ IMXagpA9όx1ΰ Vv3$;TGU{]e<41#8zv I6C_h eܭ!gXJ&$> 6'iv* {P>zY1.k~r/`1 r>3g- e'Mm ZlHwꋑRSli'Af-:b%Vvc3XQ -ed?co:,jT8gP6X?Ka\r|>ҳz`\Z\qB|vb#JUe#|FH;Zݩx@xGY>0i;M589ц!}8d'Ggt,oN{gR?L~bh2|j0mXZ>jeo`M'HApJ{S'PM^*Bey&I%A={1Wl&g4h UOU+ݧnTh))Ƈ>"cx}idW;z$,̍z1,% u/N@sPocz p0+#UEjJBuc0`ClDj:ʍS})BT{i{ƞ!lc GǺ% |zWRD8 ͆n=i%‹y4K[no-Jac,}a74=hUUOȍn >q/r/pNy,А؜a12_4+3d4ZPH1+];4BS(\7X߸N)xՎ.:³vQ3ٮz9q}5=5ܢ‰$ؖJ]5`p35)HFK_ qDL=?J˓a}=b7cJ?+CwG XmX͒N ly#dL@>j]G~ʄ3 󨚔T.rvܘdqWz3 Uiö Ԗƭj֡NX2po:4N 8@t~MHGοL<26o!LO^D3n=5AEvNn'?y6N8Ê],n辸3-bd:1l/Er+O-, 4|z{.Mפvdul69!0bTQ̱*(b$U3+3%ʑ~9&mȦ;1swDhM$._/Bs*peٟϪ".vDŤUؑ nvܺ &݉7"'J;%oҘ͸ ҳ$xz*ARM+R?.\J?9o榓I*9}?hsZҹpk)[7HPCc<<퐨sފʹZv/UKܪ dv wNP}F$N2̄gX-, R˱fʼnug=Id1U7K̞ڽ L 3TVg6Q;쯰.yYÿMcĪ :EŃ*hځtId''Ǎ-ovE˗'3b# л:%ubod8^m|DzYk b~z$Z OAt_,K72L$bLJGӰc/B.9qyTj2%;HcWzo#{B:Fȷ[| i=Ǭ%,}1M`%E%?tCT_-?Z?K1.ʴ?) m(կpMP`k}Dq2+*¥~Z<ʯhGe/m+#:9zv}~nd:)g <{PՌ zK.z}ISu< 2${U .BKm((哊RlY"ƀuJmW߷ 2$22 \Կ #(pI'qg趝\ {vES DMȘ\f݋x#=LZ|8l`1o9Sùgj޶=,,͵_(?ॉ3 bZQCݹL! kk ;_)8y=%iCgox:o|o^xߤ Zx:r7/X+ 厱_}2˽gls'p/36F9MФCf,RfvT q6F{ĢqΧi AR2*ES @[d4:]n%~D#߈4? 1fyVFs+J5[S%m asPq Zi`rb}KVn6ܢ\]Cj [#ETt]xK1 XcΓp Mn~jx0>+*]E&>~5k\G"[ !<88.]0ˀ ]V^ ]>A54{iPex"V:Ɇ. Dd@@`K[p= ,ؕU}?MlEMWs\@4\zv&Gjm"'2L{}}$/>o-'9)YYV!:i_ @YM͡bpmΔȶ9J"=MQ:v^{>{DW*܁&ZMY[F  .C*-4! +18XKvvo&F]t^"#|rs0$v0n멞7]A( >[Z 0ڗ->,-Gj1NhVA>LduR,t.ʶz{+%F2xonz&SV,5}96i EltxGmM`s#GdZܧ6Kw/ ErIjb<穜 9:ݻI0 4H|4ב;@֭rk)AE /C&f0|-"`hUQ$ub{ Ž $MGĒ'79dIFZv-_*Oڒpp݇]um$N?wa 2ІB[@܀qn@r8G*Np#b ?Z:xsPN;j}FuCGѵO< KdJlti;pL4fdnîz%{w `Di nt:E8:-1sds1>4ʒB }7=!.gng)jN6og5tNa.bV>j7.ۡIE[~g!\!*P5#ʼn&ye~nu8NvheT;Ϻfzֹn&%G39țL>ht" _Gϡ`#tL1R` 2g0@V4}ý's#C..yv(7$b ^TLpEQvJ5/lrj9lyP.ɹ?_ `K/ ýmq*C/fCR`J5y8^.-;6a˿W^9obќy쭪)=-.]!)9&"QYƕPd3ǀY8Tk6:eܦ}4oh."Wi~|U}e&AR ;m =U*]e{*nɊ@djqjG ⮮1Ia1 {yS*AY$Nˑk)wUOhbGjBӍKEٲ8:TmCNo; | Kq"H%tZEVC?a&F1.{28/Ad!3:0+W Jכju7Zfܝn穸j/$D::_C"nIc./강Đr/qSPt jJA>4ڒ62_ęT|a ]!Mϱu&6Ό2ʔ  ) =9R8jw|FOiר>Uo>z8>k>]$l4_i?Hy,uV/Tw&`VAIAdu[cFp{q ˧ (\i*U[x!qk 1YHY7ȸzF;U? eSc<<3r[#"%Bߵ$ xQɉytJKi0pmج胯R3 ,tڭ^6s rvZ3mT\2 Mw qtbEkf-.fPܙ2:xowYF{zFl}M\-v{%SQQP'#}s["b98p値M%#yOtf_Bf![W_74]xàgN[POë$V%%|ZPͣ %c;3u?%U-KHXW!yzTږ:4!lg=ҴS=4Be˪i#XcIvDT/wXxL8bf>񼡑)(sAݦRW 6: %lش|h?lCӊULZ]JL+D~;ĔsĦoʺ$a[j#r 0&h:cs2wZ$N .i碵i?nKT$;!O༒i IάpSaX6HJu"^wRE7e7wI+nskJ<]n{ 7y&)2ՑXV5RD\TRq2g"*^u:l;o`"9_6E9 .KD _96G}K;=5,q]|*{!MX@ D׏4PQ@idCf!Tl[ يA630*?!QYHJ/KsajQ~l\VzJl rdVeǒd2MF 4;I6/m M1&H ES)Wi& |ʮl)u@Xg|"lƶ lwpqՒ3zaO G\K ;tDI[a5-!by^PR{t+66;!ԁ ]V\J7!7QYronP؁0 qk5Z =!,qu'o+t<>c'iQrE: w$ RAwW,Ҹ#7V)an06_USi|ۙ2^ZhTn.ZCX `E;s+IMl X`f^BXPnJK<}[ urmz#cî&-p=]ǁ4&6`7o|#ʶC^!D`Lpp(uN”IU-bɧd!jO ֭ME+Sl`HAK5cYrkēF[Mdā{CM2us>Y|)YCfZɵgNn~wDK@Gjˌ;אDY)lyew`m_sI2WC-X~6j0#)?oR:M!jՃQ0{b(iمBd9 0y_vcVi$ 8-l 6~6C~b+/hUt-:B Y.܄<c{;o%dT i~hxC/ 'ȏT1hYxU<4ڏavk5^!N6 ٺFeMF_4dIeo&8 TRh(3$vbd$v,5EN&e,H͝X>Fn10d%G%7RY)[ a!he' 0 U8sbdzǜZ08jژ. Υk4Si|WOA<3K➬; VIyvָ=ըho2g%wi @&KC0HDQgx|X?+6b;KZsjBe1ԕUт:-ڮp6KRsjbvu~MS1L2ҜDg$YYufvJۧPoSafkѤ70ivr5.r#&¸* MȹS:Dq+iX4bQW̊zuߔR1EpqK*2--$n:HUaN HHt ب" G@Od'6>d"0D 1Wr g\P0q Rl =Vs ۈ= H<ӌԖlw."􇚋=H=TXQEEy}џ8@t\2U&rZ38g8SxJ@X zE 1`i*4vA HY;%Yeq@JA P'1(5m"E`:'%:FKO/mWx_[c%W+_A_v]֧0uܻg @GՈ'BY ̜V8'6kĭʖ.XdN/Ϙg.e+SFvU3uo%F% ȝ~ҫtQe]kL},8L|wI{ۿWF5se%-ōwYE6YBg]Ƽc$ "#}(Yi2|D@K/-Þ!vx4~"l46៉HonLّ^ώSwPxa!C֙(p[& QɊؤFKi]Tv;*_f6!SD#9t7oekg k 8tD9W%2uo!.=*Dĵ@&j?"kJtFO}uPt^΢ Zv>u!V`Z5IZn:zO*i3@G'A:vMt#e+Vb mh7alYqX<]ac&#& |yWܼ OLWQX`L{ifቮeF}ebH]L)_t/@<=Q$5tR2|}F8s%rk Z0ֱQI23:+IU1`fL׀N;&SvTI`+T5Ni@ ц/}]H 5:[6)Ct}̓ǀz nfq ;klj>sNj&D@)9@aLUp=G EDQJ$;ui&#IwYoo>t''$sNS{Ǟ@j%jy>(0r˶c$j1;! VH?KM8OSǜ?/uh Eg\orX&HsB9Rlbe);$"~T `e)[PD6TU\=iӳ]sGWOT ppͰ9QXR:oxn7@yU78/)QρZ`%78DU3"9N@C۬:]F;XȃO@pI}Ke*3C#ū^꧛ڻUC4j 'fHR*Զw妔/-S/rI[bco}``In6 dw^P#]`ۇ .C=dbէE'V<Қc$5P1cw?)T);Z)}d*D{abL!3n П^$ʗ? :|w_: /3b.?ZF<^˘ +8)cMzٺO*eVq2q,z.`b:-fv $).~2:~ եEN, yʴE'?|Mm ^LTXPFEs@U6Ttڸ\l`؝^9YW0}}AA+} *],nWCZ,>=KtF  ] hInxMkQ0+8$~!wԨO3`GG \ei,FMc` +&4=zu":I|1Bwf D& ҌH`"#gPW~iR;`vŃ>'xlp?j|ǦJU[`}_v ~zͥPX0Tȅѹ,Į٨#J%m:z>*xT9mjtD5s%4X0~}eڀ'8 ?Cb H]} >+.r`ؔ0AtXͭVDbhnmRkEaCoa++,t-sdIO3:^"gnk/Gs? ^ͱip;/0zrYj^}Glu!Ϻ |4q 7vSFVS&co׬L{Λ*$m{IoP̒?BY Ty+bI#D /_"Ova>k%Pqn㡫(}Vo,e~YNUР]b3'>sR ƠWUdAKw7c c S") *4E\c\̗^蛷V-GsL;jH,BRWļV@\>eQkR -͵۲1roD;NlF97}m B13vHݹC;``ej-fĔl {#CfLyoy{̔;aԔ| ;FֳY:o)v׀RMAGb͗ o9D~^T{JL5e*LOշHnQ$=` eZ^k0|Z6;ٻ2dz uOKkJE'JށԊ?IEƤz)^r6[ . f z}H9'%~'o +!VW']:U8J/;5uُ8R pBzt"CJ2L("vŁ̒_3%3UoZDWlD7)y6tJ. _'Ts ;b>{c:*(Y!wu/, =Ɉ&3Xq&hpf6v"Z-64~G DAR;a4fEsyhvMiJf&؂8W .)M\nNģXD rT;쳛rdWFE9l@^`{v=ֽ##>-(-!.4XBln>Bg אQM"md~HL_.iQ^ڍjވ8NBҴhDw*rBB+- I=mYKfٙk1-D0.iwQ.[0(U'+$%ߺƄonMxܫAnYy5d?34sCźx ͩx Nűc摓hjd{so6(/eݏhbp"DV\› 7=kRx%4зsּ ^2?uxW<UF0iu ?>'橶+Zt} ՂГ-y{hd훀&\GA1"Mu~CtH!~)vr;b60[^ ( ZGl{Kny LER}Go߳&$Yi"܎`_iGҌ2xB皰A>K .кEtBTį2 dāacl7B}%XCmMDH_+]u٫bw׸$6fkڴ'VIbJ)7 LtՃmk |oUhkt^S#Alˣ3 0lӽWR+C:X-4 y?I_8KY]5o Cga8y@t/ª?`Jf%s(`;%T)!\o"T1JNguߤIAۘEG?ᘬD. 9s >'nbݤm_\)5[~N\1NCTJ!{&sYk18ӱRZFQ]ٟp!EPKpY<_iXkLj۬g S4_i2:Lv3Q Ou*- Η0^Mi7ϝM{ 3jinϛGS6<7r[=/'=[6&v<MXvd2s@( >?d˰os iY3asU=C= l2GD'mT!oyay~VWx+FJd84nC;ÑT JD+Ī 067/.bX-ʦC<m^$` '_*XiQ9g{[ٵv?_2}/gtx>s}y٧&rLPo?ea '."Wő5*N:4Hm  DmR*:3eIبQ&!E[&&1P$%@Qvc V}bcnȔjYi2Pwa#hhh?]ʅ.}W`V,!x=s6hu-4o ס=h\hl,B_0ag}% b.+]P^ MI {l=jŸ{ R' hf{RIu=uXyBO.Vnlϼb`y.hW 4lphx bm/&m-$-2\u zƟr >";0t(67{ީj6 7"EqLJ&VqKfPSK fH:}HLXmydWK@oDFF=LI[ՌnjP!d *$%{Fj/֌Hz:ޖAR>ŗ" QC {2gt y{zK dbSѣ (^|D:K L P{,Gh2hD}8bOldQAGV/YR ~wN?CWBگ'pᲢ޻ɞ,֝z0eb?c#WՍ#8-S Op8(ȱ-7$6Nj;N F.y?q˒!fETOB@ zV+1=!YDC>U߽yK2{l9ڽwȮy6%'pBjpKBޗaߵoRLiGt+vNz Uz2C!~gv*fM k8u\֣}̭ŧmX樰IA36۸_hd*_ ֧LB)z/t9\fd)NJD#hB?04fnU*\wњNtV>8(co+.nP/o&b2/;^[4[?o1,0jl\ɏA^gAΖL{7Ũ>^D2CTH?33ӺmvFYfMu Q{AC#J?+?'-{[mSpxlG57 h5=@祏`u?m7sLtxvXl- AwzD^`ߴ@_ӣ++T@lkJ23Ӷ&itY1}~~J/AcN ϞS3%N N2(24o *e_ toyRi(WY6%mf *uY؜RK[)w(^k (SN9fE^QޭUt2vQܭWq2w [_d(Wnح #_ #1\ᎼRe9X0ˠ1ה]-<㵥e˶=^^wyTeiQ~ZJenūge5qTP䨍-p gI^e:ňН|}Dk;2 Q*ڟqM5m?M!2oQfN%Dέ]pV?LoSq*զ|| Kەx_j?-aNexR]f}J;7Sϼr [5k6؍(+*QbEU}uYQ78Pƈ֝`̇1l|2F1k+>UƖ.~1e D2f) %^>H(~|ʬ^mLKv漏 \-«d3,tfD}qG1٬*}F7zߌpg@L$un뻡+:2ɲ}߫}Aޅ[oCy˷rf+g\!_nŞ(K;Szږn\){7P֞oj#?Qz9@VbxYnSoe8';͍_Qݻ5Mz@a{~B^o˖lGKиdDuDkgˢL|iMBwy;{sWL.ϰ%[MzVˍvg3ú/+lkoũIIkn 5ueM gMe%%:_Me߹Fj[/l"߈:%~/޽YaW_ܡ6-u2w\Bv.~4-xڊɊwT@oKE}O.>_mGrr2?Dtz"+_5cb:I9V  xr{#]?'h~"U-^'Ueş|fF?*zQ\2?[B|P}3L|b۾~]ۧlʖ'TvZkֳ;A2u8~M_?ҧZ*߻~-Rc~Qedf+룷<;Hk⹢,nkVEtLU BKJ]LLn:Aʼn^2oY4FXd0;ü#[ W<0zC e_(mNz>2zqXmSKG&H!'zыcjbM@p]}IM~ǙtKo&vǖIыn_muj*=]adrlj,,qdYh;cɢNmiB~ J#ܷ-qݹ >q[O-2˟6n zĢ!=²OUxa33' zq\s KeK(mDҋ/C *~s^Xݻ{<W[y/ Oy\`A6C[{C\İ{S䵄81t $H4kƵ†Z#|j*Z9?s4C=KgqyP]l1|{<  qy4nmJ;2{`Ay9_˫7#w"KeKERqRtt)h(W߉9^^/iBjd:SrKĈqaVj>Wdc^.۴+a8y} 5Iw ^2&+Q5Ent0h|{S]{kqNhPЗ7[y0%Ng^a2QsQ',ihKy_W2Yiտ_]q֧pL>!^4/61vCPLǘw{\:|gOS{Ĺٖ\MiC ~E㟖 _]t@vKjgu6Z峭m8JTNR9sji:TRKFl\ן˶?KnA+eGzVzo}ȏře11W0}vs*x%/-aVH8gK怺aZ3NM6M7;_nHo~I/TXK1fјool3h_֚w865'GƲOq$nMK˖"-Kv;Qe޷}L+ .&-s8l0enr ףy֧^ʶvd2s2K,[YdpY>"ɹ>U_Qo.O!8wV8ƜJz^A{pwW־|,MDJ_D:ٹ>]yuk/m2-鴯}_$s/Gm4{#HpU~[|ǁԃ;Xt_ =ء;D͌0N_IA:;+ێ35YN~ωל5K=HC:ϡ1;@Ez$#ݵvtHDԯT~wSpX c군2W 4"^&GrJ߷+ >k5Z %ٵ$ղkVǮZ=Vk Zѳе++~]>5[΋|*'n7;癋>ﳰqOYK=,Z<(}=#*UHrj\Y"b}B ]|;5")_/C5}W"Hri+^\! =2`SHoR -oEzQͷVEm-Zށvw:tyMw r [zB. =N6-^ CHD҇'!} HGd4K zB.{©ס?iP2^|W8I*=#~fsvO|'']RcaSN1yf0~h}o MW=/Q}[avn"A-g}4i\?$xz Dӷc! n_/!s}NMtx<]+}NahkW9utLJWvT>2ҟ8Or~'' N ^aOgсNeAW,aVt~^+Wt5]u4i_+TBܑuʱͳx4x\U>Pr_(ר}=h#'apה#n?Y$\ {ps| 4|kCHg!tsPƁ UB83;{| n}W"\OX >>&-xO0EЏCygx.?Gϻ$yQHFy2{1ʝTM]%ҩ~O٭_])"ﻑ((+ʻ`X DsrcUj~O_m='i R#8;d?=Ry|(*Sui#=ic~MB?/~";2H'GIO>9K/0Jg`uLVr2/"1 (n 6e,[0 6ZiK}}0FoDʰ 0aLd 0-{ h?8P ̠}w, 11#b= #bp@X@rg,ezt2]^`1o%p4%vmWY g<b` 0\\J !?pKngڟw1px!Gtc 3<o0G=}?3̿0new?@!70ƺOi>`љ=fv6٠}Q*@ qQ'Ich.>@_lƻ`0xHmLk'ڼV^WЦu~[0h~2; ؒA_ʅ7&"F#]۠l% D`B?-Ḛ#8``vc؃azE_gOg ^/S5d~2p޺^woz^E7 6;"t؟0~%79﬊xށ ?3L]+<ĀY 3f c82ceHhfhdzd-0! ,AK !(~t'1p2pi!8,l:a%ܮ]y.J|J Nt~5 4ίE\ʠ.rQ(ImvMZ@¯]p=yt- !%TvV/J1. = w:Rp^rdxG/Gi<(Γ Oi_{E-r7^:| |eM|cEXe >qX53_ݸ1V×)9 KxA>E)k?^v^r~ʠc x9/Q2X/^󁎱.6hmL/:orNxxMO>|?./E%A׹HTQe;~uk kK3l0P>“0a6ac+@wؚ!#\Fݵc[vfvbH:30kpǹX/_O`D? ypu}'&S0E_2dxXOA]). HQ(p&bƒ9ʩڻjO6cbҹaZM~lwg73ed_Y{owo=w1?Y0y(ڮطw5`?ȠuDovݮ Q䤩ȋX3Ø ivcdX(s}%ˣb0ւ.5Y A>=E "p s} xj-U5)keQ"##x߁E?ɭ߷Zq8y41G3'mN(?znS) XdAdZВt\}ftd:wEeP2Ehn[YaΊ—W`NR,xܔyhg^U$QZrEwV(k|eEc~\0/#W_K9m5мkɼGЙ'uhɍBՙRΉaI]ub`q C6i(yВka|/u8 $O=8>YJ !*e@A:0AE"E%2`a X!"ZkNB`A[BƘ~mmxX[OG]߰_pR]5IG/U+Uن"!}*Þa;ϙf8g17LKW1~jn76ww oLiS;-['6A4Hm\?(XٌPgO։ozgA$k;V2n;k{Gc,' (1 {zq \8n' $@S%E39w3ϱa\>NjTzJ8<{auVhnl83g3aXZg}K9_uuu_?7}7t?[i64оm+1+1qz7~b /ddt)LCÌYPM 5Hȝ4Β]v\Î}o UBck:p"mzu`'xʶIsnw]H24r2ҒҌaEݙ;iF#)M拆%(88)tFهoIwF.cL t8\AݶLޑbdZޑ'5dc%$0U@T!S#bvNˬ.BW/f.̬(ɨEN"&b ^򰍞%'?gI[#$={BHIaS[Z YVc3Js8i5tm]=U 3/9rZ9R' a?Iu-jc(7'\fPGz䬔㾜2wa΋A8s͸$Ġ//*,/E!)&7vÿ x-gʼ}qڵ{=C"XĢ 9)gheOӘ5H(4Иr~ʍ\+-~tMܽB sng6 &ĝ2 r:%4_:!势 I9_qt(6P=E즃Ѧ&'Fvmҷ]|?JӎprR1)7Gۇ܏e/&&Ca`#9yBԜQ2CE3AT* [cX%B݃X& Q2A{̰ IAIsm0HaA~N} Tx]E]2P0 `X\vqw0b¬s9/xw<NͿfzjzzf޾EtMUuuuOwt9Q"W.+m;vޠfmB2Q%ږyʮ[7HR23_ovkS993&Vn sgOōk66L3PtSې1E;{ꦵ4ͮk05ϝb\6x}z'E_8PVi̯o75Զ50,H >)/vɼ$Tͯ_\hRjлsj\û!kfA2M9M5-MusjZMy+byy(]C,t !:/(GBbmO$VP8*OmgF{GVx)Kb Oo+ǫX >feЬSzn9e+1e$VCʐ_Aȯ`D~CQnvØB~m`CMFǺ2 ?X_xtf<6d<6B~cD)xtx(4M?llhf+fkFSm4fhhc4AF͎zF|H"7;3쾫X&COq"E'OtU/L}Qʋ:I5H^dD/Cޟ]?>PX?1U$i"Er.<]x6CV'q ljҢ||pf-I`?WD5$F @wF?G׿ Qѐ}$C)ݏ" \;)]zoD Sz=N'AS4@shNbЬ"qwtily.3Ƚw.=zM{\_>l|yMM'{_@h43y Ͽ|LG}DcqV%}_gēd_#i^#J<'1W N |To+^ҿnk:{:etAmW] r//_]-GѼ$i~a4//k {L+K%x6{ ~tȭ\oI ׉d_#{0 ]L7-s}IO`PS|LԸJVa;˲D؇?׎A'y0wK!|?]ՍϑT]>G]K =/B]e1~-=tu u|n`{./|'A&cC 2~x`&fY޵B=~fm"DH uP$*qwMYV4S.R/l7UK&;UD9_/5٭mSfMKclo59e|1dyK{;ʎ:+AHjcrԜlwmɰO;rNWvjOi z\gcG"lv\Qχ <=z\鎚MærMSWfS.{ɕcU[;r ]tl:6]KM: ƏhdSeA}Ħ;2>V+ʳgG۴֚M7M 7f6uMr7A1fb6:oml*_A zL#6ݚtgޣٴt ͦ;^0׎gre{ wG#MwMM%'MxY~>7T֠D>b5M圬χ <=Md6tl{A+57!w"N@:MMM+gݾ߾"s zdcG#&=<+x{ܵbfiM¦n#fSIW+FpȝyӘMg|Vb66ؖc6E=v31ѣtQ1sgGAa:s46BT9,a=06}1NS>$a,@;͓/gtv!#Q#(:FrNdwAkY}naw9rVAt+g:)}΂g"]~6~*~K&+U1~2v\)Ge=XK?r./6]e+74Z ޣ^YݯݯݯݥWN~\#Bk^-`aw ynڝp?圠[ݟM_Tɠǫ=&zvLq Zk/ =ݿ0gTdHt CeG'q~#=]`{W@QNQ% G}K%_FJrA O#sH!9r<ﴳ-okMzvy5;13Kd?}A'z9 }H||$Dg_;q^Os!SX]jOQA>)>vZʾ]=MN[;? U{mdFgA?/j;I]yeȗ#_|%򝐯Buޫ}S c3_nWich|UuǣSvqPU%2u{{ yoxJ^U+01W_XIJ(_U+U?)l k  A]@; Z ڵƭJ/̫uD 'h&ofoq{&GV(u:9=>jM4˻3Uwρ?{)^{[j=.mw#U>F+]4_5WvG+N8tJ_sΪ_WgrɞTߝ_e6+S䙯Lg22zywbrYNm̿Sڜ?SkOM,"d>w^ WCd;|"8wCE&B8pzƹG=g)8Gi{ѷ_kom>+iz"s'>wfE) ~gH, c5q-\տ{]%|?B_97(߽D[!+XߺXߺkXߺ봾k}M󥖾uXhx 14jxtHv>O?Ju-:(wH1/)_9~%.wm̸0f}BEax铠9Ls]ƭDx[Ϡ:sr}UkY޵M0 1(cZ9Kq'?Rh寠5W+o"} a?# h߱H Z+rr3'W|#Eۻ\_|Sf|3+_0_ q^z!-koکQk$t?g?kt=D؟qKTMg\Az\zh~(Dq8Ɵy~8\ѷNkuoiǜkwU?vQk4G\pu noEs؏|L{'@:z#9 L-r} bޛ[i_v/zS{ݰE{RO<مsJH!]2Ft(agMin~J{ݹRzuȩY5u {UlP(Üڏn=ܦH7:J?V_S 95|<'}Lntي~Hw@:lݣt>깝dXf4њw6|4l+l>6o`b*=n浚[+DO䨏>$'#XǁW ώ޸3?9њm Q+gLNꙠ{Q؇y-|BpR/mn)f8k1B7pFh$8%6juZ(͠D~J鲰ҫpCS-EyL+%3IbMETyGu 3hRҦ@[ueU 3V USmsMKEwM:@gQp.1 n]\t0=g._ ،͌Ek5g8GfӦyz^6BeA%T*r/C@C',Z):0^xO=H[^ wU~uZ}FS ":w_~}x+XauߊvS hS s44Ά+Y!U[ӳ 'Ҕ6"$U/UI= JVߢdJLIV-JJp1I鮤4 ZQg&_Q< 3ӾQG$TuJӗ-:Eq a^:9cv]|88aqc秷$OruO6H[-^=`_ yRXžfS[S}n(熊xS|W/7#H% UگeZ@Kuh#Zd["l[bUFm:|[PTR={n%rv]R/TJZ1] [e贒'=j籛߬GH7!h3~AX8-* 3 ACmu7 ߼#G1曳N9&)V_qnKMSyN~j i\僙حεi5SVhAQ3K0c8"fʉ|a;"F2I6uhj螔PxwYpV|>2a1n*6g be"x6}KOWgnC]d|άmڒoʨ)BZMmeZMg_?PrN#G`kg(evzg;s{oS 7=l:WpydeQ+n[)|5^+SE*?:M1NOmki~dkzX&y:=8uĝ)8:(f 8{]~izagg[qAލv3J`)II؇pT^6$K]?1W5~s>s@/~ \mV :CEQ52]=Ldz؅V?6;.1v5kz߳jAMTGW#vkB&,՟5=鬐%m;+O7U>a {|@{# {|Xd둏#$~+=t]QQ.X^LtvHODʧW>#Ya] {+kGlx߉߷23?Gb}!bT? {/}Q{KK_^ڹ^WƑ̈́̈́ٞUi3d1BIA#Ya7UijC;g7ma{wʿkZl|W;{"[|NomQݦ`wͿtJʇv)^GlM?nsN`'Y&WJ#,6//gHYE>py0ĮQװo2u] a_ 6}m*tЮ?Eio2WZߦG];2"}~o)ড62gSa/~pl io oa$~_V:rRQbI[[[-vH-E_-vp R.,E95&V&%YU><8:<8,uxy;+N6,?t/5a- %>tlS3l:,j D`vS`YjYlbxKm6Ѧ-i-/Qk鯍f#=bk,ZRQllINܒ0JnB2=Ki -,"&f9"lZS<"/.>o!!Â%r kaEQ8׋ Xj.8(;1."F& 1o 6qX予Y|9kpASgil7MZmפZ;8f|6) ^^*3pc< /C_vS+)@uW [$, 1H~_mOaqY T5̝v,RR5:+ ?fewgq.6:A1 Wu)MCj[bERAEq]UYBc-:!Nf׶ilOERA=%bTt+>QkOKy1junzSBx*@spyd̹Y47^X`TcQB߉Vg{np ]jƘ@qѪ?K4f a ;_5JP(&,6ݠvj.e'gהq]U?)XX$[|:G* U,i"S[fצ ;--Mi 2iLK(f^2K_ug%d)m=T2>fc$5]nlK;4g%"Ehh 61}R&lT Mrώn g fMiƣaX<@E e[329ftҁHx\1%- GX3:"Sorʣ) S`CP~"KEpB# vk]XP땶$< OZK`~\o)w,&SXL]K(<bh;KHw1,RRD`)/RpB- QܶK[mG:xۅ/Ӧ%(RZNvMˈ'u9x#,S+P?nHwAXԩWa[z_q~ʴ;Ym7IdʼnlpPfB9y$ErX\+y9t/gqm\$,M-Rn6{)# YhLcPB(E,4Rd\YHP\bG\rd^]vȴ-B,f"?GEhuѹ%⒅dwwu|B̍C8NPaaB+U%=gH3ru}uF-Z9 3DNU43a^AM^}9ev:vH$-aڂT|ԱY,GK:NxbZRɳZQ,\X$=$rNg1)K۫7rff?9;^jqoskR=]_'<~H6w ~b;)de qYȸPQ\Rq i#@]J)ߨĽIAEˌ2Z𳞆7*._=ʻ$gro*,cF-~x_ .ˢSFf蔪\D`W qy%̼e!*gE|N1mH;.sico-DLYMnC=Y8{W ڂ1tz5,f挫Ty2u_ ]odg6̡]7!ĥZ67 |~E֫j92E2 .-֪|`ilƧǑ|2"<|Sga.#Fq)@C,$S'DL+$vdUFm) ?T.LTX(Je'yLZIZ 1l2v=| E>㏛iv 7 N_'Ql6~@_CD$Jfb+#ærwB`&}ؕ#,{$[%oPM6s1n̶4Bx{mcBPE7!"o>'FbWrmQUvwq%.rB# yk"7!:km E5. teq# s ! ][HBUnnY|\I zLH(OLz5JjLUYxf`m9?C`i Y`S&ʰ؁ b3D.te>O0%ώ;CyQw)?BWo֮W[s^ab҆EiLHڢ6ʿ;Y1q t]1F O(?"HpQGYlZʅ(F`X=&!~:SY4۬Rܧ`).:L%FϢ`)q}XS_*=̷ѣff)~,. &Dõځ]aQp#7W`)7Ɏ,mcC=TgvC+9H?ch5eP,mD>F$S,Zl_v?gQ`#~ܠW\aa_;JV*Jhm(o^(i*J]nb:Sɉ0ʑqmK^V|/7< (^% q߲1Pcyy^B تpyܾC]} &Y"n,qAܖ/K3bcY~%a4Zvs%?+9'2%JR!{̏{9J #y/‡MrgA΃Fk656O0&&,:p TYȋ7c|a^kE{Cڽqn'6 |_= ~HDg}#7ҷ-)4#vǢǎes6ֳ{Y) C*i,pBto.2{n=8cƱ{ z& wd!y},.p&Αln]gKrSAvmHE3ҬߍLxw,deXbYV amgfK1g!X#NBUQ/W(ﮔ3 D,0fb@~Pqga6#mlFڈ,m8)8DSR:xKtT:{gTi1ttF}FVw',gVfߋP~Wm yt.Hw3ٲ7K7)DݑGR~?t}|xK!Z‡UW)D7.'~L= 9k,aஓ"H]1,˞Y ӑt6zwmRJ&rA`ѳ?𙘅ʷ mFڄ`,o߈އ0yzs>{e Gz#%a|˼|$#ea0&2 H"="' =1q,\zD*HOBz" MUN۹ !eq+z*St4,#zNG6H%]?9HFz!ҋ^9JL '`6>TK^ltzFZH@z5R &2][`=>uUH/Cz=R &ױZ\b,JFA*HoAz;; k;ŷ! HYf"G WUl3>#} ekBzǑE? ۯvQO#}3Hv_*>ypb["GĶx!l.Ŷ*H_B* mQzPDRv4^g}#]#E6>*N%6[avNH*_{H74Fj$ E.ҷ~[fl gF[6>rwC xtD)Ͻ:.ݖ>KMY);~mЯAIgH #D7K)=4PyFʳ};&z''C?ӛi~ubPJ9>^ZxMj^$l5eaVQ2(s<qY$oQ ys R`SB_qSmPR?s:!-G)D8S.b]͖OY<9{ e 'zJw&&'GC1,[YV@Ǡar_KE<^HG~f'ʯYWE>MLΪf}G"] -Mua#] +^ü\N26hVE6#+g ҦMH鐃OHJ'rmtB+kC|C/? ŧ=ΦH73Yl(-oےo \(%']6F%ҭ Rt PbAn]?4F1o4L"Oo|S[DfB7_Q_/UR:414^QwКA-ҹjh$'}G XVv wLw_1~0J`'cmm=Fz vqά뱨걨ؕcl'S=Nhm=vc=\ک'{z)T!0c ̙tR|];GDթDo|SLOr|ct *if`}Q( peh:j;-D1xZ5;?>Q,|Fkp'zi,y5 UZqWԚFM{A˯OKot". 'wyy=˟My|+&ęں˟Cy|LoPʀr rW5t]ytO4<ڕ^bf QC# ڹZ;;ڥ+4"ihM=RTz퓡kUm5hkDP.9i>,t˶_-b:^W.Gzy:B'{Qi":} K\ &߅ r[aKt4" B0^ӉVgx^qsҷ3gMg˥z].} kUW[9ːW>Oqm%_^ {wZL~fm(/˨>g* uhsVja5HzfnH}N!}T,ǙdzBWG8Og}~ ?oŲOg:ʟBEut֮^u6'h5^)׿/{_;6Ŭ_ZzO"eq[}rV_"xnqh"◵"%>jM&R8r^GWkn"}_kuįkǗt_uI*t{TKOEQw//pLP8:"u ҺTjf~k<>,6bz6?JD)X+h# cCoEG#4 [D_EM 7m7Rܧlqت R<1Ȟ3(/$2}7\$ID +Z9lg/piRV?, 5S؍+u].ly,s/T_710K(~bf e?LJ\zWPԆWnwQW)twK wZFWw&)͹4:fG_1~!q{Ğv/ff_1Mis)9*ƒjѝv:őծvVan[{@jv9Wg .4ZLatFk_?$hCir C] )8w\^u{o'}qExF pâ.lk/ʼnSۦǶ"<ӜpwʼnOڴsCw6Dkc0QHsY;yNǼt7ChXf=}pp~z?tO~}RW5kf'wO0Lf; w_a'm:٫@^O8UNE:MT0 Kw.A.7'},i)pqt;>_E0)Hgw߷UT :tӫ8O=~=S,۳e:GWGN= }.fEx0~ĽD,t^k(C*WlūEf]]# _WtE\#mSjZQ:HobUaYuoX|∫XqhEmu0,7.~ŏ%#G|"G{]Fwq<ֺ{@t8"/p4ՂQ~8/#q8'kwF$ҧ>٬IX+/Z $g u+~;>M%WqyfDh*}`eR8zǥˬ~8VzP_c?}Uk̾p?`e>?+澅g0wD3ou>*Wl JHCn}s?J%}7,rw {\I'DoG;L {\I/)8W|#mFn}3Ivfg^~(easm9l)~`Kn[sV7m⌱w}2Ǘw]858NVZV@km%JyzkEUO~-ybL7z& ,8'4F[CAĉ?!PÛ9 zOdLtqG'lQ^KjnB P{G_кuDZBs}!4*35L||(,T ]WN}RgskZKs搖T^IR26ztsDž^,#srXȜ2T+FouTXJ5og5;5x ˹,fWxM"o@HqB?R{ t9x܊"s(~Kil@Ey}DC4) id?A}[w= i@to,#]H>o^@4Y+4Ey}UC&4M idA}] YUC:-ݯiYj8X'Ph| |! ?dsρ/4| \|ҁDO_!Z { 4'6Xmou ?Oh\ @F H#ϧ!H8倜:@49U|txT :]n|th =vk=Gt0D+>ZQJ~e`x @>Q~5Tzj:V'};zp֐ t!'z0xHy]`x=ݿVbkΆmq_&6(Odyߦ[h ~:@*=~~ '!l/]ߦ#rw0 <ѓMwMh ~5@*=~~Hœa?I8{J .4L(O{{{n_ ď҃'?p`T<' 1̓3Eb*Pܼ剞l: 36@(? Jl1@*DOd,4kh 0/Nr#=Q^o5? DNppJT_pZN }q_35Pg@(pATzyjX%eR"z+pyyusk==? onJQ i3@*YDO_pw kx<ѓCRa 5'EtV@}} _Ƴ(OxO~oE} (kk/hxx xxxSThIf#[&@y%;mQLoZ; ^T_x_>|Sk ~K7}w|ti. D K GѬa%` }5_V0(C4 Mp ăӰAlmгa[e@`$<  辦hUX %`O 0Q^ WC_arʁ|_0Ԍ _+L`U`_+fkh6n`h@G0=TӥGj04,p_k:8N!f2b'N !4H34UW?/@Q^AS vKA4, }hnV I Ds^{4ܫ> '! '1 ') Yƭ5< 9qo^^hL#@cҋKˀk5 7w,򡆏$'WO5gA@%@5/o𝆶jc^%>נ~~ u`$ ~}KR/:kr%#:%+PS LXQJZ}Ou6@{` kZZuk(u5la`C`#Sbs/Bn4maVv)#@Fy}Na]4v2~ Ϲ?x] |Ty-Naqqc6Z5+zw0;Wnh4M鑴iz'MҴi6s96no77;3ofDHok7o{rV)c?٘uW߰i%K6hnaoXuhu2%bq\Ըx¥2'슾ho7A-?[e,LeT̲X٠KY)NesX&9hj@(GWʓ&bbPgXV`8ZD: hcEZt󐞏t< H/@:$"[8E_|be2Mu,їz/ӑrDڀtH tM#[ 6""MH#]t)eH.Gڂt.+O*\t Vk#mCFH/GzM<hUl7դ \azL߀u!u uaM`C^enف9;Q$fA<{(EvLчmC];FtkttBbJ [n^L'іR0)GԝF)11KhqH(ҏ}hKo a\-l-݇HÆ8QMtA}8U!?#u2oUqԹgqh/!<]8qa\P` u>@ wP)G6SG4a}Pd?N<GIޓ>< lx=Klo¼w<m`\ `[]sHx$oq{wAy~e,{M-h=X$Ú5Qѭ"_G}CVu>&?.e~D8DY?żIޟ)JH !i!B3BtTH-FH;!Bg? c,?IbE,IHIH!e!J@,}UHMHw!uI,dy8̹?4=d-Rh?+-"u=[~-)ݖmn-Rf` T*!ĥ+[^#u^Ǽ:.ƪcޏPCǶG"ϘCwƑ7 S]X蛓`N:Xދ~_ܝ7l1}\G$e:zw)tTcNk:`oBh,訊 cz益{[<'EHa鳑 {`nϞ4bt,}>ub9}36}оy\yx8Uxmn^޾CU%XL/2.̱ 85eB5;fNGL:Uϳ-_G2~ :d~!4VN_FxqDt\e:?^7Cg|~3N`|4_:y<g-Θ=U rwo2*[%r0ޝ`=TŹW߂KD\OIbkt8k~q;HKt#D>t8]yap9r@ΝX# [ U6G h"@r`tF3w<$ !r'~>ek3#a`{ >ʰ ,1%'h$iRjPQI\/{i"k2jQQBQŬD,2n*>1FJFD_gjVR "9W=sQ,]](%@QW Em1PtؒX E/%"ؒXKT(ӲXX$v*QB,E5̼+gRt.9F E!0H/ `&+HQ,o? \&ڗMG3B~OLR/bq( t%,m-~zooԢnNuzEhzk‹k]VGO˲ ,OeYѢ%gYzӳ?=ӳßi1Y%++fRH!B1LqLdrvgeY<_y`XӕeXNRW``d\*J8}DKFtDc{3Ne\-d'JUDjL{2S5IW<}̕t/l,r|Cy^ mK&(z|P&IDl.+gYRlL&x/ |ANM2Y2ʓj¶Bjk`D{INAo`h؞x}fI>*Lө@w@&-.,%k}(#gvʎ3x]d;R;S\Tb4BS5zut]O~4xrѾ$(&& lvf0{(GoG&LF1S~Fxl}qz9/JSKOCk_vf0_~dn07[\?kS:iz{9Gt{ν.q9&;8o;53-?^_6[S6CS6_S֠)kԔ]Ouc\X$r`+=]08\)cIMYl ϗxL|. c(0"X}x&w+.ave!7nW_sypl6UTD#S70;7F}Vs·8hc_fs?1yK3h?% ]c7Y״a gkƁg ;AKWҁ3xG^yvĻ1p,c_rrkm1>bK2Fe{qO(n U:r|BCMW_LD)9*VX:7{ aV)gVOv0{kłBHD|OՃ+_f:Bw6*1VV(fWFLF}n eAjٳo!g muV3E((j̣%t*xҿ0XIG3D.V{U:ѹ  WLCv|ؚ<\o ί5I^7dҘ^:> e{>K nHNoc`4r|{a]Źz߶21~tz-uF`oGAxPs^@wHxY>ȿkɻ ̜?(mm}2>_][[_s>p0|D|?8>*v>7|_YGGʳcQ^hD7N)%Rx]G֝FL{_s=~33ԪVCv.{ J Kє^BKWzq˨2~gZH^I֓8(6Q8*WɼWuƣpR ʐ1|=֣E&+hTJUiYZh;`;/]y\%vqkI˸=h7]NfEU2)1^ɪx=/fߔp=v[=Tz:xMUK89ZW$wߠ9|>q1.ҔY>kYq[,//] Q䗰w;Xbl^S;Xb!hw&gc,?M鋑Nui>'upOy ϟt&Yͻkw~_:9d5:ru~g*~dqu4rsΣ:xw(kRcR ?b|ыMXn7^x,XxwF-{#AKn&nQ[ e]^eCk.Z 8e41ZB"vhKb-F] #j9I2!܄n~WM/fL5L8+7ӥr7VxxyXkm(p=Q?(|j5߭f"*>͢4+1]jL`Vs^cX74_-5񹶴 )>Z9`hP|fGs}@|n(->BV'|`9b}CӢmgNHv ;壢ho,3:x>K|Po⇓ W@6͖> źvy?!Vطiym_&=t >^ j ۽UU-u\ ޭrib oc7n[gtc);(>~_Sʘ7o졏u?zW ?~^osqWAP_|SYZO庅i7;'ۭ;XxwsSw^{CSNa~P%|4۵MxmAʟtlcnkv(}0`9 ns!xYuJظEfk,AިJvգo e Z7`Uuu{ ab, jK\w iU]P[r AUԖ EUԖC آ}\~O@u3ILeQP[VDTqCb*KsP뾟գT>E0eGx A@qP=O)}x\_P9y3qP_BpT) ^ %W+ >seCb*2Co3Y4 /qUSYԖoSY%ؖW ab, jk0Tf Oy@#ď?A3/?C}{$%_"ڼC/tDT{0Q)(1tE<c &"LBLAL` _<=! |KM&ivNb4L/C؋ $tT?VI]o.}0q{}IvDzA4o?}9y z8<q4%X!ƟOwqM;kV&Et6bG.XA@l#h;A4˚   M|!m<txwnO)4妳92x"d- 3)ޒ-Os5Yxb```f`adb`f2=#Lt -,X? H$d&¸zF&@L@.#THFdII,I"άfĢ`)^ b +.a``e@2387$#?@IkrN~i TfM ő@h Vg{楤|7$*x]T׏D#(XQw ݞ{xw ch4kXb&1hF%1&F%j4fwo{{,cf~kS+s4 !DU5}Xt!33L~l!dgDh.SIfڔJL:v:?D>!,o"oHS̩%O,֥rtE:vy6ўsJj2d^-X`(|':d6kO6]N3Uy 3@nO%`)28T ^t`D}{6e\s"1T.o峩vBe60Wwǘ:MW@tw2Cj]hY9ɺnm(cm:*΅pdm˓?pRm|8tLѺv (fmňXm6)r%i&i 7܁-L{#lVW?[ 2S}[rӱ5w9m͘{iKL3QD69>'Ja3Gd2 klᡚG 3L֝k}uǚ^Z<\'n_0T7ws:[#L.qL./ V]W!1D _NK[b*R^ILD%UWuc[R :Q @BlSAb8!e c$dl +MwĞ1:u& "Ct- 魉(trީgEӡC?ϔxq6X9 uX-;J3q)7Gbā(Wq| rvdrA|t-âkeOXh(2 *YO UveuwձMB]^qX, s.M??%rXW1B!+ߩ&K%rU~\Ay\͸I/#~[M;v2·~/E_;Z }ŸnQL5C(j9uhUC:]ho6+Iۨ;!ϓ$' ),;?Mt?cBeٕ9yVԿ@}q:u`"踄uyy .G7dw! ȿ vo:A%yۨw- _k97k-ydJby+~p:Li}.>t-yLy^;z*$t<^5tUVcEWA'DzI~ >z? }ρW_I̟C<~'jVsIV(R._`]J]gE-zӠ/fށoE-zR>1)?GG?fY_K޿$߳\i%^>E$K(736~AlT9KN~[IWq;J; vWP;kAЯoB3DJnWّk8Wmsqv\WM"庞N8;QGP5BH|\Y8;<qIr 5\u;ZDPrHH*⼖ŹyU^ {gc֬D}Tcw Kù|;o~#s#7JMu3'=VO{:9W9y]y&Bx[=-jr`⿟zD#cҥY6ExF ڛqȽ#Ӡ)ПCӤ2&mLOޘܻ֨5nu?PƐ^luLok{CW&Þ  om"ݼ=/#>/8b.mQ<}doѵo—_"g]T-ZEm;HIH+*җE>x>@?I^I>!g_}JxO%Jƻ>UXGX uTݲ.ة֛j}l#·v,P9Ū!X-h+3VXk%y,(J?&:*&S/c<}}!XL9gԾdkSLU1iW߄+ -ӏ/"!u]D?XYndeGc$5FcgMا ? {x-Ǒ:BV^X7SdqmQωk/ɰ&M }y[賊c[*]JL"wMsYL9Q\ePhbl3em<Th,̦֚I / ccs%yo-d[; q;@A_b[2[;"̹n_D6/|G>iƭTVHl[fZmyY@`tnJ6//$/eR~dz v 3132&z 78 2v>N(&U@ux3EYm҂"&dQQS;(Axmq"Kjf15X~[RrܷV}ߪ^_z]DžՓ׉+(=/T{a6Q@e|X,d|^>T U>,5y)nr`3QT><q[lS.Lq$̓"1 0Jz +˓9"IhL}d˲Vzcvƍڮw [THd% =RvQDaF$qGm+쵒uy~޲܄?J(bZH(ev {vLzg3m-g]AJ彥Tq5p'1`{ȁ˦;Cn(nWϜsvS7$my=ɖ:I&l0O!\?A廚<{Qae~Sԑ@g"5w.Ϲ7hq EKOhb?ia@IK]X#u {#T.j[7gPPSX;KlB-ʣ`/?vs=r|/> C{sZ{AvȧY_VuKZ"cO3lkṠT #e\g< :{0$fE佘B3SD?zjT[W$V%829,]+8L2|[v_@ 0gKn%:jKm撗m*?R.A.wzUA/x 0mUy|׹SҺ {/{_h *_[^첶eVַ.iե x7ހ{^j *y OX\7EPͦ= Qc9 KT"c߉-QW_>3kB|_~IwK^]ΒVaNXY~mwRX>/wӆP;< r#O+>F6?ՆAKTC:ړ!:'H\#!zTM><&-|\XgG><)0OXXgQTOvy!7㭉Ne&~)ދmiPtw:ޞ[8ȢQw l14rm3}Z^9 kM[wYw|ni:OHT >~)*6~e69SU5gLP&$bjU850c2Q&Q=ؿ)F}tKvomgU_yv7_ )ϫ'&0i+6gmI{kKul?9J+Qj˥ZϗAo 3QhDCNkoVs g~aτe6ҳQN.O (%i˳fm@+ ա?#z N-pe |wDK~^g;1uK77h}R}D߹{`;Xq"t<"2z,@{,s)ok>XD6i*h;ΉB"wq/;U=K(LG,cS=(&?#{_O _='[i4vj[O6{esτZݞʹef˿ ?KuH;:_`=>s(eAwPISL;]_jMZcRmc:ZIfd֢Z%z#@cX3ηfZL7 𺐮௨sbNvQh8%vM;M hPD} {r "['IA;+ ;63qLSCL!!vzDžvf nHd젰掬z :R* {6؁e􃚬0S;3y젲]LcRl'[Wn5;ɸ!n$}cXAF @;~Co6+u";+ŕEvWW";3LwF9;5q0eG.y#CQau"`k3ok&T] w80vyt-F)]>=ð3J: ;'?t9y%v$pvM ;/d[`Ov6isRӜNlV̬>r1C?DIn0`\ u)|YkD_P7s=̩?B[֒A,mr)9xFl%N.׾WG|.,D쫢q魇a3 ~N$v6wӅFb;Wn-4F_O(?4V0d't_>AG(e흣7Wz|EiJ+J, ☝bQVo@q-97 a<- 0СC@jA7ww#u?e"u@:6ؤ~etv,=c@@ǂ=6w{-6R<6Ե[0t3νuΟ:WOv}tzkЭ@"x*֏ʍ'%o t@gT,֟Qa;֭bonYuv_uQ|{9sAw:߭wUf vU7 1_Dލ${ʞv^ R:wt^ –A=Atwk}A@o)h@vKH\ZU,jTc NjlIh7=B{(iCo59\K z9ָb@P ֒:htXȯwiMG@`أnj]j,AѤ=$MX&Hly,;TeWpmA͠ǸcuyMeEk@QrQ6^KB+`O#>u QϽ)#Ӝ즿ñ&{lLVl{nvRF31/NH}|FύM;5$^u^I<#/&u=67 /޻͸YtྲzVD;܋rpX6k67+/G 4,=Gϋ÷N1CQVciU"ݑ$N /f~aen<e?z$aLҥ<\㌢z"Q*C_OI ׁmoN#"u#v6^ύ7kt͠z@ݭ]л@w-# FlS6^Ͻ?pO> à?}i>$@qx&Nz?O3tĮFa~5 ѽ~i7]:g Ooܸ!j9Wn?3z^Sςy\cxat@-Vyʾ߂׮~vf2}SiUWy߃[>EM_ӯҁv5u*[j-`";n 31vFE@^b<fyrO{KD>~%6=yCUWbOW4v-ki+%7:T)f'^MkiԆ Qf׆Lwȃ;/A] zg[aPu1_UJv[mώ 3nh=+'ȟ=7vܾʐ?TfoSOʐ:U37N?ͿBʝKOWn‰zoG%/hۭ֣euPp s#\:P!u|븅ؗAfyaUz`Ct-K?_ז'<ƍvabmIYPYO#Ƅ++W#}E٩G7PJvH?ROjdea-Etעu9)/;h\L7 dJ.nܪӃAsEUOoMbM#5!GB,6EYra3(U)hHO zz +$d#NN9]xبC Wg0d۵QښoxzHon!6-X v xeh7_o+G+Nrיw~?0?ƺ鮍]ԏ[bg]ߖڐ[vu&ܪDurfG 寠i30}@5G|gWZ䴔#&ͧ(>[t١ʿU݆ЫMg h\<;N*Ʃ̈́q04(85IV]0m]jtbeڽG;M,L'oJ/§T! pǽ@}NΛ1=xOvvPHo]}I:AY+x|;ۀo$ s BbŰ=&vRm ]7V9* p*ayyRAS7UFb#Q|LNME _fY} 9>(_vcc)eQ0VʳA.AD;!G-z,󵣂Jv4T`[۠d<ŧ! P\@! =t_U<7g ]#|?x?>u^-<w*vvg|$; [Jd'!NTt/!vCh==r b=Gp Saӫ 㹨^Z7϶ѽހF1``D %p`M`_iSjw2I0 0ՙEW0@˛C˴yOSt2-B ] 0a7@ݝ`7== `_`1~8XpK aR# L19@' ty rc-H@ H[y2Y5 :CA2HyDSS tNe8 8@?|lVRˀu hk˄y p#2=[n'wIpw~@pCtc E'g4?z]%xb!H_<t "Woqi8ZЏ@cigS<8<:F4/ VT!CafC0 u(| k g A qF1:o[hy,]`bIz̦Q8uNB=b*`K`+xh 3l`{Q{]߁`N0`>؉`g`!ۉaw`^:k~B3)@ $8X%\ࠈ8hp ;Ǽ@ǼHfe!H4ΪMVv GN:waɾXN-̟|NFp'8Հ $uNf,=L%t^$.P,0:թ\p\\\"&W1\Cmp p-Yہ;p'pw<@uw0< @|ACr>'U_|1 T&:1A_VCЗ _| 2 PyyX/?6#~lNՏˏ]؏1QM0>7)l 귖6$xYRGmI#"@ ƈUB vlL쬶+yɋ\ciS%IyC'T9/TY֜h*:zsF<BBD I(L~;h!obD#QVV,UUyJi7ǁcV[:m?[om"KYmEA`٨덦q9khQ mެbqŬ=<֨.+GFSi|bX.kpV9Z+&`bQHut (V;')شyJqE"E1R'/SASBozhݖ@1Oq 9' "d( bb⁠Gpk\y!ȳhyȳ&b߆_ˈo!$u 6Y~۰y6>ރ}_=䙭$(|܃CCs_KBkB ;?E5f?":뉭BM8 `٪֒ ޞ$THR6>J,!'H۩5D[;Ǔʯ^_n<|dD!X AY*^^ ˴t3q8W̒dIͰ<0KzˬYЪ5rqU$'AQX,A#IvXoWͼB3trhvtɎWFL}T`l6QMf'ʏ_$;J$8AAQ/IηL,9:'៮1٠S3!9)q>u\c<{%DC. Bn%4ю_SMM!qt.yt.8wd~$/ΓxB d2#@, /F|ȹ&c)oڅ?M5qɁWg\%݇3g#_?~-}G|ٔަOZV(ηug9%(ϐr`tW|6cLrq-]Bh乽U⮣9Y{|pm]GG[$[c_Z(} ]]2r^×d?~"˰yރ-I4y)0@B0. t*`I@ +P[>qI 'O| Jxt59"xYNGk06m`IHm4i4Z)ڀ zMQERߦi_"QTBf\t/Ù9?9Σ(c,Č@O{](mr2cF' 6jU6R\/__۸ȵ\ ;il-o^E۽iS|"4IVa6rs(j=Z^ C;lWh!t*Jv:m8OqE/rs<Ę["iĚR.f8",b(1]<"}GI7c c,|t0/"ߐ x*8]r5~֑c(In9EpBo |]ߏJkhlo*cO~>gh?G{~򐿀|=_>+݇mf+b1F %^cMqjZt+A@\{QCVe2Eqs?>n" :T,*s4w?pH:;UZ順OiX;/IWzT.zJrɩOF% 7/]xz^UlZR (?ĝajep{ Egc5 9 Cj [ms*Y opjE.d]V# fOGM¡]b}-."n)t E" )ib_wQR,.-g7+oAF !#MbΝ(?oĪkֽVyp Iv =n͝9cg9i3y !-bϠ͢͠CC;o0IOTwvƝPȌ v٣Etd}ͼ]Ezi; eny$%Wq,rU=IO^M?Py8:yy~}ď?ź/ȋy}O0$AuYjAEJ;';葧z.Q{ k!z` A |>&fR#z` H @ Njdng du@#qK r \ ? ɷN%9xXKs6DA,qn%m4*IK/$ 2'4ɐԾg{E.@.4Kv<=o .],=BFFh-~Wo_=}~r9!ƥ5N w3ll uñϱ1cq9 p; ]Skp wpSwp;`]& }G9C$X?B{5y_@-d!#1ANJ'h)Ȟ!ٴ`.aɾۧ$Vl ݱÈ$y-eI߭o._׊F=hc$G醾07።9/s\?~3E![.ihd+f x,s^@̰>_q̛4]8+jEŧtO/ݘFYVoNV^Ķo ?cf4! )v4~xCp۠>a4軅nBX-s =ٿϞ8A+:>Bg=jTLRÉkEbĉQ}H,IuSE;;1o:jd5,y3Qa(}YGC'V$|;YZ<\CT]7]S__GtֳuAA2є0.s_g钃[zL#kLwJcKؒC;J.=l& r 8D\W5Roqyv99T XX)^Cf-oJRQ|3%Z!S/vCϱk8Ӓ"?/Y&[x y*dPC/ Hbeנ@]t%K ;/.=;b/Žs;Q~t:d^h5+Z]StN tФ:VF,+PPP֠mn߀: ;ryW>dwFt_ޝ!>3gU4 zWe2rb?G>oW->&p+?]uu+)phz82 6f䳹IfԎzw ;W~ծ&EkxH'J=+ٲIK)IȕkN$Y8Ɠ0ܚ-ZBPEjܶ?o:pq.k8z&B -5lK0DAؕ`G!m n#X}};fxxRN@ u.M[ԡ[ K7 E4eH?Âġ(IO>wm +^]ngdtry1PZh-ߍco!Kw윎Gsd3t }h?*q# \C8=zd}D&}+8A@oLvI-zM*5y_JT;\W"^&?ʕRZZRKkʹhxf0@T/e\_6<Ƙ Ug[&a$򖁚2F BD;?Pe,f'"ˊT#bG`h~9>a{%9:ѯc@Gqĺڀ:jlBڍ(6_86)+6!?$4/4σ68^Bak#0O=HQ7x-e<Lxe%FǔiwLˍvݛ_rq|$`q-pѺrܯqv>׈U}|YUL^^aP!o:ļyfpr0{\GSнL/?:L^[I|#sm4JF? 'JoN5*Ubi-Kn{YG]No;5;ۻw^SN&l'pmp}։YZH:sy|6~|?gޡ_-> WL2qI+X. ƭ:&+Ɂ"61ѻT =ə ˓9x1YKlFFwQ[^]7Nrɭc;c{aqB'N}$[OɶaZٮsFnUo$)D}@7Y9fy\sϛ sI}3.9<9m_YDA@k6o9䓃VWmoXy>,@L']Aд'V䙄ƹ/}^, wh+>#}Tp.ݍ/`mC0K=5g']];8i;N{讃JҲ'@ިT6Xt,Xբk+vZ\ԇr˽r-˼r˕ Q@33d[ Z5 G/5_q*ʧC KRN芁փT^~/xz? 6O<6E*?X`S@^ d;HւWAv 8q n] /&Bѿd mW@^9qމĆ&/h"Iي2VY.Hd"h--C tcb/jbm|j`bAYl l@= .+99BnD#i,uX1qswm=!;>}v'@Ny i+S흘;MQ9 r˗WP˨#  5nCj5w&߽XFi .r|0G׏SyY Xp`y```vN pOG8c!?]?_ Q"WE< `)uIac1C5S)ΐ/QZ!_5kYG04N_c&=q)) :^c}hza{MIj;Ԟ 8l>4* 341m?E^[Q:v5B.nb1w8ڂ y)GJUlF FLi/,ו$U9Nt"]Ƶ:,M)N;gaWU`($qzc) -OQm)zM9RR嶽)bFO*0UXGRЦmoGrEe& %@!`HNXPJ̢w=k9KZJapʪG(#+qnKjX~]:Qp\S'|#/7:QuX1]8|j QLq}]b6̜E_ #}A&THaOD#uqleٹ? ^a]S;O q?^ЧuZ/ا#oz;)N "?^ºHYf @(I*@+ 4\pnO) p3Ijf9@>KU $-䕝7~xZ[S[B܌s3q1 KB8qԑB$qҺi/}hAA:ЙLgi^ән9⬳9|,׾#=BE(P#ahuoკU!BA_a}jDHD%dR:d|zrb䮑$ӻ-~hxKAr|'i Bz'DDHDĺ2*qJİD̴Ky=ze_,xsM?Sz%aO|Fbfз|R0 ӎ2ߔ&qu1R3lwAj 6ɧE``cKC%/ Cyz 1&gCnu ő@iR߆95yA߄Ti|V_k=zF8Q ||\-B? KS+?3ː^UGUo@m2}_Ȼҽ&p)-0!̧ {['b|GXN.x<"7@\*jMr!!#Ě>C,ʮG=Iȧ@wgGXujJ1 4j`gY[}y]?5&l kR0Nra%S?OWI \w}e75}{/suR[ǁ :oKD;¹:O+aտCL>/,Cc#uNY~վjiw!5eTkklS_@.Y֏^;&y]D9O.zOo0oӘdpCI k_C{ nw?,+ռW smpwz )F|PKEMzT[Ya/Kecgn8-NgStҩ\f'Ft>J)ܢ -J,ǤsSUYE4-M{xągaLjEy.cyf7^kZy@W J7 \"gcS؍9/dv2YtˮM5Sҹ!-aboߘ 1.;/_1MJB1N7z v Gim"i<'ON灮Gmk'/Z{YW uz Q >\R0-&25UQцjz-wqџ> _p⇁5a. ֺY1q|6hm;{;;2,=*^o8>;cOOb~i>tWBd=,ܿ¿?ʧUqڇxCN^W-aC@#{u[X)7& p5YgFQ6x4hFVEK6E w9\v(H;žaEu }v '3bQ89LEP]\Wk_MX . lOL}1 `=%nPo,ݡ^u:& bgs"$ 4횻kfo U]L⃥*g6 ƹm`f鰸"a7xzN~G[pfnc<]T8s$@K. o]™xT`b6vkLB_B#4I|Y+,>LAoRDei_ci&0@"+ȚKbw`QBIk!Ur(48q&VY80GGf 7F*pĎ;FzLя=S= \4da*8$C8׆^B@8W G=A|^D} @}"Qx`fGPU)L:hGF pTBF?:EɌ ;b ĵ(,MPH 4|vsevkn@=T/l^J9h(Dx~}9EN~nF(u_*t N+ŕb@lEUntFYyc>jg{>qL[YON' d8Mqgdj"=hr+Po9 GXZ\9]:},2v0$zq*l^bǥ8d'kQ}җW6 7n$L?-zf/a2vN'OW}k)'<`7Ϣ4s )Ayg/5O jA#2.,^r  ZB6QsMsiV}X7!zA0NwyaMI:)G1դ̎I: qo?r:幋%M u(1vuPv{ac k`(mZWI#Kx`?gLJOm`Ō),NFe|ೂ0 y0NSشֽ=w8-;] 9p@miO0z/Wjw#JE[ Bz[x\6BTpuEAnĥM"^yfe! ޔEdc5Roo% -N@jv, { !ڇUˮa.,ghl5Y ]&6䈏OC؏9QCzdSܒ.=f :w) ~QMǯxs>EV7htM,u, lFt\=5砿d~(]Ans:xYKzxDB<d1%C۝}$iQ*C=qp( H_P(zj*$\98]:̰ @8{j۳hfIo:y^8Ṓdx.(sm08Zu‘JufnHxv]oc|0ج!}d&uzHlt`x, R}zoɹJ%Vg!տRTZv7?ygś6) w 3 1䶿$n|q B]ebJ"Xa(pA"x1bg 7\;Q&~K5t˯&qcrzFCh-Z1|CeoP^#_beB;Q ʼnnqQc~!+Tԃǂ Sw,_ p $''Gl~AQeJF4L"]И-__F񊩬Du>(1SݦgY' ^g{LIWL"ƮRcԮ ĈlL` iG m+ZՍ-@@~c:7 tGpڠO>ӞrmgY3>1t8 x[>/dT7U|^S{H7Jcmy NVc`l>I?;tĜpgU^'GlI8PbzϬ6sK`t>|d1&$ >˝f,Uk7.~?aPlQHUS/%)jK d^v?w퉵ES4I@rI* 9%x6j#r15bG8{~ Y Is9y^xD捸&ٸ;-.uuDmē`WT@3GY+2D]8h]'WF@s$~ 6Mx6x NK깰9 j~zCgM()c/AȤhYɽH[K6 v_ld2bkbZAI aa۠8JAm5H-'C#  4kz. QythbiOnylR {ԝ`.ͲT)]րo!#݁ :U-2y#*>JTOΞOwsR̕%j `&(D1Qi4Y! hڹaS ςZTW\xY'9%OE/KU7XR)B?}ɫ/B`AXCVASdIYkiM< oiI` ]Aػ5E*۵vߒ4UG nnξ:( t2va㮪q/i%6a\ 3%~H;HYJ<;>'M !)$U˔ڴ:Okֲm ךʉ#R9B2!O܈HzטF+@`fn! )7/Qڑ򻖏L. wݬ" ,QчYR+$ϟ?fX,=% w4xMW\ 7v\,Y]].[B}r,C/ ]#B5*Ko0tiixu;LO\Y?wQO1 LBk>5t8pHnEsVd04`.ICBUÊ̗p#;*c~;2԰EZpf,7AS%cp ( J(XXſR)l~;a9c T"/}sv$?"}&;З[AxEL-rFŽ< "K *ݳMBv)mbj5[FsR4VXdZ>v~ oVdKyy} a 6c]X+_=Z/vCł9ݢCꇚ8Q)FMo-R DO٥{* NFlPVq욪Gkaw2M]5}.T>EWF oKy*^JkzYJU(NGQO+q4C.%_ RcLM3S#?RdQum6'&8yj\x=)6''%(ؖ3_Tl,̿ẒŊhGO ;1kOi@!4NS m?(fZ+$(x`S`„>p~bc xŻ(?q#C_zKVg>?[d\'cw C>p۷PП6m})mZAnhC)ktȢKrG8wJeQF Td4' H 3 n$&W74sU9>V(]u g؛Dplik@";1=[j܃_dtsC1։A?I-DRN-q4rwL<'s&FZKr3LǒDŽhCz9r{`|g+|;6REBBm ڇ<ʷ!eVc,OyeRV^:Hus2WOyɢAF1#D4ذ~!ʼ._T1f,lP%N T\MwϨ84x[ޅG>h{|QA>}Ưd/b sj<[&7AT j[v,R9@u8XZEMLTAY!1N#,\*C1EmE˸>[=&udf[-K; )mQ{^oYQKzO2~OI;mR_ Q-nFT{2"Av%u 27s-b4~V~ͅEבS`5ϞSlPHz@1A{8U^(9 Ss=c,T٨nҁXUsd`n{O=ji}KA݌ԟƮ4&N3#wp[%)嵥YzれOa~.c֨?B0-%6| 3r&yPL+oa]T_I7P 8`ը3k?k(X+53IϵFi/XlA=5JMҬˍvy ^܉o#&c kn5RX;sk'j{% +LLĮ'hn$1t u]T}cP_u)E1vPޠH6q\+ /Ŋ@ě;(%78 5!>7Dž[: 1T|?5I}aLB})&[\_<(1h2x52== g_R~o+r&!)F$;afФo+*$uww\aCiRW,.[ʕljcOcVۜFPZBtkt'E?T-Ù A CdyI&Fn-pA>T [)C̎m(`Z}?\+cQtV4A@PM͒?l} bJG01qHwVsqc"X >mL7ItLhb} J~b`"ӜniV-u0F 79m5ZƏqڻsv{t,"Wk*br(ұA!g4rCeCus g*Ȉ'CJRѕ-:]mpA^ wԀ0(ѦN$ }721k&N<+̓YK@zyx,{{g64޵|!r<3| FܝUs^L'V]yBM)M\-9dnr_Lĕ<$N>%ޱOŤ%KNjj3G"8=0OB15 + B4"(Svq/ʚ+D@,T)0<ͫ`-e k{Jo#BuGTkn8g_{Ԃ%1˷Z+ O)nPVPAg#!ex +Cs]M|]hh7D˸;V=[&9%Rf:m*~:Qf¬DMOԅ(i?Qk[ÄcA܎mz=evjU9 gw=W iN{"- /ɷLu^4dmqHF^`Lϒٸb`eWsqMUKF)Gi |`t)ҁ6r9޹nO"D4v`RwqrXe; 1?"je>)A 7P:X"Ql%Ol&\p7"OZBhEIQ)3|[)Pr37."S Jj 8f-ӕ;\b"sa{.1@7%)}gd X0& .W=2RJT{ﲲ7?~aэ 5o̠%rc55Z#>xV6C,ɉHef*_SXǹmBwR Qu/z+{IX2MȈ]e+=;1Bd.x l3ϼ lB+CfݛRzSFNq"SOiZ̊/J͝ $8\EKBu`%~-(~NG.B K9=0CADSLDѭ- L3xF?Oj8)rf /]br=&FpRgM)EtØ`Dp߳n)XK]\U,]Lw`S缈#;7G 07nN 07FHZU`$o0 }[n?Fg؆vo2ujFR+GFr[I,2~KSb=Z,7$di!{2}qm/?xQ8JUZ"WFFug:0 n`D?bj6S`]lGD:y[MKbT-*/&P&_Y+\Z9$Q˚Aq+Sٲ=s8&!'Hksŵ &.GQ^nyS$}1L|~8?_0#}>:X1vn b߲.}:d ֗7xhyzxY9oDi?w[h]rn/;E>Vl1a%i KϥCYu"{PpOz=f7W|/lȮ;S/U.p<;*j"H+?z Y2j3\QY{xrk5ñh@];%6J;PgǐsXT{` kUܷ"~<ܱ8ZDRV\5v":Y%c4QbkyYH<=@@6=W0o5Qo6a;N|O9g,[.o d$+>J=ߥh"x=3{RȂb[FX?b+Up8U59zeJL)[ABpׇ%D)rF Emm&_"g~ϸ䜼}6PA/}@B"pGBc'7U<; VaJvϜ7lVuXgjۮEG6C$0n)Iۦ=uz ]h=BYFPn":xse] Dc!a,b,Ą0X^\Ju)`y1ܭlT駋@&i0k,,bL&8x^>Vŭ`éZDMD3Qwdx~39(FR eM9!DATa 3zH8nviD%դrQBL!6isSXKM J]&_Z+0QHHB={?n)^0,*@nUK"zb'A牅OZͦ;IJv/  rj^L &" "a$Zl"zOs%ACL3-Cvn qe$K. };wĝ^ |[ϹJ-(>2`GD # #>Ј6z1 P^slD܌$v[?K`kp+qF>6.G3L#c/qzEYt_0ņ2l,E;**e<.Y: A/==&Uk*[$DZ9- 6я#bl Ae~ l6dgВ`N,l7v;Cg Ķh-P7oEZ̷[^]7L˅|Ȱ=9t ȦΎ~X!^+5Ryշ`3٣>4Yňo3 wuz芢TQŁHoG.[ 5ɐ\ObAE!q8#ԥ:>F;Tk&_O\F& !1,<:%e-OAz[E΋>qۘ0]z-US߯lUUо ,`1~01`Dך4bݦ4 E"%%LKxۑ+\Dww} DIpJytC.ROQK_ؖۀFTUL琼.ϠyذV*ν( k/ǸG2wrJ<,^$*ajrT gǜ|TQ4.ufV\J<4WT2ӗbzO%(?~ĵ fm9 ԟXԈ_Taz0qU`+Tso##pG 9NR?%sjo6Y?ȍgVLޏrfwulYnsu=v$Bʤ6 .6^W5ǁZhfG.GǦ YVpa\4D+jTUg 4@GDZ z+Ynp}6+-SQF<"f7v"[<}O#yS~BDQC1ccy<ZrH@~Hbќ=B8~6ƒ0ѪOI0g u2-خ0>@&)Zvt';)x5݂2-@ex;@p<=3K$˛B4 fUlEI`|G5Pln9VZ:6n6x#*K$0-gu@ύ b#LPeI7ope78M` 67d(K-8q*$s)HcTߜ@[2˖TϨµz }^`*@fcng3bpՅd?J|,qhN"Pus.1#1GGM] `֙K'f"fȬlU^t;ح׮$ dat@#M2#)uT/>s&ƬtLvslӢsZ zr((]#.` `1Րwu*\%^|ޫ[Eb)I/TIeOc; (>ig"ꎲ #oKUؘ={+DZl!ApS/.;Ǚ"vxGOSɤ!4IS\6 %͒2=J I0;E} ,ҘWh0C`KOJ~,'<ǻof)ZOyT+qYLa͹~R}9rڨ)=2iaG۞,MK4z =h N72!T6rͺL/.cͫƹjv:m(8Z5[ll-%6 =}922-=2=_r21{<Ĝ@J5FC3uZ'ɼI[l%oH ZX."5FcU鷕/gB8"R_svYݘ\hFŌog @P!UJ<+hv`)2_ǘ%p U5" ɣN=6n$۔^y;mdswPpЩL]HfG`|S3UWj#S&+Uj{_ ^6*pdsU$5O1jjXɇl[߉GJA>9D}u$ P0A=fy۪ɪb֓оG@$st))wii泑(;ӎfdY ƞi]]N8 Z4qVFIH"$ĪH\ILDžgyDDBvWuN#s@0.`+{wYa2 -oˠGh|] I,*R={ou4*?W</d^OhKH~Xk.5JVʋ{V:'V>1RYٞ&+ƈwU26VF_=\ʀɡno:)p6~)_$ļ{WQfbӀb^Bcz[h&Aоn(e1'}֢W2{cVr O~%k׫-5)'+ow|:AL0/J=ЊF>eP:)c誩r ;*c5er{LCcD'ƃ}v$Lzyyiǂtk84_MpS 6߫ȧwC6Sц {Jѫ"=I! m!u|tH]ŘZQ8$pkS.Ð#]H>4)7Ap@oӛJ wߖL1f/EOA#iK;=50 +f&${kC>IR5\M+ ?;˧8&~9xqj$Ƹ, -qD{^ec@;g=]$ؿMt[5qQˆLHro> 2*`o0,MIeX4F@mnfBޢ=s .f x6S$<- ze2/`3>#e4؂t)[ӛ fn!zWyV*j~ߟd-2ܧMpRef*rL?jYqNDp'֨-KdqQGK`* y-]$x̘DXب)?SAqU[(>Ch ߪV KJ 'B!RcYŏNlU:Ï9JMyzhq~hG:~h1TKb'FʨroapC="4`x>m7÷k9w&yx)Y79v^Gbڂz(k=MadQ~Np*?v(60Uc)' DFظ7#*bMbUZZ/Ul8(;K#>r ̸\ ,x!4x,%!"HJVd7o3 8HL&N)[e2tTȏN_ty9'z\pF*~G6W&1 +f0KD@<]1쪳|ʮ yk\kN} ӓ8q^.9CwzFKu`Q-ޕz~ᇘX.k0z?%$,Cu& pLU.Dq1mxٙ'eמ {G"c4/^bZo} Q:$4ANRhBle {Nu St>yBZoOÂB=S_&{kQ1=˙?w5@dã3r$IJ?G xR49KB0i8U.S ]7Q ."&- a' x}VA\<~ɟQa\f6 í LZ9p3g׾ߑ}0`--}wrlhX(Sx.|k hQ/|Zf)Q* MKؒy',]ay lhH%!́?q+e4`AeWn~8B/> d ^!}:Z B!?!W@IMݘZe6-mB3~C  Y3>=~5h[N%Kg3?FN gɂZI*zI1E.kW(*(x_?=eL18w`bR(]YZUS~ι=+7UI#Ooa|O p:fQ۲?nbS]i#4^&oOD.bwj$[,"?Kc!v 8{L5j?RǞ >c?RpM  ̺L(Y'SL6)Th8w"moG;HU|Z$Gf%i^pqKg09 a2^.n#f_Q w:CAnb 9)7}gŌ>Rˣ0d~2 HGGF(X\x %D"  A"fNH3y4!x BdY^&N,CpBWRZs)@c !=܂ݡM׿mv/4cȰfXJZQrLܿTiMhpxP,_SɕC<ʡ;Ƭ]@eZB lKH!FSdKlgƔ9Z[=@uкhRS# 4+7W(hF'ԈBΓsmQS&g8V!s֖)RE/[#FP?^B|=nlKLi>cfs/$kMR0R.l&S&w됽d!$HHťSa[N VJYkޝF{hZsi M\We *&$*Ft8ɻ9eVU= []B:m69W[$;GЃ,35#*>OXM%@m|u#5ȩzFYsN\Qp?IJs"󷻿h ~~8Ny0DpΚC:nlJ~_\œ"zK!|&}J.?A(؟:;K4,"ٟГ1׉HW$0dNfB@鷌UDu4Tb;PV rW׻~ 6 cE#at y\F={=#gL~&-}^)r#G" GE;#R<)s$mMqu!sOeZBv3 )"Yv@ K#4CXɯc/ZtB h)]˔p/J[{o򪳫2F𤞗KPP#7O3aŝd!KrdBb#OlJ?aAO˾mWTi] e%9e.f[0^*ǮRԆF._T~OKe?ˢ9oc-L4h~+L1q)#i3?f-?3sH {yPha_|!_hJ P}l׸~CP{[ l3؎R0 yb*=_G}+/e&եjU=5 =AX_`]zq?Mk,6 P)KSM^d2`YҴĹж0$n0(Œai=Ԃ}Y#>I\G wSՇ?Mxj ʺfaX! - VNdV3)m?t2alo/c*Z0Ji@i+N^q9{Ͻ4sYpx!S|15b[qAwpC%%o% 82JM(JFsiݣYJM+s]Kݜx$'tba ˹K1^OG5C71Jba]U^/,MB0)4[>+n,tؒ1>[g4TlާnV칽I5-%j +OG0o'=WU"7 Olgt2U_oԐ I',.ѫӧr ҈*u'سQ\{sKEms)6:9 ugbB _1%()IjȌI7=&  ~~*gX 6/BVUOQRRAAd ,Jw{E&,1#̨[?t9n >>o»h-UKĊ>I[9Fd㥎!}΍Ay9(?wcv|*[-п(n8WUٸx )w,=⽆61KZU%ت!"DA-=}e ]Hʦ}-Wjp|KT3"afWpwYQ 0)w"햸={WV|%!,z&]kL^{1>V31oK"DhEtlPLn⡳-PQ gCsSQN6q,nPy mYP4(&#+~R2h IJb3mpHbs+!kgQB TDM׊640K>^GE)\źc G 8++ 1!Bz~Ӕ ٬ hݬZaZMUap},v-hՖ7wvlxKwSGHZ|]Ⱦ6h#V4`&Rb[7t s* 2Dy~%kI V(]7pǵQX{UnԅFD+qj k^x㝥%I"=-dc!.Y-E.R |(3 ۩G)v<7CzE}B`;X}-Ya+JDAH֗ϻW^^8uKK|>$p") rwW[өZW =()8#a\˨ԉI jsÃ=QepcJlx|[`LV,">)3Nt(3E:Zhw :ɟ:xiW>TQm=Qo_L^;s^:{-oh7 D9 xb-h`G|dA:Q}JQƧNPFhl/^}j|6Hݿ69o!rODWhh:2wgd~aLa@Om #Ǿ`C!eiO>] C)$h* Һ1]&9bTR:0[TrB]ێ6.A(TFyqm=fX-8ˋu{sb#OuP=#˙32vTWJ]+l];YGev m[]{L!57im b S!ދJ'^je k1([Y-ɰqcHH$TFȥ;(K)  ݤuSTmF$H j`ElŗKu٘.0 / yAt"'Es !Ыϖ쫳Ÿ@Sࣱ!]*rv݈f&,xЖ)/&x̗'rSf'3) K0pO)QjZttrz1^<;[,,X-ը`X߶#B\<-6.^a3/xsD|KOB@.!7TaV#i%RMjhkI<6 zV"< z^Gj'Q؛nBԼ# &0yG$',\}[b4|-f-b~^5+MV4A熍P\ : 6b+zC0x!J'kWGZ$b ??k?B`WOC<]c1q/ѹVʐÑHÅ;\?K j2:FCy_ 5uw"c",8U9R~Æ̳ 1A]m皔|24ҺM48<&^}cKQ 3O3 W߲\U(7`q@q!p15 m K뾖fE&jD*Ęg*$µ,E>uP& ;h;G2M)[Q4j՗Zg *bݎ|΁gn[%yz9gL+XkNq Nں! q{]3s=rWH,:ԍB*YC6ɩ7-DFPS "{Q:9&ozlYN>OȀ9i!XW|.o'MZ,2[[VI@))oE\ԟ͌{n tE\[|H|6m)*'}i_.tB)S 1#f` [=C=:WU٢vQiF?E-ˑqD;+LlCK40(S[Ry1Ga-F9h9hn2K br|[!osJ9նh?X:" O`͸2jMO=jr7$3}Vz-Ӡ*2@d^VxU+Vyn zeEID {G$\TSH201Ycw|p"fWJ:d BMp#'1/ \MB*CsBUmBj[ɼp Z^dL@?CC wWrW(EZ g1{?Y#q5?'ҡzC9ʹrf%lZHPP%‡XI.2F?Ub*7VsYH$CeX^9`^pL0?lEdQ74Fcқm\JīY%[KmJsP}ƢY[)M *2 ),{٬=OQx& ކSb[V(j^fL/,I1WoAg*N tK_J^8g`1.%p ɱBKyO?iI32AwjأNd[OWʟ ~L-3圷YA@vIvS4z| ]]r#t020Fut8 1(d d=}aR>A%¿sIr @(D@J"F|W,M:s 4Lw؎ ifmMh ">jתptl]d ˭/ qJ/> 'A^dÐ&z@X M|(ĉ\Yֻ> 3ȃH<ʝ`5+&ISDwb3M:Ml}g~d! gT,=Ƶ^!.y&hyA!&X&4%w5chMBl&_n.z,Ƙ_X숱ROԒ"$pkx?P!hʩyQsD45zejVn\ˉDe:]ebSUkurɦ2,;:? 2qHk)AgV?iTjނFZwWy>6dn4 E,Lx^F8b K` nMZL}ڙooaNnNXMN)+vCf  pgO<pe&0 v]_Aq#Ib2qr3{Y{|J[ܹ'G^do]&Ez=U;l'!VodX-?YUyabړ6KmX1q/ya#nIzba- ғ@eфe,N5)w (ɌzL)f"SKpcFx)q,CQBFP lS? w|Ë|Ϛ;[1 {ϥ8gwU@ckbh9v,?bbط J):?ĄKTF;N+oVُQv3D]OkJ0=bZ؟(hKƁQ zf؍k]qyc٨ LA5&NQ<[/){=0\q9 ء ZgY(}e{;yNo{eV5&7XOܽFr@j o!*3#xB(1*հLyoar/!A*eqRL36T=5)ohA,-/kpdEMUHX{n# `ȵ=upgg'J0R;ד-]ByD"hLI0Mcj#I~aF_i4[:h?rR3 uƲBi#%\/AV&BkxT]jp>엣i6:Ɯ UJېOtK;m&rUwIA7s1^Tڶ/lo1J0.rbÀn5ɾAzM)l*4k(W# LEӖ䴇e+*Ixl@iS|'+0VtSXoM!MCJ}ɛ%B  C .Wm5plP~pr|sNNRlVp~bh[agYũBX2 K kWˉ|[3vzh_֦_cuEbfBIyKqBiPk^tS-Y]hER_v 4Xii`%4zf-c]"v®[]vzƎyޮWھ3 uOcȌ]uCW NVCQ1c_TUQ7eI2O!}i:2Tzʛ1GaOc%*q}Tre@?<Ǧ sGSFf LLś' n7W YeQeAkpM,P'Ҟ\|=Lئ%]0h Cwݺͧ~;[o"*-6y=XG< ۘYܣe!f FkH4[O? /KKehÐ 0%U ·l; iƅ~pf⻰bÇIMP6<Be?P{rwI9ӕ2Qa|BSo<,{ӟj&%/;H<u[' |@/xӭfNiYf q%i'6fZ)kHH3H7LxT(kk-yovHap6F7ti )0N=]dGWphvzw:B`g =Ye7lc9/gx(fTm+49]?C9|\zk4\0Ba?ҫYp3wZ$Zt,I! )4Jz:D[(sg_>r&\tR.pf &I`G|̌83-%`ChoQyItvQT*zͬ;jb4xlMjf%-~rrE3!RKbL}sDJ+kȉBltCH*6#9 ˵F dP 768bCU *Ѓ 왰S&ֿ:e ҧQU@v X|x.$m(5#_GjdžsҌyN/p1 .(l%!XZ#(F\^EU7Zd{2+o[̇|Q#E ýrpĜh"Gs:a $bvKWRE kGEw?NlӰ?p4AU2lQˏ]1PU{2%Rn̔X>"w6wѓ [d 5l!2 NG|[;ϑK$[߲ ;HAG'Uh| y-yPmX 9aīyU4KuWj$ A*(qX Cz/aivؤp /jeE n濵>/tc'zTҢ٫wN ﴋ<(k7q@)0)(\کw.^Q3D7Nw33[;ˣƝ7b[vl8pRhmC1nΣw}/oV\j~u[TucLP ƥm`IlR% #JB젝CxljAһW4ly(|F?C;wTv'h1\|dwol*L{D<ۋpH&jyT!9y\[Ec#rP-%5kqE) "gU//`V_o?tWz0=lOn bYo|&5Xm \c_ҡwqLNm“ՋWGR9{W<ԉX)L8`WpJfqgs 8(P}r{ 7 \J}Og%g(+3AġeվK/[rT*A&wL4K;.Au5.Z+ @'h^#BNZwvv{̓^Pt*naqzVy#n?ξU}fC஁\u,Y*/v1b e |#9T3??Z=nh"5к 1d)>W$wp/rF\;<x'q i!q*Q1R&,a~0t,rV}p2R>MH5I񸝎s)LN)T{B;amj(uj8FPPiG,˦Yx"-μDRz& hP}9\ߥa?_ͩ؞?.~q:mB>Hd$o(6P /#sEA0hTheOFD?s?x{./li//Y/Y'?# h!OL,% ?T"p!1`"`;sua6D8],=pZN_M\U<^ȶasao*99ؑurޔGi]%We^j&E)FJa`Tʶkϙ񺄛{_inS,}VT$ 9H K62)ڽUi!RqƳ\or5E[v۪T( SLXJTxXvG'~m1M"!]eScN[KnA .@irq-HjaC@O߉6]{"W?PEEJgQbT"$z"6D!2 ^Nb߱2OmHWs!nN&9O]G4KC=nq5Fș'b\?wQěixaX7S*f?y)z nL`S6AIW]h}Z]|tt~_ 7RS-\Z?mǸ2H>HL˅`|U]?3xQA4j[\o¶3T /_Pf_I|09]]85z(FL:KQ)$fU^cޖ#݂:L*H3Im+3 Y`R\j;sm{]&j h!MJC>jSAĦ9fFA̗_3x."6kӤ!ɲKĮH =@,Ll#T[}֎T:}? ^zZ FY@jh 1)/hͿj̼ь*5r#{f$m($r!MS*Y'ʽa0xȋ|Zs8w v=϶hPZS[Ӥb F,Mf? _MD)sij KH2g9ft+(m]QO$BXF1R.NKw8S8H#W5y{)p-56' X\p_u_sT¾Q ם]&Ȑŏup6E|i)5Hl;c XrI>U{aQ'1["ݛT46S\ OJ8eG<6{w2K9'ŵ1ފ 1ȣWvE5mg!xAP>m8i&L='1¡6T& k*JqLbD"0ۈ:]4=Z.*ӼzTL*NqITbz0Kff]pb@9/`bBZ"Fgj<)#̢1bb_!)2wGpy?c w=comT)(4x:DWj"mHV"FwԹ sM=2ij74U\^Hj#j Ϥګ}iQ㻑Ww+*G!*'6tO _k^:yqKYiǿDXpʹLmZN6ъ&?ci!Z,޹lFN JBy ){̍dn적yfDkRb_h\ xSl Ps1!cᡌC wMgFxБyPAI3XsK|ƁboUBwY'OrLYDEݽ@w]]辰Sdu](WO)K'5\#玢g9q `;[ʍA%SlM}ln$'/Qk*iu q:iw2tV0v1ք5j 6e̞w0㷁iC%3h#|e/OjcCKõ #HGFW}euu)aKYQ)<$IN]“g]6!Jc'rܛzpR.A{66@< s~@nC NDKcEͽH 1}4&`iIh*e>P˦/`,*A!8<]zL_ &pC^^pu"{$KD, WHp&ו "AVo#U pJCcCi$ᮆZ*"$ j]e:˕SuZdٷy}R4Ɛw{ Y6I0sd4!"0Zxs{S|PpUN2QVsyM JkY݅RKS,DgVwè`bs2awP3Bw_N2&ޥNVRLC:^@&3ѻ}lHo}gX #9Oi>7Ju(e Wg}2:͈άAB/HX+ ,L9ںljF[B˹:fۈv26 jz:Bʩ2iy+~`&ʊZcU:r>@"l~H">G]{,Rfo?ק*oM5oZ^ XkP:+: V#?_0L}#4?h`>\{A]P!6SYgH\V׼ۚ>~L[QB@"Ȯl攴$CƲ $Z@BS$bm]ХO?}7z's{QÆk,O浹)"1G\M؞)8rvѺ UV~ Kh3}, -CVܿڥ7J*#{oaR{k`Iջ!'ch !'[Xbb=}uyh611ZmeT`YC%_oq2.zMp5]]{Ժ0POR[  wvYkT smC QScNcYO{7 'MJOnV\Y!h*~Jf·wDO5fa\ Ӿ窝n!P޶eRP:7 ZY-TT,6#@9u\/W#[Ӆef;1NU=|(Ռنmr1'yvHHJ1m (t(' =$Y:4`g&gee #J2!i10˖hv2O7lv"D(0g]PHGwr+ZA!вERN=7M['tLo ?' -#|+5*^S "=ub,vs&Vu_Mo;)1N{`;si` 44 _c;0Xڼ)Xnv1 Hxy -qc!6XjDw h2? 2bB{﨨-mM5WNB:o(Y Yalw1w\8 BWdm2Cj"8f3m(55QȻ)wn1iB`1'Š- k)o֥!p1&lq91A}_~;^)_NR3Gzo0[EÀFIieçԴLHNLmGo43y 9@5Õ$)(?$#@}>[!ɽ͊,eK7\儗hO[8W+/XOC?W #Fs4@_0b6,ԟ18-=)1tE ɮ.'i Ӫ8hU͇m^G>/9M揈F(c'sO941-KFvne6J`ˋ68"]U'ghmu/O| a/ݮ7t X4{q1p$Eyqi0GYmE nc^},OC["lQ,rztg{)۔O ܚN0u)7@f~i'&t>f!Z$=.\W2NHL,wNM:|fx3"ODwRʧHƿlMmðСk ;W vH< 0qۓCY!QB Ju+0tYl􊾭 w?HXg+,;Q Q%܍C {%i=Y.4?N4G*$0:f8\u ?IoEnP^ BR?n@"CLxUG!l=TH 1vo2%|\%ga֮^S[fy|zd HIb(:e͟=Ń2cR0۞L2 ~A~Ǎ,}vsr..im8} S#~yJ[2s6d/Z%T̏}[͙N\֣@U*)ʶosrML &57I50%B FJhƉTbWWzB/rB ĎUTO5XP"6WeV(oA'I@N>S5e| VL+jDRT~'(]m\<(嘫TAx]KZЈ^oi!M4W 印w/p0֍|$PYGڵi1CuD{гBAй9@yq=R#VEgTbe;Y%t$0e_K İNI% `RSjT`ۦڳӸ[O* s8Gq=yeY|р+!zS,Krpai1I#mO] 9E={H|؃ zRQN-5Xi[כ1N^tG-OH7N` *E/ґy_G}#6`JDzsd~_m_څ 2c6tOH9@&c+"wշ)m;rbPmbKJ(3$6C*}D]6¬DF8>:40I}>/ -"vDsPvYB&yO@D@m^ <}>aˏ:![x֧l+"<"L .Iw[mU!A}~HCVW5x* >O&K={ꞹ Þw)wVܫOF-'t[%~^w|h[f% NfG?a|Qzq6~}R4&kfW^X).+:2qDr! BnLuD.HhJ$䒆`d/{7[vuI F 6̋Ucq`iPY*IInS,e؂>Dvb⸝29fn~v9&_D{GÑf$}/PI/2b8wZ'cǬ_GZ\29j]J/o7 FtIGEgOO+>i.ˤżvط i퍳ɇZR*>Yj4DkvkGirӉ}1WusZs_iM2S _v0B;Gb|lMcD0}/Cߩqo%ɷ j[ut`/G;e=aH/{u!d(hC/X4A",!|M;ϖҧx$rNڙ}raDŽ`!$nc) 1YLKpwB0|Ŋ.E9lCǚ,9uhMl_"z$B8` y]eh藙 }~ +Er!V+D| JG& [S䘽h0q~xuboNM$wLPNe ϳETq+Cł ڶRڅblfA"CB|([?32fKy1pB\wj^la{l"AMx~#.?ONw^/+FH_%13o1e!ʳ1'rvF\~OJ&FZlZ+<>s)pzˆS۟c_ǝ>u&G%GŒ}&6ɷNEQCwd5_n*t!?.!Ri XͧW[{V j@FUҔ$YI}X3Yi^ƢhqіUU٣x>p7t2wR|zK{$܋\ըS+ nQ,ԍՐj ./z`aZ)x*sZrՐ k$*RKs!*Fwݰ%AG[0,Vc7LQUm=yڿxxgH]YR^Pm rY@޿ʪi?Мr'dGNt4R\*Wh*avϨC~ɒ_US$Z  cu:yAgjAb?5I=+-ҝvxn>qWtٔ2i7"YX̮@mdL[ ˰bUJ5_l#(]1qk=xG{AX5&@وB+xTF=Y̒BNSI䫃9δB5~ےԽI`Q8o11xF="|2OoA7l yIt;0 ZIe\g=הw_9-h(l1Bw97PBlYa5޷ f.a YoaaH^zRP7n'89ɐ,4p39d#.H"m(y ES꟡AU>^ɞp~R]ą[4NCÏ|de2cª' \{ʜ2G^1Q`T7I'b P6DFCb#1[:~P@˔{wPj!dY``/~sNSs16;i1 `¨$~u.DdH; ,C=$GT(\@ZXQ-bmFx8)&B{\gzX]LMY!UzH)g}Vybo 8$cdo^ꏆey]9;?c j%W64Iuڨ G?|T1͍ix3- v$/Q]pµϦ#+K\ 3w?"i G~YG2wI>2#JQ;|Z9]Bs~X"hVV:hEϓ'waV*1-w#مn YOͩAlޜkBi:RGWM hQ!)B :ZclfyrW{ '=g\!cuAk~@*~A]Y}ϣFY򦺅|7 lr%+_xdvè#}Ko8i\{*j[P-m&q2]^5jAD\܅((W qRᄲ^_%h35CYtCh ~[of$o X,W(|z Xv?QנU/x|j—eI#rgv@Y}C[@h@s/wf1Xc -+өlI;솅R$rw78˪Lq[Mt*Crɼgu:$xR҃{JË. 9*D엨Ht/ 7Fom{ &mf(sW'@Gќp&c]qRdNS/A0B;(o|W&:;8[PiU׎L'O#T?^T@]A:_#ahzaE 8VkըOei_148|yܸ(:IZ^@=@wuþ.\nl_`[Q rGHVQ5?f3{UFE9jΣH.~w1Xz&s?͗R7<}AV=!9x1 "io |i5'D;wܓvNEyB1#(Jj ~oO.ۗ-5Qhqfo`'Y BS٬!^骬w6A9OP(ÏcCjEg|AȌ=Sl&iϟ2A IJ k o1q) znv,l#Y Rs1!&T[rM tb!w+2PQ*ƌ֔N)CmrH|Z'2oor^tAq#8m[9/VC~;سgO-_oˆ\Fʯ#꿭X ӭsϊI'}gTW*| Jk@#ݤ<8G~g+s[&^v(VSMSkO{K䟆."G iC-vXNャ-ʵ;͒m4rkJeO1+I ";MUu/AJp*S{ ]b[ [|ת\J~˺Ӗm.FVi![ocwenC9G@EH^ڀy5GwiY%Cۚ=;%Z6nቐ0☻/<{E'vTf?v F*jRL*ԣ9~re̹(^ %ضũGA|.3ǥۗ-lR4Cpg23qwŽ0u3$Sj"jL?侨`O\c'?86F0Kh oo)(2S[}d|& 0.D؝}IƵ2XТ ,] hh?W(>YڹJ)*%SGQnFTC.=ՓL-/Ȧrh?'&0mk[ZwQ׮w3{Ȣkp"D^a& jpSҋ* =eNzG8b!]ؚu*H6ѐ(օ?oRvQ(PoLMu+6?u(tbW,er3MTמ3i!+ QQ(N2?] ?}eZHgp|_u.|~XݾJ+3Ou/D-k*҆ {sr1s޲+Wc˨02ecꉞ(A.+=+Wͽk3iQ[eִr[ fuP ėo_ȍHVt)=gsRiL3zlZw< s #vjcVرbz{8v[O1n $$܆dz`dh*eX!X+3;Qp̒a g+7*rֹĠF栱_9fe4=6#D[}" !l|c^[0FC=01BWgjsLh]t!OZ?nύaM/:W .E/ٚ*f3crTM0wTen޺uѢv`u"/;vTByx2frQ#oJrwN 7~7fME4Vk#lZ|S$eÄjMYGٻ4n׿VeAWyBƷfn_G6F}H UbvZJMP[}[d*j(!&(lZ]|'C|OGC* C| b3l1f2:WQUfŪAb+d !-hE ;[V[`\iP>AN슰R'J~9g= > M 6kLo# u]$n >nR pFY_ʚ/n'-CvڧDVPaJC+ u=9*D,e&1 ;^#4\b{u50aoF~>/0axe#Z\,^b dp Zb\ oߞU3B4 dH#Ӊ|SLmAt m`Zykv (eCt2Kt+5yh1_4sgܮ4&Q:d8)yHu(U}%|'ޤ '>FVjn<6] fmiMmja)v1A\Ia'FCrYAqwѨ^~ z1F"`z폮5X,0»-E؝P:pIz{R τy*^up LNۭ|tX{(5gIYs9y/}:#t U[s%I$5:kױȔXN$)J0BKO0r8~y-0y1SDEWd8}jX ;堚MH .p s盀1){u9RC._]Z[o)wZ 2b/:6m=^AhRUJn<ذrPyblUOݖ8U?ȫ"r: Hp⼙BͶdl#T4FR*hք[>>\(lէ.J1P+V5H5`F [Tk`򭟮Cj8ZEΆj,n"`z!>2X):Q&H|Ć s%26 SzYIpmW;]{cFK1(J4@Ҭڞ6KIrބ[~}Y GHzL5>K6%$OC-GNnWhӜJOzG(NA9f9?r3#">dkYLp{f ,$@QRQ~Zpbj2VMTQQyVMݕw ^[>H*r=YNPeΝWGfFP` ag2֬i3D^mzwa]Y8\yxm[cEY&WRVdwsK˕{1A Ps4/[ Tajbkӛɡۧ5SEh dt״N@rt5_>.x,߅ԅl7lJ$W滱һ %~Nܥ \αw=؊8kYc e6Ͳ]߾d?IDRFo}Q{sv _Dc) &o2i\}[ ,i{)[ʝ܄.0&}Zɾ(Rq gA OoM9;^E+doTHm?aR t&ٌ3R32BP?z1ğ Í(}>IZW+_$ N? :_nBk DA@gJyg!ʶ> ΄>%guMU$e ulzlS3BFwb*Qۂvfu K#h.vmB[GOW6x[=A19增u ?t"{ڕhRvhdur+EDA8GY.#d﫻^YȚ,2ś#,mJyǦqKTНobvGAaWtY}|vx?`q$F8a* }vg! {nCO (mY6R"ot sW({b-Aѩ3F4X`c->xP==˹| G'88hAZH̖汫x@_\zb 9ț? STP4yFy'?Iw8b۹3<;,2 7 [c- X܅py 4;nHM^f6MXӈ, dg T'SpGYInA@͎}Zbdf:z a޹<)S!ݦ|Yep~sTICvw{0fF} \NrX>DuXKca%٦HCj ^{ d _saz?ENCNc#٥|Fx6G)ˆ'EVo &:@f Gnɤw`LEuWw12i7 #E\LZiGRl@F{'@ jH]O,SN pݭqj^!H r%)zpFES*#c«=Az!Q؆s4CJ1 #.B#Jń6]r&pbX,@eTOX܄m ɧ AcD` uҺe1TdqyXmtvd#Q&E7=\T(SubB~Ym[[ q9#O3(,)Ti"(L/~S''_u(dݒ;]*#? ZkyYl AǞMkaL'a",,bSA/lrܺT,N<6ǏiV( ~1Hjz۪.2o)ayd1'Ϣ:}vȖny%@~"Q՛ţ2Q%2A~y>4_mngkErb'S'q%Qs͗6˦t 3?x҂x4+VZӘzCWOa<( t;22`C-|;^B~C7d[w׊ X(R" UUM: o\]x :b3UxVt\MG B Y_tIW 1 @Z[;N 6[gp-ᚉtv@ h;5Ҹ*=K ;?z&͔cyAz?lTeR$ךj$@pMy.5_v, ͶV`b|3OL3@vI_PoڵZwڵcliV&JI-NJ YLI&H}Xa.Wы~s5+dK+AƢURd8r DaJ }m! F{ln, 7ks"$} ln b^PrVC5Kh2O(ΩD5\P$֤/`1#)XǞV"*E_rWo:!ۅg+FB #C32ӽ(Yf) oo \}7FŮ1(Y:0Ť9$Ic| A'GTSQBJ\(M 3S%A]RwN&H^m7TrNA\Hێ".)2-_'C iËYމvOԷV+eè:AgKlPC$zi fHZDCjǷ>F@7C}y}Tr-k\ &'QL/`MY2F7e+U3}1G]0> U$&sE4y#QArp,i:]l}W:;'rFmn"AրLtaf,xx*h)h?n+WO,{n7^ax]xE%[h6=3IjaV(UqM\ pUGo`.lu~J;P68^!b%1b(Zrܬ..&B3T8:QV-`Jz6`dLVOg7PJM3,ے MWG*8`t&b`mP ueDb7)6N]A'm@*zA 9\Fa[*\gYN&qWufsq,XT>F%G {zeسB\0 ,fLrL9nFǙQ˾܂zȬEGm)C^ܗJippqY]mא'*&YAEe4,s&} S۞$;Yrqƪ!d$WC3Г{RlYfOU_e-X5C(ZUfu2}̗P~2@,ڬt{DKZ!E_ktQBCPܰ1;BKwUcCVChI6\Qni*j*,~/@a$Z>.u(q0ذ$TjZb;Jx؉^=gXK,>תH=j\i jInQmlK1=/CE+#OZ]NҤ?XҼ *8pM\ݱBF]RЪ&mjA01 mOr"dQ`J՛LV[:XT}._akuBc:8Eu/7|n*aښ-Ϗ~yFRi\-i gj!5oz>"0hY,Ϙ *VT|qA%m ۋi)2Yes:`]5x-7;a)ZOӘb:p3&p7>D|NԪ1^|zc!s f.E!C[D> Rx}b8ʃI:#;NVMԦ>]\?111ڹeda\jSa+2Sw+[U82Ag2Zҵh9omNV|F]C8<}j#g^MP &\ U{s6 paؤeJ6z J.Wdڳ;^%iմf`0 if7s]`Ie]D\myLqF_)OqCde7!oSd#N'!&e:8@~!i_ћIK${iDҏ8N\BF-^l;"\<[j1T|(⊌-P!F^?qHSAPLwT.JW;MΆtJ#J°W)1&8=3C<.y縷!}9} 8ƗfJLS6 oG+![Hyʻd<;U`\q1%%ʮAP=l0p]YH[I| ߼qzP=h*зZI8_nČ/o_͵1Wsjs(cc+0DckOgj96Z1hJ}pGVFUw782%Izr"Bw  Wc`5;VDNSmͽЬCFkزn{z`,`{i}>FA BחWCcul,!r+#ޞv񱀶҇{ڽ") xFF@dG kr1fͬyVZ]W >Zw>Uȁ9;'gw{2ǩ=T{qT.%qF=~t훧.qVI/ x0*Φ%4RK,TҚc9ѳމqF5b/j`PȻ}7ꄙrȑ7y6p"rq0FVlIf5̬G=qZE !#}~B!ҥ$ApCs&W1BAwF@xSӰg{'aG)xT켋W]QJ)Re/|p7>ӣ怺*% %{VTEHYiHmwjNȏ,#@mϡB)BҤ"r,fz4Gk:WGqLj|J HqȌ!MTmLL+TyKe#>`cUFXtK:uX-`LŸ1n3SdqX1ƕ] \|s-p[y\%m=6|SS,UʖmUqǃAAҎ#n0Fj\9E z"ڗ߄@أ¬K%ɝΥ0 Xn݄D j e; i 8"`X*ǧ .[:p\/yn 8̢޸*vjaDe"C fps\iarW('"2_ۅfx%_s7F-FrHGZk G 1_q& ˣfnQ~o e;AE5W@[7892;6H!iLm3-:&zR>y~ökuTM#x}@i1H5t'Ѣ'BϨ߁*I\PLm'ȣUU/"M3cCa 3YAIP!cff@k גi5)zkRp/0ھ&#Rı-dCGw;.iW (Lis![=K.L@|IZMרA)Y΁LoA iU1uQ`G۰UقZSCp"ᆇBYtɌK96򦭱S%3rwW(1b0f ӋMyAS[ߕ!cMaZWJ.Pf]zM#Bt;嫻 XgfڿF36[6`:"XA xCsxS¡FvMxB8]}=-#)"_?$~yVAew% :fb3u0J~cgh=3J/޺6fPr[!c?^AbPSdm.*sG~&N] c'llra^ tw(" ,1dD-@|%99엚#?˼T1" >FTaxB4hb%)7eN5t%CK7WQtg}d9nU0 pFXا@N]bK* cMwy)Wy-q}y:;bSK\k#ni2#P^_?lL=ha4fz|gY=8[x"Tp3+-rDrRp! Te~&+b;nO#ܺإMaV؈aF(Kwpg| UmL9tc; #r0wT 3Y&041ʼnx9vfHq>kh j4V[P݅lSp^E"N`@p-q_T* 2DҰ Zhg?q/lwVV܋S͈X65NFS$v-eSz`QDm^q6ITr{Z8tͥ7: $Z d1Ȟ42yqh *BЬJ| 9.0"YZk]@~j%T= a[ 3,8ͶPWuR!}`"Re,Ocq^!'mW?ϙGݖ>33| K>( d' 8rg4FH<_k̩Y|0APG3CJ ^AOэ [wm Cn[,[t<S/ n4Fsv.Q2jtT(׈&l*Gʾ1Q @J7^X;Kۨ武1~w[+̀pYݿD$ޠM| |ǢLZ)㶥g"4a8 "~X$IAa3`HQM䍈xlaXz)\ 7J`k|$z@ *7ɑcz"wV(6R9HPtLxv&+=0Q`fveC$)MJXk96a>LB\!= |nxY-(Y~,AEP&:q5lb }t+t#);(݉1vȈ"ՕLqPJJ{94G },$wv~mDLΥLvcV@_Ӏ}g G=| "ы*hmQ:=IqN'y3>{7(tzƮ4s f[{< G(nwT+51OwB3ENjK^f}q\%4V%C<ȌJ.pJiθnWy[!o{db{5Uv5ɴ1fh ԼPXThyD)(h^%P;u}dO!; .cE){3mދ2%eѫĮw XWn/܇ ξLGku+gAp;WSY!UۘDm._q>x;F,%2`Jކ8ϟhŐxpa>-"!? $`럗;`P9Sl'$ kLOdulbvrNK@sĂrzߜ EiRϦ&&IUdj,k<ɒHœ#A.kJ?#ekkֳhHs|)G^!T+{ACNSv)=K0q_74[%jiwx Ni\*T*OK6E1DA7ߜ9wNSqPk4q(ewooPoJZ)}\>j-R;5Aƙ _8> EMn-apg찯W^SJޑvt*IWْ<+һm\V P.4";dKFv4XٖF$koў lj?FO행 w:ɓx4>? R :$,(6Aʙgmj`H`/XB OO)㏟jlgP1Sn \5TQO6+Q_VǑ7y p'CA}Rvoۙ8AP( `٦f'梄ǪչzB3à4ģX"f>s9A]SRAxPV Ø'J2g"G>NZ?=HG(1MwNs;k %&(B;Io#RAE0Nm~bt]jjb4L o ~Wr'u;`qb8S2Uzis5igKRAU($ʋKB :v ^5IbstaMO+zd!VI HF2#r2$*mz.:-T|q)Q=ćMeN7#,t8r&:6sR<3x̫7 }Js;q>Zt S'M|PCaW/ohr6NKqA6ozern׭?SG;Ix[ymM*mE Գ[||w_q@IXɀHq3D[wD)gKfw ͔[*3LF ߡBu]c􀜚\\+7jAb&0;-E+XP^my8R,^)sd5^)C[Dڄ39t[=6~K 'ZYڨ"2(<`' `y*sj]5dL+Kj~Ng4#8ј>1LȐ5Z/0>kZ.2 [k6UCZg+e-?`;<v(Ios6PQX F\, vDxo``}UHIU6f]8@-< R`h89#z_2a(M9o;6=(3Sun6qjnlJ.U:6dN.ݩ: )p4Q᡻ʡUS4`RؘH -^wG:$S>ӬrF DbQgfq4kzBp,gg)t' z$&YuqTjJl2*ֶ3s?p㾧*ADVُɊpܥ*g? d2XV|$ ""G&l=oۚ:~`bM|y ),>7h1yIa;|ocbػ@M~T:]W_A|]ѿ Eo2]d If^fS AĶ$Qn08~_BhQNX+5o受tv . I+g RO="i ߔkq@e; DIۀ@1CɹO=\?s˥k 񳩠ia@hGչqdu&whӰ .q"a*9H/ESY]Gג?[GT.H.# _c/G5e3OҺx"9I I.|".t3%?nd&Ax8OL?8m橃:龠)PamvCCgigc@f nFwǴ)rAGuZ#ꃙMKS*̼Y6wMۺ1UY~K;CuH7{ Y0Rj/>3C k')Ȋ>$SP-m@r5{b#LT4"s;TUml$kpc ?ߞlk BhP!Re);D']r !YMe `%_ [.:˟ 9s.c [>x gC2daвF(Ip:}F Z^^X]NdD1(v8rt{Y, ~XmbO[åUa؏SrIEE[ӌSrX;ZMhAmq+ugh;m]~h\$ݘZhXIg,DAl | tp0&/g)ob;Ns ,@ڣ$uc m&<3Bca0?2DJ1=T磀(FVۈ^HOlk'pO~|t~d\r@ژNҽXWͫcW72RoAфz7"DR]Pn 7$z:fC,"ow`]Aƺ`._~M&O?0ΤmnK.&03@49'̕VQΊ=MtXUu)Hh/P 'H\:gL=ӊ6%3*>O!.bPF7e8Ac-ؑc@^}$Q$MnL(fnƅf(ԕ)@yO&&f,4 (\7p-+tL'8&}z;Tc0ag0nQ|,D/-pJ^c_6o'ˆMбQJKd jg&/D,vi+-7*G)6.<2-]UѶ"KqL Ղ4(W\R}8d"BiWVBX\֔K P I`?)~~go[θ Y ˯Ёs (9çhܩExɌ|a} sjAdAobxxz*6hȨ-YaVUIz҆{HH|%¤,IwEea9=3'_0Q-_P]?G0{b9gr8˷K&mdnB!#@aS'L&t`/EUo>V?]h& pQY2Z9Sϐw8G$*o3`n*򭖎4Dpn*OyH$?=QG ( Rf}ەS#%Eesɺ'do3AARQ7c¿"8&T_F%*'%F 2>ꜜ[dj무0 _j#JZE?sa]V$ൿϿ_|9:D_Dc1Ql ΘTHEY~K]E*C>Ii^t(~Iºtex-oWD$]~TL!%Ko}v׏qIvg䬈}CV d G j p OO[?,6v-%h5̍ŏF1 KĠjjBɯ(=󉡓Q C(5WM OKp~-Wla]|\$@C f:}#2?d ;68vZ5蠶/=c-ku:b̨O JlXw\d8uq4ۑaF~}f lDqIseD᧦|%V$F8wz̧.:/qMo~eleJyinusuy\xlO8B ~2wKLsQV;0fX!,M8ŵLkK,#Mly#vo$ *-<@w |M/$h'1`h}Ji_8*AdARմ^c1K~)QFh('+-\5B{o{8{h&dhjrFŎSn vA2E4>ֺ. vw2!.rSZo99K<]o\h܉J7bCey r ;2\6G[+A wV^(s_6ͳH_!iA9vbgp'd6~x2Υ`eYd,F|/aРҺZ1Y4L8F hr BhlV==u7Am.v~LחkT}3uD@Au+mh#jYM>|4,//Cj-umۣTgU9=բ9AܳFPH:`f4kOtqq;CӸ(f[ YWvv0vӏl7#ƿ.3׊Y\ď4y]TϔAN n1Nvh*^ l=QF~5M0hZԀHA<<Щp@iO5SL[aUwW-VA0S^nH+Bee cr/ak:!<0O8_鉴ՉK#ty8 6B ;M`}UnGsmEpgCmo.H;OYFl}&ޮgl5!"MV'`fqK5Iᛑ|G ẉ+rJEkK7wCglSm@@D#wħ>2j7\Md&w4m@΂0! SblqJ hj+셖rJDt(F^Q L=+~Y?!ks( ` ۀ2ekUϺmx=!d(*F8'{ֽufԙ.F)ݼmgqnG*%d}"+tdF9Z7bu<.C:¶#'}U@XY0Llsߥqγ_9x?TsUyGjjRvZ8f\Ax^qfdk"X1_n6Hx;U#N6 Uz!dg(bW/ʪw U(:翘bb(UIo^NnP;cQҖZ2uqO=[e fY,c\eyRy4—3x+ SZk,fbߍJ<c4D HAyǤ4۷eZ߄>ׁU īNdEy/QwBf[[?rS-ha9cUk20w (ݴvNECNuwITʁuOߒt|UŰLsFF^9Ec.2")K oi(t㱟't#.Q)Ϟ!uK0ZJp;rAm*+ +C) >|؄ )>*fKtr= RCY\\PL‰/AXyE:ɟv)tGZOi:Z\l!tz: Dvgg*QNrc nM{sQX fO ;mfO7dinRey%-òoZvwHK+?rVmPX ΥCPNR8e[4/y®z&Rc"ESr?*mԻ6+򓌈[EӷئwR(et-xFUKmmDjC,!!pv*beȘ;="mKC Ļvk/4&46u}=~b8ݦ^EҟX[xg}&e𭨈Uv* AYQc#`; >u˰5)=hٺSy8oݺ- h~ζvh+||At{A霨?3 i/B6#7i\B]::q i,X4Dv(\H,G_f*0=eFlxl[f4v*SM٪(ʜ1CCBYv@(sSg-JSnbӍ TNДݬ"8B:d YQk^;i&@b\i,/7\C>bH|>ƽ"ǟw6_-J}f͸΋ئNjfre3HfQT"QW5Yڡ̴Y4/4ˉlʆ䃸I݋ \SKXAs7/q,4:㲅λ"~ߎV@CQ&5㌤X^$Erd"ic_sɕû$bܩ>ď۔)Y2'p",-]8#-P 7gun }ua@b0~nB0)씙 ~KoRK^s Ps,T’&V & M"`<5Jv6 gY:M??py"c9\y?1{pXᶳ jg8PcnIqa7r=x&"3䆹Vi(?n62I=ˑV'd1zS^eXd՜iCYO.yoѫ5+>7)+6S5aG$8 o2Uղ _ߝN$QST-a롓MT!4%_hWO<l1-OƄ7ao,J*~^r`ƨ7 3[d0$e Zxy7QKs#D( Ӳ"?8fΎO;]SJ:ut N-zjBA;ֶImx|rlZ*w56~FF3BSl""gF1(7G pV%x*~љ2t_)m8n, g݇nRi6%M{GY~'i6mKjO e-YlOE@5 n 7 X.\Nc2 }w5))FXLJ dzۅtY {Ձѿ! Ja6j \#Bl~QL9>С}BBL@G,ʵ=08pF 4cf9QAxhsT в#[r'.GBڃ}rED;Y%cv+A!yJ/1{h:׾;xZp`Q:q٩ 0O'^H{LpA1~T#f6!nm?C(R԰ Їi5ND |<{scz8rI֚fmtuκ g @Y@t3e&F9aҨvH,(̦v46 Awzn<{k;NkAxy.ۯ.\/`%r K*ߗT'O"y>Y/нm29gqxԞO,FH~Z2ƅb CyQƮvPʢZf;!lCNKvnݿ딾 ܹƫŋ^jZ*lxJSR.kv9ty) _@JR*"M%.j]fa~9I93e&yDP" 16>+\&fn3 jk࿑G=TY:#9$U7e=uzm4x4Ӓ>pb:Ȉ[CC`w'@\٘&n+"cۂo6n8DLj׈ObX(Y7_2|O05Zf ]2rB cHj ۑN/(E$œAJ֑EAN џ돞B51GK$>ru4}RbX"q/OOH-6 5 ]tgyF\^XV4fmQy^Dooш)xJ.d }~ @"M')m R=vL7P3Xڟ.h %r.u$c{ 512gu@IʍWѧ󊽒qvžvWN\`f2>[J~6s_ƌƝ?H>sj7ٜHa@tY '=pJ+.*%$ôSX*S.]TQZs*țY)Ka4ot 쎻5cK6N\qxh,M7'E^h (G ;\~TMaG"RJ\Z& RC'/gϡKrRx 0UP3;c_~|w,h ?a2}>9Q=~nP,'6:_&Cnb'+"сlgMhWݒ0e+!k)џU <3l#%1G?nX6;ߧa⿔cl 8ſ]ᦴdԓevu#'^g/E36s%e%4ɰXeW|v<^'A ^'JÃCXpn1eٛ@C[D_!zl_W5Dȧ1oNas>2Eqόn{~cMmNnwz2_*ẗ́ه3&Fʀ?!c("ycg۽02anNmNsbh[!)Pzhmd.< (1a>X*grfJKe ˘Ə.qn0 o,Qe_y̓SB 2ʶilCc+ޥ; 4˚!-5W҅S*M2Oҙqv[W&_A^va]?ŻXN]ŝ~ظ?4Q浅!93]{6r+BŁ5QclK=PW ]D6۟mH ~vO[𬭨0g+=j2on vsj9^Pf,x> ;EZ_Ygشt~FJ]AY,0E%Aha΍it bpwad>$Nx{=oyv幀b>K6R]BAqTvVݗȯ dM`J 4p|tLB&"fwrTTX-|E'vYwΆߴ&<n`9Z2?^7"g8qp]`OEެJ^,t㉰z5!CҖy(5Fg T:9y`ɼˉf F^ Q=+,8d?B q^ sŎo1~d!g}:L`;.h'ܜm֗16O=]Nj9 NIbBWgSDO<4~ۧWѧ\)5iF-P$3"汲QUXaməC*i>ycyK&Llb;"eV~ŵ%vap11.;YQ.[1?avZ1g6JvwDbۡ@^O ;&s=tη[ˆ< jWp(Tl $ "j .Z ;F=y5a%gA;BN7`{D/Z˓2oŠ#^ <-[|RvcF2U7#/AݞMF?p,>HKz}R EW">߇=@EK謂~Uv!?^M1+ϫz0' #w/ӦP;b:lfG"uws}}29%Zb㟬_v rP6FϢjC|3dVhsq~&Ѡ0&&xE[%KT8κOleCΚ-7]w,.-qo Ǘj +0{ZHp?*N9{1$rWz8Yܟi×R Nj_#l6])nrPrUoDjd2AOʈ eօw\u m-E"c+q/:':T{M{fe3Y0 q<5X01mIͼ(4,&^Hdn`I<,U'?Lwzb9W0ņ DjHpbf OPsvx#(2ňCǗ3<$/=lo\w[]{/ ei{]?X᯶^S4Xv>jݾA4ЄW39Z׋K];N%Hnv^AA?$h${ϸ]uKߝ/x4f*WŃ4(ܩi,d%kf&5bLmweeIoR Z$foSr0V.^[ HSd_Hnǿfcj9~v:W@QUwAKYW"ō#Jjfjwz" 2PrYh)N9ҭe0qI`u i~,utwG\+igkOk@oWB{[?$;1w4? c#= ,gkR[,:sA_+bEYcUVЊm`sʭүwDqv ggKtb_OmE.G6kTdVtܷԚ{ϊ,d\ O=%)1\ȧKLR`ձYlr)DgVk\XRgQĪ-"6n="Hv{}?ZbvE'aĮn1:_a8=<ؙpFWo>Tt"4vP98\up 7ǩښ;b2 z4sW% EC|t>9|f,x8\!NywBȏrNRuu?=JDT"a=5 7I/765,cbA -f% 7Y>&fPd5_o6sf{(aOď*8O$Չ$6߷OkPoAfKt&ހE@/.:8nmn(r̮DjALi_t ֖Mj鱤]Ʃ!<5a!Txu`CD4%4j1{aa[bx%S /CÛZ{#_SH7( Ņ8^5U,%rwK)UPQ _v8j'eäˬ#/曨qz'7+:E0Cݦߦ%$@C_Ty8qݙ% ^扬<2r)\=ٰ^B)tiaR~x{zR$w [$4Rj}*ũI>* 9j8PasK%w^Ґ .ADn8uO'4aBx! n2 jbΐ>Wԛ8r\Wt\P E%h s/;A:sX1j-RYxk%" #w=ob/n>Ypw+QH%_77kt3PH1'v*NAñV|>9TS9^zA㸅:pC@V1n+fԖ V\jjS[W;IBnMNMGz^zV[5Si:|7} CE#VA펓ֹ# zlON43-ypex?ɽS%hj v5 LZT].r4НkkN0& ˖uэ\#f{cv^0{ zE/M"k D4'9c=za`+&}s␆"?ۤڥ 6csP'&50Òt 4w7;h@q=] Y_8}İW"b#i-Tr@9gϏ>TݔzvbMl9H/,H$&\[jv9]K]Y[Η9F2,?Xِ(NHP^0VLaҟ|5dL"*4; Ek9M9v.ĵ%2D2F){r؝3\bׅPI|j! ]A1Aeub3=(gNh{nIVJ"S9Zzy^7u8?H4H`5u贂,hꛏЯ#:wpF \֭u^oCX@?-~<@mQ}>A_o_T r:izWdy]h([ @^CfmXv_O\\Sqi|?b%0g׆ ޵qYVOs S"AOILHn{ʭ]ܼSXQ1 T9񴗯 WX)]GíEOyǘQmq#lݼ`mo{ +rZe(?omõާ%悃}Eb1鸳t $ &oSD(m庬{h̟:MSG}$w^ 7͒BI9:֥9o,hpnB=(HLADa߼Jm*ѫ&lkK[8q{+9(<!O2 T:we|Bsן!k.'p\yU ^nyP>.קi虓xJMA I Zp]49bxUމ(EOpEST䵡`߬4˹Ӛsӌ$NֽԎn3`Ǿo U4?-X8S gGjÙ*mTkrm4;H<.hjVb(xMhPY&F闀67  )gѭ6֊uuzx y'FYv`#u^[KLE;Z[ePy=W=O=N]_9V[.?]!c+QѲi}fW!'6sxRdVPwHPK#$/jvFB)h7cۦ'`i\Xoa|'y3IX4j^_=!&y!-Z.JӶc *>&qqZKA1G1{8I]mFi|N#2Tswj΅.Q.ݷ_򔊪 < QPI3dap9'| tDxMX(PG(jآ0[#Ve4az4dRxeR E/n-БC vԜa"zEnүnĉ6mws~ܕeDSD7*(T՗p<<H]-3-[r@vƨ۶Uu?{\h_3fD9ؓLmOc?+Gs *%seHA\cЂ\b0r8qaAMTBЀգ Ve2>3\> ,5 M/)Q=3JrXlS8~&|"EvL鹓oJ0}g nSJұ ipJP2JDXg=$q@ tgSaiڪr<4E2=2p7ԪGp[_=lDrbgkGcZ$Rw#Amc+.4dK?UěH6CvJ϶uҲA;8aki8dgK 4&kb搪RO% `mE2l wI>w]|0gܵ]Te, Wh)?Dgx<,^~ek ~R5vh!`ҩ2 i!-4)n.Eo M4jqU!ٶDʀ t&!k$~~VI3#wN][dB4* @k4{cbq7`/U@9YЕ}RGPA2bsvy#*[&=^jJxf,n{XuАFs5 T{Z #N\g9Oo8w2+4dƆQgSjkTE 8s(GU:\"vN&iڽ(IT5"`Bty+ Uc kޣB2']BKSt7usJ+Z*:nb^NIø cSӖ7֥v 3WBǣnYej81Wc״no"f0kE6lOG c)񒑷,4bE\m.سlBUT:DPQF M 3 Pm Qg\JX˒`\N!i:twY=],RI 01'h"ɑ >jͦpEG˭x_@E1F&tv+9B+V\ ( Kmogp0ΔN;krK7R#5^ H\Z:+k Cq0`>+y^vgUVKk!%D؝\.\*"UO3vu <*AYz X84)th JL,&sT;YKv,ey+*}kG:i<8 x.-!BĊ1dUC%*&&KZ5|{NoljOaF 6`@aG t+)wT0;E\ ${$֜_иߘɝp]g|ᥫPǂNl$gbN_"8bL,oSY:PjՄꥼ{|(#1f}{҈.{~?Ibƚ)rݭ ~qaNK&xօ > ZҰ KS.m oJLC,wJ{J;GF~CψqVW3Dhk}ޟ8ch}ͮ\ ~"KQWnR k?aVd,z;~|W9NKOXi-m S^XJJ6EW"DG\}ų~oPB oJ٧dg-IΛPXY1cukSZIםUZC$Z{Y6 >X$k20 ex/5sGx@ZXRn3:!e~ [Ƒ8_P`aUyvфi`T=7, J|lDk'mhj9 ef x @ls@8_8e2֌1気9/&$eS揸StuC{}Dӛ37~@jO-niD2 S[D`ڨ?fzd)4;HGN] e]tqק ϦaWP-bY+н.72Q<?ze|ryOJ4"Mң~Ao $ة`Np'Aרf5m⃨7 ǿBmOa=/MPj+\][SXz\_~FG.{P8EU.R( <+$ltƏ~eCN܀oB$TQKgNA.7X&UJ457$~:)Gz.LLV!e=h/U2 I?#nE!H[cKW9oK5[.QG(# 9qr;,Їp7]ƫaҰ؁I3C{Y~TU&͹㖢_gّ 3KU>ljd6#UPY^n`PXMR)ne Ұcd^@}NČLSraٴ`CLk)[VD Rfm͈ŒIV{>CJ=tcz}jqF>FpjgW' #arrB'jqB,ǁcGe}Sr@? _6ON^)Ư:}9B? Y ΁٥ʸ6=Vj]JBK7 #\mW#w=> %= }/t $'r5Iu!0 /ԘJVνA7e5?k^iaFm VX%vx{ {HB g`l G#6SOTJ\NzqtPobю\̼u ^X@;5|\b8Μ) srP`Ѣzq)뫷iDѧ d\>@d?= Dв}$ad[)1Y͌1 D =)2iśB|2[,,bLR\(52|Χ WKA@7XvO" !mN Kn"%*?W0OŒlM&eh#f&GOD \&@B! t%yJt/%usU2XFRA=lky~qQ2# 7U Ibz D)c SeOV,[?.v&iܗ a<f(!9ךn((T/Q3F3dcy}Jq}|@D?bY,q1t e?)BqbYwvӊT?PH臞0iR $xqÄIQ:Ҹh]쌿G=fP 1v҃oj[*ԥ\FpdBx pWu#@uCSFDNk czv ks4Ka>zY:!>(ʣMbr:2+cz?l W9*≓wjݼ7K֪*"sYH]ԯ2nfXazy ;-V x@ nrܚtaC[ɂBs-f'˱7:w-ơi|\Q_@%},^E!;$QkxNF#)`9cƕ/ $JΦfhp//+62R y pP0gn_7=m.k: z__F8H`xH˶ԧk٧zBb <_/ )7PP$Nv8s`_B!w62_M*5*} t]OYCkd Eu5mk'W|]f~fXם{OjSA/J3/hA--{ݔ}aU97\MUA` 7 Tp6*{xJN e'FTuGĴ5C Ҡ ԫH8 D|i65g Dpێd|OHx(&_]!Be=t)XgؙzO0(U5]۽X)xB w FLMf}[zȒ$,&BZ8i~ =UfcBmO( "D %*Iz^["zrKrUt=?־p%)KS@uzW"CD᳷ntDdL͝Âh^~XFRHЮX|R?mJG[c)+17P8v[LE[{ִ g4RLs`W-AHej圼Tć`H;@yO.1ƪܬl3{ , Pބy`HXJ-RWd #iA ,t@p \;?ꃈƢyueʳo~NF˺+)4&I\4G#,;U3E9d`9^.Zp kf$/M?lV  o\’#{sʏC]EM:"EerƩѕ\*eiy=ۯ,uCܚҸg*9x?"of2GQWh}mºƥ:yUB7ȇ-c1 qEH; $djw߇Z~xx!TI#6׹?.ƲrD?o]̹[i9NjMbcv `9B|J&ζd1҆.H/ ݱSvnO<))Q d%(ᄍwxaj䞰nu2Ǵ6~Iė}( 8nCV7'h 9ȕ+b -=/Sz!הP$rC4y>NK B5c6?ϬԃGxE0vߡogDK7Ir'bLj]*4]oeid=i4[gA7("`yu`4FOZh3_HDhNATV%k_=˦9y->*WhJ|^@VqoCfrlPdM"rSCm*|Tu/4qÞtAX.y,(5Q݆ODToܩ~CApeG>iX{XǕ0ڹsF,k;ȪȅiJR|'w^OSL_yTf0 UVa4ޛUU0{.[{ߺ,8ݜ  y/Y(RP6_3d#]~?o/0A˜Pt cJGO 㤪@B S /z *KWp«.vfTCtHoA?ɾD-N\sFnQ%x }lmOTcK5S5}0Q) EϥRg6snUASCk W#[(:k( 6KɧM-g/΀ܱB`8N1)r@s 'b$_K.Jc ˊH~J/$ۆ^:rX[n $4v޾)h΃E<7hcu 7C=#({ .m?vtݤٵզj΄&H HʹAi˗=BIQ-S٥;ZlB+}#|TUp7:Q*פ0%mQAO3ua=.("YX.BhDK!Z K~w:"#(RN2G @l%ފײYzc4a{Z9zn&[w"Jg٫56΄)50JvMlweЀz&fTQA^߆~x$Z|sb.XRy!z^ac,S+rHE4VU oPbW~I+}4uA;!+At]o}"G5_%>"U[݈V\rs@# "xw?@7}Òo!dClsC??1OނdMM|`%-/һAh_tno)*`1Cg%؉+w2mW\WYu橿- :] M7ӏLvcZZM*ܴJvU)M5;\ cٚdء{yԀdC~F9֝;0OD7U~*ؼ^ɏ3 C&,.nԌtϜgT*eG/7wL7GıEM)>1 !뾂u!R-zG٘bN(oDuȐ0%&[Tkצ>_ ־v(*\z ˕x})F*;ME&J|<{ wXNCGS?(,TGp=ծmOɀd[j`W^NƼI?yܯz~dεMg*kl$h8WP 1p8l19wH˔P+/j@ZK=TM=q'~X-aK]:G@(8k>G߬'`Ṕۃ"ɚbVR(:"}y5 ~ٷ7'ngx,3{WrđaFaLRi^#jJUQSvq0:z؜"Okez-jjVdj\$<Ll[2nAx|L~W487؛zV6'VuR˃6 Z  0>"dzXi3'gQ4'a1Q!(o#qЏiw'3N_c|IDnc) j}o*R푔ˉ??`M[-G(tO~Ag {6bcU,x>"cOHg OI'nYؙ*b'8P(}Fֆz<: Ц %P '0z=Ӱ'Ev7׆/[adȇ=+\; V}8&KgR!WF`䆠Q2c-ߕLc<*.mAљ-AN(˒zUE ݝ~YU/8َSo2}egE­2p8f$8W}M[nKE`O(\iu~,GldS Ӭ5/”=@edU`=uѳ@堶am$kͧ'[,pԋbl]WR ?/͆R RAj/OgbECn58G bN]o &R{'h*tSu-O+欲qMz]\X"o*'?P؇~%Yw3Q5/ÏFL_U= &%+Ah2674_ėz]Λ?R/ ߋ4>#b. k: I cm&åfG1 (bqsS `Ѽ{m)$IB(ުcRd @")T9yߦgl4vޛ/FyAXsPaБD'N1NCj7/(HS~Ė# S(-J6ɪ%F'.?g ee¼W rd5_Sgna/3_y摎U! +Jd ''TczUNc#!8NU4lc_aWȺ}2 b0: I|ιչ|헄gBR53"C!pÃyoQ<0FFA8>nG|2/r03+='f 04??$|{Xcf*jB{lKeyvMΓ:J[-,y?KykOfbwbme2ZsJg+솳?}ߛcØϊ_;ok/b]JHBFzָ :0$su6.o( ec1wo=Dbs>+zm 4gǺ3#\Ʒ{ ]uhdg/MhɌicO z\cCm-U+uE][ؒc5HcO&ȵA0~dѹܬ[(Bnݡk3T\6ŝ|ҥc* ;Ey2RL39F}upŽzLe@:lKo4Y#z ;o,*IC,L"Q Yb)ꀻ&fU6L*R;vw0nAE\RΓ[ӳ1+]?VwV[U珬ʑm4A/264+C.ֳߩ:5;>s86lա~Ab[c%QSkjڋsn70"WdvqgÏ-RQ3IbɞŌ6R!^Qq`ȯ!Ѐ?rfҾכ@s3%P$}v=0߿IΘ\"/帩 J+Th|]Wpu>[# ~ dJ8c)v ˯.W]R5Ϲ=$5x7(b% :GX[,C [zLI2Xz4"lƧ8 =':+CY;d23kZ_50c?U.Ny cM ltHvzuS+@-q_8#= K*3ewո/%l+k~hI$\3bԵ|x,6V!H&zaT6~-+%29H<n4%lu|̈́ #{0-LDL\d|Y} iM]omiKiQTk{I")cl#^~5H$=4<EZj ۻ'T*16,IogmK\݂t!]ퟞo@gްN_~[2S.RgsN`T8/ 0VsahIS;ihXݠ5}d't_J(܀]_X[&r:`%"Sh;Zx '3#LO;ֿm~Wތ(X05 E+ ?o bmH1Օ/ Y{tNwqP(GYh_JKZO[i`E|-Ӕ_ [l'̳MD4MI'xaPucxǤh:`!nn[X VJ>xC yMxRT><\ml}-Ŋ!Ʋ;0 K8Cυ%qHh[VAipqҽ!VBl.5 J053xyHrS٩#Y ց8ք #;*ҙ*'SwY3)ȯ\m Vc Towz$vC/4="Oӓ&$Մ3̣r`I&mY~3լFܗ'b5n7?`TWte?RҟŴ"VorBXFS]W?;Uןz奤a~2#JL

ДI,%mnH>֧/SXTb~Ut`-9y8N(AE$U"ƩÜ:A1qb1NcGMꗩygkΒd:"T6@V?iH->O#t3 J:Zא,W@ڔ}Y+>7]7aȢ`]PV8Bŀ_:c5? 3PGxſ 'ytg21B^"QERF6Y"l:Cso|Z颃 ? 6~25Fsw|R=q]71.$k*c$AHLLDDW }c GjMF ёyLހQvSr2iDZ ex9+".ʂ{WG[>My[+ܑ7wP.4f0nU&,_aXxyU$ҖfYcn&sV;ABeQp3/iy9|xn2$܃Ez(1ȥƉiz @whS5tIOx?S z{GVA.,v'b,ɣ~h"*$)lGVʨJ{R/Ԛڧ`(^wcWܯ$OJ 7Xϓÿá`X>_|z܃fs˲)cAa 9m[3 n^\sf$DgG:o9 @+htۡɱpc;@MAnKѹ5Nmp; ?LITwJg;${aWLCR)~rF?$8у^{5KVo r4To}p2uIRHsF2؅98 `N[2"5c9z6\hfS"SIvXebŷ-O`08CtE(_L'^z?[fX0 8(P шոlZ܌#K5ޘwqc᳒ueJEl$#>I"Ocisd6Zlٍ\UG=o,>dƗׯH\_Բe;҂Ze7?d (e'Q>risL8 ɀAwez7R)W{]Q*&2J7GB*ala %ѩ53~U IwWt29Rr nʘrDU$GjZ?kM%9V (ЍsSVKO/lUb 6=MZ4̽$Xah՝J-1`tMPT zz}n36fd֋kòӲtժÐ@'~in'^) [4@–G~N7h xJ:BHq|rߜ庱zQX?zXL"o=t_2.W&ETqwL(]~99q05W'PEIZE RcAy`j^<x}IsޚP;z{a ~j]'N{/#:}_D+083TO_Xɝ4\$CQ(eAo6x s/I~  I`jy Vg7a!Q1,%"[}L!@\&iV#-Gj[~CTjw#g> '16&0,)Y`Ȧ,4pKb-0 ?n5vF+kɊEa}5;Q=?=8%ށwhϒ 3&oEQo^'Rl%-N^Ŭ-T$k/:asڈAPl7JnA/y"ͦ10#fVٓ,Rfp$ȦE}c )}VH8֖hiM?Ag,_Ib{+.uưg.~; -.3_<B{k&Rcxɖ47c;},UW4XQ@Z3/`3ڟRdcʹݱ2ZHyu48ʇ}ac >7nrxKdS?}yh(-E09YiץD/`5FC:789 Kc!3`[0QS46D@4B{:{_@F f@-vhu]Y>R\qEA$x)AwG2n-eXW<銼239f+[0`r3cW'N0Q1{r[Q*3Md]dIٌU;%ɠ($^٫ WQF poNϖ4IDz+$|%W|~Ϯ4-n+w=VA8߉v\1e-+YO!$O5{{Ǖ5 >lO*%Pf0M /o!1d/s yNwؙNM"Ou!5gaYźֹWLP!Y (}cL!! *oݯtMO AZDVy_3ICjOgV#Bfw2oPsv:@IiaĠ[Y {0Q :r[ӽ8<#=i|zgYTK35K:NcFfX2cl׹p>$MN^Pm:?Dkź Qk vo.j]{_!ro%՚J rGE lx*u8Rr_##EsD2lĪ,7y4i kRq}3˄lsrҭ0 @$ͬ־sc^V?_r1zPdG 'G%nueh5 7‹կWta_#K@>MQeRמ r*qFmJu9ؐS6/fSp_Y/T(Oe=ycӠmD87YιtȺMOXzBhbp7U2Lϑ抻T*.apkXyaG?%F$c(YM_S&h*Gn8W0eIVf*g{ԡ2<7ezÇJie*aq[~_{Qd7յ8rSzN;V3ؘ~̆0@YqYP"]h{0,?ͬ|8:2l_DvT c?ՓQ푞iuAo(뛊lpÓ2g؇>{c,OvF bRZ%V1<' |8rߡ߲<4+)&ɢ Wk%|K2!\&NsAշWkE!Z8AWX)L4g6S{"A )vsK8zZ5r1/EnR7AY2]'U5}Zrq[ަmoK>mb@-26[>-7Fu/jJj"]]xڻ[e` ZK/) j7W.eĬ6C(*`(D^n7b3A=67}p/TrA?w`^FwR! gp6&ı9wB+=LݐRHiJ.*/**Fc_JJޤ{Rdbg|?CӨ_6Y>4h#T8?x#Zi!-pk1E@X%g=]MIt#,Ԣ?\afi2a<W n.wð:H,Q0";QlqyW3 A}W4A7K"}nO'}]j[ׄ3;Qom^nH"牧ɮtL!溸^=v,GfR'V.-QPgZb.{yqhf:kӌccYsW}T1c DX(EUB]4rnǂ;f&61Vu|(/#l-]cq/Ja{o-/P&<\r΢ݘGfq'3u~)RVqk8SG%@HKj3~{((MU\' {B=lb[Mߘ0qXzepJX)P`2~noYcSβ;c`8NKIP6m{m4ϙ}ǧW1C"ImtrojiOk Rd08a иg;w#L6l-ɵ=oQX#<$lqu2?@8B1ROQ[r&|CGXUVo&1tmX%nLTHΌ5qRt*kw[ݧm` p*[-p*ੌ>D 92Ϯ#_ \T] K6,QKܶ&|esdɸ~f}E.,zv)S.!,;Tp$% rW|b2-6~|_iKVeXχxtq߫_0 -gCqФ$w!7R7 OzX^SƑBl2'HՒb BGkJ A4(Ӻw=lC{/&[Lj@J!60BMK.ʭ!yg!{𑦓Б}z- 弱hhȦ*1i xK݊-nv#.73<ΞƸú"vEU&IUG\\9SLA߭t"J7~ґL"R< $(|z&5ͭBlcL:P`O!jH6D1p K5n*kʍuT1d]ЇJi9r+ȑw#]3 BY5@e ^n ߂NV]L Cت?,;9I b_a-%gV{.?oiQQ_Qe`A˔fPqCE7fϴEΰ/O9Ax^[^IktW-E=,b NcCl+/ҕ5ޯiAF.r]I͸+&V-]AR߯13`O7zns:̆8x Mne]5 DŽf8/ )7A n \h) \#j%䉙FqAS$kryVnyhGUC0C61]bBh%X:Rg"vM9x\>v E/b`Ma\|(rjRa%:(1״fNU~^3?j[%j!ppGn> nT(ZCwZ*rt?+cȒ?2.|D9!2Y-趱FI sp!!s7NBߩ+UD4+ wҤ)X2wh7"1lJW -gV魎c姬l}7c%mPD7P h"t-H ۸aN9tS߄N6o5H~0Ο )7Qp`+ghQrU:ѣ \)AZ OO)FUpXE+s/ʀ[p;7Skh4> i-Lk l_Xz1I%9I%uZw磑jNy_(uKmmSi,7]oOkL| HIr}3 =ZZ{ṵ3 7iPA؏GNlZ,G;Ca,&i&\|aHIr 3mȟ-2! e@BznVz:ő.#XqT0w#+sy!do` Pjǻ~s̴7,SFG7pkB( mtr2`ͪz3Y?`\ y^Zm3(s;Xsl#A(䒰($[`=#HGB :ΙO[.p[PxN5=im`4.\L.Qhע}mEq09fwf8K{n=dTj 0 ֥NHiRU*#n ,pܙv٢)ghL \K+ Oh츋fdM\ޤMj(`cyHn䆄<zpHB +x~ֱ*z^ ['=Je+YZNd=ܡAV4*]jY "MJhD6^SVf;/7VjRJLSL[?'Su)NtMxEK({X}w2{6/9ʌr'՟$\W_Q@T=[CkA ` yi-9fdV?zQSoR\d0G ؙ3IĽ'yE|5=Y%PƉ~C!e?MX_ PP/߳1!Gޫ9?֭uRU">XOKtI/&GZ7)yU9-E#;Qȿe]UznYLƀݺ@.k".rK˼rVӲTHVUC|% XHWCp{uQL`m8A1v0Z l"L7]FF:&dѹNE?{";"ņ R'tZWj<)!r}8* /)6b(|$kYJEJ4bĭi5JxMc2:ju )rm;=Ҕf|NB|*;5+ZѮV_]"+kJ S)KiPayCO4h{!&Al z~yv-W}Hׁ[ vM>%b5ȻM YMq޻83(t`XV >Ώ`쥟mtA3SԺ` vy,m)oɷ7~Y'q9-yP+Y&m7 cR3N )u GqRUu6^XѩDJ#~orvQ&`Ky%M ߚms~3@^_sQQeC'rr jPE 7CBZVM!aT,/ @Sge &t*"so_88I6e;e ~uV/cqfI=, Fܯ|)HX2zKӹDDMSuIJed./SX=m"EB);yޢ!Lmw#GnT\>DTMA=A[dɦU-Vd ų,Ow\tkgSluYdD82eO?Rk`ChvOT 2 J-M$3KmWnsiɪ\H,rT_mO;U^_a V5NB(w lje\:?xQeUDUxϯN i@z{3pDG{_TW*9poiZ ]/okI>[ }{^(>Tͤ#* d>L[}#9)",M[2Q;} hQϒu/z'mDȋ[cyd7шPOZ߶#:k oCzpq69<.>2֏R /efL:~2iհ&7׃<"ԣc9QTp4a .28k5zbSY+ঈW.#U i1̣3 xO^Tp 8Լs^,ۊbUJlM{e`&bf5]YW&191T{! RG7!s5Wi6ɍIݽ $j\^EX)S"f3(%ҒD'+8EbeRIoawl̀a콚<`r AִfSSBR&' IS w2 /9kUEfZעrj^VʈJR!wKo+- ;BĒP͢{|.;;(@FOIV)^4'\ouȐ'0.䙺at QD9-S.HE:5>X˰|Eh~ ]w\?5KG6A韒\tuvZmc'AL a:N3dQ -CūUALTZz@ү ^v[`tj^sIK=lwTT1^D*Ձ.8 :'ъ)5`2c{+8Ϳ[Yk3b_Hn`I@XX=k/IVSÆ^ ]x (?|-mIEggm]XRj9KN^ȴt/jq#Muw$(EyϼkX)ȚYeT$'hIiӨW| =:Q& h _ݺ9=ܒY3.,nK0r)5"EcR `(rz}sZc^j8/45Q+tpZۻPE7 2^P6pwo+xJ*vxc介 Q2/h,>F`tFd2WsJ3 X,"nebۜ+re2&=$tg2_,+{(:>Mc+G\OŚ ҲP(iB8!&ďML뾏 *.}=1uqq?ʰ^9…>'}-\bz zـtaflSerQR9t$w r;lUfo.LPk>lY%d 'kyJ%ϘbJU€jY/ovrj7,ζYMf$xX,v!іecËJ3DʃAK}ȓ"2hay3em9h;3zj5Z)Κ1!; d@ˁ=6)gWV&ҡ!R3MMNiqKZt:Vcqgt2oM q_] "Y^a-͆!9ZlѢ43U/gXdxITv;j%)+ؘC.!SEH*S듔<""Ϊ%ORzB*e2' w}Z QL㻏ۄ"cr`+y;yp'7!` %yX BϺ ɺBt(SFWG:b"/B=kTX\^/S*|rxHR=)#c' *A_ܹxcޜUlv>)_d&Q[D7ɚEƀx jY N.Gz>GMd/ Mգxuz,mhkMg =uΤ³_g %`+LG,aJ SGLǒ;ҋ^.ȃ>m\C!ª彫 I/$s4^zFG*='4\Zi%.yU^COCnM/ ](#y櫧|s ݉rG8$ +ɱ\;7<-Dp8L$!hXzC @i9MnL 98Ϙd%؂ֵ YW!^NZ5O,=7sx7mXK!$䱕K ._b]=R "7.Ĺ&FUS*(S4"~> V hme1\|s&!ؚ+bͬ()"* |ya* i"*iU\'"y<[0s@d-!F_vTG3$5?']V {PR{P7T.SsݵĤXa"$Q!(@6G)1@tڃ%c$WיB(gO:AeGvc:&#E% x6͒5P*Ae?mM^G_B,p"w`iVJ{iEFG9#kBvZi~Ǩrϒ@]}&0h|b *g'qR|Ⱥ&֓R ^0 1&gyMtcNL:*d.z~;K<>cr%Pq9E|HOކ\M ȕYNc~ z7nbZORM6 _ ҇ -h5[KDB FpfdDo)G13zr- xs@r?K=gU[xɚ$jzIEi}4g=Ad Q0BHti*kN鲒ԫ(ye\􅯺PPk~EI7* WsZV66˓Rٙ1Cv:7\nYQH7蘇!EBIC7GN58)Y¬M6U3zJ ~"nUּݮ0Gv w%_n &S#]M&T,]9Ǜ"w4l|xx$/xkP$ɋ J hZE`K"+ E=PU53h HHW G >ty@kh qc ԴCMw'INMv $|Q;\sw|xod\Ӏ_ f.J- Tޢ;LVܭā\+\6WKrrO,,L'`\!S44[ cӻ+07KSMiOn@bkuwt^QyM=B'kN!'N Ȱrڢ02WyxiD8Rt~5`%Gp"θ]&^y[5Yp7e 3f!n.NjrA C\E'ғ 0N9cΫ=qX6 k1AA|`_hP۽(KO,6M.AnF"5W'&"haT*ՠ~.(F9fTp=&*CN0otr[D}D4LW0J[Tجp c Q!E\qUmw?Y@`-<#M M=C50XՁ ea-W徶:@;ID+mYeE~n$BRi*Dvx1 `QGYRB#,"|s"ńH9fӯc?S/ܿ]=V2_WՆɊ#,av}lO7380 ?Tdd^j T&Q쌩M;Ѯu%# C +m=!,?''JǘaW2üEdxc_Φh Уv6Gean&D2O%w8>cq 2hq@7?K+4-' rVd94qPK~ H+9em| a݅bP~e8"T(4w^$诟(?J6hQТe<]37 Z'R )n#"+Q& `piM_e`'b`x(ĐoEł lݷ|-lN4kvMeQw W:]q#+ uP -ͽNԲo|Z'U%9xkE6 *vݹ!ScpSk3hV ̆k#ᯙZ@wvivQ,k3A&flSG pN?#psMڙj%[}o>2VCUx;OJ>hK.K+'*YBq:fūԑJ HBƂ"֊MNً`|F . OH@9^@Gp $Y/ t>ԙɗma.G#qK-_S\kwʆhdWۭ7.Fn_^#9)5WV5WA+0rZ `m\.:]PB}А@|a塙tM-x]yOi4#Ea.7x .ן&MC@yAEGTZPky805]EI_\v_+˞4+3M2 o쪠48x+x rd5~RVPp e߬+tqW;kz}EM'Օ?"ݔx3g_Ң[#Bic8WW T?@n(JD^:~e|.qhtI:ql HZɋ^-ҷs0ۺu]P'_ T*Y'`>վI~H7'yصl_ T،+2BBVzqI("SiҞ'qS`:EvY_$sd׹,ў󛦑FkXm闝pn-@eKCt83hK0UU|FFC|3P|rPBicmL\g>$ a 7d+4Χ+eYUꖏ[ k"İ Ú<e' 'a M],#?ֵqT&@ؗyP+}<ȱ[xCU.73 %M9'#3;<"`J,09a_T諒yu$|sDTҦH/."/(V=O Q >^2)? ɥugx9>Jb9p kMt!JX$˸*CtrV_˾,x3jovX$n62LLM%QQp(toKt\`Pм*@j{d v,(@?Y0zFp _#&<^;2uYŌ x3`}[lnKJrˮL6aAU&e4A|{KbJG8|u{ҡ@R̋12'!XSЕ7Oɭy2g&īnz8vX_+sLhg?"x@9'o`{MOVU_WFRWH8틀]u/q=\J5ٙ E[L~ODz⩢kD\hoz4c14 תeat{՗ax 2n_YԼMdAq XT{y{AGޡ^B;3xejKa܅ "Sض1hd Sq. DFlv5;O& zPoM rً\^=}Vq' K @E!x߁.[m&pYB5sdHmЦ05.. w3xoMW'qz3eeih\B$J "P $ ˌ6Zvn^b=<mNpwZћ[. :9XoU%gytgGRz[@)iz(Zе#BW#wyP5McBPS'IXѡwXjNS-x4,OkHɲ$YS>1,|ɧ1 u"y8{wLqW?TFI>2VhY^]ʊ[%M|ux%z['YVNNӹx%uqjb]ɏf6,@Iwg+=:"el^uwUMvƚF6 ^_ %c )HBY0.1Wm/rږE1s=2O1ǽۤi%9@@"y}T!!ң]gC)au~UXnT|ɚ>9E{L;Shۜk99.P:soeXHz2!Y"Xp Kѓe hk-kԙMxm;( CըtMvpA=8ߵ z @G"nI,v'#ZlJ-_?àj=L1wp@'?wx1oֶ {g&uc@/xݢ7Wa*:rB&k]Opcf,:񮳜 ˡ_gLo,k0:wVctxϖG ĤA7{lդd5uE杕mc . !ncJ-&#Pa3z<%A~:tF29CN3ݹL~6;W ZA ciC)-3VdUēPR]bo[=ٕJ(2ٚ7ޫZL{]U[wVńU oQ*XO3ĵWq UOY > ^eiU҉iJRT(P߯k:UlsmA U @kA]l٥pro_xDmԔF0|LӀϹ#0Ub7F{X^{*N}oѾ}*'m8رdf1S :´*1uE97/5;eC|te޷F>D*H7)Ya+Bt?]&AfoZr26Y(ɦw|fbqF#E?Ϧwͩۢ,$`ik"dztQO;ʼ. ղjί>+>ВMuMr7(z">hR`JQ"vwxM.0-q_ۗFǹ>(H[uv2 0ٞ]z(F|K)#|=AW٦fJ?98hgo4E4n}|YujJN[C3t2m-g}nߡ{YnSg!9$p=cOQt@?m눢+ss N!D= aшJT5;:F28p)#\˫~IbA.}I00[qS`5Y8 Hc_lT-1 B8D%V  =(ʵ9Y8EsE`:ހofȳ;@H=$>SlM8iˉZHߚoEOՅ%2)ѬQwZ#Kn?V28AGo%H~P.kFJma\bɞ*=:0z6 Bw'E2" _pU Fq$95c-PZ/O96pަНj2ՄWYs ;Ӊ%d9h0 -7Q'f,M=Ӫ 9[4WZ)ܞ4gTP3'.h-K⭫x 7S[VL4oH#g myLgB֞k:BV ;#3]X@&e ~P 4sz+{k2 ff Lq'ԩOZc3$jxDdsJtWf'X8M:`**h/n@I =݀JvFN [!9w.wŗkױީ_W>i(I10[One%'l,7JEԐQhNϷ$z.%pH@Hn>q'kgZzƩ:3Wdz:g¼S\c|kv=+X]QBƨmr%M{mLAvA[ײz{R]߫GkM ]މYWFJIhWo` YH(OL>T&&Y(ƠZ or !kЦnnbH[?_$4je3ߙC@r`C9C@z㚔sȬX-\[%LD ~s @CMuɩ&m4ikKf#~kSޥcFA+B|y{[mb}7o%9k#!$~Rќr҈96z&&?dPQ滍/ tO`kFW3.lS\`f!y&c񓏎AdQ,W=`u  bq?#>ey /K[ɼ-8_XS 6S] IG?c &g;DUģrw]"iՙ@V)i20QLپz>$(Q?|_s;׸vWˇMMOm93AAJӪ'QT$qFyA4bEUX~dZi:?챆'.$rrZJٮ;: 9kKlՋ!Yu~$l'wT_=,o㲰41FI#/tWEQ;b'1;Zl1^̗ Vᖨ 59B$$yW^괄/gT義KB* (T:av*Gyb՗ TR'CaU*x- 7ޠ~TTKZTG>} f%`&g7Y? p&Xq70J[2)?[sʨ|JN3A92@{(׾3N叵$MDqه3mHcu#jd]^h@R"dUo<=%Nwt @X5fK5d^$x~+̞i;In_8,\i,R-<7mѳ6$z?` ;M̂9ADʁwW=O'K4Z4+\h3Bz""P`&ͧ,H5 <'m\Rj>GZr sި}N S[VFk]L`BGIB|݋1wD0|:8 .6pA Iyv]?0 ;/U :b#p \H {2±gS*$%3QûuQ#C?^#DW[=x("I-hW(YSXRQqW1znJaNrfX؅WfA|yyGD#Knv~Q&6MeO2fꔐ,a5$9Y8aʍd;~(xijSǷK=$e/<1u*THupqtV2ngzUD?5(3~.6pwj+7N_zV1eiyg$$,aoV&IǏ_9n$`jNY+n]TA#/@%g $5݄\~AIWETH|@00"i݅9^_a 2%?n(Vkj9u,6coZ 6BFeݙլ31"p\Pȏ?_v-*jUQ;!a+[|R)ժ%"tM:8)2ܶqIx/^} }am(u=ٱ!*vٌЁ7K}}6(y?PD!sN48t6L( !hK{q-:,I!RP#?A2n$}0 J?I啳d@^*\hJF 8anpQ_$>bRHQZ`2; ʹ wSntbz~6$a3RvtW/]C4Pp2)Gxj a((m:ʖMϐlx eb|PW}ҵ"D9ZRo]q1S4(w|GGzSH%Ua Pzt>d\@NҖ"vZËJ5+  ] sQsl#YE(2wGQe`df*!`nɎryzK_is~$ X]C= ;]( d|ۭqKMDXsMiť}~&nᡘ[HJvSʊK<> sR$SE D~li(nl$쮖cE)Hr`?屪!om[F&e;_; ߐ,x"M83(搿N|INòBsԲF h{Rfn8G<#jE<规.gQEh}H/3Lc#.%DE"~vT="P̙aN29hxU7\v4I(b(GCz?h/җ/VSgL64o9ǿGijC:m6n=UP a9驠HPe,4n#OslJ'DEhQ{4t).9(Nlalrf0W֦&Յ NlN꡹.>;Ι&c&oj:Q)myvʂyU$+0|f3.st,^]Mt^Z-X^AEяy|`HZK9=3G.uƸ[(Irprt찝gD7p fPĽYu|oKmLRڧ9e芭Nfz5YS'I+;J/ ؓAfnZ)I2x2:߇5(_Uq_6k0 ЮcJӱ:zmYn]L̻$Fw[R*Žw0hmIХ@?HuOn2!7B['1dT?א`2>fZ4>n>2;,"5&7;;@VE)w)@IĜ&pC JE&,{0K?Y xM^⎭] 8]=hTQP5#R_ʭGQOP}!9dΣ YjiH,_}-La? Lrfi\,ID܌~\[ѫO$.&(n^JO* ECBVW xNi?ǝ€0XE2J✦U^C GuՊTMZFlRydXcp6 I} ISp K5..B%Ğ1)O.bٚx XT(kѤz^EJo!~ NVp!$Umkpzпdm\i> 4S)Em8+55fO49K>C@5a8nmG4/ct W,1TWK:i \vJǎ(ΪbKaspVهBk3c_?"~Gեvڥ1boPd)Tԗhg9tzmԕ <>P+E06[`zIa+ٯyYq37C`,Nb+ᴅ8BP&j' 2$Qkr9z7ծ; iD= #庞N+yJ~8}PGG#P֏i95!W]"j%ǘxr6^*<82]鑙~$ׅh'epR8_"-,+X|6LG2\i1#.SX|W%Yct6\%(63#א^/< ~uo[I ~䫼\VϜ~(ogv&!;C׎\GGuu<3:jTȒ{yO&O5}/cdo}!q}p6tn<ujцGE[A9rΫ~9<0f62G[b~,b~!GÆ1X̵<s-o^tz1WZWZ]548ړoMa<vI :Qz5ܡ0e}U|6_yv5-Zoo`#jͬ܃lϑץ(.!n5ouվMݟ/ ({~jG9tBDCcҥr6FxF-Gё>1Yk{6WIzAymIݏ_<խgC:ߩrv2J70m{5?|@Iyy{^/#>3 \֨{ ÕQMп;o!WHHHH^H^BCW#o?B?HX! {n|`?|FgTڹw#4} nHdm\&)bG8CT&~YFƛs i-^<[%͙#FG6zW. kJ>+ogn\|"/cjޥ*ܑ2M ftJDcurvfKKS}{dm-ds[_+펓ҩVwn٠d%r먟q[4.FԽPŻ݌H]&Ѻ0 0gbͮ'l-ì _CK|`-`;|{ahs=6?3ekܗgZx`VSwPcyz-dMK⾓eL*jDc\U7e;ә\\7^7%٦TzYjDk*Қ& >l >YXBo5ۼ8O $PTMl_TR2`o6;" c٦TZ-PF{"w78wrdY+NmӖfk2t!XϞS3e.J~A۷stMM!,*fd0e/99.H5CtFn^ &0' B1[~c@ʹmgһ_ @-ߝ1玣{ GxaeJLÆ;.o ?/%|֤0Da,RVZ؏R8sZ#d\}&~>iy03UGm+nj2Tk1SP3fSy DNG; {8NX{F~=x{7zb;oc?˿1?,Ɨ0/*KN߂Q .R[EqYN }kIt_d2.O&,8Y/$͌q0^BLG_5:E_zMeE_&[B S4W Ճ]ɞd뇄MPR#jV&}mn7]\aN k[n}~{^-BKu.k6X|6r;T#/TGnw5. ^#Roy*R[m*B{t b ;/MG%xފWyxՕ _ _?_ǮZو]ߝ|]Hk:DzvvkXT:oS񆫟\-ϙyh1N$naD[;t?e㗿%Ava\v{q;9 rDos~Q.csvsLW瘲Yj=!m21?NXX瘎1? Soy&.=?ʕ><>-'w:}Kz:ql~Cv Wmu'<2) dWۑJzo)Gdׂ)~ե Ggq>=4lc}Z^9 kOxRXxk{Y`:kOܺ_Z\ Fu: W/TSϯnMSd G%Ҝ6=c cm@(btU85c0c2YQ&a'= DNN0\_'^߰! 7 E]^||w&k{KgPky֜Z(_OK&,Z<U8sc֬4U\wҦ_7DZ۔S}ܛ OXS?D k) xV)Y8Nu3NW&N'U/KTr~Hf>Lΰ ?կ;%7֋%/u,̓yu{&╵,ȖO > \k~}^,?ݛ]qsFtOuqs2+¾vC&Q:-Ѕ}4}ΙbPD} zӶIg偯FZJ^6Z'jqʯىs1Ma3^Õ DžUF-f#;50#ޢ6wNdAϋ A~hsόiJrqŝΙh"Eۉu$>wVr]dPΔrMbicLzysKq`'/gk36[[:W{}vsw ow19gHy$G}nEZ3_:ׯt,BZ?owQ527CPKV,J,RnUnYzPr k<}]X۴3B:U>Rn0*VW5e)C`רkf&at%aSDsB]kJ/ie.jk-?]c5zD׹4Uڂ j}ʽ}VOiT>~[]7/W|5.O$ϷB>?ٞgٙx'}F}\SDCP?;EC]h ڭԗ;ikaZ&Lh0];Cu:7=\{mނw+-h?7{:@8QJ0XI}ERƶ!  'JBƻZ}H;;t`A]4ƠCA7q'aĿ:⟲w&up۔ؤ~et wL]#AGmݻ6vӻ1)=uV>lnpw:X-=)os7=U͟{AΞ|7[,TŶ[m:ﭫog; j*qhtlݩJ'Nݣ8L\vw_h2]A0iTtӍ:= t*: 1Ą^܄:í?@pvϬ "QA=`@m,*<5aСTit=D')W{ Wv<=t6a Ö9G:H7=[ ` FLt"[MXWGCaQ%=ukĂJ!fʶ@=-X@P wX =W6;z f!i\Շj!12[mw/f7U׭XvׇɇEc֧z!}vom{(zJG`on(^(J/⦳E5J8K"!#5 5"O)w]>IŪ|( \MC 7[qtA!u 0.:?)<סc@s Dq0#++w)6vдW/1U+\7an:F۳vEeQ٩:c͖-S<ƒzF_}qL޲N>0mAJ/ ï[Mrv4`yx4,ӛ3{=DTeX}r[.Ejm!F)tNe.r tZbY6`Ы >aN,S*lIiVttB=TGo8 ]l@us@/tՠ "%)]~)7?/jЫ@tӚrkv- ,b4 s荢9z!56;nq/т V]S蜃(zKzBw]nn?n=?~]x/ JnN-abO0?X:q7CUЫ4BN_e(~>!J'woW> εZ/KaYBU)_gH27r[Q?u埢~9߃;U(Ji]G/b+rK gh|Wѭɥܛ/Ӱ1E7=u3t]VPvS lϠ'딼@_/OnYMrRb^F^% Z[ǟN{|%('NoU0N|d E5}N;6\}zm<OJ +>ykYemeDolMx~r*Kݍ7'{vܾѶː? {똞~T_z:OstJ܉sᙈ݀ԏJ^4>q럧|!J'/ी/ #:|%O_yA.  WWAqZ2d߀~ & j/b{K-BRT_r]&et!:%)G|RwrXso-L-Etk]k6.XJn)=nx^_+n*G-HyS67ݼk*CJŻ#=>=~}~y=ݐSRtʑ]jmz%.Lt2-4 ]'ހ3} tdD&8@&8p>Gp,-P8,41@+H,Zf t AjsR :.>8b8ɂSt` $P>8|`%j=F.$Xp @׿ ` U>:z n 滵L \23{~N'x!<'&0-:rzS4OH%#* P tт^ZO} 4o`:X^xEQ|ݽQ hlZDP;{ F & Fhy<;،@Ǘ+"黄3L("9u6e`;qv$; R^_; g7` ەa`*0`O`/`:Λ0I?pΣ:Nrt] /uuUs( t":us.BER2+|p!pp#u7v[ޣ8ww.~{ "/&]dx3<_G!smSa}Ϡ R|)٭Is]x E/+G-朇~}6*g:جos~DIlQrWB  |R{Ч-@]3MJ<J1O"y<ցKț|Xӯ AVτH/ A?d8uF[1h Ϟ)Qf'6}h]),%Ee;?{k?QcŸ ˏ9V4Ȓ(ZuroF ttMY/NkNi)9;ri9m4ji]׻qYWXtUCY\Xόf><Ԙ&4][-4*7'@1 9ݫBMR! fLޯ0YneT F4)jS!zGԴyǔ)uSȥ'zđ㓚 YPOir{7RЎ)1#(hcͲ{b{¿y3i0M~E41bkWAݳ;yUH^ .yXĖnuH`[qHp/ys2T-yja6[V,x~*PEJ<+ yUnh}nNk &}CD"LbW(PK-0MDYavQ:]@YvQv/ vK %^7Dp%>QY]7z8V[Y6 6+j_ 1t4ȣNH1.?"{/B?d\hE,>q1>rdFv399!K~BֿGp?}OgQ3R|Ira!^ ./GE$wA) 7FW[l]?UkZ=))&]ezDcQο$͸b]0IY'/01ӽC ѿ>s̢6q5v/>s|ǹXBC@/l˖&pw5~kއ_m݇_1!aRi`N´y`ABNO䁂_ u`m TN_Vpt?_7/ xXrGF%,/،ll+`o R<y'-h ʷ$1yC|AK*U8ݚROkf$ݷ=*?HBDUB$_Iw}daeęӄa7q>!Z,^7/,_Z9ECY١MQoBkش+aP(xXfɫE$c}(z)m)2ib"!'YQiZ,g(Qп~Ε82u3]c a7!pM5 6io#dYc|a̢/6_||x x'`,.k.qr J=}g,9!F>< b+[G?:by=(~f~)~+_]uݠ]In&n ]gG*꟣x5q_l""@ ^!sKT(sa0V2m,?Y&waF(EsVnswN2f]˳s2C2zݬ5qR36;W2tnIr,KY*%v3:$]b>^Z/,k:Yҿ6 O擧F, ѾG`J lj [5B]d{e"XJ,lihGUcN;.u[54Om-.SqorH^ g{G!VxM`¤Tj%ilGL̮r}'%WVDv}؄+$G46.ʎ Nflfُ|N֪(vHXp#2cG{>o p<䗩uIN˹@Nvfui씏HUM\/۷XgJ܁<z\Rs왹,6lU//=tΑ%0OJ~O|De?G-P:۞~YPԳ :u>8gmDujXwf{,aU}$kO-/V5i=TEOgL 7u~k1*I. oWPfDx4*֮:A^gfve=-a Acnײ\c-ݶhi4tZyAv1.2hs, 5e$y!V7'?5x^® 8{YH߯)!7Ӽt)^O8^t |ĜP1_wR|!@5 ߋrnۥ&Y>>hbbU/;v~9+a%F)L4`Guc 'DN XVS]bM*"pI@, ׀K7pn1pCA_Vjuox] xuuX'%QERݲ..˒ I@@%YeӴM:NlGiҤ$M4M]ݦݴ:U;fg0#gy].UB( ET~#79|WX)DIDn?¢DTʶ<fq2E,ZlK3ͣ:X*OǺY ç|緌ʳhw2.\GT~{pO{pUw4cLt,zzG!g2֎SOLd@1Ut[m,?KOFc_EijwwBe5V:cٌ[dj6XwJ^=.^h4Ǭ҈?-1B$䦴31jUsç > X'gD#7C\Ye $ "XME_o3 c,+=~%RyZ簍rľ#9 3çUQgƲPbR4 s%c[ \&뙖f݅M߂\[%^5lx<N4K/A/jtA݈ߍ"?wB!e];}s㓟CQˣhpP=C |I_SWqc_*_1mSmBomfqr:p:vVs>.5ϳ:>2_Ǘ؁:&0N|:,mc3^%4ec7b=2]F{P>Vw>,s?UǍ UM&4pPMSq\/WQm&恪<׆*mÿĨU#ۑw%;$~y7o8 ܟ*#ﻐƒe|w:b'3R -g֢Ŭo&C6-KZ:hyA5-tNV Hx3ćX:#eN#c{c=-|Ɉ<=W>)s2Y#;wy\ O\%ŽWkcq_3i#ir}&מW ϳ}i-] `9쿀_W/5675 m`hGC?%὞W,FkljV׋/ y<%Z)B࠵#ڈ'o5F/_kĿeױFz=l}:oCH]!xis ]UQc}--^Ízg }_ډgc/o눶ƒI/yN?IOIJ\S RejLv,z\WbXjsWNyǒ?2(T{ zǒ r|qC,u\As6@4D*OgG00hV_7)鍞tϤ9g 8ۧ3 9^&\&uIuy$>=4;FUJ]gz.crn QTF֨K }Fbup%L*f.ISv!wZ, ۾̬қŶ;/+ypyR"x_)Ufqu/w=~еۿgܔ&\u5fzx57xn87 :6݄.psw7C.P/3*mUWg[,;|E ( VTh hk:W;k=8΁w^yvzOq_etn ]^f?;,Nf'ŀJ\Z"Dp7|{\K|@ %>(KWڛJt#qi:: ּP]['K{l~zT#b@Z^}_ۺRH7=`|q-Gl`p, 5󶫆ցip:jhUC|`׼ºXyٯOyZ~tb0߷ݷ;wOY{v_GJͮ eI-Qw;3nP4"ƠD|N.rYs^пy`o]{J{Ͱi;^$$A'R>IMM|iO=Ey飳=ޖ[]-4~s njcY&ٙ7EmҖT?gָ~/Xo^"Qg4!KME< 1鰤 ݢm?c?(ChKd-C>ǗCxQVXB+vٕڞJ6N$dvõHmO#{$ZCTڞEc}=^۹BXjm!{=m:L5!ܿS]v޾j{SG dm/%^xKAn \7mG,|ӘJA>SHRlWє!^omk0؀v进[nZ3QcO ? G;K!n"{גm2F Sl{\oq8bnnJ_dW$oho0O^B:K9%-{$h1Xo1cJhW2{W^v%ڵhנ]v hףmB]h7t`Vg)omvQ~c8C3GuScPU|[ /:[ 3}ݾȣ`v>Q]ԿzJx;DEc8x_cCbNѺ>QA{#߃x˥hZ(^ /^7~<>Ewf,M}WӃFQ@kPn uG' QYj2j`4P؅ӡkR{*;p(m8P1^x!ii{3 ٯڮ;\pA{쐿tou_1D9O͎(c(N";^ gߦ)om[6ަcoSQCW%tO=/o"v;h& ?<#UzFwԣ0uO}BBV{A{IGƭӸ-ܛ#"/_xqi*by'"oJEߝ"T@+vIg<^ү#^D?_È׌!m|Zr>9؍2 L*o7GDi3^Q~2ڇQ ޲QlW>qګhD{ S{Վj'0`8000\'0Obp?*F`l`4 sY§pE K `bX4` Mʰ\ j`wc `Plaop883ZcXb1nXp>@\4s H0|Յ`@~ 4`H3d YE.,x~8N*yqx0j$qq\c)m1O?@y~8s"my' w2 g[3 @Z~_ @Z~><~B uK[G(?C_> |b(}5# >:ő)  Gg(E7((o1Pٟe\mwl1fOܿUe9?!ޯ-7÷^ex }}}H+}g_+n2`OG 7,o0dÍ݆'}x] \u}=f- i A+H /BHŨg4=#$@̾c@;bulcp!Ćر;KENNs U~UhFϹuzzgQ*bqJT4`Y޸nN?"8UPtC3gϜ1w⎫b 4%w?Zu}RJt%RWۛl>V/ӱ4̆iM6\jG}0LU8-Zah \|"BU-Vthm$*#/S ~/ QmE8c!cqmT8mG)2urk٣yƃg"x&n+Щ7 &{d׃g gY>φoEN ע{>'cd.T |Cd/]n‰ZsEZfŌi;V֕*w'SPJt*V+|v~8}p:lx {ʲO暎չ P%+BnQ& r?&րVPɪ,nm'!V7ۧl!3/̋G+\ KKK)Bqc,Ev '!oS bs]#y?=džJꛘw2y ^f7X1PqNkZ)Koz 5v#֪>7TȱػC=v uk,} {TG^CB`Պˎ.}/9.e:Y(|N\ˍt]W & fr Q汢m[o`CN =qu7v>G;=>Gtb?\ w<܈#s| q7v?Ƞ?TmgY$#3Ko_v*CrP:ϫm/h|>/>|>Y, ϛ_׾ |k=JU:8|YL%s~}MFϯ:_J_ ش #x _d휋z~k%vmp-[7 ߆Z^^$kkk~5/?@OwR\%cD 裟">hߟ+稰9ȼsTV e3 ;NJo UԆkȏg'vB%9{_KB9摊jwmp$EuE }]1>HAh =A\Ǩ c7[1%SY+m)\D ɵy KT%3IKN!##]nN625W6W:Zܑi˃X'$q\25>?m=uWI?khNf88Mqx@q5g6P*$x\(ڈʝ^f}GX+}}wd8vx:9Ьj42'7I12?QA%2n?5mɆT(6 !of:lRVz{GfrYJ^;„mN7SHGT*ӛk=i/"P}`(Fu&]?\e[2Ύ1ڤZ": !Hٷ9IR^KI2vk׏39< Ɠ^`֏'cdZ?,lџR3t #-s)o=?֬bO6Soa Ɖ9?rkZδw.jRfae39Ǡ<&X:VYiUqC4F)Tq(O*>kޫ&i~q -GMn>͡zg-l!w/NX٪1޼.ۚjHoN4dZڌ.b{JDt+[ӌdQMmߘlncj/?8UA E^ty~;+}v4J/rtz2bZ}-kMEԅf}"άoׯ 轹'J"f\~]?FmǗMh(1hoJ0ْ"vm6K%V8C&٥-ie&ж(mV _%~v,MdC[!,J!IDh{/w؛ؖXMV)Lm*JLcHJωg~#n3XE[=tWݔSLr?K3B73͌ghiqЈz+l'u+z]ϧf} 'n}?| *9ٯ"~5:sܖ*E.=kK.DX>u.>H1c!rq]0#fގ89ɶCQ4n})a]{'Lvf:0Z={!8,Ϛrڟ3ڟ7na@߹E%Oe}+Q:"t>[OR=w"7Cz }X1s4&~WܯYX~4{TSWf LutK&:Ә)BVCD ?w'.8Nr@(?Kl(Ӂ/1q8')+ޟPquW˩-%?=ũŹ! R5v8K#A*Y#|UhgBB!1Znhh焾=kHyGqox@#Pg~>fYCσ)e^1$9)ҏX 9.zρQ{M>岼~]T\}c؏"| *o?FSIY ٣8x9ܟ c1ȊEk_SNM=ZQuT !"wTSq5#(rAy2gĭ_ -olй@:t! M T8UX7]`uax߬rup9t.N[z"Fޝhy(|]NQ*ElAy:O4+@s]z 詠AWgB$G|]naO=3>z蹠瀞e5Ay/=tH:M(8V/d&N ^Hታto/#,*v˽8::Xiz 襁/Ћ@7>փ}"t]$&a+XĿn"ߦbz~r=2Iz.%Ǟrok͠Xp!c5_:h5n /뗃w"5{fѽbs,K4]ݗ{ 㰹F M~o2!?&7|~X "3̃LJ=3Oepظx\ >,]sFPEO.מK99=rB_ u1ӯs36o!zO 1ש zi:ɞo^ywz7]w n@/ ۯ"|wONYk58GzwzsAЇ@}t?cT)cԳ;G!lϡϖOԐ4^rɠ<J f%>eqЧ@}ߑs~< /R$b/gHcXj-G@qY1xTUgLl?9bFo !0Ё!À FG c'0I˚f8p} |., ,Xp9R^8I hJS=X-p-p% 8[@ڹ9g׭` |cy|혇ۭ Y/pnsDu@ ,9ECMi`+כbB_k,ϐv! -)G * t.w V:Qry~И "]rw <<(`~ QraG'XGʷmzx³@u/xx^@D"z~Tv?EDweh|BVwp}os>\ ^.3õuC7,>Bx]O @}Z^..Vu.x хEߎ@tsyۉ&,| oц#6LXpe\Y"k 654mT>q[5aь"L Kf4Hk[\8^Z ܞh$e 'ukK;RuOTV*S;! )xTMo@5ki\*B*PH\8…Kor8mX\႐bsp$,i2yo""tE%?w_"5IG%LGKg5qn_*_L|[A="&D&I"D2IY6`F|<Y`jǣ^ #qY7wӭN9 cMf}anGی vy+4la%q9yk}6/?,>#c G!6>@]#q7⋅X"ofTvoz Os)SKW+߷yI?Cl!w!n!D:>bi^*'ĥZt h>BMUፊ,ӔF@2*rIDa56P2-O\TxRSJvEKgr<Pp?ƚ#_ f k 8"܂ n ;xV]k@t?֪O*T(RR* j?H_|PBdB)VҿX_Dzo;&`d2wιgf3Q@7ۯ__h>| o040ZIՕ#ְ[Ǖ>|W l~H'BDTu.Ld p a0ʯ[ex\gs^T"DQTIUIQ-ɖ,2K@@G)i|I&/13g[ <{w߾vz !u_7ɱcNe,0j̟YQ$b9=>>v7Hy`.֌2L|rzieڮ2aW\5gWbWy{)@:yy?>%˻S WmгER*sin2 \=``k 7}Q/=Krį  !{m`ǰ8y)잆Y9ybΙ O[3b㘯A}s)\_WwA 4l_ S3w[n~&oNg|K||G_By_5SHGƭ̷OgK>p&u1+k!3#xyx=". 6h,1ĺXK~߷/o3]b3n"/lb1~Ebo۲󧗌mY7:s沎*xV u[iVϢb^O [p>̆gq"'t y{$?B~<蟀)蟁9A~%~bOHJ ?"}xG!Ys%t_KJt"Z`{G =S-cӢb]RSg/XHߓ*[oˆ`*Mps$ё~rϵh:WS-ٓhc貖CC&2\r)C~}IlUqNNJm pBK.Vz8c*K-Ia)wVB{J,;IV'>;]ۈ -sUp7sG= ׂfULgсhR.^砆 Uh{͊rh,lɁ>ph⦑oWX苖D̉Tk@O~B}k:Ι|5%\tHo4a9 ijalsT tC{+Vm@ W΍N; 5=JeiiSGb0:${ܵ-ZR/-ܖnJrSAa;Im)ܦ808UyY<#jz#( SuQA{%ch.R:kge!,JYT8QzM`56C&X)+&=mgCTfQ{X"V{] vdIv{ڗ׼[ M2/h>Kh޶ NSfBa|wxPV;k{yA/ C0}$o?e>ö?%/Cޠs_LzJPF)}WxБj~_`ַ:ĚF1VDQZF]'pC(E)}('@aDa[,S4y(p(l'QB)}hTr@+:IQ%<J%WHvz󿢣pa.󬩻F);r¬U~g}٤7 )~V_Cy}Z_4雂-_|Bܷ=dگqhC%h5':\͉va'" W0E\3(o&ʻ(PA9r[Kk|Xm݁Fb ^n7cGyG2_ǒ~ h)AMMf@` v_ = # !(H!i06*&&NE~ \\W&$ ]@8U@&FPB>} lVUUsuj5Ek5ψdFCX#`N03Ji#0QZ 7)΢zg HJQq}ӌH>GSH DkX"qxTKo@yԁ) j($Tc/\􆌻Ċ}Ņ\.fܬ JfǹKDنIg__'G/߿}Gd[|-?lq߉,BVc6940l,`nv'{O&& b6d΋rQ~2?ͯ\> =+ 6%Uѝ Nu@O`_Fqjl}:su@]FL3Tv*d 5}t7`,\ԛW' ,^Fж6vmmRaG6ź!x?~ <~ƞ`)3AGfQIp$1iwƚl8J$XVOSۺE$vP3רu2"o5"l~eulU Y1C>0뵋%;A@'b|ue _70+_?mKߠN}]ib)aübs-δ\vހN!崑sKgRZ%NJ?ai^-9Kh6MϦw-4u9RHw^Zm wZw4-w5{-4ݖ]M~K}MAKMaKCMQK#M}%}OSܒX~O\cdkvxX[OG{wml f.sIHpn$ͭUT/y6f .kkPɿD^Jqg<瘳f|2g\pg8 p, A~|  +_~d del?!Qb# FnKat&)ĴhG ٬)DSCܠۄ,)%Iǖq~g;X̾ k1]J0uBqiҟ!7D<8ϗkMcXP=LDX^gIgȄ<o!߰ZNN͢&Fͯ]D6PFli6=̠8vs}ys|np5GYJ@Ri\ⴆhzn {EU$ՙDYEn&~vl tgf.+sdd@.Ky*wQćw{5)oYtm`,XϨWE]S8CsSgusʞ]G}q2V\h;VyM .niF 'а+a8Y6 o#ѻ‡B&+!U:K|Ϩ/h3x9 /1@@<8ƕ=5Ry}O>_ CcNyL92ܪ,]֨he`~^LeYz:ɄrH鼁V($mf@|#I]Kr{պcjpFuL .Ashْ:\aړ^#Gz}dZTdy샧 -{M:4KxXKoF^I$%QWc3M(= _zɭ%JbBSH%6zO.^Vwo嚔"j7;3샲_鄐 QRiQ+)pٯhd/!{3j=^ϯUb2Rɕ-c ~ʫUp \2]_vzz?!;g\8-DQE/ސǜ'1Q`MBn 6W tܖFE.vM_A¿ﺶRUj<1]93 $HFG2Yr~=!aEmE-fXQ7V_C<әm䱍C!,qcލc՛w[/SFw?i7l?~bXր9<>Y$Ka% Vy&}ij4!eEWV_K__BoO\"4DY"iA4AdG+s^)@8d eI*".H LI=PB{xX[s6؄;!\6onw}S'/yٗ}!1ΖL_3/,'U!apGG,1G1H#EO.~:?>}!AId)M{vW`O7:I J)_ZLW'5n=J$Qbo2 cw:gƚ8)S(&lun3Y̧Sl' SS"r1l(dCU5I_賒~MoHuiROYMmI}R?^{>@o[zR;AM&S5g_o?[c>߁z_~ |GhO(uIZLDX{p]ɜ&cM_#"ձ7߈8[I|:Ժ[CoÄ"y+-_lz♍(#4a9~7!|8JS)Ռ+Eb_J78'_jGN_\]--r|qZ\%la93J|~CͿxjj|?k$~ b(ßw˻ޯc.z#~tKRYfDi&ݡ{d¤WF KOT͈1c n IlT)x"֤0kj0vD2ۻv{~>aSQk܌vDUfO@ŕ3;7TSq;/|w2DuKt/Wô|~H`Q4 a|]iTM@ĕ >sy.7Zjj}tZ-@<^Kīq7A׹|ut\#l7G?)S[cbL<{8T&\oqFdvQ{ E^^ua6y-o=lR}i ;jc3m/"SByR>ZXo[$",3dv1&uGڜߗs0VE9g?3g̟_PI\x <=ݞ8;QJ7 $52@H+(D`YBXWc RcPДlJhm [`Wž} I/c^=?_5Anxb```f`adb`f2=#Lt -,X? H$d&¸zF&@L@.#T$#57`CN+,IMJrA(t^ b kc`PA $ 5e0@_r蹤% $5%E99zEzũ%P%h[XH "3؛ @ʼnQ39'|Ԋbϼ L63Ax]O @}Z^..Vu.x хhߎ@tsyۉ&,| oц#6LXpX,][R6*J8-hF`v3G`qRu's%*uI;c)\Q=Bʬ,dXw]c!Mx[S[_!@ _ ol6v8~p9$K†$MG&M/L?4~;tzWҹՕ|ؽgg>t}3j_kn 9c~9X5e dhF'l*Co?rϗRgm,_>m=% Y׬jU1?I|}~.27XVe&K.FKUG^ZVwvJ0[Vta16ܨ2\=kש\>([Q F9)WiR{(O,&c+LUœO[BpXQDVJa>yd3+Iv3d$nŜl90&mhc湇17r^&$Źa\07m D*ӆNs/ynvĴܶOBKnE{xG?ɡq8>f'wO/bm춑$Ry #C\^q8{oRc$}R1ށ}89IcN4?Gc-aS< ·S_w~O)NG!s; mx0WrE❁K{i+!^"^m]W`e9~`bz6_cwY6 W4} *rۇp^Q]t1#o"<>Ui߾>̑94<~T?cvPB"Rl/Ict=}k P_/Nbކg{6}欓|o#=U8?1E:<61)̹݌O)?Ch_+5ڣh߂g̹gsecM'J0d[HfdS&ebt8Iی붍>0jd3GzyEא_^ &Td/b` eͮ, "BA|qi`&ژ_,Jڵn]jgi4,fNsrSN(QF,E2e,l^G3n#+t 6DXDS:$+b]Ln]2mfS2Vfw̥ͭޤyS69埘.4W۞fKPZ]=I)J9 yAyv2&n4#r2鿈ymUii3OuSg:a0ELب9bCg{3O+gš |{8 ָ[׽& }L]T<*~S5E|`2.)k.lXԦoF@?e%5C?eÉ%V4`qg nJenb7-S]f^FQsx0ʔWءV(NX"LxU`/Ǚ~_OhTbim}خTe ?ݹN2ex<>?8b>>?"?cI&z{4eRTg1\1c{"1S iC. 5*_u״F3s^`}XNT13n}7F/rfef+\W 1hDXM5zC>zkz}ِ5GK+qn[||h:<G3ALIo1B}UC.IM%3KX)ۆRk5 ܔ45L펆Zu,zomcq9UPwAM|'{RQ-k>sOhjx?CL2ſsuTь 1 ea*K4 `0^Hf{T-z=h7݈vW_D"mq%xIJzr%-vAxϠ\vmϝӣ‡,e[E[|_z>зuYgy=l,NKĚdJxz:>Ko$%ZXudr5$>Dy!V:<ޮwt{7:%"%H.O>:M2TF$MHć]9qg"yF:!OW~11btT> v[D{+d;mݐ]=!׺JjU%/>^ wBv4 CA@!G]c]c @Cpyy=0!ȃjiQ#72[Rɧe0@JvN8c9֮dJ)յ܅gԣ$<)cҫMmxWQrd1m /MԽ"{y`O[Mi3 Aϐ^9\| < EH'}In69+W!/C^)=[nc9ۘ;管\v^&kW!o9DלoCu~Lakx7|S U(n?; Pv#^0wiTOݰJK8+qǼoC%HTM^5H &A zh6t>-EI;<`0 M |0` Ɓ };!S? !&` 8N MW$p(4p@= 9`8O5 Kb\Mw\&*{ 6_@ &-U6@W7; Dn#E0 _@pms_"(H@Q11'E[<tu ? De'h  <%X!77 o-t ; t!PG+ /}}}/!axXOG]c ÀWІ@R.9=DJ5&qV*qVG!*KU :}};Ye̛~ޛ}&XF0'?fiku}Cd}8rUTEsuiXHҨV_i$tTnqioN ޿q]"J }  #mRFDdW!0ð^^IG.=8's8a1~#>x%þ M 0zuq[xds Si2AYWDQ~ے.?2.\{oy|} v= a;A/УUIG>!mȺOHj+m * VMɆXXXVW]YBW~X99<ͯ$a%i"Hxu!ۨ­ypP86jFYum)F"8MV٣z |߭tz59R U+R'e`ѯbѬdmHϒ_'ځ9ّ4S*Ra CORx4jvZű"nݿ@\c9b<!93盩֤WֽҵWvX E߯@& [I/*@[{ U0Ey1RxWOqI%7 Ehtv__6䀳$xA|l"*Q=vRQ&E;,-Pr(1b XfοdBxOyy^D)ĐOnGNGƇ>p.$a97L_5Pt$ 32rII^$+OJ8IP$C I>EBnY[1_qX'i' m)$OWrЙ4 9SpDB%Tv篙^w9iMV MeZ}>`8V $V*PUo"%(WlΦ2ӿ azH! 1D  0b`@g &IOs)4A^B_'XЄ(" V4A#XB.`  #v 4+r]xXnI.qk',  L<,'ą/{=# eW{zqbڑ>g V( {<|t}ehzW,Nq۶\[n(aQ Qs@|a+5ǧê7؞궹Wi@G !@|7RG XGA"䇈G1ҿ@>.RcHr3{~] e=ݟ>sg2TП%>WX{.. :3A}Uac;wT57\%L{:&s%{%: 阛0v/K>8d PjVӠgEx|]^sjLTc&Rv")ͭF<0`qզsBq"ʈ3^břQ4fjR՜@З+Mx5|I&'scD4:3aXgS<hnI}&(W=c\#fPqv+| Gq^j`=",q3?jjRI'#h`]}i*ٱ1`>Ṿk(-c{,sTSMeƘ:W5^=ǺljXGOM,ڶt+k=mjKB/'Mh+.qyFED"Bf$@f Y$'g^ PP m @8E8c)Y'?PRp B ,.-ķLDPQd_BX5@r,Y#7K'xX[kGI,KTI8['NK uKB_JBe-mhWIJ)9*)༔B3xFZ_hfugd?-2,f&?ߟ|7ld>$b>{h4pr]ĿO:`x(#unGkB.v&'9 YC^Q{u!sy=>zs|T16㹬~OpƲt7]@ {r"~QMz-]ۈ-SmnwQ~@g:_>H6.3t?G|R4#J$8IӘCD$2\PFtK.璢Q,yy}}Q I(+DN?|`3 njg&sD4IK\Lމ^ú}^ʗU8G#ѫ7'.)h#?Y=v?ymhjQL Oк :˕le-Ͳ905Y1En ң,^gX3xA(sig] ( ((8]lu%ȯpRfA25ޅ㇛CIxq" J鶒 tz<U[VPޡv\|9]#D٦ok,jIJE c䲈ny^k~ձ|Zycj&P}еFObNPߞ8NqbX@wMXMx,v ¸I0[^!.+xȓsvH^&SWsY^ [^ G΅PVƹ)UtS?kyLl<8EX3Pa[cX@<v|bk:A!@؊M 'ؚ6={qdD xoAg- Żn}Ф Mh4>`҄& ҭda]Z/bg30 %uwg9ߙ3%tbXJ|=:;yӨ|-!鄭$ >ۭ7^ZO !&c| y&AԂ2` >xqLѾ pQǼ UqE` x5nJk8*t{b;xO.Ķ.uCG2vNP.Rn J]4(u|{ZPx a'QOW Noi%`]ɥAzN7d)1ZiP>b_$z6NtKfbAZ;ߓKkяŲ8,}1rN8prNV2oKװٜw %نN"&eH$X;M~PCv-k:Kjzj4̃Akߙv؊V7a~Q7>CLHqoyT!BXh}FPU&+$=<3񙛶X#ŧp,2fSyYIMw&jscrnUa#ߵ$[c\]X$k9@QáWMY=GaL#zP62V߹x!xY[oENع5MZӸ6R"DUU*RXr;%WBgw;;~-h(,"1SE 1W$.H|2_?x3[I cO!O:%~a0L~(a*b~ypk@}4_|T6NJğ>]sOtY>J|+zx gxSz,{3܋mI57&uM2dia`\+Tʵ:WQ>!k9]dE&2]yBo2ǎ}gFK;n`HB8vyt7)~-L슿*[;nn 6DP)Uo@OWϐf`0⨟1ܬyehZ֦ Eg|mwZ%n7-['/Tw+M|nNiK(SzٵUO4ll yS- SUn zq;o`GLyZ6'a^cœHDݣwJ'(Yom׫[umwAN8OCAlΟ=Ɋ猰Vo2wX@;"bBIv{ݺ0GSLmr&Sy5?-2F #|AYVL&>'WxX+y{^]8ᓩaunX/oyo7mXtj{}4ݿLnBVmj{ wŢ%Cud#^>Yu̺:/P܆#ir TXY0?K{;ZMDAu\eYRZsVr85,QY`z8d<,Btw~xdjMZ3.V+xXHvޙ9!` s6ٝ: Pқ_ctDa-UٔMm a?[M͈:B;i\;/o~`VqCM͵9ZyhON:n'ciQ1'4O`Qm?Pr^zƝ~'f,܋J7DvuTCך%FiiCG;iosJ?6ysa>t|>Əug&#c;DRPm ;ACEGu(Zk]qϛcE($. cɤ b5d-r# (0f(DL2L[Y9Y`(0}@s TK e@}@Կ@~\af qphd|\aԿ |p߀{ -x,.e~ 9FxTkA~{ĶTD/ URCzhb%Et7RǛ0""\&%uޞ _/^Qɥ EzA~6o-i1H~_M9CFິY#zxå'GRkQJUƹT`H_!^(^$#6yT A\2z.%cw:BH(>? ?IӭgK:!JK̟($LZ]I SǻSᱮ?? Cʞ٤Og3XPS3^8i [3I S3bZ C.o8Qsfw BUFjy SE7~ E,4E'ezC_m=؅tM60b3FvbtC.ȫxR| };㶐~G0:Oσ~!6<^{ 8\x) ǻm@R< {D6 3jq@EkGx zO(xm$ϡ99h9|%%m3d<^Qg Ww5 ^_ 3RoA3敝r܃v砖>}[%I'x/`g;gY $! ))A'Ѭ=LF:/P/čZ H,G#ʩ`H 2yDRb5VM"`3{2rXjkG%MG0$zh&k) agv!q킾KM.PLyAVaAQX6:^LD$|j3vG6.R٬`!aiҺ$uKXFzrYc%fs`ώ]~qRy+-T:'~DvjtRPu-?2|!so`>bJRikFӒ<@x╏#&6ߺ#vq(kώ`xZYvَ['KsK RG.992[qaL]ڞ2ML{&s;VuyB${G\ɤZ[ӧA 0'({#2/Y1ِS|Vxu*~᱑ӢSɬKZ4Q5Z3b^x얃}IeWL`vgyIaɶhGt mlfS 탋3\I4Bk֏9YSYH\r7pq}p@2; f֙0aSrBXZyA<֛=sQ>nGq0i<\Q\snaVz)Tqc^VlLoCŬ{R񃘔7!^V|Py`b@ŚCвwo\l󍐯g󍒯v/^_v85ɥ:^xW~|pڿ4iw.*sRP⸇VSY? msכVm|p5U>w_t5+G lC^ĩc'rqBXEhn6*>* Wnz*Uu^`C=1y5hW|EkVVٵI ؕ+LGP$+ЄЊ:$"K0`a\)Y@a K*`aaWIonn!D-]wdv>xx$`a  <p?ܞ?!UJ_H37xwYXL04L?Yl].~^iz[ѫşizH22Hfm|(qr9r80vXQQ'B3GYt>5v%p$96Q ]h,XyV&L:|U'quuSo; wiYD9,0> AOBe=unBG$x.!?~)qhh_}'_m{OqnNDW$cҍ~$L:<C2piW{ 1E֙8 qS|d!`,!1@;)pF )88w"9<@x[isn]-cnlclco.4ciȒ`,a&ln6lCH@>* REӭyZiMƆJuwoj!$@>? dK'z}]%$&'ARAe8iXV"fhϡ~E}Kn/\*Ù7,gP'ʖՏ\YHQ+h6f$͸[s} ms$8e VV_5Lt }/.K3fV.˙JIʒfj֚9K?z5-yZ\Υ|^{\h1D(bTyؔS%>`kcD†s+l°auRcam%EaAa[=1n ¶6`b\`YaHqCۈ[` 9khN1H;%݈ $ m}drd'a6(E1\RaI?"p^3~AyF3̀wm#'6k\2.uћ mЧ ^o)#`{D/_EQ7)n&{ <-w1wsd>v_Oqn̸1R<7ПC2l~'Ha]{,%)P̃s ?4Ʒb3h0SY_(>.!#>#)& KW)m+x>P >% 5||oP-? c{0=M.^\lܾ!'-l{ >#i?;~\H. ‚C]%Z\tHA|*6ITl\%ڃ%C%JKkڅͲ]jF-#u/;8[~P)UN˭KwcҮW¾پE79W6+\lVsj89(3:sP֯s$ݲ#ڥB~hRkVl&==y5VĭEϭ\X,iPKkJoUS hgMJVҟ"ͅt"5">Jdf<,Jd涤o)f>H6:4jMn۷:{T:zO]|}zu挌̌.O⑤UhF$ŃNnQ9,Օhj/xybj<6w^qOt c.rr =c=v!K/ ~E#8c\"iJGʾ!gN&8(ψO&%c UD쓌%VK*龯IlGY1Yg#^&Gݎ/Bw\URrwvQ)'>nߕRF43;I,שgF&_HT)=53O86=KXsTKdpSuux[geEo+76u9!B.:J_{V 11?R17IzZ?oJ͔x}RE!юF%é/_t薘 ɏ^k .d:UqTB?>Ur5drz:&ȍA[ ]*_!_[OoF˻ARYH _/B5βD*nNo嵋\OY^>3!wCllw/ZrJUy"xx-rsg7ȟwowyrC/rih/d'|o3cH$?:8gc*p #^w 8YӐl>n. vy}!")ކ49v:zeu5C^C| *}_TCJbX3y y8g Rxqn<-5RZ_@`VI3)V>d?}`1^P)a".qv3R?go®.)e?oV7"Ϋv=r+{CwÓ:q\rW>4)~x2cBec M0) J</W)qyg'Q f@m`+]N`&Y`W@G *8, hH1*ۏ'8.gLhpN E%^ \p&:pC$pL S.7-!0-1 u0 <\ ~,*JK? s_1~GΟ5~~ {-;@h~/u¤nx]|Ź՝,6r7-wc\eq`>Kg[tRNƲ -Z轄Z!@B |;w:~;;{ԓ1ba -=fԚi&4c&cf} X(Iꢢ9fʤ Ӧf@_խsKgQ)UI!u"ӾھL|MT7$SS}퉦椋T8%6S]FVd]$wn&CuM1!NS_а {5X*n2`3F3\s<ƭMGdɖh)usI! hulsa$&qvEZnhp:4{\}f}̖{` !tanG@IJ/[m s!|b[XhJr8kjj\{Xu_topLlM%SIˠ\ xa[C4AW24J˃L>L@ !36}_֣oVahE-jM5O>/1!;D?a# ;agYw0a1rc(|_ˈ , H ;#LDDH@@ItcD_+udO.<g&xfl 5xY%))>~\e/2I2{|_ Cp xV3k5&ZX3ۈå#wwAo+Z*g>؎_+AJyhoA vzu/A|'|kR0h%gk^_K0!6o fn>k&79>n\ӇxjK_s英RwTt]#4OauRZ.g2S25ĿL=_=tm c,;3/B c=IW:C9OBzW:@Μ+3xz_5ʾTs`CJ2I~bg5,3Ey3{iؖ؈<ά`z~JujR4&3nR42nӘRیh }2ά/a'Wf8rx}2߅Ø:5g>3f'9?2?t˙v W0'b ɚHf{4ER QIDyWnJ寡GBT~@Dމ!ԉY8Η} 업/')tT5G18ڃ!log&|E}v?"ӣzvDpGzĢ] Mv-L=v|Q>,\<JD=D3sXG%%%1#4YPQ˲?]oڟ_+z?Hoڟ_zU w? H,I1Q<u`/$kERM xqZ}4*X:ў4ic4PG$3u5F`~F#t>.ai֟LnC~;>~/Ms~/(}^^QWZ7az5>~M/#9N z'g7v\{ozo]Gvk#{%E⭄k#<kixn 6$ۻK/UԻkt }+# 1*ǘ6 _6x.>*.z5&R_YXj07|&n2N8Rn{kdK%"䶦DTz"w\abkC9M _oW,4VxJM @2Ev3))f#%.[Lgzu ^ǂDu|S6?I|TS;'3e3x%kJz+ze-oi2E#ҭuOg>]Sͻ&T TiNCbzX37HP[NW: >#7+|]&A|ys2?#k> #TT43:UCr٨ܣ%%[=.n(og}}.쇄b6cBg#3n۠ϺR=Bz=twzV =:MSscnu|GMert[u.L{-vLߧI^~;MsoNW\Zg.cQymIj }2Aե41P3.;U=홬:u9M,Q}G9ZAz\?Bn O^ݓWЁ>fOYEo>>.9fc\McxNCD4+t]S> o%!𧚐5n@#Η|rqGgIg_:G턥zGyO2Fs$M4,߇yȣKvm4i'>J*:*s?͍]L;u=YQmݑs0n^ [f}F.6j3&t66f(l`qd6vnHzʅz} =)#[az'z_j:mjsaxQ78 Sg3%n)iˡx}u>Ռw@x~q?/ӧ[ZɛCSz:9=8C =]^v#A^c|>1K!W?EtF&_ɧN9}:>UȬ}U\O.:Ԗ[^>b dߔMD-w㟰vU%\SՏh{ͱbeTqIom|`qdniǍQ wX}*#O~`*u_qKuޯPT~W׵wuIo[t\$w\KT$[ɖD*Z_3kIߕSP?%8 YR"~Oh3>E7yCil>?VX@ss]͉h2O.ק:)FvO.-- tFH[@?MN @ K>T姁3j| ' K_awh0?<3,ڽE{в`~fAXzj $U.bOX=L\ :E'' %E~tK :tH/1cX=EYɢ"1SRcAƊL IANfɗ 3r?t_!eW@XU>P1{J,@S2j8j+g>zOb~l߹ DB)~^e1~] `CAt2UAW] zz @{H=[7䳯#1bvJQZ 46J{]Ҧ۞6PΔZQzЯ Z mX/16\oM~hkBV{hrޛ E.]=8}pҕYcn;®z;By>ub^:®*j/Vɯ^L{_|e?w"udî/νmEL@&AOr'32{|Z0-o!%!Dތ?LAOl,6N=_.=W%烞zs Kl众^ zsyVj9(/EjUj֩'.#v"~U浨#xZyCvn^Wva;'tn^:®'Z}kbzfn[靴Y'r[,S|r#} &Xjm:)n׃̶)9\ {z>-h_ۡ[k#$|#zCakըԧ+K pV" JiK 1ů-7~hB*7H_fzMĽI{q!i7Vk;Օ$b뉘RLn+;]}ծծ*[Y9w7=.~}p/s!=.vnvۓ@c4̷̿aٿXrG > SΟ/U|aA}G>SOЧA}y,7 \W_l} kh3ЙqfO)s=/aJ?J>lmS +dIۂb/ 3IG1kKqj/}Xn7ט=K l<_q.yo:s9!7bڛcs!Mjmƛ}ܛo[_[;{HXa[ҕ]nģ~ͩRy/-WA!@?joX5$yYN۷#vǯ>ܼu]q~,d?m[lS{V{޼u@[V2X2/ _I+k,۴nMu -"1cΣ +E2)9D%"ĬSPjy tXYd? Žh`0T!Á2@P-a_`aG(` 0Z!cqLjI*a0%| `Eb `!R KXV$-k$IXl$`I8H ŸmhI8VB3 ߐDD;%a'"AqZ]hp T ®h_ \_\P+%}p5pkpp#p7I= pp[%>I!G-c#&xxRS3sd^^ d~?׀%7w$ɼ F ħ>< FA6Q$XzЭ}lkdžR o#z?Ȇ2:E` ?j#a q1mdt2 ?ѮHW诲~C܄1FF論 $Fclyko#cG H~?Y5 !zlo֩֋7ӿ`h̵dh֋|'<`mo,$'-ͽ8F 9[b Kb]k>Q& $>yO&`= 8x} xGn4e;]ݖwǻ͎c'x4ƑFh-ak$ !%vvx}}<ue{>>]U=&xWNn诔V JU׸A^c/hJ%ݫQޯJ%T?7ۖҍ)._pe.uup9~Dœ!f;rɜoq9єNuq CmJwWb5]&J蟿F ;:]ɶT.Ҕq.&\6֖tt  T wUk!R]2됖HKFj2@hp嶉XA Sw{@gF?[ЧA=?_zJH:iU=nY(t cO:wܬj;wfr'N番$ݎܧvn'vUr[&C#=$09)v't{5]x۶h^%ks^eb:ӵU>"? 3d 2_ x|g=M|4 UqrB~dz xT {o3q}JU|/PvNeUUq]'6qu @H}A+w-O߻DKc'ܥ 㠟Ye?TT>zqy>zI|4g"|N|4_S>\*|_S^?o<߆ϸ>>Kz?P~z]/p#\g®S޽Uq_ -Mod;+-H wq*^N%"lwmAnp&Y/O4n3ȕ~Oi7Wk| ڿkiGD= s*׸NPMlCmd}'{ŝZC?lsH'O`/kg(po>]>9xsFCX>.3RmB[g_4.vyz>-S^ Ktm14 6M54EDJXb+I,e@meb Bl[a7?gvtSNd,bC+W>1G9s8KsI|Fg_W=g?Uo r+;Y =~f3T~Z?\Pئ?+D>Y$ QgD$ncXf~8_}AU rU"L jA™a@m?Tx$|FXc"1&!Z k"BvCS(e ʚ&+A~3 uZ:jE3KEv9˩ :$n}ʪOiקv9#ʩO>V4FY}<"n})ӏdh%xC' Az\>Q.Zd;Uc]:}]~|+^"چ%S&Ô-ZΩ18x4p4(`ڵt>m02nIvߌuifd߄jïZ޴24a:m&䬌o ^ "wݼ,J1^WL0}v({CC@>T}~R{<zTeIL-bk:tX(ڭeJ]~#1|}]~ѣ |}wM)'=t~a|oQSi/lc[oSЖTnCw1\6ٞ ad3v";)0h7ݞʦ5SA9 YRtg{d!2m3b( ג6UxklMfTV+mS讈 і{ؾ "~ĖweK/ 2"/ []a 6?XJ /XIRatWW:#_mGevG>;?pGO/ lɦ)\AwG4o{ ,^˪cǑozʉ["M7ԿD1Ok\k[}(Ӭ:1:c1b'ft穂0}-2Lmk%BEƴ[X2\ׇMEHSŒ'1UMa#ַ/t0M:Q>;d[7{. YfeA2POfF{#։5R n={*^ݹE+ mR\}w{H2\hJ˖xad;g/;]9mb3T-ګ{+ݩ7";љ *I J Cmgҙ"[w!>шA| ش; gmw`Y*b^iUMsGQL21<٦ ѣU33JR6v%s`5"Kv7utn4.zzuQxʚ_o֞Ɣu|}M^-V :6ɥZR{9$Tn`ћ{(09oJuSLXL]&9J{*MYk@S|4 9vd{aW$|+KŻPc䖻d'Bz:Qt?(` *H!Tnv]-\Gcf#Am 7V ϴGG4Ae]¼'ˆƐǂfQHYKGDHϮ|z425QڪYϢ#AmzG>3]?0]1Φi}\#ːaVoY%'՟;t'~[w4՘+ IuI+zSv v|ZK3zgTb,<-5"0ٟ{ c hWh]Ee+iؗT./m*S:%na]]],~Q5"]ZǕ}îgQM.W du̠wۘU!+H_CqˢOOru^c{ /vt=/ӫċ=8ʸŶ+-._k2*TRK(onB1۳^7EsKOzmѽџ\yXXt2N܅皸nDJ|0֡ |a@)ho *JU={zxRJ~ANguth mT'MA3.f9N(ʾre^ŗ*^ u~u۪IK<ת‹JThx  :5B 56+nB׳YCױYCׯYC׭YC׫)eB -VUО^' 2_eX9f)chH,%}G2ެ*sF \ }EC q9T1NXCE˿~ 퍱'Am\BqI%F}gwLcpe]d9:8 4QX]g*. /oN>:έSnx1K[?ے]|2taJxg6E6eR}CXHkt!J<QӐ鐝}k[|ɵw}5Gm)!LE΄9 9GsnRucߡ^|LJ pX4= UPӐKi6zZ\r =4|C8o oC9>hY?zQG N]{ =虮$U{PDz|b8ՃHppQOA8=$N/kXPN !/,A3TxWQjj=0 !vo3"qp :ɋ/l/^Y^|+1ȧs#p…#\K@bC jOլkWrJ^]4Ү@xmƒF;CwZ.Ecw-)܄p3«^p]N.gc|:nEx--v9 ]5e'q-K9W]7]}F] U%XkOޔN,tNMat%<\/g}w)k7hU+݋pw3 U@QY}@-O' X]~ٵm}}o_HÉpb?C? ְ q|=0]כ6"lA،›8+ kCE=ka7B!<O"D_nV$}ǰzmCU+rnp yʋO6 ֽVӽ7Fv/wz~4O/@R/Ab/e#`h^r>7l/A<5u+wt.y$ hрvzy^4&؏Q?Z:aOר г ЍG Qq <#ǀ ;YOtr<32dhHI?bk|Od! @MFПӘ4ߍ" Xp)e[ ݖC75m3ޏݸM*^ [YH[5@@rį@J7  MH͈oAz򏯟 1߁*"Ln7xVM6Fv,E8;6gUiߎ@2ږr=hGym-ޯDzکב1P>4F@;HϠr@|TlNm$K;%h`zAC4#{D⩝}N)Izhn]hm?g1Ij'[WvwŶQo&ELˉ-J9 zYZII2딽LJV?UY^^;b+[vx_;X'_ҕjoW>(}|% X?[Eoӕ4=6D4 O9 z$}%'Ug=yH-~nt @|'LwQsB Ip8a*8OUKXgk>rnk;+At&וYKMNv~|wxk!4QXC^ JmUccqPxxT-jn#y;qMOR!w]Ny֣ Xw^OmfCٴj3(Ԋnz)UJM| >/SYizS|h~*+H*$:L,! rr6|4`ǚ]VTxh2!4kOK~CJ~QsL/~$bI^|FTIꞔ:=:G,d# nrVŽZe~7FR͓55x_k7d>O\^W5Rm:"KGF?䏎(L/Q^?Vw,Nll)!`Z^4P`CF,)Z0F ޜmp L8}$"0Lrfs&0 D8hP`qD\`DV5ko^s'jz gWiۋwr*R{OW=v߃_] ӽ΋xo@xo4 [}߄ucy|[<~QNGY; Ka#7)~C_ZLmK|Lড়l؟6S^ |,ܟZ+~eͥާr0'nExDaj`sP;G*o"E#0't*6[yǔy^!Uh:&ʍ=Xb#TX~y G#iyQ/RPZ^aCqOx2mOzT7H ֍O "O#ǽAy-noyqmv^yPMzosiNft^Tme v\ݝ5[vkeSt}S-l4K>JvE =+ig搭Zk;z| v1SsȁsUYPC<;9=ί! UnڼwۼEv>t}+syEgKTr}= TNK^LN\F*d%At^{`pI]Zyu0`g}3i5 ;Uw~was/t{w?;Ym—'u"\͟p^'59?T׺h(WV8v,>?; \0 z?K{Ɖm76,awXćE*ցc͟PiyI>_kXKݛpB=ywq^{m2}{ dQ8N"okx{רA8WX~{mr^\apk:OB*Ux,g?y A乀m|`@TL?_Xr_Y(usҬzUG 2+-|s`fE˞8?*vri.\& zrߩk* S7rH?/y{}Fsn_5HE{ZַAmAHg+)9>ڞcސ縷C;#y/OT8ffsX-rx8x8o&6vd8>3p>d@ `rl:p|`X}߬YN6߻Yf @xq8`x t>fcr| Gˍr  v>*N`xx\{#U?*O |ʀ h>/_ xZ_|xFwg4|_%3 W<hXӀO-_,1CNy]~9P%80TD3̇u1`}y3#JIȃMS磐1`S X`:0,z6G$躱<P#V9-/|ӅH`10BEg2 .3E;zS~x]yxEvNK| c۲<>21dlF4 Ȗ8}0nnvs..!f,k|/!/JM!;S{ޫWzzm5B2 EYSoصw+.YJ!Bea}"$%쉤hK/\\Je1@D?ze~nT%c].աh_M<#O*Y'b nrvL0AjFOzS3lu?.^&^7wkJ\\]X2659jD:%eq*"C\$DtOV+1:ZP:(Ѭ ?QWƩQ dIX;mxque{􏅮ؼ\b*x=U߮A/f>~\ߧ;:%Bwϔ zrO )#1 @#Ezfncb$6TBt/EӽO*K4ߕW7ex˙尷R˰u%j_ ]@ÏmZ`w *7iq7--uƙTղL>)ٝ.m~`hmqS ߮HӹGߘ>)/׽ža뀜aa7%pΛC6N`峜Zā䯗<&:ާ"QNCTZܛ!f=ݰSip{=N7fgC?o/x s?|$i%Nf擄={7 @>yÇS2v/ vb O?Bq<)U{:b:t> g{p$7T48졑69u_wfM  V+{T<]Ճ*Ztv־jDtί5GfTbN;LL]79ɟ)/L n$9Y)s#s⩦d2K45Mƺ1:NxuP+M<`l5ɉj9}7Ţr3Wt)R\Ҩ;*Я5d'Jwk4SEƓM1eDZ)~rDީ;M.18Xt`}VƧ9OՍO7tl0]3rE_gi@MXSg+v/Og<ѷ=l9^*WنiFzs -BtZ3LVW6!X7faXՇVuj- sJJ1cP:ǫ~Z^]WCӫ xW"!gn3fɪ)܇s M˃2~` ~3Cw4;L%HT7TOF\BwMZ[}C{tunH:lBn{Щξd4Tb26Ѿd"Li:v ;_ m:۶=N ~[VJS}|' 88R@1:[*G柋|P Z6>k[4CPC=zzɆ a1+vzګ78^wCF#,P*c@dal}Aܨ5lA v‚~h*` l!mog7i ww㢰 $T!W=06Bpn;nm:6ȶly@].PEm[&Q ك 1; 9Ƣ|>G/M]g>*}ߨUv$#'r_x 3mp\blq|&HރquW%2vZVnCfjQE:Q5LFtBνԤ?IgVi:Yzvs*0Թ[yD6l(FwCu<*Mݶ0܌V6os̟ZۅwwzfH:Olu4? O~aΟR;9)?F#/>|x@xÃx=zHʇŵ1QMņnKx;9΃ͺpJxuacg qa;N;'&CSNy״X2uѐQƧ 뺒(|`م6l7uFz၄|H:~<5 %"1-QW?ڕGRizZre1TM.a̝K`) QGW?:sЙPWݏs{.;1)wOq63Aa݆ґ7 ‹N G^wiF7wJ~api%x*˽~~B# d$`?- Y2a l*WPt ($Xz:? "w߁V@']Rtzx'YYT :֖FAsv@vSr1Sj;mHLK,#Җ/DR)-4 ~&=D"*((#>|rb<ʍV}WxNUz= 4ngߥvzUSf%bjլ->~ŹP|C>eϣVy>XT{D9 %jr,J7c_()c]ىÎ728 :aV[2j{BŠ@2+@.]I?HP] tx\s?k*ꯠVV2YJu@+*/F|%XT ͪ_ {j~-kYIakߙRɜ9 *qʾM-iPPogхAkWJ:_{& Nc>=f1`P|Ӷ;&iAT2=ExQQT1؇:kϓ [)./T-ž{v_}@h?K }Z鍃2?LRc^V)A~>(>b*ozRŵ˗*巑XKi3K,>',k99SS͕+75S6ҏ ZG8 h{\q hP|v٧|*EFr~@-0ȹ>̃<}.V]Vyi,4NA%sұt= z"ye%s# z(hCtv kt]C"ݠq.r&.K.)\VQc.a_͕%LL9dM*: _^{յy#~77f{^=dP;=ؔ _ȮTvۧњh>Ez,ۻw89Hs";zn^ǝ͓yρZ>R4Q~B.y0QS.;Z)*w_{궢6wA+{n>}ަ5 }U.PF1(ע\&ԍEKrrcM9㬶˗agdgd3[=vkkG~OudΧQ_QYHߥ0PԵ>WhP5u#tPccBSVyiAq)j([a}G@ FK[lZmg.ˏ  z(.w{O?ҘilN 6IQ-vg?=@l z?胠>à} ô?z*$i-?-|WC\ya4=\gDfmg>L CGzF) =%g [4@ncnܗ1<<bx # ǁ'HS T~t> PƉg+(1̀Y+ qC1vUEI {ݗ$w/cLٿ2 _`I #CR9Uw[)#Fp|z ʏm$m%>Ln__9^l b#[ޫ)[.5C4U ?G aZK1ZIZ)?m[TVTL?E}}A:ZTJ ]>|tDFIԜ/J ]`Nu[WKWce{U 69Nj$jl:G9%3YPapδƂ ԑ|?Oq-rvKy[DݶIwmuҤ SsyL<䉖'zAg6+0S8B =v 0fgnmW)!ȟMA=o[K,uRgG2+v;m[5(鐹lޏEϕS啵s!ܮǐڈ4NbDm?8$ڄ?2"S>tڧ%-W.!"XF!şO7O.9^ey/iʿi>/mKIאs_u՞x/CLT0RoAv%%) G)f}zؐ%:v t"1%Q֚l.K%@lo'@\Şgm. e^TǕ\i (QHZv5Ǭں>_Zkڏ/Lw 99ծe[ T64zB8Ev |u/:q >G\BjL`SoO.w&-J2_^ؕzx3=wΰSU֓;{Wv<;{\`bYu? XQں~Es/h cuL|,.fc$̛hH.3U*|(kۓlǦ&\d)5Xg?ALĐT:@ڔP:ڈۣWcjGSG:reFCt*`t^pO,>"QF*"QQ UX"E;Zqm-z3sR\gIf`14pmc)J\sD&qq89+0[yn-LL=t5Y1]ՍB8igBokm3 u[n;>π l'n ·9φgx&g2x.0צ)q:7X B^61ea9n>v+ho_`yzrOEt1-õcDR^fӐ} CJ%m)`hZ+(y=_Xb|q\\6 m#DtW[߆kQ_c_99V\ϕ퐳']ۭF^>Wx\J˅m|ע\z?h{|@Da6o!o}mD}'@ Ut1xD<b(߈>8(d?̊ ([r}&EY!gDɯsZ=cYs;/(v-yп h"+-.OM \{;w21^?D>7c-u|+̉)>7!|W^WbkOߟ¿?#gA9ρ<_%x}fzB~+/\鯴K+oޯ QWޯG=uE//_bzM&rZo`u|9cSYM0=mr y:y6J@Y| _/ް.ة7zzc񾎺Ÿ7Ax=]3/l UB VѠ4o zULjc?/ k@xyg Zb-!pw?'yx}.s~P~aL9QUvsN&x>Cˆp6 ;m0 "Я ?/'ӱh"ƒ ""8h"do6w>ld%9''DRqҴЖHo:m9Jx(e3.f:QK;ΠF~2̣p)̓oE,_uJC_$d]<Sb%vjcgΤ9wl:2V"C,3v8dHgSFKFhF1( M GDg+dMh,adh33O4mopaଋob}$ebZ b+V3 " 僥Vt4ۛN>%gg3EkuT8;Ǜ>Lɘ fM 9HAJ+|g9G0 St!(xfWȆ%Kړpz𽼓m.ZG' iMbDGaT:=78 GgyYTv]{'Wv7;c\y6:`gg5CioGo kႶDk[iѺ0:XUvn9/;~!!a]֕\EdS#e39^4Ĕp|9u4$N0;]츾2vxJ`S>Ծq^8S~޿aq #digYo9D_k;؜-ys>^ezs;M''D;?tm3X73밶g=3럿dc6oN^v@͐lp6v8J8 a| -2N!;%;}D*bT6zy´>]v`"ϓ1;t&G^ i/ Mܗ&;Sb'q!5vR7<9s-H,:zͤTqg{^ y6AKICN "Ѧm2=FG?zm~'Nzv%Oc>[ O{5$*]v!cEeeѐ&Ek Uz6,ϼ'pH`xlcW~*ߠLjFD^X٥ =!Vzq|^^zq0fzr6b&6m;EwF>.0*⻙OL}q2B̰uo J)ȸ9zO0(p A6 ivDŢybגS}:FFY߬h9 ʛ%m8x~'{(>˫[3kD/徲ܣh(sT,=9Fo|p騮>JT>B)xtȗ:x@c$ۢ'tkzaa_I5?`)T$i6tU䵺tJU=]G):gYUr9gKY='{Vc}!c7$CNZmL/0I9FIrw& 4;Y7 ˲hkm(*)zoM$dhDt4%mt2lB]grKFЋ$ECY(n;0m.AZrԂBr[e^+襒aλs&yf1n8=Xt~WIL( ǑNlƵ[oq6ʳPex)U*K2y{$}/]XK-}'yV寔Ro˙Is?Z_5ҿ(\S^7 i/G6m\d[$}M(7eՂKzIz#-TjMr7wBc+ 6%>Cӯ|JMkv\r'](wV̯(G 鹳WН$VP^ "c+j*jɃķu%BfTڱe;Sv "MlF[&yN(X)~ڙ"-lz.Sy> 3Dz |bnKYAtM&қǦWKQ:I(a15'0BO؝P/q : .&TꙞ-pMdBӮH_eؙTarJݍ1}cYpB+ὃǍNu,#&Yyc!lƂrJsƂtiK2} +$#|;0GqYn).s:]tq%$c N(7d G3G=Sf,2rcP;D] {oW;sZƽqAoBy#<M ?a:AI| ]1<~ʻ]uw{QW _[ku(Q(ނf^Y+vQA [ eG{iKm;>ec[MሹAͭa<VSo9+̼>wy:u. V}Lߧ3Oϟ>=N}DZ gy?izZJ{=lֳB0N ưR y׎UP)V ̜kvӞVɠ?Ɵ)y1 R-tZnmk6| V@؂u{Y-, n"G= IH Yqu\ZкVkVpLP0р) +<`ffs5yqy} y%2 X`G\,#=X`- um^7H9W+HzkH~IoQέ6`;Ssp`pʳ^AhW:(p@^@))v@Q$Hztq)xЀ4_%<@ R40ާ%C ^^HgS ҮN1.O%;>Yʙu(B?x= Es1053 * -ʡȂ^ cwz}}}߾/r*;22zߋɊȬ e(ʭvvcO@Y̺`P,\ْf8.>awjGb/GVY/vkQjU<6 0{ReVݮC=([gc86xq)RSD(uP:@UaUZrtrI2ļː| "xMhD]CbDx$<@uȣsQѨנ :ۏEmvu'`D׀v9Eԟw;bɬ݃P'QwgSI{0YYP`Os1#x}&ϡ{̱`OĢ?fY~,1yLǽ6ςP?G`@,僱|bX>۵7ð~qqՄ}I,/R,/c63}`.r W0{ }ZnV:=#Qnu.O;a]d:ڤt^i."c[O$׎kKɵcqxm!)>9TYOz'O$ klϩLu9Ys-]F}OEE9FsHs5coP&H`ǚ 𞋈>1c\bqtrPu\w~8qx ZǗbj|6Iohb]kl~Cd=l~ 1f6fmG%6򛈰WA_66?E3k~.@S4 e^w1EoNm;_l:PWl~.=9A@Y?0}P}ߘF,4zBǂӟ*6 ۟ ԟ?ƀ{=cys!{֋_b2 W>1}^g7YV3c;|[+oŮɷt>&t1]1=?eA~Φ1}(,ߒΏ,]Թ#}hU/u9c(mUeoPǑ8ͷu} 8;>.Dl^v E6ڪrl^lm/foy VP?|;Kk~*{ Oe/C[V^k_lV+_b[֏̿ʷ>ߠ0ߖJyK4mHt:Ԅ>sΈξt9oKKY̟#U YՋ7e=\M)3+c\{oinM2.Ttr2WSdKxTrW{W-iom6;R:cV?ȴ/4۲ zlub{F{T(sp%#%2٤diYjXc+GDiNШWma:ل #Vd֒l]qkKWoόh5u<*iRm:,yDz7hdQI:h/>eZKLDMV0MZ?Ys'Aizt(VsgnlZ:E]\89fP?:)S5R*J[[#mݸ$nJ.n̦lj;:[%q+i-wj;4SY^vf֨k4ݬ:gs3,,!|8+f~Ro;>) ED Df ,%londy$z3Ao3!츺H05IiURY%U'CZ\nͪeO%u=]Һvsgs/]ߓ՟9R79Q*_sPrU*OGZmp4G);;QX<Poegǫr֘N0=';uN6wdexTi]\VvY#+;ã=gz沲Y99׃~^״71}gchߘvecyn /P,S!(&a_wv祝@8 Y.믹;3;/ u.ϸ}RS^'X~\PqYaEߪ+XrVލOU5v5%ܤtV/s+ԛ&ij%fj}Еz^^u,>/p%x޾B̕*Ujmި;hPw*}GNJ/(|}2w@[wn՝ں^8JVׂNuFz3?ϭo0so G~nevcevs8C[)~WB<έxnUps*)Ќaq ñ$*Z'^.LNStSw7Ntş/՚L.3In9A\OQagcj~D\u_ǵqn۹~3y\\hܕ53ϖcr1~gPN|T|>$<7w߲O}U{@{rk ycan ŽG5`a M?Ku5U'ZgEuOu >EʷΛ*sT>\m0#Scû<P/jO!r)O\xʷ:L򈁾s G;rO<w>U9\篨}w { ^<YiWJ UBzG'<,*_޿tǹүT_t9oTzm b_fty[ozeM  /5Yy mM-wf}YgWlm"d vvJ,[#M/{i"c.%oYfW"7 DP}1 aKm !h:l|z v$T:XGEHi-o/ 8's"?$ذIY5(ʒoEgo7p,JA7rzăU_goP1Gpȧ7J$?S~Mw+L[呲-H?돒kE\?!G\x 8&F` vv/7t 'C3BOxm? `2)^CFI5y=S[`e 7rGK]Y@ [I9kԾoh@}OW4̾?jy}K#JV;~CNttgB$m-ymmq͗aVS_lZEQW|}ȯ p[Er:Cn?K$|VIzNAxGdeF Ax'6U wA<43@;lEKEgQIi_!϶˻^D_%W"`n<.݂4fmBnsG7yvY򞲼]ϖA?/ >UUئhxMDv5iV ߐ>C,m4G-H/^ɲ <B|0(udPy?Q C!AnKV+1Y$ 5e@ȿԭS).S]'h!5Kz ,k˰ HD-iU[&w  jq(xHڧqM?/>eگWvǤc$@M;!nBxctj\:R6GG3˄#/GܲiZW@i\>g!p~3TmO[w.#ۼ SdkGH\-?v'9j;-5 B&erɴK ]%(~ Շ::C ~(Og7Y[rq;kյW]G~u c q`TsxpW]}5N@|"U]' :O :g :W%F|>߀\W%@U*ޫ UɅ. mUbo<ȪtUo_bė"e.sh꧛:P#ȢiԉAkB4\! 䔈d⨄Jk[}(ʔwDi߃LqPwJ jĿC|+A?HGg Qtl+j)?>,r-+\CڭN ׃ak f7n` Ln4ke Y(lr/-mYYY4e|B2mPXwKBKVSfZ(]?!3;i7_vw!=;OFO#J뇥<>y[㫥ln'˭" ]O#.ְ?)L*v3Å'_?O\{8d=BWď ~ E7O ~><|.;n> ~sey)}t3_cfgeįoW!Xl‹_C7aYo{z1"~`Klj`ÍYC>D}UO!@&C>EK7nIr~c=o׈+=FX"\k/!Wr\U˱H,2a'PnTt֯@/pF 5+bM6# =997'X0e-[yGn'O+X/6{LV`e:~涻},ئ0 .!D Ke9#.EIj1Er]W,g.!PXǾ]dhҀʹ.P!K]$p⫈o`9jwgsC/& m߀=TG^LԺJj*M7'I@ g|&L걼0RD z|wgBV*mjC>^L؄U**VPUB j >D d֤5/ ;|?rQd/TCiJWke) +b1iI/d_`"V]N1eig$jj!2Jiy|/V>^$hz@_I,PŬOϟ ck g?qVl)þ${3A5>3D9MMy2AM l?LPdm5:)oX'ظM1εX| .x=[q y&Rb; I^%Qpw8x88NTwRd;qiȱc[c;q,9D`w??' wvΖ?cXU BY㺝oj \YiH: tq .ǁ~Ñp2%  RAx*֕>n!5zj.9!A$'=Hc HT<A-+ *:q(yu${/_Dm k@b ʥP.~+@% s%i5Ю5@s1i`%Pn6ͥHMl3zlf c7rccڃtW@}H>(~e'f!;7I;XU (}pYp5<㋏9w!{q(cP^C8)Et\c 3umڤYhANaדRިyN m &37iUA{hDwPп 0(8O$O. g| "e+Dg:5t%Y[g:Ŕ0{~1fՏ3;N~yx}ҚL}x|c3, E|_b*9Gb:爿>k\z|tՀീ&o[Do{>GF/ D?#:9/It+_D/2{L{(dZOL^˿*c- j-* ؐ͡AǪmmϿ}| x}_m^MaDe~kk(l>I"4imcenzBݺt~~gw-f\C_eoݺ-puGnU kXZS&KOgf^o^ z^;seZ=ENFЭ vgd*ރJD8q4B&ʼ4ձT'|1!Ld&3v!܎OFd4ݗ)кF:fܲVӲ.b9D44xBlG0H~ufyT(Md47 e6"7iVol լAK%M42LNtpGD&Q>&ݚ6ʾJ8ё3ŅjIV57po"֓lFlF^BBBeRMVc9cH:M;NǛ=8yNs 32n:5rYܪaņ4iXqCND{H5Yt:[f9Խ/U|i^@1k\< aUdΔ2m Qb WbP֛DO7ᰐ'8ưL/b~*LɄT %:FlaoY_Gh+:g E^1#GT&n'9bB26g2$y2{bC*QN%ᄑ QnJ OGE.7~--q?d@:pUrجfw=kӑۃL;.0 عAy Avv~})_gׯ8K'7~7p%87B>r:avkML?;%{:kjSV[Zm.ELz#=x78mrD-vs],?,v,Fc]2=,wcl|4e9]6TH$2Ɯnw\iB=LսT\FL3B qё}*(a T4:5ڃ1=v"}j W?;d]R(1Fv%NM>&Od\fڪxJ,>Ȍs^ə cs-w>G!2t|vv8S{x,um^QT 0Whv-4=eYtWw,%b~|!*xd8OJ?ƝRqgBXF1QYvn~?{`!<.)\OӄT\Q$vΝ(*3V78S9qR]Q7xU'J0G/W y?)ӛ^?I.?P\.tj.K8uq_xwNuL>J.o+Hb|/uàM7x ୢ/Ni7D>i!|3g0ӪZA8[)K?Ok}xiԷt!/&ywKѼGj?+1`riPF͋S@A9zצ2%):n>+)=2*Z\Z5v_\gc̘tubgv80&b2}pмru4~{s3ã2ͨYF^&ɧ+dmyWO}x1|_RxWOe=1&]GY}9T<Ѐ$z=-xlyf01v?k?'ח#Igs؄sgGBX~m,#l7̅-=3Pv9y6'rI34x;H ~>opŽ=~I{XJm&3%  ]/2DXsۋ ]xSe}JY,{fL<\p*KI=,7B/ۗt->[,eP)_1}9=lҴ*>rP墽M*핉S.+tc_e>ElߵaC6x!~Z(k nh~2IlP4KA=M7$p P(ڑx x_p^+m]8h V'qPO`KiHc>4@|D6?Sx$"F7G{T*ImկxPreb\k;Fe񹅍:2 ~ @W\|sA)~|ȟ l|'h:9d_ެ>=K;s>&k`;=/TZvwA"k\)6^ ckx> |6Z3΍ Sf)Tra<(B9ʅP7|r,9+RB57(ž*\лGNĶx=L66A"Bk~|/C'1ރP_<\u(/R ːr66,g~ȍ`ELz8ذ!L9l@~֫4\e^*ڮr|x6f1^Hq:~仐0#=y/ C>n&>YԔwUַmǎ~- =E_U=B]o`Cȫz\ &g}<웬P^_񸬍Pnqcֶ-|?woVMݣl|c l"LJj:q~mgu}4 ٨/Ğr_ze`^f>'N<#;T P؜!^]d_1u_9Uy\%K:m|֭߱^d|[uX˷[zr<ʊ[+2J_Q%*'f4/x3pOw-lѭmC¶!͋yŊ7]=^qsʘGq7B5PR$݆-`p-u & $^6^^v& "mN,FaCnzXqC{򂑝KXQ(j/K!0DrHnr_[|߂1s')ՠ)ЎAԮ\8V~]/#=ܼ O~1]]TyN/nǪ e*"&YȺY֫R:-^ŬOgXԾ[dZ+z5뛛uy_Lu>S=yUԹ}3?eO^|Nw'Q/*;M~'i*ܩ~n.(^gzeu7C3}_xC}t_rDz51yoz3xx3߻ɱ!|av=M^/}u"_ʧ&#1/(lx\eC|9P>l$?Hp~E~;Ofe])w_#}U}" l ʗ|W<묯wg=+Ug{W=D6 !4Dr[H?r~OA#[j 0 `$wEuЈZ508 L@0QL45p>`>By,V!X6F ]؁2W88p`3!~=DW9D+ HHjp Af mn/w! |xc>@ĂO!4_A!ap8 K Z&3rom_s&o ӵ;E2#0?x=^?bxypWn:uAx}|DJN$$!$B/tB?x`${/G8;8>}i4Zl>ǒvgfgVݕ4ڳRe-2οbf;6m=Ԯ=i ]_'lQ&8tpsQmN]kqJΦVgGsN]^A;aG;:뻚5J޹C9U44uve[eAd4+R1xKPytӧϗ >eM-zBm϶66NionNSG;4v#nhՑmid U Y[Hcc+3OYc6dBe-~{!cMVۉZ-`]k[]\jCSvPuy|u>rp{vf[ٙzGWK> st{"qHscjּ5>q6'SKpvַLmmfi\4Ik_-W?;lqhSf4%rR ̭#uiFcC=ʷ|o·jww21# ;|7g|_XKb{)l/ yePW`OelPN㠙XǠԧm\嗃+WdΉ(*ڶ Hl$eN5Zb:(ք{CYt]`=q,c`{Clo퍱 b{Sla{3lo-%ڸ6ڸ|tA~3v`ۉ3o跋F@۝L?o~*~-l/tgx Yh<>[ÿ?Pÿoov rS.9>O {PP% Z&#ysL/ˣHu^ _˲9m9<<. z=xa.xv#x0ݗ&(^5(S VdzU~$ʟꔿ?UbuӅgn]=8|!ze\;6>W6\.1>%# 5RԹPJ.u2ԹV נu^77  z r#JNʌ}$3d!_{d^#2{5ui9)}pCc'O!x2"e+/@ƛo} ʾ+}3*y?jt2/S-K'mCgVdFC8C_ߺ:df΃ {dcad"f1Lֿ"e"N "da_BdY,gddd闕dʲ,W%˴EbʘL{!yYQ~xd \! k%;\KUά;󘫗%~3&oL+xhI{(WO~\x(懖bla-)|c K10_&μZ֑pwO /ȲXNk,@{ioga\ْgLbHYΜȚe*ksAcyݜy*_Mmte9sDzU,nܲlRfn.t[ts e0Y\7?Tԑv֡vvt@_NGnnn֡N4T{u::sI"t +Jǝq3,K#Ϥ!uv1( {1`;y\GoEtYMFGYY(}y*Sr.}rǚ6C=Zav W/O;3._5z̓^3zW7^3Cdzy˙@Ù^GB#Qhoٺ/u;8Ҟ㠟3(_;s92] ̇̇mI׎yWq |.> >6eN_>@OE蚞8g>uiRAA![M@ Z':duХr🋤--wuVSt(Yۃi'{(0J : uim/:j]AeA:9M,:tֱWYQ{Q}總.Gwӿ+d]5/˕_Cאmyoʡιe;X>6+A.\]g>o9/ :&Cbg}Qt3=ܲr H֋+E+$?G tkm@g'Ӱ̶'Hp흠Į^Moa;c7QkN[{ۣӾ!Rumm: r>k; h}QoRooӍ_},{#cQ۲Oř/W|]fA@lqOvOwHޭm?e:QC{-ΛG{PƉ!(XsC5kHG̮mT4b36瞃ed~ [Ke9w;d?sCZ޷ܗ!8`<˚".np^\ Yw(s({)! #}CkEr#ʨ9AvHqtW&CQ-0/JZJ`s%K]W=}۱}?;a[͓.CVWKC{1 U6[ {eu#}kUsQg}ˁϳ<3D'* ߳2~^Bݫ?_qY?k&[̟o3̟@].ʯgCߏ?fD7bs u 3~;;ĿW̿o5ŜƜЏ~qG ;W/ mYS?(Hand^93Na(SvH}#73(Bnl:sLn8<%VG +εj%&w1r'%厈; 6Tr:U[@(gcr\2N,;eܦܱrxO:T|&w%rKʝ!fV!r]L(#^;)B_3\gU%Œz(F})kY<2dR;KYoǨ/emE֫2oCO1xIF݌\K2B,>8qz%N=ToX|pbpCPTRY ,>8sYd9OƊKm3Y"<>ԌK=(Bn'sLJMbrEf[x|;/)\k 5=1xI "QSC͹1xIGG=Ň7LJbrO{8LJbԗNu:g:?LJ/cԗȢcs 9 1HCYge/t5kOg\)QN̥ؾ ۘf62Wb[wg9IؾǯEo^hoNQl] s5j} VmDo};ǝLϻ^7<1s7Ta!c!\ߒX܏mezP퇰70] :([ 1liCIz4[O1=| ѳ ṡ3"˓]-L?1_azkL?3=^gzzIӷUkWo+շ;o{oLo†˄->"}cmSvַ>g>K棯|wfo]>]na};L?^?2=EϠf}ַBߒli*}+L:[<D2`ۅo}g qu2:ZV^~^~pM]uyhR˖]mSٲF7Ug,8VgF7UgYLQNVvϭ2g,4|9T~Z Amfr~k3Bx[jjmjQ,P+RM s'B\0\>]\yC+C$U/@2VcsS6a6,QmۜjܬsV %B`bVdrW\i\XK*kݤ^zkVVgƄrz +k [6&F(J:x!zUfghה͝RʭrSCԚ?ߤ#B)T#<ٮΦ.Pjt"3Dw¤jZU]Mslbf. E¢Z"f qScx [;($3z FJu#[/~[ŌM+G S #o|q6U7I:ySF4+u7KGqg7,Bl!G-#,U2 x7u~$obґ!}:C#wLG~h)BDU:cG]EQ]Xͬl{N'oz\]zneˤWޠ.6uR]KQOˬFQ&>=z}6}>q볯YH}f~f?F,ϚsDʟi_כsGo0H^;5̘4x9::keٍ]pRtKnv_P`mv"7thB nwi(+6goxC XޚmidgFh?ǠŕkQ.R5?xvXjE$-V]XCV Lmf}j*/ZLvHf;]f|^+ߤ\>Y\o~[ِ֪/3pq!b\Q ]8NJKdgEH]U]#JEL)q FUg8{O~+^Еo:y}CE}20a2|P0TV8/SJZ!,{c8N0ʻ"?.#60GYL=OQ`۱::=TqqU UOHzqNz7>pAdJmu?+}JXl{{sTKc`s ~ ^yOiL{:4~aө'xdžjZ2s,oؒcb"u2}m,׵v~z:Od,Fs-k86pPEpKq\W-O#٢g<~N NscemkbXzd}l:=uzGW<; ^vvaN ȆL.476p̿8^ƳhE1SXz7h86!V{tz]Kq^n^{tz]GM&;{muyԇL~ FpNWvVwB?NJj§kWԳ𪐂C83r|bԢ1Q1+u@o%q~)c#c^v|,:wEfosgq}͠q\@i*٘If6 6גٶVsOK<5DQf][=S. s]軅&hXB;@/i]$|h]}*̻cweghyrOD{_P{S?j1^$Gk=&kokC}z|3<4ˏG9(ɢk:oq*-J0i]gJ?"5mxVO CsF=AOU󂙏w9;(/ԊbhE?'KbWrbG}͠GsvƛDsOo!iW+]BS.IfXȟ\A4lNBqF1ooW ]B|.%KC>6F;?IO3V ?~ıg"bfh\~-YKĚ~(o/eݯu⼿f8._?t>E%7u>~mu0D{a7?s?qRՏoYbL'Qx0p\[o/?vn3ϣs~y|8/.aYE>law9*fi%KXdshg҇gL{h` 'R~,cZ0Ouzt a?D(?1-?Ě'}ZKIY<7x2Bi[=$0W]4QeG_Y&Թ2Όۑ9V&XTZ͍\- ը,,*eD4ݬGo=La%OuvcQy ;B)K[$"sK#,jT ]bIQ}%9 $h0GvOHU}da#UIK#К)}$")#,i>2ˬ#Z=L}*}$`74KgHu>²>2%$5~Z,Q!RG`%R6D!'_3~2*;]|+'Lf6RZ94Cy԰R KOC)RrLJ3t:)i8ai`Ν/,Ol,+1}`YP>KEO%p5Ǝ6m<],?ZQ[r#m;ݷ-a"S9t69_}@ijH铟ۆQc#L`D E4X^B@Y1ӜDlm~IgS}eOK:ˮv1ӶIfk,:i~YzJ'SdxГb=e 1|O*5m;$Ie(}ZT?,/peJ_FLi5kznβ. vaYS#;fvQea쟁r{.=V^wߥXEVTw0?VJq> 0>_>xy+ 35W߻qם/hAoQj3AW\ܕK/KpYvʹ:<%_ e,'_Rr|sCq3`H'ݵdKHYNЀwn8~g QM!<9>`#/FYȸ{0{w-QY!ENJ՚6fy6,oi8~)z>VўTT6st vWK0KLZa=hh>DX.,*gbyĬQ\$sT$\\̔볠X}0D\iÒr}\Շ%5aYK>Gf Ųr}+Vp}XR1Òr}\#Շ%D5kͨeAfb^5+7ˆٯX}X6W/ZsX]u:lXl~,;jGݼOS2 F|(o}5~S.˸ZۧʳK[,;f {;Qzf{b\Opn wn-%q;[バԺ+ycy_=] c=K`Z5w6nqV~?t>5 $ ` Tw9^Sm`N nK|Z6jm`IS nKlZ1 %.M܆fdHNlT,n<-eWOWXq?}4(ovvы@%BlZllϥYYYy[ $EOwZXzS>៪LWҡ,eAKI4tf/[,:3KpJt\և$[{XMf f~AKL!;0aDucܥ8]Ub:;7a'Ypu 3mO6]jKX^ 5Ɯ(؄I_!+ZüE~`zL"-PP`W/(M lXc^jv =. ,)I/6|Y~KM&w~G]K c۾X~U {8㒨i,*gm.8ڋ=^oN f>B=/̖l5p C`0%5zkT/4Laԭ|RzKpmn <8X 04],+k`Fh2m쫗L+5R,j`IJz:g:+:%PN9g UYU$L_gm3d{ zz덡YVREڎJglZc\\JaYN#g|,+i ̣<]vM>fòxj֫f}y:_~8+)ery }^lvcnsNٖF #"4TPy{c6F\;)(:&b[Vw+=*Cz]>^oVRW]k`{l}=3}cX>ʘ,fરx&pd6ON+ZV܍g0!ͬLt0JDdŲRX(RMzá&@gc=_b%2t's\ rpC[m}Y#Ng|ܶ=4CY˳<ʛlTFv"2iR?*Di@Y,g dM,g3ibi7!䧜Q7"ef{1м>Ĝ E좳Kyt'QMRR0=̫mkoS~[]^5S-kn3ͼVon f^qu=qA$}BЧ1Pkس|`h =qBM3l@5t1$YGo,F)V,ujVMOJb UCڝX֬SS \YnQ8?222m6D:r6,ju4gDbCz kiDzr~Xoȼ!av Ip#5@'қc9V#$>QZC y"y9i?6NY׀Yj׀Yjִ1Xyoؼ% x% x%M}ޟHo^Nڏ%Ӎ:C,en,En,mDzr~,o<UȲȲm>O7/'2G k~^8@:8@7mC7g铣GGY~)!sޟH'^N]a{lcCG`M"#*>}P΄ڳދyv6mwOFE4u,?"Tď%'XrIm&Z۬$GdNfuy!LM";HUnZjz l!cICV]ܹ~떋A)2vH_UͿc%?u{M`ɨˋ0՛&I;^W2"}ekN,xA~bga2t^fPFvDq$S_Yx2"L2Ԙ^݁s?]Vs?`[aNt/=k^W쁱"F}#fvPiJ.iTR0~7yj=˾V^>T)oN^>)O+4yCw2,< =*GC>0a ,,DF]^DL:o?VP&2ǓN;[ dX7%> ɿX%ǓQgx'ِQ6dy Yc~;w(bGC d ^J:dɰe8H[ߤC d">P%}?3# )\ҵ}!i?)O+/! (O>Aj7C d"ZȐ%þOF]^D!( ӂ,dkN;u¢,|Ȳ#]pC4da'./"ΐE6dy YcCؐygsٗ- Yzj%xHbƮ;4uvE`0&ivv;vH8B1F./vTqIcn2Q b_ Z+8ܠ@yŋlT">uB$wG̭;ZbO[2txWGcss:J歁$>kɾet7jʪ_9@wdKHH>e= Hq>كٷ4xmb_076oS3dU %L'i5xp{{u5CTϏ g2S!zyu(8+;VVN254/"PfP'2|N¨rn;(WElj}#k7=}Ӄ% [q*G=N~Gov#>Ex}%C4HIܣ6U'=jB{jHGm.=}#CQ )("zbQKӣ¨%JBNB\J j M˸ԦkpW+ш_^ߜdf9!VV¸p<ҙ|/Lg`&gx/$ԯAUvM<=iƐ?Ds|-|S{ȗtprcQ~uU~HQU񡠋k%HCh({8l"?ou[ŽWr+c!ON&wIw{w)ᝇCE0L2 2ǀSOm 债*!:^ Tv/i_7^Gm/nlG2@ǺSu"B󣒖OPr+\g4e,SoEw{9J8SW2=CQOCކ4Ҟ =+۳Qgb1c;6vl\l;VeXߎ}ԎŶcu֎IvlGشvԲvof}Ԏb1cM;vly*=ƃNU Ip=Xuw{LI/F_27'7fo׿O|1Oeo׿O{117Wq}K%--Dx^|Kfϭmx5>o|~|<߉鿳_waʯ_Awso ?=@ro 7wTݟ_u fnm|9fuNipKJb{>t6,& {I%WaծUA@l 6ŽB|/J>yImmmm= kO~\WP%pX m背'ЃJXF d1;z`֭ko<{@{-)l2D-=g&~!&%7[Cu _2{2.z[.HУGz{|_uhAOpPǏsW PKer]&xDžn_6|w{&cm}Hb[_ |XWhz}{A{v>gxy۷f8*A? _eiFUtw{>)SCEfs6/ }\b/Y_UV"::l^s=L.ȯ9vx&E:Vdž:Qf"?ԹWgɲ~s6JG%|rMT;n~]fͅvږK)$_nWs߫Dq08U*145LP|pՠ׺[k߄R3=[ߵ_SkWgAhlz/ggN\kS\z荠7 z z蝠w A_{Az>0Cx#c>8蓮:n}iЧrT9L?3of:. # u\]})}eZuFɛcf#rG=f&xəR{IQLq5Y[-uxKj^6mY }Ix#x^h'w;+P߿nz Ϡֺ L$PLKǻ@!PcoB!QA4 _~6dYBx}ft]eAA!7%mo^ }]ze¿ت rLHAAx~9:25sӅ߲_{>PG?Se]>]ExGDuL %eU| w& v KAYMD~fۚw8>S2?ǾqܴdoAmV ߁~r,f>! OvF_?ʲhoUcvpcxXv+?Ǥt5έD]~g:X^#X=P蘸m6eL3DW߷fr #!c1 uF]c߰Q^ۘ<~x/QDطY\>eae@]-w^YPC + []$ŝ /XC@BYUxŪŋ0>[Åw-=z9GT/¯!uM@:@ݼV.F Pdž]Gc 0' ( P$PF&QF(WXXG«rIts1P{*ȖLyO'e3R˛8tqTMGuuQ /ԩy5BHk@"] ~⥫|*z#K. /YKe5k,8?q4jN!qf }Q輇mT 骋JW?ܨ9@WGO[쪋JWG$qTWkjAL7#PgFGGv6ԡS1BX#-" UOi^C>~ lGW8/q/^PxA0GW誠:I5^ɠkxk ڠkE;t*)iӍIi3OZGqi/u\@WGO[/jKXKB)Bi7#Xn!z,PuY][U |.޴{5@7 t*(^vMM^&r{5*^ۀNt+P['d*%{ZxP/$x%W&)\| c ְ#q ?}ʑY=E=PIt^9eNu=rvӱz ۓ1A} M]䝴@kw݄+-_I%W>sBË<.;k_@񢍅q^ɕOSA EV=(^DZ𚎅tFЦxrԿt&htP%oX;_>饒 ʧ田?1sMgz1vɻ4~V/f Ხ6u˟*s9eu(.O[Wm#T߁Yl b[׃^?Rd[x&3nT@ų֝wV̷-UBѭ֯rInE)ZԒ[Q S#?}r+J!Wûω'܊Rȕnb<=},r%?bO<~{˭(\%WGʕ܊RȵOGeqɕ܊Rȕ^{+9x?{'oB@&ExD%,G;Nk$m VP>;&Wbw=|k,9{n\V(SҩJK-.zO#/c>< g / IyIf8+w e'ePS(} [l+i>q xxU1]X-|N\1ih?sOC8dV_ݛ.z9,Cǭψ}Fǰ\T{N>ٮS\"v_+X-mq]g:OqY};mr(M#8v*Ӄ mJTVBNөCYx:~Pa̼BR/1pVbf~N̶n1șC-y?@tRǑBgܦS$"i1;Bŝu⋗/l9s/Iqxy*7(}A)#R?OC6.&6qٰE영5q~Krjk5=e_Ҟ5Nb{Ru@7'|91n|ʏ7Jя~%l{35}}6Վ{(-|'w3-[OI~[Or~[OrI>$w~;V Nk-@ELmm-QF9XMPq[w{7 S*Lg|CQ%K<Gl|zն-0{ Ծj߾ҡ־_7(w|RuߨOZ>E=|g5>a}L?-'InE?OrIne?ɭ'$w~o?ɝOr+\yEz=~|3R -/E6-_d&{h$4J~IVϮguϬy"7=gpTmgFlT),?nFt4ڨ^g:OaYaQ-Fw[=oy:mK[|=N|e^Z/o 5-W}g:k\nRfBAJM77JMf6-NPrݠȕg#W㖿C \w6rȝg斿S=8#wAu^Gn=Gڏ\{6r'/ߧgUǑ#>6Y3AGF3<܃ܹ^ z[!UB+@/-*w)(pe_{D(nׁ^{TC^/Jo-*<^6ie{\C.@t=|\6q*|\>}[)UG@}-* (p6[UQP/}-*$(}-*,(ޓ_}-*"(ߴ_}-* [o{Q{P[h;/roYwW"8ޟM(kk/ޙ;6l<{1E9|_Ӹm(ǺybIl'jOu-m)v?mnu܆lm߇w[J)7g?}nU]g;:XMd 9q^--ŶK]p)3((:0LRJi\T.*i]  Bf+AV2vQ}zIN@;<[9TN?\9L:ONCS>jm.#x,Or`p20uYj!)ߟ\!ʁÁ˖`˻Q+k Z>mGV8R]PB7XdQC,[&êf?xK/c ̎ʆ+Ng7q~{`Mfx6ϟ/ 0ny9>}2(Pf{ƓmG_z,l+xFnf6SEq`;m&I5 2kE-ĹP-/^Hv][:H]t}P|).gㆢ1sGgȍR}6ֵ}QZ~0*ΘkY(Ձn :t3QڳnsY{ϫci_ԵSnw:7Eķ靉3|XPF0Ȁ aH P=aX#a(`1 ,8`,xT1+,G V L"X{bkm ~E>[G ?LzFſ@o#8@ "PL `>@?8hTUo1q*V@08` @mDF'j> 8"q.9y\\\Lp)]Fp)T+ ~Gp55s-5<< 'ӀYA ^ KOU@g@[{ |Hp3ʫ| |Π}A}___$7J"(Y*}|OCP|,eT$%Ng Gɺ JyYʁAy>J=.@"AyUT5Pap`HTUo(C%0`tX`i`pb-!Ax``E`%`eV"PM G@UVmu`P iJm : lldÅ5 -%P:nϰ#}E3 +`7%Om@8a۱^o}<IPYY@|݅u]Ծ9@3v @I7vzC @u(0<|yԾ!8 88ƃ[z['88C^?D=zj.=y} L@'ݕNq~p6fssG0=...&{Ǘaeq,<p%v_\ \Co @] \zF "q']MpO>'xHX$:ڲl.ro(hEʃ8փ6>X$"y-*>`;~mg!YuLxA[Am|H^e; 8`ڲ=z=hEmC s0߃6>X$=hApX$=h˞DpST|vd- -bPz;EQ6(&cb11R1X`|LDP Lp20`U&0a"p`MkS6`]) llHNipPAx}N= @ }kŏ.ottMJp+#K^.bG,ʛ6[>P <䧝[Iͨ ͅaT~AƆĪ^Zf,LJ^TW?}e0W},?; meu&OV{""xYrEmm-ywǶI6^bg!$BC cgьx$?`^("5hU.Ӓw$I睭ǛwhK7^'$&QFem#suE[[YZߠa`2ra%kdiF.DR>5աNnqjArKDZDz] CknoO+5*<Zs /ݓ^Q"w"i9amzY?VS,RtPh;2UыEØ-[>?¼_b qtic]`=D1^ ~bbH=I}Qؗa&?'E1 .f{97'f6kf1gbbb~B5]8B=+]j_5Rȁ񬃇>w\Cay݂#cuAWad^]c7;o ?3L,_YT@wbm{z˅"=ۂ> 7j-`0olwc\(FNܩ uuXY;\F,cds g$/;~id郼gS|rO!Gp}rrX):IkG}Oqcc _X?$w<,>{؅l9 &ֽ&׺ˇ5'"al"I$xr'Ȑf`zѯ O eN5':Ve'5+u [?R )nE R ~O\PD "s:b@gM ^z`>0*a\ُLfXs, Ѐe>,KX6\ `C3⎀o/_PĠd>FfU녊UΗWƔ`MtT--pFUY>Ȍ][Yѐ uy8m8q^ 0q4 ~Uy8oBf2bDpNς? ~ 8le2&p z.ā;o ΂?i~6"%/_ ~ }?:tCb}?/s:+m;ூauht_M fF_4>#Dl?an|:1F6=9{|}߿`n}ɇv ~| LrH=rR~ ̛W_mpa|D)m~=`(Eei1jcVb>d#+b(jo4 "ɟ)ISMqwKjM+857Zg򇖣)υ`Df0`pݜ / V\ e(O jc?5~TRYnnKBe;3*_2ٝYM)"ꎥ*ӔVSP/'M35L`gaQ.h8t\a3h0̈FժUZbP8$$E^\|ZAhI!m80Ӭ9e(ˁi=z֘ ,Ym;#Mz8@zP ByԦȒAgЛ D$vurB(gwy=Y*kO+WZขaIԝB qeԪ"N!3ZTÚc.XQ*4Хg}.R6V\5 nBg9}]!g7>AYJʼ5g2"=/ph?{z2?hT4?hѱ<Jf{/zfW2U` {R^w6hKbAޣ}4mX0LŐz2sEv1Tm玩 iz&:6gT%:;'=B'Ӕ.?_ >r+ ߄p|lcqQ:g=T7a6.EKZK, W5eUCݭ6L2g5P]QU4kA2,=3@̅|P=(L+VysAtTGrϮV:"\`;kww* 1:OJ^ʱNw ޔb]C x/QeEA{=g{ xxSۖn2i!=TO( H2((}0ZbTW`7Ro>OF?~/bD>DևeV.S#)ꅉЪT`_׉%Ov׺^Vx_zspĨ|q\AboCǚQ%y_Yy-|`;jx}nGs=t[b6 F/ <8D]#?kt'z7. 鵟~GK㠸ۯ,Mo^7gTq>[$2%9|e~oeej Z5wۺzmM ROo ,/q,I&"p}Dv/2oő?U艬_ }Iy!wy_ 1ؓȚm&{+.}}1.'3~-SxɌJJ$/jvZ3u_l]dϻ-coK~usG~mS(/Yt{γ~Ov+͹R"ʋn]̍;}[O֯\vuk(/}H~#K!1D~D&#v$n4SRe!I }L:x¿+[.K/)c.]P7~ JH JJZ~.bz4IhL!ف@R@G} _>#Bz%=kSBo = ~߇ J=";0&fxWKsF=aIk11IJ%U\8r…e*+-9T̬>d$ൽU=u=.!D#͠?g^>t?5:>*I`$}ޣRUrL'O$ݣpG `te*% `rS8 Ssܟ1BnSV0 8R٥fAqI0׀Y:0}a>M*T;7߄ oCۏF ݄~W ~З88v|@WruXÞcBd+[2dC9RX~,jJZ2~UϨȸ T4ob\YZW UƯ R K.v} bX7kK||h0w0Ssak݆nW'H~ r܈qb_W=S{_]_܊jqv2M(݀nAc@|H1Jso.$)ﳅ[`CH6L%ڽh77#rEG4S߀k|WY/aUuUau-M *詧*;+YR M;\\g݇6c "%OK`bq4Gсw\lōY036s{c8#{cG`LhW?+/N\v6m/w@ Y?M_AÏZ#:'F8Tʼn]!,UHe 'k ;WD hXxRAK0~m*;8" aVNѣ;nRXm/"K²`_$2̲/=>~s~{}r`(8r/oRFj}fSsp"(@i0Ϭ2uX63!Y@1a5i5t=ϲ ( *.:E_DC٭oI w-Kt"2pcoA ,0"į?SOoy8?{OJR)kۻC^AqD &쁈]J{ձ5QXVS 9Kz]:Եؕ/g36}F඄_Vv@i:1Ysb"3:rZI茗Խ=~5֟ n]3zwtm %EDwvY*[]H7iKAΩkdf3]=()ƍ 2^z ]3QBɱzlH.R$Xl0w*혣9laUOVMZ@\i{`yL6OXbǏ~ :4rΜ,9-yf(49kw(eO_F"=s) '{եs hNDbkѴ\}8gڲ>#&ۑ5l9p'kݙX"RMLCb3Y/W&xh]t)9do1Z<' 6 z~;RRVN 8//H%7w 刺Cxnl pYH JUƌ>{˂׈xH1ޥM.T*dxgòGDE$Krp@;?uP3b\$}pݠsq,KdZ@&Ei%IP2VOBɖVC?"o^0R4C>x8sU\(ݣSjl85mݯoL(!P@1lO3M6qq_'9Q1x@@@s"ަ~N/-oO$u¤f/ |QƛޯrK N8(6q u$hCl艢M|P^a^wYtyo'K–r <1(tޓAqf,V9iL/UQ\>^ra"m=J?ca]@Ǻ\yͪQ >I 7"V3/ԈL| tϊ J *~nt2x|Kl+Y U.'Kt(.)V&Gr#͚iAn?<={7=)/(Š3ob8Jb@1ghm*x^Wa[0bn. ;5():Jm?*rq Bzqk0S)%Da@TM Z \Nj&A$l@SW>e >NL*2 ךY/?)"#@g>niHUÑ`2tcc^, RFLI`q{V evzF߳) n?“<қܜ#XNj 0׬q>~lfۆyg(AyH ~Kc_&QGP Z<.Zj [*>0$g36n$94eAy C'" S1&1| C*Pqan;LU0#+n[!<<4g Θ h ^3U;(s,.bF/٧"Ij& #a:($H'B|d_as%U+B -)>*m"m}qԅS'khnp`d!dYFXzRj@pIy{N;jnQ35:>AfMR 5oNt@@A߲1x쏶4;Яrc116Q45"[sX=-:]o)4#ξsWsE:Ç$HrtSzչ#ONmGFjI9zi!״b< 7aĘlx_w$2)bG&=&% FrC JE弐+z5~4&C;yRU"9 z "`ogn#^E~zdp\sռYjZmx/ƭj`SqGm?ӽ)zcKRo\mibNG˅]?fSaxxF5 %,M1;?x|IӞ^0`Rm!dquVڟBe׎7Z"=6J( 輇ٮ2Q BXPQq_ J;+aVs!E0ƙKf9KGC';D|cT5@SZ/V!uŴC^6? ̋d@^O&+"k{\ `6ϩ3)e*| oځ^`46 / ukm'<׹$5#`Hl=[(.C)TR'5sP1{?qG*$)3 [=s$ϰԧr2CK㘘$z9ǽ+n2;$-[˯ O6h"&좤|R홸~i]9?yph$Û }5y3sI?pfnߓIQl=(24tm'Bמar䡑ښ0LkYϓPչV1@@?$Ų}B#y6AJ;zjIS3cp<KdCCyg8aҀ|JtW.`'rEښ_1Ju~l f:0>p _SֱoL;Iy>3Hg{fQ̀ޓn?4`hqׇn}iH.M0Z;Co/}(c:͖^|}nDtK'ؓQZ+rt:{d(蔌 d=vevxX<{i`z2{F k?6@ŵ,أQ5ouV<Bͧ>{;?fc9 c%T(a>{mK36/ce;+-:$8c:P qe>aC2 4a (1 cBܗbd费 N7ZJ,V3&X~ع:iSj[L]B%"ˁ4"#4b%`<{Wٜ3JlR pc0w9ܐ;0<ί@ûaZ}?[4&Jљbd w@4"y(ײ$Q칠VU!T+S Co#rNTFU*\ p`KJQ`-xm]I*>woX]!rJAD_FݓwuɗYފ·1 ֎3 *d7b:X1wf&tXod{гǼtT񇄸#ҋ5[UNӊ{DGBM\I ߁C٪})ߡSڨ }!5B(wX6}lrȷ~&^(iM;'¸ve@6x U"n9#H9g @g |!KV>K~c>)ϓ~ \VP[quXw2J_S!?'\t'X>]ta/꧔B\~v r}l7W۬ C|$ZU H>bMfYG53uzs3X؎{PʶsbTpY^Q,]Xe(rbcqװOռgX;P;D+fV9jTBZd=Wu.7'MnZ=L/ >j!1 YJ81rNmEokl &r_SR(=~;^k>C_:k0w+I|DAUeܭZ Y" wnk)پgˣ_`*m8P I %&(h*.n&QXmEy /ʟ즤e&"'^9aL%B]mVn<03+6g.ޞ%kn3(!z x7hhg󚆽r~ǓR7 tv:(RMT7 #bN8n@LJˠ wZ9->lrr&E@#A=M^*ƷCgM dVnmQ_~crڼUp{$GrHlWGtݍZ}W3܍ FҏL^ NMl-pbl( +DhLl^XoK8D8|:_ӝk@T! bBtH[ {-*z*HPԡP09N-l؝YދܶۗxrR}oV >:j{WkAg>`hpn_fg<Ӝ[^͛+vgNhbR)YuJڲE@zb0r֍ J 9ioѧ1^[@Z!O#-l{Am;}yt4zRFWY"ϘhmLL, u_\d I\ڢD{I ;[_CbrO$FtRLecm#'[N74K`8^j3}^b'|*.O?=Z)q4rd}5L袱jvңShOyԉnoR:_UOI[3F9H8j[?C ?ӪQLG!ߣ9*m~- ^r>{YHr\Ӏ9k`F*y>ø{Rc\/l|2Gv1Eg4:rXH4t/]|fę{,N[~+iAɒ6g5Z ZyD| TfWs!k?9n e^0SQQpGt,{6FX$ <7͘7ڛE tNFS5?w6 "2OA^)ԫÆ=2@7X!\)T /9~Eh_>)ygBv/ZvC?^қy n~$$/FjIwݻL7UɒV7~8@\:rEZЪ> zV-n"F;;G.sJ|49޶Zt=k] <b܎C;H+KdJ+ou{Z|vɞOUbН q2&hL  "XJ ? " $ ӠwA+@_̻P?Pz&_w C?k켛sw߯d4t# Ī3 A41UF{f_'@Kfn;X/e/'mg*o4TS_!tpeE.;غ-:$}ʺM8o'1,et;n>Ub׊$M2sI_nJ|+I+ot^d8jF"lcbT?,uw&`0m_tGs'0E4WZa̢<ՠRf6SvL Ys3#EplHkkfΕs87-!u:}KlmL%q"sF.:ԿA @mTU1H s:2-f,/ߛVʽN:3׊|n9[NfI; H^FZ#1+94++d8_[& pxwo.+D 0P5k7(c!%Jm]^}h S]Eud ]^G)#:;T;x3.=s46N6q ~3it$u(cr: #gT!zZIlp1ٮA Q>ڤDtjoף%Zxo{߳ijI7CļJ/to=J}|c[>zE7D`a#%S?D0z1GuVhOuT«h7,ܙdlq?0T7{%?s ls. p]+unlr ˍrͩeaVG50A#̶)2ҏ@aԭe 5 Ld9(mZ? pm`+oawk4q(N4;c>.2K Q ⦷~CONEp/?HPBzA",vE4Ws&6h5[-ƿ}ߩ/naP4MyQ G͵|"i wm7wj_}H3yzX@ KWr`s'_WIpz\l.-p Pi9egaY p9QJw:;.<<YSpr_O}zV( r0canyPbޥJ󫨜7Jv1ZLXH.$*k4``B9VhkҢ= 62$vc:1F6%d]&s{TS ae{'C2(I8&2Ҳn=w͵~T</@{;)M|7u!x6 l`ieqB6'b+^܆2.]F&g@T I;: 8bq=jdWALM%|b>ff1ѭkaƣ[R-ȏ~|[6I JlGHbPIQ/4>kdҒ*iz7G ۤBM勖6G-VWH~R?#2xP(lcn%;Sx!{8ڻ<>ϱм=BMuO.d5sf$` -$8Ktn棈 H_Zq StV=t{|Ay4NmЇOYjK{-0W.mµ7ZEg~5gh}i53;7I95w0隼Ӗ)Ǒ?c9\x4BU'jm䋻;48| 4. 8I!Q<L:6o .@SXB݈c$ǿ>QoێHВqFX%SSEY-*Y'-KdtQϊis $Tq{T"{;n Fjv(WY5hh,6y[4@ΎBYR$[|dݢm4MJzꆞw^ЬJZQQ mbF٢%JLRiuO^Ђy$4a{ ʅ!|&\=zU*vs}RPQZg`rKQO͵f]lI8Z1?F_.">H)C4*]gtomҐHWLqGϥhdж6UkJGqxή )0.٣7 MsE! =r<[Ii۲ U {: Jg-&.D:VP&,ʽs{NI(i֌+ "lb`vZ+~gܮ myElM!V|Ҋʕ-K{x/3 ŊkpQeI'1g=r$a[Վ4x*ndiq#|~OsCV^}q I[uVȺ)R&B=gk˛SԠ"  BMk *}PݰNpdgf^eE:}R<&fԋ>a/@H "΂ k9(q>)0LYUZ iwd+hX-|.1>TpH`,-8F pj1_$ D;CVI)nfM{hڋ./LHDA?4r͓_>Gn*x.4!eVq4zjNGQNKow>?1*-SuWmLÚfɬ$G})A͜ @A)#dSaf-5& 1gYx3?HiuzYS 1ڦ cW+cfʏ d.DO}Ҋ.qP ~S\9..rWWex2a\a&r'C rk܍tpbWo2%Z9q`g.z}ʉ#D= NX6y@6=4#I>݄@3_}Ϧ6!R-u;-ԍ,uۓڜϊU6b;`JxKP>%2brm ,> $ Ϻn,e(2=B C=-'DSRi/c 3]?&P E/A#ǵ-tY^NWܧ`ak5yPO~0f90CIdz i:"_M7[54%"Vuח^t澅8mHTv+Ia?`6|$͐4=.)m){’ ŷ~/﷿Ȟ7'}WI~QW% R8]ЂΙqiAmjEz+|6"ԅ)X첅;\W /CnԴ\@|H;GHv!4EEwF~蹳)X HCEpt{O_ "'vVwȰwgpoap213LZ]7"| E?;uI%fxN\$6L[Rs؜kIyE{r$~/S$C"u0ZVz7|ô(h, 1Oy%o;~2E&`͑(6҉9`/~&/{De 12@K؛䌵IDK@KAI>jv[ Ow0CH 2x>΃+ ^ag~pnw ^^ajρ0J>qzH;k|UR6M_=B?&cFXڕٱ,NOSy͎a Ac$]QiS8x$U_$+#yeC ȧq$a+cU)_#8d˭Zn!ڷL҈7)FA$epM+=z7aLyVVQq84TYc N[ bMTS5SPGImdfJ"r"qԁ'?^x9.ߊ]V?`&(k뢩=(8 ) rUe}EY')=qh:rL8z"9Tq|>Nj=!Plfu-n?: 澤gQ!1-B@1d0j|\zyJ>IjJHGP6T}=Dl[V$>*/\Mgz+#ѣz1"ph18-.99YvU=2Gi613@:+}I|)Fԝ~{hﭵzfW@[uF&-!s|+(dPҦ'{0+#}.3\3?770W21#l֋]+2hJ;tY#e*'şJZ h2 k92,@ {3c1lb?*= VEn?r>/: B~jNUiMPqKpOefʠKq3) fMLlG,J]pQXz]}HaAÕq!ۍӐDy?/6kұjOƫw:RBXNv]8.*)m]fYs((X~1))#tu|.E TY.vN׻*I<<h&͛O4%B}8S:-VeRg\[hes˗28$CX[ KEG0O6F~}[ Vxa=[\<ѥEq%`6IJ1=2_mŃ?Ì][+Jۭ Ñ3@]?%¬%&Wض9@q8a Nҷrp镧Bde9̍мCIn5H*OcUxCXp8za. iARq?ڽiH xp׹}8.tȝSϱ``:rv#gVF,ڻ[h񨳄>7XX@c-/;$[Sک^Hv(k~e=eFhe"wmzA7$9@SFDnUHbaƠ3_ ŗZ'pb%`@52E׮R޸82#bdL%Q\tkL./m;2 C^.nVs_ J.~dE[L+)OƮo ʷflQq`LcNSqSC97s.0_zc .CESpY _cl6$p$<5&G6c__)$k<*)z] L LhGMSS(֋>-emq+:mڃ)!K,Ψ +;Mk?Nge J$aAw}s֔;ybj,Jzhw^qP)?x9Xhq<] &sTQ~J57ScaeMYvW[Ey/ʰ ڀ s|[qseQ?썍mIk`x;AKN] ?s3+TPY~ 18ggJm#]Ƅ+c %zLn[50Pbokq]lsJiZ%"7:{mcq>:o_+PI[(qy0JPlJĖdKJbl 2d na[1\%=2#4[1hbQ[M %zQYmZ/7Z .]2 T=mZ=יW~.^D^;h@f/?"(UOPQ}* 9Ę/axp+pJWhiB(5SRV Д;$5NMZ=M^]ka#ŠRкFu@(g8RDDh{Qz{lhDJ RwdIsP.5w)3o*} NY"0~\C"zTv4MRU$}'j1{5bƏɩþSUDgFrUmiɢ1sz(r`АaBHT}0OPaH_knf Z\[Q̒BĄ mGЎyg2dgZr+0Ob>DgZtKQS|)@]Eeа(7zƒ?W* 9b#59#|}(Y {r!bc`_$[w=!o ^hZȜƐ/cj{ ^/Rt(o4$hOz[Mre F󎾧s=L3TNxr،}R -8d6yF0VSMI+dc yܑF1K 㰻}D5Wn||}$@-aImqXԚj֔Yӫx؞)wsY}pu:w"w={ؙZ1{Z)C*˧iMwHlJ`ꫬS4)(qBStpsES(kPޣ[nL3Zd0 59hnZ2^.{ѯ) 訋& Qs v0d3ɺ-ABS\ZM,)#.&]B apAw ǐ~CB%^bSB0σ''o$( k*)Q!9d648GZ-xǮeFw^ٽ3"RQ]^n:jÚ;%޹jt ҋ #_24j>%bnk'J[Ŋ"1.Тp["z]js吙QeFkBj١5xq0[D|U*QCҜ7l+5hG1KbFxbSNB Y\yPP1y၄Z9hƑ s2;Z}p81n$scd/h)1axs昉`%ơyEHV^U8ks1/5up1T'oZ} c^vq{k%U&S$fg_*AƢ6DyM7س5`ZV2LWM_LDA2d?vh[eb+UfPt@tN, P$5\1! 5x?R;F7o0`oO'4Z~VICDh.,.gv9(w^ ߸돬鲡W 0`Llm\T. ZWY zqj# pC%lx7#'[stT TJqEN~$ck&%aüik5U#IڤǪf3 n<4yI6l~bPpgmb 2}jA'bwQ年qQ)["jS|ϵ0yb˂'! m q#۳(ヲwf (FC.(vy/lNNMn6md1~qRZG{gB9&, TպՒ))9H "aQosmlNM2+ k$g}rWo$/-,Y+y!v݁i*h4UպRۊs@=󍺜.]x1Azv/_buicLbq\_y*!H; *lƉj-%B|e!*cƺ%@q-1̵3 &~ eBV/@_A.m-CD%/T/h-Yy@!}:"&KnԒ?`iCLȇV zj=#zQdn8KUI8+.'Zx6RT~Oe~a, w>h\< NZ3󻝸0@I-Nl흳z`1z}T*nLoLc?[^>ŝ}c}L=hQi½/VY_!1pG@8Dh2ۡT!\.] Ɉvp?>MXGNQVSs6eĦϊ) Ҍl/ UU?]u JǴ'|VR@_sDot1k q RwS*y[(3rg{b^x\q#Qxj;B"z$#HY5 Cr'a֨2tQG`kySzjGzU.=XݹlLr0;1nGzpi\°PY9[1Fz36a/q> eYdQྸY/^HLQV~ٚн=K'`PR>@9=5mCV`h6%zg9q3 >8r8nO2k8֚28:{n~^105\vKn&.%О&yoi5#6aWJvv焕ܥ;|96,ONDKk+2f|a&! #x&K8ۙm@x= <~Pm8$mlvޙ5yZ=| !EA8V-~0zqoįOe-@eI j)dIJ>ٻ"kQlcmKȘ~޶\ !yR =oܧSk5J/`N<_^g6/eUJq1%a`{X8*N#CѨr9 EۅW2!qO})_[6[v֢XsD&>#ş \E$B@I3L_K&[V:|p]CG+Җ"3ȁu2U6`swJe Y9F @ந# ]/*u- eOʭ"477%&eN ~Ic0bS?YSzZh[v/BxzN13[ŷ+TylX &nRXqf'h~c<-d֑<T/ ٌxպz(|ԷR5p#M-ll5s jOr6L/mbzl#09Rwal=7!9]zhm ۹hUI䔧tshoipҒ M%G:Q9Edq -!h^u}4$[?p-fm(m;8/2} WiAeOɈC|[aѰ4Z̚[bX8YA}$k poE!]-I)ˣ4mQ&hR͘Zchph0(`f} ?cew:#i0aޘlc]432frΤo{= M0f1Xڶɨ#Wn{PѤ2(pZ4LcB}:'p̷,6A \%BG$+PQ+o1-uGE: SbRڳџeIC66BI%[$O& m,pq0S;ģ ?QD%[)0RJ VQБ`G@هw!;bd;@EohW=wY.)mg7cw.%OܕG6!E#\<ض%Hj;4)d{\j>ryT|*NdKE>Z+&υ:m+7pt{y$Xޙ ݆1 TZŒZE(ӥ"K&P|j(uVmu^ e+|oqtyi 0Su$}]HܜAY&iב E _"Fh$ɡNXe`9U2#{"UsHNrIq]c^ls@PdƱZm@ZYKD{sTfX<%FWT-pC n`,U8@ eL>_/&x7/pn6&Yzg|[G ?LTۀ!=& %*.E/Yqb""@䤑-gTⷾ2J-~t&fbLpDdl~[8koӐW&hac9mқ"T4N7ko%^|JVR&̿z>\l 84Th ѝ\֚P_e,˛}e\$:dv4L?']Q,HV5A5gN>@[5bq jQV}[=O tݐAN䚒>}/ $KPs~ )"s= (6.HPg)ju ^Bޟ0!l S% a:'݃~lR%RoPmB_v Ha{t{Cc)6'YyX w7U3I}s_uX.[-vC#M]fO]b^unfB,6 kXj)e<^}Y#/)~fyGc'E8-yìh]?$RT ;J؟7 j-I8SKכ GӭfU ;›#;#ġA& [rIS){نu0Q+7FX!o/B[-:TG,A!FUm;ɵ\%&Caeu%N W0(^~/$P"<7!q(lր.{ iBluz*m.[y~>;w< Pb؉R sLUD&(͙}c#\⧯j5Uة]P@UeůbxxbJ7f˸GdX#TD,bX :) e[PtIGw:<P淄}Ry[*PKP>&WfFF؎N ['=)ޚwLt<[JE_d KZVNK2 L2F[|f% &]-v/S/n815zvrZ@;40BF$݊SEl[VLn$AJMC`ܟDu|ߎVD i ]['0827( tj*G]v 0+V6j7\w + tVX3?qO_Ud}K`XI[?F~ f8 R\-=;GF hߊh#T6Y#$ǹtņKGqEjѯtT|G _z שuQr湸Jw&5hjN /~6J TYn+ԩO =_9'{6zj7,^f-eȰzRl ,!|P' Gtk.,}sĥ*I ;§S aO7'jhûv_$-ƙ%Tq rTn0Z2ۘ0_?%zkˋoV`'_X!fu3ϋҋ)BICdL^W$uAZ+WZnF1kG/S˗]i·M{ƣȃ( 6qVjwYY1f[׋Ivu@B9FM\up[-v PB < Wsj5-)<\?GuOlc KQIi8_$:9JzY/^T_ii l`)vU!.+3KkzSfbid0v.pD b]}q/&H(ϴUN!"o9ək6=&Z:+S&Эw6 y(iՓ\M'r#J\>5Chg@E(EDJ6憲m"h3N9<۵A<ߵ:RbWζ?I)t& ɱ X^Z)a[aNDm=彁֔-cmIGd~Ϲri/15h"1FSbKӆ%⠡ UqhY~ >vvTب# %M;7/> R1ͽ;TW"n,F]LG$&1I'+-dKqك6I W֧hߢ/ wf8hJc{S9|!Ba%:v /1x - L4Jlpq>0bW3."iֈʐ0A[G~M?hĦD|#^icy^eV{,bBVH'3_uLa)/晡X,N kR_eS=ϞM\XC,IuE D:qtHf(0F#G.Qȡb-<`Eak[ F,OI.yYLRY}U3øVORYhbJr,+6?%†L3ǽ On~t,雘ᴓakACo,Cǘ p9c;`y9ܹ 3`oD3.kئPF.90n]fdEZ֡BZDDڙ%m%@S (:繩=*+3;.=upbVu7bX 2-cr)ɿlA3 ~kr-1T%WoVr-1,Y7%Uh&&* `zVU\5e<][NTn:M؍jJ[䭇}R~ SjbUD@쏜+nKQ4Vh3tK~+,%T%*IN#ZmOb2‡Vy}vH;^|F迳Ukڤj NXڋAk(͓Ft ]~a*CjmwJ 1~ 0=t%5,H'=!L¬F%7P6Ըg尖ti~n>c)`\V MAe%dJqsGe[QoH st&Ai<ªAG(i ٧ B}_o/z&&c,MfO$:,@0!<ܧ*$r>;RJr-Ty!n2wjKiLDJ;&)ِp !ef$F+KeId"HU>xz>MRY76:rwŧ%֠\.@*Lx Wi3cd&d}G/B.;*yG~µy]`(%(sUЙ{ G9u@BM?X6^ ٯGU8^>Ah]u@hP?t!laKWCAwa%sgAg kYkw՛?8MW?_faQ`թlTe袟}^HY`E~}7Uw\b'zvRKJv/ iGRŏjߦPO:x;pn0Ѫ M 4{k =2̍Py7LE疒n{C$ZcFi PUwFHr>VJȥx9ȩn(t7jc<4qL4@[q5߻.o #c_9-Ig;R}Wh? LLD֣$*@5@NcUM!w$;$AT6D2A 0»ynFև0s{eZj|h]hMQ %vKc$}; ]{H&(;#Gry|D;%|ܛl\kw0oYG-+gpKQ^"E!_18n p{ͻb|4Fr[=@d:֙4@:+͟g^YfAQF|UXtM;ve1 'vU=*'i7=FRw?so ZA>.8HUH@沄8-_p8M)$LGqRm";3 N]= ׬G*ѮRNg4?Aj8j[`=Oϓ `+E~d";Kf#&j}i)@"u)a\#)g9B٢SQxvbh:T5t{9vy|c3f.,$t@Ԫ#OP[& GB {1w,4Ch4 ڍU Mj rPL+l0גJQ&\xsDw{h-_XP@r1.3@TW]Ol5U hM@"Q#o_ޘ%Qk`*rN]11Zvb0 85+ rUt)i$50H͝E A~HkJSS8844ҙŋk/v0JCΩ,:$; [߳L^7: X`+yв׺ /}?ÈN7c7QXߌ$mA@MR!x" S,hb} +NV}pM8197̀a bg*mM%-:eEb.2ykeo4s+FRl KB~- i*+!]SAYN>F /KR/upw!|XEub,@ p&ώN?m|oO 5 n"=셦efyKۆ' ʌ7^-s)bo"S|zѢh w*#Oa3꺼B:Mo>\B)"ξ;xZzW-Z6Wo9w#:ˇq⎐_bBd7X(`-G:?^NzGX#X;/[nkV6E*q N ۃ@{ _P"I)9=:@ީz#taiV{ ,}7zkAKɉ99400au{5 5 Y(=r.7`)>کpS(nMvc&N.)a*a D4OO.|S|;jMn5!Հyߜ"p,!Ay`0j&(UxsBo'`L_eya7y]l|q[WdEaK;{Y4qazCGj2zA["&^|om۲OzddKU2_vĶYfh v&frgٽa6̉FO_n &O(q@8O,pw!ɽTd-aח2vwj?X|X Chp2luDS_b@Cn 3+;#;5S";Mׁ,궥 FK<B jeSE}x)JE.{eZ/Z ;ks<}9*"H-szy:_mo{,/~6CۍIh~[WS蠀0`˘1g^6O|3NQ1mhnh2HШ`DO3JiaP,[ŚS|+vz6oViqCO@շAYqW!oڕL{?[R4cנȡGSTq6ԘjnbN䱃%>Wu͒gdƯ3,5O^/&;v  ͂eVM^~q ibK>'U`0̜bڼcN>+5z Vt3>De&6ݶ~`V{5iP{K]Zx ^]概ˠ~td!@JT>Shz<=bNܕ[?v&lx.V E,O n|D:NCԾӕ~=G:9 $h9 \~Rio/vr\z$T`)džajV"Vf4j:,SJzY}ȇْhANx]Q1rxhX5t?zDv@0B$2ۥRwOe p/~ L#l4C!`A[3YN{Y5KI0M:B F>Z| x5wڏCX᪇Bld.I">fe+5Djia-!1txǐu}^!p2 8:sɢl&9BtUd 9]nk)-Oh]nZ8tR.Gel]a|qL6M8]ʋ'IJ1z&j/a껛*h$^Xj fX@G4=@ƽn7ڨL3gB4is[@6[Odja\פ vC "okDUUSKs CwM7v *cwA=$!,<=j|Q:]7kwfy7cFp^b4sL/'*6 Q;+4̮kAxK#;nYnZ䰆תMƸ|-Aj$W5 s{=:\Yi\CtʍRb dTDo RHVq![$J#w+!js0A1] $xdxz $"4 э]2rteOCR!NE,7-?^'^?h~&q4SU8B|QV`zA9텥nWetU'O؊Z40 F:MCƐUQHmC:Ys@<=0bN`h>OXa F1QX{_<1,PҨ/hfcVBK_sʱ-25ړvIeʸL.$45y3}Ep s>?B[m 2Bd?BtTD&^bNJbu}044Ra@OCS0-yw06mAjҔH e=ʼn.Ī>L tHcO'}h@~ AZҏ<rmJ6,IQR!Q:}-dj̾p)zl-ViަrKSvn_m^Y쵵h jșCE-z>|vavU# 3ZUJ4'juM G'~8h6[j\"/giE T YGULY*UފN1΀2HJ3M ]Ϣ7u~مyyS 8Qc<% oj#,7I%j!o0:n# a >kmW.e19{w 3U`kʐlW>V #] hB=tδG~[0hU3=Z9*l\z=h|wfB3ȴ[q;q[M`flL1iówhs ,.s4H>#m0\\w7AMnl,%MױyPTs J#z5qF$-@r]JrӳtakɽDÂ)e+&҆pl";Θ̆lvL2MWR/xA@75S^xQa^fl N!%uw#s+WOMڻ@pMvA6fgFwlE2wl'EL#b'@saӠ)RunwQeU"}1ssUnQm넧8W1 w\+$2_s;Ս!rYmDSϒ[dQ>ل2Yh`J\8 !4"Wq49G9Ԟ<.Ojbʚ71ODTƹ !@y0|#l=k؄|~LﶌmmyJ6?i Ӣ\h ? YՠZy>f 4g'?2y|XųAb7{"~BY=hj<|]G8vñEh*W@=5DG|dˬO?ҾTn/coD.eLZ8߶0c%NT?zӮG JK.42n[]3Q( *p:|>w3;4~5q9 ͮz#>nz`x*R8;}u_3{oY;̟ǽ˄jFt@XnV~]Y׀__!@[CĽU(Ƅ#sxKђ}+o'}*ZئwMo OWV)L1 =>uvph`7Ґ4; wݍ>75G1TI%a]axf^Ro*B$^sFbClꩃ?h%*QPF x{r`Ab,BqeDJ_2^Q8mjHLj9_q=hI>x}Cߺ#9 ?y L/OlZH5X7<$1ɤZ (f v<mơ/̋ǻc!W-ɬW_2iq?OT ܗGzQ.Ebb< *|}Vl.NWV:GC)7RK 4@z~xwsm֩׬d&JQ_wˤo@6Ob r]xB}G(ThA^202m1fZ}W톭*~Իy* Q+9؂L&Ej'rܩbk : I#LjX|d̃7)KɩENlFӓ~tdaq~5\ |IRlRWt-9QWㇿ*2"/T-nE)i0r''+mQP/fTAOt:j{1@+.iƅ$W='4Q/ Թ2Ҫ,l!TΜ`.<#/qӘͳ"M>E9R/f*韩ۗkp \J[t`X?L0weqW%D Eh6AjAUF8wMW6)8vn.8yakUNL zBͽPRK})Tg/ lY/7 Ycvd֋#9Lҩ=d ZZا N3,`!y^79|M8vZE*Ejkܕ)|V?T,!B` @EYQAAӀ,-+C7:?tVĭ}[8[2z[hD !5[A(M\ +u5 (<I GqTP^ FW`| KaW}z(62z -łS;!-/Ȕ9 .;qx7cղ kdڝc*]vgj3[^tE$ʅ2k(}k CɹbjZ?;گ9E+&2d9yz Zp\^ #v=V2 W %XRƠuVCiéq  Cfm +t|uǨ,V$]aj3-S+ 팊􏡁Tq73Ⱥ ؤwmʔ ؉3 F9J`pJoMX<{UxA5{o1c}_5}/\>y̓> Qp 6;5[M\kfG~2˖:3 #aJ,GC1"Iuēklș2Q`B-~sQy#(()uy z=.G ;+xTH҉U؟E g-<}Qݠ}2L!Q/kƨh5XxWD۽x*WA}}|wšTgi,1Vd#$Uܱ̒0i5c1] "t6XS# XVoP3ԜЛ"wI>W⼛wp,}d3 79Q*.f;G6s KT6<'MB aW&X5xCXa78:"՗lV\!ҭ\1Zݨd ePZNO-1Ͽ(rc9={Y{`2**~+bBr~AAJ4N.<ʢ=B}0YKnދq-岱M->xoJbUqqЫ'حrtK6!õごR2=~t}Q&lMgoSGQCΖ RbaFhy,E@eJ}3M%ZM:DʀdEkfrގ&֝wnNl眛t]껀 'o)uG23 +U$>>yWo\lkCm51I$0mMVxTh=ƓĽ+Ubk7t;с+ߔ*QB ?70?Ң -yhci}'~yq!î_A dY{/|n9Z\^ue^6B|/wS=4c-G..xG m VGPEU(GS΂zbq/8'{F&S2'Fye@.WM>F~b¹C8Wu?6eV̧cc5[-2a OB;s8#8>_'%?(!\ ' we6|*s ^2ͰB1@Cma:8@lawxhdRe~4oӚd&sZuvƒ0fWZmzRnVRhw,GmƼd,D*dv2tm Iz(dZΓ>G[eMx(TwU+QSUVо{n$=H8tYcⓦ.1 %tOd˽ɕ'IlnH30?<7VSՋm|/+0Ynsɩ4Qi[R-o] F#esq7ZҘzF4jU sVD΢˩f&4˵rNhVT񙑽_HeYUi 4: sM~[fL(̘Rk>| (Ofyzъ Aw`&ؠ?Ov S?c92rmWJ w|tg\Oq3-r,Ndd?oD$$[=BTsCP0aاf!?bot#nDtrc3ZϋL7jvd]knK|+*rm8Sx]Weqž U-niIr}u {ť1#e YBrnၨX8^I*Plj@ {t1̫BufT|3bV\' R5.1zᝍﵻJP\w3VhEA6cոd ]p/S)bxOth Jn:E-Ahr2^|.Lk|3ovC8fhy5l|77b*\Cjrq<#TӉ:u^p)諸crAk.w-4Zӆja?7u~ɩnծ ׂyS%8qF+dypH=gbl:҂4Pix+U! QR2붷>NW}7L_`Ʀ=9(*,io$[z1yHn>RH X^射#lʟ sȮ.ӏ6zx'wm[\0i(PT` xR]Q}_51{UJjw gV rJB%;<0'p~KPŞY{bz ؖgPw,V+jlSB{{oDžyHB6f-hP%JeKyt6 (ns\'mve!v2\׺Q$('Ip|kd;IJ"^#ȴcUwehqp-Y=0H8G3%хoȝ4s4<ۮwylܢ.I.p@9EF3ʔG FQeS*˫YY o#e$v::vs~*FF{X h6r_JZ-Rj7 1Y7OMyq t~7+Rr1XMug:Do K,11ig#J{!rU&1z˾i_pm8BywpNLh I'4F~I-3*+s_O l?l|ia3{B^3>yGt]Dr<_A&|F=wvE $IS1m+p+}p)~rE[BV >:u:L/˸A.1}7P˒0}/bOWB2AQI-RGiv=x_BB "ɞ):%Z-u zvfW0P3{ g*/1]j͍R!=_?q(tOoXH;Jɘ714'fXH 7 ,SJΊs = a^"Iq] @:yTmtn‘И/-THcٿݠ4ZCG6G W.$=XVq+d^ᶳݑ@x_{eפg$iM2Y( Ґ<&}m>#{3 "]\5\z##c!'zo̚iJQ II Vі2ZÅ84E$r S͈[\Kt;! l:$W_9)YY\PD66fy7 =kJ8zRr#R|daZJ@f(طkBCd>^ :|ҞScKLTݮ)U'Bs̘ Y'ʨ DhBm 7g';M ę=d {J&=Vų˸@{fmML%uۙ mlt<'CO-grÇn<$M@ϑ,t*11M6ʓ|Y0:ׂHqeҷ֙0i*ςkU4C8C19 ZSF aJՑ2bGxa&Y"3y׏;]2ķ50=|X Fg6U1љ!P0<Ǹd/x`![Wӽ̄Iʃyu? c5ela~IX>tE ܵw~j[\{H̥~x`p\`x $P&3:M$.ow},|m͊~S9FP5 }!4eE1zw5tؖFC71'_i+nHY~r@ hv JE0HT@7?*Pz[z*{3)0cWo4;S)t,~=Z1ᕦ<]X,,;75%)A=׺~OgYk#Md^")b hc..p-%Sآ1"u^ Ěî Fآ}Ğx<;7g!"hCXih Si]u _ fR.jE)c!Œ%"(i2*Ӽ짗-%AC <2]td0CzN?mZ aF(0PEږwes*܍#ˉI[\tp45gG9jtzdx5*3GxLo~|tǂ'W;'-`nvBPiZ@4o\9+dKGˬLɟ r.N+#莜F׻_"FDCgDO9$:]qOyzr@Ջl68f=AT,4ryNn]^סvCo8Ȱ*W)cn) 57Ms`pgavKPy8G6}J^kE7 lБ%LpCv(I+CpqO{K׏t?LDLF/۰knpkA)`[{^9U.P6_;FlaH`/ 4P)dr:{Ywk8hAš`љ)/`[,OXYXЂzYwHC, _xm{3S =cFPpg^aj!cAd@0C=N*A@(B3Tn GD^?PdU+H$Qvbr]KF&)4IXXRO#8UC"o%{m)ERYDY^ގw"44ɱAqPZz 0C뺷hՙt1Gɟ3׃dxw.蝴* BU1_,I#E64buyN+H0p$yYӃ >}Tql@GI1 \V$ 1VՏ]M#(}l*6M!`;h\oX;=6+)/|+GBzvo !M-&+3LI wD"u9PI.ߺ ywwɨhM |yVT(V+> $!hH1jyODYyx.V>ޤbkϘP+9]jEX(>&R܊_gqFVsF6#'MVR j}r!?e&F:KJhU"eXlmZQ”ܠL-,wq2tl1'πQOQ(r7B\ ʸ?Q< ;cϨ~kQJԍpɤYТ_ zkGaOV㸻KQ0ݳXްkƥWm9$xȃ<@Ft}q-e)9VMI&N1qz1:Uhc\!ZZx}1ҨW]$sn]qY}93>Rۋc;zi zj8Q2jIOJJg2BbA֏v.'SFLg ZHxdyqHH%j /}84x- Z8M4(^/l P2db^øeEpBSL|# ~w>tEQv)d|sȭdqΚ _TVx"e3“l|:o{KӍ4IOM|~g v1gܩp<}kn^O{t!MD?SkPy6 'kт#r}`CV:TPS[!{cmHrJ?8(2ų E8j/CeBOgɌ8vJ!1I=K>C1m Oc+G?t)zĮomcq (RG&֮6>#wc4#5)!%kj # gE0IɓkF+e"q?ЧsvlG^اtyv+hgxT*,v׬ryj&7FB$:wsv#ǬkTB_ؚo^|NqͶ;99A1Ѻ+LbAm|I*!Խ}{AB|=bQ,k5Z]OZV(2JU;,,?8bakGCRzCW.8 FE!OA Z#^g#y$667.gⰪ"!&ndS˯/X&iէz™ >BpnbS˩Q3~2R]ȕiL_Ή !*(3^!pe8}Qigo) 61'aJ%vrre}ItɊ EG4M;'¨3>\60a 2["5ͦ_֥t e-_\rs`H bx CﮂK- yah$_ k27QvpN{ܒ}+ںk,B5b9!Р|Tt Tv~AL+~.2c T bhI#jM*&؉PFY:lїV8*-i aISXGC2NV!+4GFiY$p jZ?Ekrk4?(aݿ+3=?x 7i9$KԎbؕbރwJ*#&/p`C*n̛tckXEfq`[$1%Zf7 6߼葪pË.wl" _=s^׆ 8591 BSzRu-5[m9Gm@h$\&Tz9B6XQ HOq!rki}r ila, ۱܃ͳUIȆ;5%p)/jbvYWD`Wx <"2tH}{iN؍ ϭ_GŚ0iuɲ=ޠ/k[0_jVwzY{!hv̉yV\gWr׫%XvR.:r,itF]+FՂ>aјZ}FH5WI}59BԞhHHk1tGϢ%,p]816{ʜᐴ/h$qOf4/IQxeed~>Qdy4׬=Wtܶ9.ecq-5Wua!SGgfEXvxSԥA{%Fޣf$ԋfL.ZO &7])6dFeЉm|jRbZq_AϤ5OrE `ѐGl_0'ݏȾUyWRZ錆̼ 8/_pባS=KMtiREmMo;zkʔqm1<B͜N-j*`̑qNQL[N /ƱJC;[akbaٲyKQn~5wzxB\d!" y3'la0BJIBG{B&]~H3d5(ϠH7Ĥ ^N_Uu:#v^}II=63Al3!~m8R!V~ RxLJyue~I25O>XQbl$% C*|bR*A2N۷a( TJo|#VpTeNЕ?KXo/zd*6sqrf/q7ړK}"-@QML͟\NZ'*dz 3(_0쟀@_ktLsOtF'B/;#F &qеK,Ϻc 9 -r*3y殈qk].<|ٳuhk>?F@>Ьh4w G7Yת|1Eh_Md]d@ )kℽggLC4{[+jSmf=*u:<h=ƶ֑z1!ɣX+u.oٕyq]"Q]j2v>Pb5&-qk!;ďyB=R9ű .}i8CÜLjho@:6ONX^S-5)4ghҟ6'f`tmd&"WB DKd\AP:+XǪp98"/7Vw7(X=;{~GDׯp+5t7)9S^N-H+Zx"\,ctlp5}Τ()$莔gnoЁ1ϊvfC7Hy)+I)2AZm4 Lz'%G}u b6aJ^tiWgL|6 jUL2דJy̓ZL.us U/ tb&Yۤ=ʁ~L}8z_٢ *dWAz߉2}*m++$%JloԯK+kقf Go2q1Y7# Q ߻-X|ptd*l_h\ٸ ^;S/&xz645} "U9}TwGGC˜#Z|*0׌=ZQ e#0҃:Ad'([#صr#t@j0j(Jh{G ܺZv䛺%" 緎GE*Rile.M*8)g}`z1 2 9`FDPM|!'IώEA +7'1UٵY#b%x WH̜r$u}N q:FsPjomI[w=)ܣ{?dY|KdE] o({ruXߊ]/Gp䷜S ~}㪾d~CV2lV;Ϟ'9/*2%"B-`]y,j"ASym&Pa J:P<ќu%:!c&uO'LԹA!E[vmrC\*WQ܃m}l q"&mNO eo r00R`<.\[GžtJey{hD(LgU#]"t޲uC{ֲ-nt )!Ӭb ,VXJ<` ea.精-SهI3> w94wٻmǚ*BY}mdV1pm;rӾH.?D}Vdq8xN'fTj=OL>,nio'?}Y9@ˉ?P ]R*;*4 0|a!Wdl@[b,fŧg.({mL (WATm(PX5a,br,q7*2-jy-:MSb4Ȼ5Yb"btRVƒܬ&k= PLeZR]$ROJ؂hvШzFݚ=bt')3vҠ ;2}st*_d w&¦1F(FsS!r.- K OE3 lb=<,6ēTkwD$f@ҶT'P,?3ZsY> O\GfFg$K6 VƍɄr4d\_=:oG>#}FhN xEtxgR +@%=VO1"?Eٵ_ /c|d<`T μ [s>xMיsa,J)SVa1JxCz'zD9a׃\TBߒ#;>Me(l;]ѧP<܌A`>LJd/GYFGZe:(u;uʍh_6R22k?qbɵy~K*ݜ3xFX6P95@]vZp5eװ\-.p K`y9 / `Z,vVv,4 T .&Z1Gg1]lShbzh휐uFJ "b=++Қ:;%j!%h%x}s)dmq#0%S YDةJ=YUV?urCLo^&:M~jhLqAj(['gi'"fĎMF{x;8XC8 SH0Abo2]i+ܝ0JJxĝ1-"Ӽ Dztr Tn.q6mi2&꺟P4|=O_6۲=1M\U{["ё$AS\9?2HRsLl` ([h@#2/-svD CHn>Ǜ^i]Z`a{<2}{dZՍ[O:S>DvgBX?% 7tzn4ږ k},%4ߛU:id&cL`늨7Dtu_wd7'Ǧ I{ uVпd1U ;ɪ 0\ jN|>E+3չ֠q&`{NK@PSb Man+ +į'%R]k/b$I DGyC10(g>Pȃ@Dvk7l,Yncf(#ІL퀟؀\7~[9ryaHF?^ _Tt33? nІ"*ZF (ק:sz/1K_AwĄCK Òu l;&avKߤ، @!ڙd!UnxS#jCsvoG7!8zVXu3TGgpphԧ ˅Z,2:NB'n k<4 ֒5؋ރhs@$; 2|ǖ+ZJV9%yG4ZfpAh4MPXnf6yFFߔW^ d)C|0(ilô2GQ̋GqE@}jcߕl2R8P+D"Fd͸Թ[OnOFu@z=5Ol mKWKCb8t@ֳubyVV9Ѯ 4(W!|󄥑PyUfӓL9Z)q+OQ.@xc09vD-Xtl(H2oO|/~cx _"spZ;̗<h_zx]Sz e~]zWR#}wi'2l<1GwS.նYGH-8ksmLA Ό- ܺ` !5 3_dIջ:i*;UahF3oP>uVl; |š%Ns k % >WR<5:5מc[65FC%-B1`QL~]c ;7-x`FJ> Jd)h'&^ ;aM? Y9OI R9@R3v?@2O4ʒϰ+Uwv Nj-f(=B6WJg7U(PBˌ E53ES@3d ]PX:=Z 8'0^b!NtPujHVsD_U!vA=JW`ls}tAI>u^F:/x=紀/5gބKa*Vpam6N}ucRӳ"ͿJ!gZucșdŶR7<- ,HCMa`[,@@Rq:6lZb41:շ1چP<cjLz! Jt[%X PFǍQ[:9d1ɢFrn mE"df`8VA8Wؾ6SȮ @ڝb3zi촍ǠXU1*j9"9b ӵO8t{QiXUѱnFn~i586Ed +}1?Mx#!kUf>턼˻SL `Wt١6PD{ܟ)݋cy0aɑ(e\1Bxa~C+}Mgntg(KbGb҉Z<[1ۻ 8tX*Nln;P5HҚJ86 Ox#iW3!ԧ_P6?uY p.fUɱxwgۢ塵CY=K-a!@1A4t~PJ dn z> Kv^؃;ͥaj܅ևguS¢&9]j4| ?#YIePSnAҫsk(}8 Ot0 >iɳwH˷>G=qkRN-Ċu@Ym06Ԅ!/T)#҂9A~˦T|1}G^5*>r yOly N{[I e>8bzdS$̄X|û|*4=\I"[l-}+A֕>1O93ğRSK/thLqK=%Kj~^XqlPu^K#:U,Jî3&IH8ׇ)71& ulcI /cAfӥO멫{hw=,Wz@A{ڛ@J΄^(>6G)obI-"HعB< "vEmKU.=-_̫VA_uoCb"yff޼H8+X\8Twcz&[tX@ `HN{*kȅʝ, ۍnDG[3-HHA[ՄǤA ]Od?ؕIl;rHJB8uj8]V"kD6,OhOhQ^yoڂ-%ZOf/*l #2=we{gބDCMIVb46%tNA *<߈Zk0|OX@Ԯ>iNI! y`,յ+m;y/$v8. 6i)ub&%fZOcgf[_^^^Q$Su>]U7oYqI|&_-8] }$$9C $W蠛FÕ0 l!բ骙'cH 3g,r3k"agnxJP8y_IVq_e2I@tTxz T>,Ā"kdI*c75OḫvSښdS=rM^>n \xk@G|,E)::l!SC a0"t~*C?BӀ*K&͌v@oa2N P6ᎧE'kՙCĠ7HףF˩I&:RGױkmX[|0юӟj{YQ%B!xX?Odgi~e:qjUTV]( ADOh*Ӱ!wl0-eieDq1wлDhw/n0&bXYыYV#FBwG&NZp6kn %VKD' UbA#oWd-CuL6\ d%~Rg `a FAAfK&[\X%(Ӈ QMٱƁ5Fe՚۞~mgYYj Fi7=R^!hqCkʏLQSF`9V AYyZJ2i K,YyQKh!'BTcBiyz[AG nNs*2KJ'o'1{|Թ>eV1~˩G2jpMKlCQDJ|A~u>|%y4lL l |$;Dy< I|}(zWa"=4z:!,Ұ @d0R0FuґP9w+LL6vFWuγ78L 'EvhV`,mH.~^y_ć[Lί么Yaue>Zsޖѵp<Go]Lʜ]4q{̉ l( `xdB0m-vg;0,ŀm V罄UX%^c=ƀF nt' Aw$.~CJphWjBA[PIy{uAmMSY<4@,pi,Čk8pKu=&àdZb,= s*{on03CCߤp5 xqF 2"6aH>=Lʴ=B?`i*F\G-!5$kM@|EcTr3C@QӱF73۔IG?sAb֞`\;ɕ9W!>͞ UeLު1U꧄T) `s7EAAhcEgt?a9`Ulh`iHD3Erc 8;FC/徥P ]=SȌEӇq[rj%G H)܉LY"4Sv=ewɣmD#s>: |0$s=ֱO>iZ+0Yu& 2l1~[&C1-ֆ9$8IԘغ!¸?5"ޞad2ᒹ!#ADVؽ_@Knt!84auBK=*Zemj0ǧ91zvQ;.1.C{T\NFj6&/)F V$f,* _P:טA*?fXoK倔]jG'Ahc@Y7DjES@{ [!SӉ Pm\5/Dg$/J׈~D8b)!7"qǷDⲯ{=IyF+A<BUXz1Cr5\!TAKB;P #`}*3{>&e[B'Aեb$>i0A_.6uIDA0mrמ ?B8א˸+o==I" ># Xy6o~B)}sz9h (jPY.|ʠGʣg!N3A)~$=SURUɾ&VGNHwr-*Βfۼj ʕaA*MV YλxNbD`"'\&q'LXnRWIp_% *f|40:)F uL ̐Bu꘢ʼzNB; n+.g&ͱ^{ւW:u*At1AxeUB5c,KїOGQ OG?}Jt&f﫴 _(iَnnQZ( oGS9 $a-7⤡Ѯ\yw5s~⚄] .u$- E] [!WQ{P?-k#LxUI"F(F'ɞMa+ UYY 7fr?d78yطAr-q\.`ZbtZj]aR~zoZtLBh <=M;yfmY@qt`Yے~ M-o`LӟE&rzR(N0NꊆRjU!*۾~)&ho;?$8^᳠m+eS +]lDF(ꓯkGg] Kaܑ+,jM*,|q2ICJdɧqSM/z2W{8VO8Z-p%@ EyRLP n0P^Y*/&H ]ZUuL< FfVM?-2N[5L&|.Ygf@A7 O[Q0XŁ^}|k?D`K6S"m{T)MxO|P&,zHCi8dZ~^BO Mzh{l *̙;~6h_mQD hh>U }xRBnɭgku~]l|}cs|,qF[]@DqK^6j~~'hdR>a#Ox㡉Su5,3q=>]_x, KV벁qeS yQK 'ѻA.e91:3e`&ɗaK/UK2آO8 fhQg$ qZ69Po*l]BU;KÔ-q,Z3'*kޡ M-hFp*wsyqsF JthEH 0>}C[$l 1C]{rC1f7b-'@1jU#!3DY*A !<rQQ,\Pݤ`0;׎9EPSVC},Of)5]Og$o茮 R3XAΏ"Z3#d7=@GiI}K LUJFU3tzm<_*_0g~M?cXDO8mOM=V["߳U=S8m$)bCk][BqdpQ _$`nw@[LN8"n>Pw"axE _4?\8a9 &_m!'>Hգ8 ?bX1{M`k7 a4[^S2F%XBɪ`B%eë׆||.۳iI)`e vJweEY##)\Bx[RI:ګۅAX5B`ķXG)\E{wJ] i@s_5K|twX[ uAmQ'-.lG JeK-2ԂR}q_mu/??T$k q2~jmL]X}0+_b<]DC R8dQ/Lu9am(-YeP8+BנE V9 8 Spu;uP@74T1^EҖh پ]b@RڬyKm5u.IVMӑb5,(soқg;xHMx'Ľ+!i~HcP>Oi$. U{U,۱Qdnƥ32Ş TVǾX<}]4.]ly!"?P] BpSI [k="cj,]Ֆe1j'ܝFթU&{brnR"_/JїV&:4|k $oȆ/y2S;$$sb[ŹW C(LZ}MMܸy,!)+EFAUmIɩ8*VЊU SׂV(_o,+pM1ݎjn-ټԕ!)Zˏ_TrqZ r5,:ն,uĕ*g΃g]S&<ΖAe_An,Aőל B{ 0$3d޶)~#!_t#?rUe[;'j0gz\ĴӐK:X2~Ӻ g^kslL"+Oe9.qimYԢAhH) 8X3pጢ(U ɸlj|7Y$54)}U!\_*g{K^q@L%y tj66*;3LuӵG@_+Ű۱X5eM['yV,Ӌ2 #E>c"Ő֔ԜYym|mؼ٠ siƄw0W}Io]?w$Q! 30 r2\ڥHvnoh@CkX[0h͡t&Y3zU0+(Mrɔt2C2x !R:WjklDQSO{SF6D,׺^=yY $h6 'TMM㝅wp|gHa]?97|̉mseugR'#"BR _baYCH`b9q+z"]˃C1q9 Gt'k_&M4=~xuvP3dSiۆw4eUi5!)|ox}E.deWRLFI6 صY_O"m,˩U =Q  wD3XQFWk]Nz"q8q'.}udNRɢnTQ(Wo$lUG+%M ʚByn%IBcj=["U0#XHAu!hW͡!Ġ\ǷD\3Dg#?EYyS =7ѽzgrR3XaLjʈ򠌺Zͱ2N+ݱ50ݕl6zQ:m)N-.ެ@.+WN},Wx0B'kHxQ'bgURJ)m]lP1lm!5@xn6G$RxRSQ<`7!BRtbdDLP%h(c5 Y]iwmA͝3 ^b?y_p@xB㳑uM'Smwwܴm:&ysP"-{O]KJϹ08?hOI-fpkbL8@~V|| :!fvB$-j}6YCƅvktѰOasef([v^|hlQg#R,C-29嗓!7 ]:0c (9(b8/WE $׬ݣK2{8uv'|-9%E .eճCu+%]F7[|%N%7XCIy_(9ۨ£1wQ4{:D62? 5~ΫjEJPČ+uYN<ҖۅGMZ)r#~2ǜ[S1 2NNJ9kv˅KRR8b-H#U9Ȋ^#\BWII( /I`d{j'7SnS=0l9bvQoy%'p*;+v$hyd3 { m (m3\y~+T0ĹJ%J>޹jOt\ >HP}j%P0&0cR@)C IQ+b!xKX῾IOa^.(p#t5(Ͽچ=C6?t6"Yo(Y[0ޕT U%7iZ̠S %[e=BiAjFb.wH,D|a` =ja{r0H~/`;K'F-`n!ԫaG&@8[HJǧ9BV5r'vÌIJ\oc aE؛] k{ܕ :z PJM9?DVIqրu)xs=(_]'gie#) S2?=QaB3MF.`[`o[*AAcpXrMJJ -gIEWȼN0GG}n~/(fΕ0b` ‚Oњc;h\g^ b`,hCL?Qo9˽ mt" XT[ Wn1ZW1k!2\h*i˪wYB4|竄{i{umY+8[_Or X0фI GmOclH9^?+3Yt~gtCEHt% 1T=-(c+.I@P%LIRj$;FaxtQxp#HG jՑl,!%< :(5B?їG$=*~E5d\Q>F !M!h}0N{A 4@i95FK۵f+&4L" 7gy24˅_C`ZnJf|J\PedGk^zcP>jp dh\MQb%Mx" /NoMISVAXmش0 ̫|qp{*xd_o*|,sm/⦮?ڼ٥Qwhxg;Q(d3CUbĩqpuȼ W77\5u c56"~CMs.8mu!4FSr1O_NB$.%J"ۯ?=<ְGsޓQx7Ub_P6p/eK2PϜar Y/;m ي_BGH d~vQ@XvMz. Bw|.|$‡VfV{GIxG7kNw%"ʇ}i26lߍ0$0%[s ռ68axR&<bc# y = d9BB˜ՑaPC7)e~{Y|׾mNb3j.V%sy&,e '`8j.3Kh!h>5Z˚zм^ZįTwd2R|dD Uѫ"ԉGM:+?tl+uҠ,h~Mo׸Q=.̨c^SUq(˩%ȊY +Q3np!Zv'1EYWYٿ?M>HD-7)I5ೖѸo)imJ'H\h[R VKo'O7kWf=P!&]<<(>;&}X:<<{hp0 De4li?HnM,sG4&s Cfo l2$XГqG)p{ zY_Crx15܎G축vzPQҬT% %IinёGq:;H%KoVFܼNg}K龵sgf'ưo:i$9XwG͕,G 2J.7nЈ`{/x|_'c"urt1,tejmEkәŌ_!}$W{о X{`+ii|4`y9ϝhy Ms|ey>Gc$2r4ԟf d?.6`021ADHeئN=$~H4cU4s^A#ObP-tKPoMqk0CiN~k]91_7~dO, ,|)Jq8"{x4+?|EQ-&du3T-8 MΏo_POR8}]Nԛ7'1G]e3%V!>F*El,a?7xԏ=3B{\i^#%|sL}SEXw`(b)[.ūWbU{XR:a< ¨>^G--^>w݄aeY-{ gE3U}/"h"f9DヅƼ0 тxʊq=?p^ϧѕ֖|O,k޸8w<괪Y0CɘvY5~4c7qVFXZ E M[XքE͠hJ^/%I -tÑ0&5F28R[yT)kPc2?@;68QwI儷4 Hsr]2X i?䀍'ɤGR f{ TS nWWIQd7:#p>2ԩXKWܠ#:4d_־w $lpwJ &%^*MN44 af5S3{P3+X[t^ Y  `Iiq;΍)tb%'Mv<0'r`C3Z@_d+隨JnDuyy#W5]-gJsozh߫}_4n95._uk)ꆝ9Đ;wԕMG^.OT &0 KhRDE-޶ub-2v"ruŶS(ՀaqVrܢDڽm{sk 톋WbM|ŊCٳgbxRt4]i3${5[aT`pG8k7lN4~}9ocTD.'T.ML۳2wIbi5 _|ʹfjx$a4Т_T ,Ln ܙw>FprB%fj\0)ےv°u\L,rU5iXzޔ0|֖$? C\Qb״6ic$U:SVRjk\0}Hzjʣ5:*D`ۄ]Q7[~7yxvD}/wDIdJcBX{摴7z` iݣ^i L+dLz+֡"0QHX`ؤkmHW_-J'BGzHHFOW)LtlZ`KgK^єR}_L6 `U̔^Nfl<""cmUsF%q)sfvh*1U_0}lfL|4I?ӬnOo/޼<|vE GZֻÃ/MevHD/y{$ rD6L]6q"$5os-vMϯ$rVPЂ,L }Ʈ s38 `5m;1E,a̙MzhV|T+:('z9>7a!3E)8b>A8VM1+ӟhR _f`Q` !8e*{W3ƾs .ɱlG3(JKr $aQֹUn M VP .BL'A4cOTX d*ggntK'~S!Ȍ*W[ULr%_K@|~\~k6tt2kdFPia}OJNP5-hi\Ɠjq؍bD?RlHj''qgIGDԈ4$4syk]C yO &x̏"Cv?[lD29QY9`chܧR~#Q/sD rrxQdfn}9h =t:8 3laDp0`2_/1(ڿf}&ɶ+{CQ6!-z|.Gw*`Od1uah&#tZ 8 T}"cF u-H^K#DIqwR< *GQ'] @+[^[)U-Xrf /qN.*CAy]1t6p_pֈօ{y+WE?P H(]G&a8ٿ9u"Ri&%9,#r.f$ @ZKc|>?w(h; Jer_8.o9iw$> K_$8RpĤMuֺ,.gEgf BV舫 @.౷%G$cװ5r'{J (fb'$. />᧍'oE~zSxdYmc ADrע!`5-Hk` >=UgHٔMLcQ7DN zsLPӶQ lO 8&uI¶gBǰS֢gRiCJ%'_E:W59~7_rIUff _i^6'dQuwSQҾP̴ǕbuTr] Af\n{hG?4mf3e~[8{EJPFDkD@\PQ60>]r%^'z|OhY>Nm .WWtpy  =>v>l6 Ɠx!V D",p{2mM7xp 3`,?WX=w5h݁Ov 3#,iy:-uh@6AXfUz6p]W1UoHmTZœ:-@Y(*iV-8c yg(SؙJb!$ N:W]+kERy,!O..~t~>)lWo"R ׀Sz2(~L 7P6~A,ND\#4ڢ~f2:\kW [bGG7m%B->`QVByA4k*o&ڡCKvM ΑˤEmޔ3lَ]Ty)cу\CԪb `ʨL\:&^=G_5S ~ Q8g 0߲5; Ųi(Q*yCA̙{1׌A$?3Jf mPH2H93ul53FU|zqѸ9[جc aC}fS3*:fkgE'b+r6AX0EK' O"%ʛ\.jiY?C~Z ^9uj:kM_viKX"=H\w)-. ^9(os,!SsuNO! 0'^'R~z%ZwM^;Ҙ{n3Qx\#Kyl$zo!̩-;狹zaoӗ<(#gmRVμϋ<tqlP,laUtH_|+`L6nh[a/ T']xZ?1rԤyO} ey L4r`̑#^TIY/&h"/c!σ5k0|#[PUS߶JNC͹ kBI;Gg Nn]2|Tǟa0.ƅw[6ڀr2D%IE+E+ڜO4eQ| d+ oꅀk(L %?/FUA:iT쳟t]Bs!7,ۓ{SlEwxa"&- +m/KWI7voJm1t 4}Z*{hXO q5Z}דF٘?Fגq\`S_4Q"4]wi@~FkcmW. ">Y[ i1G|20P sT aBFsԌ^槢ӞO4֑2m쥚gvO;a1zO:a+f[4Dvh@skA6hkߞ7M+xBB~^ćDϟD]OvU!RؔXѝ \|Z2vwuB88hj,&ϳ[@4Ac;߂Eal'׭djKcs~A,/E 2prn?Y5/|m<~Yb+IЅ2,&,t0K?JRxI)O5- ?V+ڽчh`q3YqvvU>š]o]U:@Ģ諁kmDF\O ^$_6)|o9p#0^ FKupJYf<3%4߭%_wDbG$Lc|R=%|F Ah|!XQc _|Đ(>CG#5)~qG"!BG*Z&+Sm*-PZ 0GәE#d~.*Ƃ*=цbQx Ǎb,ٽ3)#5cdT-Č;Lo`@wPt0 2B[ԡׂ խ( pȕnٽ /QNc$υE&rwGcH}xIz[i%T^;%&Ba`j@_r]D( fVA63&qD{5ޫ5^O9=ne>BƤ+N1/6d*L~%\9ޮOUD۟Z~d?p)= Zӌ:c d?%X#o%=о ,?dWk>i{q[BeR.:@؆oV~_$߷"za9ʼ~ .!B LA=Q֨'14n-v@~}W1qrCɏeߐX+ yYV(yx{ˡzOVUau>yfN, 6,CwDIޡv'YK_w9zr?U0L֎XW"@+<'eN@8J}/8\6C:FCG=t0sL#?SJm_YJT[d"僧%P?o*anD/,7h Nc_C-B]=xRoY%{'#B*!_rw2Z$ё-= cݓVk 1^K9DU=9-uh\=,܀9c8 Xy`\+WuOT\ۀ$N9s{$dk93"ӣ1˱qnUi` JbgIۮCƞum>Ұ1kq W]m C >֠U) Rb<(?uFgFd%v"r.A˒+8`_[ SW"|Ũw4_( Gݻq0 BDކ Ihvϫa, WΗ}@;J%1-;wtAPk_j65rmb`|χ _˅ʁƖA{a[r \@Gstwcv;r}~Mw^*Anٴ {$$ȝf }y.{1pۥE]nJ{GaLxn㼿9F) '3 0pXt: ~G`?%w1<,$W/~:WK(v>g?eЬZQ\zpySyk<]q;%u;br:&dkËNȻu:=MI@NzTۤ >߈npsASd?2S +'w%rCs.Mh3^5Z՝YwRIS4W6<,\xUNܨ{ٍ`iHYgUq'ק$Մ:[:=? psY' nQģЌʫD)^-@QIKzps.d!NAa y\R# fψ N) Y$@apЫMA_Ch dcq}{>I*PrҙUPѷ3Q^Ʌ$.hp',hӑ4Y[rђc4+l{QNlMVl $l(BsF}R˫BҖ9cRÕVe $_=\g:I[x> ~qVlyoo7W>%֖ Kኜ{xXf _*_k_ʁ ^`]@KqJ}ja]UY AWmQEi/)$Su<)`R;d M8|ܷ G?@h)$:74Hi8 -Mٜ^SWk7F @D 8Qo9]meb| L>f Z$l`F,$+&>prXGq7%36hmKfzZ].%a!T~s?`,DSW+! VUS \.㸋ލP-j 8bWO%Jңӗo AŐ e!6U[-npxQL&N1{#܏fKkJ%ʯ=R!;%v|0F7 wȧy5[Gĭ'qF6,Jlt7i.Ryt %2h/bBs;)v a&!;!v5b62)kplCP+rDHO5NQd>3ObJt{㼿Nc ^{`;lNPkiFJ!_P*?!x2D9kŋ]_5YL&%@OѸyWHƖ<;&.ݎiS+ fgWE  y|9` zß\Vn.^sWOkۡ]_ߛCg,"t7R,SIw=עL^O`yl~'xjP {ؿ[yfMY+Mfx,XQZd4gMI3q@0]8^ϒ#[_j:VMTުA1/OD ./;9,"Z(GjӇ?5`=[j$f'SuFr8km4: cp5B;1aO#_v+tuCQ5T sP4dGk&Hj\ItXU.#Er\<;TD 3}AZEQ6ń=Np\{j~a,; K#]T$*Êf6NkF\?9$'?'/nۧ{_ȶ!$?u)5c!v8SY$r̢̔fJȩqMNJ#JȷE9ʼOh0e@t QU^R1m4DagƺlLy:~memtY-gi)s+3! ΙRɈ+_ ԋ ng!2$PhR5? CF'v(5]E QPAi:6_jpŚ59ACGEC#LTKƪnM'T$^M1;`z9` My=}0 Mx=+\"wi'"S@6 , uѢN A#^0rbE(g#i NS't6t(S3ll3s vVO0$[#}{xu*zSVŠg OoԎ?jJ"3k1/BZ /'?n{$?TvhU8\ ̭?Q=Z/^DJ(5ks;KeITeRE7Sn GAvvͲ ۋDz MV\Z6KK컐jCbHr9Nױ+4e/%EMbϩÿI{Bp]F42sꗄM Fѐ*IbwЎ*޺sH3ʾ|6q]EY.MOx.p5b{DzCF v>#ܒsmt>t(_u51D4^3Bkͮb{;ܧ;p;d^aB1(@\&8VtXWLGN) 0gݕ~?LJ?,޾|C)Ǥ1s;ZLf1R#\)J7cE߁]˘1>C]}pYD4~LM8.ųU)7FkyHAZdO$$'':3==$ٟBRFMP1*J|&]JsEvh{@yJ*":J?r5OB&Y&TogL=6@ ћ!Ol$INMY [) k5_[OH\gPղ {Bbg[v՗sG 4PUEΝs[t #-w7r. _8OxT(-_?Lfo4_"p:,x?:TW^CZ"}F aNNqs*hgUl 1~'b-+Bq@Trq3P1'::_gx5ݾZֶ dVzJiRVj2))48){5*w7*~gkiLy)wn ١6i>ȡ&1Wmxwr8pGIğ2 &ֈ-nEo]hCe?9'5OVGT[{A{,!&k=k&rd8ÈQHo9e*ERzZ.OÒi-5Sf$Lgx?^RBc{%P- rUd% >+ 2]~6z~2;c&[ E]TcRiX~>붜EQ4fK6Xυ݇&L8rO.e(D '" d#; Đkj㳣RMPqc`/5\{Dr0_.v$#'Gt6i?(qR!lB-ϑ&(3k(-$x>7\'?Q% hHO->YlErDʏ"{|c {&." v[v1 #9{ԡK6 QJА5/\__A(݆s?acs'!ީ#hDT..0,ni $sKM.YPyXǰ/G`C~*'o>Zְ0MxU \3 ;5RWNUH'~+.H]?;l547~1&vy|YQbm87Rŏ Qq彋Ua`Mvh8BZ]h{;.b?Afވ;YRSs˼4;ī Pf[;rrݜr"L筧Mohës4|Pta ;=`YfʼnF4 yQؠR׶UZZkq;cO [̪ (UGT:N}Y)2x3D jLp-!KSͨ`f:veKG$nZ^$5m)vD ~u5OsJ?]:tm> ic&J7\Z+!=A\yCU#~/) q@\~@dckޒ!q$S_6c{'s;,6:3;$+Lͱwi/~Gea6S}=HV ڞ*Lh& 1ާg.P|Oz e\x\5/%v`q/9&%{4 W >k&ʯDc ){FU0" &fIuX1EO~ .ˤ‰G!GkS_rڧLR;y 64P2<3S=\).e}J߯N&;c_W;KԮ?gs- kΜP4^;nJ6CtՎ~lr/_ԎuY _UX'X*Xy =L]X(&.\FgB M0/ֱ]brGk(MP~!IzWhh &6 Sq_UA~ 2"ElKDZ:[9vt9t ansaz=R̍Hâ`yeD5F3 nlA寋巛4 ȋ2gsJ3PT/^30ӦډPRQ/_c0[ q{zO:j!0nw?9-!-NZl,cmHh= u`]~?"OA6;Oz<}5«vuG妺d26JvRۏ/ηm50yl<̒ \ˎV|⨟_]>oE<*ݕdF{O np ͏y=T}AگNhE›] 9auBl%֮>'jeU.3s|8 ekgc,c XzDΩ3}RQ=dYg "#AVAJ-R~JKZ~ C\Lp~l!-n/ 1dsc8õ6 qV)b 8/Y/7 "sOީ/bxk,8 ?EaH 1M\f=ϔ)Ĩ"GMsTzzǢ>+ỖQ٢[wC"bݸU.<J6Pz!ljeDx }ȯ }pUr{4[q=9*# 5_`vzf'8Y2+>3ʶCS(?ImBnM 턋,t<3O608y洞}\[Fvq0~?Ӷ(vjNMڿ d3m'AWtķ(93QB*--WYW-|؜KEZy+0r>0]x0F긋O';Ƥ%,vڬxυDBv_v'kWTGHKQx)$qCޒ :T3Fr;]MN6-Z I²K98nΦ[#fϛma.z46x }Ē. D:|=VxF 7eO.P"WU-/U$ˉ#ʥ`s5g%\ޞסV_ٽ>3J s˛~P3*{]q!b M01{n^&nM^-m39'džL j_A^Te+s.wŶDtݎ!FhV*tf5&".A[KnA]IRB9mJ4+ ݄]y4pʣTcgU(7 Nl@Qt)ތ?S,S|%O vHm(t _3Mn!"`by۫,}2gk'rU#Pm7 'gIc"{=6'=(2q9QԞݓ#P7yC8UcB#-e޻Ü̈f0g.N^" )9ЋFkطEf.09/LINֵP5cCQ-'HMkAUimd.=(v,9K'̊Q20y|١d^M5oǼ~(XyzT}iM[jX] qB3"T\#%Jhn-()[IdpZ McrP5vI tde#f˞ޒPi~>ƪ߼eճqhH ~er(k%):i )KV/ H^4!:7o.H=YgӉ4I'"*qP >ub6#aa֮1?Q{6*@L s;)nGOdIw81KG;|Cn{I1dp.*,a)/e(Kl9nT(2sө-Wo\ 2ӺxR"DSa:C7, nOZ :BV@&/L3Ӝ'NۏwUu^V711:5§~ ?LyڙfZFD0)^Wg|+G#Bz"%!kO@0STG4 8t=>PԕXeATWX!}5HeSkLaЏb#E=$)KhϮ+xt(T N3{ؓp@dlͱMٟŽzdTU6#(Lov-ReU :$@%Rl#y 1"hFJ |`L)$u ;b:ޥ6bղp]' 2c!ڟx[Gmgj.}6 ~'¡<9C{D}:WA@qktu C\\Ba98,2FpPVqc`|nbI;SU{0 e2_({B^h.a|kYbj~9e@sH`GL[zȉ LRQ-+>lMCaALl7/9rطIf$2gÜ䨏ql*%G8Ƥ>+UAZ풲zO:K@kLHc1%ˠ --Yqu3 ` c=.|p_R6ThW?٧H_MQ9o|pzw]<{s귯?Bfn=i3.p̭DE69o/=E@(Mbů!PVN<@mqV>@R:c:%R#ߏh/}5CSI>zu :yhQMKaڦYN& ]e4M4& 홎᫓@Eb"t5U_{iUy;n% (_ Rc31!BUJ',vW?bQLVLJ1/ ;L`,5˄TS,߮׭/޽N62MZu|vXB![5§L16|0*K|?WTn~3ݗ/a$ZX~9l1تs[ؼ4"fnrmvA`;2mJ8 )rYc|,=f4`,l +̽<*a%?*FM{o%aO/L$Ml'n;OFܳA8EX8x~וD_s>`Wv(_K?wZenGV:ag?tG\qa*vq֌ږ2beV|Gg"We\:M,bߕ>G^9izl5HhrG l @WsUuw(|jz6y ybHw<}U@% 0 efbhT/ 4 ZYm.0TiiAa rBE do',o1ШGO!ǸNl_`QG޹5Z>π#돷Ih8y? ijQTU 0PI8<KA w #֘PAfsfLMdI0Wc} " ~ -^2$#_x[; J{x-六 !=H#R*'4dڥiPX۹1p\q+IA;s s ֘(VSR3Y1(\pKz5`T% U.v m]}۩/ [j`V%%M׋nP])`rA{NsN.w"qJ \a:~K\J($ 4-Z?Dv iYU"LhpuloeȄf25I~L:/w ~׹e.1w/ ~x,H`cc81fSP7:HʰN2G}rߋ^QD0>{,]N".\0 /3*G;8.;HYA = Y:Z!u0uy>ARٹI3\g*kó7s13D]5;S]$ޱ*S˦]SF+vыQ>hiIJ;<&7 `(y J=7xZQJ`"]#)N(zԕk ] 8k_mSqxRrkGGcŒ4Dp"YvM'Nyj35ZL;4-p$ ].#-j#`H4ňI<1YlNB+SӊK@fPPēN;ȠopDV5_-)ʮɉ(2.ԇwd+$mb7id^~R_/SC_xj5XB< "g/e C;Ƶz 0դL־| ƃUF7l&jHUOjXc#T:mcV}Q|SRMOk~=YS~Q]dA8yf: rc8?,i|v 㽟o}?JIԳUQN\z!E qe 7Q;o/|Cc'w_5Q|ЬOFVƷ{v}?W3 S]8?s/bXP6dD:"KyxڥNǧƙM{+XNY;nϢ6J6VTqQ%*[h)%DqsyMC*~rgTWK &֫芀?AE" r;K.^ u"NGs{sI(Auaф,4 */ 1sLurt%0X|BqB/?R6'^J4(1΢w1 Gh*s<(gaa%߳c6+*t|5ЕР$͝|(IDٲ&(NITf_7dS`qcـ]U}ssZ:nͰqk^LA6j=T$a*#Rt)x=ZF!{ MϬ^wLc{thͶ(>-Ȭy (Իj,Kq[dD4G?ٻk8@/&_졥O4%BmI"X^ЏөmR(6("$?"pT!09~Y싪F 8Vlq3:3=Gu[BJr`dC$Cp#0F5s&m' VA.E'0$.om9 ړ ;}6"ɆqĪn+b C ˘v! 7+ pWs=ϝW JlLioؕ7ZB0o.WpSv<9,qIṳtWNᇣndfp48ݸN9(4n{y^n!WiԪ MQPGWXS@Ȣ羅#+iWtwYN(\9HrLs!G|н`E&WUZYI|h>ªT|-B@;kfXjv*dsM]jcLD]:X oLm2zTytu?R˵&ugfHVqJ.|޺OO*!ox4\%8_Vҩt%wl\Gc1ZkO4;ȿ=OoaҡS5%$:*oMis:wVP1D'fYF>t򹚟o11bA Xf<NOuO{3oItb0t)(D&EBy` 3n\EC N/z-+w;VLq Lc˘ X 7 s5ijuMycTEN[Lw#LKXF`9n*iƐ.+,EX [8qlٛ7x_8. n+F/T lgN.R^I1m pdF/Z8^ʇ5DK%eTRai)8oH{+i֠+(;w"jEVqpzug*3nG] P.C"N D 'hJ N M\֧lJ*?iEE0ע.ψ4DKF5o`߼`%*_XBe̱93pf;RGG}lR K,a>%폅 '`'ajCg9Sg5A+Žb$>.f-U.)@33|4ҳER мXp/ J)-ITC %[&")a8t:*5yJ$/v.lْ;pbc\,97@cn_hMDr̓6& Fw#K wN"ZNX? ,ƴ= %$dx'9l~PG;k6{#cQ4g\cKݤwe_ֻ>t ^:5~/ۋ_Uݠ{77gׄ!PE [=v<ʳ'{l{$"^^=rnŷ}`mÛ.LrmR0W ElI<r:" t]5ѾVejI05UCZN)Q'# G;IZ#o d 2OyNۂ\=Av|t/\Niƿ(w&?1᱃CyCR~ J7Ń-uԤTӑ#=&,5PPiS7PjZu -P*iZ_R -6IVR|&|\s;*%SOg\;"\d D$Khf(ҬJ/8;n[,+5s>[D f+%W9O?-vGC0x4ť|qpT #PϸROL\_Q g C3ʼ˔#=3/"ni-Xs8 uF9ELSq|'dBdiι&L<)Unv )0YvLTvKܤ,uN%4ֿwJW|AY7`KHh(B%<ʌkC* "P{wL2OCDmƷJ,/sIN];q`Jceӕ?R{oDx2i]{»%|H]RlJ'ؤ/aoǝU-!'ji?yECIп(~6R\ey]#ϒ'׎AE k.Y&|0M^e?% 8I4RiyLlJ/9*w+?RFDbs5},i@2}ݛHmS^h^m̩5<.9!e:埮5>iҤϢH'se@a'0k +9P{a [*q.g޶5:Gj_H ߽B_v QxT !}eh.M;&}V3eUi<3z1Lz%;@ƋpkuaydDn$v/xAv|HvC*  0}D$:'ْMdr[#H K~x^wc#jw=f1pɀEdTZ5$ZkE ifJTu[E6FDJE[<3xwy'sz;Y f$6|3sἋHsYi u"7Kl "%;҅x5UbBmq~)換f& |=rf^=cd9$r;6-ВzKuT8|n}П{=`k.]M)!.g߿M[owaHTQ!SGֵ{x ,H孴|DZ>-x"{Ŕq΁ uF}^e}"v=z'D6I:BuZכU*=pQ SZ6Mzk::bC5D<2)j*\SF4_6$s!=4[)q[l<)+V`*|\֬UUL)# %1cͽ{^Ese~W]V|?&gA#2 Q:Pۭd&g5t >3&`QQ]W7u_DNez+HyCxr-H&s"ľpm/حxD7abI˭p+/&*}dP9~Cm|ֽnCNf_eE lP@!F>kd/>\%*D;~$^%Dž}ѽnv=W"ZQ`PSf&ki2"K_qKtbw 1">)ϸfN"7y=r>wK)yW}S}c8c2z3تb18j;8h>5_vs'(>mRְW.0W8lͷ٧Z[pɒu5r-tnj,SaXѐ\Boc,;qqlu^~@G9Mʺb0Yx tqzb'<[zaNX_]%DH[!< cl4F#k*/담aKj9@=uif2eG^o!3Zi 6 %2܉T]ZfD0Y(Dl,uz T<n5L4FMKcb" *:&IxvHgqr{sHp2!Vtn9vkMl$w̺VUk#+-"{BSv}wڦW`-htĭHK1jCM- (1H1B+:F=7>fTℴֿ *[w<>һ(d k1B(Kea'lwʢ90RyR-ˆRɄ|>DЫ@[ ϒمvHIR;$C9 jl6Wi+.>4:=@ [1Y԰2(Tm: TNg15ۺZĴOXz<暌;[X?4KY 4wUcdؽ~ %kkӇFAbsEYqB<6EWD(lomU!0w27r`jBϻ̵ yMv|r OVf%VPe{ |5RyF -?oǜ-{ s+CdtuFoc]ggq. (MJ oj'i/eAImńUN6tw)<)u|X<{["ͣ486,,љ[d 4JE;X%/*ek VBLσ5`%O6L 0kIU9 B69>Cv'巠/60HWN%#?yybnQU⌔PX‚׌d{  PWX? +CKjje:gsqjm; R,d }$Aϝ[rg#PKɰϤ}27Ej'uBQ?8 , w]TyGVa,ni~%eu1nPf97i ,A1Wʇh yyj5{${jpxX/N| &ESLB܉I9 .`U~=E#bn4VvmB]t^۩'HDu{bO ?|6`>uZpBs!UTD,Ў]4oD&ZgܮELan;U()'-TwcDsg+5݋(!o*uK e3LP4K#8h6D TEwVEl8VOV":|t:XPr-=l O k 3{<[~45@v> `9o㲆EI)IU Jw*F^14 R= ;+ljꓺ,̶xd~|c·FP_! 'Dpkn3MΌ$s.* $4Vc#umGeQ*{}ٜ{X2jH8{3)0l)' f:mR4+ma@']`" jLio9.OhMVmI!C)X{u_9 ![.DŤk\372RxL˜¬zH?3I|GMv1Pzr Qe bE>@yW,woe5,A\ dȬB NJvgP..e;)gаc .A60dx;-uocEd=X3ǪƔT!;vx@QPCLvKoi PREFuHrk& _kѫ)tJN0;ǛUЎvPWfi 4N⅍ov^J#f|}*uѐzV {:jxI\{:=fMMl%i?jJ*;)&Z3! Oz-ٗˋۦIq=wCuj Jܭ>{-ԁ܈pqͺ Fp% 4.1QƁHˋBiLg\ x;TGZUE~} J? )E Y L&!` qGLx.c}|ss;Q۶S@l'^dYlOlP%w#b4{gJ5Z򘖈iSjz~L5?rK߽76=SxW3TA8@|lañ[zb҂]c HBPt ,"=ƥ yP[F SlJ,:?|v[oݿQBԉ6ѭǃA~X !tF63,.ښVDl'^wyɌĖ0%H*p3 n$ jg4*"b2 :H׌^jF٠S}x Z\)a\%xj`xHML_{|TC5}f[U\cewȿXt_!ힻlr쨅/eUete=* @ߵ%[GK28,Nad9o)oZʀPGiO 8悇Dfw.*>>et2f=eLP@%?FbqOtȳ}qa35Au >NJ+:G`|KOQ=|qyUH︧%]i+];=} PBHՐ]f^/8dT"JHg<2,ogme~*)YlJ6$qs5rs$ЇΏE B"X?V-?ۼM,1$7鶒(L\:5S*wjۀ+w)eAUǨl,ܙ|!`!T|Djܘ 'o8 ܰ9qX$t0}/ѲppڧkA݃"J(hsp+ >i;$`=WaH.pF1UX2_"P8EI BIhmu=J'kܤILX&jvvI|{fӭKkӚܡP#ضد.|@N'v`/ȿ[Cs18#d)9/(f_iM4__˜\2&L o\\̻i]f ά.;3(9C@(mXRl:[ozI{AMkl>v߭vHkdlCMU*fP& {(Y82 h]?22 } #o7[p9!Rl zYC/:V~tELcOճ6Fzz4]J+ CPR3t AC7^=ڞ>r-DjVJ9$0iu;t@Jʛ\8#4K6ZwФ* 졋":Oicdo9Ysw*to 7R"B*hrȸyoU0T=:Qk32D,~x^ҩI[U첵 dj/NAi.]s[F<ُRǟjKU=62 m%o[3S08)(=*򎋘s$2bԊ`D=ya?W)f ;WqVˋ:QcӀLT@"YPj퀐pC ^ilQ 69>!ӘDQP=%}b#Q׭tL$uF1air=wǏi0[!tGT9lE`rs a4\&S4sӣ* N : KqueԔލZ={UQ/F~`jNjˀz>w^[3/jrGՉ9 PYNRh c}혖^66?LʹI_ yBBTvj7ÛA5 w%eZ0ӷRtZ5§!u?k̑Le:L 2f1Qm=lEb5!FazN]pu?)$l1l%Y9)"j*TzEOK4_iudsFԷ7^SYFta{d`ZEi`,?wsCA@##cg^i.ya .r,+ -utX柖NqYlPX4:5rfb*xk{MS$F/L0}l*92t+{hUM0aw3FKiwd![)+ SiۻœkJd{4YKUێzC~2^"|-ef|Rk܋`2Y2>w.ڳ%ɐPysTȷ|:䣮1so "G;m΍9ZrPBCZ-n8> ?CpLdb.&8_NU7} .rT %& oѣ/bR*@?g'ǛHl0of+Z`xhDH6ZV3]ƫܧŹ\)=\{ 6/4wQxJமgQox:H- ע%c!:0+dEڵ\Ϳtg~l*i1f-Eln6b3ЈhU%Oɉ^(gg ;O==^4Þq꛱--6I%2m׍? Fkxz?=$`U5c;{  3(g%bH*iWn/ΈUµyr;4o7^\Ĭ/wE:gBP-%w yd.ޏ%r;Ģ&,tUwm!V[3$t>hzQ_. P͡-4Se׹w'4 ˟퟇l%+'ËM(D&To83$ߛb=7^o4 ::'ƌ3',nuT50vsw5ITxN1yR6d~^|P./b{.:0T2)(_Ap 6D/zJY> U34ʞ$ (Ř2!Hb#`Ro&"m/]Jm;c23۠sZO?UKZ)iŶ1gOIAƪF#N ƺ c,:Yhh GB:ːS\t^Hd8Kޟ`"ɱ@; X & k]"ɠ_sOrO3>0 !/z[@KLTZ/^i%nx>)))AE}r}aK]K)Q 1Q_^.lϛ$wWS5>/IΝbep3'IY-)C`ԬbF#{3A*\ltՅ ZW5+~l1by_`t,6ApWAqy>a |,#a ]\0?X AQ>͈͛\UL4\B % 5 w/ZDw.T<~up+[#"h-(ENL1d_}$+ϡqtmiRJ!4==FE9yҀl1ԟ`3QkJɐ2<`S_-U6KF =Eyʐ"zUGwsf8qJt_(3b@t{ ªNsI"s|$&T69^_S HEmI{OM 97fr^w;6FUhgZx7'Լ5'5^>tEPp6ǤW#e;݅AhNvgd2֌|[d_xSi]k}j_[okNI ӊ%{ =,+Y t{|=5"}$LO%ig@Jؤ%2jN=+] e"R=^no3EG&MZ?c{Q,>&z,=>==_ls𵚢gܞp)AG]HqQ.d6JN0xCr-xῒ-OecD+D} E"Ћ N%戒!~ Gt, -}-}ʹ {5E J!x܊K1y L9W甗^`5? !:S !X{?i8gѓT5/D{u2]k%ׅYj\x-yPs&] !S)js"N(!t5M}YqGg#c*1#zYJDuCM_q9RhŞQ-`0- |s嘝=l__;6nscU/u{AG] LT;|4̺P{ ;OL_*¤\E8.K`N.;+ 5=^ Dm&Y`Sȩq3 >BS/D4BIem ns%MP0 ;rY. Kp4fSb!@OO89z#;N'9߭J B+ZEXm;Ul8;+B;VA1 5XNw* LA7)X'f\DB $t:LG5cU{?AJ8<,0\n bַi+24yb-LzrwZuu9f ?N*yV7w d;OΈqV6}2DUXf= L\?ޱ@@c %. ph8M6 Uy'akar丝lHH2lT!PňJo:̙ ~̎Y0F537s="5YUDPZb ɊpNCQ <:Yf2'hi;b!s2{ &bCl;mqSHbEʣYV Ì\?D{xpJ͹<¢®)Zv[lt9(ϡӻe}(' P@f7FX}3'B55V3,~.LM2s&|ƘW'><& b')=&gq۱"7h1/JU2!B%pwSyڰFQbۙZ8O`b[]ANʽAL~jLšCp訝4\LAI"/C$Vѐko#moCRKX^2Mƪ=e?rB  ͂H͊ uy@'}(zD0`4B#oXcIQ]G$ `loq:3#iEKke\}P# ]3}oc h 7,w:p di։(9poX~\;[q+uJ)(%OzoD\{ I>R6c s[ ([P q']hV6"2uZ~XKQgV2~wİsg E6]ڝG05Z/f֮T-Z@n5ie!c_eR{`oILq^87m-,ξ_2| IrEul f"rr^ HT"&$EӇ!=$FX,ؔE~!? BxДˆ#o T$>EQlJ]66PpRC<.W@|@_#?#Ɣ36(oC_q7]0.gg D|5L6{'A+\X9/dS`fVm`yg"C0 c\ e4E)cS;W[vEv6(umEd)%7s!_Tdck*-Wc1zBv*˽SfoMXm7oKk>nPj>گoW 6EdGLr#4j*ɊC 8`QQ`C į됨/dS2jNX4pĈO'EA΁3CE(#=YI5sΦmk>)c α*Gsv$#)X ]qo=\ 瑭$FS% [(lۻNi0p,ckPNgߖ]j_;g ػ@.U`a^0aW<ՖqTR-+{Q<\5)o +žqN,;q9Ssbǻ?£yTwXˁ֛ ݧ9R5cb4pݿ3}+e || QpO0 !YG@ҎJg ]ˆB2a#7`1"dDmucհ3nϷꇢQ@ WȌorߒl+*7O05JM PM|є1\;E3u+'3ƽO͑E">|^U^b}6 yk׸fa"IRp0g(s SKToMb$>B"++r/:kSIyP_,}BUÄ \1J'[R^XGf 13#<JDo;LSs-}9Gd*plNA ͨ/̔M#|>A䑦:K͐:}T?)}]pu&9o!Oɑwx3oJB눛 (NZFW5K.H2 Ta1d_-K9=(;of N(]*K5qb[hȧ#]ӟY!}7nd5뀺PҊ}E2sCL*}h8+gٰ\r+:KE ŷuoN_{rRQv uduU(%A&? j5<π?J8%`~0$rF)ΦЗfϰ]]k`kA&Q09?bzpm)"޾/dׇH@azW+&Z@R_ڕO82QUty0kRG0/ !c9l06'x}>톀dֻ\8 }<0Z"l2x\ 4^[Pu*#+4ZְΙZ=H"Cę^oEE Tzx+*#yܹYg;7KiQNm|nc0a⡒\jWq8dq[|y@T#Rӕ_ gT}jgTb{g>QQv+qu0&W+ ,JD x|X!VatzpROWæ~V Ērl0Ԇ 0_(Tsr4>T9PZYVTaM4?Mp8p" eרfnubm{ꛋ@Ƹ% { G>1mUq#?r{΁$p~grti#uBDS' Zq~}t)r6{Av8Y+'"Hѥ c2#K=u懓qJpI(/5-jizqk=:3HSaStx!ލ˚鬅>d]c G)M5ua݁A؎6֝KSXܪi zCG]K%Sؔl#v sBw?lM'VCC HbbrH#;F_-xeAEhuչ:kA71 2gȦvwp$0=Ws ^l x|X ÑTXRoΑڼ\ /:7ncEp%=v%Y-9er+'~Z)VxjM'BdfFv QQMI3yD4GܒvvN+@M &<]# XMOj. fk峆]͇A'*ʶ\4 G G74P0N #V?1XDvU_ӛ^$-).ƹUQ(W!'X[enG]%笃pN;VF𱙑Hh /G;^s?@RCe[aW̌zzՊc8) v 9#"Uή8(t7)B1{X f;۪SS[隃bjJpWwBVn4/吝EY!)r1nVHCzhϓO0 ^- DDbwoaS@e`Ƶ5~i~(>+o.~|+?H{d%@UATTDkSbtM {?)I U ֩_7pc{6SD} B3)xB<:i3O9'WWVMc  r%!e oSE.kZETc'A/_o*KN L@ T?w`UtY$\1 ƿFОSDPO'B68zYޤ-{HX/=st˲eE sX2{ u,GcC7ܟ̙[g63",k~#e as8~1;If,ŵAAjQ`q0K֨42|PX[7UJh{bj&hz~}P֐wbaoQ \{J%0S`o _]'K3MZC3qXWV&jNV_7QEg[B~u9/>=H) Z$`k\/Ѹ#ݖ氘313Y7λ(8&OŤ.(t=wx'q5ҏd~ӫ ,ٟ5滥?L ]jcfon )4Sq^c >ʨ.pꐪ]?B$fpVZnF!<ʽ[SjX0k7toΓR%k쟂Œ2B2L׃8B+IŻܟ rʞgR}>!_ 5yװS|{Z0ʢZQ2vU(H(%2|{sٖ#xk;տaN~AA>zOM";$R e)>:V?c뉩@쓰u+|+MA0ivgB:~1Rd2 n#R= d6~kbO-=OaH7@f3jY] |UTOqh `=<w%McG㾖e)o!Ee; ve7=JH HL\,%Yq5j 0 luߜQTмYr5l"+Nʠ4MS:MƎ2Z9CE+x 02n ׋. aU!Vh S੾_ZyYBpJR/a[YBOX(6 EhV;8}nQ[ F6[S 'p.3G0X\@_MvZNTQkh\q|*؋SL;d )$ =bиA!H[VkR9K{ !IiTh𛳶IL]xlp|P@%t;:,e[T9Dwy\0W`X ij8G'Wg*=w"23n on4A1VLoDIQ[\9#{"6QR0v[_yL\uЇ~4kyMCZ1?5EaPuܥwo{1RTs42)n_tN-# V\w:\ܨN0߲GAjSgcM/x:.gkme` 1>!Abi_ h10V9HLy?Oaz\);znVr biJϷӧ ed d16@k%n%V!ΏIz\G@= g^y v2 0dM/ Jo\61g5pF|tlV m+1zFLN}IlO ,+ejK# zx7Zj[KHXpF&0~V]jP̣na}rd*CUD8P _+ƗEt3'SWc0[D_ҒITpUA-z{J"yC&KQIK>˥>/̾*[Vnh%Ck)&RW#@J LbezU1Eek g/FV^ ӎS!pR4gwadLMſaI7aՋ"pCډomMWJZɎw/d &9qQu%3a?{BEsڅ[nf (Ϥ\l'}kщ1iGE*~s f%u ]bf DDuHCdu8FμFuPBx$8&":ҫI2{xE-1#L@'о}~[*Gr2BI_H#UxaIUb8no Pz =gpl‘L)CD0nj? 4% .S$\~₮DZ/uIC*E>#DĢm20i=BQtvO WWPϤ*ၻ_Af6nmr#ThqfjDA3: gXU2 F#g~2;OV>rߩXWaIvHII]9!U1?hЕmiA*Q#I @:f Ξ_9kӲ+GtA\)LkKq뚨>\:c N<'9gDͣʭ=WofE̦֐◸i*:w/2H`YݒJyf2Rz3n55V:^7ڿׄ c.u715ޡ;5Y;q0;q4Yvt0Bf*b(2lS"5h;׮c(5i,.;ކy"YSK6&|(!Gkz1? Dr,n8*$nx6Y]%'0*iCJSOTfP~K`J @,GʿL-4'hRRh=H3#5r5X.ǟeR 3qyׄa>VNYփ[!5piBD|4Η x7Db̏Qs>[!( iNS qz*i}?nA2r>r B&V`n&se&+9o9}0ۃX*=/Wdԗ9[;B$x%ܡ{~vLOܧCÉbP+z @(#`cWv6yنwM3>&^9" 'zE$;]oCڏn+ F+U(kosu21qh6_[ !$ضVi zkѝ\~lV0m! ' `!G6̐cotMxYr=օHF^<+w-vr6Y}4^G_`)];Jl447WNcƼ]-s x ,}QE8aIu{ XR +lx UbgO+Jkr\6AtiͦWӞ|{^=P= NHQOBiIB0*5Q5*a!n<1$=ébәȕ* oK&tQۏʡ#_˛`^f #t3eSYXT!`ɑ`%K˅E':Y|R"VLs6S:O~U81nb,3jg|Tjp|}-/> B%o.NIUVdp/+Ou~3 xz[ &uЖgɉux,<#<${{MqzF?'e䏨>qeɹW5(kڊI=krp#W귍Dx ~.s?JyLz/own4c&r ser/I[vOf^Q:ꊺ#c}kr~45)M\.j@by<žd"{Hh oIj`urś'M7"laă鰂/e6S?&NMIᅥ7b ay_=`,FƶU:UA?ƨE Hd䊛dYS^% zyön<0{*(G4}1*MړGvw΄>pɽ?*NOח*HyHsU Tsu\l3L1~kZZbNAN3LH mu؊E5@¯ʫ44x kpAE@5g~gw\y71/:G'OW m׸{(}1K&Ƴ">:E|r dbyww%T M?𽊵X:?}/R+uuK[jr̰^q)W'<EЛ7C 05~q֔>,vF XyMCƵnRVN v](W8.P aIY;ҳܜcιOP9W6K~Oawg E i6Cºcvt}pbϬ*ʺa(S ivnCIj]091NyQzo~h-܇FxRǨԺNUrR摍V2LU9iׂg)-E/ͳ8CrOjT1 4h&]R㱍93^?@0}I\޳ Ӏ:֏ܰm`:~VA+GwLܫwъL?~\Ne5mM#ix1#3q3:SofN "бxH84'X ~RH8 #]:H,F9/0+5kt[B7/N=íXqWX{8$~]ί:&]㩄YNlM!}d:`hT sZ;7aV ĤT4C(&]"+OT /eHf q7A6%D1hS Gk@yHx̢{ [qum2n Uwn,:{`*e^GҮTov1sD}=И3YؓrJFL`VnrZ+IԬzkS:'[>1Ìc0{$׭'Qvyc)ˣF/xߜ_Nj]5j~6-5#ApL7U~і|{AЎ=Sɘ@Ywjw =B- (;bmecice='^ma5hEq,iR1w◵ȣ-7W)h]ѥ,8Q 6\4b'-6VUO5 'Eǝc(脥m,"J >5x#rzr<7qQzf Ib [B :a"c$ebWUik I=QH;.n҃޷3}i"C)U6FS60G/J |ڢ2n *A\;LrU:5"'Ο|*p,"5H;NX"|mB`h-C,:`Tm; 6n C5fQۺ8g>3O$=!?XY-jx%:/xd3{+hU*ӏLo_3~9`}abxn/KҝI`EIf@N%6H5& PJLw Hg42b%ι XwbMs35$uvp)`jgyшoUy|h[&zXg -`mX}90LϬ1q+.*r())Nu45q̕tN(KLN:B \t }[)Y/kZ5چ{یվ !S1_ 6W|9he'G<ձ%,%QH{sp}Sx<̍`,F.8M ѥg9!?,CÚddSIΠco[-h>Sb z\`lr7 Iz#\5+m`p=@rpݭ`G ǽ&!Ye.z46qpfP_jx'԰HAtK$kdT`gM=x۞2tB& g!udLu^gjmߤ$]$u0OmW@+N:cF˝0ā5% ràVU6mYM7%g80ڶ]kOIaYr4;;3ͷ:\oqޓ\DQ_"Ӎ;g.9O-r;uySSh;5[D 2s(  +4U9G4r.'6-ë?>]4 J Aϴ# 0^3M׼ 9ƍT΅Y{: ;UCKW]8#o 9BEIiSPj  &&vo)mnR!֢zK^\F}=U~8֟gNqdd ~0d 9*R3HaMsN9W~tmlJT%4?\GGFXhzI?#Cal|5@ez7-$ «\|;7sclia$ 8A h:~CN+Ķ3yD%DW`tkzQ^&Q )v9p#n- 4-RP%g1йx{xvFnު Be(&p ߞfɓyQfG2Zpb5 QަDp>^PޅXk޼U}Ja͑ET87S@<|b;r[OL}ٕ*G;O8 "I LP,|O.A$+=c~ᷫн91\O@k0 V&~ik Gu@*ۍY/ѿ*F͓M,di09@ư i"OK!HeX ] qaNc %4fUc=Z3.%V0!Iz"!%"i)y"ex><2gQ}V[8~͜S\{KR@!Fc@dZ[wbCoO=Z7xWWA+>W;Kڤ%#Xtrk܌ q ˥.٢8/` c?il9 c\mW{>eM EJiՓ`5)3V1*p#Li£2\bK[W˞}e*M&v x@uTͭ2$|1}WL|QA,/kMxl-p˙TX%lA_3?<(V/^q͒^5]Ģ[6#1G%^$赭 6B ­&X<Flc 'ʬd]SlH,zek+eckm:ߡ!YږreDpF%;6">~"|LA ˱gv|mXN?%6G6MzP16k{'cTtb(~ Nv-C@=HvQ*-xi_}c}pBsUCI[\+:$io&Aj-Ao=xeQhHA|?/goh¼:vCq:e2.Ó77,< c)3ff!=m]B /N\Q,?L(NcZ[|olP}TI'̿51nYF[V~u(rery մ ܪkg)|k+_nxa6j[v {V{݅}ŎrWSel{NѰO--0+'%7 ޣ![V&# ҲvAFj]'̹-9kϊ ̷V{k>C̊ęFzGuk%O:Ԟwp} _g`߇6EU!bJǀ>|L_B4e&I7_Nf3cn='(G{t.*# RfiDٹ#C|SBԩ2Rsd_ ~p!9PDE+4ƹYHQ"X* S'!KPU6EUBU]Ew|闞5HIMHӑ "`/6,|qG*S{n=Aa Z ZZ{&Wn_ _8?D(֊yF_BWhe4sLoi 5P 1uI:@2VbaYڢ_ܺSD槚3Y ",둙"픎lqB(f5Tn{Z;fr~.6X&Wyh.3Pt [[ojj<RìKaߜ!R=Ixjo-.s2OHE!X|xre=vApYxOes6bLQ5QWR;E==~Wgw{K9)\E ;G_<+pjg-*Ugh@ܳ_B^i)9@ mIeZL[s|Mdd6Ӯmf5Hh`eS]WȰ!w>dODwVN=P"&10J( cMZQCےvH?$Bvdzıdl7Jǃhv:L{#CJCV9@>m7}9a{=dJzv6R(S|xCfgU1j`[sb-<a$haV胎Bz+;<ʩrUͨ{x<^o^".}!N}oDsDݦrf2sʩofձj gks >Z'Itj @Ǯ罵 58./ϲ p^f&:L)y{u Gd1/+;"L-V }ma~&@ {=M,"ӏ@ ig,й۫.S+{6 7';V3^;\0AC#]ޙ6yŬff$ᵲ\cwoh=߉C,a!-]p{-;&xltLh>9[IcAU禘~kV0j3TKWL:a5 68rFNگO_9Nun zf)]H0϶VVQ m?5 cVCRx0Hc2/<vf1hOv$/gMA (G;hF@/nb{l'nkyG N&H;f=Wf_20Ce'A޽٦ۧú7o'Xz6Tn AV(JgAh 8]9j,&fFgHf/$aL,އ8u"E GSH6_,'z#s9r&% D4 Ёg6 1.vpVU.2e$]G>\U gSoY* > G>MАs%biWn!E .]~S,U06[FJT*+. kPn6.b]|o-R[ei}0 {RDKZx6 ]{0{B< M,pIn `: 9aoCmNdԙ@ُ7ٶFˆnM`pn3D߄ᾼ0ĴQ6<[fp>hFBe:S==ɥ"bD`ȀW&P4,^1.Jl7z0\ȁJ0c hJ F5Vpt*[1ZuG{~>wo;rtyasb҈3H!}zm, &> FRVs[x,QYI_5'ׯdMI 0[WG„ /ۢjf}鮳fEW ;'3Ah|01_Ńkk3 k,\QBQ(j:{3R+%ω@$|1zglSV. r':pGAlAYs{V z26 9Y  /~:9/n͙Dj?B`rԫgzdHLP!FVs7`u\FȞLo蛶kts-zj|&77ipeC~,G.ϓ2 vo%&Wӵ eiѩxS\=*́,Y;h CȳoQ=qǓSRL$H.ñw(mR QEodxMv{hvоZg96rnնA5Ŋ|&@j"xm ʡVcYh3(MT(pHk e]Mr/y71"Ozjk45&wS'B|:-%4ruh+{HF ;LKNz qk,ۏ`yȞW'Ijut;]0UB".[ \D(3rҡhf/՞*B~˹פTo8UylW n`wާ& (,]wJMlw*99!3hZ+Ā4_C %쇈Dy|{k 9xRobmh!E^b xbpXF!P\K%JPl]m1O "}#RF[2{/~q͖,5,ߐCR!jg]J !oN*F*1.mƶ^'QߌP脧8!`7+II*Zs(JSўj|}m*sD}H I4-)+*_NHO슒#WQ -Iw&߁A!c( ]W⻲1؂MC Î]Y G<^TueU!&ECNv 2ESxs#6L(Zð|op г\ ͽ((IHȵG(3J^ +muA.شeAa"3ˆInY#yj9S^ ." /V~ehOF7fK(ިMt*FrPwjэ![LEs`\ 8;* 4"^;s$ZOGX kRL9Q5:@U(-yTT=׆{j$ Sz#'Fl0/@@Jfu\n @bh.B)o5oh\c2VȭdSYf}>?N Jtw!iw⹨:-R| za]%@16enܺ ]*Hm]:,]O{ KQtFqӧEr GK$^dtcʤe t{ ^!L< ӘS\s\4rehr̩j$KfLryPj67. %Ҭx|`Roh 7xNa/J?jSGZqa`|+N! `-xVER¤k#HQQu)QXG.1('^m&lr}) S WW%Xx8ך0Kuؽ!? JK{"2v9ϡ~~ƹTBd=/ˬ6a2x/YF0~IphÜ၈)Ǯ:%Pe Z}zc5Lڕjb EPpcrҙF)xVsBON@:' ix vh_f>LJ ^S[(И$Wç;=Ff)wT5uYQ]Hq OR>(c*Wti>Z/ KWߎ_}yW+VnE̻D3]% 赖=l4ƳU(j}Y4) ?1 xYm$5̹Dlw(ಶ" tDnᑘ AOba:ъ^5[eO@&\^xר+ꠚ|?[,'6S.h EqL͐U24:֒8m-`Գް`^} 7 NVKfW\*Ż~}K]fdn<9(ZLƅU7s @h)7k$:jblV)d3<[ 2KG+cq& NH&߯|6ϽWg$ t|TECTr #|<!HR ۜ?!( 0ncl\E32LG L`-*mHn~nN3}e _1 jF2QJ=t]ٺ+4<`Vpl{gokk)Կ8QmL>QR(Rg%QkK x4wfŠ(2r`b-!)rJj|WjY+沋/5ak+?ٙ\zroCynyQ_G)Ze Eg$׆V F<-17FJ:+/:PB"|.9SV8Vj "9됮^P9vmvϧrS[LH°C(|476h\Pc39tnzM:Y@o0F= ]H!6$`=(oF}:8Z;e_i{/ieon3a~3Kʙ7@ e%C`^+^G[hY3˓ɴ5I>dE%$G6- -`+UW wG)v:; O>dH:T^ܒ,*IKol$;:cNcf\"P(aL.|Ujt1q&x Q*̮-:!bb ~Zh z8"%K(mٶI/|VmH*((8`tu۬-я@eߝhf:,61']Rx5eQJt|o 8FH>B#Y8Tg!'k'O.ֿqEB? Kbw6VHAח/@5TʹLdtٜKRBNyU9hn{0zUX0GxddAWs8}..bpkΚޛQ432~w|~bzbMɇēD)5)/._ L!4C.q`EEov2D Ldf|kIw3{C*iU jڟ"oqGsȫ'B̦}x \YBmF91k P8{]hd pNSL 3<|7L^vƺVXqPջdg#Còf[,\'!V[}-ʤ*Vv( ?{ C º낣_8`(h R"U'?$Sz>(P {^qG '+4 C\ORݞL f7\Ǫݑd9Q ki3SK+&ʘZ1Bdib:f :DĦQJ@!\Kr&;)+31#S3 ݧnc`ZiX9&xܷߍia+;?dc47AhT)nCnh9 Z8aCOQ!Vv`IK8dÔ%R#xzOt8nZY_ LwU<^0Y;>byhL[ze5R"xcXqQ,y "O Gbo͉i߉n4<[ٔ3~k 95DPiڵ}OXQR(y//Xa$c=;Zpu U;&X ._HWn КMsȜsgS HjS#8jW.VISC4A P-U-핖Vj rO:P2K+\uS6k)=~ PJI$l{ʫJ7Z.n $Ԡٿ؜K5?uidGpp{7[e=e#숪_F`Pw14NFRbf 'ٴǪ}RVΈ:n.nYV(,w*K!9RIv#=n>,'0̙)D+9]tf׿g'/ݽx?A8O[:}pY+ g851rj)mЂXPZՊeՔsgV+& Ij5Ծ1Lm!@u*x0UnE)͛`6D}}6 da.]u "#Is4;Kg_R#46pXԏ>b@ g§%)1@O2瀿"PX$֮ .6?yL\+?]$ł[VSua1;Q8 ,pmfv%seBM X q ߎĤ _q]mJ ru9"A}@,8]m.A0p9+AQi>L*S#svE:.kb~$vk>]]^^I-~_p(ԞU;T& R:#r*,˄B⑐ OLʜ,]_e!B#F(&BRDaёaP.'1dLf.!֦}Z=/a^$&Rl{_wlW,y9/wWF9-ٺG`3&_ s-qv*޺,IXU^FBеp٪Ji` wa'dfhrt|fK0pԾ6mmGm:=Q?5㭠@|19@Po@ߓ[BаWJ!m t'PSt"́:P&[+%<,zrvPEA,Cki{Dŏqe 1+yHj7 [򄆢KA]V~@?&!E쯥ml!E;"*TKC]ruDKys^Jn%\u+F]p#@8t^sba kz4]^Do!'1?Hn$G%fэ@E"I[F%SUYj uPJ+vN쇧٢aY!o( OyDrn )4sF↾$} S$,o4> Ll-UTUv8UsQ-]; {MIS]/erT*r6̑|wH&()O|[8`:0P{Y$7 5~7iiN2[rO1=(T/×Zi?7v"=N3];I&yԍ0ue-)cP{LN,WpDV1YÓ^+y ,*do<|qt~k۠ xWـS{5/mTsD+ӖGu-"ԕq.Y+3Ϩ%>Drk<ÈI;oIo3ha895V&toЁ&y4:DjtLS;9%J%jeqs} $)W@yd#1?_a {aH~rG9aB$thW 81m0 =v+u E}I0BciZ3)Dcs{c DlxZ8\9 S$` 40/(ꛣGh:W!ۡGрyl8t pLs4%[|9zysDlYGNXd %wơGzG` Emor?g{b CIq?iNp)ԂQψ3젭-7wBM4 -ޭ_W<IIAvTzAmS&پoIon1EWr+ u^nQp!++n全 i[nl=q}9==*Ap4̮rg6XD J)߿'m5 ;RHR(ەz8w; F6Ma)5A#kNVjzDgI8Nc'(V Ф]GXJ-^zwm-)TLe%\Bݔr8E9H Ұ޼ dWư3C%.HKlX' xOr[+]i0 !ONÆRV %?:1*([ 3pnJGV؉3L`v^oq!% p_`"9{ V-FG?&pDzǛM˒d.f&8Ulj7ܮO/ɞjǡUk!m00j9,RHdeEϗX<٭^C"c18t@si38H!VAݽ&/䄤B)aR5wIBȞE&t>=l L&? x!ow9ڹ$.?)`8WC9wQh_S8MgKǝ2!rX5m }l٠n2Gyk`TfʷkI'6pu()E|hfhK %+[à KH]5C7b߲ Z?{K\'%0 K h0{JU7.:+N8tMˍ?޶3VZgwb-TjD~K@=Zɞ^K])D!>9櫟 3%4$I,`l%-(հ;.j6}!i^ ^|tKqJfŧXA1}r׎Ь1UJ@;%-Vժ~zUNf 9-f̃q4yƙn:e 5E}u*!%-'3M 6H۔cWM&bQ2ΚS.iJa/vl)]-IE0LrY[=cd`Q+$3+i׾Fjֹ)ER*jV6l %;{9RI0`XTA\ $`-p5]DTj/ ySƗ6mDd`ZlA!D'PH &"בK1iD}j'9)?Oq8Ή`v )e%ga2'{ej}k/qJ 73ɃlbxXqP64:)U:,H |ϛm~v~Ld\ɷABkAM<+8Li<,_O2)0f Kt٬z.cE4\DS ZЋQ:$ae'Wa%VTfXFJb71 (r><,ZElS"5(lca)4gO߾W!#)68}AvAYo2}E_o%a,*ǘ9,[_aĩGoIL]*ٚK2#SZs00h0_^Sn-kyxw$Uu PSʅ'DYz?m(EY2eLLnSWhn\BY|?u$_#Va: !pl"` cOOI씆APhW^laTbЪRXN\]szS2z ȂlڲL[deY:voߔQJADC:tt]F1[ Kdtn3h~/aeצk~@7w/w8P ,bx4F3"k,uE3.1䧪GU00 \cQ ev {*#42 ֡lSv1?@9C|6<lr9?{8^b$j'&$dY7: GzntSY9fxƌ"<Վ#|5:@9!&"J&FLPlIz>lS6'BXr=o)Y:'WJf+@lzݪsy:զ65_'Z^9"_ w9jrt%>(RgY詊r 4q W_rzr1"܏huz/:X\'GB؛c+ yG:fFMkuL"Q,e;z/R"uF1ζtyá`l=XE͋G8*qFn>$+:sA]6;ĨDS|,Y(}5(jߒw?4;|ю2XݹObeu3e} R['g=~ .!W*H|8Aýh.@9rgko̊b4kS?4q[)Y""ˋ3G{d*WΉ=5p{JHۃY?_=y˽ޭӑe7YI Y# 4>}N@M\ ]i Qru!!F@J/?A"GEFkWB+jIPQ3iQ" /pbUKFm>,~"BgnXB eR%eTK:( !95 $7G'Jӕ  ob(T49c1 l6"ۖ#16OPo&R&=SQ著uF>|7Eކ &%~PzH cת Bd*ӊMt - >[l{x`y [˖ۿϞ^DOrp@]iI)F YiCǘʿt׍o_'M Q].ӀN +jFNcm4(Wc 펆aU_ޕGFTA聎<qήjʌ0),`-ϊCP(9,J4WjjMuOG- DLN< ;#g(C)ES\bNUV|1Rǀ/ORT˿M r" d$W뜀">F eGODBM.86 Yk|`6 Īɩ->XJ_[X O&֫:\8vZM .wB m38fHxQw)U@S(׊#9OmڮgcSܼWVfh**ޫ)#.zT5pwEPɘĐ{(\R݅ ֒&h59:(ՆC l!kdh)1hUtʆ;b8ҧ59A˂}n}cPڠ֪=Մwd:6XG̈Wky eqYL$כͨCK1TU-͗Gs8.=wFbYG< U0G@U,]k%@,04RQCp0Jy&pM#$OCBM7E:<.ӏ;o%`[5,{*ռ=qc\> ~`mV= ϔi[,|_ntET-f' ?vCk6islnK-÷3`g|E!1"t"Ձ:_8b4"Q6ZPT$mgFӂY~Ⓖʍv0QM =d6òNSRmPcc֙l"Nd>.͝B^gȎ s;`v'4ʖyllrηȻ7z4:' ? fN= a!%}@gDh I+Ke'DcLd);stjb K:paUk!j;C[!j6tIE5LR ') +2?K S8imC(y7aG'Ĝ2j)J$LJy+<ő!'D5XC'Trbo>Qg7Ҹo ^CO 셇^0P⁹iՇta.U@sY瀺 wqK-E ONp|6鑳L@@T8qkG^8@Ԟqpݦ1W<ˋHpuQcq Aj3!oz_b=- g-S ԋ 4V"Mrh)FbA %fJc%쇠dGMcC`xpX*$OH*'3!n$sWK9U'Tքd30|r]~>DM> Y@[6 #f M]u|%ON'/z# reop | bQ5/dr3IT=$EyonуX>M4ad1ۿWArbNSqZQaǡl1w#f@./0p׺[ f16# LfxOIk< e/pc#1G|@I1Mݿ%nvFzbdS;12P9CU— \+\C[*} q4oq.hV6xNAoa׮f-tEPKw.d&z8`R˒iyF Mc(?5\UpGo0Gh5~ֈ3^\v\S@~< (ɇ>O0y~H~m+SukEvڑYB]NTFPie<ڑP~ޖa؄q*z%I{xOMpvL-NwMm+v~˩rTH V[?rzK碈6OQY8.to<͜c.BqlQxK lH&r?R-ih(ጘF\YÍ>,:.9mkM:/ D[o"J <|8}V,zgkcV1XC٥[BrOw12JfCnRJI ir3JvHRLֵg^VS4-\L|K 8EWK)[:/%MQ:>\ttkU*FiV۴'4E8yʐL͕c D5 ៮@/k2Ix*-I6:kK&Q pFFBgr8$h lA2"A {LujSY͔B)KIW9qGB}82@MķWƼJ%-,)o+>I{uJ{Ȥu`j*@2ۛ}Ěcv>;2ߋwлYJWg'9=4i*{]3K+¢ɩ&buuocT2xNkR~| (a&3YP&ue}XjIETÕ3i#P5E9+24"B€ ē~Pڋ@+El9WO]?Τ֊QMrk7d(6m 9yS'K.;%¯,݉y=7I:dPBw=[詾4_k* ҢNv|袳B:Cku(Yy~PrUG i=8Hx>Nd>pa[$Q3;4)Niw gFʜX 󛶗8-7-O)*O.2Wu$PQ\q>O/?/x$eK 0C$]RοoB)z O7!~$Mxc-Wz{e5+ț7')` ,j7h@CICi$zH@t/U;/2Цo&ACTw ȷ;{äɮa7ڠ92_wZFN2]+֕q KuUΏ cApFU֥l\,ڰ#Rމsκk;䬍t c#>,@0l&L9SX8zWH6:NE.WZ@N($՝SY, 㕑[L'Kܗ1@0B*P@y2-Iu2!~/$kfJolƮbfk`3jp#\Mpz3K чjo,Qw"}θԷcI%si6eVl~Jۿ9 }`ip߈ڙNFjM\ @^5Jxl:*?\~}hj4͔WddJ7K:I$(d9ѽ; <(v#k ;x+{5AMShiU.O'S|Έ{mTVX ;|܀h{GiCS{~m+_/߸^.Ԍa ]O߲c CBY%Y`ʰ4\Ѩy\HI_Y-fd(x,H$ +h9sN.柀&3,~!hGhh ZCG5L,k! $?IhӠ\sݘc}Ieϐh4^2zte%JV2Կ B/`(V2 oT`K:;@>xP҆A7פK-;kWyHi#I|5I*r FTfc@H9AX](TJ\*倫Ll=dpbPGG/*ӿ- t-KW̞j f[QOn0X0 _Zٹ~[xe,"'<@:oH_w<- )*CYERDW⯹:'֨]~D&~횄D^Do& HGSs+߭Gy|#<k-20ډfr"a 3Sbok' pld8+UT>pJ9ם?بE)zQ0J 1]/@]/nlCI8ç_rd]ZRdDiNA0P-פ1 GJ3D*/@@Inċa6L%zaUAo[-LfYU}trMc[Wb^.V/^{S!J^_A,gokw&&jzPD5'K>*OXK&,N'3T?6c|'VڍN3u^H*~N. =zh|FSAFz͙dN0%`K1'WiZةxgh&Cq by܁2Xa#F~6ybgz?JUyf9-9i=i?)0""/7Yو ob9xɌ8y>,q}nnJc uDQ>ad}B[Hv_ZY??+F7HXq,Gx <"L֎yhS =R_#M 4Fѐ-?j+xNchFDY𯛼J8?'nb!(؇ jdkT#T& v}"p!+C@{`&Ŗ^D[J Ҳ|\(ts>,/!QVj9ۋdI5JV̇g@"!l<9{7(Zz"NQVWo;r~oy(sY:)Ƽ lm Fzs@zÄO.Qĩni%iw5dwE$VX1K&E6h k!6D,KT>#!AՎ GaQ%n:^ܕtqʍ^lC]F:46d !_=B=~+&-*ĄEpCD38@u=% ..?˝d0 O/K d|"EqTMgR9w[&̩Zo7٨TZZ<&tU\ jqV\|.l&f^>! /i2'"Ne&q̒N-m t$v<xm2$tt|fҮ6-݀z%$:a+TA,nh@7o%-Ld!VөπFL-n3/,춶`ZC @O{bzoGLȩ坴},"q.-+doX\+"حBOv,Q8UAD!$vgQQbMp۫r7uxhB҈^ UH}^)z5)鋯݇s;2E8G1 ѫ3_!h a4?I-  #)\0 RCv>zJ;Z<]SG|i퉌87bJM>v'6dAizwWue>u!(Zl,`A4UF䡿SƥX,KB$yk\1shwrͫ+j(r,x=iiԪ*dr cbFA`fyik>QזKH963S)wbk@*\9L>+77!mݾ& ]ַɨ OHh@S5 Iuo87KcL&7CVԵ,x*5Z.ۀDU_w̭UMdTo97/&U8pl;;o|ާnA-d~|u~-VNKBIB=9xkPCtFȚmildEb#.4\Ou}Ɯkw2oB$eMa_noNلLNjº6T2v2-"3w˜; THum'%p/6&Ɔ9.Ow}aI#26@qCz֓ކ.V!m|Bׇ2@ìK5[dS uC5ioRQ77;Φgf V qRUftR!X7փgD>ЪG0°'NQ34op]@s F+Ҵ[7_8Je<{Z 5M_VwV 11.H"x`,H.cΨOq[j\o<92> Fz1cҢ^ߝQslq-䔯iJO[ٶ2|zYR(wa&ӗ"  2h1wiY)matAV#BY ERg/ 7SrWDžyYC 'of'i1>gd?F@}l)"y - fn)3 ļXeY>O:D&߳PsƧmf\-Nׯ4jЧA2; oBÑzk״d`2)$ (y6<>7O1ea4F;zxag+6e@CžԻ}&o!Ee)5M V@q$PdQ]70[7a|O?+8R̐Oؤt4>Eț(;/^E1r%  hݾJYmx%k^!x BqL§VM c7ڦ\ nfX,wqFui_v9 n^"H e(e9575y_C~<$QkfGѓT??d466}\rh" ƙBc ,oGG97zmW/ &yW$=)_RTmͳ&(ˁxT4q^DJPq앢#6 7vn>zyZ["i| yؿf@ųJsHjuRGsi9 T',ZĈw:,D;8Dj0mI$q ΋@&mO#%LM諎":?ZJy|JH?0c>egҷ^:)ER(KL=(}teGg䃸ܼa@I ` '#M ZDUj7d'ؿ(3w1hpKhяkR(6jm?(y9^ѓ_%ܡsz0Cd>mn_3\Gfu9fUq4v@ 9H(d^>A(?9ۗۢuF'+Gvz?5 Y=lP-F UYFs.VX_cYjifn2?[lh=|7H6fd@:lj!TU.(#{FOړ e'CE $9^,_CʏFm\+=sTާtQ뛔s# %g$93\{oU D֟:2& FQ%ƞS1Nj8~8OSL,/=>\2?c⌆SYBx)s/UG$<+O{4~׈l[n V4n!.S;tLMTUE OR<ݣg*zyӵ¤߿5Kc&5{cS.[DoHE5+|L6YF@2Vd` \~r $" ) X7Ű 7!JvVm|!\n4617c$L)ʞl5HYmuC?8`ll 8bV2LUL a޴,@5I,@hY~P:2; :z-Pxl䔖~O/ S]ՁI;1Vvfʮps/U?7ߥ/G8+ʞ!0 MuX 8S\:\;/~eR'Mbb KiȊP`a⦝u{rmjQ6Q-|@&C, ^4SG6ɿ6:=:ZWpWx.֌pO^ўv3}i]ػ^$ZlA(e&~,]辸M){52#F<-BE&`Um6UV].=֡'NE{WZ̛' %?8g15SJݰ6Fg))!)gjPq8^Ŗo?$/}M8fa7w,n# S.( ZsQ[JHXo %Ԍb*n4\B2c a¼Iߛ'B)xa(%??YN@C+44[EW]%hA SxaON~M5F`)!d3u`bxuD8GΈ9hTO2 4 ,6Tc%W4qCˉ֓Oa@퐩p]yK;iJ&JecqlXb8/|M䧛=ķLU_#̿MlD ٓԖ &>/^ _>V;i /הUh̺8[XՃCC'wGr5EKz 2(0/cK`eW?d9}sٍ!u$v e`5]U8СtML+ҌR*)I0d lN&>rfߺ9{\B)|`)35QΠy:/xpZ!ӗLʑbj[ʝ煛IYE=EjHOԜџ!4 dЗ؀'@Zn=Lp8u^m(5&pRxEi}|F<F g霰M& < 5Ua}70| Q4/mhg~0A'ϼj<\Nb)X8[Nek&}NEm0:!x}—ѯϸJN (JwD> }oNzB^@_CP!ς0)H@>!%x1,&mi9rЗJ [aiǯ[4J*qk .3]0M}jhpʯ]g0l-vSbD%xqpn{:]n^8į+8$-kV!O`'Nѝ3|^Da ~ rchj'7% JE/!" k{A&9!ۙK=i*w)GfuZҍ[殖u?5HM(e-\F6$"<.}ކڼۆ_4J޾w &ˮH.m1FYĢޛ>P $7yAĢ|OI!l*A$@c v.+D}'QpD , 7/V}Bz㲬;"GeEZ$ɦW Łg }:mMu)12_\Pt\A=N*⦾u='d0CmB7Y6DD/>R3 M4ٮh^l[P]7;%忟P> ?Cm't ^AM_7,Uu *$P$MnWe+" ю툮ўBr3~FEZ}@#-IQ~7Hpjj05S!+`}%JV:_jϠ| 3#2<>CqʵZQD+N9!|<a<6<56SA56&`ߜ.vufZD3L5#Z[E] `&ڿ#l%W5M7iO/pIc^SCٸ32= $NX\7$Ff[7*Qf;n3CAd@8&+=(/123.`b%CZ~#ZBu da7k3|4}o{qEِԟGLzrQx~$E ea+; f.λz2l^ @)A>UWe`gI, %Zc7:WQmP.*dd_իH2a]Ŗy @%[䧞N 0eA(L$[`^8kErO|nߑh =S3Em~H{#%pnDVA1LQw@(7u'! O0ζ+x#nZT"M^h2r~{)sp*APkݒ`ҁX%{f4:0K#0vG.(+6m޲5(^tēە?uLNЊ߶UxU!~.n:aʭ|_9 /(g3R4:q1snqHm- ood0&ΘYg]TmO Tofu6bC@7ʋƦtTɊ}痀mWtWSVWuWJ'UC˕b3ny݊?إz<u+ !d>Ʀu LJe!+~^+J[o_rAo&G\>_NMEO}߰ {YRwyKu&&RV_!@w Iޯ-ІNH/Td]CŶ@^ApOeuIn 2z+|%T2p8U *%IHNc32S蹈Tūn_^_>ܝxy & c-%dĒaR!d/X^%AV P`(UQ0HЬdl̴Oi 웵w_{>KhGKZܡ4XT0# YG=de<}#v[(d,k{h2αrGqHyO8!0 s%9@_frV$X1Gމ)+_t=^d[<@ M0#/55vSLV 8H3g-Kˑ+ih&}dO7 u`ߢBꝍۯ ck|c{B,j$ᅿ٦4q|-%v9d ol-.{ڊZ :|]?skq䥉D[Ɛ6-=o6~1ȿw Fx'"tHNS"(:A- ?x?dfVNqm,16Vi(jfMZ=+=Nse2tkJ-˞-vNˡ=' =[u I'(H8MB||Θ~Qy7iQiEopE4/;18pf TAU"׍64s$G!;}1nz R=G1̡,C;7We VӬ?maR M8"X{"[J<7iG["bQoLݒC O}_1qw0{i!q+S}9kK12@6o:NH ˁZ!5#>5Hj$Ld$?dBѩ =5]5HP y5bHYHldɁ?ӥ>b$W\cCn%'"?V.\K]OI$69;^gZ oWyrk"mifх=ѣv-W_e#<5|P¬Aވ~1ŠaA߮販7$N #Z7vpJk/9^>/Os!O0'egPu%<eUath';״L^E;sxl &6f< 0+ݖÔ11]6u=`rΉT  ,EϖWD~YڦD#eT=Ś%/$% ƣw{3Bf@HLɡ,TycE޽"DB#FmL".Qػ'z#~p'cMhc@y&te.@[&qEK0xCQ}f3p*V#D|:†>"YIм6X)VR C74J88 < Q=‚ M-2" <,r6&u>`$IwNaSn,/_kw#xcOBۘ4ɗVB9,ΫֽY|t%cp6n„}a]%2OL*)CN xnE=FɿmBRaAsOw\bu^`{?s}Z2!Ԛ ޮj8 OS?jW;g؍k6_nӋ&euXdF* }Rv&8;PO>zĩX Ue2q$\\ #ni]72gM<Ҩ/TJ‰S_G>;a[c\6DvZU%홃t􏣐ֳC"87eBRy[C^P )~qGni8ܽ)ԭnWwv&bw;5׶R4 N5wjФ~;%&@dbC$>qC,=SAqxZ&&{%`q 35nlq3!K gRex*"1MImHɉi9C*Aa"|b)q \xoZo.M%+7KZ(ʂ):bA[$fO1`~aO%UZrofu _ w MMJS[Os2h#X\EhI;> =Vɦ~<͈س$:͒*1`W;LM LouTm>ӆ $S_(tus7HW|`룃1W/|&+Hao=sFli֘& swAt[SqR;t8TAnCI/r>R۬R41Nq &q-`z1@/!~IT~[2MY7> (`V՞(4ЉcZ`okgtAi'JL%4]v ^LxKz#ѢS "OK04@ [ IЭԐSjL1 M Id)R ?}vkHt~)yG5T͓].mm +/nL#K84?#eiEܗb («pۗ!-8w])^E)xf@PHw*sIϼ!2n-Hh`Y=jИΧzn#9z_CrSd"uM(7ZY(hTՉc09q,vlN){. '|thp^̜s zՆ:uj ʔp:Z#񱠛]Ӛv*WޓH뇣ę,TiXLC3}•:EwЃO˶#/װglXkZΖ X DG(XNi@51uڐz]Tr&iZ1b?> BT[uccEd3 25t5sW\8t[dEU}ESA>NwOySQf39DQX2/ρ%_Ȟckف [!@.^l%N5>!B32IJiIc? ֑PeH@% 2 _jV3{Ҵ7ihJ3ݍF@5-F*Ar5XD4ӊBD+" &%yncLaiWD;Y0<5m9 {L +Q8fZPUH&FX>>6oGHE=桏YUD, #?EY?sa^֟H{0k#KwFN֛geb%>މK d[аMsm+4"x<*s{{I4LZ|j`lv*d;0qc-ht0Om7w走1UU$H  {mupA0rSSWN|e a,y/>)zҽ ϰͺzZ1}vۦYͥYWH]뱻o~]blpЙ{9`&Lw e} Wۖ3]n/FU-&:t6=ywT"1,?Id%Ҧ-NR^Y\ 쎃 ~?;eɈJEo'*umurfKy  DH9aC#XOS!u>x.frR7@'8J/DMDBGB!_ę:hJA1c)Ofm4> hxpGNkID;{HwPMъѦm EɎ BB[K6#Cɋtpכ1,E|vлUkX_kOoR*W\rx&Ac\`Hz|5K˵!C'U[V^DzHbfk ۮ)ӊyG^J<$LZ1omT^z6 ϩ^mnO=^g$N)܋sZHG9բ" 4MCxU@HPiϬKh o't.٧BMZ"S%ĨNbu6'& zE8d]L,Gkk@ nv!1ځC9RVle:M5יBL텠 5t]p kS=EڠF\Pm5>@H"=Υ(pc\J\.̯HU|iQ %S77'Cd >4{$\5l-)mBOH1nɓA,]D N Wh3{VN D^gl$d ek 9|QA;+wEVpNG=/OJs@S4WeQ-xi<)բщDiُ?ՍnnB`IVL Gt/'iBWciǽBeXӮ"2%BnPn>W19*?}<1mXgΠh]^k gK>>W^OK Z%Qx(P ?'K)`Z`,[-; v&k;^ArcVX?IR8җ`/@ ݗs(h9e YǬZQ&=/l0^(7|],Noԗ PؾՇhՖ 3!2g>{c*B-`z~Ae4w8OY2ޓx6Ҫmk*)Vn|Ӫl3갬xHb>M!?"=JzYʊ:MF|dK%R(CW+R'\C߇{geO*4mN.ۼCгTմ+8F,nCpBRJy# (My\QzUU;$zJqTA&8Pm Yi:;o1V vwŇ`./E4T1v093wG~,Dq7&cةheJƭ>,cE#)p-*_XV:`( ȡZ/*v5`|jn쌮a*$Mwsf\)o0? _?v0Ӕ? \ʐ1m/6Ἇ~C!iݥj$P 49 (Nq6 rݭ+^B)!`EQc`EB[&ت{#wRE5.[`Y]BՁ댘(rFFa"0Y 2[A=Y?u Koе$d 1}ikAKn|P6D=v1l%^"wԷ JD\oNo~fN$@;8„0e)-ǭ+o [7Lu\%m(G7 cZߩ 4RZ3͑mtcs#tOpRݓ9:謦mlafJ eMuWٸ馠pbC&wַx?+~?ΒOÄӣ .rOI.2_cXF4$Y]#Wp}{f^QBJъuZZzl|epm'h5=-2 ?_hryČYb񍠏xb>nC{&i-*x,'@{$^~Oy+d@\ " f9*6i߷Vq_z&i߶jL+q ضwzˈ8V~1w|/͆_5mOZ\$c^GޛCof2\t&mTX5\=.$ / 7HSQBnLRdXNHنRT%gK19O'n /X`6jƎ U858X.l`w&$,`J,%AdjZaFD,>%MIU\89{P0IPScΉaǺ̔h Af#sU{Pn%7]ƴi 4`TmHFiI\ҟ}4w][0a-͕[R:3T6CdΌ3H*vod#s/N ay9CZtm=I2$LՃ+j;_G+kOfg{u?C3Q]O/6| f׹5%'?4{{ڿXeDڙ1;'{#qQڕ8N廮$5qFCX-3k5r1pV/<d8V~ӂ3 .4;#i辊[G^LN=4thy†G#j' §}F4Fu4ZL9 "Aq!9ڲcepLo0UݡLn(xnhWS16ܯ爵+2.779(P8Lڮ2;tFO =!u98<=r#wQ5 rHR)͙*FԘE&F(2FS&jf<{}]eզ6qZ͞v8o|QǴzX~:Gs8#-H_t:S{oAChb|Owpk{0cRz4hM {fpͽiea&2O~;E]/[ @@Nb_J`<#k!AI}jW{c\ӟm1 Md _Eh,oNfdta^V˸giPOlMlA:x#)ǍR2+T. .2> }. $1&IWVdv+V1FrBp̅Zyxz(K݆L(d][wcC7~)JR lZIYCZgp+}7$ǻW..dh7ERE=0eX6&FaC,Mo$Rq t#mnBa3;NkD'2Կ/n ]둏q2svZҗ2Z̕t k/MIh;E;1Y9M;tICw!V 1EX:SLi*7Dhu\ˡ؛}vƆ= K D0 3QCk@µnm*x'x[+##ݯ;l(aPڒEMvcUޛ>yCEڢ'VӍaba 9R`JN? X^v345h%5"">AUJq&0<ߵ[ M|ڃASfq\&(t0+YOy{ۏk);PZMK{Q#fIIrn IT!N #["eo{ C$B˨uC.b2> a Wo;Rw69rcM! EA.W4+de{cGTcֳ!HʝYc!,X)w ϽYbCC#k84\۔P<[yJ߱lȶQ-I1%Bp̃8X3OwO*+p;Vf%GX.qH{<1]3׫ )Sa^&rPsz U;/lk~ uj= ^[ZuZa?45+}/Ʒe5uN,(͆X`ƣ4rI:T0  ,=si / #Y?B$:KTf .r@-tDX6[kC}0O#*}?L|OM&ro!Fl1}-I?|PX PLz-@fƾ|n7϶80 >q$Ti2SN 뫇-{&a[I%_ndA÷\q}<Uקi{^ _~ H'é ITŃR'`*6US+Yj;J %=YD ) ʛ{E#~c*_eW0 MQx^O!Ǟɥ:']:cn$mђ6QUZKM8YLNS 405,f+ ]$H.=0NNorծe>>EE2]ٴ*F~g,~Cfgύз^x$'9D7h#y5ӌ|6uYɒ";J+r aVDޖnVtGy$pv4k!`2H>#$DA"~oy.e,5Dd|w_>k6GeA][52nTp=DxeO89s="if.\6rsAAozr(o7٤20{{)쑀WJDɣU4JWA}'$=R`{4lJQ<~Y8ezbdf' U6b[ , N ʨ#1ЪBoVy9$"Gj(`˹&EnfGYEjcNTk D\++C=a b0 #{C`KDN@wYt">ƴ&Q%v=*S"4\ͷo#b_x5ԼL'>LO6_Jn=+穇>G&Nc!]gЌ&!cf%,D~skOcq̛0BmOBcgFEM4(W)j b@0-$*&F1пuIf#*QIJƫ|Y…[c}r"bLRB~{)ޒJ'^Kۨ Xl)q/d7N ܜzLclD=wRDMm]sӘ :+*=\ TUedv[VRp௟ Dob59y"(YCoVTA8\&'䇏6#mk1`őmߎ` !y;gKVJ*C'Ʃ<%_kT34z}Xi%ʆ~OI"iNa_L?e0n5M&]KaE??Vm|s^6蹈[p)X }Uu9l/{6;ػHdq#~(LP`W".dO{|/[m\ e`~⌣rK>jtA^;/l5c35,ISM, \cV?I_4XaVyw[KNnJi-],0-Yh:g gYWtzL6S  ,Z7sw|};X.f@~"e`2WpJy!"_lZ&P%Jx .*h'X1ݙ~X&X'2A%`dex~lsH':Z$TWW(v ۣ굱9;ANq|fQJo[zBIyt,I{?y.EqM`yE=W ;N3% pÚJöSH+C$qV"߫ՒC_澽S9H8$SIIKPBȞ \jtkI~ί]BީŖ<(:}۶k +<'_dĸm_0:COPfjQ |odb*MfUjNʔE b_lXy:.;9!cl(;Ӎ;cLTGCa1O3POQN*@*m*,B[!$:DZՐrq޳.hݫAըߎ?A FG]QY[=DUh~<سO]P}%34JK& cMK\CC?B-캮 WZm MArMɔk3ݛП%8e\Ăbph~V*vr2C)miXJk&*´ M9٥^_j)|wzf'.!,/Nw GʂCk==Tkkf c =rשּׁm ܐf1p68[b]:⡅tT{۶)6J&DP)i9*X&(yD Q1TFB7GROgmbO+u`?*kCۥ7G_-=VWiDn=<> yI+`|.\&^v!F.YҶ{r!U녫ơuPn)'g$XQj0O$FmZgIJ,zQB rzG(Ѐ%OC>F])ݧvqYQ;yKU4R?]H=cv0cLJ3G)]WmF!dK3h&AdYC"_'.lLQ(P$xZr@+i<* f`*ưl\Pq%cb2M_rIjn?O]G zPnnJAd"-[qs~x|E 2r~ZkG?EQCKW4 LŀУ)O)XO|>q6o!f@2-mu V7,(RmpOQ),kVVjܮUw$QS?lr148"(T)w0Τu88߹u߂Ĉgv¸. 8s4u7rOγeA(`WnOufœ)u8gL,LL>F "]R ݏԂx0-?jge]֙)wF><*LXH|C;p;2ÝjTʱ?E_ dz`T&St&3w24WB_wu`]s97 ,1 J=ϫKs2r\4iP9i46g+D-)X`eIxqCW-SOծCa>bopADL<ւi{+-Ը^9WG3F[GpUtl:?!$Z >:מH1`0c+$ch},Sđa5xa;Y`w:;'|e-_\1@q,Waxz,cKU~@ƑH>xKW'Ȍ,fHyK#W;`B+/Tb٢#Y9\`|!{9tTEZ.g٢=p@l%N<|]&-H'%IA&2Ju_8?e Fܟ}.bdGϥS,ŤZ4ҙքK*+ԪNɊf;">D2|"2w}$?ĝd`^M5Y[/=̣{XYX"3 So mݻY֑wk?XsQ0AU<U0` > ϑ.{ɟeu~(O,L@FT U:8D橉3+XUb/k( h'q?#$"? ߦ[UW!6 F>sr8fu~꾎_vnsJ1ؾU H#V{YvzZ˺nhR%X<x`ٮ (֯]۸;Sx¸|h&4nPm ']KIO om-FyYVuơ9dPG@ѽ Ldq+6Q_XB]s=mIM3{*jin#֪N'DuPJ6a$Ǹe,A!.]f36 Mw7llI#f;A%EB9o֢fPo)ht3]gk\SJTԾHߚEы> I*(E3) #*1b{\4*fc_J*:pʈ]BjUL~̩z%xգ3bMȒ@%fI[}ъ#J=0RC'C(6pR`]+@u3dzn;p\yyby>Xy@ ްneи~\K_`BHOퟹ6J& ƭi!bG}!z1(-2&hJFY_7ӑ: $Wv~n.Ô&JH~V}DGy$-gٹA%Ѫ&!OO%rTu$EDqqPBUI"M6qBsغJ8݊U ix\ul|epIHl7RPnQJ&\" Ԅ%™Ah\;ŋ1IO ftQIlҴ7NSKYԸ1ZkwgEx޹|ϑM﫶l>Ɗ# ~ICtx:qvp|MlVhDnҸD~Q<q>~9Ѻ0z({bľ{za\Q"yVtQ#=\ 1|y rbm뱉4џr $\]hd p6 W֦knJ52jY*rg@gY|u2Vk][IJ3i7P9BlIyE] 4ЋlDUƣ9}݆ʵ/H„\rdx],Q5Oי۫"b{Q QyZe{,};4 #CcȟTw_w] )iBg䈇IQwf$YKꀙTGq’^phv6Q(\g^K'2Ͻs -x8(<Xo׆y-q`]K¶IӶZl3XIxOz j*[_g |mdp)j6 gB`&ܳAןƼGzDHeՆR,CYJxFhhUwXQ}i\*:T`J7S,0}`@*cv>q w]ǮEȶKا. oRŇ$2ĔNd-crADEVòZqtyђ꧿"nلĤbjGAާes&zjC1=gBѨaS7H5խNV+!o#c}u+#@@QNQv<œ$ځJOJ[8߇d=׬b7ii^3%_rjh|FdWMkkNά[]fin]Jf%Xs͔&\_~,O" jl-Dc ,RA7U90Ӿ9 vh]~v*䈗C>?CD~xvUs/{ z5W"eC$ VCG8lUML{τ=*)]s X7Sֵny~Md{2#pY>&vzVCd@2} {lK6"2],@Vfd!)—?Z~0ax4"M~{-#ϒ+tH Ki9}෗0I<PF%cŦPbȜ_O  %P߅iz=$jYoPOot1"$"h. 3cfj-whék/S"Ta=833>$aC]U:~dzbd{vVLS):"BtՒ?Lvu9 aX~TUOp ~NI0UNh'b Eͳ AE|u$(gh,+WV%Yn.6/Ia8}y=jmG_.gɑ~h8h霱ML%8+\w d8V +>Ӄs{?]Գ1ogWmM IrQȥ9Eq@"y@d{b Х?Go@eDl=q͢p``%oOk^N j#=PEggfX8-(@"nND?&HD3vkn#Tګ)>WR餈$48Nh 1]${o?U kVq/FcbaP#rc" 84_XIY""bf)PḼ́l̒9X%U? NH?u4h2'YB7QטH~b|oRs/=d/7  z@ y|Q t߭Do6!$1pŖ Oqm ]*|xI 0f p7J+-ܠAՏj Q Bw(p@|Xm+8Ɓt͂VYU$=]_&Z˳ѡ~83½06{s$dҠ)[ܗCN&,:c%e2B$lfV#8z  bo]԰*Lܨ<$,B}NZ6"e_Eo]B, `)n,bڈG!ȅEs(dp LS$2 V;[0Iٓf_Jh$JRM`BiCbk(9d '}C߉_Giw_5 THՐ,bGrE rUzI"0_gGcjw3kM~ JF^96&pt@ r{RĊH2zf0 ,~@U.8q._ň_S(9j/nN"8֗y:ةV\^J?(AM[~<mpv Ye5jAm(SP#mXDb(:R {w|Cr[\CgynIU*h&3Wq)A=ɖJAmGVEuPk 6yám6Pi'3r'$_!'u..-)_5IE߻S> .Gɕ%s\6ůc!b 7O^8?*/OKx*͕YBWP,/:nO4p/ + ОnK^(I.8J+d$en_([HWzvK3TW+r4HmT^"U7I%IqYGi~77G68Z6˷)eg$-8k>x౵W,9a wm;ON}#&ۑyqЂڕ'jp$/:cu>%t@g'ŏ&݁?Tc.lK6f-G u3҆ljt҈|KVUVi. bt);_ %/ɯe92>Tѝ%*rwz@jM;Wz`ege8Nb%> OGȳe򸣥F8mOƮ80_e8jϐO,QCk_ E|\iOɉ6 RӆqVRW0* q_t-9-l+W Y!ouvQȺS$0+ja8+6S(4Bn^@eQ:Dk#A}i4\6OU ^n :Wb>Yڱ =@n"E |:1@GT4#]^Q;0KZ;z݀{CwT6LR/DL%t ;,\±WU@FJ@Π*J@@MTf<\ "V,@hة *^1>6\%(gn-+)D"CAoE=!q0ý?>Nz<$qG%J`R,ym0UfO O%*In]&`K;K 36})6,!"csL*Я KUp(G.mKVSth}j22\ [ !0F|C'ȱnl~mT둩=QgGP60pkXxK[[Ï-heu6;$Shѡ; %:GbhĻN_|sLMjN~d*}pG˧ܤ!3X1-e.CJ $u/!=_%u=Ц/Z%_lI;=g{7蹭{nu̟iy]Žsˆ慡>*nrHvt_cR83[PN.m^<=4σZ΢Xk'6 +@m6'"w+CUj˔pB8`T<~y$}DgGujI$1aS*R-#d 8$i#MnܫuSĔ6&ӣzHv]ֆ},sr0ŰcUpe$y]d6cQ/9z10݊pjw9zːvH>niVA⢸dbQjfSt$RDȝ@̟D@͖4i+W9O9蜵M ib\j auT6f?1xmC'm[1:J#Pj܍+5ct۠E: .e{tZ jP/&sϫȎ*lG{a+e, ( II:p2sbFΤ J \sPп!ي[9hFGq$5k3QG\Eߥ!VB4XI.N<[_mjU҃fqrh " 4L|2m۸CPYh@xp_{  3^h7c '&ůpPE7o*׶p^I̽, lX?ă Z kZ,V[h!LVL*MF%#%HV`kh/xJ? rEUNW縱ڤL1jGэ3#:3ØW#Qi9ͦf65q]鎗#L7`%} /M^G{DYe ߯O]7Rp-6TeRpex6t3WwQ嚩XR%Zy~ WҠ0#-T+("C+jJ' kg=1&qgۉ#> \SڭN>^jMD'ܶo[T{wx ?K79uLC1ĩG$*Uk_'p|G@1Ҧ-#p 20/ygQagx.2:Fe%etٴ"!Sꊯ(h\ZrX9Yh ၃hQ(IUV[3L]+;,c>*&$Uؠe$&jO>ۑ'/aҶbr^]=1h.1fyE!z޳o߇z-~Nf~L '5ptd`C1%D٦O zDoo]0H+snRyiٽjP/5*m. ^z}}yju.( ػZA Bi-6XyҤ閘 >9#ƝfMثM:/oNYmCܟx/g$;5{Ar*O<d H " CI+y?.4_ ,{Y ,UBzMLURRO./K<zԔ6:p+\"@B%5 W``ibp7$YG0p;+ yG[-\TJřN{G)KHֻh] 4X6v- "[8#,Z1_j )6KLC/G?<#~EkFaf{Fi?u"~fn=4n^5/<\q%)oY-𐱬CVp׆]ayP[#&UJ;&mJqUv!ժ"]b1Ah<;6XSJQXW;pUzVqh9#r( ɓ"}BiSGC!~,'9}Gj`PZ$t#%4_Cs3U!K.tkgg'kF {T_Y 0B V&<$DVL%L%dk= k3; _8x"i$|S(7QL %暏eUbov殁 AF{AfE<;u|;۸T $gAPY9c8Q1)khv=O{vN#$ 74gޯik/!ӱG20"i؉H u$NZV]gYu!||Wjiћ2RN2mYf/N}> ngxNj!"3R3~] >7&lqȄ 8VW-ћ&,~qDyoܼP83T^ۑKaw͟sg`su{-5t_#ŎlQNڈ|3vEۯ2dw"sBT8SZ )mI J~>1tp vd6?,T ,\$/õ3cqmh}e/^|c)}d®x+_m牸!TNJ,.cfRF A83"jxJDCНĪY൑8\ OUYV%yuzP*_?`hx8$-*6Gekev%s¯8CS~Ul,da7`wҦ9 νnHEU"8%,9leIe{p3ȋj1H $2=M1kfm$ 9#)]+} wQ.x"evn.6EU޿vMNׄ1G!LC穽ʣT{r"X׬ak=(U%;g@KFg3ZgNXj['#a涅h?38 /ڊ2_N@^ޚ6׈`.ʴ}79T;ŭЭ/ex >l韹*b33CkB\Np S0i kg㯧8Bp\{@ʌz䲵iFq;kBH=`4 A{g$~t:^/K鯥MJV7}rk5:Ƨ*q%z74F79]7o0`MlrDR{QKNc16xS)05Wɤ%YpI #H=dv兦4e9~T~ dUy,z G.)RA]m]‹jw۝lӞ,sSظΕbYD^Q/KM*{My@Ӥ jL@)  ȁr<渺wC5""כֻp {bxИ ꐥwMMk^K/aac#䳇/K@7|hb1,J^x0|wx(2m+`g3\lF %ƥ_Ip .lԐ!~Hn+ףң#AǜVקXhREN2dT]OS0t;spln9?iVav|noz8j,KS j'4gݬXD]=+ ^Ix7; ((N3̘] ?yLjC1ֻ{`ɑ!\+"sVS=B=0^O3R  WB4L8$=0&) WnTr0B4R:(HќGjS–Nd`An!)(Nr\)cC@~Ѻd1b2Xm ))pN}/Lm%Ǩ LxM Kl;lHU`cj4Hŝkt{`H;BL96\X'?J.JwuT#CqF8. [ #(b7EYqO@ˆ{Z/u 6?"A) 1Pq1s3@N\"mury#%f݋襏r7&gHRN/k@Daf\|>SD>o^~9 J4D/&UYa<0a~iH&ӏ foNMG-z :$4@OT^M4LeHednK7* )@uˈ&>_M:[ {=w4U~"gU!İk2q&)r_)$/F3I ![ћ!>kwH\|c`:ʙfPkJr#YMֹ&h;e l]U.J!(\ZCdt3L U|-)64h>g:T~QWѫkkFڭ\D{"emGjTװ5( rӴ[ne<osb9ŘH8DM3O1W}vP}^`1O*kfMW1*Q(Җ. giքzʗ诊@>u- +#4X+r~k=)\ת#؊9T"/v%~∎ǩl~~t `,tdĜ7rSDoҭ?[=X˰Zˁ8Vf UTHrҳ*gW+O74c O`Sw M[0*/EE!HaÕѣe{IL>G®+Ea ܐ"A~~kؤf 8mRL&%I{)ApwpKW>%q=D-zg:/$Кu ̙ـ͟QtjKI-3LscN/.xyQ UwdΤ$FzLƛ3KdI_˝9y s'wUi0Ps?_rr'Pg:=Y£MRO*s:&¯d\/^D||tu47ǣGo5U2'ufQs*Z xl {X;u8xbZqzv~?qqolm|nE}1NOm=4^~_nB V1l j'${**KT&:bwUCE"DE`Z@fӱ!2f*`3VB]H\ T0|@5h]H_>>eO>uc_B:e1xzj)מ$*L=`8D;"GHƟ[b$⊰;Ob0hUBYס {k&%yxVV4C%iCGBkF,y.6SB4^vĨ+(mǫVEII`ϓ/&Z=_7,R:,3u jWUT`2r z+Io: k4o.t]cupecPlV#JΨ3sCP"0>|ʍ;ɮzS5@pVʎTcv$[h 1S[N*K|u\Ak,Ԗ0bm.Y>!xu"Zh@(Sd?-?$y_L>[x(qf\u5nTp]"U]]4`&7q2d5:wTm}rj'#ueSiJZ#>+9ڸ)†n#[ BW)֕wavpui Eg"uCpnx/~xGY!_,^J4I/c٪[Exfl' q+?P'\v 0!{2aU:ձi7|[U ^1ߋv33y9$D!_k /C= bX_swCMiJBm.?X|xzU'J}܆ Tai }HO\2wh+TfҲTt<es?m -Up`{R5\=5\R(N"tW'+Ob^bNm8hd&į֨= yC ,2n__ qp:vzW0<<JU j6 +&` +nC҇W | 3|N >|WX6#2>n1g.v3*W0ւ>(hLu}L)kQĊDr/JeUlR<~Rl(hKVD;#S2\@V_{DAL!(Sȥ6{N<Af!-WHTܻ)o3vw3 ?ԷZ[~0Hh,E\lZss?cӈ 'OEn\Lߴ^jE199 QaNtӂh4٨Aecac:`yJ_q]a`g$2k "A!W 2Q+뜇jAgcKM߅UX@.]p/jB $#Dx.yKɾ` r@ PE@aF=[4}BOA*: >PuS\yt n|hBO`睤PffUώvC Թك ;F-}erM,*>"0n)CR 3UT1@6aW; 8 4ldJ>pS㐲Ie;n!.):a{|z/x))(4o"VEżWuJ ͨ>Bk@):Q='P"E"!_.8PrΌq{rbHNA5 7 iDke'vqYӬ?W 1^Dלh|Q/*edJXZ}u.^Լ2SMګD{DrcmFÐ 3G 2R[D6C%QFA T$/Z:0!1]_)cǥ[أK?6cڇ{zU10%NH z)zU)6*m-d'e_خFLl~Gm,dYyz`iCQ97 36Дw꟪!#>Uʂ(Af]͚)ᖹWG LLjƚ=JB6)?mՄab;22^¯b`yky׊`?]/zM>܁97Uo_QskJ~!qʣ7jK^Bի>ܢDؿ:;<9H)-tQL<(R9nĨ _f*s$f7, IFNW\*%4\MXv!XtZ~yH_/?:XܫtJ%K۵ba./Yj`d&iy Kk صMg cB5|D$h`~:gɢIۨjvޫa"l7ń6D'L`)bPzk!㷕h@(8̡:-&;3GW.onbL[֮ήpQNVө(;d0zaI_~7b`m[Qvw<w(5+Kabq;ݞY \?h2J!tk8V\`.<>dXhk5DMKG9"Hkw%hǬ̲͵ Oao0͗@t.&P8 x!/.@Jm< ֬6UJQtlp]"~]<zd tiBdi%b}Je%*c"-:s@Qpi 4f^Hbqq\o2k$h#&C6q"!QӮI{mGwc*A]F0R,Ζ`Xw @JGGo$EmX_ؙe5UWSfL8L}ON":p#qmv=%aloAz*@ضl./&QK\iI{S&|9` ϸ:>柣RH--ױDYQ)To"jb.rL{nq ΍81*sŋ0%^")z5*|I_;;̨oحClbcFf=lMcXp_ ~%gy_rPf)kC6gؑpOr-3.?p֤`HPcāZF H$|];)>w1Hd3t>}_j^'ώ wOЈG`[qA~ JU,=FŊ oNpFbCZP;p8Nua0w"2=s%pt |HAm/?Qk "q|@un"0"u|DVE<Ƒx"tSJ UV@|QJ:! >n%I@ӢQ*1њϾ"v!&(&*YiⅦ]2?1bWV0ւ8WjlŦmWw Cr.48[~nAT&F @r\ZrUQJ\iFAƟb^ i7{xaEe孕5 }oi×VC98-iu3lP˱iUImw5,IuUBt# ʛ<ѽr@Hޛ|`#z:'g.Ji+t&c9S!Fkn$ CX,XƜiʣ|*^ګ@l}ġ0@{/aSF'؈Lѩ,_eup Dou'; 6$e|IF^חV5t9#toUjŴb€L}),0\sS[AvY$,04@*tf!gQ̺٬ x]PED[xA q˵iA02Q `w(|>"NOTz8EYjxiqiˋeWZz%Mgzf]>|v[- Yx N@K pk0R*9~z$ +u;C\ rUY~:Z(D ASQ0>"eG&pVk.P_ _l>| h_q ?K}n@6 RP-'x2 lyXT_p===|sKPrX ' LQJ~8VGX():nW9,CSrLk4n|++ r Kۣ-:yTդ2u A㲔ZM^($ԎY{β5*a Q9AW0 Ltv{U6§ys.Wʠ:Zi/\Ҥv51a{\,<Rh6Q6zyokjpLvb+3ZI2!H&+ uA;+Azt2LO3v(e'Z/ y4p\141uN1>UgqA$. P8+9CQXjQY|H6TL=LY@WuDRT vnK&,ȴeh:2f58LhQeZ:KnNrxV'i62j!_wd7|h$fе/y/Z``$5P:z6:4glâNRѐV$wUoN@?jPg3!wdoRsZRoz8PhEY]!Bx\Y;sJ?׭nC%j"D7"쀇o ̼a,F2{SUدIG31v$AqD6Dm͈Q`>  aJUpݪe]8"8H*Ő5k>G;<#}~+ȍ$B~kC!vNtꑂ-0﵏ xòq?'C'JTz]7?sN2?|{yH?xg3ȤD?21ȐT ̦X " +Q6\JQ)6W@~lɒ*ѐOEYdΑyьtibN:DHVX*/Ͳ+ ^ vu8gש!<\=\70o<^sē|U^(9yEƒʫXv.f9os-lnB)B)| v6(>U.l@T]gr}z;GK.s&.>W=BE72t Θ~` Qx<T/]Se+Qjqo9ڏ3>&Q-%ԿR X7= 2?;M E"~fyr83'K$聟)%ab g<>ٴ|ONǠ/  xvO71&N|NXu[DDJ4Qq~f,whsRְÿ2O%8[]w}kMM?tO+0REn໤{50"D(+/TcjvZ63%T&Y)丛TN@YHˢC|+FJ{ᤣ$#]$Q~.-n4 PGhɅnoX"yq\Fx*qàO^/B^&'m8U4ٔH&-O I/">ݴNblj1ͥj9m({ dȁI_IwPрWPoUIBKy"7?2(Gf7,d^Mt@Cv F~pVq,d)TۮltpKv쬺+{C/ E ϴZ 1g2yIw={}o[Uz?q$lӝ`{ۋvpu~VE(P %@J&=u?[JX%x8[he(v ''nc gqPyfpk;-@ 82P֐?v)/O"Aڽ&0mr‹]PI4+&|h7=&xjEraǰOkn~սxdEgr1PBۻ}@.mb(A ;!*߯f#{"6LBBnyֹu+scJT1sUm^cF˦*5uU՛DYH&׬v3swY܎-f!7苭U|Kf?SEГNjxS @ԘSo].aWCz8c,TD/@ PuoTS1'XMZS@\`dS.zN6o:Յ/+Qo )z_=a`Dho3>(T2FKƀ_4{&:V TB>%qBۇ+/c^?]4D!%%$p^(7|}%bmGF` cP&AWߐxx@<ǃ\Q0Qs9 *%*uv[;;AcrNB>s4:#Yu4#}_g^Ż P^(չKKŦA ֞oGa@C> ~'y=!=YtTN8`T>0g| "^nQ8G@Knw.>aH67]v{}ScNq-O$.!u3Y(W 5]xȲm*-Gj@wnɼ fpZ?kЙ OZcwns ݃ҙBنqx W"\gUe2 3B$AA<'gi6ןf*GRXhl`Qʩ)WtZ?vgy:BhO_p0Z - m9bV~gFz}lc{1 F*aǰZK{1{7\ W0#&* r N`N>Z{@P]+=mBvQYs$)OeSuWyp)_i8( iA۔y3g|KfyNH L?PɦIJHgCY:UÚXknܖ@|42TDRi^sݺȼ~/,ks&|4C̫-1ۨ.fbgˌm9: J+&7;d]P.;@([PqxOYǡsBPv8괒gaPqb[Sl2EDfW@TpziY`ձ p=t>{ݞfo;UOxCRi3@VphH"ǹV;s̍Odx}I0 CG1Q"#KeVgD]rڲK, )e%ˡ*hkq*'[yWʐ\MIYxZV@ug~u,:LcO:h"((Ƨb".È!]=}Q{U,'*X`" I3Hbë uWf+~z#!BAH:T`O|6$\7({x-eXjhV$=c%DZ y*rSVWBc0Ro(ms?[嘬z rku< >-$zWzad(J"\t)Wyjpdm&%Tn~ d,0 渿 갌P]-L^l_㬀^ׅSR&ֆvry38 [zE"f , bx&[Gf\_+-GE/]p4wDDv=@kelvftîjS!gfy/[|% |Z-J:HiUnA U!,aؿ +Ggoo浑RR[-]{f151\^ GxE?0߫k'nj#B޸[^sس;)`[_~/ZBkMSRh2dBļw-t1-~/w0`] Tlb4+/\1]% } tsY$GEc0y wVc<{ 3dn+ Ս4av%W}E}_u3>).,_z֠.tp#ՐnHEܯ/?TDv.gą7r%ZtXP ݘPC,=A_wzMto=ﷵ`g-|fJ4GυjƸd^0jȀ.{oE[9r`NKgmQ.v4`;qX@SD{\ߦ@o-2*d6>ܽ`[ 5IB.6z0T؞JP}5mac&.4?ɮSOY $[cN`?dz^Fy9KbksY$Qh1s*e,-$ ,r)TH =]L9#ŎeneaRsOzw&)`(+)%+]@[e1j#ŰOS'Bi3G6(1 i-htn c+V%w9ȎQu6Q2Vcxf4-]]wq~W6i'#!~w#&%8UM=Yg|[ \R&yoRg}l0r/ NæTE>vb[?Od-WK]w)6Z?ݕF#ۗ6n̪!^ ,۪:($K54unR, = 2֜ Hȫ{2σkQZT3~JyW <}S y-n([TDOYW-1.LKcV"ߗAA2ᢁQ@h{+ NC+tx"T:ðژ u^kZ'C!/`\TURdyWg0lƼ9̦-U*c>WG]4I4|YQw"ݬD1i<`zUfB ȾFGЍW]jӦN9"O| s2g!ax%,y]>!,ĺRa,ᬍ8;|t}tU/7+6( )a(Z s!$y(5UG^9]͊M?}ax;fIPknk= ~ hb|c> mqX/#?K +G(*jVY?LL8?ʗ/ӝj +-1Z uZ7N8l`@;}ؐk7:NʝHE1dʑߒrf}%&Ec* 1S`MYgmHC=Hs z'ٷJwm|'^` @6MyG&XKJ;EGŜDXU !XW6$Zs3yvN󮟦ZgY >Ư*}+kwgq#=$Itfuzoa%v=Q2-@;ѳ\x[z'Y:E3;ԾMma :2Q2Ir?* ɼTo?ڔG EH my<`6# J}5Wƙʉ3L,YЈ^u lԒy_K٠wS0]1֕,okP0y:J QYқЀcD.ٙD,-4"UMHc FS{2/ =$kϞ} MB.peGy.+5] c=%JnbZ6>7L'] +j47j^M=~ImDu+DSSrپgJ՜nkn> 7Il=|{9[#3 D쎜Ljĥ9іB|&W+2%0x#Zς!JHxfv`zbgW0N#qvBOO[v[^9!Rb]f3-ǻu։8jOkG:P]Bub$ZSY8o%wv"ic9]^~ku C 桏TLH)@8 'vf,1'qٶ0ApM0ô󛦏Zd TbtId91'sFu[1<R&GO/(-<  NIĞQe%e!Q :4i:@n" ԥB;^xFT'~ 7b[S#9$nr:\'7`Iʡ]}ZIC|;vWqxx9\{C!K4Ä;^-qLUpp.5pQf4*f\CeZ(COh6oX0v&t!l+29^b^/ uuýsx cX/J!*a (YZ=ȝ`:p0"PSbL/5݇twM I^ۮ2I6<*)~)ω^"ln6г;_fa']|RF3JQLR <- j#;U4+s\"eVcVwgvQ KRϫk2 _\$TS OUL~Ĺ1q#QM"[dP7y87Z#Ze]4' FRZ\g@y6lm CD+Rbm4b ar\B܇l pLᚔ\G9xiP£Wdۦp?C 9T -%'VM(˪ MZxHj<VV!DWJ_dSb0K?Ba 4qN&#-жxN\F l7w^ĉٮq"XCN">ђz}޷ (ٰj“`!Xɬz|%.3 Gȟ' 5Āsڲ3-xrɰn$pw#H [,+V]p?,O f`}jC1#Bo[tP_X&GOf3dn=@CO&Jrʹ k!aV;h\Ժ`Z%w;'|vxߏUO4N$4@֌UTn|8rn a(&vr٭$q,kZsaO落ڰF -E8 AQfJf[#2] Lm}X#܀JH BgQ+MT- W$:t\:lG ǹ5wQkpI˶qpJFA 7y*,G?cN9#gGyd,VNNx*V'[ʚڟ6w 6ޚ#tn{E\2 ف0(BX{.Vgs]51l.Z86SQ`:jcIUG3#\vkٛB9kOUyD{[V@p)m@{yE{-8=>5'U-s/='7n n{ӟiԒov (fb£nPk(.42}e U!`ܹmԙ"NR󒑀XsAFHiwԹg?ܮPQZ\N-ҡX\3^mtcU9+1rwB:uLP"-"%RQK~ꤖG]+k-]+vn cC6YRX2"Kb a5}!W$O5)(.3K:Cqr&eP= 6g4n" ֤MtX"B4MBF5M,)L]e7; .Ks=Kd.hΗe615`fڝP,)U77 y ߟi_ xo ")5}ܨm!.%WD-%1y;'jYA#}cOE,? jo W5l#X?O\j#@(!"0kt'+D_ Dß {P@ mbDqLI:#enJV;{?o{@Inq;őiFlے~À `f3 9G6 <̵<D7B N*E#B"A.h9!SuVYEEB2I~(.)6,B\n\j~q/S%^]}TCvi*MʂQokU,Ѣ 7&O ߑ/0Fõj'Kw2l*.5١=(BJEL w͝i\?{Ь8<$wa48AypO :&ƥK`AbMBjY Wˤ&2aSKK\tBh!a6SpF 0Gʤ_<V/c5ólWأwiƿ\L|@A܏XWuP͊dt7 JO{?"IIh3r\^)qϫŷ$=W4}n-PAxuN*9iof #Us Ba?X~idG<8F%=cfIa- tcՄsm%jlР(!<\",ݥ 07ph+B+pȯ!cZL{ĴUf P/M̐MQZ(z}/N]"`2:ك"n2Ƞ{qr/I jYYd=s)0G/itZ<SE<6QZ/;/U>d)4(euV+1h8!MbO'u 'oQ J$) DֽέVN@H޵R.r﬒8#)1]MsZF˅dňT3@"}֋7Vl65TV֒_ ׼[Gq΅vYeÉH$%#:]1:߻n@w*Dùjk6C*PPy7E" wB,< շJƧHEel/'Z@3͸RY:B\E]ȭvVjɴS54B梾 ۯ2V ҴV[bƼv;r{_B1Q,u셧W-&J~EJn6"k^N]8oO~!?-|^&"|Czi&LW-Ӊp{K{=hvBb} >mvVuW̪1oAĵkh|4L쉦J\Y* 005&^  ?upj;W\Zv(8:97lu- : u8dƦAʲH%=4I8U= gcFPPV%2Sz\$W 8~-k p=d]VK&(?Gzj{h !Nf>B`=::8Q!q@nQZ>Se(4%6vx !(aw&UV uJ?tlr I_+6@ Dt5HuC:/տ`P#N.>ߠ_k"Q_MZKodeqT&jɝYޮrj$xšֺ{/$'z.z.3&n`[}|0 OndV`qa.tҁc(a:H"~"-8ѫp81C֑T Rz=A/]hY-=ga {;9_>s/[^$u/m+<, ̄ȁE =ql_ҫCl.;]gz9Awuz9f쑏52/TqҝoFa(3 [/Wٷ=\7H)uLR6xPCH ^q(G `[+g0\ ;5Ȃ%,@뤂dՂ{:nHWؖ "S̭ %So{ l*]3/$$8mbl-hLN#)H-ܾFJ"L^=q/+qP3J`"C_5c+Ruw&F_` Ġ`|&&LWwÄ!3{Xq&mί7Q憐^3}a`̮vK(,! wix&kH+{٣ۍ3d/euew t 𦵇>XeÙX]Z ?F 9% :lCfjdS }p$%m 'kdR;_ę(G}2!iaCvdf^m 5-ȶ~yZt洗 <ˀ` @cs&UV'! 74Mw>4a꼛ߖW]_0o߄:BDRTDm>bH-f$ ~=XGMA%" ӕK(?#Ҿ:9}WBe܉;IOԂ-.:0)Ɣ9!Đ|[w3R8xqZO08\Lq4-0nɌ |s) úVb)Tt?-^(Kz[#ÀdR|d]m3LQ:|Fe0y1I}%>,"m|<`BsjCچ`쎐MNUo\(0Wp]6Y$Mt@i/&JlG+ ]ZG*Ydhn!#UnSj3){u;Ì+:1u!'67‹K핪;XZfxi"e;(ŭw{eu@/\jx&_q!oƴj,ٕ[HJmT* X.-OJ[j9e&8 ۢ%ꇣ%J$5AM#z,E,$g֯˳Xi~Hc`48r-F5JA2*NwYbJB*j_pQjITAwfg` )n;PѳW RRt~ # 7I YW?_C: Vlı;f4NS)!VM\C2y){gӚ9Zq|01(8#hzXa0԰q]uΚY ZT ?N1|%*LEO*k֮(I :p uP^(9#؇=+Gz!]qr;j3-?ౘjmWO1mKU?,VV1#hurn}:c4Crā9~9G byK.=58,ƺ8^*tԜ4DZҺJ։jfnl4;^A[JN[OWbi7!ep^w;x9'!}9Y7ΗElPF Ս`luT?:b6Ò' xZ "A=`S^$"|ƶ߻Ɓ ;m Խ4iciySZͱD,"=:#*Xo#)&y0u[> ^-dh%&s'T7SI~{x˝RY%d2t/s^-)ti/e' f>NlxSb圁'e DbN)qqʀ+APmEx%ErNmv'vBD+44;eAѲʢ-^&~фڋ@36^_ODҤȤ-_x4lԙsA}?dtrehU-"oD彲>wp9 x4]Eovx [ uʓظ _Ri0q N+]݊g*ǔONZUա-S9$[Uz9aj O>OZQTP@zFnvbTr3p_ѡ}g*{[6)A[&s~y Ypmy;j};/ʲ|b>DV֌U{T^x~$wH*ޠS]~FvXH̽J^3X$m3#%(tQ&E6AQ8OcJWйNTyKCZq$8ggz!~xU W'ʙrL?e!e!f5'Qw}03ʏ@-tS5&-v&w;r1͐U-Zy`_SD)n vT 7"H~z3KI;J={z|YHw0Z_!eˆ= eHbOٹѤl? fSG/)>1mp%u W В=MupװڋY!mR!acfq\K6SKk>;֞;$&;G6.s ]WWS]ebg2KUB'F ¡G|\YbΛԈV7u$4vH-SY9 3ǺhwxoSWZ1T úH[_3ޔ /7F\prIV }Gj9Ӽ@RiFKt^1d袰^^K.Z 7'U@Q F"'hM}kYaxrQD֯' (EU;HFn`,VFS+2Zyo2 uV->w (a-h*Wr'ÞvFxlm1^:iN`>37PޢHR̒h8?9x]AaA^@3Prr,ʒC;آW!>&Pk!l,k_0σ 4xG\kfq<5pѬGX1LycPMۤj̸5oLWѵo&@U+Xڌ+gwئhC?0[v5v9\@`Gz`;tlI;)jAXjR<蕵Nit>7ExtX;O ؙܾ ϩ'`Ϻiΰ{灎TԊ̑ÒYt["0\U0jyRTa,΢Z %^Lg$P ȭ>NT%B{U)jE|e9f7C.KESMoTY aT^:O_+9胚GdnZ-MŞ.NW!YS;7 dQ)Rq㕾 7Ol.ާoh1xۗUQ0)@\сWU^F{"AA y)ע4ޫGgTz_ D֬ z]eH & p)E1$9czbAPBc9($#f 힢V}f 1IydSxNCF?eVzA sw]$QU\R*̀NNOȴ?O!EVlɬsM:[ oZwg7E zϵtD y'o.ޕBFpl4x x iC~l&}MlfHoGZ Zlۋ92DtC95`R0 XmЗuJ6lpV^G ,=.zJT7Of% mk` ʒz٤flw4ݧ1:nЉށq "1Hߦ.3gˆo3 Nu.qi,wC{)-Jů랳ҷ_}:4"%cڭ.G/q*V'nZtmfRל7lf &̆oKXFNC n-dOBU^^[qQJOϾiE/ʸ0lnׯ񄲻\&wKFXP[9?k&]~2;*Yq`];4(hS h$`c_W@0JN}KA?ۭ&s|2yOT)uz9L#1 x-Ä́JcN.g0cǎj^'e$/Ge:0y>Wkʏ Ω(I##I<I3 _0>0a@[KuWAè'z๼ 2H9cRr};+d7J]/u$#rcզ/4+c`jFCd'K?<'=%8IsnRMVB_]%)N_*!yC RC^БUM֫.8 k|AD3d3^-.S͏ 㳊4p~s)a|ak~|n\H#KkU\: b4XKǕ dp4l}%]ӂtps ~M}Z ]MѮ[\h.9|Uы d5], (?THm(/uD{okixruea\^MgD׵5^ߥeq`ٌ^5@j@!E`h<"m]\qʒ7eo!\ᗠxH(; "stpjul(^tɒ~3ҙ~Ha&7"Eۯ/׉ʦG5b}ȫFC9Q x!^,mֿOaI k]9:p .-'Dm:-{6FDe;ѥ5jmr?t2F m6]>SeX7 LZ1)I<K`G O ){Z;.S WΘ_EA >XHchE,v~%s{W JFbǿ rY46SΪyf< g$- >5nt;! u?N.pY.qW9)fxf-k˄/ȶL1m<Öu ذFZ-riu7{:FTga l`떽1|ۀr6X 0fuI+ҵ{EaϾ^D8Z[G Ny-*se3>kQezw5-=XdN,%=uB K 9V3Ow 7Vbj6dޝNG]GXZ5՟;օfBY8(X%f:Q_yʎ!J+*nؐA4޿vKv [˘ImD)fqb=0:(%-kD F5AhJX0nLGMnrˬЫw $ΓF)v0ЖaRw<~{o;&^KNaZT 1h4k~pCW?/Fg3ǃ{~{RZ5V u{7귷GDe_egaAw|J7DCmX.7}2'%jRSY rD x_ $%YpΞY/XگmD5<8KSeL?-;59:z.L=*J-n6fH?%^+;XWS6n/xYtBDl/uaWhvLU2;1wAk8zr; t'qeIt.<@~š BnW$}C'\WjVAӥJ,/kwΡexpALxvC0 7] I2S/Wb(kZK&+,Zt}w R;`/ڙR>|"ԡFb{סuր ܫ2=)fz|Z&[ߜPM-66bO1"̕O\e/;1_QԠZ9Ë{ޥ@XՋWʶϼz:1/VOH)$n'_ΠYzhIJݽۙ7sFNZ'5ױJeJr=tՒ= ]H}yP}ڳYy ?+6ZӍmf*H!~,>>Y0ێHLfaک(?g)o4D?&([ 3ZPBP4[TWt--iWsֶ`cՄ3+jF.1K Ā8 T"u '`5EDtV-Tv2WIDqLube0BU#Ysd/gƻ)!^*HP$8.fwǝ 'fԥJ|xޙ$g;%'տ~+>P(eփAf0/"E+W; k];7A'kPt!!J3{8US]c'#P 7w{Wd蔆86rR s|S%H-,S՘PM\j'PΒQxt[>-_遖33u6 s,t;ۼy|8%1YOowk;RS#{@:K$K|! @k{}Tk I1| Y\ 2?ыR(%O#i"I-n@>p{}oO,͵>yxgAŠ>[,u˦&^i?28 5(@s! bxUSJ  zKݭ#FrYqY|w9| 5huv@z8f9\j"XɾjTΈVZK@ɍ5&^ˮ +?8uo%w5"7N>+uٝFCsBLH_6/AFm_ė֭. |QDVc8lT @ vRukB>[eW@J(LkaSAuM"v;k!Z:5-rx5o~a˸ |zgɿyCpuwݽ_-[qiGhRH睑)7xf"Yx JY4(8͊A/6Zͱ|"DN֒:`4+m"j>WQ2;ByИuGUHuz(aFWbdKd˟Vі@N#~G}v@|g=R,v Gg 7n?r=1!> ƐUQ%CH6f Rρ )()b- 6 Q x=jkB{bs]4 @i J O`A:%1-:"YݡTI+1svf!dz57$t(۸MgmIhޛ38n`kpnpEVQvd|zHsQksT…">]~2mqqɇ"U5nr<0emZ4Q\]kuH*"d612la!K\ CwzcʗBNl AO (0cjm1Gl!N͗ +׫1OjMӣdXkqhsKcwfP^4HAcp^ڤ~x(z7{XH)pn<^wǣ Zc4g~!C:` 縘ܘ> SzCsnyBظH=}fqy+ke$T*ਗ_d 6X>`BbBYdMuBِ|ѪO+_}nWR|tow2m;7ee~|SiI V ;'mL ^j秄J(Q*ڡcƐIn y C¶AĿ~~# 3hs8f:rR}v<СCܗj)l jazÝ7/BWXAd ًQuI)ss!eK S@2qS&KKb?31)D>.P#aN4Q*P?G/YO-ihFku'=@݁Ӓ#B9PBLSR|K%ƞkDɡ_#/uL;?2+ۗx#Lmn .5#rKz&3qIt,o4j?O(I!hɞu44 c{ߗDWcl.+ ]5;<"Ɗ#wQ)FK&?Q޻є4EW-yY%Bؖ,ZaM,HAxK!=d.2K\a_V5eDohMxY 5ʳzv )_Ceč*@F::C_XXWP1L᧗Bqqi ee[hd^@b!:G`byylx3Aɑ>}Fܥ_*Zf}~WyEʼn%On.ک26LeA6x08b^iނ#?A@"ta:J1YZR,Y留ͶIYg.dW1fx勣p:i;fYXjmslg:uEsݱ}zv*| Pݖfﭑ9-ޚ |q 3I^ψ/3`,i+ Oqޤ:6KxYs-H@9$Q%tTGkZ1Q퇈?S5hrJ#3Oh p#4ۦޘ8Qq2i{VқGcPIA/,|%9PwEќ8_ :mSEQctYL}F7tbњ6y\hJZуa ,r8\}[=_0ΊHQJ%OKZ-mY9 t6jYG5/1`/+LRa!QMʖJ#0+R|G58ofI23~@qޓ/sMP,>.mAJdcDc9H#Z'R?{#=`g.6O\h\F/_Unf"9qKWe~6g;<( 12M?J܎\yӵF9Ww(\PH,(}[Bb-.ȐGt2lʒ6i<T|sC?jr-W&8?^`b&8G=*p i=]O@N[A?=x@snno'Eռ·+cuL݉B @v%\jVa3dcbxnqzL@yy^ѳݝ.߽ao#0Z0.P6g[g3[^nnAO+e^FTְid;.g.K)QR%hCKA"+8˼n6G&򐢸vбn4.GMS$W8ۏȧ(0x3Rz=r=3d4 )"\Q+>Kܡɞ=@AGKW6 ~{}b1eJ~Kdك tg(sc.EB}Va<<*٨,+-d/Zc)&~5&Bę(HG!7VmrT|,q 8 h7-w&ҩ$;f5S:+tyM`h+:IJAXV(a3B<b8f0]/Z @/Ij`]tk-4faoP]sTF.zw场 /3Sm|wQIoŊ.:dJIe>G4ESOH![%9=*q_\e,(:: =94hx?Ɠܭv ev Z 7lfMS ! ˟=L;Ըڃ0%X湛O'y$XEUIX_)F~:Ą>4(OZ΍dׂQY&4/=7p;=ׇLK`25.SexD[aɑnbG)í{(|2PʓǒRZ׬H4?q%I80At0HO(kY|,|)ҋdf&<6Y`Wkxh|.YkrKZ23> %MAC}# wRĀOi]VôMٵ,)"B4VM\)ȇL^m619ۏ' G0b6­kP3 d Kvڥ8U5ne.;.5r/ZDƋ fդ >ɻHǹx:Ħ_8ϗR.2!G9gSKQ7dv$#BH}+rSd| S [Idg7a (F8ۈ=#E85{4Ʈ8m^'S9/4IĽTBgfBc"oܗm,425-\HбKG4v?]_$_ 28eiޗ<gq LmL.M}_"f:gGaЬIbC=Y6֠^N!Pp}ůtZBGhQD]MTnX @&}HBՙ$1,ݯqл%^]L/ woF}¹Fke*m3#pV3ǯf #c%t2?1̽M md=*܃~NH7J'x !>%,)#l)Ch{d:0+$!Z:oxO=nj1 )^w'塟uT>SUʝӆc|7zo*Œz'yH^ktGSQ9 :c!A}\/qhq^: G%i3.ů}s MDz+|0U #peā.MB`fr5_SEdx6ǔ)5dHx5`$4ڀx-(%_d] s!ޮWRfOW-A\f\WY:ʇ+dwg @?ZOs=,[I*ނF5y~"d+-LN`CC"XUu_6LpC4~E[s=;PpOqe@$Ĥ  zCUN%H7tYyIs.R ~i_q W d J<*AL <Ջf):B\ugk“?bƫ`9f s@f9| wO]jQC+[B-9zCג=ش14Ȟ;X$;w~'7P`ي^EX{>9MpY"Kda@8!' 6yzNAl~=D[nW@`4lG;=O,ijQ*򅽲:$ 6u!*K`y [8^QxS)3ַoaa T?j2vUz!VyPK55й5 0O+>} X9$//h,-#ԀUc>ObLō 没0exM)AxNH1guGb2вܒxCK8AkZ]f^M|bT8Q֖ue4Q,lEP]dcI<,oECwnºN@ƹOR_ߵ:r%wwSpMCd8Shu%L9^3cQx$ϯ7ub}K4bLٺ0t=" i7r%z'`dG*M'htPp (VX w"‘] jPAA>i ]c}}frB8B]Cw).zA~Z/#rW%89,/>?x}VK} 7qP_̸B}gRvV+ @ImVӠ^ePRbApÂ?5W]iHu]kG#'fEOr4p]^ݝh9+ mܹE.G?y>ծt֕E9!?>U$w>hH)iZGaamNWeQPM(Za?EO]1[^~9I5Ye^eK ?^7m3c VK7Qzn?bU:; |Fn qwdB=Gx e G xPy3dVn\rR=uNpS' b bNh"5 rD{G0ʲ\On^Xr^L sVsA1wq{z7<*Ӿ!^08*x,CW;3$A y4pu);KjZR+80';:ǚs2Z],Qv;-Y [_v-濡|sN6-R+XDi0Ac m KVрoFU3,Or$Dscλ18;Cfm)$ tX߈'݆@NPZwzA7QŞ5KfΆKLTz Lft7yQ/#?ؘlһۀL#`b>;\PWO_l);Wn&y۩kASqBr, dP=,gaW`YUZ ,ppg L1qzVw"Y3 NLy :I0FGՆD8h_=gIE<(+g#m8 m-#dM iճAh $d7_̲ʞjzdwnk*r`.^MƋ GJΦh" :}Kf)bGo$xZM\Fs*"U6$IhZHPd8nT ۛ™_k(3&#4¯,^c 21gQRuuxUL0xO2Crl_0E̔}+M$ 0#J@q%7buԇ>yfacInlPgQHQLr'ztt9^K[Y CLA}Z/3 kJneһq-jJ#$ ” :'5[Ɔci|kxcȋG y.-)Y\wHPEΎE7+>"h[['n 2_D) YJM"<KᲚ^8P)~R=M4Àl4J405ĹuwVYBu ŷQ(w S*YzXDb 4ɲ|hL>Djbp*#mF5 j]_9⯥ d!@2^| \*=W<%} .ʛGӣ_+8ě*P E2eYIuAyjcdCI[F/᜙j)|7vQ;L1O$ 3vN$~ s(ү=Am6'qUܺ?uQ㱾 -2%ZP2+]+6ɿ7\K/`ſ1,nT_fg3*Ga H"\Udv@D9r`Ǘʲu{ȁDSi'+g!gu-MkVȧVÒL>.P?Hn[,>훪]X380Dqt,`z6g; Eu"!E'3!DT:ZMu׎p>`jNpl* PBUϟ*UeVTg5N7?z5Fc\`iKzVBZeؕ3cqs/gIIio+3< [ ꎰ)ATWY*UlwR2B?_MsaEkm@z3m\ UrMنA Ň؉av&,nj%g)#Q"'2y[Woaj60P eFK@ ɖ.p!֞Tz!uQYKdyM^AA qn@mJTn Oˬl{ |UN`~1 Ӑƺ%L8;\=݆xe k2F ]. աkAj#;tۮS]|m Xz\;7e8ØDZVw)XLc>=FlG&#;XOO⚑rܐ߼ʑ@BenO&;> `9hJd LkOQBGQ/o?3oy2.|Sܹ:vQSt(#!o0֛X"YLunjƷ&Dӳ|)ʡsjY]9#&RK?Pt߷:>K!S?c!BEJ iC9x,T EwezY^څIЈ !L:LElsK ,Y]8x (> `H"ʊZٿj %* 8 KƤN!y.[Zo4{ 7!lHc.vKM.('p}mTӲ ~ngx1'O4aNH{5A\ RcU]lM*]o#!F}N4E_| oG|׭/HXol;o&w'2΃h#*$&O!th0AM*go^ɾ%Z>B s~wqRhYy^h~֫1nDS4d\ P;6Zt柴lH wQz73MK x;Yl$DC@[8Z=ץBK,]Ns ?劌m6yLo1z`kw0Cu!DpƆTasЋZS{y痼mKhpeg 󋪲߆OQX7ͣxxSX% ;tRyn/Xbe@Vxo=l_9*Rb[ |V}FbKMnR4,#Pԝ`͙TW:-E|+[8h@4^:soIKA`Nۦzڳ)&\ g}Fȋ{]V%CzzuG:.s} e$%M1?t/5i~ <0<,6؊Yus젲ĭy\~]G@fN*G^`4/jKĀ&VAe X ._O SxLK~1] JpWBSBԅ%66/>KVt[2VU6U}(*̕*RHXfq&W{\ $.^FQߔlH9[jj.z0dB<Fn'(Ӌ[^{2f6s.{Wx.P^d3VV_XB)-@ H׺ L鰃Sa1t*‘t|[@;|5la\'iG!#VNФ.[N4d-V6Qߧx Q |]jZdZ tu+H bi,HN%ds>ܘ(c}BBt=qs P09J}ߥkZEUxܓJmk%gDŃ pc8,_`Kp7I> g4yVv:ZO^*+^$Δ{ض"pzwlonw T73{6oÜHv6w]شZD]3%Z[cJ?7E?G3^ ;n?Vi.svCseʴXd1kp )DMQRZFog:sBjjguM%|85eTݝ;9m'-E {FfD'^m%q.[K/!}{)t56+6lOtd\ʿdQ]Kd H ] _!$J~VupW5<e1xηo{>3pqI}g<e#7wC( JJ{49L /95qrP: ZXwz>G=IW%9@4ut:<8 Kq9Wshf:'͵G~:P 턧#ޣ$Lbo>G-âJlIH&P9# ]&_lbz>(*ѯ#;|#hvSFa~™+8d:NpNT z>C?-i벯><jsZYX3`hts-_.Ů>:_b~oDVm3ly $m[aDζ@EW5,ceg8 j?t6c7j7 L>#YhF"Igf.К$-h\VeF|)sv+{e侴O]BNŴRˋn$4K|ނ+ XURF4w reZDI=slNm ~ $MG 86Ns9ª ~ Dkۮ"#(0hr5 {?MMnڡK1|Ux#| `Ȟ|X_D"!ei%Pۄm e9=d[Wz+`PI0}|Q. `ZP:@CF>% >N_j#4Dlje>N) zbX/a*1q]ll+C8`m[jXj&83[ y EޥLw-EԿ퓩$A"o:mȱzXLjni 9!>Vs~",qAG<7v <* )B} .d-q Gob'vFIUBHIx87 oF`4nn9=UCE QPUXbB:@q 'PhZd=Z;B00mm=z*(#yl~pTaxH6a ԋ#BVJJ-c~iXe]0|K`P`?BױUR#O2n`V4h|)4sw.}(-9;WJyaSb-oVZF `d1|Sn)h~QB!Ԝǝ4Fk׎D@]zx̙l/ wh#3x ^"PI`h\a)j3"L_J-L~#Yq]@F2'#/x%%BۄֈQ1dpڡ` q2[]1e,j %9p{U8\h7*Ǜ٦u`ǐ9JtlOAZSx(4ɻ,%_'ĖhGry9D29ѬaՑ,3ٚ:loTq(d[ ^ +[1GwuJ/\* ֆ- o2CxJEvFz]X(ENHW v=P{.dž4|%3nu# qk>ŜƦ+f.c\@/|Unf5|>y, |Ir%)[QԳ:ˊ# DAa|}v:v @{7$(u ABqְ|[V_$%֡v˯bkpg0XڷBb'ug!ZGrƄE_ԧFS S2A>1m͔X 7*_*U%Pp׶qqSw5id82 Ye ~~0.cԗK ]vAS@~)~FGFdod_T@ME閞)RY c_Flq_0H7aI]Bǥpj?n}]"+z.U`#l%506 +<:gW+yԼ['cqCy/|'S z߲_:^+L~DZ䋱T:+\;7Vte4~T3Kee/UFqEM~;nBx#}&-V*P|.U 8tG(]67R+W(j|d'[NV}vL|k%jP'\.AW gA7jK_*B,ױ]Rϥ}PbY؉y:'o^75 "?؂*x1y{[,=\Eh<]t U:&䲗p&9 $ЮƏyW [_WoTa1'VycQC^*6U~‡$17ЉA5KiDmjnfMcӱ@@̻OhXXLT=kk{ 8L}ϛVy аVq,ӬbZ-ނe|p$ͱGp mPg5.ъv1L|) 5"8{C_hW]UD?ƚ< v[b;3 V7C"' \ݮ#L$_GO5åDF2թH [>nCnO {ijXuERzϖsIQ/{c%9+Xhk^| _h9A`I3:IݴOg3kzY3.*eH9?v9οjf-C *.:x& \4疓Q Q9qr-G >Z6ۿfM27PT{k!0R(wd>E2py vID`l)*g{O*RlZ;.dݰC~KMgf +ԾfƸ* pPr] cJ`g+nսwN;c'1-StOM_8 y" S΍_46.uSW8,I6j!z#ȱ]62#G3N]+Sk{H-c]?a:Yzqj?\Ec{gNu%4gW->hk xN%" 0i8̮kU}a"CaI_Ec,Vb ![b5$J(#&0[z)\&TYDk>l]K/% Ÿ G0G՟%J(\xC!Xt'-7c Bqa#jb{}SVzx^/ !pG/##a'/_t&)#b/v7szQ:.qdQL-uPLslQ*9%wua* =D "& zLy<+v:m;0< "5Z5X';x|]f^1| ?*>ARMWԅQ( _lsI-Ͻxuq9>rZцH0g^"Ԛ^ C~LYDY1Mc==`Ӭw~$0Oz^i7Aip7XCۄ *s/ɆDT{`ļ=>upk^=~OJ>P:,cp d?_δۯƶV/Z-4@x S vO?WZKCVwiwj= ̞sWϛKcvф}iPl:_T HgЖW9̊X1v&}J: [W6 ?+E^ehǺ#{_ %eM˺E!l#!5Д棲U!%[h7q}]B]3]l )#:Gf+ ۜH3!y~:ИeC% Cq ^F(HLi?I^_a3%igc[{x[͢]m}}Xx[_UX@|3HW(ZǟbV(,[~k{t92}k`^@B?1NE^ǿ%-jd.54[GpzеnP6=Bd׀3扺$Lp6ꗲkMW@m{Ղv)0<8_@#ۃ@#Z !=^f'V F!J_5ؤnT;5Wg@DȲIJcF{/{徱D|;bjha Iq'*XQ6yMVXI D4;=53ef׎;@uw:4UlcQTP9[**" 儐y7~qZn[^*ZɖNY#(#zDDz3[e 5wS!@z&FK(9X@## ˠxHb?5z, :$%­Dzmn.5>jp7Lϫ+V:B-{ҥt+c셽Fa7yөX84ZłnI㺸Ɣŧ"34dxWbIY0th4`=lD2uHK`v+5bX u]wO`Rs^*s?S߄LM v: :BTNSQg}-M|.??ܙw-6: GVr|T䋛acjw|EXrd>d 'gˠ3#Wˆ|}kAD/4pcn߆U<%I1L;@_G7Er'0( Xca=f [VGZXN"DdnÛ<.<СVg1qY_ :b`[l[ZJ$wFbeCMsM>Jho۫{ N'p垝.c FxKgX ]5&hgwR\)odYf15K_ғ }6v5Cwӄi?u1sʁڴDfX,:Tɮn'Ǯ$QXu*\mw7# HxJP8%t}9h(WMr?ɫꊣ:CYhZW?:MUN f7 ^f;jw2C\-W;Fq> qMYƺߩ&:i6+B0J[]ٶnf*r=޳okQDi@-~J)b PE33rC9{ܢćY9wC·.@ K05 ]gs&8Dpǵ8F_<` ͭnv1]sOA β2 kZsڝ/pQn`a=)`3q]k#3YD {>ߥP"shxn6 3M 1 oc[W2qԶbx$4h S%-an|積|UFSBKwg!(=4;q=rhHfQ(y% aaoW&X H[tquhm ٪GWw1 j 9|T"XB5㼓Vs% 4>kgCAP #H]u^w7msLks'Mx"Oo.`:gYNcj'׉}D6~"[` vˮt5cmF WjHUL#rO=hg{F+O;@NC027D2,^Vd0o,GwGUeva*ViH4m0ՈU(+Y; >&G/ͅҋHGX?ƌm] sh{hiJE>?wX ǿTbjsSEa&w@DTMJ ;UT'tǓ=eҧ֬g< _5 3A^za5B^3y+ƀz2W[W*D9Ii:YTVh&r-ˠh+y2e_=\$`B (08~錸>ɺp+shizv;sdC{1jO%rk\%B APv?FL☑4σc|8rD8cl9;-!>QUwaY I[+m=^s,]ja KM•b"К B9|SuDtnGqXջծ줯-w|.ҰZөbNuގ j;deAJ:=1_ޓ"7׾fmiP:{Um73ĥj *1Ff3QOGhȠXPvzjv"WX~cUu 3mw5D_lT&!*4}Y"yp,BgTvљnv?.L~mFbxX2 A6wxM/iSCgڇ4DJq]ԺRn$Wֹ/Ok Ӟ'c&22Li+Կ*ՖsA圃rR"x f7=QjK%f*`v/aNګpE`W{P]OVeoW%tѥP㪏 >-%';_'Uo݊Rs2Z',=~^u , c/d@U o'x{8W^`Cqш%%˗$/i=K5j$X65bi>mip{xU$0L 0Gn?1'_KbӶ^jW]2Z~,R9+[{U+ӏS\;[YCOʕuUN5}ҷ_tv&guq/߿d檝/}#fW;nX;}iuho,y iZ4l:U XDOume~#fx~U]'pnAR 8!^>Sb >#xewE$B 3".9־E g)(U|)L|آY2ZR`IŹt̬bD9ry]8+޶Xb2Ne 'mjIzCv/Y^#CLH9N|ES$d<2jG5Ph>b4-vԗdݫWt~N2YiKo!@6v;o/tgp~n33\-*5voJRpO3L7~hd5(+d$r2E! '.Z9]5б_C01U/ \"\}"{ 70誥T3' h 0 1ԜX;׃I?]q$v*==v嶍aAPRX~uP^![ D6uLj=g .֝y I3դƜ ;T9$NkcN+sDOh^ۭ;O?_fHkm֯-T1_謼VdrUɬYiXB=Oxxa;ަECxT^@g5^h0{~R|D~"g믤[Toxx8ӼBjD2x#7H ] (3C:7\ sYe~T~V05 ? 8Y5#Gz kkl>TC `*uwSբ5wܢKu[= {ITfJ#|-ݭ hnӴ] gZ$.>3.%$.ܬ̂&3 'RU3j((6ZtO Es]#~IҊ+z߶@tV=炛GUр b۔ +#C; wvdi߯U?n'#RNևߐG06;fhJ5ro&6_|Ԛu,j%44PS$dk\r#54-p(lD͡}x3RL8x_c]ӅHkГsmqny%[`F=V=.ݡշ`Y$"!u= 愘5c_y;٦!n,/!82RV֑fpk \տe}Zܔy~ hצxma>ŨjԳ2JhU$ ݮϾ1Vv;ؿO VJv(FИ =&Hxd>DǪ_L:^ɾ0H`oyd3V/1 C<_/:Bcuq/js윳AH-7dn\R2~6mY|o&4L?yn mۜh0O!ҽt` ({5 Z;׾I]nZӇ[Ӳ룗&_D.~-h-ܰUrS-ѷ2McΞ(a]4,>x0=6(jތp&c_"%QFh=Wi@i&`]Any}r#y8Fy>%VED-n\ZIEy i|fhOyhо$Vs2 xDI3 dkr *  9rI;L 5\u DANJm/d5 xvz2.}sA)Rh50 m94Ypқ*>]9\ټϮ+OmI;h"SC^eYPќPeN-S@D0*V m2v73>'5y o'i8 Za˲AuGPw04Iȿ{ vrwUATiپ,GHݰ:ո? TwJu[X̵W2ν{,jj[Z3k bG{|Tik Gr,#9i)?QXfBw4)mJlo^K6IGf#^|+jNBPC \gu27^/^xU8d誂jCk4B<Ş7IYx;F- pJOy˴a&dQO-eG jYvn#fq@\.j,e0PWQSS`y3O-]*?AGC@ v*۪h{†XC@]k"S8uiK[? jܔh Rv ų:|ɋwEB$I, EJ&$֢~D({ 4>9=pJe9RO;)jh+#p!)QB!B@Hq~̨}C4&YYse(}!$f'sjj@'/V<k8l]Iڮܽϲ_$g1,u)Rt~:4qM넘qtl72%*W:4F! :K^-M*ʜuW.wW?w W?7 `ɠ^3aډVKJ/GئoY&RO}}y6x`T҇5AСU H `!ˢ3=(*팝'!HA;D.pq^HTZ`1 Ve}q'`kǫ],BvS "B#[ӴHk8k#[SC-؆[Us[Mͪzb k j{o?Y4u/ t07kn7e~BVwC0 r!7!,eoZ1qm^*=wC$NƧ}RؗKeS\H mu 2~EoT x5tӞyǐÑ eW()Gb#p,;\xltsQ][XL e=C,h?s q;ȑw&JQV/NUG/w@)=ɪ:džqzCM">y P򞾃dtdvgl=@f>Yj7> d+%kڪZ܃'$>ʷdGխT#19mZNbTbU!+]9m6hiIX6G~?z=&`[ī#˼CԽ jtsy~ ?j9$~FT[\]$o&oT&/qb>otZ{ +a&+Uu˯)DwMf(zԺ9(%0L|0fr Ɔ(b~_*HH] yL]El.gnQJݮo@/ :gs[`,XO`D7[e]X؉46i&[:Q659+]h.dĊ0j7,B'$#ê+<m<3 oѣߝlm.͵K Ž탖xIq_LEz 0*K炂lɀa^Rh\ZXU žT߉&"w0v(gNC,Őh0]|TU7BsG+vs_c]̳vb6WȕkI'5~JP1X oD;VFX6'qݞ9[ajqs5( /']~RsW+JiWawNZ N'6ivx@U?d?֥>8 eS 8~lz= Ø۱;?ܴA,+kPU0*E}WoC5=} YZ0yqՇ̧C3Mb|L0_ A-ig sQ>G6V jǨC{`n h)C!*\=-l(/ZSO[V[f#G.WMoI>=>fx=PD=Jy{ݸ0 \mIYnfb\cOP( zİ" (S0w|H#o%}]hdzuG\uW1*:y"Ϳ_|129dz谊k9=+wO\t{pcW-~٫hJ3,8!jk132E1ǿFFeL ]0^*`q3/&YH9a`VjtD$+|h5e~HB* HRt:uN 5#ǻ &4 v Kd3Z~#޶Cǟ",-eMiN:J9pNZxҏjqpajcTQIp)Q~_јc1a!xFnmI"y6X2׏Qq[QtHtY-p )FsCwdj@H;HnϠO=$(x HO,O*]➾ܥ%2[TvA~wX 5U;7B)E>/h* ϯkH!k^8Ք[^_v>+{DT63b (ѪV%?8.871iBs&̭QjB~z ^5n Bt!|FUF]3&pd$4r,F:+DqX/)NKk%?&Գ]瀎bMg=O4CSe2pAɰM$Bw*gz(@-kDCf}KZDLT+F/mq̻,Wzk.1"݁16Ш{hE/%U!8 Nl/`, ^]Zyܕw\=BpjCfL., wwgEWBb|H-4[W#w 2[0d=Qt10swPj2*]#c*08HwY`ث*%Rυ_lyS phٍOL8rb{ȗvtg*jw#w@*Z0_ջ@8+h HNZW1VRF[ _$=#^]$Hh<&Ymm4$r@M^Mvj( 5MCm7QBY Awq=97Z@$kz.vhl"{ wkI# \%wZ d1k{EPй0FT,ԃ^e` wA2@x刐d{dZ@; us{zd|:HsYZ zI GgǬd*o 5e|CLRϭ>vx|XjhL.(Ɖ!;}L։N7Ac)3Ki' 'ϲT30'<Yj#yΌLbo|!=܏(ЧE2e;oJ.T=]u5j!}mmvn5*]mKРod qz!Hݍ:Sl34U2%SZޜB<+---9[uyF5s^x;Zxu؇ۦ9?@-dN!N[c7 w ;2u^lnO9KHC(_ޟSI"ag^lz!P,1o;FUY37qr^/Oҕ:frBFz:5HHB i{9+@ K_auuemxDBWE$_%9moO'/gR5-̰Hk#ُ0@xVБьn^lՒaIC֙յ]JU \c$% RKw8Rr ›F-HR&.z؉dO;l.{b׼`cp%#ϰ“jsv<{Zyiѓ3Z=ff&V?{`G-|3{& @VAi+-R8w8hۀAE+^=`FR\MHHiI0V(껹qk@.y8 ǝٱ%IP)0ˉ:Ү$(!i8dw|c*R]xv^`Wr̝:nrE'z5 RxEc1Ȁ:;!Ѷ|[ B:hpj&T6 m>V%me#77HLq4ɼd9Jxv6uLp"qIxKoR3õ*KOHCp`Hz(UNpREV+o2 ݙ(P ;FՙM3SZU7H?ZYt vUrVLi 5#E[̈a]>VWz4.-1y V&XQor3#{%0IbvęD [zA' 7gWB_ ަ1=I"<4Թbi-n2 ) Y&O X; k);;"oKaX,W vZõj< W0Ak6c:2QmaΆp{8o5+D-*CV&ڜ8UfڂC]z;,p$w p`= 4gWM 3&yܬ .pz?n֓+=ER{ #pμ2g3ԫN>:_*sPD߾).s0Tݗ=?W`)C]m7 NkZAfhhRGU>3nB _ŭ|#?y_݋TD\)P-`dw{..60" f󜷋  4R8 3t9 * ^TkL*(x@8W˭ng`W !&3v6EOeB{pĎHF8ĭ^گ,絩hh4hRR#Γ`$K v4ABز q-a.Ay WfZn&tp*ϹR48*ۥAf풐ޘJY VæeuNJ7엜϶Ԉ*\2_&kg쓢tN`= ԣߡ@VvES1QM;1ڍOiQ"c ,0ds@rm:|Hy4?HݲzAK]{kklSCFJ i;`$k{J){YEM2EMlL}i6A=/5>xq]g,{q:ݾO{ i6Y@fN1ÁiE%fX 73ht@L&CV1e`U7{J^:E^kaɔLq;B&' x,) %9{+2:#tnZ)ejUEr Fu{"M+CqC^ʟ!lB`)sO=ux.*)Pj>Yg t`@T3yOd+ນd )'ܠv muk?Njoni9 DCufaUJ/.qti{,:AFRiW{T_5dF" LIWO/oGEj]-Sl@ݏ|wrCj BIM?/ J6$Ne>3`Ԥϼ *3(1}PFAڶxQiL?xx|&"*Sp۬`{ʆSUifHE t1mvRJYS 9əb7j qq ű_#}Z\OT1"me0P{wgu&||6"}̺dQ '@y\fYfGKL"V : Xj*'fp$nGD6/I}N?x@@o΍u"~AuJ8 I31 |,FBlcQETBt p\mhNbt}#-ŋrM3,~Bc9gAc}3 v8#svHtPhr9+rpFPP r7}-s#ѧ޴`Apûp@}!0>^ D vt\RE@$aN]Ro%#%"U4XBJP`,S <$A;v`<eV[aG i0X7AݨF#4d5@6tV()xUB2An)UTYv& GK$VڊnTjftD6LInf+(7n~٣Ir?}&z@,+dr% ՙ޼&V-}4m:<2ea Ek}3H#Ɨ\5CV4ƒ1hcȍ4K5h|\E/үNzn LNxEfq|gQ(xs uw+۽^N.g1} zRV]2<VvH]pppCПZR0\EGkrn1쳗u!z& 6صwR=9F_+x(pˎO%߾2`][.2mʉ :5h͢x`1"&2HۡŠ6__dż1!E 1N#I7wM9uts9 X\ݐi2ry"^6}} z1H#4Dh~ xNC[4 &鿫\3͂ɒ^W@ ?}SDۯr6V|FgQȻ﯃ -}OTt:" ρoԩaJcNS+UXZOo[pR9Wu&gŃCKg:x*tXV1l,c'}z r{A)|yYbB#A\N ͩ3?n}3퇯n`1#vU e)/l'`t 2vaE1 f bٓ<QzdZBum ?l>"?Ye=!EgLY$+Y>j'U3 y6%_Z|: _S%e3[VN 2[dJF mPWp?ɉSOe@7w"jJq}#žFxBÈPT 5&#?90M0d34Xϰb0H<O/ѷ:.Tȓ;vA_BYlS qH8[D[yGiX K<r,l9,+0{7rje=ȶ0 l lN >ǎ\7NZ>f܆cyIK#h#W SuwsFiUd+_lyDc5v*sMWn`NC[sՙnJ8ȣw6(Ɨn}җ@!gڏH}bI3.NXV*)L}{g+1HqcErցٰotbCf^P@lo=r ňh+ R %r4BtgkN\_Lr6IгF-*P4H2W/5\lu,&P0PB VF [>g~d*R>|g}R-'+7n hOÈj(ա"p"rg`S$3q;zJR,){JDU[F<1kn\d܁@tdvRbMB}ӢmmTGW(Opi\ a:cpWKͫhMޞ6g%n4i8h [Y!&zk=&G!?Ai[٨,1kdEBӆJ"݀<\3 I=lW;Q7LW >D_iM$"(MRN)PUʋ*.om&|t*R˱mg'QβJ/iHu %1&f2:Yo0pw;*•pl~ Xܰkju@y(]w}x|+nOŽ8Y&%Mw=#U#<7^Wr%{S}P\뤜X\J!>B9%Žu U!KM|2fY(%sژ:Fy(BLJцբd<'~ \m a%0s՞gʬ ]&/$̡7{1ViԸ*ϳgݽ_/r'<ǧ^ƅо2NlOoBZ˥n1}_D<^IB Tg>vR[k}B.d2’k5t7.:䊐eOog'bڿ*QRѓHӻۧ>?Fsن"W 4VxH1lкRໍqR=KV7jaG :) ay(W=FLϊJ^.G#fp5qh :Pǀ9$6*й:M芊 = u7gMŹuȏ3Q3pf31v/8-ݱEa`f5,,VbYW'rj2՛~J4"9UA1c~[yLiE5'cC&rTهُeeZ\/KV \lD&NFN œA pP`sG)Kt4C0 6;7]<1Ah@03tt̖[Mc'AonKF-xVWk8R,ȸqLSD]9S4R!´M fNCI8#(%%y')wl4j/#EYKU2#+۲%7u^j;jI'EZhAsʹ)}!YEɽ@ߤrz-} @\HJ WARp%N 粅TjPEGn-@b/3g\4yFF}t(Je٦ 72"J,xaĄ3y'w=r'RwY6̍.1XR$erVI qi%JШI2_,4^~ b2;ErS`|1&DM<ܧ!?,whW6nMm\¬bHv0U 'U0ސKɗ I2F ~gt$e8lbRLN |iZmmY{~bNr=:72T`W#ޅ-p i8?%tPV@zbMx=qcϱT{ˎb^0}OԂsG_(Cǫ=_(pRn̿kxG7֛-OFNf'7BLh Q,Dف94!Pcs |lyIr5B82s}OՙXl 8hc(X]/$ PIZżxIϟOg:yd?NNW2#j ;,W.q0LdO&GL%{%1tr"/a33t(N|}kLWOlUj"wwiЅoO%71G>MbDS٨}Az??UސhB8<əTԆd"G7n 2T9q4 bvWH @i[bC YO}hNiWCo*r1G#OxMlQ[MH!A{USr&uye-(XM 0okP)Z⩽3:#wεp"Ng;R{L)q]/.zBXCuBkz <`iva@T`D QZݎyӶV`4\[H%.F88ǒn{4UaCq* "h}Ƅb^ \ {t+u0YOnWI$= v 7,,#$Y {I`9u%c@ p>$U&ej͖\{ɄԔ$yc^Cnߥ]zP/h߫ \'}T'K@_z ӗ,@zdo`x5,u2  } l& >q(G ֿԳ9I#1V2@O;cQwH3k*g[3$Y&;:Wefu1ZSB$K.D$k;#̞3.0DM/`KġJɊ%prʹN ę.>cq%7u@~~T! Mף j[-3#7wY1U5z\\1|fBc4 Em^<+9q 8iʚ&]t%>\U;n+D> }8Y#w~ǁj ?(^|!+4._oR >%o0 *$5'aASi]JSK^#~3]7:,(&d'f2kGfUn#G+cGcDDe B:'<ޛlǻF:Kq)kĜUFX"K;=a)Mbig&`\`Һ"K:c03hV{mL*!`R3F ]VT߮*Fj oE(9eC2TVm!-FrLdYc\rޚR~qer' -XgeؔsPw zv Lj*#*bvܜຼ b-%Dn` *n ШN UG(z~ڌ'Lf7 > uG< j(HN Auw >5|gzw NIGRMh{2le\7iی0TgW 5ё{8wliфJ C^},R&gTVGc锔@ORNg`P5z {8E,'Uq[Ҷ%À2)rR uC: >|>z be8 M| Soũ"cdXy^(V#eJh.H^:7^nIZMd{zZ"G2F4һ盲уZA~-$ܥDwDC Phb ‹♒~;,U⫃zo *.\^^Ǘ|\Fetg~-"'ٹAftqJ)L(jѣ=,\SAX"m+Kq>aPgXSGEB/S( )o\P^!-kN7]QBɘX|TXz0Q U@<5F䲬%=tj0$9ٲ`e!h1QBs:1%}q!ҳ/>f*:e&t00ۏpj_EI庚#bFUFy(@Yw+ ad8 gˢw |{L_P~)8UmU<Dž.{&;di--Hz C8XŹ c3$59)Yb &?5ݠX\`DmMqYG7NlKh{R }R @Y+& !5x){?q 'DIae)Hؠ$motu0u!Cd}"8e8A*r>DZ+uRGE8/P@[OLu Ou+9],tF*.+rjX58' n;z1(`u!ArN #@QX ךui\NZZŎǙI 7cD5}`N7 qm̤*7)>REw,EHy6>|aD؄qۅoB|38)PĈ7Iww,:qƞ;:ߝ t=H>#/2Msu:;J A'tJU`B(8:yr >5c hbr,RvP4OY ?bA# ,/ӔIԲ}iG\NeCek~BW SiU2M2jN~XI2XEV2:6obTD5k|·!+2КW v<9tlGT4A9 42i _91BF)"Π6$?B+iO5%rJZ$r 㿆#`Jz5Ge%,qma$aJ ;:Hamٙ1[Ja ~$s`rr'~r&<*c+\,4!&I.}-cٸ.a(Yur.B sTJkSSqlN؎YCyGw<[:k[P^-00]!wm>|DC M;jc;.KR{O;`㉶@"Bm_LWgY8ҺwV?*,-&+eijFu9N"k*iYJNi +:+*-{Uܺ0̪Y瘝TN4h??/nXI SbS4)%lZt7D4D4[bB& fkɻmgO/nCnm),b"`ZݴCQ)JQts,4wq_߇e f&mme[Xqۯ\GuO]*tlqK?zTMQuyVZy--ű8jБю{G䡡K(l9VJ3}Rdu|91\J`WO,b 9?-E&PDz<rg/$cKo'yV]r- aVIKFQJ6W5O4N{ГJ :hpBJihZt>0@cVleD9Ӫc-~{1 ^IJkpqN1xDpV9<3cgp#[ π(*'a1Qz]ΉP;ݰn[I3>\4WRkg+ޝKiMS/ܵ Z+Ip?io_An]N#3 e7hwDu3JZPg37ۚ'cڸQ4-sdМd4Cw*G9/72z$y; jIuVĮݼE l)H%3zK% p7{KDI?HrjEqO#s*ʖ-BJ.ee_t$5R@,tC?%LYpWѿ L|q+m&cU?CbSDЊY;W2\lu{BqT;} 7oBY%*fѫk%:Vem@ϖd#k~|᭴,j@;qҎQ0?vM98JW+=ʾRG3&%G>6 }xϰm"2ER(?>@? l0deQ QEYhayy#E.mO)g'7a_Ҿ1~$l. I)LG|52 _Yn&I}TEN-yXMw24` TRxgVd8 6;]!_8p 6kw=;\%`jzBng*F+ WY 8Fm$͛_ *,Nj*|zqk'arj7%e#g.x( .)-fvǵE-\ˍZ;2L"L LH~^{>FbWf[ÄsA_nK9~O8e d4t8/s4/ä2%pc4RRX4>EZWݥڐ%?, R2?6EWnU$6SKIM 2{=<9f]1Q9 QDMu50Hx4}*a9ǁ!BN+:Ʃ>mV/ ~sZ=xrW_1< n^}kHTe:hnD=W7Y߹ 8v nurDtG>IfPT RE+}-jeȃHQd%zVrݲ*wq1e+i!hGp7m"ǜ=u\< Eu7Gړbac#B#ӴM·F_1'*6_OYw(aHOu-R Oĺ_77B%mn|Ɣ! %4>ꑠhԛR{^HS7˹Hco W΢Y;o N<;ⴻkI_IG `B+bߢfvȌ}ϫ@+ZiV5G>+l"[lfyL}5760LqZcE8.QYED*qIXRI2H0Ҩ . }0\Ɠ7訚N;Q\g E_BƇ$ gt`X$g2 `=u . &B]UՋtj ӾpK_;O$ܭɌ2BĪX]1',g#JyHr~;YԍARHP-1؏o? V,zh iG:x춴GדÛ/ ك0b~/HZnwȑ!qGSEpjgDԈ'$~7r!z'u';Eė`^$U?wwZqZjE![1K/E$޾ jX~d}Nk٣Ql",rbU`ǧ/9&l6j"*'{8 jzM$ 1 b3|BStr&msnd6$3'tk\Yp:3E;#ZS g>FV ml1;nlʠx$nh 'ŕX%VL{{"YW(%F/DGtu߽Ll f;bꀗUtͥUچ@0Ȋ>+y ڭ+$r-0$n`nx)T (&tRZ&%]Mp$=dM۰w(MFQni7L  _&02OweV/K~/IW3|^&Ǣ-zsP֋>Nh#nB k+`S~8>[%|^sﷆjwvQE=P34DYjq?~&TYc|II {ҽUO̤@ꜘsEC#6;bӝ@Et] `Z }t+3f&Bi+L›c"Ļc ~B˻nnN7/qof/簙$*ݰH,^;=o3E'` qa')UmIlAV< [zG4)ëdѸ_C(2{Y,[s&-݌cXpK d_)Lt~H5pr:!;;~[z21@"UԎY>V OoBZ{z59w9iKZx ܞvT ܕ$]'޺=?g_”mH@H/a,t1-i>wB(ظR9`C/f&ݷOJ(ՍE&ת(^4EY9J?̨eìo`ZrEvދfG")Lu* e -a|J-3k#rlH)ͽT)T{j'W$Žܩ=jҍv#)GX-7!H9/?CY~>G.A Kay4զ tb9^ͬ,3Gw|u}]AdUrfC!9 F D:Ê1QY74m)xH2x@KK.fU :"2t7͉RsWn>BȰ*p;LƻUWn@AyBTĊ`rK}(`hEEy"'>VTw܆ʌ;ixR LA !7Uć] mMZ1Աm/G ٚA^KT]͐bH%-5RɎђ}jhWP~9-!j}_[o5]zJ`GP2T5tͤa @D9:;"{p0$~d ^w60q{b(=W;s sUz; HjU@|ӌelz@YSO̠b˰Z$L|y.h}km0+o(@Z!B\&"_CɅAO-?[Pst@]w#N~eRF)A,W#6(o?;.N@D[?ل8laxO^Xg,ĩ 2 FQVeՔC/YmhVZ91ZV+:zoXҜNxpl,Oh6[4rrm'n+&I/^0ݑܾ)RO)so9ǯ9gh73J;kL-sQ5.޸F(yv$gp Yk8Ml^\36-G=T00S=!6Ay;qk̯=hH`u}h6i+C1F>~9Ɇ{8?usy?6ʋ[>6w.@HyCjZ; gޭ{=!}8" XwÑ&dV@r=Kqh)_?kKdg1 ]*'pzR_9Mh*Aj|`}J$ m (47x&>F^YU7M4d?8jTbQ9Mh?4,ңԸciLo#I,Óxl7^X`^Ɯr.Ж{Ф!b$8sW/6bfIt24 O[]l? Khca_sJ^G7}r(}eg?p4$t3 UUC্6M3H r37RF Kv<}B֢mWj$~r-C#s2b)m{R>TFbX?$Ƞ3eV{pƳ)~ׅ#ݔ#4Pj۪MkWZ"(]RnfJS-O3qоH  s k)H&G ȫA: Ǫq7RYNث?f~"%Ws*t 2$l֚{r(3~zӅ yGb$Al;(RZ&7g9jSS&+} @[IwI m6r" xG,2 nohۦJNkpK}u>#[w-){:|up.!=Ax>B5Şw]bB-^_t4Xg3WgOҰWKAhPb.9 $QY'=ˌ~KJC΢lUbHˌ̙#O(:Cc# %8Q"kVPz?q,%Z?=[_Tm[Uyg~Q?\BӘh e 7惬_[>>16L Y<+ƜHu<O7Ù4ҿ\L}0[MxL"cT\ /h_ ǎw[Xf%s҄eX[IG*n-؆v=HJPV 큇ɝt27?OV$I<$JaXa>dg31MC6H_wlO.b]Kf ($ ʾ8-UJ]M| F8vr-N gpړ=H~g[)@=R/?zI; c8+ӚCrֈC2Fy^vx#E|J J #uPevpi[IS3!jnǠU X~En3|'n߉^ % 0E 8TBM{6ǎ=Yυm^%Zyr)Ag\.QФOyDj( 9=&ii-:6nFvN1VHgdAoH4{ZƿzxgiSe}7~J](B^ıEط,4Y$ rgo/6ap\ :i9''^8DG^ĵNAo060R/қo-!EHx{!q ơ@ ? mԼd%pTlLPKl^j7w1-*f_|U&{S 6ʢ>Zvvk`{mF9*krۙ1[ bw!`z 7p'iQ[rdm@]|R&` ?& o so̷r2Rc 5W~\.[Ӓ\oO S*^3SN4{[M至%j%ێ^UFT.1{mя`s7օcRNKduZLQz|Z9:I-W dFQeqv @J;|U=yòj`9,d{Gg.^"fI6ش/y)_k6hAS,70R #@y=d%Z < `e_6y[Rb_\ )}mpFÄE۽v݂y]mj *CרJgQYVByjz8ՓjL6KpG(,%л) ui+a`Jn]%c4GKBvaشumG˴*kBy,A.}(dSH`@Dq W`!Ql#UG)0 rO[̱K:aU- Sz0ǡUҏufѕ?\R|ؙkKq&S_@v'IZBD9"F#+fUŎ&B3)Rm>tpB(=&HtiZi=zq fJظrL#Y ^wsC&PH_%ܘBHsyp.KI?C@0܊7CTigIM[u Ka_2_rp Uƚ]r0^`#ԕC\iҲ&W?;u]oG|>9)wL[!m;clH14p_3d7m)*3䳴DY4>(}E)@2(QR67Wcm%B[録_?~JΜ3sF}7eF< ,=[¼x@?\xv1E)EPc1.tVS܋Jxҕ*E[V&2=R{_FG81qU.& |$97:mZs;U1]_>}_Uc9\zncUtc`•H_\}] ZDq3R:(Kol +`vo{$7V?$&ڠPDNhxD|ſo\JZEkKdz6p6b){17ަ۠JaUbc`%嶋Y "j3zpcHK/gEA8j$IljYg _۱2W\8~.1,A%Dyg'^1wxѡPJ?X1x64yP8uvN!*RJh}C]BQJŐH}I:L\WUĄxҞQcHyW5o|j7G;51#͝0W)`(J:j=8oNt {8`~L/L뀠nsWIⰋ, BjQr7;!xWvU:m7ETxNLVcPι1$|mDVx W[ gRGs.3]%2_q8 ּvO)^h/~IblKļo? fܷ7^!lR8YI9M]VP gÞlb :z?R#~fTiOɓrNtR0m@ w N1fga|JvK=9&j(PٕykyK/'sVCZZ[s̴>\\эGQU7Hb $2s:zE}ea RmП G<-*ظc\і -ǵn̽}Mcl1L^ f,]4m3In>%<1Daodm&-I ڙBEoiT6T[LU¿L?$ԯ=Ka_3k[i yTJ@ٗbNKvu~A]?{4byR%EQq:{ c> Eb[ƪo0+9NV6֋^ЫVb+zt%ӑ&Pd&I8'obq+=y``9I) huFjͤtىΫnPJ@G)F?P$U AQ.RMyK#Q<tɩ'"\)Ol]X/Qi?9ِхHϔ8[}y&ukY7K`#Bׇ|s;J[.g9qe6rL5/|t'& l$5$J 3(Ue]bҺ"': -- -.v1([V ?&d5jaMh#nܡ5ɸv܎`/D A@cX+2O [x?Մ ͤV\oCc?2SyDX 5U(KHV=rnFai#y8]QE滖AbӿQq]Ԯ\yC}7xReB⩡ӐO=Ng5""]lDWct1\N\+]e5;Åڢw@ `Q# A*`Sb XWuc W`ul=X|I޻jީ;q{^lP#G3,X6*Hq-Fmy6 8*b͎ ".i<Q]R[3 :GfdIl1>I!d.juC 3 %7ϙo7AҫG4 pw\9(bg3CG|hNVisW sݨ#щqZ#i~3Œ , c'LݗކO tp"j9("GsF/#ǥ'4ghˉpfiT ZuxxX^k`06QdUJ{F'93eS׃xqY㯧]yRE~Mhy!ϻ ORzk(K5&=S80z-A7ť7evJGϙIw4!wt}ޠRX|=TQ$u3?Zji/gC~@8 &Ⱦ(VnI\ۙB2\3>x$\wvMjo)0d[xnQ$ 74PI_ Rǃ*i8 pIdUAwt%{)CL[ζk;"ޗᚿNs- oLUD|p7_%zLk,"T,䋻WI -YͿ({YĚ40$Ԧas$wG^MYg-T/tϻ(ն.߆gtS0tZw4>>g#*ErW+GlGd-qw2,e Ylv3ܪuqE(Jǂp{%@),iu + {-N<_O  z'ŋ! o?gx 4Ѣu/p$- $  HLghjD"q{kTۼh_γ8q=JJEc[1Q=EpjӲmQ+/<,mҕsMM)i ߾f@AR<ۑ3zIBM.;Ca4o$jG_3+8GdHVsqa6 `a-bA!I S p#lJ,s1tIRp_z? h"@'p./qS(&kc.1̋P墨(փy5yZgs+hp[_Q7 @|eowz}e-" j'-JؼH)xMU `V ':3w]>zԄ̫KDV7+UO#Ƨ0lqp9+E4 ❗ZY4gP RfDvWeD _e>ߌ^ !ѢLڗUf@:m}XA|z5NY`̳agUxf$HCԌcR㩧CY:-1L;+8#t@ya Q0G t"n7o 1aa`>H 3]7d#'Q*pe~(FkKSN}X 7.<; RGj^*fĴP_޶dgK Y|q,HN7*zY_\<:37xB  +~o+BEw(4;`nFd6[ *Z_&sGWcEYMn՗c[T?,THrEj&vmE=iQl ~7a_NN@W]AT`G[Ś-~~[ _P@V`=,|}(:i핽`&:#)~<P 6M7w+&Й^@& 7Nwn`ٹDq0N/f=_efp>J_)sev`)dcKa$V@-,D}{z2Nf]lPz}9;Q#uk5p|i6NZ5c3Hâ3I_[tɹ8}mKg54C M2vL[Lޟ9Ԭ4=hCM8ԚOTƁu hO36zL:h?oSq>-tÂ2Xu+g_ ` 4bͩD,ӯYJbawgh!F3 X/ M,݀2[=(>*ZJxj`R (>! CtMwn :X3n ]2Za"=5[u? s;GjGEvx~a:s@5kiDsz}{Ub cxO EB{lީ|[[vjr Yܸdŏэylg%h-D !B=cN;$}SW8WoDL?b6f?_DY&HA^hO ۅ3&EhQ<1@hQHéZp 9O3F &Ap垈}:x-E9c+`p(;D+Ί{'=H.F۾ }S":Xs\;' B(UR )wZo+g6oYrYf1§cxO`m piRwxȩV^;#"Ͷig{KHǼ-5XWZUX#/W,R]ϰ{u~8 N5ѶLq~c@:E%9ZtoZ{ ]^nBO߆8{DFyn׍bmgC)|?6]-$7ZmfV>w:Su=F~$%|-zU[uX Q@ EfW/2;c0ϛ BT(z(7bRfmV>1Cp$bRA9%3bj?Z)F*ĥZ,8޻an<4l :hM|++@%l}A0Jx5Z6aMo [3,m)lK:ƺPK6 [tԤ"xF7)fW|x |#Ce(f~k|BC$Ϟ`kzƿ$Φ";ԅ=) ;i[f;YYXߔ otIPˑ1V۝ Θaujr`iL3="k7wηq#^wC oo">>'.z?!| wˤe]%O8.ӷ=@ͨ6s<@ty;Zڷ(2$*Bӗ:ĆFƠ6cK鉡ߝ+H9! ڮթapLe;†+7uJ 2QC\WBk-C"##@&p|r>%JcU<!%pwG3G+ߑ|\? czHZD0/_˛Zʗk$/~'̵_T~E%½% GIB]]~x7ӯ d8Z׷|_ ,N%uN=B5lz957Dy؇-㿧@9 #ch ah[^$BMT4IWӶ{Gulo( Ћ J7vFԁ'+j* 1) Ps!|$4?63l$SNL( pY4p Θn@!Pao#v"hǂr6y߭95gZ;cVN.iney;E2VAEA/8*_Ψbt /}\+DL, ;jb&-}I8 tˈ9^xrޗ$ a=Kw[`3@dB_ |p!+՜x.gP{ puF3݆[5;S[qRPVJ]zɪqE! :]E6#z041AobB *,ZU8M~127ϝKI?k+%>r7n8]6ox*C}!Swʾ|& ͉67J W=EV7\.fG5z:2͗>wt)Z!V"YڤOX&de td F/3#hzo/<[Skg0ȉ6i({GY'ڕe8AO]PwbSǀSWp&1h$,HruNdgN.Ov )ړך jRJ[ZVcth!M[157.Pd'Q }09d'^BUuqx2pv*fI0Em>6sJ`⏠OF#*KSvNsau$0Zd*Nxuq+Վ]i "+ <$ЅQ`[Wk PV;?&fA,wX7V[4[ x&0MR+aVJb#3?jӝT^z~Ɵo@K > xO)=na@xwr/MkN7HwPӲ&͜$3YWĈ:*#7ѐ7JN=-ᣵ&dvs"&okP\xzڣWKB$~­u UU-28v]rF\&fX.%!ފX#5[R ]@_+"kFNUǻ]$61C*_)fU0C&Wpj|[v}[*K#9:<S1dOkx@GDD2ﷳl (8VqlPgQpԉ 0*UUxqvn5f(\:ٝ$(ψ8vum%~*l?YIڋ8%` gt)iHA@9^zP#YmFÈk7_Ϟ2m>!?8yb ~Jk< Yʛy='6^xMG['*ȊE5s|/!+;6̙;Pz|=='[%?ߚĢBCL)@a@(CoA,G=ɝ>&vA%Af$J?kmr^(qh Rf"zF3u6[8yGuY`|rD&0AZy-4dDV∑G\0&f*;+չV*LTze*Mi]m*f`Ad/D0C[6Bg>rQv) `2`%=q9Ią?k1a ?iia;MaQڧ[r񜲁[ЏolIOqCi[P[G*Qmt=1Fn/,<1; p"&jڮi5-e8W7N@CAդ }8j>c3ۥDjrsݪD^Wpcew}irzS9lvB**J;%:Ts.=C 7"5 ſ"NA)Kɖ(A ǯPQؤnzYbНEhԲcDGVZ)XEvT.G0(Pj|U_sb]2!KY9*zr٣}N 1:[rvjU 4pħH|''*g!}U@䪓Add.hGRScẹ7WrnUޥyQT H]r@If!GsL`ؘބ;)oG58x:pr3f&^f{&9DA,܇|RRAM"ˬ&uߝ2Xus c[#'G&<úz R}bƙ0{2RdCtǒR'+y[Q2 9fGށq|#>jiP\gyPz۷( ZB[BMֶ+$hy{رz"C4|7!X0ym4lprZlyv7:TyY7(LEJͮX": lBM3ҵ;هiE?kN}| pjh<|>CMs*as@I>d;8*̝C'){8~ "=33Wעx:jJd;cCam'h;7}fj=(Ȗ\fqD \XaJ1R+Ċ_]e? E}5Q]nB(/ŪuOenC@_>@=+IqS{py`٥>&tʞ3|[ds,0TkrBev3^Ak[ zXF${G.7 ccH% u E|1!$Zl?Nw1!͔N~o-ED KxRѯۻY#)Wy2HB},C:5Tky\[d n%nHOWpSL7qވE+GO=X8#} I&Iޭ/ܗ_ VZgQ*}T˭YRS׎{@2qECp~dE2+J; GD"o=Rqǁzv9ø dDqIθ:ybnwzqC@1D+]%$26B^ s 㴸#>C O qdwl[/ 8 x߮k+k1wV{cr*?CE֬CJȉ:KP.0N)ρ-$8 x X7@yTޒ(=R WfbTDw3Z,:dd!$Nom+f3G(z FxLR˚Fs߯s"GX1RqU&IV~1fOW,\J R[8qfTk1q\3S{ZYD2?CJjD |,aD0y+jil9D+)31z?Me&>L&d?_fDS)eJ_ZH6%8ɓ͢%x_e=%oLSx:]Hn]R͟6HHN;GE߇e{/t7l!G#Ĥ-1/C -iRF9mok˞#,Pe9i8RK+ͯn]B}$X;,Dh@hUʷټaf9uQArmIaѤ+!#37ˇz1)+ߝ@opoɾoSiT}ɷ@FKMg5u@@ S:"<XX` ]QZ K>yQ'dI!пyM!⒳0'6WDd.#_@{LĄS=}M:J^(̏4Τڒ 8MQL163zZfmv{x7xR2` UHy6d)vWj5$ Pejž?1 Wj9r'W8!At"&h;ۛ?W=6D-h\Dq| x=MCm@yhdПn wR@q;KFe$XHC/jxTv T'VDoV#gl3yEU޾$"ذ~@ij!߀ SHsoK z{:<04t&[ԄLOO, Z^Ayu]]ˣ8wsf1W891˕1WI T|+>h UՃ]&jme) +XVsHJ㏩JV~|,7c, )rgtV ͽx+=?E5K݃ N.`GvG{W\Ƴ^Z{NO;Kea _aaoi{s4f= u3~X7,6;ǿH"E | vƳq83EPQDzq15qÀKXI>RK2 |M :f+*cpְxHR$.򖳧=Pd(ĚHMJiLLIxdec:R_1n!"7WkB$'g]Z;n߸,J,?ɬh䨴m,[8NΒ cxc] \aXްc"hU*Bf4L'.9035Ⱦ\;QI˔> ߲6qk`"yª_a+sTߑV=v=8h=E>ٞ+`9}Z ^|T,e%[6m!ܨj`ڤaO৻>j]lUkrb"(l ZT%P`NC=)ۿ(u W*U)ߢ-f12,D%#2Cס=ӈ}B) Y$ 4sD.ľݰ@m{H|bpµx[CM\O2~Ut/Vז-SC;.f¥ u^*pm߫\>X7q1h9h2|![4@[qK}NlMvgM?UJ1r<Dn`w f;恜{}ujylٻ0S( 'GfwR KVeJW3h3PP!j`K(9vlCrvO*l c!(g.>Ѱ]AqwBOLK>T#á5)A:,~o ?k^1q /epghZٟl'կO%A/TY%+=D*C%ee&g܁c9o5Ubx ;3#\*J/Ra֐rm{^cr/]LŻ`V3-bc}Tq=gdxirr(G.06=xۅqN9VacѤҮAS'wc-ZPK|w>$&Ȝ'O^]r`E?*b1h ͘%mvQhˆ =2.7yOV#Z!XzOZ/|HBw_!cv5 inOqT%"ѝ4= Pµ!p*<'R_cMw_)Vz[0谲FAS!!x12@ٝ$ [5&yO??]QQ|z[>i37'ļu&838P.c1i|@豵Oe\+AO]Vfrh/ۗGBl/ m a_xyӞEFQr>#nk+Ԫza#w/X AhƀLj1xm9<:L@H rCylٸ01{OcK6h7@_`څf(-zFHjf ڻ+Oƥ؅=mIo2֛*˥P55o;䖈,۷bA[!Hc,cgof; 7ڙT!ӓ{ҔrD&5c.$ H* DZ&ޡNRqb˵5kBg+݇|Uy+ ’̃"БuΘ#ó`8 Wh~D=Atd < {<w0%ʈ5ȸqKN+b2=]J#kzBocБӮ!|uꤩ;Ì,Tqs$THt>[r^IqaPPΛӂAGZZnٛLo5+MJDV/tSΈT\Bϙ##bK%b'pezȷ}Hh!d#N[UyDugB Yj ?+8!tziifm$'0Gd28ϑAK`c/.m?2z]_JQKN *J>q/J;POn^kU5?a襨F](mzW5rWlu4ir)"EZ`)gqH}/٪;LI@6A8ƫ6oey#GC|h%  /S83>OFudA*)%t\~U&[ Oal;?u,-HKR S:_Y.a9RLBNY\pa+(]BNƚ:< ^DuX;|1W͉I|)dV"I)u墨qGotC0>)ɷʩ)ۋ2;ꮍQVjowүjdDX1$z# mMֆT/wZZ\*G5 ?Ujvz#0nniWpu vf fVꭔLA!o3khVPu{nD=^O=7,QpHɗxU.* {n! 8L/'p7Af؈jzd 'kL7V#&VRҚhQSmD"ɤ=;KKl<$~o2Vb XoLL-xk/RC.G0L 8ڥw׬=|k/{~~d6]IT79ζ;2*prriAuQ+Kj)/4#&[ph$Ddi=%}(pq]`llj'cU`mB/=uVzc-6C$ax³2B9zFN>v ̾OKmËGĜzE7\7lK-#QO;߻.h4Ԙ}㖺[IZb)%7* 6:ķHwkyl]I\K?Ė hsjW\'𔠢qxU$. ͎h*vmp 7eX>fMEq$tYŀ%U3~`,6@2_wШ]Đ7jk˄lOW@7=4JdS2%u`-ìi0[ᗄw>1hI1Ͷ'y'B"|6.Yy_& \k|OzEپ7P2蚵\"76 ޤMŸ{;W9%؟F߰V煶f 4LU) 0"-7f Z7Heqtig4~ 4YP꠮.9 ՟Q]_Mb v(313"mEĽ P e4rGTJil|;%l4E!~)Ak1+)4aPI*wZIÑgi@' h?XƒB]V]fgQ'(# E iPuiSCfq t rzmu'e gqD8Pcr~l,,]/Tq6xV_M{W?O 煸[0 FV $KϤk]g&[:~N~YV)¸|2n# s衿gtҫi403z"I]Ic"d#5FA G_ֳF+#ж ;%H3@B!gwNVc?c% [s7]r吝6r }k^c՟h s2 GE]ڹ\>  ZxtIxN\xe"Z[\N5@?Z0tYxpjh4#~:{EB}_dSebӂmL gN*O.mP;D$+0\}7$܁Vtn=o5ӠB D &_=A 5/[i8\e--g-4OZÂ"m&Qʦ|]u!%2㕙 v;Z ys(0nךd9f `?>v|aUAw%Ty `cޕzvЂǒ,8"uwjY*ee8>Ti"= pqH"`U,-&H }wי ^=J>1]!0_E! nbҤ㬂.q?=K @Ezb~J' ?sMKik@(!_tdZF-)*P EGlqЁmt36>cqǫq8E ,(tѦe-=Xo>_GOol=(mót|})2ȋ"(#qVߞs@ry)R `b^Vp6gn/O_#k!cDVI:r_>d|c|$*i]!t PK\}2Wd"ߦ+< !.Z]&Z1I[!d dT3H̢=*@Zq[ED_ ;/_0\[6#:piÂR[?]$gcǮIax`N Կ8B PԄnCH>ѐ+7)ATnTTk}#L"I oX``haXZCy \ǵc[._*Wt(NԡL{>EmDX- <-9J{4:]Z3p s:zO@^LTuCO=rq{l|8<*&1— ?(,Sa-̰kjLdCTT#bYĝK9i|CZ8D΢լ:ZvnjRM|={$r4"JuXJMM-p v9#\b-SO #@t "6ئl(UԊHfy 0 d#xLnjzTa?J>uDR_Gy3bwV|`P,ֱLŞ wrf fkkqNuqv <~]׾]XD*T6p;T/\* cIhh4foj"Ȭ_6 *S ~Z#}x5qQύU7GÌHcS`.ċ-pTJ\?S Of3+ ymfɐ^tA!FֹK+ if)9@/?VC& ` #Fezlȹ;7zq!C+0roQ$&iuG w{!V,$| yYviFiv=?1[K5.K3Er7'3KRm7V*`x ϸ'rOx$zI.}ƂcnSqmi8PgO4҈ypfGvX8^fKCߨXE? lő ^+ÉeIn1OEڡga +G'o%]_b!Ʒ鄡P5+`2Q+2}0om]4LݫQDHl{:r_[ x$[I&UvRYi&}լ`وĎ;d[{eLڼILB@QD^+"va\tZN U<.k\{u؎|hl a>lPJ@^ouwkJ9xm:0EZbetk?j\_TjDV7S_.U' ӊ;0FVNEFJ/[^3c0u덡u;} nJh߻P4bcEXG&шQ T{tcy$R~?$ Nw79 hv}v!U#( py+u'#Ƌ_$dx8j8C6 ]ȏ>}_B>% U9H>0 fDޙ (G]bqQm?4WWf9>YahRmUeljz{I77,Y/%Aib0bJD# u9nмPG@4 y?:]$iq5#Cf{hO;:;?敎+I#{<uY!RNhS\SSߢ.boڕf3,DB» 0iKɍB}؟}L߂v&؂19-@rH\~ͧ}naisb޸CAe{~`X@-aOFҙ{HaBZl4ZGb@'&\.ӓr}p Υ_ʪo`3Sg1)?y{H&ѽMݸ%WfiVVk4qz)#>-d?[OøYI !p519s_F'&<#l,~1gvqNkX(">X8RmouK Bӳq/`fF{ְ_PbB>sL.M]J,9 _Y=?`Z ^fXAn!|AT,P`_M9)lLx+@Lm13Mq1 M&mݩT̃[(qCʠ&%[0MBɑGs9).HᆃK^%    bl;Y823??dَ f\Hz^J9b*uG8S :phIHsx'W=A Ow?@5 .F3(yj0a%z$"E$rr+F>Q3`e,7Xi%eSЇ"-Z~ۥ$̐ f/q #iܣA5W)b |sj-QmFwcR=k99i"Ӧ' K}{a ?[^Csn- >NWCPЃ1!^ hU8rg6\?1[%a? *@O\A&:ՙcJ-f~.lQoy7f1TiظY7.@?N(F$fƓԯVq*&3LU,P} Qg,HXwFSiT]UvSih7\}RijK^Qq_/omg9(W C']lʏ*$K6OJa@eAU&(v^XG i3Ryd ]T)= tw})"Y^>dV-kiX!`@ʲmV2S^bIyxA!s@ ^wFiԯL/R3 k4yHǬOj0q, ]O&׹ih . 9kj:2xv}A@鈠pVN ї:C.6YKg"'ּj P#qB~VKbDdю)=WN'j JyY_ȰR_I)#C8Y:T-y%Ԯ,GҔ.5DRM_ p0r.fUE-άka ;{vq1Wj:Lrnrт!w˼>R30OQ1]+윚8<[ 1t +Ff*'@;HR%.!Zp2*P8Iup_%gXmO *o/; A8y.@~%ew+ xP{.&`S@򡰥C 8NWlY.IJ Tmc؍̓SIQfSP5|v.AQXfE_X cKH'8L;?}/)e/.rD-`ȟ!4ʔ.tԃQj1ʵBҏCn,߅FVѳ\8R9ܔ_n&4I:oKS6M}>ݜ-w9/^1Cbh ۱; qN:ҳi=:Ul4ǠZ>i.-,iw}xٕPpSHI:DVkGbz#b&k;k ,ADNbf 9J a%_:6bx%#ه%d]`N:t8ׁzHb$B>ˁyBՕ݆@tĆdwaiViCR>?jwg9Vj ?}{rPAWew?>.y\F%BJ@ +?J{dw܄ bĹ"!nkyZtw-LHlg㢒`~ DܯC#&AuVCT9 :`(da(l|ŵHBtJqRW &'# <\<%Srq$ͮT¥Bkt^g-]bm Nx>GcW:} _z&(22='qvW+]Q{OMϡZ4Uֺoz)&(N8s2G9e4b 7GY4¦Ψ 7MG3ͥր[|{/^Aj$0߀93Z0 VB Zޙ{ă\kiZ c$dTP3$DULhTM f|V"WbuiL&T2ʼn|=ϒH̱;߈ TՆ;(B):$=ر[r^(V l"rPeÌ:X2f#jzNb+zY{?pg0Ty rH4}aHm!:dٵ/~) E5ƷPz/)ABtG˿\!r%{} mZj퐃d:߰;YP) [@І  X$ŐF%qcqk /!t@kΙf9_W6|U@u襥@Tg墲2Z*ëF#@z;U2!ePD`rapS⸇DJır5Q #pg q2MRJ{wow}qL[RpdS6*ubqJ:E78-v[x1+.C6Ͱ׈D 6U?$j\&>IY >r[Lg$vv .k}`B7bP ,7< N?G̙JϜdg?>Kd8v YӅSC,)j I A@d[/!+DbX^"9 TZ!Upz& NSW=q/%%Q0HXb,Y1PHFrz桀I_/҂;G7ܜíՠ6Crʛ_EӤ {xͪoJ-4*X8dAоPGX-}ٔ"b>=z93NkR !* :b>2ךEbvJݝz%HgMw T$<:[ |pn8ǂ(*OL2tI pJDn#1Rʲ&;./1Ei Ee9!PM&،pD% .5&n zEJWg:}@btE 1T/ liCǏuL: MK??ٶ#tCkn; j[1;ڹYVfY扂M~6\v0St &* b&1^}~ܕ|Nαhuw FTء`[Rdp.C.@cxE1KCRNceòoMIXIt*vlTH5zQV}Evje>5.Ԩk2 UdGU_Y(m5iS"0ܻjޥ+h ]l~'ѕF׷2gyoIOk$Tjcig$* ukVq =Xw ڨv)?apF-n췶lHXٌ~ҵЯ˧E.O9!yX@H=Z/ Gz 鲐Q,oryY鈓iz[uYQqPHI6 )rx^wPgֳ7I.!Eʴ^+ƍ uB4#~w@Y]y_=ׯ zO|)u¤}oƦ"t{'vZhm告=4s F59IlN&Á@b&v,<}2r_Mu)D 7<^q|+E@zY{Wa,;yl-URť>{[y?V6v  E2b{nTKK6E#(}usL@'|؟$ؤ$M虹e0$`Ԍ(u"dEwIpl[|ꖹ^18A}8CLL,CoiȲ2Q\E }D:A 1GA@*}bw$^ܻQ14 Ne|gc'wOn&|e^%m+t[HO)#a.)dH㘦h}=3$ h%z-$-S\mcꉬ 0EQ7{oBK&}d$iIm h\3Τn:pXj}>IĦRQ&!K['jyF]yU#z/ گu=Ԉ=gNk IqH:짧|TVAz K 4=*-Hz/Nk3w7sdƾh_5.^QX_fq5"ahX0ֱłV.yg Fh hɁ'v NM%QJg{7g$u#Yf YW螭#b Bd7S2p?3dDcgD`QuOOZ\$妦^~:ejbQ2,WIg1çZ(SH=Vdyew.*j[X -Ӱhg׭LjW؇QQ:#Xf\ lg%iG`dR;]*,QTQ#8jG=.hBa\vVZ<g6K%#X5éV{J[Dwsp8A A5-!Qt_#j'!l=s?fω L8^)xd1(&mW]:XQ06)k\O:qqsEN:lDP~=F:C)Md%+e(QzrRד[3yWO*^R9fRO5lukDQ]8hv[iv1@RװF4C{E$0p"7PmBu`dǐ4ͻ'),pU;3d۫/E,0>!OK`QE UTn捤\IkEJR M$DKlG{M3<} ̀j2C Z>[2S}DY|u1 Jl29NzhN1*ٽ>#5ɮ*n,yÐc0+db;V0 q-+հD.%W 0GD˒Ur#xJb~Q`$.~!ИM_9]DR[U 4 t/X]H>ઐH|FKVA0@L:U%Jb;x3$>e_ȔIrnz^x}ݍcQb/[[AVZ$ ׎r&IfAFV7pen@^cN8v(l_֓s{[S׶3pZ 1#xvB[n#a['7@0zD8c!->>I{!4.Z~pܑ2SoRV,;Ml(tcGxzJ vN@U磓r&]V}((6'm{PL9P?]~*5cO-p.k9SEm}MhɟkAxF1NT_WJKegAW_#C؞꥓ڃZX,⃦vpdNGdTNɭ\4#5KciOF гF4JiCn\Zc:ˣM+U#/- ( X, qq%4._W +D؎"zb=\&SPE1T?Hh,4%KQS8h`T/dn=sJpg$'`+-ۺTb&e)jkF6kp6!n:Ew;LzM:|h@a9,FgO\oB(9d2ۺͺU֓YhA"(v`u+Ɇ> yr,p$} 4W8ʿ,n>pO7ܽDQ-!HT HmӖTV2H[~GpJ~>7I`eSbPdvW9#7z ѣ>T*(>)_Ϟi0I\}O ,\v_\lҦDrcضjk F{HS|Sḩc 'uuOg)! 1VvdhA6"4cε;g`H3 uLVZ =K9,#=F٣YVeFX ܗ\T\~E?/dulC\ _vJOS#AӤn [Zނol?O(QWg,7V*@[+" Ĺm+ m/+*2lhpߞ mK` 8}nIJ hÀCF9O߼#ο =ND1 }_׏cn|5hgQ'@l=b'uU.3-&Y[euT/ 1N׬A5p2O֙|r ^GxGxFCKy:c'`$rw(&AzJ" v`YWuoR(I_W{}Qw ]˪+[y3\%Je6QfhR3Mި#t$^W7)+UkCZjzd m/v/ǫf4 mc)Q>w7/>f?A ̆BȄo D:I%TeegؙЗݬ/ X\V[rAN]jŬu([p>88D8Jz,9I45"iaא)}@ҥXU*]RCȳqȨSޅ´ mmԼ>NG׻{*s'L|;B5ZC k=rظoC'UpM_+]T Vςe$]d0!l%V|AŴ_ "ܐ[՜_aF-pg*gWIL}=RJceu83hun@֕/ ;tk0GcSA){5*S},2,oxڕo ʚiwͣma2R++~Ɏ"mqO%jL̖{WO#2dUI:TL2|ʯ@BS! ʷ+|ɡE܉%0jl\9y|>YyS⊩C*Z,1Lf[_ZX=%_Y̬hn+R%]J#;j|a[fntg3q* J~(u)Q0V5tevjYG93-?bH+) )u{mmN] SaNJ 帔Yue|v-+'x s\A 6n}|ۨH~H>/ X"HN-7W/B"􀲲x|J W#9:^ D򇒑2 Q7"︆ap rפuU="E|&klP J7 ;Z4R;l%lDRG |)}Ǻ o}n3-rْ_tM"S InFv"ԯ|-mS#&y}X3#Q&tp:|MIQ2ۡHvY2h5wfJ`n\)-q"Gbryy^0u6 %x>G6/T^p.Tm:8ubsR̖ހ+ӗL>#D ݗ3kAEx繷aT X9D=j;I(NfʍuK&ՠ0 Jc VI<9U1xh&w^xԸh07=@dv3-PXBƮJY_IZwNQHkkji@BHڅg@(:"Y; Oen,HƇR ,Ս<ӏGWcK*RiDu<3A5V3,Y%J#G*\KG9|OYkdg-;5(Sv`SRw~̙`Hu$s2/$;M@{xwjя*\gRДSLP7|q_] [DBM#B~TElm!%sEhnB 𥉤Ꝡ@W?".AsMOm,.HI_6<뷱Znw@!PE}V;1W̹>>J`T$BdO[+DL{䏊ޘO_e#^GxaC'AqKjJڿKOMoN?Q9=j{M]<6*m4}uj'CDŽ=^8բu95EĞϯ-Ms%8׊AlLTv`% f 8wrG <1r8b7ii)sʚJO[ҶybVqMzeUw#$J{"ݖlTmP[f [w'BZcɾN4^;ZZbۨ"*ުvbD`"wD"B=/ӴN'dxM෶ˈD`On׹Щ*86sCj{;̩~_lN/~,$d ͟neuAւ_ujEjk8< B{?6]WAD@@{-35ի 1 [:z[,_3 AM [[9EPe D]5Ťm;ukRXZi@,tFeĿG.B~&ea)ݜ׺σj.{JN@f S԰Lb_^*{HAgU[;4")wcpzwb z"݈5a#by>Bc{ q#^qoQ/hf^n ӟU}!%Uݭ&70^ >:p,Jˀw7b*ұtX(kg7kctѿp_2HMY^^>I!q+i_Nv q+p#;QT*}pzj>9gɽѣ&Z=Ċ(I?O1Yא<7|B}n+m~ UCiɥI>2N}q!XzΘMK_( LNS#֛{=YWSweoM !Y!+%i3"y6>MXfM+\(2:L0G>&.Ug(]}c~*BYuގ%¾*|B}/=WYCFEJA΂. CaϿ|q,v]GMI5~ZF !Y5$ g[+uYZx5}5L[}NuFxDA$ia PZ亼. A,X/!e7x5 %h(Es@O ؇Ӣk?7?tР)bw]b5mr|*0%f'ծ9lS)ceo,PMM osA Ł~\2=Ydw<7tΎHX(Ľi7%\qطEI` ͑Hyi%ɤRS6K0(߮do$kmRvp,!=̊Tͩ\qK'G2"̼&;2Dme)}PqQf"*X:RkzF=`~,{]ùUƀjGBm?8k=Քr5S*NxzFȳHV}@1dvfpP%uDcElk[H`M ZV|翙w aN2rqk:w͢]VPHCU+ߺ[LNЀPցavqMg~Sצ^=ب1Dgmwu#!/,CS1)Cm)K7Y(\,d*),Υz[rJ۶{bA]FF m䖇y#,1kMʣ[|xƬbbe(Q[İ%)nBi s|Yjee޲go!9>-@n1zzƈ6wuM;ʵL[( oD遫8upl );x3ghB]CBW>?8;'yͫa6,ڠ:WL#ͳ~ݥĠ$ Am7s镼5knP<1"66w2ӃIV"KM+zzb> TG5(g(D\ml!Z5`!(aHn xt?<5 02x%7-h3wQ&,nۈtF5VNYsCM/H_=?`Ֆ^sWs'X`i(#\+ wF+E;J"UɛRȾ0HywBw%Ba){:l˥"eB! xvq]nS4|DzR(2<+֜5&=woǛ)r1Åp`uVg$C&\W 6 =IweT4n'Z ,CI3rVa%QI 4y`s{b3XL,"!Jְ*9}0>R!/$LF|`e=KeDpnbGB,Ţ"njG M)JH=:ӯȄ>Nu8ڳ*%NSpw5@*9o73K 5F:yȦդ1Bؠe5ge,ߑOkpb Gڪ"8I*JK1ce\9lH{&;^(6u%_/h`9i! `4VlG6M۵/4M|QZX%N%3IISoo5"k_v(S­PBndRߡ/@F^$hiK7]#Һ>w^Nr(@/k.kҬtO t CQ );5(xBX<Qag)qnrzZsG0~٥_LsUt^brALBω6E+ȣdiL[ UoD0qQ&~\A/e6Mf}69р"wk8Gq=ձj #4Ȩ?&&Aݷ7%#@5UL7/8SZHY( s3{Soڴsg)7Cpzk6@ՔsB@*wCfD MjzH+Ņ~rۘ(7QR-{*)S!OQ<ˁ0"iO[J2iѝ-> c@$E7ƂJ!v.}SRz#O nm2wߋVHZ=E#2dz’ʦHֵH@[5Wn8o̸i⾒eB8A4Nö<2Ht~g _6RFV%QΟ2~Wnl 0p&̹hh8ČzHN.!KNw(wpRӗHbys@]Z+U@9ĩPtma*Q $VTJul) =)?! 2o5bMlM "nĜG}'%m>b[ʓH_l:}2Jl15.ҙ5P87CR,0>{o@IHw zðMP4MLhBF,Cgigg~0˚MF DOjAyB/GS&̌د}Cs|!鑱gfTC2)(8)%U{ͤjadDsL="#ݎH,%NxUvg]_n.Ԋhc^ٞ 7b3X̴6Rc1G`HF\VUlWd`rERtu@ȣ;@M4!-O^a,> +ԝi'|#cEnģsCf7px6CI~%4+'ho됭ۢc2UKI$sz kKA{l¬7q_Lw.J2^JL }cEX Aj9pP~J OkOPj8M3+|DXqq8(^AxMh6}qU<0txʁ^':x|W\$GnCHk.I+ "gE@y+yf|RW7It61x.npz/@]3bq/e?)wk&{A퀉)f GKJ/^097"8d5nGէ%3N'$g# u2I)}1z395$`C~2Yco]԰#Q?R9L"6uDŃGba~}Bj?tPkQVیnal|n}O??k^ŵWq0hUBj1%dCyNeC2Db2<[Da<>$1{TN)ٟ&Y}\0(L} v4j _ܓpNo 4asAkKe2͡uA~bSP)qI^d'Gh>Z3jrAE~\䶻{m"l%Z (*6oMs߃`ƌm`} e0'TuX|l!}؎,77Dj=${f')y ױ iRA?8IvegH:=$$ P5U0D6-sn-KOiQQ/)\C~X7]ljuhtC@*vL@&&0,HXjQq00]~Ixnߠ:sG.j쟛bCo|)zxhIeu5DIOL.u9'hD V*9=2+6x0XF5o89î{? WpDx쾬-x8a,M"Wč(E-}]*_v , = %]Y%,=s;Α{"͜Z>'Wå.qŦ)C0HfXcGwPѢٷfSoeF>@+V:'/Lv_bFzroNvf qc]%KR"bR |j=?3 a lSE7+ SM_F4q[oIiQcR[z-Y k^zD6J|> }uP~z q%DW%E]c. -ڐ̑,"e8&ђa#;pKU E+r)H;]3)g@D\hw\}% Q)-;mv,b{(ZW{@TG]f 5ZwOV5}+loֽ7% =Eç"KJA oz@6{5XσC" fxf#c9-hgX8x Fuf{>x@2$ߐ=њe4`JbMK6X8d<6MxNF ΅:: ?,~\xh:>'\ړ.2밈a[<$Xtk S{C3 ! ^\]kݼI*Z\ +UG=k89qz#hnN{:rjm;ېrYrv0t l9* qs|#G?_W)3uy*ƍa`x\=F2o #/{&E Ȕs!P_ `{菸W3DBڽw4m{)w۔ccmZ|j)&)ſ w=ï0A/VGμTpt3ޝ'l \[XmɎG=ƹ>6t%S$9hl!VM^qe5sQ}'zDQ#В(Q%?[Ww;xA5*.'M )Nu^#?V|!|3*Ar8'&xrxL̖/aT@O "I.\Ch@UIJ!LG./͓e l ^b4Ve1 K +Hl׹*8Nz^X;Q qoj[u)suyu-%ܝ礅MBS( NsJ|`aglM%f_Zӫqf^hS^D4dodGfgDqk4BQ8}xX/pu-(wZkԤmH/^e|B\=9V$8Gc2:)iCu|[6}晲c #6n00LY:9' : A\h‚^ڎ|`2!~V`)(93#GYlҙE/)YV/*w 7 KSEMs_/Ε{^iY Ӕ*.'s%*D|+QZ4}gsXh^yDNIb8m{;~EX, DI 4/ >mw4BYSJGZ/N+ n*VӥlarU 45J-TǢC5+*/!6v? B%i xWNqJ>o.eOZ~U|yd?|uȻ5X[ @:BLͥ2Q`GssXPzY@zS)?-Cnyt'U %T։D-贲tϻP;ff(o^VBH.H My}q௏8[RUׅ3 hרc)#Xή]')joER5m ^_h;~b,|XvR~]}6}ce j-Mjp2~D6ڻ0VvaX,xxUQeN. 2SQ/To<1 dzٻ'K$'bd܀Ye0!'?}KEou3cXĖ>}(GKƃ+E4V;:=\(8U?fY^m"ka7^<y*G FtlX@'XW*?zddj Vz&^^RH-)]IBO&z3ŤTizn:W*h0J׆C1lBa0w^0PWޅckzD 1!SXN',r+v")*vafފ ~l;Ofgه}Tf~X]4?gЇa}L*3 &v&i|z.SiޏGZ]ɺcLݤՙjč\)V?HT[VXeдMClIZYbt^ڨMubNJo̐g3>ji3ˎh&wLP0W!np xlYu`Kzd ?W9j>⃳tt]j-ME0̛zǺNnc#@va|)^JsDL O$7bw:B\aHG W8BYx?C ~0esa+)NqRI(//;7tӄ!xP,_^"D]֔0HAF H<ϥmQ*IKdS#3!eROclZ^\h/OIK+c!XёQ4L~05nj[ζyXd-gqq9mfPߗb3Y&}˭cGu#wFPDa`c9k>u1w_yC ,?r5{[KU .M|LA`M2k+aTU,Abt{ByP Xm֚f:L_ᆡ_]g ]E( ;6cWOuw70vWKPJBq2xхgԚov?ՌZ]$kŰs+jGxT4& B^VI}([C;q=jii9%}! eI'S l2ŭBU k;؞e!g;9/bE^7u5=&b1?.=C7\w[H+kT6+ 4T9V5ޝZԜPlbMke1ac5Jdp%DB`c@"Ԡ Ru"oR$p&s:/:'.G]}Va&A0mn!t6_0`gCA #2}4jWkY?bMnV8xu#^L}ɖfВjl{Qx6'BP / qU=$к3>aYA_K1^͢KP;f<5':Xx5 lSmR XIu|w4IjێZ'84LثrpZjgeVzTyʏI&!(XfPXqXjW&#L~H=,O/ͺ]0&@2LwaEE, Swr`5WAt*R6Xjs@puarm/`*Gr< *.TNG40yl iPg$ID^j+8H³B&OԗLSCps-*Mp1s?ڶcIGmr7Um5bG[W1ޓe2sk`M{Đ}j77[ %6{uAԱ51Fn$j:ymE1J#2&`ar_,TVZM?rs3Y:_]!dMs(n4*6hR^[cOV\+ 2S7ݨp(ؼb*Iw={+=_7c.*ሑ٘Zpڕ]%>!ۊ;%T-d0uFɸBT|gx^s&2ǃm].lV"/M Ah%y843a=Z h-]JqL t &%&:զ jRc:VWD9cc=npyr*Um{Z$q9]jt}pʥ\5@0Їjg1 ʴ(=Hdv-gM׃d*ʝ}Cnx`A$<7מDGWA&Պ9xg$ߏ@ 794ſ ZZ3gN;{`ljL _C6s;$%݀\}J-i|;G d nu&')\ueXW~ctIW;!*EWEIZ8Y K+,.P<yqvV1G*3hxȁ4/b ξ=So`[zH+vL"1XVūqug^@vҊ݆.2Kݾ.餲3-*U %}+Ԧb=W.\j{`}X:mlAhc $,0vj廠x,ȕQhF Ae8%| d]:SgGvuRtw95zLآ4]o0TTv0bGq2 sTJVEM25|f]Tĺ@WŐ3 /u/X͊Q}?jh\zwBj]: +ssi?r 7D\/ TAQv* N|E_ܹ F-Jm\·mvd*oS:3ULc-I"4f1Dazedjj*<6]sDJ՟N IzS>-`R9lRFe /aZ 8JG+:LԶsҾ?ևc˺|d:$T⎆"> Y5ێMIliZdJ4g!wG0 J$})\% {HƠln^ Puz;H3h%+ uut8*\ s`̠$oF&,&>s%K ׉T0 AW H] i@!:f0x #qyLcƻ uX!uIޣ[6ùףtW>O /o-̐RGKQvf&1 Μ'4Z?59 s@P WYyi0˯ ƌ%hncEɴ&\7QS4m)DByMa:Q~xSD3tlkP?Gsp2g.XN=i_⚗LRZ3`?;iI6]zW_`'(S_{}[σi]J0)켂v #HMvVtA@slD4uC^ߛ ~B74Kћ`#\E t5qh|.a0@ Y@ԋ781&t]lN#}LmmP5: "<+InJ j宥:8EђCx? &jE^8ɵAMZ>gamE DZ .Sy ś`bIBv'TM=|—a|Q6"vKҲAmgg4(p^Cz[ ۧ{`=E>zjBpt Zo~tl( O G{*ۺlG~/SSEp2WES!)M=x{ɬ462L?I"A)6Z|!ƂI5n j`" ͎az F(]-#pp UBBf:b"k3=pifKܴ>D ٱi'圆R_g 8A+:.zP>d HaO#Eq VFdpG2C -t? eSWpx {b0N2i lI+ mj9߼֨vÿ1\4%s3<Je:淮kV{:*ȰĬ Phz Od sꦣ|9ح~8! Z`o!LvbE;6&?2B5E`Bm[&v.B9Xŋ:=p泏XJA}"o~>@$4D7B񛘭UCꐞ,1qN78t9%94y6wQ9(ڲKuIs7HLI΃׮%H˭ǔc\\ sT<4kS14D/`S#*k4 d pv5[ R/($͚Q#V5 AU-Z*]R|Md0UQ 8KjsfkO{N(vr %zZ5&3w[i0٣*I]Cd5/z@݉ 4\gTr3l5bt溩ẖdz@vuϧPq@p$_qT.Ba8b5Nw@wk{'{$<KOB(U ɉ7Ws@NeBz,5wrB-S m/ݷ[?,8'Ap-WW}h ~mɇ r+a qbjS c|4}V7'*=nZuǺB'j[ {4@nx\X~yspTZ1->Q2!jKB֐֬U÷"ةVBZ`ۻY"sHaVT2rdӱ/P>1a$`߈tҕ>[Z8jᮒλ+-ّ2 [C|$_DK~31I:SD~"qrk*ЅI .3]8e}3(7*ժ:g:..B=O3la]QӺLGqVvҧs@MfYA gFh^vȝP"A݊ؗkv#;vh 'ב?j*P oj(tnU; Ag e [0rۊHA(׹'i@ټC/;R?GeQ|S uT9ZZ'E J?:Lek{9NA8kӵUڀCQ 5FUVQql]Gج8`CSFyG9N.d r ܻK0IVE ^lխACP֭#Ӎ@"n87/< Թ H a ~FbAh[ѫwjUa ٙjXٓ_{\롙Lo;ZW ܲ됚f+OCŌX$q [%(4,'v˜-KTܦ:F\G8 Q7-p=NuS=j =ר9{;=7ؗ| E{$Ue;5=3 $g(fHGp*¨QJ[vMB) UzIXew#ƛbZs[W?z rDDPCF{[y! 2yRX.Q*r\`IB3jӤ4ÏK,iNxۋqGŀLP`^u>0)™PPgMX9vYc]*LSVQx)\[T h}V&^Ұh}nV>?^2 4 @}U]Y#7uv|d ѽpRzkM*ZХ}gz #*bg2o k/X^1t\J%!J=j4dˬ`'Q`cc>ħS ᩲvy;㳢s$3`"8)$&_m~}=P@s(q_6Ŋ-{Ac,M<2߁1TA/2~]&?Б8ABb.1yYWVElN셗h@ g뿘OٵDtN) #Fь9xY|WX_Kچ!8|x Я6/[]Dv Lk$ѶCS+0!*P3h|j-?'ĪbFuEmb*`& Z9 4V+At^iKxe";zRV4:|ay0b` Yog'u q yJxyJ$[V¥g.l˱NP~UwlPcQm"kXվں .,-稾">E#:&pt^T ''_LR)XKբ35?^Hq_ҰՅx$=#q_B+-Ss5z`Bd [.2g;"j&;c) Å`u( d2lc ?Xrf XJL.x>n"6$r uKx3fS%0I n-Z#Kғ1UqQeEV6H'֗LJrk !ݻ:x}J|Ɯ 7;:'{d5%{VXB$:: 9tїih{&Q6^_v8*6aTDe@%ۗ F?}*Pe?pKhMpܤ&g{f_Na[1S3Q8%MJ$h=q5|CS~rGTMAL΂zI[U7lNKv^P7=")cM7Q`u+l 8ľjfZg7'eG7 % h]JB %rOdg19ČMJuf(4 #_c}OZ#@V}Fx&!9=55pVr?VU$:O| "{Y/8A~wҮ TO 6iK~l߬]<C:U߇HUj;HbWD2PS UC$9H} EY _laz9Ţ$,%tҮY!sa0pYo1 akbع=[fq)#:͞fUz l ?hchUK5FqW:֟u:@;t۶K'6-sV]-K feO^C]To9Gf kƨtE._|zy:LH/U eDӵ6oGU&O(#O.YE0)B5 )I;h>}qCt3"G[AݵN\tt Vcyk8dg#Ħ7%MJ!ݫv2N˫@Di} {-dO CzDd7f"<`=njMxRgM!(av A]5(I' Cy5PWa]q(m!c2*RRZ-iVGE7ׅ1gڀo*V$-M|yͥUv "j`Y[zt@9.\-P3u;x4ׯ̺D I~XR Uy xwM. -}Bȃba*,@aCUXt[nu7ٹaV KORrJdY?(=J/Ehdپ P&[h4TJLA?/ΖP1NJ Dɗ_R mQ/-RQ*DVJ1)k} dEv1a|n@XAK̛pۤ3^cHȬ3rb~QpijdW^vkc~P@Uw~,zhSdsd"UkM N~5BdF|YJ.JŸ\X f ,x['V\F PZ:ȫsnMWA`@D߳V3&&Ha!?17D vf4LyE]D4I Qg3;\Ԥk8_}kpRBmKz_Np%y R#0dRw?{PlFo5`+p>_wO4^LfȨl% ।AٙCN͊QmL=s aMaȋj+Q03{~G^>35K*Uufsk4û3L_ymۀ  ?Ġ,NJA7.t0T)5_I& a 7K(-ޥhY?\Rf:/0vuhƗ͝:ɢ`L`]@% UJ=?(h2 ؍ ِ8j[;A>=)Aw:уQ$55o鞑Я_ B'1oD-- 'lîiGI3E$]e0="lF0bޅ/nJ8y^(7<co>~Ձ~@;\cmyxrRg/= m!n ? }*+ !;\2=Q' A}ɔVUҏuOcRޤS$FaHv4G ;n7!-z&(r5ϩ'(&c{L[zm&zqa(mS夙SN,X.~z+z}"2t%%j(ѐj$sN]Prj*w8?y d!Wa*}6I)0M!֌w6o8>mhU0_.zfҐH(.H9 6M^1T~Hm =Y٩ޑ29a w%ekmz]@ʥ_>}@Ž۠WG?@0&QnT<^KB Cvr#VA?lsV}n\VWr27 ]PyVKԲ@ p_mv|6?,hCQ0{_^nWpR4n`3;f"c\p+dU_zH1\ tQՁ HAV]L _GJR^=j~>i[ !5Q?,z{qlQޑ=BAw^^G0 "X.RW {>Ǒ~Y8R,_4:ŖUې0z*4?a>H\nZVE ;O%@ƉuT-ⶃ%s%n' Κ԰0*tmC^Hw}ou#"y)}B*F;K<NQ sQ_#uEίD]"=s5)aV&n`vﺤmΚ^DLC_@)?'T;Jx?41砼<(v ^zWheWtm<.)>㐅F ൩\a)iQ]K2tFRAB/bɩRɜ afqGr֔LLּa|NjC8ّOGc|h*\)65{ۼnPPe:y0V٤܅}l2 yȱG>X}y!b i 8aQVVY(;/4oTɰqARx!-o緐*8r =Uv>*zY)w s-H`6`H $\ COwd3\`?Cqx3Cc\{I tbM,*ڊCO䏊4apoCl9Rde 52c&WgWb;XK? 5ѤBgt\156cij|T+ Z\klO>!ˣSxSe,~t džXWEb^c#{N{\& Om5N/. rywC q^#1y {Sc2cD'Q]юz;"TH z-re:g*Î7Ra9)vw/q1ygqta_q$ΊR䢅猋ŦN5yX4_L+ֳehBApWJ ×\VWA g5p'Oȍ5N;Yb> ^ mjAhrLq=P2K):>i4O3Q)jz5ճS nسeUd$9֟#6d"^jV)Uxا.؋N?S씵IVZ_\=dq#qs1D=iS1Y;Z$#`50cO콩Gy>[Q"g㰁 fte`G[Wya_ed1gPkpڊ0KLň"rVڵ1$ '){=bu:?b!ۢH< V&l`HHf+BQc{Ae\"$i;I |Kh?r0FmSL;lȻ%n'<b{ k-XIYܤ~=A4΃Q0߄t9nf{Da @7n9WWE6om1@0FްG',Ym8tr[C2=|8'N0_ Fda5z2ok@شh@TLİc2|sh8kЁ'nQOǃU'*} 'oh ,b GHnF/PzT.Χ A>[1,lkNB%vU,[9kt~٣<#d̎".GipA6`l3r-oߣ[(k]MDxEg^@Փxy[QT|\ kIdjܙ;tUxbC"U2 {^y^TUkbπp` /_*)1N8Pne@H"fk|ƦT~ЏXyz-ƞ{V2Sg% 27?:&JzcO:7dAW}j}á>7w)vo!sض3&4WN[(_v+niDsxgBT*LtՍjKӂ|9Stʁɖo덤@r{LBS! U'e4'_*8'(so73R>obO%~3#*T5ם"_"2.TzR4.჊C!H04U,y{GIv;$Us oĭ2!^m 1~,rmG]$JsB{D5V:l #I.{^_IJov ]ߴ>t e-MWTZһ1Rka1Z/N"tPJpqeބs<B⫠$+?LGB"`'R%Kŋo1hXOTSqP0KM}UG%su\EK*+>Ҁ}ƕX1iرz=/BM$*l{".QH9Z+?[vj|$dᶕQ8n%Ƈ֗X KvU3bq6G"ڧŊKf8 U ۥyS_Ǎw\ߡs+w8s?:R$H(l upǍ N6?2co1^TC.n,=ev)۩C),Fvgc%qps`iX$ 2d>1 2ȹwߡ}6*W~ X3f$$1%֍D9?+oڑb12#2w"[D*0E[RBiK.(]Ԙr:z9rm>.ɲʐa}چnJ6ب&pXmrTLW"+q0vZ[#}ڦ՞i=DȄ*k͔QJG>iP KP ޶O@x=~X(u&ౖkh<׼ 6JS/${jރ+[C ,`#к޹8)5j;pqEf[uHj*|X/+rj:NT$b1 %]6֌2j:\Ii#]v2O:zŠط. ;jL ;BV~o$+AA,.ytmxs;n*= AْOH.ݩv ^{+R!C_lKFi ١>ȃ m p%1PpZ%oR&هvhe'y v]"?PaR^[VmΏ`B r_X~V+ޝHC b5@Y̖hoҦ@,A?I#VΈo8:эd~>U٠ 4ˢ$! 1NU VlV2Yt6UsتoS- ;LY>3:7e2_J!ūzoGKu) W>, M`D'$\wInT^bp1Z 7F@&(Z`WJ % 顒F&RKL ^!)wy5O5h/B9'` EWWRT"(Rm^MhkNjOw'wT.%F\ӵo9't|WkӢkX6I8f0c^g?A,<"+6#ą'h3~'kks5~<,q[E >( )ˉyo &J-p1 0KtNXNt#-.xL*IT{ڬz:?Zo@El >WN",e}%WPZ<p#FyQ'?JParl۫WaQ'rxWGjRw!R08WVP,VB*Wd\!xy=~/#4OeCc${P6>Jz FcI嵱[KUY#gzkTljFe'*]|]"#>;IC+91T-,W̱,J慺ToZ9X4D `1 F ltmt8.LQW8)~ܝ︂)`5S[9h˭ Ae&!HΝu  ˁBl3}rgW=2blsiP.$ 9/9l8ex+_NG$SܶwhwfmI-Ew%:#Aa@v.g4guqK*aVH.9с0`O7t׼fcN+G5DOy)!?BЎ2):K+}T8c!%8bU_PݑBĖhHvw185ȻӰ2C7m#>Т8!rSg^˫fg;QN;ƾcJs߄VL hTAM \ L* ]:^3#2< VcC;R"pvY#_; .[:d<5Z!Jy!ӠmFv.wxUό} 8 ٣8L,/d _CIu]hJ(SPK58#ourW”ڳ_}qhVĆȢh)*:T؏@qLGmxX z]\w44dY`,r,a+!c &XS Ș^ScQ\=YC yWc,R;^1زҷ죤ϲl2s-yrg"h3y'`BBw5WN+'P%|h$1~-W~4<}8R}v ZЯٖӈu뼝Aл:-m1=T ԒUKvS2-@e8;?Vԝd.f&׶eZ]E#[K4jbHk zE9\'\`#T 뢲d#]7$ڑZi!=|,^/i%h6q,Yxx: \a&y۽!. &-bQuWFJ{ 8tʰ+` pKdߧu`nQS2#d|ݖ* k5)"ZPbthM[nco<|a[}׃2w08y)i/}FD1ނ\5uMזr8N 'c9xhrұc4jg#OdO :~HTwLɍ2rdQseuJ`WBp-< 6J!n{/+'+Cm X#нͥmR3 j lշ6QU>KKp=FCݐT7S1ח[O3Ԫ&kihy P4 +Y`hLLx$''\v`}|lRIky=rg^~t;aiw߈I=땽jh ,2?+wem~`az,s9;S9zVLF^YG۝B r8iCk 3(OV[L"駵m: 3*E`YPs2١ +gtgK(Α$!AzXa~OnU޶rb+<9C9+60 vX$bBXI"m@Kq)ǻy\Z՚0AB~jj^v017 @#Žzg_෩:㋗\وX/$Vk$=G(CC:YwyHm˻CbVþ+wtH)jq1ͷDt\U[H'lkeHqdu||fͫf5/puzj5VgL (c<ӥҧC}tBlQPGH+!W!eDk+%NblaG#6}v""ќq :%PBz1215 4YtŪa7}),b 7co>=Qn!8\JίkW2ۻ5%+95e'οtxY0I皥sWyAeֲ?x+1c~Hscqp*8%?[*B LG ^Ps>n 5:Bɷ'Z!BpmI"Ո@,Yi{$"d]i'?B<[r$Vsx;Vܮqu _Lz軗@9tg~OҘjQw",aA\񣠍REt_Y_m4<T8Iڍ'xeD&;)_fN.CޕUu}X  8!q9rn4 *a?rx[ESMC:, zy7=AzX)@NYG3 AH2gW@t_bG+éZRk͖ЂAhN"\_ޙ"cbDTGsP`iԘiGp5a)o:碫/ՐDO:* 38_g^q{^j?f oeiԠ]&<:礇u 3{җusIjVm&w1Wm(FZ1m,뿗QK P,t@}R ĤD_a q/5gXD"Ht6JfB.+dq}(\!;Ӄiz݊VU[O6 Ѡ>zvGg;kLЊ?Gte%( Aj[\Ȍ>paDҕbefL`|D}V$ i)Ŕ?d"A"P ND܄_X֓)PN*cإSPFjCyQD1(Ps?T hWq2:,J: N4=gK8 xa gD-`$,qw9.' \ y$ Ϗb?F`Փ! vupA"-(Ab9Ʃî 0T0^cx߹7~"q "nA@M6%oXraaxfsBQ2깑Ib (V"KB=y& i[WX &_w[St Oj9/r$ ߱^H5G7QݪH+^*?䠸MIU2m.oҒQk hXf.]&*.'pu招˩]F8zPA"+fV0 f}>wLAKKXz"TNZaf |׼Ġy*~#~5,Nkx;KCg1K:;1K.v0;t|Yf{3:T^,Z4)'^'1ZTtAdY9ngAŦ^'ɡdY `oZobwyVn8]0]N/Ԡ? *Ol tGtFL!tneE8V|Ja=j껜`@!#E6;JQ+f|m0a_=s[Dxk537QW؝kD)shKg!(uX5A2dA$F<:w''*N"绗c/C4:!,\.kp!/۰|5bpCIeUU{v1'5:R)à c^I+OgKbi4W$ېuA!N_?}BB,vw &:W,E]e49"S"5*xNn!Gmu2\ k_$jc8^l{|-TO!澪F;ܡ[j- WU IT pQA8JPm23I%^<7NJ|1JL$a~|(Wj\%au71"#VpJf%Lo_xj"<\-=[L`u|hp{4Bn2H R` (06)yd䴸)O^†5CkԳ>3 ǮTaBz>u@)@>NH#69rizm&K W ٳ7:﷖iCH6k D v,LOolOVp\..I)3;;PS&caxK'TTXeKe\ OËb ڜmX !;~muu <4[5flm_foO1p9~$ lԆL[`mC[`4|S-꿅>%ER_N|D-6B$gح̔dVgYe_˿?4TwZ! B8J3;g8fj3(t%1J0.Jgdc1/f s+y"݅\&ll&Y6#EB?u cWQo^G0bG|k'IِƒVvvgmX7XR-.s%r}XhM8$0azߗ|v}IN׊ \<mXdV e~8oe-Q)G?S{h?:lI؊IQ0c{_^`/Q))CEYBBOY̆%*gT#Ōz<#EdoR*HDZ9㋔L=-y8a6c8ؒzUyD+(|?9ǧB43DZŃ?al搗 k>ôNMtJ6whVy!_S4JJT?)EZ^x><[ yj=+HLn!u,(}Q^P(rTM,wRa=eAs F|;p6wރ|;sSHyd#(i  SEIaΎl%v9A!WGB޶624:H+ʃ[ۃ͑pz5q' Z]\=ĉd(=k6W.dHivuNNS.&'QqW8 1[jcÃ1ڔ);6H[!|?!RTceSX?Q=TM%(S櫟< ;@;x(qdrJn9%sY>-yx4 ]/cot QqC"?ْYlHg [€B"Iwy%3r:n{?zaGPFqrLBAR{#pNw*4|6,]~bHgyv}$`]X8AQ z"޻1!ab Y~j, vTb7P6r (WTKކ{ѕ]29\%z\y$?%aYa%G4W=BCFANΞjL !q?֫ga+wLQL(X8Kᒂ?|;& `PU X\Cfp:^2<IvGĺѸFafrʍ${Ҡ;UK5%U~ &cZR쀝\ooZCI,{ .+*!t68 )}K3|_ HG s^폜n¹ܛ/0{45AWL=s Ro~W{Vc+LMH9~.4#Ba7EMV=IhͯY`P 9؄V]L@BИ,6ґ h;1ͬ5(SS* I.+xn:M&slp{q}M<ԕ86K@?I!Go0P¯NI'S+RD/*evֱ -_ҩu}F2%|S^͋Qtp' ` ϢחVNIJ_,+]:$LȬc m Iqqc&ZL7:eC:&,M.Ea1t^yft#`6 |"xd~1TI;eOs2fH54teh.o)Uܚ68UGa,=?UtlsL,-@T컕؎R~z6e/#o1H/U,u%K^Oܕ-vS>5xTjIPt2,,zej3 ϐpATHom"'cw6nuG0j%>]Զ*4407APW(goz@"NN&YMQxآ j.3R*UO#py96j&ExR}{z'|xë5!.=0&RSIJ W-,PYT/AFVmG&G~QFZWp+\,yC >1ɱ &fBD zx-&MwCb簕.B3UĿZ2{L׎WX&vhUi^Ct8O8G>.g|vzMK<):y'JAOm =.v)"ϵCϕ}/ 1!uR= Z.5DSw"`(OxBPЯ zƱ`u9;y4ڰqn@qS jU}= @cό3Y 9#\339^Ѵb 靯3]yҞ'1wܷ|!EI6Fpp|Z+BS8a{~wLׂԸ|4 f.pnPQd1PK(^CW#$= Ni4~;ӓpꘈGn$mw@8QtߘkKI+[4L#XodHMIZ2'SVe$~:l\\,ЄǫDat% MwyۡHG2 7)Hն}#VЍ݃p{.C=N=6''%c,onEx0|9qYX'7Cck];uX|Z6\! X$lmޢki GdIlBUfNq!G:?)F+N]{ \S~]SB ɣJ0jXM`݅|JjP3%&%ӗ^:ܯh(/DBM hn\ `k(-2Q\S+#IzდEd"ҽ?<AV$eyՂ|ApeddYMԞRG.ץ6*`87,muv"5C@.{oκ2*&T| e_M.wmU-p…&Rbw]no:_zH6˾s,Tx3z?K@2Zw i3އ.F_P9}Լ?[3i{k=t֜Ok;/h¡1ߙAS^]@aש. a<2_POT3W}[EA,[pM: ] <]~ϽA!s[|p74FPg9ā/jmdG.麋 l%)yXULXDPH;rKB|dEޞx ͋#1\tG?c2G*XHPR0)@ZP+x|f+&uרO?/*.jlmV5j ^Y"j 0- oμ]d~J3cf O\/TPE[< ӠtkF8*y>XJ e{žwW<ăNgc+9ڜ JP7ȓ;s9nK&[4T iwG'Q \aUhWmdgzMtiZ+K ـ^ҭ-dC'@,FEwr6]FAƖUL-F/`b̕^ldӆD ignW$AP_-I,paXms)i+c+$(/8b+ڀ7?roQ-B j2*u"P3TZO'ެZӖ)ٍQWuiPXQ fC҃~w~صɛ^GB-6~g~V}V2hܿ':,;kܿʆ*\H7?ܐP9 Fk}M)8 >]/@Cy݉g4xPyC8ۀG=ΰ<*`iaRChݟ{eo܂GD7h<@FD!d3)&8Uܴs n<` 9QXDb8RKETey7﷠}tp TNBd[-~ s$Ò1H֕z bw|=6U]{kƟ?_HV nm]d^b-~߿*eBA3_ +2sˎIa۪)PCB,굘1C٢QIC3!TW2,9%zkTpSBMZ{6U$0Rt6&υ'?OX;Aس pH?$rbp !z?OgN~4f׵ &)$Za|n|%y41Ɯ.2׷'K]w*Kg" xe06a,?ԗYjhNSo)+ Tg<7QW.-PONl-st-mR}XSCOs|k6kNq񢳴I@NiEE/ O}ޙ*Yށo){\"^P&f`(|v bAWRmiLdıg0jF ~KO389a#3d:9/i՚s]}cY< ־xOkyÛ0dɈ 5(éqS Ѳgb;e!6ǃx>dt𥐆El#GyNJཊ)/ȕ}L !<=^uK,-lxRy-k#.gM- ۘE-  Ѧ3 }e.u?BY3Iw櫿߳{Shk PߣY" n[ G,#z8up/cmR?.S4PDZ(VN_43L#/3MY@@=Tv]8]ZAoOK Lzv="|ٛ1nz*b<zx@/bAw+;ZȻCQy /(O1ȯ "}m>;:2O1uɡn y kl㧿G8d\ Q$+ L6 ?Y%4"-&mh33volބpB,Dp`.ALn VeQnP:"r|n0e:P-@NfiWC<1 ѣeg-hJJ$:?L[v~\O*C[U a<3k_Cl*"guVJa~|d{=D0=n6YN2_4QnhAzldAYp?14yRʸ2&P.Gn覇 LPH*hS>=ii"ɴi3Ia핣 ?jP1:$*s㫶Oc̐Aamzc j`\? v>@|@g3,֚~826"%& ؑ_# & 95Q^ۃ{jo9A??yWuG+6i"';˅0[Q+10edV &yaHJnDmu&`*^neoD3f: ˄N4c0I5Z 1+ٝ~9K$X)+H?)u'=a90ϧJh5nMq޻߂[V\$IDnɎE נ r)9vlr&PSl!X$@Ln)m+oPZ[G5M jF504Z!<奮6&wf/dUJwnv{4#3S̨`k(2 @noQ{&;!jybjRL) df K |y :/jg# {TNxY.3fm:<&檈+Seʼ|_K֒mv+(".Rc@mMsd]W7Ps"q4&շ_0`,[F^{ >i-+RS$D@8Zn Ӽ¦g亄MuІ+J*l;Q] Aɠ9. v[OnUdty. )œhT0KJHk70r|ssY;v6ٲ^8ZoT.p3ơj53p̽F.XZ/^@D*]I |uuz).da N_'%(W}*(! JE'ZV̥zE9s>$4+Z0 "hg(` [N"(q|:mD"`J 17+"Ma]n:Hcg68ڢ5f'l^D)).nS8H) 5Зdqr POSca K[fä>)ٛіD-(rlヵ$=Cb- mdf6uǡmRx6uq3,^4{,c RC$1`UɄk[TDf}/hzaa$ЌOfyBrڈ!p^)X>wBS1ce ǩU'(k^]kNf66ʠaNO\@uhl-j Im"` mI;_|h[﷜Մl\b%s5^:ʾQ *wΈF' .L‡B>oǢ ?t>(nw Gbm$cј6ړ7pN%gy 8 'SV@S׊8Y"%KdTEm! oR߉$y#?`hhX+.\0qЪW 1Ǘ NUd.@YLrnڂOL&r3h/SQ1l9]TovZJdt^ٯ'4JK #DzRh# EM*tEvf14-Gp:1'L6ut߀r ~^.WD]xNo`hCަņa){+%\ib^M3C?2f=l׿1fIʇ7^Dfw,G`z K0;|m9z\ᣕxޮEV4yeQ|<0L&8P,V>*̅ٯBjk\} os2^[OD:RLx(Fk&, **P ʔ[yOfކӱՉ{Y܎.eu G7.hLzUN~oZ2E]vmcꟊcCitbsuaB1cLfGyI"_,3D:t~j&۵.RX u?G>yաV*dJ2A4KٛSlQu\mA sr[i~l\[p^@ЌV½Gx7YL=uAd4Hv*PjQV"hg СNbsMB݅P`L H< 3\Ԑ?l4a{BI`Ng;bVƜR_Όz\b5 M%fɟ܎ӻ$ÉLJF*,}s<~wG| Bs/m 7O m7:H\D)G59~@BwXzl$*bt@ݬtޭC&%i?f0͈^萹ߍCf;)VlŽf [e<)aYUcop&[tZnȔO'Fݛˀ&EZ^mo)Aω;ƀQ6Ḽsg|V} X5-ﰍP4QP ws0 ̡]cŁɣ&eE6 *{pÓ`r';ʠ+j4qN,nMZ2a2'zi@40n:ddeV`7kp:vR80!ߋR%K7#NȰJ?K7L%ܝw=A@"&>>>1D6zcV?ڵTuNt1czՇeG|鄳+}o!+B@i֫{]NAj0?%-H=}dJsh!fVXSXm^Fف&ESJrP4wK#qadFY$ڏcrHR2fwwȡr1؋- 19p 7e/ {17 ZIv3e&y '~\Wdl:撼aTaFRz;c}*U㗃0x.ǵeTUT~ h"rģ.h%YkXG dM[7's%Ut PULηm Sl>;]%avG)}keraQx) }YQpOJI^/'lTDt4\,s9:Y,@tUT^Qi3s`AJ.iTiW}6/y2=zrb |(KIyKtyy$[&fކ𺀳Ed4 ;0|?v>)$#)&?}1JHcIٗ5C ɘo\=vh5T x+pյǹTݞNofF~:y/);lf5lLҶ9|l5j}$R9z"[fx6[vv,]{r)`2 5s~`Kƿ|wfX+"nX@bEMV(HūN4폝͖֨&^ݥ}$dE4P90A,,1 )~3E=Vl5E_^گ|UqY'4%5xk,w\{j찟>i&B;o)9{.Lk16YX0Y ‘CUhA:H=Skb ,;lg= W rtW0v̦@)f_.Ȣ霈ǫV꥝ժCoBelk0T@f t˿d${weJA#MkڛZ$Fs(K z}٣UNW-TnŨ#W+ ß?T[EĶ% ^H2ٱW`)"1iWԠa\|eYK_Xqj80~#&vGu~w*r8{w,Qل3r}yM)v^S~8.!`ĖiPWVx)Wk]z?uT:MjPE}.SB 0vF&5ׇV퀄e8-?xUTz%U#S҃Fgz/YrRjgaSʰ݇?gBF4_FDrRo}$8q,m( WXtкYQo(z9M}rv9ʓvْ/_H,9xщ.u:TR"53o3у2 ;*̐f7-bNCqPzͅ!M~Ab8Hju c pPYlHg-/{V JhiO揃@02 ۔^ ;3N_:B_5JηT}@k1FT[.orbT82I)8kb-3uJbbޙ"R^'kkL;ui2)LWMG._ΒI؆!qT .8Dk,]^L<϶sX%F-,Fq4E#c/MM-͓ax}mއ2eY gσ[τCl` >E{_#_| f2ɢGgyl'[>w9a5K`yi&D'a$56&WrL]a =yte6v >lN)pVFݬSٳW~\j[oPΤYP>#UGi(%/q_Yj!ľgJ˽3{cO::Ƴf/*XNtEp8Ӌݱ??JE[?v?4/P$5kbJ}Ƒ5 O*:u9&.%r7%%$I,(۟H~11M2p "o@)%]q:w >xЪA!]͚d#͐0iN:5H 2Q(¢${0u5ovjk&z@d̏| i(xm=5< W2inPo5g7Gha :J EycmF[yWw3HIc7a79}pph71|-1!DaՂS5'],2tX|%ug%ڞ#d'Q`W% )~6Tn;qI5Gu?/k#'j(߄z̀NEBFV]Iob)+M ?%dfq$h*H{ Sc.$5@{,%eUy_ `nvUń7Fp0fZ}ss`K 5 1ڛt{4޴^jLDY3!;?H\3 Ye61:1J%Po4쵵5Qaxj `i=<"+^lnad ڰr0ϧnq >Pzܘ^DK䏐8jNPߋw[X z'BfXuK$h):*:PZбTK($BƕplsZ̥m[btT}[$\l" '@^}}Xx*f)̠- ^yZz6cQxJ`8xjk:RXW\ k3DIly&CfRpf(m H:%JylߐK>JV-])AB\.%8 #M.[Ѱ n PaHC/S5R34q&\i#["%Ԃ߁~~|(>aqjRIi ngT'|P̙3*P36פ ,Ʋ  OEyL_?0,?(!R:@ԯY4 oCvO<77>8QyV' 7Gs\󴾦gOVyADך9fYH*S!Iѷhy[?:Kkz=Ó?o(_V3>;u2ϼJ|LJTCtH!}+9kCĝzԝԅA`Bֽ/uAiZ_k?!`V $ȉx*-yV6[`! 4hƓM߶A۟,})7 \;.|EQ iހ6@?HYhdpfY$eUN M}) pئ:r4+f{0i!UK҂Xu=Lo'Oia]'_m0麟.4^4'7)DŽ^Ҧī8azД@ID&sS A~Y8wҁLLO"9!ٹ G\vqrTI ^闉˧`nÔ8\<nQc\qFә\@c^zI9raN>a.X-]o!˗#^ Ĺ F#VWnyȄGr.&xC m` 9e-vX (b3)ӈڭO7sv/@.DϠӣAu&#Tg}azT:>i.Wfz JZo4@te;9ipāF&+NmQ7B8k/PrRwjݓbʑzVCLrXU+2R{r@uuoka2k9繧%Mxt Gc[gjt"s]`/ͤ\&3&4[ bJcn.D o B-v.RDK8d'ɜ5 Z0c\Hn=5~vAư!Alanh`nJ &CDP,z%UnUCHI P(y;G0ABYl*ҤAP Eetuµ'dL: rzI(b ]';8tu:3 _|fΟJ=N]z7JHrKȫ"y V 52eVTNd~O2y3= KN@ce7{SI̬:_ g= ;CPn7~HVK,aaEIV/Br~Cq@FCqPXؽeiڻ=Q, %ݯ[}HGb(}s߰6~o1" H5/tZy D #&zf1τY["; 1izKV2]7E8n~el ݕ-Oܮ{y?: V"T@^h wXխ HE (~?⿟ZeD@՘%Ǟn*o?GhN7Wgx*K8C9M8 uYu|^0W?'K]3}3*(wLK掸H-SՓ{hT2gIzdrqkYd0JR_Iq?0%KQ=W 9}SGRBcp#o0(LDf.L&5]h= 5\V-{rhTgQf}րwx&&ze8nqp)a&F,nA+8 HtAf&ҍN~" \B> Rfww0jK|3VHPA(e501f״a2?BIrΈIDߺjɣOu0-7 Z^sAR9!ݽRM?Igmċ[`8qT(fM,/CU4܃ʖsx&;ⓥ~IT ?'FwP>?șaYt}P0k  ʆKmZZw@5q>UOɐ6Hjia%iV38A8s¡0wk-1"t+w֬0+"\֊fZ5w3=x2/|5*$'LSͭ*pd Ve:x]#ͰFym2aZ}>V8\P/W'| Gb !u>A(&O' ߝT>x8Ж=}x{HI۲[$+Z\Ila!|ؚL)*(0h!؈1aR"140M#8=k̀x5Su])MCVɖ,r3+𓏳W1TRYl+^hI=?(}0Itc %Pj䑼.CK` ksjk4=o0ܟ,`I?58^)"v*K@. 6cmDj|,9DQ9EͰ p4rBzOjU4 (Y=ZxW`'#ΠA9LҮB,iY&Tp g+Sׇ<&A~á"L يH_o*2ÞӋNWIQƏKegQTѠFr3­q5}qy%UJsWhPD6CC66$bP@vQYI،;g0i {3DJpqq'}d| '_c8[zU A%9'η8ĞT7F^ڨ _LD*9( VG9my[: ;]R"!t%Wzy5Io1λ1J_ztT 0%Ralf)0+)`Nݲ- ΐ1[ Ś %mҫЕ~I xmn +c7E*H:zT(/yo| 7د:Gm~)F/YO.~,"N-6 ͈Â)rFD[vkƀw%ϻ.inR۟;!𠀻 *'N`s#M3H Du&3"6~1fr^Sewԧ[ 7"o $moUP{R$WT0_OXQ&"{QKG͘[_8hnk؀Y/LBBĖLE't&nҹ?ovcTQ|"!O,499~-)U-F닳ռ(B܀s7w+wΠӴmT6jDrn6[ϬDh< \.rS8⹇!^aؖ1t #E6/{'\ Ujwh}<1ʩ#VK|JnѦv^U2;7wjŋyf+IN/lC2N!JңJ#;f0?y/p̠q-{MqrNYW0<$箧*4\Hi&csnOCi~ ѥҵJ>e~ߔd!_=wRXmY@rY\f%5>k9O5_e4채ȴ)`u>E8<"?-ȅX9e=EŒd܏oa2~xZskS^&S#7~U,3ة-s,SysU(Lp)T sʮr(}@p{JĮ{]QjuIPy]\Rw`6Z@~T*%Z˚o[Ev$:>m0f(y9!t+5 8$$n |eߡj "ag]y]sn/ vŮfg"u<$6RO.|q~B|BJX t9C]hT7VzJԃL7X|mP[o]v -@n l0Z^vwE3 S>CUU,]$o-kgN jybn:<},hHX+ϙf^ m@^'ug-anQhvAzt0@r>;g]zaqD3P[RBڑސ"\ ΐ-#ҁ\ hĨfot1Y(\J/,o|!`Q]S?cј3f_M3#kpcD;UXh=mͫC.D,O_zsiU"*jH@ ʶu&*ҝZR*$%!]xQ p}%c($4,q3 PУ &L"d~'^2nz,66*d١iiG22zijP1Hk>1/)5S fQ zφΉ ʋY+F(U8ȘFBy=[Mt8d d{ד;h5*%NCJ:lϥV\.=dVo4;x-?i|y7Aoƅx*[ǝOM{`ŭps`*QB<"%w3CH+M o>}LJ>" Ԛ 1XZ>3pr{ú jqrc)s6C‘ 90|4mUyɌ!ivF¥=!-jj{H*S_K 3#9_TԪE3Pk[G83=7d]-S>j3Mv}cp)7-`+&"[i߅gx]Rh9G1ZFRn*yΈ %vWUҴJ*2tS .W!>PRW'.7.o&C|e&gJvuYôh;\Q;\&k4AA<2+0v]o!(ZwhK'ߗ jOУ>,EU?YnĕݰDkC] s8fWtܡ~9γ?l})h}y8T|Rzr.X<%ۧ@d[^/56r@Q]`_ WTaJnS 8Ps9n<¾=: mՙ7u}{h+(+ʚ cv %CrNmYZAkL`}N?@)].W#*`e`|Hs|="rNyY:@P2_2Z䕌!K 9٭daNh}LbK^i)^t!C0V ..#24WL;o92@clJκjf9\۞/#`5}jIFQ.|Bx _G73ud`BO̵@^A!MR![n@"s+00 ksQ*2*>uyHpž!<܌9l į4ZjySGJ5%X]eH+UAAC 51|+y<l䤦łRQzBxnyN'd9H_Ղ> llj2"0Y%Nzʱ2IJP+0人+#uC ZפlOuu.B*Sy r&F W%-jV9 ZIZpH$\WN1inR.Q뼆_$c2hImÚiD(6m V3ǶP_c}^Vn,hQ}at(}샯[e˺閯Li.ndTP؋pUId~ yghʐz(d*Oڢ0Pc;ϓCZEkoW%?">`1,w_\{0v V O!iSi/U5N|~.~We 7bQR%t3Tx_M ]sT=l PY24\v.=7iZAV+iOIgaܽ.|XU9\lN1WztL0JsyY3XnxGɝ/X'w8(+M6aC9+c@E9k.KS)Xr.~O[PnaR6O" pM Md:.EHk݋@Fs~7V#҉#ܺi>I {eh_5pPX>Mu/xj )97u~S'BwA|Y ❑"B7&a+!c<+!kՖT3c|(GQ8΃sv ]В v4%?@+ׁ6B{tLڵvaO/2:L0<y.U#DLf`z|7426ϮNx ByyWf[egtƚ=<`<׀6Rw]bNѝӯ9~9W+XU 0fD4770?u R/wgЃ:_o_HnEv擱 Cq[M!xm[<4en4|+?"{~W\td֋Hn OgeG{@s 8=e5.k|V$Nz]D"ClQCw#~?2ECKUV7*9ԍycFI5,< ^$sAQvG MT|~Ld`m!Rf2{I|J)~Op)ʲNp H}$0~b\J& GʄwPIMAG#ns) ϻHҮ}Iv䱳 *0}5#:J]jt2{Q; TT/lukd{iӯ: <}YKm ʥ'?VAJaeQI`I ^tODԫx]+PD=-s`!9MQ͆IX){?QQ (ϰrh Adb|R"聦)S6$lo'3ecu\5  De1P44qf5e;l{ȶZ䕎,(k^ ]LI46oob"C,RjE$F7h؏S1Ǔg?4l)pB:|!hMdLA\"P1fJǨejX) 7AmQlz>tZ$a4mo!۱g- PC c f{8tRlY֭PdW6ThQTlݪ()hc~x6I$£O_g_]#m@#@Vl$sZrl3-YWu! #f"tu'H7&U\%Kߝ`kekV764mD[pr .]^+:ޔ:o+STIt%ńBd7y~Y/n5߇U N~?eרBhdG7<B^k!`1Z[Tvs,eHd2r!;gzGVm޷|ȕCH;;@EgAg[t:{ŸFB+/>zec 0Nk8L3O boxDE[XM-.\~)ΐޥ(t ?7tybK *W7]uQ͉͋/T8n`2ɡנ7#7s$^LL"Β v$'qy-%?Jr B56fEp'-#IoGs7[:X|b܌P'X¼GONsSDiP>׉!~8#q:' ?67/V{5)4~:ɒ!QmnaƵaCL2/ݏԞ &8Sc ik|O p0dxi~T@RnVkOeP h9Ub4Nßt .!񍚝gJ(WUO}O9LXޫutƃ׻%0V A *v:E<䭱3k'?0ɏ 0ŧѡ{YzV&,my%Ìx\@IJlyz%RkbIÙ逕~4cZ[sY!4UO?r2#{_h1ƠWnqiw p=Sw]}$w<[u>4 pa|#zu_#oD9V]qM)@[^ G9xNUOoI!ːiaZ4T!2QwOh@B3q Ο'qe;6vV6!TckG*wRQYCNQ^i g6F`r,ZK_g΍Y(0邲8Ff/s-@a2Δ'*y?̫65?\ r9 ; B5~PUk*]L64E1sM9)/E'F Xo/6]W$sjKe Nlzu2L"0bהg`yMCg([Y|PeJ0NA)FSCq,گ>mDPp$*wSdH 0/``\iD.^5dc"E鷭:T#{=Z xY(qpp!%W,'hX`D;hu5AXG̱jI,;DHN:#HWe!(MѽZ0]ÊO4 hdORIčg>b]6/=qhu2YIhiQf\:nG;+wG"/V0n q/s%2@wHohllp,s <]jK1_OXB&NY#>vĞYB: (Dz޼l%:~ "r*沁/m^A_3Z|"K܀{g1@Җn.,SnF&ylר9;R3Zԇ&BH wg%(F[>_PDo'$\Ĩ}@ _qfw2j4ӗ9@jAXE΂&9\ӂ2$ژEB7*Kqjcس 7*m,8 S5evaUy(Uwz  GFUĭ^""k2-A@?{KiW\P}cjUn9hn sxTq6{L[kY;2sēYv`bAVP$4ݞ$mrS 5Ky-Ykwh"/C%ҩn.40[7qhZG#^67+G*a,ERuc[Uq\ {`bNH)VFD*Z]5%IUĠyݴdװ$G!1s4F]jЖ #BBFO$* 4ۼD r,oe7̢=3$:M:bHç]bEtżnڭ(8AW;.\A4~"8Ȇ77*E1ݟ"֩Uf{y8 Nm;(&GLFeK)ih!OVl%&sPCu`FaV|K&`fl#GaFSi.7*.AVmZL ud0B]a}?HJ9cT{:JL?"M?i$IJ3Z/(b}ҿbƨONlɕwᢸf^{\@VK)#K.7ߺFԇdaܔŇDt.HA+{]Df?%Q4*ZW0="|z_}ܷ$åZ\"n7FLE ͌0)e݇P:!_-KJUvL|@'$W$z||u)/>cNGԈVmr^ 9EApVU4f`Q.& G92?Mά:[XPT~#rˢh_!9f7V8GmX˅FnpZ ]IhxZZHVLv) OAYx `(!.@4Iz:Gj7^=ReXƲuDr/B 1^=+"{sd՟W+V>R`\ۇXݛC/a  tTH&5JW gyS,e>sY/zi~JGK$bIgKF.*nTہ05Ĉw-(+gԅ҈͌[~QƙD&O28sou`oψ{WM 01 'Ϙ~;@] a<(*Zp ۨ+P|d{$)#iYv@QnK s\< 4Sˬ%@A.Қ=n DT-ذ,-VyŤ%9=NN):%9P=ҎU*OwUR&c!'ԭ vXEIC#&#"j)Jؠ@* [Z>.Ci|őRHrZ鉦$l= y YQvIxĔkzwGUNB:: '9d:!1+5nVo,(/A2&QbD,PJ%$o=~R]y'#DWZZU (pBy GkoRsƳ[O*c?ױX"C~=>[Hd܇*M!qJZrg t?sk^EcuQ?XAsTR'J9ۤ:ߕwsjK'^(}z܈l q3mXz:Hve+x:̯RwtC#$+5)ମZtUIN;챩`6O:$C=$"9n bʓf?8/=JEQ^k^yF_ y1+ $페[Ԕ }fyj+/g,8z(.>W$\Lxfߨ=@фz*jV@(c]BLßn^M,NxA2ES$ $P:t :t'`3fWFcl>,ʫsiX({.T.Iщ ((„nji{4%SȚHPL\$'G#JsTޅoedKo7=7K: ~\ )yWXTMlh\5#-fL .J =P&aRtaj.KT#a'!,m7cg_7 7N^I[{h'AS'ct ._4 x } )^E(/F_˷VI*1"ী/S113hzeAm{5Ff's੘_L5>l|!xxlP) ,\A-DJ "QwMrRpP;Di2 Xu4.c0~;I0YxK7sb#En1yy$%/* uHF$dn%@k kƔHlN љpeK_`V[U]8OGoaeQ+Ble^!#gf.;P VGH~pDj]tQ|`25 -+4~#n[ JlV;}~+ן$7wPteƃMog@_ 8=,)T'ߺBZ3A 9k?4.u#[ `+ŋr[$DǷI|$+4)Pr[H4S >ϵ3AB&{JashDJ:[K;ťGK2{#ɡpj,PD,gギF2|\3/Ur$@S"Y ck[eاh # @۱A S8p~!#&, v""t蜩u#c\D((Hh|I>5̺"@ 2!hE Syd 1f>/GWpRU2Б ,SQMԮe=*iS[[ܧ8ΥSߕ@Yq9JыX c3_{3Vq=mASɚo.ʺiAN +mىр't/|\QojվSMݻjjdDzpB⇵@.fӵlD$5=Rׁ+1Jdzc ;{/q v<7T  *W,-o/" T8\_ y!;-"Y-]F!NZyg /FW v6EXN{stf&@ ŭހQ~:m.V@q5aF0 b[ܝE(;|;SS`T!>ɽo P=O{O9h[}Js`Ū.4<͙WB?LGKߑ*)]hUg` Y^;$Rr\R(|5運U$ d#Ԛ&0 E˜ڒJd2r]#p؛RπDPI}:ҚBysp4*yIћP\lY49AqH`|ȌX92{7|k3,As7#pF<dV/jFYP\~n{a&EnL`ck'!q_d[jFlIt/K~, >9XYxsaB^$J%d^=sLd'z|wn{b' o N}W яjx_z݋yF 8M֞ub'䵖c{ORK)ca=A% ,13*g +qP`f?WJ$x[DqIOzf}E2Ɣ wrER5>qn1`1d0K_(ƪi4Qi{#VWAp 1'm 4A5w҉=-T8.s=ObC2z(6wāI?l1K+[6nD!<2jNH#f NbTgv֙XmD3*o:Vh~q|C\&vYW߇9A>cRMd,צ!qkܼTsO.EU++"5kꠀP ^׉ AV֭g,@G| dKhEU<쥝p̘ +|mBMvk1塤cXԯ*J\]]Jy\Ҏv-VS&M9?iz6[SըH/#û}53` 1/q*C$C[-'?4M6ޱ΅PfNRG)U핒Sl;r@6 =K 8&nc apSRX;\YM.Y2q^#/rfAO^uaUEN5#JGg">MY@:~((\8&x}LD/XwOiM/tM+h w3f0r^ߏ q:>R\RqZ%A;ۖ`oYtE6~^1|zSB̌[Qe 5[eɳ1Njw{Wfe9B[H(Gi~9:JUC1 :0]Ĩj@3ESoшius\0DSK es{fe ޼,Ҿ2]SB N׋qas,%}h.E-bxC4(,P b\&9>wj]7NɥQSv4: !CQ@`BǮbrsPa3FCa"3Mm R5|=״v ֥ )CXbHY;4^jT' Be_n!'0~k* Y S[]ȁ*E6B9An蘢+~g] ~{qf@Y!z >|C=m@ҕ{.[hc"?Y]\Ef~=ݫ.qJWg1u$_sq<9 z+@ۻ9|64E9kN;οn!z'\RyE-YӍhѝ"d$lPT偋:h'e~בSE|^@Z)).dԣM'NkCzO@}co|bD"_Ðs$왇ȦYB :LЕ1?SXwtoӫho7 zQbXѽBBG4o-^q)"Њ.\IǓ z^gZRvK}tؒ4oaaR\4wl·ÞD$ԉgz>!t v/,`WJ1od9Xjˣ>KE|8ֆtU^'SY^GόaTs? m%qL~bp]'(7|~%@7ɸbplUOUkw&OJG-& D r<"B_;vZ9 t/FOs&L5J<bӰ$Cٹ9caxܤ<(h0? Y?jtgr:Ӏ4;g$.GCwE}ow]h{|< U ^WSrȾ͡Umϩr y9OMjpS x0G><݌>JU/oDCHrN vlf%9`bV7-3nOOs4t~bi|!۷,meAkF".*%]Uj}:Vϣu+YABqZ@~{#;JKPT`{U"+1B*&<xRӃ{8PqS>rĿ$waݗ[%4 $@ lEr gr 1)Ԟlg90o7*5\8;^2ez@y&)Kn^ fYdw$I,dOw =gFIU_nQqa!p5/,]*VzuyɥYצ~YPb$+H$1NAUP_k.'{´O#_+d-HLI

q\[Zn=OAVK95}4T&[ұ*D˒H$2RU^_S9 DAi,&V^L XPoϼQ;r.Qjm2J\mu,ipK[𺪀οq~>!B^,t.?u 킙[)kN]وȿ3M!\1P)d*0nFMӷ='l}7XL<2%u6Q'b2!]:, @}I+š OlpcgG, J+C#xĊ :Om߀8ԳU[n[)vz*]L=1V,Hiq`-ϒ,I7 g -&/G헽́` gpK xA<1Z0#fcx򅝌hĈĚ/s"Y(|Nh i-Fes'PX7#Xs*m8A^!TR0\:Ɂ{ylJdTg+ƞ8(wjN6 ڽ1p9`G]>E05d=" 3~#5:#!fB-z(6xSOѢdfXkMm ;Stt5(E9Mקc7eU'H !Z8 VQvig)a.zDW- '4g}p=Gd ؆?*e8vk|e{//JYp2F0ƞ~4Z}y1 n Z9Z7_^/oTjps\Y=ҢqL-b6…"γi#!W͚iBVkKX8Ֆ!52ͬ')Op&2kŤ!`}YHbǴ8l2˜0 JR-j`%S9S0~Ivc-Ԛ=6w`qi#0t\ Wz>p% %0e{!>R뿖s#oNc3W0$~2lc2/ݭekCIdmn{_q f>,7^3Vbs7,KqYo5bZTͦ/LB>+e*:Ls7{|O??wi~O [pW A;*')Kq]g"dss+ =Sc&XEU0Wd%E\gFi8\JeE'+pYjSvu7T%g"묕AhWP̟]]6Ӝ[M78:m? |FG} 蛰ҫc@#`j+I5*3 rΓQWޜo)άs(K@eoyJ)V7 pN(p08ģa4Dʠ%,#6ѾG- 4K8FJP&jgbo闭Jo{;(s>;SuH5FqSvw nv4>$K"V c$=4(&i9IvNU4@:||s,_P.BNPH@CAKw13 9k1 $\^,EJr^۞B\3>:딳uZ j,D/`%\hr(`[T,US~ $;oGۤH3/-h -j)C]تTJQgJN, Y.W-B̫i'ԭ l}<`&1O4UIE N[8O6B5)OG JNh=Ngk}-I!T71wvlE}gzݒ@ɆW``fCA,a١ j^o{o:wYn%. 0Q<2.iG]្'>vy:_hZ-ψVM05.-Nm4 >[=`C /Ԃ - eG6OR\8l82hLkبĜhCfGAT Ii` l$+OBjjx Fٜ38ksg7-ltoTΠWKL@Dfܠm8ڜl;d"o'8zW+u $_7(a#"Sʎ=J0FlRqZ!2sAL#WGbDͅu=^ReǼ@X@:ѷϝߗĶ_Xe']6F#,6H6PNR+z^䂐TsSWA(i5a5Wm"W(!oƒ;8Wn*'x4["ŖxNЌ{ؙpޏ蒑ByY8&|*~鎘:_<= } ~[QM^83s( }R(78_0WmiYjdUgx4B츅%s1"<| ?8Ku]0,rᨐBAJS/: h;ռXJ^;[+hTL @ ,~w:uaг@=NBA!]VԧVqn aAD7P@ خ!83_ʏpu9?<D!AʧW)w_qC(K VWױ{Qrꌸņ IrYh3nٿx N;^oF;c`C)@տ-h 4g`ArP~wҽ?9rp[<~@ך8$uA0yҸw&bv[̮y>wg ˈmH𝦼 DϺ,lҖXlwM-S [5ik/ǷC.9z46W,s{N :sLe">\* h1ďg <ŝ ޫves~-auAmӬ'\,+lNx,MM=,H a+'.Hh%d3`DILc*W)`)ueW9Ne,i^\Gzֱ~<te)֣Ys@q6=oh&\j95ǣD0c6NП$@ǠiRl ta~kVLy(4 nިFY !Ap#|rʀG*u%xGj*=sKX2nSQMK>sxJ9< 5G 6LԈ㳯bґc$﮲o1c9<=^.jjzlund4a~4[J$,ʫJK6t zno{5QKupYYK·8ohgtg|Tee%NЃӌdP퇎2U@S'멃> 6ӏ\F(1Hqۅٛ:G\ysRzL~Bϋ%$Lb[G+ o [\^x[\$8TPg;Q+5&=}WBihѬ)y~0ubI- <ה-5-Zof^+xjWJv:^$)Q<({]2iŢ>na} muE%TF>0jiU2C~[`ۅ@=-7 sD [Bi# Rk͍oQJ$3c5wq*==AĤdX. S|d^x\ Sr#ECε HQGK8*UWB"5qn a9/K:َ$=^T(N|QfnQ"Dg;U լގ=A ՠE0&ӬO@s76KIt gY] w:+[Io%()M7mr٢ 3NoԯleUmc|Sy观b vn(iNkryttiǸ8;@w{STH1ts)Ng*(=oIm $?Iis>XT زI)X="]fkMzJD6΋;i؀ay[yrEZp1y6 Cb9( Q1.] -g]8&%e*$_Em_R\LrCo|OٷZDmhn {Oڵv#*Ϛ%bB7_pU01g*WBOЪƕLqQO|RMp@jV$aYF]ڤY^@9E&o{ha`_R($#21g "Qf5 <̶ɇ$S$ [YL7nc {|qעov^f`{$RaV'BDaRLK_0*'cg طu66i-M8]6+ a@f>?- &kAyeW<;A|E3C- ߍC->#wUα:v^ZŪc#8ͪoH4j%2nUc}t$]SyvqSzC"NJ[ 5X߻M>]HCN#Y8AL])V=? JE,;/AZ ss7ޱP!gP#^)$;k^D3ej_۷!'2_P9Auehr'<Rʐ2X.QTP t@E9a07d|`ka O§\<ݜDQDj~?sݪTGD` EaS ֵkG0GQa̿\DSQ|t.ۜ!jVƹ,o6g+u{ O~ݕ7> 핈1STy DhoB]>F[hs߂Rfp\qz7#xЅ l>-۔č<_0(!9H;߻^XU^0dG2xU7_NBݮNg5 U+~f[ӳL\*lp^_s;SM0yD(RD1>JRrC|H"TQ<`WHM}(p2n 8T3ry5%Fa/^b];^Y OjmN·V%Dīlc3(QWa({zWjl5l  ,:fEkL{'xI6.2.# z $-H{I`ZM tx9 <'@{`nk m,>_Ƅ^i>vDZBTq0[qq( T1]K6>Exj~Q7ī&%jG3!dGb%j)</gS6V mi)q'>vK7qzD: \noq" 2Yk5[sxV9<3XvrLnAqnRH!HLCj1ْ{:OK]hpDH֫o*$Eo0N_[U=uMX,*.ߝq&O_<fV/c'2=Co,!!UOhV"B܀#xydކϭ6zyOd 8VȲf=2o)!t+hKߧʽgNOhl|ݘ&ęhd:p_6 H V1?ڀ(2,"v݁0n qS/5W%@)_GI*]$aT8y5qZpR~JNvRB: *0̰%[K~?H&*$YJ q7;&Nޠ jl9JyWV䏹hvm= r2]? 2'nx8s 1V̤6<?}~U|Af"VDڷwD~,n7>y%k_hφ#-'eU7v[aUVC ^?2)zNH^=XKnl~!;1a}$qFi+No,FsD0J1?CSfsxZ畘qHe\އ&0nhW@tZ,v5XO8sA@(htE;߬L eo z?R"SCѸCWIF␬*AI2wŔ y*eyyZ>$6zM+ݥ-jX8e-uML^#.߆]/Ve7F-e!D?nseUGh3Yfcdx2hmaYrI8;׷F?E̹Pc Rbow:>@,vyqۙZ"=㍉ivΌؚ5T/):/}$]sǝ oYkl/8tR ԻJ |5{>$?l[p+qgu}>*?#.%ijx !솰GX$ۿх5t|&=FcJbI╀]5u:ej㼅tyhڋ!h`y;rk L\3J"RQkΚvfa*sf?1 psw7O$QN9 ڸ?s&fa9H.$)"{س9^L AOϟȧSnWLզV` dy)7z81V`YGbHI ?Ȥ ^F7j8QJeN&Vg.Sd5 9kgkΡai L̘A%W/nJ3`bj?Qw 2c-"ne@Ymڼ  QD%f&5O _H%6i'&?LUn&Aex' 0.|}XE曡 x.&^D<tKUz(F0W4wZ' jt(<(nPkrrpEOt|_Э,̚EV{fnKR{|) P3,Lri%I](gkku$>` yri=cxo/qkyիibm/7d$۸LSE[md S(rX?t YJ6y,H6I ;ˇ5WVҌfVd W~F~ ﰲ5v̻#~m÷=\Hڔz_Su2oq<\V-83< m|m8,'6=U$lm?UAť`۶LӬk5*5h>ldTMw{yv_n4ܓJ=Vwlj[w l%*ߖ+ek7NQڒ{$&i&SY/Dv^c{O%9?9|4DjPR3^uψ*.mk,r&޽SOLݿĈBnjIʋiɯ>\*\ٮm»&ӾT-@ TdBfU1r:*=4 knB!SIB0d>}VbK q@ UZ%Ӷ?*߇_ wN[Xy;#j< ;M!\xΌ8ofO|y9t8NTg1u=A} [K.Zatn35\C w#O/yh-ݬ5%ty|%'c[ \moRղ>b\oc'~|g˺(}܂6@E]P:O|Kڽ+ZA/19L :6؉--DHʎGs.*tñL>mHcՋ!Nu]# N)h-I#YҪ3>*2^e"_c2g }g+ D3a)`\_E4ŀUߘ )e9AãyNhw}ci nQtڪEJ06H`{ P}3I2m_".^m^nL/mq@gZl'lBbDWQs)K :hzݒEv9~NF{:v<^=J[VN_cf:VA#cy90cҥTEInۀܝZMs;}zլ bYf@X!1b< (<*EGK`Sffصd5$/b' <9(oˀ9Aq(q7nǍ'xb?snby5 J(H&}(_zw.c+ A.e^`gt??؆ɁRO)*4}q?i)+*\h6QK8gY~%Z!/k,pR]8vkγN}oDISZnO"O Fh+[(hŨnOL9?"@*Pn"%hy(Ug+鿺Ҿ~Q_I3IJu P d^eԇzX{G2}Gf7+J G@d4ȭ1+l*Ydn!bX%blM/y_M*p?W5'GzV.qv򸱟wx ~ x8`#xäO|H:~?fB iHx"GY3E@vM2I1?̇k[ʊKN+Jw?ODg Bpʑ&UlK)*y#%EqNR߸易t |h8{5FHgRZ ZKޜ9=n' &$jϟR[-f"I\ lSFsW~ی޸u(<8ac@#fS%FT#C˿UfT=>_wY+y8W[YyfunjN .%:(Y\p+=Ï3n,_"^ "kqwGfJ , iؽx'܉yh7(7+Z'0BEn($« *~Ggn^\|uA(%-p`^,{ʰ6&&+-dcA[[} Eq7fl{:dSvn+m{llvћkD!L2L\7aB>6a4e C5tm>}ZkAP |uqݿuwZVz0SpQ   fCJV Gplޏk`Y!卞wuoCu_@1U/%F#>f{@ʈ51Y8I@M y.b Ѯcmȏ4/;gu@S (ҽ)c&$ۣ<Ft.?riíz9?艑JQ JGOl鶭|":H;#h6xnK{Vx-Vd;4SCwC?v}.]|'T|L~.[E?Ói^T,v8GG)5KjdW%>{Cod-Z+Q}op5 @B1^cI5kUiT A 8.{} cHL?8_cA0#Yi#j=7eMF@=Nϯe&ɹ휺xtsWO}:V $xUvwJElhK ,k}執-Ihef`GcVe,b /I%EՊ'yt/ޚ᝖ (>;SsMgZ-e m;+:/Kd~*v䊸DQG\)WD@A~"(X`Y$>Tz?/7ڶ{_PŦ΍׏:oOEgQIնPr|g9s0KZg 1?:؝gb0g3d]Nߡ&o]1I tj4Ž}•_4^D`#x#}MP`u1slcj eX 䫶-sfBQ/a בt'܄:N)B´/lxݡ-;V0 b&afeSfeByS<-Ckrtwɘ+/`_w\̉$JxĽh琽vB}q6R=w &8Rūzס{~ S8?V[e|ϵ=+KI ,Yl{I aNRM,|.cqX jp:ΟsPAf}5BTu+X]ٿp=8#LGʅDYw% v+UaR&ƸE%4Wё\"i6$ {$oX ٬|q (+ Wa#v~ѸN|F`8ce"V:/}V8z OVj*ozA+LKR*2kjL`MarL N,_3c2ʹwI jc) XQ._A Y)?-j4M?ȑM嶍 [EwտwgOOr}Vyg1mjW 2gb}QS); 9I] bwEǻ&8dWނ~t˛]hG&{W{Ts|-5,_F)庛ZVAEfV+IyZl̩}ExJ{2ȹîU D@íSEs@PTh<󆍧ib:ûA0RzqFŸDI hq"B KV"^ygaw<[/!5p6E'Y@,#5' ; n⻔Eif)y#5nU%,ݘmuo8hgRX,/*m/%5 ~xc UD64a?G=}΍Zb %hZuZ{n1xѪgjsrImA^E|Md'lUkA[.-Rmԩ @o4hTAj> Ya݁Fe (d^MvWܞ.'V}#pyMJ) qj5}ogTU١DKu^ lfjێ&άS8\fe4QfkKԅsrPY/d;pE?{ܷ a_`*^6E#Khtc-ş SAjEZ;#t~X⭩FYN)pciy %o^XYM_1!aT!s˔b^Ќ ~kvp2p 7dȒ5z)yٹ[FKH}8Fw` =nVe(M)Wl(D 3豂W_,!wt)8F]cDb=WT*9 ) 0%0]i9[ť87,E>Em*hhSZԎvT]'.\a\'# 8g[ȰA[xp_K~QGW)REܧnn}adgUd] Bez#b2bF,mkb/58sS@DZn˹ɼ $;xTSSbOi_lJ'ƒ(U(~ E1>2:RWRLM\P-k-KL."ĎTe CnӜZ ڬ\ỈioQXI9M&Dk7o kJIPȏpekŇBr{B.qTW*Lz+!OQ 4UO 첣ŽuLг>KÝv`d9]kuGu`v#b@PC[\}5:JV8fTN735\a~K,_ũgܯ^8lo\ؙ^%3A|^Q{&L-44Ggp!K؏M}UD/ZfV|spe뗤mpGi]kKmZ ux[7 o=tkߐioHm6=E$wA.E@e;kN67^/k)AE"'WtOo,&N!!xxG q4P2,2|jV]՞רY'@Ϸ]i׋ J0_ƊU/h+c<ೊEAWFZ1Ə)޳ Q"f~E3}F\jyW+TդГr2OxoЖMXs 8& Mņ\ǻ_o945lъtς#5<L#e~L+cs(VikE,˨ 49٪R7y=Y Xr+lCVq\;wDOOqm%d8w=V)b40P:b|J[-fdGԑ`XGB7vr3`l"0xk:}D|2[@0ϊeCn+Qʏc 5*DA)n4)Yw~eO) oܘj\]%xqGLJ'Y5v4xrry5ffEvbqf߸|Ƴ4MVsC`( D4{Ul/{t `ZqjG*7 /)w #˭h:>1 }Y큨vIb8ICJV_t#Yo'Zv\ZZln|$oFl gJHИt#go6B&o BC0@]:儓c=L/#?QԄL _cрMVu-QK]n&Tjxu zv$*X0;!2nǍpKvrܜUfs{8)u;Cg*"qzLE;ʖf9E\]Pﵳ(h74Om݉Ay<0r|Mvy7;t҄U|7Oꁥrb.޸c | |%1Hx1zR1 ;R YK֓U?=5vъnl@"ۢiX[pq14?n;?p(3rd&+7'D%U(F {U1%"8 U7Oߌk(I*;?2`OJ@EO~\v1 Wզ }zWCrgN+o2{('S XuϔؖǷ2)fqGsR1>go]u\-=$JEY~1u ӬГĨB _L벶$gr-YtjZ1[z]={HY 틾Wљ1M 5w}na@Y 4S~1ϥiOP13+SWgeAb$%nn~aQ?!x$,EV{ ض\$D%bLE0O0$׼1ⷦU~gHfw#wΧT/ŲJpXXeix6mo.|ˇN-A˫'$ڜF}5vDTvsd+4nbƢ1GgkJPy~ESAS)}nxvȿgç1vi:s'w"ldx' _sX&pURxUY5ֹ0(nIBmLD#ݠn&CF5ԍ*n_#;do7N}agvf_p ^Lf!4ߖX |Za5; v_SOISL]\ ZlHƍۆYQ]̧ E_Xv0 e#n[JLԈJAH¤:Ǔ9\Wg8G-fM7iv e)&T|7~dYLJg;- ߟ64Xv[ADkQ+{mn'.Vw/lECnȁ,=f<&[MeT &MDBFeZ " 8Tskeʥps; /82(.jcqK.Dxg?!&H;&dEe:Dmk+]ۼbaԍ? wj0C7E z."D(Φe$-'"NjNK\-2bVfo!RvGx?br!iZp Z8ŝkGq|>b{ fb#3MLl,? ; UePfPm'K ߁t6n4Cq7|PօiށhL<ʢ*>XWf~0U{%ۢ-޻tةT)wzsNȐk1`YJ>wz*n=bW42$Cйc[,$%c%qnhv 3 l霔`Nm !EԓUv[ ;{Wf|;AXK^,oJc$owށH/^s%q`Áյ ̑dJitV#sȳ,&qrT͉kpKu Y駑N-I]c1>rRLXZ^FÖVR:n:ie;m uk/D{sKI&%7V"e"S2PfM?u]h-"Y?EAk]%8fEhOg\ndƮ-_z_S?qt\Xs_ sY)*ƨݵYDq( >ʙ)\ݰb&#+^y^]1)rKlW,|UIb0ShW8LKb!kB#_'irqC&p|n-<#yv[eEK\j fXcB1ERT `T+)E=mR{,L輭]2Btk'0('173B(^Do~^{U *7n$>L>r(ѝ:>윾R e΂1挝4~Bw} jl*e+x$藂ܜm ] d"6 TU>pɕ.1& ZT90 "-tIIwʬӮk̋#ZF2$=o  ~Ls<,P2+9"^GsD9CSڏӥ U2i)4КJ`AYWsg u:c򮗶01CHDL+p/*=|w3P|0S;l9< Vf hDׂ,4Ol4$_5fU)q"zGHJy&d3"eM;DQ Pk6o݆!ܔDnwb;Fc󆜥 OqH\\GS_WNJ_Cs8OØd#U!8i|% x2mȝ.MMk(KΎ5Vn@?ѓ ֢:e-7+R8F_vr9DZJxX׻_8q'ejKM [o],\d+jqnc0ߔT3{lOdzk,ﺞ6Uikc*K>N'!x\ Hׄ77j?S Pƻ]K1Od߽vjUZ-pVN‚%s8e0N6X\Aq3"Q;}^.5B1A &/$QВn,8uO(3Y5[?vcǻ_Gq#0f03o:%Idh-S89?#%0i@+B59sg{#xwDApkY~ PbwsXu GŬc JTrdO Tml568U94Nup3]ӥop46' }VCle|g]9 gI'5C2mە;VY C1]DkVlQ"D~LY% O֓SѯAę| ',_pښ[@5)!GȤn7d 7l ?aUԁ {8PnᎥHuR{LF@3t«;ٖk1O_awk;2/Ľyl߄{ w'Pbi%ꏏhOFx2L9) jAZ:oc{b V5m:bÅv93|Y0}u _Zkn dKIv! 4#ԙڕs.zHaDUP~[Dz,2mo7 5X=H_ԭUj19tʐu첄 $6?)b\9#Msr/lI@w?3HYFig5l%=Y]W6z0X~9G^sVU)Aܺp{ *Fjz?g{ZbPF)_m U//n bI@Qg*ɻedžJW>-IHyxc )Eptu2c.jD-ASd~DHM|k+6}Q`6MѬ~u0 BRr-B ]`wgyž@b:>:yh 1&ݳfsug  i#t; \kK倲].Q3@6­RN{2ۦƃ``%NE!҉R{A5WЅE;z +4~0WV-7d~X )MT#4p$NpcK7WR)PeuOǵuեCT~ږRmFMޮyGH+ _Hkɮgqިr<,a>1$7yOޚp]5ɶlcL+B׃6dҡ8YT[w9ݥ e;z%Qx ^hvVɽU `2Vii)t\c=.O&d)v(WHdZJ`%|wyFұMGS%KdG_[W} ·&6kР 36+޺9l5M!$ͱXgv'7v֌G m_i:L.uqTLϙ,6IoflANgc"C =S9-K%tS'7n))8Ǝp[,/wNdň!p{j12RjjbC+=`6(=1C,ѝ~>j`P!WeEy Chh@Z:(AmzC 'Җ3i= ICHm=)\YgC {-X zՈVCU3 X xw?_F3Sx"[[l_LŝpxCdLSDÔ^>_ge7b1b[­mDqnDNx2JN΃otB*H)KCee M ΋; @>beyH+N@dk[= |ܪ|ܤoZ͔ctqֆ3&ugA&m1ګ?t5%;:sO GD#fgT_%Pij*Նr ٠ 65iV;#|n3{ΰ FMoσEo0j#n ` |ՃFB4W|8j^.^8NC}bP9`\'r1>%#̭TptU[9*F/HEiܨɩ Ur }zy(%vUG 6$ pv{,{\ = yӖٽI@{f62>f739.+`ťNǂ\$inJ0vF3D@^x/{NH1&/M5Й%3u'vV;{z*K?p"XᝏN~(8Baf1x9եI褠h(޴*IX1&ۦ8%6HWqzLϭM2kC,INqDL³]Ii7ܤr.CwlRjNpxGE8eir x29b L[ׂ*+TF5-@W5S9"gDPt/= tr/"%rT/9`գք굦j@phKZ=^gzL딑f*Q~wBh_W͇vZd~cCU<ν)]yT ͌D0|4Sd8u>5QvV/BΚaDzuSIqWB.) 3r-->1f8?Gkeh# gM~W*P񛡐 rYT#!44W~u%'j׫P='\A\yS" xp%/_rˠFc+U;5ߡQ,n9יn P PWWp%:0AE4P gHz0de)z f3yir\/6cHi ʡFd=teg/ȩ4M0Ve=147n-KkJUJDthz()$.ǣw叢{/4!jr_L44kL:(s跜JtNAUmڴ́uI,ξ*B^;$%'.ψ {b=Mi vcT|r,E0&#QtzzmrwYÕ27cMg0hQ| ?%j q#Yjv!&9Ó@ۡ̋ @Vl牘awU3]n&1:AM#jNV;H&8;j xtfȳ>oz虭롗Е1S/>-.~̚ӃAv G0.q9șR#~Qfc'FYU%ϘJ󝋑^BJs?n}# uL -A휍K&yvUL-6|'?% .(xzAR+E/Ӎ}v`7cgA sP9Sy4Ǵ ؐ+]5"H6iY:~D_ *L=(Nm2ə&kzw~2Q_#e$&*N|"s YsuVzo%.if<4,Dd(r'ru,TsJ%ljQa=/ല*1~&E}P:^7gFuPrD6еLiպaHķIџ$8$PE 'NzillH/* 2l~F#XJOɃ_O1~ 1O}rDp)+!e?|\w TH+ F1ܲAǰ/1?WlaηYkM}{ vzX_TR\llzcq%Df`yW}TF0WRMmƧIZқ]mWHҪGB1/7VW>(u}eWBA o@Ci+V/ *cUΖ鐼g?6_$P#u}` PGr_-yGxrQkT8{& 2uIzT 0AT3o3),|؄P;g_ݭO/|Lx~@Duڅ_J| z%;ފ>?.XM_>t( agW% Y=/7:N0__ϫ=C">w2 GAyE߫d%. ƙ(gywt^=m ]s2ONGu ٮl6.<|WTߝߞ\4´7qE4 &R gp'.ՂuuxkœxLHV(wJ0Q9Iilhpn:|-J:]h^ڀ~_&S{ǁl-Z؋c P\B)u:mi5-p-rh0~ѲD>D'= } G SlPݽ+.PI JW>`2Թ1fP5lRע keepVHXG!br\Uֵگ%7 4a 0Ev vY؃UF>U >&N*jelm׿6ȾyI{jZ"5KziW@`"!c%]A 蠮%hxM'^P.~n0$hU"jֺWA lKYfC|Dlt|ܚsWKp f0-?Ƒ>؅]V3T-5gq7k\&]"= C vqh@!6zU%d0o {61 unmF'!`@mͺY!`2;w 9vU-򿚔dQ)R#&vw ">v0Z<V"huI0> U/ϙBXd@@ Xvxd,DfJE:c̆Ȭ7805p(˭9o>huQߵ!N* 2nV${c\Fj!SVJ^/"*Elx g.h-.U(1 lQatμ D+u"2;Y]$AEہsXX[6@*)뵽Zǚ.FĀ׭szՀ #?RBKY 5I[KH%.Ɵ&fEOKzT%r!D)V˔t$":oRr4ۼc|p|kG%E,}8NϜu`VmxŹVJq*~GhI` ?m>6#ϚT&Q"1ৈu PRׄ|͏ϖviҞoE>z~e[8 &sEYhYL"VB]9UNYS!DFf&Z&M=Q/©Z)i`Y#Nb`.iK9ѓZJ"ϩaڞ""aEpݼZ.ubƂqPc$<ۥ+@ :BdZ Z;afG qB䙏#g殶R ".O6lO?%Zԉ!妫"UK֊T|0n\sJiMj"wE{| G=K_&fU!zXb2_z CԆ7μcwg!`Y즠LMk)Qo&_ kt(.eTL_qrwY𠓩o-fu|bGyMo! ?J46l6dY;gH ޯj^m=xn^K'g3'!8d doͥ%hUa6E C{Xdw|rkFCnFmzw T~-!QreH>M7edލLEzmP QT/ѫ&)zsw\g@ņL "K(t?]-tr&w)fl " ˶&"hƈ92Sص^coZ Bye0 ,}ˋ@̕|B0c}BӲkMͮ!˃\Mв?e$ ȪzO*XsT&}Ƕ%6TM'ӈ2 V0seS׍AT_I@<>=͘Qwp\Mmg;Pzn66O|6{X{ACTׇ;e+%> WUQAoaɤ,urqzoQyUN8/QVr 2()3 `^qΚ3E>6 #ư>j{ nTHA8A~ a~@hq=$M-Ÿz@9kzirE~7#Dm'Tf'/RW|FGR`1 .O hCCd?24u2w;Pl҆>0u6D~8^L&ez$ /~q%EEF5ץGquT3ܢ)ƢbsJAyR>Z! c]_,I^_L` K 3(olH.VX&^g"l,ӽ#t(lJBs"=jX&ֻגvz=TM W.܀UKL%/nUΧx4Y~[2"t=A"hs,c,6,GhtX=:(6|V/q8IŅёV|e< nL{FGr1`]ICLXwIsN]/5y yڏ@q̘:n<=gb:kݧG t{p^{.a4FDz₟5މP2+t@Te8b+!n["ڈ#}9!xyl-#uaS[h4k}Ƽ!5U@=J! EYv4TI 111HÐW֕ͩȷU`oo 0ߣpmyeI*y;4PX4#ލ}H,Ld6R輭]2.TII5Hz +{S׺<µIDdE|=pF hWXR-;i c/F7a4Q+т { NEGW8&Z]I4`\핆N2*jt->kwC|0utׇ-ݐO+ʨd?f9Q74(AP;o@4㥁0g7;_If\ *+/σ @~JQkK u@E@+Q|_MP큍8+i^ut >8 C]jDT! /_O{a|a_]< jAqdxe MiƔUXD*%juƸFÿ*54@7Z]jجNK\$y$ E: sLWTF,5JZ/}I v2rEfA׃;{Y0+qYS+]ڰHi|UՔCNDr5cs6,}jÉ)mZ?1ؘ~u{7ZN1yCApr( ņ/FapșaE@#W%KP;sǥpOv/_fcojX1dVwB.dX|mJ4ۤ(xܯp(P@GLBm7V,{/Xb/߄z`-+uO@90$t]}#p2ʃ*ZH*db2<A{Cqx{\]Mj Ty :PWgNz?0ن Fj'%%nb" i2Bi7ʱΨⰤnԞȞ htEk{KŒg탽>͸`K`G==\̱S ,Khn(̟Cмx7.LόvyZH;l'x֗{h:Ũ>V7q\i$!ZA.w3Q6HoF|աF2 k“ 3R7]J"9D6ڧhv3,P 'AI/.`Ji ,VES=оJl6Hi ~٨_80vCN[hZSa^c#kHaq,{6>ߧN P#CLI#Ghw?w$6N1x )Bk&T.ՠXWgFA`tnd2~vO, 6"`¦勭GѲ 7G)AS3{ "QLz藶Kٷ1$XBg/[8Y6p:(1r$p{pЏI ge?sC jʐ6V¥=DZ !y? bؒiH l2e 2?U֪:OiATb{\˽i6: $r(NM43n],Sȫ\{iEEgtvY2Z=8*T2jF̰=`rWddt, WW،Fov/%MĴIk fJ*ַ{\WT]`wvepz>RNv1>an}*aȳ^-"J&yl2DlOh"c*( SgF.^᱾Ogof:A?&ӛF|SPm}z!*j#5`6c%c|GkAK8$)[ u\ zߚȅ5DYkPƖޛL[V6_X%%CB K1cf}fL6,˧M*cu~V`jK[L6@zlYTJx{Li<:ڽ6I!lbQɃV*~и_K 5np? m_CǾy64X[ yˇ ]K7X'TWT$cK6 bVd>ih&cʄZ{4Ϯ!qe fPP*Kb'|paMt؈? ^Jv9hBL{ ⼣gA $/' oDWP2 >'%7HD5E(beUq=놟{m:F Z-yzNI\Fnrוsja;N"7,,3b>~#v5o Ǩ#c`PÊRڊ~8-hPv<Q(]+sDv9IGm(`Ҳ[";8-X1PT緀%ktX,TEAm;N򦐀f$9#7VIa==o+ѯR՚(*|δhn,< KVZm3GAسA'Q^~6C"_Wyy[i;\=6vْ%`-NgMExsLǢ Q!gF0r|ND\9V̿-{t* ؔPxf{ ¶7OT6:; G>o4R+ yG} ~卆D>clY$qS0|cvmzC2Ti1% @z7 |ԛ ŰJz>~ڼ~0)0쬈B -Ʈt3HFY8>c3 8)mp72P$ eơ-!Q)U%d'*ϼJy,3i4hP Pa!4J/+_lƀ,mwAf܀ zY?}íG&_G,z`vXN,.ۓ#cN e k|3Xe%3A%HD$QPU(vt%LWbUN@56$](skBؗ/$4A[~zciyw| sk:[U] ׸湋 =LYDU?Oz҃5Y֊Uo_/C2+˽~uI<$clnB*PYj]+_JгK S<4xI&>:l4Z1W f 1yh5R|屷z_:l; b1 dVhV/AcV 'K'XmIf+ҟ\ Nu(84*}j br>'XN3gj^oߢ^Dz,gl*Vc8Šх'L$MmBC0 3048I}ooa[_+xaZܞT2wۨfM NfO6iSM:̴k/NTVOOVq @)eĝ̨W? ֶ|@ZNVQ,}$5pj}cHb瀤9 PUbq;S6C/^Lk[wKI Ry-'߹z`ܪ5ktJaX*PO:hL8ܨ yyMmnSna@HxN7>T|\ifqѦ)=z,mU;3 JM V:Ա:s"9~NԓKAW *?<ħ `cK*|)y% ߁! ʍn Na~l ޡoB= .A ʇtv+@ T|8Am?u̺KC*@sDx(tmK^+f4?:{.fDH,@ZAa ߊH&ۚ4ߘr#wnĵv·>K#3Vb\hPG`c3?eehdD~-RW垑SQB MCvOaEd Ü@IK:lt9 (Qxs,>8T'{0T+(* oE[*5}[ ;dL8$I ,Eg& |@h6]G_5 9%%BCu*N'wP.ۀ,;96r VL4q9kdžRduLѝ`M|hfcn]gg7kkvݤ`a H?}%/.eM8!4rf1Ǔ}lӡ5=Cw|g *PۼIֽWxR0T]($@!tqL|B(g  [8fWyZ7 .doRHƶt}7i֞oG[vrv4wwpy}}TtOƙdޞzQoGuSK}|e:%/nfoy(В /Ee\Hiɺ5Dz/XѾO|q$''XX-$VNA!x&~A$MuJt<~pB\d.xX#Cnl'D,ҧ̜JBg|Rxys5[b&TlJcL^C}YpO 70P3HP$Jvclq^L!:a/Gh"F /35kkGtChdM -0[TDD}U= ɭ_Ewbb<ބ-/:w;#U˽M_/&QP,q5yf>&4``.ؚ NgX أP΋ܐ\%\I.H@ wvZ N0]MmJڮyu85zS^YVWN)Y)̩X/{da|ZU|%/IV:2g,o<$m˃#ބ43}ރl!E%Mkbuk!޺cL?+(알a#tye2 ǿZDm _  V9Y!Luf <ޏ՝p;d`M-u^Ve] ҂ehi%vN8yXyd1g} 4.∶JbN0Uj^B1]7TϝiWX/4 fui=>UXGIYu uyggVR`I>F^rz?_3=k AS4a .)YX%ENFgBXhU$+==;֒(E9o`^ܱ9Ր'I,JUXuKmwv!߉Ĝ#j5B AMIܺiM8HwYR m *E2w.QEN/W6|G{&44T q$BKJ} *N[ ` L_Ef, = A.:OCتVgd.-91>)0z盹 r  )D]Y葌j {p֣~"yZpsA&RSc6$8JҀä*/÷;krzBbPȒ`LrRHM. QTQ1-lPZY' +cs^Ձ,iΝlވW3bRíe 6CuOЖ6IYADF%ݫ*QAI@]f*LX!#0,o P-A}2Ȑ21?̸NfiUG˘ nzwjSԀXzhY>p-]J޻"KJ~P:J{*P66<+Ngyq $</{@5^U:Hu~S>G85EJoИGн)lkFJG 'E1 :ó 5.n`IWjJȔ3Eftvf*{ ϐ7GH;!_Gg 4|cTp\t )ې?!O_]6P ir$ xo>Jl*PqNn;'۠a]b\5BA ]\mMQ1P v:>p<ԩ__yak SSf0c-}TA1U)rG^W*;D1J7Lin[Yut,%|-S"QmfQx+-9<1 [w?1g%gƷ%逫j?rb=V``m̬q×*Rۈc ̞4[9%y+@S #DyͩǙj1o[2{lB/k&zI}imC6j%sz*ǠgU[kF L9ÏP+My.Wl" ~į2,@4H- $-4+x[?lɖ#}r 1 f@ L!;K1UK>@vgv#4 0kBzVuEeMVaIhWs7Gy5Da(cUΐI,dS"r<)5Q2X fت^S@5]`BF3V*BY6?2Sl iC[ o{&lD~Uո!gw ClCڌ1H]Jp}DV-Qg@9rr&iC%CfMsˆ;F9.|)w|)l2hnxp(}:F;(a!:@MaM;َJ^%L y_i2{: ݧVrM>rI3/v*)Y(5|C@-^rx7@k,t?y nh-O_ڲU;Dnd5:wb&sB뗵B@$`31>| 4fӲ򺕙$ljG?w*BLSAg]>FΥy6LN8‘߯Ekƚ٨PeT FHN*¥Q hG F)V /nDMv%?Y8BÞt}AP07[+XLcJt!99_a׺3@ HwY=zj $u/%ika-$va .yge0+?5)o %ۜPgCӖxso%)XcO'BDw 5E٣]i]}QBLcTi jb~ڗPN0BbmCŻaD#!`NŚ†rxi6xva:KAP20Q5QUZ϶,[MF8'>zNי2ӵ *圾7;ZAAYWHzDx~ ÜάDыumS=NJ՟o(!z }k05 + P"C|dT[ }`t]. XkQ&*b#$(x\3ܳ]yhFnR;p鋴Q|fODJ1 DױޔgrSO|66m,¸54=|}2Iv ,S~܅) _9@4L$(0jiSf'Ę%\o,"D'z4|O)08p\OJcXspBjRrMU e2L++}͞ qu:4ch.)~Gn!arNk&hn{@WEb[{ ]uϿ0dz:`yBI4n2 1ԙt^hp@6> q+T!r>6s[PLo^KCʬZlzUm,᳨]I3}3NH஗ں,ETQYWFp|/3VRȴ{ex\o\}2wI?.97QVv,]6Pfj0@ KBt>)NtΗhZ2~VJ;zko3KV\\\>zTqFWz=*#,p&5L?dOibގcRv^]6_0uřvuG&65'{²8WkAMk )v3i0.dSoU|Np‚ DRM e9uCR65.nB,P:f9cLd.$!$-ZvgK.6Ct:T@oǂG̹u[׀$ *f/F\FiN%cX# /A8"ɕ'yt೽IH9 2hz8;<7XvvDE^t>]$(h^ n7ƥYQ)Crˮ':pE$< ebF4$.;7ZWۖєZeJq#h`X/ pa]Om҅'8*^1X0/Ъ:ڿ(S ԠH{au~NHj5P+L]Ǜ@JEWĶ{V`k}\]/xjhZqo @3A" i{&JƯw+V\8N[^NKF#*B؏6Cvi6(%2>6g`]ڱ*N2i[+2W2qoKK!@>Y׭ESVRt|SʅmDҺ?NP M=նc5/-$˘TXG%ҎϦOU`rG:iW69g6ϙLs-)S.0*q{b8ED Na-%zc{j+.lqI+FHg&0(y5CHq؞uqd&1ϱNNx|On>c]ėsR#5w(FvCq/9!Ll'5z qxZ~B*Ԗ)KRiWQt qyQŻqz뱞6OhbtTɤ C'Wr21:OG춦#kEQ#+:Cp`I LQڍi5! }0EGf!=J$vƸXo5v=+c<^yb!?UBAMoZˡa_vC+EŷsB4r:AI{ y4׽Ab79qq?w~M3Z#:AyulmSO$^_/w[=1L3`-RI.EzK&g(]ٵ/޸ʚe%ƎXٝR2xd5%lf6w ^6E߯Tvlu$%ϑe|x|vzq$b8g5E6ׯ6"N ]`d?(/6\ szD ,,(%"cp"&cמ|$zj/k ?Xv*Fkͩ!F[($[8V,R ` ?wz<%w7f*V!,IcbFH<2QZN-(Oܣ˼o ܍dDäG*,#@@-9b%+% zZΙZxm[[kyEY{{ܚpF/M,W 1A!3O/r?A9lIljTkZH[ՂF6BՈc̏~M mGuSO+dw[DPʄtC_2\,=#kF`uT §y ]L%L^,~_[Q^Ŵ,1l̷4 i,w qhdegP 2U?>2xNM/\#d H#ɑcu) t(\T',cz#̓Q*ߙ^z F&,NE0L %EqI<ۯ9x ,+eV0 .Xx\J~z]!Gga1UIv#Kc-tGVLe .ML;nogژ8l;kڛ- Г!P^"`"{^Q,I7 W@ǿJ"(a2jH_RB'ֻQQL O0*O< tP/s^=' r7 P)60>r /Tc6 $ۑbQVLR=<}igh쀀0R?z7(&N1_s?+6`~&^| )~T$\)4xyöDp.ȩnE/YJkvrjulol63AЂٱ6b8UNDXdae\jDI|4e*6ĕ}Nlj`ڷOSyT,;6[w9z65%> Ȓo(P~tY5EˤR6 %Pj\;{y[!;Lw >Ù"i 2r&b԰Kvx8fIXvK5lzԑ @wlZ q2$iFۤҵz-R03wLz\zeK)U;c /Stdϫ]Ǐ1n_|4֡0&n!#}8hIP38}8UE3IQ81;na6&ޙzRj8qRm8)Y͊ SIz5:lP I:bsbPʩJ$ ,E𗏱ݝ]GZPi8Xrd'BB~6)/9/;AOvI_{Y62h ֏bq80ԽR"١ X2PoP[Gé0K<7gzE 5SZRW쮷XMҠŴ]DSJLj$Czl6x\e&絧vGTWs:xe4V _hݏŽoMfX #ѾWdfB,Y;xy[ueDK8̙+MYAVk J"h騦Z%o?|*\2!/ >: SI22+:p|%U߲\քYC8ŏA?qٵ&.EfHJ?ZܖC Ƕ\o{5$hn%)}? cUf5&Eتl grg63W+g`eUDX[$ ?}?#ͽ$}ހgB#1;q:pjr>@I_M]x CϾ{Y[9m7bQ2ѣ߼Rjg0u޸ޗһ/!DpmT=iqlvp?(Qb߀wQyI˦kk2:,T(0}h37: x.QO/TB3Kdh$g &A؄>TތE= G^\MQJzΦhGeA!boP){fBYӱ4ꦴG[ZĎn6~ϫPtŃ}B3dh7Q4Uz'`P~囤 YLJ)kiҊψlBv-S?hQ hٚ1 ^U`8vbRE0:c;L2LoegIW!fByOsQ# mavhJX؉.|F:buh`eb񤚧sx IEي<3e)PRr{/Z,5jm+c%}gE) !:g'ө1a7F/}J;r{)@Id.6۰G`:_ۙ=̡"@8Ѐ(q|{Pj9ɹB^y:h:Xӓ)E;9Ea馝& 5*b._;P ˃ZBT,;Qjԯ?+Mxrbk)Mxͩ&U3NTd'5O*y$c[mv~>iw+/qp$_.ϙIhݙ*(d#ynn&,G-cÀEVD$OuQJ5˰fxiL*B:\9ER!80w@Jr6I[?J ]ۘVj]ՒՅW2U6^?6Ob7Aqh,]1PjmExTM |U9l>K1;$46u܆!I^fP4Ղc)FZMKB8[Qr }OB`$2 #IqMp߸7*PBX. l`ā!T ƔGl{\cbnuv]fbMqLQ1dIkJOtJ}= H2sk(k3@0^OǙf j##fc`ȕof+KÅnȼFt`T/ ĥ+9j!4%buզYc[OMJFh\jU+46M# ]wY}~NR^b|:st=%kH| (Э"i[strbV73ұ@'_8!ukoY}&ӄbe{㹘_~#JC3rq W&IS)(MxltlTϿkM1 wBcAiq&bď6Ez{.pYIR,Ѯ2aGBCA3[6 UҟIevJᐧfVrɼ{Գ؞aq6K-tEnpDe+2Uʇs&;rhn3B6BB'G֐!4Nfe,Mv+PYsęȶjB NpRfkr.%G?/.#\KN/~maI}Vvi~qx.KucX^dE) MvFDBEPNL1d7#:Qj(gU0HW(?u&≠OS|\Ae |\K@[UT3vp,³,FܰX{p4Pz;w9 gj n)Ks(P 9}|؁+3]ASXOw2l-!؈KB0A 'Qk#4p5sӟͻ$"J4Ⱥ:2z9OpqLCZX@u ^UN Ǯ?gPpBJ HRX>Ąܳh8Vm;}j0+ uGEvfa"xkA\{q*O!SUNMϒ砊?NZ ȹ?KvC*=7`;`%n;0yn V"J"?h.$hT=2i0 Xڝbd`bӿSuE{튇=?׉Ӻ\˟۴ll!.FK?EzDM|B㪍lzÚ(gEjq.}=/l)&!T2F0 gx?nd/0y% 5KXH!a10.dg] .Ĩ#JSZ}`ȎPQ)?jZ'Ov[#q^d17w4{)ip!\ɼ%QvHWfCw4oē=˟",OgbsԆVN̐cL(Qq%۱CPݟEt.4ckBX #qZP=䃶 8ܵ=OOEkq:n _dCw6.|.~=r=\J[(dzr:0NaLaQ3f 4U7:q]Vzг>`nVXJQk M8}e0+5 ` lkEzB<]} Fmxp,*t˫>%.?9PQ7ܙV lX b_ p V4x&;t'kҚ) tktR5W~1~n\7omEIo;$!O=c3:!A;:]5Yֹar] Gm :z9- iފ؃zS@-`?~Ts@ E[f:ڐ7sc/ $EL<92{o{q-!QU,g9 >`\yBL+[C0>EmK}C,랁{=&yL]҇;54N125J^g`zݙWʊQ OVʁo wUAɭH5)e Lv*V~@wݕ$kJEw)QwnӧћXyU%cW%+p~|ud؊y2nuN`4ѹAF z=(Y0u{ ǐ-/ذhV2cqq 0ՑQ 쇋[LFOs5x޵FS(OB֌ Ə 6 4e[o4gyҊ cߕ{jp7kVs0S&S)4p]&ov^^,ebx ` |alן_q~k\\sU?`Ӳu;ٚW`]_wfJAw~hzjsE0 묛Q-ڟ3pH%V7Y\3>}z8}1#A8JsGyTY VVhz :"Zr$z!|9mJ4<*sD0n w*E烲zgWBe zB~o9b Rt"M:x"dىnw[/oaP-x)akمEڑ _hf362s֢|D"Z5`UJжBK8vP?oGEa5aFks2yܻ㉱ab}Yr aM0_#@\Zձ%nzrr`ãD 6x1Z#,MjT^U?quAwQVieSB AHyɨT<IVU3Jˑs{> Rլ068hZQi Xe&ZᾴHU)q3U3 [H$siuub+~l6YTf66*r.BO3&Wahvtɇ.c7RdH %iaOT-ti{߫2nQb 8`}ŝmO,mU}d.Zhc(%1؁aЀbo94K$wB' t8>`BtPBu'HE[};؆h*ڐ|ZCby^8_\ ޔCQ. А)WS5Trfb.Xʔnꡉ akRDo8ҚۮPXǙ6{*18NQ ۓkU}Ta1ɐ5S8 [ŇpEǰou*=Qs )76m8rV fl)b`0CU k|k;CiBm $Oݦ 2#"Ԍ`t+ >p)Z9;o<.FAPc\84=gTBA%VxI7=utDeg_ԋ~y4 0n}%>iW>"n#(qe!Q߾MJB`]ҙY-S+(.[6( G;J- 2'^eVC fj><+qX*oiW>H&̌>tyN8: uUIs݄'x!FՊdDJ0T[9\KM9>uZ{a(~lFvE`|GPݫy%Dh!Qn}n"xƳZs+Г.}B 0L}$  10u:Cn6Od9l;txIBYUO Q/h|%~ȣ]Kp`2g8SvP(3`7XV9wk!Ry>+2ܫ͔hڦҞ<&^_X8]/b0;=B^,]~z=` hbÀ`=p 5:^nkt @3 c p0ޜILχ*THb -itq>*ss<^NC (RK/[3}IlۃV[]~՚fhvycK)<AuUy~6JqLSgwhifHs@Cm'υWEP~8s&_ HO eawl8i7^% \"lPLs׻ (O}An̄.S(xFcaόF(wo!4qȡƩn}fGJxYʧQ'2y 52KƠ^U6|"UbWڏNwLzxX$aHdżM17q)Y;1|ΑNA $y%;@0E1k"cJM$q-[_˵OSi0 CupRDv9${×3lWoonoFvc} MClx9X.Kke{[hҮ\ݚf"ݶOG{BcVPu鮒e6K=Ciy*"3r!M :Bi~9 us/ע^W |YMx Foayo:>zo*d]<6z-q4;v^UDO~2Fn48S(0Ӎ/MV~E5k[8^:H@I"HytqeE&됪"<"YA#d]3SN7tO>p5*=\0T0pLD+dZr AqQ]sBrB|]m0 z5a3C':ul*w+_ ^kW95*#vkWF*.D<C-\YC*VS'1GLfD$vŻ TȧyMEm AAV%# SIvm_0ĥq<4.Зi_m Vt&js@wnԽ;Xw8EG0B.dnLS^v%ňu}1<(^K: H*n֯K>4?+t'dH|^"& eC7@2y S08,L=,%f(5iW/-fjѮCWi KzK+[|Nl`)t׾n/3П' xN ?[DpOkuo#\ I|ô5o>T!,}dW̋W.0^%z> kD${cYOΔ{7QV)"ەdZb Cqt%hk&ۿþ CAainqHk SUqJQ,ۧ$B4K$YR2(|{J>0C:^(d{*Fˤ[%b#Yͼ- v{T,))zCNBlPY依a7xɎN ]u2GK)SL3  O I|]hudur0` 4yϵ䪳…R0 CIAwK)TOXQ[_6 P.:U>TɴUh847?` >b9v31Meh3lq C8 Orfl>X\-hxd|}p<Gd#:ͯCf ؀ݻȊpLiP4Ce',7,7ãet"% N Tv;`fi6޼*W\?] 1㙩D0r la0`6%5%j8eFSQMxӎ [:(c.Qe_dx yT%0eqɭx bJ~-7 QPBXv C,u S|/sѢ79k{ctCgEثuGIǺf >KȞV5ۣ<*Ө\FƮ9gdqAn;ڂ"9GXPY2hyQ#s~)a9/{7`>Cq#'vq0mµLEY1$D8"#Uf -!Kh(s7nN!bhǽ$;}JA @N1g͵EJoGa[_ YzJרzac+"@99:TNecK%Mq}(}PU =)N松Wq|<$3/|qGYװprX+6ÔvKiV'xUDRg7D(h l'z6D_nMhf $T&hܤ+AR$RopqQS+KkH1Gׂ4DŽO6 zQ1I\|)k-Q$Zy߆i"^A AГxwpp)8f%&D2QzGmhcN&vili;sapiniޕ޼'_2pT 9̵(ac>al0#8ѯArt^a`>, 0g~!2[øc•ATC+zN~I})*lA 5Pk}FL[z|)$NX %Gl/ "|iJKQ!Ԃ֙ =# *H>u:(`ս} Q\uͅIp?^sKe)8SOˆtkTvrѧL" vLH$*^]; w3VF>lVqUiNH-Ai0:wCr^%QۨU)? i1ĒHd^bF*5|c-@ې)MqC~4q>nn'5ƘeM&"HlhE#J5烒Z+0 s]6F)-K?4㤃=3oRgA:,AZX/gkz#fQҝMgǧN x=z ]<$5B;2KJ;4эՍ5̎_Gts_tudNMo3̱۟X88TB@dmjbuty0w:]EvTrY׮oBOefRmLߘ*VZIdQ5s,XWHK &y,"` S15|VR#0~Lن%>wSW?TwPBX&Sᑼ(T'n-W ni>/U׭׈g"5Y5?aM&{I@Ag`5РIG$5yOL?]qx3ܑ 0'VV]ވG.uxwA.4g.<`@\nql#"6NK.>-BL{J:V6!Ke(%0aH8c !F"ѿ}휖 #:)_Z%ZqQƉ*rʹ ~Jcقׄ _q9%mUM1onda]Ö[R&0<`ڼbxꃠc6P?CkZÃ0F:$7UItԵ~܋@CJ zQ  ,EK~&bDy.-]'{gIaOё6( 9?{HKxo ;W(_y#ƄXjϱh 滨R4ȑ8C\WoLMymi+oX8(eYVֿ~'mrIYQX|W3BacgP 1 CI2vI>9Lͺ@:U+ET5+h<^̨w{*.ޘ:H,+1י j~PecͧaIzt^0m2~'fu!c-q!2xnh| Xnӯ֙t2(b=@ M#81Մ+s<ƍ ACaIxe!4Jl+Pzs\;G@ŴǹeQOͷ99Ȩ{) @RgԞPI|Ffԙ 39LC_^+Wjo30sƔ(Ȥ 6~ν[zqdL}NaN)nyӌ`ƙTA( B^O"ڷڇS 13μPbz]kޟ>RtKI~4 ' la3l܉UDe)jEt,=ǫZRM~\r?,@gZ;nN d/9J#7"1672c99fs4X`"؏w;5oR(8k0ׯxGĩ ^]Sp(B2n7 ,ُkL`MMӑkB !i%7GSQk^1~xD#0:B46?vVIb]<&k\xn=K\5RM)k@⏎Dqy˩GtsBaGy`61x(}L`ֿnHѐݕr_}~ˬ:kaDZT~O+0Ae$Ӊ钍 IVQp՝9i %[܀um|<Wܙ?&9wCDpp FEDY,HkC>qek*!x !6OMO=Lo0SՇXw 3EQ Tsr9Sc#l_@C '9>KKǙ ١! &в^Ʈ\Yf4OLmNj5vJb2 DMlc>F}L!ұc<ѯayV:Sȡ{dZsGp n&540E١J&zmvUjqIx}MSsWP.}k,m 0)v)C;OSQh }c(y߻CwHf7E -f<م[:؉H2 &OfMZ˹e(ŝ:abW?~>Ϙ^`|`+9Y~{ y T:խM'?fE@_ vǏJF uΣ<ڍ;c08ևh;^b8# |68&VpY8'Aˢ#py-UMkcgil0`%:"E*-Us6N' C̘A]jOg5~Vp]"p-GI)F|<2>WDv!-EʡdnbuiN"̦pC "{i0CP3}ˋ܆ohC?FFl *=:,jܱ]܂؝lg'zPq,JQ'/qD >i@ |^jUÑ5_QiN( ,k_|N׌R>֛p\'ӯT1{vd(NiKH4B$_h}] Ml4F L뷸bDSC^+b[dUȟ nUƵznsmN!lJ-6Yyq"NFbq;cv+v?=nOd#q[+VLRU]b HL'?91P?X'!ra<EߝY*\غIʶVjox,]_lUӮ(DŽh01 {C'ZHU#~y0rW-RWLtHRw)l"#Mx'0,Vq~kh4ҋM!p?#>6hبsH[rs}:`}]V '0+Ů`\֏2V \`'!H~hDb's|4iq,}괧ڜތm0uKHO8 wfe5?Xg#15e|{iG-y$+t[b:e8.}zcK .-sK>THx |<=zX(7E8\Hϥ}J0JC@@H&֬/R0Vτd꽥/م2Q$}_Y[HX}t/;R5 !2,b jP,$T ZFqZ45,8'Pb,P=9!B$ԦԬ_t(웪_7~WxSֽ =͔)eG,Udlx=vG ,V[}ч !RejѲWq#j1\h1a"?!qs50Hd2.cQ=w%ﰼͲ\ki͛[2nx߆7QgJFeTݘ+ 0gK6x<fvWDžO Jt6ଏ04PGJb!+GnƚϖKx'٩"Z534Z4Vzd!m`BCZ=OLB `pG1A_DRQ:0.(6uVk:ʮ[" Z//DD GkHpQTҁ8Zm[")*鉢Z&]Ky Yx:o;ݕp o1E>m!9?_4$ءs(B{!J 2qMԮIxsOBbO(̟Z lڈ+=a]\x`óVjWH,?җSbcd!,}k&Zk:΀5ӻlZgީVX/R ͦd6*9|+.c(]g9]"F㞼ʼ_k#[O\Tڽ[OOo`ڧ+]I@aS2QW7/SHgZm1M;96o(S]`Ulr }?8UY O\Ha!Kbx[u?Qci 56f{;%Lk$a_7'J"j^CO+ ~ tϚ{;yKr?BhV<5ѲSu,R>~?V麯.2GÊ )*઼7{i-`rsN}#߭ZH5x~C$M7gzj^Tqv"Jfr /Tkw\iD̎3o8Ti.eFE*TU3bQK2`y/Q|D0'/^JSbI-A w!g~bGfŹIg 7iw?ӿ2Ȧ~y堓+C9T~o}i\GtaFN JfjdN+e/oh=+QMi!ġu{<Ɋ$N|_]C^m9RiF*BQ@~,4H qܮWl<[Jv,EGAOTz@=HǯUTA*˙o3Q[3PI̍>+SSOgLZifajmEY  lZD+WߓF<0 }H"-&$=w )CX׻P<"ffj焏Z=# |td95m(8AkKzVy'ylT뷑17f&VK`ّ]);5jȗye)p(*駁,U*_#ɹ^~p2n w#[Qff8|5GnN¯!V*YA2gU@vCŬ95[޲%i?-w;$2Tx.j0.!pϾm\DTْPW^Yçq{D-&{f],۵@Wj-yZON39@7*35j:_L ,y1seK\MH /0V̝JZ3gbQ)1.UR f5SrzOe΅&M>Y۵aչWr_\SyN-^xt49@=b"l@.Y|-9Yf`SB+7Ծ΀( KLdbD'CIɈ=ZWWTі`]f&Kb1>nyֳ4N{.5 _X6A)^9+My, GU4~w1:lPцTc,ZDH7P<-`8ܼ ^_n` l@iSrE-za \$þ;e muI~ft[Mz;9tFJ7b}ZGELaMBtb~K!v#T^р6Σ֚˧4ğ3:mZ OC1ĩѽ{$=3hu& I7Ć}݁G9Lko'ixYqgËY\fx}-hP#rBv4r :8s*?8T/t5 AeJHE$$OM }6Ye#z߬vdpD^;?2~D򲎚x鼾B@-R${AL~M6VLQ"GyR < #R6n1\,g6'ֱ}[!EV#vmXH6I.CL{ G GW ~\YN$nF{n?ln@DPVfT+BwvyЊj X9P8H{̣oHT=/e_^!?rFgIOrBc,?/}6#3H@>$)K5A/BkD׬W;75S A !zh8&aߥ;4H" J u:,Ufdĺ\bs@UFWcy E[v@/Ԯ[HDQYXqs?` EXex*A$yMqY ɚP;Repp᥃F@3`܃ᆁ㉐xe.9}S,7 9kKcH&v+W4lH(İ_ J}U#󴬡$ y2 -l=B?&rƑ?PVyFD,ǠU*sr0uJ<[%O5)VaϙyiP;m-`/nԢt@Okd*_53Ҋ!&O1 zrə^_ζϙ"ʏ%Eu7)ASE}j_8Xmy/;v_ i27/ 5*gP{ p"b :R8 zz|3 .Oh15QE##02CKVÂlQ9 <^$qI ^bF)ށab SkK汞W{ ހ^%M G29K#\["ų5>yUFˀ=ab TwH<eG-ߩ8 ꑪdZEDa'[z Gu dF<1&?>>nCN~%YyS  /މ̛գik7S*" v>O3W8y[Nņ-xOxbzܑL ٷ{B;؁#a6OUb< P gy!)lb7҅ZlRNnbOXDy셀fyCB_WbA1RzA0EF2y0%2s[AQqL7yjwr >NVAG 2k.B" g,6WvylEvX z8^ps!/+ӝZ뫳 $k xa|OIu#(MH Aο.q2a4Y|D@kЦE *XGԩ"aG,9􇸜 ;4jߊLtƯ` X$6M-s~^1jAH P&ߑyՠ~>/6 BsQl1XQmgbEpʠxE:2h #bmҳ*eB2ӟlzOL'~^D@k(@QP}RB" ֳ̹ۛʿoH'W@ay`3][n?iQW!F@ӻ`,g9(-v:ju\)uhsxgV+*/Qw| Ս/z. A%Frh6$ N㊈av ;EU`W5LB.+Z!EvV&-c6⋀W~um/ڠg+H9s4uc3 /yoyCߊ1)+!jL. ! W  ^UT*_Xu6Sj+wߔcSH 0H3G6r3$nMIC?l\]L79I? l9pb˸zr lhRS&PIͿygnKSM.uYIp*4M,33 X--EDv,?MAM^\;}h(K1j<uaII)>a7&_SeEXEӱۨ1-+X+2E<&)fP /yhhd-q/*>2le^k{7/C.)f1XƘa謎)7Ī؋8xY! TLiH׿XwVn1Y@M~`byQy/yw_<@euanR2Tֻ ?`/_7kz,l8f!跎b m |d^NXj)T Oe]?IjcsoUfG>dNcrgwwdh ~՞wWi]` dDj- &sd~UۛU-wTCFpjs8 Lp[`S b1q1Kw2` EZ#}fN5nCUh%H[>'nhJ {xޗ4(i\[ Z ! &%}$@/Iy~sO)<ƁcY4$ 2`SY2\q~Ӝ^/?21RmV2bA-=5J`K 懿gJXŊt$ HgD6+!^yr$O`cLaxWo&.R ࿴M ЙJ3)FGԾۻ5X^ʚZ&S8wkbMFowg|Tk+"@INlU 8+} T=K*hP;2C9"wCX .N̴ɺ=7;5d}Q5 :t7(r#:Q hC%}C QaRa+xkhW|_>Ll[Ul9CX8|hX}أsRܜ2\nt͸b^WajtHL$"5;{;6VhnZC:а1[^G Ugb(w<]g$:[H [m)K*m=nEe8'՟_m* bQ.70ɽ}%N UPRM{ $FmٜQHY2Jb)]aL߿:r ,Bopfw 50n>vQH8Q(_3 ÕyU|/iAe:(Oz >ysr~kRE:j _l7=d+i I)Remt0Q6e~xf8q_ ZFwWA1-I(˖ wHbJ)4[MU5=1|?:ukSmmYkTpd|_t)T\12z#Uc<_A'^u }~2e| f[Xvy{Uc֋# P R»G\qdY!1*iAG܊ cz bOvCjqmMP+q8#BHq;Gez=Yv59_ytMhY1KgTdɖ]7{mA5[ѭORT|o舧3 @la7'>_x z`GZcR^@PA&8pT眞p/Hv(bɃׄhAvY+'Zczc'i︬ Ծ":-66&<,{Eޓ[%֖6!qLCźԿZ f8d)ZZF<|<ˤۅoc3b;unFVAjdCUA[15j+9ܓ)J= Wk692!( &x\YXem$O5-ʤ8پqml6 0-o2)SץskOՒQ\O͔D _A*g\V_i3B{qR{.?$LAKݹ,QZgWZop%Z$MzgBUA"?(.$*fRfV##XI>0 ٝB2P)v3`Է=b7VDV̅Qޢo0r/垁Pqs#pEJ<"ҝv=y~q%>`IUJG̍Ce4Aؔ9hLGSѴ{2?y5s([맬qwc}7ݝ1X+Ӯ3VߓVIh /g^NC1T7٪ J?Hy&j%j:)O_$;V0DeG *Nrokt}\?Ǭo<~Er'نb%ȎǦ6uE>g_{Tc|dO ]wRZH$B*.g4 ƑM{v9\a]r xOL(]A;e(A3,m@vLUyrˬ؟[F09n\2 lyk&~/|vCpy?b\<ĺhXB&z?ݏ sTn@!Oo؃ ^o߿`V! ko+t[AČM*6T0$l]K/t}D\4X1[AY_=iخpJ?1/g>sz.zoϤ">m 2.PB^1=-N5"I v@`^H-Y՚v m$ԢsDO4w%("t9eRSݫ{EuSP~ uq{-i~VЭh5GOE&6lQP>_Nei]e~d#'̟nk#pK U,b {9N6[0}h :?4_g*vnL/Vٗ!a]l36IǤ5DM _]_ YGCYvڋ$C3143X#q!:y#e+L2l~u~h6flƛq2}pm_O(=^JYB0ۜ=G$;If K1OVotJg[&|@Zۊ"d>Qb,i]C@%!UNl=,lG 0Xuf\92[MBnƋrSi 3;Q5DU)+9k C~ɳTZIJ $e^32Tkdeߚ\pW -|8-:Ŷt9ƀbE\Y6[)DN[`n:45Z!vþ kE&/v/k"ٗO6Xoe{=Gv: {t4y4\Jy Nﲅ (ooZ 7W2I` @bt խnX wK0vO}DEZ8ϟ~)nW$IT?83 5/9)@ke ')FRWB_D_!)TCTd؂e6,KӞR!ֈl4[ -F+|@\E%7C\h5 ߜ@矺1#J,3#9n-EwT[R#c`ޭ9{NˊT n8F]N'͜GꔇK'&xup 4ڌB60cgS50l eڈM?Q`Ы6cx1v0*DlF$gnV#h YBԍ픥u:=σ_BHDU]҂.g =)-GfL 8L ST^1s_[-NNO (MltٿaoJA~}wP Q9U\F?^˒ |.hF~h*2x'bʖgpFIty#\V]%͜9)FhR[&#m`اq7B o081~OmAL]I9mk/GCKӶlXMfJ|7~̲ pӗ7&3t"BU-b-CjAԱ&&!F c&CIYUJBKJ#ÖBY4"›]W:v?[ѵf?EJR3`"Oצ);6q#mDO%7]Qъ][2jN OIo0dTϨhԞ+[/zG*&Xlx!>Sg-vP˼bbqF[^f:IY$5&s.H]QQn@0SZЮہkW?0}fU^ITe >>O!h }:&%<c4%D}j~RJW<*mBk`v.ɏ>289fEvu/*!/_*@VQ^V2?QL:k 2aHp/vfk$ y-Kqt4ws \悲akO&u,ȰԪNl(,$501(V2g~(gYgF$ilis(\0ʗZgMG$Cdu i6 }RIJ)8#c7Hc L5sCҿPNz̡{h6F7? nDLc=B V ZK.!h6:qC>M-Vm~Tg轎BITǓw &lzWh_ɈƝc^ 葽p^]mSa=tO:\Rjlծwl'].1G&5 l%.A=w"oS=sRŬ3m3Z't$ք؂3-zbI#02[QBntu׭Aȩ:GWs4%B!U*m놨3qۂ\p0a6نGĵOɧu0 QFxj qY0[Z6ÃYیXKi˥:sAudxIP??Pl vh/O_),GkID1; -vM fJov>U) Fl2#wW;CLR`Z8Y\ӶK֭.)h ٴ+jFv\UkZY!I@W~|6KHg_у&I-RVyCF,tE4.1aemTsiR8,2Bl(&R,.1S3QCg'/=WJG!;‰OO[ҡS6}*YM7>i@bFaY۝_%uVp:"gƟh2 ű`j6V aJ /qF: zX.FTÖv6OZO,6 $,O7prP &7eWLgE#T`57  CϪ X7ج¸m'n3ͬ"gs$p&fen{S?Ƥio7P\u[݌>}`Bz4smN͚#na?HxwU 5sA8Ll$:`R\BZ0%1ݓIO%+0zīDD{la-tH#}tMX Q@ZaKsCJJF] I#~ľLC^~-P<ޏ}^vͳ KPH 26@^\A[AL*7R #ZKf~MC,Q̶joDB F# #KvsKYtI袋>ox ,t#ڞTAzJ)ydWfHJIlJQ-o;π Ŝ޸- -KZ~PO]xOԡCuҳ2(,%GO&A,Yˬq4o}9O"?t3o]yJ` idI#YJeirC`kΦJ޺.9Ñ.O^ Y= ªc,o,&Gc35DA7jSP0 s3/7(žƵ7]Os 0!Ǔ5.w] bCUĪ J7Pw;"> b~IAԘDs?B:ځ7\߬e@/~I"=.CpvR>|PC}"; Ȫ.vNWӪZa]`!pex0y_!n0i+xqI$cbӁ]D*Ac=}e~͐s~ ,j,`Ѓ~e|l\5]o( 'E#y>hH(nw⫱kO#RVrF޶2APLȟ HJ8s:f{1S6:Q+n[$/ȘPXLhc$ˏP)M1dyٔ:,mTtד?[}d@':o ~hWGyԞj]Ή?b y vcU$$<8H"LEj]gl94 _Ul:UH5N9H;cJ5=Tq%{* J^jG^3 ł4s!TG[y*$A$rO/S7wCkP3~Lh*/8(Y/gc*gsz't(Wv9ĨUjeA &,=L%B;"jU 5Za]M~E֜"2К )87`Z?'mC|ɪG>~{@_VB8 /#"21߭!]e IȺȼ:$f[avǯHw+M[:kE1uT,?XՠxcgzLi4ԩLb@ژFj,KU(^dgD9oxrвă*aRng |[)lw#px5V1Zb|rثfvjpORWyv*U,xIa_FXMy>*S5K3[zWtwb찢[:9WWY"VCQ~Z'FUlBm|?!K{[{.`oS6|ߚj_n ׬~2g|>~㲹qߘA#11IWf}ӟ-+יɶI!YYڐKjB)@HVNT.䋴Gk 6ۢ6[\ŷL!۫{U?90ƳVuAsU|81I5T МcH54SKzgt`_Y[ӧ9BȖN6,ґ''h|ww;Q[Umhg0!"p2م\j5o y!h4/((3v(r4Aso.4&fdELdsTֺU)Xbl#}&"*=#ar#4c1WC-] lL]3LNa%ye(#I|Zyw7RNB^!ut'>}0#D|\R]0 TUsW^ ǺӂT^4BGR_=/i]wk ƟZQEWXq^]=kdKB0W_J8=7Dpat퓾1Eչɉ3c^amսbhL)8Kf2tX/^$WMQõ\k_gINqe! w0W2wKNcͧmuq$QOVDa28\MҎtWϋ^o7qU䍎bA'[LbC>][ɘV &^B :~RAGUjT.V"U7*t(ĥde}{A5p PS'SPy=oژug; thCai XK88* /˨!JGm:6x şb?ZNSCv9Q ғ!s5팠}=+٠p!VB߯Ϫ;P|1ԭыz\D ُ}&+'ИE+疩4 :L,j=n=äRc>#@yDӷlry`3 ꘣9hɋC19;08LTIw ҜFg5 EGTNMc=}wlL~˘c'&@Sw>9she)^T/< Gk+곧aC凲p-ȵIr#WA9dCN oMGEw"I'{5YKǸ(TkRv|#z;d7&B`let0V܎^y@:G~ʾ ͯA(hJK(*T?ׂh=0Ɣ^W^ʫ^R|p#vn2md|/js\;Sۨfp _!:QYXVvB+aj(D eIV~G-yƵpOZy"}K.'iXZp-΋ܢj<$w ;т{[ 1pFy؊wP]Ѕ~"Ǟ: z K1Mp=T=9f/2غ\0]ޒ܈CsZg<' Zu\P[@5@DZxǘdlc2̩SVԝ| 3SML@un}sy^# ~Wn eE\>Á9o-LgZqԸUmZ8~*-q9/Pj\f4Uhg/TPƆ>+$ ;Mu򎊂Qn0ޭ4a;,cB ʻ'6}'()ն`!W:_: ΒA&[fHϥv[::awv%JLG !2Fm 鷎6@DgAyBC3!xR\&# (}bd z(%=Ξ_HVRK.*!ԶBvW5뎗3`el<~ހA ֔^AK#JXN{^pes<18C[O7vOLq$%+ J3ge4WСt.ԩ)07XćM ڣF!۫1_L(7:+"պ.739?&]ws&pC%VoogtaG*CfNK^2&`Ÿ{Ҿw@aV%J$FT ihGwwԢZb3u(fYX䂝Zc-"xwo|_y ȐJ y"N=|ƼN`]Y˧..3(pExbH"&ǁypB3& v/ -‘wF,D=͕|ެ&Iv B yHNDgV8EEYU6zЭWIfH9@k_>D) ֨ I 0գ~4 tbQkb~KJt:_ ogᛘv4 7,ʂS\\jCSiN_党J7 I3M d?tq78;xGٵ5(5HqjpP'ei(֔&=NsS^ LHd&eջ'M:ps ͢\3Yݗr|/T&"J8* nZ7C'u8|\)SժXT$x+ 2J(Ov3y{ƝZ?WZP0o_ȔBѤ.،av~/ԁGH@!q[@_(+yT'Ӂ v>f 2"-棒ubR,.-'SIN0 æGlWq`5s OIګ<%5|lf;˹̀zCvNj@GeuU# <+Y.#&xQO qR}T8]#~|f5 jHԯi D~A\Jqeb(i4z>&l&AaxAO4d!Tn9i9QK5:>tb4j%i2ζ7(Ed}|󧍷lӜrL3"ZJa;cP 8eea %Qmϥ2&'%2ǝt2e(6 Uڦ3aƂnVy}'ZѴkS Ms䥩yi'FYuJ>G“ !t hdNR8cl7C@;rL㯄)8+yJ[s < SLܱKGC{ r>6dD˘5P!(jZ"d /'뽐Rd,&1j|wLk8}4#Yyba ^ũ?^A 'pt6l{٨E7jhuW^o". qv9YG,PktԱȘ{bYCo8{}L̚p9@;JY֓C?əlyh:MPR>$YIz%䲥糲(ˆ\:[ 7)ܯ|g܄TbU|6}bʀ|!ȫx+Π#L4S|%xQ?F4엚=+-zdͧ?J3Z^yⷐ[ ߵf5>a[x lAZ32MC1ۅܑ7$NNM#=cٍͣ#s6M'd¢i:Ho/͘/E}7o@? {Я$m=k]cVݘ4C:ӫ^9ǚ6'jEPN,DcA.y`~7}mzh_^O:R͠b _PY1!gp;cOoԚE$.A xTh-$;Iץt@t馲5yS>IMHޅ&GtQ1ʥx3mYYJ4ΚF9Wa+:\7=4S;zz[f}[|Wz8sPRYVC ytcɪ%+)#D97wtal Q5Uw4FG]$UYTywJvˌ1?Vք|=R!DpMgXBSE7ҿ޾jv:gB *qOd(ޮ<*NDf%矑%>iyM1@B1bn[<ӛrSFSP1X98EhCUa0omgU/86WFF=DZ~˄FǎܪFIXJWUD:oLum 5Ԋv% s'Sw)#*T]ffeEH.bH6MoL`tg18Trau7wCVl~EWxxioOA[# h39U$U#`F:ҁg*| T= T|Q/pe\~;SA,=v8}82m@Ӓ$/nxYwE9aߛ<7NJ{ܽ-)RR#;hy bOwHڔ8;lżNM95|fѬ!>)~(NE!8]YmDj]NbT)◻`3bFW -UQ>݄y`*Ϩ@,9j1-{ M߬`L@jn;fټ?|M>VwN+FYAjVG wb' NyLB4U}Wvä?yZ]JuY2wHy& iyi p, (}dkˁ}['Ha[78WL{fSX1۹BemUu/8m;IN1HߨFҕ)"|.hֽ, J4laP o1Bɬ(` qC9LQCտ|P/ypW2FL+C۫{:&~#@ u Rb3X9P!Xfޠܕ[uZd@,0kޡi"0s2( 7 m079#A >^tg[<&V;&ujd.7־5n|MgWԫOTG)`QU5MBg׵LMvSɖ_ tf[јkWU^|ţ浒~t 'mȘO*pn=2]\1ld^?l/Dq!nd2TvrAtHs P+^8'io~:Wa>AuY)5̙.NS#v΢et`car6*aeͩ/:gp I&'T3 $;N%#`apG8 nZ{iAF3LU qv (\,갼.ēhAf$KJՈgOF'aU"Exe gO0^vy5b?"[Hlp>E6Ψ ,ϓcv/&!89:?]6-OMh98SgRY{m56"F)\|Cp:^cZz(DZ= qG!6FrzefJSmS8 {IVb-6 S ?_]N)l*ThF"8@zxNoFD4v ZhPL#ktwx`*ԅ1%Cȭj38nc0it,SGܠݚ^]96g*TzNbVe h5;aX_Ycb\ݩa춻ah>2 hmh0t0캆qgE1IX?OT~#o?m2DB%F-uud< N/Dr)EX2˖?V~մR=<Ӻ2/}V;" }Nz Yl,#@3k6dG=-e7s09;2WO/Bl !8&ϪVX..(HF,9h6T$co)L+n˟ zUM=nyesumXߏi*V 5[ ɶ')ڙj7æҥLxY}ByMdCɢ&X 61 h5vdyY$ӽG}vY\ǐŕ? QjT{P' rlKoMaKЎ=Od֗F%o%"KkJR^si!"841ռA1>:7Hp2f\"h!ؑT2 l[!P'{ eն.Jg 繡‘RBdt0*L`+O 8^{ַ{  )]nΊ gf >)IbhN/h<0zę-G&>Mea${|uFOث_ ?_] eh} ԃ'NK4tBVI>bbs}1uU)4uz}Qג˷qbm>UoΩ;KAx˸$Yo1Tu2Ka 5*sY,VPDJWvUꝃOK{ v2vpMlǏp}.;ZOWD Jc6GA'\ ˙jykiSLsD\%6r2;/ 0zP--%0nrE]EC);=ʹq_݆>EhtΙ.ɠ请 }(dIڵA",Jvv-KЃ[W~]QFx_ Qﮌ8nK$.-KpW*IV`5ɛi=6r͙E,L5]% ԏIbaE^pL=qsf_/lڧf]l8 I=oEfIaSz_@ZB:I0N ft^"NGQۗSώH㥌3hO[.uRnhzx!%С<@,lz̙[ YMp<`V?ݱ5~d8^9kuY #sڇ.Z^AִsCLULMo|'>Iv}5"&Z`⅌drNSDSߦ𵀍atdhzӵVQ•)=#mF]O.чg\*&Ɯ\\K>ʮU;=ח[h_;j !oBFT/8<+iױrUuIA@∇2Կ}NCI5AKO630`2&c'qԄ|g,9a],6Bb_^v)q_&9r7"V~eJs ގ*Imƒ2iZ<d chwN^Pl8-GeFu gy:̸ժ8Ǻ#B~#4'NUg}7N[իh~L2W"%#=JO<{y[lҭr:E9plZ9 ɈZ'A~_Z]GkǨX:Ym)B=Qt̴21Gs͍թ(Lp*e7w[ pKCa +:J^gu^[u-,+R]9\JJyIO)٨Յ ^Tzͻ3rJvJ.O]bα|9xqS1Dϝ}wY5ت Ox0ڤljm5\QPS "HBAGRad LfԇzVuebgJ%Kt + Sڬ?[2ܫPB%hBO.0$ow2pKRjEi'²S}f-쑓1xC{2u'73 a!Nɿ ߀Ǣ~_NBAS4b5ms|Hm}3 $'ާ2XUh#s 5a;ϟ\1!O; tǶRWi ?A֗ܬq`Xmal@f ",TcS"f?Lp|Gx+e,NͷV6`I|OoK5i8 L ZCR-^r\|sśn &&z4P[: 6SeoR1ڭ|>$lWl _`k9\f Ġispx]{̹*̂R5l{/o<g l40XAӬi^Ը9τ<(D7]0sZ\)BQxCሱry.Nх7*n,ې:P4VXTEA[ı^ȫߠotIVޞz&w&Lo_`?*8q*uL߮?fy@pJ!И BZ\TD!-:y k +dfSvo.b Kݓb 3|0"XA0jTUq%Np{ot!PZ+' D{t>0E0R;A !;fsNE2 q!Po zm<^Sc;&uƺG,[&e0~B*.Oѯpt7X#ACpW_WSpE$E6}J#W4;b#fd!H5 /_0W>P&hWZ4Vm}'(M3&%o4:.B0RZDw2Y%鎕>"@^jyz`K3@zmSS9%gD~"rk78 :XL:)B2:񨉻RꗋjᦄO![%GIXBl:0É>jA7(G wl[eCoC%C9KP+~wkU+áfQjNpSZ&Өe'#K -l3.W?QLXSG%TeIzzPFhAL}x$ŏO\:銖vejmʁdk8uS/N}纬YWIe[\Ir@zE1o[m% Tt. ɇmPy~/u0FʼnfRSw4 `iMqZRVXuBV)wۦbc;Vg٨I,`&j")eq[QSW/[/iPb˓HpQvƃR?nrI(Ju7՛s6Z2w3~oe9TJ0`.9D% !0t)<[)lM$B'9!.&%tNޙX bx9]/%wXɱYSNk|ښxIIbk%tgN5|y m^-庘˷*L)VSs`Wָ˦#dg;^>Xx@V痊q4z]T/=&p: /=fj{v2F)ܑs]-w܀QdXuLKoB/ѨX7@DrS]=bOӔw =`wYՄdx*e@ /Uy\뚇@{j#CZO1EJ* G44<@9IE&C=/v!P҇g+Ej0 TA3?vgnW}^p9{\NBGǦmBR43 P $^VR 6"()Gl_TT{SOowep*"1{@| 9v b2&eC25g_; ԕOLx|8X{7BʽLIJߊ($IÿN{ /g{uƔ:}F蚲|湖;bwL"0Dz[C?@t;Jr i=Dr&}3G\UY]BE&#7ę.[—O6Ufh, " !Pͱ7x`\qtNP?xqr&+ ]&̦wZo ]o!#o:/%Wp(4 ` q]R#)QM' ) J7$G;MLNâl}fcw?30T07]]2fδ=k5쨘ŻsV.а2$ ~*37@'.'m* zU3Z#gw[I,oγ8^WTXi"0v<xo/40@3Db\ZtM{ZmN! {~Q ]:<Z'olfoly6p&,"MB=Y\e( K%a^W¨5hguKMn83z#b2"`&:V#IR  rdfyɷ>m!Z54k)"ӞD=2!;j4hg+w\Í=qa¨+5R3DY/v)eL_ #7}KF>z!6ˍ=ArXn|WDcE/C PmdE:m>#d'3C)xsS>g[Pu&9D9*Ρ^A:lXc<`CE @ZQb8MgKiyĭ"WzÐ/?GQfcRJ=iJØ^9&/dX< i>cd!͋6T7Z@jʾ:Be 9VG.e d'$!$ V:M 6=ľvՇӥa/4+|Ɲ]^=;k KKȜ# \r`/w:L8 ZᏘ)L"2Sφ^4 nCxN +HK?Ƕ~q]g˵qY {Q@Jz2^*z@$F]êyі m] TYB$5fp&lz'U5HY#q"T $G! Pr{:n?R"^65?-Oh뀟("yБW\@^6 Y!w/*z<hǮr(=ehBY`Vk:gxzwέaWZ:.<+$fe tme)z@e[(xwfkvKkA0/ϳ2kp1[ADCOI`PVI_ )%Gn<~G+EWT5ԼXXֶ=f1xs6' "R&k/o6߄M =ahpǹ %2^li$ A⍕A_ `vp&熮ji2_7f] OpHxР~+cmٞ]8zj}^鳦uYIUtP{ot)P<71x³ ?O:(QRLZ%c5ěOx~@4̴]s!9¨PaSQ榠jd qnǶS90ۘ.QI:[uw=?+X;PMhϲ\U,A o:gG3ڦDwF0sG3,W9"|rb\!.d܇2H霧VWѶ2x{Y Ty6p& B!iylOɐ8a-,|5J9TӉY%14(64ղ\%3u\SÇ@@cn /^|V$m %C"[25Eˌ1KlM,Z( ͤ?~ȭw[NElba޼Cԍp c am}lT6)-zqaB@ۏ4nDavqVzDꄨFWE2&c~^+űg$qvД@$PG,Vm63Vϥ|6>,1Pg?E4|ΧZ l$5V4ffΓpćk$B{o$RZw;\ӷֆDhDC{w\S9S_62Xշ(zI<lU~xX.e _^-<6{b3ñLDtnȞ ƝlZZep;7F;OeRc'%|Im.t{~Ico<Í(o0xہLq )͂\Ͷ$Ju ԄaYVg/ @K׭Lc'ϒ MjQ++2fÝf!DHkn'4!ٛAgN0 Ґ`}w_6 ;-H,~bu6ofYusboL>f-.}nSĄ iNJf~~G(1X#ZROWkQtS"`'4J0vh" On<2 Bg{w;#!IU"M. πD(WVZ Y7*sSω0HB?%0<T` $9jK=y`>oqWѫde m5{4.яlJ~NFHuHcG_[ =&ݞ{Q/.+F7z/IҰ&C>r"/j!GeanZ O:\}?SVK,oՔE&8ǖL0EFXI mq?VQ;>I 7ϗ/ݘlXg*H%`jfKW'v n+)/o晉X_l)d?JA=) O :8)6.C,mqӈ@ 4cfܖ~YV )0UX?.|xݑXkN$oE.FĔ["')!#Kr^A3-;HߓQ؄Nڈf9Jr[޺rz58-HGݪOs%Jya|c[L#" PxX ~@M.$+ U=t:iƤeH,Dr~͟3g7Ӥ+.Ube fJ* &)QBMb0T6ys5Tʪ㛀渾{_vNvޚ'蒤(vTT!Ȳ%6Lt QU+T$ih@ݸ|bld$Bϩ $ڊ%: 9ˈ5c4,RF\ 9T¯WXq 0Ybc^u=D{ PH? qG| "C2zY0ኦ ƔGxT:4+d@ߪRKLc#}Lu c*YRWOItY@^1mWہQ-/tvMk0):%~R,~y"EEf hŮMB=b teUI r:!]I`s΀-%|eJex_=8++)4LI#(K 0_z&N* 3H7cfq uُj@GEf|\=nPMVYa۪8[hE{.'SX=i[&K)B nAu.2o\h՚  s^h3,?ˏ>׭ zpe'Pkpǭ}9,!d 7a㇤O0oV9%ST!D<^_V0ݝD²> m}[*"SՊ ?> 2>L%9f0+ڏ :Ayf*Ǽ€n곧^,C{0Bt^ ׍kLN͔d?/%{?P]o?n[>ҮЎؠƳ> mGIV{RN &+[NKyi*dN+5p;%fB hgT_z BhVOa]6oeW-x+270;^٣Fh7fY;0%QdU@-R5\G ۥP<n3fA k ~CM> 8W^hPl"AP CAQqxn<*jIj:U n : /K%\z.%HIJk1/}2=>ۙ4FO'%$?z?Kˑ{N $nad)y&cD#u -QkC:OX5y-ϲRs_jV_ljN]q]DEPCH935\rT-ӷT͸3#4.cRG~?r` iݣ+[{6D]A1'Ki-C~)]L@<rdwI.䢐gɎHAu = f|I\,i'8(X4 ]05tʝ13Qy_ XgJ K׉bfQ85 ԲTy;z/.`ˬ $.Ze2:s޳?OUs(L\θ< ~weВ\)CJe_ZTR(aY@X7 |,լ.*1 #%i]P5N\aoq+z3Hy=¿m!+EER/ziIm;=H嘇}]b#[z]ۋ!!ңy p ,NrjN]'EpJv.ȗ]~ZIP)z&+gV2=1κ?-Y1Xw-qē|ی ϳ+Z̧0>hnי._[#AIx?s؈˲\u·JċHWj'EawɠcLgwQeQUJ$ٖŊmvT,jĬ_8W WE+ܞYKĶɆ}Y>-,qod΀4?J0qB >P{̺í\HѾ/9=G i`,+ۢȍc'7¶Sp ;5$؋wk|= ~QKKjrST9EزZ%b=ifJo{9Dݘ5'uR2!>LퟀEHhç'sCRŪU 5^oKPI}3O,^Hg SUD1$K̼x'( x8MfёMf] R]S@MXC7O@?ss0;;XQV?%>ޙzrK$3PPƦ [LG9SBd^I[TZIY4b ZgᛦfٸsΪz!|V?7.o̍e緕$lؼ"CԳFWrxMPΥߐq^[xJrf+|7 U|ںƯ?8lP`=X__{0!͊TxdK~q֍XPg-EF 8ܑJѫZ4"qL~&>׸BnȂ)[T'[Z*9l\k{gSӗQ.]336*F "Nve]tVK9y=>BkY[~C6&B0!+!-i¹ѽ CD7|O;ܔu8{͡ GpkZzpW28as­?,DQ1,7p̌eO߽X ZuZLGbAz68umKp(1+`[_,&E-_5On[ۗƔqEyf\jIQ4V`@?heGĶpf{^wu`"i0HȶWe%r]oc<ډ A N^LbZU앻O-ߢp*5 (U~^c;- /g\+ŋm<'lL5i8;N̜цϚbT+ .|xf!GCN%qGwzOlO5m/i6Z&zaRm%>&_XSjHuk4 ;F0H*q1T͈Y4F;O'slϛ1Y@9#k:`cZ@le龶Rm&%~E$,;{k24|.%c`[vx۱ZpF G[Zr^Vi1B Ɓ0b Rti+Ǥ黒]_5-"W%G'P[nuzSq)":G J|n66k[ DQNj ѱ=E,MJ*x]_ qHiOmTsҎɹ%`㾯Uld8C\\;LQxn8EY,X?7KBЦPsYߠ&">HZɢPѓ_ne]9Ӄ.6*͹0A0[-DxeR Eɵs⣃-ć Rrh& yL6Xo4#UrWR'8U{;wl )PǓpuaUrd$IZu,%H |+2>umʼn *_Zu /tw2s#8tŹuVĒ G^ I/ܑ_$p{ȎIl5gGۓ=}`d`(b?]rLpN-9Ck+4FJ)ãqdJY7܂¼jdU?wZg?5C5֟HT@Xbj݀~=[vv؃O3<yͽ;=3g% e鞬JWQLe99Z4NoH_I@vi,ӿ4f;뉷ϗl`_ke$njE/1}8 mCd*j(&m^ݮf8Ɣ74K4򹇗+=8MH]dz|zQ\+?כ:vc|!@k咋6᧯dBTUCټMYm,Ke%K>LV9Iu,x1.o 06Wo5B5howӳ5^,ޖ\ط乢KQ^/6ڸzwk4e-چ{5Ў̋TLe&=2SV9guso'ICotwgS~~"-^ *Ҵ#|BRKFbIJq7ZAw}8SO5TA".K:[:RMhͳه]6}1@z ~HGoMkl!ۧ{Ta,җ9tx7Nc1`}^>?{LXɿ92gv۹Z kX'#K ]AӾ^$"Bڥ4x[` ZmOāG?aԽT}S!?M*~QB1N\9 xK]pH/wCMQIߴD)]a-k8S ه&M F`cvM\̹) MlZyOe 2>pFf7 R:T:(RDXSȋ9yϱs 0L=dk]_$ҼO( jDNXm񥑓Uk?%sC+5b4{8]śKLsp%'V1Y!ڕa25)\= pm_0U֤q5oDf;}GBeCH=^~M SB]F%pJ½kL[~7s?b#rc(oeFvr?`tKʭu·*3E\EK.$fk >Xy)'eZ\;U>v :): 2ހ/ {5?u\B@AaERO[$_} ii M 3VD & PwOa"ɽ "WY>%C,)?X+F MҤ%tBJkWaqPʧJMbc[Qj+꓀'rIǞWvlp:.up7]aڬW;>|Dj>P6{?QnuK逿%?J!^wqnjNϒDwE])5JzAO(_@+sXx9~.*I}b1єַ_c[&hlHz\Jk%zMD *0gIE bbp^zU'Lj:B󠾦jIYƱʘ j0?4WTB7G3(.YW35j(Ń';SpEi|nMY0(C"4 "%?ߠŁWh4INNAH0! ,] ZgxHT(r~7 Oeng!r@qᚋ= _PawR9R,*lKxU&J2M)CViTcpxL؂En iWjbL+HV~o1rv<0&Qm5qVOӢrvJC?h8Y" Hbb[h|ƂOq >h{ -¦⹥" K _{!% 2LL*x!nۓ'^׊P*qOt8?A >iA&kTo_n7̺+Le vl)U+ = sp7+]?g1C. f"T'ɀxABȀ} @c(wMR-L]4 a{ݝPe%5B>m8 ,QMc5?hunV\-=wb(F|T`K4+.^.FiBH/8] M|sV}v뀛9ܻ8qdjYNϪS0'l /WTڸk9:䏮Cdv7MpTCr>%/9# 1J&umo4ɂZ$D_ʁ1p%_`Ln 1 s$bw-H͋_IJiqzPnyNJ+ewKK bub Z?}$#gF=-촯MlTh,Nƽb̢*fdD,v z9.B&~9eIW?Lj).ooLVj=8 +ۑ 9?A3!zwYARFJBpJt5ڇuOGHE!swXjj# $Z WlX[W p/ah U9ɷ՚*o HT͕wWmEE4'"RXZ,?P gj~"[pl۔͞*+쥀,>^:\DtNdL|< T[j7[,%gElYD5XPOdl9Kݎ U~ +OZ kP4#>y{?+dyn"sM^UvΎ#arꭡA$aHZlS B]nt )WUtCD}L[Mms+]P̩V>bc²1Oз͗g]a0RC  檢qnXro5I7![7~dܬ;ېgktmY"vgߡX>)_KB [  }\IsHeo¦d[U% L|Gq[W,ƫwPcl@|>qs󾐙EYn EaŸ utktKy}-4;́+]fR\?1л Ӏop͑kK-w!g3b`wa|gغDD`BOTXariPdǩ;)]3G)]u3] +{E-\Txb>A2naЏo#ۤ{lZj/炣/ ްd2l{'7J |XNWH\3 /9'Ǚ ~ =OtP_@X.yC҅h?5mt^[3QZWɼtGFvmw$9$Ȣ9_<-l-MW6LyTnʧ:RxY+w]AVeehv'7̵EѯV1Kn>ofKcY Éh- \vVVv=V؁pMgZK5I=7+ͮm)Y89 ﮏIiz89 ١:{xl%ėnYh!n{,)S _:l &REPOWX PwK=&H#4 g( .80/K$lR]Zz~G} 8,|D+}]Q ?!#h+lXǰiF%߂Akz `#{'jLm1Fߍt/xKmmOz|iY!vKs\qH3.gB,kFŒg7'"[$Q -am_3rp4 p[`;t}5 V7@ha ئ&TZ>)j wѳA*\۶(k+< W.q"A٭[exטدJòM/:-mma_PCɯT[!"8qI;Ӱ!FgNc9Q wŸP |<6zYpۮHk8NճG_TR4j$$:r*֨EU7m'aJ#ә|YTrS,-g]㱬? .+f#W`=S$wFS;.i3b'cxʚcg2h R."3dZ%>>(,>Ǽ!%7s!cL2zsr+"'sGCO\Ht`+&LRr'u@e͌A4$&'CԩРVfZqr*Xy:o9߲y= J'Wʛr1X1N%Und\-SܒR*F;j|Pa)Jmad?ʳ!x6ɜi:2e$8W.7&WYtv ;1qJ5>$p~/[JXtNr-= ŦiZڔ;:1 ,BM?.G/x.gT2iN0)sNSL4G~ꑽV a7p;y b7@M.U4X$B>)+>5VTP 63{.$5xEZGRU$L{OYcŽG=g+ 4ʬ>f|#]lO-Z6 @X=hjvTw]1W&Z& N9)^ܰ`?-$!GI <$*?a-3iFφ9-:4\)b fRyOh\#|M)|V6{nkgP8/`78c+!mD3sbؙpaBt6L}^*ee 7&o ߑrl`rk[-g)h Ab&rN&YNAdW fvਢpH)H4ztsGyJgQ$J]C~((^ǙeKj Rz(3Z޳]?T_@N6%m V"u@O(K} Fμiiv̐G8sr`, HQ!Y ,.EHpy8 dvfiOKtFW\ 2JW<_lz'jDŽ6!Սfl; ˮGwRE]m;BżI ۗWNx%@8Og-g.OCS kTLI"u x%_d I j8tpŬmDp&zU|dBEU>] @)jpFd'r"a,B\}9̭ BՔ *Pms,'"6u%iD86RחyQ(t)KAduGY9.ج?Rz<<}zb#k%S.d_?\hİx7| B/.\`YST]Da7Rnpn0j7-&70'AmVjǿLjmG:Ç 9tOt Ch~޻9%9Z^92N+rv+4P I'SH1 lӃrP:ސesAlqOO#szBpԚ@8E )`i\FA q/(FR-VPbg< xv^㪳BtJ#kND֢"ͭs[Ik+ՐIҷpݤqpP ~LB^47.lkbUw[qAfY #s6P AI~҇_< AV*\hs/{778<. 0sWKE#X^&kA0s <*@%RYkbo_ID'GN3Mq̝B}7:{r/ke.D`kkI-/h? V~@_v]j\ɆBOȣZ ;T3h)ol hSgtap`LKt ~VH ^(A9kbZ}Jw>$`7)d~e%hrlwbZbS:Uoc\9*ru|/g{ti"G\#ܙުjM7.7e? jldrN( gFECvV \)!6_(OtR\~(_(+'ĄBxylA tPDQ9MGFVA42#UYJuP'jEzރ8]PULőN$ִِv)fN 6hx!27qU| rabPMnapjN#>XHqMXB C f:5x՚{SOUG|~zF $I7gysW6pxCDUIԒg+ٲϻ.O {0Ŵ+a %"V"\g|t^?Άyi/!/yh1Tr>CH~1YNsѫGLdIh@Lr}nt:Y}ݷB}eVL=KǓ Z㿯e0sX.. EfҚ57mŰ.r,EVDk:Ny-@-l#;A+zDqTJ;Aϯ㗋c޿W'OFC"I338Kf6A1Ix: =g1L ې0nw`qJ}0)%f}BHwR2]ݫc/΂j$hz"%(}8ޟ?>>Ip37xʬ㯡B41݄RO q]ǂuGxƊZMt':TISt%NX&yc]`,jO3Fٓr{Pv卞zWz^:PKyj"wa_},]̾O1saK  ^m\XYcԼ{]emr{ҧPcp?)%8<Hr mr-3`y<ӛeYg$KXl:*n!#pw k8v<-w?tٗTsLB !UKslb wȇZz@@ /c49("֮ 4'vV#D=N{#26Vm] >)#tMH/_R#k4|~.?a[PB"SPܢƜd_$ŧ7~J,`_.! ϱd.)\^5])8WBpk[}b|15בT|RbJKEh}#( q{/vD` cMD+"FPbp!X{lNԧC7|dl̚;v!N*ˡI2s!OEneK=M׍%sL'Rr:؆BGoT`>aVaʟNфP"d3Zײ)<LMUx8i9PayT5a `T9#V:BXu x<:~,३qt~䍾Zsav a6t˰u`_R7t}~;j"œnFKcoxE6iGIxcIעEfc2ko#`~U(_6['Y$a hl2w@hD~˩¼XѡX%̫f.^_H_#2K:up5Ah)! .nXB?5+QQ!7i'rkêT%9rk+׳瓋"9~\n}dQ*rL 1#pSTbjK \/yhebcv ճsS4CR ռ|:*!Qۙk'~^_N.5i墵kJyFY}RtT `ppWN128ڪP]@n)hK";2 @9;# I 4'A>ul$=<##ma4?uZgHrJ6p4+NiqDmNklj}(5BŦU=7-Pv^4CA'`%N7ՅQ̾q2f 3S>DE^''\vOK-HeЉ=؞(kAu('4"B(tKLœ4oE&gh(7qOSėɡEðAZNa(*.Ua&| uN)zC^(O-:4A 㩄^Kܮ m<rĚI4E=-TrLig[+Ԋ_4Y½hP*%'.6ociip9$rs di8 U~<8T_iꀒ}iluXh|B ; ^Y. YOWot/­ ͷao ߌp$(K?m@dbb/K8ޘ@`6*S\-FAZQF+ r=BmDq˅J$/gr%wq%> @6w=nZų,pȌR6?Q~y%qR߯3rIs|nm;<6@Ұ*?G߾߻}HPK܎CV5S2;GJs3&RQ WH|ylؼmNҏcK8.r 3c Ͱ_IJ,j٢>J'm;w^BSB.ˑ+Xꐞ]Pm A\ނM؃m"у뮓W4Q\mM9bTפwe*wP m<SP.V-ޖ YP*fMb^!1e d-%ܻHY;L~=v:MEtYj)j~ke EQ}.ZՎu )n n/Dr91N:S- aʸw6aJΦrʥXhka9TpVm0A4^0{9b|VlMւ k)콕Le`2'gCG4yaGKā!#J>\f yqГxPEut-zDFxV*QΏ^wQ1 >M9wVn_KL.ߖ/ TV殝\mm՝{vL\E_Wz7R Z@ %I7L>1fr5T3dbj4o^S2MBlTM.JZ}Dy9-ܽZhIsxg)qb]IsYTm3 qhmX:ஐj X4( 3Q shq`rtR$Վ75a{ԁ#dzŘ3~ 1m<VGE6kLCG%!emFOq%<Ѭ,M2a =TZ_\y /U5ݫ :aY#A m,Uy%wE\C>5X.~fTOd+H<}s;棜bUi ԏF@í*Kgl:/edf.M]`dʿ~'ўR<SB$RIޫCL76\ejYtIEDeI]K6/.R%͎mOф@G1e-%RV | S~ Csd"tp°ICb(5p3vGe?qAWbs2M/ڱuh&(@)4F_45lϚj(T"Ot2cA`4)٣ᤘ6]͆JjI@~Bno(MC.2BF~)1pŬhꄺ M򻔊Y T:s>6ၢU#gLAh ~Q3<\y.%'x2ikfZ/ C`6&svsA@m,NE% 6tp{o?UJmQV7ú Ŵ"b. @j\Bp`6_45ܡ06,T֒_ Iʂѡܠlz]F#S-vqRgZ%b*vQԏ=O;܈ c2/!cdOOHJNGppN6VhT>ڴ~b M1A:\@UAn/-6u:. 3Ī Y ` C[w\A.겄 TOHbn_Ͻ&اS gqCDVΠ #{b{OS |ʙRB`􌚘}Yg>S%:NðFZ*ܯ= c" "WfZCd-i U1]o?]?>$6A'qzQW+/ ".VɑeҀR#՘eu܆s?$đKq$s^ a'>@ _}.IgՄBX.UM~ҟg?]oG’{%t T=-9f\˫7TV!Uq$EH~y Kx@ JmQP'3ќadu@喋@؋l}:[|0Rh5Cp:F^d~(DN1ط|K ԻD” /\e TcBp /JʦgM'nQVXG ?,Zst_V~POGv ~H6Tצz.제&=Gru8 K>AEMk/XU6,O_swAҊ-Ƙ4;QՋ1ZCk.ȟ ;OEZ8e;Ayd `0c烄6 CbڗS)w>wb:n`٨R. ]*C \ UUX˷^h5su^M UډF3 jc9j)OOb&(e^(|T;%ɬcbiZF>On){IURjlF_ZTxxڒm5:veM-4+;BXLaQ98ԙ!ܯty0>jq%jdW_ߍȺ+arnl tgxL'lhGpZZh"b> $*1tu]dFXUXʴl"S&]sP.dfA/V8M5SH?=P]]jg`0'^t;l1!>A ( JL5TX):X׬r1;[n9:`M^HRa7pm2_"wŅi!dG~tFyW꼪u" L&y9e7X|(=Tp+q(uq.`fhȂ| t8gZ2/g< T0 Zkdiwb:~y&5Z PUqQj58*-vwY>l[W:8r)Xߍ^[ @ObxamrBR=c\ _2sފT&m|uX WvSX7qdjmerk bUAߌcW۬\(0Ƴ]`t|('S_UCacBЊwRW jX"BG\+ /^+.ÚkP1t6NҌZ֋Cl₝9uPn2j@nh}!c7tRla2Ӌe^W%R3'm#ޘNJ֬8M^>-S(gfŶjϠaߍ7YtV`2VA<% s_1ĩA}:ܝ˧lmYLs=]hGox/ DS9D"0eؠ "' g(U _JEŒ6N_YyU9<(h o}cf1 p}(ois'ĘbM-Mw/Qg>(bCo㔱8d䠁L\ Ҍ{qD>=)/RQdDQ@3*kSz &~XI7އUL~~dZِl$H/&Zu`MQX0%liQcvrymݳ+pt^{ 9~bGTrޖ>6sɗʴ\W | it=_핓l."KQ,hg0k@ioA"q(nb 7;D_7KAƉzl 9 KII7fUoV?N[#F-UpG_aN)^,ɢ8r`Z*1SD<0Ros!jӃJzDx+˄o` P~Y|tf!r6K.Șbڅ3V\>K[ A;} 0!'ڒXi1I%=Ե|^k퐳rPd2b*Ն&偄כ+5hk .mjlnѦ%JQe0H*ܖNIGfO/ l:5/:@$=bN}YBP-Œ9Ahl]jcj-DቒXV>lMrb$Rg[F=|((?DnO^" :FaQzZs1!hs֔$ T9iV{k{Dg)[G_jϯ}z4b2*zsd>Q.WT*&fWM߀fH(L@)%xdL ?Xʰ՗zS,qWgU%e*G:Uv/w7Q({_z01]:36.͞X!*LGnaT3'}yd5B0WVLQ(e8g,O |< ,ke1cjo e|HX>rʗ{`qx0qi{g8¨O)n;{0.K 1tyiP=xpcBNFk(F:cJ4SpGgo2ruI2~ h"}WDWJ yF:L,,]874o&jyr/1u.Dxqmь )N1!⭁Т}/,/UrDn%է G 6R<ɺC`~1R*Sjꤺv.GMgE# />i )oOgc<ß푸5L]𝢤~,(aW1JK=A~KR#HJM\Pgav#& DOӑ/!?=s+}InTǞ6׌f3"B6senʃKJ)DhCLo(~o%$t+$?T.[c]^wQva HgKQ\ f{+,r biw!̴RhINVȗ?b.8LS,.t\3:IJ4oxzCٴ|dsPVsa9ҍh@dd)<[e'6臊vr=EGCI_g"4amW7˾F#iE篲Fp# f%_UE7I{V{Zw5vM1UmjkMq|FBP º.&xyhES3ߩcVrn=>jiF.v_Aw梩Ut`A W2!$m=xswOD,ҪGc0=K!&QB}B4!S)r5@paS 0CWsucBx]QmC:<ϖȭ(L3ftQ%A, \PK?)} b~qzŁ[$Ñ3~[ūhơ(80ky9= ΂)y5_ZmŬc%s`;~L7X: 0dZYPɦ|`XT[A{"xh0seL^[hESZUG[揱{K~\'傟gcዮ(6<&%5QK\Zw{V@Rog.Toiy}MX:(žQ>B,;$}z)ST236-X9gDn)x:Мa&#֪}AT` b`|<[qh?lDF:7p'G}s2= Bn|C?X=3ou{S!z 594(Z8nULYتn#T)\㖗"(EP3b]1'|O 5.<"aj0MÂ[eL P< ZCΜ :2Ԯ tߠߋ_؉e,F)![eiwFzɥ|2M?Hacdp$<~ZA1+]sвYAX6gfm ^K@EmH%}^HL1ȝme/3g$QIh a:h;Cg sNjF]0?ģ*Kۼ,(AGOf}ć$g,.:;1+^gp*{Xg?#S  \GK'漴-z4?<( ΤÏ`T5{y9M" +~r1hK/_`\g fR؍BZtr9PZ> *^ w.4k*$7Rlgwjy?nԚTG#iTC8޶K B}F Wr^w[stBgIĻNâ }U'$#;2FX^1U+ 6H4PPWsa;v8%_,@l7bzC)ipF A1gN~g_3bL岚OwMIagaD 1 u4Tzha0v"qJo8\.Ũ,!q4t4]៧a0y0ñS񋳱_xQAzsZfx8q&*BIxd]X5QY_Ghg.:V6ν-Xӌ|i :.d閴ffO⚛ï1[i5!WOyh>-.\9_LLhMl`6czRlZV;[;`4w@cgRꬷ̼Q1!s&[>\h_[8aT\CIJbԅrwUSjz16ň qmxQ`6geOwBr2d~H^ch$ R&\۩0 ?aXʉua|hxk(_RFxO¯"O pL*QLfFU*ä 7# .QKpIA^leX+kZs ,j5ݤUv(TJb[G133tFF荳/mP37` 2bPA'n0s`[Y_h!EcaiI$$1iMG*LIsͭ0 D.}k Fb|^=Ѩ =܀pv|3MA3:4>>CyA8dDsCIBa[&Zr-B9[\uJT7gqc:+<i,i V#&Aǻ ƚx߫ M~GӳFE^j͜MVF2/s5 b Fx:Dfz (䤁Pe#jml@XO1]4Q4L"'MCBu NOo7C@\,V`x7R}G9Cb?)`-uC|e_qstoG([Z7bﲲ𠲲\ȟ&z3sɪ..A\z< DNCffWXYuQpp7cGۮ$@%ڄ|KLS f8o:LBGuW1QT\|-2T+"<3i"2ޤc,.Rc1- mr4}Bp=W_Ԋ6.0G{0MԇIĀn ʱ3I.aRwY3 iػОۡ/M:Teymi>P?6Y~;|Y75*ޖU.jDSCq\<͚ɺ +V,AYh /lA$I#ѠU'"Jau'O7zБy oK7)1MBBJfc#E*\1_(>A.%[{{2ՐGӷ>U.T |ciONY^pbʃ*j>{X |/RW R@T=;t@cqJxx*ܘISㆿ̮t4Ԟp›ZT5Fp6yRΝG!ɛ Y_ g!8~C =9b"ybFOP U+@^('$rINZv T5@W r+`Q_Ou\v͈sV}nS; oBE%G0cՠ ˑ(*3j ՒIH2g}ݯҶ"tŧ|1\iaId$^s|JMN g .\^$A6BpRWi$ȑBj# #ͫCuʩBB &;c~oXMmմ6TOAN]+v*%Ԍ(B2Oi<]qg?k6ԿF/Ϡ4< V VH扞$`5mZ_գ"5\2j%BlxZGcj)QIQ dױV*r#h/1j& =9@'738Y"?ͺ#iO; H%`2|ò\]Pdే\{Mk]U|Im1؎YF9r4s?e@<e) 1s'3j[Dv')@RkRr5\ԫxr6Jdn'\,{ɢǃôvNh*1^V n5q1+[m[m4 ǃ&IG^%ȶJW9;._1mz30AePh@]xj{|tsƒQq׳XJ~$_a7-+厀DݨM0 %ڞL]z3PΌNS % :<8J,!sșq/USl9zStA(9By]Qq+Ka,zmIƩ*HZjxoݗ̭*pxsq~Y *naU;S' ;JE q2>;vnzt`︽Yʩ}94TlNLri/WAiH^]ɣz8ߝFVez^Z1] =\6=4ﱏ ii^7u}(mMg C9ܢT}q ;[u?݉'=k8GRH*-Mqi2 |鸤5gi8QPFbJmsCf7BTڼB{yzb8_12o[u;D/ts<-5E!ћ+Zx aj;9>˨lj:\)%ԬP+ghiVUϬXwƎx nDp"X!oM1(eFbg v,sHQ(s}E# WI/.7ei4#iCShD>SJ䁠ay)J>B$֨eA:6˦I{=rJ"i"OU9f9T#<|&cQB wYeb!MPfK*DFq C.0Auӱp3(P97w DYmY~:mQnoTq*Vd8),GRnt_,sPᡋs!kM?"z (L#iR^ 8C>)M|׉Czu9o($s"U۟qj:1R]?oH}vG}[5@+GnqJ3C& Ha;pԾ]E/G@#682e#Fl R< z/^:(pƀ/)KlS{ݣ$u(AZ>3}py{pG\;ήs T͑JgVd/26da|:_gA(A[*;2寀Oq 2gv}BۛnAi黫uUeO-xmN1*{]k͋W(5gogӻKn\C7W.=ljc"ޘ d^^l4`77}(0&rt<5<zI $lR3U a,m`Gʾk%o~G> ~dz!Hpѐ+EKu5d#(x4YF40{JBM-n+&@Lca=w4!7jm׀8h1ս@qYR7 y>2 H0'_WF,2L+RQ" f; _.\?UpL]T?JFd$T&M9/ ܣR_AICMտZt([hh5qh=} 9Pf[F[ Grt O6qOֺf/Kʶ2^?9RxB//KR#q6ީ I$1 /7WvdQIlCily;H30L%sPbKx:b-wkJ*nB*Ve,ThgH-Eo񚅞)SJF9?j4Ej mAnNh:,z+k׾T7%^! տ۫ι5vthflpVxeJ#x!Aex Q΁R_HgbtɽȺ*(;s7q N,C%c?B 0w7]r/G1 Ik~Q3?<ֆcN |o}k(w|AXSF0i)G) p6١) twgV7ڇꇣtBة ?+77IOd*Ve.nhvź)HZdk2mön}PZ\o}+$==6j@ȧ'2~WSV̈́wdw@ ?x$a_DbP[4:=+F1K.3`"њRBIY =#atαS%*"ZpsEu=pgwʈaP'<l%٫uR9Z|8DB6ꭶ\hvC uZx5x|Ԓ>L3>;{LAD?J(+L%rHk>lhuNFCy$똭mR)OQ)^4.٪34,W1 $0eZ>"tuꘐ-O-JaQJ0`D2QlNՉ漠`~(%W5Md.^LstS[;%Gnj D2R~aHa'O8'8J]GzAeSw7e2@NH0D ]jyVHe8u VV+! +DBn#TF=)%ILo>P|=D3όuQ 4HRRWJiVg,l3$vr)p%)W~Xg:vyTHe+ "V }6 Ճr02L&[ 7s`3xWDoy0.|g-2dл>2=}!Y0(w ` q75UV, zRh+SR%)^xWq+/U9r_L ~‹mt_C#'=<Cm!Ÿ׏/4ꆼY4/Dν#0ukg{5C.q nipm!וJdq77_cV[D^#3J =5˦5~ e,2A7)Y<ԊDtF ͢SV,iFM岯n^h==WOeV*%"];4^3~>nDc R.Lb}&J:4]C,Jm*ǚ*)|o<3~Ñ̕-ac~~J,-~'p7AŎ&d2 0@M~3"ݟ0Nm0c*Y뀝c/T(P;Vd\~o+c0Dol6c'{]ѡ+[M3,V Bd #>s `]{u8nV遒PY˻}欐Cc \-ϼ1ے[z;Wеc)MZ FHe(3gStnp6Thď"/V'BMXu;Rk f>/fKJ;> z"v=`_ u묔h{ww2\H>džڥy 1awCj4ZҌƥv{F[q* W z bN;"&ot [.i 4atikdc} IM3xcr@ !qxp"$1Ik= nY (_)o' OkM!%iՂz~~ײF/nd3`"/E1p[ O ChMm;(Z'$=VA8{u,&Aぞ%RVhMGaΙp_yK${|*RiZ&j'q'&lWӣp0g.pߓV 1 }5b! RC_d[A!I},0}1P_4 !XrG\} }}S&C<8"ݩ gk6nNoċȲG wu)rDg+ϻsC LwS]d]0V($fΧ LƯZ>x@0 HvmB Ш(7chyR(-'܀k'btp#޺؛ {m >M qSk$(54o[-B-t!&vbT!57yV3﷚ 8teԔN?cf 2Y ;{Bji_ƭ= *@k7]T~/2*f 2fB 8"܁Ju =NKSj*4扭Í*,j1÷i~EH9h`Bj,cQvZʢ/T rPdp쏀9m^JtέMʨJCa>sKod>ʌNǽ*/YACuu^7~ @YQqN2ED}gAkM9@?)FRD?2&댷pTP/܂wI:,#ڂtz`].ܽË?"~.^XrC-t&n2eE9_RJ<)#xB9=T CG$>$- 55Z w-z( mF[ډW.F'X~-wkf8_s  8T5lf&ӛ{Zcݩyr y} {[ԉqzq]cq (Bs{#86TgٲsVKp,^lZ",|U|h߼9)rOt?w@;mB1-= RHW4ɉ C?ւ)/;`36lds^M$%[xtrSq((-t* cc:yߎ%ʣXnYF,3 %; oh5 vȉXôL: ttG N]i{~J׷ "0H0cB7EQݤOk+ߟX>R}Cr[ĩgWqZ䤗bmmZ` ֹhaH* $`^X (k՜x,m+u & RQt$_⡮|okDb?p'LN=Jx s]"A=e?FH$ Y%㥔UZ,U嵶}9Lڥ;XO0UW)IMI$wo|?Y;dRu*7AOd?zk^C 1u0NoW\~IpɑO%u(N63 9K]1C>x/G0Db7վPD2h1gs^ZT=X̶d}mž_@ V%{Y}z  wG5!r0 ڨ:#f݈54dWU**O/tz!* z?N)ZG= 35gM漕Wi=6 nGw+To27;PkoKMM `UhgVfY= ΐE__|aM W2b8xʼnZ**X/`OW#!$ ovNڶTdꏶEm\r;4!XܗM݉ 3;-;\}1 x%.O1U^6A|jf T(>~ p,(.Uÿ(1'_!b!R1`A'Ȃaԯ`Q ^`z*$#r0~7-P27M5E,w8Fc_ 2=6'@c@ ʂ&h5lxIهf(yXߡ\1j$6*(ı4A6JsT Z^aJT_ $y,!xk<<,ȩMlu{o1{=TbTVm8(XXS=a֜ʋguQ#ӷX܇LlHΐ$/ZxD#+rM]KE%>2Qns,<9< lC&Z.f !̴eh76CXBqW1z;[ G3|{PŪ7 ><@U=\nd_^Jwl\vẆV"h5E̙<ۛE ^ScAj2&Hձ ,Š$8i?y1ʧOqdMbWl-r6!yؽδ{h@$O= 8'j3as f{\|ئ(ա3ݪYLŢ'TvA(_!4Kce &JaYF\e &_ ;g:f{&=]Ob[߻Xh(%5z3ܓg+_]fjV@>Lݤot cOh%"3V.gSis _,@O3e]Lg lu%2@SRHwsM /ZLQpAewv)%#h?$+~".e sup-2cp 6Ɨ*V=-[:K"|F|H`1a?2 fZ l\wO"}*h(m=~S5|KR9mu":D}֠w@C<(j5so0ڝuZz=esWv^P~m%uj;{]GY\j {iɏmZՂA%9Lyz _4, _?c*wjV!nXtCCvl [hf0lVe%P  k`wg60$zYѳ:K]rRussD  "pg.Ҥ}g}uz)R}- :|?\?m+ߖL Rƃ%\tZf̰uO7/N@8ŧ {o W(MCGN_p^lLV9jс{H$`՗n 92&@gs^mN)t͛a#Wf_LdOI@۩%Mab4hkxR3mmx+=G* P}BV}B(EiV#h;bg‡sLy >܅'bJ^rWN XJ7qӏKf(:E~ދD3[y!-ʸ13$!UT8";t~i@VH{X~f^a/+/J'!5JSz 4|ѿF4D>3m!mPEBrqÍ ` uUW, $Ă'φ >gW }]YF}gf qWp.(4? ..g'+ "*BnO~A;zzE`[ MP< <Y==, ܢ.- \7N#Et!\t|Ui Y04] >O(ȧY>e `1)җ5Ɣlh*:MzZr˕awW(lY7ɶCWfUOH'C]]WY[ѱ`ôW^ݰ6,id/";m:bOin!MXkmMw&c`=8X\%׏7=<8@1_}5z88(6Ue-/|dz)~'C/^`+-+Pꢚʈ 6Pu [c jzB`.Slh GˢL.Z_Ch oLO.QdY߶]%.:ǹ9=Y]3Ω6va?ἑ*d GX{@ BPٯ\гXا1n _B)ш>sQ 8 {#3;go NuP4WaAicq K|!o9 m)ѳ_<4k]ȔlƶQV9I (Q~A$ҝ|*\mHi:mؾ4H5.8_vPZ\ VJʓ٭N i-AEp!'UUWJU 6B]+H~B4Z֨(IA,*'Z6-y VgLh8=`0Ä/2*(9r܀\Y>E*GeEVp: b>l cTS^y-g$"6B.hر $.Y-,+v9DǜP}X0,dsg9T?ly_ƙ?"G'hW1I$MD2M>hOl4Lv@S8H4t2B_pdx:a1Hut7q*EȱsH>e%iAPZak9l৒S>;BΥӹ*DDQ=_[ 5E9$%MegME>r3T%p#O9?2h^Y]-ID::;M`ձ=FzZ֔IVciӍ%6%}K fk)T4(XAnFlR*ѐ761N LҺDgRfq <Ȩ|\)~ 0YuY`b@IO R-u]N5;ˊ*֭uJF˧ ϔ-`J͠CQ\B|fo=^-/#T zIGEF4 *rVtA\6nmg/=ڐ1 ĺI5ǔ&!`rk#p<;wjiـH\%f|/ 6-6U(ij;;e9 XR09Y7~p%فMe 13\Iə̓(30n 堻pM~_^ XJ{bmVla ^$<gag U ] Pf,Ceig֨9e@_d)7. 7Df(I|ᚡ s;͍l/@B*&vuE6Hte|\r<>yk#MzMUc7*8cK|i(<ܬ\P3SYGU`?BR Qo.J5Fk_.UM;+Reٽj AncsҸ}6!!Qk2?*9\x&wD_I[r 0sijC.*Ԗɓ`8m RSg< u9MErZ٣ԏ{82+0CV3&*44ڃt5Pz^Sg6* &\W&֑ow)^ZplF*u_nYezyIn_v Ky^Sxt{sۄlu*k~[,|!H$b2e!8bѽIBw`p3O,2={ 3ݗlt®Җ\p؂QB}.V5&Ee tm%%8~ yM29"~ևoq婡$ wˑI%5jw.7C8$łŁ3T^ngjJ,aenLQEyS2y8^Z4sMu9+kI6\*-`F~# pFR]-(]靣s<|Y>+)bR)^=;֠О_ j=#ĬX fUcp|b1Q cF(8bWV./xc<=QY?+S!ӟ)T=ɵ,JE.Da粏Kjax3Pj6 6*l=j*f"sI;CWA^RXƆӱuDr~-וv C^LAyw5+J\Ȳj[nH4M4QDZ}s n5ݎw[n`RNP3{\@ՙ9;5 an=4G>tΠGB^AaBsG1NS@M]7#`ez0Q^E_D41w!:$[}@4qSΞ  7(1K O~c̯Rث5'V@*vA[Opbeކ XvV3YNy&`np nM m ݩ ~-\>cgxqws%7G; ƿG$b=au.)KP_&קb:y!QFfv3r̩akQ.숈ly_y(mO-BQQ F፬e?Qt[2HB^;tH'X u/k$;YUpSC5|yt rH<He+^2E1p :3KB lXk =P=m.JQ;yGC'H8BRaJ~皞gxIl΅E z#+t5YZbwQ.nRe?pH:s ٚyxV]n HNGA>6*<( 2\$AP/G(MzgH5M MLkui{x 34|~ҏJ`m*RlqbQNI̊d.Z!kƧ8x*ś5o>pOP.Y`_KjOPtU!XOglĶMʶQ|_h4y/*.]^ΎM|[iׯ[ਠ/ˀ8̴7+(T5zL?B,(풩"FpSԕYVj@QB挾e|Bz 01!m,AĜ 6NrٷA+H?L'*厉d hJ@ ׆q8}> tˠAn-)lR$ƺcq[Xg9ڌglvW9EZ 1=l<^b[CXE@ ˧ zr;zlKCPNE xi'R .5~C␡pkfE퍆41i_F;4ϣpXpxonk/>x RHwܯrCEp~ smAj{o!Aуc%76.[&"EQ3 1we .c-Ȭ,:D!у.[u-[]C+'xfE:ʭD+}e-J}E3N0[!rc˻֟ 3 ۋы\PiSŀ\v:7ȍ]/#"{JTO650A%`ø [-fe`<\nZڏt-f]>ߴx ]`N30Ut+}-/D|z@,3<mS}̳>ƫ]ytz ? 헏y&zwמ᜔e=A ) M)ᐹ#^\^Yؚ3KOz8vSwWyv*kӧf  U SB=fq|WF$B0)~NcC{LJJhuSI}! C1.nQcY40+;U\^((`)RKP@(h|CAUp~y @S82dCgRUH/^U9l圗D ?.Vx)EoQ pxDO(y;^Cz"@W[ӧl~3ڌ?qaf 3lAtk!IPƽy?'oESNoreb1B5y1b>N^/e)gD!oEl 1[v+EBreyݦl2in%G|>N1]z qr^b@U/u$Ћ%4ŧpϽ]a1o bLrHb\Kdmg%/J٫BX"S=/!ۅ3syӃ>2ۏكz{T2(mNiGo-1/ :+l՝مDQ:TE58͟2a۪Q0 ֦ٖ'}*R=4^L;€EbLN.-vi"LEҩFEL `tAxlwF1KMṆ,/˛=$野yogp NǶ‘/ٚ^O],~PRHs7Hn: AFgzOl&e2'1zGrץxClsS9݈u:u@ Om@/ xUBA}<7Ԉÿ7yh\:ë@5{d;2k*qJݘF6u^na[HBn(N]c}~1 [ZX&niF_G-66{~ѤO41/!Eh&ukyR1Fk-:.l6teL%vMq jM1Z0 _|>)(J,#uv<]K<* 7 GI 6BoÜށmϧ~b_ TA*)N8ȷR?S뻒d No?O20MzÔ9V߯cI|\*4EE}M#h=B;N}+I \"pbU 1?n{`zpo嶪EuU$;kqݒy&a:/Ol*:Ҟ ł_I`'`@YGB~ǯt/D{M%+Set@GwoZse@u D $:Ha |v8.tȵ62ٛ[+e9nB׶܄!v$^g+tD4y[6=iKr6ՑI9`a#{&Y;6yJ\'kCg/éеoUlkDTE]c(x4OqXT1{{|wJoGSd0nu֍*obvMr1cԿVy(!Pc (z#%N$@95aP#@J^99V#AFBvW%L%?w Oǣ~E;l/wn0H=[WGHppTCMswߨrzB&i&a|Vf[1kk`ĆV:)ڟq"X)n)H¹Ox$ 'ǨP`v_C[zwF]^MND* 7{ˌmq7rY8,l#x䓙 4c"r%4\\(Hf?a,,蓳c <k]F!2T볾=[B9_h>2w4!Vi :UN5 Dܨ0z(|Wv힟zL <`ʃRl#ܪH} Klgw7]8 jJ4{eFj$\~2HfYjMo3n^Q6R{.{_3qɡ\^SYG˼ÉU XkB g01,nN)1[ɹ)Nh(iZ؎m+M H}~WߤS1yqsԋ}rAx?tٶc+dW bN %Jc{˖zOL) ʖJqb0͗CDFl YE5)ߩw\HUg{_-#?M`E@u.YQCDEusCkn`vq:^>Pb* S:,].AY33X `7R ,d {*Ae[]Tah?{|DVXk/v{q6NXvm2.ľWMdHibfaYÏG&-0$V`Qi A~YYIɴɏH[ZI:!XX$\ׁ{/գҢBzehn g)LPkb_{I({ i;hNpXBU{&tb7W5^;:ԕtd*S$qe?AL"+v ٙ6H]%ui :d1M ui B=c\_ʴ&=GB; w.ӗmUji(HӗQ=.T8H;bn77!dŤLnOk}1+}KF%! ?kwk2Ox2U˞*Hm[,e`ΗpoR&YtTo醊TF{!`R@]^› x$FgAm6L}z@bc,Df33P|j!hC\R]G)8"urtʞk0'sQ/<܄9*4nKONFE^閦JqH#1gRuqY+H{ix\42֚F7o@:L[p&d+O%ZEyl]0z8/4;X^umv^/o/ DApM"[FvXC81ՕyMtL}fn}ֆʘwD2},pț[W JxQ&zntM{}ɾª$EN nעٳH'Bu^7ޝ |yHQA9Z, oѤyttj -:L(Y 9tcӻ[C5bp $z9ja*9]'ɋch\}pjc MC1հ:?_wt~* :D. lY*H43W58ËG 3#"?!=ݭ=J-ZZRC7lYeO,)(m Z짬v۩qh|mwUmcQ휏-'z +t fúvJ/V'CC(@dY+'òiLh1~͑b\\33w_). +_߰2q)* /x ^ȅkϲv'9qВDOXoHAF–rJ&ߐ(`=DVш-lx(ӵtzKCJ\p$cNdtxO#muUuBG--p5%J'ϖicè~AŤ9%" >Y~PݪD>oQ;]AGw[RcFa);c PȀR$57m|a9I4,tW^26<d T/3/JqѓqQqE:[$D1{.n}S"ya$HsswUjq`tF:)r /(-9Tbznsh#9Uリc(f5FqWle2Sm7<~V =w9fMK= Ц/ŷx۟o_䴉g;k% SȔCKfu0'ؑaOtmN$c9 TaPp6m4b۠= UHI 6q4dr 2g[ykD ^ (wh^MQ>*tn߮J2FoX!#+( w c!@K5MQ;"`[n7Եs Ǥ*Hjvp9A?䬱e_a<:Y%USVmfR0%lWʉ6"I ~0'Glet$[{k@0l _mQk̺E.m ř[pE)GuD-e1:ur*?qx)Ζ ӽz q#.v6Z,EfW 2vYRcG&0*a`IW&n v*nwՁ3>ٲӨ55&Fi5MC&$Yȉߌk kMqkӿ p->A#) uX{X>p$gu46 un5N[>1Gc+[k?m+@bc#% YF(ڄ` q+0J,egFa+kO Vjs kv`DŽ]p Ƌ"ʎ\+4j~, Pr9~c6'^G$a|1~ZC,aܣ1J.*!5}1!,#6LV"O!~~Y찂ҭRIͰ2sM*u,\)Pva^8=ðE^G<9^ УA wSH8x "Hs g9SBJ#nk:o@8 l<|-\&{pQ[6 w!@eMAӝuLC72UxSnQu/ӊ6)<(ӮT}4Q;^-()RSۛ{Wu'ZŃzN3B Jє[l˥iԏovr54!^J s 9ÍOtp"Ri>mQZ>u?LL_2V|-/ JS)og Gdݲ`@D+Խ$6BKйh`&MA tNk1[܀!oz5, p?4 *t֕( :pya9~yQEY, 3PC?o2c.3cq3$fT _2"t ][]vHhiJ2DO y KJoܘ_nq p][¢fAgJ[Sv=$<"J` Rk&T4/GJ6Xcye0yP rl*+yȸ19fgI]/o|Vӏ]+w#jJ CtYGA,ܲBip+ˡOa C4qj|Iqs[?X暈:1%$ wQ/U3%¤wV*3i84Cn]-OQF!L+9m<`MdݹXDϲ6Q7$SƄl=!=S1p?/drߕX ONwgXLl)P(t[srtҞIH١[ZK2|W&n0:utS|w/iY 0,Puze WeU80fcK1[fkjxKڲ6~wk^I#j Fo|ь+5W4K5_2j\vr׳Y4V\ZMHQO S-YL-Rˈ:hH/~FXƎ<<sRvhuN0e߶Qb0tEzj㹽࡛V{Dr $|d/ 7\59uYk6g1xH. WQ'y\B!.Y]}+%Ϳj>Ն !gEac(]6*+Uz73JKӶЮQv2+C!~Z@2|;žXmlEx}բX7BäTwTZZO#wšr2':h}8L6>Ÿ2 Nt$jR(Yy=0mh=^Qt))Ox [zLN$Ѧ9"N"cӍ̥mRw8#ET,3J l{T J(Y9GȤbR${|)'6I0*oHJƑXɋF͙cN ^#N.v} .cxI/9"kC#:휏TxP]ZvEna`.w%G Vw8  )>W zOo@nRg4}3u"‖s_)P bONJu!0SvT8;:H~GWԃ0&C֋s|EtlڌXZo&lBvYR!GC}%@w :K*۴ФY(ojXL/9\U`Ay[weð50!BeAfO3#wygyQ$`&dMpr ؍_h~3OI.$zZ#s[ʟZ( WWkPe{*sn&=|w5GV A+xԆZ|߈g;=I` }p̃Ark!#v81I-r1`(X8%@u i":] w A67N Ҿ&i>/1".4.\ ;`ADnkuM<V^dl^셾_u#;xR.]3Q [eK | <]MGBu+l^\VUuv& ?8C1|"s2#x/"I`RnHH{Ӏ,%#FnRDfHq`z:f^-yRpE6[d+\T+@ TJ>Wgpv>\qz91j*#D܊\j< G8Ƀj|xǫ V^=)d%`v]L G+7 ѴGRZ*&כ&ztl$ʵĬݜ7sn2fJ 1/ҼiV⤾ "մH%$`X^ݐE h]ﰀ\N oo9nZrކ]puk)p,MX*hƊ9q*۸ؙ 6mT4<:3 lASb o`o PJ:"xP pG2BBҜ/J"r!TA ;H;N'M]dčݮZ łCBף %ݬ?rdZL}\ȩXq?TJQ3諼v=,nIg!RUw'Q 52Cs'ڢ=bglLgzxeիyS `w7ةe:!N HJ*==sVAMptD8Kp}:h9-F,5;ja~SxM1cqk2=i$"`FU.{j~DN35 c3X;{s)D*j #3V(#=ה5"ɲvo!p 岉ȫ<2"?~s5JmuѷPҥ>B wv"3S!bZ^@ `HKjǬ(GkVI8)EOݧ{\6 W}$i}s xt.B-CS;ةwx] ە{FBiPL=oOqRpQC= Ti9si~0íV~8$s6Vwh8U8+`qDomL{\ zIc+;QAbOȫ ƭc %̽iԝ<(m=Yi:9=zDl]HAx6Vu\K<qtU 7 ıA:ɼzSY => s8QΧFy)tAM g lYlDos<׌-N8&1rdo9tQhBaˠ`.GK<:r ,J&'8}bX-w~} $>¬>9b>qCp"fL^UobyQpku.4 ;c Fcz} ˢr1pSzaѣrH$v*Xd4^Yh7WdT>4>*@_qK'α5?@hgT<ܝ*joKɮr#H Qt@8,zix)bbT?5s,Xx`B*)IN Q J>-;}X<*EͲ/˒}*.vޭ7Ǹ1>mC\h{ )q_$LJ[e+0SCEfK#)Я֔C.~Yו tKD,RnCIyng.8=5fj902_--ؙϪ/Z%bIBl}fאi7Hc4[޸.g.>^*6if <+& 1d^'GtJg#S05s|&lſ6}C(q'.R8ej\YtHUG*BuF*_)ZaO{~Փ4>@7E ;({D'|;Cg?~a"XE|`e=zYJ?7z8>ʑF *{fPV0\o(T5;AHaɟ3<}_kepn.0 bוRpxgsRo"9-q{E ˙[A $oyXH\; J'Y84Q`Qم Ce>"sPZ5DǸaY-hÖ[aX4!UrKW5gy~5R J Bd؞ $ wxQkA,|ΧaΜRuAbڢX5UϔՅʗήh]UQ}qz0nv##&G(ekQ])^#/T g_G5|(q@y0B*r$^ %iY$!$^=#/> Ӧ?A7ky{2Yȓ^E9'M6mЯHgE&.4r/KJ~*\-ힵDlPwC9"MP-ӏ#Å@N?aILyC'1ySs՟l`wPÖK;q{4Π+%` AGEp2䍶=@k%`n ռk*|C&mcbcɲ6NX~s0~ o}|`؈dU%eЙukPujI]}^9E _E4 ˷ޒu Ww]#mNVZ`nkƖ; Ce,['  >B*ȅ YU ޚR -Jgd׋~  \ΗmPc:\u&*5龆j]RMV&jWG>]K5)0Kg::rcù2=c7Julf.VcIH&o+8p>0$*h$z}*:T+$qRAC1_8H|ۂt߼Z.3F>_jK"PTMpF/%鬶X<0=N"08tl$Fi==)n|>KHHFTcI]Y;wsuXE- 74N#]H`ᆍ븳cgd4C#`#Vf? <QT쥩-Jn7sm ׇOՆ>{ݞCV\G\qͬUwձuv;b+F6'Coiv+%B 90j^ggO_UHU귭JhL#̈-hMD(.7u>g=823B V8UX4E_*?m"§ T(=à sv ez hxBb/_}#I ]]bxEyT^%1'_O#T t;\׈sGE± #Ů vlԤj?@jX?u?2"|S@` ZҒpW02޷4JKË5tlٯpu}xPv'rꇩ(#+9t"n/p8I[ΔҸi.GtIC`PV'ZCQ>y8 vr&$ 19T?%>MڹIf@0o Ei@<)Q:1,4vEi_0^68:f?쨼ۖ3a%)7>[(߉nH.BѢfi42M1MV-Lg  1{$ jZXgad(2//&-Z 7K_{ۿn cP2Hrt+"LvVܩjv8Jj*޿O+_b? $ Mqn!jQdk+D >OV'zķ`A[N =BE1iN0'b I`=4?nDc+3BL*v6~*cՇ."5m?18loWw1KQEj)koR^95#%ǔYC5t̗B?(+]˅@w6L:̍ LJ% nɐ ٠$_z!}FF,^3lpT/h1'Ѯ\CL>ĢBHh fWYPU= % k5?-?\NĂ\Sۧ^LվoP0v)rYu[*nd(P)sh{SԭQkxBBsU3bȱI1Eˇ/GPƈ} E.Zj۽U.рO\m6JCn92#@gz.(AH-\]uFc'a ^B1_7W?twb {2d`:eE 43ʃrx j6!T6v7r6y!;V1[0OEUg&HmB>oא!.rC܊vL+PnΕ{2I5h8W"* Fs+2=$vW.6+HרD=H^ )Xʈotih %[v70 CSLa遫L4iㅐ<4Wgm>Xclƫ)cSى]Y->>DO ~g1 >:HfdzZ^R!lKg<ģYC^>Vm U (fܖ8M;蝔ۜ \I|QK>XN7=Shcd'~,F8 kA =Upɥx7_V|m_NJwB_502BP+~,H 2z9hݦ<:zRO*VoB32qK>'u;O0Ss?EiqphLalFz:*WPLOr9VżtFd4 Ӭ%Aɔmw61 ⸡@z/(YTŀ=|떊֓"# hHU87hڐo-6v(xR*t|jYj3rXU0e81iqq[e g8q<,Y꼨Wbmv;K { :+cӲX} ǜ&$1]ٮ!=;q;FVE Z@Q ̲b$%ѸR|Y UWCw|}Ǖd0mP- w>wR= 3FuKY>>;E5Qi\LUoM(YGa{4;qKS `0#$rP?T 5K4.g6}pkMf$E!c'" trE";ѝqT>a9!Wdo$_tOV:&-^aXW(dZӌ.܍B32 OJ QF#7L^ͭdv[uzcqOpK&&ƛF[ p! ̡rF%}@^uO ^&j5:0_+r>BʅX6RbK\c#GKTd >Ge7&@GǛd6{.Xhl]y-L $ Ue r-RhyV$v k5iڠ`f j2Z2!ݱh, Q8 6I7_1oqUE6[ja?Q±C5Њ>Er^N^ŤPSCkdDzchD/:r ݟ;CU0/ɛ0E ½򠝔:Qŗx08u>QAÏ[〣pJ~K  AḂX ~[ݓTك9=dBjF{+fa!ݼUt~l51 VpT]NǮvP1aZξ=l!}J;ߚ|x t?\fכӿjH1{ڙhȲƷNE݊boff @db&l2OJm+o?<;)k3K75mK,ʯUhtr:&yEP3؋w=4pVTzΞ2L- u;AˌKD NΆdE0xceJ;v:r|7*7YaCvgt'LgRU5g!7h(-|ӶAeWKbJr3QW86z{x:"6tca.\_S80$]r*`Sڏ$R{,x_M*K0c67iJzkjfQ.Ħz1/Ev@>!1RwԤFѠ9 Jm^9T "*`Da^'C50ǡFoQ6g!ϮYĨ{H 8)R8ܬĸ7ŚiVe=,:=-a˃}bߙ!ky<0_32xPpw*,&~@g*_<[6\Wc23Ya_0J8YH:O&QF(Wg%uIP$3 & ]ՈvdJuNb 4}iJc]>'%O]h[/C`>F`0]+mv_&҆{L9E`iS@ u=f+v.ti }(<<W\J8wTW.9GlTGܷw]xg=cu=sx6( VOvxWl=tᴮ' SfN]j?"+J*JU{A++o/`ԷQev&R<1ev־~/ (ݑ Yx]'eyA1z$Q(`YBFQWTÉ}ag=D[sI.uniiĸ6Pn,oL^R?[tdT(u«eI_Wڸ05!z!HVfvw3 hXUN* R.×z$-P?cV-';&toAkƌxߡvV;b΁{rDa ޾Sɳ7/IέH?O__:1s /a#kCx>Ulղ"!ld ̧ 4MfJm\êhU(D&U+&{DU;h18!Wn,k!@N&RC?H;6wٸR9%<'u%*7%&W.NqL|Ӝk}bۧ58xun?śߤ)Kپ9|iޜ:;zS#JX#$n Uv՟#38.Hk0Z"%x '9Q H9i@Iקy:٧?CXN "c Gq `YD><בD7i\Æd2mTPH|qV9bo6y̾)q!}"zPq94I(ϯĽP\4M$Ҋ4{+}}2b?2ZPs7{{JF4p}'ؗ4_3ƱR3:˝d[B*fQj7&߅Գ|}mE&^ ;IL!3[(XÜ $@a!BPd:ÐSO\fiuTvb@كe̤`Z.]hVWý`;iĺ WZèpP"Le#jO'@#Zi&_t^F;a1d9E 0|$n6[&ƅLhq~kOGHI2we;{9^= K^XUwI7&=bbԼjrFD}_$Rt{ G8=/_S&ϼi-Doۆ.4n8 ^X꠱!Q^UIlMQ(z~HpO:H@ܲ>(B.#hiR<$@@뵢K=RW :h1XVҼpKO`B9 ZڱMr]{Htj];Zl*#Z/šZ}3Ƞwzs:z4 wpclnI ^<"|u!٠zH菙.Dp‚ ,\6Mc ʟPB+-W׶y]$ W7OpO K:1vR).s'/$ޏ>쯈Q<0-Zn#ݗRpAh#^!ޡ,ִE;(Ք6F\WT.In '=27?,1 Zv,ƒyf?{fE p?fq/,ǹ}_Z( _껗pw( vʹ!S#\э"x_߼İJCVֹ ȸ|cw셙QrhĤdoe@Piĥf6c8F7[/:D50t Qͳ8XL+?ߑXb^5?㙧 諭;֨b|NyI.4g[2 f+bi~@Sۮ'`>jzJ%M2V,tNXmFk-x1ϫ8 nWd "$iVKIʪ2yN.,˘!ڱOy}wBm 9>O܆>/$QoaXYAѨ_Ȥ0,4ni 27^">8][Ŝ{mHqK +f1qx]`WFB| _y#W) lui=(V[I`'8PTqD\JC6>8֒ib˓5q0chԫX|κmK"kCTZᶍИg_&P!ڽ諀h~<~E٘-,VZN֋]oZ6ĸH<bcuMWA77Jp^A>$I4?1kmg{}|Bo~6*) iݒBNaX6.hgEkY nk3#tMH-p.t 홈;5D]Nwm-nay31QLiIVEy^o=bF<1Ov܄h*|_5f#0s%'mF'LИ1hJI{n2/p#M P迌+Pzְhv>^Y ES`Z9ƕ52iV_UDpAOmp1+HdK@s6Yxm`x279ED3pf9}k^+/ym,:gl4 agl﫶Zh<~IS}ckl@'WF~Cnv;q@_ͥ.N([_Kdh(ЁJ=<. :K5:SF" X`уMyP/4倇K~g\]bB1U>ZA p=/dCtS -PIlc54*% d-#J䭫ECS_L %n}3FBsc@BZj*$ Cʜ&FE:Zc5)-$T"tov !9$ݪPBH712<,#^w05Zс mcT b'C=C$d,ЛK79KoFkPv*Bڀ#KѥD7; 9 âܦPP?zգgT_!kPvSKk E!f `.AA=ӶOBODXþIi FFHQ"̸:"uQ]8?v$7Bu3yҋL&Kv OƀvY<f"޽<. M[q XHwR.%d}y;MC+e޶d'aMȅRJw*]-L](FV"6F ^6s⚰' TUB@uyNR‘&]xIHβkF{kOP-&y?;Gx1`P]f&ŵJV^-ЄRg#%BsWMRR ~ Ç8EzF~ЉxG#N:Ѱ(#C^LEߒURϖt5? )nĿ) X˾!}}6 twG{=s=7 L=o$2=ckʅ4"/L<ު%d<ǡ[V3_@hx}fL_BPUFMq mQF-?t1iN\ůNҺ(-{ShaثQk{gl@GYϐW}!X0\CO35r= -U*$zSߧ]Ӡ!4~^3)+D(B㸩ց ;a)}H^Mã+9.)T*CGTR射 FF 2C~]YWrsRr·-pMu3T*QCƍU?.(:ȐwoGa 1K-2 ( ":2Cc|}z?{gxr5; V|؄Y~EU; ug>fČ얈= zJ*x忳]K.m2 zd{Gci:WЄFudF2|{B9ԥJt ;X1|meݮRu1C0MDܻ(6{yР=äJL'T_E5'T»ʱN-b)*`n|6>Ÿv{U[{eTwB#9},[="Oj#EBpUpD&t^5HP-^9'9#mo>GDϻd'`Ԋ=>l|U 0$k¢/Tx*eB t\ oO15Om:Prĵ;ž`_xk }΋[̾54E,>.9i{lOlWEYM0/!';e<NTɨkRD-`'LE$gyIƣ=Ipn 񬀁oD.л5HPCInqdFIScjҍN+ }YS"N #~1k:uת+: >1;~HT쑧ҥ%}hZ\#( w?h3jJ^:4.ԓhW+ಯJ+3RprGqrm/-8xq6NBnM)|UW4p7s 6"Njo6~ ׸JS 46QntVt;JU*Sxl/Q}0j}8> TlkG=X]?v);Ue jQC-?*yWɱU:ѴNa}.E<Ԃ~8nkCN,=z:0|炵K^u|PౣQɯ$ʧR q֮v#!$\tӊ?uP"^j7ؓa7|eO| F$r(C#`"s}V0%@9ˊw!,YD.jlvC̓Dq:.`Z$3ԫ#5V S>@aȧ|˦I8VH9 ӟ[9\XnX4.T~˾`$7{,.3%8VMLCQ zlk Ya;>OPҦ7_iK\u2qm<㛾RMA?,'[ ft|·u>O1@z>RdQ~CTT%_&;}9rP[~QJy8S6HRYUxU)%C$a\⟝*2E1\*؞qdϕ5n<4&?ZgĘl0p0G0`ӎ Ep;>H0٭#|q38FG9DW "t3{LXZ:@Ͱo=&au>OLx#NHmr~d]V#K*%.Rn/}nĥOSIհF1ECksHs1$7N~Mh<(;7/(}I M旫g\pzF3xIatPrN魍`DG5/z}c[7a\' v)]WjZao8i*W.=4ȼ/~"{z?&ekcn1R w[)i1"~;U!&Q_F+ѹr3 2kB44o{>Fb 2}b~hJlHB:P0ؼr q|o^?T?`^FB!ȳfv. ~*f.QV]Y$K?k._wS2/1ߐRlQB&7xy<.p'V7݃G" t7l1g֣PVq6dRgq@s+V!݈\<,u? n@py 9ut|B,)tn]3 uzW RWHZc-YG}]x Z\d#̒5/#9fed%~?mhG!9gE2=&'B=^ WJZRNԁXKm]QPSQ BPounĜiln)USoYS2[a!ҏp5ʲm#QuA`0[vΊˤߴ!%|]UB@xJ?'1$:unҗ+.Rx=hq 9RPw*vI~,S33&@&W>A`|\j#t/ STe苜-*}7pNSI:łNh K;,$♄cSYbB8?Tit@ѩ=0 -]oC>xX9R3PM8b@|@yeO& >h C.r˺6yfpFN@,5_΄I0Cy[dJ`o=$ K ]ЭbZ='(E ^v]-z(h%bob1ΙĦJ*>|:WM[p0l_QBȵ4<őڤ?[u>vaHQ"~aL.H^g%Cy@.οܽFAY9azAu觅Om]foMj4 = xQĒ(xy:ud𚧨v?Vp}_WfǗX?6h⁞r%"$ƻ4/(2R6c{9\WPEMׇq'?)Eb<C8}Jvd'Jee9rLKrVx$'m@5N]0R)/9(6`ؙc 3y0G٧+U%ӭR 'n1㵣GpD|.~4u1!Q׹R[˳h7#R+HbZSGVԴ*(+eDz *`zf)mhpA؀[ٶ~HVya֌5M(Tmi5e:: Π!KQ&+JzzT)c_zeƫʤO 4/rl,Lknݯsڡ[2qA?j`rbugIpQCok a4o"fOo>--j yqxi^Ts *zzg6ϦLD5]IQG10l4ihz8Uy ?دfeK+/C^`F93u8 ]p׏xJN~osdu:}XKq7S.ψtx8;6ٯ/}&GJxMkrO`gl1M2 ,.l*Qj0E`[v6r3&bY5RFQ%!่ܹv*]@)4PuL58!V+Fbvtd 1\X]<0VֻDN[)7 Nl ,킂a>֒Ǫ~`^}0M=,у<̒0UQtP]34 }#M8[>^q)v$㲝BQo[Cdϝ7Ŀbz>(,XtRuQ4]aM' b99O/BqwP/9~#: }/}3*v.r̴K(r;T";>AL/HA6b) q09W0]_pP2b _(a8Xucg2[(䎛aPŠsS'awndꋄ#ILNNzxTMF$8G oiOx܌+hlK_RI;a~$,rtbL& kDi_zN@iV9;۟j $fnLy3v2x+ʔJ0 zux7/ZG 5QIQ5ESe6pPe,Ig'!oR3d%HC% QZLtatGvp) ċ{4H1ѐ%t̐G 5΢##82ӵƺ3׺梬KcJC =,z= {Ca[k簴k e0A>~ sM1f(cLQ[Gy˪p+Fۉ{8`M ]peIZ5#I/}Hf#BU6n@1Zo}m-IiW]cԁ?xzq4,?niF2 Hb&4@.v0>0w_Sy "8C@aO5^2Q<E@jh竕|l1²zWdzj$*@ dq#vv_&@$א O$-tU|Ry>="X܏̞\u 1Ri!VEHތ}'{@aȺ 4L.ŚӶ1= ƅ Wz+Xu{4S] %˹Hb!ILAs+!A `@.gWxPgȒO\#$S2c6K݈8 z{(mqkPR1b_.+h*-xR󬣀4]7\ONTvRKf̪^xΰI~ӒFBB L)ʗbխGvy1B7ǘOX^[tBN.[Q$OK]0&v/-{?a{[E{Da~FwWx`$ZD.Jl;ON59_ 沫Y0e[c=ul-mi_YiQNJFWU;vwNVtWEZ;wR!_Y/NWV#3˴;yX5Fзvp(@cH5L'ZoJȃFhPo|I(T/ANhɁN唪Vt5<RX.݇Ǯ?=ޑ,I|h<*5h3\kÌ<ߘZh֠I:Zɔ\*ۓ̯*L͝+|a]o{=8?C_Jt3( p,`Aα+"Ot& (Rca_P k2(d%0D0(l,w `VrB_jM4۱,ߝW~-VI1V?_qxHj` cs4W2H{K.鑋]}@٦ߏ[JUP\k9GۯX?6D/)}cᦐRiejdqj ^$*ťG]|i#g^ו?MBԧﭸ.0cIRM~xN{IxaXl˄lf@\4MqHq2 LǓ-"I_k :bzPI1}r9E!xgoߚJ@ ':{,UKQyRP|(g {M7+:__XLX}(d᧫gg"ӼoE'<9³/_TWnT.[5r eK. 6P* e-%r (gHC,K H";m~`#KH'a8T =/*n#UM& u}@?!Ӳ1)Q޶ZLP+إd [p/u_bc^L3K -aG6GkQ-œ[Ci7O)eɶ\r~q\~iYj +V MR{z2<:8߿*_ώ,AkduYEZH wٮ9ezA`l7+4$[b|zBK2נ8R(Ec#nϚY\cTs31n于ot消|20{9iȃ]z 2ê/:0!6S6&WŠR ;Z!sܚv5/#͡S@PNP$ɲiWa6a]&L1>XЕ&BzgᇨRqZABjK\>FAJhgRdT}J]n: i%9AS{{"̿coǡ!dhNPf'[ ?b5=nlCbP/lw:SiMQk [ NYWM"t"=M+ػE&xn W*Iax9;yXg H\'x*իeN)xΉa {}l.XKttr+Pxs`{/'qhBL]viڡLh"E5S:u],dnl &W K-yYu%S"#HJOt1;gQ&1z:AtcWۓ0MnYH9dqéAXt F .eIӶ՟mcpL_߳]N X!iIv`gޗG?Y prs6G3ODyb5Qn !El#Wֹu`}/f>~SO 2*u{[Sho`?yJu|lFpu̍b^4nP9?nboJ_ OQk.iY08(Igew$#|rrlVxo.]X uS(ѓzeu~V7z/+erUԢ13ocljQʲhxUV2 c4!jwa1S\lOzCp -Sm;EXңnVo%CtAJ>T-#3- 0 .գ~i>&xsZǀcW!SW~TKV/K{cɬ5uaK|v^93rhTU0QVdoF٧G+e<"J{\R,qf42ڛZMaKDS@}:P:b(ofJFD!sGq}r2c@lniF]侇Wfo3]>BIНZ̢5 ڋ@rubVGGVͫÉbyAIvb3x<aN^LHP"ثP!1tgħA>zCt# кjN^vzd:+Jš?Eӹ#3<'" 0^ ']PB*.uΖfYE5w Qggm6mX8==('+NW=^u#KY ^K\>>sLQigzKl=DS( VHEY`t ,U |dׂp8Ai1}+@<y.!Ư^j΁>d'vNlSQ(|r@"?Kyv`E5o8_B UjV܅VCG5 {V[~0h|g_}fW( 7Ɩ)>歚6F<9>OD4: ZO2ŰU9|mYKv%GC'lEoe@rPf'^0.r݉P֭,s@?0 A-hg ^/Jg:IfxYj6W8{XazKZ*^9(b(,dn>}YՠQAyz/HSܼNHWCA5V&dqhxAX&bHlP|ra^뾪"?R:}0H+e;uN?Ύjf].fjwkY2(*auYH1 ~cݤu6*i(ũc#XƷ*FFjHpg_{vP&EoNchfz$ ^ 䩎Dƒwk\QS@A)[Pnt_dy#:X7.JWdC,nen3㎩5r4bY{Pm@"mEcwi1GIDier{ڔ M Q;57L/QVt/eQŮ"T'Y1Q{~|/HFcDHiqQ 0CqOcʝc1+V7UKW7+3qYAzNɐz=U!BԠtXtvyT(X%//.I ![Iq $ /.6/X|]n}kHDm:B /ykPJȜl'DU;sb]at0%Pq65Eۗ5QjխtoP\RMJn $]vQ%؏d0_v5oJd)̠m)#Z |n2rd'9ap޼]IdJ*!TϦΔNU3,y:B% tTnN1l?PwպuN`5v>WܰdR놤J.@"Q2lf:X2jzlհGf=ܨm {k$ɿV|m7 4S\yؙ7i؃/N9ULjn2^::HXH"ٖK;ij!y|K_MFܷQ\nL#RZEf΢=ʹDobv4/jY:2Xr->j̵gD=Y(Fhɚ\^&u\ fm%]`aѡer<Rh qXw]"׎Ka~6 ZDuLlkƣiPT&{ڐiӪx鰭%uM%'o5b J1v~A}b]g1Qg,GqC*mpPv,JaTxFHsey@*E8Dֳ0=& Rj$Q}X|Ӥl`h!׹7 zǝr"d槬r51Z<̂jU/V" o  XKHm3V2i6ᜭ3\ 7<)OfVtDpx*: 8kgNHc5W6v! .tc$2#+m[F컐v33eoqЀ D^ٰ: _L2^*V [LѰp<O<;a0W[ǀUܫS?M̑D0l|NcG=}Ԅ PPtg^8Me_iTFeykv(wt6fkltrD_u 5C⚅˅e";`C;S3)WsC<`8^$*  X^ _Oz/'KPbfϲ3N9 (2UC̍,!ץ=湬W0 <qdGt)imD^EC&cHL@@jv?a'P"vE4Nu!H\6)VR NLbrA 6MwZf&@S"Ymғx *R.7_)zLs }޷J"Ywrln~{UglKӃun5%qjGV會k2p.(KC\ SRִs7&TJ9%7; (yf,8u{ )pkw#R(9##1HY)!~2މϊ %ZDۿT{/q`%ˉz>v?@ rJ(=JּOX0Ʋ`#Tz4pl͔iڬ$1WsPkkƑgZЀ9=aNepWBΠ02@Ɛ缠ЃlۃAkh"ώ"s'CQ ^D ong^7 G)cV۟owd"W55L`l4;("ܥdǨywM?\oK ђ+#؜}JZ7n50V ;{H{,Z <7k0 ީsADɆGfn9-JzU-j!s<ZOCW ̯u;e6ۚq-U\&0>N:䆭0$2(M$GW7nBxȝI9NS7ՏJ&g Q2eDȺLhlep@]ӬKۼyrҋ|,iDnO9R6M =k׶,V/j=(r—9y7PG=j.s _fQGpÄwC3@pjWʲ쐩`QhE>{Cr gZ^p:5Pcy{ d;,DvqOdݰBBO'4 㭺mj&Vo#+uuF,͌*v#WVeES@xc?ׂ}>PQzˠDGlЄkkՀ/?߯;pAX ZYƭȄF@YYuǻ#͈'e>/v Zr s @Ƙ,K$QDP}5/8it-'5pZ;K_GFʭ%+q"IUfr;֗WSSZt4@p㱅g2hM_ȪZ^"sC/x*#q]%P-,N-pE>7+yx-`+Z|Of h79fzEeIgYLQ3Z39wFntyKT դݓ?J?9ړ%|uoꗮi`t$Gl.N6yi(EI(1NĜYH_$aQdze(Bف߶rn*Xa*Tf¡StTՊ`u5I}ɬY]6Yl-Aq1:Wĵۺ$deMY}{bô!۠B7~m TKB*ΘMIJhͩbbgQxuF. ^ Cref:g, `R!@ Rd1Ra Z([Gwa}1@5HV[X*Մ6kVδ2bW9MIS{i:RY}'gC}&0h%y ;q"h^)VbgK%-{3LNsfu++O*.!jѯQÂ-^KXq OBL o+fnC|Gà"^K:'ۗP۷6:'\>TDf}NZb:[~]=+hʤH]DžSЙI W 遐YpEl}(7ϔf B㪢55d 1Ma\<\v T<>bDGh65h`O Q?$MlBG2Qd5h1GF; ։ :%j2y>PoR?.64{8u}Xa%=Ӣeq#>6W}8%l鯱\s\f׈48 -3]HV mfS5%7prD5CG25: *8k+J c-~&C{ [( >Wޙб*f Lb Ոi6wƨ>j N(p!+;]\*5c Wȳ;+<(tgƺ4-1pص7U}S #g*e4}= \ =U 9o/%쫞֯Ӈj>7ci7!ra([J/+ELh |P-!⻅<|iu$ 6H fgRn>"ɰ|{'3G@,JuhlֽߖC[>t{}7nDqXFoZePZd C|NbOs.>B1Z.rv7i<- I9.88)~sboLn;Q+_4β_ApBsLg= ڏ2ЎֹF_|/ť45 Y Vhnjm$'(t+,fEbÛO\q l2 kD̅,ឞBxO5CIߪ&7tV\iPrZ}yeVo. UjoPgl=\'ڽ`Y\qnoJyvQlυ񅈿3f gXoy&_Y7 F64`FcGMDO6/ɮK {ɔkd$ *1oG~VW0?[T5jѩma̧6|]Yhs"Ԕ=\,# X8sLy OOzQ97 1Wou#z~,RX<)(ưDރx3=e}țb 8Yhꗐ:(6J&}+e0\^"BbrIAI@Hx~K ܉:2>q~mZbxGN>bhX7IwDL]Bnfy<r> i6"Z FGfrXcړ틙: F#0#Ƃѭ+*a,6츹xEvMiI I^7j%]]8i@D4rA ~in&pl{fVGhR-8jGoR .'"AءoA,@d+/e`cq$={E%mvzy~8^uh/;d7ܚ{wQ>r.u`ȼ}1CwZtm y2(pjI3xLVMP'^'tԮ- ˩4GlQw 'v(Pfy7<.Ԡ,K@y@333wdIZ ch zG.1t=OR݉YJ쑜Y!/(q%1)Fg;?uG%BVmhG~PMavTA-=}|p3,{Ii[hZf(t$Ju{͕VmQͽ\߾Y\zxY{z> –nys'}*c㸕8R@ʟxxkV7+yx:x i{S({Qh W(\ADA,-rZ7maz~P s{-Cb0)Sh=f&ixЌ/ yzlY$eд [Y/zj,_HRD0_'M^ڥ0TfZY'weA_q濾uad3bN`)Ǿf4O;qtuV,6ur!>zX0x;(1v;*-pŨ˪G^֋ǀF)3߀rmX">ub⤍M%PGˮmњ@6c:4r ,|&u*,L־?r(1bvO%\(~893j۝zjĂ(jgly.\o&! 3sFsm5E)TOMu5] ?"2D}[-!/ت^ԨO:WpUi<VMEy9 I50r'eָ(5Zׇ"Fd8dbvk"bK"emWKd:fA{oX>,ްHWi^PH}c0SJ"ж}EFRcfA7V򂬗-8$v$1T4/i1kՑ"j v]In*}??p,isBg M"rf%HI~ dZj@:2<FC+r<+ {RYsV*/S5.Ysu !5nTi4' &)gzjb9\x׭T?SJ|mBaqUg3[:ԪHVuI>\y܁ /qK'?u/Mb&ˈ/ߊ猇<~u]^ ơ3wkͣR-δb8uo[jS&M}9Ye[FR$$֥=.N~k{GE l:.9Fc a|;RKxJ4nVBɌr?~HZ,z ׏`8%5YZX$K[r}(uh&2bgYO~sA4'jNߨAeV[hK%- '|Wg}zKL ƅ8ep)=7b6le` ̍Vw()^-_ۀbpJ0mNE+ۤ(PP4H^w,L;zı!d5uJ V&Qͽ*}!wquv,d[oI\Kߺ6|_: MTaga\"? |OMG:;bu5@xBC"- n>.-|!M^af 핛Ww6Xd%)jM^MKuY+.jl$- ;=}nnl *7 -ت9D6)vY`] " ]Ŏ=hO:R63:;KBv,J59y'Pplkb^+`'jMtW\N>DٿT`E넇Q!ijaπ`o }YDjR7VP!MϪҭ"r+x#ȹfj;kߚd kwTQ{onb7[nt j:.z=eU=)]8D;Z!&k{R el5E hLXc?0`&ʬXrӼ5.9ۡP|T  MD5Ʋ[~W96w)VYMOw7V0yXzE~>ٵpE߈]}gs fwp墠ddӄT1uejPDz{S7J%mUWD?6LJ;Lν녩 6Q˙o-r@7.窆57Rdb*tx#6]gJN87j#C#铗T 'N̢a7),\ϑ(BdIun}|FB| [w:.2О`naZџuoq9i>=yh럀Β+g ?oU&:CP)3-0aݠS,uQixjnyؖghS_O$Ѭb׬(d<=WwC'vP{Y_LZ%X3T}b x~ڮmb$$u/#"+ȖOɍG|'sOx2a 0&E=5ӻ1 zvjjzb h?0k?<ہQb@5 OE+'oS قw ۋ(٭3#w<$ʄ%v)iְآ#o]U- u $"FtQc>紱Wڣ+z @Y#>r)HJdU3ߕNw뜡td0iM0Gѷ&++bߌކ+[ʜ9²eA}=UxOrD9(s }5Ğ|_D~k[;zEL₀Q5 *Ea-͙wzqkQpR|M9tadTh Z;ۢZIP 0͝Zof+Aް3|$W}: c30W}y E# b !,Is5 r s7bH}%ٺ\kL8>7s*Iwh}$gQ!1}pŽoV]s^a0̀3c r"#o *C"1)sOkE'&G^1c&DG|d'iv`~ʕC$LgZ/xH`@tw|vGi7Ji18%]yѕ_ l,fm~V',[\ﴖ9R1J$_s,e~X9M x- 9= ;:\[{_@wñ"~&iGCP} nq cq] PRN}& 3$7LR5.eKD6h Ni0#( bX&n8t*4>Wj)(`zZ% 3%٧Km;GN|7=PKyf#{&/+\$Rfx(GkJanڮhv>o DD?RO~"4.ֵ:F#Hp@/ <#t-73,tv/vlJ{G,o'4+lȮRܥq> o?Y V{faz O*I!u Eg! * *5HFIH'8IM~z**oZuAHx_(4á4cy;ۚVY{fMRF;c+7jLOLcdH|eKSI- ,w1ߚRY)( 2o[nL=͐cEb*ZyOc?2\ j`wK =WL(=%ZZ5*7Clp6]ITw2Ã#݇fyFOBBMj&̆~߾` 'Z_a:x JZlO 8\4ڵ JM9˷s-3]Md(a*r 'ÈuT&_8vt1Oe\`os pKPE+VR{ӏx&x{fnvOz$sI.0+M:՛]1դU8K~ƞxoݙZ d[r3moGa˞Q)Srܣ/FC#DiV馘yBk0{(#) SdNvi<)R[ _CQ ;U )Ǚ,rg, 1Xc倡 E+x0pb/L˄(?ADht%:p72_ K{鴳pr|<n MGZZ?FTV<0O8ߒ2Zjo)?KM2E)4jmZ蜝SD0,SFra&$3x:QqU`qxno#Rx,Όu0bVҎ}gRB33 XpeP &wYldͅVkj`A3m;)NF}t^Ձ{}]? y]5b"[o$Z(vm[sY5A2Fd.T$`*ègڔqDhɕFo .wCM`|kEiO*eDC*]qiM*L{^i"$PIfX=i9''ytG ~QbDžuێEw3]|&#LK8Yd\\pw0 /i7˄g *~]bލm3 V47C[TbTg;dhYρʤh&V0 Qr.xK>ԫ6"ҙmte3MU;ts =">QJŋgKr) *xb0 XeIz8ND8=pDZ%-g'qzq3fvyW@D@q<KeRX= ~GpH2  q׊iGlshK;ʀP71}C+ 0 FoZlQ4o$gBzp+vu+#9w;Z \ k)51H7ICXo :SKN5 fyoK`iRO05loJt;yL֤3KA3> •S~4 R/P bRQ\;( C[碵;X;W 8 ^`͒< s(ĵ!h;hvU LAKILw! R#[>컡|AsWe$D88{j@'܌)m!5H_ryL VjϿ&40IJ5bFY-~GF]Rr my58OѳI*Ěi$1)2+ִkp/3$Ӝ(ʗUDE5tك 9Nt) $xb_KPwI~?&-M>p]j_ $ȥ? WA?iݦC'=¼A縒g,g/!K(W{*ob> 6|Y[qA0=a|k m|W{2I\jpx}65zTzfVӟn%yƩFáxƦ1Yr?uGȢ8#v.C7} 9 0*<%c$!ns͒#4g4U):/@ee}&+USk0w&|oo> M6d֤_{fZ9Nd؁5IeYcrp%'M\hn>"(;a"BK*q$H~uXE-y`!}O7bJ\>b^QqŪuЗ=V rRCX<SyÈ B])pqZ5 us~US~/ ,JnF&< >μ{t𒥣nJw> jM`qIn0=zrm*#$.jkO :%ͽ@@\O 6)QĀy?j"ykQl6!+r̥#OIv0n3|+lbK>D3Y}{lse$!y;jA@E W>FWYok`p"v7]@3߼uj:{{*tNex%UMgku^k ڂ.:$p)'ADOj嗉$ԃJD[bLoldz+pr$˓9 ?1|9Q| Z rpxN{7I$)hZRO֗6]ĿX q]Ե+g ->YҜn:S5>]1vI =-P2~//Qxu$4 ךnBr}Xf!L|3##:Q̓NFKT()M.9[_>VɦeއBKzJ\.5!iB|z\l0r/%{`[jIcfA#.z̑k=54+}Tv:;}L x&!Ȱ)=`ŗAE 5 >ݵt+Ci~mfB}Tz^SLg#LܟQ\j8߃Ncx=$ GZ[Pbа\AйP80-1X_8?YجM IM ?iPxlhNe t@p|jHSm` * $aډ&o14q+~ mwN|PN}0 ?hNKb(޼hq䓀XxK -"N*1-Y#)8ǭM݀?[QYo#F:C__8;V1m%OaSu0bj2$sOJ:\qY9D ηJ$`~GfT|[ލk4Ol-^o0~wU_Oч ̄$׳l?o#-B*!fݡK~||R" k^G vjL"i3,L=8:X򋵖qx$m{@[KGh.c~RE D̶C&镀TCK5i/3$Rby1,Јx*nbAm#79#C]k,liVf%uqh)Tv6%<.3Ԗ,p qND烖%cK{e؊t1ƒԌ~&6:|PʢW:6|ةM3d7) "M"Fc³S=~#D.'> (DR FhT(_zs,Ȉs7o'Վ zE8]JXqH`!b+B'd|H+)Ѯ,lLxJ_F df] %Maf4knTț)?jPt>DڡHE[>m@k2Z/s6FV u@Eus6eՎ\?-#L`voZJ$#Q's_^*Rlcbmt7ji/7rd0>k+ [MIz d*bȶ_YQqC3Z4ZFG bj&WN-¸`!-|aɅ7{^ Ҧz<9cQϗx}\4c79ˇrZgXz^hLJYY=6deVB*WڦW7m`ze샤ebeOUW804O؝ER=z͉2 O:Ub;hn̄ ( K IL@iw!?{QPTNlLX Cu?)NRT buX) ,s{_\gW݁κ?}Wz>ık/% b#QYA!嚨kZ[* pMx?@Èf达%aPm2ߗ `bZmZ +C)|Dp7-"H?x۾IG FW[ T L^yLm n0+5eTY^z1 eհhdbk?ȒoҤ?&+"c@_~-kOGo0H8i3NQ}hJ__r:/rOcHV~*=#H9~l>ы̲篜wgAQkUWewc+PiLぃ< vAFOu`s85B!F}/:f-Z[DGY|e5餆KIhmc߽ER?yRī(t#l=ly./K(/ζ( _Žݏ0ʽoOG4"R<>g?C"[l5%WkM;۩>3A_'yVaʹTd.BX4b┉Q[̛;he"M RljYߘ 4-rHX8C-Q1H^)s+HfV Ötw0'kVfp}{޺~LV0=7%DL\ԾȚ$.%.֔dGزq@n#ꉲ8۸~4Toc0pl9dƏPxݸٰ2Z' MA\?-ŷ0(Ҏ/n 5Q;HKe-`nM㐕īFxTI|rKtj iNHt945T4S|l0Qx3AnMOm(ovG\.{8ZjZk::' y)6z/_vZdPicu6Bh;F/tlxam|4[G=6g?o%&{C\69!%3]ޗ3ce[Z${W ñ(IycSqi|-[ cL >jAW$O6Tpxm;S73q-?,ozhSf{Ę؉p%.ThceZp<M omϑ/QjoݩW ptE2N/C.lWV/CJYii]Baѫ?N ^Gm]7d/g41&"dbFym(A Gv|>+z@אrKg:굴n^ih>V Ɓ_hth .xE^%ECrGf=3WXqf.Giї8-J՞Zh;`'fޞcN 5DNb42զ0S(bj#+B)2A/P;i1km*1+1/w:(PP8a3!<)f"A/k*X#;_WN-t=*,LT }$*߻l"Wǰo(pĬ5) 4|2@f1Y& wZ,K)j-7Id{f!u׬7Q*KЬU5#lK[0h@U)Բ=pH>>Z":eB1! ߽?L\n>(˓k:`(%klwYl}Y JBI|ZPk_c1[@6߾u  ыز951zhǏHB-xZk\7uqN$$ht<ǐã,oxUcO5aF05C@G#Pwjk3SY3%>KLmeaD@SE y4ov :$T2奴v}L*Alq#iiWDe9,dm5Q.:d8 ÚahB|1iudB9j,zV-QTGEa-7{]/,G{FpŽ⥛?~P`cļ~kC{1 2V lp:uM}<ފD܏6˸>&օww7h mOwkԯc˃?m;|.1uQ،Lrpgg+=h!h*PRc1^S<"SV^D32@p ^:?ͭ z**(RNV)2L2ӃcOڿ*  'Md (LSh.Z5}CQJN|pY01[7y )0>eɌ7k7b,j1%([Vۧ[ fL¯m͎IC!)+DVvlWmEW=Tfu@ `'c}c)nY^4RNIfkDJΆ@6՞4_- {,Wb5Zi#)ZLdޅǫ2{#Zފk en͋7f|K\jGnHazd9eL1yhWj/LK<׉:KQCPn& lObhy UzQ^.(`BDyms)+%h%k $_4f>=<>2f W`T>Śgc(ܴ? PrUU2֠Vv&.P߉:F ғ*z&2x: \^Yw%zOV- . lD, LEvD3(E%;5zŤM Ls#$ VH fKA9=īCD{\[k]w9k2$ fy>O5?p(۬<'_Y }G>q%M~W!w1:Wič t+kkWH@${uSͥPOeICOm9#/K 'osL]v}Ɂu7ӛ~Bu-pJ0ǩԣmv!t5c;38v)3MS*j:MX=t(ĺJ᫖sr4$2ۯ _PȤjHӫ6m{_}Z]E~NYBbF:rJ1|SPԮP UW4p}+~0. 7]Őj!1†LU:Lf " E5خ$Mq>MJ\ N{b`V[#ȍ$ +uey6y)Qti`t'XDPdWD {ж؝#z}g4!F==vj;dEONz5ӽoS4Q3' Z'+fFo;zgS Pjr.H /OiCV1KIk@Mc^4ƫC:VwڌrX`ؼ8j(#h --Sb0y( fk|CFm/Cml2^o P]gLTZ/y[ a~o֢bz :ƀbkl/ۡitjt*6]m_o@ѱ4E,“-%&p1 7%Z㊿T ,ZtE{$Fm[8d ^?'ua&ڌ,nrdR)ˬ|;R"r)FPr Lw9a$F.$EZnj;,Dw29 ko4 tIΊĢjYt53h1Xm\CP̙2>KvМfɵybK%|H!9\ԝ ;W 0ws {]LԖkpNVU㢣"868*ø*U-`*J@$FebH"\w \D9p(On\Qa IdvT + E/N3]? wF]>6 %!qsUg0s/(ң["Y1֩p6h=E" vLkؓ]eM-|WX;f6}_C^;yF%C;B1SԹ]QP/F1z?f/ $(-K`k\z$HPJ7n6iO崖(` H[6 ֱ- \1cqM[FBM OUv)}pRKvzVL )2rVԊV)nEQv)*v̀ S5z`mqy-I͕%wIHbzX0bObwb=oOgFoaz$*sU~cO[LOn\woX:Ȏ ZLnTw0Q?9Kؾ~c2x;8'ܖI2[8qd+S|- )kVO5Ԏ8$[~}7sJR2L܅aa1-ϛ?'7؀nae}V yP"N>pTm$ucde~ tunx W)+3@:wFW(!,?o=Mp8SDdn 4 =jWS7.?eLPE,o8Z7V|'&LǎD&[e-@v,"ɠR4ljuXڀ۝ W&I}krP:`FE1KluKӤ8 !ڿcb9 z%}]"?L>mid/g^JK~cZ ''rsۢ.~n{<_NW,ۑU)«ElK]AA k e 0Я hפIQob H~cOZ =╎u&TF; 3U',/wms`o҃wUBWX̂r( =]oMvuz/M0Kx,j1FlBd]dםjřt假Ĵ6P<.L*/9l Vّ*R桡dSu8-$DrtyXخ4&A{}ඣ6e/`i%sHV'ѰlmGpxnhr%,?RkX&/vLh0"]*s8r=ZU <\vZ_M*:$1 ngXkDjEK_{CV:V5E2nƾ ^=}:ϖp{s9tm6;Zʶ(Yy;q7%I%TIOHq$~^hD)y֐rYDb6)K aFz俿{SXSo|ٸB+RZk"°[9R㋊n'¼Faax8 *UZN?-D~;`jy{Ck)@TtJjm%bhy]8*$b#l<9>@κڕnT94z{3|E2`* 5PHNHU w4_+)$QP}dҠh^%LLMiN:k s r%gmH٥L2Fdhrw432+hUQr7ɒE4( /1eAbښ%>n$ O/g=}݁vRѼjՎ%Hi|F ݕ}EI l(ڥ Yv piNű5b#_3[HZ= Lb9|8;{IphbX_Iow Oa.Ҍ[d̾\ڕҮoW0Nu8UE;( W ᎯUD%N @ѯ/K>Td0tP3ha)?Veju9[.>-u!n-~Ĵ#|[)7Hv)_Oߠf VJg\@~ʠ];zr}:&[@ hӟ|J}n6<>1B2EeHb&Ig1K8OJ!1_63T`@Bz޶9wphݫ#jGB,6^L$DqDJka;Zq jڬҩU1ǛP9YSC:̳w3#X23N/[OS[uh$@LQT >:^FB5I]:^w}tWZt{0Hdf$9]{ډ a'f%F+JfgOL7齢Dʺڋ˓Ͱ3eDZ'0s?ۨz-=z>7Vcje7yd-zR=@gqUn7nOV 3`VF_k[F/ 18T||Os8WTcUoOjS v#.ZbLY hW#Ƞb+pw 2³_q[h~+47S+BWr0|xSdvmUi> }wDۇ9RR6TEN + j^NV bر Dxt5'Tmd@R֌RQi&X;)UZfk"Y_O>$k'l2vi }vav:|qYs)=Z=}$Rh 䳢mQࠀ2 h)Xf.m',;NE4 *'Ko.BA&A *[iIq7:j8Aa̮$3˔wwAi*J̺abYL>lYr0]Yr\*g8 ^D`"ڪzSnll,D{~-(]ג_DE?8 5'!|.8n c _ 9JıN{D6fD?lG5D^n Ka;Wh>[ޜi-蝢W> "dDU,z>O=/1>9.#SC+^WJt\.֝NoX7r|H6dYɰ ʋ>!8]h(?r#O8?6?{/ k}`j7[}q#&@E 3Bw5sԇP4_!l UÜmc|]~ _c1K>F/j"TGlt[[?S@ a[Ma@m֢޻_5r0+ug: 5 ']Y5hE7utl3`A>C ~Bo%]wq2wM"7Dgq>T>QHݷ6qD6ExAi-Ir)CS:33 V2k ,)K~b]%5Ħ]+nw  ޸J0QǤ*E/"S޿2ߋ<@٩]ȰXB1!Qm&hVVV5CR9tHQĢ&y -R"' 你rL\9Q߹J:Sz*5m$`W[{nVre Dži'2#GxK.0\;z0&+bxz1gnTd l\m@@0 " xC>lj =0ۭ{E?uUlav5aK!AjJwACVMp'TE7PKTjSQ7jYԿyBjۓetv펿j3~eMH.fx{I*|x_Y&(V7T ڟE ϤW^"TkfBwE ]R4{-hC `'gRWoDQ(K\O{!"S5|+̄l>xae !k bq%__>M4x)#$kh]%4לXY뗎V,6-Ju}~bDtlh5p|D-S=q2D&IWܙAQ"6/.+?~7|$=ćVYFa4ͽ 'f/F胀L; ig}׻A" f A{,85?3/5b2´=~^n>|hG-y4?q{fBHH=(G>stR*GAhn 9?Ԩ%6f)I=wX;%8}x V/]QO|6^ Ⰿ|62{ ˕Ivc, 5866[Tr(,qϏ$?`b&%HmS>X"/$PW g7٫#_S`>8b,)/?eHB%j'`p!:#I-7v,ł,ky@Uј5}6,#.f^y:ڃ[AraPEar 喟i! h ' g5i,g6$^hpT"*&wɾ"K `D~sDDrq9U~@Lğ|)͝YoVdQJk]qpk$' <N0Nh#/Q,Yb*~3A4TVrS (ԒS%AM}sM7}۔UQdT$ /o_5n{5 ,)C:yCs{' >\ = YvjÔzQFBYbfhsdZK459+kj0#%&Ry-Sa`ޱeg }Udu!~!, &d5sQlv .x~ӂ-ְ`e ,?ZSS@A!}yX[g9"mpDg*t=rdfg<dZDJwoYjBJUnj! 6|#&LBY$![$V+ "I\a,h/4 @C5=z õuDv7ЏGb6cWPMMǾa hfwQ*cU{.{|Cp5FD$^m ?”y˗e4CC\aop|/^QoE-y |j(T?Î@[3h3Է: jlfLn)P_3v;)aҲ%6F qqnxb_g(h)$ 7yUdQ5>IMEWG& W2\k2lIݚdajrJatt2 'I}6L/2Ai<&,~b +lThFY"N~@,CDp/"Q£L4tUJ/P]ۿp`γȸ4Q7]jR:]^c^h=_xnV?Af{3ÉɁl':Mfq!qBR'}~Bȼv3ybik++і! s?3cVeL ԝ%(MT9,1"V O#R4#ղ׼#ucR-!g'W DOA8<߬ɖĵub 0!9`~hY~fܺT\ŅNOwx!p}4␣#7Z@p>C&Wq~M\3z{qޭM[eG?˷)$zmLa7ܾ04%ٞ$Qt{m.QZ3VkQ/bͷ&<9{ ,ԫAMPpk8͕ЇSATJaKMV,|]+o\dD -S6`uؼT,.Gl;~;__K !3(gs*4or=%(3]r^hrQ+]_x=JSB1|+"8nyPYШ:>it'km M Lu}Rن1c a>Fb8HGc 7;uꐾDX-s<! Pڨ0R#U@O'Wy/-I&ƨENmt*`j@b{f5[*E\N7འ\<ߐ )-@~T|*G6>FU2nC!{Ϊgr=£5 _bI=I5lZWBV48Ow,Kzb7T޽z9ɳNd+(SKr7qHrFY=ؿVڏy.}*pOSyJeqx3q#yCM(7@M&ϱNp4쇰HE3؝l.e|zMcR ]f$) 1KꐏBr &d2Wd1]xO&a+$GS^ߎPD{Dʍk䮓R#ٙBc-P *N[vӳBl"i]~(|7&"=c8̓˻7קE(fTKWsPPYU3&&#u'ɋ& Z|?DJ4tM44E r@dm dq+^_t4_(e|K9X9D+)(>|5=$3 Ro<.4dXK4n>F\+Vg-LT'Ģlڪο5tV{cV-raf/V"zWA I MИ)ɐU\5gqp|ms 0\0*. Zöp?~ m=Pϻ zl TFA6}hh '6:܅}' $P(Eoј_G + r? R]ѵdG=:)7k.f`,tgH_ yKc6z:#m2'dǁs!\O6XG%ǀ/e %Psk.7G|SW"򯚽v?mQ *!`cgXv%Cgqw셷0}NCGfqABTx25EOIs͊dG"oC,hkI"VX~VbẊr/s#BUe3 ZgPx)tMic-z:Ԝ82yZVnք7"DA]ݏ9#<ϨB:N ;az2bYd_;՟gɺé&!xcU LAN/=bHM4{bEZ97!Zhdd/xd|m'km:>V뚾.utR>Ӥꉎ#*vh| RKICf 'N^YW2A@q3~Nz h>eSwdH!vJX}V'/"$1N/|Twkr6?lGUr x_.cc}#Tx^v}X7ke#;Yon̓izٷVކ+;a~inS-xF춶13-?c%cƕW(^l@ޠ$%ao2Odμz,d4?Ot)C+R62k6|fOP. PZ:g0Zn {9Z%(H.$r/FV›ÆAB lҫف w7i͎+ɋYyسX@㬨sWq aLJ}GMsw,Gu$dv-MH?pٸ!$X-HVkXZWPӎ?FW^EQ-6{v*xQ(#׋L#.K\@yK[ݎg|2}.&֌Hlg5l4j g;b;,^=* ǘLߵ 3R< iV֒f\h ?F/~лN%yĝ8b$u{CGC+m2$o8tޗmMMNMWlj%p 8:{f)Z#j~I~\LUzmVIE{ck?99I (I,%G` )I=-Ut)3"f׽ KF8"">Ѻchk דFJIO 9xT_t@/$79ӊ"Gv iA ` ՚OӐI+?!c)JEJ:e~Y UIVò Cl0_Oe/,NWX7BLMz[ozDA)ތ;kt4_b6c-rI ]B3ˀEO|9T)NIo" J}Nh Zq0l{ 8#*Dj?pK ~/k( x㦮ei%'Y'/rK&]KIr+YeRΤ?LXQ]"0:yQ2`s~8`Kwf/;fBW˚İUS?'>SVhA]*)Zz򃱙YMwl̆#)T|Do6_ cwurN:@UU^]{$bV7xT % }1gp +!w#{UvdmT5[<5zovi%{^5Eh*#.xa\"Ŀ5"GWa:EnuKc~yM%ivDqGdhvX|S edZCz@*_Jv6dTw̢iA xx6@s\UE.Kn/8W0aV`Ou, 1$h[MT[MPE\U1S]i-6%]D̓J\dZ}ގv&]oUQD&VR^;6\P!;z M JM* gm PX3hǕEPzɗ/E_Q,UdAN.1UmI˳nܿ|mxTTs\8z/y-2''HjheoBx:l4/UNoXTQsA3113H!৛ 2u2_E(%3D\Ku+<: ܻG1wk+/)C[ X]Μz.=]I&PD f7e<_Wp-6mUN\V0ix+gZŭqY{{'|¨FH驗 |Jp2? 5N{aܗ,)a߼ \h=v%ƣ*Bv$~ߍR;Wd{?Kg 0tjHL B5`t հh-˕ម8=!&`6Z ̬i[gBF#E>VcfR[.BJ2_x"U{i%`(x'Zk5BԻOw%̓ 8n.}O>? 8LyBik6H?dࢇ"0;ұG_{ CeεJcf]Ҁnj%Svr '! &nGdP T"* hP]ָ< كasymv8V";t_r[nrF{fYvcpteP0-gRP)!)PFxV|nؿ)Z8pR19}_<Clڷ Rߝr#ˊpMOvAaĊ\`Rq 6J&XroUMUgץMӵ4nS1p 6bCa j*muʴ>^ xi3zYMg97/p[~v )Wa$?OPwWxFqʪ9B)߾39e8Esv'v}2djN*:XJCw͖KS0cb́D0K qaP} Yl̂[$n?fw89J/-)OTۉN^@i\:F nDvIsv \6)5X47`oNP:qUճab7PD:hSJeUfZ(KIMEfG͚ET6>|-ߠd\tv3_[\6#NC>z^(̯NʰSys794b~}Ό}g+f-fzH;d%lBÛyl4Fge1UodM3b< C5շ W\fk55jv.k#|Wbb: rEjaq©"ܰ5M3U\# (pێ.tQ`T؋h4,&fG#%V^5%q0Jr!e\\"d׊ZN,ѓƞqRCzrLy\Wn2q4p+ a&5>:%DS`*KWV8 mI#Ƹ`\#n|ҩ,E_ty_τtW;NjxTA,6,ڷsm0# ɡQX) 4Jj<@,T7{ hx*h(ܪI"/Go 4o9 pJ|8(hTW 2kG Kz ܕjm9!iL3'F[bF,)"cop^.Ӈ]\/׵ )VB5N[s.k F^.>$1!zsM)2RB~)}BB쁛1T.b8smj%hO![u &[o~HzOCQ$[ %/mPEW]\8k"6w/aa"ҚtU[F>co*htۂ`Jڲ$*u/!|'QєW]b1E|v=4슗AON_r}J6ɦ~Z`go԰Cի0}R H׎.Q8S凚CtG’iОϐG _Wsڦflnd[^rmuDoըg ;1Y&j"arCPt?\ jYOS1I_ƠwBX\'2wEJ]A[r<2V)g5$ ژIOԣ[*-XrTahьy<^fJ0{bŕ|)_F$RJvqc%9h_q_i/ *7bgbOMU2R/1LXlLN8; zf)Ű Ewq<{ 3ҌW Ԋ?g'l3&6x 6|kEh8J3Sq֯:_0QS56"k6run^~Pn|͔ " eP_D .ՈEE2[J5UldVv8ȺӚVF!1m]0hh?^6$X>(z%KBoXe72{Fxh;+?qgHQsI_eNyP䠸U`x`eߤ6fӚ}p_{H:B[p.*MXYNH*U!Bg>L(ܤ"_ `LHn[Gb&_lom/=>CP7UV9xa;fW=VF/8גzLRXt^\D^;봌J:[3|3kyUB&'h+5n vcFƅћ )|tY-vjjBvUQ!hL03cAԝN姥ҵWz#t#!WlZ4E|WUCWuriMj~kuBn@k}zlPZ!vo}0 SA#{1;*@&h #!'#GrzٳwˍQ[Q%3JmfkwWun'*ȗ!G a}cW OMT':B oSjzih%6:#ǵ$i; RN{D ;}3E*c `<P5ɑL|V?=q#?5kNdt8*2ڋDEبHL$\]:F{+(O<=u>,d@EuDXEwһMbpڠzۓ˝=8Tz7=oQ!jw _kI4KH~y_F@re*5ҜRlEY#aRYsFLxte([~e NK]M i'חKVMedRuk`|yX8/$q=yމ;93pw56E}>r,<-=f4/^ =7!`E1YG!~AZs&MOsc$7Muaœ݀PmckdqiQ;I{A!oFr&" YNLa6k.I&ۺ}(UG8q8t*(a0Ĝ| f4,)[5v& "#uqa9hUST̓<+(bGp^LTv=Ik+0 BSs>J uܝa'~]\wW?+JhgCH*!ն|~(7ye0hL t]v ׆ tIC-WbD{^+dhq]?<e_a"-%{7VB'9dj-٥Kn=v~LOf~^@x2XtP 0!8эAumS)Xs2cGXt8nLMilR`b 1ژYRR|w^DX[FYD s|]'OO#Bvf$CLp%}=D _fp[#: "V t_ 5_0Խԝ;d[ MB=g3"hb4Y-pM`DM&! M80wqS 'seJ)uHkA>za|-pG7>lgO>"!Q; dj]y"YxCXe/|ÊEyz!|OFdM<GbpʭC7Wmbd n\un4>ݽ9_.ZTJF_y+{']n3ȟ\<B=JneuΜOkW1<<Ao^ ɲxz#5÷l;CXY=1+Pq&n~ᄌAW8g' XQ@ׯ~\+*}L}Ag ]^Ν"oujZ ȂwmHWh#5qPLn ~hsocVP>-Ff@?lO$ G1M lȦ`ΊY&}+1 ؜یо8jwE׸\!jv2=p=њg/дR5nxĤzgV]ur6ܬ^R?K K(TOy1緫}c E4AEƞ6UvsZ,Cc)yT!W,Ԣ?)cD6 "*p%G#ggη>8f&V#(E.$l(r}=I数U²} ܡ dyjn}Ax+ȉ`!oi 9I؁lBm3 <8Ʌ |vr[&s h1HvfdžZ>RL n%]j3QDANGH.[x @E?+MWDqi 7 6x0 (S|Y= A!=*bR-sUjX"etz/KߨSZ!3SWB Xt}GU7P:'e49?ֺRڏ`voX!S@<Ô볠oܟg WTJTd/3-LerIC›D3? Y=@ή |PQuߧ?>0MJXXGۄ xtn|B$.h sxGĵH(^gWR>cO$/aHx,m~̞uO!{Gb(Ҭ*83o@Cv(;L>?:pc=Ϧָ|JDvVQi!60ydsFl]*"';̭]7ٗ voϱ]d"#_`.:7F' uO#؄,?St< 0L%\}ɵ@cv`Fl^|RLVv5s3iQ?=:!QU3E͆a85wzcbT{֓V-ۣc^yi/I0VUH2Bh$A3YU} fdPo03jBG>ȅ<뤍+F\qs:0r{@ێ!v"ga@ĉ+ N`UE Z)j' Xʈ}?Rt ^d*O"KRكOFiҼOX;)=5͠#ݜ!Nmɪ &38Pϱ%: k w0֝aj<,D0p<WL[a;-"#uWaȌPG7JT-_`o*K{8Fa-&nMEYۀb|7B4ƧEӂmwtxq/]_^S?,Vtc홶a7o^g6/!H:/zg lC 69<#$ 7GAw$8V%AWY:>ˌ0 G}C~s\MYr򄧷h@OS{o ZēW+_xkQYycuKΐP|($Fހfn:~ۆX<& i;$n0ޖ&(pX:Қ@#gyt*,"+i^QO6<穘kPH O?v4HxC]kb|w}Gq@CM@A˙Jq4db ӳgil*W*f[yL)^1ͷ PQm K}띚)0 mdq|W/L4WkB 64QMgĺ* R>sQδU+c,z8O ,#J7SQgeS텬tY=R?K++N&{]q2ILIlP$MKl~$.ij#(Wkk{TfaqmVLZLyF~ee!0T_N<S;Ep*v7 _B;+jR*O˧Lh?%z,=$SmR&, ":Xl\SL}},Iĕ $/O%cLZ83Ƿ{YvPAͨkD{#zwvJ7mx)Q;f£?QC^ޜlVO4n/Ӈ;M,}?+m oM$R~1߱5Mi.Pڙ5Q{:KN1q( 9ex<3e )ovC-LCFb[o1s~RE?`"Ν/OBwbv]7֥Cԙfu,J~k!uKzϑmdYd(Q/ؾmdr+8v&nS f!3Tl2QNwfB ^Y$ׇ.0|!M߾5`0([`u(J\+ gSkm߀Ul{9n_BJ@?yNQ2K( ʁ3̌@u;ob Wg<d ɛsnlxYȠ aE4mZ- %%<3N?( f)s UYmS~ :.Q2A""Y Tt1Xca>m7}u#d_ִ%"9N=iJ9tI!"W^S#P9áco ]YXсӞg3Fԫi'L8f'ΦK .PQcbBǮ6JMu,n2KJ;6K(!{;@xT4~cE ^HwW$oDM!v 0&!t UX2|=fX :Rʃgr\}ۥԧ h~K{ cT"ɔ?ihsǫߟ.N5+S ĢnO +p GikXFBD&Q 6VrJztF~)Z]VD:aYȲPizʉ/?$ ,J/R=sa;E|16rʡ|xYw&"\K7 & y\ϔ&/֫:/8nre$*b 'Xi 1ᠰ]+b+P5?+/k1G?ճyZ>,VZؒP{(]*ZTf559%l X "o/Pi+XW'8ijI12NU0ZK:ޝ[Ŧkf[yU~GBkk^ 3%WG*TF;>FF kd36U!p}ȍ $ B ovj߆k6eaS͊a@\8B0w¤O1@ O)t]A!Wp+G5 UvPڿR^r2i~Ut1Cאּr'xkҸ5dg-&%5)隃.c3?ScRT=/O`哐gyQA6Y)%¨x`-JϿŶ~$c~-3s1(\6al#hPEP뵾Qٷ3b'/FS{>` }-f=Hd&n ,G>!Ըt,"`E볔h$7wȽNCT'#x=^Hbޖ?<}5n3~M +,yͣ~&F܏7]$"t%JХ*Ss%J1]R ހ3\ C~>do%rJL3e?lfY9LcOn-Y`\TȂߦZθO_ 8'{@A o9FrU(_ ?E1/[BOcA<)(٠ {ٔ?K^$[bςV~Wz:l-;El`'V*Iw_ZO@Lٌ\dž;C \GahhZ4 2rKt--o%1 }`sCY{N[3Q_TG.y=zFiﻪZtH߅{~=|_NP8F]GFkCl~AWF64+L:H]'J2eY9]%PZ#/<nx\(ʼn*?E07Հ&V4cua💼ަj(%F@7C)ٶz[!ƗYĖNH1Xxupf.M}~U.ʹrO֏=!di=H6H3E2'I5=cJ6IgF LJh a_ϣ{Qp/qBROl~ſLoq`, i?q %i_=z$9^hz q)!K䜇G; l71[*T{6!&h43VXV AޡvTkۦXK>_!qꀏ̖8 *\oez` P_6vBuTYS5,c+MHfϬ%#AjьCO@]r)>{/7Z'3䅉;&Ox̒/8}< FD" MO7-2YՖ`ʁ)㞊"&'o:_ GC0w7]7]m ,uO`o5"WL/+nVN$E~|o_ˑVPmK*PIww,ط`#781Ս0N(V;I7!.gԦ@$9C+1/q1qA!?-AL+mcsq*`A?+H._9m#c`9!.Ss?^[MQ$MGtD`= ~!%zYxr/i{H;ZV lQaӀz&[}.x}ErGlX] Kՙ7ueuUQVUrD|&H@/jZ^vU9[,ٚhbnOaI?y_ \7WBwBw//)@iu ;;; gQΦqqF[+(/UqgXSQ{>/bQz6JKw֠sUyJ LbWS\8ypZVU*>L.yW5c߁= @DzFX,IHV.jWw!Kl⋓mKoS<eGF/|lzr_ЍJgrg  GI705J(~wJN9-@јp"4}EN%a/H|].P.*2 P"HMY1ed*:13@$CRin i~]rWh>ـPuWȝc,{o>$rlh"'G&,W-ZIQH!#\W;YtMIO}1)ndn,qVȱQ]n̚piUE'g<%P5DP.0gos>,łzY6X<@՚Jd[,AIڗB?XXsDD77tVgvG27)clF4yg]'{FuW8$]uBBUFe L? d*8Tǵ<#c3W>ooSccM"K(YIJ1..2%!w˴CfOAwohjuޝ2l:KkSqrmJZh6&ݰs6#3#BY9jXjXv`nLkMfcQ:f>&O */iz9Xwh Ƙ-aMK'l fY [ԥɱc˼o^S̈tx$3o+>ᚫ%P,:!_Bḟ#ln=,^u“޳0x4.~#n|o$R* AA"FZzFXV{D-ӷl"Ffq<Ԍ rB=$BzR,@is::|/$tӤ:ǐUܐ{0. H7e&}yE p\\S 7*4}dLw2hfu c<%e2oVP$TJDC׎nTT(j/5oNc';t2}j д*Yqqz,/E=n!'tM~z_ƞ"HhC0VȰ$lTG;)aoTTь>LQBucA6>O.+o{NhqMQP1i?ۿ*DRḊz&ٯOTc^S;za0w״|H K)OzDFSUm)JJ>ӌ, `v+lIR"i1lA¥K2L^2^%JbPTf'G.HQ|Yf{E+gDSMDRA`$ׂ2Q$$bu6}putzj-7g?MfkUVK$8JUSZ%&!51A HSힼ#WfNZy5n M߻zqs!fxP0m+]\cIxDd{ 1!} l9< >ٓRc _56;IICDsA=aַhJ.]b{X4=*DXtY[7̰'JP4Lp3[y;ԻQ M>LX.ۉxխo|p8;f)BS)ut}R}qb7mj2F`/u0?w1l|PҤ g#M&3iY?}(0ub jG?I$USEg\< 7l3V\,TEfB]7|خHdz!#+pChʠ _?jȠ2Q⏞*HanW]pV||rhy Y z+^}nQ|r~V %ngBgIy2:™:vEΥtݟχ䷇d7T j+gayH;֖k=* \49Q \De1)J 7mŁ(aMOcվl:f9RD҃)hş+Ua\DK٥mZH:c }l5DyCMMfhnH5sH:N[hQ0d)HPAO ZuU=#`ɪ<Q8GRw47/ ـZѝH-1!y_7=b,Yڒ^"UW /-@O B%i( PM>b:-M0?4SJƵ1j}c"w6?JoXGCџLu=F/Y|1L]JM(tv@l yAփM]K wjS'UX.=)hT2"/F\Cr' ?G ru8 I7 7%FfA6o|+A#t֦TWqoz|Q\W JjJ 44O}˞G~0$ T7 X=ڽX߂&G@)90p\ņD8Y/(.cOd+O\C,JIhcR;YPB$;n>0^~7oNDЯLc.<ۘ]|XԤ.:+ CkMQ֗_җ/+ck ~v&lXQYC,N諵)L3AWؗXYJp`M`MV:˚ Rqk ?,D)`e0hƄ Ⱦ̲=/;ʓlj/ <pC:eۊ$eyh4>x_CXSyZp#r.!Ujush8`͛=晖`i ZAvF1+nc#8j CHP|^eWaDg?NjwWmu%WFD }kaKsh؏/@1)ِWc"`},BK{ou֨]M:D$j8c">"-bsQ) { 1hUP+%mq`F"3gƚm^'m;Z7$+m_b~{ԷǤs=ڏ_,vM1$|\jI$u(YS~AC3x*$o>zR$53 :0[KK,'DeОY3->+ݓWƑ#A[Kly[zMxp-bJ)Iq07Kو8^ljuq hZ%{J~]2qSj+c66w fg{_&0VM׊_X#vA]'w")`|p.qr !-آs[V\S~0߽|҃c6Cdrp+B+ GV_bQ`〾S1s`ttv&[~%\*ئ˨"L7ӔMnf߾,Mߠ)$+Ȳ/ 1YV.iQlSngo|^ a1"P nOXs`ח R(@b< \|dt{<g음^ǹmo^PN φTNF3%(Nh}MӾU;˶Z-WAoٓZ=WΟvY^h`9HfӉ)#*eᗃvȱB˅ȯ, "~D+vvq$-J,fAUmR_"fgJPasgN$b()ߥwB<:dAʯ ,.G n)`IFؙu{pqz:t4r+o6Yڡ A=+6ߛ?>7C/7u S8?JH~%oOgw?۪1x^Y&;`O!@<[ е&/+)W/|v_8¯ p$YZvH!;s+Z!82i6$/Br|M)HsʾE!ej/z5Qq#j~auDj_vl}$MV-m* tjR) |Du^YsV鎧}s~ mm8t893@ZxGW4-#];~psÙm4LD@2MrSܕL8boLGe3NZلg rDWPmh}ؔng FpvMFk] w λ>M~M#C^3?yd.Df{;K;&="NH]BBήx( LϨ>&ZwMT3 s2ml\ǙO5UHǏcI-l8p}k+hJSp:ϕA$"Ϟ6a !F49aYN.:YNJ(4R6tپMJbeFj[ #QO+*$U, rH?vnE]Q@jج MϳeR]鿔~-w6`3ZjHh 4j%_T2"8No1$27:;A U$?#b"k]Aavxr)M *u5Ye }Z;]׭)ˆ:ySŻ/qBVy c:+DKbȋd8Ӌo W(7MqvY|/H jن6@JqGJjqk~[ F~1e'Q|:HrƚO=/#XL'5HO@^hĂcN-&hBrkfQ؍ (V _yDYqȎ& @;tZ"Y.8?j&367jKAn(?SIY[;ӍqВ)t/.\4BΪt,y]L+l3&m}ub(kQGOJ2|udDh`@r?_əݴa&r3k3l(=*d6_e)TQڃN@2wL#⡒unϜ"G}?R<gZF"v+mP>*2YxV"ѧr'hwa,-sg-_5zpV14vSBs_^ղ 54{2̇-D u=VOR~X},ݔT}(# UcZ-(wLx?譾gj4VLOD'5Ҥ6%2f% {I\ƽYD={Ec[6vJsI AM`Q '8S_vU-*Pb4,"@NLĻXDLҸYMjRhC/tۿLojɱ1yHF6um-qg!qǥT[E3^tmaɋ)S^q;5]e Ȁ|dK:ti̟h oIСTcz5x=fPkaH cjK@>c wS?ii c%HP톼W빐&1Vj( Z]*Y;"tWHͺT3G h9&O/_wLLtD`zpYUأ]syNe(WZf݋$Toҵ!we߲0Cn}qt2df霏0O@?:8TdդM: ̇Ggim}_٢?a+9B5E*vmUZ>n%82ff'*?"bt.+ҫ)j^6.}%fvpx tg#glxD OME͸ u;YF5Z_MKvO30q& , virKTZ>gQ ,_Xȅ[h&{? F^ӲAvI@5MX]iқ_^B4m/6!wUiRvҔ5(C  bڋ]$бxhT[a:^z$B,|̢lt>9TEBnY\X i^PwpQ:9fIOh)يbʋEbۯ`nKF /9ubl'as:c e%o;#P9w՞Zo2kc !sɘV{ω+8~v2Z{_KpaĘeQ%smE:]↥ ;hݟwx5&DI\8f",pw"d@Nf3:& ׊5 ٗ UjMߓ Gk-lfpJJoms5".!UBw0:xƔ?gFD-2؁ AǷBY!,32f+BipA,WG4<|sIpui>!;w;Ik4"{A1[BDl/C d*2;k@A%R*zb0\$eόE qLѧ^(*/ y` 4Wm/&·wV-/@ '{c.3l½g0"IAv՛@ xnך!n?WV Um8-88)q-ߢX)kI&z&Eڬ*Aq^u Kaw{3CwosQUx30ԢWVfuHK[֜!|ɧG, .r"Cbͷ\ړukQf9x xo5NS#€Ko- 0httT ;f&qOM~CZ|:?Fi#rԯe`FiH*;+.ia\3CaƓ(;.^qƸ ,*H/n/ ȟXg4[|i99D:6H v`R{p 6~vx?5)XQ 0b }J_ akԸmU6dsX&x*b/|H;(3#%ecMVPFbC'iMԎd׵攨DUi흫$8S᫟Jm&; f[V8{/\HGr-cfX/;.C6B>,X=,^R# %P^_ˎ{ S)gDby_ថy+!nkEPx!hG|! SL [1f³*^ ' ZܾWUIIm[4R A)yH|وj!ucHY\_Y0~?觇ʉ  ׶eeYgˑIϑ5n"ewH]ϸ, /}ag J].[,s-wUr3Cp?IlR(yxN(+#hrPdzɢ ֬&xSm[7\W^YY,K& q1MLuC86 /!P^ڒ*[&K8q ?X4Ə{mE"̴)H,{ k  (Wx'EqlngJ}3'AT$`lNOl7o#w;rKH`D Z~]l$Cte~h|n=ob)@`f V~x.穄6k #gh(* $6mv^|“0ۑRtl7RCM!1~zc@3B/KK> r1( '{ :$#Zwu6!Q&rqF(|+@Fbؘw$ۥ!Ώ "Rs+V`цIlۉ(N\I2 ? ĉ@,`ƕ :yQb7iI6q1}AOJZӾ[YD,WĨ0{a<.x5|C_}RN9| wIMJ.O[)wM*lB=?_ hYP.ՙH>s>e 4>㾬z @?$+a-PZ"n 9=ʋ{HB:e>*/b*ŝ W;Sy#k'" nRc7Oi[gjYyGW3_]0OPZD(xZ‘hSЦͿ yQJ7KMaK\z e b" 0`P~ekg`C`J3 0^b̈́@ ^?|Ơő[!^s+ZcԵúq;cEC7P\h-5]Ut`%~*Pu{xQ4/1#P)|s艭[iջ%^8 Fi6V;Um:0zM2D<u2\YA5(/0M8vL\j#/VR h{Φwٵ\ΠRij^ ds]1!rSZh-`N0!~&0;X`SȠF)ýI %KQnıWT55]b~cP#'M2/WgPdF^dy]J3sT׭WjvKNaUvƓ&JIKbg!kÞ,W5’&?̆SؚL_ZsyFve 5|Y :ـHHV~KlKi@ZRfqJđBv}L.{t>[;yldX%ӀgܞG홛z&>gQRgu }#*XP 8P,A*PFnif)Ҍ* G; koKl:A.RO`Q=~6w b@FOh='*{1E~:ts~]*J$wŞ{և*~ ;OP͡<Յu }~}$r"G:CxOՖِr9Č( k%Lq E9{{8hy^ccm8D7Bi)zaOQL w>'lO1{Տ@D!("?A,-l,۹#`*qmT׶;K&"~AMNkKѠW]ȤsRzQb_6`g PރV'iK'i ˦ɭc_y1ԛP3vt'̖6$r6luH x yf3\JS-HJoPHK eCIc,CMꞵPB!Wޖk{_*~q,vSu!#G5Ŷ3.ζbUrf$yՈcWCRXP.L !E+s#$6ǠWcu&L.eZ;Nńnt+D+"<;"ҲBek;(] Wmx`&pM/PL%W(6bNa~gfrۂ+Sja+7ajHnDe2:Y##^4em0%FjPz*VX V#N]1醋])P { ZKЉXUycBnX\`95|Uezɨ !^Fi QNE `cl G:xyF0Tu &N\ߨ i4;^=j Y x֦]#gV…2Z"Uz7/,6 u @s@1by< 헲;xMm)3Ě~6dbb٦}o^On]8k*0VoBcw[RuB_Ʒ[4?!Xd-" 6+٣b6-?@ M~~mN6jjW2h\I7pJ K^sDap 1="6.Bi|yY͔Yz-H$ ʭ26$KQCDO58~A ~}qVnYtݧߊ^+ڿ7"KBrNI5 p9,()^jO5 7p''n@h#x!@I [g &0\53IៗĆ 3R+<(9#I,=-Rw5iz0z4+]mQ3xyD%a8uA.&H30pR>Bl -?6(~Вb8 8'C&t]%JSO!lhqA lé!)2hy,U]u 7/] ttjdL+(7Pc؋O xm!Cnu Ƣ[߭]OvVQakVG_ۊGE}A'ggk;"[`hHT*@ Nw%kҘd{eA~hNkg,do$ 9dU=M0DtH0:8VjB80nb0=>jdX_uZj󳨿f,lpxz8ڿԽ^ToY8:Ze[iaU$SdEq -8Շ7 OjZ^_)Fkitm1WIHj VxL*RiPrE-D&RH.{ziᵼYRe/Fi J1q ]OWsO"u ɌZ#m92z)gV=!†; O6dd]QۜS&֐qgȖ?0񁋎k鎿h݆T2(^ Rs\ 7Tp2@(d$L~Et/ 7 DVK-*̺?mv; {q%iD!@ꑫ[)vբYC/2: DT֪5хaվXH,@߈يR[%LX6 %c{>_\ #& 1p%[u!]kF]=peG 1ϔM9M6ԘK fPhBcŗho\[V :RhՐ@haH D1:mΫ7Pecܹ*xrKYUሂԎ2N #DG]) SRCݧ=xK?&t$Jcg6#pNX>3ތ@ԈG'Ⱥg$>?$=uv37.5ͽg^I}ZC5(G0s"f6wYA >\eD+Nhf}/3R,s*$'@ɩlpϱ_[e)n֠M3+ *{а3gKF.C=dž9;s[`I+棢'MS)W'{kZH* ¸~7nN_83b0̄ue'|vyɨ} &Vb1>j75\g?Fa(PE 0'_s }Q <Y-eáAi`pH][tp|,zF>2)#v`]AN6u%7#;Of=߄!νBc|~E#mU\Nz2/֙91͵Ri4vY [)6/Ց.~e8ߺ |n;8z c9M\ïGڰЙ1w](C$-\t}I ,/ݓϢ#4Ů|׊\s.=>KQ.3ѹgz- ~GFߝLUޟ5P/=A?Tb"'RW\pCyО?C @<_J좍x8thЬ8`!P['E[c?fԷ>/d7O0UǭDI#W!"FdS}1Ѵтtd,*n#Wr. bDLd~ 8 )[GpBC7^y^SD$,rlY<Ǧz9X lYCdWjMWF i/X/+'Yg Y;Jp;)Oˆ:U-<ĬUn b7`fCɪDf_'{W5݁1 %Hc2CȐTk7uF`ģ`;s#pPeH`p$*9C = yӉBlX,^hYP#Y(3h6ENa+~Um6gz7}~^³ٛp_g^$Ipj -$Ys=IZ}X^.Oȭt9U A졈ZnE*r&<Ϩ[in ߕvcmƨ=o(VFFzm*Eo O}EFjWp;'dހ?B7邰fкL"x12tN"NWsA^U;Jg+&"hWҖ>UPe a6M]6Ӗ>t4bvm[οux0: }V#`:k(r0'ⴂl*!ѣ& 1t"8cgE[y^Ow*QZȾjh:.Ffa>Δz]slB0*_j5ǾϵRgg6*$}"mK F|@)6  -7 (\{/˄LD<~Q&fF5v)ȋu ۓ:Vci}!cL!5,؅z` O5aNz&V/v=3I6!ņ~MFyěH=S4&pwVc8Ǫވ~ʍ6h{p_/`S"p~ hĹ!6iiAh3 Ⱦt"@X!]׆PcrV[&A'۱x7<4Y&'Art!P1Yy`}H֎׿/3r1ihb0L".7<I!YK7҅[5V(kn[Y:[~zZ2ֵ9SXzWEAxӞ4K };dI ,Qilq8rV  KkcRPXhf`XƢEorc"D)-"o LAj6*>l/HR?¿S\994q /_9xhK T-w,h6npk)mU63m,MаvP..2 .zwdaOYZ^ښ}'_jm›|x1_b4Rѩ 1׾Y͌7_"H+sK5_/F* eQHՅ L|0qHT1A0<ܽ?+Pm;_1*9lPÜ)%=Dͥwt1 9`kfϡd)o*PmKe[W"%83yTUj3'<ǖ2R;*aAY \80‹s{ fJ5Zw(ڵ϶zBq` X1 : uVXaNl,; 6t| 4P <paWWo'߃ch/<}T(~.ӼJp ?I8zx).W2ZM+s{Jg_gN?Bhց8b+đ6C]'kH-b7u uT?jibg;&]D]B  {h-}wi@OCM jߺ$-qB*' ȷC`wĦ٨"ܹ xqo:r u@JwOx=jfbJ,M$rwh5D*\nKӶHe\yN\0b =|{4bh#wr]-RJLu&Bi 0N(/-LzD4(c& RI5aNPꁂفemEu}'&{Qi ۝i!f-]̹;K|yYi-tF3\H j7a qdD~lQAGN*\S,KnE +!CJ8%mI a̋υqg\''ONM@شT**Dw^A G Guxz7ץ?#'H0~{{*_2QDt`|*dĈ#ڷaR +G;|LMϩN6bR,İ}GHH*M*=mAc,C[]'/D !p`4TWRo38Z&|k@zhGe P@B qÏ * b@BA!d#Q5Aħ?FCR!To؇#"ϼ#SQ pR?<[$8&=uwӸl2H?U@P4ȿiIߙ^kBCov9P0e=o =.⤓KM8 &HtͺpPV:ߢ5((g)}CmkMW*Hc fIKa&6#&QTe]=Yæٿ9=f?%- TL'51/~F"f@1nh|^WV"X cQ6 !LPĸM_cјgZZ_貥0P-=xCGk]o6.O[X0@ʜm;ĘiFFP,8%NL $A`\zIOD炛SRG}q@]TFAa{5ʹ8Lz6C578PGTC>yi흾m 9ܢϖÐ|ʮ @4%-%iBP ntFV0W V²mr3VIh7зU:t7-O},9^Þʠ>,łRF:fݑb*Ᏺyb%oyR>qWW23_Yw)Br>ٹ:]G19Bw+:3QIC9DHvz|Hc =i6s8< TqL-X1[XC1!|-#Iv ^9Cu.#U36#>c7z/["d3>G%!x;YqɧPX0mc?f% ?$N̰~.kV "I>!ϓ1 6LYb3 kƂy/obQz9D|^T»4de ĵ;XNgMdIxzWG"4t\l)MTJY~;>,_ oDУ~y>Wˊĉ4Ei9(ƞMP-g)?H N/=mǡœwQքq&sup>ۋ7?lSHd}iO7H\1fr+`MoCA"B #?O&KT( ͝DHvPSĶKӐGlA$GaO {FIyL6Z0N '}gr!V(Er[l΋pW{54RފK|#ӈN, fpo 4+N u߹3л3R' 4D*ls4 rRcl/׈kA0Ԑj% ;zc&=zɥjbhb'){?g|\ˊ̩N:RZtדF^$# fb?Nt vk!df|ḭJͮT@DŃbEMK8~91֤MFBkHx˦9 FoavFW˜3} C.(hሞ].41둞)nϔtQחy#YmG%OQ2P] z\4F C'=nձRn2bJLfLVϓҏk:+ H:9\Eq*%SMCw뎷X|*7Y6Hsr#uky}vE= zf0]-EɻFüЇ{piolv3gQVooq3Gz\1U ґ{UV'-lH,ٞb]; p[{C/F`DFݭBEW X |Nieϧ-$_[j? nZJA5NK7%pLOA%Y<V8-pKVy ֡⹖f15Wi ǟ- 0GOýO,Qu'F/k7|WKh1"PX־xsrw륷c_teF Elsjt @2^7L3wQl~U-.,HWU`< BR:Ah=HIkzmeqCȰSLa+_7otn7׎łbOw'qa"AR…r!'aYa6bX/'77V< ~K YeZifLw(6.@GIb拧z;qܣX|o\Ak6ƚV b!0´[ٸ&j4uNfˑ;o80gw41!I"#{I7#D )Ȑ-L9EQ`$J2I zFN`%şnLX8ō/tl %kG8$'=PQ UgA' 6?Y<^@T}@XĨ afcN5Q|MO܏w 6\摴oprH\OܖbH՚64m!YGj?!H-{-Fdp<1П tCxT*in?^}$;\[~M ֗,"bE7{M c vut,Dpux$xW@>y;; mM}MnVE!=ZEދu4z>ʻ/R8Tt&YxH̶0Rn_d+n\W\J*y_|uejySKl% ©ݒp4,WXS-aih+ǑDcae fa]EW%J$HX6v:^,~Fs^^e1]\ޛH0R1ӏ.udp*s_M[JSNT4}e7M4'}7(2"Q{G-X?zT8xܡߧCrSh=dص;TmtNrAbOF=tyT!y3'8ZFv%C4TdR9=Uo5qI*%Ak|QP>,s"e[fp^'mHxF̷1 5>e~~E$zK\ }EHjvbf{e~#Trλ1+!=)Ȋjg U]6co`z=/D8O ;YðyvdF^%=d6dWnk{V;K$u0 sp+K~zd8LY^!7‘o72yRxwI AڞF-Wr&ȋ_m'.$Kwf.Dr%\pùkW!ڂFe|Q>G bԁ3|\tchԕ))=5t3.x$drHs=IEw2@Bt wJ.y _#$-ϣTÆ?/l=V{R@iʵ8@D`zgwdζIMbM1Jyڶer sO)a=Q}4ZEUWOWCtrz_–cs4yfdu/YkdBƇ@0cd?q>G)l)IzԘk~:mVpIy>T !ZiTrJR\?LZuH?oaԷF;Ī>5{^܇[3/ &̞09:u.-qS\5R2j_Ombk9=chbr:;maґr@x&@Bم3=7Mw;ùw5TVmm St3mAo˰'@4M%# M'4[g̑Jhi\ &ŜC}0Z :CSJ5 ߐ닼EYwRKНoUPܨvHN- B Mlm{]~ѯFyGsb>d&u fC>F(dŌ{ۇGIO@r})vֆ|TRjoP!{k UdL{i 9@">iBknAf`MO&vZo^jrj ˌ37nlXtOC&2vMmR,_OVkj;aZy#ٹ2YNi=|'( )%'_˯$R .@aF^@/*I`'wVsdV꨻[mt6\YBeKēyMa7\1"$~u _d  d*7P[7%sa;˘쟹 4%1n3-Bg2yKmMSzyjG_yqmԵfSU3we{[s'@IP(nCt Rs2k{JFo # +f xۖV,hP;}9!ytHhiG"xe/zU1u3v(8/kl-&%j:az)(Cy;aZ5S^{xS} Bw2` 0hX̍l;LƢ[f[XЀ X޻ h mX2jA%|+4\2X4831IĴ_թw+iam![cbSl]klNhf~h H`2kDO) !r 9";L\;/e(խmF_AmU9űl(TDt.xXM&~nI>g$+!I&$.8|[j+ ˪ Oꘓn5 +8LId<.1Qq0>n oʩ@ඝO8hxI~'xR:Ng?~5}=nXo @H}dȪԬF=0B[秿37/)siOCC;zUCphC&O?Ŭarueb'ahA$n B#QⷝWu'K~B{h.5g?q .jewvU9hy|s$$+!<7̑|)vXH/ܣnho7CtTЋrު19tτKzCî3]2hý\Qm'O!bL^,Ap4cdt;4C"љrw4.;qs r:Fn~k,GԧxxX+' Z |\Z NjE <)J~++z7/q習ZtA#jP枼)mj$c љlHᚢ)%OYZJTQ.Xg eЄn&J7J@ }&*]T6KBJ&bizII A ԭW8hm66qe=#6w{dgę\`{"IO 3 ̞ t>Dh Ȉӣ3LYb/hPe{ Ӎ[ɾO&?B( +{B kCRy lX[.78Ox=Tz;3Őo9Y: zڐSwC-|4|O<W(@D2d 6M@_la (qƙ ]zUf/S&EB"K_6Y.q#g\g Y WiU}  >O-%Pŭj-mrhd4< O@FfQԦ5{ȭQW\y~5ΝYj= ~2dgf+9=N ި{ʨUVc?ne7%3xᠤ,z^Ѡ{קVXbw43sD8F{B9'D*ǯ0[8@̋#l Uq/iij v5룅Ͻb ;z.ݣ)~5,é<>Vw#EsNfnmEuU}\.FgǂFrޥq=܌tnaT6ZRY3; 累jhgLNM"iGK74w@Ķ1nRh4a؆XbGXg#zDV,E+t-sp.ͮ~$!9Ն\.d$Q>[H_Cӊ˫LH'GmջB6a@Ҕ[sNE$Fz'["ZBo'"$"R|AY59_݇g#[|OTԩced%Y% \sIE g-|(ZF$߈*fJle;~]&Gg6&:/}$ lgǑ^ɚ 3&&TiKuwyjNskl=䶢]iqb۴ʴNYEI[E|OI4BTDC55^41+[ֻNRBE&DgQJ줏hD1b6ԅ ,lxkLң"8["ۻ ͉&| F3R§ '_DN]vRo].%e'-]WL3)U\Xb.X>!ՉZ.!atYE4nq|hKvdބ.*o?υlHgBFF`iŠoiAЛ=\uȨ\n~zDnzbHF?h+ѽOn0Ue?z{bvƄz߈iy,ߴoQ 6w\P8{Yev&"tcCjD+PQd3Yޯ0%Sd.yYmݭx^稡"z[wdI| a&zD :3'LGkiķ4\/2T/)p*"{]Qn"p;Ac ^;\b>|qWf$̩foY(!,COVCSLiFx\nʯ *C5a\OjZwȟ֔+]H"QQ9hՒR)_RF7IPY*8U'eUߩg)"8_YNCm{;ҽ:|ߋڶQ1T,@ 16WF;@Y3;*ubԍs,zvr,keG|h/`ΪzqCqHh3kWӭ)Ww8E )/_:O+]ol]uX$y˨FӉ+5 `8sdG ˡeΔFlLɣY^(dׄ}`>Ŋ A~6#t9DpC*.+fͱǕAΏ_]S}4$ T':}bm'EƐBaE[,-o7l F$zFMb l!% 9M I!+%+$8p4)/Кs&Q̙$-m RHACQ uV Ri=fl!;tP-(Mu$xz QVXzUzl7!i&|#&?@y9?[&T* " 18Qٓ,r4T1(o?X8/V#H0P1 C3+4,e&psI1_y dDh w偸VׇӑjC$]L ;ԨT 57FyG'~LMq4Vb˚=rP F~@ngyvr /Y!f2B~8i/̺GvzWޑ* r![zvzcgu<5?g~]es›5S07`&ԕɀ \FZrXu0(,'0'{ n)уY+ͦyi#am/ lRC/7 s#Z"?R'P~ň80,|:!ԝUWnz=FRj5K ^ H p<ޝNK  }k2"8_&e 'N|2PdhY'BfEܜ#m]Ekܕ0/¬NPIiڲk`v#vi<#?ruM0|4Xpi1&r[˔fi'X=u5N.q;M y9 QWPu) g]W._DO;4}G2cZ.0O7+p_ȌRVl|YVEcY#M8$plJ`gǫ08شOm镕2sMo9/H Q *6ee4;Lfj!ucܧCLAa A&\9Ǔ%;ym4NkE.p:0d%˟ Κ%DkC>%:ה`IOҖ1b%+ɮ\ ͟Xl\zȘ!XA#eedtjȣ$ļc4oֶuClmpJ)NoCwB&gIf}xpYP$n>;d =ڜlknBGh 0pNuF?ݱK1$|츀7Yf%ހ wKy][Tiie6lnٹ_}0~ɯw .u^F~c.*a$3Y|`13u5^c}v\o4>RCp薰`*r"dߊd~1AKMx䭃sVh)^A4w-`ojԟM@V'ѩ]u s)G/<9d;?G^MؚB6O= v`M5bx3<vW{|%V!UwO~/ !u|[I]a.7iroCqgYɦDba,)`Ѫ}vK&FĥvHFщ'Q%;M)IQh> +>37 0ρȈ(ϿAr(t3_ {Cl4UeX^k%I_(%lVl kƻ$#oy4*%OƖ8I34otKK-=޼kaea;i g_BٺB\s?K\tddJR뎦gYv|V<3_njɒ<wA%}m=@L&Ves1%)Reo`{eCC`/ &?wC\&qAH"s=u/NvdLRr0dEۼwlscz)@g!ΛRNۂ:/>B+jh <.f5z` wϲv'$,dǝ͆UhȫQi@i9Y#>ȝx@eGQF#z/ wRȍKzEaAV!@ϑq/pu5~1gr|r$4\/ah@~=ewer-MP ]VL3KgkV: A(KpE4~ G3_z*GvQcN1,^a9D<(s< ޹yNcU >Cg]}n^ĎM@]Zg{UE^:腥Ш43DAR6(fsz`Ӟh;ete4DVE#7]4ېD qnHNŧyG+֪<':x /ºpN̫ 3l h햬* Pj/A(empd @w@ '%7ՉK~W![~GDVShE&Pj:r67R@Bv fcs$^`0%F4滊|$ -P#` $`m9s}x=j1f-DzV }!5zȕ_&R(G3Ŗpc#B( irԑM2=%V[d 亞Y9uL7t_n;kª6B,F5 8{4GOh|{<~1| J :NGu(;<]BD2(6ڛByWQ(q^Jc*! r gEyX]*aRu|7~8!BzDLJH6Ll8n45z aHP<+J 3!XG#T}+yaoVw8u,Wj?i҅~'GR8NHt6jNw,|bMőċP!~ 0L($"op"QX5!!S7U'lQR~)tyD3)ͅxnjI" L KQ̀fJe&A.fi/̆|3T* 8%Kw*aNiJ3$M`ZM[?+{iVK ylEf\Ozk?]V#'+DݔqxeZb[*'RƦRݭO7B##F3VxڗMXZ)̳u9/KKe(,kcLY# ƴs,o|J!>ɓ(ԍ2d49Qv=,g.s/}bO]Y֮DM4'c:}WĆrH9Vq^MþYcSs|Tڝ@Q6ˆmLj`QŎ 8s9DeK/ 8̲ ƒt\=lQloWn 9gQrow8LQHO"uXG{~m I&A9~um~qnixtez/F O@%,:LX=@_Ap4h5vEOFDys*y8RۛMdIlMkL+[5Sl6yOϒ`5Ńtev_I5`m#D|1}Tt{3+*!('08,[爔6u4LprQcS?&oߨfl{nt!~չvq~5 =;Xy- hK}f0t~ c69%uY<n@ӗsI)X&Z+ʝ ҃Or<:^ܻ*Y䒸UD''bŖJ@|.I_V%i5O$dNqbVf')%$5= z$3M۹ž}#81t/^J@{Z#DFȒ- <(hsd,jM©e^1B=Bvfpd"4d= .1k6#g Bc@Tx>Nh$0ԧq7p(WZƑ/ef8߮`F"˒ʚʪ*kQ7`]pr?QV\&/ri.E{9|l;hh1MK5Kk]>7"w?Y]ibw){3tRF-}ߓ^G+jdW+Kr2l5]PCwL)NBiBeH@ݱ̀ !JnA ٯ\9Ƶ)!] jlCr.WI 7&{(Gob QGW9?)I]֣s<8+K4pH\n+ dgM 3["Q=v3?jìHm%_Up32l7C9|7He_,%`6ꢀ$p'-σRjgӘJ)C;Zw4!]O /f}o2 AKUCi󦻟PM Yx 3ޫ~Ͽ*ü˃ [mEzdkP+S98=Y\ee^5jZJ2+t"@6WIa6 ")!lӽ v[ 'wEVQ>V]#N/4ҽwb(8 ׅ{ޔW|^kFK4]w{qLElzu߿43档 _F笕PaHj<DWm ?x .fXzn`{!DsSӈb„Nߩ TyL=&StB#3ҨkX"ARnjxg(uϪLȕs|IZ\|msl2e\3 _4z:̏Bjoz6ϹF+ ߷X0D(PАh[$U{HpKزV 3k5S~EGmx&J@)d#9yEiz-TAEe'Nr`*+͎e)3M#n3-^wTBE+ 945qE5:H PS@wO:ƖO8Pn/].ѿѮi,8k{!6̐7 Q4ϊ[H`FL7^%QX6 2H=H'wB(D[H/ F8Y\J؊[RVڦX|_l=pkEX(9x(_E˯ZcYe5@ѽ.Aʳ" U@zδ_g'qJÚi#db(/a =.YgAfk<k6w2SJJ3:7t Cf| W]c<(@Gq ~Hrh7iVsZ;[8bd+wTN`:c4!uX4B)BM`8dxRѕ4h-qlE.+Ořa) kYe?_ҙ\ ݩA[-ntBM L}:#߀xyTH/fʎ"Im#oX>)}%*PCg˚ֱJ2PA4,SL^OQ:㯟űu/ o~+X߇Ƞ!Ki\ȦGge3T¥?q}j1k}YQzf!v|![Ϳ#%mDUuƾI a\C"i@kS' / "~oX½ꌟ4ɰf©iJ3nuvxq2zupuC+}/!μla$cNV>E??@4 6Ùwy;JBNDzf:/1CDw VxPM-tS ' nG&4W &:4 ;ξ]M}j/ A55]Ib&s<λ o,\E?O^:\ ܹ1Jt.7c*Lc6}~``"ze&bD%_Ti&,i RSqv dσ38'wX"A/W1(c.oP-3QH֪<))lԸʮ)ʕ>L~|$pKRIxm@$YD]aq4z-M2-YDV'XN-%#"H zN 6Y,Jf< y'ʈ{YLTW 3,J"dh '[{i޹!1ݗ+ۆ Aޫ-u2 #jl\ 5a7,>Q.d8vZY\|nR+4"A@=㔬fj!IIHshc` ~!ȴOGE[e 0U1,ٶUFѳ۠Rzj-A;k=|~Zң~,ѝA|x͝.Al@i EGـI<:ccL.LElwrMFg$%؅V#̺$-k؀BB-9i85%GPC;&J{XLD2@n._?'CmԔ%G^NV='MNXw+B [˥g-c̘#iRuLj2}q7=(æ Ł!0~1脈4vLApEDTt]F>R⢡h MQ$g͒ ZC^/Z ,Х?J >]JRGr#XjOv6˜^KVZiIDNOj V/)Wj֭j IO̚vV/brULvCWRB;e2+2@LZ PPGwT޸NBy"vؙda\ P@IxC YV1(HUwiQv0uH{ ,1`v' KP [s.ӻx&gdypqw4iڈ_V 9Z8 rJqs[p|㣩fnzzf}80r{0s9΃#696ڡY(tOts wco`vVeuCTI $(Jlk2ҧ  =ʩN']"ʹ5Hobs 0x=* lg3"UuR"A5}A' P=Qt}͠ym3G :Tpf(DS:Nخi~w8[P80$pQ+gcڟN׃Аƽ' `_k*rN DQUL-a2Z|ǿìIoI^4ݬ)>2W4Olo )"S+h# n-'> 9~æMѣ}.=aQ)lMud}z_1e?z(K g~/ :Mג#r曷`={Eͮfo̭}2fr5RzW}fa*X7@9qA+Jnv`iS }'N pj)K0+4W@OG84%qA~x4@' !I{\ƝvgwD'FSwĿ[ǎ[eNsƊ?TL]$8T8*Yr݆0sȨ^N+Z' l'1{َJ{H,mlz19!G,b0wQM֟^Dp#K%sY)*xZeحb &x-]}N t[ }h\xCt&g6*k7Z-,1aOg"A8Z?2GY|4=GQ0LЂ"Rs~.'_1Pep*,B#m,H/ ʪ=q׃o8%Y9P" +鋏ϳT#=d"J@!Zr4AҔh`bڢB($[ .OR8;[x&u7vȀw*3$> d>0B/ + mGt0FG;D=F,'*UGVQEBVBNZ$vwgqܘ G] PeN*8Tͳ:WO}xv&>hˡuŏXmZ? ^Ibў9 hfsG<ӓAG$wrxghΦAv6\H11OZ_bw|D-::lwjCnX*i& J%ʛٍC MzK5 zWpU e5na6o ^(ifp!zK>4ǑƀYݴfP|j,3PLCX:#Jx%[Ŏ`e"cvQK7K+摂ߋU1X[//xn465m'ݵb_ss2%]/TWwס*~nt 2=K \7G78j6KR'wo¹pPDHHwcNGW8-jYɲEbtZpzd6[wE]ߴP$!aÂ'j">2zL 4G%i7xL޽VA" Lяec3G-6gZ7^PVnq?Dsκ.Z,>^^%SWΫRߤ1sXHZ꒕ts`ZpܫO|yg+|(,ࠠ2EH=oO/Ih;3eW!_u.ۊp?܃By)d̵M83kK/|:=k+>{UY 8&\`BgԩCRSe+/䅶9kvv3%?޲oZVx;&!2 CfH]⡂R#dɩxeI%@훿Mbd˴Lg~%ϛ˻^۳ͥR$*x_p[OFiP"R*Z yrhA12$\ʛNЎ:QA=G%n6?g5w(m6FP[EUy|Rŗ ԵTp&l p4PgU&yq)$r{12lee/sIvW$֡n De&RF 8 aA]0g0q&м_nI*?Y {_&mG7# 7$ejX?_JMO&d:`$4)~7,ӡvOHFKmU &X.b nȓWIAcn_nwDh", o36՟XINʷQœ ڑvHFɕ(yX߽ܐ? 5gJisb#h1VFM9yJHIȧL(O[F_ʬ*ctg#ǽC3Bc&G쒛<\l Ġ7hwhںK(IvkU\,E`AGb?>sFM)&/ q:b%a*v4dD:{%l 1K(y4B :HdOk}(e, 畋~n3Bp;1).+ +3ɸ2Ž]'yS|굍Z2B#SZZes3}$U(.6,WIf=|3|b쫽TQu| WP2Zn;.;mu! ozɨ:QL-N?B8,ut\\1VIȲ)!ymRxjWGO0R%_&t@̠AŷA?AdٚMqEv$;L3?FI=^%cނ]-&W,GD*3YkNۇa7ɾt=hP;kA!kOV[_6xnӺzcj[;^r ;RA^ +Bh($,A_{H$t <} B`Z1 F [gΕ ovlE$o"X%]?[KWxC{w!C<} NoC~RDG\Ra֍@fJ+ꅪUsU$ޞʖBj3 6!]`[ܵӏǕWrj X-û?hG1viW܂62Hlw/$Hrs?e)Ǽ͚3\?q-acTPe7r&%:/M7ϗj~DRBd!9?~+d ;/IJxȝ/ l յQWTs[?u6is*{:+A忊e jaNyoɂ,h)R􂒋BfQ|ceh`zU-%~jW5j}&߬mR$ yg wnCWbz9iON_@^Z~xA )9>6H+~6mO$BF)yu]{G^W@R f?ha M nEDBBK3Re$"d<㌊'[5VQ>[pM /dLTHCYhľ 8d!ƛ*xͯVo:/ cAՇ.!²M *tVwZr fw9$]@T`6ٌ3|fЀ_)# {aHOd!y7&[!^n\aX5I1V|< !* >+d`ix ;sEaSDJfY x 㱑P$IC. X&38ٌDҗ {/yl:*:)zDiA/AJ/鸐bTݪMNSjfGd"P XŢ(B΋AIT\+"7z~E}83;CpS$4;mXFY*cϔ#ق]\9D@fq#08_祈d+QyM-\.i(ҁ.Oc{GjN ҩ*&a뺁c3/!!eel#7Rd]\[KZc %,XCŰkٕ` y󁷂֫_С o*zy.r>5w~KgϪl&iTaݒ@--EfcI/skz"%*>>|N$Р@)%<ag?յD%'i3x|;\|˥ TփZHRskDK0w &}޹##t\SAV:$R&eA3 MrpFN˂JnTUndIX|!N9L;]a,S$ pu–aM.{ŷ(0ДG2\>qM0WihOɴ.3ADVֲH$~~uüx#(p_9!qIBS1/c1:zw (@,G{Q:ୖ zDVs)riIq4%8gRk-'X/1 UQ_83;QCf@pD8} :EwqFAm )diVA^dW\GU_c3j {wE; !я:+v͟8.Ge鵪1H*ɦ^Yffe .ί.A~qL6[ %42A _dԑ!9IS+aX7B^K+8;94"g5]ƢtY{td$;@6R*14yMz$)Xn5NE|@1SmH pYB#o˧~Ufm'e$RM/BPDX K( n{?{_7Bdbd^zwj4~Z6峝[؟s4nϖ2h༠x{BĵA"z"3$ ,PI6W̓3 Ӫ}3H5vE,R~xE`[P0+@֭k)V4}\ %]26RPnP&SOQ՜Of5`+șU.UU*O',"ל31/M,Sk:̀Vu+$ k̜QLɓe9K]ueO>={5=*n٘q6:)} C,;x<=mkYp^{@ﴧ&6_FD"jMK$L(#(e$rvR"N- hnD5}dX޲}_xNvR&#E)m&Nw}*(z_&Rr*|l@/C)T7YmVYsѸR/c_Mױ~b7aǏ\av]co 2ijQn_9^5꺟kbfޅ4I$Keg s?ݰ!Z^0/0PՇ>s2Svq^$X:7I=b{?q@㬵kfw@bT>":Z#(à@!9+e0xo>fx<)\lha فE`,4ՐM{DLH4V칎D,!ڶD;8 SKAWtTpUr=g4ҝYͩFU\i_\̎,3{6::Z˭PCSiw $L#q\{땹Pr30_/}oL 0Bߤ6]lrZSLα"3qiz/jxZa\h$SR fDuwfb/~A` JE =}U\B'VIPL[2mOE8C'n&3txlYF !NQM`ڍc -ҺT%cơCB5(1ng~.W؂;]m.tlPiʉKrJ}{&'{D{D(ѕR@tMӒj{y@lci>%J=BggrV11&-FYT%[=8ee?A׵_yi4uN1_O?R D\Cך Y.v)A`.QZ678mξr c䁰# Q(K/SJ6#{.Wi:奂TؼVڪvz"x!P?oKN2d062s+wsJe>sHcdm.E vxݻ&w-Н%f>]Q& `±8%n5K-,Tbҟt϶.{&'\zuZث691U^WIc6Êu$Z(rN{;LGnoPbǼs`lx xڼ <\$yHY*<\2sTl !#'C}aA3rᙛP%?R .LR`Y+BL5k*  :cI?͙Mx[bAn`{ ֘61\w&4?JyK7?jքD F78zgQ"7ܟ/S)SLyYۉ,Y"s[AT;Zg ._Uqmx/!_VDx8 KUAFv^v<hF4JN*?ymu-tis0$Slstt0O3ZtE\8ݰ _HrHEa\1{,jiLKT{ڊ9n2*rwa )Jn2`lso|-Ċ 7>/م/ svj(nq#Gz5$z z*OIn۲d1K%oyo!u6JϛI  Z*}J4"b8YEӕ'7f 孴U3A{j-e:i4zRVDsr8粢۞:MIwEf%J^nua=q9hpPT{Ёx][N1%܅d|FFU8B*$f~5GϲSA$#1ÔWS,L@0UA,(=~]v[CR:'3bH~4""šFXv; H'qՉLJ):,d/,TǎvExVpn2hbl?ӀL};QRa_Cy=a-V pxXePEMtSWwB\@li)ԻXcjf*r{d'&|e=42ńh@1ӇRKkiE5xn;#=$˒ČhqmQ,nz a= 6%YW`&GG \ z*EF;|H9' sAxBܸ &wH& 2#Omt`nD"߾s/=OJ3lE)[4k(G]:[o>"šzGt%}CY w )y[D@ǍNs'o Df_H(]Cf֮VK')j_L[( _얞[BAITg c: (`JBH8ۂ:,ݮYɦ/BS9UѡQq@f.Jx FsXJ^=0ӝ$\z%|#& T!`Th WF}=_)c'$leF"\kWXP\o!;xiU;`-L̥W! IUFT5(JBD`Sb]4)"`"*(Q35Rvպ^%%][/7f;W1U080c{=m1^cŏM+_$ €rc ]4&> w(> `WYݕ`뀨__fuϯ=4/`k  ee!{ou4?_3|1LTή%(B.pjڒw%\W8VOxY"cslRVVo7,ż}[[A:A{C!] d[olp-1mip)5E۹mM(L UzaR gol2b;Ym!QK\+mG8ˏ~Z6,9<(JwFC *7hj73𒴵pMaP>e4"Y>fPTEzIr' v쨌Zev<?-c/?^ԺB*bZa%b l\q&fQ@q %f|Q #1)8eo=о«?x c9[.hNmKFԑyjw'Ӣ嵊wi+`&71{LܦkJ#XTʍQ$U=_,K zp"AC uuL)$u$\Y FpOV'} W;ocDȡTחne*g#)Oni C^PHGZPIŊ7ĉW7+W7~iAϹv'{tl JOߒb8i= @Q /u W`F4pgC?CpBRfy<\4P9|* _BmYs> t`<?e~yld\3TUͳ͋㹽>e(f]jd% Taiz b')Mr3X8%Uƭv9R^3+ta{/|}=Ȑ-OM%U[ xk/wϠ]|.+t)bo |X\ksMZ\WFp>S9o\@4y镸JvJ̞鴆anF5dRG*+2{J+&-'`7}F|н% q=y#|- kjxH&\4z)\|,u?!cEa8jI3D.wli;ajrd|9P%viR1:.w8zf+Rd},tb5xp(36ݱ^lg\黎^vx7ޮ]K}F1P} =L؅VߊIJK{P6hܮI?M:b]껦QH9n 9l7P^Cb3>T:ּ9^d4`itCS?L5ܽkㄋYի-FKdb.uN^yO9)I\pu~U8(u߮~z?\ RV){֖huph`qHT; +;*(eA8,đڤt4||rM4P D ʸҷt ?Kx \(PC Yf|Of.Vw=^ŵ0uP^nƗ^k3$ <[a]d+3;gv] ²} g=\<l2ZtB<6% WIaNSt '԰P:[Uyڪn6,~2 f]XV iPtSU;oSd܀U4(CC=md_6̓'X{t ٽ4(&g7$Sm/ 0=&s)G ˝C-q o4%wLvX"P9jYm;oJ(d¤B[>e1pCw:r3Gl}ջ<d0etwm5\#X`Q2_ÅX~cf|W}4m2H8jJ#+,N2]X."C.3$ \Aaѫ.4S<$NOJr@29 ݨOFAA*گR +ILo֊Ew7 ,8Sc _3*sP}˓ӵC uCH+l(%!w%8fj4@t x==x; Sor*US5.~WjtdR(k d~GmWYXr2*nfQ9s]JXH!<É ٳl=(CN2ٓjI:v@u7,1XA\2PϯӨ쐷[|nt薪x u%D\*^4?GlI}B72vMj. ''\5u툏7*^ E}(s9_ r")H~:9+a=t 6tH^)cӟ ēPߧzp\4Y#ΰcp*f26bat! qۡho'/!93|gvuk^\eOI~vKn pRp=݂97={>M:IM.>Pcw `-ANEDH1 / baT,&6.p̟2( f44LJ%>xJPtO?wx~YQ[<&`kj=$1~OR9TN`&KŸ ]Ipu`.8<8* 7H|W+>+Y>#77zekEM2+S#,^T!بGHQ׫4?~r@n6^4!kZ'yk7,/E]e$cwGn2[XZfvCaE*'21tykKQ[OQ!&~8$BfI)W~v]=/w)B[W%!-R &Bnu|ȧM"v3NTƋ(6Y@w׉Lޑ ~(BwVܔq sTژë2[HDb 8Xy}8FZwOTmv(f$0#I' WtcCWR6# E?mM`~GU}Rىb>IN ҧ n HKM _3 CP)t5[٢/1l)g}0Bu&A"7|G)TP)(U`fz_$Eļ\n1,&'luCmr妺hC|eHkK."xyt=8(3XV:7An`[BBڲErP^,H9z)pqOЇk^ C;=8&GC;PݣpoY<"@Iy+(d/ߑ ݲaArɵI~E 6Oq؂;[S+vF5mԶ.iTU9Ej*w`Tĉ &^) Ak?Ug°Jy^sys[3V6EkJa ([ޗtHpʳ(J W28 ;-<;Q¯Gl)k kvڀ4}'"mɁ&EU]ɥD0 m,&S )غ-IH=5OE55F){ cOp n \-I .44HQ~c" 9n4$01VDhnd)g>?@Y\)yT,x=RٸK);N󎶷Kc4B@xxzi Mp%rc]@*(]0 oJ|,♞5d w8(VB *9ݟBcVv-jR:aP['ZtqCӚue0pu|nΚZq tGU5TJ$ c_m@^qGT%-P6 |g^b]:ψ=$?'1s4̃bکY^L%jlcÆ=FoKZR&gz`(V6^y @L@yj)!{yTT^H:oӧ=h3Ɗկ0LEA湡hI]Bk 9&=@ZjTj=X.[fK@KПa\m;ʎ+7n(Q1e*dst{^$ny&x|n⤚CkP:Sp;FgVbR!Ŏ1S(l)QhtBH@)jUɣAx8}Va }:lR-8>2NGCЇ|盱HY]YayER+Tpi`…vHeT5?5N2)xKcgK"^HHE PіX P^XWÃFSK'_ 12S (x8z+93աn,܋PO$ו#GV5wB?)룼n- U,UX) OS *uiOQ`HՅj ۬(D0c57(/2cpguٝ] Q"i۰*frquFK]E]y^*H1,@ktTTB9e^Q{6k~!Pf ^?+¾bq햙_bKqV}1}3|Z_~X9#{--$e0t5moۧ<_"\p/\*2Y-ysaSP{26s;d۱8H[a&"6u%듖AH];Z'uy9tx ]2]xR͔Z_MvNzz#Qyy?pҦcdF eq 1;Y C«b蝛%;@\)& @Ϝn޾s/f]we+{9e{%*&üek#-2ya"LӜố׃ދe 0:ȡ,y%!wR%.Mt4fZ @_mG&BGNGAU彸. YBzrBi4b<%ϙ?o2'2 <3~ 4}++^c[ikSҞlY[ac)WrlTꭄ:^TʲMB] ]b #&T/+Đ%2 =ؖCU_CrC܇/=93aHIvŊgTi)켋@.l6vR-4zBA:76,&gK_r9W{iƔO5p+ac'Yr7R\+MQIneIkmBc[L4uv"*=OvU K, 0v+ju;aU0,AB c7'͡ ԵT ߴhx"n16\d347Fa2igHګ׵c|3P<:ÂS0~ 5όͭ{z=bȷ" jkTWGGV`ׅa/?4WCG H~l#$1ӽ4`EלP>Y%s]?&mBE/z 7YQҖHFNOW1B1|`#9u:e]d8UKEBԧwQh=6>ע!}!WzC7xph]zH ?c=/ԕ3۱^(; voƶemhXI)1Uda;]X.f.*v%$Oc$/@vDٰgj eG6_bKN%Pm=r\gN7HG2'H:PE}@ q, &H໕#gszDU(LS 83npb>m-(\~{/̳o@lb[7 %m]Ix+^{P5zww3[?`QŸ)4Qm<[3B1J{_H44Hb^79w$sR)yl=aW)A5B%f[ uE&7%bF!6.[.w2:fR[8Sπ Q8ZNBцkП3{޷?X ^%} ^^[f}^2~]?&$T~Ѡ" t"x@ƽRY @рp s.0RxkB&EZh]@0dt1WCƵBQ ;,ޥoQaHU61ZGIMB(iQeo'zs/ )Ckvn`Igj_KIǪ 6_ga.au$ޜj OjnanT D ,|m+۹?"Z[ qY 4R-]GE|gHA wvR1!I:/gɂ Wa䋁nc';II'>y [xgkPv=q7+g(n^TW\ZS3hme׵{(/6\RlVY?T#$; @(^}v|5EKyZȥapud(˪/)wPs5H7Gf f*M:d^ ڲz"}a]ѴeK>7műp`Yg&;};N#VC℺˽b##.{B&nBEbx$d7gWeD?~}֕ !MtVɪS H4UU͉n,A/Vu~_Ək0UuL_2|(fBYK+=\: 7j\dݐb.2z@;/bJUYD&JtDj ~pb#t"tv4kP#cӲW5ɨO)p*lt#xZުFD؝!R}4yiؖү]APCs /}"&n G+M$I\ ABF9]xI,fj#XT3Ox- x ' F w"rgeVO Mb5%5GҪ]կj'Xvб͂f`+OEj1C5V:[S})|}Q;ad Cڤš0m6] /kΚ~G70;Q`Y9:6UN´ +}vP м^"X}sl5kl,1- 5`iDO{ӊ,ea~f ܈yjcuם&ǯ/#F¦d+}@n|bDg7;Kyl[48t#q6x_v'<,I7`e-=;"I'p[V7L0W [5_LTQI Hb0qϏSȜ2s5X/roF ͪjEEs4,4M$4a>LDk,";c,ϯͩۗ?IJj'V,Ԛn]o;_kD9%2*8/5Txă9w.O@lwq_>lq?\W׌%n \*J#- T eDVAHH6{_%>e2+HiC2*F[PTleHM~ 4,66IZ_ 8q ASspdD~Gu4ryW"Z Pm8 ~8]ɕS6|cBV:لqpa`˩/n3qo 8@ TQQBc,5X#VG% '!`93s^E #BT 0FƌElm*‹}a& 4}W~qǧaـ7? hTz3=|SY.e~9楄uċhgu3:-ؗucdB`XGIAEe;PVůjX .k9,V*3F雐\NPk+d" X#BLpƯ}ub$[CSJ}??!$AJ\2A،?vmO%vu Cóhg 8).`q4:={H-vJgk ylqR40xh{_)8k79N6._χa@,42:ipe=*NNVdkLEdLՐ9ֆ5nT*3wi%K?Uz-P[ yJ0m>^bp%ͥԄ6Fo¯?(e w{јmi}8{OmQQb@covd=FW ?(ThGŞ! C >I3"}C0jYKߢEi"8 [MsO9ĐRIy/*~(>ƕZ\=Gq/#|lxl:G3jܢ qsRR}Xվ ZwU!PM&ܪW\32˩KJKdz#\.nI0ȸ+ɒ [~牑* 7K4U<ٜ] w|Vo3Hs:O.`ZM-$d 8fazT ,p)0m5%W1c(8<&F#}XzQyp=ήA)E! ^ 97p%=LHcM%ܧhy 5Ʋ'8.ƙE7Ӝ\@`}S ~҄5V.c/P@QUj`?6Vl{:%o9oIRwusTH@8҉r ڒ2;6E!o:UthS1ؚ#EryR&;@8"{o<ԡ5 ,7 9|H (+5޵/;$닻-ׅlL\O9ϩ.5d^5ʁB  fiQU`kReRi Kohڿ^K }_uCXBHfO @d/!D zvuf.c#U88!Zp10x ӊmu qGS9BL(NDx2zlz1! ~*/4u؋4]oKp*t6_' *;h'FI6.Nޖ,-y|z&/h0.wKVZ[ c'AF'쫴 qme;{&ciYbQ-_8#L~l@i@I3KddJSB\AYmՎ5f%iWcUtoRg8g*wS`"oIkN4.ҵ_7ϨccJThZu:`~z$.E4-Kr݆p. W`SN&@lE@&@ ScYZ$™/ -k?G[#\U<зӦ"RsdCsk_2o װaKST.U]Ei$c0"}L%h'9sA. C_E %ṉV-+6u:?̝$rčfrNSsQuQtJK {d,7h]잛6/qWH/B4[P.56͸Ysf;9UjC-͡qz61R^IHg. M bl1*+5LuVlmrM 0Zb5{M/2QgvƯA!}h8pK2x$d=<6MJВ0gcP9}}r6Y"(+e1ymU)CWi7[ixq\^ BvޓbqQCJ<Z,<(.01x>T?֓aQcrܩ)~1stPL@}fMlڿ@>G [ hv|!fuGlz;W=r9$~K'="oĬ=k_KQ4?щD6!Jv%[-i3Ԏk1J38b)Oxd&78qPMGAs]͚l&.hyѫ 2]s' cjC8'77E%2(^#"Wj.ƘƐ*B_q&Yƺ1555x:ФTy]Zh\'Sz)xqoM!2^G(50|D[ÿnL6,78EP2#؏K0ǚ# hRÕȃH2iJa>8sK4y,«gDŦ:s~`QXCVk'l45*J:SMsSA[R x[P @c0CWI3$Og|P,'r]5JMd~HN`l{GĚ[gk>.Bn!NGvf&|l_58#Yxr;{zU>"+c}s5IRZ*YJ!ս΄\hFq j2{_^Iݞ'PJt %A~I1'lOp+I 7HIr H%n~|~wfVy|Qz+&UdOQ_ڐGZxpPΗc(/m\0W;q30]*K*cdX緬*WXF@v-s;$l NP%^JB7Vڠfꋫ. CU95!A%90@+B[F 1b4ʣ~BRP(|uWa*͖i%VPFzojd2DYlf9(ӭcU'ff|C Ku3lf<`9aO.ƙ>*0 u:S>+U9K˯`{IT;aL:B.ڤjZK Ƣ+κ>zDۍ0։T0 'ElWch8bж)"3Ba0? o,] J ]7s'K>ހUNx^ȚO7Z|)y{OP $v U 9ߢ+/VI3Yako>NJob)qA s %8;ذ]uY%DNR89_C~QWK5uHav'-]J4rK@]4$rtNb3RE?'&;,Li%{B޾˩^}bYN^ni+SvBc|DyʷiϱJUi4MY`ps^@` xT.<JCi{rl'i/0SbS>~0[Ÿa&pj?/zn &ɛ>c.wH5 f㵙O1 $ҵyB{c5I&æuww!\{B*g0%8x> /y< k#W=d"UbY`pq FGДXl@N 9%CSRvxɷ?oISt}y*5/]F*+3E_p)ʩ{%j[&7SܐCwTizwg =E竷 @뵭q|rm^Lp!T@9Uo ` 2L .}\HӫiՃ J7:zӥ ^vΖzÔp,@W{7N+:Uw\GQSVI47}F~tK o%-C \ЩY8~r4HX6p?sÚY e<m)a#&%&EKŏ;[+;D2%I2|W\ڻ  'RK1A.JT;LBKFN[$υG)*Lp&G>?X.9+z&!Ni7u9>{/@l%;ee AlDtaTɃr XAĐUP\#)}lR)`vsA\.+P h^|cf@n郹2睁-rEs;NCAn_sfp4,$@'rH >•n*w@%e!MJabm\rN$1'C^:̔{rGGe{mS;y%gfJ{ he cz1eN#B\>$vQ/ \FsY=*ZXP~<(;rIpK1kLdsbEn,)GL3f_jCh<ȉßCtNUN~|U8hJqeAi"YN-?PZ7bcT" Qr[j9F) )zF6IKl dxnD .8|W@ak5G;,LYGBgC2|l &2* ַN9AݮM".厅OEݷSt J_{wb2eؼF|D/EtF"AJb.vˬúؓ,Ke=K{[.Nb`?ŒNa{qX9rFYVY'C- ̀Y4rKFVͤ SG,W\; 1C;.˛p2tJ)ºy3ŗ*XV?,6nW[=]eof#$"ڱ| 6ǃpÙO'XN}# W7ϻ;HnVfLkMNq#RfΞXT|]sϻx!Z$:]Oճ Uhѳ/J6an]`z`R [>5, ƃ?B4$dkr ""pw: Wm|GX!}Q~n2 ncno%}zS d~, ΣKX :q=K_กPx|!uiV;]fv@YD#SPƔ >N"" 6U(pWEO^/0slcrg{@2GT Ob|z csy]l_?x'M]LOeKe V>4tӧ!I;N`Ub?}3U ʒr?@B5/UHA5',!u-nm6Aun7r=p4@K !ڈo5bҐ'zn9`NϞb2%rv{dato7t,[ c1>"v%vNK DJhǻw%h}D^?Q=\|<g?,m7&XID͚{CgXU|s C}颚OQq(b> V(6p\Dr@W)G&O::OQǦL1XL32+O$"K t<d^bֶW`9H@.k4gYNd;{UFfXO /uך԰;ˠe ,˽.YQ}`Eupvӌ'qxOۥ4\<f]$ݬ[CfXM~Tᇱg= FJᬶ071P,)K=L>| [MpD-yMhTǷ҄ѡez߂weDVi R vv6=D%+X:~1qͅm9 =%#L9âJ(<_lsИFJ{5IA8K6&ܘ&X]•B|tޠgWۻ`ttNcGg*&5[ÁX Id/E}Xz~^F6s|RM툱i3~su^zMݣxٙ3墑ȏSYAIYz{| ā0Ƨ:\z+oFpaAA>v=l8aUڲCT7^rgYIaSPT7KNR~N+1=9 8a#)̍8 g@פ4 سxm`/ZBTYze~ќ3wQb6UcRR3}YA)Psܑ|]˅]E( bK$ B5 P=E}dy&^*Po=l7mv=-2y%wB#$*$=p8&QÁtx;99#‘ 6 F tC1Gԟ*{X%@gg1?lIey.WX  <ziEbK$˱۱5BX >U_&jvgUg׮|硗LPMv ;H/ݔ|/a {9@nŀWt(4lwJZmUqw _9aKB=ؑ&eWM` UEnSuZ>' xz6 @V0yêא(} _|#Lˉ1[[zxeE {l&L+(KiRh2 i8&žK4 A@a>"m%v{˥l%7HGA8[GcPbI mf Um|Z'ܠ,ӫ'*o9I 8fCɼX:,Ǥ3e[9=aHRdU:yTD@tF#_m$66 )cMQ9dKv/¬M/b%\2c@zJT@4QC I+gަk c9: I\Nh8A^o2\|ܠ3Z@zKbT9mhX)wkGGyIXM[@^z<8Ja>+]K?9O"1ML;b),j:FN0~iä]#~W@'>1؎ܚ5P1UI^"*?)r,%AKVxU:tۈv:թ/ j(l_ݹz?1tz?QidLB~;&<[C]~Ťg$Õ6?sDTtG^:|KݞeZ=AXfsBGwPwzcN!' t7u"b=keҊ@eť<ݵrHd 2˿nO;_=4gr! NURo䛙)QOb<|Gf9FLˆP2Äm<\NG'&1u*\ҏmtfH)֋Bxshukmم-̙xIel?#P{z#Y n١BS0uXMnbMT!qˀe@uSMLxěJ%9'Oμ +{$$ Nv斊+j 鷫pqұq$\ D*sd:%<Б_g=/۷r6H;SaZKaQZIo܄:ϝ <t |uuIc ҕ*Q*Rp ݶ&9YaMciآ wei;yQ̝o"jHCnɦxAlI.h .HE̚Ɍ d=@߂VO^8vbM-^xR( m s}U}Tld%! KV!%!]=Ðomr`H Rk$EFmgj#ٟ) 07:Fl-S5OAmjE,G1ִxƈt1?FQr-)mt]ڶ;Z0^Ҍu~q2Éy1VPsOΒ3Ѹ^)Eq2I(r"rN/^\ӽpn^Χ9L}ehc'8^"o1T;xY+-SߧD8MK`?hOcNH$+]O:) @AU#M>B8%1-cGfn|5V[;n@g#ye@d|Qk5/kzxP΍Agx6m)+a٠VX@I f<zj9UI`M5b",]qf07E)?@o\&;C `ѿv]Qe'ʸz_z?s_jX7߿MH2q N( B /~?SȂEI.6Xv7ؼMIT鍊VZCL#Vt7 zvg7F@?hT{I E|V-rhF1qTۜf+DZ Y7O2oKo,aep)Gے(Y[>TQ)9*d:gWV\_5H}N},.s~^"X%a5Q%dl#X~'{iv'T%Rxŵfა@_EƮq',BVīoLE^]z+E`E M?w $߅[zQg F]սva*fSis*gsh}];FG侰-O54IL+?&y,JPҢ1)-k_Kf2S72C;}O#-NCѿC^^0"N=0F]xXbUfL;{XOBOlak{76CRKnJ9I;;OQK@ͧp0.ֿ[,H~K0p)'z8915 n&nu;)[2%|$R[] @C6P\H/zqxGcLR]G67[`Y :ɽFOwbX<ܣ[ĥ_' fA O~JfB5Gv U2ǁ#I< %:4/0L41Ԫ-gۉ|^̨Ч,<N<'y _ N \pçX6;vzq%;=zY):O5dn%Ž mZ˝ś l4˳TS1tI_nF6VF7uEOUpՊ.jzDMjy@ -Br?717꭛M"B`q |i6iC?)gJ_@@ԞfP_!\0]QklA>tyuM'Sl#w Bʂ_̦|0p{^vxмzpDCS!: 6AqrU'0}sf k;\5/ҟ߬kJK)]Иjq]}tB$DOrH,@wm!HZ`:W5 4qݓ9+ydԈX+ynr3zuKT*-V:|BȰs;"C3Ω=3"g'Ns]<&ELtߍ tfJZWl?ȵ]e zͰy˦{rf/z"KM&=/UG_DҶ,C3J`ڥ>7 Sd}Q/z8V\Pk`j3jXTiP o3q>kwyt岈qjDʱ~pq`4e)ľTGARB}x0ÂS ._6FiaE!g HlI/Lo.t[YFL➥37LЕ%T^SD 2B~8{t1/!Z$l*5-6޽Q{+)A MQ|I[9vE9*|"\VK\ewt9!FJ,ޫG>ƬcYCT_GP q5iK\@m;ա@KÆpl # M\[ ͊O8HJiW0 Ĩ;rV9|?A(P/?y2&X\KoE\鳽#2(!/]u,e(F>X }jɲ/1~`buO:'o ۾ΎV|Cķy---sk 삊*1Y8c`4?!!Q.eHzKtX sbݐ$l s]p(M?LYFȋ|akiM1jF RSɢy۵| 1ƢDL0\+h/'f_]I}#GN+s ZoF\cA&.ed c\M_nV@GJK,T'vp[ 5$oS`b7b X4@!uWlsabpg e,~&-jq4͟y-8o@uj44V^vN@Bv/XB|_r+{NDphiҽkJ# {pӐAQ:P0Md3)MnZe'!gU>T5XZ{ =,O#g73<gٍup( H_!YtZ ֺPnuY"~Em މΫ29C$0o [IH9)̩#˗|]˿ Ekb嗹ގJ$}C[r*42ϋ9|ShĘ$=fbTȂ FQwH6MwQ`{ iD') ^ W| NP۟CCI4a8=U#rR(cJBhCSHt- HBD'pB-!\* /'H mdCb=x{VVd wR-[T4]#8WFT+rn&Q mYCĴ#lld XimQk>힮_,}}+^h6 1˭呚wO*5OIQr)o(cFKDxY }#K>SAsV%ԭ׿ndaDb{ո+o8Ӵy=bqՏ0l~ Yj L4@{?|g~r;f\|$ B&ڠ(+ -qtVi~"9QON`a IAoaќDk%KDwEKjʉjg̺3/ ^5ͪ.MY*0s7Վ~BiZaLLb3AJl-BF_Xu"94Qlwߪ}oRڒ[A(&V`zܪO:#ML 'Vsj +*C%( fl,J/Gב\;]8ʡ&v#XloS`b ?EX!j% 4<`U#ꫬHw]@Q fH. 3uEe;t,!|U^0@7q#mx^ЁXAό *wT"AF55 TJAd #2t}&=)5OD^IM6=-5*5C A3%fw#w fapyK=)`c&G1H0pf,*.Lj6R ^>PkjWs0_Jd/hF9//D>J/$ yrnµ}IdO\lsyʨu[.D8ܐ~a1'.ERG.: ¯c+Jt"GW?:Կ|ӈ^u8:~˖Y!2RPP8j%$Gg#%%QAiL*Ğ9-sSIzN*:|(#hxմ#~qq4 ]BAA*ExAFc q`ϻ oU8_v7ZX9AuU[E&>  jW]ٞҙ*U hKǐQywFMc;BѰ@SCЋ^7)YxB.ÐCdC{%Vo8B|?CQR'g96ߵM,Վx++$Φ2.BY{as71T=;)oNFC%ݏ\ ܁T0=5;w".!˷/8[ h^mwGo.߸.2" o'=3h#cO!O7F1wgEo~˷ɘɠҰmߑ p^+o?kvMS̏`~g=pa6mE n +@xtp2(>_$ {4 =z' (4~BPOY7JC, 8}[+f2Ї>=|aj6dԶ/k|Pon6-OƢEW|Fw@n>{YE鷌Ŀ2xCu^<ؼyC(qDE U8>RXPhI(q_ v6з_ OWe ܵh?+˄V &T$gnzx>č\8FBf4|Vb3²ye%(l=^Byi˷{$ {,[*8;q7䲰j9DqdvNa V$J%za4dhjK( S8?߷ "D}ڄUZ8; -ŧWzk\̼+5kNd88H׋^  9V%O =S>2"!왛8|*ʸ%7DxvQq\.i țpDZcSy&J7?ۚ_[UzJɩ'ԖLl5OsH5zA a@LZTY Y~ȰBo2ڮ-zf04ڂ9 rbE&yUѽ&֮ItMD4d*ɏxl lL߈1m VCgpM;t{CP4'4Ujp;ىDnh8K2\/vI;ǧ1tiR^F>y?oƚ9FWϪWN+D_&]6R⅟FvgC'|Nj= 9EQ*~71Z5o ,*˜s$F:|\ 3iOC:x[VKG*THlGavꘞL M⟇ֹBG7ىKiX|q5V _Zdwh\Y "o(5kNǒ N֘ILFoce6A/FDd8nq '~8WCi7"1H2A+)2tބpzM@͕;JnƌG@z-e"l2«t) {KЕ/,|Uiȭ%cƽ-~=˰Cf@5)>}AJ(V%.ѱv,8dK{=Q9Ƅ? c\mS%5&v%#_ϥstf'ԏly܋N%3){xqj3cwZܷ"&o ֙o/&ӵXR&v^d5Dpgy2MbԂ }`gKP8AfJQg!(FLIY&ާW ' UСWVdy zqʓdϠa["i0釽 4Cx*o㛭,\h{E'L$n^m"QSHJ Lf+3I%2K#2mBw~u6*oӐ؝YM_S/P! c2\C^rɻC mW, , /FPGP&h3E)xY8LdTV[. xr<<^,'J@ј@dnk]ǝUb09]y=Kk$+JOU}v~OXR8PoT+E;t4%ݝlsqɪL"P…Rc8 p%ť'ZtV0Rc=*wWf5cx \ ۬!(0)@AJx.u L6W'$N+@?=&g1k18r hg'7H%y9ǰӢ` /]&/vJs(=Oߩ2vmeV1} >VD-)SHѷ]x޵h4(i3)`q7'']fp٪V:źėɁ0dG}lŢGG)uvmY 'n)YO2ٱT[:f1 [(XI\C­Gߖmg @Ngas\#sʀ5y9>Ϧ|*÷7d?,[XkQHBM-1 wgxYH/ N.,4h#2&_7+EI0hXNRǘ)#15G'ښ'@A S:qv4QfO3}<(/┦}brle9ud5- n>^g45(yL}=Gb7eK{Y5YqǘA]""7VY*LWۧA6Ll]̪~_ڸ+N4 BO۸ÞתG˨$ *Rtϋ ְ.2^6/3kvLy-c%`Pt%m @C >3;{=&}Qrinkq729Vcւ$`3sLFje5<%6=O%Mz:l7.s+|# 'Ŀy~vxYb]J ('RGZ ӠU"N ȪݾV:D4B:QK3 ( Aѻ5*SS,5p!ĬtR%ǹ+r4bwT &`QC.!rXD7)^ȕb\NjhD,0iv:ڰ0WRG(KY$SnϺҶzGS臀tNl@?!'ܫ#9Xj%+|meQsSQjrAO~*Az7D"啣Xa HT, zҋ58loK I*U1\yE~}р^C2#vї~%.M͗a$pذqm81Z5Ki:m=i\ݏ̓kLt(Ajȼ!^V[ɌD >;j!T3nRo24na Ug錀\/,RMoW:krSCm=S +6~wtO/X'I %`.m }Ą̸OcHp`%2(a4X G!vЃmʇlb3ýgH\3ެ!i$?{ץ_vmtn(YRǂ8Kd^aI>YB:~[r ~l28-燛_ ( ֧fJDNڤ29$(2%r7uq{W'}wMI\ uv *;Uj&bئ  mU=u*#2kf6h1»7u5%ЙM+&N=-!:3Q둖`jXGJYOʺ\&>ء}kGT ݨ~Rx{"QBʹm{\i# _T0Kt |pfq)^{ʮc].[T2 P_ߵ}F.n^`}䜛L<% ֪?^T4CNUb ȽfN~ɮw6/$9:/.2?yt|zA&; cɑSz#OG(miqL.mkkCHx⃬M>(T椥mcf:,*FEA\HĞ[t ϕB 5Q6ә4QERIv2ɖG:$w U >3j[vڛ2M!q(o'\rV=@&τ*~3SEL3R]i{/=2<#y)c^Hyi#!P:+/"H@[!n\$ޠ1;EF]PAE=s")U9j8؃7_3r_^p y%i-'/D Ž >]O횪JD"5isZ/`pv*h< KH>Ͽet$؛AO>v4w]Sni#+';_KFtv?{ݎ \wI6l}CVNI$d@ҧ&d'wT/PctL{kܤ%`zU PG`q*/6DI㭘`w?& ʦJ6Lx e-r9,co˳xldDي57'ޜSJm'h_\.3ԃgwU lQNV/eg=S4PFi<5YKoPS!A U;X.Dx"sx@}d)=/̸/;~ſ =<vUR*InUn+йKczm)퉄-n;K?px9oz_ins >ۨ6;x:T~-L/Ȑ[^w5Ʈ}ҷ/=6 _C|C"br=e n  b|G/?8葃)lj2 mƠqHb&۷q4:RႪ=D~@oRH `ހSfKM[f ?a ʥ;[(vD Xrs>1t0䨚[ x{үGx߻?Cʋty T"9x>@D@E9 QPS@L.gOP֮0^NmBFh0+ŭߢҕ.[dB:LqTk!?mCvZȣr=H&kR*mL^sd s.\2Yeu+0l{qhaU?e|Jb߉;c7NAAaK}(݆ՒhH#VD:,} 1(p8;!,:k2xʽݹ 7?">-j5VQ\uKBR ;QF ) =fg>OOD h4ݬl 'Ӫ-ICƑpZ\R̺ArNdRѕq]4gbF;>~\hѰYF.1GYHޔ-s^ʂH*-erM#DZR^!^ʥo615z@3l)/j&a ;G *,/F]O,a؛AA=B$X&<…>^&d!eZ)]U&sIl_H,*V.P%8}X# Kvl8߰퟊Yi+._QT3Z>uF`}kv=0Au`.4sX^ o'ɐvR-H\7E():Q1iARTez72 Hܴ ϡa҄AXm P"1ӟlFI>h^@ bA<qv?X ?*ye};=``yQ.-{$=RMR V=~*_ypupäGQuLŀŏ7 +>B '^ Bw,G7?g\$#<d ܦv/]0\NDY=0~jOAy N-D6# n,5v% *[&GSj?L:.UyaN_O@zO}g$Kz> <4}u"O:U0ChAtcd٥eNKMckϹvf|߽o,[Kl*G4q$>9刜4z4Ff^ʠ{l)x-lbC du؋&cKLq&\&~H|ȹIc4GЦ̃(3{&A)2iNJЕl~T0Nm`s87Nz`ŏAP`vsg[J_ #lfjhSDv-P;Mp%({( y3b]dM\Vu]ݔc,wGy ),B#ȌaSC45?=$M!8l'bl+ %c-# sH(2ۧFl 1Q̰n 7/Qnu ~QeϠFl/ b1%XzsRM&ysKq4r%<'\V֊DCE9I'TGN0sjV{M@ɆW}W3~x3t6D ()Ҏ&)D`ea%_ y۳~a@v P؂ K_I1:g۝P°蕬v\؁H/ rLT^~)9,&&q^NhLi4͂?}éBʕeC E2W1N?FP #kŤOUz!. #rO;W?Hmga=G>L 1mZyȓVμ?=m_1?4z,nF8B }CqtH^f_8l>_ 5}Tśc=#%أ$IMaҠžթL\HiC3\96j~Pa? w@kYŸcۥ%a,kȸLO&h=JԷA@vZicS(tn+ZyйR6F @Nm# "aX?"╈Ǵt"'GqA8^MiJMH]RNX& A4g;F*KȤoibUz)ZJmMX\-V!#+Nw"4PUd3&$ԁ9&qPღfCWbQUfP.3))qMʞI}F"!,+{ ii"atp;$ Q`~ ,.R/hclu8.b9\snZ͕kX>oX/Gu+?aʡT4M,\4`W45$jm7z/(qApL 3)ivVqU3w/>wy(S Mf$5 4aβ%*aZ,|1\ױ3mPR3XO*<),K4|DevʣYީe}պWڑ6rpB\:v}ئ]hI\DB_ 4Zd2XTddԃ%TXH_n÷/!e&plHܨG8!ܞplя,V1]ŖcGz`"*$Dif2Yo7c*hJScS$=! K`"pNED teLw9JԁHV.ƥ%wftH_[;w 7SP]VjV'^2PB*TA<Tnwrv{Rk[:_LKOªW{EF\Νt~'^lWwZQOemGҶ1B#TLBt5>9Iq$TS)琥π;aig ,ۖj:jͷU=O&-kF,NԨ>aQ=!26٫Sw| :d&+$؋!+4{v{2-ΟI˻-qԄ*bIŪ=ƢL2 m:P>Plؕr=J~aK].lUUr1_y 7Ϧ:-1{',.Y7Qsƃ\\Sd(w*([(WLB FT4n ߌ^$Y ѵQkE B[Idr+ L0]2ʔ" FʡThUY~E\z`!:RjV(3*^VJxѳŸ |>om =:"{k@)Z#T*c|k[OO"AEf ɾB-"b!=PW$Z@JHGW\wGddZ[?m9T,b4$ɇryN1rNdrT3 gX3~GqţuzaF ~`Z *WM"PޣiZ%J dEW,c&ϼu/ :h[dy!Լ/S L&^4ٿ}'̨//p>jm$\8Z`gI?0X4avGQEˁ:;k]}!GKb_05hfG\bE!lu<0FLq06MۤI :E3Ot~Pl:~ cav,9Nп5;- lC\1/ZJ9+0 :.صb7M\NWCn_Cr XU1"ssS.ұ  A"bxzZ59ڙxR8H&[:MyGD*>8X `~CgsU~]8C4^QЪ`٢=`}v .5wS,%D}ĉnXb#eKQ?zlEh![E5l-SW"sQNĔZ [N/u.F5>9p>5l忁~h/v|$~( rškV<~ù,*Q1Ȟ]CTZB.ouSQ("SڃXZ1|uM1Ǟq)^>T'QիU { ^ؼ*S-O7? L˼˯-و%T 26׽yk/oֶ6 ־У4)ѐև1=:]؈ٶ²Gޮέ I-7Js|ZM{f̭e$/㰶%J]?ӺB)'ْ=񳟉L<>BOr'i\60N2zL޴`Sg rnPխ;03Pe ~IE2R KAodOfKaRлnG@0oL \*JY}o^@b#(!KA%~N|Ƴ#9XqeCڙ㺽ƶkJ2[+A{ֵ/.=P%B& _eTOmy8#^mg;a-^ĤD͂Yk-a#AJlu`QB'*PGtGjx4֚ ̊vGEryCZ^?Wa1}I,1~r.%۹ժ^ceɚ_+ǽ@ѶcThrPE `0&g{tK\e4+QMrU7H>cԠhQ"af/#./BCFZZшY$!"$fK t2_=]aė[ Y߷&rϳJŦ%ͲkMxC[/ E}zvN؅-2 O(MC[8O#fit{MuF}=QL= r5¶|h8 wG.{\֢rJK Urt"CvfPdǼGwϴW0(?2DO?Чd"|uS1^5>:)nɘ2x68}EBT$~J :,f/"+.PV 0[},1c^OvIԇs?lb;2ZTr{5Mڥc$xsinLNICpԓ/HB&igqTU7$DjW82,  .>XiSw;Cp⬈__ N+ Z fy> n 4Rl]rV.ӇBxy}{eQb rC gtxq_7wxme:|3sKfܧy;E7m7ՋƠ;WB؟_i_IVYXG򴗿_! >ylb;N=Sb~AIK|E6`5 ߮ɼnH-6dN@O28fo[nA OK-Uq3y%@B݂f攊Iv!]=U= *ȈDh klibQDo1٠j‹șQk<^_C<"ƘPc~QIiE6|?BgxQ<)'ܣ;[6.eE7'd*aaߓy6ڨikHһ)}pb 0(ehYVJ`Aji{bL;.QDe Ǵ#'<+g) {h`Ǘ36ҖH-*Sb.\C?ҮM`4LO4D].ZQhK8g`}V1tzQ\Rg)i'*儎2uuv7JZ v0){59cV V;@xYEMoYHGsҠx/Npŕ8 KکWh@۟gY#^YCX7** V {-DDhđ] :u^V l8~0lXEc{ߥc%;!rHs8 1ya) ᤴ}ՋKҗ.qɩ1ewVA8|ء)OƘb;ٵɾZV[Y܏f/QoHW`o@Bv>Fowy^̰3ĞZΓawD@/:+{GpS"m$HKX- n.FI!>iVDf9I7+U{ %_7h#+|<Ƌ;zF*bK #^6اbTΤM d`";G_K#u 7(cZ\x3.w+Ċ}Kvbj٨PgN5ub(q:'M|^eFR-?Q{_).|jjt4ce:IYi2+6( Q"pԉ zd& ͪR[>^L~3; VkYJ{k^]r&;GǼ*[Eh`O}78*M u[# > yY*g06{J΋!Qs^/A!~Dh*HFOm0 ~'V傕tVP#џn0/_C*|^g* j'T6E]'O\|'CaClJBK]0g=Q[#zȑ~-*8&= `d%NД nX"FH+õn^(b.niG_!w+obū &opI-¶l:@T&dٲ/snr/<IE4VS&n\I?.idNV̨ፔԩy2 ezͭTFZYQ\f~i}&pԋDr~ MH19ޯ+(FN^fSloȅ iJ5F AzTFE96'M;r63B+GoYq'|HF@jK*}̴z^@ A,`s7`-:%O>JQy#?#G  n.myO{z=vkhѬb^cRB7.2+߻DGS?/!w6*ס?9&ky:`#-,p0cpQr 6Mtm_]G^`/킸.ҷr8/xN; pc4Cy7BN=/5E>VpJ}D~WʸPPsᩜ,@C ,,^a~w<<dWmPPq4a)%;:CD@.[V7=H Kaֈ)RȎٵBp]qړg~-6.cg Z2вkYMy,yI\%4u3Nְh\e5hk_/ܰD`_@y燐2+IY #,c89Ê&Q.蛴x1s,}rWDdҦ8 l_F2YVz"%i )\%\Ԕk݂@p52kit[WMcƟ*UTk(ӌRP蟵7|'>[-GJQ ͎x_ lx !ܪ4/M>-?Wso[`5d5dm,7 u;osޝLIbZ?1#IoporK}0̖"R 7OR{WucNL"~+bfע[K0k?!Rfư?D7׮&12=D;I5LJBrp̛e`$#cMʨvkQҖ MRC uuc2uكl*AɠzSW\)`x2c?P ԈUl%.v=>x#V\geuo6ӻznXmҵS%4-G 3QU4bvv73|qy|K!à`ބˎ 8s _-b&{uV OsdϤG&0>FjԷhg=`Bp1 < =Y'k\3[/Qt?|J8\7HXeY>ތBٝ WWVk' !nSaX`c/=)m5D9D4Lу? 藤Elz7Xh)xp#E*4B:cNTb,+ b%܇ٕ1 JS>*@T dԠ~>ޫ