go1.18-doc-1.18.2-150000.1.17.1 >  A b{p9|E&@7l2(]2/&7(ˋْOp:tt./erM<)nqr=YR©<1}r5 RbV'N 5!# zi׭欺қI]w}G@FqĀ,΀Ck5㟸"Ͼǧ^v[n<" oQF^ZlQ9 5 u9a!yWUo=|ty-)5595d2a9c64e47ed7b3c1ff0239f81d3d8a30710b49057ad2901fbec5246926c64d342d32ea1e97b5669078829887079ef9b671bb{p9|>b Fk{`f8߱mIOG0i`ߓ*q*3 9ypnjsJg"g,g6,W#ۨ@; Q"A»cگ?qV\Hv2J蓏ZI{A$px5 _KX5Dž.+(2"XPUrh.3;L(}wV'57R`'C<ǘ/7k~h- >p;`(?`d  " 3TXdh   $ 8 } ,@(8 9 : F].G]DH]XI]lX]tY]\]]]^^b^(c^d_Je_Of_Rl_Tu_hv_|z____`Cgo1.18-doc1.18.2150000.1.17.1Go documentationGo examples and documentation.b{sangioveseSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxppc64leMh.4gb{b{b{b{b{d996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7ff84eb52f3034ad21a79ccf00d8e92c29e6ef3dea181033a7650e5cdb7486d60b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba3ce82cede5d7ca4e3d86c0f864304f1b2a91fa2c0b799f19bb6bdc9635d36d24rootrootrootrootrootrootrootrootrootrootgo1.18-1.18.2-150000.1.17.1.src.rpmgo-docgo1.18-docgo1.18-doc(ppc-64)    go1.18rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.18.23.0.4-14.6.0-14.0-15.2-14.14.1bzSbobUibN@bN@b5b0b(b@b8a@a@jkowalczyk@suse.commliska@suse.czjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.18.2 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, the go command, and the crypto/x509, go/types, net/http/httptest, reflect, and sync/atomic packages. Refs boo#1193742 go1.18 release tracking CVE-2022-29526 * boo#1199413 go#52313 CVE-2022-29526 * go#52440 syscall: Faccessat checks wrong group * go#51738 runtime: wrong type assertion result when using generic types * go#51798 cmd/go: add (and default to) -buildvcs=auto * go#51859 crypto/x509: x509 certificate with issuerUniqueID and/or subjectUniqueID parse error * go#51897 net/http/httptest: race in Close * go#52028 go/types: documentation on instance de-duplication is unclear about guarantees * go#52149 syscall: TestGroupCleanupUserNamespace failure on linux-s390x-ibm * go#52244 go/types, types2: go generic assert compile escape * go#52305 runtime: doAllThreadsSyscall has an unaligned atomic load on 32-bit architectures * go#52366 cmd/compile/internal/ssa: occurred the wrong rewrite cycle detection * go#52375 runtime: executable compiled under Go 1.17.7 will occasionally wedge * go#52386 reflect: can set map elem with string key of a different string type * go#52441 cmd/compile: incorrect handling of iota in 1.18 * go#52468 cmd/go: go run -mod=mod [files...] does not update go.mod and go.sum * go#52558 cmd/compile: cannot convert v (variable of type *Bar[T]) to type *Foo[T] * go#52606 cmd/compile: internal compiler error: weird package in name: .dict0 => .dict0 from "", not "test/p" * go#52615 sync/atomic: compare and swap of inconsistently typed values with uninitialized Value * go#52691 cmd/compile: generic function appears to use incorrect type descriptor * go#52699 runtime: support debugCall on arm64 * go#52706 net: TestDialCancel is not compatible with new macOS ARM64 builders * go#52804 go/types: NewMethodSet doesn't terminate for recursively embedded generics- Remove remaining use of gold linker when bootstrapping with gccgo. The binutils-gold package will be removed in the future. * History: go1.8.3 2017-06-18 added conditional if gccgo defined BuildRequires: binutils-gold for arches other than s390x * No information available why binutils-gold was used initially * Unrelated to upstream recent hardcoded gold dependency for ARM- go1.18.1 (released 2022-04-12) includes security fixes to the crypto/elliptic, crypto/x509, and encoding/pem packages, as well as bug fixes to the compiler, linker, runtime, the go command, vet, and the bytes, crypto/x509, and go/types packages. Refs boo#1193742 go1.18 release tracking CVE-2022-24675 CVE-2022-28327 CVE-2022-27536 * boo#1198423 go#51853 CVE-2022-24675 * go#52037 encoding/pem: stack overflow boo#1198424 go#52075 CVE-2022-28327 * go#52077 crypto/elliptic: generic P-256 panic when scalar has too many leading zeroes * boo#1198427 go#51759 CVE-2022-27536 * go#51763 crypto/x509: Certificate.Verify crash on macOS with Go 1.18 * go#52140 cmd/go: go work use -r panics when given a directory that does not exist * go#52119 go/types, cmd/compile: type set overlapping implementation for interface types might be not correct * go#52032 go/types: spurious diagnostics for untyped shift operands with GoVersion < go1.13 * go#52007 go/types, types2: scope is unset on receivers of instantiated methods * go#51874 cmd/go: Segfault on ppc64le during Go 1.18 build on Alpine Linux * go#51855 cmd/compile: internal compiler error: panic: runtime error: index out of range [0] with length 0 * go#51852 crypto/x509: reject SHA-1 signatures in Verify * go#51847 cmd/compile: cannot import "package" (type parameter bound more than once) * go#51846 cmd/compile: internal compiler error: walkExpr: switch 1 unknown op RECOVER * go#51796 bytes: Trim returns empty slice instead of nil in 1.18 * go#51767 cmd/go: "go test" seems to now require git due to -buildvcs * go#51764 cmd/go: go work use panics when given a file * go#51741 cmd/cgo: pointer to incomplete C type is mangled when passed through interface type and generic type assert * go#51737 plugin: tls handshake panic: unreachable method called. linker bug? * go#51727 cmd/vet, go/types: go vet crash when using self-recursive anonymous types in constraints * go#51697 runtime: some tests fails on Windows with CGO_ENABLED=0 * go#51669 cmd/compile: irgen uses wrong dict param to generate code for getting dict type * go#51665 go/types, types2: gopls crash in recordTypeAndValue- Template gcc-go.patch to substitute gcc_go_version and eliminate multiple similar patches each with hardcoded gcc go binary name. gcc-go.patch inserts gcc-go binary name e.g. go-8 to compensate for current lack of gcc-go update-alternatives usage. * add gcc-go.patch * drop gcc6-go.patch * drop gcc7-go.patch- For SLE-12 set gcc_go_version to 8 to bootstrap using gcc8-go. gcc6-go and gcc7-go no longer successfully bootstrap go1.17 or go1.18 on SLE-12 aarch64 ppc64le or s390x. * gcc6-go fails with errors e.g. libnoder.a(_go_.o):(.toc+0x0): undefined reference to `__go_pimt__I4_DiagFrN4_boolee3- Add %define go_label as a configurable Go toolchain directory * go_label can be used to package multiple Go toolchains with the same go_api * go_label should be defined as go_api with an optional suffix e.g. %{go_api} or %{go_api}-foo * Default go_label = go_api makes no changes to package layout- go1.18 (released 2022-03-15) is a major release of Go. go1.18.x minor releases will be provided through February 2023. https://github.com/golang/go/wiki/Go-Release-Cycle Go 1.18 is a significant release, including changes to the language, implementation of the toolchain, runtime, and libraries. Go 1.18 arrives seven months after Go 1.17. 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#1193742 go1.18 release tracking * See release notes https://golang.org/doc/go1.18. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * Go 1.18 includes an implementation of generic features as described by the Type Parameters Proposal. This includes major but fully backward-compatible changes to the language. * The Go 1.18 compiler now correctly reports declared but not used errors for variables that are set inside a function literal but are never used. Before Go 1.18, the compiler did not report an error in such cases. This fixes long-outstanding compiler issue go#8560. * The Go 1.18 compiler now reports an overflow when passing a rune constant expression such as '1' << 32 as an argument to the predeclared functions print and println, consistent with the behavior of user-defined functions. Before Go 1.18, the compiler did not report an error in such cases but silently accepted such constant arguments if they fit into an int64. Since go vet always pointed out this error, the number of affected programs is likely very small. * AMD64: Go 1.18 introduces the new GOAMD64 environment variable, which selects at compile time a minimum target version of the AMD64 architecture. Allowed values are v1, v2, v3, or v4. Each higher level requires, and takes advantage of, additional processor features. A detailed description can be found here. The GOAMD64 environment variable defaults to v1. * RISC-V: The 64-bit RISC-V architecture on Linux (the linux/riscv64 port) now supports the c-archive and c-shared build modes. * Linux: Go 1.18 requires Linux kernel version 2.6.32 or later. * Fuzzing: Go 1.18 includes an implementation of fuzzing as described by the fuzzing proposal. See the fuzzing landing page to get started. Please be aware that fuzzing can consume a lot of memory and may impact your machine’s performance while it runs. * go get: go get no longer builds or installs packages in module-aware mode. go get is now dedicated to adjusting dependencies in go.mod. Effectively, the -d flag is always enabled. To install the latest version of an executable outside the context of the current module, use go install example.com/cmd@latest. Any version query may be used instead of latest. This form of go install was added in Go 1.16, so projects supporting older versions may need to provide install instructions for both go install and go get. go get now reports an error when used outside a module, since there is no go.mod file to update. In GOPATH mode (with GO111MODULE=off), go get still builds and installs packages, as before. * Automatic go.mod and go.sum updates: The go mod graph, go mod vendor, go mod verify, and go mod why subcommands no longer automatically update the go.mod and go.sum files. (Those files can be updated explicitly using go get, go mod tidy, or go mod download.) * go version: The go command now embeds version control information in binaries. It includes the currently checked-out revision, commit time, and a flag indicating whether edited or untracked files are present. Version control information is embedded if the go command is invoked in a directory within a Git, Mercurial, Fossil, or Bazaar repository, and the main package and its containing main module are in the same repository. This information may be omitted using the flag - buildvcs=false. Additionally, the go command embeds information about the build, including build and tool tags (set with -tags), compiler, assembler, and linker flags (like - gcflags), whether cgo was enabled, and if it was, the values of the cgo environment variables (like CGO_CFLAGS). Both VCS and build information may be read together with module information using go version -m file or runtime/debug.ReadBuildInfo (for the currently running binary) or the new debug/buildinfo package. The underlying data format of the embedded build information can change with new go releases, so an older version of go may not handle the build information produced with a newer version of go. To read the version information from a binary built with go 1.18, use the go version command and the debug/buildinfo package from go 1.18+. * go mod download: If the main module's go.mod file specifies go 1.17 or higher, go mod download without arguments now downloads source code for only the modules explicitly required in the main module's go.mod file. (In a go 1.17 or higher module, that set already includes all dependencies needed to build the packages and tests in the main module.) To also download source code for transitive dependencies, use go mod download all. * go mod vendor: The go mod vendor subcommand now supports a -o flag to set the output directory. (Other go commands still read from the vendor directory at the module root when loading packages with -mod=vendor, so the main use for this flag is for third-party tools that need to collect package source code.) * go mod tidy: The go mod tidy command now retains additional checksums in the go.sum file for modules whose source code is needed to verify that each imported package is provided by only one module in the build list. Because this condition is rare and failure to apply it results in a build error, this change is not conditioned on the go version in the main module's go.mod file. * go work: The go command now supports a "Workspace" mode. If a go.work file is found in the working directory or a parent directory, or one is specified using the GOWORK environment variable, it will put the go command into workspace mode. In workspace mode, the go.work file will be used to determine the set of main modules used as the roots for module resolution, instead of using the normally-found go.mod file to specify the single main module. For more information see the go work documentation. * go build -asan: The go build command and related commands now support an -asan flag that enables interoperation with C (or C++) code compiled with the address sanitizer (C compiler option -fsanitize=address). * //go:build lines: Go 1.17 introduced //go:build lines as a more readable way to write build constraints, instead of // +build lines. As of Go 1.17, gofmt adds //go:build lines to match existing +build lines and keeps them in sync, while go vet diagnoses when they are out of sync. Since the release of Go 1.18 marks the end of support for Go 1.16, all supported versions of Go now understand //go:build lines. In Go 1.18, go fix now removes the now-obsolete // +build lines in modules declaring go 1.17 or later in their go.mod files. For more information, see https://go.dev/design/draft-gobuild. * go vet: The vet tool is updated to support generic code. In most cases, it reports an error in generic code whenever it would report an error in the equivalent non-generic code after substituting for type parameters with a type from their type set. * go vet: The cmd/vet checkers copylock, printf, sortslice, testinggoroutine, and tests have all had moderate precision improvements to handle additional code patterns. This may lead to newly reported errors in existing packages. * Runtime: The garbage collector now includes non-heap sources of garbage collector work (e.g., stack scanning) when determining how frequently to run. As a result, garbage collector overhead is more predictable when these sources are significant. For most applications these changes will be negligible; however, some Go applications may now use less memory and spend more time on garbage collection, or vice versa, than before. The intended workaround is to tweak GOGC where necessary. The runtime now returns memory to the operating system more efficiently and has been tuned to work more aggressively as a result. * Compiler: Go 1.17 implemented a new way of passing function arguments and results using registers instead of the stack on 64-bit x86 architecture on selected operating systems. Go 1.18 expands the supported platforms to include 64-bit ARM (GOARCH=arm64), big- and little-endian 64-bit PowerPC (GOARCH=ppc64, ppc64le), as well as 64-bit x86 architecture (GOARCH=amd64) on all operating systems. On 64-bit ARM and 64-bit PowerPC systems, benchmarking shows typical performance improvements of 10% or more. As mentioned in the Go 1.17 release notes, this change does not affect the functionality of any safe Go code and is designed to have no impact on most assembly code. See the Go 1.17 release notes for more details. * Compiler: The compiler now can inline functions that contain range loops or labeled for loops. * Compiler: The new -asan compiler option supports the new go command -asan option. * Compiler: Because the compiler's type checker was replaced in its entirety to support generics, some error messages now may use different wording than before. In some cases, pre-Go 1.18 error messages provided more detail or were phrased in a more helpful way. We intend to address these cases in Go 1.19. Because of changes in the compiler related to supporting generics, the Go 1.18 compile speed can be roughly 15% slower than the Go 1.17 compile speed. The execution time of the compiled code is not affected. We intend to improve the speed of the compiler in Go 1.19. * Linker: The linker emits far fewer relocations. As a result, most codebases will link faster, require less memory to link, and generate smaller binaries. Tools that process Go binaries should use Go 1.18's debug/gosym package to transparently handle both old and new binaries. * Linker: The new -asan linker option supports the new go command - asan option. * Bootstrap: When building a Go release from source and GOROOT_BOOTSTRAP is not set, previous versions of Go looked for a Go 1.4 or later bootstrap toolchain in the directory $HOME/go1.4 (%HOMEDRIVE%%HOMEPATH%\go1.4 on Windows). Go now looks first for $HOME/go1.17 or $HOME/sdk/go1.17 before falling back to $HOME/go1.4. We intend for Go 1.19 to require Go 1.17 or later for bootstrap, and this change should make the transition smoother. For more details, see go#44505. * The new debug/buildinfo package provides access to module versions, version control information, and build flags embedded in executable files built by the go command. The same information is also available via runtime/debug.ReadBuildInfo for the currently running binary and via go version -m on the command line. * The new net/netip package defines a new IP address type, Addr. Compared to the existing net.IP type, the netip.Addr type takes less memory, is immutable, and is comparable so it supports == and can be used as a map key. * TLS 1.0 and 1.1 disabled by default client-side: If Config.MinVersion is not set, it now defaults to TLS 1.2 for client connections. Any safely up-to-date server is expected to support TLS 1.2, and browsers have required it since 2020. TLS 1.0 and 1.1 are still supported by setting Config.MinVersion to VersionTLS10. The server-side default is unchanged at TLS 1.0. The default can be temporarily reverted to TLS 1.0 by setting the GODEBUG=tls10default=1 environment variable. This option will be removed in Go 1.19. * Rejecting SHA-1 certificates: crypto/x509 will now reject certificates signed with the SHA-1 hash function. This doesn't apply to self-signed root certificates. Practical attacks against SHA-1 have been demonstrated since 2017 and publicly trusted Certificate Authorities have not issued SHA-1 certificates since 2015. This can be temporarily reverted by setting the GODEBUG=x509sha1=1 environment variable. This option will be removed in Go 1.19. * crypto/elliptic The P224, P384, and P521 curve implementations are now all backed by code generated by the addchain and fiat-crypto projects, the latter of which is based on a formally-verified model of the arithmetic operations. They now use safer complete formulas and internal APIs. P-224 and P-384 are now approximately four times faster. All specific curve implementations are now constant-time. Operating on invalid curve points (those for which the IsOnCurve method returns false, and which are never returned by Unmarshal or a Curve method operating on a valid point) has always been undefined behavior, can lead to key recovery attacks, and is now unsupported by the new backend. If an invalid point is supplied to a P224, P384, or P521 method, that method will now return a random point. The behavior might change to an explicit panic in a future release. * crypto/tls: The new Conn.NetConn method allows access to the underlying net.Conn. * crypto/x509: Certificate.Verify now uses platform APIs to verify certificate validity on macOS and iOS when it is called with a nil VerifyOpts.Roots or when using the root pool returned from SystemCertPool. SystemCertPool is now available on Windows. * crypto/x509: CertPool.Subjects is deprecated. On Windows, macOS, and iOS the CertPool returned by SystemCertPool will return a pool which does not include system roots in the slice returned by Subjects, as a static list can't appropriately represent the platform policies and might not be available at all from the platform APIs. * crypto/x509: Support for signing certificates using signature algorithms that depend on the MD5 and SHA-1 hashes (MD5WithRSA, SHA1WithRSA, and ECDSAWithSHA1) may be removed in Go 1.19. * net/http: When looking up a domain name containing non-ASCII characters, the Unicode-to-ASCII conversion is now done in accordance with Nontransitional Processing as defined in the Unicode IDNA Compatibility Processing standard (UTS #46). The interpretation of four distinct runes are changed: ß, ς, zero-width joiner U+200D, and zero-width non-joiner U+200C. Nontransitional Processing is consistent with most applications and web browsers. * os/user: User.GroupIds now uses a Go native implementation when cgo is not available. * runtime/debug: The BuildInfo struct has two new fields, containing additional information about how the binary was built: GoVersion holds the version of Go used to build the binary. Settings is a slice of BuildSettings structs holding key/value pairs describing the build. * runtime/pprof: The CPU profiler now uses per-thread timers on Linux. This increases the maximum CPU usage that a profile can observe, and reduces some forms of bias. * syscall: The new function SyscallN has been introduced for Windows, allowing for calls with arbitrary number of arguments. As a result, Syscall, Syscall6, Syscall9, Syscall12, Syscall15, and Syscall18 are deprecated in favor of SyscallN.- add dont-force-gold-on-arm64.patch (bsc#1183043) - drop binutils-gold dependency- Add .bin assembler pattern table file and test data to packaging. * Error manifests building some Go applications as: src/crypto/elliptic/p256_asm.go:24:12: pattern p256_asm_table.bin: no matching files found * A Quick Guide to Go's Assembler https://go.dev/doc/asm * New assembler pattern file added to packaging with mode 644: src/crypto/elliptic/p256_asm_table.bin * Existing test data files added to packaging with mode 644: src/compress/bzip2/testdata/pass-random2.bin src/compress/bzip2/testdata/pass-random1.bin src/debug/dwarf/testdata/line-gcc-win.bin- go1.18rc1 (released 2022-02-16) is a release candidate version of go1.18 cut from the master branch at the revision tagged go1.18rc1. Refs boo#1193742 go1.18 release tracking- go1.18beta2 (released 2022-01-31) is a beta version of go1.18 cut from the master branch at the revision tagged go1.18beta2. Refs boo#1193742 go1.18 release tracking- go1.18beta1 (released 2021-12-14) is a beta version of go1.18 cut from the master branch at the revision tagged go1.18beta1. Refs boo#1193742 go1.18 release trackingsangiovese 16522754451.18.21.18.2-150000.1.17.11.18.2-150000.1.17.1asm.htmlgo1.17_spec.htmlgo1.18.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.18/-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:24200/SUSE_SLE-15_Update/88c6e604b4e3a7eb6c3ed9a2d03eb876-go1.18.SUSE_SLE-15_Updatecpioxz5ppc64le-suse-linuxHTML document, UTF-8 Unicode textHTML document, ASCII textn/0Y&:WTQOutf-8ce15b422a043e90ab7c9ec15873f7611fdee6a2934faae386e6bb893f4a515c9?P7zXZ !t/T] crv(vX0UmhԈǪfCʸkjI(8 N܂ tzXsMĦۥb#/figWs{ +efp"ՋH^g\?sDynkȖ0Ye2V+ y_ŞOx߲iΪD$ 1@o[+!3rRүc6c.;1D* x &?!߅5Hd6j*L =d vd@@AWGz 2]҄UxFЛ(Te7Yz;F:xqv!c=d]YR뢷.H q TP\A*)`]Ax5O^['ߕ6^z2M h tb!K -eJliU^#*F=}a6.ö" 8.[i=K'$gIwxhMVrBh#g#cZ|;L˝Fb9t`eq /a^ ʙmZS xŞQW3ϜNJg" εYOHW jk.GD<+YݳkӲBPZN<̔Yz-t{x|%+o" 0tZ=b~3;.dIFJob;5CdJ&2Dc)%nnѺF|Ha}ӒTYiɴ6K=bg ]1?. bnW+-$$:XK4n9߆Uf_~A0c1YpIe)ubaF[&#]nzaW7Y4#%:tBM(SZ!, {4R%.pւ9cfK}.F`yž:[h:3v C^laNhMMKsn%1RTk+x#N.Fԓ0hҮ)*9HG\qa+2YR@"MU[-baFi7>NuTK ARGs.2d(h0Q ׼i)#@$$O%rI nSw0AXSP4(n+^=d;:os=tLf,ք8c(p:UZa$ ,n5ݐ`n1k8ײk:-n˘W]LړC"ghk3^_뷝p|QS_uI ȩ} j? 0+)+ΪRڞHKߕ'+왮E]vV_n\\E޾T% @qQS\YlDFh: sj$xDFZN"vz4km?lY\ YEEZr}$:jFXaux<5>/@A*j}v;]#DkR| 旐ʔb^ 5lL ,44OGWRW IlcɉUMvP43ئU6ק{o*Pԛ'gU^3DsI 5A,֪nCh(`7}O6®z⧈8Դ]!31dLlRm8{(S1m~Z 96đݞ.aD!X(~騥JbbK6>W`Mxj+6,[;tO$ Zr'|P6!k h: 7ȧn+ߟpy=]pi[UF1IQ~q\W Ao"W^sV@UDR"1 AȘ3]FB_ Ylg H^qZ6;J@]q?L,`C~YP%;9 ڧ=,ٽk'V8ZqӇfhfy׸xmf3=ɽw%R v ǡ-ۛDj1s, T8As b1}`6?%ƜYۖ'jf+#Hj@bXs/j5|ukbM):S^=C*QN3S~[WWiofeබۅUI}7%5KMe#T)uBCHM!%Ҫ=2!\cJ /X X2ln_P9( ~\#_H5VurK `ƃj%Oz*b<=SϡF.)P*ZPQAQrϦGΜvSxFf 2[EE౟b 49ݡN+7,9O# cdYlƫ{P 2j@/,LY 1yb=eǯ  ch4S.蕼5}`Ǻ* )&9E&#vR"<vqacv.ڬd`  ͦlL%o0M;VU$H}#|BHy]aɩP]]a^o"cKS D( G<6^/%\fʀ+? 3i!'FkYA[y>!3UP':=vҵ8Ypğڜ<{6iJ޽,#/! EvL @:nKF:!6Z s)ę-QfԔCHUTߦbw,v(nt"OoO#~#L5ڷJWٸXFR%}S>q?2^f!`{[FGz@aWmQ`iF&fu]U[#%JRУx\HmgP7N8? Ù}?#P- t%I}"æG]!n/Rzc{=Xo֝?o"?3fgco^"a9T!w'IfH٥`Wގo [_lG%CXU/q&aq9̨κ3C|ӧSa-/ ?4ն>c0@QvcnACi06*)Ek`6ZIi-7Tf>w=E$C+4# 1:]XJ&AEK[w%=T$˨S3e6_Yߊu i~_ֿ*A,WWK4k\Ţ7wů ~I<@5郼bQ3"7 1YGQA?.U+3ՌvA_tN ]ޡ,-D|CJR d&>iwrR㓅Cudiuk$dD ݗ5&oz7NOMЭ Y>ѺRrKβME%WxєIU=m0XjY nW̙]9\H읛{܇oyeXd;j7&gYqx0>˙@m#u~yiic1E~iNR&4T oZ3-G37?3wItM1D&*Qm3 W3$L+ΰwKrΖJ_J!xDHcߠK'_!=9' Pnb/O94fDIūBcaEbtǢqx.~n<kT|sVn9)z/5AQ+ur9wˍpA8n3S!J[5:keԙFPzPPvs~u[PQMzr6$4`Xd٦Sshjy;#8O|%)i[֮6:G&bZA_lڅ]"ڒto5{uƸ>X父2l/Z] ]cހ?%CIӉSxv%V Ϧ#Z|뚌 ^A4-B #/kZk7:GnIj B0}T10NˏRݫ=/Ҥ g|WUyǼwMzBm7'eQ|G0y7;mi\;1cR7@R1OOw*`B>J%)7fjt.1]BXS{K>( ,ybzfrjʣ9Du;( -~wNQy.jHx0,cA1ҤPЀWDjWFw2cNOD|*g2 <]!`MawJǗ8at??QZ^.NN( _r(x-pr6VK  4lf̷{+R¤$ES|Ү9hu#Bu:n3ȧn_Ǩ{N_d2H;g<,ѧ 8_ٰwC60_ݫFMFYN>O9! ^{)nK(N?o,}T Zs9ٌX$mGQs>Qcs$͸>KYk=jTX*]9DPH UR{xjil3).> w||Ho1Y~jmŌ~|V`QVRktjt =pO ;ЙgqG:N$ֽNd?!݄c9&=b2\l:r )lDFU`?JG Cq%6ƟN|BOZoPgk _sOeQuaA UlZ&\t|ڌskLKE7؆74Lh -OEX";dEҁU21pXj?H(f2$A^=KaKCw@; hGA> ^exY$/Ջs;TOX3W %Fjʹ OL!vZ CM,d$6eS9ܵXl/Lug5'p6=#i헃}J12ᎂijWu$1h% q^y1fS͢^j22dAIS \ho >N$?>\?l/n{V\\$ N(ZQq+^BRs 9~Sn*!sR:7TZ$ʸ0KfSZȤiӘ[h16egHՔʹ9̆s_wbPĔgO#$moD35}O} G "{OAu̟&Q_bTS{BL%ђŦvOғ+(Q. E};Cѽ,Byz9c/G}g,Lզ 0;;t+B79ANfu 0hߡ9irIĠ@n5ےڹ5`x6da䡢SaV f}De Ɖj(MӜRVwvY ϋrG @dH*4s WFe _ K>^uYdJ>܍+w{\9kJ 8vfCBn kIB  mʈM Y3մe?X@67a$>Np "@OR|5!K  ӉvvqRC(yŐ=I1E&1=*^1,R7c3iI*875/kf+^w'3K@ 0%d &H-Ϻ׶GoNUxgiSQFodgf bZ XR;|= Lo}tb0ď%jN +c吿0ϤjlHaн oZ 8M/ZӯuK9[s9^%A3K@-Uk~W$^ضu Y^`-o פDq8L_3k T MaY._q S?8$TJއۢNr%^Zh>.Ou72ex]RU(%ZggAK ]jW >qm}]b Г PS:UxxJ7Q#`фE[ѶH:͍3:8=҉7_wL*b +:V*D{4H&՞N]0ve"N |,q`_nT6G.Ҹ~&4aLrLÜRkCPtŔds݀w}CBq ̧ykb7l#ƫe[4zƞM PO]̷k!9)0 :JMJ+zmxXWauGK'!@Ɔ'-&-Ok-[_RB9#Gn~cO$ Tz c3px~CũC<7h 'T刯EUB{ mW4]Kkz C|?`g9,E92s" x"VahYT?L)ti@C^%u T6:GA(=ڟqLeĝCxyF3$#4V#V+{YoJgboY$lIe8x 0ZyyEy&gtD@!Y&!anRr{n@e,Ò4@ZC]if37`Ri*Ҽn7X,.7FU境j6~TNq.?WϬAm=l'+%^Z[y73[X9ד+6】|eTsE3I'Y`J0k>F[,M`j9w>3Qv7ަWmD' 9&JE_m"JwW/xDWP'Iȗ=-je|5&k7ySC|;d3<3d's.!8r( j*;#M۳5sdj^HLUhFq{nXQd)"yA${CwM&NbXa;LP-k\iA ubmC}UUfZj6Uhvb p ת_?2^]xMâJ>[&bu}ohQ=ZC}*MWuFEBq%kGmb3W[T4WIAxi"=(1%*X"$.5tjG鶳TIyr!“@akf }Vt\s6#v[`v@չBʏX~Ĉ+ҍwAiFZ6gXdb,20zhWN-}߽?)ub8"T9 &k)q|8v 2sCzqLv(EJ`U amweš[MN90PPuA.AT7ϐӘorZ|И|o*Nt'ºacho(?.flj4KO|toJ(rNvLF{;{?+er1sarnEjdK;ТNKT"j7-q؅ r~)rƌq|]Z m!~܈|TtBy.ЈB3 m9zʍ-JX!}c &q#L'/%%Bd1ݢ6c 6GX4{xHp ߭;. }(Yu>s'I2 K4)^#(pR$>R6NAN&s+Lի*h}Xy:WF>Ga^TV9v;. Xj]<}Gy6w)^/ʡ2C7 =猤+Iܲk!L҈4IRbڣq ^uMJ6eYu sQ@GbTXQlm˾D*g카[nl*tVؚ .CT.bEGs\i*k  OP1vX' 1gX'P P;N"\92kQƨV Iڽp+ 88t0RbF"gr]p=t~ S^ۊrQŞBf![`/ w-sviU7dGNrհ+uKO{MDYyyFo6I\ ٬zy͚"=Dt.3!g G;C{iU7jU8\Nc#ypmit̴w8;xG?qe٣r2sWmǡ@zvNղ*ĴV)ZWvGRgC/Jީ'%kT9Iپ3#{ ){^RZo{nb^18оD8)3X)j%&w*AI Tg3rZ v8 2^RK%5tF=M2Rw(|ɇ>z 2z+wYas~b0E)1>{i3iyHY|00%t2gMD5EP4%d?w)^_4cdmN$0j{ֵZ"/]b،UX$^LTz?b hY~'\k$^EV |Wn򲧴> PYZVm HzV>:%RhBڞ}WЊ5='R)YQ?%w@ mAO%ljSvvr|֯qS_vU$4u ;.(|FXQCVlI<7AT^.I y 5t%ffM p(4YN'?gјڼU x!; W@b65'F{VQy}2cWB#-\uqQ z᜹{G f")ϭnV !ƪix= m+; -̖YJ#NAT:e V @Z]GV6iHZvB59àq@3ήX„JS¡F5qmJIW8ڵe4/ OezI.Ic%'̞۽?YˏHfJɦ?fȐ x6.Dv_IjoЄH }I%y{ueZi@ٞrwl3eO$~aSGqj y4@~FfNGS?yx346i;bwٲ^hC. [On#cZ כ8^)K5/ ѧ==X7ӡȉvBB|әJ3jIGA; ;;hYsXlBeP45꘵ .S0 0>^pr(A{xO]%$9\3$bD)˂fM,3oVn2 gb*c&cTB-QIދEe)} Fz#MO4!߼HJohiw7g(@j CǗ>kaFQB*DWz#=Xv {6s9+9wr<&֓@oۿ1%OB1:('FK\8, }Z=j7wtx6R++.=2)@| -=Z&۶'r#q3<( ژh`" BjA3ןveeU ZbtVfx/T0H Kaw9,Ri }Ix wiL@;үNˌiz|'Y _䗀xWL{]n nGuC%8r ;q"9>ݟsO)R|i$fJѲeq`|+cHqa@Wx6%{&W?GҊ@AScіH9,%2@a\GK'Fg`#Jp1Njfo1ꄸa U^ dlڗF&!R.o+2J4jV$4޼_*$PAuAʢ^(2U#n:\_m0-|hA[ЕFhWrZ&,,FҖ?g:*dxcEZٜízdįomPR\K?b Q+c9 Άra:g XZ.:?⮖~ԏ>m<5W1跐#嶉k4>f+nhy(-n#o eF:5+H1<؉-,{`se98EqS2eap6Ɵ~~ٻiuqQCq"B<3%^n*ס( u yۑLDtd)UĸRǚfܸ}!|47à9DS޶/IS>$^/J ܿb.=Q"} (VEYli7}6fS _ծ^taκVPL/J|\ HbmVR0/:aH~D`r0pztan,FqPtG|xq͈"֜rLl[Naf "{θ <>2ih+vV#K;vH'Li% gEoJ͓=IV;tΥD$/VJS9b '_!{&P~P_(§7fDj{7,1QZG΅Z(`n콋^$Tdg@uun't ƇzR*Ju?'2nr-U&S?Og7g( <{?P];i ῏D >HZ39wDǕ#%(:8T]u=E^v^/h~v Dﳦz\oxi[8tKA7I̱°Uq$eN'uD}z\UN#! ]&8Y #0y;+,;l3c] &K̋ ^SAox446'~X9l!#jtg~5n74o斂.{} +NBC/?.)P4Y`!Eyq/8f7掬Zx)';W.2&EܬМdOYJX(☎:ehwZ@M@ :6 Q>:b @,;OA8C9d-^,Gw37wuɲ/wE\_fNͪWUcyK>AM`{j{JsXgO8\ev}Nkw'\ tl>?46)Qf'^sd&pŤ7 2x@8I&w gq/<,GC"ca6*ۡPB3 sKӘ(!-cWY7ϕ>bL}2v^ -JĮU]tM`R ʴ3*B., >2vBb޾͵=޳O^SQ̸3w Kh *G`R\h1s;We/a|(OvXEKz(;Xʚ?'g15wZzW0T> *ܶLNkioJ'ϐ!yA2␽2sٙU66(ǓuU9/s0Bӿ7zԗS q\7cȳIlZ/A ZqA]ҥݵihꪾ#w5sY"ayS&}dMiRzj[==5Ve|\R5UT1I/i5D#9b6< QNdOf(m>diC {l6½$2/;0HXFfZk_ l[$(tG9:xDZ ~1сh='HIM'{A}96+PS}WL\wdHפnt^ y5gFiUz` >Hd}oS*>e\#BLB&#;b^+8X`ˑpM̅:tz]  ۋEQhip+˴+y~j /Ȑw(t_x1ܝPQ [`uj'>O@BZBd40 V`| 5SۅxR @[!'cCج3S&ᅗ9 <:f N jv vIs0w`HJhsC20}'FiP7 $GRLbitTV%3_)nkWzsȵ &5ԕ11A3p4'a\>4iħ̄wR `5uuqTŠ/zGajutϥE ` P{;NX"mL6 GvJVF-=rE^:9^ܔ\ `CFqR-PBg:_0 U|+ `9\qfR5Jm嘼0u]vn5bSc#6h}a&y+*X|5 Ij\͂IjMw4 ,(NPdGa{3 G%eɀf˪ *9Bl=aQ&JB6SjKL̺1[${` ~ǃpdIn;)]^T c(#QN-8E1.{@$'9]X]%]5ŭmo[Y %(\4z}$Pk1drv7=26k} s 7ʟ5?4KY WMÄ-B,lwy %B$ktU$u8|Nsahb `+HPikUߏSu^8/>2mK+[ b r-(t"OxI.,OR2~חx?GWr5"}BcX_Bx(iaWPwI88b a?_;"&ݱFnR^V *E}g:)N ۥ W:5&HRO:%_=IS28ftAHbP'>01鎬Q٦?*h wvo;TΧ>K:/* r zH)sq4tʬ A4@6*gxFDoQ96X~?P렺NRurJǩPd }:^WIZFRUB,Ko3ja+>EܷG : G4<$T040}]#':"qL DiEΡu4s۝VX:(U䭁XםU_#a}(3Yz,wb|E9^]zwn2Yk SJ |hˋ~62 ]c\n)o@𢑵eqBfAe 1(lD& Dd㯉mlÛu,m(oh;?h (eQH\KJll?Pw/O-a !Vۻk`uKVpwwͲ4Ͼ 8dW6\=A1 (ۢZ-e]jV}W4@)c(̳l k@E0ΩsW F:nd27%X^Â*٠(5amߧ£ifj8|2XCAP*A9+Ś \T/fSJGF_)RYmrDi6e  ol<{AXVJмc4I_5e U!d.QX,Fu}Oe7|f|x"lZ[/Q $Msy|< -N^,}| LW3 cͿ ??qP K(nWk;6}:9BRl$v)yqIlĦu/Hy#^lA'"Պ.A$Hˤ .dwӪUQu)q#Uvec3Oi0ha|&5C4TAvAE')AKhE"|W:om߂DvZB 9%!}/~?;+Yɼ xQ@J> Ga($ή=dJT;U: ?l >[_"qkpֈ~5˴"%myC͖8vl"&(Iv|mwaکaE.hGrm{$o]&\ҋrN+]iLj+GJeA KäaXtj/\9ߍ/1IGWOZ"'k-u dQVsIKbp3]b)ت0^7=~ 1T]YIJ`tMIثtm{-‚~l|%^s*HkDܯeQFB9C!|%犌26־ eιVz:q%kTJ(9ms4qm2{)]g#NdSƟJJZBv`bAg4?`z4.e3E>Ym&CbtXt4AIC8%2 A7:B %vx [D&wO^-&kB?v_ws7;"ny''l-/ÐB[u#v^Y%_&t-=]mVy-T[M\yf7vYF;C)hi{$o".V|5U9ebG5ʂZ7̘:cFt^ҘQ_(R&JOZMv(NP!GZԊncn!X z^Z/A?WBd\6\wr"=0)hځ`6 z [RS-EPJJZ5KRMa?Ty a/}TZr~kYbh20=䇠lC״)=cs;[L\?6 VdR>WPXl؀LC&q/ QF o ωrN/{lzK[*6!iW|*ڑEFC/*\\y ]F%vs#tI38oJ\13.{Y^7,S_Ƥ[_րGJȘ4 bM8{ m1ܖwJU3%%99|q)NTȫ5=> 'ْ,2A^ΙC Cw5G[)0]e/q":a`e _mG@M N1u_R: ֈl\kc b:sG W3,xb%2-(Z7A/z}bպUX0d.,E(Lw\{꒚e]Ķ>>{kU hq[!Uo}x`0NeՄ HM%] R\B0ml=/TKb gIi$!ÜC`";gP,HU|1.+1PޜO$ήbh%mXG-ꭸEZS^5PPK60qh`71m V25s |&J轖"? ԫh=P?KQ%@@I?Ziiuҕ=7PRٽ .,)[j/3w#HZT3?tIdZPo'"B ۷#a4A)s2u|ȷߵ7} c$c\駏\eE}-z0kP-- OŴ@dZJdN~ B[W;Wqbz,շ4!tv.tC1pI"R#Tٽ/GM<@sMRvn, 2xVTxnp19ϘiJ搼nfӋfthW| `oɵ=6Tn(NU׭zjJĨ/[뇈<eg{-/'pF#x nϬ"9UHNk3HFuN֔mn9/#L~zumfIci>D&ғ"y}NU$# 7T!tCBG@~K?`dQBU;?l[4'&ㄦ?E ,X"k=Dv7^ |`J2(b<Dv2-n Ruœq>Xx]/XP|*]v9c`xgz\5PR`,rϺ䒎 Q`MJVNQ\q֝UAѫ\'3l09<ظW歹3[ZKs3Ұ==8mUO!y1 #5z>=1 |Uǀ GGiDj95o&(fENGdPϰP"MUDd~OzeA}Lu杝fpnnORKubbca![}O)tXi}lAM VW6{CS׋|e9][q$/>;y ^Wdg=o&ksl`iu>Q{)GV-S{h=Sx8ukcZsW-htU4[]K:Id(vKKT팮YekIvs/OMwƕ]!&$,c۰f'R] ťxWC.̉a7o$b@bsz2bvVo{-l֬K?lk<-xӌ 9 raIX 7,u)ت*֨,>V~eM-f+"՚ TB2Epxv7c-=jƓqu b\3*`wmbv(~Њ睱bL u3|F, $CA1i~|5Yε.1U"\0eH'3%B:[Ԁzk2mGVFKAԣA>H(woȅoKfm$LBAkOŎC92CρAL `w3Tia#Pg"ɌSqS$vp{\B%0#6SJMt9M. jΓ#4Kcd( D9t99*B)PDBI^\AqPd Lca,L6R!.UaLAQÚWp+g1 0njY®ꗢOjTȢForxץ9 egѨA&= kz𮜗[L'1>63ډ+[\"}$y9Vj%4TqϛhTh:<\a#I/.wh  NsŖ m2+V;1Rs )Ǯ"6ħmCE?@w aXWo-yBƗUSNBXֶo@lJǩE^@Ev`:tu@ HQ0SʾvT9o֗x76T|W)MߌTZ=`FtK_2{"hhDmL3nkiA `[֛rzyo dD fc3BиUFA y+q+$2Zvw4lP֮kZ3N ck҇"? <ڴR~c'jF'ipғH);7vЃyEeMzZ|fOoX:R'Ӧ?웮"29 >>ی(D۽"CtR37&j@7rw&lsTr:i ShQ)jE#49!ܿI&Bd XߣudwҼlt1b!d%&b"}b/1Θf(%A[^{ڡ;dviu4ȁ)Dt6B,x;UW90l>z\y2D+B"1l9YEIЂJDryƮg{l[ [@<~C\ Yytc"k~z(>7fc ?yR`M{JDU~Pip3y5qiFgE_"J9/4V[>ms:x@ ZD?[ xIrtIy;Q|ޅO5EH@:L37vEe@bW3nI>6Kk[6r>SзNhsݫ@4B4k?Ar%5U}? c^0 d*:oBK%7i3M@f `]k %qKgw)JknV5p+F̢/*_h$ߍ}?"!F3QrC%8VL.3l5,g+Rxj!dG/L.p2[0ڻ^վd8fDj-wtdE.$k"SQVG+:?g->*)|15Ag*zC~G4F|PZȷro&&7h3Vb:*W)eȷ(<߂=}ѫ8ޠ׌CJ-TQHeλC͂bGT]v-Ĉ 6cR.=uQuȜ/[Rni +,HSpF7^ MvK|xdb2bc{u!Ώ'vē;Fy%1(^D ^w=J4)y]c f65Jd".z!`?Im2t^}O~=GKg?w) _>jv 2X-;C~prV Ж`er'b2hv8 Xo$ćgit"r[&tv9ӓH+ۻdvʌ\0q Q@6ru*z0hRRA)LgܟB)NC$B1qۧTj]7Nx8QzOOX 1_GA90٤fͳ:ë<7=^a>h:둓ȮϤDx>MniT"UN1|;LloMDqKOxI<4'v Dh?(5bDV!ۂs:6BBVU[Q;uXtX. [Zʝ9b?JE6@kCg7+A~cgRXW_Ќ T'T8DNs''njO-̗{xҬeN@'7M]~pqȝ uKYHͅϵ%3u]qjAkN)ZB 5)"NZTNKS5xzh* ǡU_36_ZF%'*Nmu ǒeLO@V_⌰9yB]Prp⢻$sQZm-hV% Ԣ L.%OJ\DLy'b; }گ¦s]؁ʷ]M?K!4s2㎵$]i~5Pc1:sւk65ՑsÐi"p&;]cfi,* u9w5Yr~L9w۩U 0E)m ʱ3@Z=f9V0+TH!4hη-Iyw۫¹쳡lnHm;=nz`yp7s?}D49uXƬ^hO : -?N.܋?X$Exm's2ң:Gx'b6KE~{f“{OA#wXMp/yi€(l1orq _ $4h* Mߝ>=Jd.ERV8Rس<.ؔC 9l2~ӡD@>3Ŕ d:B/S4ȑ:m w$ z0s' ,X(JN_g7-ȦކZݦSrv[VIky[TvuV(kp~ T0E_ #v"LC60;Od@C.z9nz-ئ3Rɭ N<9:絈\i8\L}әSD IA |ZbRj WBe=lzmU;9N}ns?as }5Y%=! ɩݔ#}<<^nO96";>QA`cōZmm*1ƲH_N)s6x#v=$<;k8C'A⺎591VV?@PXyH"+No|T_j-ig[W#U4JSd$އȧdگc!q)X+kӿˡaMgᚯxƼeL!{2t$9MiqeG~W<fTHMڞ\J=~G t&o\7;IwxFSa^tH7N$k 6!}źQfZkdOP${Eit1lMB˻ rn=Ջ,g^G 2XfdI,˰!NRE*>B|܁4q!Gt%\$Jq lᄽ9z\biLr2.Ҝ!I\|υ[?W۔;#9b_zURЎn{.gq6 TrR炭 KO kkLiǂ$2 ehS+6"{R {2[Ky>ϼb&gXZGHάHJ qf}@M_jzF宏_Ҹ"7F`YG>{񩂤Ay;ABK@\ 1! ][D5 VeSKe^ L7?rpe{ifA8` 1<}S손 a~gEQL%N9,SM~? 9 Kk:U@O CvU,\g #*E[+[0Qx7({YKGVh{rWyڼD ϠUWbIfNL:4"V 3r|z HpO VTٟT[0Aϥ]H[0. B~iO6M&\@MH}8~Ta.[zGҘ7e}ȭF[ t~Eg{Nѥ@VW6կc^(;cȵCe \[*Q@g`;Y7:;@Ǒp,+uWҕ83-ٟ"3uc}z˪ik8A BM f9C=@Z'l8RZ(_k pKa,6K0Ga`94\C1=MU-k#DBN*Uܻ Ǻ{ljjH/5# TMY^ z%HEv9EQ9z=6_&vhTK~K?SG0}FI,y }eH{DVJb"^%Fbvr_ĻP%~p! h6P#ۢ_nQ٣Eq70Cz4x)zu?09ѩ$O=zJ;||b*OrkH\56eknи|G_Y O--m7,)KQ?y^Q2b=`@=CHKEG},<9+CU!8Pwf |jܜH kS^vQla׋[n񑭹S$[S 3ҲM4mŦDY-bYɄ3ciL@3kMaHyNSuĶjҠo'8S)d΍G_a ZZ0%')}byLoX}AdaU{L)qn[Ozj>)Mn  k]\ǼD2^9_e,1\aTV)t.z7h 3ߌW 'i jNIm C^p(KSMn#_yޙCY{ؙEYFa :Y݋馒ZJ?׻6=?~b k"0O.ɐSh/GrE+Yuo>tNT],~`=u5A,'P$LeZ=DGSKUn9ՎboqXdq$D_<Q#8#l +ms@[^yT(M!kIwάMgʼn2cqt9 [ꃝ.ib\Dͅ)esKksIbiTl*&0hJu]:ZҎY-TzCy%'$Jz% Nos,*4cw=( i 쬗p;h\&;A:[[b#5MD;(pf5:Yr^7h~= b.}F 2S-=BjkII)/K3CGdw{NR|ܹMqH^Ė#lHfݵ!>]'ޢ٥X5q_OugFݪP{:*Z()۝-C·OmV^6u8.sZMR 4}S>fRPҧ/gY8YWBRX4,ۂ #uzb!;Czvl={@,uS>eS Rt$+5yp(*|*ΛzUxEIjxBO6ܗ`)3 nr L*tp˥T8eu> `(k]&߳]yc|Shn_)X9^d^P<`(DM+ڸ{V C{!eOݎtLYys`5" CZ;=f-?KGٻRNA[5`VMk<ؗ kV#{uC5sN$-1 ^T_-сK]s)`q4! 3%WqhZ+#-0␷ J^Sj+,mvP*"Ϗ*^ DyL{gcYDŽP 2+?}UM lxZ]6YAѸ0,(9:vB{ 0lC%Cи1 Qٸ:]'^] 9 T eub}P$' 3 U &T-4zF0:lۏ=D9P|V>zl-zan"^ReWP 1CͮMEI65YG1\OZHٸeM!&$3Z(*lŴ_9h4|~6}Ơ{1h"66,#o(SpZKw:~FRV%)[_>dSA}}OBU$PnlmSj{ ]/G2@6/.fC]1TCV}M;<\.Px[C 0_^_}c\=݅ǾQNj" K k$Z6:ҡ?5ך 6m$f)c&) `O6x; ae|]쥾lL4CN !]-t4|F.2a-m<8z#.ru(oxbFn\!YF8 cJNm#R=2ryJD^3̽ݘ0ٌR"8 Ej|_!0~nobtdh5’1~iU{L88Ck% H=zwiӥ_aY8A˷c#Of +%cS*uG7/q#~c5 C=wQw8 {Ӷve p?Gl-=aHЪeOypP mJA@ƚ~NiIXx)ۘ;wu ^EN~C>=D⦭~XGxO 37BM^%nB"Lڍ9Tj>⚉UFTK[mJ0 QDƓDCg1Obܫny^`{Lo,yhM^QALxe=6%}{ih#J=-z1o@#UKX4CޮBb`"@Qi+:`)חz(AxZCjJCAmtJ1r ƜnVfSKۈ3nTI>28")rb/ 7TL CIWpXWK(h՛# aGx9 `6lU77&} j^~c6D?_Msn`h(27Zxy6-mr%Q©+`(I H-s(+~yyv~ I[q!m0Lo+4"HG%TÄS!H\D-1Fk(sZT5NF 1ża/)1JqSU ;*d.$}!C7DAFHTĨ kjdּ;{SغZwADmelsG>]#9KH(.y} (PwD#[U{ d.@C䋅nGReX=);eZCyuHyN$๢zL2B,i=4:9$DQYQ9$}^5Xns/0]ixt0NAP*AnA[ǯs"69[.4_M N8vvѤsA!JDmklR*#k^Ca,7m{eN% ]̽ǡ0iC{b{T1H;Ջ @{k!?"s}0(W"(HJ/I^HߗJchfXpH9́cvm,uiN_ 7xN\%},@{NjWQ RQhrsG`>0 ,!RƷ[lFl9nP[Ɲ,h* YӌfV>^sh;T!VxRѩܣqfnLy_xã !H6C/h|FtІ;y^i(7候ȆfFC1/`(}o(OB=#sAtLq*-Q*G.Z XB"ۇt,K iqy>Dsc-jm4R/oO!Z (jW\qg@)|{~Hc!EN( ]d*eu{%#\1Rgߒ"& rtc,Nq%0&m_L(u &`]SGK( L؄M^+^[|~61reo!­O:34-܏8 7et@}7\=3`$-jN4^BM!KW$MIؒe^L/ 30}@z$F釧.iå "~$ &w@F.&XcgO+tڒPrW!;d`dRSm(&w tkR _S:TGje}Ag ~-Dhx TrwhR!Sk+$zURcA^y9Xµ241+E%wWNP,2;a k_y%ͼM"wX}cIЯ%eZzZ=hOI4IhӪ3YSHYԈii{u6 H3/7NĊcO굧B2ӁsS&;XeԹyT ipqߴŠ@te2>aiAʺ ĶgSXmrae>;̨ܻ`Wž,Lg%!NYHpi-`vg0 ԉlFAmA#8LO_yEbuN.çV0g]C#7f$1lE&r>jzUV4_ lF66iؑ! O9vW^L `;fI_]٥?%BYQ>h#9wm:sB  \ƾSa&*fϗDL)ے]xyk0CAPּ-)% ]7|a<0&mc̥Cp (8" V?tՇ, uVՒo ;%gP!Feh&W?/Ʊ.})5 6ΰ} ΋Jexe8GL(ǖ'5z۸qPh"'Z>f{&i{D;FMfΞ·ecJp1 N" kK,OV(xҦ%gl/+?F(,|연qFkFq>9~bb^_4ܚg]YBРg-|ݷ{԰y!: ^GޏѶRrIhd#,)?,Pi46A"I`;?&nE +xa`!1t%A b6JҨU'VCjqt<"QSN8I~4 ]^ /zv=,_3X!vo](3YT ,Z# 2^ 7Zk?Z+`g _I?/TVZ{ @&7[$ӭ)&cю|^:hdǝ1@+9FB|QZNH-fq:&KggaxU~1B@b 3ںm=~NB[>sc(zjqNAI@p=A@\ S0ǖ(w 2̟Th,THQ;4À$ "7N7ݖ>UUfGS(^/}?ҙ'{$P&Ve$EQGli1S7| Zy8G?sIXV֑jf}bMs樉H䴗SPě1/ r蘐4tUMhOj$7&496D`/V.H\Vڄ-ѩ;UQ 230." `mi׋bm9)og Jl\) ucl.z[@N`sI0CW-ǦP.$5[#ctr5DGh`qTʈ9{6g“v%leKK"jȫrqDȆR@E/-% '5HyyW2h_^ĺKt7]GVȓ|)ʢ`aۉ<-pARX22:=[2ƽAScFTT,9 ^L㗨(=YiHЌ iRڂN g('&:z''N7.1~)" Q~jսOf&zY\tz{1D!4:Tlz~4&<МY(T(s(JͿ5[_vߎkm{ҚڪB4 o AVd5:VU(~I?d+xT 5@YTPYi #u-J~.r8T2@HdFRj;#1%m, &]Vim϶k#wWVUГU[P8Z%^ըfuG^pW%Mj6v`'°yx8$LLrLI+0B<'9u&- ޶EKBK3dU@1|P4@{qϊJl@x,,Ȣpӧw>5K)K\ƺx' *V+KA;}8u|`sg9yJ !Q~,3Z'?pҞN-Ϟ4} R/y vJzR0[ا;iL ]U[,x;0Ľ`yұ}mӅjXW EV X3r6pIQG|6g Ek$Qfc!I*AРD4\%a: rqNz2TSqf Yzs-khQe"փط,>œnS @b4TF厸i%O/Qvt-Zh], ƺ7ztd7q0ρcnM,{ߴ=G߰Fq.6f]'9vJVsx$-d[__p!  uD|;l/胺O_ܟyS_~GPX } LCۄ2!٘Ժl@LLi%>MHwWf8BuEaN!b6VS-г:<)MVٟ# `z瀓strs=#6G_k^T?S~ Xv88#@8LجMZw!٢i.rfdfte] ^БYуM,sU_S ->2kd2HUiLݮlO _h P  18,"4BHÆǓEm&䖴|J3fMj^r.tFk_n>Ԣ%0 5NI,A"Y8PCOxя%fiL=.\!fD&e8I Ëh"˟BK/N\!3iO[8, WH^פíi񈬕 \"Rιڷ e_꾒UP%#8 :`&h:X Id_d[Ţ3ݐY<ܲ8χ ۄE4b?aEhtcT.X,X'jqN&^٢*|%p;Zi=B$nΕ,R{akQϡ (+Fbg&݂%Q7pb"3FܙD3p I!u ql`"06?4^qk |b(,ZSXzfn>$ &\2C"B:3[.B9 mhڷ0?Ċw K0%V') xryy|Rd?>|dl ٬+|lކڹ5WV<\tFA$H6y<.M%g<(B 8dUԪBy*tŊurk׼0eԀ|y`5-O6Xx{X|qתoE n%KE 4 Ȟj_84.֐QV!FTHè j){صTF d yڬy%lV+ x:iGUo&ʾjX26'8AD~-[׷R :Cѿe1 -ԫ/^[&ɧ)!,u,Dn('~&Rv"w >mF)DfCqj Bi78 4ac2E f\LV葈ܮ,M5Ec,ʱڔFl7<Hld 8XP `093MR:/NM܌^N{8PSS0dg}U&qӤ{jo >#SC۠u1B[e#zQ1_MѻҭE|K^#$h_ox5@L˖ 8< 8+(`o^gwD 30m*gdo;Zp%Ezj7b+BUz8J*mm},'mR ՋB([퇨oJd#:=mÚ{߭mS8D=ʽy%r.G*f3R%t3a`Dچ\lnrWն BzWu5zu'M=@\T{Ym#j^C&Rg ͇ {WX,Aƈ"EhnM*I\=IE̼HՂ Ywg\SZo$DT0=C.lc4 |f "5|Vh [frsJHL7i,vB/y,_ai  GE^O^5F붹}IMBYKi9j3S}vt# _oքָ hƿ^\njFDe I{Vt#VrQ4 +v$O jQTV.JB<0d\x6b+ _ٸX~4~$[𝼢Bӛ1Tw^\x+ 0R^Q/~G%MHDt6ZK&D '%$Ⱥኄ*Vbh@ \5uU/!h8S̹vlD=rvhʢ{j џ, He 6DXbGB%ۻ7 wj;z{.wJz>];t]1J]--dP腥Sj-m`>,T.Jf}+VLGQcڿ!w-͒ P 83IVљ8ā$Iʬ1IOQa-[kpE\9@EVef͡\4X]mUdLIycY},\ zoN]5`>Q% ʯ5ʍEbv4gVu9EobΤ*Jkxz)Ymc?-hN3hiNKSvoh[=.M68@?쓋!}ڔ=rט7qSh}nY$,a|ϐ:SI{&YZ"G OȂ+ d*o 7H΃p0Λ PlHGjsuϴOt|ԹCeC~LH̢/$  Φ >G'`au! .2mc?5O뽭^]T?2a5" n+Hn1(9j^T`t|KcPM 9zs<f?X҉01ZÝY ,.yxEr`N袶ؑ u" Y `95-6FwMٖHvObD4px|{O )4ZǣRG "ӊ:Nv[o2H-W~39B{glY_ tVp7/,9S_62@81V2o'5S2fDNOp=FWF׮Ҟی-V<%sb$D^7L*4+{6Doeg7 Z%B! ʤH{k v;Α`=Ge(dKz?_byΑ ΕY4/*\aNLBv^lO"2*;pxo>4*4py5LJO?v=&Wf2xbB1"r&g?2ARcABҩP[N> }l&\ H[d` 6Ӿ\' N4N(wh[XÜ ˠondʒk%t1)kt&u#蹐(6i^pdI%ǔf!QL{IE8{z;xiA(mܕQHw0gDa<\ ͦ7ycgHHcvSFB:$ 52:(K#SE-ڥv)F'jϲ)ɉWɯ-K,1=5LvY=}$C?lE?n)o>{ & g3>;/#K(3q쬁h2){vޒI6,P=12?$jW R 'Km*/Ӓ ~ϔ вyie@~7%?X5.!1L[։Eխļm;\Χ)4EaƧVo|=cvY<%Ӹ6*<=E_F]OAUC՛ _3N> >"Q e(rvL;B%wv![mS-Pbm`V )z&=/DodCOaӄn ^.(ݗ1m5ķ$xs(MӃ Aw'UxXu8n2,Vo}T=h}-k&zH,ޜ:^ OZy_{8[' 2\bNF?Yiq68R&IP&?Z#F)?4UQ7{RmV|6_a!G ԠdiԤٍ;.SluPҶ&E^6m>"{ TE-P(1~DysJwI>);5EH7&WN/c{>Z_S$mYA|y7|S!J˄1%-h75tz!)<ɉqkʑd85b3{,!~B+G#z1g(k[{1bB(?SV~O`iFl ~r ' ߃.9'0e1~Tk؂ܑ  blY/d$!b6'!oz/%ʀj%^l~:ڳGI_*WZ94rW!Wb'LӨ֠8u7LuHG('7ndYƤ_ C *jhRZ.=+Og 'NJ.T{VNf^u ٸeubfd?>e~"JoFpd6gT7s, X:2'*ۙDJHH»K)g*Tt R.uB{ .9a_0` }`_yCKcO7Q^o0;o@}y*g?O?@48A 뼌㹿m`6!XeNqCL" pWZ=/L4'-3;θYYZI=KM|6[xB+EٻNPFڔ 90u+‚fu*VԞY3j˞5Z4k(oWE ~K]"Y]՗!C͇'}46y]sčU'\;Vp|'G [~WMKcB(HTLz US26,֣(Y٠łlYX/@^}Jh@m ˃!b+w}$=W2kH ("lzPǃDMyTepk,0#BT~=(THtdT[/C[T>e b,kh&yFVRs}h5^kX4l- Hy̶+7ϊ3|t J*nh+yLhoR8`Մ~/,U\ z~???dYwN`X2Wf3*"ae%0ֆSKgm xP9ZYKm%k,`}Pvp3RވIT?80uןY?1 Z.|X^BI7Kb/ed3^1a yE"1y?g պj'@$q;qdՇO.=ձB50yls}8&0} eed bKtfWZyFdmL*iSkѭVZg٤aFNE |).)' sK?4ma=QiWxk,32Lz`#vց=ސe'R j'wRVPb3ꍗUܓm;>_E%X DTG7_Y.t6LeɅ :n!䩲0Rqr]=:]hpN[+؜jnlnAbPddWr98ֽ{}QDh7ٗz^ ?*ͽ&7a/ͯ FX)Rgl-23`yE0QGy7ynV,PmX+* ɩ/熡de"-Cr&+?2,Ewʏ6m+dAgG__;)A)JGn{949@ at ￾9H3Ewxgjۜ"D-ܜk~FїlYYpFjM|ur&T:[_SQP >$ *izea՟k'ME~n%ݧCWօV.BuʢT{*0q B{Xz?9T$Jkn]^l%Z{3j}!pO٥ljX6/XrLLq%R>-"6tq=ƞ b,G-m1g܆Whok/=\ubJxK>ͱg5i m*zT {O%Lw`/.*ޢ6kcC1n3׺yNʈC-8n/,Lfo<= t 2碸$"{7%bT{9r\ԛ?(} 5x>X:=vz$j'ֿ,~z3!mc)r39ˁrw}@̙S|qae6񯧝Z0zX1Ψ,R<#L,so}R60LIdQ] M!PLUs}pMmn'(UBp+_t'x/j ,$7͋ZIb:#0[tW; O7 Av_˘-/OrpؼB~C[nѲR#]ѥn㿀[><ϋ+ 4:gojnG1c`pe"[,:)3A9BARX{-N\6p-cGIm֓-2LޜK8YY4_AU&*@yd+*k4ȯ3[ h3qjY[\gEiTL!|@$-b:޶7q9:Re?J&:A71+e<3u0)^n<7PH\9&5Oȳk0aR_ԶxwQѿz (nKZYɄzXW"681.ڤcg_,@@GiЂ|4~#-kJ!(FL`]tt24>=cfQv]`D pK')jn9du$a+(L}!S>—=kOp7/xk:Dw(Ql/Ќ}X)IZzN̂2:.F\1][Xh w?~P\vWB),͖5AҖLJFsNvD&)${'7ZW189cWmE-uaC aM!"L`^֚Ɇ-(ih`ZmY\'j҅BPƸ4 tf4}XzqH2~h#Vi> IiVmg( ёnIk$.3MokN-|cWbnC GZtpfi>x!Ťl0%dap ۧzy_蘈5lyYI!!wRVٸIOB>GF3'V߯Jn,77F|%/ѝV5P5 \`k)$M1P~ ~UYOI@iUI8g>ѬeH-:+FxCxWTݥ) 1KD`/6QH.GM h !`3ϐ86C<1S_aQӮ.P$cަHsP ~XA;r✠ڸ"Ѐ;!vՒ:R5*:=zq*έ,<M#O >o;#lN jd%]'Si %̼"KH/C3#̘W 0eR*D׀LRkE[E2Zq !ZH(|swscLa`Dˀ#͂=9~&J VJQw\gEIlF7sUEݶzRFj[Od`tb nT oF@aqKyQl KԤpm1C^[_q|=WhW."*x- ޔ@zQu^B"<~T:_fN35,q{M?,,0#_sKEp1(Iӊj!m2O|NOTA*b|'0iPmg1ưKrU%7CuՉ--w `,(i=ZNI@ T SL /݈(_Ehĕg\f ě!&R?*S̟CJԐY)]twK9۫G-fQ$ D7j&,>Ђfxůil.[?{GG* vNݓg(#7_3.;AT~Cߚ#T7L0Dsg8G!4YH86/f2Ѵ {~%Fq]a5!lCwWݓ7)I{T_| JM =PCl*u9Fw&E& a0dV^" tCGwQ Y%cmpk2 CEj"qs~L$;aK>R KԩPX@:r'FCݘb0(53eLI{g`_Pi֧3UX0;Ɇ( lH̪]P70e&*h .~#luṦ vjN̿Y@֒/*7BeJaK pډӺ}.t)N#Z`t;FE$/uѱE"ԣ"X66:Tjؼьkȸ%k@ 10VR^"*2ղuT!]";:sXHp|I\y?*Tp5W \)0c*JښnKfYS]uȝHJkM Jv'\DxFֳU,x4eX̄pY]Ha^]~pXԪ;Z%o6H4| UgGz[Ƭi&DOO~O,H))G]+ʄ`0ylFNG=A>S}fI<<p- NR9B? AeR">% q~uv9]#In?,YlX.َLJ8X4󐯊Z}r|Ċ Z>{ HJz>KQAI9㓖}ox5,?a~ײ#2:uA Z'%1,'hbq(w0ٳJ9(>PjEDz@.ޭ3J3rҲ/M_7(;n|傔lݘ!TbU`qa[UhS 6ðOCYSEw4VA@D7c Ip"} fp RX騍HBqt7;^ 4K6\i_YXS+]n=@dNyg$TiQ( ՋՀK7Ir <<)dƾ `+yBMơ[1qѕ<~dɚX+LLDRصY V 1ʪ˫7֯Q-,8[)o!38dXXz 9>3 ѣZ?2d&=* [ RrIB#U]iNOoO4;hd{5d -㉡I)2itx|,.wEk~T39B;T*:zKiϝ(ND-Sw|Nu09TYM`^2WLa]vjiUHFN(4 T4K@]ad#^h>p*pwԱw<ޏcE[ SB8@U=c"-^|$:db=,=?`o0CH}]P109Z6&֘|7 )Dȴ X:|VvEBvk1? "\/D<++=ݺIP@kN+3w`A{CP~L@ 2¡ }@>;t'S;מ:Tm*{tY)ET$:]MRWh>#k3l3d3˔-oK 8 3H~& a~8W-z/4y obQ:qpzkfYm!UP͙Vb$73VX$i9YպL7"k ^Q6i\gnX0p'xY}@Ye\.u/doJ*e}ۅ=~!,\JEDARt4Z ]sS::Mgr-{/!s"cRRG2ܬz;pX$Yy "n+O{Z֊`I@[z>S:$I|>[Hnɼ"ɒf*UajҐG@o&4zX"0;ƸYgA42{rۀK !]i n^/>r[K dLC">ВG̟Zę|*]4hH*RVvq;B]mī]~k}^mFw%z,QŮqBJ%0FZԵAVL"7Aֻ1OӞ X1GiYܢ0ҧS yK@)! W%⛮7 30ڳ?o`wő $tBFbw?m~a48B(su].bMɮS[pFP5zt%pKElL!J'B( $]Q$OIi+q `jv[}u7u*% ]RYms'5eZv$7aȰŸ\ٰ |jOffA⇰Ôg Ȗ +v4(VpK|t-achz1 EpjV.>*Ee(Iw2@֑n WX%Zs+/[fx_8Uu*7嬕|}&YQ0( Ĭ1Z'~ᕛm.ٓL^d*nzX(A!O5e~ eWi?RQqi.i/,x8Q0 GD-]? '}װz>E✱[BG )r_2㗕o*ţ# W땓dڏ=1wsOVnxsAHᄑ漋M@1o+^*F ;(%/`>qᜬ}7h"W5|,%)IrM8n[ڮ)N.su~A IcȲoc:b-R+<۬8>ؽ٪K%CgtQ)DZp 4"ӨdjřfoQ0zjU@p`TpZ0+6XPea,/nOOq)9 Vxf>51P"e{ [bfZq}K[̨ү>YEkm˭^zT <_"[$  ]FPjJCxUkto]aN9t7bU%Pԛv!T"]۫YҖGMoLmfPc; 4Z"?r+LRЬuYބ1h/SRz}o꺰RJͻQ8BA߇*ukΩVh2m/woӔE`DO 0, OJ ݸsʼDUPx<#P!6Mɡkbw5J`<㎍P;ˢi%V״CzuiPg3G(p?f6gO'cQn3.-`XRPAu*YoHP9-Y jfa^;z=EFB ǑBV9AŤ:a! >EU&¡Q:&4*i ǴIL˷y65co2spP郥L\Q"sdq!FxGEza`BH8wsJY[@x~rwYs˼Oڞ1'/ZP/;d)Hc=S{gI>H0_&N%Xg]O/'H SL<:G0}]JcL2묮k-B#8ӺKޛ#;]5TmX !`4: %LϪ=\ " lgX1eR u)Y_S̮1/6$'m òvZGkJH鑤V{uW28Ctn5 /|KF+Jj5`{k$gn_;+h1lxܨ x}|ucEIVI 6ԸMvX+`ؤQ,I΀{[+'1oGG%Iҫaρ ױA^n,Q :tn9*0;WܓM _әS;/^$!IBn8 Ob=8 oo"&"̾#ivo'aN KB-pq2堧"3#| +q_DpK쒡RloZqLߪ SO\"o)Nftd=YwOmWF7qW45;T`iEIqԞ.ᔩyT!~ 1{\fq0ے ~4S9"'IȩOR YW@ZԔ@пSZAs#BUgy@_',I1hVPzu[FC͸}B;l1P!*47h+ϲ%+Z@CfZN7Mw|Y_r._WT LiF̯'xzI8JbT0Ā4GXbkPґ)H9is u pzv)Yƃ1VFvhރEAr|y%s1""2z?9#]gHHLMЏV+x#B`vN?XBSl\0ekf)YRjU0#Kc e|Xao8fT *j~aUSpםmz9{Zq(=b5K "j$i[+`.*YehED;+RNU{NٙtwgDec]g׌c﫱FҊ }z°Hp07`Rg3?G5̳GczlQnrYc=;υW^vb2?Ueu;< oMJ=k]OJ*(ѵx/jï:{jfb@Y\ (e]){_S6xˁ۶Y&,ШcMA!Hh$c]3s`JfzB~xBT,Lf ёڡ|h X֑P1>sjWڋ*r;2#H5BSZj1苡C\y`j=w*>!HF3XjGsJھLh;t 3̊3~uQ`!%5@& 8I!<0p`}N.ZxQ>O 8cVz!Ve3!:LВhkgSnXFxk09Q4U\ Z%0?K]~qV#L=S`yZZYO`PBzR!L-.k!'\H5D:J :'wC-e ݊MfD;yt4^  Q3r*ԼujژS#џ#_-evhp1w>g.B/S}{B DW9N2Y#Ah~LŜ!RP/~I( R CL5Sj*%-huA' A-,_W./\96 ȟ!!VÍ kdjz1DB˙Kr#TV0j|{j^7Q `fKU) h,!% 9-VZ14TmRXr򙪦i1|g[: 'RQ~[xz-iaNtlVv:Ɛ 71d2P<{>FLDQwaxJ\Dy\a+8U٘  N#A_ڌ'ZS/CC#rQB,bC%ڃgc>Ҡ㭟%Bpyo1.?@n2$n+{?vtc -¸j n2;՜:K0Bʢd "& n$Zy s#.o>gtK%Dŭ# N G$jvBYJFtCϣ(&$Y2ol%uJϳ=l/5m_GZK:qٜY{5`[چC*AM( Bq=bi^ohHGN!jvls׷ \smff>6zx$5䓯.%j7Ж@sk(d~a^GTͽ2)7JJ8`tHbk _]C<1skes4ƤWˮb?B"#^1~Rѽ@zy^:XR |_Wv,+ .[H8`wwC1| RtB|ߤ@1GJ18ϰ6 ]wN lj~]Ÿ37rۅݚXŐKqȾL{.T@ (ْ(ۉ+~q(bDNìy$NYgs`óQîPe`FdSQPIBr]?ETI̩~Stts&h-ZTuj43s@aOFc0@͸Fuīްƻi떅ziYn-cU/ʉG[#! hC, 'kU[˅9h*ꏬ2#0]b{Xe؇2F B^Y})id6XV;-;KG&1 T%&b~SW pn)z $0?3JZd1zx3)O-U !'|Fquٽ>ͱۃhJ'Ov2vF07ܣ)[:H{HTla'I UR>8,'aԼYvFnZ|v%hqt~k4^Q7А ؛ e'LU;Tzw"JZح|EYpJ;* h;T|a`6??jQpqg\/C+ OTRMyGϵFpJ|M[2Wx6PjԊHGTCOy/BR.HhQL 4R6_9ai:=JK~@ Z|HӫScjm:MSrY8>ۍcg)4aBk>+ Mrdξ!\]rE_췐{˩Ÿ>4󻣠-n85dZs:&g&.39R\wR"2t"5tрIkQ Y| Ipn3/a0QJ4?>$P5BZӚѲ[H\.}̸V̑4F$bYu p|}}-9$ACGqMJ*\MT6#0>>:L 52l d"+]XMLBb`x!ݛiirܤUyT__b%_rJ*qg (1/nV5 LP׊<ݕ$&C/rw-Xl=)LRL~c ``4X7?oQ0+COKQ?],p47gX`h_pޫ3/*b^.jJLNhvn;_4dv_6K":Ꮫ_F&31gL9Dw%L>Mʚ̟QU;1E!Qo3p^1$vĞgz>.JY-!sM^f Zi4I<+y{}gԍ$͸=W'c!yRЛbZL:XO v ZBb' @Ӗi8NI۵ x;^,j֑"&}/NgUhDQ$V[F35٫G_݇lI*xkAKZq *\{ZkvQ^7V=*v`AOih7,.ok9 6ɏ1f ^&5}$8 -u~vp2߸K1fiHqZqa=yϨ ?=Dɬͅ}9n_j&2sPq,Bv'kg=- / #/g!Ȼp a 2>. Z1|x4:\0Η[K%|]Y/2VPs6-q|v*D8؜lN7'8m\<&²y?N^*ZnwսϞлW[)?x\P!nv5gҏQ{hӲ`ξW3(&D_:!k:K'v֙8\$KGɞ},Q".w7F6}L,}[ (Є7oוBZ%WoOHNԄ᩹Pd=<f'm_3"B:(xZ|ɝ{}|\Hڟ0@uن]$isOlu˹o]hUMd3{Lyk~ 7rBS~ՑCҔeS *P!ƒ|Jb(ɽStYXLtkxBMMӍo{T"6~f w>Qwj|J6vѢUSʝиp̆a3|"]y^Gou QyD`Gvj@PwOA9o0N\pS#(7( w|jceh3kTH2w yMDRgj-/KTklGfO hi^WߴB`9O.}ʿviߗK\]p0MrEq# jUSnj/N=!B݃nGEjrȗhYjMD 254ـ'6xR CoLֶ(O) r.堒E8%|Mj4h*]z4YqP픈p|ox&'ݮZzʡ*W#sn@,w /t~Qbc?HW=G1,TP@M٧7=K/DHYl6"vs,^m /R]L QKv 9JCˆS0jU׎q^5odx?CÂ</+gOY`&\x^E +tϳ}oaCȼ_wjX7͂A fx(6W2uI+gQUėIЊӠdۻ@ )5#!ZP-bpBGId65t%ӷ;a.&AH7L Nk7&֞`hh,92f6Y$ZdΓVK앾6="PZ<ǘ5IIF;3%w2s2nitͻF8 YDU0c6$=- ~Dcd,Hs)&|:0`lFc'qw'T+)6tMOoQ RC@-  k9D.K =fwVbs9 Cc~6ϼe|['OYx4=PJE-%3h6N0I֎)d>è_7Ix|u qxwO-iM6q-q'5ZUի>n9Oobh$i(ߔ$:;\~"Ĺ3)4#%~,"8Fl'4CxTzbtQq[N=Zzl)i5#?ZI{o>A'֤k-}%\ Ġ{:lf| 59C>"}D;/c vƖ2I?5xqo6;-$<]NM0Ni;ĭ <]P 5IB(z B3$%&X Qq a,ʍ;+ݥi2ZaX@jy t^Vfx cTwpvSm`l@ f{؋wwVq~:S=3%40WɯvťPte.![P_kauD:Hr[ GlLخ _ȏ5qy3%CF4Ukz y T/M_;,n 2suޥkƴݙ%AL"?j1ҴײzKcv(,؅m -dӅB1pMNdv&̌Uj@#LV0$9c=Z]hYRIF&'w 6+b IkT< `}lg,DO=B-XgIkv' Q䎮e_H<l dhq`6jJF% cym2 w1=C`?;tSkCW=Qk]鹿Ɉzz4;oqf>!>g#8W=ϛ`mq M3"LSnȈe^@WA݁€ق#ީ3Z2ؗ|lYRM!: @Y~ܟkȄ<">͒\6$ Vce+37^MqH4/F?M]YQrQ -^xY-j䤢e CIp3j}uV>7-T/ۓ.W}5(<)&Ju2R͕} wrGmr^,m4{$ƓPT\PBרi_+N% Z6ջu©Y=.A$ҰүP Usuv:V2; \n/=p)? k~HBP _gզ5/+UeR_͈B(SX'l㴨72+9FY#.iDS&W {^j͝+iwdQEo0 7J_/kG#&3ϛ5=қk¹BN%l0N͵xZol㩥,8oř5۬H,>uDg8W.@&&~]_Ao:H]pmfX&Mt>4N ~Un1SFaKiAi֍w.M TJX[۷׵IbFwIJ gpsT{OuG`DR@IϺKラ~ VFkgVI9CPocp BE*ÅeyZHga \^]kxҩ%BekpGN!aer~H'L;qR&ے5"&Ciaq0vTfb7oQ-" " nQL#tG`F\5!r f5(oP wuCu>{8C7 QoNC.'ꦪ[q^=mf! Ʒn;b='n\ %!VMu]S߹w>WƜpHrA&Wv ԣE> Zm )[ذBzǠQlh݀a+4(ǺKYRO5,ο$hѷ a+~\z+5-B̋Ī{*;d v,"^D @4R$b/9J<R;/$ݺi˒㫰Im;4+~|! N. )֑iOu)z"lGiZaB9C$v޴cќ/hCF_dVyy@/򟡵ɀ Fs[}z@YE U3WC4Y7y%oص)Wa# o.*71?"uJ;d+yHP Vz)ZY=sLHFΈ|nǰ|FCv8c+^BoYuR R5u߅T@.mlkh$gOXB[TF'iPb1$H.G`Un+r+W@+a7{3h=)ri wG8?~>8W?^zR9 ߶̃ѓ!aIoCzʮ1>d&~_o\Ra ^v:(} *cЄqDVmm.*d kqFє<#,%)IdmUњG^ޚghxo |tO,"q4օ#(ƺj{ѢVn=Z)1}c3{d7yN4)W voS@|[25 HEb?^bGБh@˨wvf_Ykt$[AXG ZoKޅTl81[Ң\੻CNX ,m~Wmd5X&"tbĨ|%FcވY8Ov ڥn ]& \԰za^ R[{D3S?څT4Uux"?jU ֶ.\vw~+''7Hw#vY֫!Le:y!c'm 7#&ҍQ@O(zN/CcMۚN!}\\@P2t4j^m{!"\q&`3YYb7l0f3y^CD-"uYIG25;|Nxh]NԈtDTqc$.7d2H}cT6.ay9YPZ]2}|\&UB^{-ׇ]UfnyL^6Z?ܻBشi`0Lju;Ze^J|eEi #Chs͵bk.lp6FH[T.C#ȶ;eNNy6-UD&Cώa!PWժV33{%쳭8H_r,Ah/@]Cb _sy z40 #oy!)8 Cm,l毊hnrHg a2s2V~ⓞ=mz3tdc:<+ &4(P<>sFsU ċZH3zqJ.[4jE_ oOKvyf?-7LҤ>׮W}u@o[k1DH,S:ryp ^'a<ԇݙF)e ]vWOhݹ=wJ x[PϋϬsSrQx,P᪆az߮~,~c1V8IKv E"7as@huklƽ q𠚻qRt2NbD\}Ig#MbPS<d9}G )$ RyL.ċ=!˦ QG\$@.t*Ǻg2;%i5dhnT s3-9VT(T[Ư ce [%>lT" +?u &;5!n`P,{0[8GSq"neiR=lyIw0XlH NOŅk\[d}+\6% bKY9ˡe;~> k>q Pn X;Pqk%+î{V³J5QWWlΣx~e E7D(ؔ1J; l^בD:V}a irc'mf D&/xzQ'S?N̜2a-.XL{N%_T?E<[h^e/8u]Qi#zH:\ƷB'˄4< w#m[찏7I9Y\gΠ,-r')c8 NL} FЬH|;CݐJ6j<#>Nh\t+gI7ϙjK4nXWʓO,Jʺ`R{1Oe!&1NcquI@c28vދ>"}Tp`~-4dx>Nwߵa:ȲI( :'kf@M-/al=M^j]6yȖߎTl>+iq^~AN7ȁw b־3x.P,?`5T"ڔ-7z`_֓:c1"ѹת2wUkBPa%H{W;-EYy=Ȉ} B-FӴJQ$R"?B)ěF{,⎑׹2HbӾ0DPcFI*_Crp#Ԧ 8uS( 7<  |Cgۗ /\^hJf/ /@*4xyJ l/?]sž Ns9!p 8I'\i}Or6 1֮z}ͬ$V3y}Q)q xvSw4S}8qcZ5n`\cl::iQX\GR1pnDE;f%u.B*wߛ 8nqR*D mum-C}OAr l]޾yQ' MGRX G(j}8r񣘮-By2-^qqau'Og,nC-|3<,]ΜMP}v4I/1}3BgxyJ,xݍ?6! U)/yt,qI8ЪjGd^kcN=%"Dc_rb$Qt'UlK+ۏMH%>ump A)E7ν{eLOV |L/ϵLYNOm%XНs&(ֺ71s4dxϽ=4}S0[a3?֪ RW\`?_I/aC!Qd6iyn% ʰJ h0a$5e>@%pg5/k(A1FCJa CU^I׍*@JepC(}– 64V'`6a!EvqW&BOO{]ݔU~>Eb/9m5cU}0peN`ʾ[dFpj u9n֒s*ڨӢqȠ#yW;ι%e6;i!21*(У@\g<4t|-m2TFfII>To Tҥ4^0,) _VV!vn4% 쨵-£SĀt '1 @akNc12.~ AȃF?w]  @,yH+J0 6L/7Ф]o #F0Hi$jwI_t "04}x;;h+WeJFe-d;3<_lZ9+'epP/e/wP,WB\T J]S`,e*vJ Ss#aw"֕ejuP"Ͱn}M`VdwZ?)tww|Z ~7]ɅZ0*q j7PQ-J3fΰ rmjU9^=Ϧz0i[0w{p$Jz E@r=V I(Nyl}ɱǥ!2x(ИU 熒 wBNk5J|/%q"8:@Iʍ)YZV_ɕC/=Yi-K+`z]g1z.c.>þh#jQJ;? -0E=P$H*.G[ct19^qxH h&%!1.^6fGe{4Y)%X}|r1\B!i6qBɈh*wbo3/\PtT _i_R! Vivp29G~•N?82)agŒ>D)FiYy+yW[<[pWmto} !>LūdAvOpDB(]Fv7ѡ:* 9TB!sMx,2Q-q{sg2 a|{"hwi`TK};)*+Wi~U{ng։`iz,={Q}3]տÆ܌uPAh "tGj=g?+lWGUXfD>bF]B #/= N ) ^5O=U(~tAyì_:V@QX\$Xd{ZZ_;ÀKl‡7v2r_H,EISO%nVn.(m l)}x"jBSN(Eptmk_).ƧŨo ppÐ\.%չׁ'QFknJp\]o$; {֑J|):qA᠛N{?vbq^tRY3VB/Ǣ0 D0 Zm3Gh E_A) \ۡ LnV"7 i8 Ȟ EB@ b_!m-b@oP[t%GH^-d;D]Y(Dx5u*OIoP@@Y ldAUXUp43Փ\x]| > PD+TTh| Fڋk"gv=[f^(:(1 })é>.9s|961vFvt}5# Qh4ۯՀdԫ2w(CQ)RNM@$', +N63m`:/-+ 6CFUwM}3G}qH8\eޏQ:k-n$0xe􎰳jz#cYQ{!Hr6]Pzp5ORÏ% *hyDg(ZZB—Ӥ.ImT6OęΞug/= BI赒`}D4"nNND.Y:ܶzKxAq w/1\5NKufVcыmkqwq=oW/AQoEE pXBHz UQ$BԂr2EEjfyo?LY?AjFy 88fHdeK EG)E=@͡SP{eڽ=tVփA2\=(HTTr/'?]TlL̿h+xVKٸ2xCvsvɼGԴfR*&OQ/,F%h\ИV}}*簣)W0^# 63~oa>٭AFZ9$ 3*? &($|5Ca:X%4gQUd0g8YA1Jj Ni3E!'ʊk9~Z+ :$ї]{oY.T@%3Z1xZ*~Zy[cdnuAe+Ap;NA)>v_h@⑒-ݑ`f,Hm;h!hy -F̐5}CsycE <G O@\n\XW[ϋ1L8&@l{zg}wW! D& ;sEv.EãXfV@{3A gEm8y.ZV+=6ΥB""\4z' V΁'5(HxCP*[Lֈd3IG=P5TƨAx--`I=Č%>B JftФRZv `ͼsdN,GVuG kxb[j C}Tw´7Wͻ粓`0Znrǥ5_Įˉ@9+wN*2sG)/*gspǢ˦,QWn Ul%GS9" VLo 1ҞBBF ~_|5(إֹQ2n[Ӳ7w^CV魣0dAk$fdNH#g4ޱd~*[PEҳ+"33EDvr/ߠa[ ?j"q@2c^O<@ȝ~iZ`ܛȕIŭ=|ICdN[lj ><0ȅF죐/쪘!IczZ L߬)Zi6͖_+,:/IW/4>p=bJҧT|hvoݰcUׇ1#}` w~`;NWu`˦[ՀKr(Sx}`ڟ ɨ>Hm@'ypJF}@s$,X]LbҚ+yx$1. W-òVDNVTiIiZ>T$L-?