go1.16-doc-1.16.12-1.37.2 >  A a;p9|pi%p,NF.l+sg{`hyw@zd|2 : Y6+cPkrE NQ>1Kbe*#{XL>hY9 =qvx4dl;NBV_JB٩~!9Ѩe?rM|oi[#`wEt #\.}8W٘'4^F>̓-f1 &x>c, !u.ȵF98a934f5df0842b008c21272227c7de6abcd0038bb71c31c3c05ea708ed5c4092bf6479d0d35a400955965ac38a7ab03b81a785fa;p9|s6Ͻ؋"vPL+1h3;WgnM%\BVr5PJN]5˜rKm,dx'\YziϩLӃXz-j, ƌ {{ڶb.C#ycuIJS9y;5M q d9#slь>p;d?dxd   -LP\`y      $ (8L`6(Z8d9:?FaGaHaIaXaYb\b0]b@^bnbbcc8dcecfclcucvczdd(d,d2dtCgo1.16-doc1.16.121.37.2Go documentationGo examples and documentation.a8s390zl35ΛSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxs390xzO4AՁa8{a8{a8{a8{649d67e452dd4e8ddc3d14d372dd0f6230a573bac7f4d86ae5111ac22c246f7a2471469d94804bb4017abcc565e7ba14e925599b32ac1044708a6bd68fd31aa7b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba56c79fc1c8aed92516f6723c47fab4fbcde80161d5885f090312d733f912f40brootrootrootrootrootrootrootrootgo1.16-1.16.12-1.37.2.src.rpmgo-docgo1.16-docgo1.16-doc(s390-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.s390zl35 16393975901.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_Updatecpioxz5s390x-suse-linuxHTML document, UTF-8 Unicode textHTML document, ASCII textCՑ-f]Hutf-85e963d4671423bb8ed414a7f2f69b8ceee758b72afc191b0de61bd32d66f3a63?P7zXZ !t/] crv(vX0g*A{`nWP@qU܊ 絅>^(4tB>{rB5itzgre_΍^;ɪ\T?(ELho:Q.?a"^#7pöl<."iUlzuQkdCG 0JYmٛquCo\kǀ)c:B\(q_*I/q81/ _-_CBvs3{1P;YZL_V2(N/р8 ]\VؑjLs 3A~?,g׉Kpq`6X|xՔو7IcFժjAxa@;&~r{lM+@ Ym $`Ɔc ˱gAjMT'^Y]CPR-,#KM{؞xkYRD1ml,(*$$D[9`оL :O)M \9d!$CUlTͪ880h +Ai챛^LFVry^BZʈRbvQbXDK30_+:2\T[V\40$1:NZa>ʈ2:[qUa]h pDg) VM5Q?X#ߢ GQ=ϧtr1a}ȱR FO wvhU,AA_ӝRST`z_Rʀ4TKoT fq\'IT{Y~iJrZ[G(֪V\vP"L=*?M-V6kU!k?Z9!Nʫlfnh!mb/*Yz9Hteo_};<1B(IF^m!IXzXZ7 rέY >g@ȹܧ?c4{S6xg9kV;ɝٛ4|k_Vĸ5xn"a+EF.hcHC{%ǃV;u8 iX]tA[-X)Ք 0be@|FO(ā+a4eU_{~֑`]7EĎƸ0pȎij`B!m.EgeWչ[U kRwޓĔ}S7~V/.KHۥ zb+ B{mn ]l1W7q il蚮lfub5X',7W:m%7%?7&B2ZEL?g0 .rnfR\$G:d5h$KsZrxqԞBO*Yл3VX6o^KՇ09Tڶ+2J`@5 [@g!$ >QՔ\|?HÖQ<6v'*ԳNCtd -EdmOKk~w8}xC\ 7X9.%+ExnlFp;2P bzWJ -Bnfp+jxjb=.^d.[V`GGT҈ ULe1pX8"l+&CP7 w FscF&\5ŧ(H4Ti({En`@i5l;m$FH Zqz I{U)Yx*ʙIIp"pܺ99 jzTps f0O2EA[ZvU;hUvb)>soI_!IIK+sDMҋǯTc8,T`]!wИA3[gN,W>ӼeXB={1ؙb]rn .^ ¾<{G/[xR<"n4bxqMׅѼY˥hu$z u?I7X5r|HRŁi<o!ʷ9t D8 I ×-׳8xʿ;ZvU<_o'1Hw؅{s\RQzk"nRB)*͗!%‰2~0N$pz}N>MoɆs`+:|APT[R>4 $@L?ba;PtΩoʍk"7Ur243OOC3mc] K5d:wьW ֤eK[A]4FW=,XBmBGyf[w_Lep&j7S(fnb2r&}2UԚ0 zT ?sP+rU zѧTlQ!\$ĥj1#RCcDݾᛈ3/)6ǘÚ*`%šG( "=}Bb@mS&Z4 㯤Z@.]lh7lj,VXmL!a~uxo*SK3#M٥ܙMRøg~(3EfNY=/&-Cwx26,uy0?}KUe-ͱ_JpEpx<ϋ6 q&Àb4XEm앑nA&6"2xI彳6`;r5a!>ӻgwPD@Zwy!LTc.DHΖ:+_3NP671 2ʻq:16S˂b7rqr5Z /6`:<ƈζ烐A#ͱGaX֧6*;|ͣ#J/ i׋\$ɳ(6)#H=D f_Μj75c7GTo5b|h%~,,\>/,* וU]`w>I'NCK hg.Iu>ߘ>- xKrY0N!F=%8nT,bW*+ #) FMcS5~z.mO߇|s\ ً/bATUQ8cèAYYB+b!`S鬇q8Yγ 'ee7VzVE} w~ %N/<ﮱ 7br?2ʵt} d$ؾl"`assa,/*Y;uTbaS r } -Sw6R;6#4pÞO-L\´H/8,P%ymLҀ>rhPdyG\"?l(>鉷hlGNL;Yy's]Hg3Wx:(sbd=u:.G@? W/7 S[FlhNV$@ F0fTO`e[I|3 xOKgM ≦D&π&-2L(նKR M/iKX1fY!P'?^i#W :_GGE1 mpR#8aKqse19̘o4/w{$O_&ˍ ###,ӪΛ=d5qt?'{ҲWs 6>q[ujY!fg.D]睝I[*JR#\h fW|Mav;dꋛ 9S>5yPA'žy޾*V&})WˢҢlZ>_iG WUu-Q͞PN#x}ӢX\wr=K֌e@UbXKdٞuGt6U$a+F~FAQ4Mϩ\YD?_C۞ڱB\k5欁@R{_լdڟE a28CY{ϛ`w5C"yF| 2$r.ӕl2D}ö{gUpi2i ~f}I_C~Isڤ9riys-\<&k0QJ>+i`'c ǵD _!mB6؟1 <9N ҜMDiBwxu8.ϖ,VYGt45ķlkoO5B LFJr-ɚ7) 8wcSq&`ą㯎4uRŝq b:`HpM߁{봼!6\7% 451D\+`C{}w+kY,y\1euFKH1ߋu.'EfLPJ>gS1A4GpFdt{_AW憏5&kˡyYUm s"7><Qg )j2 9$oOTu'D&^\Dc*V]šxczm8+մŒul}XU9Aa͊73WPlś~FwBgJl:_.9T'eMW xCxYjۭ_opλ\f b175JVQSP8J&06L畾j\[z|=mc=z9:ıYc~(+OKLElmP@`+uhG蛲_}-\^9<՞NL8qeAv]91iV5b$ 50ψj=oPK{˗e ސ0o_Mt`"c#عzx G:o8bU"wg=CQX mgjUrCGNfbLcL6T,I5hc`]8A߇V[B:ol'f-ZzJ66NDHDo]"&ٳdڤfyP[*-a\d W.#Í.ЁOі@T=Z,g1Ӎ{6l튇 !H<*~ҫl x:%~&y#O˅3ic#9BHh#:<)Hv 5[RluO2R,4kAeiL%y~'BYמ1{"iۥtN@J fc!Ocmz4wH5%, K΀bF<4w?]9X.7)7k y'/d ^z+qٱ 37C 9: GS}`wd^Om7(|d m ~dy9r!@ EuES8t/(%P_v1f 45wܜOggqϓ{RQs1dH3y-SrQ &jӚ|Dy}&D.Z3ur5+jmcq$ /Wh]VMЁ-V•mw` !&w7{PkK缴ƥ.V z:К#rkTa=ݮNš(E1Gy\]*fmzIC;~-~l$[Нext@E#h ȆRf -j`0FIВ՜8)zTMv+l"v[I#mJgp=4v]CҮVI嫬Egiy%m 7/e{cnv0HWf-*vGm34 kW8!Ypha>)v;˭V3l+t{`VC*I'_5qJYK@*W&Kם?瑆l΁7v6{Vb0>C3 Sr0WƆ^)F,xg\m͗`|UY,4[!w QWݖXf~32qԽz(u'qEM5e;lG[mQ=՞F_db `mh W$4Ibċvh'oinܕ+ì"{ǎM,(7:'e5csBj>"c.p#TX~ 3%kKNT]d uP,xӣ6rHh%!"JTB*) )Yn */ԃL_#27f Nk}mDA&Kӳ_( [i JёW K8 ,FNA{``;-Gd͒8yaG?dJ=MⵄSYt4l25νNjin~5l˷+aV/>ɼ63ѠEq2q{:74%ZdDݐx7|<16}QN:ɰtx rXh!F@c͓,q$XS6]VcuFØ7iL4 ?{w.uk^ e>=$^Hcb]7)B%Vb\PuFRB0Skbs_U幃@ L:€LxNѤ>[9s]33hў؄b2t{A0Fh-ݦ3EgnAB/oEkEx;D{yK1n50/MD,>)dq@JSCs j9u?,tI<ye32y {(c =nQ5p>dlԬItopf\u{T]T:(~dzzZh+H B>qҙ{cF C$\".jg/\;"DGXP}!\Ԫd3ugv`}(nVX_5Z~}/A+fM#oݝrk)zoS574+<`:@9s1AtoK!!Aö,C47urR`oe >A b$ ;bzFO*7 &ud!a:wj- 6hCv0"ޑ¤S<_= h4>_#%kTLʔ  %;pVp62MH+Nʙ8W0#~4Z^ Η1 ›vC!8/,.v(wĦųըκ8,lzoҩ&F86leO58Jk|ivdNx: "deNA vd_5| E_(oA}Æ07G,⦅r?)Kgt-=3_ň7yCG?ZK-.HdWV U^6f= I@< P\uKkhfSSiJ7xY^#LڟnCP //@>'`: 9ۋIJ&[ʭ m'ezl5 k,nrJ_ZkP*QhHBXH_;aP4?)(鄭[42}D y7:{GV 2 v~F>ᰛ ly[#2<7xnqǝX{ &j16jŵndM8/7p :_.wđ骢H.;1t4!vCJG+ތþ JΙ~1IbZj ᪨G&Zaa^&&dDY^!fΥe P?%梂f.<Iݭ8Nv]F#rMć7`]zVX.%UÉH}@ցr[+F#Pc.pwWP` Tj7ЖT<-X,mIpq2cEDupcP],)y$Pf636bc.MG1&xhh*`I~Y^ԌԬبNO<^'vdcNyOY<_ϦurW\N1'fUCtN t;z'Qӹ3֫;"›〕D&JgVo$R'`)U?S(#gڡD| .%zͣR"@{ 'P=JՁPqA;~b^pEg&[hhbؘ09a.GDkiczXRS fb&l>A.ƵY%m`'O>o<6U0 )  %$hHjSi̵1 !TOHQzbWUFO;?`V~*Jv,9T֖ ~`^/1' 4Zqp@v$Q6߄.ȊP9G#5RBIq}'pU\#Iry|r4~^~_>k5NɈ%8͖ &8s`\eJotE%[!UܒfwP%)zZk*ytA}:kwįMM\)#ϡIb7GpNyH׃#O"Q! U]s [oUفxL.hxǎ29( NLFlUm+Ik+pД UÅP_y69(l[u! n'ѝc2鯋kB_,2gډ]6ӸTd@q͑csU\X=G|"Ӑ2Xq2FžϏit;U>&Ȱ~D\N?~1Ïf@O+Ysa>o؀E8p!Ŭz4I~N>k{~LY,Z؄igv(,)-Z3kib<ލ=J{8j u-d'}Ѓ0)6rFH\!ު[vP}_&F&5/̑G4vahuI/^@aa}R\303J6Sz Yhj~#{pT{t`jFؾ1`R^'64>lq/^e!S>!U:Mѹ~?cq71l?#R{2HK5tsH?2}8G!P_P,ډuxz45UN.K}LZ(r\8T^[L  'N3*6B<ۯ)ZTӴ( Xv:2C=/yoD c.qUe66oTWgM&]7^Mf2`:#Ro  ,ӑXL YrV t1֘$ ҡ.ܰ`[= 󠹢e V<1*B_0} \ڎI4Ohܮ*ED81#EVmʸ4e PSBbWn>q=4j#!_g'/YUf!Ѩabkqc1ب@ݻfG=4;a,W:Cك9;и#AKX5j<ΖK\O/wpW k̡$b˩+ `U"pN>c4;aBJC9]X_q^/.:W Z"2aӧ%l2Z.orWP0xCcbN,Bj0ػfpD ]c@}gJ:J.O$(9p1KR1@O E(5$av'=jSV&B蛈2}ShxK0 PNmo&2k/nsǘ#miWk33cy=,Mbgv{͒Fs\LNh ީ-kU,j;4`\Ϛh؅ &t1"3Pq n.BnHS3% 8;d@bM^!+DilӺxg^L,YIƚ:`zTuܤX zw>}Su1Jo77y%\o&Eqm q*oP{D=08$?zBcX:xh1_g0ڥN/o. :-,uO s! ; 0 kߨT.Ϳ'r |Dz\%6 @8w9v.k',O/r ?EڗKM+"7A/I 9Ry\角 v#՞qn7oq (nV4Ii*N'Q(U(a 7OUա~Oě; ? 3uXE+vu4v伒i9R 9T gh[,Q%(urc渝17-Mx?_^ضq@W)._ca ;'q-S[īajuКBdLA ZÒ\ ׮lYj["9EQym֔qVJ#Yw"$wR=6F/[IZP0h'&0^мʅ9 {Sk`rKz{lg똀DM5#fx/w~:o0? <͜[^KHbmW,QyNS #`Qxtv46?]}c<5#_oȮu[|MZUoI{_J9bf\zE\1a}C.pj{r겚讱EhT%.=y9Ϭ,e䐴ee m"#N+_SLTeŤUΎDbSF";B6.e{E;Nޚ)~o_|1C:nWl=$!ت%V qjCaM/csГm?-|.uM}Si= sXqwa6~d9n\3/N, 'Y237;scAt+J.6%vH e?ފ䘷] BR%TX'EBzSGfhW9X%COefwrCĈN*< o+M@')ضJ/"iM>%3[(vOdߡ?{̀c8adjVIGe￧MD7kͣ?h^AP Da Җ=g-J- f ڂ—/ *b8>dU|נ Ȋ)42rx7KJI}DdžĿh7m"C31_jvyau VtS;.T;kqR LgU+OD>L,j=退q(*YcC'c@M0JY<>YB1o}=LϬn(3=/GṈCbovlf^ G6Ƨ=cmes '$9P ӫfMG/O(Wf<*z'XRUy%efť^=~D,t1-ǩrz"Ӿz]DuD[[؇,}pSɄ LeT|/5? =`7 Xu+*l5; 4ݎՕs>w䂁6K]?aw/| h"jO4ZTKQ G*O|ߢT ~.zpt֎YZvWUȣI۩PeAD_R]~BU@ أ?%*ϚdO}SĖvN *j*FzjϠ?F7a=1k ;U }_f>@d1)C-ˬ=:P g&җ|E?Pb= ]*i1+* !#=d@b}KH^5%p)OQY MwI^nR sR[M=:LuIݜ#NCk޵"sAP-Fޞ >Pa㘁3r ,PX.8IQqm!?|j7uGmBVp(*|Pa*Āz"BZF'X*;K80,7#pS=|=-sD<lEKer('5R\=w@_ҥ6s0$flUG2ըdm # fc`(YbB_?ncJ 98MLc<Z'O~E&8e\,#b'*y'&˔FǏtr)XHEXo?/$\bmzm`]2Ng4`!G;rd͸B[4&_'cmvg7"&n5*EF^Z};Ͳl"1CT#ok)'$p?f]+p&Y#_":ݍش\;;1 4 !Hz|0rG?c@g9v1f -CH{HE;z>}Q l[Y:q[MdpdHz /ݓ7 bJETűCoI $KmOV ›z'xbĵ j=+{ Ŋ! @٘s.cyV𚋞GnX9~sb}Dm:Qv~1a'#"_bKO>~j T@5 =Pې:FTacX;R]7AŰh0酖5 dqe) c!NYuaV%H[PTOZUTCZSՖjᐞ ۚg'h@n6-˖_PH0@6᡼\R1:Ek Rz<*\=4 a飫jB\ e~d<sfJo$:vn];۟U! ˠ#}`̕h~ʃFtlQki@*aqvd;VrVPM@ ԻPJ'{j~0zԓIz[M(6>D́zZdd]l;':R$_q+'\{d\EHI>cʝ<.!$ڵ̝[ΝGٛ_gVI2ČGuM}|q4f-UZn1\d^ȅ8z]'D̡_p ,T߄9˜P?uxOM_$eسJƚw|@ܪ"00z7&y#"V12Fd6(%U)D5RIR܃_i/seQ*R7=h^+Ie}̀+ 6'݀uX` -}IK ;ޑ+|dr~?iz(k.r(O<Г~ו^HѶ(ת:o@q  8C٠Y2VptE^Tdrd/f"=4]5(mvM1_y`Ġ9861K,;{^9)Rhuf[#;8a.@ U(PQc3y}M5E_WI$'z'UrWV i蟁V4>KPǰrYˆ(R@BNg_9忹'ΑD8`N+bhF AzAp}ꁎWt嬻=m=jn{AUL-Jp%26I/-a2Lsu^Eq6+Rhۓ2AD2˴B6(+By]ra$y,f]^O{)" [89l(mnx>G~ҜD|zu>1 :V2']*'(q$h0!_ɨٲK]t|lnXyOQ'nfLK &P(J.<߆Oyj65,^̛4o+p>i#th6ѦkS@vHNݮ5C^ɜZi ` ;&җonZѕb1d[6c@ V(5ڴPT'=5z5t"DHep11M {`)nڽ9a H\u5-Yd Fc߀4$$p+=煩qU?S6!&)i:}ҰAeNxLTkITԱZy͗є˽r1MF+`Ð)c h&HIfGYjVS_pd׷bض|6F=tq_}3C܌B_Sz\2zOuy*ss=wlI&q+L&9lS\MOFK>õHJ cN;<8i5F4h뚽>4]甖ϊTIgV"ԅwK{;LB]TME.J;ٙ׍ۜ4aV>4# 9toG-4IFFnR=͗I]O 35>c,^w^KTR_CX smA΢f`HGޥKjŃKiſ"q+[H#mi%A=jhF]RU[*w`F>Cő@}Z9 &5.8 zmdcLu: B_J.[cʭZI_=Cc H(C> ^ZSbB(\--HlBSSKnұWwRTzGo kpN9 jVF 1n-!|o#D& :~u|+2=Bu~ 4bAwlO tQ$.}r٬? ƌJlN&VoW+X^qAԲPM0~\iRҴ8ʐ'ғierj)*^Jꂬ'dʾxt z`˅vgUfj(US/;E3/5/ޣ[ f<4k^rL)]ڗi%B) ZoX"Z+帗,h2U/,pv4*;g9f>yz+s\L8Bf0?_,6T(p |Õ-A|kO~sf;غo.++ Ə=sdذWO[uF {NS7ZMj#nzeh1@ZspK~>d./~ؠMG=>Яį_Aɀ %纯 5$JjE'g,}g$?5TG|sx&EY%ICzC6nZAxl"cX}EʶVfec9F3&nLn=~טLxht dy Md+6ǟN._' z i}>%S+1 >TfGHÞB`>_ ;  448 zBxuq/Wo҆}0`˞{nC%;eA9 :P0KQ'-sP_a =VR,{˜Mq?ϢA¥K|R7?]O+T Kg̣;2-&*'` GG ů/>Ebknãstit !,:D+A s'M*VBE\_Fܦhjgt7Q^z&?^bEnծ 4%#쨆偋h?OPqT$0F}RH~9搂Om6+@*fcMhJ% f fIKw5{T S; m˸9V1 +)6,%Acӄ-bj`3o7H<VՙZ/C`W-eBQ.mX) K9M?4~em=6/v[zƒOt/d6>8+{jZ=&=EtzŭCY<$HGj}UzC֢Ih3Yܞ!ts[ D-zU_X-n^#aC^U:tJ wVA:l韍d>vWw `1E.2Et'g{F ,C^FDGiTcJlI i+֍" V;roz/ʟ蔑7ju脧̷Aإ#N@c]T, Ƀ+ޯFıbZ'˦k{iyAyT9O*6% Un^{n8۳G8gD]Ls]w${҈fA ]I<9w{V2#ȼ OPs{ H-Ǧ5?#cOI`!<7tkpvd0[(>q59}?#ړdR#<=? 6vdw2+t'dmc~7ř͒ĵO2kEH##r?`|Q/x&,7> bdIߡ AKD_Cos,0@P~͋d),h V 4rD#m /?Aݰ*Bl\Z[q . &(9 8񷨨V]bf8SkilzR֧yKd~{qd?JYw;ei z|15'8IPGʂ6+)|yK۠\fcq=_+?lV6 W-c혖v,7Ic6i[`e8hTZJ2i?t.U"1nCi_"@-Vz&Yu-{K""\#7UVPf` WiL&IV6zˢ2_حiC$6&!1Ebgŭ)`gJʠC|4R-:d -S!mLZ ڮ؂ mfWbĦ>'˂[DEԚf#vf8!XČd8!o)9S?k4g/4| #9dh;gbF%@3XKd׋]w|vFBYxE'%7]ˬX9ՐRv3e b_k^V.Awk@?8D7Q ~n 0uWl}9U/:~`LFDܴ%^:W[Bq"I3;ӿį.P Mɢrx+^'},2zz6mA/_w ]FRɐő&VN^fT"bVWr KMղn @8b@I ib%_f䔻2Jڊ{E xtV 222oh.Pv(J'CM-Zfc]zɖW5vKre+4rYr3Vz gsn@ScZ{zjw\/%^\_hxtC>EB +74.kٺ4ig/ n7A7VE30#]t+Wb|Ce f=|-q$ٳL[sn2w$%?1ktL{qA`-ֺBd왯TQI궻+9:491Zp6AwP+067 BKЅLLϜ[;QaۏSNHux{[렰R튏&BT*0Kpҁ`q*1Zm)DZsˆn]0ThSN\lΙ#ʣ+5]W| 4z AGlqA'D%{ŒzVQd~6ymKd@NKm+sꀴkAN;0#Ṷ1jq"d8"iX\iÜ8 4I'u=>a!⎩|P@H4N=]qj|`QD1 ʲйY8$Xb_rDnJ{1ZX*jF9J̓fj[>]U=uBdV?vwHb&ip/$꘶"R3⏩me48\yi h("'$>㳏su$Qq])f. Yݐ]0]DATʮ v(pW 5z%bƖ&aMiޭ~kӗ٥pmxVKBޒ]&FDnO>˫捃d-AgͯL:*tPL]fh/Ն6PNm+/fO)rA.V.Q8d+= ^\8;atf*rV*qb@ fKaPrV3R+vGIP T ~~W&a/v1G.0_:N^ GO74Wuwt0$IOr%b wVlA롁s$`gA2V-*yRED'HP/|!:kDMf-ZEĮw3Z]:a3!^|EbJ*/> j j57ԗ Ӷ.xReu M-Kuض ۛf_Xbb4`*{:j7"GşЬDe&|krEKanyaRM}Q:VTUQY7 #y)$ѝrHP@}P AfUvAN'# `+LS)jk*R[$.Xې0Efh?S-Bjq|Z^ϭKԮQEvE8)a`姖Z7MC gi.ZthLh;Qf,(%qk/be _%Z҅2u[mncSY߷z^T͟7y8'@"xq-oG(9=)wK?5TrmnM^_g] X^ql VWc`2F]ߠ2qIGH['+e?+ jX{ԗ}H_:0rîo:ƫU,S uWoQ}dTqSvH]RtRH7E~Ak{nrN~Q,t ߷9JN;U_*Hȝ*??Mx5Ȍxd^/[043"W$o"{sKH܂58CO7t[-ʓoS)Vlol~z~R[&2w3lfz_sCL:M!f=N#ŀ[^e/Ӌ*蒡wvQ&xD5ea(]#+W KC).!y(I.[Jb(pXϒ .lz^Aŭz>,)j )6xYEAbjA  &Tc\fJ.9:0wM_QFGK5DGi%$H| [5@*_YC0s4f%&`ӿ7Z. +ڸ'JYk4t!5*zTmU&'T|.\jMnLQ^[ 7[>D3:`Yw*7ͮ _,`q$.~nmaOB3%UgfP1TJF&[|f1D\ JV-0hr1>[XFe+ ϓgw_匑o"';C{1b <[O"-!ȑ]%)WY~ZC (ރ8+"oU)?Fzs%չ)f\fvxmsQ{{Jڣ3ej@>+9 ljh}g̲-uZzߍE` Kwo&M[j2 z'kJeix'Q*@c 96.}Ý Tpmԡ:&$0K,ճȦ`yB݃T^?5srWp/y5,Dx|BAn`Nt˥u9B&*#rdO/T*L |I@ mem$lD@(o` p>Wِhy鑫o3O̪VfԜr<&'FJx^rlO~+m|gՎI0UJ5V踮wOP%8iN 8`萓 [­!^- 5h uFS2C2\hZF .0jhKA<kl&xC[#i6MӱzwbI1(gNVS˵|j%0?0^K=G0UW:H/` ӑ(߯3+zdEfzSp MӦ7Gt+[>#ڄ%ҭ A5t.7Y `WJQ-m/A`;ɭÌ2]GP [%iJj}ЯEG")9yYPw?M3C[VV$ul:VPC P[Vs`S>>µߣ~3z?<ֲ&ddYvBbeUȻ]=C6_]p,+#ANꬻ'7f:蜇y|K09dpŻ}N=E\YnE90) 'eDn3kN"\ҠO*꯱)$ۓWO8 s.X~{(ађgw~iba.Zxw8M 2j%UШqO(Fmq<\#| 18C_m:Iѕ7,;6-*.կ~(ϪZ%ʼn? CAPhPʅa}~)bmdJhH)$M5 {ƺQYY0cQ/1brt;m^} i\]YIj8rdO.;f49 Ruiy<6-rY>6`*r_ UV3&o؜V Nױ4gr&Pv"sSL& „iy>Q\9j92@h5ғ qzH?k&i:Y&fo0/[pe֡3GX^^^^1.7S{\ڡF}ˀ]xj"ȸ*-HTj*&- VtJ}D=? +z⍩D~*BL|#.F@A쌨;6k(3BY Gܓp?њ"AP#F"]=y8c@Iw <ն:vXblti6?R?|\_odP5®WLB/vKEC{y/J-gcG^z[Ml&G@x_ٚ"P ޜzu`&7hGڳ8!6SW:؋0z`#\jTUZ@@1#}:Ц0;ۥI3v<$fadफ़f$d{3rYAy2;)iwkf#@ަm6Ze98i]ڿ{=ns+MBK3 cD歈3wXyGs3U0igb@ќ  2v>%v ys {$s.CțVLmX:2߶]XUsG$tsK*r.OJ&*$9ۭ:_"t=M]O^q dX3`Q@)M(T[*{`Ľ#l6׽ǙUh궽zZ41 ^34gXutGƛq|%2U7*gXLJFk'+pB9o24K.Eh#dⶃ1<BW6lZ Uڮsyk>X+2{?'nh>R : Fq$d1[6mvN=5D3 ̬W*ϒ;?#+V|LGЭ fnOLF|-x K낲Xs嶈h z/5ܒJvPDz:\nlLML[n8W?YmS!֜ZRs̛Ui$0\l܄K^ Nv})IABMG쀠\-SۮqR1a4e ۤߎ㭵7>DKr;!Xk ȲI!YAWa1l=VՊLP`NߕeyZwQaS!J8y@Mk&v"/ۅ8fλնox}̮+գdxq}op R-PKR6> 簇0o×JA?1ZYJ TğV \r:l%3W "\]j3ŚwuzG≃痣t?KYw 3 ^0$|> EaA"#Me4\5>R)3Vv e+RM%?dmv]+M?c>8$}5g*d4F%/.],,GRi{4wQ#A+b_i:6rrh&0jPFpdl6];Â$ {RUդR C.J8@&tvd%BHk{L~D-j Qv 8_H:<0u4\C'K>8,wݰ/s@QDn`{d+9IXm^V`%A P;kd94^qARI%:DK{֥1trp~Jcbm9Vvex~c]s5?̬P6\4oQ&!  NɇlnMs, Owb?`;H{oJ~h Xw"ӊrĦ6k9!j\[ǯWCx)4b^hՊ-K洰]KdOrF/huT,B;Ο}!Bl ("X€ΑI>׏N+gBȌNECܪr_G?=s4ɅXctf361CRf5( ~EUC,XW{ʈV䌊 Lj4`P_  /bf 9]:](+=4#wͶ1+~6K"Cc"i~.YҦ&Hy|i4/z>_A l#GVq X ʊοHAzZ9E%)}r, <}M5W]jOa8&=:wL.DЄ=H/W>5q1n""oMHCՌ㪈HW:xt܅%U3?ceqQڬneH+s?Դٓm6 2s7O~~O =)Jܟ $@K4i}=?ɡl %q mGSu)7{3B~vaSEC>0&NpxVXXX&r W]dbp,yA %0nVfykϕ U&1Z~ۖq?h5906O `SJߨ&$Y;ފgrd* fb[;T:۰rEd~lg2e_ 0#Wѭ~-GHyi$fVyX2ߒ4qӳm*-SA.>VkML)Pj ?0hwIxw*Z\un8Mo (H%4߂2=N_Fe&W֕vYbYD.t6);$n\Ry67O.o*s Úz@k5w6z xsp" =IO@/XׄTSsa$b5[| a VJlbl:BNIN%ֆ҂n/RdFf7gUB,8jhh]9Unh T.l%*|+V[zg,Rm&7[o"r4@FF}āePNdZbl;SR88(x =10>k% pYlufP)ӑMK]C,fa;6 h>$\[MD'Ez~ Y7'b= Ao.3 ٮ@%jXX9guOAX3vAP~$[NͥL5dP*Ν`9 9.eZh'tjM}۬;<5„h6UQd/d@o'_Aenwx܎L^id)9^,u@ouͥS?d(ɤ#Ts)Ѕ>(ҁڐhV#elKdn feN<62JVeyIxYk|Bim # X/@8lo9xu]^_8ǶIb9庆 5]XueŠG} _H]Yhܼ5PuZXfSNrWܝzk#yCZDF^ vZ+qMԝnO=6Uvp.Nbt(XL=T7L.eU gǗ;{g ;< (LD)uͧJ =X:U8{{ilX\뭡 ߄ p0|j O~CEeǥQdr9 7=T`߀p^O޻qp:6;vY}jCqu#I}аtyiݰCic^1kVEq@x"ay]s0h㱮{>ġ /?&'I;n,Qp~gN9FY]"&Ȇ>($xUD:楉f@))@)ːon*u?tin4~R{I!"`Dvbd?tN5H5a rf̆4z+fKl?OBV5D3 Ao@ocgGn]#dZ/|gXW(4QqP *BYOݩb jʾ)-{2 ]ecv 0;P7k־ '~"Htm h=G xt{\s lpp k\ jUnɯ 2qKM\Amb/O8-ʪgʹ5J@aLN߻|Z98r%}+ϟ*lO!P GRH5&_ʪ'8VkH#>B\kBcpZ0o Ԑ>m(HgDm3b`&/K YLͩXxaQ-px&Y:j60fdMdo 6 K= :.-F6xmK<($>Ъdu2D76 }УIr P4#I;1|*p=`?eOn05Zv Wa 4$YtRRTpyN,UIk#^*_x.k$-cY1el7QwU!!C.E![i#\Hhh"!+Yn͇mP%QRlvq^i?_~yGLDq֡dE6y/E&gJFk+uwD?i1Y\Lut^X;zx$ai5V\tu- .gU1HglrASvۢϢ|bI#BL96<.V [U1 _Pb((e}X,#p/q:o]or ec''xEɎmTe:v]@ʈn'ߚ$_ (c>V5Fwi/.F $܂$}Y=G:+ƺS"?LE* ]3f)/R} !?~n l]b\iSȤ4,N ooX_݂ơzZpf:ͣ[h*@.,?DGkdIZvBVYˌwⓋ1u2eAAS-Hk•_dŬ#=ܻ{ ZK#DMg} -Z;"H9Z!,O75eE$%2XoQ^mTn6֞ͻ(è!1m_h1Le>S6 o2cvX:op۟N6j{1YO)Z1E/ƔkKAyL}4JC(Ou]'ϸ/B3_QM#d"6Z$-ؘ#sލL6b}|& 39[~S \ثg@hVh),"G%m:W-S>mыfأ3Tï홀-poaKj ߫uK"3UP-Et|]R\IqPP{>j3\O^17u!v<`5>"{Aѳx׷AK'~#Ǽ`b' }ዹ`M^B /Z,R v|};>#]p G=V'խ拼nkvl=y`+Į縏 ؈ \VnCNMm,߀k 9).MkFprsd2,kㅭ?*U'IUk>ݥK[ NX^>֯G +=dvukn?1kOM'sOx+kMRV^Gۼv՝ !jiq9N fI͇_²eO*MY Լc,8LO)oUxT5ۻ珐@X߾e2tU-ތ3 9ZKX8d}d3lh'qd=^t2zng1Q[N,U|>VR.l(ѝ 7O0\~i!:yٍ *DMP()n.iFiV梶6k5f27Ҭݔm Qd`֎w{w=0VJV}>:\?Cw8g0@q, b/89 妬D^ ]Bɑ.Ό*4*{rI׸J՟Ji{OElWfmk|7Q꤇Ѝ@zu6+dNEcW"U >e#=/0gMJ[_Y%HU~ 8 Ub6P IrWy0%(H۱S;g`CUDDvUZ`wZaʲ%D)梂0eqe3I%IQ0>ojQTesoP[lbY_4 l\L&G)/A15A/慠=bVև.,ߊp4.)-x@LaW<6tЙ}B)+<gOҔ0I(7#gmdYlHaIkEy#F̖8.ݤ0}Xk:xpsC'YSa HJ"BQ^R 2#Eq1K ":toNT/ҤT:3?5y>1fȋ(h pm_ǻnIA^>)W]3ŝG &zkλXf۬cblBZm s\gw@b:AVTZljwnj9d:kd>`ݷt Y0Uv}T :j hCu];#Jd?7tZ6ɯ: Zl+dtUٟͺn+%7=殘25 ejtD?j6k+wl3">r]`޽_-%6LְT X5֥˗`Z6ZCsS *z.7܇|&ʙ;c[?RO|KmXWEb^?U,L+͗`%r8:I}FlqOO7ͣ)ͫJs{ "06EGD5RC2RQ Pn#3fmuɧ\BF$N'pTulrIMi|;Ж2-Th\vh3lb;훺O ) W>-@*.W&`eLJgĊm^;$J<$H:նyANg·.A6{߉Nǖ͚-2`/e~p[~==<>EZqdn섬-jޢԧfāN񛥺MlRAȁgǒDيԼ(W*^x;Ŝ{H !*VP_edq7yOgPE3=·d@A>z7ؔ~%(rC׮g/~A@e[ND\<db?ӒɹBMF6,9b~8щ|ZBk,rCs^NX+fZG84hV3hGe1 -|bש](+j(b-RC|ZcM#G<87Q$@Kfpm٫=tFذm|~6U5SiuHL>ڧps٥KbʔcHX%&m9p&oߪNB !l?ṡ)\vkRmNDB9aFX)݊7*-4Y+ !;a8?83}D4IT~B`!? k$n~0T*L#5e!Ɇ_Y,Jh4ԉH=MXwӻ;qA1QCdM݄Aw=d6L/Q@I+Tg+`d=j7Y Z$=Yơ2"3O]B4^58ctrP^ xtߨݎ1-ּ}/;Dz !]o !=ifp N5S(:6"GA/HNhQ.GQLBQ.~eASgH,a  ff2"GoSvS:\cmL1GA)s}L;EKoth-@u٤N*}ѐlX^+ YO>,7$|EBxQjAdIҍ(vp6_(4V]e44kj_id_ (e#mli1_oZ6Aɒ<`?,E}!lUb,{O?(D|Μ7bEO!._|yu|ug+3TG^3jtUK1?Պ?8br#js=Y^Чj@VD`5.)ۻ0=(a,)+g,UJiTm<ĒNea|Z}\dbB/b6 ={΅~3CMڂ ~}o;Yo Z n!muׄ9G&L*]sd`a[&o1qlp-͓}{>n%4Ub}\EWr` nyy_|SU>m bbha :R&; !*]{r,9-х;l֤\!Zڳ"p_q!V;`TD^V^fxXMejɢrtvYw`فl~w(2s*&A$NNmIKo*1AgHtg=F"Gwhٴz,$ N hɗ$VDP<O5pj7tT T(h]| 3cWz?t~blX4݋6BɗWHCfO>̓RTv"eT uQxޤ&ͣ/T`q(#A &L仉a@=` oaIJGXEd esEFԁvWVc}/޷et>Ao+(r߼O!E1H}֊Җ8#m6 V?*QHɽb'f5mԾ!( Ŝ]l;D(>Iⳤu$d0aRP/-la+\% 91|8EsΖn&T)  rِ; s)ic[#B}p|f܁xhA@( ]vQN˙,=`['"| PSHW_եB!OcNrd@MŘo`v Sehb~S׳$l76FagZLDއ&Nx/ 2ajHEU+ Z%$T6uujZߣjJJKvd R\D-eV?ksz} k6OL]-JQ<%{yV<9%y2 YqĉQF^>F.+ W n_~}P)0 M%B"G'r1tř=n:.3};^!^:QDj*>ݘjuaofRtȫE3V?"PDz:o^QžJ]-68M@'47 ȋpZs_hD_]MWJG~x G*b>Xqŷ1[h%_E}-̸,bjW'HSO޴Ŷ^Д dž'Um+>Vq7j|RS67Mr$&aD*_&%Y6hS&9+>1V_[ ѿ6v[vU8'K`ǏFJ,xL1;Kh H!4Gs lצ6Qԙ߃T Sݏw8cax kuU=B_g3Y. u`*C0ٿ}vXZ;j7ۉF& UuwatV%'=pMp՝6 h.8/&0~|/-._[}%POd<ʑ_8#>bפ xD ^#.vb8`F]S,c rvt/C8{?d䤉Һ~"(x+#4J@jDx*=5#5݄H ᪋*,&'=C\Ő*&LƗ6b݉r(hT?FQ)W{"c4"O l40Y;wh)ĩavw'JH#cppcOʀI4nǔEzbt=O_TS1ڨrSiEgO,)y0n F!K]D氧L6AkB{<7Ptު"nT-ic&=`H^~>UT߂3$^sVDl'y|G8 T#FW?#UbQ2o\) ԐĮْ*v?3(՘ˆ9ޅ4TZ'#h[oX49!LN`ب)Ӧ 2Iw@%muUS jd困E-ڱ.ъ ;$09 7]]s2͛-u!XQxPFmo ,q\JA~VK.vңl|'xۥ]\Y3qäF.B}}g]OxQ͗7x@unIڧ5z w"HW/Nr/|K|z1WvCXlǷH\5 ̈́N΍MJR]$[8uEnNj*N <=Pjs/i}eXςϽKnܜDM#uD$1wH2 *?qcA1Җ 5Y8RT~o0?KfI>akPJyAmHs]꿱Jr0wb4byNLTჍXl6|C/xyȏ[Gb4=3uC]cRȒs7:a-  OYGB{;Dsdbite!i|\O+Gާ>8lZE_Dd6's%["eDGTG&/@u] JUg(e6/%%䐶p𘨃58R2=̑feMˏ=)~U !:s-a4N´Gndm]\Cu6;ixtS3qM<;i%jD!}.lA$ ނ2Q oA# D^qvք@~vB,ɷx2SivKAfW7ncbLlt?2Mb ?G7 6q"v$ z WLgZ\ޯI#q wKu|o8zo'i!~k`ݘZm(Fq,IN(~Sf֏@2⇻RX=6EQˉKnΚD N>X7FZkDN;NW.M5_&KW}Id9[0YeD?"b*vbEG4 -GiH.cwMW6)\%v )6 k%iқ)[>X>ʛì\ނ;Ku|IÉjVl޾#@ "-3(8PY 1U'l=MuvˆKK2Pb9 {2䱅+/dk]:oP]D2\Jpﲳ.UW3-+kUdx&,SfɆ-3JL r!\5=:8ukB4nc]%9v?*׏Mo*ypG aԎKCxq5!!EY/):`v@-1|5i LPf1C"Ehaw[M! eIkg9f{(zkj@Ja# % jB >eTqIQlR+a=!?{9[lWĊw?>QGԲ}sɑC3nzX4F$WDM:N7^b6Pc5VOYLͯf^`y \ɐZ\ P\ ioe=o o6:W+|}m. (1XghTT ]VPh΅3f|[4y"xP"mW->߭rŵNMӲ4ܔDpkLM_DP~WP%ix(#T lBb&\9ҵqH['9H|{.Ge* C><8y`?8NJJmIu]V~:_MD!Ǣ3Z DZ,̛܄!&=́6c 9ĊuBP n=1m+(ʀrm\Wrq3+j#g.qrBJȿTLP=f֛Xĥk[úiN q M; ~ F SɯM*_Fe,[9N)4_D {ذ~'NKJj/>R#c6 O? <LeO\p(4SwQ _[2^dyIo7-{petLp̽lB?2ɇj!T8 챻ƽU%ȁjg؄_lj>aKABD6Cpہ-a>$] ̛GV˛LEnNFoJvFDAq•t^W+0\Ǎ!b{4_l't[V(9eF}/smQV湻;Fw6Gv 닍IG}D \oy-ل>=ՔXCڥ ΊR Ψ? WGd3923&xJp0ũPp2q9OգNVq>HcK%>bO9Rw*74V3V5 &uxCs?EE檓ڬĉM1єxÁ:z,bwbUNm oٮ޻-zCvSXOk ̋[0Q^As0+>A<>Yj>/`A$1:( ٽ4g2qB;_nq&G8tnr>A`|ggYlI]xLW*FT?"R[SmS:Qɋؽ& +f@85s6B55g bR\TIqqm]+;kmI&1@~`'0&&Ss,)Q=>˦ gqJS!? 3W P5V*"fa(dz[`ጞq7F@TH!FX?"dxQ)6`8{''ZCpr敀9RŽȦHi?]Sdtz+YEx/e}:u$^3ɡ{S=)!I}_+$EWš 3e:m;{Z{:D"KDb V *Rk(NouWM&l}1}`HfU@3` $>!#ПQ8ݭ|4) 73/0wnÀ( Vud:2D{ȥ+~Nh^ ^qv!k>4w@tmk3&|cd_%e8&_fH [N57^ig `%R||)7S2wSr&AŽБ#*QvIo@k\=&jJ|u%&n±l)](*YkXʙIZEAܓ)";瀟n!pY+ p 9!AXC9WrAu$>Ǫg1פ5 cڴNnrH0`ޥ囨_fIDs-k)i.D'C@XYQiN1z}x V ,,r|sY <B#C>W&(!ƪr/^ 7)vc+r.ud XDf Bz74lv:fne1:mQJ>4(9mݼwIܺO8 EӂB>G-mIFq[G %#ko%. Y)PS![Ą&Fr^F+3(̄%öPK񃙊Um/ܡ]v&UAuJ8cXGx:`h at[JpH:f¾ԈoJ!=vr.\ӫ  2-o4uPXe;~|> lMʭ]dx(hL ˟뀡$-=$7*,1$"o߯ fܪ|oُ6YQ2KD)F%GwDin>.?w\\0'eCT00볫7K`@dqdUF}yTDfO{df'95[rτS E';e7.d@ QqP :@hg}Ňe0oBh\sC' xt~.,rk:ypu$ZrCe'ڷ.#(kAu~#n<u'KSj13zJK7"?[bLY[' Pire!?qr"+V 3_lb[DHeo(}Z6HءR )@0|0PkɐbC#!y+ "GWt {M_xC^1={cxV+旫H SdDZ>[SH$ֿ߉wt:ӗ: 8.IvQ$A #Z`P+ꖏܵіvAݶJLD{h0s͒n9ɒDϢ.͜\ chS ~QB0XP9;]qprYW"[mu:!<9&''rImlLjuQ )[PuX -<Vp$I(5k,kqw\X  =䱔dDeʀ-@,SLf?'&dlu~(pQe, ͅ)Gϭ .%|Iѝ qH@YhDF}=wX ,g~?lΧ6:8cϏM2.s%oB;>vy&zӝF5L. a85ö\kK4+/t26\P ޒa'z5 {@N &aq 8b겍q޺uV!ZUW>Jh:D9muq; ŝ&' [rf/(w9N1hS9.KC_LƺOނp &+w<ߐ!aRBÇH5AW,`HqKj(Hö/NV a3kѕ_a;9wbf -ӱ>f^5WddіѭۿV"xBܰcw|zv7xe-DWWL3-=&ֈss2*4s\x+c3 l"uSvByX[i 5ThXDױ6)i(2^Kܿ}5&9r \&F;wA0:+ b;\Mn3$ -%R+% a +wI-<<Ԝ)#0ji9!C ~dւ lגiJȤxj+& U]7<)y5[ e=8ό4[WlĪ :ǝ^כ-o`-Eoi\y1>և7#:A0Y;O G҉K|? ) +t0AsV_D{b\K~f{rOл-5%O[+\ h3-="s<]ފqN/Jx:UDk+vM({ [ Nw%{Pd-M7&≙X*pdHkdUXx4<}Np'U@j[$C_2}4uMʞ`gEv\W׉dʆ/q?nCVGF>06KRA^xpi~G+jBDT{jV3~3]@7}Qc_UʌZX?/,ӥ{鼐_ xLt䒚ŽUEg}+Mk[:(Z+%Y RɆu "|Ɛ< ix4NaQڽœ@dDuL{>4L7vCUzYmuA EM},U :Mtz'iVCI6]^3sTl^ߛDCRwDF*O u8 -[S3'Xo )u| gjwýa),O'k<@}ayU9$fj{7='FvgH؝+RusJӺ/DĺH27:C>4' vx>T'$, r$.*̖0)2x~FqfqU8ؒ, Z⡊jb,sI^[Dv!}g@FzhɱNg0?㔙KRF6ŎiDOEp;bgI;=H@3C5jb׍; .Y#jP#$"tg*ߗ?e = %O&+In-/W.KmpGvqE.=6ǥ;Xt/kvԷħ$_sgx?!n !aw&bmIi0r(*RFD&Yq9PѲIz7T6Oq0eXVS (gXyn_r=}Jt4А ڎG{ Em|#)+-DU- 0hCdQ t*b3F^~$%T\Ige&uC .NK.Vh\9LӀ|xdZomGPRGx ?FF-TlC;h/4硼RFX3Z#GZS9b\xݘdgNm 8aV!27 ?@a|-CLEC LD"x(gQuL](l\Fc:9,,sH熰!QC/?c>汁ֽ"$^{SYQﶛhf >q+l\2gz8~gRj⒈~G]yӹ(,Z3V:UT.LغIeDpϰFgdȆo>Ə*Cfx}dz]; wsG]7(k7D+UWpCcR⷗~baD^MT 2k$NZk,)oiZ@¥`2XyP)ճL2<(Y=F `FJ\¡}0DCCbJwNA>Alv`7\xGC'+DsPY&'d|1^t}Kѹq1ݕocx}f|;юmy.6"T 4w8xrxcN: F:A]GvZ-*%hM^a!z-9M˶2Awp<ʺ-nHZbzJ y^ABFT컕% 0kq%ˆoixn Ţ࠿~M /~D~őnՑBzȃn%nWOQD'Wsb 2D$4 4[ͬ;Njҩ :9$(瓙E"[;H*JV:yaY*-Xm,OKy$m G! .^4*T}ޙ=b9FA݃:4:BHN5b gX'1u2/=b y1f!5'!v!mmXlaep~fp6 \`DJKVd TgyUz߬ ޫ,ࡷ:2~v$A0P@Eoi&P;9lF2V_g.+Jmȣqgu YUxƓE,xa5i$g( t~/BET+ x=t">-*1@m}:$)a@E&Q]ةgF_Xp̒-;L`4RWL$Gr7rk <q$r(<@ @>Hrp61?5Hj#جL8ǹ\"yXq& }[7&!09E79vgsz|N 6ėMUQ^yUc@PcQN_}g& ?{n?HI!1ڵ7LmhZF)9aYp4ePჲ,O5WX _h]ǥ֜<#Rs{5[eLd0O~%2 ˺FMF;(&KW.TƞnV9/vV1Bi4}S)1fk7B!T: }Z\?:>{wkxi86)4tK'ABMz'G4! wW o3v0G}9D]S=gL!O5t~ѫg)E %y_D&u~/(_OV&Xgl+gR47L~p~O.PMWwn' '\`M06j;eMQjMlݴ0N̥w\Q-矃${Į :|-cӷMLö &l@< 8AjZ*ʼh FeQ 48nn~XS@fNEL37TL\WxWyZVց4<>lI|CS-Ef:MXsAeew!Ve=GRd]~Ht5:USɺ&p@9.IUϞw%l8!>6QUb:R/YqpWlF4#mM}g1h5;%̹! 31{ʡzu$mho4856`v30Ob5EF-lfQxꅛfN5Txi&;dqFf ^@.%]2Bt}%gsK{؇{Ri݄ 2+|,ƒZ2vi1qF!G00:~rzCG0xYO>?Q=߸ϠmxnI/ KJ,=Lꏌ}qU_9C擽4V(ɲB l GBPqW,9Anklb.(-(IݑBEew//A!`4TѧM_UOI<隤$Qiī¼T0o\H'ZGrsUuˣDFq gu#Q( WУ}: zOovT!_pֳ!|/Fq%Kw !Ɔ5&ю9»]_ofqSHBoVAWzːq{nb~^װ \ғ~~D8řX+G,ͻ(G#PY4/M89ϥ.@jhXڱ$\Ɉ ی;-inE^gdɜN$RLbR.XwAue#(T"4N41VX/zCߨ7ٽqԅX#pE:i)hdWF|$SaY<*k;ew`.vGK:%bBrlB ):m 8)uݽ'vVrNզ#׿y%gF*y 45|组 eG& NI-8B!bV`TE.y:Hd.MDs#Bxt{~ҽ]KZMYS]z8B':+JT&>glZ'VҜ0{x?N7E}H5=fPq&C[&)էE;D~ߔX.~"ClyeS5#=Pɀ(@3VI/S8H}y5>< .K9g9F!,.ŚU)ƈR;9y(pt#_{+02g=W AGOઘ\/"x'Qn-mߩ.r[AVim9t() ԗ̦ˎтYVTǕHB)>aAVqÊ̫&7Ň i(74豇Lя(#E?sggv8tsCd6 8`QQDu!p ,sFP90+#i`X:51##x4gxo6ˡ~1O˕B7@,_,2v{%37@r>Z n"$Y)vD(S)Ε[Lvk49m9v&qo *WRyYBORqa7w`8fqtSﻔzt\1Kx. '^!)mgOYEV¾>1g&%}YOTx+.ѿ=#SFT)@NR. k;?#wѝTǯ$UP.ƧDf  M9=D# W'H[ی#^#0I;9w'Sw-_wd 3l2{N5bG*X VÐKHCx^lSH'!h AoEX 36vIn6G@]hNK?R:ÁέYc!gH!7wh8w&MRA|?2firRyX?wuw&VvLEZFzVDF$`YA~=H+JOQ1L'UZ}7VPD`byr#4YkL)IV*-A^04[KemU~4EO㣩`f1Sdz5 cI[m_+ F1 QRNp[#Zl(l)"O]&;G 33Jz b^9b>ෘTؘ ũyz)vsT'O2w@9ΧI ;񟣵>d%y(ds*0]B9}#f76E/6v\#Gy֯;M?grHe*׈Gۖe'.ֱ:N5CcҸpі>$;72 H,Eu:G:+脛N ӭ-bO2b#p0̹E|\ W'395PP<dml`Х$ۡ1ߑtObLӍLy 6Ӫtᒰ7q7{R %|0x툙: n єWl* sjհ a[h ?3ch0i>vE;=,& 2vP^+?G[CVŕM]MSy?@=j7zEgއ*Ȳ.;KW))F3VI,oψat02E@n53릒1g~zx \1% =y,)&g'A9@SE25:@MƁYXg۽a}><+|&8 FA86r,eaLy5vH {m"+$K"HJؗ Z`,(wNqF֐ UL4-xGXB,V%J\q!G׌+m'ʌ x4:cHpctLWТ_\!i dQoXҁ$`rŨv[sh}ݱ\@8P%T_eLnEh9H4VR-v/FƁOh.̫~ pptEұ5)(+05ꝚbyCs͖]Y@IG]/s{1&i\ʼn6xU2%x qB}k>b60vbS-B%l7=<~gBd.M>#}:mGewFѦT@?NRf1׎"T!a<{'V~:4RSim7dl 7[+ 18}?;<0\&ϪX3Tl0 EBU,)^zhihƂLE66ˀRP BL$ C>eie?&fRr,cw U zC6-ydfjnm7)QxZ6l-8]_9;^.=S W؞> {XaTX |O\DmyhA$vo= /ډ.{{Ĺ{EHp:\F)Vʩ!%nL03Nz}D=߰e^qhBЦSM3Pݿ~ =Q ę01/ji-FQgD- c]j@ Dc@_I?ڊlΝhg*fԡ_x:س&8K#swL30"FwQKoUlzf7kpE`}`sXu^Bq@IAq$m:ܺJJl;m\Yז*o|``D,_r#_^xHؠF3b6r&o'bY5 q >ɮξ! ڙ<@X,sŘIFf~seSimr9u=K^مF'xgH):85dn o0ψ=3sfժMyAvbeY#|]]S>Va #3 oVvw@nci)aܓy{^dHW Hg)Z CuU%\}e*\׾jd7lM"ډ ~}9RK:ɲ!:[^6-k74txJ/z5- 5VJ<$M7VU]T\>n)c ?zG4eM`Wԫ܏XPg m1nU}:H3^@Fc-0H]Hoo` a{^F1xQag_N͊eإ a,ɶ>kZ^F#='TKٰtHۖDI DG3;?få>Բ9f[Au@wK+6R,9:+?/Hk㹇5hA`!3֗Z͏c,W{HiXKQmuW-,Cney&43|5p1oCXusۿ߹0G5Nq7IGnYĻ7lvHTWzQI.Hqm},;[ӂp,dʸ`)F bVքLdA$uQΈw4VSSh}1Qŀye:h1Hʺx.%dCR}7E[{;4&[]mՖoX!]JlTjNH7!m)bX5̀P72O>_%l ;-x~j=W@=ԸQKF44 csG11qG/%:9B[9zzBzVw&8gUx0di/?0a-qFէ9h"yӧIcI&[,UlۜgJ/gHА3=r  y o4/k|VSཚԥ,קiS+"Jg$WN15᧍,vi-*}~L9Zr;MNΘd W,q&EنU#Q{V0a6'Qic'.jz1.*7yXʘEF| TL}"F)K>fz2hh,_;;ӈwIY$&A^qg3i+ ,Hz~10Ni,:%[;%([G՛o xp"HOhr7ꋭ@EZZ-д$ RX;WbbȀǷW5HxV(+?[q؁MN;P¢ ?Վy ;v2J;U @_׻Bc,+G䑫]m|sUfJq|/b2܅>>q1&N"AW2unYژݹQ_GȚf2eME)ټz|bci. sUvoK6s"Sz.+h;=<=}̨)oinGBQ!+`v*XbQC3Szij (2YχNzTt5~oo>m@T}7`C60EfʆT xKBvB#ǝkU[B*3h^6y7iTeO` 죱hh:% %x3+ HbKf*ߥj*v\݀r\'4*L(unM‘?3,L_VkM(ƒW=!D<$Iqٟ mr r Ӳ4ӌ! ntD2:EyQ3`ox!>y+iֵHI}<_^FfG ks1j[Ka[&V)<>W'9͕%[v`4WՈ$gX7})Y=Bof=Tk OoX5ٛ׻龐f@ngY@xa(8`˕E(qR %YPz '?eV@k1 Io}c\@d_/Jq҉ kD47Ͳ1UdrFM;'/l`>V}3b]|݁P ;@L~5߷ՎyYzMg"PtIgz7,Of؞kTzj5:Hƒ-#jx5^y465l{4ĸ嬉Duʞ' Z`(q0ȃytˏ?q!DI$wmӣ[D}?EyNw*jBD`Uʧ& YlrW|qN:,9:+bNpe^;n$;ɾ`)Kι<0ƪo*}bv7~tNs'v$ξ)JTQRKJv"L0#:Hh5%xtх}TBdt#8SPRO Y. .㠂1j#_Q/TH)PH@.Qv"P⬀F(Qe _\i.{3:kNF3q03' SFxA X|/$i#.y0LQ!.1_Xn9Oq1n 7QpXZ/L3x4A sJ@mOB㝠V5 r-%b?;?5CP ס~}"fBf,8 9A#~]Q߆*R;J#o]?m/i 0:q Æj|0Qrz;ğxO;xQk"!<ȱ' ƦCo'V;I8;>-7( U:5`EʊK㾇\tUS0,_yւ.4bJG(뎿(ʎOks*xB8z 5U(Uk6Y2Sa6dd@+ոZ=7Y$(#a$ڀѽ[1nA<'BKK#jG@Ė*{|[/ MYb+a`By6!IRu m2VՐH5ő6[N7%H BLM#F4}zkߙf0VMP*WY[ /{0oN~'hR4ppHA#,dHǃ1ȨUM`h\)rv19:kX<%2ߦ. _M?L=;P<RCg.V|(r@(3׳:B|<(dƗV4KDd wVY"!X\d!xUA 5 ÞH,g$t2|ae'ᤉ0[B9媛&ÓO3 6_=T#SMK{ 9 5elph=u=aw.$ gwsމ}ecC+"՘ <-Αl+ٕ#'hH{X)x1g|QB鶧Ku\pI7p_wmԽаDn}7z&),ov:ڐS sqŗDU67v{)HYEۚT'UL?(,KvUOe@4L'JPZ%Lx{1^e]~W`3UT2%0Vh>ed#]%-'(9ԕ25yf:G߉4 l]B CTމaFid`I3[?˱M^o|h .D!2$G0d6KC`6\  GӚ}ʕ<Ę9́ -~Ӟ]`4'{K% $ċ=OOOؚX{E^. 5-!~vwڮSkpg&$~L1\+G+y7Ce ˝/$Kf0o O>n IwnЀɪa͠-{CTҝ& c)oie() RLOBUin)X`҄eQ f_sFV }|=C<$KeYat/=a{V^oE5|^QR[Lkq3 UCۦ0AxZ*,Sy<1 eT`6࿲t l rϬDWէ& Fޔ@]FLeA1yKVkGsj}X%i']9lʣU)RmTUoè OkI:ZH]k-g˲jNxp/ (xh΃?86;eiNs*c l"XcAQFK&Ǯ+s5vXE(!Y+;*=Y/u@(` >$]4Nnj /һJGf830bїI3׮S fkUCE%+J}ؐ܁ɗT ӡ(qneTo ϋzGJsFһLefY43P2i^Ff6?CG,d]x1"67w5t[_5:&U@H:D^A 9!>=h+8Ch;~VY RCo1'sDx01bUe\N&w@ѧ3#Ec/.=!q!\7fzMqS@`(%"&Cx`t@tt`y/ J4:} G9;#/_1sYR'}gͳg4F~Ţ(ra /&'E¾!cCNj`JQxU@}67%c/WP 2\ͼw<x(:2Ğll8aߕWIXbYӥ,q"Z:VRH-:ICN Fep &Pc6qhN*&YsKMe-abxM.7:2$7թ]먤(,hD*VfI= ?㽂N0C<-FEN T5B#;N\,3=m3-wЪSf^䓄“d7C+0epSQC$Ę# _̏7w.fR% E)"ҮH\ 0|١7PtIm^v1zU mޞoI\CѪuor2<9Yה'i՟&Uj?q2x~_^p9jd^j涬=:~"OdB1(6AٔzU.rJoLqa;\_:);?ML'~8S6 (:J[ TqGQ|UC țuXd"vнtUBX|C]Wn۱A  cpxq0]Ge TẽJi#|9#ɪn&SZyI`[J޷y ^]&n>fO |d+I8=nkF#(aU20dV2V5- .Iߢg=j颵dijKXD!Q7Q>EuZgꔔMqҘvNfx6XN\PYRAew^M ڨYƸ坭o]NzI{bc |w(?]a{q֗b^k}YT\;Pu2`S1>a.Yu8I7<.DfWX";2!ս"w΍DG`7Z?ҍ&7& kem\N$_08:^b[ \C<-=@ygtA$X8WtMep 9 vBGJ.Ծ`\kfQkۮ63D\B` jةz&oUI{oL^z&$)o_eh;_|$|vN4f`siEZJ}l3Gtı.6s/;T7^8}ջNُPxBP~kQ˖z㕯2l,ĆCȾӔ&f`Yiǜ\^]u¼,q ]]bo({$>ٝ9ӻq'^ 2-uQ^orQD˛BJ)Rvx[Y\s6q{]o>v-4aY!U'$.N&u ΂'oi}6Mי%4;Ɉ^~E9\Y{ْn8?E* q?W(vkO,r/V<2.WkF5j\x& |;XاV$Eg2?)!s5t popH1.Z |pQ@ 8eĈ#J ya&^4A|Q=(OB֌Hh"QΥ}O~y(Bcz =M>ӷ#i ;)IbBbQ㕍4Ps.HfB dYm+]/ܨCPZ=T1Ld<(a9 #{(/t S?KٸT4~a8&m]RO^r$+Ac4ṃu(}qm1 $&Wǜ'gD8aT#8fx*r %~qC'Tx{6:,d8-r@Sc̣>C"iZ\tۥ,3xLb( ܑi2f7Q'5Z69V籀Ԛ_ARk.HC 7x`4i=n^ ~Jhz4_$cdlU6 ސ7/弄fJvg"\/=ϚHhʱFFGku~a:j[w幖2fYbnA4B@pK hMǤwȂmIǣySE0847vi8rS -}t<&6ro` FCC(Iէ;us(}G4(ڹ#롑: ޡg c}7-$~护HW2dm.5Mv;ty ^se1;)PbuU\)S)1HH\7Ċэ^XIJ R2d("n8(oZY ZG1M.&}"gJ.:F}CKO#.pv5n5#N$dH~9OR}?a{m+DZqǯvۈJxI_."7$FCsQ<G^_Z^+D(/Mȇ]2ol/'̙~]Hx@høg+t ,xc0Tr^-v N>6h|Ei2<'m͇L[R2I=nUŚ3ưP"?G!OUy6?!η"G㯪$l}Ӓzr{qAy~'c*+!K` (͔V;9#%VCՃБLN>p#^AײUҥ·%[ ,)>&fSϋō!2l_:kONg`p}v.7GTyǧ ~@\;󻁆`YyL}b?VFSfƹL̾ >#'X`wCz# /aft/27) Fjbzj4 c$h:5k*}e> D,[節 ●dG0$VI"?/!vʠto0 R1RW:۷Uq _VYELce.gLeypqCљn1Pi;pwG.k`BC Xp\ CE=5<>$@Kg9!z>{:roX5}Ek39D9 Kr'Tvl(o)-]ÿބ@t@rlHs}+cԅ Z o0[촫t@l%c3JīYZM99/ipoҎ>~C~TbWuix`@@{-{ jsh EjЬ 11Lu>ILTn^BPÀ2+`60pZyp- F75y;qۉHe( ;IPv;ǟ]12c '*޴I*-ۤJ8JQ*8t~qHL6g,+@{pKɀKMF9GWm?&дjʑCC@BtAcr=dBHu*V4l4A{2z?XyTJlkǾG \c\A"%RfF' _c;N2:iqDd>4* _;pAB!2ʆ5LJu!qbA9MZm,'̱X(Tҏ2A_J%, ٩Dۚ$Gl-KI)|,$߈+Yù:͝h!K*I1 o]RtF&_|w9E֫PItxjMgO܉r`*dL^ZĂ[v dRpF&u?w^6 {0.-|On.6 x uT%~9yU@yY.O&h+RL4)ΔޕʤjSX6䯥, Ou^֚09?DZoCWp"57 m?TYŒSedSWWSZx2(F:TngtℍR.|ÈۉGb %3MP&3\4}4"L݊u90m!+P F_z[p(x&ڿ xr1L6ǹz畑Rrgm ,KB"s:ߢAcd,0%V$*+Oo`4K4!; a{Xm]bEo)F"P r] *{uG^0@| K YZ