go1.16-doc-1.16.12-1.37.2 >  A aAp9|qEћ0[/H|cguVo1LE@k8:: ٵs ֟i{<\b]ZlH$X k)͡0=P|X+g!x7"atҊMq&pщ+hgր[/^1"0$֯zڵavQC1&'Kҹy(rJ ,yNMQAa3Ƅ?izL3_w6m DEwPh(ɟBLF+1cx Ęy1-zj#$YTߗ\E'>4V13}ϺVLs-v\"ь>p;d?dtd   -LPX\u        $4H\|2(V8`9:;FaGaHaIaXaYb\b(]b8^bfbbcc0dcecfclcucvczdd$d(d.dpCgo1.16-doc1.16.121.37.2Go documentationGo examples and documentation.a>sheep10ΛSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxx86_64zO4AՁa>a>a>a>649d67e452dd4e8ddc3d14d372dd0f6230a573bac7f4d86ae5111ac22c246f7a2471469d94804bb4017abcc565e7ba14e925599b32ac1044708a6bd68fd31aa7b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba56c79fc1c8aed92516f6723c47fab4fbcde80161d5885f090312d733f912f40brootrootrootrootrootrootrootrootgo1.16-1.16.12-1.37.2.src.rpmgo-docgo1.16-docgo1.16-doc(x86-64)    go1.16rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.16.123.0.4-14.6.0-14.0-15.2-14.14.1aaa@a`2a;Ha @a a `i@`.``@`+`g@`KW`H`.V`+`@_H@jkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comfvogt@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.16.12 (released 2021-12-09) includes security fixes to the syscall and net/http packages. Refs boo#1182345 go1.16 release tracking CVE-2021-44716 CVE-2021-44717 * boo#1193598 go#50057 CVE-2021-44717 * go#50066 syscall: don’t close fd 0 on ForkExec error * boo#1193597 go#50058 CVE-2021-44716 * go#50064 net/http: limit growth of header canonicalization cache- go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and the net/http, net/http/httptest, and time packages. Refs boo#1182345 go1.16 release tracking * go#49910 x/net/http2: frequent failures in TestClientConnCloseAtBody * go#49908 x/net/ipv6: TestPacketConnReadWriteMulticast{UDP,ICMP} failing with "i/o timeout" on OpenBSD 6.8 and 7.0 * go#49904 x/net/http2: Client doesn't send body until ExpectContinueTimeout expires * go#49867 syscall: ntdll.dll errors in rtlGetNtVersionNumbers via os.StartProcess * go#49851 net/http/httptest: Close does not wait for the underlying Server's ConnState callbacks to complete * go#49728 runtime: "fatal error: unexpected signal during runtime execution" in cmd/go tests on darwin-amd64-race running macOS 12.0 * go#49661 x/net/http2: TestUnreadFlowControlReturned_Server failures with stream error "NO_ERROR" since 2021-10-05 * go#49623 net/http: Possible HTTP/2 busy loop regression in Go 1.17.3 * go#49567 net/http: server responds with Transfer-Encoding: identity * go#49560 x/net/http2: setting Request.Close doesn't close TCP connections * go#49558 net/http: HTTP/2 response body Close method sometimes returns spurious context cancelation error (1.17.3 regression) * go#49406 time: ParseInLocation error * go#49391 cmd/compile: internal compiler error: Expand calls interface data problem- go1.16.10 (released 2021-11-04) includes security fixes to the archive/zip and debug/macho packages, as well as bug fixes to the compiler, linker, runtime, the misc/wasm directory, and to the net/http package. Refs boo#1182345 go1.16 release tracking CVE-2021-41771 CVE-2021-41772 * boo#1192377 go#48990 CVE-2021-41771 * go#48991 debug/macho: invalid dynamic symbol table command can cause panic * boo#1192378 go#48085 CVE-2021-41772 * go#48251 archive/zip: Reader.Open panics on empty string * go#49153 misc/wasm, cmd/link: Go 1.17.2 causes WASM builds to throw command line too long with many environment variables * go#49076 x/net/http2: backport critical fixes * go#49009 net,runtime: apparent deadlock in (*net.conn).Close and runtime.netpollblock on arm64 platforms * go#48822 x/net/http2: client can hang forever if headers' size exceeds connection's buffer size and server hangs past request time * go#48649 x/net/http2: pool deadlock * go#48478 cmd/compile: 64 bits shifts on arm get wrong results * go#48474 cmd/compile: incorrect arm/arm64 simplification rules- go1.16.9 (released 2021-10-07) includes a security fix to the linker and misc/wasm directory, as well as bug fixes to the runtime and to the text/template package. Refs boo#1182345 go1.16 release tracking CVE-2021-38297 * boo#1191468 go#48797 CVE-2021-38297 * go#48799 security: fix CVE-2021-38297 misc/wasm, cmd/link: do not let command line args overwrite global data * go#48443 text/template: should t.init() be executed before t.muTmpl.Lock() in AddParseTree() method? * go#47858 time: timer reset sometimes ignored, causing delayed ticks- go1.16.8 (released 2021-09-09) includes a security fix to the archive/zip package, as well as bug fixes to the archive/zip, go/internal/gccgoimporter, html/template, net/http, and runtime/pprof packages. Refs boo#1182345 go1.16 release tracking CVE-2021-39293 * boo#1190589 go#47801 CVE-2021-39293 * go#47985 archive/zip: overflow in preallocation check can cause OOM panic * go#47691 x/net/http2: server sends RST_STREAM w/ PROTOCOL_ERROR to clients it incorrectly believes have violated max advertised num streams * go#47675 runtime/pprof: apparent deadlock in TestGoroutineSwitch on linux-armv6l * go#47610 go/internal/gccgoimporter: TestInstallationImporter broken with tip gccgo * go#47535 net/http: TestCancelRequestWhenSharingConnection can cause port exhaustion * go#47042 html/template: data race with concurrent ExecuteTemplate calls- Add bash scripts used by go tool commands to provide a more complete cross-compiling go toolchain install. * Fixes "go tool dist list" error "all.bash does not exist" * Added to packaging: /usr/lib64/go/1.16/lib/time/update.bash (already packaged) /usr/lib64/go/1.16/src/all.bash /usr/lib64/go/1.16/src/bootstrap.bash /usr/lib64/go/1.16/src/buildall.bash /usr/lib64/go/1.16/src/clean.bash /usr/lib64/go/1.16/src/cmp.bash /usr/lib64/go/1.16/src/make.bash /usr/lib64/go/1.16/src/race.bash /usr/lib64/go/1.16/src/run.bash /usr/share/go/1.16/src/all.bash /usr/share/go/1.16/src/bootstrap.bash /usr/share/go/1.16/src/buildall.bash /usr/share/go/1.16/src/clean.bash /usr/share/go/1.16/src/cmd/compile/internal/ssa/gen/cover.bash /usr/share/go/1.16/src/cmd/vendor/golang.org/x/sys/windows/mkerrors.bash /usr/share/go/1.16/src/cmd/vendor/golang.org/x/sys/windows/mkknownfolderids.bash /usr/share/go/1.16/src/cmp.bash /usr/share/go/1.16/src/internal/trace/mkcanned.bash /usr/share/go/1.16/src/make.bash /usr/share/go/1.16/src/race.bash /usr/share/go/1.16/src/run.bash- go1.16.7 (released 2021-08-05) includes a security fix to the net/http/httputil package, as well as bug fixes to the compiler, the linker, the runtime, the go command, and the net/http package. CVE-2021-36221 Refs boo#1182345 go1.16 release tracking * boo#1189162 go#46866 CVE-2021-36221 * go#47474 net/http: panic due to racy read of persistConn after handler panic * go#47348 cmd/go: "go list -f '{{.Stale}}'" stack overflow with cyclic imports * go#47332 time: Timer reset broken under heavy use since go1.16 timer optimizations added * go#47289 cmd/link: build error with cgo in Windows, redefinition of go.map.zero * go#47015 cmd/go: go mod vendor: open C:\Users\LICENSE: Access is denied. * go#46928 cmd/compile: register conflict between external linker and duffzero on arm64 * go#46858 runtime: ppc64x binaries randomly segfault on linux 5.13rc6 * go#46551 cmd/go: unhelpful error message when running "go install" on a replaced-but-not-required package- Drop patch to fix crashes on PowerPC with kernel >= 5.13, fixed in next upstream release: * drop fix-ppc64-crashes.patch- Add patch to fix crashes on PowerPC with kernel >= 5.13: * fix-ppc64-crashes.patch- go1.16.6 (released 2021-07-12) includes a security fix to the crypto/tls package, as well as bug fixes to the compiler, and the net and net/http packages. CVE-2021-34558 Refs boo#1182345 go1.16 release tracking * boo#1188229 go#47143 CVE-2021-34558 * go#47145 security: fix CVE-2021-34558 * go#46999 net: LookupMX behaviour broken * go#46981 net: TestCVE202133195 fails if /etc/resolv.conf specifies ndots larger than 3 * go#46769 syscall: TestGroupCleanupUserNamespace test failure on Fedora * go#46657 runtime: deeply nested struct initialized with non-zero values * go#44984 net/http: server not setting Content-Length in certain cases- Fix extraneous trailing percent character %endif% in spec file.- go1.16.5 (released 2021-06-03) includes security fixes to the archive/zip, math/big, net, and net/http/httputil packages, as well as bug fixes to the linker, the go command, and the net/http package. CVE-2021-33195 CVE-2021-33196 CVE-2021-33197 CVE-2021-33198 Refs boo#1182345 go1.16 release tracking * boo#1187443 go#46241 CVE-2021-33195 * go#46357 net: Lookup functions may return invalid host names * go#46530 net: Unix dnsclient test for CVE-2021-33195 assumes that 1.2.3.4 does not resolve * boo#1186622 go#46242 CVE-2021-33196 * go#46397 archive/zip: malformed archive may cause panic or memory exhaustion * boo#1187444 go#46313 CVE-2021-33197 * go#46315 net/http/httputil: ReverseProxy forwards Connection headers if first one is empty * boo#1187445 go#45910 CVE-2021-33198 * go#46306 math/big: (*Rat).SetString with "1.770p02041010010011001001" crashes with "makeslice: len out of range" * go#46214 cmd/go: make go mod download with no arguments leave go.sum alone * go#46144 cmd/go: error out of 'go mod tidy' if the go.mod file specifies a newer-than-supported Go version * go#46128 cmd/link: internal error when externally linking very large binaries * go#45927 cmd/link: SIGSEGV running 'openshift-install version' for release-4.8 using external linking on PPC64LE * go#45832 cmd/link: unexpected trampoline when cross-compiling to ppc64le- go1.16.4 (released 2021-05-06) includes a security fix to the net/http package, as well as bug fixes to the runtime, the compiler, and the archive/zip, time, and syscall packages. CVE-2021-31525 Refs boo#1182345 go1.16 release tracking * boo#1185790 CVE-2021-31525 * go#45712 net/http: ReadRequest can stack overflow * go#45636 cmd/compile: internal compiler error: Invalid PPC64 rotate mask * go#45482 runtime: "invalid pc-encoded table" throw caused by bad cgo traceback (expandFinalInlineFrames) * go#45385 time: Europe/Dublin timezone handling broken with embedded timezone database * go#45347 archive/zip: duplicate entries in FS interface * go#45307 os/signal: timeout in TestAllThreadsSyscallSignals- go1.16.3 (released 2021-04-01) includes fixes to the compiler, linker, runtime, the go command, and the testing and time packages. Refs boo#1182345 go1.16 release tracking * go#45303 runtime: "invalid pc-encoded table" throw caused by bad cgo traceback * go#45253 cmd/compile: fix long RMW bit operations on AMD64 * go#45240 all: run.{bash,bat,rc} sets GOPATH inconsistently * go#45192 Strange behaviour with loops * go#45030 cmd/link: go 1.16 plugin does not initialize global variables correctly when not used directly * go#44888 testing: Helper line number has changed in 1.16 * go#44885 cmd/go: import paths ending with '+' are rejected (affects executable like g++ or clang++) * go#44869 time, runtime: zero duration timer takes 2 minutes to fire * go#44860 cmd/go: documentation at golang.org for cmd/go has confusing formatting * go#44812 cmd/go: 'go get' does not add missing hash to go.sum when ziphash file missing from cache * go#44640 cmd/link: fail to build when using time/tzdata on ARM- go1.16.2 (released 2021-03-11) includes fixes to cgo, the compiler, linker, the go command, and the syscall and time packages. Refs boo#1182345 go1.16 release tracking * go#44793 cmd/go: mod tidy should ignore missing standard library packages * go#44746 cmd/go: improve error message when outside a module from "working directory is not part of a module" * go#44676 cmd/go: warning message when getting a retracted module version is missing a trailing newline * go#44659 runtime: marked free object in span * go#44647 cmd/go: "malformed import path" in Go 1.16 for packages with path elements containing a leading dot * go#44638 cmd/link: runtime crash, unexpected fault address 0xffffffffffffffff, h2_bundle.go, when using plugin * go#44618 time: LoadLocationFromTZData with slim tzdata uses incorrect zone * go#44593 syscall & x/sys/windows: buffer overflow in GetQueuedCompletionStatus * go#44498 cmd/go: 'go mod edit -exclude' erroneously rejects '+incompatible' versions * go#44496 cmd/go: malformed module path with retract v2+ * go#44464 cmd/compile: ICE on deferred call to syscall.LazyDLL.Call * go#44462 x/tools/go/analysis, syscall: ptrace redeclared in this block * go#44433 cmd/compile: Compiler regression in Go 1.16 - internal compiler error: child dcl collision on symbol * go#44402 doc: Broken image in readme * go#44358 cmd/compile: internal compiler error: Value live at entry. It shouldn't be. * go#44346 runtime/cgo: cannot build with -Wsign-compare- go1.16.1 (released 2021-03-10) includes security fixes to the archive/zip and encoding/xml packages. CVE-2021-27918 CVE-2021-27919 Refs boo#1182345 go1.16 release tracking * boo#1183333 CVE-2021-27918 * go#44915 encoding/xml: infinite loop when using `xml.NewTokenDecoder` with a custom `TokenReader` * boo#1183334 CVE-2021-27919 * go#44917 archive/zip: can panic when calling Reader.Open- gcc6-go.patch fix typo go-7 to go-6 for bootstrap on SLE-12 gcc6- go1.16 (released 2021-02-16) Go 1.16 is a major release of Go. go1.16.x minor releases will be provided through February 2022. https://github.com/golang/go/wiki/Go-Release-Cycle Most changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1182345 go1.16 release tracking * See release notes https://golang.org/doc/go1.16. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * Module-aware mode is enabled by default, regardless of whether a go.mod file is present in the current working directory or a parent directory. More precisely, the GO111MODULE environment variable now defaults to on. To switch to the previous behavior, set GO111MODULE to auto. * Build commands like go build and go test no longer modify go.mod and go.sum by default. Instead, they report an error if a module requirement or checksum needs to be added or updated (as if the -mod=readonly flag were used). Module requirements and sums may be adjusted with go mod tidy or go get. * go install now accepts arguments with version suffixes (for example, go install example.com/cmd@v1.0.0). This causes go install to build and install packages in module-aware mode, ignoring the go.mod file in the current directory or any parent directory, if there is one. This is useful for installing executables without affecting the dependencies of the main module. * go install, with or without a version suffix (as described above), is now the recommended way to build and install packages in module mode. go get should be used with the -d flag to adjust the current module's dependencies without building packages, and use of go get to build and install packages is deprecated. In a future release, the -d flag will always be enabled. * retract directives may now be used in a go.mod file to indicate that certain published versions of the module should not be used by other modules. A module author may retract a version after a severe problem is discovered or if the version was published unintentionally. * The go mod vendor and go mod tidy subcommands now accept the -e flag, which instructs them to proceed despite errors in resolving missing packages. * The go command now ignores requirements on module versions excluded by exclude directives in the main module. Previously, the go command used the next version higher than an excluded version, but that version could change over time, resulting in non-reproducible builds. * In module mode, the go command now disallows import paths that include non-ASCII characters or path elements with a leading dot character (.). Module paths with these characters were already disallowed (see Module paths and versions), so this change affects only paths within module subdirectories. * The go command now supports including static files and file trees as part of the final executable, using the new //go:embed directive. See the documentation for the new embed package for details. * When using go test, a test that calls os.Exit(0) during execution of a test function will now be considered to fail. This will help catch cases in which a test calls code that calls os.Exit(0) and thereby stops running all future tests. If a TestMain function calls os.Exit(0) that is still considered to be a passing test. * go test reports an error when the -c or -i flags are used together with unknown flags. Normally, unknown flags are passed to tests, but when -c or -i are used, tests are not run. * The go get -insecure flag is deprecated and will be removed in a future version. This flag permits fetching from repositories and resolving custom domains using insecure schemes such as HTTP, and also bypasses module sum validation using the checksum database. To permit the use of insecure schemes, use the GOINSECURE environment variable instead. To bypass module sum validation, use GOPRIVATE or GONOSUMDB. See go help environment for details. * go get example.com/mod@patch now requires that some version of example.com/mod already be required by the main module. (However, go get -u=patch continues to patch even newly-added dependencies.) * GOVCS is a new environment variable that limits which version control tools the go command may use to download source code. This mitigates security issues with tools that are typically used in trusted, authenticated environments. By default, git and hg may be used to download code from any repository. svn, bzr, and fossil may only be used to download code from repositories with module paths or package paths matching patterns in the GOPRIVATE environment variable. See go help vcs for details. * When the main module's go.mod file declares go 1.16 or higher, the all package pattern now matches only those packages that are transitively imported by a package or test found in the main module. (Packages imported by tests of packages imported by the main module are no longer included.) This is the same set of packages retained by go mod vendor since Go 1.11. * When the -toolexec build flag is specified to use a program when invoking toolchain programs like compile or asm, the environment variable TOOLEXEC_IMPORTPATH is now set to the import path of the package being built. * The -i flag accepted by go build, go install, and go test is now deprecated. The -i flag instructs the go command to install packages imported by packages named on the command line. Since the build cache was introduced in Go 1.10, the -i flag no longer has a significant effect on build times, and it causes errors when the install directory is not writable. * When the -export flag is specified, the BuildID field is now set to the build ID of the compiled package. This is equivalent to running go tool buildid on go list -exported -f {{.Export}}, but without the extra step. * The -overlay flag specifies a JSON configuration file containing a set of file path replacements. The -overlay flag may be used with all build commands and go mod subcommands. It is primarily intended to be used by editor tooling such as gopls to understand the effects of unsaved changes to source files. The config file maps actual file paths to replacement file paths and the go command and its builds will run as if the actual file paths exist with the contents given by the replacement file paths, or don't exist if the replacement file paths are empty. * The cgo tool will no longer try to translate C struct bitfields into Go struct fields, even if their size can be represented in Go. The order in which C bitfields appear in memory is implementation dependent, so in some cases the cgo tool produced results that were silently incorrect. * The linux/riscv64 port now supports cgo and -buildmode=pie. This release also includes performance optimizations and code generation improvements for RISC-V. * The new runtime/metrics package introduces a stable interface for reading implementation-defined metrics from the Go runtime. It supersedes existing functions like runtime.ReadMemStats and debug.GCStats and is significantly more general and efficient. See the package documentation for more details. * Setting the GODEBUG environment variable to inittrace=1 now causes the runtime to emit a single line to standard error for each package init, summarizing its execution time and memory allocation. This trace can be used to find bottlenecks or regressions in Go startup performance. The GODEBUG documentation describes the format. * On Linux, the runtime now defaults to releasing memory to the operating system promptly (using MADV_DONTNEED), rather than lazily when the operating system is under memory pressure (using MADV_FREE). This means process-level memory statistics like RSS will more accurately reflect the amount of physical memory being used by Go processes. Systems that are currently using GODEBUG=madvdontneed=1 to improve memory monitoring behavior no longer need to set this environment variable. * Go 1.16 fixes a discrepancy between the race detector and the Go memory model. The race detector now more precisely follows the channel synchronization rules of the memory model. As a result, the detector may now report races it previously missed. * linker: This release includes additional improvements to the Go linker, reducing linker resource usage (both time and memory) and improving code robustness/maintainability. These changes form the second half of a two-release project to modernize the Go linker. * The linker changes in 1.16 extend the 1.15 improvements to all supported architecture/OS combinations (the 1.15 performance improvements were primarily focused on ELF-based OSes and amd64 architectures). For a representative set of large Go programs, linking is 20-25% faster than 1.15 and requires 5-15% less memory on average for linux/amd64, with larger improvements for other architectures and OSes. Most binaries are also smaller as a result of more aggressive symbol pruning. * The new embed package provides access to files embedded in the program during compilation using the new //go:embed directive. * The new io/fs package defines the fs.FS interface, an abstraction for read-only trees of files. The standard library packages have been adapted to make use of the interface as appropriate. * For testing code that implements fs.FS, the new testing/fstest package provides a TestFS function that checks for and reports common mistakes. It also provides a simple in-memory file system implementation, MapFS, which can be useful for testing code that accepts fs.FS implementations. * syscall: On Linux, Setgid, Setuid, and related calls are now implemented. Previously, they returned an syscall.EOPNOTSUPP error. On Linux, the new functions AllThreadsSyscall and AllThreadsSyscall6 may be used to make a system call on all Go threads in the process. These functions may only be used by programs that do not use cgo; if a program uses cgo, they will always return syscall.ENOTSUP. * time/tzdata: The slim timezone data format is now used for the timezone database in $GOROOT/lib/time/zoneinfo.zip and the embedded copy in this package. This reduces the size of the timezone database by about 350 KB.- go1.16rc1 (released 2021-01-28) is a release candidate of go1.16 cut from the master branch at the revision tagged go1.16rc1.- go1.16beta1 (released 2020-12-08) is a beta version of go1.16 cut from the master branch at the revision tagged go1.16beta1.sheep10 16393991271.16.121.16.12-1.37.21.16.12-1.37.2asm.htmlgo1.16.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.16/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:22069/SUSE_SLE-15_Update/ddc333e60706bbd0aa82afaab1ee157b-go1.16.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxHTML document, UTF-8 Unicode textHTML document, ASCII textm8LbFŦr0utf-818634f11422658f1698a2f9eb2a3bece1c394e71efd25ee0fe1e4c7cc6c8487f?P7zXZ !t/į] crv(vX0g!;G@?`R)|A-d+:x VLǬ4627n2o)Xow+GHO]Qg,37?8ȃsbJ, ut}G(nc迚eʷp!%zDu8@jyry堘|F|:v|7d< ~!;Ɋ]cߔ0go% 0ޟ'?d!@ ~8dܮbs$5DK\Lwt@Ze"DWG#}_qD<̙Xfi!(2sÓLiɆ{Rri[W`|J6m"Vﰴ7˚s9$jP" 50@m6F<#y}q53n_ $%~ nw>Bv63g:X1a>qRxiLH4hk9OCͩU*|3T)9ɸ~EPܣdHS&9}usrMGZ8$*ev _(*saCh`:ߦI#)ց0q/yE3a}579簷n myүb_5\6{[78ӡ$-V\*v ]Of^Ƙ,T[uGqZ0@F2xW^*;q긿+gVt/V 9H2ò\u|PŚ!?|HO`𬸑8 Nmxn L"ÑK49#F(;U+yu$p x<ں%$PWc2 c#d^I "R =\Ԡfm?8}"KvV& K*cPXrE(1@PS]S>p?I!g1wޜYƟPg{v6mjNd5W(>'̻6cM{]NnUZ3C)ic_K΍FxYr 7\=}+[gWrQަp~T6е}hep3.LO zJ ~`"?!%cbdx%\ޙw_tBg{$:=ptGcy]TR0\>#bY65Mz$?xx3٥ +L+|Gv|}\[˨֤}&ѡI#j$`MJ<IʧW)i4[xԖcf1b c%Sֻtß+P#G@g+7 &A$q YĒc}[{γѕPOQ9O]_|C2۸ޔ (cߕntBۼh?\K<57iCmoCF[3ݫZ3s"'fW숏˝tVtm.ʐ ] =TDݹ * bE=f7sAWrqV> T[NG c ` K!Y*cM٢W?1/&bsK6m渻ԟF_?TF؂/?& 1tTw4 2g,w)N¹A]@wt*(pFZWݱM '5{p{ӃȃsbʌjlOۇ sLnB2 N%?˝f"⹌bik]3>lq}%'Rh'+I|/gKG4]Ǔ_[j C9NHqp@G S$f ^Tg뀲~Ǧyfƫz:%X\sϽ)3Bеn"Ag}OjCJ89u{br/1"E&ӭLñ%r8À =6'e[&~-s[ A6-[{UUڤ&^$I4ļnqlส x p+ׄvX^M5ˊRDt;QGTX:g f쿤}ID9d}Sx"7ITI{nzz -+3( h Ř;N[CvF뇪M 2!E:*.p%PÜ%3jF܏a?&tL]+@]@R3WB]> r.#ajWD(.}Xky:xq4-ăNu9U нd L$ԃLxv\:_9F:8!֥ ,][\MbepuQѢ$F]Aʑֽ6뽐 C++4j<\[=_7]boR(IɷQdE _͙iCÎ?Re4Q>}³u.D̂ b ktU8Y3Os1(粇Zّ)iAwה\8K˸z[cȤ]#Βgv \b-CoXZHC癥of?(c!ms)|P0'm~e/IDsY[JX 2Qً- ?M̀66Q>O65҂7ޝ#+ӕ⯍ߐTrrR5`Bz]*蠃hmn,y2sur?$ DLB(K2L 6Z ̰0@f(٠( eP?]Fԙ`xוp!`K@ʠOPrAW6$Q(\ȁxEJcýZÿ $ҒرȢ{{tVWMW -c\\x}!PL`r1|" ;#OG܈AXZpMd};*dx"1 e7Kj~h>. EZMwj8m*wV="g=v(]|'/1/U7, ֘.HfTn&MzJ5f˽@;MU;ɢ8إ-hbO?cݿ< HUaɂ%=Ml=tK] 9P u+ZVf]̦P__;~Q,q%X0tiwF.Rѡ'AovI,/A(O%3u;r5ХBYjEg_JI7ߌ%I^,Rj41v/=ЏUsx^OCՍ#&7B~XڑcsFQۙ%viр’pKkD;dT84L.ZҚxsbq&yu"L:YV.(C)2 _@pJrORKevGB:{ċ'Gq$tBϺ^+Mc F8k궸ǁLpgSf|WH2dVɅME[/<գ!bpʘ7X̐oKN_vPk@||pv>ġUSXqJ4OF4Q>"3q^͊:e' 32R'YRg^j17x&*ɱ>vRMlx 1hsTg8Dέ6G}6 J#Ro_EGK;E}+4w$10Fc-p]da1Mȷ9ϭƛ{Olρ &A=\d #ʱC.Ұ9ݾws_h`'E*sSlFۂ'rjdQDg<-7e|(;M_Y/S! x*M7\SxҰjwXZo>ԜqrIߕj90 0HFcQSrQYarjt ٷ fw+e{1$ڎ$=,ddmпK+2$=KJwWFR{K>!GvbDxb6Z- *@6JUm㨏*#w$\ܙ<̀][[_ev\P$e*QE?!]xdc)\ՊO3U"w6m^gpH0iRJ11m;O86$tb gFҩe{^> /^ld!qoBlM3l%Rn\c^d9S: OC~ 2FءLԜ/1((Ѭe?(_?o0,CIu:)+m>~ls}vENqVo$/>0V\8F1|)"6и*PB _AE8H !O"D*)?͹Q|ӻ`Ӗq5mYXoӮyk0#O&[7a,}obYI. K ee>Jt3-Fbյo_SF!S[#1n|sGr1@:S \/x{nZgדmEI#>T/op@T--^D^qМt&|gB\fHJ\6Xtj+rtԥZ C )PN6F( 77UEb$xL#㖾HP^vb| vp< *ϕIţh ūa#_j|Q:7B=?v!9񑥽!mІG/v ~E@řwf>2cؓ=R#jQt0ԕ5ExJqLV-s!f0GO|hB~0ZNljvu^}8iJ 7=޵_z㎓?Ֆ3e?eD_i̐A|r7@u|͝ҥ\l24Tw:i*兂:ɽ?3' A>s].>(^ ?%_l`!ګrO''ddo(ט 9w2jCNǿԒxCl>$Ikbsxm=WJ%NPj648L#dUy>Q7[ꀫN+pٖӈ0GΎpdqF~c ѽm-EP5/c=ZA;EYL)A׹Fb93>tW,)?aܱۣRo !}G.?]$qB 9C:p,\'+)cΡM0r, VCnF~њk({! +R(Ћo`"&ll:6rrJNx6R L=z(zh p8R ƺ18}:g>?k-~jݬ<~(x`cFIj@~s1d/=T:ZwэW g'xO""G^:GFrD5;&W4Sj8y\<=ҰNWV.zRD+v=q1PqQ<+r8=kc6GFڨ %/9qx)|`I =zpP[uY1dyEs-38K0pڤ45}JW6 hOiAi(tM< k;u<؃&5VF~865WDBr9]|(a2q%mF5KVsVǎ~jZ <;Rk;m *&m0OT7=UXŠq+2:"];MهSMiqlㆯn| 6L$Wri!yW_/;$%uϠYI>æ[ ?4OR!叠x 9ckԾx^&;m!q!pUꬁPv|:NgyPaX]W[lvt 샵M'bk]tff8|)70s]=wGR*YdE^q7+[Yw U9IG&b_P=F+EstE̔Et j{}RUMmxvUx(UpTU7?rJw ],.v 5r'__ )^*:mD5]s?ayD`D?萑|aRl'1/O 9ICRüӽ|*G4#XJI[5mEU7u`-"'JEpw'CV&o*M}N!L?YXYy ' IŚS"ݩ7iJc\=K yaAWꘁ |4%gvnp:yǝ ޫѡԴ"^x'q>^8gIA~9Yc 0v=:_(1|nR^VbqW`~`FRmbb̩@W5|GBO-k .(xz.RG>Gjj:pJ/hOFZezk9k.?'!OS]0s89At6,ab3i-,RS \+u唓@p[>Qpmy&T kG--Ȉͣ#_B?nY &S 8?z干=}"=pٌ4<)z@9 KPdӹ )du㰕\ʸE~A2r/kP&'[f|PMI)ǜZ/"~s/[\4@Y,Vr]|KJۯ r2ILczy$1GEݣu(cwȬr8 AIr*jjDZOêO85 :̇?N3M#zL5RV~Ɩ-c ^4E}oƩb M7O1 ?Ad FX ۶eR̴K`W^2Utϻpv:LcGRCj#AFUӟUyA 3ojz ͹e#IS:])>6tQ=s~mH_/j@~JTNF&h7B$fDT1,ai`Q (ֈ 7?V/PJsN8-E~]i]){v1dthyd{EDW3U7NץD&:y9J.p̿sDN'{ZU€-16 nh%ӛ]=u`h%FsW oon}dkj >Gܜif?DNh#HQ爣ˇu0 /@!-"c0D(7Vfsm\=!&HhA* D{)LEv1k\-qY9߇7saUi3T qɌ<-%㑎d5$d*2 #3/sPO\~:Iԍ]q{?Util*k5r__I2tݚ+Ђ?tBurlI=qF{Òϭ>7ф{&`($9WpҷjMIhnr;P* l q[Ӝޤ ,/U&/tWʱ-[ucXe08bZqCB Iz? j {_MԪ:&P>γ-[-v7AU?341nUrΛ\> v4ұ3-d$ᠫqn^kZ/&w$cFTz+Om"OŦGZ`$m?D͂-%jj <2AvGh[U*&{uu1SEثEļwoܳWsNӞket=YMU-vBbfԆ`p bto |A [W0^_x}errxwdh={k"~Âp9`(F+55C^"ѪrGe^zb_7%dWGQ!w>X^Tfc"`wA}',3}@;y4G0pdb#1^%Mw-wK(yobH+t0RFԶ5SF-oH3&ۄ,0>BSpF>- 2`HV1U{@h}7S%)`f :sxL׀"(Ɵodqb.|.p=W. :߹dxPՏt;Qˆk/?mLb"&TS^\km728笒@ ߗѧ;a\q#>#jQu<ʙzE2#+AwD Ե:ړ?N"! 'Κ%RʒWdrfqSԾѕIYv,Die> U;eMչ3*P0 Fnv^7Q{?;[!'['D2hۋ鵬 VaR&c@!qv5OH`+;^wD3} ^һ~oxF14#V W=, 0R: U4Bq gET5pnp.enU=CmP,.@A+rlD:>AQ4F"=~bR'c%)QYcyfܠ=*u\CZO)u 2 ,*AaV in6$`RtX@:~z7'g飷!u LĞ"$ُ{R1=k vuXf[k@KdF^nKSPD bҶ'xLԜ(㠂hl& F?k70.:Iө ۬sׯ_St YI(@;BxJ_8D^E`e"|cόϤZz>>zu}yx’F[, tExeư@f܄:+8$8a4enwF;=;@ϾlZ7Y&.Cm { Iz>x5ֽO NzxaذSp(LOO&`] )ctJB1i+LfܶnwF#;v 846Xz_2D s{76\&½B~ )ũGjM<=720k!s1cRB\keV6Bn@I K,SolR V㢍UĕlzSf=m,3L|[֏Ys%UKm1 <~Gx=L:I7:gB~WkKq̋o kg_{βK/NlƔ^_aƧbqkDZ[iUჁ: z/9c\E(o^\Ӫyg]AqٮpǮ3kT }W2M8n?DypHu=bQ zi<dʜ9pw:WzkW`c[',5YS6ʚZ쾿q\_v5 3>glPjX>e/8]!qĖYw#Hy(n~2g {/ XZkZbWMcc>蚃(<1dN k$^n>0%[F?$Ӥ8s,w!FaWǓ_1GF4jJM'JP# [=+o藄LNVKrTѰKV t_ C 761nwAJ") qD} QC9cGP.p\lX` X85O Rzs뼣rZkpjvl[Ԉw v ^kEdgV8]Zྭ[twQ?ݙ;]SЄ*D /5||uj~U }jdDnj c᥷7$ Vֿ~}$-̓H%q -⛰Li7V(Xg"rx׭ +*$;D /5LN#^`PӃl8†&=+׺alpϡKS3Q3鏯E R BfEA`TghlVH…ڐt) R;Q\,`n,u(& AW/R j̫-dgŪP^A^ykСC ;W*''1qZޑnJIĈ ,dU+ITȐIt=*~x<9>k)P3r2U,-'nwÉI, D%_>t; WS$"dM KEYX0430帞XVL9<2lPVR B] ghX_5a}cݥwC wzG?^_Ac4m?4Z+is*&21i˰񕧵!Y rX` GlH8 NULf#40kbH-ɞV9A"Z):띟lmV؋Ff?c}qH~!D9Um=?:pK9+t:S/"T]l~gh^3id3FY#GtB$6VluMih4+ n!Wi_L$qo2P̔G3Ti.2S\_@ rTOe]ĹF)8hhdkuo'`*"5}Ԁw}W pRo:#!kq>|bH[.)ZƿKzuCs6RݠҥPLiσ{:j P4 :Ssn\,vm#iFPϋvM5eށEw!\2-ۮV6Jc.pox ZF) tCo$e%;cޔ6t Tz OX7ٮqATk׽NZ݀"l#3yc?Z21{\'Ќu9?iNPB{{h8xZQX5dPL#!Vwrʄ`2{$DW$1.vf-Ԩ]}#YL0dSh#Rdkh["MVm z])nCaՖN4aWc@>u^4 d!;B u?Ncx-e(E~Baۑx-jzꙮKߍ%_EyEHJqBްTm&Ra% DΚNU_;r#VlxzKeT0fV2Llʷ/tg8g>΄矧7J-n̯bIyȠAE%4YR=V&؄pEpֹ@u7F}\Y1-[p3!Ѕ~}fh >>v%n2 n,(Z jP8-R$׸ UzYs>C=q.8="RF42 `YrD``v&F_hwzVCj(~ R%V Ɍ{658՚:7¶!R&slZ!g^M6?̜cc C1\(Ez:m=k&E8ȿE h',| #@3/cH+"|m' vΌ)K-z3@,Zm҂!/r˳[w ܃nU%[ Q~Ct#^f1,ĴYq#l39;.%ibgw0z,qoCv:`:pw# >2bvAwO;IÏzVnBi@]Fٟ";MVG $ޢz`Ďem]Sc1]Y ́nÊmNxr_)Z okSrcz*:[W &bdLo!I zyy'O)GqݦQZ;*гIFv"%UhؙcOC]$|v@Q< OdCaY&+]:!p1c"4DA`UCo3 hRb +]jL+ 9ֲaۡ۳S^/}c:x8 -Uuс^6-t@6\Oyj#4*TIk' 01C5,D&>D fK Jkxc%M"bЯruTնfe,?ͫ&y\ ǎw U)x |(пOT@g .^SA|j5B ^ŵ?T͉'bP}, h!qؽD~q n eYnݵ3x.4撠x*k3BiJ>GiU3Ι)aw`"Ӥ?3qWڑ.(kK7t!,8J 5ړw+y|=ؖKzztV+r ٺ,j 7?/؏ @lWKS~h2GOقj :1Mϫje N^(Ԗ}ӨRPgM(qaYԎؐԠ)ooW9kQ6 OM8:(i#j+BCsCN\XC1 Dd ݋'F4Il%Mʔm^6Ntjɒ{CY|L2\IWDj\yN<գ2 ڢ&_q D83Ͱ,/U*Za1vgw,P ,nڍ6,s^rIqiV g>ΪmЊʥ$j%4HkNRv_hpAS{M5P)`oԩNQBao]:A.).cPj7a*G璶9nG[lHr$ZI((vq{6_mBJVI΃Gͧ:jObŷ7RQ%0ݳ&T Qer3ήAvv3ͅbt~<qϮ C[4-}.Ɗ3z>f|>'Zxw\RYUM|GEt1q;7iJ &8;J~-CD: + 2Ot ? =1%]gd N*YޤX<{(",o+>?^Bk4AcR%nє̋I?ޣM#gz~(c6J)띿3S->RC F"XYloma |kki&y$| a)v wS3{;M.g:ٍt"WOXf@ױtS뎩J;0%Ú" Z}>ًFu ӊZ)? Yfu)f{zvQȔ*WqcsS_ ["\I>O?'va9P-72W6 &_%3r/ fٽ]1؄'rUY*P^7XW5.V"I22j#~WH+Yٹ@a‚X(W>,p]0q fBNPBRigs' Uq $~XTڄ^DBғF('kTCؖƂ~`d@&ۉg%8'TpûZAVsQ:wA$k/rߡzz#Lh"}ߩ5Z(y+?FN-UbxX#5Sr-42Y^%40ݫˁuje>U!$8IU1 A+ݱ󅟢T񯾛2@Y}˾Ս QYz3 ܥPp`tOIk[yJG5gAHtCw`Ԏu 0KG;kp7SRјZ~ت!';^D /˥n2^~gUgN%IAm&id\ A( d8O2eHpV9~(t8mH E3-+L̋߅i9^)tu9 SPSVK;+B{ZHkbĤYЄ8 ct}bNO3i q}Iڋz\Uu䝚W@d/Tg/ jyv@́5`? ٍ80eAitIد/Z,A;ߥhܒp L%dC>͝Q#+_qP=f c,n+J zeg+ ټwJB~jB >NtEUl笥jOdi-&P #j I@ i::#|ʽuGjB.c+ixnHNAI$wn).GAm;6 nhdrL|V:V# WlUX ̈I,l̲YPP\[=F*AG2omb)Sr11߬.NUEJ6An\iAa$R&A ɂ״Iu*' O&:\Zcej)I{ mG+MƘ*;'ˮMls8,!9Qs3TA*Ah"'J%E 'nNsxK3tVvÝr4K:J93[kQTҨl\mP-5!1e_d$_(&5 j/L*e#yj=4P;Fed0cQJ[J2c.hѤVtoVPNL F8Ӗ:m_D=~ L6Co 5ۨd2A|~&un&SL۳'h}\gsa28s$%?Nj̀2p\pR2b˕zh CRD/]e!}p07LJd|eXu՜ZOlLFE/=Բ(wm ̊2qLҫMwi9NTW[d}P H&]x9H",e ɇܷDE_̷A%Bݏ*$X@W[,N#1vzu!:4ZcPhkޣkۣU j+*.c`ӿ"R͵~X)|* |$ Aeni"/eKك?⾲X[`=t xJѓ?;aTs9TŒD])%10W z^& îJ:d|(vƮ4 92: *b1qф;IoZ  U%fAj'PakF FkX45S؎O//l?A< ݕϚqOX3̋0Gߑg`l=! _c׀BQOFn`1Twvo \!EN8HY Wޙ4Htx~zfv*7uJaH-Ezr Βe(3㬂ڱ( s@;3X?z$aMi!cffYyw]6`zbm:(“h(yT͟4sRT|뒾cS%'\/ǂ@lʓvlH# Yu03%%l_do-蓣d6ZH{.\v1ek,B02*sojՐ\zU9$%sپV3e}R۸XLsP9lhNs#2uyf2UxZ)@2"Z\&+aNdU'"t0;G5=5c+| +:Mp KBE錌p?-Os]"#-ah\ ,Ġk.HǞnASt=sؙN]|eKjB=Mla"Qnn)WU*-/owDA^A}Uc?:Þ@UR\PiM[%6eשtK6hۚb QFVZr(s Ơ+%L#FyUƧhכ%)~"G7 ZUV^> hˊxZh]qQ jR*3869c4Zm 쐚;mxb5thnɑlBS ~[%2p rDVn_wLk3:U5vh#}H~gZ݅.&s{jc .j: UҦȞŎq L/?`d6ز,%GXxx 8i}m 4q[~DDLݡvYĬS.4)$k08W4/j,&QCCBj42NCP6KYUC:>g_Vb9d̡Y_Vcx˗}-u Քv/^60+'ײ w*R')6 $@?VwrDs} I=;츔%`3o>T!ND*kR>r_@IABC88 YzM9͈7IO U"$"Ǿs\\aL9FD6Ҩ^^{Ǐn:%w )&v%%RoO=exՃ)_@$Brʼ%sYSr6 6C!r.~opvblx?Si@IWYPkHHK#33W[e"TcQc# @9h2u>P]ZWnB %Ưwzy]WUVرkƣw@Ŀ| $PƠ8p\KO>&}S7ꚉ!XıǎGjoʐ氐BncL+ݼ6~)BxH 0r!*LdPDt{uJgXMP&K0w KAu<.Pc/+"ǁ'JDT*Wk--XEy14~f9R`ϒKKHJ4lq 4b}'DBQ.耸tHu9bg{>0>qڏ hj'z>$x-D$fmnOKEٟ!O&&k̫d ABxA Ԗ| Z!G9)W\E@vE 7pJg8 {%''^`*7Yev@<|~PV}p֒`bI_> YK,r?'0y I[7x>tJNׯF4:5 pZ;fPt o9sn%p;Bn}*XQtjT?ugX&v$PPg'(u";DO*uxD F"7{S,.<, ]LEng8-i&-^'Oe dj%#T0Y+0GtA6OGR ̝d H:$4m$?<MGZ;9کij6x`0:پ-]z %iCL}Pu|(-⢵rygO=W40WyӬê䯝XpTΘ,/2?P䵧}7Y?T+Bϖev=i]K!$o:z˄'+lfL7p=ʳԨ'#\d6A<@vD6sT$|Rʴ/E5hdM?n"$mvd#kȒ B~]Ǜ?IA˚e"SbX AIwqoza]wS,]G|,/+C[='y{ Uyٲd1{GU >{ \ P ȫA]x Ev8Dٱ1\:{F6=̀JBu~$v^Rf8ārCt l=p\OZ;AJG.ܿp eMvg#( b疂A̳r#_LI7fS5VJdt9BRΜy"nKvESZzeG@*g|ލ! fgF;wJ}JE+o@B #*#~#CG#XI9}n)_!Yafd-dv#q1n5k+g0G&߭?HNhN 1_47+;?MbZu$H4?W| ~K EŸ#ڭ7+,FuBƄ% TRsVTbt&he36bMUϼ1v!2gSrMezFYO-`i[hPrg ,(7dЖ)#UBGJ,P1{u`jV]rb:Xٱ>3Z|-4d#5& iat}Dt-,905cFG}3sT,]q¨!]_sסdI蕺-{~qGH5,D:oG)ʽ)߿A#E9coo1=־0 xto,X(A9]xa,| <WTwȁ|:"g:cmjD.JCr\QT  0߹_n03Ŀ5NoI}۫r!\5{{xV#(JRF`AK XwowJvƀN#aI,6#o/n P [2=jdB_+<@wuV)yU!Ɯ9ʥ0 2~'7Ezvuύ霹/Y qS!N]c"/tu)iZh.=P!٢ثwNjywf*"]o^ǟ I EVsE5AO6]%!aMcXL:5^~VT:)nwA<@k1B$H{`I$튝AxzO{M:DrlvaqUl.*ZfsaSt1 4F\.-& ,f+Nz.@@V&# KD~huǂPPMF_~e6}Fףb^!TyMw*!;}O@Z4.LW=,2z5d~keGXIgimިf>_؜dSXɭ-xV_A~Tdy- K:V2j  jx'Аߊ.$Z!1dEG~20Ć%Љ:s˙> |n3{"J^M0LpȂeukbZ.]tdžid,9ё_v2|8E'/c4Ć²0O%$3qIUVE,.wNa][#ʀp*ͲP-V%5QAܺ%xn bjSLnN~W<*]Ye`]Fcz#uq$YUl ʼdv,ZmBW$*n.o!84BO=32TH_:aPLR;V:}QVno,k#UrO= %&Ov2_bB^q$]c[G046ZӝHg8k+8M&`8[ ;^v+>&E-,a:2&zf[LG2RNވ/an2ǁW/d /Mr]U `bt*t|ӄ-[Ei"۾&GNnSF 2ɗN cJtye6P<%t&  7-3mf5, +UR: LKO\EY|\rc5"u8m[[dAd͋kRب˿|R08q7u}' -g:<6ah2*4Y~J&$,YKȇ *]*E3 bh,]E`a huIt("hϭuJ*fL*SMZ(@!J8^c^a(T|2zrrj{M4zD3!M q/[\z[~I]zt$R?eDwDaWHja5 |ƒQZh;.fW@Pjp =;W x WTp{.%&H>3:U͒YT[(7oۼʫVF9{^1fʆv+jb#З$U[Ɉ'ܠ P A]@`x N=ab+KPr6zv8{EFbѭg`&InUt4D,ް长wq,[fEYt(}4qUX N i%0uP`Tc7EkWr2,2tAھ1EA$CCܛ ˋՁkn"֐R]{("kmۃo Pj^P`Þ>=z3v0(+N7cڟq&BZ%e"00qnFՖ`_i"Ɵ$D\tTQk_l'AY)½P$4CéPn4Zj$X)bV&r#/ b 83%pj'q Jz +`!m'@eU~6J%\:A7Ȧ9jOeN{('{Oa%{U"OK9BR\r:hv۳.~QCG~|PiXR\ ]m<#vѽJ>p\cHԱaBh5  l`CNf6CFX }ijϷXh By"Tljsq@d˅{Ur&1Z\`.| ZIo&1/;\LU}|RW$yC(-柝̯&M^5/b;1E~3 }\c#`\C5ߪz ۳+L2!O=n.);YTDf7/}ٳsU[?U D o6Z߱2 `n)DxmlYǫm[| '-iWТN7\|ӺhQWC5/q I|OF 1?Mc1;pB&»3|E7+͐c`T3B?#MPXeF/h*_l;pSiK @KY59|>'|K2s[>Y~wM3&,gԇ'RH1DK#? fl_䅥- xuI;5aú|Nֳn|N!ֵP="f?&:z|-Yx1' 8Da9 >),m\lW͑W12JvwPE!|bg֣5n F&6s@{9#Ȳ3k8.0M^Um,Cf˝*s+ ? M B_̵RPȇ?wazv&qd#h2VM EJ& {`-E<6;O[ay=aY\. y ^!eZf.?X7FgWinA:#9)?Ge?~YN-Uᦻ6u<7\2,5(l&.0ޛ:m>B B%nQz6dc]c#=S`L8ƍX~'N5lK^тh\m&p`Aq&zR+ dnAen?a;%W P cFTۢ[-[>v*{^2OS)}LB4 V*>^%7b s<^VwӺD*K.n0͉[TKߺİlaB+$Ը61Ja1ډ]4/2YjσReˢJ{HJD}Ҁ6=@ka[3;ˈbyWxQ,&#u|[m UdĘN[ $FHcNe24qoasF=Vv8 sሒ 4(t"Zw)DbS;dJz*h|d(ȎpPdv,k"9h M[D]CL\6{)iLOYi](g~\UߐlB@PacGVBt"8QN :}zN-=ܹҤwW]0δrnV-9]LZ%Lh]؋2+֩%(ōL! [p!*&=]vrK~W˙]smM@H$%Ic:?ӘCJ|.zd Xsz =(*lԗis$޶iiɓ|Mᜰ)w㩚#D$,Yv$'K~f_668g^s'"/ w, Ϩ# MRP:@S`#^-$s$knݗW7aMϗl|!{fJ :{njk1X<-4 ١Їc *&Rg\W/BYz}b>\s/PT!!vF儫ʘ,SW@Ӌ](G4t2s\hzLYv{!WVˆeb%lKCd >֓w~FN (l@i^{^dF^)$Z@o&m4k0/<rz/ݬ!Z&˓UREHuǽgMrsE4"H吝.v1zU  АJseEv!Zj4}fSVڼ٪jTRu( I[;7C5p PZz & 735evk%Ԁxp~уGr'(t|xO) fFV2*_Ⱦ-LEk -#,ުjH9ᜢۭ6.YÍRM@#q@z!lْܶis3r݊> p%lU4(NS w|]*bmЈfjɲ`qrtcp}?l+SnwB4Dd2i!$ ww9}]Ǩ?Q 'շ3ywQiJQ S $hwP ʝ1/,&fN+reE_>R|۝-{y#t8p(ֱ}19GƱ?ufSr $pwucAidx4NfG5eL>8C2ABb6_i!8Hanf; 3YSt-/=6DA5N%_;2/In#I8q9OKFCXUn }Xg³󦳚Mc:HS&Aފ>_%LOf 4tب_ow4zM }3HJರXMj:xCk_쁚E'*n44S~JIScҳ'І_q"Hӊ"}6Oj0?TΉ'yc%Jɲ:z+ 's갉?q)셛E@U; h[K#4틄Pu$2NHvXj ⸽1/o򆗪iX(4Zg(Gw,/@! V4'lH6|OcI<qSTtאC3}9 T=bJcߛeM`Mf Z'q3Lo?QW]1l4tu%GZ73@giґ,pK@g.6xQkQ*rY, ."Zͨ8 VttqҊd\3?j$OmTϗ@Qk)\~jTPWP|U_}iaj%$7v^&: ЧR7C;H]*IZf o6:9)ρ?mvXā_;waUrvy+R{K3Zݳvo/B7f$ʨKmN)DKz@aMe; |sTl7k{Xixm|=K [stO:4)}.`gfˆ ?žmxm͎Dz_V8c؂! nܟ6U7Ng }rD=CY+h^n3f@wuϗ],8=J#Հ(+77az#V F5ڍ-/@SN%v~!8='_&7Hh/B1PM/ՙqsj|t4:"eMM> Bˌ/ STƗO(`jj\ݐQxqD0H\q~ourVFlçfuEwW^~;;%nQǃđh*Tz|''$Y- at{˱TPicC(`|k,Fg )16ҷB)IuUcY\ јP$!6SعXo!4:\KV*'SZIYeeX24QY4m>oxPi $cc*`kvx9S9IoS |0҉vFt>q'oF/fpHSy?VOwx(V: Xۥl$udaJQG?Vn6_gs/FpW۠hABUx?q H0[@$~PZPYiԎuFt3a*~qN jpٕOO)}Fےazɺ5'ŝgz佗I:M$L?6D1;;  ^Ct9m&FIߜwg3a}}.@\Z"; #.,IpA7(dq*efr 8'.] _\skee5-VI{)yӹUlL_5qەZĀ I5yIH,'D'T<`"όX;  {0eĕCIoaqLQas4ϠG.xI:p$z,iH[<1 $gF&#.oUmf1V 80]'93O:O{61K(D C%% [oṷ j lG"PâA Pό?p74qw ;G9@*Aaq 9STςV:Z]ʚ"s\ H>A|1Ȝ07zH ֗]7]PFwyrq_ƿi$[UH2)Ԥ܀?nzV)KmvC &23:Ϸ8Y"` zPg%>H 'Y %T]% TrW_҉Yd^rX#6R/Zow$gPh K3.)i"u@e9CH꣨Gie걻R8.t)"~=UzQJ3DH-_ `p&rRJ 8d2%Zc"}x@pa>3+ߎzQӃ7MHIkEq 0ozWDVjzN9\|bp7$uܯQL~ۧ[QFRfч^Kc_'0Q讨-Urʰ+0'9J5I<zKU|;q58C: U)HG,J>Q :psXJ5Oϗ8>kKU:? G`N^}fGM'6-3H\p&9ok;#_9d.j9R>F+R6a$w_QPq QNcf@@mJ7A! M9 j9Uk&gl[ޜrLSz۠X,0[ 3ƶXQFHQf ˹,YoG^6)B}|:T׋NfRս DH#ǵ6;'x?i?<ڡlJltL{6]=tԄ8Lk$74pBzI,,3TnYl7 &4,_bd&铸{gWJ>M@xBe.V|EIh`j);C5P U\6CrWN*meJU־E#t|Jۛ=B5x!]th´uKV*V*N*eXl :4#xJ ntR&6^2sAHddv h='egǡHKZyȳ_ۼr%)f ^XbEɥhhB(aTpx`rJ)[F[A;X5z~nCHdk>S /fje |ZGD.{x B&d#+y s Bb ]]NXcvÇG[7OUUgWjc A?m\85C#] \gdZ!ƺj7mنۙ=]$9Ѕd  lcDr9'7 ~Z]Sر}An7^ӃoBlQ !EWS0=cȀuؼaŲԠ!>l-eQqE(zC *B01[Uj6ҴFRСҙUN$mP؃2 -2z'Ӷ;4었A扞q 7)&5j\ŎwHȊ:+s8ҋH'$w$:Վ]62@H2{?]q*0Di]-%oq/[Z0G l2X)KI>`I6:V?cR˔kKyqKF0C({XKGr0mn X섻nůHxHС+[{L՜^ioxT%w~p%Qj׌7-ů/6%K%V+ns]JbZ*Ys\OQ6)n26٣1 _-)J^ĺ Uoě{$(8t}X8GZQt;@PF(h^yvm ȭ|iD}1ޏ?ɃnI׌ӭ:1GQ{=@~ sbηƕ 5#Wr'.cn(I( _yZCx]5H?^ sR_y3,ߛ-%߲ařs\yޫБ㌤r \=q3@ zRx}"T\LH ?E'䌆L(RL60vuOJN(s#!;^'cQW&':{6oy|}=D6W ΞD#y!ӽ-J$cQ&nmc ~A.!ڄ(a^Hî՞1VJuטkqJGZj/W>5lBӺRSX>`ˍ1UwVVU>ыԂ'YZ?UTp%3#Se,p!+\"7u#?LACSu Ag>̐:{v 8j!QDDJϒÒ6"e8fjiMCҘd@VEآ()n". +SڽGɎX;$r:AwĿw9~"4짔I'`wD~,ս$ȬE FbٗΩXLKn]?;Bmֶ{}D02t&g~XDD)Vl})%kndKX Xa5.fU 7!n8]UN W_i ЌL 9vՆ^ &CVvb d00=eiu1&҅yGIvj1a MK7PK.7ϕ:Ϟ/hj4zF&3-Z3&˶؄ub'Lg%KID^H6zmϜ2׶0+&p+֋]H4W/ ܊wR; ORh 1˴~~Zy eXӂKU.WpqwLS @iR [%z m)ҏ.@[jlN)9Òd}~">!'ަ?LS1%tV3'Njge0D||xWP'~g<܉. w^@:|!)7ĉ% R{U_@ʁ-moŧGq r4v NP[?4gTiD@\sۗ6w42ߪDA-3J[9c:ՆQX4^ErS oKΰ^vi{173|O SY'IoEN$x?^pPdjKxuκuj^9&ajʹL9( Cx̺/=sT vW"6*t=8PX9vǧ]=z- so;:0R;.FP1tG*ȷݘV4's/fӫ-t",DW[QF#,Xie ]$4;\GD~ė|(pd{&:K\)r&Aw(́hsd4#I G ۢW!0쯰tɲW-&A栒Nɾ'sL#ca”SHK[7&Ӟ`|3ەYȦ@y^q~X n_ٯ[ާ#wqz1+\К . !soDBba&V鐺+[ޭ|y|du#EŒ1oL<E|a2jjA~Iϟ$oL0j9иpĭS -]sWLB4^֏\-g1Zl6PSu4!߉8zu[:l'z4%wLUAom=nbx8=m)Wl+@g~2vAsENJglk~5K m ~zЈӕV c`TJC'n73r+& nʷꃢ;CP(P)udDLlSjB (G}t`sNf);=QۆE()dYUUb6&G:6y`1ՀhtĻ[,>uVB9ޞ$!穊%DC=hiZ} {.HEX>=(-?3{{[F #4R=W3CF! ? /SpU@f_f\P[l_yVS4D=,_İ`(Ij+17;9ZJY\p~EHʓ, R~ƛ^ ?-ߴ3*֑( oX(L[);j 0$-E>(,O$PÉPC <ݘv}9eLJ3`i1d9v,"s!aں='.a}R+tgq qEs o z:'S[D%aڭ}o_L~ݢ@mS[ )KlōF]G@Oc$ʵjSo<#e}sQ_#dxݑI P4[lɗ.:etAT:@e!_4PД=.BʶjalбwXy<co-!;܇Z4 8c.޾Ot*70N-J," *dJzjK=DϏw?\DE/B/\Af]XÏUۿ6z97_4W2+)Fҩ.C"#dl4? 2;" 7v!BJ[ 3˨J 1;E\xSb+U4%3Kcmg"ry!73Hf/P`&#vJV >|4C.v$c.1-v&vʓ3n=KZH ޾z2<nȲ3OfYx~jէI hGKҒG]Vs} z؈\.= E13JLv$(ao##s] 5J)3)ռqCIv\*2_si*;x^P=m z!X(o/. ⑷!)"p!)&^B,qD5ѽSFU"$6Z\&ʙ ;pu(ck%5!~#rXOF0btIr;VWtFhS=HyձLG PVr(x_oUxfVQV |?Isڛi,2[{#NrAQğ]"yY!9 M\:j'rjE嗶y^p`u( Cy|mTlV lo{?zsBٙ'U > ƛ[E_lI|7W*n 2z|Q!}oG TX2ke#KjMGہQ2Exw-,svϰ@'}@obd=6$9_aayj+Pi4 ޥ&ɚȔ YOmDžo2RsNfq"$ͪ5r}ƃᚗr h:22^%6k0xgFR  _%iaHUE";Ckwy_-Oxc~k*3Nοu\w8w` S83zk$R ̷a4v\I(vzbU哖 ơY3̈Z+9MUUK+{~ɳ8]jRq dxM)^ޖ=5WٞB,% v9~qQ$z"r/;wWAZ߭Qu8wLJt:aӹ%&=͚>441\o O>YE'֜ḃg-5iXvW1K-)~TC/}@mGE$&`ZljQ t=ԴcGx.i |VԎ`BW[hޑ3MJZ,.GӨ- QM A}'l؅ċ@N".nڗ9 9ȍ TcC .ѣ;+lsX'~Ӿ[5LL+DZa\vԓ$-t.]AwS zI~% ^ucG45Y|ۤ0 1Oc+w7^IҨኇՔĆ͔X?1xCDWp뭩YR3~P'Ր@a9tʺяzX %TGhRB#-/ɜfl;$HIx7ޓ~WiN6/semR]5EbbtD+p4q XdžU{n-P[|+rW ze۽pjÏ l:ffQF<6-ßo^ca@<'ҧ}psQ>mN2"ChՅd~\P )K/P;zL1ܰ抓k"^&Ta7qCdm>~p#~EWZ\Aanp!Bo.ȫL椐<ғ!oGq٤鉵h*eY .>A/S˟JܺLM]מ㏦!Ʀurdi.Vslq|gViQ:u RG*o ؟kY8ei#fz.S[W_q8_f@Ś9{ y-@藙ÛQ~' Wm9[rd𮏪$'CYH5 i 6/&<UQP}oj+)/GEkWyQoў~Cv%H2٘j m. i8'N9/;S 0}Tj+63'/ΖLZ`kV$$qphHŗUTVU7[R2ԅ/!]7HB`rW0RdzXqBD4H8U |AOn{}#a7m:7IeqZ,}J̿"Bt{Ӧfpcp6STiSF:^eMdu]O%wR?4Zz`o厖?D2(vړlqwGtA Ok_` E;7yN#:=~:2g!wz,8`})Dz2++v +_+A yI.H)J;1vhp"n>Ja]K8HѓVӝ XjT[tOH$!ʙi+O*bgLߌ^i DoI."/ -3ut׌ҽSW"`1Uxn'uD älD2Ǯbp!ds5N1Aode{gI{Hp?%hxfTd ?pf c6s|208ŠTB_L'Yhd ܒ{4`ITg"ޤ,zm/lH/NZ!ieoht׀Y˦^w`{?b3"5R8rOvO6[j`T1שpZMpX$ХeDOԒj;%g_nB*_"(vzñ >bd!swn_$ \_For2xݶn`MD oJ"s ̺X4Jtߟ2,O}K Fރ OU`GH43ۭ6q,Gj r&>]QɎ ?VՃB: -Tg;ϴɯ}5y.HIy0cW1(nFg^ncJ޸vlfc:Z Z3 4Ǖ0 CnY J,6\rlsZ}L(;k]8z}ۧؓ:n3ǧ\wh4+ɴKi =|b+JH- 2X2S4SUMEmv^Pu)Љ`Co٢;g>^ܳQ3F{ zMTXS:Oo5F-+HR-KpDce7 , TŖ# Y5:'ꅑp^ (uc"70Xg ƸԹz}Yt|r,h7\;zǑ傅 4b}WpOFGBsNZHs΅g 6l;-2:2~;T~ޓhBG_Thͫ2,&3pY nG$m @L[0Mz/rRS,]4{+9l)HQ]QC-@6p*EVk Ǚ(`fVo2vHՅ >7yH&+r%.3 [|P ^jkRe7k5TZDQA&,ڬ}@r+T e!/0лw1Io)Hnj{W-ͪȢ*[ۮlTI+͡ZE?w՚1;:&yr ȰJS&Mued-Z+B/S0`Tܶ3}vIv ~c#,u~Ҳ{,] ctBgCA#stބp*ؐ|m3Yf@8T{6x:LzCԎE';a0;i8wqO `G{Ț!h7ͅMkO-lm< $P71p:3Q$G󵠞b#̻:*WzrBN.:㙽<0VU3]ggMmh]%SY~m`QOu'-ĭ"QӇ; n1$o==(UwJ6]QŴ10ܗfF(5{idSzKaK}2<2vX}a~ ,|~˵Z2GؔBqŒsƑ`qQ=2d2Jpk䋌n62Cz['38}NE aӝ'L!^f$U 60DEJw?2Էj kq)M=8oMЁP_XR̈0+C[9'\ⳆaoòV^Mщ⑍r8rDKv#a($7(_CmJkNXjyy'N\lM'j+=1# 97=AaˬzeWxG8c[H76"ޭQ9[y5YԶ}7Ui O% }~ၣeH}?R6ZeH?W}Nz:P'X(%+쿨Ʈ?O&n{F>cFi [$VLhpfbݣ\S=P^;d9]neP^av*q@jXy?-@ta푞\=d?T~kEtmo-qk 0$LV9k]^Dk6߀E'L6oS GxtՙZ*TD4PL@NKPXC1ԃgC|vpy73k~nAl8ٓbLҤl|FʹX*Up-E, UU{^XRxJt0}=Z*K"^ĩ>S4AT>Cnf!FCіWT]#t,.2+ \>tjKKmI8c0"$N8 xt8鳵&vSD̩Fhܧ>YZ'HF:x#qFmjR kʭCDH>6kQh.o䴃 ,m 3u}o aYO~SK]Ňإ%Qb; O Uz Ÿgܚd#CO?I"_5 G'*J[;AE@Аj}{hI.ct" R0T='?ם?>|?J)g%W;rIL1<-S+7})v&|^uR:/$`b?EU ɺ^՗8yۅ{#8YKԊ/Z+ᑷywAՃ !\ vvI[aJ̍4 ^DzJs30y޻/@4 enU`eٖu+eB A<) IM@:sl!d͟b^/v\M4Cg TrK-&Z 0<X'p)S)<}s* Z?pA6?,4RseMV- quA<$[Ȧ1nRI#.|&Cglk\&\ASi+D.jzOn%Vy,̦lŚ 12Wӻbn5dr]NxD2 cI@PT4r?xWi Pu,pk tYoOIK9/0:mZ&̳'8ˇ\r1Lm!s=|,4i[Ywh9fh[x:^j)!dMy,2@TvƁK$@ptUz}+XYɕqؿoX*x_ dƇɌ-oGM8~UtoCcYN@>ILo_b1\&29k'ќslV 6AZ er+ۖe=xa)z=~EeBu ئ] k,pt- \j2ZNE 鑾u?8wx?qox #޺mTڲx#/ߤVE_vi(Kõn5PuU2 dAUVd-.5rֻ,skU3BAv6@i@|щɳ#!k̅˔soriyAbۮkI<.9zo+nLKp^d/[rգbp+Y]>>VwTo{%GX !nNV!2d k:?$ $8fz(P u~\Fijʘ 8cA"~mCÖױN@=רazetH %C+ I].i 5qdq5p\f(uqLNVc38ΫiVAD=J0&c td` })#b% -ǀ,G#"hWmë2Ɗ`;Ghج8ҰP ^Cpů=n.e BxL~o^U8ut y-h1f$~pqj8؞QSf@rK{gbȍHyeH1sT J}#X'uD'x3-( imgN;[e,(ƨift{qEp،0u_#@W 4@`$AӗSj7]5ziDp[F%`܊#<ƫ[11:wF r;;сG,OSp L$;voZOH_ ̤gf 7c/8^ar"(iCgatD׵Pb2fCWhg2kY 'Squ^b|{%|Y*@+ ת̛-=H(#Ykkb)yQ"P 8Q#?ɓZre|"A:gi}&lH͖$Hd5ALNv7g"ejvFZu uKNXu=aK[l LX'Ti8"{\D)rU҉̙)0&^HQ*r-7nٮ Gw`4rcޘz Z8n Ɇ?Vs=L>qXw2SB$>TҤ0jC?ISV^T0װiU,RFȡCELXVO]]m5Ġ$/'}6eWRizgȗe԰!b0oɀX  m)8/ b0s_2|a?wN9Jk&Rw8##쵷ݢR7C1ƱX_@C T\~p-4oTK}MO!t&ʼdW@{iQzcXEWu"K^JڅuUS ]htAUPcʂÓB v#z q$'Zel"c>,z>ԳIOTsWrV䍜`1cŰ R""QXPFV֦ca YrjzymvImv**vjlMW(ztW{t۬Ya̿VHMRI@Ӗj̧k\ Kfww^ 槽rGCpeUp^/(3ǰ/ZRPk"+B`T߾ٲNĜS y}[&kҡWϷIqDSrtwd_u9x&¢*qt ,_'?SBp1}9;`#Ud\(MGM9({,E7\`kC#HX<[u\y}ٞؗ*z!lM(S7`jSd9fغy88{d4B}vtW76)ּ9 d2DG'o8*NHtG0&n'~kDhW!FkI'0s=+X Smf*N}t_rn^`ƋG9p2hXg)5c+X`qhnF=谈0$UoPS{[vWA|$,̮Lת?ks}"BLbT{[UB%&&Xje UŸA JL/q ĎNh0J{˯V04͹.g0ʔc\Rm" 4m!AOuc@01nwvm},b[\FfJlO8{x ȝ8FvBi'#(G8=i2|}%-/d 3 +aX;_<UIze΋܇qA;1雌[#Rדh{|h^:G2Feo; ۊ@'vBVM٬URILi> X+yט$UM#עSW*hLRx[8ﺚ7ۘnȕOXp2YD~y-P9̓Oc$ŭIdf2/GDGUt"s5/zD榣Pz3e4,0d{಄.q{B^w WNb 1U~VF4gsi O|RM:O8.52ho5)^ÀPհGD4Zgoi 8Q@zk+P]]O0-+oc3|> [PG(H/ ; B^iLG,IO l-U16rf5=~Lt'xw_K] {VYf+Ċ{vQ*Fk:LJҒУXgR*MW^^mԑc?=/J@b"['[.M$<V1<~Yɶ^CT!˅]gۖ {><Zs( p+%~ D_gj1W< ZzA~ =i`~@mi/XW_y*@- N[nz*ƨ@BJWD\9텐 VCۂcZ8)_jJ!Y3s) oz?t:Ec;NP۸yN%|wB wW'eTB .֡EWAf s)In .B*^*\@;+;HimLLG /Q6.pg2lQf<;N۩3`B=˯N ;9Ʉ{(wmE[RW r 1vC Z\eHYɐWbY"yh"*^t6WN"rz L<ӊ)GνFƲ>7B gWn%Nm#LvEY !\a?iLsTQdm}"5k0=EB)DCNWneBj=+F:ϐ67Vg$r#3ǬPi˕mGN_C+r g7VZ 5rL_quk)xE W9 ""wFR>41u&1Pu=`iJjgkܲBZ>[^m~(Sa3!+FH%9-)Z(UGCPG/lo5n&/[l ݺ_SbMM.d`rze4.D71De )h0|qUJ C\yxހ̨5O( Q^yџpBFg!;MI Oyʿ#tjDÉC*d3y_zeLUe| X?  X~;h;] yD\!X 3IxaaGk]4F ƌ :#@͗󺽗b xlx7PȐYF 2| T)%,Q`>Sz-, 55N&$qj̞ČXgvؼ=\^r:E&t^̇gǓA"L:Nݷ=ZmA۵(5ڡvQd~#ܭ+ŠV415֛ ^~uf aʭ鞎@:=߻c81S'$Z^QZpN=_VF}bD'_g;a?d m˥ #aYr-åGC6IQ@CV9Sf|?r\4#`#C^>$%b/;ս[臇K:8,H{ !ڭojaik|vVN ʁ0b426zmrDy:7tŁHs<$B[hQbF.0T\XvT'75Ck$5߭cg)|,?0<8xmٚvlE,n$M`߷ӽI/,Xrp^w0BۋEqo@g 4XG(df^-2RӫE+;A uEl2.Q +|0YX=,Qs]ߪ˚WLNHz+2CV5x%dOy%6=#椾XNTGyh/O("ѪDn^Z;%jGiwQR{74^+nkƑیRMUp^t(qr܈G=]B@)ާ"(_!nH>8qqʽD?=ALKxY*hlk7ch$m&.XZ:΁$ :}}!EQe얓AUTḛ̇،ky`ױ$3D 7hӮD`Ȼ4݆i-[Ȟ#Q:qZ'aBB{_J =u5vOrl4 ;e_3$<2Y0{FIi/_[nZs=!0RiG O,UC\ne,Oծ"^rE5V E ;y Kx$G+UX0.EQtS F#ڇO 6!?uk~U7r%Q>)eE\|{@T\4o=.m|ҽ!j'U蟴lάPD$P)"Pz^p6i%nK(z4@堣eRwMޡVHX604m:ˡ "Z' &cB2)xl&J 앖W*o;(hAXKVfSඵz+VߖEGmLWt i"~0ʐJָWcϚ~/N˟SMJ ].hmꞻ 8IkEO-3!R;?RGKOGrxз2L5@S4̫o⏖$&\ ݱE+sP7MޜÀf&X<d NOHٺ1wAեVW !`]WvןV{-9(*m ZSҌ8&^Hrt h# N=iGB aH٢w:gyNSu|L[ЈH?vꖪb1Rc%BqRϟW󽷽6$]@Y*U琰$z3RsQSق8(xg qE0ߦgp $eZ)H15ޥ+TPZ]2T'ddOlr[Un5ֿjJ&6ZO, ͲךBЌڍTN:b UPNS󤘯뱮] }vM3 s?Z\޷sοVxhGéKܞe!1Cj?kg:wԱ`w\-RGl-hmˇg;9<&'ƆNtZ_>wqCR^KSg:Z*sxJqv<|v1@:FO#+HS抨'N#sґE eS>X2kE麳JMs'9EK_ w? ]noIwSR>K-"l^&3h#μBB佑)5yHJW sW{3}5+3js|0񀄴A?㋭;IR0QbІ,!Q9_HܭS0s'x0/NDMdw_ Cu}gd8{ -ZWj]\*7"Nqpį4)wwv^|?O&CEԍU Sױu|YŊN)<}E\V^kA(e:'vqD,%I9UOPzz7>-B>"J*nԂa/~Q ?yϴ$,*;K=i݌Y~׬ x)Y2c]FSP/@9$XK) \ OE45'"~v?ݑ\g 1\Bj*dhthʮhxF5JBIB-srj&'kkVHZm&)q= .xbJ> A+L/.(@jv9A5noωxE(>q\7#B*ט#ɮg2ȑ¿:.GL_kĤт̲ϼ(@>,<}D)$#d<9Ef˷č'䠙68[F0\elq@[A#+/ 'yԨ.DI4f.EJmMbqaxַ%;O'lK.L+fE/pZ؉J1j5E.3NmiGN}2m 'Z)_(_8q"b1 X1saPb>פ`bmt<䡧hbQ+|KYW_a^[xH*FBќQկo&SDؗ vkp1&qeP«;ldA"4Hx!V<EdeM%Jwe$ITzQ”ezGE',$B xgt|:KbἙ3W,zK eNw?I%\Ol޷)nG8M~cGe?uw uszҦ6-ra;E cV5nNj-}r#ۛ#5#1sx){M7(;ԣimZ9LhKeb(JT;-QVS !$6`hh(ec֋bOA[P"ڙ g }oꃨ`l2 CRp}`\7[:CE.}n#u->i_DNHNeFU^rB_(;+ҸÈ)0,ǚ$DgEGδt˚/ܶkȎđE/W.#,M$(Z@uDdGŸ/UH'q9]>J O'dgXF"|i`,lgF J<tH ^5A;5ԏI0!z *BF2H:Z; g L\SD,_E?0<wC44d) :U~9J0-dtS7`: o6#T̲B)iMgSj_x3MAw6ZhZ7!X-Y[bٱb̶=w4L,E\P]#1όh\nZzkz׵A?FT0Ѓmig8)>jUdF&U v$*zQ |45爪%qn8T&Cı&b mg˂aohRs+`%.`%xKR ߣYퟰv6cH8tpqEp?7lT4,xfw`r:|({8`W}v%O\P 6B`'DsiP1t(iZՇotr&ip(S6py3tQlbMG]5@/c{R°}:[_DWBȠ9r  4Vp/qIh;6dc1$k5 ]Rm.R}A87Y(xDe=)]7D =sNs?{g4н>)^'9~66BLȖc;P7l[mx,-"̉%Ԯ7A~dq`bf e R2WY9a 8JnC9ǿonR 5IСs02G! //ԓg #5q@&0ϡ6Z++'ҝ q>޹ j(I10 Ͳ Z7AFv!̝.:שdtb$gYvnҫZTUJm{i74՘I+pZJ-b8W)7~I*'Am{2~LFgHkwip 㚵%`JnfJ"gZ7'6q`*J$͓є(ڳdyglUDڼ+T OEWܘ{:$y/Ri: 'cT Tx/.,`ʪnY?2$ZcyAZ! zS|[:p]u &w]zIm{į~FJH?J/wjݥ^>GC%86&*obX iSfl3,Df6> U1" ʵxhHn'Ӣ5 YSOHV8r5`9i'B7ŵcmgȶsĝ xrr4޹ j+&ܐpbvP|vg)y:\r1-JǮfLeb~ʚԗ B$6pLؤqjdVQW@J|v[-z^:Lm?P숖<?¿/ rDjD}/**R.4W-jR.!5&L *vHL2vЗcSy,AD):F1SGzwj1-I.96nWsqޤl3:Fs ưT5=F31*-}&19" 08̙7sDPW,pA |[(3G(y @4y,lKr 0KQŠ+!ܮJ*B& 5J}W[]'b7\fɎSq8ĜZa)aE*DSAGZeC\p(|: Hr.׵\hҋ-;m n eoGfXo~w1򱓯 G^4gwO:ݻӟӟ##fZNK-}ƻP+STEhg 5xT<͒`}U*oIskmNTfTSn#HX{ zQ=)? YK}IXThѢ{AKg;! ۥ R3]D3>Tz2F{#p (|𲅨46ruW#֟~-\#xK2^|]%#xJ5!=o ن OwgP? 7w li$~֤]}ʵMz(46[AA+BtgFqP)'{Dg9ix!g~Y#`%^n @㏭κj=\rF$+]r{I6  ځ~eѯZq.N`P"B+Ԭ~w8U 8p;6: Eؗm A^ʽ~ϓ\TWx#?P6l'z&8ap5cSjPt yM/"w>>gbȁQ?n/<'²#E +"Ouxj]4.V,)fm5c_ X&D;7[B鸶aa1Bcc-󗰂a0F2DQ bεZs)|mɘjI}㓵 nR-Pxҟ ?2oًU<~P]lF抬($vLl`Ӳ&&SVj2&~ [8kZpW߁::OuKr FY}%˕FP3_cr.39{3P~i8B-pL3tl#UtTӹB#.jѕ~FҌ5y'41cc}8?NXA7]JD5Eq6of򙵓+n}4C@Pqil8V/Yj Di>T7sޭ\.}j6]=P%$XĴkh;+uw4`Ȫm(:4fQyM.A `97#G7' Nu~_y/EӰ´-'.Q{ϻdhay{(Pʭjq7=Q)8scӺ975U!]2PԜ2;)CW5ޥX~^p92;,ԽRbb iST?n(lu)Կ@ %#&#P CGy${X(PS0hƴz.;I/aJEfp&Y,u!O+xR:y!p['g DZʎu]+tۤAoi++[ y|Ypxrs^3F0elJRtXEd>*eR`Ab1Ph pЕ9^l{c7JH]ɬO36vv^w=t|ımS05tJn(^bhW pvcx]hȧW1@o4kOYY_ULhOՊ*AkGg<%jc,ѭL5)rՎP'=b1S`(gDA⸞UEdRjRx1͑|bG==Gy-Q>yk`ޮ`@驞^m~*v5`T}œCuTK#6ey4ϐ>|B{] Ϧ$yqVГ.33~X.-A6:q!3&'[PO83/S1&.N?nx[<.*Tz-|*V;^oX*"9Vґ=^XC{$ %/1l@bhM- X! 7z^5 Vg ~V+f3| cm:nuKƵ wz-RD0`=haJxYȇ c!IgA`59 _0nJU7?I_j(^҇7xqk\&2?gd_?yX%,u{ [xPhٱk23TVVE /_5C VI+f3]ϾG%Yz[ՈByE]5HO:~7q ;=tMs5s(Tcq -¥G3} 7(Te+ % 7<~Ml OMRa`S7s31LB: u`]@嶭7޸n}䚅vG< Ԋ2m 1!ikxcԍàM juLIXYOE[wT}-FR Aw (ȍY ˜Fb .5֜`|0,u+.x1ҬZa6%<~WBjNPjC5 Wj /HP\MIZ 3S8uJF{496v^Ml@o M/&ZVmjU\ƪ5amlʝ>iR! [cC@amɐ]%}kg4 I*%49 J2Sߛ!H*TO3ϻ{걄Kޭ%ùW̚tx3%OW`Mj2?֗5 s̓௪ݔer&׵Y ,!%srd 2ֶ- JnLtrsjbm<ʲ5^ 7/2a⍧/>-k)0py<861+5$Vϋ|ErP<\v4ʨk!b#eϨ0%m  yԺoGaM|B48)n\]>u}y(+T[f! VE9 ˀwV_+`cI魟m s ңyѸRY;([9h-ߜٟ@U4׭:A$@ґkFW~{DmXaNy0sf|Ko3PRS~wUK"e)?Ļ䊩5a6/?eߨ9@'>]yY^x&Lk`HyndbjI~"L>?SV'iilmx=a|v~v/7o[" 8Ex r w60dHó"MpcV^iab4/Js* R"V7 tZUqH1<`%?qsoA̒9%" fFdؿd®dލ7]&w4m.T߽ξns=m% 'fD;7؝ѿN^Ύ}2OSh> >AeA(*t*ZdB\7j~ *^kAUN BCAS)8+Y< J&ML Ŀ6~Ɲ@\}r%sy]׹рPٱބSpᙼ|Y^KD;0#UP&sYB~l5c)N* CAV'7O%#-+]`{GK(vO%]]}8 l\tB>ቛ)_PՈrct- ;ޝ#Տ%9jI1C? 0jJh#Uj 5*vwJKEjGdooB2M2#MG]XՐ79Pw=9yn,ޘh @Lo4MÛM̎i+in'((4Z?M~}a2F5ѵ+yOܑF~ .+?K(B3GfTmOfZxm.D%1(2o%]AhimIL.P%}XiQʋ_eUY N.$d,~<%[u$KYH*vsN-fǞXcCjf N:jѯ,]NpR q\M(M!v {$`T%~HUS,tD"}(;[պa x**ԛnY:+g> kN]TlD}'(Qimp>&Hq?7+Q>F4ܸi*K?V&6>$Bh٨LT{?#)KIc2~SI >37$!N0؊_qЛ`?'BвOX*<]R:,#ѶD3RmsWlƴ*#cna}b"usUNNc%4;YnWj9l#{Ii>a_ 03irބDlJB L +eB}%5N mj耥M(ο;y0 lkǴd粫OnU:)&+"3rt =ȧs\ \H,1ps'9[7E! #l1Y{/3NJBVE|xU WasغKJ]SwmNJ~ Vhjڼ3?ϛ.;gZFhJ}Z[@L-]Xϧ[-Au ~~ΜX!;"uM5q,d[}f!f=tQxe =:R Hox":b Cl o[4Y_s0tfȰ^-W\rl%x ZF9|KB:܊'2I~f{'Y;fEk™jfA*]zC8#qb8=eoa}#;\vN.tuk? Im";ajR YZ